Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.

BUG:215923


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
toma 16 years ago
commit 4aed2c8219

@ -0,0 +1,3 @@
Look in the subdirs to get info about the authors.
The package is maintained by Stephan Kulow <coolo@kde.org>

@ -0,0 +1,346 @@
NOTE! The GPL below is copyrighted by the Free Software Foundation, but
the instance of code that it refers to (the kde programs) are copyrighted
by the authors who actually wrote it.
---------------------------------------------------------------------------
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, 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.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, 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 or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
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 give any other recipients of the Program a copy of this License
along with the Program.
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 Program or any portion
of it, thus forming a work based on the Program, 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) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
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 Program, 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 Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) 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; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, 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 executable. However, as a
special exception, the source code 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.
If distribution of executable or 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 counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program 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.
5. 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 Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program 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 to
this License.
7. 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 Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program 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 Program.
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.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program 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.
9. The Free Software Foundation may publish revised and/or new versions
of the 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 Program
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 Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, 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
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "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 PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. 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 PROGRAM 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 PROGRAM (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 PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) 19yy <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) 19yy name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.

@ -0,0 +1,397 @@
GNU Free Documentation License
Version 1.2, November 2002
Copyright (C) 2000,2001,2002 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.
0. PREAMBLE
The purpose of this License is to make a manual, textbook, or other
functional and useful document "free" in the sense of freedom: to
assure everyone the effective freedom to copy and redistribute it,
with or without modifying it, either commercially or noncommercially.
Secondarily, this License preserves for the author and publisher a way
to get credit for their work, while not being considered responsible
for modifications made by others.
This License is a kind of "copyleft", which means that derivative
works of the document must themselves be free in the same sense. It
complements the GNU General Public License, which is a copyleft
license designed for free software.
We have designed this License in order to use it for manuals for free
software, because free software needs free documentation: a free
program should come with manuals providing the same freedoms that the
software does. But this License is not limited to software manuals;
it can be used for any textual work, regardless of subject matter or
whether it is published as a printed book. We recommend this License
principally for works whose purpose is instruction or reference.
1. APPLICABILITY AND DEFINITIONS
This License applies to any manual or other work, in any medium, that
contains a notice placed by the copyright holder saying it can be
distributed under the terms of this License. Such a notice grants a
world-wide, royalty-free license, unlimited in duration, to use that
work under the conditions stated herein. The "Document", below,
refers to any such manual or work. Any member of the public is a
licensee, and is addressed as "you". You accept the license if you
copy, modify or distribute the work in a way requiring permission
under copyright law.
A "Modified Version" of the Document means any work containing the
Document or a portion of it, either copied verbatim, or with
modifications and/or translated into another language.
A "Secondary Section" is a named appendix or a front-matter section of
the Document that deals exclusively with the relationship of the
publishers or authors of the Document to the Document's overall subject
(or to related matters) and contains nothing that could fall directly
within that overall subject. (Thus, if the Document is in part a
textbook of mathematics, a Secondary Section may not explain any
mathematics.) The relationship could be a matter of historical
connection with the subject or with related matters, or of legal,
commercial, philosophical, ethical or political position regarding
them.
The "Invariant Sections" are certain Secondary Sections whose titles
are designated, as being those of Invariant Sections, in the notice
that says that the Document is released under this License. If a
section does not fit the above definition of Secondary then it is not
allowed to be designated as Invariant. The Document may contain zero
Invariant Sections. If the Document does not identify any Invariant
Sections then there are none.
The "Cover Texts" are certain short passages of text that are listed,
as Front-Cover Texts or Back-Cover Texts, in the notice that says that
the Document is released under this License. A Front-Cover Text may
be at most 5 words, and a Back-Cover Text may be at most 25 words.
A "Transparent" copy of the Document means a machine-readable copy,
represented in a format whose specification is available to the
general public, that is suitable for revising the document
straightforwardly with generic text editors or (for images composed of
pixels) generic paint programs or (for drawings) some widely available
drawing editor, and that is suitable for input to text formatters or
for automatic translation to a variety of formats suitable for input
to text formatters. A copy made in an otherwise Transparent file
format whose markup, or absence of markup, has been arranged to thwart
or discourage subsequent modification by readers is not Transparent.
An image format is not Transparent if used for any substantial amount
of text. A copy that is not "Transparent" is called "Opaque".
Examples of suitable formats for Transparent copies include plain
ASCII without markup, Texinfo input format, LaTeX input format, SGML
or XML using a publicly available DTD, and standard-conforming simple
HTML, PostScript or PDF designed for human modification. Examples of
transparent image formats include PNG, XCF and JPG. Opaque formats
include proprietary formats that can be read and edited only by
proprietary word processors, SGML or XML for which the DTD and/or
processing tools are not generally available, and the
machine-generated HTML, PostScript or PDF produced by some word
processors for output purposes only.
The "Title Page" means, for a printed book, the title page itself,
plus such following pages as are needed to hold, legibly, the material
this License requires to appear in the title page. For works in
formats which do not have any title page as such, "Title Page" means
the text near the most prominent appearance of the work's title,
preceding the beginning of the body of the text.
A section "Entitled XYZ" means a named subunit of the Document whose
title either is precisely XYZ or contains XYZ in parentheses following
text that translates XYZ in another language. (Here XYZ stands for a
specific section name mentioned below, such as "Acknowledgements",
"Dedications", "Endorsements", or "History".) To "Preserve the Title"
of such a section when you modify the Document means that it remains a
section "Entitled XYZ" according to this definition.
The Document may include Warranty Disclaimers next to the notice which
states that this License applies to the Document. These Warranty
Disclaimers are considered to be included by reference in this
License, but only as regards disclaiming warranties: any other
implication that these Warranty Disclaimers may have is void and has
no effect on the meaning of this License.
2. VERBATIM COPYING
You may copy and distribute the Document in any medium, either
commercially or noncommercially, provided that this License, the
copyright notices, and the license notice saying this License applies
to the Document are reproduced in all copies, and that you add no other
conditions whatsoever to those of this License. You may not use
technical measures to obstruct or control the reading or further
copying of the copies you make or distribute. However, you may accept
compensation in exchange for copies. If you distribute a large enough
number of copies you must also follow the conditions in section 3.
You may also lend copies, under the same conditions stated above, and
you may publicly display copies.
3. COPYING IN QUANTITY
If you publish printed copies (or copies in media that commonly have
printed covers) of the Document, numbering more than 100, and the
Document's license notice requires Cover Texts, you must enclose the
copies in covers that carry, clearly and legibly, all these Cover
Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
the back cover. Both covers must also clearly and legibly identify
you as the publisher of these copies. The front cover must present
the full title with all words of the title equally prominent and
visible. You may add other material on the covers in addition.
Copying with changes limited to the covers, as long as they preserve
the title of the Document and satisfy these conditions, can be treated
as verbatim copying in other respects.
If the required texts for either cover are too voluminous to fit
legibly, you should put the first ones listed (as many as fit
reasonably) on the actual cover, and continue the rest onto adjacent
pages.
If you publish or distribute Opaque copies of the Document numbering
more than 100, you must either include a machine-readable Transparent
copy along with each Opaque copy, or state in or with each Opaque copy
a computer-network location from which the general network-using
public has access to download using public-standard network protocols
a complete Transparent copy of the Document, free of added material.
If you use the latter option, you must take reasonably prudent steps,
when you begin distribution of Opaque copies in quantity, to ensure
that this Transparent copy will remain thus accessible at the stated
location until at least one year after the last time you distribute an
Opaque copy (directly or through your agents or retailers) of that
edition to the public.
It is requested, but not required, that you contact the authors of the
Document well before redistributing any large number of copies, to give
them a chance to provide you with an updated version of the Document.
4. MODIFICATIONS
You may copy and distribute a Modified Version of the Document under
the conditions of sections 2 and 3 above, provided that you release
the Modified Version under precisely this License, with the Modified
Version filling the role of the Document, thus licensing distribution
and modification of the Modified Version to whoever possesses a copy
of it. In addition, you must do these things in the Modified Version:
A. Use in the Title Page (and on the covers, if any) a title distinct
from that of the Document, and from those of previous versions
(which should, if there were any, be listed in the History section
of the Document). You may use the same title as a previous version
if the original publisher of that version gives permission.
B. List on the Title Page, as authors, one or more persons or entities
responsible for authorship of the modifications in the Modified
Version, together with at least five of the principal authors of the
Document (all of its principal authors, if it has fewer than five),
unless they release you from this requirement.
C. State on the Title page the name of the publisher of the
Modified Version, as the publisher.
D. Preserve all the copyright notices of the Document.
E. Add an appropriate copyright notice for your modifications
adjacent to the other copyright notices.
F. Include, immediately after the copyright notices, a license notice
giving the public permission to use the Modified Version under the
terms of this License, in the form shown in the Addendum below.
G. Preserve in that license notice the full lists of Invariant Sections
and required Cover Texts given in the Document's license notice.
H. Include an unaltered copy of this License.
I. Preserve the section Entitled "History", Preserve its Title, and add
to it an item stating at least the title, year, new authors, and
publisher of the Modified Version as given on the Title Page. If
there is no section Entitled "History" in the Document, create one
stating the title, year, authors, and publisher of the Document as
given on its Title Page, then add an item describing the Modified
Version as stated in the previous sentence.
J. Preserve the network location, if any, given in the Document for
public access to a Transparent copy of the Document, and likewise
the network locations given in the Document for previous versions
it was based on. These may be placed in the "History" section.
You may omit a network location for a work that was published at
least four years before the Document itself, or if the original
publisher of the version it refers to gives permission.
K. For any section Entitled "Acknowledgements" or "Dedications",
Preserve the Title of the section, and preserve in the section all
the substance and tone of each of the contributor acknowledgements
and/or dedications given therein.
L. Preserve all the Invariant Sections of the Document,
unaltered in their text and in their titles. Section numbers
or the equivalent are not considered part of the section titles.
M. Delete any section Entitled "Endorsements". Such a section
may not be included in the Modified Version.
N. Do not retitle any existing section to be Entitled "Endorsements"
or to conflict in title with any Invariant Section.
O. Preserve any Warranty Disclaimers.
If the Modified Version includes new front-matter sections or
appendices that qualify as Secondary Sections and contain no material
copied from the Document, you may at your option designate some or all
of these sections as invariant. To do this, add their titles to the
list of Invariant Sections in the Modified Version's license notice.
These titles must be distinct from any other section titles.
You may add a section Entitled "Endorsements", provided it contains
nothing but endorsements of your Modified Version by various
parties--for example, statements of peer review or that the text has
been approved by an organization as the authoritative definition of a
standard.
You may add a passage of up to five words as a Front-Cover Text, and a
passage of up to 25 words as a Back-Cover Text, to the end of the list
of Cover Texts in the Modified Version. Only one passage of
Front-Cover Text and one of Back-Cover Text may be added by (or
through arrangements made by) any one entity. If the Document already
includes a cover text for the same cover, previously added by you or
by arrangement made by the same entity you are acting on behalf of,
you may not add another; but you may replace the old one, on explicit
permission from the previous publisher that added the old one.
The author(s) and publisher(s) of the Document do not by this License
give permission to use their names for publicity for or to assert or
imply endorsement of any Modified Version.
5. COMBINING DOCUMENTS
You may combine the Document with other documents released under this
License, under the terms defined in section 4 above for modified
versions, provided that you include in the combination all of the
Invariant Sections of all of the original documents, unmodified, and
list them all as Invariant Sections of your combined work in its
license notice, and that you preserve all their Warranty Disclaimers.
The combined work need only contain one copy of this License, and
multiple identical Invariant Sections may be replaced with a single
copy. If there are multiple Invariant Sections with the same name but
different contents, make the title of each such section unique by
adding at the end of it, in parentheses, the name of the original
author or publisher of that section if known, or else a unique number.
Make the same adjustment to the section titles in the list of
Invariant Sections in the license notice of the combined work.
In the combination, you must combine any sections Entitled "History"
in the various original documents, forming one section Entitled
"History"; likewise combine any sections Entitled "Acknowledgements",
and any sections Entitled "Dedications". You must delete all sections
Entitled "Endorsements".
6. COLLECTIONS OF DOCUMENTS
You may make a collection consisting of the Document and other documents
released under this License, and replace the individual copies of this
License in the various documents with a single copy that is included in
the collection, provided that you follow the rules of this License for
verbatim copying of each of the documents in all other respects.
You may extract a single document from such a collection, and distribute
it individually under this License, provided you insert a copy of this
License into the extracted document, and follow this License in all
other respects regarding verbatim copying of that document.
7. AGGREGATION WITH INDEPENDENT WORKS
A compilation of the Document or its derivatives with other separate
and independent documents or works, in or on a volume of a storage or
distribution medium, is called an "aggregate" if the copyright
resulting from the compilation is not used to limit the legal rights
of the compilation's users beyond what the individual works permit.
When the Document is included in an aggregate, this License does not
apply to the other works in the aggregate which are not themselves
derivative works of the Document.
If the Cover Text requirement of section 3 is applicable to these
copies of the Document, then if the Document is less than one half of
the entire aggregate, the Document's Cover Texts may be placed on
covers that bracket the Document within the aggregate, or the
electronic equivalent of covers if the Document is in electronic form.
Otherwise they must appear on printed covers that bracket the whole
aggregate.
8. TRANSLATION
Translation is considered a kind of modification, so you may
distribute translations of the Document under the terms of section 4.
Replacing Invariant Sections with translations requires special
permission from their copyright holders, but you may include
translations of some or all Invariant Sections in addition to the
original versions of these Invariant Sections. You may include a
translation of this License, and all the license notices in the
Document, and any Warranty Disclaimers, provided that you also include
the original English version of this License and the original versions
of those notices and disclaimers. In case of a disagreement between
the translation and the original version of this License or a notice
or disclaimer, the original version will prevail.
If a section in the Document is Entitled "Acknowledgements",
"Dedications", or "History", the requirement (section 4) to Preserve
its Title (section 1) will typically require changing the actual
title.
9. TERMINATION
You may not copy, modify, sublicense, or distribute the Document except
as expressly provided for under this License. Any other attempt to
copy, modify, sublicense or distribute the Document 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.
10. FUTURE REVISIONS OF THIS LICENSE
The Free Software Foundation may publish new, revised versions
of the GNU Free Documentation 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. See
http://www.gnu.org/copyleft/.
Each version of the License is given a distinguishing version number.
If the Document specifies that a particular numbered version of this
License "or any later version" applies to it, you have the option of
following the terms and conditions either of that specified version or
of any later version that has been published (not as a draft) by the
Free Software Foundation. If the Document does not specify a version
number of this License, you may choose any version ever published (not
as a draft) by the Free Software Foundation.
ADDENDUM: How to use this License for your documents
To use this License in a document you have written, include a copy of
the License in the document and put the following copyright and
license notices just after the title page:
Copyright (c) YEAR YOUR NAME.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
replace the "with...Texts." line with this:
with the Invariant Sections being LIST THEIR TITLES, with the
Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
If you have Invariant Sections without Cover Texts, or some other
combination of the three, merge those two alternatives to suit the
situation.
If your document contains nontrivial examples of program code, we
recommend releasing these examples in parallel under your choice of
free software license, such as the GNU General Public License,
to permit their use in free software.

@ -0,0 +1,184 @@
Basic Installation
==================
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
those values to create a `Makefile' in each directory of the package.
It may also create one or more `.h' files containing system-dependent
definitions. Finally, it creates a shell script `config.status' that
you can run in the future to recreate the current configuration, a file
`config.cache' that saves the results of its tests to speed up
reconfiguring, and a file `config.log' containing compiler output
(useful mainly for debugging `configure').
If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can
be considered for the next release. If at some point `config.cache'
contains results you don't want to keep, you may remove or edit it.
The file `configure.in' is used to create `configure' by a program
called `autoconf'. You only need `configure.in' if you want to change
it or regenerate `configure' using a newer version of `autoconf'.
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
Running `configure' takes a while. While running, it prints some
messages telling which features it is checking for.
2. Type `gmake' to compile the package. Or if you're using a Linux
powered machine, or if make is GNU make, type `make'. You can
check with make --version. KDE requires GNU make to build, if
gmake is appropriate, replace any instance below of make with gmake.
It will give output similar to:
#make --version
GNU Make version 3.78.1, by Richard Stallman and Roland McGrath.
Built for i386--freebsd4.0
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
...
3. Optionally, type `make check' to run any self-tests that come with
the package.
4. Type `make install' to install the programs and any data files and
documentation.
5. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.
Compilers and Options
=====================
Some systems require unusual options for compilation or linking that
the `configure' script does not know about. You can give `configure'
initial values for variables by setting them in the environment. Using
a Bourne-compatible shell, you can do that on the command line like
this:
CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
Or on systems that have the `env' program, you can do it like this:
env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
Compiling For Multiple Architectures
====================================
You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
own directory. To do this, you must use a version of `make' that
supports the `VPATH' variable, such as GNU `make'. `cd' to the
directory where you want the object files and executables to go and run
the `configure' script. `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'.
If you have to use a `make' that does not supports the `VPATH'
variable, you have to compile the package for one architecture at a time
in the source code directory. After you have installed the package for
one architecture, use `make distclean' before reconfiguring for another
architecture.
Installation Names
==================
By default, `make install' will install the package's files in
`/usr/local/kde/bin', `/usr/local/kde/lib', etc. You can specify an
installation prefix other than `/usr/local/kde' by giving `configure'
the option `--prefix=PATH'.
You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you
give `configure' the option `--exec-prefix=PATH', the package will use
PATH as the prefix for installing programs and libraries.
Documentation and other data files will still use the regular prefix.
If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving `configure' the
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
Optional Features
=================
Some packages pay attention to `--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System). The
`README' should mention any `--enable-' and `--with-' options that the
package recognizes.
For packages that use the X Window System, `configure' can usually
find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.
Specifying the System Type
==========================
There may be some features `configure' can not figure out
automatically, but needs to determine by the type of host the package
will run on. Usually `configure' can figure that out, but if it prints
a message saying it can not guess the host type, give it the
`--host=TYPE' option. TYPE can either be a short name for the system
type, such as `sun4', or a canonical name with three fields:
CPU-COMPANY-SYSTEM
See the file `config.sub' for the possible values of each field. If
`config.sub' isn't included in this package, then this package doesn't
need to know the host type.
If you are building compiler tools for cross-compiling, you can also
use the `--target=TYPE' option to select the type of system they will
produce code for and the `--build=TYPE' option to select the type of
system on which you are compiling the package.
Sharing Defaults
================
If you want to set default values for `configure' scripts to share,
you can create a site shell script called `config.site' that gives
default values for variables like `CC', `cache_file', and `prefix'.
`configure' looks for `PREFIX/share/config.site' if it exists, then
`PREFIX/etc/config.site' if it exists. Or, you can set the
`CONFIG_SITE' environment variable to the location of the site script.
A warning: not all `configure' scripts look for a site script.
Operation Controls
==================
`configure' recognizes the following options to control how it
operates.
`--cache-file=FILE'
Use and save the results of the tests in FILE instead of
`./config.cache'. Set FILE to `/dev/null' to disable caching, for
debugging `configure'.
`--help'
Print a summary of the options to `configure', and exit.
`--quiet'
`--silent'
`-q'
Do not print messages saying which checks are being made.
`--srcdir=DIR'
Look for the package's source code in directory DIR. Usually
`configure' can determine that directory automatically.
`--version'
Print the version of Autoconf used to generate the `configure'
script, and exit.
`configure' also accepts some other, not widely useful, options.

@ -0,0 +1,12 @@
/** @mainpage
* KDE Base API Dox.
*
* KDEBase is the SVN module with the "basic applications" needed
* for KDE. These include startkde (a shell script to start the whole
* desktop), kdesktop (the desktop), konqueror (the browser and file-
* manager) and lots of other things. Nearly none of it has dox.
*
* KWin -- the window manager -- does have dox, as do some of
* kate's -- the text editor part -- libraries.
*
*/

@ -0,0 +1,21 @@
## kdebase/Makefile.am
## (C) 1997 Stephan Kulow
COMPILE_FIRST = libkonq
COMPILE_AFTER_kdmlib = kdesktop kicker ksmserver
COMPILE_BEFORE_konqueror = kate
COMPILE_BEFORE_kcontrol = kicker
COMPILE_AFTER_kcontrol = kdm kdesktop
AUTOMAKE_OPTIONS = foreign 1.6.1
bin_SCRIPTS = startkde kde3
EXTRA_DIST = admin bsd-port debian kdebase.spec.in README.pam kde.pamd kscreensaver.pamd mkpamserv
dist-hook:
cd $(top_distdir) && perl $(top_srcdir)/admin/am_edit -padmin
include admin/Doxyfile.am
include admin/deps.am

@ -0,0 +1,15 @@
all:
@echo "This Makefile is only for the CVS repository"
@echo "This will be deleted before making the distribution"
@echo ""
@if test ! -d admin; then \
echo "Please recheckout this module!" ;\
echo "for cvs: use checkout once and after that update again" ;\
echo "for cvsup: checkout kde-common from cvsup and" ;\
echo " link kde-common/admin to ./admin" ;\
exit 1 ;\
fi
$(MAKE) -f admin/Makefile.common cvs
.SILENT:

312
README

@ -0,0 +1,312 @@
In this file:
* About kdebase
* Thank you
* Common Mistakes
* Configuring
* Debugging
* Upgrading
* Removal/Uninstallation
* More Info
About kdebase
-------------
kdebase is the second mandatory package (besides kdelibs) for the K Desktop
Environment. Here we have various applications and infrastructure files and
libraries. Here is an overview of the directories:
* applnk
Files to create the icons for the K menu button
* debian
Needed to create a Debian package.
* doc
XML formatted documentation files for the apps
* drkonqi
If ever an app crashes (heaven forbid!) then Dr.Konqi will be so kind
and make a stack trace. This is a great help for the developers to fix
the bug.
* kappfinder
Searches for non-KDE applications, e.g. Acrobat Reader (tm) and installs
those apps under the K start button.
* kate
A fast and advanced text editor, extensible with nice plugins.
* kcheckpass
Small program to enter and check passwords, to be used by other
programs.
* kcontrol
The KDE Control Center allows you to tweak the KDE settings.
* kdcop
GUI app to browse for DCOP interfaces, can also execute them.
* kdebugdialog
Allows you to specify which debug messages you want to see.
* kdeprint
The KDE printing system.
* kdesktop
You guessed it: the desktop above the panel.
* kdesu
A graphical front end to "su".
* kdialog
Allows to display menu boxes from shell scripts.
* kdm
Replacement for XDM, for those people that like graphical logins.
* kfind
File find utility (standalone and in Konqueror's file manager).
* khelpcenter
Used to to read all great documentation about KDE, unix man pages,
info pages etc.
* khotkeys
Intercepts keys and can call applications.
* kicker
The panel at the botton with the K start button and the taskbar etc.
* kioslave
Infrastructure that helps make every application internet enabled
e.g. to directly save a file to ftp://place.org/dir/file.txt
* klipper
Taskbar applet that enhances and extenses the X clipboard.
* kmenuedit
Edit for the menu below the K start button.
* konqueror
The file manager and web browser you get easily used to.
* konsole
A shell program similar to xterm.
* kpager
Applet to show the contents of the virtual desktops.
* kpersonalizer
The customization wizard you get when you first start KDE.
* kreadconfig
A tool for shell scripts to get info from KDE's config files.
* krichtexteditor
A embeddable rich text editor and a wrapper application for it.
* kscreensaver
The KDE screensaver environment and some basic screensavers. More
of them are in the kdeartwork package.
* ksmserver
The KDE session manager (saves program status on login, restarts
those program at the next login).
* kdepasswd
A KDE frontend for passwd. Also contains the "Password & User Information" KCM.
* ksplashml
The screen displayed while KDE starts.
* kstart
Launches applications with special window properties such as iconified,
etc.
* ksysguard
Task manager and system monitor, can work with remote systems.
* ksystraycmd
Allows to run any application in the system tray.
* ktip
Gives you tips how to use KDE.
* kwin
The KDE window manager (moves, resizes and decorates windows).
* kxkb
A keyboard map tool.
* l10n
l-10letters-n: localization. Mostly country flags.
* libkonq
Some libraries needed by Konqueror.
* nsplugins
Together with OSF/Motif or Lesstif allows you to use Netscape (tm)
plugins in Konqueror.
* pics
Various icons and wallpapers.
Thanks!
-------
Thank you Steven M. Scotten and Kuno Raffi (weave) for creating artwork
specifically for the K Desktop Environment. Your efforts are much
appreciated.
Mr. Scotten has created: blue_angle_swirl, bluecheck, bluegreencrisscross,
bluegreensilver, candystripe_chainlink, charcoal_sunset, fadedpaint,
garden_lattice, ghost_lightning, glassywarpcheck, gold_crinkle, greenish,
heavens_hex, latte, lime_vibration, liquid_canvas, northbeach,
orange_stacks, purple_swirl, string_theory, sunday_brunch,
toothofthehoundthatbitcha, vegetative_fog, wavetron, woodcheck
Common Mistakes
---------------
IMPORTANT: most applications need KDEDIR as the directory where KDE is
installed. Please set this in your login file.
If XPM support wasn't configured, it may be that configure has no idea where
your XPM libraries are. If so, set XPM_INCLUDE and XPM_LDFLAGS to the paths
where configure should look for XPM. But if you haven't installed XPM or it
didn't come with your system, that's no problem. You will only miss a few
screensavers. The same thing applies with OPENGL support. Here you have to
set GL_INCLUDE and GL_LDFLAGS.
If configure claims Qt cannot be found, have a look at
ftp://ftp.trolltech.com and download the latest Qt 3.3.x release.
Be advised, if you're using FreeBSD, then please do not use the Qt port that
comes along with it.
Configuring
-----------
kdebase's configure script supports all the standard GNU autoconf options
(you can have the various options listed for you by specifying the --help
switch), plus the following options are also supported. Note: the *non*
default variation is listed, so if you see --enable-debug, the default is
--disable debug.
`--x-includes=DIR'
use X include files in DIR
`--x-libraries=DIR'
use X library files in DIR
`--enable-debug'
creates debugging code [default=no]
`--enable-strict'
Add strict[er] compiler options (may not work!) to the CFLAGS and
CXXFLAGS. This is GNU CC specific for the time being.
`--with-gnu-ld'
assume the C compiler uses GNU ld [default=no]
`--disable-libtool-lock'
force libtool not to do file locking
`--disable-nls'
do not use Native Language Support (i18n)
`--with-qt-dir'
where the root of qt is installed
`--with-qt-includes=DIR'
look for the Qt header files in DIR
`--with-qt-libraries=DIR'
look for the Qt library in DIR
`--with-extra-includes=DIR'
look for include files in DIR in addition to any other
`standard' paths
`--with-extra-libs=DIR'
look for [extra] libraries in DIR too
`--disable-path-check'
don't try to make sure that kdebase is installed into the same
base KDE directory as the rest of KDE
`--with-install-root=DIR'
the root to install to [default=/] (i.e. make / == DIR, so /usr
becomes DIR/usr)
`--disable-rpath'
do not use the rpath feature of ld
`--with-xdmdir=DIR'
use xdm (and config files) from DIR if the xdm config dir can't be
found automaticly
`--with-pam[=ARG]'
enable support for PAM: ARG=[yes|no|service name]
`--with-shadow'
if you want to check for and use shadow password support if it's present
`--without-gl'
disable any software which depends on OpenGL
`--without-xpm'
disable color pixmap XPM tests
`--with-xinerama'
enable Xinerama support
Please check ./configure --help for a more current list of options and what
they do.
Debugging
---------
You can use --enable-debug with the configure script, if you want to have
debug code in your KDE apps and libs. If you experience problems and want to
report problems to the KDE Bugs database, it is recommended to recompile
with this switch enabled to make the backtraces more verbose (and thus
giving the developer more information about the cause of the bug).
Removal/Uninstallation
----------------------
You can use 'make uninstall' if you want to remove the kde from the dirs.
This feature has not been tested completely, and is depreciated. On a system
where KDEDIR is specific to KDE (i.e. not /usr), rm -rf $KDEDIR does it as
well.
More Info
---------
If your system does not have XPM installed, and you cannot locate a package
of it, you may obtain it from ftp://avahi.inria.fr/pub/xpm, or you may find
it in ftp://ftp.freebsd.org/pub/FreeBSD/distfiles
If you are running a FreeBSD system, you will need to make sure that LIBS is
set to "-Wl,-export-dynamic". The easiest way to do this is to prefix
configure with it, i.e.: LIBS="-Wl,-export-dynamic" ./configure. Thanks to
Will Andrews <will@FreeBSD.org> and Arun Sharma <adsharma@sharmas.dhs.org>
for identifying what needed to be done, and how to do it, and such.
If your system supports PAM (Plugable Authentication Modules), please see
the README.pam file in this directory for more information about using KDE
with PAM.
Have a look at the individual subdirectories, if you would like to find out
more about a specific application included in kdebase.
More FAQs on http://www.kde.org/info/faq.html
If you have problems compiling and installing this package, please check the
kde-devel@kde.org mailing list archive (see http://lists.kde.org) to see if
somebody had a similiar problem already. If not, try posting a message to
the list with detailed information about the compile problem.
General KDE discussions should go to the KDE mailing list (kde@kde.org).

@ -0,0 +1,72 @@
KDE can be configured to support the PAM ("Pluggable Authentication
Modules") system for password checking by the display manager kdm and
by the screen saver kscreensaver (for unlocking the display).
PAM is a flexible application-transparent configurable user-authentication
system found on FreeBSD, Solaris, and Linux (and maybe other unixes).
Information about PAM may be found on its homepage
http://www.kernel.org/pub/linux/libs/pam/
(Despite the location, this information is NOT Linux-specific.)
Known Solaris Issues:
--------------------
For compiling PAM support on Solaris, PAM_MESSAGE_NONCONST must
be defined. This should now be handled automatically by the
configure script.
Using PAM
---------
By default, PAM is automatically used, if it is found. Use
./configure --without-pam to disable it.
If PAM is found, KDE usually uses the PAM service "kde". You may
override it for all KDE programs by using --with-pam=<service> and/or
individually by using --with-<prog>-pam=<service>, where <prog> is
one of kdm, kcp and kss (for kdm, kcheckpass and kscreensaver).
"make install" will attempt to create suitable service definitions; either
by putting files into /etc/pam.d/ or by adding text to /etc/pam.conf. The
services are just copies of the "login" service.
You may want to edit these definitions to meet your needs.
There are also two example service definitions in this directory -
kde.pamd and kscreensaver.pamd - but don't just copy them!
If the services are misconfigured, you will NOT be able to login via KDM
and/or unlock a locked screen!
If there is ever any doubt about which PAM service a program was
compiled with, it can be determined by examining the PAM-generated
entries in the system log associated with kdm logins or kscreensaver
authentication failures.
PAM configuration files have four types of entries for each service:
type used by kdm used by kscreensaver
---- ----------- --------------------
auth x x
account x
password x
session x
There may be more than one entry of each type. Check existing PAM
configuration files and PAM documentation on your system for guidance as
to what entries to make. If you call a PAM service that is not
configured, the default action of PAM is likely to be denial of service.
Note: kdm implements PAM "session" support, which is not implemented in
certain PAM-aware xdm's that it may be replacing (e.g., the Red Hat
Linux 5.x xdm did not implement it). This may be configured to carry out
actions when a user opens or closes an kdm session, if a suitable PAM
module is available (e.g., mount and unmount user-specific filesystems).
Note 2: Screensavers typically only authenticate a user to allow her to
continue working. They may also renew tokens etc., where supported.
See the Linux PAM Administrators guide, which is part of the PAM
distribution, for more details.

@ -0,0 +1,81 @@
[Desktop Entry]
Name=Default
Name[af]=Standaard
Name[ar]=إفتراضي
Name[az]=Ön Qurğulu
Name[be]=Стандартна
Name[bg]=По подразбиране
Name[bn]=ডিফল্ট
Name[br]=Dre ziouer
Name[ca]=Omissió
Name[cs]=Výchozí
Name[csb]=Domëslno
Name[cy]=Rhagosodedig
Name[da]=Standard
Name[de]=Standard
Name[el]=Προκαθορισμένο
Name[eo]=Defaŭlta
Name[es]=Predeterminado
Name[et]=Vaikimisi
Name[eu]=Lehenetsia
Name[fa]=پیش‌فرض
Name[fi]=Oletus
Name[fo]=Forsettur
Name[fr]=Par défaut
Name[fy]=Standert
Name[ga]=Réamhshocrú
Name[gl]=Por Omisión
Name[he]=ברירת מחדל
Name[hi]=डिफ़ॉल्ट
Name[hr]=Zadano
Name[hsb]=Standard
Name[hu]=Alapértelmezett
Name[id]=Standar
Name[is]=Sjálfgefið
Name[it]=Predefinito
Name[ja]=標準
Name[ka]=ნაგულისხმევი
Name[kk]=Әдетті
Name[km]=លំនាំដើម
Name[ko]=기본
Name[lo]=ຄ່າປະລິຍາຍ
Name[lt]=Numatyta
Name[lv]=Noklusētais
Name[mk]=Стандардно
Name[mn]=Стандарт
Name[mt]=Normali
Name[nb]=Standard
Name[nds]=Standard
Name[ne]=पूर्वनिर्धारित
Name[nl]=Standaard
Name[nn]=Standard
Name[nso]=Thuso ya Tshoganetso
Name[oc]=Omission
Name[pa]=ਮੂਲ
Name[pl]=Domyślnie
Name[pt]=Por Omissão
Name[pt_BR]=Padrão
Name[ro]=Implicit
Name[ru]=По умолчанию
Name[rw]=Mburabuzi
Name[se]=Standárda
Name[sk]=Štandardný
Name[sl]=Privzeto
Name[sr]=Подразумевано
Name[sr@Latn]=Podrazumevano
Name[sv]=Förval
Name[ta]=முன்னிருப்பு
Name[te]=అప్రమెయం
Name[tg]=Стандартӣ
Name[th]=ค่าปริยาย
Name[tr]=Öntanımlı
Name[tt]=Ğädäti
Name[uk]=Типовий
Name[uz]=Andoza
Name[uz@cyrillic]=Андоза
Name[vi]=Mặc định
Name[wa]=Prémetou
Name[xh]=Okwendalo
Name[zh_CN]=默认
Name[zh_TW]=預設
Name[zu]=Okwendalo

@ -0,0 +1,70 @@
SUBDIRS = compat
xdg_menu_DATA = kde-settings.menu kde-information.menu kde-screensavers.menu
xdg_mergedmenu_DATA = kde-essential.menu
xdg_mergedmenudir = $(xdg_menudir)/applications-merged
xdg_directory_DATA = \
kde-main.directory \
kde-development.directory \
kde-editors.directory \
kde-edutainment.directory \
kde-games-arcade.directory \
kde-games-board.directory \
kde-games-card.directory \
kde-games-kids.directory \
kde-games-roguelikes.directory \
kde-games-strategy.directory \
kde-games.directory \
kde-graphics.directory \
kde-information.directory \
kde-internet-terminal.directory \
kde-internet.directory \
kde-more.directory \
kde-multimedia.directory \
kde-office.directory \
kde-science.directory \
kde-settings-accessibility.directory \
kde-settings-components.directory \
kde-settings-desktop.directory \
kde-settings-looknfeel.directory \
kde-settings-network.directory \
kde-settings-peripherals.directory \
kde-settings-hardware.directory \
kde-settings-power.directory \
kde-settings-security.directory \
kde-settings-sound.directory \
kde-settings-system.directory \
kde-settings-webbrowsing.directory \
kde-settings.directory \
kde-settingsmenu.directory \
kde-system-screensavers.directory \
kde-system-terminal.directory \
kde-system.directory \
kde-toys.directory \
kde-unknown.directory \
kde-utilities-xutils.directory \
kde-utilities.directory \
kde-utilities-accessibility.directory \
kde-utilities-desktop.directory \
kde-utilities-peripherals.directory \
kde-utilities-file.directory \
kde-utilities-pim.directory \
kde-development-translation.directory \
kde-development-webdevelopment.directory
install-data-local:
for file in `cat $(srcdir)/old_desktop_files` ; do \
if test -f $(DESTDIR)$(xdg_appsdir)/$${file} ; then \
rm $(DESTDIR)$(xdg_appsdir)/$${file} ; \
echo Deleting $(DESTDIR)$(xdg_appsdir)/$${file} ; \
fi; \
done;
$(mkinstalldirs) $(DESTDIR)$(kde_appsdir)
$(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/.hidden
$(INSTALL_DATA) $(srcdir)/hidden.directory $(DESTDIR)$(kde_appsdir)/.hidden/.directory
uninstall-local:
-rm -f $(DESTDIR)$(kde_appsdir)/.hidden/.directory

@ -0,0 +1,7 @@
#Desktop files provided for backwards compatibility
applnk_compat_data_DATA = battery.desktop bwarning.desktop cwarning.desktop \
power.desktop kcmkonq.desktop kcmkxmlrpcd.desktop \
konqhtml.desktop socks.desktop virtualdesktops.desktop \
email.desktop userinfo.desktop passwords.desktop
applnk_compat_datadir = $(kde_appsdir)/.hidden

@ -0,0 +1,74 @@
[Desktop Entry]
Name=Laptop
Name[af]=Draagbare rekenaar
Name[ar]=الحاسوب النقّال
Name[az]=Dizüstü Kompüter
Name[be]=Ноўтбук
Name[bg]=Лаптоп
Name[bn]=ল্যাপটপ
Name[br]=Hezoug
Name[ca]=Portàtil
Name[cs]=Notebook
Name[cy]=Gluniadur
Name[da]=Bærbar
Name[el]=Φορητό
Name[eo]=Tekokomputilo
Name[es]=Portátil
Name[eu]=Ordenagailu eramangarria
Name[fa]=رایانۀ کیفی
Name[fi]=Kannettava
Name[fr]=Ordinateur portable
Name[fy]=Skoatkompjûter
Name[ga]=Ríomhaire Glúine
Name[gl]=Portátil
Name[he]=מחשב נייד
Name[hi]=लैपटॉप
Name[hsb]=laptop
Name[hu]=Noteszgép
Name[is]=Ferðavél
Name[it]=Portatile
Name[ja]=ラップトップ
Name[ka]=ლეპტოპი
Name[kk]=Ноутбук
Name[km]=កុំព្យូទ័រ​យួរ​ដៃ
Name[ko]=랩탑
Name[lo]=ແລບທອບ
Name[lt]=Nešiojamas kompiuteris
Name[lv]=Laptops
Name[mk]=Лаптоп
Name[mn]=Лаптоп
Name[ms]=Komputer riba
Name[nb]=Bærbar
Name[nds]=Klappreekner
Name[ne]=ल्यापटप
Name[nn]=Berbar
Name[oc]=Portatil
Name[pa]=ਲੈਪਟਾਪ
Name[pt]=Portátil
Name[ru]=Ноутбук
Name[rw]=Mudasobwa Igendanwa
Name[se]=Mátkedihtor
Name[sl]=Prenosnik
Name[sr]=Лаптоп
Name[sv]=Bärbar dator
Name[ta]=மடிக்கணினி
Name[te]=లాప్ టాప్
Name[tg]=Ноутбук
Name[th]=แลปทอป
Name[tr]=Dizüstü
Name[tt]=Qulsanaq
Name[uk]=Мобільний комп'ютер (лептоп)
Name[uz@cyrillic]=Лаптоп
Name[ven]=Khomupwutha pfarwa
Name[vi]=Máy xách tay
Name[wa]=Poirtåve
Name[xh]=Umphezulu osongiweyo
Name[zh_CN]=笔记本电脑
Name[zh_TW]=筆記型電腦
Name[zu]=Ikhomputha ephathwayo eyisicaba
X-KDE-ModuleType=Library
X-KDE-Library=laptop
X-KDE-FactoryName=battery
Exec=kcmshell laptop
Icon=laptop_battery
Type=Application

@ -0,0 +1,74 @@
[Desktop Entry]
Name=Laptop
Name[af]=Draagbare rekenaar
Name[ar]=الحاسوب النقّال
Name[az]=Dizüstü Kompüter
Name[be]=Ноўтбук
Name[bg]=Лаптоп
Name[bn]=ল্যাপটপ
Name[br]=Hezoug
Name[ca]=Portàtil
Name[cs]=Notebook
Name[cy]=Gluniadur
Name[da]=Bærbar
Name[el]=Φορητό
Name[eo]=Tekokomputilo
Name[es]=Portátil
Name[eu]=Ordenagailu eramangarria
Name[fa]=رایانۀ کیفی
Name[fi]=Kannettava
Name[fr]=Ordinateur portable
Name[fy]=Skoatkompjûter
Name[ga]=Ríomhaire Glúine
Name[gl]=Portátil
Name[he]=מחשב נייד
Name[hi]=लैपटॉप
Name[hsb]=laptop
Name[hu]=Noteszgép
Name[is]=Ferðavél
Name[it]=Portatile
Name[ja]=ラップトップ
Name[ka]=ლეპტოპი
Name[kk]=Ноутбук
Name[km]=កុំព្យូទ័រ​យួរ​ដៃ
Name[ko]=랩탑
Name[lo]=ແລບທອບ
Name[lt]=Nešiojamas kompiuteris
Name[lv]=Laptops
Name[mk]=Лаптоп
Name[mn]=Лаптоп
Name[ms]=Komputer riba
Name[nb]=Bærbar
Name[nds]=Klappreekner
Name[ne]=ल्यापटप
Name[nn]=Berbar
Name[oc]=Portatil
Name[pa]=ਲੈਪਟਾਪ
Name[pt]=Portátil
Name[ru]=Ноутбук
Name[rw]=Mudasobwa Igendanwa
Name[se]=Mátkedihtor
Name[sl]=Prenosnik
Name[sr]=Лаптоп
Name[sv]=Bärbar dator
Name[ta]=மடிக்கணினி
Name[te]=లాప్ టాప్
Name[tg]=Ноутбук
Name[th]=แลปทอป
Name[tr]=Dizüstü
Name[tt]=Qulsanaq
Name[uk]=Мобільний комп'ютер (лептоп)
Name[uz@cyrillic]=Лаптоп
Name[ven]=Khomupwutha pfarwa
Name[vi]=Máy xách tay
Name[wa]=Poirtåve
Name[xh]=Umphezulu osongiweyo
Name[zh_CN]=笔记本电脑
Name[zh_TW]=筆記型電腦
Name[zu]=Ikhomputha ephathwayo eyisicaba
X-KDE-ModuleType=Library
X-KDE-Library=laptop
X-KDE-FactoryName=bwarning
Exec=kcmshell laptop
Icon=laptop_battery
Type=Application

@ -0,0 +1,74 @@
[Desktop Entry]
Name=Laptop
Name[af]=Draagbare rekenaar
Name[ar]=الحاسوب النقّال
Name[az]=Dizüstü Kompüter
Name[be]=Ноўтбук
Name[bg]=Лаптоп
Name[bn]=ল্যাপটপ
Name[br]=Hezoug
Name[ca]=Portàtil
Name[cs]=Notebook
Name[cy]=Gluniadur
Name[da]=Bærbar
Name[el]=Φορητό
Name[eo]=Tekokomputilo
Name[es]=Portátil
Name[eu]=Ordenagailu eramangarria
Name[fa]=رایانۀ کیفی
Name[fi]=Kannettava
Name[fr]=Ordinateur portable
Name[fy]=Skoatkompjûter
Name[ga]=Ríomhaire Glúine
Name[gl]=Portátil
Name[he]=מחשב נייד
Name[hi]=लैपटॉप
Name[hsb]=laptop
Name[hu]=Noteszgép
Name[is]=Ferðavél
Name[it]=Portatile
Name[ja]=ラップトップ
Name[ka]=ლეპტოპი
Name[kk]=Ноутбук
Name[km]=កុំព្យូទ័រ​យួរ​ដៃ
Name[ko]=랩탑
Name[lo]=ແລບທອບ
Name[lt]=Nešiojamas kompiuteris
Name[lv]=Laptops
Name[mk]=Лаптоп
Name[mn]=Лаптоп
Name[ms]=Komputer riba
Name[nb]=Bærbar
Name[nds]=Klappreekner
Name[ne]=ल्यापटप
Name[nn]=Berbar
Name[oc]=Portatil
Name[pa]=ਲੈਪਟਾਪ
Name[pt]=Portátil
Name[ru]=Ноутбук
Name[rw]=Mudasobwa Igendanwa
Name[se]=Mátkedihtor
Name[sl]=Prenosnik
Name[sr]=Лаптоп
Name[sv]=Bärbar dator
Name[ta]=மடிக்கணினி
Name[te]=లాప్ టాప్
Name[tg]=Ноутбук
Name[th]=แลปทอป
Name[tr]=Dizüstü
Name[tt]=Qulsanaq
Name[uk]=Мобільний комп'ютер (лептоп)
Name[uz@cyrillic]=Лаптоп
Name[ven]=Khomupwutha pfarwa
Name[vi]=Máy xách tay
Name[wa]=Poirtåve
Name[xh]=Umphezulu osongiweyo
Name[zh_CN]=笔记本电脑
Name[zh_TW]=筆記型電腦
Name[zu]=Ikhomputha ephathwayo eyisicaba
X-KDE-ModuleType=Library
X-KDE-Library=laptop
X-KDE-FactoryName=cwarning
Exec=kcmshell laptop
Icon=laptop_battery
Type=Application

@ -0,0 +1,238 @@
[Desktop Entry]
Icon=email
Type=Application
Exec=kcmshell kcm_useraccount
DocPath=kcontrol/email/index.html
X-KDE-ModuleType=Library
X-KDE-Library=useraccount
X-KDE-ParentApp=kcontrol
Name=Email
Name[af]=E-pos
Name[ar]=البريد الإلكتروني
Name[az]=Poçt
Name[be]=Электронная пошта
Name[bg]=Е-поща
Name[bn]=ই-মেইল
Name[br]=Lizher elektronek
Name[ca]=Correu electrònic
Name[csb]=E-maila
Name[cy]=Ebost
Name[da]=E-mail
Name[de]=E-Mail
Name[eo]=Retpoŝto
Name[es]=Correo electrónico
Name[et]=E-post
Name[eu]=Posta elektronikoa
Name[fa]=رایانامه
Name[fi]=Sähköposti
Name[fo]=Teldupostur
Name[fr]=Courrier électronique
Name[fy]=E-post
Name[ga]=Ríomhphost
Name[gl]=Correo-e
Name[he]=דוא"ל
Name[hi]=ईमेल
Name[hr]=E-pošta
Name[hu]=E-mail
Name[is]=Tölvupóstur
Name[it]=Posta elettronica
Name[ja]=E メール
Name[ka]=ელფოსტა
Name[kk]=Эл.пошта
Name[km]=អ៊ីមែល
Name[ko]=전자 우편
Name[lo]=ຈົດຫມາຍເອເລັກທຣໍນິກສ์
Name[lt]=E. paštas
Name[lv]=E-pasts
Name[mk]=Е-пошта
Name[mn]=Э-Захиа
Name[ms]=Emel
Name[mt]=Imejl
Name[nb]=E-post
Name[nds]=Nettpost
Name[ne]=इमेल
Name[nl]=E-mail
Name[nn]=E-post
Name[nso]=E-poso
Name[pa]=ਈ-ਮੇਲ
Name[pl]=E-mail
Name[pt]=Correio Electrónico
Name[pt_BR]=E-Mail
Name[ru]=Электронная почта
Name[rw]=Imeli
Name[se]=E-boasta
Name[sk]=E-Mail
Name[sl]=E-pošta
Name[sr]=Е-пошта
Name[sr@Latn]=E-pošta
Name[sv]=E-post
Name[ta]=மின்னஞ்சல்
Name[te]=ఈ మెయిల్
Name[tg]=Почтаи электронӣ
Name[th]=จดหมายอิเล็กทรอนิกส์
Name[tr]=E-Posta
Name[uk]=Ел. пошта
Name[uz]=Elektron pochta
Name[uz@cyrillic]=Электрон почта
Name[ven]=Imeili
Name[vi]=Thư điện tử
Name[wa]=Emilaedje
Name[zh_CN]=电子邮件
Name[zh_TW]=電子郵件
Name[zu]=Iposi lekhomputha
Comment=Configure your identity, email addresses, mail servers, etc.
Comment[af]=Konfigureer jou identiteit, e-pos adresse, pos bedieners, etc.
Comment[ar]=اعدادت هويتك ،عناوين بريدك الألكتروني ، خوادِم البريد ، و الخ.
Comment[az]=Kimlik, ePoçt ünvanları, poçt vericiləri vb. buradan qurula bilər
Comment[be]=Настаўленне вашага ўвасаблення, адрасоў электроннай пошты, паштовых сервераў і г. д.
Comment[bg]=Настройване на самоличност, е-поща, пощенски сървър и др.
Comment[bn]=আপনার পরিচয়, ই-মেইল অ্যাড্রেস, মেইল সার্ভার ইত্যাদি কনফিগার করুন।
Comment[br]=Kefluniañ hoc'h anvelezh, chomlec'h postel, servijerien post h.a.
Comment[bs]=Podesite vaš identitet, e-mail addresu, mail servere, itd.
Comment[ca]=Aquí podeu configurar la vostra identitat, adreces, servidors de correu, etc.
Comment[cs]=Nastavení vaší identity, emailových adres, poštovních serverů atd.
Comment[csb]=Kònfigùracëjô òsobòwëch pòdôwków, pòcztowi adresë, serwera pòcztë, ëtd.
Comment[cy]=Ffurfweddu eich dynodiad, cyfeiriadau ebost, gweinyddion ebost, etc
Comment[da]=Indstil din identitet, e-mail-adresser, postservere, osv.
Comment[de]=Richten Sie Ihre Identität, E-Mail-Adressen, Mail-Server und anderes ein
Comment[el]=Ρύθμιση της ταυτότητάς σας, διευθύνσεις email, διακομιστές mail, κλπ.
Comment[eo]=Via identeco, retpoŝtadreso, retpoŝtserviloj ktp.
Comment[es]=Configuración de su identidad, direcciones de correo, servidores de correo, etc.
Comment[et]=Nime, e-posti aadressi, e-posti serverite jms. seadistamine
Comment[eu]=Konfigura itzazu zure identitatea, posta elektronikoaren helbidea, posta zerbitzariak, e.a.
Comment[fa]=هویت ،نشانیهای رایانامه، کارسازهای نامه و غیرۀ خود را پیکربندی کنید.
Comment[fi]=Määrittele sähköpostiosoiteet, sähköpostipalvelimet, jne.
Comment[fo]=Set upp samleiki tína (teldupostadressa, postambætari og so framvegis).
Comment[fr]=Configuration de votre identité, de vos adresses électroniques, des serveurs associés, etc.
Comment[fy]=Ynfier fan jo identiteit, e-(post)adresen, e-(post) tsjinners, enz.
Comment[ga]=Cumraigh d'aitheantas, seoltaí ríomhphoist, freastalaithe poist, srl.
Comment[gl]=Configurar a sua identidade, enderezo de correo electrónico, servidores de correo, etc.
Comment[he]=שינוי הגדרות הזהות שלך, כתובות דוא"ל, שרתי דואר וכו'
Comment[hi]=अपना परिचय, ईमेल पता, मेल सर्वर्स इत्यादि कॉन्फ़िगर करे
Comment[hr]=Konfigurirajte svoj identitet, adresu e-pošte, poslužitelje, itd.
Comment[hsb]=Identitu, emailowe adresy, serwery, atd. nastajić
Comment[hu]=A levelezési azonosító, e-mail cím, levelezőkiszolgálók, stb. beállítása
Comment[id]=Konfigurasi identitas anda, alamat e-mail, server mail dsb.
Comment[is]=Stilltu nafn, netfang, póstþjóna o.þ.h. hér.
Comment[it]=Configura la tua identità, l'indirizzo di posta elettronica, i server della posta, ecc.
Comment[ja]=あなたの個人情報,E メールアドレス,メールサーバなど
Comment[ka]=თქვენი ვინაობის, ელფოსტის მისამართის, ელფოსტის სერვერების, და ა.ს. შეყვანა
Comment[kk]=Сіз туралы мәліметті, электрондық пошта, пошта серверлерді, т.б.с.с. баптау.
Comment[km]=កំណត់​រចនាសម្ព័ន្ធ​អត្តសញ្ញាណ, អាសយដ្ឋាន​អ៊ីមែល, ម៉ាស៊ីន​បម្រើ​របស់​អ្នក ។ល។
Comment[ko]=개인 정보, 전자 우편 주소, 메일 서버 등 설정
Comment[lo]=ປັບແຕ່ງສິ່ງທີ່ບົ່ງເຖິງທ່ານ, ທີ່ຢູ່ອີເມລ, ເຊີບເວີຈົດຫມາຍເປັນຕົ້ນ
Comment[lt]=Jūsų identifikavimo, e. pašto adresų, pašto serverių ir t.t. derinimas
Comment[lv]=Konfigurē jūsu identitāti, epasta adreses, pasta serverus, u.t.t.
Comment[mk]=Конфигурирајте го вашиот идентитет, е-пошт. адреси, е-пошт. сервери, итн.
Comment[mn]=Өөрийн биеийн байцаалт, Э-Захианы хаяг, Захиа-Сервер болонбусад зүйлсээ тохируулах
Comment[ms]=Tetapkan identiti, alamat emel, pelayan mel, dan sebagainya.
Comment[mt]=Issettja l-identità, indirizzi tal-imejl tiegħek, eċċ.
Comment[nb]=Tilpass egen identitet, e-postadresse, e-posttjener osv.
Comment[nds]=Richt diene Identiteet, de Nettpostadress, Nettpost-Server usw. in.
Comment[ne]= तपाईँको परिचय, इमेल ठेगाना, मेल सर्भर इत्यादि कन्फिगर गर्नुहोस् ।
Comment[nl]=Voer uw identiteit, e-mailadressen, e-mailservers, enz. in
Comment[nn]=Set opp identitet, e-postadresse, e-posttenarar osv.
Comment[nso]=Beakanya boitsibiso bja gago, diaterese tsa e-poso, baabi ba poso, le tsedingwe.
Comment[pa]=ਆਪਣੀ ਪਛਾਣ, ਈ-ਮੇਲ ਸਿਰਨਾਵਾਂ, ਮੇਲ ਸਰਵਰ ਦੀ ਸੰਰਚਨਾ ਦਿਉ।
Comment[pl]=Konfiguracja danych osobowych, adresu pocztowego, serwera poczty, itd.
Comment[pt]=Configuração da sua identidade, endereços de correio electrónico, servidores, etc.
Comment[pt_BR]=Configure sua identidade, endereços de e-mail, servidores de e-mail, etc.
Comment[ro]=Configurați identitatea dvs, adrese de email, servere de email, etc.
Comment[ru]=Настройка вашего имени, адреса электронной почты, почтовых серверов, и т. д.
Comment[rw]=Boneza Ikikuranga , amaderesi imeli, Amaseriveri y'ubutumwa, n'ibindi.
Comment[se]=Heivet identitehtat, e-boastačujuhusat, e-boastabálvát jna.
Comment[sk]=Nastavte svoju identitu, e-mailovú adresu, mail server, atď.
Comment[sl]=Nastavite svojo identiteto, e-naslove, poštne strežnike, itd.
Comment[sr]=Подесите ваш идентитет, е-адресе, сервере и сл.
Comment[sr@Latn]=Podesite vaš identitet, e-adrese, servere i sl.
Comment[sv]=Anpassa din identitet, dina e-postadresser, e-postservrar, etc.
Comment[ta]=அடையாளத்தை வடிவமை,மின்னஞ்சல் முகவரிகள்,அஞ்சல் சேவகன்கள், போன்றவை
Comment[te]=మీ ఐడెంటిటి, ఈమెయిల్ అడ్రస్, మెయిల్ సర్వర్లని రరూూపకరణ చేయండి
Comment[tg]=Танзими номи худ, почтаи электронӣ, серверҳои почтавӣ ва ғайра.
Comment[th]=ปรับแต่งสิ่งระบุตัว, ที่อยู่อีเมล, เซิร์ฟเวอร์จดหมาย และอื่นๆ ของคุณ
Comment[tr]=Kimlik, e-posta adresleri, posta sunucuları vb. yapılandır.
Comment[tt]=İsemeñne, email adreslarnı, xat serverlärne w.b. caylaw.
Comment[uk]=Налаштуйте ваше ім'я, адресу електронної пошти, поштові сервери і т.і.
Comment[uz]= Shaxsiyat, elektron pochta, xat-xabar serverlari va hokazolarni moslash.
Comment[uz@cyrillic]= Шахсият, электрон почта, хат-хабар серверлари ва ҳоказоларни мослаш.
Comment[ven]=Khonifigarani vhuvha hanu, Dzidiresi dza Imeili, poso ya dzisiva
Comment[vi]=Cấu hình thông tin cá nhân, địa chỉ thư điện tử, máy phục vụ thư...
Comment[wa]=Apontyî voste idintité, adresses emile, sierveus d' emilaedje, evnd.
Comment[xh]=Qwalasela isiqinisekiso sakho, iidilesi ze email, abancedisi beposi, njalo-njalo.
Comment[zh_CN]=配置您的身份、电子邮件地址、邮件服务等。
Comment[zh_TW]=設定您的身份認證、電子郵件地址、郵件伺服器等。
Comment[zu]=Hlanganisa umazisi wakho,ikheli leposi lekhomputha,umlekeleli weposi,etc.
Keywords=EMail,Mail,E-Mail,Address,Email server,IMAP,POP3,Local mailbox,mailbox,User Information,Reply Address,Server information,User Name,Passwords,Host,Current Profile,Profile,Organization,Incoming Host,Outgoing Host,Email Client
Keywords[af]=EMail,Mail,E-Mail,Address,Email server,IMAP,POP3,Local mailbox,mailbox,User Information,Reply Address,Server information,User Name,Passwords,Host,Current Profile,Profile,Organization,Incoming Host,Outgoing Host,Email Kliënt
Keywords[ar]=البريد الإلكتروني ، البريد ، العنوان ، خادم البريد الإلكتروني ، IMAP ، POP3 ، صندوق البريد المحلّي ، صندوق البريد ، معلومات عن المستخدِم ، عنوان الإجابة ، معلومات عن الخادِم ، إسم المستخدم ، كلمات المرور ، المضيف ، المواصفات الشخصية الحالية ، المنظمة/ الشركة ، مضيف الواردات ، مضيف الصادرات ، زبون البريد الإلكتروني
Keywords[az]=ePoçt,Poçt,E-Poçt,Ünvan,ePoçt vericisi,IMAP,POP,yerli poçt qutusu,poçt qutusu,ePoçt Alıcısı,Quruluş,Şəxsi Mə'lumatlar,Maşın,İstifadəçi Mə'lumatları,Verici mə'lumatlar,İstifadəçi Adı
Keywords[be]=Электронная пошта,Пошта,Адрас,Паштовы сервер,Інфармацыя аб карыстальніку,Адрас для адказу,Інфармацыя аб серверы,Імя карыстальніка,Паролі,Вузел,Профіль,Арганізацыя,Кліент электроннай пошты,EMail,Mail,E-Mail,Address,Email server,IMAP,POP3,Local mailbox,mailbox,User Information,Reply Address,Server information,User Name,Passwords,Host,Current Profile,Profile,Organization,Incoming Host,Outgoing Host,Email Client
Keywords[bg]=е-поща, поща, сървър, ел, EMail, Mail, E-Mail, Address, Email server, IMAP, POP3, Local mailbox, mailbox, User Information, Reply Address, Server information, User Name, Passwords, Host, Current Profile, Profile, Organization, Incoming Host, Outgoing Host, Email Client
Keywords[ca]=Correu electrònic,Correu,E-mail,Adreça,Servidor de correu,IMAP,POP3,Bústia local,Bústia,Informació d'usuari,Adreça de resposta,Informació de servidor,Nom d'usuari,Contrasenyes,Remot,Perfil actual,Perfil,Organització,remot d'entrada,remot de sortida,Client de correu
Keywords[cs]=Email,Pošta,E-mail,Adresa,Poštovní server,IMAP,POP3,Lokální poštovní schránka,Schránka,IMAP,POP3,Mailbox,Lokální mailbox,Uživatelské jméno,Hesla,Hostitel,Profil,Organizace,Příchozí pošta,Odchozí pošta,Emailový klient
Keywords[csb]=emaila,e-maila,elektronicznô pòczta,adresa,lëst,pòcztowi serwer,IMAP,POP3,lokalnô skrzinka,pòcztowô skrzinka,wëdowiédzô ò brëkòwnikù,wëdowiédzô ò serwerze,adresa òdpòwiesce,miono brëkòwnika,parole,miono kòmpùtra,biéżny profil,profil,òrganizacëjô, przëchôdôjącô pòczta,wëchôdôjącô pòczta,pòcztowô programa
Keywords[cy]=EBost,Post,E-Bost,Cyfeiriad,Gweinydd ebost,IMAP,POP3,Blwch e-bost lleol,blwch e-bost,Gwybodaeth Defnyddiwr,Cyfeiriad Ateb,Gwybodaeth gweinydd,Enw Defnyddiwr,Cyfrineiriau,Gwesteiwr,Proffil Cyffredol,Proffil,Corff,Gwesteiwr Mewn,Gwesteiwr Allan,Dibynnydd Ebost
Keywords[da]=E-mail,Post,Adresse,Postserver,IMAP,POP3,Lokal postkasse,postkasse,Brugerinformation,Svaradresse,Serverinformation,Brugernavn,Kodeord,Vært, Denne profil,Profil,Organisation,Indkommende vært,Udgående vært, E-mail-klient
Keywords[de]=Email,Mail,E-Mail,Adresse,E-Mail-Server,IMAP,POP3,Lokale Mailbox,Mailbox,Postfach,Benutzerinformationen,Antwortadresse,Serverinformation,Benutzername,Passwörter,Rechner,Profil,Organisation,Posteingang,Postausgang,E-Mail-Programm
Keywords[el]=EMail,Mail,E-Mail,Διεύθυνση,Διακομιστής email,IMAP,POP3,Τοπική θυρίδα,θυρίδα,Πληροφορίες χρήστη,Διεύθυνση απάντησης,Πληροφορίες διακομιστή,Όνομα χρήστη,Κωδικοί πρόσβασης,Υπολογιστής,Τρέχον προφίλ,Προφίλ,Οργανισμός,Υπολογιστής εισερχομένων,Υπολογιστής εξερχομένων,Πελάτης email
Keywords[en_GB]=EMail,Mail,E-Mail,email,e-mail,Address,Email server,IMAP,POP3,Local mailbox,mailbox,User Information,Reply Address,Server information,User Name,Passwords,Host,Current Profile,Profile,Organisation,Organization,Incoming Host,Outgoing Host,Email Client
Keywords[eo]=retpoŝto,poŝto,adreso,servilo,IMAP,POP3,poŝtkesto,uzanto, respondadreso,servilo,uzantnomo,pasvorto,gastigo,agordo,organizaĵo,ricevo,sendo,retpoŝtprogramo
Keywords[es]=Correo electrónico,Correo,E-Mail,Dirección,Servidor de correo,IMAP,POP3,Buzón local,buzón,Información del usuario,Dirección de respuesta,Información del servidor,Nombre de usuario,Contraseñas,Máquina,Perfil actual,Perfil,Organización,Máquina entrante,Máquina saliente,Cliente de correo
Keywords[et]=e-mail,e-post,meil,mail,aadress,meiliserver,IMAP,POP3,kohalik postkast,postkast,kasutajainfo,vastamise aadress,serveri info,kasutajanimi,paroolid,host,aktiivne profiil,profiil,organisatsioon,sissetulev post,väljaminev post,meiliklient
Keywords[eu]=Posta elektronikoa,Posta,E-Mail,Helbidea,Posta zerbitzaria,IMAP,POP3, Posta kutxa lokala,posta kutxa,Erabiltzailearen informazioa,Reply Address, Zerbitzariaren informazioa,Erabiltzailearen izena,Pasahitzak,Ostalaria,Uneko profila,Profila,Erakundea,Sarrera hostalaria,Irteera hostalaria,Posta elektroniko bezeroa
Keywords[fa]=رایانامه، نامه، رایانامه، کارساز‌نامه، IMAP،POP3، نامه‌دان محلی، نامه‌دان اطلاعات کاربر، نشانی پاسخ، اطلاعات کارساز، نام کاربر، اسم رمزها، میزبان، شرح وضعیت جاری، شرح وضعیت، سازمان، میزبان واردشونده، میزبان خارج‌شونده، کارخواه‌نامه
Keywords[fi]=Sähköposti,E-Mail,Osoite,Sähköpostipalvelin,IMAP,POP3,Postilaatikko,Käyttäjätiedot,Vastausosoite,Osoite,Palvelimen tiedot,Käyttäjänimi,Salasanat,Palvelin,Nykyinen profiili,Profiili,Organisaatio,Lähtevä palvelin,Tuleva palvelin,Sähköpostiohjelma
Keywords[fo]=adressa,teldupostur,upplýsingar,navn,vertur,IMAP,POP3,samleiki,ambætari
Keywords[fr]=courrier électronique,email,e-mail,adresse,serveur de courrier,serveur de mail,IMAP,POP3,boîte aux lettres locale,boîte aux lettres,pop3,imap,mail,messagerie,message,message électronique,adresse électronique,utilisateur,profil,organisation,serveur entrant,serveur sortant,serveur de réception,serveur d'envoi,réception,envoi,informations sur l'utilisateur,adresse de réponse,reply,mot de passe,serveur,hôte,client de mail,client de messagerie
Keywords[fy]=e-post,post,e-post,berjochten,adres,e-post-tsjinner,imap,pop3,lokale postbus,postboks,postbus,brûkersynformaasje,antwurdadres,tsjinnerynformaasje,brûkersnamme,wachtwurden,host,aktyf profiel,organisaasje,ynkommende host,útgeande host,e-postklant
Keywords[ga]=R-phost,Post,Rphost,Ríomhphost,Seoladh, Freastalaí Poist,IMAP,POP3,Bosca Poist Logánta,bosca poist,eolas úsáideora,Seoladh Freagra,Eolas Freastalaí,Ainm úsáideora,Focail Faire,Óstríomhaire,Próifíl Reatha,Próifíl,Eagraíocht,Cliant R-phoist
Keywords[gl]=Correo-e,Correo,E-Mail,Enderezo,Servidor de correo,IMAP,POP3,Cartafol local,mailbox,Información de usuario,Enderezo de Resposta,Información do servidor,Nome de usuario,Contrasinais,Servidor,Perfil actual,perfil,Organización,Servidor Entrante,Servidor saínte,Cliente de Correo
Keywords[he]=תיבת דואר מקומית,תיבת דואר,פרטי משתמש,כתובת תשובה,פרטי שרת,שם משתמש,ססמאות,שרת,פרופיל נוכחי,פרופיל,ארגון,מארח דואר נכנס,מארח דואר יוצא,תוכנית דוא"ל,POP3,IMAP,דוא"ל,דואר,דואר אלקטרוני,כתובת,שרת דוא"ל,EMail,Mail,E-Mail,Address,Email server,IMAP,POP3,Local mailbox,mailbox,User Information,Reply Address,Server information,User Name,Passwords,Host,Current Profile,Profile,Organization,Incoming Host,Outgoing Host,Email Client
Keywords[hi]=ईमेल,डाक,ई-मेल,पता,ईमेल सर्वर्स,आईमेप,पॉप3,स्थानीय डाक डब्बा, डाक डब्बा, उपयोक्ता जानकारी,जवाबी पता,सर्वर जानकारी,उपयोक्ता नाम,पासवर्ड,होस्ट,मौज़ूदा प्रोफ़ाइल,प्रोफ़ाइल,संस्था,आवक होस्ट,जावक होस्ट,ईमेल क्लाएंट
Keywords[hsb]=EMail,Mail,E-Mail,Address,Email server,IMAP,POP3,Local mailbox,mailbox,User Information,Reply Address,Server information,User Name,Passwords,Host,Current Profile,Profile,Organization,Incoming Host,Outgoing Host,Email Client wužiwar, hesło, mailka, adresa, serwer, póštowy kašćik, póstowy kašćik
Keywords[hu]=email,e-mail,mail,üzenet,cím,levél,levelezési kiszolgáló,IMAP,POP3,helyi postaláda,postaláda,felhasználójellemzők,válaszcím,kiszolgálóinformáció,felhasználónév,jelszavak,gépnév,jelenlegi profil,szervezet,bemeneti kiszolgáló,kimeneti kiszolgáló,e-mail kliens
Keywords[is]=Tölvupóstur,póstur,netfang,heimilisfang,póstþjónn,IMAP,POP3, pósthólf,notendaupplýsingar,svarpóstfang,póstfang,notandanafn, lykilorð,þjónn,póstforrit
Keywords[it]=email,mail,e-mail,posta,posta elettronica,indirizzo,server di posta elettronica,IMAP,POP3,casella di posta locale,casella di posta,informazioni utente,reply address,indirizzo di risposta,informazioni server,password,host,profilo attuale,profilo,organizzazione,posta in arrivo,server posta in arrivo,server posta in uscita,client di posta,Reply Address
Keywords[ja]=E メール,メール,E-メール,アドレス,E メールサーバ,IMAP,POP3 ,ローカルメールボックス,ユーザ情報,返信アドレス,サーバ情報,ユーザ名,パスワード,ホスト,現在のプロファイル,プロファイル,組織,着信ホスト,送信ホスト,E メールクライアント
Keywords[ka]=ელ-ფოსტა, ფოსტა, ელფოსტა, მისამართი, საფოსტო სერვერი, IMAP, POP3, ლოკალური საფოსტო ყუთი, საფოსტო ყუთი, ინფორმაცია მომხმარებლის შესახებ, მიმღების მისამართი, ინფორმაცია სერველის შესახებ, მომხმარებლის სახელი, პაროლები, ჰოსტი, ახლანდელი პროფილი, პროფილი, ორგანიზაცია, შემომავალი ჰოსტი, გამავალი ჰოსტი, საფოსტო კლიენტი
Keywords[km]=អ៊ីមែល,សំបុត្រ,អាសយដ្ឋាន,ម៉ាស៊ីន​បម្រើ​អ៊ីមែល,IMAP,POP3,ប្រអប់​សំបុត្រ​មូលដ្ឋាន,ប្រអប់​សំបុត្រ,ព័ត៌មាន​អ្នក​ប្រើ,អាសយដ្ឋាន​ឆ្លើយតប,ព័ត៌មាន​ម៉ាស៊ីន​បម្រើ,ឈ្មោះ​អ្នក​ប្រើ,ពាក្យ​សម្ងាត់,ម៉ាស៊ីន,ទម្រង់​បច្ចុប្បន្ន,ទម្រង់,អង្គការ,កុំព្យូទ័រ​ផ្ញើ​ចូល,កុំព្យូទ័រ​ផ្ញើ​ចេញ,កម្មវិធី​អ៊ីមែល
Keywords[lt]=EMail,Mail,E-Mail,Address,Email server,IMAP,POP3,Local mailbox,mailbox,User Information,Reply Address,Server information,User Name,Passwords,Host,Current Profile,Profile,Organization,Incoming Host,Outgoing Host,Email Client,e. paštas,paštas,el.paštas,e. pašto serveris,IMAP,POP3,pašto dėžutė,naudotojo informacija,naudotojo vardas,slaptaždžiai,mazgas,e. pašto klientas
Keywords[lv]=EPasts,Pasts,E-Pasts,Adrese,Epasta serveris,IMAP,POP3,Lokālā pastkastīte,pastkastīte,Lietotāja Informācija,Atbildes Adrese,Servera informācija,Lietotāja Vārds,Paroles,ResursDators,Tekošais Profils,Profils,Organizācija,Ienākošais Resursdators,Izejošais Resursdators,Epasta Klients
Keywords[mk]=EMail,Mail,E-Mail,е-пошта,пошта,Адреса,Email сервер,IMAP,POP3, Локално сандаче,сандаче,Информации за корисникот,Reply адреса, Информации за серверот,Корисничко име,Лозинки,Сервер,Моментален профил, Профил,Организација,Сервер на пристигање,Сервер на испраќање,е-пошт клиент
Keywords[mn]=Эзахиа,Захиа,Э-Захиа,Хаяг,Э-Захиа-Сервер,IMAP,POP3,Дотоод шуудан,Шуудан,Хэрэглэгчийн мэдээлэл,Буцах-Хаяг,Сервер-мэдээлэл, Хэрэглэгчийн нэр,Нууц үгс,Хост,Profil,Байгууллага,Ирэх хост,Гараххост,Э-Захиа-програм
Keywords[ms]=EMel,Mel,E-Mel,Alamat,Pelayan emel,IMAP,POP3,Kotak mel lokal,kotak mel,Maklumat Pengguna,Balas Alamat, Informasi Pelayan, Pengguna Nama,Kata laluan,Hos, Profil semasa,Profil,Organisasi,Hos masuk, Hos keluar, Klien Emel
Keywords[mt]=EMail,Mail,E-Mail,Address,Email server,IMAP,POP3,Local mailbox,mailbox,User Information,Reply Address,Server information,User Name,Passwords,Host,Current Profile,Profile,Organization,Incoming Host,Outgoing Host,Email Client,Imejl
Keywords[nb]=E-post,post,e-post,adresse,e-posttjener,IMAP,POP3,Lokal postboks,postboks,brukerinformasjon,svaradresse,brukernavn,passord,tjener,vert,profil,organisasjon,inngående tjener,utgående tjener,e-postprogram
Keywords[nds]=EMail,Mail,Nettpost,Nettbreef,Adress,Email Server,Nettpost-Server,IMAP,POP3,lokaal Breefkasten,Breefkasten,Brukerinformatschoon,Antwoortadress,Serverinformatschoon,Brukernaam,Passwöör,Host,aktuelle Profil,Profil,Organisatschoon,ankamen,Incoming Host,weggahn,Outgoing Host,Email Client,Nettpost-Programm
Keywords[ne]=इमेल, मेल, इ-मेल, ठेगाना, इमेल सर्भर, आई म्याप ,पप ३, स्थानीय पत्र बाकस, पत्र बाकस, प्रयोगकर्ताको सूचना, फिर्ता पठाउने ठेगाना, सर्भर सूचना, प्रयोगकर्ता नाम, पासवर्ड, होस्ट, हालको प्रोफाइल, प्रोफाइल, सङ्गठन, आगमन होस्ट, निर्गमन होस्ट, इमेल क्लाइन्ट
Keywords[nl]=e-mail,post,e-mail,berichten,adres,e-mailserver,imap,pop3,lokale postbus,mailbox,postbus,gebruikersinformatie,antwoordadres,serverinformatie,gebruikersnaam,wachtwoorden,host,huidig profiel,organisatie,inkomende host,uitgaande host,e-mailclient
Keywords[nn]=e-post,adresse,e-posttenar,IMAP,POP3,lokal postboks,postboks,brukarinformasjon,svaradresse,tenarinformasjon,brukarnamn,passord,vert,profil,organisasjon,innkomande vert,utgåande vert,e-postklient
Keywords[nso]=E-Poso,Poso,E-Poso,Aterese,Moabi wa E-poso,IMAP,POP3, Lepokisi la selegae la poso,lepokisi la poso,Tshedimoso ya Modirisi,Aterese ya Phetolo, Tshedimoso ya Moabi,Leina la Modirisi,Mantsuphetiso,Moswari,Faelekgolo ya Bjale,Faelekgolo,Mokgahlo,Moswari wa tseo di Tsenago,Moswari wa tseo di Tswago, Morekiwa E-poso
Keywords[pa]=ਈ-ਮੇਲ, ਈਮੇਲ, ਈਮੇਲ ਸਰਵਰ,IMAP,POP3,Local mailbox,mailbox,User Information,Reply Address,Server information,User Name,Passwords,Host,Current Profile,Profile,Organization,Incoming Host,Outgoing Host,Email Client,ਮੇਜ਼ਬਾਨ,ਮੌਜੂਦਾ ਪਰੋਫਾਇਲ,ਸੰਗਠਨ
Keywords[pl]=email,e-mail,poczta elektroniczna,adres,list,serwer pocztowy,IMAP,POP3,lokalna skrzynka,skrzynka pocztowa,informacja o użytkowniku,informacja o serwerze,adres odpowiedzi,nazwa użytkownika,hasła,nazwa komputera,bieżący profil,profil,organizacja,poczta przychodząca,poczta wychodząca,program pocztowy
Keywords[pt]=e-mail,mail,e-mail,correio electrónico,endereço,servidor de e-mail,IMAP,POP3,caixa de correio local,caixa de correio,informação do utilizador,endereço de resposta,informação do servidor,utilizador,senhas,máquina,perfil actual,perfil,organização,máquina de recepção,máquina de envio,cliente de e-mail
Keywords[pt_BR]=E-mail,Correio,Mensagem,endereço de e-mail,endereço,servidor de e-mail,IMAP,POP3,Caixa de correio local,caixa de correio,informações do usuário,endereço de resposta,informações de servidor,nome do usuário,senhas,máquina,perfil atual,perfil,organização,máquina de entrada,máquina de saída,cliente de e-mail
Keywords[ro]=EMail,Mail,E-Mail,adresă,server email,IMAP,POP3,căsuță poștală locală,căsuță poștală,informații utilizator,adresă de răspuns,informații server,nume utilizator,parole,gazdă,profil curent,profil,organizație,gazdă sursă,gazdă destinație,client de email
Keywords[rw]=Imeli,Ubutumwa,Imeli, Aderesi, Seriveri Imeli,IMAP,POP3,Agasanduku-ubutumwa ka hafi,Agasanduku-ubutumwa,Amakuru y'Ukoresha,Aderesi yo Gusubirizaho,Amakuru ya Seriveri,Izina ry'Ukoresha, Amagambobanga,Ubuturo,Ibijyana bigezweho,Ibijyana,Ikigo,Ubuturo buzana, Ubuturo Bwohereza, Umukiriya Imeli
Keywords[se]=e-boasta,čujuhus,e-boastabálvát,IMAP,POP3,báikkálaš boastaboksa, boastaboksa,geavaheaddjidieđut,vástidančujuhus,bálvádieđut,geavaheaddjinamma, beassansátni,guossoheaddji,profiila,organisašuvdna,boahtti guossoheaddji, manni guossoheaddji,e-boastaprográmma,e-boastaklienta
Keywords[sk]=Email,Mail,E-mail,Adresa,Email server,IMAP,POP3,lokálny mailbox,priečinok,mailbox,Informácia o používateľovi,Informácia o používateľovi,Adresa Reply,Reply,Odpoveď,Informácia o serveri,Uživateľské meno,Heslá,Hostiteľ,Aktuálny profil,profil,organizácia,hostiteľ pre novú poštu,hostiteľ pre odosielanie,e-mailový klient
Keywords[sl]=epošta,e-pošta,pošta,EMail,E-Mail,naslov,e-poštni strežnik,IMAP,POP3,lokalni poštni predal,poštni predal,uporabniško ime,gesla,gostitelj,trenutni profil,profil,organizacija,sprejemni gostitelj,izhodni gostitelj,e-poštni odjemnik
Keywords[sr]=EMail,Mail,E-Mail,Address,Email server,IMAP,POP3,Local mailbox,mailbox,User Information,Reply Address,Server information,User Name,Passwords,Host,Current Profile,Profile,Organization,Incoming Host,Outgoing Host,Email Client,е-пошта,адреса,сервер,лозинке,долазећи, одлазећи,профил,клијент,организација,адреса за одговоре
Keywords[sr@Latn]=EMail,Mail,E-Mail,Address,Email server,IMAP,POP3,Local mailbox,mailbox,User Information,Reply Address,Server information,User Name,Passwords,Host,Current Profile,Profile,Organization,Incoming Host,Outgoing Host,Email Client,e-pošta,adresa,server,lozinke,dolazeći, odlazeći,profil,klijent,organizacija,adresa za odgovore
Keywords[sv]=EPost,Post,E-post,Adress,E-postserver,IMAP,POP3,Lokal brevlåda,brevlåda,Användarinformation,Svarsadress,Serverinformation, Användarnamn,Lösenord,Värddator,Aktuell profil,Profil,Organisation,Inkommande värddator,Utgående värddator,E-postklient
Keywords[ta]=மின்னஞ்சல்,அஞ்சல்,மின்னஞ்சல்,முகவரி,மின்னஞ்சல் சேவகன்,IMAP,POP3,உள் அஞ்சல்பெட்டி,அஞ்சல்பெட்டி,பயன்படுத்துபவர் தகவல்,பதில் முகவரி,சேவகன் தகவல்,பயன்படுத்துபவர் பெயர்,கடவுச்சொற்கள்,புரவலர்,நடப்பு வடிவுருவம்,வடிவுருவம்,நிறுவனம்,உள்வரும் புரவலர்,வெளிசெல்லும் புரவலர்,மின்னஞ்சல் உறுப்பினர்
Keywords[te]=ఈమెయిల్, మెయిల్, తపాలా, ఈ-మెయిల్, చిరునామా, ఈమెయిల్ సర్వర్, ఐమేప్, పాప్3, స్థానిక మెయిల్ డబ్బా, మెయిల్ డబ్బా, యూజర్ సమాచారం, ప్రత్యుత్తర చిరునామ, సెర్వర్ సమచారం, యూజర్ సమచారం, పాస్ వర్డులు, హొస్ట్, ప్రస్తుత ప్రొఫైల్, ప్రొఫైల్, సంస్థ, వచ్చే హోస్ట్, పంపించే హోస్ట్, ఈమెయిల్ క్లైంట్
Keywords[th]=อีเมล,จดหมาย,อี-เมล,ที่อยู่,เซิร์ฟเวอร์ของอีเมล,IMAP,POP3,กล่องจดหมายบนเครื่อง,กล่องจดหมาย,ข้อมูลผู้ใช้,ที่อยู่สำหรับตอบกลับ,ข้อมูลเซิร์ฟเวอร์,ชื่อผู้ใช้,รหัสผ่าน, โฮสต์,โปรไฟล์ปัจจุบัน,โพรไฟล์,องค์กร,โฮสต์ขาเข้า,โอสต์ขาออก,โปรแกรมรับส่งอีเมล
Keywords[tr]=Eposta,Posta,E-Posta,Adres,Eposta sunucusu,IMAP,POP,yerel posta kutusu,posta kutusu,E-posta İstemcisi,Organizasyon,Kişisel Bilgiler,Makine,Kullanıcı Bilgileri,Sunucu bilgileri,Kullanıcı Adı
Keywords[uk]=email,електронна пошта,ел. пошта,e-mail,адреса,сервер електронної пошти,email-server,IMAP,POP3,локальна поштова скринька,поштова скринька,mailbox,інформація про користувача,адреса відповіді,інформація про сервер,ім'я користувача,паролі,вузол,поточний профіль,профіль,установа,вхідний вузол,вихідний вузол,клієнт ел. пошти
Keywords[uz]=Elektron pochta,Xat,Xat-xabar,Manzil,Xat-xabar serveri,Lokal meylboks,meylboks,Foydalanuvchi haqida maʼlumot,Javob berish manzili,Server haqida maʼlumot,Foydalanuvchining ismi,Maxfiy soʻzlar,Kompyuter,Joriy profil,Profil,Tashkilot,Xat-xabar klienti,Incoming Host,Outgoing Host
Keywords[uz@cyrillic]=Электрон почта,Хат,Хат-хабар,Манзил,Хат-хабар сервери,Локал мейлбокс,мейлбокс,Фойдаланувчи ҳақида маълумот,Жавоб бериш манзили,Сервер ҳақида маълумот,Фойдаланувчининг исми,Махфий сўзлар,Компьютер,Жорий профил,Профил,Ташкилот,Хат-хабар клиенти,Incoming Host,Outgoing Host
Keywords[vi]=Thư điện tử,Thư,Email,địa chỉ,Máy phục vụ thư điện tử,IMAP,POP3,Hộp thư địa phương, hộp thư,Thông tin về người dùng,Địa chỉ Trả lời,Thông tin về máy phục vụ,Tên người sử dụng,Mật mã,Máy chủ,Lý lịch hiện tại,Lý lịch,Tổ chức,Máy chủ nhận thư,Máy chủ gửi thư,Trình quản lý thư điện tử
Keywords[wa]=EMail,Emile,Mail,Corî,E-Mail,Adresse,sierveu emile,IMAP,POP3,locåle boesse ås letes,boesse ås letes,Informåcion d' uzeu,Adresse di response,informåcion d' uzeu,no d' uzeu,sicrets, mots di passe,lodjeu,Host,Profil,Soce,intrant lodjeu,rexhant lodjeu,cliyint emile
Keywords[xh]=EMail,Iposi,E-Mail,Idilesi,Umncedisi we Email,IMAP,POP3,Ibhokisi yobulali yeposi,ibhokisi yeposi,Umsebenzisi wolwazi,Idilesi yempendulo,Ulwazi lomncedisi,Igama lomsebenzisi, Igama eligqithisiweyo,Inginginya,Umxhasi we Email
Keywords[zh_CN]=EMail,Mail,E-Mail,Address,Email server,IMAP,POP3,Local mailbox,mailbox,User Information,Reply Address,Server information,User Name,Passwords,Host,Current Profile,Profile,Organization,Incoming Host,Outgoing Host,Email Client,电子邮件,邮件服务器,本地邮箱,邮箱,用户信息,回复地址,服务器信息,用户名,密码,主机,组织,接收服务器,发送服务器,邮件程序
Keywords[zh_TW]=EMail,Mail,E-Mail,Address,Email server,IMAP,POP3,Local mailbox,mailbox,User Information,Reply Address,Server information,User Name,Passwords,Host,Current Profile,Profile,Organization,Incoming Host,Outgoing Host,Email Client,電子郵件,信件,位址,郵件伺服器,本地信箱,信箱,使用者資訊,回信位址,郵件主機資訊,帳號,密碼,主機,組織,收信主機,送信主機,郵件程式
Keywords[zu]=Iposi lekhomputha,Iposi,Iposi lekhomputha,Ikheli, Umlekeleli weposi lekhomputha,IMAP,POP3,Ibhokisi leposi eliseduze, ibhokisi leposi,Ulwazi lomsebenzisi,Ikheli Lokuphendula,Ulwazi lomlekeleli,Igama Lomsebenzisi,Amagama-okudlula,Isiteshi sekhomputha, Iprofayela lamanje,Iprofayela,Inhlangano,Isiteshi sekhomputha sokungenayo, Isiteshi sekhomputha sokuphumayo, Umxhasi weposi lekhomputha
NoDisplay=true

@ -0,0 +1,91 @@
[Desktop Entry]
Name=File Manager
Name[af]=Lêer Bestuurder
Name[ar]=مدبّر الملفات
Name[az]=Fayl İdarəcisi
Name[be]=Кіраўнік файлаў
Name[bg]=Файлов браузър
Name[bn]=ফাইল ম্যানেজার
Name[br]=Merour restroù
Name[bs]=Upravitelj datotekama
Name[ca]=Gestor de fitxers
Name[cs]=Správce souborů
Name[csb]=Menedżer lopków
Name[cy]=Rheolydd Ffeiliau
Name[da]=Filhåndtering
Name[de]=Dateimanager
Name[el]=Διαχειριστής αρχείων
Name[eo]=Dosieradministrilo
Name[es]=Gestor de archivos
Name[et]=Failihaldur
Name[eu]=Fitxategi kudeatzailea
Name[fa]=مدیر پرونده
Name[fi]=Tiedostonhallinta
Name[fo]=Fíluhandfarari
Name[fr]=Gestionnaire de fichiers
Name[fy]=Triembehearder
Name[ga]=Bainisteoir Comhad
Name[gl]=Xestor de Ficheiros
Name[he]=מנהל הקבצים
Name[hi]=फ़ाइल प्रबंधक
Name[hr]=Upravitelj datotekama
Name[hsb]=Datajowy manager
Name[hu]=Fájlkezelő
Name[id]=Manajer File
Name[is]=Skráastjóri
Name[it]=File manager
Name[ja]=ファイルマネージャ
Name[ka]=ფაილთა მენჯერი
Name[kk]=Файл менеджері
Name[km]=កម្មវិធី​គ្រប់គ្រង​ឯកសារ
Name[ko]=파일 관리자
Name[lo]=ເຄື່ອງມືການຈັດການແຟ້ມ
Name[lt]=Bylų tvarkyklė
Name[lv]=Failu Menedžeris
Name[mk]=Менаџер на датотеки
Name[mn]=Файл удирдагч
Name[ms]=Pengurus Fail
Name[mt]=Manager tal-Fajls
Name[nb]=Filbehandler
Name[nds]=Dateipleger
Name[ne]=फाइल प्रबन्धक
Name[nl]=Bestandsbeheerder
Name[nn]=Filhandsamar
Name[nso]=Molaodi wa Faele
Name[oc]=Gestionari de fiquièrs
Name[pa]=ਫਾਇਲ ਮੈਨੇਜਰ
Name[pl]=Menedżer plików
Name[pt]=Gestor de Ficheiros
Name[pt_BR]=Gerenciador de Arquivos
Name[ro]=Manager de fișiere
Name[ru]=Файловый менеджер
Name[rw]= Mucungamadosiye
Name[se]=Fiilagieđahalli
Name[sk]=Správca súborov
Name[sl]=Upravitelj datotek
Name[sr]=Менаџер фајлова
Name[sr@Latn]=Menadžer fajlova
Name[ss]=Siphatsi selifayela
Name[sv]=Filhanterare
Name[ta]=கோப்பு மேலாளர்
Name[te]=దస్త్రాల అభికర్త
Name[tg]=Мудири файл
Name[th]=เครื่องมือจัดการแฟ้ม
Name[tr]=Dosya Yöneticisi
Name[tt]=Birem İdäräçe
Name[uk]=Менеджер файлів
Name[uz]=Fayl boshqaruvchisi
Name[uz@cyrillic]=Файл бошқарувчиси
Name[ven]=Mulanguli wa faela
Name[vi]=Trình quản lí tập tin
Name[wa]=Manaedjeu di fitchîs
Name[xh]=Umphathi Wefayile
Name[zh_CN]=文件管理器
Name[zh_TW]=檔案管理程式
Name[zu]=imenenja yamafayela
X-KDE-ModuleType=Library
X-KDE-Library=konq
X-KDE-FactoryName=browser
Type=Application
Icon=kfm
Exec=kcmshell filebrowser

@ -0,0 +1,80 @@
[Desktop Entry]
Name=XML RPC Daemon
Name[af]=XML RPC Bediener
Name[ar]=مراقب XML RPC
Name[az]=XML RPC Demonu
Name[be]=Дэман XML RPC
Name[bn]=এক্স-এম-এল আর-পি-সি ডিমন
Name[br]=Diaoul XML RPC
Name[bs]=XML RPC demon
Name[ca]=Dimoni RPC XML
Name[cs]=KDE XML RPC démon
Name[csb]=Ùsłëżnota XML RPC
Name[cy]=Ellyll RPC XML
Name[da]=XML RPC-Dæmon
Name[de]=XML-RPC-Dienst
Name[el]=XML RPC δαίμονας
Name[eo]=XML-RPC-demono
Name[es]=Demonio XML RPC
Name[et]=XML RPC deemon
Name[eu]=XML RPC daemon-a
Name[fa]=شبح XML RPC
Name[fi]=XML RPC-palvelin
Name[fr]=Démon XML RPC
Name[ga]=Deamhan RPC XML
Name[gl]=Demo XML RPC
Name[he]=תהליך רקע XML RPC
Name[hi]=एक्सएमएल आरपीसी डीमॉन
Name[hr]=XML RPC demon
Name[hu]=XML RPC szolgáltatás
Name[id]=Daemon KDE XML RPC
Name[is]=XML RPC þjónn
Name[it]=Demone XML RPC
Name[ja]=XML RPC デーモン
Name[ka]=XML RPCის გუშაგი
Name[kk]=XML RPC қызметі
Name[ko]=XML RPC 데몬
Name[lo]=เซิร์ฟเวอร์ XML RPC
Name[lt]=XML RPC tarnyba
Name[lv]=XML RPC Dēmons
Name[mk]=XML RPC даемон
Name[mn]=XML-RPC-Хэвтүүл
Name[ms]=Daemon XML RPC
Name[mt]=Daemon XML RPC
Name[nb]=XML RPC-nisse
Name[nds]=Dämoon för XML-RPC
Name[ne]=XML RPC डेइमन
Name[nn]=XML RPC-nisse
Name[pa]=XML RPC ਡਾਇਮੋਨ
Name[pl]=Usługa XML RPC
Name[pt]=Servidor de XML RPC
Name[pt_BR]=Serviço RPC XML
Name[ro]=Demon RPC XML
Name[ru]=Служба XML RPC
Name[rw]=Dayimoni XML RPC
Name[se]=XML RPC-duogášprográmma
Name[sk]=XML RPC démon
Name[sl]=Demon XML RPC
Name[sr]=XML RPC Демон
Name[sr@Latn]=XML RPC Demon
Name[sv]=XML RPC-demon
Name[ta]=XML RPC டெமொன்
Name[te]=ఎక్స్ ఎం ఎల్ ఆర్ పి సి డేమన్
Name[tg]=Даймони XML RPC
Name[th]=แดมอน XML RPC
Name[tr]=XML RPC programı
Name[tt]=XML RPC Xezmäte
Name[uk]=Демон XML RPC
Name[uz]=XML RPC xizmati
Name[uz@cyrillic]=XML RPC хизмати
Name[vi]=Trình nền XML RPC
Name[wa]=Demon XML RPC
Name[zh_CN]=XML RPC 守护程序
Name[zh_TW]=XML RPC 伺服程式
Name[zu]=KDE XML RPC Daemon
X-KDE-ModuleType=Library
X-KDE-Library=kded
X-KDE-Factoryname=kded
Exec=kcmshell kcmkded
Icon=kded
Type=Application

@ -0,0 +1,83 @@
[Desktop Entry]
Name=Konqueror Browser
Name[af]=Konqueror Web Blaaier
Name[ar]=متصفح Konqueror
Name[az]=Konqueror Səyyahı
Name[be]=Вандроўнік Konqueror
Name[bg]=Браузър Konqueror
Name[bn]=কংকারার ব্রাউজার
Name[br]=Furcher Konqueror
Name[bs]=Konqueror web preglednik
Name[ca]=Fullejador Konqueror
Name[cs]=Prohlížeč Konqueror
Name[csb]=Przezérnik Konqueror
Name[cy]=Porydd Gwe Konqueror
Name[da]=Konqueror browser
Name[de]=Webbrowser Konqueror
Name[el]=Περιηγητής Konqueror
Name[eo]=Konkeranto
Name[es]=Navegador Konqueror
Name[et]=Veebilehitseja Konqueror
Name[eu]=Konqueror akatzailea
Name[fa]=مرورگر Konqueror
Name[fi]=Konqueror
Name[fr]=Navigateur Konqueror
Name[fy]=Konqueror blêder
Name[ga]=Brabhsálaí Konqueror
Name[gl]=Navegador Konqueror
Name[he]=דפדפן Konqueror
Name[hi]=कॉन्करर ब्राउज़र
Name[hr]=Konqueror preglednik
Name[hu]=Konqueror webböngésző
Name[id]=Browser Konqueror
Name[is]=Konqueror vafrari
Name[it]=Browser Konqueror
Name[ja]=Konqueror ブラウザ
Name[ka]=Konqueror
Name[kk]=Konqueror
Name[km]=កម្មវិធី​រុករក Konqueror
Name[ko]=Konqueror 탐색기
Name[lt]=Konqueror naršyklė
Name[lv]=Iekarotāja Pārlūks
Name[mk]=Прелистувачот Konqueror
Name[mn]=Конкюрор веб-хөтөч
Name[ms]=Pelayar Konqueror
Name[mt]=Browser Konqueror
Name[nb]=Nettleseren Konqueror
Name[nds]=Nettkieker Konqueror
Name[ne]=कन्क्वेरर ब्राउजर
Name[nl]=Konquerorbrowser
Name[nn]=Nettlesaren Konqueror
Name[oc]=Navigador Konqueror
Name[pa]=ਕੋਨਕਿਉਰਰ ਝਲਕਾਰਾ
Name[pl]=Przeglądarka Konqueror
Name[pt]=Navegador Konqueror
Name[pt_BR]=Navegador Konqueror
Name[ro]=Navigator Konqueror
Name[ru]=Konqueror
Name[rw]=Mucukumbuzi Konqueror
Name[se]=Fierpmádatlogan Konqueror
Name[sk]=Web priehliadač Konqueror
Name[sl]=Brskalnik Konqueror
Name[sr]=Прегледач Konqueror
Name[sr@Latn]=Pregledač Konqueror
Name[sv]=Webbläsaren Konqueror
Name[ta]=கான்கொரர் வலை உலாவி
Name[te]=కాంకెరర్ బ్రౌజర్
Name[tg]=Намоишгари Интернет
Name[th]=เบราว์เซอร์ Konqueror
Name[tr]=Konqueror Tarayıcısı
Name[uk]=Навігатор Konqueror
Name[uz]=Konqueror brauzeri
Name[uz@cyrillic]=Konqueror браузери
Name[ven]=Buronza ya Konqueror
Name[vi]=Trình duyệt Konqueror
Name[wa]=Betchteu Konqueror
Name[zh_CN]=Konqueror 浏览器
Name[zh_TW]=Konqueror 網頁瀏覽器
Type=Application
Icon=fonts
Exec=kcmshell khtml_fonts
X-KDE-ModuleType=Library
X-KDE-Library=konqhtml
X-KDE-FactoryName=khtml_fonts

@ -0,0 +1,246 @@
[Desktop Entry]
Type=Application
Exec=kcmshell kcm_useraccount
Icon=password
DocPath=kcontrol/passwords/index.html
NoDisplay=true
X-KDE-ModuleType=Library
X-KDE-Library=useraccount
X-KDE-ParentApp=kcontrol
Name=Passwords
Name[af]=Wagwoorde
Name[ar]=كلمات المرور
Name[az]=Şifrələr
Name[be]=Паролі
Name[bg]=Парола
Name[bn]=পাসওয়ার্ড
Name[br]=Tremengerioù
Name[bs]=Šifre
Name[ca]=Contrasenyes
Name[cs]=Hesla
Name[csb]=Parole
Name[cy]=Cyfrineiriau
Name[da]=Kodeord
Name[de]=Passwörter
Name[el]=Κωδικοί πρόσβασης
Name[eo]=Pasvortoj
Name[es]=Contraseñas
Name[et]=Paroolid
Name[eu]=Pasahitzak
Name[fa]=اسم رمزها
Name[fi]=Salasanat
Name[fr]=Mots de passe
Name[fy]=Wachtwurden
Name[ga]=Focail Fhaire
Name[gl]=Contrasinais
Name[he]=ססמאות
Name[hi]=पासवर्ड
Name[hr]=Lozinke
Name[hsb]=Hesła
Name[hu]=Kdesu-jelszókezelés
Name[id]=Katakunci
Name[is]=Lykilorð
Name[it]=Password
Name[ja]=パスワード
Name[ka]=პაროლები
Name[kk]=Парольдер
Name[km]=ពាក្យ​សម្ងាត់
Name[ko]=비밀번호
Name[lo]=ລະຫັດຜ່ານ
Name[lt]=Slaptažodžiai
Name[lv]=Paroles
Name[mk]=Лозинки
Name[mn]=Нууц үгс
Name[ms]=Kata laluan
Name[nb]=Passord
Name[nds]=Passwöör
Name[ne]=पासवर्ड
Name[nl]=Wachtwoorden
Name[nn]=Passord
Name[nso]=Mantsuphetiso
Name[oc]=Contrasenyes
Name[pa]=ਗੁਪਤ-ਕੋਡ
Name[pl]=Hasła
Name[pt]=Senhas
Name[pt_BR]=Senhas
Name[ro]=Parole
Name[ru]=Пароли
Name[rw]=Amagambobanga
Name[se]=Beassansánit
Name[sk]=Heslá
Name[sl]=Gesla
Name[sr]=Лозинке
Name[sr@Latn]=Lozinke
Name[ss]=Emabitomfihlo
Name[sv]=Lösenord
Name[ta]=கடவுச்சொற்கள்
Name[te]=పాస్ వర్డులు
Name[tg]=Гузарвожаҳо
Name[th]=รหัสผ่าน
Name[tr]=Parolalar
Name[tt]=Sersüzlär
Name[uk]=Паролі
Name[uz]=Maxfiy soʻzlar
Name[uz@cyrillic]=Махфий сўзлар
Name[ven]=Phasiwede
Name[vi]=Mật khẩu
Name[wa]=Sicrets
Name[xh]=Amagama okugqitha
Name[zh_CN]=密码
Name[zh_TW]=密碼
Name[zu]=Amagama-okudlula
Comment=Configure password settings
Comment[af]=Konfigureer wagwoord instellings
Comment[ar]=إعدادات تعيين كلمات المرور
Comment[az]=Şifrə qurğuları
Comment[be]=Настаўленні пароляў
Comment[bg]=Настройване на паролата
Comment[bn]=পাসওয়ার্ড সেটিংস কনফিগার করুন
Comment[br]=Kefluniañ dibarzhoù an tremengerioù
Comment[bs]=Podesite opcije šifre
Comment[ca]=Arranjaments de la contrasenya
Comment[cs]=Nastavení hesel
Comment[csb]=Ùstôw parolów
Comment[cy]=Ffurfweddu gosodiadau cyfrineiriau
Comment[da]=Kodeordsindstillinger
Comment[de]=Passwort-Einstellungen vornehmen
Comment[el]=Ρυθμίσεις για τους κωδικούς πρόσβασης
Comment[eo]=Agordo de pasvortoj
Comment[es]=Configurar las opciones de las contraseñas
Comment[et]=Parooli seadistused
Comment[eu]=Konfiguratu pasahitzen ezarpenak
Comment[fa]=پیکربندی تنظیمات اسم رمز
Comment[fi]=Salasanojen asetukset
Comment[fr]=Configurer les réglages des mots de passe
Comment[fy]=Hjirre kinne jo de wachtwurd ynstellings ynstelle
Comment[ga]=Cumraigh socruithe focail faire
Comment[gl]=Configuración das opcións dos contrasinais
Comment[he]=שינוי הגדרות הססמאות
Comment[hi]=कॉन्फ़िगर पासवर्ड विन्यास
Comment[hr]=Konfigurirajte postavke lozinki
Comment[hsb]=Nastajenja hesłow připrawić
Comment[hu]=A jelszókezelés beállításai
Comment[id]=Konfigurasi pengaturan katasandi
Comment[is]=Stillingar lykilorða
Comment[it]=Impostazioni delle password
Comment[ja]=パスワードの設定
Comment[ka]=პაროლების კონფიგურაცია
Comment[kk]=Парольдерді орнату
Comment[km]=កំណត់​រចនាសម្ព័ន្ធ​ការ​កំណត់​ពាក្យ​សម្ងាត់
Comment[ko]=비밀번호 설정 변경
Comment[lo]=ຕັ້ງຄ່າລະຫັດຜ່ານ
Comment[lt]=Konfigūruoti slaptažodžių parinktis
Comment[lv]=Konfigurēt paroļu parametrus
Comment[mk]=Конфигурирајте ги поставувањата за лозинките
Comment[mn]=Нууц үгийн тохируулга хийх
Comment[ms]=Konfigurasikan tetapan kata laluan
Comment[mt]=Konfigurazzjoni tal-password
Comment[nb]=Passordinnstillinger
Comment[nds]=Passwoortinstellen fastleggen
Comment[ne]=पासवर्ड सेटिङ कन्फिगर गर्नुहोस्
Comment[nl]=Hier kunt u de wachtwoordinstellingen instellen
Comment[nn]=Passordinnstillingar
Comment[nso]=Beakanya dipeakanyo tsa mantsuphetiso
Comment[pa]=ਆਪਣੇ ਗੁਪਤ-ਕੋਡ ਸੈਟਿੰਗ ਦੀ ਸੰਰਚਨਾ
Comment[pl]=Ustawienia haseł
Comment[pt]=Configurar as opções das senhas
Comment[pt_BR]=Configura definições para as senhas
Comment[ro]=Configurează setările pentru parolă
Comment[ru]=Настройка паролей
Comment[rw]=Kuboneza amagenamiterere Ijambobanga
Comment[se]=Beassansátneheivehusat
Comment[sk]=Nastavenia hesiel
Comment[sl]=Nastavitve gesel
Comment[sr]=Подешавање поставки везаних за лозинке
Comment[sr@Latn]=Podešavanje postavki vezanih za lozinke
Comment[sv]=Anpassa lösenordsinställningar
Comment[ta]=கடவுச்சொல் அமைப்புகளை அமை
Comment[te]=పాస్ వర్డ్ అమరికను మార్చు
Comment[tg]=Танзимоти гузарвожаҳо
Comment[th]=ตั้งค่ารหัสผ่าน
Comment[tr]=Parola ayarlarını yapar
Comment[tt]=Sersüzlär caylaw
Comment[uk]=Налаштування параметрів пароля
Comment[uz]=Maxfiy soʻz moslamalarini moslash
Comment[uz@cyrillic]=Махфий сўз мосламаларини мослаш
Comment[ven]=Dzudzanyani Mavhekanyele a phasiwede
Comment[vi]=Thiết lập mật khẩu
Comment[wa]=Apontiaedjes po les screts
Comment[xh]=Qwalasela izicwangciso zegama lokugqitha
Comment[zh_CN]=配置密码设置
Comment[zh_TW]=設定密碼
Comment[zu]=Hlanganisela izilungiselelo zamagama-okudlula
Keywords=Passwords,kdesu,Echo characters,Remember passwords,Timeout
Keywords[ar]=كلمات المرور ، kdesu ، رموز الصدى ، تذكّر كلمات المرور ، الفترات الزمنية
Keywords[az]=Şifrələr,kdesu,Əks etmə Xarakterləri,şifrələri yadda saxla,vaxt dolması
Keywords[be]=Паролі,Запамінанне пароляў,Тэрмін чакання,Passwords,kdesu,Echo characters,Remember passwords,Timeout
Keywords[bg]=парола, потребителска, знаци, Passwords, kdesu, Echo characters, Remember passwords, Timeout
Keywords[ca]=Contrasenyes,kdesu,Caràcters amb eco,Recordar contrasenyes,Temps d'expiració
Keywords[cs]=Heslo,kdesu,Zapamatování hesla,Prodleva
Keywords[csb]=Parole,kdesu,pòwtôrzanié znaków,pòmión znaków,pamiãtanié parolów,limit czasu
Keywords[cy]=Cyfrineiriau,kdesu,Nodau atsain,Cofio cyfrineiriau,Goramser
Keywords[da]=Kodeord,kdesu,Ekko-tegn,Husk kodeord,Timeout,Udløb
Keywords[de]=Passwörter,Kdesu,Timeout,Zeitlimit
Keywords[el]=Κωδικοί πρόσβασης,kdesu,Εμφάνιση χαρακτήρων,διατήρηση στη μνήμη κωδικών πρόσβασης,Χρονικό όριο
Keywords[eo]=pasvorto,kdesu,eĥosigno,memoru pasvorton,tempolimo
Keywords[es]=Contraseñas,kdesu,Caracteres con eco,Recordar contraseñas,Tiempo de expiración
Keywords[et]=paroolid,kdesu,tagasiside,paroolide meeldejätmine,taimaut,aegumine
Keywords[eu]=Pasahitzak,kdesu,Echo karaktereak,Gogoratu pasahitzak,Denbora-muga
Keywords[fa]=اسم رمز‌ها، kdesu، پژواک نویسه‌ها، یادآوری اسم رمزها، اتمام وقت
Keywords[fi]=Salasanat,kdesu,Kaiutettavat merkit,Muista salasanat,Aikavalvonta
Keywords[fr]=mot de passe,mots de passe,kdesu,caractères d'affichage,mémoriser les mots de passe,mémorisation des mots de passe,enregistrement des mots de passe,enregistrer les mots de passe,délai,sécurité
Keywords[fy]=wachtwurden,kdesu,wachtwurden ûnthâlden,timeout,tiidslimyt,asterisken
Keywords[ga]=Focail fhaire,kdesu,Carachtair macalla,Meabhraigh focail fhaire,Teorainn ama
Keywords[gl]=Contrasinais,kdesu,carácteres eco,Lembrar contrasinais,Tempo de espera
Keywords[he]=הצגת תווים,שמירת ססמאות,זמן מוקצב,kdesu,ססמאות, Passwords,kdesu,Echo characters,Remember passwords,Timeout
Keywords[hi]=पासवर्ड,केडीईएसयू,अक्षरों को ऐसे दिखाएँ,पासवर्ड याद रखें,समय बीता
Keywords[hr]=Passwords,kdesu,Echo characters,Remember passwords,Timeout, šifre,zapamti šifre, prekoračenje vremena
Keywords[hsb]=Passwords,kdesu,Echo characters,Remember passwords,Timeout, maksimalny čas, spomjatkować, hesło
Keywords[hu]=jelszavak,kdesu,karakterkijelzés,jelszómentés,időtúllépés
Keywords[is]=Lykilorð,kdesu,muna lykilorð,útrunninn,tími
Keywords[it]=Password,kdesu,caratteri password,ricorda password,tempo massimo
Keywords[ja]=パスワード,kdesu,エコー文字,パスワードを保存,タイムアウト
Keywords[ka]=პაროლები, kdesu, Echo სიმბოლოები, პაროლების დამახსოვრება, დრო ამოიწურა
Keywords[km]=ពាក្យ​សម្ងាត់,kdesu,បង្ហាញ​តួអក្សរ,ចងចាំ​ពាក្យ​សម្ងាត់,អស់​ពេល
Keywords[lo]=ລະຫັດຜ່ານ,kdesu,ສະແດງອັກສອນ, ຈື່ລະຫັດຜ່ານ,ຫມົດເວລາ
Keywords[lt]=Slaptažodžiai,kdesu,Echo simboliai,Įsiminti slaptažodžius,Galiojimo laikas
Keywords[lv]=Paroles,kdesu,Eho simboli,Atcerēties paroles,Noildze
Keywords[mk]=Passwords,kdesu,Echo characters,Remember passwords,Timeout,Лозинки,Ехо на знаци,памти лозинки,истек на време
Keywords[mn]=Нууц үгс,Kdesu,Хугацааны хязгаар,Хугацааны хязгаар
Keywords[ms]=Katalaluan,kdesu,Gema aksara,Ingat katalaluan,Masa Tamat
Keywords[nb]=Passord,kdesu,tegnekko,husk passord,tidsavbrudd
Keywords[nds]=Passwöör,kdesu,Teken wiesen,Passwöör marken,Timeout,Tietgrenz
Keywords[ne]=पासवर्ड, केडीई एस यू, इको क्यारेक्टर, पासवर्ड स्मरण, समय समाप्ति
Keywords[nl]=wachtwoorden,kdesu,wachtwoorden onthouden,timeout,tijdslimiet,asterisken
Keywords[nn]=passord,kdesu,teiknekko,hugs passord,ekko,tidsgrense
Keywords[nso]=Mantsuphetiso,kdesu,dihlaka ts a Echo,Gopola mantsuphetiso,Phelelo ya Nako
Keywords[pa]=Passwords,kdesu,Echo characters,Remember passwords,Timeout,ਗੁਪਤ-ਕੋਡ
Keywords[pl]=Hasła,kdesu,powtarzanie znaków,echo znaków,pamiętanie haseł,limit czasu
Keywords[pt]=Senhas,kdesu,caracteres de eco,lembrar a senha,tempo limite
Keywords[pt_BR]=senhas,kdesu,ecoar caracteres,lembrar senhas,tempo limite, timeout
Keywords[ro]=parole,kdesu,ecou caractere,amintește parole,limită de timp
Keywords[rw]=Amagambobanga,kdesu,Inyuguti Echo,Kwibuka amagambobanga, Igihecyarenze
Keywords[se]=beassansánit,kdesu,mearaskádja,muitte beassansániid,áigemearri
Keywords[sk]=Heslá,kdesu,zobrazované znaky,zapamätanie hesiel,Timeout
Keywords[sl]=gesla,kdesu,zapomni si gesla,zakasnitev
Keywords[sr]=Passwords,kdesu,Echo characters,Remember passwords,Timeout,лозинке, запамти лозинке,прекорачење времена
Keywords[sr@Latn]=Passwords,kdesu,Echo characters,Remember passwords,Timeout,lozinke, zapamti lozinke,prekoračenje vremena
Keywords[sv]=Lösenord,kdesu,Eka tecken,Kom ihåg lösenord,Tidsgräns
Keywords[ta]=கடவுச்சொற்கள்,kdesu,எதிரொலிக்கும் எழுத்துகள்,கடவுச்சொற்களை நினைவில் கொள்,நேரமுடிவு
Keywords[te]=పాస్ వర్డులు, కెడిఈఎస్ యూ, చూపించే అక్షరాలు, పాస్ వర్డులు గుర్తుపెట్టుకో, సమయం అయిపోయింది
Keywords[th]=รหัสผ่าน,kdesu,แสดงอักขระ,จำรหัสผ่าน,หมดเวลา
Keywords[tr]=Paralolar,kdesu,Yankı karakterleri,paraloları hatırla,zaman aşımı
Keywords[uk]=паролі,kdesu,символ луни,запам'ятати паролі,тайм-аут
Keywords[uz]=Maxfiy soʻzlar,kdesu,Echo characters,Maxfiy soʻzlarni eslab qolish,Taymaut
Keywords[uz@cyrillic]=Махфий сўзлар,kdesu,Echo characters,Махфий сўзларни эслаб қолиш,Таймаут
Keywords[ven]=Phasiwede,kdesu,vhaanewa vha Echo,Humbula phasiwede,U fhela ha tshifhinga
Keywords[vi]=Mật khẩu,kdesu,Ký tự vọng,Nhớ mật khẩu,Giới hạn thời gian
Keywords[wa]=Sicrets, mots di passe,kdesu,caracteres echo,si sovni des screts, si sovni des mots d' passe,Timeout
Keywords[xh]=Amagama okugqitha,kdesu,iimpawu zesandi somkhwazo,Khumbula amagama okugqitha,Ixesha lokuphuma
Keywords[zh_CN]=Passwords,kdesu,Echo characters,Remember passwords,Timeout,密码,超时,密码,回显字符,记住密码
Keywords[zh_TW]=Passwords,kdesu,Echo characters,Remember passwords,Timeout,密碼,回應字元,記住密碼,作業逾時
Keywords[zu]=Amagama-okudlula,kdesu,Izimpawu zomsindo wokumemeza,Khumbula amagama-okudlula,Isikhathi sokuphuma

@ -0,0 +1,75 @@
[Desktop Entry]
Name=Laptop
Name[af]=Draagbare rekenaar
Name[ar]=الحاسوب النقّال
Name[az]=Dizüstü Kompüter
Name[be]=Ноўтбук
Name[bg]=Лаптоп
Name[bn]=ল্যাপটপ
Name[br]=Hezoug
Name[ca]=Portàtil
Name[cs]=Notebook
Name[cy]=Gluniadur
Name[da]=Bærbar
Name[el]=Φορητό
Name[eo]=Tekokomputilo
Name[es]=Portátil
Name[eu]=Ordenagailu eramangarria
Name[fa]=رایانۀ کیفی
Name[fi]=Kannettava
Name[fr]=Ordinateur portable
Name[fy]=Skoatkompjûter
Name[ga]=Ríomhaire Glúine
Name[gl]=Portátil
Name[he]=מחשב נייד
Name[hi]=लैपटॉप
Name[hsb]=laptop
Name[hu]=Noteszgép
Name[is]=Ferðavél
Name[it]=Portatile
Name[ja]=ラップトップ
Name[ka]=ლეპტოპი
Name[kk]=Ноутбук
Name[km]=កុំព្យូទ័រ​យួរ​ដៃ
Name[ko]=랩탑
Name[lo]=ແລບທອບ
Name[lt]=Nešiojamas kompiuteris
Name[lv]=Laptops
Name[mk]=Лаптоп
Name[mn]=Лаптоп
Name[ms]=Komputer riba
Name[nb]=Bærbar
Name[nds]=Klappreekner
Name[ne]=ल्यापटप
Name[nn]=Berbar
Name[oc]=Portatil
Name[pa]=ਲੈਪਟਾਪ
Name[pt]=Portátil
Name[ru]=Ноутбук
Name[rw]=Mudasobwa Igendanwa
Name[se]=Mátkedihtor
Name[sl]=Prenosnik
Name[sr]=Лаптоп
Name[sv]=Bärbar dator
Name[ta]=மடிக்கணினி
Name[te]=లాప్ టాప్
Name[tg]=Ноутбук
Name[th]=แลปทอป
Name[tr]=Dizüstü
Name[tt]=Qulsanaq
Name[uk]=Мобільний комп'ютер (лептоп)
Name[uz@cyrillic]=Лаптоп
Name[ven]=Khomupwutha pfarwa
Name[vi]=Máy xách tay
Name[wa]=Poirtåve
Name[xh]=Umphezulu osongiweyo
Name[zh_CN]=笔记本电脑
Name[zh_TW]=筆記型電腦
Name[zu]=Ikhomputha ephathwayo eyisicaba
X-KDE-ModuleType=Library
X-KDE-Library=laptop
X-KDE-FactoryName=power
Exec=kcmshell laptop
NoDisplay=true
Icon=laptop_battery
Type=Application

@ -0,0 +1,23 @@
[Desktop Entry]
Name=Socks
Name[af]=Socks'
Name[bn]=সকস (Socks)
Name[da]=Sokler
Name[et]=Pesad
Name[eu]=Sock-ak
Name[hi]=सॉक्स
Name[hr]=Priključci
Name[hu]=SOCKS
Name[km]=រន្ធ
Name[mn]=Нүхнүүд
Name[ne]=सक्स
Name[pa]=ਸਾਕਸ
Name[rw]=Sokisi
Name[ta]=துளைகள்
Name[te]=సాక్స్
Type=Application
Icon=proxy
Exec=kcmshell proxy
X-KDE-ModuleType=Library
X-KDE-Library=kio
X-KDE-FactoryName=proxy

@ -0,0 +1,227 @@
[Desktop Entry]
Type=Application
Exec=kcmshell kcm_useraccount
Icon=kdmconfig
DocPath=kcontrol/userinfo/index.html
X-KDE-ModuleType=Library
X-KDE-Library=useraccount
X-KDE-FactoryName=userinfo
X-KDE-HasReadOnlyMode=false
X-KDE-ParentApp=kcontrol
Name=User Account
Name[af]=Gebruiker Rekening
Name[ar]=حساب المستخدم
Name[az]=İstifadəçi Hesabı
Name[be]=Уліковы запіс
Name[bg]=Потребител
Name[bn]=ব্যবহারকারী অ্যাকাউন্ট
Name[br]=Kont an arveriad
Name[bs]=Korisnički račun
Name[ca]=Compte d'usuari
Name[cs]=Uživatelský účet
Name[csb]=Kònto brëkòwnika
Name[cy]=Cyfrif Defnyddiwr
Name[da]=Brugerkonto
Name[de]=Benutzerzugang
Name[el]=Λογαριασμός χρήστη
Name[eo]=Uzantkonto
Name[es]=Cuenta de usuario
Name[et]=Kasutajakonto
Name[eu]=Erabiltzaile kontua
Name[fa]=حساب کاربر
Name[fi]=Käyttäjätili
Name[fr]=Compte de l'utilisateur
Name[fy]=Brûkers akkount
Name[ga]=Cuntas Úsáideora
Name[gl]=Conta de Usuario
Name[he]=חשבון משתמש
Name[hi]=उपयोक्ता खाता
Name[hr]=Korisnički nalog
Name[hsb]=Konto wužiwarja
Name[hu]=Felhasználóazonosító
Name[id]=Akun Pengguna
Name[is]=Notandaaðgangur
Name[it]=Account utente
Name[ja]=ユーザアカウント
Name[ka]=მომხმარებლის ანგარიში
Name[kk]=Тіркелгі
Name[km]=គណនី​អ្នក​ប្រើ
Name[ko]=사용자 계정
Name[lt]=Naudotojo paskyra
Name[lv]=Lietotāja konts
Name[mk]=Корисничка сметка
Name[ms]=Akaun Pengguna
Name[mt]=Kont tal-User
Name[nb]=Brukerkonto
Name[nds]=Brukerkonto
Name[ne]=प्रयोगकर्ता खाता
Name[nl]=Gebruikeraccount
Name[nn]=Brukarkonto
Name[pa]=ਉਪਭੋਗੀ ਖਾਤਾ
Name[pl]=Konto użytkownika
Name[pt]=Conta do Utilizador
Name[pt_BR]=Conta do Usuário
Name[ro]=Cont utilizator
Name[ru]=Учётная запись
Name[rw]=Konti y'Ukoresha
Name[se]=Geavaheaddjekontu
Name[sk]=Používateľský účet
Name[sl]=Uporabniški račun
Name[sr]=Кориснички налог
Name[sr@Latn]=Korisnički nalog
Name[sv]=Användarkonto
Name[ta]=பயனர் கணக்கு
Name[te]=యూజర్ ఖాతా
Name[tg]=Истифодабарандагон
Name[th]=บัญชีผู้ใช้
Name[tr]=Kullanıcı Hesabı
Name[tt]=Qullanuçı Xísabı
Name[uk]=Рахунок користувача
Name[uz]=Foydalanuvchining hisobi
Name[uz@cyrillic]=Фойдаланувчининг ҳисоби
Name[vi]=Tài khoản Người dùng
Name[wa]=Conte uzeu
Name[zh_CN]=用户账户
Name[zh_TW]=使用者帳號
Comment=Change your account information
Comment[af]=Verander jou rekening informasie
Comment[ar]=غيير معلومات حسابك كمستخدم
Comment[az]=İstifadəçi mə'lumatınızı dəyişdirin
Comment[be]=Змяніць інфармацыю аб вашым уліковым запісе
Comment[bg]=Настройване на вашата сметка
Comment[bn]=আপনার অ্যাকাউন্ট সংক্রান্ত তথ্য পাল্টান
Comment[br]=Kemmañ titouroù diwar-benn ho gont
Comment[bs]=Izmijenite informacije o vašem računu
Comment[ca]=Canvia la informació del vostre compte
Comment[cs]=Změna informací o uživatelském účtu
Comment[csb]=Zmieni ùstôw swòjegò kònta
Comment[cy]=Newid Gwybodaeth eich Cyfrif
Comment[da]=Ændr din konto-information
Comment[de]=Info für Ihren Benutzerzugang ändern
Comment[el]=Αλλάξτε τις πληροφορίες του λογαριασμού σας
Comment[eo]=Ŝanĝu viajn kontajn informojn
Comment[es]=Cambiar la información de su cuenta
Comment[et]=Oma kontoinfo muutmine
Comment[eu]=Alda ezazu zure kontuaren informazioa
Comment[fa]=اطلاعات حساب خود را تغییر دهید
Comment[fi]=Käyttäjätiedot
Comment[fr]=Modifier les informations de votre compte
Comment[fy]=Feroarje jo akkountynformaasje
Comment[ga]=Athraigh sonruithe do chuntais
Comment[gl]=Cambiar a información da sua conta
Comment[he]=שנה את המידע של החשבון משתמש שלך
Comment[hi]=अपना खाता जानकारी बदलें
Comment[hr]=Promijenite podatke vašeg naloga
Comment[hsb]=Informaciju wo wužiwarskim konće změnić
Comment[hu]=A felhasználóazonosító jellemzőinek megváltoztatása
Comment[id]=Ubah informasi akun Anda
Comment[is]=Breyta stillingum notandaaðgangs þíns
Comment[it]=Modifica le informazioni del tuo account
Comment[ja]=アカウント情報を変更
Comment[ka]=თქვენი ანგარიშის ინფორმაციის შეცვლა
Comment[kk]=Тіркелгіңізді өзгерту
Comment[km]=ផ្លាស់ប្តូរព័ត៌មាន​គណនី​របស់​អ្នក
Comment[ko]=계정 정보 바꾸기
Comment[lt]=Pakeiskite savo paskyros informaciją
Comment[lv]=Mainīt Jūsu konta informāciju
Comment[mk]=Сменете ја информацијата за вашата сметка
Comment[ms]=Ubah maklumat akaun anda
Comment[mt]=Ibdel l-informazzjoni tal-kont tiegħek
Comment[nb]=Endre opplysninger om konto
Comment[nds]=De Konto-Informatschonen ännern
Comment[ne]=तपाईँको खाता सूचना परिवर्तन गर्नुहोस्
Comment[nl]=Wijzig uw accountinformatie
Comment[nn]=Endra opplysningar om konto
Comment[pa]=ਆਪਣੇ ਖਾਤੇ ਦੀ ਜਾਣਕਾਰੀ ਤਬਦੀਲ ਕਰੋ
Comment[pl]=Zmień ustawienia swojego konta
Comment[pt]=Mudar as informações da sua conta
Comment[pt_BR]=Modifica as informações sobre sua conta
Comment[ro]=Modificați informațiile contului dumneavoastră
Comment[ru]=Изменить вашу учётную запись
Comment[rw]=Hindura ibirebana na konti yawe
Comment[se]=Rievdat kontodieđuid
Comment[sk]=Nastavenie informácií o vašom účte
Comment[sl]=Spremenite podatke o vašem računu
Comment[sr]=Измена података о вашем налогу
Comment[sr@Latn]=Izmena podataka o vašem nalogu
Comment[sv]=Ändra din kontoinformation
Comment[ta]=உங்கள் கணக்கு தகவலை மாற்று
Comment[te]=మీ ఖాతా సమాచారాన్ని మార్చండి
Comment[tg]=Тағйири маълумоти худ
Comment[th]=เปลี่ยนข้อมูลบัญชีผู้ใช้ของคุณ
Comment[tr]=Hesabınızla ilgili bilgileri değiştirin
Comment[tt]=Xisap eçtälegen üzgärtü
Comment[uk]=Зміна інформації про ваш рахунок
Comment[uz]=Hisobingiz haqida maʼlumotni oʻzgartirish
Comment[uz@cyrillic]=Ҳисобингиз ҳақида маълумотни ўзгартириш
Comment[vi]=Thay đổi thông tin tài khoản
Comment[wa]=Candjî l' informåcion do conte uzeu da vosse
Comment[zh_CN]=更改您的账户信息
Comment[zh_TW]=更改帳號資訊
Keywords=Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account
Keywords[ar]=كلمات المرور,كلمة المرور,غيير كلمة المرور,أيقونة,وجه,kdm,إسم المستخدم,الإسم,الحساب
Keywords[az]=şifrələr,şifrə,dəyişdir,dəyişdirmək,timsal,şəkil,sifət,kdm,istifadəçi,ad,hesab
Keywords[be]=Паролі,Пароль,Змена паролю,Значка,твар,Імя карыстальніка,Уліковы рахунак,Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account
Keywords[bg]=парола, сметка, промяна на парола, име, потребител, Passwords, Password, Change Password, Icon, face, kdm, User Name, Name, Account
Keywords[bs]=Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account,Šifre,Šifra,Promijenite šifru,Ikona,lice,Korisničko ime,Ime,login,Račun
Keywords[ca]=Contrasenyes,Contrasenya,Canvia contrasenya,Icona,aspecte,kdm,Nom d'usuari,Nom,Compte
Keywords[cs]=hesla,heslo,změnit heslo,ikona,obličej,kdm,jméno, uživatelské jméno,účet
Keywords[csb]=parola,parole,zmieni parolã,ikòna,kdm,brëkòwnik,miono,nôzwëskò,kònto
Keywords[cy]=Cyfrinair,Cyfrineiriau,Newid Cyfrinair,Eicon,wyneb,kdm,Defnydd-enw, Enw Defnyddiwr,Enw,Cyfrif
Keywords[da]=Kodeord,Adgangskode,Ændr kodeord,Ikon,ansigt,kdm,Brugernavn,Navn,Konto
Keywords[de]=Passwörter,Passwort,Passwort ändern,Symbol,Schriftart,kdm,User,Benutzername,Name,Account,Zugang,Konto
Keywords[el]=Κωδικοί πρόσβασης,Κωδικός πρόσβασης,Αλλαγή κωδικού πρόσβασης,Εικονίδιο,πρόσωπο,kdm,Όνομα χρήστη,Όνομα,Λογαριασμός
Keywords[eo]=Pasvortoj,Pasvorto,Ŝanĝu la pasvorton,Piktogramo,vizaĝo,kdm,Uzantnomo,Nomo,Konto
Keywords[es]=Contraseñas,Contraseña,Cambiar contraseña,Icono,cara,kdm,Nombre de usuario,Nombre,Cuenta
Keywords[et]=Paroolid,Parool,Parooli muutmine,Ikoon,nägu,kdm,Kasutajanimi,Nimi,Konto
Keywords[eu]=Pasahitzak,Pasahitza,Aldatu pasahitza,Ikonoa,aurpegia,kdm,Erabiltzaile izena,Izena,Kontua
Keywords[fa]=اسم رمزها، اسم رمز، تغییر اسم رمز، شمایل، سطح، kdm ، نام کاربر، نام، حساب
Keywords[fi]=salasanat,salasana,muuta salasanaa,vaihda salasana,kuvake,kasvot,käyttäjän nimi,käyttäjätili,käyttäjätunnus
Keywords[fr]=mots de passe,mot de passe,changer le mot de passe,modifier le mot de passe,icône,visage,kdm,nom d'utilisateur,nom,compte
Keywords[fy]=Wachtwurden,Wachtwurd,Wachtwurd feroarje,ikoan,face,kdm,Brûkersnamme,Namme,Akkount
Keywords[ga]=Focail Fhaire,Focal Faire,Athraigh focal faire,Deilbhín,aghaidh, kdm,Ainm Úsáideora,Ainm
Keywords[gl]=Contrasinais,Contrasinal,Trocar contrasinal,icona,aspeito,kdm,Nome de Usuario,Nome,Conta
Keywords[he]=ססמאות, ססמה, שנה ססמה, סמל, פרצות, KDM,שם משתמש, שם,חשבון,Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account
Keywords[hi]=पासवर्ड,पासवर्ड्स,पासवर्ड बदलें,प्रतीक,चेहरा,केडीएम,उपयोक्ता नाम,नाम,खाता
Keywords[hr]=Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account,Lozinke,Lozinka,Promjena lozinke,Ikona,lice,Korisničko ime,Naziv,Ime,Nalog
Keywords[is]=Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account,lykilorð,Breyta lykilorði,andlit,mynd,nafn
Keywords[it]=Password,CambiaPassword,Icona,faccia,kdm,Utente,Nome utente,Nome,Account
Keywords[ja]=パスワード,パスワード変更,アイコン,顔,kdm,ユーザ名,名前,アカウント
Keywords[ka]=პაროლები, პაროლი, პაროლის შეცვლა, ხატულა, სახე, kdm, მომხმარებლის სახელი, სახელი,ანგარიში
Keywords[km]=ពាក្យ​សម្ងាត់,ផ្លាស់ប្ដូរ​ពាក្យ​សម្ងាត់,រូបតំណាង,មុខ,kdm,ឈ្មោះ​អ្នក​ប្រើ,ឈ្មោះ,គណនី
Keywords[ko]=암호,비밀번호,아이콘,얼굴,사용자 이름,계정,kdm
Keywords[lt]=Slaptažodžiai,Slaptažodis,pakeisti slaptažodį, ženklelis,veidas,kdm,naudotojo vardas,Vardas,Paskyra,Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account
Keywords[lv]=Paroles,Parole,Mainīt paroli,Ikona,seja,kdm,Lietotāja vārds,Vārds,Konts
Keywords[mk]=Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account,Лозинки,Лозинка,Смени лозинка,Икона,лице,Корисничко Име,Име,Сметка
Keywords[ms]=Kata laluan, Kata laluan, Tukar kata laluan,Ikon,face,kdm,Nama Pengguna,Nama,Akaun
Keywords[mt]=Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account,Kont,Ibdel Password,Ikona,Isem
Keywords[nb]=Passord,Passord,Endre passord,Ikon,utseende,kdm,brukernavn,navn,konto
Keywords[nds]=Passwöör,Passwoort,Passwoort ännern,Lüttbild,icon,Gesicht,kdm,User Name,Brukernaam,Naam,Konto
Keywords[ne]=पासवर्डहरू, पासवर्ड, पासवर्ड परिवर्तन, प्रतिमा, मोहडा, के डी एम, प्रयोगकर्ता नाम, नाम, खाता
Keywords[nl]=wachtwoorden,passwords,wachtwoord,password,password wijzigen,wachtwoord wijzigen,pictogram,face,kdm,gebruikersnaam,naam,account
Keywords[nn]=passord,endra passord,ikon,fjes,bilete,kdm,brukarnamn,namn,konto
Keywords[pa]=Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account,ਖਾਤਾ,ਗੁਪਤ-ਕੋਡ,ਆਈਕਾਨ,ਉਪਭੋਗੀ ਨਾਂ,ਨਾਂ
Keywords[pl]=hasło,hasła,zmień hasło,ikona,kdm,użytkownik,imię,nazwisko,konto
Keywords[pt]=senhas,senha,mudar a senha,ícone,face,kdm,nome de utilizador,nome,conta
Keywords[pt_BR]=senhas,senhas,mudar senha,ícone,cara,kdm,nome do usuário, nome,conta
Keywords[ro]=parole,parolă,schimbă parolă,iconiță,față,kdm,nume utilizator,nume,cont
Keywords[ru]=Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account,пользователь,пароль
Keywords[rw]=Amagambobanga,Ijambobanga,Guhindura Ijambobanga, Agashushondanga,isura,kdm,Izina ry'Ukoresha,Izina, Konti
Keywords[se]=beassanasánit,beassansátni,rievdat beassansáni,govaš,amadádju,kdm,geavaheaddjenamma,namma,kontu
Keywords[sk]=heslá,heslo,zmena hesla,ikona,obrázok,foto,kdm,používateľ,meno,účet
Keywords[sl]=gesla,geslo,spremeni geslo,ikona,obraz,kdm,uporabniško ime, ime,račun
Keywords[sr]=Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account,Лозинке,Лозинка,Икона,лице,Име,Налог,Кориснички налог
Keywords[sr@Latn]=Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account,Lozinke,Lozinka,Ikona,lice,Ime,Nalog,Korisnički nalog
Keywords[sv]=lösenord,ändra lösenord,ikon,bild,KDM,användarnamn,namn,konto
Keywords[ta]=கடவுச்சொற்கள்,கடவுச்சொல்,கடவுச்சொலை மாற்று,சின்னம்,முகம்,kdm,பயனர் பெயர்,பெயர்,கணக்கு
Keywords[te]=పాస్ వర్డులు, పాస్ వర్డ్, పాస్ వర్డ్ ను మార్చు, ప్రతిమ, ముఖము, కెడిఎం, యూజర్ పేరు, పేరు, ఖాతా
Keywords[tr]=Parolalar,Parola,Parola Değişimi,Simge,yüz,kdm,Kullanıcı Adı,İsim,Ad,Hesap
Keywords[uk]=паролі,пароль,зміна пароля,піктограма,обличчя,kdm,ім'я користувача,ім'я,рахунок
Keywords[uz]=Foydalanuvchining ismi,Maxfiy soʻzlar,Maxfiy soʻz,Maxfiy soʻzni oʻzgartirish,Nishoncha,Foydalanuvchi,Hisob,kdm
Keywords[uz@cyrillic]=Фойдаланувчининг исми,Махфий сўзлар,Махфий сўз,Махфий сўзни ўзгартириш,Нишонча,Фойдаланувчи,Ҳисоб,kdm
Keywords[vi]=Các mật khẩu,Mật khẩu,Đổi mật khẩu,Biểu tượng,mặt,kdm,Tên Người dùng,Tên,Tài khoản
Keywords[wa]=Sicrets,Sicret,Candjî l' sicret,imådjete,kdm,No d' uzeu,No d' elodjaedje,No,Conte
Keywords[zh_CN]=Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account,密码,更改密码,图标,头像,用户名,姓名,账户
Keywords[zh_TW]=Passwords,Password,Change Password,Icon,face,kdm,User Name,Name,Account,密碼,改變密碼,圖示,外觀,使用者名稱,名稱,帳號

@ -0,0 +1,84 @@
[Desktop Entry]
Name=Virtual Desktops
Name[af]=Virtuele Werkskerms
Name[ar]=أسطح المكتب الوهمية
Name[az]=Virtual Masa Üstləri
Name[be]=Віртуальныя працоўныя сталы
Name[bg]=Работни плотове
Name[bn]=ভার্চুয়াল ডেস্কটপ
Name[br]=Burevioù galloudel
Name[bs]=Virtuelni desktopi
Name[ca]=Escriptoris virtuals
Name[cs]=Virtuální plochy
Name[csb]=Wirtualné pùltë
Name[cy]=Penbyrddau Rhith
Name[da]=Virtuelle desktoppe
Name[de]=Virtuelle Arbeitsflächen
Name[el]=Εικονικές επιφάνειες εργασίας
Name[eo]=Virtualaj Tabuloj
Name[es]=Escritorios virtuales
Name[et]=Virtuaalsed töölauad
Name[eu]=Mahaigain birtualak
Name[fa]=رومیزیهای مجازی
Name[fi]=Virtuaalityöpöydät
Name[fr]=Bureaux virtuels
Name[fy]=Firtuele buroblêden
Name[ga]=Deasca Fíorúla
Name[gl]=Escritorios Virtuais
Name[he]=שולחנות עבודה וירטואליים
Name[hi]=आभासी डेस्कटॉप
Name[hr]=Virtualne radne površine
Name[hsb]=Wirtuelne dźěłowe powjerchi
Name[hu]=Virtuális munkaasztalok
Name[id]=Desktop Virtual
Name[is]=Sýndarskjáborð
Name[it]=Desktop virtuali
Name[ja]=仮想デスクトップ
Name[ka]=ვირტუალური სამუშაო დაფა
Name[kk]=Виртуалды үстелдер
Name[km]=ផ្ទៃតុ​និម្មិត
Name[ko]=가상 데스크톱
Name[lt]=Menami darbastaliai
Name[lv]=Virtuālās Darbvirsmas
Name[mk]=Виртуелни површини
Name[mn]=Виртуал ажлын талбар
Name[ms]=Ruang Kerja Maya
Name[mt]=Desktops Virtwali
Name[nb]=Virtuelle skrivebord
Name[nds]=Virtuelle Schriefdischen
Name[ne]=अवास्तविक डेस्कटप
Name[nl]=Virtuele bureaubladen
Name[nn]=Virtuelle skrivebord
Name[pa]=ਫ਼ਰਜ਼ੀ ਵੇਹੜੇ
Name[pl]=Wirtualne pulpity
Name[pt]=Ecrãs Virtuais
Name[pt_BR]=Áreas de Trabalho Virtuais
Name[ro]=Desktop-uri virtuale
Name[ru]=Виртуальные рабочие столы
Name[rw]=Ibiro Bitagaragara
Name[se]=Virtuella čállinbeavddit
Name[sk]=Virtuálne pracovné plochy
Name[sl]=Navidezna namizja
Name[sr]=Виртуелне радне површине
Name[sr@Latn]=Virtuelne radne površine
Name[sv]=Flera skrivbord
Name[ta]=மாய மேசைகள்
Name[te]=మిధ్యా రంగస్థలాలు
Name[tg]=Мизи кориҳои виртуалӣ
Name[th]=พื้นที่ทำงานเสมือน
Name[tr]=Sanal Masaüstleri
Name[tt]=Xıyalí Östäl
Name[uk]=Віртуальні стільниці
Name[uz]=Virtual ish stollari
Name[uz@cyrillic]=Виртуал иш столлари
Name[vi]=Màn hình nền ảo
Name[wa]=Forveyous scribannes
Name[zh_CN]=虚拟桌面
Name[zh_TW]=多重桌面
Type=Application
Icon=desktop
Exec=kcmshell desktop
X-KDE-ModuleType=Library
X-KDE-Library=konq
X-KDE-FactoryName=ddesktop

@ -0,0 +1,72 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Internal Services
Name[af]=Interne Dienste
Name[ar]=الخدمات الداخلية
Name[be]=Сервісы Інтэрнэт
Name[bg]=Вътрешни услуги
Name[bn]=অভ্যন্তরীণ সেবা
Name[br]=Servijoù diabarzh
Name[bs]=Interni servisi
Name[ca]=Serveis interns
Name[cs]=Interní služby
Name[csb]=Bënowé ùsłëżnotë
Name[da]=Interne tjenester
Name[de]=Interne Dienste
Name[el]=Εσωτερικές υπηρεσίες
Name[eo]=Internaj servoj
Name[es]=Servicios internos
Name[et]=Seesmised teenused
Name[eu]=Barne zerbitzuak
Name[fa]=خدمات درونی
Name[fi]=Sisäiset palvelut
Name[fr]=Services internes
Name[fy]=Ynterne funksjes
Name[ga]=Seirbhísí Inmheánacha
Name[gl]=Servizos Internos
Name[he]=שירותים פנימיים
Name[hr]=Interne usluge
Name[hu]=Belső szolgáltatások
Name[id]=Layanan Internal
Name[is]=Innri þjónustur
Name[it]=Servizi interni
Name[ja]=内部サービス
Name[ka]= შიდა სერვისები
Name[kk]=Ішкі қызметтер
Name[km]=សេវា​ខាង​ក្នុង
Name[ko]=내부 서비스
Name[lt]=Vidinės tarnybos
Name[mk]=Внатрешни сервиси
Name[ms]=Servis Dalaman
Name[nb]=Interne tjenester
Name[nds]=Interne Deensten
Name[ne]=आन्तरिक सेवा
Name[nl]=Interne diensten
Name[nn]=Interne tenester
Name[pa]=ਅੰਦਰੂਨੀ ਸੇਵਾ
Name[pl]=Usługi wewnętrzne
Name[pt]=Serviços Internos
Name[pt_BR]=Serviços Internos
Name[ro]=Servicii interne
Name[ru]=Внутренние службы
Name[rw]=Amaserivise y'Imbere
Name[se]=Siskkildas bálvalusat
Name[sk]=Vnútorné služby
Name[sl]=Notranje storitve
Name[sr]=Унутрашњи сервиси
Name[sr@Latn]=Unutrašnji servisi
Name[sv]=Interna tjänster
Name[ta]=உள்ளார்ந்தச் சேவைகள்
Name[te]=అంతర్గత సేవలు
Name[tg]=Хадамоти дохилӣ
Name[th]=บริการภายใน
Name[tr]=İç Servisler
Name[tt]=Eçke Xezmätlär
Name[uk]=Внутрішні служби
Name[uz]=Ichki xizmatlar
Name[uz@cyrillic]=Ички хизматлар
Name[vi]=Dịch vụ Internet
Name[wa]=Divintrins Siervices
Name[zh_CN]=内部服务
NoDisplay=true

@ -0,0 +1,72 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Translation
Name[af]=Vertaling
Name[ar]=ترجمة
Name[be]=Пераклад
Name[bg]=Превод
Name[bn]=অনুবাদ
Name[br]=Troidigezh
Name[bs]=Prevođenje
Name[ca]=Traducció
Name[cs]=Překlad
Name[csb]=Dolmaczënk
Name[cy]=Cyfieithiad
Name[da]=Oversættelse
Name[de]=Übersetzung
Name[el]=Μετάφραση
Name[eo]=Traduko
Name[es]=Traducción
Name[et]=Tõlkimine
Name[eu]=Itzulpengintza
Name[fa]=ترجمه
Name[fi]=Käännös
Name[fr]=Traduction
Name[fy]=Oersetting
Name[ga]=Aistriúchán
Name[gl]=Tradución
Name[he]=תרגום
Name[hr]=Prijevod
Name[hu]=Fordítás
Name[id]=Terjemahan
Name[is]=Þýðing
Name[it]=Traduzione
Name[ja]=翻訳
Name[ka]=თარგმნა
Name[kk]=Аудару
Name[km]=ការបកប្រែ
Name[ko]=번역
Name[lt]=Vertimas
Name[mk]=Превод
Name[ms]=Terjemahan
Name[nb]=Oversettelse
Name[nds]=Översetten
Name[ne]=अनुवाद
Name[nl]=Vertaling
Name[nn]=Omsetjing
Name[pa]=ਅਨੁਵਾਦ
Name[pl]=Tłumaczenie
Name[pt]=Tradução
Name[pt_BR]=Tradução
Name[ro]=Traducere
Name[ru]=Локализация
Name[se]=Jorgalus
Name[sk]=Preklad
Name[sl]=Prevajanje
Name[sr]=Превод
Name[sr@Latn]=Prevod
Name[sv]=Översättning
Name[te]=అనువాదం
Name[tg]=Тарҷума
Name[th]=เครื่องมือแปลภาษา
Name[tr]=Çeviri
Name[uk]=Переклад
Name[uz]=Tarjima
Name[uz@cyrillic]=Таржима
Name[vi]=Dịch
Name[wa]=Ratournaedje
Name[zh_CN]=翻译
Name[zh_TW]=翻譯
Icon=locale

@ -0,0 +1,71 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Web Development
Name[af]=Web Ontwikkeling
Name[ar]=تطوير برامج للشبكة
Name[be]=Web-распрацоўка
Name[bg]=Уеб разработка
Name[bn]=ওয়েব ডেভেলপমেন্ট
Name[br]=Diorren gwiad
Name[bs]=Web programiranje
Name[ca]=Desenvolupament Web
Name[cs]=Webový vývoj
Name[csb]=Programòwanié WWW
Name[da]=Internet-udvikling
Name[de]=Web-Entwicklung
Name[el]=Δικτυακή ανάπτυξη
Name[eo]=Reta Programado
Name[es]=Desarrollo web
Name[et]=Veebiarendus
Name[eu]=Web garapena
Name[fa]=توسعۀ وب
Name[fi]=Webin kehitys
Name[fr]=Développement Internet
Name[fy]=Webûntwikkeling
Name[ga]=Forbairt Ghréasáin
Name[gl]=Desenvolvemento Web
Name[he]=פיתוח WEB
Name[hr]=Web razvoj
Name[hu]=Webes fejlesztőeszközök
Name[id]=Pengembangan Web
Name[is]=Vefhönnun
Name[it]=Sviluppo web
Name[ja]=ウェブ開発
Name[ka]=ვებ პროგრამირება
Name[kk]=Веб жобалау
Name[km]=ការបង្កើត​ទំព័រ​បណ្តាញ
Name[ko]=웹 개발
Name[lt]=Žiniatinklio programavimas
Name[mk]=Веб-развој
Name[ms]=Pembangunan Web
Name[nb]=Nettutvikling
Name[nds]=Nett-Utwickeln
Name[ne]=वेब विकास
Name[nl]=Webontwikkeling
Name[nn]=Nettutvikling
Name[pa]=ਵੈਬ ਵਿਕਾਸ
Name[pl]=Programowanie WWW
Name[pt]=Desenvolvimento Web
Name[pt_BR]=Desenvolvimento Web
Name[ro]=Dezvoltare web
Name[ru]=Веб-разработка
Name[se]=Fierpmádatovdánahttin
Name[sk]=Vývoj pre Web
Name[sl]=Spletni razvoj
Name[sr]=Веб развој
Name[sr@Latn]=Veb razvoj
Name[sv]=Webbutveckling
Name[te]=వెబ్ డెవలప్మెంట్
Name[tg]=Такомули Вэб
Name[th]=พัฒนาเว็บ
Name[tr]=Web Geliştirme
Name[uk]=Розробка веб-сторінок
Name[uz]=Veb uchun tuzish
Name[uz@cyrillic]=Веб учун тузиш
Name[vi]=Phát triển Mạng
Name[wa]=Programaedje waibe
Name[zh_CN]=Web 开发
Name[zh_TW]=網頁開發
Icon=package_network

@ -0,0 +1,89 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Development
Name[af]=Ontwikkeling
Name[ar]=تطوير
Name[az]=İnkişaf
Name[be]=Распрацоўка
Name[bg]=Разработка
Name[bn]=ডেভেলপমেন্ট
Name[br]=Diorren
Name[bs]=Programiranje
Name[ca]=Desenvolupament
Name[cs]=Vývoj
Name[csb]=Nôrzãdza programistów
Name[cy]=Datblygu
Name[da]=Udvikling
Name[de]=Entwicklung
Name[el]=Ανάπτυξη
Name[eo]=Programado
Name[es]=Desarrollo
Name[et]=Arendus
Name[eu]=Garapena
Name[fa]=توسعه
Name[fi]=Kehitystyökalut
Name[fo]=Menning
Name[fr]=Développement
Name[fy]=Untwikkelje
Name[ga]=Forbairt
Name[gl]=Desenvolvemento
Name[he]=פיתוח
Name[hi]=विकास
Name[hr]=Razvoj
Name[hsb]=Wuwiwanje
Name[hu]=Fejlesztőeszközök
Name[id]=Pembangun
Name[is]=Þróun
Name[it]=Sviluppo
Name[ja]=開発
Name[ka]=განვითარება
Name[kk]=Жетілдіру
Name[km]=ការ​អភិវឌ្ឍន៍
Name[ko]=개발
Name[lo]=ພັດທະນາໂປຣແກຣມ
Name[lt]=Programavimas
Name[lv]=Izstrāde
Name[mk]=Развој
Name[mn]=Хөгжүүлэл
Name[ms]=Pemaju
Name[mt]=Żvilupp
Name[nb]=Utvikling
Name[nds]=Utwickeln
Name[ne]=विकास
Name[nl]=Ontwikkeling
Name[nn]=Utvikling
Name[nso]=Thlabollogo
Name[oc]=Desvelopament
Name[pa]=ਵਿਕਾਸ
Name[pl]=Narzędzia programistów
Name[pt]=Desenvolvimento
Name[pt_BR]=Desenvolvimento
Name[ro]=Dezvoltare
Name[ru]=Разработка
Name[rw]=Iterambere
Name[se]=Ovdánahttin
Name[sk]=Vývoj
Name[sl]=Razvoj
Name[sr]=Развој
Name[sr@Latn]=Razvoj
Name[ss]=Kundlondlobala
Name[sv]=Utveckling
Name[ta]=உருவாக்கம்
Name[te]=డెవలప్మెంట్
Name[tg]=Такомул
Name[th]=พัฒนาโปรแกรม
Name[tr]=Geliştirme
Name[tt]=Citeşterü
Name[uk]=Розробка
Name[uz]=Tuzish
Name[uz@cyrillic]=Тузиш
Name[ven]=Nyaluwo
Name[vi]=Phát triển
Name[wa]=Programaedje
Name[xh]=Ubhekiso phambili
Name[zh_CN]=开发
Name[zh_TW]=程式開發
Name[zu]=Intuthuko
Icon=package_development

@ -0,0 +1,85 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Editors
Name[af]=Redigeerders
Name[ar]=محرري النصوص
Name[az]=Editorlar
Name[be]=Рэдактары
Name[bg]=Редактори
Name[bn]=সম্পাদক
Name[br]=Aozerien
Name[bs]=Editori
Name[cs]=Editory
Name[csb]=Editorë
Name[cy]=Golygyddion
Name[da]=Editorer
Name[de]=Editoren
Name[el]=Επεξεργαστές
Name[eo]=Redaktiloj
Name[es]=Editores
Name[et]=Redaktorid
Name[eu]=Editoreak
Name[fa]=ویرایشگرها
Name[fi]=Editorit
Name[fo]=Ritlar
Name[fr]=Éditeurs de texte
Name[fy]=Bewurkers
Name[ga]=Eagarthóirí
Name[gl]=Editores
Name[he]=עורכים
Name[hi]=संपादक
Name[hr]=Uređivači
Name[hsb]=Wobdźěłanje teksta
Name[hu]=Szövegszerkesztők
Name[id]=Editor
Name[is]=Ritlar
Name[it]=Editor
Name[ja]=エディタ
Name[ka]=რედაქტორი
Name[kk]=Редакторлар
Name[km]=កម្មវិធី​និពន្ធ
Name[ko]=편집기
Name[lo]=ແກ້ໄຂແຟ້ມຂໍ້ຄວາມ
Name[lt]=Redaktoriai
Name[lv]=Redaktori
Name[mk]=Уредувачи
Name[mn]=Боловсруулагч
Name[ms]=Penyunting
Name[mt]=Edituri
Name[nb]=Skriveprogrammer
Name[nds]=Editoren
Name[ne]=सम्पादक
Name[nn]=Skriveprogram
Name[nso]=Bafetosi
Name[pa]=ਸੰਪਾਦਕ
Name[pl]=Edytory
Name[pt]=Editores
Name[pt_BR]=Editores
Name[ro]=Editoare
Name[ru]=Редакторы
Name[rw]=Muhinduzi
Name[se]=Čállinprográmmat
Name[sk]=Editory
Name[sl]=Urejevalniki
Name[sr]=Уређивачи
Name[sr@Latn]=Uređivači
Name[ss]=Bahleli
Name[sv]=Editorer
Name[ta]=தொகுப்பாளர்கள்
Name[te]=ఎడిటర్లు
Name[tg]=Таҳриргарон
Name[th]=โปรแกรมแก้ไขข้อความ
Name[tr]=Düzenleyiciler
Name[tt]=Tözätkeç
Name[uk]=Редактори
Name[uz]=Tahrirchilar
Name[uz@cyrillic]=Таҳрирчилар
Name[ven]=Vhasengulusi
Name[vi]=Trình biên tập
Name[wa]=Aspougneus d' tecse
Name[xh]=Abahleli
Name[zh_CN]=编辑器
Name[zh_TW]=編輯器
Name[zu]=Abalungisi
Icon=package_editors

@ -0,0 +1,86 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Edutainment
Name[af]=Opvoedkundig
Name[ar]=التعليم الترفيهي
Name[az]=Təhsil
Name[be]=Адукацыя
Name[bg]=Образование
Name[bn]=শিক্ষামূলক মনোরঞ্জন
Name[br]=Deskadurezh
Name[bs]=Zabava i obrazovanje
Name[ca]=Educació
Name[cs]=Škola hrou
Name[csb]=Ùczba ë edukacëjô
Name[cy]=Addifyrwch
Name[da]=Uddannelse
Name[de]=Lernprogramme
Name[el]=Εκπαίδευση
Name[eo]=Amuzedukado
Name[es]=Entretenimientos educativos
Name[et]=Haridus
Name[eu]=Jolastu eta ikasi
Name[fa]=سرگرمی آموزشی
Name[fi]=Opetusviihde
Name[fo]=Undirvísing og -hald
Name[fr]=Éducatif
Name[fy]=Edukatyf
Name[ga]=Oideachluichí
Name[gl]=Educación
Name[he]=לומדות
Name[hi]=खेल-खेल में सीखें
Name[hr]=Obrazovna zabava
Name[hsb]=Wuknjenje a hrajkanje
Name[hu]=Oktatóprogramok
Name[is]=Kennsluleikir
Name[it]=Istruzione divertente
Name[ja]=エデュテインメント
Name[ka]=სასწავლო
Name[kk]=Оқыту
Name[km]=ល្បែង​កំសាន្ត​បង្កើន​ចំណេះដឹង
Name[ko]=교육
Name[lo]=ການສຶກສາແສນມ່ວນຊື່ນ
Name[lt]=Mokomosios programos
Name[lv]=Izglītošana
Name[mk]=Едукација и забава
Name[mn]=Боловсролын програм
Name[ms]=Hiburan Mendidik
Name[mt]=Edukazzjoni u Divertiment
Name[nb]=Lek og lær
Name[nds]=Spelen & Lehren
Name[ne]=शिक्षा मनोरञ्जन
Name[nl]=Educatief
Name[nn]=Underhaldningslæring
Name[nso]=Boithabiso bja Thuto
Name[pa]=ਸਿੱਖਿਆ
Name[pl]=Nauka i rozrywka
Name[pt]=Educação/Entretenimento
Name[pt_BR]=Educativo
Name[ro]=Educațional
Name[ru]=Образование
Name[se]=Stoahkan ja oahppan
Name[sk]=Škola hrou
Name[sl]=Zabava in učenje
Name[sr]=Образовање
Name[sr@Latn]=Obrazovanje
Name[ss]=Infundvo-tfokotisa
Name[sv]=Utbildning
Name[ta]=கல்வி
Name[te]=ఎడ్యూటెన్మెంట్
Name[tg]=Омӯзиш
Name[th]=การศึกษาแสนสนุก
Name[tr]=Eğitim ve Eğlence
Name[tt]=Öyränü & Yal itü
Name[uk]=Освітні
Name[uz]=Oʻynab oʻrganish
Name[uz@cyrillic]=Ўйнаб ўрганиш
Name[ven]=Pfunzotakadza
Name[vi]=Học vui
Name[wa]=Sicole avou plaijhi
Name[xh]=Ufundiso
Name[zh_CN]=寓教于乐
Name[zh_TW]=教育和娛樂
Name[zu]=Ezemfundo
Icon=package_edutainment

@ -0,0 +1,27 @@
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
<Menu>
<!-- The following menus are hidden by default -->
<Menu>
<Name>Settings</Name>
<Directory>kde-settings.directory</Directory>
<MergeFile>../kde-settings.menu</MergeFile>
</Menu>
<Menu>
<Name>Information</Name>
<Directory>kde-information.directory</Directory>
<MergeFile>../kde-information.menu</MergeFile>
</Menu>
<Move>
<Old>Settings/Information</Old><New>Information</New>
</Move>
<Menu>
<Name>System</Name>
<Menu>
<Name>ScreenSavers</Name>
<Directory>kde-system-screensavers.directory</Directory>
<MergeFile>../kde-screensavers.menu</MergeFile>
</Menu>
</Menu>
</Menu>

@ -0,0 +1,74 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Arcade
Name[af]=Arkade
Name[ar]=ألعاب الــ Arcade
Name[az]=Əyləncə
Name[be]=Аркады
Name[bg]=Аркадни
Name[bn]=আর্কেড
Name[br]=C'hoarioù tavarn
Name[bs]=Arkade
Name[cs]=Arkády
Name[csb]=Chwatkòwé grë
Name[cy]=Arcêd
Name[da]=Arkade
Name[de]=Arkade
Name[eo]=Arkado
Name[et]=Võitlusmängud
Name[fa]=گذرگاه تاقدار
Name[fo]=Arkaduspøl
Name[fr]=Jeux d'arcade
Name[fy]=Arkade
Name[ga]=Stuara Siamsa
Name[he]=משחקי Arcade
Name[hi]=ऑर्केड
Name[hr]=Arkada
Name[hu]=Ügyességi játékok
Name[is]=Spilasalur
Name[ja]=アーケード
Name[kk]=Аркад ойындары
Name[km]=ធ្វើ​ដំណើរ
Name[ko]=아케이드
Name[lo]=ເກມອາເຄດ
Name[lt]=Arkada
Name[lv]=Arkāde
Name[mk]=Аркадни игри
Name[mn]=Сансар
Name[ms]=Arked
Name[mt]=Logħob tal-Arcades
Name[nb]=Arkade
Name[nds]=Speelhall
Name[ne]=आर्केड
Name[nn]=Arkade
Name[pa]=ਅਰਕਾਡੀ
Name[pl]=Gry zręcznościowe
Name[pt]=Arcada
Name[ro]=Aventuri
Name[ru]=Аркады
Name[rw]=Ikirongozi
Name[se]=Fearán
Name[sk]=Akčné hry
Name[sl]=Arkade
Name[sr]=Аркадне
Name[sr@Latn]=Arkadne
Name[sv]=Arkad
Name[ta]=ஆர்கேட்
Name[te]=ఆర్కేడ్
Name[tg]=Силсилаи бозиҳо
Name[th]=เกมอาเขต
Name[tr]=Oyun Makinesi
Name[tt]=Arkad
Name[uk]=Аркади
Name[uz]=Arkada
Name[uz@cyrillic]=Аркада
Name[ven]=Petea
Name[vi]=Mái vòm
Name[wa]=Årcåde
Name[xh]=Umqolo wesakhiwo esiphatha ubunzima bento
Name[zh_CN]=街机
Name[zh_TW]=大型遊戲機遊戲
Name[zu]=Umhhume
Icon=package_games_arcade
X-KDE-SuppressGenericNames=Game,Arcade Game

@ -0,0 +1,81 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Board Games
Name[af]=Bord Speletjies
Name[ar]=ألعاب الألواح
Name[az]=Lüvhə Oyunları
Name[be]=Настольныя гульні
Name[bg]=Игри на дъска
Name[bn]=বোর্ডের খেলা
Name[br]=C'hoarioù taolenn
Name[bs]=Igre na ploči
Name[ca]=Jocs de taula
Name[cs]=Deskové hry
Name[csb]=Planszowé grë
Name[cy]=Gemau Bwrdd
Name[da]=Brætspil
Name[de]=Brettspiele
Name[el]=Επιτραπέζια παιχνίδια
Name[eo]=Tabuloludoj
Name[es]=Juegos de tablero
Name[et]=Lauamängud
Name[eu]=Mahai jokoak
Name[fa]=بازیهای تخته
Name[fi]=Lautapelit
Name[fr]=Jeux de plateau
Name[fy]=Boardspultsjes
Name[ga]=Cluichí Cláir
Name[gl]=Xogos de Taboleiro
Name[he]=משחקי לוח
Name[hi]=बिसात के खेल
Name[hr]=Igre na ploči
Name[hsb]=Deskowe hry
Name[hu]=Táblajátékok
Name[id]=Permainan Papan
Name[is]=Borðleikir
Name[it]=Giochi da tavolo
Name[ja]=ボードゲーム
Name[ka]=მაგიდის თამაშები
Name[kk]=Үстел ойындары
Name[km]=ល្បែង​ក្ដារ
Name[ko]=보드 게임
Name[lt]=Stalo žaidimai
Name[lv]=Galda spēles
Name[mk]=Игри на табла
Name[mn]=Хөлөгт тоглоом
Name[ms]=Permainan 'Board'
Name[mt]=Logħob tal-boards
Name[nb]=Brettspill
Name[nds]=Brettspelen
Name[ne]=बोर्ड खेल
Name[nl]=Bordspellen
Name[nn]=Brettspel
Name[pa]=ਬੋਰਡ ਖੇਡਾਂ
Name[pl]=Gry planszowe
Name[pt]=Jogos de Tabuleiro
Name[pt_BR]=Jogos de Tabuleiro
Name[ro]=Jocuri de table
Name[ru]=Настольные игры
Name[rw]=Imikino y'Umuryango
Name[se]=Duolbbášspealut
Name[sk]=Stolové hry
Name[sl]=Namizne igre
Name[sr]=Игре на табли
Name[sr@Latn]=Igre na tabli
Name[sv]=Brädspel
Name[ta]=மேசை விளையாட்டுகள்
Name[te]=పలక ఆటలు
Name[tg]=Бозиҳои рӯимизӣ
Name[th]=เกมกระดาน
Name[tr]=Masaüstü Oyunları
Name[tt]=Östäl Uyını
Name[uk]=Ігри на дошці
Name[uz]=Stol oʻyinlari
Name[uz@cyrillic]=Стол ўйинлари
Name[vi]=Trò chơi bảng
Name[wa]=Djeus d' platea
Name[zh_CN]=棋类游戏
Name[zh_TW]=棋盤遊戲
Icon=package_games_board
X-KDE-SuppressGenericNames=Game,Board Game

@ -0,0 +1,81 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Card Games
Name[af]=Kaart Speletjies
Name[ar]=ألعاب الورق
Name[az]=Kart Oyunları
Name[be]=Картавыя гульні
Name[bg]=Игри с карти
Name[bn]=তাসের খেলা
Name[br]=C'hoarioù Kartennoù
Name[bs]=Igre sa kartama
Name[ca]=Jocs de cartes
Name[cs]=Karetní hry
Name[csb]=Kartowé grë
Name[cy]=Gemau Cardiau
Name[da]=Kortspil
Name[de]=Kartenspiele
Name[el]=Παιχνίδια καρτών
Name[eo]=Kartludoj
Name[es]=Juegos de cartas
Name[et]=Kaardimängud
Name[eu]=Karta jokoak
Name[fa]=بازیهای کارت
Name[fi]=Korttipelit
Name[fr]=Jeux de cartes
Name[fy]=Kaartspultsjes
Name[ga]=Cluichí Cártaí
Name[gl]=Xogos de Cartas
Name[he]=משחקי קלפים
Name[hi]=ताश के खेल
Name[hr]=Igre s kartama
Name[hsb]=Kartowe hry
Name[hu]=Kártyajátékok
Name[id]=Permainan Kartu
Name[is]=Spilaleikir
Name[it]=Giochi di carte
Name[ja]=カードゲーム
Name[ka]=ბანქოს თამაშები
Name[kk]=Карта ойындары
Name[km]=ល្បែង​បៀរ
Name[ko]=카드 게임
Name[lt]=Kortų žaidimai
Name[lv]=Kāršu spēles
Name[mk]=Игри со карти
Name[mn]=Хөзрийн тоглоом
Name[ms]=Permainan Kad
Name[mt]=Logħob tal-Karti
Name[nb]=Kortspill
Name[nds]=Koortspelen
Name[ne]=कार्ड खेल
Name[nl]=Kaartspellen
Name[nn]=Kortspel
Name[pa]=ਤਾਸ਼ ਖੇਡਾਂ
Name[pl]=Gry karciane
Name[pt]=Jogos de Cartas
Name[pt_BR]=Jogos de Cartas
Name[ro]=Jocuri de cărți
Name[ru]=Карточные игры
Name[rw]=Imikino y'Ikarita
Name[se]=Goartaspealut
Name[sk]=Kartové hry
Name[sl]=Igre s kartami
Name[sr]=Игре са картама
Name[sr@Latn]=Igre sa kartama
Name[sv]=Kortspel
Name[ta]=சீட்டு விளையாட்டுகள்
Name[te]=పేక ఆటలు
Name[tg]=Бозиҳои корт
Name[th]=เกมไพ่ต่าง ๆ
Name[tr]=Kart Oyunları
Name[tt]=Kard Uyını
Name[uk]=Карткові ігри
Name[uz]=Qarta oʻyinlari
Name[uz@cyrillic]=Қарта ўйинлари
Name[vi]=Trò chơi thẻ
Name[wa]=Cwårdjeus
Name[zh_CN]=牌类游戏
Name[zh_TW]=紙牌遊戲
Icon=package_games_card
X-KDE-SuppressGenericNames=Game,Card Game

@ -0,0 +1,88 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Games for Kids
Name[af]=Kinder Speletjies
Name[ar]= ألعاب للأطفال
Name[az]=Uşaxlar Üçün Oyunlar
Name[be]=Дзіцячыя гульні
Name[bg]=Игри за деца
Name[bn]=বাচ্চাদের খেলা
Name[br]=C'hoarioù evit ar Bugale
Name[bs]=Igre za djecu
Name[ca]=Jocs per a nens
Name[cs]=Hry pro děti
Name[csb]=Grë dlô dzecë
Name[cy]=Gêmau ar gyfer Plant
Name[da]=Spil for børn
Name[de]=Spiele für Kinder
Name[el]=Παιχνίδια για παιδιά
Name[eo]=Ludoj por infanoj
Name[es]=Juegos para niños
Name[et]=Laste mängud
Name[eu]=Haur jokoak
Name[fa]=بازیهایی برای بچه‌ها
Name[fi]=Lasten pelit
Name[fo]=Spøl fyri børn
Name[fr]=Jeux pour les enfants
Name[fy]=Spultsjes foar bêrn
Name[ga]=Cluichí do Pháistí
Name[gl]=Xogos para Nenos
Name[he]=משחקים לילדים
Name[hi]=बच्चों के लिए खेल
Name[hr]=Igre za djecu
Name[hsb]=Hry za dźěći
Name[hu]=Játékok kicsiknek
Name[id]=Permainan Kanak-kanak
Name[is]=Leikir fyrir krakka
Name[it]=Giochi per bambini
Name[ja]=子供向けゲーム
Name[ka]=საბავშვო თამაშები
Name[kk]=Балалар ойындары
Name[km]=ល្បែង​សម្រាប់​កូន​ក្មេង
Name[ko]=어린이용 게임
Name[lo]=ເກມສຳລັບເດັກ
Name[lt]=Žaidimai vaikams
Name[lv]=Spēles bērniem
Name[mk]=Игри за деца
Name[mn]=Хүүхдийн тоглоом
Name[ms]=Permainan Kanak-kanak
Name[mt]=Logħob għat-tfal
Name[nb]=Spill for barn
Name[nds]=Spelen för Kinners
Name[ne]=केटाकेटीका लागि खेल
Name[nl]=spelletjes voor kinderen
Name[nn]=Barnespel
Name[nso]=Dipapadi tsa Bana
Name[pa]=ਬੱਚਿਆਂ ਲਈ ਖੇਡਾਂ
Name[pl]=Gry dla dzieci
Name[pt]=Jogos para Crianças
Name[pt_BR]=Jogos para Crianças
Name[ro]=Jocuri pentru copii
Name[ru]=Детские игры
Name[rw]=Imikino y'Abana
Name[se]=Mánáidspealut
Name[sk]=Hry pre deti
Name[sl]=Igre za otroke
Name[sr]=Игре за децу
Name[sr@Latn]=Igre za decu
Name[ss]=Imidlalo yebantfwana
Name[sv]=Spel för barn
Name[ta]=குழந்தைகளுக்கான விளையாட்டுகள்
Name[te]=పిల్లల ఆటలు
Name[tg]=Бозиҳои кӯдакона
Name[th]=เกมส์สำหรับเด็ก
Name[tr]=Çocuklar için Oyunlar
Name[tt]=Bala Uyını
Name[uk]=Ігри для дітей
Name[uz]=Kichkintoylar uchun oʻyinlar
Name[uz@cyrillic]=Кичкинтойлар учун ўйинлар
Name[ven]=Mitambo ya vhana
Name[vi]=Trò chơi cho Trẻ
Name[wa]=Djeus po ls efants
Name[xh]=Imidlalo Yabantwana
Name[zh_CN]=儿童游戏
Name[zh_TW]=小孩的遊戲
Name[zu]=Imidlalo yabantwana
Icon=package_games_kids
X-KDE-SuppressGenericNames=Game,Game for Children

@ -0,0 +1,84 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Rogue-like Games
Name[af]=Rogue-tipe Speletjies
Name[ar]=ألعاب شبه Rogue
Name[az]=Rogue Bənzəri Oyunlar
Name[be]=Гульны Rogue
Name[bg]=Хазартни игри
Name[bn]=রোগ্ (Rogue)-এর মত খেলা
Name[br]=Ur c'hoari a seurt gant Rogue
Name[bs]=Rogue-like igre
Name[ca]=Jocs com el Rogue
Name[cs]=Hry podobné Rogue
Name[csb]=Gré z familëji Rogue
Name[cy]=Gemau sy'n debyg i Rogue
Name[da]=Rogue-lignende spil
Name[de]=Rogue-ähnliche Spiele
Name[el]=Παιχνίδια τύπου Rogue
Name[eo]=Filudoj
Name[es]=Juegos tipo Rogue
Name[et]=Rogue-laadsed mängud
Name[eu]=Rogue motako jokoak
Name[fa]=بازیهای شبیه Rogue
Name[fi]=Rogue-tyyliset pelit
Name[fo]=Rogue-lík spøl
Name[fr]=Jeux à la Rogue
Name[fy]=Soarte mei rogue spulstjes
Name[ga]=Cluichí cosúil le Rogue
Name[gl]=Xogos do estilo de Rogue
Name[he]=משחקים נוסח Rogue
Name[hi]=छलिया जैसे खेल
Name[hr]=Igre kao Rogue
Name[hsb]=Hry, podobne na Rogue
Name[hu]=Rogue-szerű játékok
Name[id]=Permainan ala Rogue
Name[is]=Skotleikir
Name[it]=Giochi in stile Rogue
Name[ja]=Rogue 風のゲーム
Name[ka]= Rogue ტიპის თამაშები
Name[kk]=Rogue-секілді ойындар
Name[lo]=ເກມຄ້າຍ Rogue
Name[lt]=Išdykėlio tipo žaidimai
Name[lv]=Rogue līdzīgas spēles
Name[mk]=Игри како Rogue
Name[mn]=Rogue-тоглоом
Name[ms]=Permainan ala Rogue
Name[mt]=Logħob bħal Rogue
Name[nb]=Rollespill
Name[nds]=Spelen so as Rogue
Name[ne]=रग-प्रकारको खेल
Name[nl]=Rogue-achtige spellen
Name[nn]=Rogue-aktige spel
Name[nso]=Dipapadi tsa Bokalatsane
Name[pa]=ਠੱਗ-ਵਰਗੀਆਂ ਖੇਡਾਂ
Name[pl]=Gry z rodziny Rogue
Name[pt]=Jogos tipo Rogue
Name[pt_BR]=Jogos parecidos com Rogue
Name[ro]=Jocuri violente
Name[ru]=Ролевые игры в стиле Rogue
Name[rw]=Imikino Ingunge-nka
Name[se]=Rogue-lágána spealut
Name[sk]=Hry v štýle Rogue
Name[sl]=Igre kot Rogue
Name[sr]=Игре налик на Rogue
Name[sr@Latn]=Igre nalik na Rogue
Name[ss]=I-Rogue-lefana nemidlalo
Name[sv]=Spel som liknar Rogue
Name[ta]=முரட்டுதனமான விளையாட்டுகள்
Name[te]=రోగ్ లాంటి ఆటలు
Name[tg]=Бозиҳои шабиявии Rogue
Name[th]=เกมส์คล้าย Rogue
Name[tr]=Rogue benzeri oyunlar
Name[tt]=Gizeş Uyını
Name[uk]=Ігри на кшталт Rogue
Name[uz]=Rogue oʻyiniga oʻxshash oʻyinlar
Name[uz@cyrillic]=Rogue ўйинига ўхшаш ўйинлар
Name[ven]=U fhura-sa Mitambo
Name[vi]=Trò chơi giống Rogue
Name[wa]=Djeus ki rshonnèt-st a «rogue»
Name[xh]=Imidlalo efana ne Rogue
Name[zh_CN]=恶作剧游戏
Name[zh_TW]=冒險類遊戲
Name[zu]=Imidlalo enjenge-Rogue

@ -0,0 +1,87 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Tactics & Strategy
Name[af]=Strategie & Taktiek
Name[ar]=الألعاب الميدانية و الإستراتجية
Name[az]=Strategiya & Taktika
Name[be]=Тактыка і стратэгія
Name[bg]=Стратегически игри
Name[bn]=কৌশল এবং পরিকল্পনা
Name[br]=Brezelekaouriezh ha kadouriezh
Name[bs]=Taktika i strategija
Name[ca]=Tàctiques i estratègia
Name[cs]=Taktické a strategické
Name[csb]=Takticzné ë strategiczné grë
Name[cy]=Tactegau & Strategaeth
Name[da]=Taktik & Strategi
Name[de]=Strategie & Taktik
Name[el]=Τακτική & Στρατηγική
Name[eo]=Taktikoj & Strategioj
Name[es]=Táctica y estrategia
Name[et]=Taktika ja strateegia
Name[eu]=Taktika eta estrategia
Name[fa]=راهکارها و راهبردها
Name[fi]=Taktiikka ja strategia
Name[fo]=Taktikkur og strategi
Name[fr]=Tactique et stratégie
Name[fy]=Taktysk en strategysk
Name[ga]=Beartaíocht agus Straitéisí
Name[gl]=Tácticas e Estratexia
Name[he]=טקטיקה ואסטרטגיה
Name[hi]=रणनीतिक और कौशल
Name[hr]=Taktika i strategija
Name[hsb]=Strategiske hry
Name[hu]=Taktikai és stratégiai
Name[id]=Taktik dan Strategi
Name[is]=Kænska & áræði
Name[it]=Tattica e strategia
Name[ja]=戦略 & 戦術
Name[ka]=ტაქტიკა & სტრატეგია
Name[kk]=Тактика және стратегия
Name[km]=ក្បួន & យុទ្ធសាស្ត្រ
Name[ko]=전략 및 전술
Name[lo]=ເກມກົນລະຍຸດແລະວາງແຜນ
Name[lt]=Taktika ir strategija
Name[lv]=Taktika & Stratēģija
Name[mk]=Тактика и стратегија
Name[mn]=Тактик & стратеги
Name[ms]=Strategi dan Taktik
Name[mt]=Tattika u Strateġija
Name[nb]=Taktikk og strategi
Name[nds]=Taktik & Strategie
Name[ne]=कौशल र रणनीति
Name[nl]=Tactiek en Strategie
Name[nn]=Taktikk og strategi
Name[nso]=Mekgwanakgwana & Tselathwii
Name[pa]=ਤਕਨੀਕੀ ਤੇ ਗਿਆਨ
Name[pl]=Gry taktyczne i strategiczne
Name[pt]=Tácticas e Estratégia
Name[pt_BR]=Táticas & Estratégias
Name[ro]=Tactică și strategie
Name[ru]=Стратегия
Name[rw]=Imigabo & Imigambi
Name[se]=Taktihkka ja strategiija
Name[sk]=Taktické a strategické
Name[sl]=Taktika in strategija
Name[sr]=Тактика и стратегија
Name[sr@Latn]=Taktika i strategija
Name[ss]=Masu & indlela yekwenta
Name[sv]=Taktik och strategi
Name[ta]=உத்திகளும் தந்திரங்களும்
Name[te]=యుక్తి & తంత్రాలు
Name[tg]=Бозиҳои стратегӣ
Name[th]=เกมกลยุทธ์และวางแผน
Name[tr]=Taktik ve Strateji
Name[tt]=Taktik & Strategi
Name[uk]=Тактика та стратегія
Name[uz]=Taktika va strategiya
Name[uz@cyrillic]=Тактика ва стратегия
Name[ven]=Madzhenele & Maitele
Name[vi]=Chiến thuật và Chiến lược
Name[wa]=Tactike eyet stratedjeye
Name[xh]=Amacebo okufumana iinjongo & Amacebo okuzoba
Name[zh_CN]=策略游戏
Name[zh_TW]=戰略及策略
Name[zu]=Amaqhinga & Iplani
Icon=package_games_strategy

@ -0,0 +1,89 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Games
Name[af]=Speletjies
Name[ar]=ألعاب
Name[az]=Oyunlar
Name[be]=Гульні
Name[bg]=Игри
Name[bn]=খেলা
Name[br]=C'hoarioù
Name[bs]=Igre
Name[ca]=Jocs
Name[cs]=Hry
Name[csb]=Grë
Name[cy]=Gemau
Name[da]=Spil
Name[de]=Spiele
Name[el]=Παιχνίδια
Name[eo]=Ludoj
Name[es]=Juegos
Name[et]=Mängud
Name[eu]=Jokoak
Name[fa]=بازیها
Name[fi]=Pelit
Name[fo]=Spøl
Name[fr]=Jeux
Name[fy]=Amusemint
Name[ga]=Cluichí
Name[gl]=Xogos
Name[he]=משחקים
Name[hi]=खेल
Name[hr]=Igre
Name[hsb]=Hry
Name[hu]=Játékok
Name[id]=Permainan
Name[is]=Leikir
Name[it]=Giochi
Name[ja]=ゲーム
Name[ka]=თამაშები
Name[kk]=Ойындар
Name[km]=ល្បែង
Name[ko]=게임
Name[lo]=ເກມ
Name[lt]=Žaidimai
Name[lv]=Spēles
Name[mk]=Игри
Name[mn]=Тоглоом
Name[ms]=Permainan
Name[mt]=Logħob
Name[nb]=Spill
Name[nds]=Spelen
Name[ne]=खेल
Name[nl]=Amusement
Name[nn]=Spel
Name[nso]=Dipapadi
Name[oc]=Jogs
Name[pa]=ਖੇਡਾਂ
Name[pl]=Gry
Name[pt]=Jogos
Name[pt_BR]=Jogos
Name[ro]=Jocuri
Name[ru]=Игры
Name[rw]=Imikino
Name[se]=Spealut
Name[sk]=Hry
Name[sl]=Igre
Name[sr]=Игре
Name[sr@Latn]=Igre
Name[ss]=Imidlalo
Name[sv]=Spel
Name[ta]=விளையாட்டுகள்
Name[te]=ఆటలు
Name[tg]=Бозиҳо
Name[th]=เกมส์
Name[tr]=Oyunlar
Name[tt]=Uyınnar
Name[uk]=Ігри
Name[uz]=Oʻyinlar
Name[uz@cyrillic]=Ўйинлар
Name[ven]=Mitambo
Name[vi]=Trò chơi
Name[wa]=Djeus
Name[xh]=Imidlalo
Name[zh_CN]=游戏
Name[zh_TW]=遊戲
Name[zu]=Imidlalo
Icon=package_games

@ -0,0 +1,89 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Graphics
Name[af]=Grafieka
Name[ar]=برامج رسم
Name[az]=Qrafika
Name[be]=Графіка
Name[bg]=Графика
Name[bn]=গ্রাফিক্স
Name[br]=Grafikoù
Name[bs]=Grafika
Name[ca]=Gràfics
Name[cs]=Grafika
Name[csb]=Grafika
Name[cy]=Graffeg
Name[da]=Grafik
Name[de]=Graphik
Name[el]=Γραφικά
Name[eo]=Grafiko
Name[es]=Gráficos
Name[et]=Graafika
Name[eu]=Grafikoak
Name[fa]=نگاره‌ها
Name[fi]=Grafiikka
Name[fo]=Teknindi
Name[fr]=Graphisme
Name[fy]=Grafysk
Name[ga]=Grafaic
Name[gl]=Gráficos
Name[he]=גרפיקה
Name[hi]=चित्रकारी
Name[hr]=Grafika
Name[hsb]=Grafika
Name[hu]=Grafikai programok
Name[id]=Grafis
Name[is]=Myndvinnsla
Name[it]=Grafica
Name[ja]=グラフィックス
Name[ka]=გრაფიკა
Name[kk]=Графика
Name[km]=ក្រាហ្វិក
Name[ko]=그래픽
Name[lo]=ກຣາບຟິກ
Name[lt]=Grafika
Name[lv]=Grafika
Name[mk]=Графика
Name[mn]=График
Name[ms]=Grafik
Name[mt]=Grafika
Name[nb]=Bilde
Name[nds]=Grafik
Name[ne]=ग्राफिक्स
Name[nl]=Grafisch
Name[nn]=Grafikk
Name[nso]=Di-Graphics
Name[oc]=Grafics
Name[pa]=ਚਿੱਤਰਕਲਾ
Name[pl]=Grafika
Name[pt]=Gráficos
Name[pt_BR]=Gráficos
Name[ro]=Grafică
Name[ru]=Графика
Name[rw]=Ibishushanyo
Name[se]=Grafihkka
Name[sk]=Grafika
Name[sl]=Grafika
Name[sr]=Графика
Name[sr@Latn]=Grafika
Name[ss]=Titfombe-mdvwebo
Name[sv]=Grafik
Name[ta]=சித்திரங்கள்
Name[te]=గ్రాఫిక్స్
Name[tg]=Графика
Name[th]=กราฟิก
Name[tr]=Grafik Programları
Name[tt]=Sızım
Name[uk]=Графіка
Name[uz]=Grafika
Name[uz@cyrillic]=Графика
Name[ven]=Dzigirafu
Name[vi]=Đồ hoạ
Name[wa]=Grafikes
Name[xh]=Imizobo
Name[zh_CN]=图像
Name[zh_TW]=圖形
Name[zu]=Imidwebo
Icon=package_graphics

@ -0,0 +1,87 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Information
Name[af]=Informasie
Name[ar]=معلومات
Name[az]=Mə'lumat
Name[be]=Інфармацыя
Name[bg]=Информация
Name[bn]=তথ্য
Name[br]=Titouroù
Name[bs]=Informacije
Name[ca]=Informació
Name[cs]=Informace
Name[csb]=Wëdowiédzô
Name[cy]=Gwybodaeth
Name[el]=Πληροφορίες
Name[eo]=Informoj
Name[es]=Información
Name[et]=Info
Name[eu]=Informazioa
Name[fa]=اطلاعات
Name[fi]=Järjestelmätiedot
Name[fo]=Upplýsingar
Name[fr]=Informations
Name[fy]=Ynformaasje
Name[ga]=Eolas
Name[gl]=Información
Name[he]=מידע
Name[hi]=जानकारी
Name[hr]=Podaci
Name[hsb]=Informacija
Name[hu]=Információ
Name[id]=Informasi
Name[is]=Upplýsingar
Name[it]=Informazioni
Name[ja]=情報
Name[ka]=ინფორმაცია
Name[kk]=Мәлімет
Name[km]=ព័ត៌មាន
Name[ko]=정보
Name[lo]=ຂໍ້ມູນຕ່າງໆ
Name[lt]=Informacija
Name[lv]=Informācija
Name[mk]=Информации
Name[mn]=Мэдээлэл
Name[ms]=Maklumat
Name[mt]=Informazzjoni
Name[nb]=Informasjon
Name[nds]=Informatschoon
Name[ne]=सूचना
Name[nl]=Informatie
Name[nn]=Informasjon
Name[nso]=Tshedimoso
Name[oc]=Infòrmacion
Name[pa]=ਜਾਣਕਾਰੀ
Name[pl]=Informacje
Name[pt]=Informação
Name[pt_BR]=Informação
Name[ro]=Informații
Name[ru]=Сведения
Name[rw]=Amakuru
Name[se]=Diehtu
Name[sk]=Informácie
Name[sl]=Informacije
Name[sr]=Информације
Name[sr@Latn]=Informacije
Name[ss]=Imininingwane
Name[ta]=தகவல்
Name[te]=సమాచారం
Name[tg]=Иттилоот
Name[th]=ข้อมูลต่างๆ
Name[tr]=Bilgi
Name[tt]=Beldermä
Name[uk]=Інформація
Name[uz]=Maʼlumot
Name[uz@cyrillic]=Маълумот
Name[ven]=Mafhungo
Name[vi]=Thông tin
Name[wa]=Informåcions
Name[xh]=Ulwazi
Name[zh_CN]=信息
Name[zh_TW]=資訊
Name[zu]=Ulwazi
Icon=hwinfo
X-KDE-BaseGroup=info
NoDisplay=true

@ -0,0 +1,10 @@
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
<Menu>
<Name>Information</Name>
<Directory>kde-information.directory</Directory>
<Include>
<Category>X-KDE-information</Category>
</Include>
</Menu>

@ -0,0 +1,88 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Terminal Applications
Name[af]=Terminaal Programme
Name[ar]=تطبيقات مطرافية
Name[az]=Terminal Proqramları
Name[be]=Тэрмінальныя праграмы
Name[bg]=Конзолни програми
Name[bn]=টার্মিনাল অ্যাপলিকেশন
Name[br]=Arloadoù an termenell
Name[bs]=Tekstualni programi
Name[ca]=Aplicacions de terminal
Name[cs]=Terminálové aplikace
Name[csb]=Programë terminala
Name[cy]=Cymhwysiadau Terfynell
Name[da]=Terminalprogrammer
Name[de]=Terminalprogramme
Name[el]=Εφαρμογές τερματικού
Name[eo]=Terminal-Aplikaĵoj
Name[es]=Aplicaciones de terminal
Name[et]=Terminali rakendused
Name[eu]=Terminaleko aplikazioak
Name[fa]=کاربردهای پایانه
Name[fi]=Päätesovellukset
Name[fo]=Tekstforrit
Name[fr]=Applications pour terminal
Name[fy]=Terminal-tapassingen
Name[ga]=Feidhmchláir Teirminéil
Name[gl]=Aplicacións de Terminal
Name[he]=יישומי מסוף
Name[hi]=टर्मिनल अनुप्रयोग
Name[hr]=Terminalske aplikacije
Name[hsb]=Programy za terminal
Name[hu]=Parancsértelmezők
Name[id]=Aplikasi Terminal
Name[is]=Skjáhermiforrit
Name[it]=Applicazioni terminale
Name[ja]=ターミナルアプリケーション
Name[ka]=კონსოლის პროგრამები
Name[kk]=Консоль қолданбалары
Name[km]=កម្មវិធី​ស្ថានីយ
Name[ko]=터미널 프로그램
Name[lo]=ໂປຣແກຣມເທີມີນໍ
Name[lt]=Terminalinės programos
Name[lv]=Termināla Aplikācijas
Name[mk]=Терминалски апликации
Name[mn]=Терминал-Програм
Name[ms]=Aplikasi Terminal
Name[mt]=Programmi tat-Terminal
Name[nb]=Terminalprogrammer
Name[nds]=Terminalprogrammen
Name[ne]=टर्मिनल अनुप्रयोग
Name[nl]=Terminal-toepassingen
Name[nn]=Terminalprogram
Name[nso]=Ditshumiso tsa Terminal
Name[pa]=ਟਰਮੀਨਲ ਕਾਰਜ
Name[pl]=Programy terminala
Name[pt]=Aplicações de Terminal
Name[pt_BR]=Aplicativos de terminal
Name[ro]=Aplicații de terminal
Name[ru]=Консольные приложения
Name[rw]=Amaporogaramu Nkiriya
Name[se]=Terminálprográmmat
Name[sk]=Terminálové aplikácie
Name[sl]=Terminalski programi
Name[sr]=Терминалски програми
Name[sr@Latn]=Terminalski programi
Name[ss]=Ticelo tesikhungo
Name[sv]=Terminalprogram
Name[ta]=முனைய பயன்பாடுகள்
Name[te]=టర్మినల్ కార్యక్రమములు
Name[tg]=Барномаҳои консол
Name[th]=โปรแกรมเทอร์มินัล
Name[tr]=Uçbirim Uygulamaları
Name[tt]=Terminal Yazılımnarı
Name[uk]=Термінальні програми
Name[uz]=Terminal uchun dasturlar
Name[uz@cyrillic]=Терминал учун дастурлар
Name[ven]=Apulikhesheni ya Theminala
Name[vi]=Trình đầu cuối
Name[wa]=Programes terminås
Name[xh]=Izicelo Zesiphelo sendlela
Name[zh_CN]=终端应用程序
Name[zh_TW]=終端機程式
Name[zu]=Abayaleli bangaphandle
Icon=konsole
Version=1.0

@ -0,0 +1,48 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Internet
Name[ar]=الإنترنت
Name[az]=İnternet
Name[be]=Інтэрнэт
Name[bg]=Интернет
Name[bn]=ইন্টারনেট
Name[br]=Kenrouedad
Name[cy]=Rhyngrwyd
Name[el]=Διαδίκτυο
Name[eo]=Interreto
Name[fa]=اینترنت
Name[fy]=Ynternet
Name[ga]=Idirlíon
Name[he]=אינטרנט
Name[hi]=इंटरनेट
Name[is]=Internetið
Name[ja]=インターネット
Name[ka]=ინტერნეტი
Name[kk]=Интернет
Name[km]=អ៊ិនធឺណិត
Name[ko]=인터넷
Name[lt]=Internetas
Name[lv]=Internets
Name[mk]=Интернет
Name[mn]=Интернэт
Name[nb]=Internett
Name[ne]=इन्टरनेट
Name[nn]=Internett
Name[pa]=ਇੰਟਰਨੈੱਟ
Name[ru]=Интернет
Name[rw]=Interineti
Name[se]=Interneahtta
Name[sr]=Интернет
Name[ta]=இணையம்
Name[te]=ఇంటర్నెట్
Name[tg]=Интернет
Name[th]=อินเทอร์เน็ต
Name[tr]=İnternet
Name[tt]=Päräwez
Name[uk]=Інтернет
Name[uz@cyrillic]=Интернет
Name[wa]=Daegntoele
Name[zh_TW]=網際網路
Icon=package_network

@ -0,0 +1,80 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Icon=package
Name=KDE Menu
Name[af]=KDE Kieslys
Name[ar]=قائمة KDE
Name[az]=KDE Meyusu
Name[be]=Меню KDE
Name[bg]=Главно меню
Name[bn]=কে.ডি.ই. মেনু
Name[br]=Meuziad KDE
Name[bs]=KDE meni
Name[ca]=Menú de KDE
Name[cs]=Nabídka KDE
Name[csb]=KDE menu
Name[cy]=Dewislen KDE
Name[da]=KDE-Menu
Name[de]=KDE-Menü
Name[el]=Μενού KDE
Name[eo]=KDEa Menuo
Name[es]=Menú de KDE
Name[et]=KDE menüü
Name[eu]=KDE menua
Name[fa]=گزینگان KDE
Name[fi]=Valikko
Name[fr]=Menu de KDE
Name[fy]=KDE-menu
Name[ga]=Roghchlár KDE
Name[gl]=Menú de KDE
Name[he]=תפריט KDE
Name[hi]=केडीई मेन्यू
Name[hr]=KDE izbornik
Name[hsb]=KDE meni
Name[hu]=KDE menü
Name[id]=Menu KDE
Name[is]=KDE valmynd
Name[it]=Menu KDE
Name[ja]=KDE メニュー
Name[ka]=KDE მენიუ
Name[kk]=KDE мәзірі
Name[km]=ម៉ឺនុយ KDE
Name[ko]=KDE 메뉴
Name[lt]=KDE meniu
Name[lv]=KDE izvēlne
Name[mk]=KDE-мени
Name[mn]=КДЭ цэс
Name[ms]=Menu KDE
Name[mt]=Menu KDE
Name[nb]=KDE-meny
Name[nds]=KDE-Menü
Name[ne]=केडीई मेनु
Name[nl]=KDE-menu
Name[nn]=KDE-meny
Name[pa]=KDE ਮੇਨੂ
Name[pl]=Menu KDE
Name[pt]=Menu KDE
Name[pt_BR]=Menu do KDE
Name[ro]=Meniu KDE
Name[ru]=Меню KDE
Name[rw]=Ibikubiyemo bya KDE
Name[se]=KDE-fállu
Name[sk]=Menu KDE
Name[sl]=Meni KDE
Name[sr]=KDE мени
Name[sr@Latn]=KDE meni
Name[sv]=KDE-meny
Name[ta]=கேடியி பட்டி
Name[te]=కెడిఈ పట్టీ
Name[tg]=Менюи KDE
Name[th]=เมนู KDE
Name[tr]=KDE Menüsü
Name[tt]=KDE Saylağı
Name[uk]=Меню KDE
Name[uz]=KDE menyu
Name[uz@cyrillic]=KDE меню
Name[vi]=Thực đơn KDE
Name[wa]=Dressêye KDE
Name[zh_CN]=KDE 菜单
Name[zh_TW]=KDE 選單

@ -0,0 +1,79 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Icon=package
Name=More Applications
Name[af]=Meer Programme
Name[ar]=المزيد من التطبيقات
Name[az]=Daha Çox Proqram
Name[be]=Яшчэ праграмы
Name[bg]=Още програми
Name[bn]=আরো অ্যাপলিকেশন
Name[br]=Ar re all
Name[bs]=Još programa
Name[ca]=Més aplicacions
Name[cs]=Více aplikací
Name[csb]=Wicy programów
Name[cy]=Rhagor o Gymhwysiadau
Name[da]=Flere programmer
Name[de]=Weitere Programme
Name[el]=Περισσότερες εφαρμογές
Name[eo]=Pluaj aplikaĵoj
Name[es]=Más aplicaciones
Name[et]=Muud rakendused
Name[eu]=Aplikazio gehiago
Name[fa]=کاربردهای بیشتر
Name[fi]=Lisää sovelluksia
Name[fr]=Autres applications
Name[fy]=Mear programma's
Name[ga]=Feidhmchláir Breise
Name[gl]=Máis Aplicacións
Name[he]=עוד יישומים
Name[hi]=और अधिक अनुप्रयोग
Name[hr]=Više aplikacija
Name[hsb]=Wjace programow
Name[hu]=További alkalmazások
Name[id]=Aplikasi Lain
Name[is]=Fleiri forrit
Name[it]=Altri programmi
Name[ja]=その他のアプリケーション
Name[ka]=დამატებითი პროგრამები
Name[kk]=Басқа қолданбалар
Name[km]=កម្មវិធីបន្ថែម​ទៀត
Name[ko]=더 많은 프로그램
Name[lt]=Daugiau programų
Name[lv]=Vairāk aplikāciju
Name[mk]=Уште апликации
Name[ms]=Aplikasi Lain
Name[mt]=Programmi KDE
Name[nb]=Flere programmer
Name[nds]=Mehr Programmen
Name[ne]=धेरै अनुप्रयोग
Name[nl]=Meer programma's
Name[nn]=Fleire program
Name[pa]=ਹੋਰ ਕਾਰਜ
Name[pl]=Więcej programów
Name[pt]=Mais Aplicações
Name[pt_BR]=Mais Aplicativos
Name[ro]=Alte aplicații
Name[ru]=Дополнительные приложения
Name[rw]=Amaporogaramu Arenze
Name[se]=Eanet prográmmat
Name[sk]=Ďalšie aplikácie
Name[sl]=Več programov
Name[sr]=Још програма
Name[sr@Latn]=Još programa
Name[sv]=Fler program
Name[ta]=அதிக பயன்பாடுகள்
Name[te]=మరికొన్ని కార్యక్రమములు
Name[tg]=Барномаҳои иловагӣ
Name[th]=แอพพลิเคชันอื่นๆ
Name[tr]=Daha Fazla Uygulama
Name[tt]=Başqa Yazılımnar
Name[uk]=Інші програми
Name[uz]=Boshqa dasturlar
Name[uz@cyrillic]=Бошқа дастурлар
Name[vi]=Ứng dụng Thêm nữa
Name[wa]=Co ds ôtes programes
Name[zh_CN]=更多应用程序
Name[zh_TW]=更多應用程式

@ -0,0 +1,65 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Multimedia
Name[ar]=الوسائط المتعددة
Name[az]=Multimediya
Name[be]=Мультымедыя
Name[bg]=Мултимедия
Name[bn]=মাল্টিমিডিয়া
Name[br]=Liesvedia
Name[bs]=Multimedija
Name[ca]=Multimèdia
Name[cs]=Multimédia
Name[csb]=Mùltimedia
Name[cy]=Amlgyfryngau
Name[da]=Multimedie
Name[el]=Πολυμέσα
Name[eo]=Plurmedio
Name[et]=Multimeedia
Name[fa]=چند رسانه‌ای
Name[fo]=Fleirmiðla
Name[fr]=Multimédia
Name[ga]=Ilmheáin
Name[he]=מולטימדיה
Name[hi]=मल्टीमीडिया
Name[hr]=Multimedija
Name[hsb]=Multimedije
Name[hu]=Multimédia
Name[is]=Margmiðlun
Name[ja]=マルチメディア
Name[ka]=მულტიმედია
Name[kk]=Мультимедиа
Name[km]=ពហុព័ត៌មាន
Name[ko]=멀티미디어
Name[lo]=ເມົາຕິມີເດຍ
Name[lv]=Multimēdija
Name[mk]=Мултимедија
Name[mn]=Мултимедиа
Name[ne]=मल्टिमिडिया
Name[nso]=Media wa Bontshi
Name[pa]=ਮਲਟੀਮੀਡਿਆ
Name[pt]=Multimédia
Name[pt_BR]=Multimídia
Name[ru]=Мультимедиа
Name[rw]=Mutwaramakuru
Name[sk]=Multimédiá
Name[sl]=Večpredstavnost
Name[sr]=Мултимедија
Name[sr@Latn]=Multimedija
Name[ss]=Tinhlobonhlobo-tetindzaba
Name[ta]=பல்லூடகம்
Name[te]=బహుళ మాద్యమం
Name[tg]=Мултимедия
Name[th]=มัลติมีเดีย
Name[tr]=Çokluortam
Name[uk]=Мультимедіа
Name[uz@cyrillic]=Мултимедиа
Name[ven]=Zwimwumwusi
Name[vi]=Đa phương tiện
Name[xh]=Iindlela ezininzi zokwenza
Name[zh_CN]=多媒体
Name[zh_TW]=多媒體
Name[zu]=Onozindaba abaningi
Icon=package_multimedia

@ -0,0 +1,86 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Office
Name[af]=Kantoor
Name[ar]=المكتب
Name[az]=Offis
Name[be]=Офіс
Name[bg]=Офис
Name[bn]=অফিস
Name[br]=Burev
Name[bs]=Uredske aplikacije
Name[ca]=Oficina
Name[cs]=Kancelář
Name[csb]=Biuro
Name[cy]=Swyddfa
Name[da]=Kontor
Name[de]=Büroprogramme
Name[el]=Γραφείο
Name[eo]=Laborejo
Name[es]=Oficina
Name[et]=Kontoritöö
Name[eu]=Bulegoa
Name[fa]=اداره
Name[fi]=Toimisto-ohjelmat
Name[fo]=Skrivstova
Name[fr]=Bureautique
Name[fy]=Kantoartapassingen
Name[ga]=Oifig
Name[gl]=Ofimática
Name[he]=יישומים משרדיים
Name[hi]=कार्यालय
Name[hr]=Ured
Name[hsb]=Běrowowe programy
Name[hu]=Irodai alkalmazások
Name[is]=Skrifstofuforrit
Name[it]=Ufficio
Name[ja]=オフィス
Name[ka]=ოფისი
Name[kk]=Офис
Name[km]=ការិយាល័យ
Name[ko]=사무용 도구
Name[lo]=ໂປຣແກຣມຊຸດສຳນັກງານ
Name[lt]=Biuro programos
Name[lv]=Birojs
Name[mk]=Канцеларија
Name[mn]=Албан програм
Name[ms]=Pejabat
Name[mt]=Uffiċċju
Name[nb]=Kontor
Name[nds]=Kontoor
Name[ne]=कार्यालय
Name[nl]=Kantoortoepassingen
Name[nn]=Kontor
Name[nso]=Ofisi
Name[oc]=Burèu
Name[pa]=ਦਫ਼ਤਰ
Name[pl]=Biuro
Name[pt]=Escritório
Name[pt_BR]=Escritório
Name[ro]=Aplicații birotică
Name[ru]=Офис
Name[rw]=Ofise
Name[se]=Kántuvra
Name[sk]=Kancelária
Name[sl]=Pisarna
Name[ss]=Lihhovisi
Name[sv]=Kontorsprogram
Name[ta]=அலுவலகம்
Name[te]=కార్యాలయము
Name[tg]=Офис
Name[th]=โปรแกรมชุดสำนักงาน
Name[tr]=Ofis
Name[tt]=Eşxänä
Name[uk]=Офіс
Name[uz]=Idora uchun dasturlar
Name[uz@cyrillic]=Идора учун дастурлар
Name[ven]=Ofisi
Name[vi]=Văn phòng
Name[wa]=Buro
Name[xh]=Ofisi
Name[zh_CN]=办公
Name[zh_TW]=辦公軟體
Name[zu]=Ihhofisi
Icon=package_wordprocessing
SortOrder=koshell.desktop,kword.desktop,kspread.desktop,kpresenter.desktop

@ -0,0 +1,80 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Icon=kcmdf
Name=Science & Math
Name[af]=Wetenskap & Wiskunde
Name[ar]=العلوم و الرياضيات
Name[az]=Elm və Riyaziyyat
Name[be]=Навука і матэматыка
Name[bg]=Математика
Name[bn]=বিজ্ঞান এবং গণিত
Name[br]=Skiant ha Jedoniel
Name[bs]=Nauka i matematika
Name[ca]=Ciència i Matemàtiques
Name[cs]=Věda a matematika
Name[csb]=Ùczbòwé
Name[cy]=Gwyddoniaeth a Mathemateg
Name[da]=Naturvidenskab & matematik
Name[de]=Wissenschaft & Mathematik
Name[el]=Επιστήμη & Μαθηματικά
Name[en_GB]=Science & Maths
Name[eo]=Scienco kaj Matematiko
Name[es]=Ciencia y matemáticas
Name[et]=Teadus
Name[eu]=Zientzia eta matematikaa
Name[fa]=علوم و ریاضی
Name[fi]=Tiede ja matematiikka
Name[fr]=Science et mathématiques
Name[fy]=Wittenskiplik en wiskunde
Name[ga]=Eolaíocht & Matamaitic
Name[gl]=Ciencia e Matemáticas
Name[he]=מדע ומתמטיקה
Name[hi]=विज्ञान और गणित
Name[hr]=Znanost i matematika
Name[hsb]=Matematika & Wědomosć
Name[hu]=Tudományok, matematika
Name[id]=Ilmu Pengetahuan & Matematika
Name[is]=Vísindi og stærðfræði
Name[it]=Scienza e matematica
Name[ja]=サイエンス & 数学
Name[ka]=მეცნიერება და მათემატიკა
Name[kk]=Ғылыми және математикалық
Name[km]=វិទ្យាសាស្ត្រ & គណិតវិទ្យា
Name[ko]=과학과 수학
Name[lt]=Mokslas ir matematika
Name[lv]=Zinātne un Matemātika
Name[mk]=Наука и математика
Name[ms]=Matematik & Sains
Name[mt]=Xjenza u Matematika
Name[nb]=Vitenskap og matematikk
Name[nds]=Wetenschap & Mathematik
Name[ne]=विज्ञान र गणीत
Name[nl]=Wetenschap en wiskunde
Name[nn]=Vitskap og matematikk
Name[pa]=ਵਿਗਿਆਨ ਤੇ ਗਣਿਤ
Name[pl]=Naukowe
Name[pt]=Ciência e Matemática
Name[pt_BR]=Ciências & Matemática
Name[ro]=Știință și matematică
Name[ru]=Наука
Name[rw]=Ikoranabuhanga & Imibare
Name[se]=Dieđa ja matematihkka
Name[sk]=Veda
Name[sl]=Znanost in matematika
Name[sr]=Наука и математика
Name[sr@Latn]=Nauka i matematika
Name[sv]=Vetenskap och matematik
Name[ta]=அறிவியல் & கணிதம்
Name[te]=విజ్ఞానం & గణితం
Name[tg]=Илм ва математика
Name[th]=วิทยาศาสตร์และคณิตศาสตร์
Name[tr]=Bilim ve Matematik
Name[tt]=Fän & Sanaw
Name[uk]=Наука і математика
Name[uz]=Fan va Matematika
Name[uz@cyrillic]=Фан ва Математика
Name[vi]=Khoa học & Toán học
Name[wa]=Siyinces et matematikes
Name[zh_CN]=科学和数学
Name[zh_TW]=科學與數學

@ -0,0 +1,10 @@
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
<Menu>
<Name>ScreenSavers</Name>
<Directory>kde-system-screensavers.directory</Directory>
<Include>
<Category>X-KDE-ScreenSaver</Category>
</Include>
</Menu>

@ -0,0 +1,85 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Regional & Accessibility
Name[af]=Streek & Toeganklikheid
Name[ar]=الإقليمي وتسهيل الوصول
Name[az]=Regional Qurğular & Yetişmə Qabiliyyəti
Name[be]=Рэгіянальныя настаўленні і даступнасць
Name[bg]=Локализация
Name[bn]=আঞ্চলিক এবং সহায়ক প্রযুক্তি
Name[br]=Rannvro hag Haezadusted
Name[bs]=Regionalno i pristupačnost
Name[ca]=Regional i accessibilitat
Name[cs]=Místní zvyklosti a zpřístupnění
Name[csb]=Òbéńdowé ë przistãpnosc
Name[cy]=Rhanbarthol & Hygyrchedd
Name[da]=Region & Tilgængelighed
Name[de]=Regionaleinstellungen & Zugangshilfen
Name[el]=Περιοχή & Προσιτότητα
Name[eo]=Regiono & Alirebleco
Name[es]=Regional y accesibilidad
Name[et]=Hõlbustus
Name[eu]=Eskualdea eta erabilerraztasuna
Name[fa]=منطقه‌ای و دستیابی‌پذیری
Name[fi]=Alueellisuus ja käytettävyys
Name[fr]=Régionalisation et accessibilité
Name[fy]=Regio en tagonklikens
Name[ga]=Réigiúnach agus Insroichteacht
Name[gl]=Rexional e Acesibilidade
Name[he]=הגדרות אזוריות ונגישות
Name[hi]=क्षेत्रीय व भाषायी पहुँच
Name[hr]=Regionalnost i pristupačnost
Name[hsb]=Kraj & Přistupnosć
Name[hu]=Nyelv, kezelési segítség
Name[is]=Svæðisbundnar stillingar og aðgengi
Name[it]=Regionali e Accesso facilitato
Name[ja]=地域 & アクセシビリティ
Name[ka]=რეგიონალური და სეპციალური შესაძლებლობები
Name[kk]=Жергілікті және Арнаулы мүмкіндіктер
Name[km]=តំបន់ & មធ្យោបាយ​ងាយស្រួល
Name[ko]=지역과 내게 필요한 설정
Name[lo]=ຄວາມສາມາດໃນການໃຊ້ງານ
Name[lt]=Regionai bei prieinamumas
Name[lv]=Reģionāls un Pieejamība
Name[mk]=Регионалност и пристапливост
Name[mn]=Бүслүүр-тохируулга & Хэрэглэх тохь
Name[ms]=Pemudahcapai & Tetapan Tempatan
Name[mt]=Reġjonali u Aċċessibiltà
Name[nb]=Regionalt og tilgjengelighet
Name[nds]=Regioon & Behinnertenhülp
Name[ne]=क्षेत्रीय र पहुँचयोग्य
Name[nl]=Regio en toegankelijkheid
Name[nn]=Regional og tilgjenge
Name[nso]=Ya Naga & Tsenelo
Name[pa]=ਖੇਤਰੀ ਅਤੇ ਸਹੂਲਤਾਂ
Name[pl]=Regionalne i dostępność
Name[pt]=Regional e Acessibilidade
Name[pt_BR]=Regional & Acessibilidade
Name[ro]=Regional și accesibilitate
Name[ru]=Региональные и специальные возможности
Name[rw]=By'agace & Ukugerwaho
Name[se]=Báikkálaš ja álkkibut geavaheapmi
Name[sk]=Prístupnosť a regionálne nastavenie
Name[sl]=Regionalnost in dostopnost
Name[sr]=Регија и приступачност
Name[sr@Latn]=Regija i pristupačnost
Name[ss]=Kutfolakala kalula & kwesifundza
Name[sv]=Region och handikappstöd
Name[ta]=நாடும் & அணுகலும்
Name[te]=ప్రాంతియతా & అందుబాటు
Name[tg]=Имкониятҳои минтақавӣ
Name[th]=เขตพื้นที่และการใช้งาน
Name[tr]=Bölgesel ve Erişilebilirlik
Name[tt]=Cirläşterü & İreşülek
Name[uk]=Локалізація та доступність
Name[uz]=Regional va qulayliklar
Name[uz@cyrillic]=Регионал ва қулайликлар
Name[ven]=U Dzhenea ha vhupo
Name[vi]=Hỗ trợ quốc tế & Hỗ trợ người tàn tật
Name[wa]=Redjonå & Accessibilité
Name[xh]=Ummandla & Nofumaneko
Name[zh_CN]=区域和辅助功能
Name[zh_TW]=區域性與易用性
Name[zu]=Okwesifunda & Igunya lokungena
Icon=locale

@ -0,0 +1,85 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=KDE Components
Name[af]=KDE Komponente
Name[ar]=مكوّنات KDE
Name[az]=KDE Tərkib Hissələri
Name[be]=Кампаненты KDE
Name[bg]=Компоненти
Name[bn]=কে.ডি.ই-র বিভিন্ন উপাদান
Name[br]=Parzhioù KDE
Name[bs]=KDE komponente
Name[ca]=Components del KDE
Name[cs]=Komponenty KDE
Name[csb]=Dzéle KDE
Name[cy]= Cydrannau KDE
Name[da]=KDE-komponenter
Name[de]=KDE-Komponenten
Name[el]=Συστατικά του KDE
Name[eo]=KDEaj komponentoj
Name[es]=Componentes de KDE
Name[et]=KDE komponendid
Name[eu]=KDE osagaiak
Name[fa]=مؤلفه‌های KDE
Name[fi]=KDE-komponentit
Name[fr]=Composants de KDE
Name[fy]=KDE-compeninten
Name[ga]=Comhpháirteanna KDE
Name[gl]=Compoñentes de KDE
Name[he]=רכיבי KDE
Name[hi]=केडीई के घटक
Name[hr]=KDE komponente
Name[hsb]=KDE-komponenty
Name[hu]=KDE-komponensek
Name[id]=Komponen KDE
Name[is]=KDE einingar
Name[it]=Componenti di KDE
Name[ja]=KDE コンポーネント
Name[ka]=KDE კომპონენტები
Name[kk]=KDE компоненттер
Name[km]=សមាសភាគ KDE
Name[ko]=KDE 구성요소
Name[lo]=ຄອມໂພເນນຂອງ KDE
Name[lt]=KDE komponentai
Name[lv]=KDE Komponentes
Name[mk]=Компоненти на KDE
Name[mn]=КДЭ-Бүрэлдхүүнүүд
Name[ms]=Komponen KDE
Name[nb]=KDE-komponenter
Name[nds]=KDE-Komponenten
Name[ne]=KDE अवयव
Name[nl]=KDE-componenten
Name[nn]=KDE-komponent
Name[nso]=Dikagare tsa KDE
Name[pa]=KDE ਭਾਗ
Name[pl]=Składniki KDE
Name[pt]=Componentes do KDE
Name[pt_BR]=Componentes do KDE
Name[ro]=Componente KDE
Name[ru]=Компоненты
Name[rw]=Inyangingo za KDE
Name[se]=KDE-oasit
Name[sk]=Komponenty KDE
Name[sl]=Komponente KDE
Name[sr]=KDE компоненте
Name[sr@Latn]=KDE komponente
Name[ss]=Tincenye te KDE
Name[sv]=KDE-komponenter
Name[ta]=KDE கூறுகள்
Name[te]=కెడిఈ అంశాలు
Name[tg]=Қисматҳои KDE
Name[th]=ส่วนประกอบของ KDE
Name[tr]=KDE Bileşenleri
Name[tt]=KDE Öleşläre
Name[uk]=Компоненти KDE
Name[uz]=KDE komponentlari
Name[uz@cyrillic]=KDE компонентлари
Name[ven]=Zwipida zwa KDE
Name[vi]=Thành phần của KDE
Name[wa]=Componints di KDE
Name[xh]=Izinto ze KDE
Name[zh_CN]=KDE 组件
Name[zh_TW]=KDE 元件
Name[zu]= Amalunga e-KDE
Icon=blockdevice

@ -0,0 +1,80 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Desktop
Name[af]=Werkskerm
Name[ar]=سطح المكتب
Name[az]=Masa Üstü
Name[be]=Працоўны стол
Name[bg]=Работен плот
Name[bn]=ডেস্কটপ
Name[br]=Gorretaol
Name[bs]=Radna površina
Name[ca]=Escriptori
Name[cs]=Pracovní plocha
Name[csb]=Pùlt
Name[cy]=Penbwrdd
Name[de]=Arbeitsfläche
Name[el]=Επιφάνεια εργασίας
Name[eo]=Tabulo
Name[es]=Escritorio
Name[et]=Töölaud
Name[eu]=Mahaigaina
Name[fa]=رومیزی
Name[fi]=Työpöytä
Name[fo]=Skriviborð
Name[fr]=Bureau
Name[fy]=Buroblêd
Name[ga]=Deasc
Name[gl]=Escritorio
Name[he]=שולחן עבודה
Name[hi]=डेस्कटॉप
Name[hr]=Radna površina
Name[hsb]=Dźěłowy powjerch
Name[hu]=Munkaasztal
Name[is]=Skjáborð
Name[ja]=デスクトップ
Name[ka]=სამუშაო დაფა
Name[kk]=Жұмыс үстелі
Name[km]=ផ្ទៃតុ
Name[ko]=데스크톱
Name[lo]=ພື້ນທີ່ເຮັດວງກ
Name[lt]=Darbastalis
Name[lv]=Darbvirsma
Name[mk]=Работна површина
Name[mn]=Ажлын тавцан
Name[ms]=Ruang Kerja
Name[nb]=Skrivebord
Name[nds]=Schriefdisch
Name[ne]=डेस्कटप
Name[nl]=Bureaublad
Name[nn]=Skrivebord
Name[oc]=BurèU
Name[pa]=ਵੇਹੜਾ
Name[pl]=Pulpit
Name[pt]=Ambiente de Trabalho
Name[pt_BR]=Área de Trabalho
Name[ru]=Рабочий стол
Name[rw]=Ibiro
Name[se]=Čállinbeavdi
Name[sk]=Plocha
Name[sl]=Namizje
Name[sr]=Радна површина
Name[sr@Latn]=Radna površina
Name[ss]=Desktop
Name[sv]=Skrivbord
Name[ta]=மேல்மேசை
Name[te]=రంగస్ఠలం
Name[tg]=Мизи корӣ
Name[th]=พื้นที่ทำงาน
Name[tr]=Masaüstü
Name[tt]=Östäl
Name[uk]=Стільниця
Name[uz]=Ish stoli
Name[uz@cyrillic]=Иш столи
Name[ven]=Desikithopo
Name[vi]=Màn hình nền
Name[wa]=Sicribanne
Name[zh_CN]=桌面
Name[zh_TW]=桌面
Icon=desktop

@ -0,0 +1,59 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Hardware
Name[af]=Hardeware
Name[ar]=العتاد
Name[be]=Апаратнае забеспячэнне
Name[bg]=Хардуер
Name[bn]=হার্ডওয়্যার
Name[br]=Periantel
Name[bs]=Hardver
Name[csb]=Nôrzãdza
Name[cy]=Caledwedd
Name[el]=Υλικό
Name[eo]=Aparataro
Name[et]=Riistvara
Name[fa]=سخت‌افزار
Name[fi]=Laitteisto
Name[fr]=Matériel
Name[ga]=Crua-Earraí
Name[he]=חומרה
Name[hr]=Hardver
Name[hu]=Hardver
Name[id]=Perangkat Keras
Name[is]=Vélbúnaður
Name[ja]=ハードウェア
Name[ka]=მოწყობილობები
Name[kk]=Жабдықтар
Name[km]=ផ្នែក​រឹង
Name[ko]=하드웨어
Name[lt]=Aparatinė įranga
Name[mk]=Хардвер
Name[ms]=Perkakasan
Name[nb]=Maskinvare
Name[ne]=हार्डवेयर
Name[nn]=Maskinvare
Name[pa]=ਜੰਤਰ
Name[pl]=Sprzęt
Name[ru]=Оборудование
Name[rw]=Icyuma
Name[se]=Mašiidnagálvu
Name[sl]=Strojna oprema
Name[sr]=Хардвер
Name[sr@Latn]=Hardver
Name[sv]=Hårdvara
Name[ta]=வன்பொருள்
Name[te]=హార్డ్ వేర్
Name[tg]=Сахтафзор
Name[th]=อุปกรณ์ภายในเครื่อง
Name[tr]=Donanım
Name[tt]=Cıhazlar
Name[uk]=Обладнання
Name[uz]=Asbob-uskunalar
Name[uz@cyrillic]=Асбоб-ускуналар
Name[vi]=Phần cứng
Name[wa]=Éndjolreye
Name[zh_CN]=硬件
Name[zh_TW]=硬體
Icon=input_devices_settings

@ -0,0 +1,86 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Appearance & Themes
Name[af]=Voorkoms & Temas
Name[ar]=المظهر و السمات
Name[az]=Görünüş & Örtüklər
Name[be]=Вонкавы выгляд і тэмы
Name[bg]=Външен вид
Name[bn]=চেহারা এবং থীম
Name[br]=Neuziadur ha gizioù
Name[bs]=Izgled i teme
Name[ca]=Aparença i temes
Name[cs]=Vzhled a motivy
Name[csb]=Wëzdrzatk ë témë
Name[cy]=Golwg a Themau
Name[da]=Udseende & Temaer
Name[de]=Erscheinungsbild
Name[el]=Εμφάνιση & Θέματα
Name[eo]=Aspekto & Etosoj
Name[es]=Aspecto y temas
Name[et]=Välimus ja teemad
Name[eu]=Itxura eta gaiak
Name[fa]=ظاهر و چهره‌ها
Name[fi]=Ulkonäkö ja teemat
Name[fr]=Apparence et thèmes
Name[fy]=Uterlik en tema's
Name[ga]=Cuma agus Téamaí
Name[gl]=Apariencia e Temas
Name[he]=מראה וערכות נושא
Name[hi]=शक्ल-सूरत एवं प्रसंग
Name[hr]=Izgled i teme
Name[hsb]=Napohlad & Temy
Name[hu]=Megjelenés, témák
Name[id]=Penampilan dan Tema
Name[is]=Viðmót og útlit
Name[it]=Aspetto e Temi
Name[ja]=外観 & テーマ
Name[ka]=გარეგნობა და თემები
Name[kk]=Көрініс пен нақыштар
Name[km]=រូបរាង & ស្បែក
Name[ko]=모양과 테마
Name[lo]=ຝັຣງເສດສ໌
Name[lt]=Išvaizda ir temos
Name[lv]=Izskats un Tēmas
Name[mk]=Изглед и теми
Name[mn]=Харагдалт & хэлбэр
Name[ms]=Tema dan Penampilan
Name[mt]=Apparenza u Temi
Name[nb]=Utseende og temaer
Name[nds]=Utsehn & Muster
Name[ne]=दृश्य र विषयवस्तु
Name[nl]=Uiterlijk en thema's
Name[nn]=Utsjånad og tema
Name[nso]=Ponagalo & Melaetsa
Name[pa]=ਦਿੱਖ ਅਤੇ ਸਰੂਪ
Name[pl]=Wygląd i motywy
Name[pt]=Aparência e Temas
Name[pt_BR]=Aparência & Temas
Name[ro]=Aspect și tematici
Name[ru]=Внешний вид и темы
Name[rw]=Imigaragarire & Insanganyamatsiko
Name[se]=Fárda ja fáttát
Name[sk]=Vzhľad a témy
Name[sl]=Videz in teme
Name[sr]=Изглед и теме
Name[sr@Latn]=Izgled i teme
Name[ss]=Kubukeka & kwendzikimba
Name[sv]=Utseende och teman
Name[ta]=தோற்றம் & உருக்கரு
Name[te]=రూపం ఇంకా వైవిద్యాంశాలు
Name[tg]=Намуди зоҳирӣ ва услуб
Name[th]=รูปแบบและชุดตกแต่ง
Name[tr]=Görünüm ve Temalar
Name[tt]=Küreneş & Tışlaw
Name[uk]=Вигляд та теми
Name[uz]=Tashqi koʻrinishi va mavzular
Name[uz@cyrillic]=Ташқи кўриниши ва мавзулар
Name[ven]=Mbonalelo & Dzithero
Name[vi]=Diện mạo & Sắc thái
Name[wa]=Rivnance & Tinmes
Name[xh]=Ubonakalo Nemixholo
Name[zh_CN]=外观和主题
Name[zh_TW]=外觀與主題
Name[zu]=Ukubukeka & Izingqikithi
Icon=looknfeel

@ -0,0 +1,86 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Internet & Network
Name[af]=Internet & Netwerk
Name[ar]=الإنترنت و الشبكة
Name[az]=İnternet & Şəbəkə
Name[be]=Інтэрнэт і сетка
Name[bg]=Интернет и мрежа
Name[bn]=ইন্টারনেট এবং নেটওয়ার্ক
Name[br]=Kenrouedad ha Rouedad
Name[bs]=Internet i mreža
Name[ca]=Internet i xarxa
Name[cs]=Internet a síť
Name[csb]=Internet ë séc
Name[cy]=Rhyngrwyd & Rhwydwaith
Name[da]=Internet & Netværk
Name[de]=Internet & Netzwerk
Name[el]=Διαδίκτυο & Δίκτυο
Name[eo]=Reto & Interreto
Name[es]=Internet y Red
Name[et]=Internet ja võrk
Name[eu]=Internet eta sarea
Name[fa]=اینترنت و شبکه
Name[fi]=Internet ja verkko
Name[fr]=Internet et réseau
Name[fy]=Ynternet en netwurk
Name[ga]=Idirlíon agus Líonra
Name[gl]=Internet e Rede
Name[he]=אינטרנט ורשתות
Name[hi]=इंटरनेट तथा नेटवर्क
Name[hr]=Internet i mreža
Name[hsb]=Internet & Syć
Name[hu]=Hálózat, internet
Name[id]=Internet dan Jaringan
Name[is]=Staðarnet og Internetið
Name[it]=Internet e Rete
Name[ja]=インターネット & ネットワーク
Name[ka]=ქსელი და ინტერნეტი
Name[kk]=Интернет және желі
Name[km]=អ៊ិនធឺណិត & បណ្ដាញ
Name[ko]=인터넷과 네트워크
Name[lo]=ອີນເຕີເນັດ
Name[lt]=Internetas ir tinklas
Name[lv]=Internets un Tīkli
Name[mk]=Интернет и мрежи
Name[mn]=Интернэт & Сүлжээ
Name[ms]=Internet & Jaringan
Name[mt]=Internet u Network
Name[nb]=Internett og nettverk
Name[nds]=Internet & Nettwark
Name[ne]=इन्टरनेट र सञ्जाल
Name[nl]=Internet en netwerk
Name[nn]=Internett og nettverk
Name[nso]=Internet & Kgokagano
Name[pa]=ਇੰਟਰਨੈੱਟ ਅਤੇ ਨੈੱਟਵਰਕ
Name[pl]=Internet i sieć
Name[pt]=Internet e Rede
Name[pt_BR]=Internet & Rede
Name[ro]=Internet și rețea
Name[ru]=Сеть и Интернет
Name[rw]=Interineti & Urusobemiyoboro
Name[se]=Interneahtta ja fierpmádat
Name[sk]=Internet a sieť
Name[sl]=Internet in omrežje
Name[sr]=Интернет и мрежа
Name[sr@Latn]=Internet i mreža
Name[ss]=Internet & luchungechunge
Name[sv]=Internet och nätverk
Name[ta]=இணையம் & வலையமைப்பு
Name[te]=ఇంటర్నెట్ & నెట్వర్క్
Name[tg]=Интернет ва шабақа
Name[th]=อินเทอร์เน็ตและเครือข่าย
Name[tr]=İnternet ve Ağ Ayarları
Name[tt]=Päräwez & Çeltär
Name[uk]=Інтернет та мережа
Name[uz]=Internet va tarmoq
Name[uz@cyrillic]=Интернет ва тармоқ
Name[ven]=Inthanete & Vhukwamani
Name[vi]=Internet & Mạng
Name[wa]=Rantoele & Daegntoele
Name[xh]=Internet & Nomsebenzi womnatha
Name[zh_CN]=Internet 和网络
Name[zh_TW]=網路
Name[zu]=Internet & Uxhumano olusakazekile
Icon=network

@ -0,0 +1,87 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Peripherals
Name[af]=Randapperatuur
Name[ar]=الأجهزة المحيطية
Name[az]=Avadanlıq
Name[be]=Перыферыя
Name[bg]=Периферия
Name[bn]=পেরিফেরাল
Name[br]=Trobarzhelloù
Name[bs]=Vanjski uređaji
Name[ca]=Perifèrics
Name[cs]=Periférie
Name[csb]=Periferëjné ùrzãdzenia
Name[cy]=Perifferolion
Name[da]=Tilkoblinger
Name[de]=Angeschlossene Geräte
Name[el]=Περιφερειακά
Name[eo]=Periferaĵoj
Name[es]=Periféricos
Name[et]=Välisseadmed
Name[eu]=Periferikoak
Name[fa]=وسایل جانبی
Name[fi]=Laitteet
Name[fo]=Úteindir
Name[fr]=Périphériques
Name[fy]=Râneapparaten
Name[ga]=Forimeallaigh
Name[gl]=Periféricos
Name[he]=ציוד היקפי
Name[hi]=सहायक पुरजे
Name[hr]=Periferni uređaji
Name[hsb]=Periferija
Name[hu]=Perifériák
Name[is]=Jaðartæki
Name[it]=Periferiche
Name[ja]=周辺機器
Name[ka]=პერიფერიული
Name[kk]=Периферия
Name[km]=គ្រឿង​កុំព្យូទ័រ
Name[ko]=주변 장치
Name[lo]=ອຸປະກອນຕໍ່ພວງ
Name[lt]=Periferija
Name[lv]=Perifērija
Name[mk]=Периферни уреди
Name[mn]=Залгаатай төхөөрөмжүүд
Name[ms]=Perkakasan
Name[mt]=Apparat
Name[nb]=Tilleggsenheter
Name[nds]=Reedschappen
Name[ne]=परिवृत्तीय
Name[nl]=Randapparaten
Name[nn]=Tilleggseiningar
Name[nso]=Ditswelantle
Name[oc]=Periferics
Name[pa]=ਸਹਾਇਕ ਜੰਤਰ
Name[pl]=Urządzenia peryferyjne
Name[pt]=Periféricos
Name[pt_BR]=Periféricos
Name[ro]=Periferice
Name[ru]=Периферия
Name[rw]=Ibyinyuma
Name[se]=Ovttadagat
Name[sk]=Periférie
Name[sl]=Strojni dodatki
Name[sr]=Периферије
Name[sr@Latn]=Periferije
Name[ss]=Ema-peripherals
Name[sv]=Kringutrustning
Name[ta]=கருவிகள்
Name[te]=పరికరాలు
Name[tg]=Дастгоҳҳои лозимӣ
Name[th]=อุปกรณ์ต่อพ่วง
Name[tr]=Çevre Birimleri
Name[tt]=Cıhazlar
Name[uk]=Периферійні пристрої
Name[uz]=Ulangan uskunalar
Name[uz@cyrillic]=Уланган ускуналар
Name[ven]=Dzipheriferala
Name[vi]=Thiết bị ngoại vi
Name[wa]=Periferikes
Name[xh]=Iilayini zomda
Name[zh_CN]=外设
Name[zh_TW]=週邊設備
Name[zu]=Imixhantela
Icon=input_devices_settings

@ -0,0 +1,88 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Power Control
Name[af]=Krag Beheer
Name[ar]=التحكّم بالطّاقة
Name[az]=Güc İdarəsi
Name[be]=Кіраванне сілкаваннем
Name[bg]=Електрозахранване
Name[bn]=পাওয়ার নিয়ন্ত্রণ
Name[br]=Renadur ar gremm
Name[bs]=Ušteda energije
Name[ca]=Control d'energia
Name[cs]=Správa napájení
Name[csb]=Kòntrola sëłë
Name[cy]=Rheoli Pŵer
Name[da]=Strømstyring
Name[de]=Energiekontrolle
Name[el]=Έλεγχος ισχύος
Name[eo]=Elektrostirilo
Name[es]=Control de energía
Name[et]=Voolutarve
Name[eu]=Energia kontrola
Name[fa]=کنترل توان
Name[fi]=Virranhallinta
Name[fo]=Orkustýring
Name[fr]=Contrôle de l'énergie
Name[fy]=Enerzjybehear
Name[ga]=Rialú Cumhachta
Name[gl]=Control da Enerxéa
Name[he]=צריכת חשמל
Name[hi]=बिज़ली नियंत्रण
Name[hr]=Ušteda energije
Name[hsb]=Milina
Name[hu]=Energiakezelés
Name[id]=Kontrol Power
Name[is]=Orkustilling
Name[it]=Controllo energia
Name[ja]=電源管理
Name[ka]=კვების კონტროლი
Name[kk]=Қуаттандыруды бақылау
Name[km]=ការ​ត្រួត​ពិនិត្យ​ថាមពល
Name[ko]=전원 관리
Name[lo]=ຄວບຄຸມການໃຊ້ພະລັງງານ
Name[lt]=Energijos kontrolė
Name[lv]=Energo Kontrole
Name[mk]=Контрола на енергија
Name[mn]=Энергийн удирдлага
Name[ms]=Kawalan Kuasa
Name[mt]=Kontroll tal-konsum
Name[nb]=Strømkontroll
Name[nds]=Stroomkuntrull
Name[ne]=शक्ति नियन्त्रण
Name[nl]=Energiebeheer
Name[nn]=Straumkontroll
Name[nso]=Taolo ya Matla
Name[oc]=Contròle d'alimentacion
Name[pa]=ਊਰਜਾ ਕੰਟਰੋਲ
Name[pl]=Zasilanie
Name[pt]=Controlo de Energia
Name[pt_BR]=Controle de Energia
Name[ro]=Control energie
Name[ru]=Управление питанием
Name[rw]=Igenzura ry'Umuriro
Name[se]=El-rávdnje stivren
Name[sk]=Ovládanie spotreby
Name[sl]=Nadzor energije
Name[sr]=Контрола енергије
Name[sr@Latn]=Kontrola energije
Name[ss]=Kulawulwa kwemlilo
Name[sv]=Strömsparfunktion
Name[ta]=மின்னோட்ட கட்டுப்பாடு
Name[te]=విద్యుత్ నియంత్రణ
Name[tg]=Идораи қувваи барқ
Name[th]=ควบคุมการใช้พลังงาน
Name[tr]=Güç Denetimi
Name[tt]=Qüät İdäräse
Name[uk]=Керування живленням
Name[uz]=Elektr taʼminotni boshqarish
Name[uz@cyrillic]=Электр таъминотни бошқариш
Name[ven]=Ndanguli ya maanda
Name[vi]=Điều khiển Nguồn điện
Name[wa]=Controle di l' alimintåcion
Name[xh]=Ulawulo Lwamandla
Name[zh_CN]=电源控制
Name[zh_TW]=電源控制
Name[zu]=Ukulawulwa kwamandla
Icon=energy

@ -0,0 +1,86 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Security & Privacy
Name[af]=Sekuriteit & Privaatheid
Name[ar]=الأمن و السرية
Name[az]=Təhlükəsizlik & Gizlilik
Name[be]=Бяспека і прыватнасць
Name[bg]=Поверителност
Name[bn]=নিরাপত্তা এবং গোপনীয়তা
Name[br]=Surentez ha buhez prevez
Name[bs]=Sigurnost i privatnost
Name[ca]=Seguretat i privacitat
Name[cs]=Bezpečnost a soukromí
Name[csb]=Bezpiek ë priwatnosc
Name[cy]=Diogelwch & Preifatrwydd
Name[da]=Sikkerhed & Private data
Name[de]=Sicherheit & Privatsphäre
Name[el]=Ασφάλεια & Προσωπικό απόρρητο
Name[eo]=Sekureco & Privateco
Name[es]=Seguridad y privacidad
Name[et]=Turvalisus ja privaatsus
Name[eu]=Segurtasuna eta pribatutasuna
Name[fa]=امنیت و محرمانگی
Name[fi]=Turvallisuus ja yksityisyys
Name[fr]=Sécurité et confidentialité
Name[fy]=Privacy en befeiliging
Name[ga]=Slándáil agus Príobháideachas
Name[gl]=Seguridade e Privacidade
Name[he]=אבטחה ופרטיות
Name[hi]=सुरक्षा तथा गोपनीयता
Name[hr]=Sigurnost i privatnost
Name[hsb]=Wěstosć & Anonymnosć
Name[hu]=Adatvédelem
Name[id]=Keamanan & Privasi
Name[is]=Öryggi og einkamál
Name[it]=Sicurezza e Privacy
Name[ja]=セキュリティ & プライバシー
Name[ka]=დაცვა და კონფიდენციალურობა
Name[kk]=Қауіпсіздік
Name[km]=សុវត្ថិភាព & ភាព​ឯកជន
Name[ko]=보안과 사생활
Name[lo]=ຄວາມປອດໄພ & ຄວາມເປັນສ່ວນຕົວ
Name[lt]=Saugumas ir privatumas
Name[lv]=Drošība un Privātums
Name[mk]=Безбедност и приватност
Name[mn]=Хамгаалалт & Амгалан
Name[ms]=Sekuriti dan Privasi
Name[mt]=Sigurtà u Privatezza
Name[nb]=Sikkerhet og personvern
Name[nds]=Sekerheit & Privaatrebeet
Name[ne]=सुरक्षा र गोपनीयता
Name[nl]=Privacy en beveiliging
Name[nn]=Tryggleik og privatliv
Name[nso]=Tshireletso & Bosephiri
Name[pa]=ਸੁਰੱਖਿਆ ਅਤੇ ਰਹੱਸ
Name[pl]=Bezpieczeństwo i prywatność
Name[pt]=Segurança e Privacidade
Name[pt_BR]=Segurança & Privacidade
Name[ro]=Securitate și confidențialitate
Name[ru]=Безопасность и конфиденциальность
Name[rw]=Umutekano & Umwihariko
Name[se]=Sihkkarvuohta ja iežassuodjaleapmi
Name[sk]=Zabezpečenie a súkromie
Name[sl]=Varnost in zasebnost
Name[sr]=Безбедност и приватност
Name[sr@Latn]=Bezbednost i privatnost
Name[ss]=Kuphepha & ngasese
Name[sv]=Säkerhet och integritet
Name[ta]=பாதுகாப்பு & தனித்துவம்
Name[te]=భద్రత & ప్రైవసి
Name[tg]=Амният ва махфинокӣ
Name[th]=ความปลอดภัยและความเป็นส่วนตัว
Name[tr]=Güvenlik ve Gizlilik
Name[tt]=İminlek & Xosusílıq
Name[uk]=Безпека та приватність
Name[uz]=Xavfsizlik va shaxsiy maʼlumot
Name[uz@cyrillic]=Хавфсизлик ва шахсий маълумот
Name[ven]=Vhutsireledzi & Tshiphiri
Name[vi]=Bảo mật & Sự riêng tư
Name[wa]=Såvrité & Privaceye
Name[xh]=Ukhuseleko & Nobunikazi
Name[zh_CN]=安全和隐私
Name[zh_TW]=安全性與私密性
Name[zu]=Ukuvikeleka & Ingasese
Icon=password

@ -0,0 +1,85 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Sound & Multimedia
Name[af]=Klank & Multimedia
Name[ar]=الصوت و الوسائط المتعددة
Name[az]=Səs & Multimediya
Name[be]=Гук і мультымедыя
Name[bg]=Мултимедия
Name[bn]=শব্দ ও মাল্টিমিডিয়া
Name[br]=Son & Liesvedia
Name[bs]=Zvuk i multimedija
Name[ca]=So i multimèdia
Name[cs]=Zvuk a multimédia
Name[csb]=Zwãk ë mùltimedia
Name[cy]=Sain & Amlgyfryngau
Name[da]=Lyd & Multimedie
Name[el]=Ήχος & Πολυμέσα
Name[eo]=Sono & Plurmedio
Name[es]=Sonidos y multimedia
Name[et]=Heli ja multimeedia
Name[eu]=Soinua eta multimedia
Name[fa]=صوت و چند رسانه‌ای
Name[fi]=Ääni ja multimedia
Name[fr]=Son et multimédia
Name[fy]=Lûd en multimedia
Name[ga]=Fuaim agus Ilmheáin
Name[gl]=Son e Multimedia
Name[he]=צליל ומולטימדיה
Name[hi]=ध्वनि व मल्टीमीडिया
Name[hr]=Zvuk i multimedija
Name[hsb]=Zwuk & Multimedia
Name[hu]=Hang, multimédia
Name[id]=Efek Suara & Multimedia
Name[is]=Hljóð og margmiðlun
Name[it]=Suono e Multimedia
Name[ja]=サウンド & マルチメディア
Name[ka]=ხმა და მეულტიმედია
Name[kk]=Дыбыс пен мультимедиа
Name[km]=សំឡេង & ពហុព័ត៌មាន
Name[ko]=소리와 멀티미디어
Name[lo]=ເມົາຕິມີເດຍ
Name[lt]=Garsas ir daugialypė terpė
Name[lv]=Skaņa un Multimēdija
Name[mk]=Звук и мултимедија
Name[mn]=Дуу & Мултимедиа
Name[ms]=Bunyi & Multimedia
Name[mt]=Ħsejjes u Multimedia
Name[nb]=Lyd og multimedia
Name[nds]=Kläng & Multimedia
Name[ne]=ध्वनि र मल्टिमिडिया
Name[nl]=Geluid en multimedia
Name[nn]=Lyd og multimedia
Name[nso]=Modumo & Media wa Bontshi
Name[pa]=ਅਵਾਜ਼ ਅਤੇ ਮਲਟੀਮੀਡਿਆ
Name[pl]=Dźwięk i multimedia
Name[pt]=Som e Multimédia
Name[pt_BR]=Som & Multimídia
Name[ro]=Sunet și multimedia
Name[ru]=Звук и мультимедиа
Name[rw]=Ijwi & Mutwaramakuru
Name[se]=Jietna ja multimedia
Name[sk]=Zvuk a multimédiá
Name[sl]=Zvok in večpredstavnost
Name[sr]=Звук и мултимедија
Name[sr@Latn]=Zvuk i multimedija
Name[ss]=Umsindvo & tinhlobonhlobo-tetindzaba
Name[sv]=Ljud och multimedia
Name[ta]=ஒலி & பல்லூடகம்
Name[te]=శబ్దం & మల్టీ మీడియా
Name[tg]=Садо ва мултимедия
Name[th]=เสียงและมัลติมีเดีย
Name[tr]=Ses ve Çokluortam
Name[tt]=Tawış & Multimedia
Name[uk]=Звук та мультимедіа
Name[uz]=Tovush va multimedia
Name[uz@cyrillic]=Товуш ва мултимедиа
Name[ven]=Mubvumo & Zwimwumwusi
Name[vi]=Âm nhạc & Đa phương tiện
Name[wa]=Son & Multimedia
Name[xh]=Isandi & Multimedia
Name[zh_CN]=声音和多媒体
Name[zh_TW]=聲音與多媒體
Name[zu]=Umsindo & Onozindaba abaningi
Icon=multimedia

@ -0,0 +1,84 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=System Administration
Name[af]=Stelsel Administrasie
Name[ar]=إدارة النّظام
Name[az]=Sistem İdarəsi
Name[be]=Сістэмнае адміністраванне
Name[bg]=Администрация
Name[bn]=সিস্টেম অ্যাডমিনস্ট্রেশন
Name[br]=Melestradur ar Reizhiad
Name[bs]=Administracija sistema
Name[ca]=Administració del sistema
Name[cs]=Správa systému
Name[csb]=Sprôwianié systemã
Name[cy]=Gweinyddiaith Cysawd
Name[da]=Systemadministration
Name[de]=Systemverwaltung
Name[el]=Διαχείριση συστήματος
Name[eo]=Sistemadministrado
Name[es]=Administración del sistema
Name[et]=Süsteemi administreerimine
Name[eu]=Sistemaren kudeaketa
Name[fa]=سرپرستی سیستم
Name[fi]=Järjestelmänhallinta
Name[fr]=Administration du système
Name[fy]=Systeembehear
Name[ga]=Riarachán Córais
Name[gl]=Administración do Sistema
Name[he]=מנהל המערכת
Name[hi]=तंत्र प्रशासन
Name[hr]=Administracija sustava
Name[hsb]=Zarjadowanje systema
Name[hu]=Rendszeradminisztráció
Name[id]=Administrasi Sistem
Name[is]=Kerfisstjórnun
Name[it]=Amministrazione di sistema
Name[ja]=システム管理
Name[ka]=სისტემის ადმინისტრირება
Name[kk]=Жүйе әкімшілігі
Name[km]=ការ​គ្រប់គ្រង​ប្រព័ន្ធ
Name[ko]=시스템 관리
Name[lo]=SAM -ສຳລັບຜູ້ເບິ່ງແຍງລະບົບ
Name[lt]=Sistemos administravimas
Name[lv]=Sistēmas Administrācija
Name[mk]=Системска администрација
Name[mn]=Систем-Зохион байгуулалт
Name[ms]= Pengurusan Sistem
Name[mt]=Amministrazzjoni tas-Sistema
Name[nb]=Systemadministrasjon
Name[nds]=Systeempleeg
Name[ne]=प्रणाली प्रशासक
Name[nl]=Systeembeheer
Name[nn]=Systemadministrasjon
Name[pa]=ਸਿਸਟਮ ਪਰਸ਼ਾਸ਼ਨ
Name[pl]=Administracja systemu
Name[pt]=Administração do Sistema
Name[pt_BR]=Administração do Sistema
Name[ro]=Administrare sistem
Name[ru]=Системное администрирование
Name[rw]=Ubuyobozi bwa Sisitemu
Name[se]=Vuogádathálddašeapmi
Name[sk]=Správa systému
Name[sl]=Sistemsko upravljanje
Name[sr]=Администрација система
Name[sr@Latn]=Administracija sistema
Name[sv]=Systemadministration
Name[ta]=கணினி-நிர்வாகம்
Name[te]=వ్యవస్థ నిర్వహణ
Name[tg]=Идоракунии система
Name[th]=การดูแลระบบ
Name[tr]=Sistem Yönetimi
Name[tt]=Sanaq İdäräse
Name[uk]=Адміністрування системи
Name[uz]=Tizimni boshqarish
Name[uz@cyrillic]=Тизимни бошқариш
Name[ven]=Kulangulele kwa Maitele
Name[vi]=Quản lý Hệ thống
Name[wa]=Manaedjmint do sistinme
Name[xh]=Umphathi Wendlela yokusebenza
Name[zh_CN]=系统管理
Name[zh_TW]=系統管理
Name[zu]=Ukugcinwa kwe-sistimu
Icon=kcmsystem

@ -0,0 +1,85 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Web Browser
Name[af]=Web Blaaier
Name[ar]=متصفح الشبكة
Name[az]=Veb Səyyahı
Name[be]=Вандроўнік па Сеціве
Name[bg]=Уеб браузър
Name[bn]=ওয়েব ব্রাউজার
Name[br]=Furcher an Internet
Name[bs]=Web preglednik
Name[ca]=Navegació Web
Name[cs]=Prohlížeč Webu
Name[csb]=Przezérnik WWW
Name[cy]=Porydd Gwê
Name[da]=Browser
Name[de]=Webbrowser
Name[el]=Περιηγητής ιστού
Name[eo]=TTT-legilo
Name[es]=Navegador Web
Name[et]=Veebilehitseja
Name[eu]=Web arakatzailea
Name[fa]=مرورگر وب‌‌
Name[fi]=WWW-selain
Name[fo]=Vevlesari
Name[fr]=Navigateur web
Name[fy]=Webblêder
Name[ga]=Brabhsálaí Lín
Name[gl]=Navegador Web
Name[he]=דפדפן
Name[hi]=वेब ब्राउज़र
Name[hr]=Web preglednik
Name[hsb]=Web-browser
Name[hu]=Webböngésző
Name[id]=Peselancar Web
Name[is]=Vafri
Name[it]=Navigazione Web
Name[ja]=ウェブブラウザ
Name[ka]=ვებ ბრაუზერი
Name[kk]=Веб шолғыш
Name[km]=កម្មវិធី​រុករក​បណ្ដាញ
Name[ko]=웹 브라우저
Name[lo]=ຮງກເບິ່ງຖານເບິ່ງຂໍ້ມູນ
Name[lt]=Žiniatinklio naršyklė
Name[lv]=Tīmekļa Pārlūks
Name[mk]=Веб-прелистувач
Name[mn]=Вэб-Хөтөч
Name[ms]=Pelayar Web
Name[nb]=Nettleser
Name[nds]=Nettkieker
Name[ne]=वेब ब्राउजर
Name[nl]=Webbrowser
Name[nn]=Nettlesar
Name[nso]=Seinyakisi sa Web
Name[pa]=ਵੈਬ ਝਲਕਾਰਾ
Name[pl]=Przeglądarka WWW
Name[pt]=Navegação Web
Name[pt_BR]=Navegador Web
Name[ro]=Navigator de web
Name[ru]=Браузер
Name[rw]=Mucukumbuzi Rubuga
Name[se]=Fierpmádatlogan
Name[sk]=Webový prehliadač
Name[sl]=Spletni brskalnik
Name[sr]=Веб прегледач
Name[sr@Latn]=Veb pregledač
Name[ss]=Ibrawuza ye-Web
Name[sv]=Webbläsning
Name[ta]=வலை உலாவி
Name[te]=వెబ్ బ్రౌజర్
Name[tg]=Намоишгари Веб
Name[th]=เว็บเบราว์เซอร์
Name[tr]=Web Tarayıcı
Name[uk]=Навігатор Тенет
Name[uz]=Veb-brauzer
Name[uz@cyrillic]=Веб-браузер
Name[ven]=Burausa ya Web
Name[vi]=Trình duyệt Mạng
Name[wa]=Betchteu waibe
Name[xh]=Umkhangeli zincwadi we Web
Name[zh_CN]=Web 浏览器
Name[zh_TW]=網頁瀏覽器
Name[zu]=Umcingi we-Web
Icon=konqueror

@ -0,0 +1,88 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Settings-Modules
Name[af]=Instel-Modules
Name[ar]=الوحدات النمطية للتعيينات
Name[az]=Qurğu Modulları
Name[be]=Модулі настаўлення
Name[bg]=Контролен център
Name[bn]=সেটিংস-মডিউল
Name[br]=Kefluniadur-molladoù
Name[bs]=Postavke-Moduli
Name[ca]=Mòduls de paràmetres
Name[cs]=Moduly nastavení
Name[csb]=Ùstôw - mòdułë
Name[cy]=Modiwlau Gosodiadau
Name[da]=Indstillingsmoduler
Name[de]=Einstellungsmodule
Name[el]=Ρυθμίσεις-Αρθρώματα
Name[eo]=Agordomoduloj
Name[es]=Módulos de preferencias
Name[et]=Seadistuste moodulid
Name[eu]=Ezarpenak-moduluak
Name[fa]=پیمانه‌های تنظیمات
Name[fi]=Asetusmoduulit
Name[fo]=Uppsetingarpartar
Name[fr]=Modules de configuration
Name[fy]=Ynstellingsmodules
Name[ga]=Modúil Socraithe
Name[gl]=Módulos de Opcións
Name[he]=מודולי הגדרות
Name[hi]=विन्यास-मॉड्यूल्स
Name[hr]=Postavke-Moduli
Name[hsb]=Nastajenja -module
Name[hu]=Beállítómodulok
Name[is]=Stillingareiningar
Name[it]=Moduli impostazioni
Name[ja]=設定モジュール
Name[ka]=მოდულები
Name[kk]=Модульдер
Name[km]=ការ​កំណត់​ម៉ូឌុល
Name[ko]=설정-모듈
Name[lo]=ຕັ້ງຄ່າໂມດູນ
Name[lt]=Parinkčių moduliai
Name[lv]=Parametru moduļi
Name[mk]=Модули за поставувања
Name[mn]=Тохируулга-горим
Name[ms]=Tetapan Modul
Name[mt]=Moduli tas-settings
Name[nb]=Innstillingsmoduler
Name[nds]=Instellen-Modulen
Name[ne]=सेटिङ-मोड्युल
Name[nl]=Configuratiemodules
Name[nn]=Innstillingsmodular
Name[nso]=Diripa tsa Dipeakanyo
Name[pa]=ਸੈਟਿੰਗ-ਮੋਡੀਊਲ
Name[pl]=Ustawienia - moduły
Name[pt]=Módulos de Preferências
Name[pt_BR]=Módulos de Configuração
Name[ro]=Module de configurare
Name[ru]=Модули
Name[rw]=Amagenamiterere-Ibice
Name[se]=Heivehusmoduvllat
Name[sk]=Moduly nastavenia
Name[sl]=Nastavitveni moduli
Name[sr]=Поставке-модули
Name[sr@Latn]=Postavke-moduli
Name[ss]=Kuhleleka kwetahluko
Name[sv]=Inställningsmoduler
Name[ta]=அமைப்புகள்-பகுதிகள்
Name[te]=అమరికలు-మాడ్యూళ్లు
Name[tg]=Модулҳо
Name[th]=โมดูลการตั้งค่า
Name[tr]=Modül Ayarları
Name[tt]=Caylaw-Modullar
Name[uk]=Модулі параметрів
Name[uz]=Mslamalar modullari
Name[uz@cyrillic]=Мсламалар модуллари
Name[ven]=Modulu wa mavhekanyele
Name[vi]=Thiết lập Mô đun
Name[wa]=Apontiaedjes des modules
Name[xh]=Izicwangciso-Iminqongo wokulinganisela
Name[zh_CN]=设置模块
Name[zh_TW]=設定模組
Name[zu]=Izingxenye-zezilungiselelo
NoDisplay=true
Icon=package_settings
X-KDE-BaseGroup=settings

@ -0,0 +1,84 @@
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
<Menu>
<Name>Settings</Name>
<Menu>
<Name>Accessibility</Name>
<Directory>kde-settings-accessibility.directory</Directory>
<Include>
<Category>X-KDE-settings-accessibility</Category>
</Include>
</Menu>
<Menu>
<Name>Components</Name>
<Directory>kde-settings-components.directory</Directory>
<Include>
<Category>X-KDE-settings-components</Category>
</Include>
</Menu>
<Menu>
<Name>Desktop</Name>
<Directory>kde-settings-desktop.directory</Directory>
<Include>
<Category>X-KDE-settings-desktop</Category>
</Include>
</Menu>
<Menu>
<Name>LookNFeel</Name>
<Directory>kde-settings-looknfeel.directory</Directory>
<Include>
<Category>X-KDE-settings-looknfeel</Category>
</Include>
</Menu>
<Menu>
<Name>Network</Name>
<Directory>kde-settings-network.directory</Directory>
<Include>
<Category>X-KDE-settings-network</Category>
</Include>
<Menu>
<Name>WebBrowsing</Name>
<Directory>kde-settings-webbrowsing.directory</Directory>
<Include>
<Category>X-KDE-settings-webbrowsing</Category>
</Include>
</Menu>
</Menu>
<Menu>
<Name>Peripherals</Name>
<Directory>kde-settings-peripherals.directory</Directory><!-- Rename KDE4? -->
<Include>
<Category>X-KDE-settings-peripherals</Category><!-- Remove KDE4 -->
<Category>X-KDE-settings-hardware</Category>
</Include>
</Menu>
<Menu>
<Name>PowerControl</Name>
<Directory>kde-settings-power.directory</Directory>
<Include>
<Category>X-KDE-settings-power</Category>
</Include>
</Menu>
<Menu>
<Name>Security</Name>
<Directory>kde-settings-security.directory</Directory>
<Include>
<Category>X-KDE-settings-security</Category>
</Include>
</Menu>
<Menu>
<Name>Sound</Name>
<Directory>kde-settings-sound.directory</Directory>
<Include>
<Category>X-KDE-settings-sound</Category>
</Include>
</Menu>
<Menu>
<Name>System</Name>
<Directory>kde-settings-system.directory</Directory>
<Include>
<Category>X-KDE-settings-system</Category>
</Include>
</Menu>
</Menu>

@ -0,0 +1,78 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Settings
Name[af]=Instellings
Name[ar]=التعيينات
Name[az]=Qurğular
Name[be]=Настаўленні
Name[bg]=Настройки
Name[bn]=সেটিংস
Name[br]=Dibarzhoù
Name[bs]=Postavke
Name[ca]=Preferències
Name[cs]=Nastavení
Name[csb]=Ùstôw
Name[cy]=Gosodiadau
Name[da]=Opsætning
Name[de]=Einstellungen
Name[el]=Ρυθμίσεις
Name[eo]=Agordo
Name[es]=Preferencias
Name[et]=Seadistused
Name[eu]=Ezarpenak
Name[fa]=تنظیمات
Name[fi]=Asetukset
Name[fr]=Configuration
Name[fy]=Ynstellings
Name[ga]=Socruithe
Name[gl]=Opcións
Name[he]=הגדרות
Name[hi]=विन्यास
Name[hr]=Postavke
Name[hsb]=Nastajenja
Name[hu]=Beállítások
Name[is]=Stillingar
Name[it]=Impostazioni
Name[ja]=設定
Name[ka]=პარამეტრები
Name[kk]=Параметрлері
Name[km]=ការ​កំណត់
Name[ko]=설정
Name[lt]=Parinktys
Name[lv]=Parametri
Name[mk]=Поставувања
Name[mn]=Тохируулга
Name[ms]=Tempatan
Name[nb]=Innstillinger
Name[nds]=Instellen
Name[ne]=सेटिङ
Name[nl]=Instellingen
Name[nn]=Innstillingar
Name[pa]=ਸੈਟਿੰਗ
Name[pl]=Ustawienia
Name[pt]=Configuração
Name[pt_BR]=Configurações
Name[ro]=Setări
Name[ru]=Настройка
Name[rw]=Amagenamiterere
Name[se]=Heivehusat
Name[sk]=Nastavenia
Name[sl]=Nastavitve
Name[sr]=Поставке
Name[sr@Latn]=Postavke
Name[sv]=Inställningar
Name[ta]=அமைப்புகள்
Name[te]=అమరికలు
Name[tg]=Танзимот
Name[th]=ตั้งค่าต่างๆ
Name[tr]=Ayarlar
Name[tt]=Caylaw
Name[uk]=Параметри
Name[uz]=Moslamalar
Name[uz@cyrillic]=Мосламалар
Name[vi]=Thiết lập
Name[wa]=Apontiaedjes
Name[zh_CN]=设置
Name[zh_TW]=設定
Icon=package_settings

@ -0,0 +1,171 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Screen Savers
Name[af]=Skerm Bewaarders
Name[ar]=مدخري الشاشة
Name[az]=Ekran Qoruyucuları
Name[be]=Зберагальнікі экрана
Name[bg]=Предпазители на екрана
Name[bn]=স্ক্রীন সেভার
Name[br]=Damanterien Skramm
Name[bs]=Zaštita ekrana (screensaver)
Name[ca]=Salvapantalles
Name[cs]=Šetřiče obrazovky
Name[csb]=Wëgaszôcz ekranu
Name[cy]=Arbedyddion Sgrîn
Name[da]=Pauseskærme
Name[de]=Bildschirmschoner
Name[el]=Προφύλαξη οθόνης
Name[eo]=Ekrankurtenoj
Name[es]=Salvapantallas
Name[et]=Ekraanisäästjad
Name[eu]=Pantaila babesleak
Name[fa]=محافظهای صفحه نمایش
Name[fi]=Näytönsäästäjät
Name[fo]=Skíggjaspararir
Name[fr]=Écrans de veille
Name[fy]=Skermbefeiliging
Name[ga]=Spárálaithe Scáileáin
Name[gl]=Protectores de Pantalla
Name[he]=שומרי מסך
Name[hi]=स्क्रीन सेवर
Name[hr]=Zaštita zaslona
Name[hsb]=Škitaki za wobrazowku
Name[hu]=Képernyővédő
Name[is]=Skjásvæfur
Name[it]=Salvaschermi
Name[ja]=スクリーンセーバー
Name[kk]=Экран сақтаушылары
Name[km]=ធាតុ​សង្គ្រោះ​អេក្រង់
Name[ko]=화면 보호기
Name[lo]=ໂປຣແກຣມຮັກສາຫນ້າຈໍ
Name[lt]=Ekrano Užsklandos
Name[lv]=Ekrāna saudzetāji
Name[mk]=Екрански чувари
Name[mn]=Дэлгэц гамнагч
Name[ms]=Penghias Skrin
Name[nb]=Pauseskjerme
Name[nds]=Pausschirm
Name[ne]=स्क्रिनसेभर
Name[nl]=Schermbeveiliging
Name[nn]=Pauseskjermar
Name[nso]=Diboloki tsa Pontsho
Name[oc]=Salvador d'ecrans
Name[pa]=ਸਕਰੀਨ-ਸੇਵਰ
Name[pl]=Wygaszacze ekranu
Name[pt]=Protectores de Ecrã
Name[pt_BR]=Protetores de tela
Name[ro]=Protecții de ecran
Name[ru]=Хранители экрана
Name[rw]=Mugaragaza Ukubamaso
Name[se]=Šearbmasiestejeaddjit
Name[sk]=Šetriče obrazovky
Name[sl]=Ohranjevalniki zaslona
Name[sr]=Чувари екрана
Name[sr@Latn]=Čuvari ekrana
Name[ss]=Sigcini-skrini
Name[sv]=Skärmsläckare
Name[ta]=திரை காப்பாளர்கள்
Name[te]= స్క్రీన్ సేవర్లు
Name[tg]=Пардаи экран
Name[th]=โปรแกรมรักษาหน้าจอ
Name[tr]=Ekran Koruyucular
Name[tt]=Küräk Saqlağıçı
Name[uk]=Зберігачі екрана
Name[uz]=Ekran saqlovchilari
Name[uz@cyrillic]=Экран сақловчилари
Name[ven]=Tshivhulungi tsha Tshikirini
Name[vi]=Trình bảo vệ màn hình
Name[wa]=Sipårgneus di waitroûle
Name[xh]=Abagcini Bekhusi
Name[zh_CN]=屏幕保护程序
Name[zh_TW]=螢幕保護程式
Name[zu]=Abagcini Besikrini
Icon=kscreensaver
X-KDE-BaseGroup=screensavers
Comment=Screen saver demos
Comment[af]=Skerm bewaarder demonstrasies
Comment[ar]=عروض توضيحية لمدخر الشاشة
Comment[az]=Ekran Qoruyucu Demoları
Comment[be]=Дэманстрацыі зберагальніка экрана
Comment[bg]=Демо на предпазителите на екрана
Comment[bn]=স্ক্রীন সেভার ডেমো
Comment[br]=Diskouezadur damanterien skramm
Comment[bs]=Demonstracije zaštite ekrana
Comment[ca]=Demos de salvapantalles
Comment[cs]=Ukázky šetřičů obrazovky
Comment[csb]=Pòdzérk wëgaszôcza ekranu
Comment[cy]=Arddangosfeydd arbedyddion sgrîn
Comment[da]=Pauseskærm-demoer
Comment[de]=Demos zu Bildschirmschonern
Comment[el]=Επίδειξη προφύλαξης οθόνης
Comment[eo]=Demonstro de la ekrankurtenoj
Comment[es]=Demostraciones del salvapantallas
Comment[et]=Ekraanisäästjate demod
Comment[eu]=Pantaila babesle demoak
Comment[fa]=نمایشهای صفحه کلید
Comment[fi]=Näytönsäästäjien mallit
Comment[fo]=Skíggjaspararadømi
Comment[fr]=Démonstrations d'écrans de veille
Comment[fy]=Skermbefeiligingdemo's
Comment[ga]=Taispeántais na spárálaithe scáileáin
Comment[gl]=Demostracións dos protectores de pantalla
Comment[he]=הדגמות של שומרי מסך
Comment[hi]=स्क्रीन सेवर डेमोस
Comment[hr]=Demonstracije zaštite zaslona
Comment[hsb]=demonstrowanje škitakow za wobrazowku
Comment[hu]=Képernyővédő-demók
Comment[id]=Demo screen saver
Comment[is]=Skjásvæfukynningar
Comment[it]=Anteprime dei salvaschermi
Comment[ja]=スクリーンセーバーのデモ
Comment[kk]=Экран сақтаушыны таңдау
Comment[km]=បង្ហាញ​ធាតុ​សង្គ្រោះ​អេក្រង់​សាក​មើល
Comment[ko]=화면 보호기 데모
Comment[lo]=ຕົວຢ່າງໂປຣແກຣມຮັກສາຫນ້າຈໍ
Comment[lt]=Ekrano užsklandos demonstracija
Comment[lv]=Ekrāna saudzētāja demoversijas
Comment[mk]=Демоа на екрански чувари
Comment[mn]=Дэлгэц гамнагчийн үзүүлэн
Comment[ms]=Contoh penghias skrin
Comment[mt]=Wirjiet ta' screen savers
Comment[nb]=Pauseskjerm-demoer
Comment[nds]=Pausschirmen utproberen
Comment[ne]=स्क्रिनसेभर डेमो
Comment[nl]=Schermbeveiligingdemo's
Comment[nn]=Pauseskjerm-demoar
Comment[nso]=Di-demo tsa seboloki sa pontsho
Comment[oc]=Demonstracions dèu salvador d'ecran
Comment[pa]=ਸਕਰੀਨ-ਸੇਵਰ ਝਲਕ
Comment[pl]=Podgląd wygaszacza ekranu
Comment[pt]=Demonstrações de protectores de ecrã
Comment[pt_BR]=Amostras de protetores de tela
Comment[ro]=Demonstrații pentru protecții de ecran
Comment[ru]=Просмотр хранителей экрана
Comment[rw]=Amayerekana ya Mugaragaza Ukubamaso
Comment[se]=Šearbmasiestejeaddji demonstrašuvnnat.
Comment[sk]=Demo šetričov obrazovky
Comment[sl]=Predstavitve ohranjevalnikov zaslona
Comment[sr]=Демои чуварâ екрана
Comment[sr@Latn]=Demoi čuvarâ ekrana
Comment[ss]=Kukhonjiswa kwesigcini skrini
Comment[sv]=Demonstration av skärmsläckare
Comment[ta]=திரை காத்தலின் விளக்கக் காட்சிகள்
Comment[te]=స్క్రీన్ సేవర్ డెమొలు
Comment[tg]=Намоиши пардаи экран
Comment[th]=ตัวอย่างโปรแกรมรักษาหน้าจอ
Comment[tr]=Ekran koruyucu tanıtımları
Comment[tt]=Küräksaqçı sınawları
Comment[uk]=Демонстрації зберігачів екрана
Comment[uz]=Ekran saqlovchilar namunalari
Comment[uz@cyrillic]=Экран сақловчилар намуналари
Comment[ven]=Demo ya tshivhulungi tsha tshikirini
Comment[vi]=Thử trình bảo vệ màn hình
Comment[wa]=Sipårgneus di waitroûle di saye
Comment[xh]=Demos zomgcini wekhusi
Comment[zh_CN]=屏幕保护程序演示
Comment[zh_TW]=螢幕保護程式展示
Comment[zu]=Imiboniso yezigcini zikrini
NoDisplay=true

@ -0,0 +1,88 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Terminal Applications
Name[af]=Terminaal Programme
Name[ar]=تطبيقات مطرافية
Name[az]=Terminal Proqramları
Name[be]=Тэрмінальныя праграмы
Name[bg]=Конзолни програми
Name[bn]=টার্মিনাল অ্যাপলিকেশন
Name[br]=Arloadoù an termenell
Name[bs]=Tekstualni programi
Name[ca]=Aplicacions de terminal
Name[cs]=Terminálové aplikace
Name[csb]=Programë terminala
Name[cy]=Cymhwysiadau Terfynell
Name[da]=Terminalprogrammer
Name[de]=Terminalprogramme
Name[el]=Εφαρμογές τερματικού
Name[eo]=Terminal-Aplikaĵoj
Name[es]=Aplicaciones de terminal
Name[et]=Terminali rakendused
Name[eu]=Terminaleko aplikazioak
Name[fa]=کاربردهای پایانه
Name[fi]=Päätesovellukset
Name[fo]=Tekstforrit
Name[fr]=Applications pour terminal
Name[fy]=Terminal-tapassingen
Name[ga]=Feidhmchláir Teirminéil
Name[gl]=Aplicacións de Terminal
Name[he]=יישומי מסוף
Name[hi]=टर्मिनल अनुप्रयोग
Name[hr]=Terminalske aplikacije
Name[hsb]=Programy za terminal
Name[hu]=Parancsértelmezők
Name[id]=Aplikasi Terminal
Name[is]=Skjáhermiforrit
Name[it]=Applicazioni terminale
Name[ja]=ターミナルアプリケーション
Name[ka]=კონსოლის პროგრამები
Name[kk]=Консоль қолданбалары
Name[km]=កម្មវិធី​ស្ថានីយ
Name[ko]=터미널 프로그램
Name[lo]=ໂປຣແກຣມເທີມີນໍ
Name[lt]=Terminalinės programos
Name[lv]=Termināla Aplikācijas
Name[mk]=Терминалски апликации
Name[mn]=Терминал-Програм
Name[ms]=Aplikasi Terminal
Name[mt]=Programmi tat-Terminal
Name[nb]=Terminalprogrammer
Name[nds]=Terminalprogrammen
Name[ne]=टर्मिनल अनुप्रयोग
Name[nl]=Terminal-toepassingen
Name[nn]=Terminalprogram
Name[nso]=Ditshumiso tsa Terminal
Name[pa]=ਟਰਮੀਨਲ ਕਾਰਜ
Name[pl]=Programy terminala
Name[pt]=Aplicações de Terminal
Name[pt_BR]=Aplicativos de terminal
Name[ro]=Aplicații de terminal
Name[ru]=Консольные приложения
Name[rw]=Amaporogaramu Nkiriya
Name[se]=Terminálprográmmat
Name[sk]=Terminálové aplikácie
Name[sl]=Terminalski programi
Name[sr]=Терминалски програми
Name[sr@Latn]=Terminalski programi
Name[ss]=Ticelo tesikhungo
Name[sv]=Terminalprogram
Name[ta]=முனைய பயன்பாடுகள்
Name[te]=టర్మినల్ కార్యక్రమములు
Name[tg]=Барномаҳои консол
Name[th]=โปรแกรมเทอร์มินัล
Name[tr]=Uçbirim Uygulamaları
Name[tt]=Terminal Yazılımnarı
Name[uk]=Термінальні програми
Name[uz]=Terminal uchun dasturlar
Name[uz@cyrillic]=Терминал учун дастурлар
Name[ven]=Apulikhesheni ya Theminala
Name[vi]=Trình đầu cuối
Name[wa]=Programes terminås
Name[xh]=Izicelo Zesiphelo sendlela
Name[zh_CN]=终端应用程序
Name[zh_TW]=終端機程式
Name[zu]=Abayaleli bangaphandle
Icon=konsole
Version=1.0

@ -0,0 +1,81 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=System
Name[af]=Stelsel
Name[ar]=النظام
Name[az]=Sistem
Name[be]=Сістэма
Name[bg]=Система
Name[bn]=সিস্টেম
Name[br]=Reizhiad
Name[bs]=Sistem
Name[ca]=Sistema
Name[cs]=Systém
Name[csb]=Systema
Name[cy]=Cysawd
Name[el]=Σύστημα
Name[eo]=Sistemo
Name[es]=Sistema
Name[et]=Süsteem
Name[eu]=Sistema
Name[fa]=سیستم
Name[fi]=Järjestelmä
Name[fo]=Kervi
Name[fr]=Système
Name[fy]=Systeem
Name[ga]=Córas
Name[gl]=Sistema
Name[he]=מערכת
Name[hi]=तंत्र
Name[hr]=Sustav
Name[hu]=Rendszer
Name[id]=Sistem
Name[is]=Kerfi
Name[it]=Sistema
Name[ja]=システム
Name[ka]=სისტემა
Name[kk]=Жүйелік
Name[km]=ប្រព័ន្ធ
Name[ko]=시스템
Name[lo]=ຈັດການລະບົບ
Name[lt]=Sistema
Name[lv]=Sistēma
Name[mk]=Систем
Name[mn]=Систем
Name[ms]=Sistem
Name[mt]=Sistema
Name[nds]=Systeem
Name[ne]=प्रणाली
Name[nl]=Systeem
Name[oc]=Sistemo
Name[pa]=ਸਿਸਟਮ
Name[pt]=Sistema
Name[pt_BR]=Sistema
Name[ro]=Sistem
Name[ru]=Система
Name[rw]=Sisitemu
Name[se]=Vuogádat
Name[sk]=Systém
Name[sl]=Sistem
Name[sr]=Систем
Name[sr@Latn]=Sistem
Name[ss]=Umshini
Name[ta]=அமைப்பு
Name[te]=వ్యవస్థ
Name[tg]=Система
Name[th]=ระบบ
Name[tr]=Sistem
Name[tt]=Sistem
Name[uk]=Система
Name[uz]=Tizim
Name[uz@cyrillic]=Тизим
Name[ven]=Maitele
Name[vi]=Hệ thống
Name[wa]=Sistinme
Name[xh]=Indlela esestyenziswayo
Name[zh_CN]=系统
Name[zh_TW]=系統
Name[zu]=Isistimu
Icon=package_system

@ -0,0 +1,88 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Toys
Name[af]=Speelgoed
Name[ar]=الألعاب
Name[az]=Oyuncaqlar
Name[be]=Цацкі
Name[bg]=Играчки
Name[bn]=খেলনা
Name[br]=C'hoarielloù
Name[bs]=Igračke
Name[ca]=Joguines
Name[cs]=Hračky
Name[csb]=Zôbôwczi
Name[cy]=Tegannau
Name[da]=Legetøj
Name[de]=Kleinigkeiten
Name[el]=Παιχνιδάκια
Name[eo]=Amuzaĵoj
Name[es]=Ocio
Name[et]=Mänguasjad
Name[eu]=Jolasak
Name[fa]=سرگرمیها
Name[fi]=Lelut
Name[fo]=Leiku
Name[fr]=Petits outils
Name[fy]=Boartersguod
Name[ga]=Áilleagáin
Name[gl]=Entretementos
Name[he]=צעצועים
Name[hi]=खिलौने
Name[hr]=Igračke
Name[hsb]=Hrajki
Name[hu]=Mütyürkék
Name[id]=Mainan
Name[is]=Leikföng
Name[it]=Giochini
Name[ja]=アクセサリ
Name[ka]=სათამაშოები
Name[kk]=Ойын-сауықтар
Name[km]=ប្រដាប់​ក្មេង​លេង
Name[ko]=장난감
Name[lo]=ຂອງເຫລັ້ນ
Name[lt]=Žaislai
Name[lv]=Rotaļlietas
Name[mk]=Играчки
Name[mn]=Наадгай
Name[ms]=Permainan
Name[mt]=Ġugarelli
Name[nb]=Leketøy
Name[nds]=Speelkraam
Name[ne]=खेलौना
Name[nl]=Speelgoed
Name[nn]=Leiker
Name[nso]=Dibapadisane
Name[oc]=Joguines
Name[pa]=ਖਿਡੌਣੇ
Name[pl]=Zabawa
Name[pt]=Diversão
Name[pt_BR]=Brinquedos
Name[ro]=Jucării
Name[ru]=Развлечения
Name[rw]=Ibikinisho
Name[se]=Stohkosat
Name[sk]=Hračky
Name[sl]=Igrače
Name[sr]=Играчке
Name[sr@Latn]=Igračke
Name[ss]=Kwekudlalisa
Name[sv]=Leksaker
Name[ta]=பொம்மைகள்
Name[te]=ఆట వస్తువులు
Name[tg]=Бозичаҳои шавқовар
Name[th]=ของเล่นสนุกๆ
Name[tr]=Eğlence
Name[tt]=Uyınnar
Name[uk]=Іграшки
Name[uz]=Oʻyinchoqlar
Name[uz@cyrillic]=Ўйинчоқлар
Name[ven]=Zwautambisa vhana
Name[vi]=Đồ chơi
Name[wa]=Amuzmints
Name[xh]=Izinto zokudlala
Name[zh_CN]=玩具
Name[zh_TW]=玩具
Name[zu]=Amathoyizi
Icon=package_toys

@ -0,0 +1,76 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Lost & Found
Name[af]=Verlore & Gevind
Name[ar]=فُقد ووُجد
Name[az]=İtirdim və Tapdım
Name[be]=Згубленыя і знойдзеныя
Name[bg]=Разни
Name[bn]=হারানো প্রাপ্তি
Name[br]=Kollet & kavet
Name[bs]=Izgubljeno/nađeno
Name[ca]=Perdut i trobat
Name[cs]=Ztráty a nálezy
Name[csb]=Zgùbione ë nalazłé
Name[cy]=Colledig a Chanfyddedig
Name[da]=Glemte sager
Name[de]=Nicht zuzuordnen
Name[el]=Χάθηκαν & Βρέθηκαν
Name[eo]=Perdita kaj trovita
Name[es]=Objetos perdidos
Name[et]=Tundmatud
Name[eu]=Galdu eta aurkitutakoak
Name[fa]=گم‌شده و یافته‌شده
Name[fi]=Hävinneet ja löydetyt
Name[fr]=Objets trouvés
Name[fy]=Wat oer is
Name[ga]=Caillte agus Aimsithe
Name[gl]=Outros
Name[he]=אבדות
Name[hi]=खोया/पाया
Name[hr]=Izgubljeno-nađeno
Name[hsb]=Pytane & Namakane
Name[hu]=Ismeretlen
Name[is]=Tapað & fundið
Name[it]=Oggetti smarriti
Name[kk]=Жоғалып табылғандар
Name[km]=បាត់ & រកឃើញ
Name[ko]=기타 프로그램
Name[lt]=Pamesta ir rasta
Name[lv]=Pazudis & Atrasts
Name[mk]=Изгубено-најдено
Name[mn]=Алдагдал & Олдолт
Name[ms]=Hilang & Jumpa
Name[mt]=Mitlufin u Misjuba
Name[nb]=Tapt og funnet
Name[nds]=Passt narms sünst
Name[ne]=हराएका र फेला परेका
Name[nl]=Overig
Name[nn]=Tapt og funne
Name[pa]=ਗੁਆਚੇ ਤੇ ਲੱਭੇ
Name[pl]=Zgubione i znalezione
Name[pt]=Perdidos e Achados
Name[pt_BR]=Achados & Perdidos
Name[ro]=Pierdute și regăsite
Name[ru]=Камера хранения
Name[rw]=Byabuze & Byabonetse
Name[se]=Láhppon ja gávdnon
Name[sk]=Straty a nálezy
Name[sl]=Izgubljeno in najdeno
Name[sr]=Изгубљено-нађено
Name[sr@Latn]=Izgubljeno-nađeno
Name[sv]=Hittegods
Name[ta]=இழந்த & கிடைத்த
Name[te]=పోయినవి & దొరికినవి
Name[tg]=Ҷустуҷӯй
Name[th]=หาไม่เจอดูที่นี่
Name[tr]=Kayıplar ve Bulunanlar
Name[tt]=Yuğaltu & Tabu
Name[uk]=Загублено та знайдено
Name[uz]=Nomaʼlum
Name[uz@cyrillic]=Номаълум
Name[vi]=Mất & Tìm
Name[wa]=Pierdous & rtrovés
Name[zh_CN]=未知类别
Icon=help

@ -0,0 +1,148 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Accessibility
Name[af]=Toeganklikheid
Name[ar]=تسهيل الوصول
Name[az]=Yetişmə Qabiliyyəti
Name[be]=Даступнасць
Name[bg]=Равностоен достъп
Name[bn]=সহায়ক প্রযুক্তি
Name[br]=Haezadusted
Name[bs]=Pristupačnost
Name[ca]=Accessibilitat
Name[cs]=Zpřístupnění
Name[csb]=Pòmòce przistãpù
Name[cy]=Hygyrchedd
Name[da]=Tilgængelighed
Name[de]=Zugangshilfen
Name[el]=Προσιτότητα
Name[eo]=Alirebleco
Name[es]=Accesibilidad
Name[et]=Hõlbustus
Name[eu]=Erabilerraztasuna
Name[fa]=دستیابی‌پذیری
Name[fi]=Helppokäyttötoiminnot
Name[fr]=Accessibilité
Name[fy]=Tagonklikens
Name[ga]=Inrochtaineacht
Name[gl]=Accesibilidade
Name[he]=נגישות
Name[hi]=पहुँच
Name[hr]=Pristupačnost
Name[hu]=Kezelési segítség
Name[id]=Aksesibiliti
Name[is]=Aðgengi
Name[it]=Accessibilità
Name[ja]=アクセシビリティ
Name[ka]=სპეციალური შესაძლბლობები
Name[kk]=Арнайы мүмкіндіктер
Name[km]=ភាព​អាច​ចូល​ដំណើរការ​បាន
Name[ko]=내게 필요한 설정
Name[lo]=ຄວາມສາມາດໃນການໃຊ້ງານ
Name[lt]=Prieinamumas
Name[lv]=Pieejamība
Name[mk]=Пристапливост
Name[mn]=Хэрэглэх тохь
Name[ms]=Kebolehcapaian
Name[mt]=Aċċessibiltà
Name[nb]=Tilgjengelighet
Name[nds]=Behinnertenhülp
Name[ne]=पहुँचता
Name[nl]=Toegankelijkheid
Name[nn]=Tilgjenge
Name[nso]=Botsenelo
Name[oc]=Accessibilitat
Name[pa]=ਸਹੂਲਤਾਂ
Name[pl]=Dostępność
Name[pt]=Acessibilidade
Name[pt_BR]=Acessibilidade
Name[ro]=Accesibilitate
Name[ru]=Специальные возможности
Name[rw]=Ukugerwaho
Name[se]=Álkkibut geavaheapmi
Name[sk]=Prístupnosť
Name[sl]=Dostopnost
Name[sr]=Приступачност
Name[sr@Latn]=Pristupačnost
Name[ss]=Kutfolakala kalula
Name[sv]=Handikappstöd
Name[ta]=அணுகல்
Name[te]=అందుబాటు
Name[tg]=Имконпазирӣ
Name[th]=ตัวช่วยในการใช้งาน
Name[tr]=Erişilebilirlik
Name[tt]=Qulaylıq
Name[uk]=Доступність
Name[uz]=Qulayliklar
Name[uz@cyrillic]=Қулайликлар
Name[ven]=Dzheneaho
Name[vi]=Hỗ trợ người tàn tật
Name[wa]=Accessibilité
Name[xh]=Unikezelo
Name[zh_CN]=辅助
Name[zh_TW]=無障礙輔助
Name[zu]=Ukungena
Icon=access
Comment=Accessibility
Comment[af]=Toeganklikheid
Comment[be]=Даступнасць
Comment[bg]=Равностоен достъп
Comment[bn]=সহায়ক প্রযুক্তি
Comment[br]=Haezadusted
Comment[bs]=Pristupačnost
Comment[ca]=Accessibilitat
Comment[cs]=Zpřístupnění
Comment[csb]=Pòmòce przistãpù
Comment[cy]=Hygyrchedd
Comment[da]=Tilgængelighed
Comment[de]=Zugangshilfen
Comment[el]=Προσβασιμότητα
Comment[eo]=Alirebleco
Comment[es]=Accesibilidad
Comment[et]=Hõlbustus
Comment[eu]=Erabilerraztasuna
Comment[fa]=دستیابی‌پذیری
Comment[fi]=Helppokäyttöisyys
Comment[fr]=Accessibilité
Comment[fy]=Tagonklikens
Comment[ga]=Inrochtaineacht
Comment[gl]=Accesibilidade
Comment[he]=נגישות
Comment[hr]=Pristupačnost
Comment[hu]=Kezelési segítség
Comment[is]=Aðgengi
Comment[it]=Accessibilità
Comment[ja]=アクセシビリティ
Comment[kk]=Арнайы мүмкіндіктер
Comment[km]=មធ្យោបាយ​ងាយស្រួល
Comment[ko]=내게 필요한 설정
Comment[mk]=Пристапливост
Comment[ms]=Kebolehcapaian
Comment[nb]=Tilgjengelighet
Comment[nds]=Behinnertenhülp
Comment[ne]=पहुँचता
Comment[nl]=Toegankelijkheid
Comment[nn]=Tilgjenge
Comment[pa]=ਸਹੂਲਤਾਂ
Comment[pl]=Dostępność
Comment[pt]=Acessibilidade
Comment[pt_BR]=Acessibilidade
Comment[ro]=Accesibilitate
Comment[ru]=Специальные возможности
Comment[sk]=Prístupnosť
Comment[sl]=Dostopnost
Comment[sr]=Приступачност
Comment[sr@Latn]=Pristupačnost
Comment[sv]=Handikappstöd
Comment[te]=అందుబాటు
Comment[tg]=Имконпазирӣ
Comment[th]=ตัวช่วยให้ใช้งานสะดวกขึ้น
Comment[tr]=Erişilebilirlik
Comment[uk]=Доступність
Comment[uz]=Qulayliklar
Comment[uz@cyrillic]=Қулайликлар
Comment[vi]=Hỗ trợ người tàn tật
Comment[wa]=Accessibilité
Comment[zh_CN]=辅助
Comment[zh_TW]=無障礙輔助

@ -0,0 +1,141 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Desktop
Name[af]=Werkskerm
Name[ar]=سطح المكتب
Name[az]=Masa Üstü
Name[be]=Працоўны стол
Name[bg]=Работен плот
Name[bn]=ডেস্কটপ
Name[br]=Gorretaol
Name[bs]=Radna površina
Name[ca]=Escriptori
Name[cs]=Pracovní plocha
Name[csb]=Pùlt
Name[cy]=Penbwrdd
Name[de]=Arbeitsfläche
Name[el]=Επιφάνεια εργασίας
Name[eo]=Tabulo
Name[es]=Escritorio
Name[et]=Töölaud
Name[eu]=Mahaigaina
Name[fa]=رومیزی
Name[fi]=Työpöytä
Name[fo]=Skriviborð
Name[fr]=Bureau
Name[fy]=Buroblêd
Name[ga]=Deasc
Name[gl]=Escritorio
Name[he]=שולחן עבודה
Name[hi]=डेस्कटॉप
Name[hr]=Radna površina
Name[hsb]=Dźěłowy powjerch
Name[hu]=Munkaasztal
Name[is]=Skjáborð
Name[ja]=デスクトップ
Name[ka]=სამუშაო დაფა
Name[kk]=Жұмыс үстелі
Name[km]=ផ្ទៃតុ
Name[ko]=데스크톱
Name[lo]=ພື້ນທີ່ເຮັດວງກ
Name[lt]=Darbastalis
Name[lv]=Darbvirsma
Name[mk]=Работна површина
Name[mn]=Ажлын тавцан
Name[ms]=Ruang Kerja
Name[nb]=Skrivebord
Name[nds]=Schriefdisch
Name[ne]=डेस्कटप
Name[nl]=Bureaublad
Name[nn]=Skrivebord
Name[oc]=BurèU
Name[pa]=ਵੇਹੜਾ
Name[pl]=Pulpit
Name[pt]=Ambiente de Trabalho
Name[pt_BR]=Área de Trabalho
Name[ru]=Рабочий стол
Name[rw]=Ibiro
Name[se]=Čállinbeavdi
Name[sk]=Plocha
Name[sl]=Namizje
Name[sr]=Радна површина
Name[sr@Latn]=Radna površina
Name[ss]=Desktop
Name[sv]=Skrivbord
Name[ta]=மேல்மேசை
Name[te]=రంగస్ఠలం
Name[tg]=Мизи корӣ
Name[th]=พื้นที่ทำงาน
Name[tr]=Masaüstü
Name[tt]=Östäl
Name[uk]=Стільниця
Name[uz]=Ish stoli
Name[uz@cyrillic]=Иш столи
Name[ven]=Desikithopo
Name[vi]=Màn hình nền
Name[wa]=Sicribanne
Name[zh_CN]=桌面
Name[zh_TW]=桌面
Icon=desktop
Comment=Desktop
Comment[af]=Werkskerm
Comment[ar]=سطح المكتب
Comment[be]=Працоўны стол
Comment[bg]=Работен плот
Comment[bn]=ডেস্কটপ
Comment[br]=Burev
Comment[ca]=Escriptori
Comment[cs]=Pracovní plocha
Comment[csb]=Pùlt
Comment[cy]=Penbwrdd
Comment[de]=KDE-Arbeitsfläche
Comment[el]=Επιφάνεια εργασίας
Comment[eo]=KDEa labortablo
Comment[es]=Escritorio
Comment[et]=Töölaud
Comment[eu]=Mahaigaina
Comment[fa]=رومیزی
Comment[fi]=Työpöytä
Comment[fr]=Bureau
Comment[fy]=Buroblêd
Comment[ga]=Deasc
Comment[gl]=Escritorio
Comment[he]=שולחן העבודה
Comment[hr]=Radna površina
Comment[hu]=Munkaasztal
Comment[is]=Skjáborð
Comment[ja]=デスクトップ
Comment[ka]=სამუშაო დაფა
Comment[kk]=Үстел
Comment[km]=ផ្ទៃតុ
Comment[ko]=데스크톱
Comment[lt]=Darbastalis
Comment[mk]=Работна површина
Comment[nb]=Skrivebord
Comment[nds]=Schriefdisch
Comment[ne]=डेस्कटप
Comment[nl]=Bureaublad
Comment[nn]=Skrivebord
Comment[pa]=ਵੇਹੜਾ
Comment[pl]=Pulpit
Comment[pt]=Ecrã
Comment[pt_BR]=Área de Trabalho
Comment[ru]=Рабочий стол
Comment[se]=Čállinbeavdi
Comment[sk]=Pracovná plocha
Comment[sl]=Namizje
Comment[sr]=Радна површина
Comment[sr@Latn]=Radna površina
Comment[sv]=Skrivbord
Comment[te]=రంగస్థలం
Comment[tg]=Мизи корӣ
Comment[th]=พื้นที่หน้าจอ
Comment[tr]=Masaüstü
Comment[uk]=Стільниця
Comment[uz]=Ish stoli
Comment[uz@cyrillic]=Иш столи
Comment[vi]=Màn hình nền
Comment[wa]=Sicribanne
Comment[zh_CN]=桌面
Comment[zh_TW]=桌面

@ -0,0 +1,139 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=File
Name[af]=Lêer
Name[ar]=الملف
Name[be]=Файл
Name[bg]=Файл
Name[bn]=ফাইল
Name[br]=Restr
Name[bs]=Datoteka
Name[ca]=Fitxer
Name[cs]=Soubor
Name[csb]=Lopk
Name[cy]=Ffeil
Name[da]=Fil
Name[de]=Datei
Name[el]=Αρχείο
Name[eo]=Dosiero
Name[es]=Archivo
Name[et]=Fail
Name[eu]=Fitxategia
Name[fa]=پرونده
Name[fi]=Tiedosto
Name[fr]=Fichier
Name[fy]=Triem
Name[ga]=Comhad
Name[gl]=Ficheiro
Name[he]=קובץ
Name[hr]=Datoteka
Name[hu]=Fájl
Name[id]=Berkas
Name[is]=Skrá
Name[ja]=ファイル
Name[ka]=ფაილი
Name[kk]=Файл
Name[km]=ឯកសារ
Name[ko]=파일
Name[ku]=Pel
Name[lt]=Byla
Name[mk]=Датотека
Name[ms]=Fail
Name[nb]=Fil
Name[nds]=Datei
Name[ne]=फाइल
Name[nl]=Bestand
Name[nn]=Fil
Name[pa]=ਫਾਇਲ
Name[pl]=Plik
Name[pt]=Ficheiro
Name[pt_BR]=Arquivo
Name[ro]=Fișier
Name[ru]=Работа с файлами
Name[rw]=Idosiye
Name[se]=Fiila
Name[sk]=Súbor
Name[sl]=Datoteke
Name[sr]=Фајл
Name[sr@Latn]=Fajl
Name[sv]=Fil
Name[te]=దస్త్రం
Name[tg]=Файл
Name[th]=แฟ้ม
Name[tr]=Dosya
Name[uk]=Файл
Name[uz]=Fayl
Name[uz@cyrillic]=Файл
Name[vi]=Tập tin
Name[wa]=Fitchî
Name[zh_CN]=文件
Name[zh_TW]=檔案
Icon=kfm
Comment=File
Comment[af]=Lêer
Comment[ar]=الملف
Comment[be]=Файл
Comment[bg]=Файл
Comment[bn]=ফাইল
Comment[br]=Restr
Comment[bs]=Datoteka
Comment[ca]=Fitxer
Comment[cs]=Soubor
Comment[csb]=Lopk
Comment[cy]=Ffeil
Comment[da]=Fil
Comment[de]=Datei
Comment[el]=Αρχείο
Comment[eo]=Dosiero
Comment[es]=Archivo
Comment[et]=Fail
Comment[eu]=Fitxategia
Comment[fa]=پرونده
Comment[fi]=Tiedosto
Comment[fr]=Fichier
Comment[fy]=Triem
Comment[ga]=Comhad
Comment[gl]=Ficheiro
Comment[he]=קובץ
Comment[hr]=Datoteka
Comment[hu]=Fájl
Comment[id]=Berkas
Comment[is]=Skrá
Comment[ja]=ファイル
Comment[ka]=ფაილი
Comment[kk]=Файл
Comment[km]=ឯកសារ
Comment[ko]=글꼴 파일
Comment[ku]=Pel
Comment[lt]=Byla
Comment[mk]=Датотека
Comment[ms]=Fail
Comment[nb]=Fil
Comment[nds]=Datei
Comment[ne]=फाइल
Comment[nl]=Bestand
Comment[nn]=Fil
Comment[pa]=ਫਾਇਲ
Comment[pl]=Plik
Comment[pt]=Ficheiro
Comment[pt_BR]=Arquivo
Comment[ro]=Fișier
Comment[ru]=Работа с файлами
Comment[se]=Fiila
Comment[sk]=Súbor
Comment[sl]=Datoteke
Comment[sr]=Фајл
Comment[sr@Latn]=Fajl
Comment[sv]=Fil
Comment[te]=దస్త్రం
Comment[tg]=Файл
Comment[th]=แฟ้ม
Comment[tr]=Dosya
Comment[uk]=Файл
Comment[uz]=Fayl
Comment[uz@cyrillic]=Файл
Comment[vi]=Tập tin
Comment[wa]=Fitchî
Comment[zh_CN]=文件
Comment[zh_TW]=檔案

@ -0,0 +1,149 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Peripherals
Name[af]=Randapperatuur
Name[ar]=الأجهزة المحيطية
Name[az]=Avadanlıq
Name[be]=Перыферыя
Name[bg]=Периферия
Name[bn]=পেরিফেরাল
Name[br]=Trobarzhelloù
Name[bs]=Vanjski uređaji
Name[ca]=Perifèrics
Name[cs]=Periférie
Name[csb]=Periferëjné ùrzãdzenia
Name[cy]=Perifferolion
Name[da]=Tilkoblinger
Name[de]=Angeschlossene Geräte
Name[el]=Περιφερειακά
Name[eo]=Periferaĵoj
Name[es]=Periféricos
Name[et]=Välisseadmed
Name[eu]=Periferikoak
Name[fa]=وسایل جانبی
Name[fi]=Laitteet
Name[fo]=Úteindir
Name[fr]=Périphériques
Name[fy]=Râneapparaten
Name[ga]=Forimeallaigh
Name[gl]=Periféricos
Name[he]=ציוד היקפי
Name[hi]=सहायक पुरजे
Name[hr]=Periferni uređaji
Name[hsb]=Periferija
Name[hu]=Perifériák
Name[is]=Jaðartæki
Name[it]=Periferiche
Name[ja]=周辺機器
Name[ka]=პერიფერიული
Name[kk]=Периферия
Name[km]=គ្រឿង​កុំព្យូទ័រ
Name[ko]=주변 장치
Name[lo]=ອຸປະກອນຕໍ່ພວງ
Name[lt]=Periferija
Name[lv]=Perifērija
Name[mk]=Периферни уреди
Name[mn]=Залгаатай төхөөрөмжүүд
Name[ms]=Perkakasan
Name[mt]=Apparat
Name[nb]=Tilleggsenheter
Name[nds]=Reedschappen
Name[ne]=परिवृत्तीय
Name[nl]=Randapparaten
Name[nn]=Tilleggseiningar
Name[nso]=Ditswelantle
Name[oc]=Periferics
Name[pa]=ਸਹਾਇਕ ਜੰਤਰ
Name[pl]=Urządzenia peryferyjne
Name[pt]=Periféricos
Name[pt_BR]=Periféricos
Name[ro]=Periferice
Name[ru]=Периферия
Name[rw]=Ibyinyuma
Name[se]=Ovttadagat
Name[sk]=Periférie
Name[sl]=Strojni dodatki
Name[sr]=Периферије
Name[sr@Latn]=Periferije
Name[ss]=Ema-peripherals
Name[sv]=Kringutrustning
Name[ta]=கருவிகள்
Name[te]=పరికరాలు
Name[tg]=Дастгоҳҳои лозимӣ
Name[th]=อุปกรณ์ต่อพ่วง
Name[tr]=Çevre Birimleri
Name[tt]=Cıhazlar
Name[uk]=Периферійні пристрої
Name[uz]=Ulangan uskunalar
Name[uz@cyrillic]=Уланган ускуналар
Name[ven]=Dzipheriferala
Name[vi]=Thiết bị ngoại vi
Name[wa]=Periferikes
Name[xh]=Iilayini zomda
Name[zh_CN]=外设
Name[zh_TW]=週邊設備
Name[zu]=Imixhantela
Icon=input_devices_settings
Comment=Peripherals
Comment[af]=Randapparatuur
Comment[be]=Перыферыя
Comment[bg]=Периферия
Comment[bn]=পেরিফেরাল
Comment[br]=Trobarzhelloù
Comment[bs]=Vanjski uređaji
Comment[ca]=Perifèrics
Comment[cs]=Periférie
Comment[csb]=Periferëjné ùrzãdzenia
Comment[cy]=Perifferolion
Comment[da]=Tilkoblinger
Comment[de]=Angeschlossene Geräte
Comment[el]=Περιφερειακά
Comment[eo]=Periferaĵoj
Comment[es]=Periféricos
Comment[et]=Välisseadmed
Comment[eu]=Periferikoak
Comment[fa]=وسایل جانبی
Comment[fi]=Oheislaitteet
Comment[fr]=Périphériques
Comment[fy]=Râneapparaten
Comment[ga]=Forimeallaigh
Comment[gl]=Periféricos
Comment[he]=ציוד היקפי
Comment[hr]=Periferni uređaji
Comment[hu]=Perifériák
Comment[is]=Jaðartæki
Comment[it]=Periferiche
Comment[ja]=周辺機器
Comment[kk]=Периферия
Comment[km]=គ្រឿង​កុំព្យូទ័រ
Comment[ko]=주변 장치
Comment[mk]=Периферни уреди
Comment[ms]=Persisian
Comment[nb]=Tikoblede enheter
Comment[nds]=Reedschappen
Comment[ne]=परिवृतिय
Comment[nl]=Randapparaten
Comment[nn]=Tilleggseiningar
Comment[pa]=ਜੰਤਰ
Comment[pl]=Urządzenia peryferyjne
Comment[pt]=Periféricos
Comment[pt_BR]=Periféricos
Comment[ro]=Periferice
Comment[ru]=Периферия
Comment[sk]=Periférie
Comment[sl]=Strojni dodatki
Comment[sr]=Периферије
Comment[sr@Latn]=Periferije
Comment[sv]=Kringutrustning
Comment[te]=పరికరాలు
Comment[tg]=Дастгоҳҳои лозимӣ
Comment[th]=อุปกรณ์ต่อพ่วง
Comment[tr]=Çevre Birimleri
Comment[uk]=Периферійні
Comment[uz]=Ulangan uskunalar
Comment[uz@cyrillic]=Уланган ускуналар
Comment[vi]=Thiết bị ngoại vi
Comment[wa]=Éndjins
Comment[zh_CN]=外设
Comment[zh_TW]=週邊設備

@ -0,0 +1,45 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=PIM
Name[ar]=مدبِر المعلومات الشخصي
Name[be]=Кіраўнік персанальнай інфармацыі
Name[bn]=পি-আই-এম
Name[csb]=Priwatnô wëdowiédzô
Name[eo]=PCI
Name[he]=ניהול מידע אישי
Name[ne]=पी आई एम
Name[pl]=Informacje osobiste
Name[ro]=Manager de Informații Personale
Name[ru]=Персональная информация
Name[se]=Peršuvnnalaš diehtogieđahalli
Name[sl]=Osebni podatki
Name[sv]=Personlig information
Name[te]=పిఐఎం
Name[th]=ตัวจัดการข้อมูลส่วนตัว
Name[uk]=Керування інформацією
Name[zh_CN]=个人信息管理
Icon=korganizer
Comment=PIM
Comment[af]=Persoonlike Informasie Bestuurder
Comment[ar]=مدبر المعلومات الشخصي
Comment[be]=Кіраўнік персанальнай інфармацыі
Comment[bn]=পি-আই-এম
Comment[csb]=Sprôwianie priwatną wëdowiédzą
Comment[de]=Persönliches Informationsmanagement
Comment[eo]=PCI
Comment[fy]=Persoanlike Ynformaasje Behear
Comment[he]=ניהול מידע אישי
Comment[kk]=Дербес ақпарат менеджері
Comment[ne]=पी आई एम
Comment[nl]=Persoonlijke Informatie Management
Comment[pl]=Zarządzanie informacjami osobistymi
Comment[ro]=Manager de Informații Personale
Comment[ru]=Управление личной информацией (PIM)
Comment[se]=Peršuvnnalaš diehtogieđahalli
Comment[sl]=Osebni podatki
Comment[sv]=Personlig informationshantering
Comment[te]=పిఐఎం
Comment[th]=สำหรับจัดการข้อมูลส่วนตัว เช่น เบอร์โทรศัพท์, ที่อยู่
Comment[uk]=Керування особистою інформацією (PIM)
Comment[zh_CN]=个人信息管理

@ -0,0 +1,166 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=X-Utilities
Name[ar]=عدة X
Name[az]=X Tə'minatları
Name[be]=Службовыя праграмы X
Name[bg]=Инструменти за X
Name[bn]=এক্স-উইটিলিটি
Name[br]=Mavegoù X
Name[ca]=Utilitats de X
Name[cs]=Nástroje X
Name[csb]=X - nôrzãdza
Name[cy]=Defnyddioldebau-X
Name[da]=X-Redskaber
Name[de]=X-Dienstprogramme
Name[el]=Εργαλεία-X
Name[eo]=X-Utilaĵoj
Name[es]=Utilidades-X
Name[et]=X'i utiliidid
Name[eu]=X-tresnak
Name[fa]=برنامه‌های سودمند X
Name[fi]=X-Apuohjelmat
Name[fo]=Hentleikar til X
Name[fr]=Utilitaires X
Name[fy]=Grafyske helpprogramma's
Name[ga]=Uirlisí X
Name[gl]=Utilidades das X
Name[he]=כלי X
Name[hi]=एक्स-यूटिलिटीज़
Name[hr]=X-alati
Name[hsb]=Pomocniki za X
Name[hu]=X segédprogramok
Name[is]=X Tól
Name[it]=Programmi di X
Name[ja]=X-ユーティリティ
Name[ka]= X-ხელსაწყოები
Name[kk]=X-утилиталар
Name[km]=ឧបករណ៍-X
Name[ko]=X 유틸리티
Name[lo]=ໃຊ້ປະໂຫຍດ์ X
Name[lt]=X pagalbininkai
Name[lv]=X Utilītas
Name[mk]=X-алатки
Name[mn]=X-Хэрэгслүүд
Name[ms]=Utiliti X
Name[mt]=Utilitajiet tal-X
Name[nb]=X-verktøy
Name[nds]=X-Warktüüch
Name[ne]=X-युटिलिटी
Name[nl]=Grafische hulpprogramma's
Name[nn]=X-verktøy
Name[nso]=X-Didiriswa
Name[pa]=X-ਸਹੂਲਤ
Name[pl]=Narzędzia dla X
Name[pt]=Utilitários do X
Name[pt_BR]=Utilitários X
Name[ro]=Utilitare X
Name[ru]=Утилиты X
Name[rw]=X-Nkemurabibazo
Name[se]=X-reaiddut
Name[sk]=Nastroje pre X
Name[sl]=Potrebščine za X
Name[sr]=X-алати
Name[sr@Latn]=X-alati
Name[ss]=Kwekusetjentiswa-X
Name[sv]=X-verktyg
Name[ta]=X-கருவிகள்
Name[te]=ఎక్స్-సౌలభ్యాలు
Name[tg]=Лавозимотҳои X
Name[th]=โปรแกรมอรรถประโยชน์ X
Name[tr]=X Yardımcı Programları
Name[tt]=X-Faydalıq
Name[uk]=Утиліти X Window
Name[uz]=X uchun vositalar
Name[uz@cyrillic]=X учун воситалар
Name[ven]=Zwishumiswa-X
Name[vi]=Tiện ích X
Name[wa]=Usteyes X
Name[xh]=Izinto eziluncedo ze-X
Name[zh_CN]=X 实用工具
Name[zh_TW]=X-實用工具
Name[zu]=Izisebenzi ze-X
Icon=xapp
Comment=X Window Utilities
Comment[af]=X Window Nutsprogramme
Comment[ar]=عدة نوافذ X
Comment[az]=X Window Tə'minatları
Comment[be]=Службовыя праграмы X Window
Comment[bg]=Помощни програми за сървъра X
Comment[bn]=এক্স উইণ্ডো সিস্টেম সম্বন্ধিত নানা প্রোগ্রাম
Comment[br]=Mavegoù X Window
Comment[bs]=Korisni X Window programi
Comment[ca]=Utilitats de X Window System
Comment[cs]=Nástroje X Window
Comment[csb]=Nôrzãdza dlô systemë X Window
Comment[cy]=Defnyddioldebau Ffenestr X
Comment[da]=X-Window redskaber
Comment[de]=X-Window-Dienstprogramme
Comment[el]=Εργαλεία των X Windows
Comment[eo]=Utilaĵoj por la X-Fenestrosistemo
Comment[es]=Utilidades X Window
Comment[et]=X Window utiliidid
Comment[eu]=X Window tresnak
Comment[fa]=برنامه‌های سودمند پنجرۀ X
Comment[fi]=X Window -apuohjelmat
Comment[fo]=Hentleikar til X
Comment[fr]=Utilitaires X-Window
Comment[fy]=X Window-helpprogramma's
Comment[ga]=Uirlisí Fuinneoga X
Comment[gl]=Utilidades das X Window
Comment[he]=כלים של X Window
Comment[hi]=एक्स विंडो यूटिलिटीज़
Comment[hr]=Alati X prozora
Comment[hsb]=Pomocne programy za X11
Comment[hu]=X Window segédprogramok
Comment[is]=X gluggatól
Comment[it]=Programmi di X Window
Comment[ja]=X ウィンドウユーティリティ
Comment[ka]=X Windowს ხელსაწყოები
Comment[kk]=X Window утилиталары
Comment[km]=ឧបករណ៍ X Window
Comment[ko]=X 윈도 유틸리티
Comment[lo]=ໂປຣແກຣມໃຊ້ໂຫຍດຂອງ X
Comment[lt]=X Window pagalbininkai
Comment[lv]=X logu utilītas
Comment[mk]=Алатки за X Window
Comment[mn]=X-Виндов-хэрэгсэл програмууд
Comment[ms]=Utiliti Tetingkap X
Comment[mt]=Utilitajiet tal-XWindows
Comment[nb]=Verktøy for X-window
Comment[nds]=Hülpprogrammen för X-Finstern
Comment[ne]=X सञ्झ्याल युटिलिटी
Comment[nl]=X Window-hulpprogramma's
Comment[nn]=X Window-verktøy
Comment[nso]=Didiriswa tsa X Window
Comment[pa]=X Window ਸਹੂਲਤਾਂ
Comment[pl]=Narzędzia dla systemu XWindow
Comment[pt]=Utilitários do X Window
Comment[pt_BR]=Utilitários do X Window
Comment[ro]=Utilitare X Window
Comment[ru]=Утилиты X Window
Comment[rw]=Nkemurabibazo Idirishya X
Comment[se]=X Window-reaiddut
Comment[sk]=Nástroje pre X Window
Comment[sl]=Potrebščine za X Window
Comment[sr]=X Window алати
Comment[sr@Latn]=X Window alati
Comment[ss]=X kwekusetjentiswa kweliwindi
Comment[sv]=X-window-verktyg
Comment[ta]=X-சாளர கருவிகள்
Comment[te]=ఎక్స్ విండో సౌలభ్యాలు
Comment[tg]=Лавозимотҳои Х Window
Comment[th]=โปรแกรมอรรถประโยชน์ของ X
Comment[tr]=X Yardımcı Programları
Comment[tt]=X Window Faydalığı
Comment[uk]=Утиліти системи X Window
Comment[uz]=X Windows vositalari
Comment[uz@cyrillic]=X Windows воситалари
Comment[ven]=Zwishumiswa zwa X window
Comment[vi]=Các tiện ích của X window
Comment[wa]=Usteyes pol sistinme grafike X11
Comment[xh]=X Windows Izinto eziluncedo
Comment[zh_CN]=X Window 实用工具
Comment[zh_TW]=X 視窗實用工具
Comment[zu]=Izisebenzi ze-X Window

@ -0,0 +1,170 @@
[Desktop Entry]
Encoding=UTF-8
Type=Directory
Name=Utilities
Name[af]=Nutsprogramme
Name[ar]=عدة التشغيل
Name[az]=Tə'minatlar
Name[be]=Службовыя праграмы
Name[bg]=Инструменти
Name[bn]=আনুষঙ্গিক
Name[br]=Mavegoù
Name[bs]=Korisni programi
Name[ca]=Utilitats
Name[cs]=Nástroje
Name[csb]=Nôrzãdza
Name[cy]=Defnyddioldebau
Name[da]=Redskaber
Name[de]=Dienstprogramme
Name[el]=Εργαλεία
Name[eo]=Utilaĵoj
Name[es]=Utilidades
Name[et]=Utiliidid
Name[eu]=Tresnak
Name[fa]=برنامه‌های سودمند
Name[fi]=Apuohjelmat
Name[fo]=Hentleikar
Name[fr]=Utilitaires
Name[fy]=Helpmiddelen
Name[ga]=Uirlisí
Name[gl]=Utilidades
Name[he]=כלים
Name[hi]=यूटिलिटीज़
Name[hr]=Alati
Name[hsb]=Pomocniki
Name[hu]=Segédprogramok
Name[is]=Nytjatól
Name[it]=Accessori
Name[ja]=ユーティリティ
Name[ka]=ხელსაწყოები
Name[kk]=Утилиталары
Name[km]=ឧបករណ៍
Name[ko]=유틸리티
Name[lo]=ໃຊ້ປະໂຫຍດ
Name[lt]=Pagalbininkai
Name[lv]=Utilītas
Name[mk]=Алатки
Name[mn]=Хэрэгсэл програмууд
Name[ms]=Utiliti
Name[mt]=Utilitajiet
Name[nb]=Verktøy
Name[nds]=Warktüüch
Name[ne]=युटिलिटी
Name[nl]=Hulpmiddelen
Name[nn]=Verktøy
Name[nso]=Didiriswa
Name[oc]=Utilitats
Name[pa]=ਸਹੂਲਤ
Name[pl]=Narzędzia
Name[pt]=Utilitários
Name[pt_BR]=Utilitários
Name[ro]=Utilitare
Name[ru]=Служебные
Name[rw]=Nkemurabibazo
Name[se]=Reaiddut
Name[sk]=Nástroje
Name[sl]=Potrebščine
Name[sr]=Алати
Name[sr@Latn]=Alati
Name[ss]=Kwekusetjentiswa
Name[sv]=Verktyg
Name[ta]=கருவிகள்
Name[te]=సౌలభ్యాలు
Name[tg]=Лавозимот
Name[th]=โปรแกรมอรรถประโยชน์
Name[tr]=Yardımcı Programlar
Name[tt]=Faydalıq
Name[uk]=Утиліти
Name[uz]=Vositalar
Name[uz@cyrillic]=Воситалар
Name[ven]=Zwishumiswa
Name[vi]=Các tiện ích
Name[wa]=Usteyes
Name[xh]=Izinto eziluncedo
Name[zh_CN]=实用工具
Name[zh_TW]=實用工具
Name[zu]=Izisebenzi
Icon=package_utilities
Comment=Utilities
Comment[af]=Nutsprogramme
Comment[ar]=عدّة التشغيل
Comment[az]=Tə'minatlar
Comment[be]=Службовыя праграмы
Comment[bg]=Помощни програми
Comment[bn]=প্রায়শই কাজে লাগে এমন কিছু প্রোগ্রাম
Comment[br]=Mavegoù
Comment[bs]=Korisni programi
Comment[ca]=Utilitats
Comment[cs]=Nástroje
Comment[csb]=Nôrzãdza
Comment[cy]= Defnyddioldebau
Comment[da]=Redskaber
Comment[de]=Dienstprogramme
Comment[el]=Εργαλεία
Comment[eo]=Utilaĵoj
Comment[es]=Utilidades
Comment[et]=Utiliidid
Comment[eu]=Tresnak
Comment[fa]=برنامه‌های سودمند
Comment[fi]=Apuohjelmat
Comment[fo]=Hentleikar
Comment[fr]=Utilitaires
Comment[fy]=Helpmiddelen
Comment[ga]=Uirlisí
Comment[gl]=Utilidades
Comment[he]=כלים
Comment[hi]=यूटिलिटीज़
Comment[hr]=Alati
Comment[hsb]=Pomocne programy
Comment[hu]=Segédprogramok
Comment[is]=Ýmis nytsamleg áhöld
Comment[it]=Accessori
Comment[ja]=ユーティリティ
Comment[ka]=ხელსაწყოები
Comment[kk]=Утилиталары
Comment[km]=ឧបករណ៍
Comment[ko]=유틸리티
Comment[lo]=ໂປຣແກຣມໃຊ້ໃຫ້ເປັນປະໂຫຍດ
Comment[lt]=Pagalbininkai
Comment[lv]=Utilītas
Comment[mk]=Алатки
Comment[mn]=Хэрэгсэл програмууд
Comment[ms]=Utiliti
Comment[mt]=Utilitajiet
Comment[nb]=Verktøy
Comment[nds]=Hülpprogrammen
Comment[ne]=युटिलिटी
Comment[nl]=Hulpmiddelen
Comment[nn]=Verktøy
Comment[nso]=Didiriswa
Comment[oc]=Utilitats
Comment[pa]=ਸਹੂਲਤ
Comment[pl]=Narzędzia
Comment[pt]=Utilitários
Comment[pt_BR]=Utilitários
Comment[ro]=Utilitare
Comment[ru]=Различные утилиты
Comment[rw]=Nkemurabibazo
Comment[se]=Reaiddut
Comment[sk]=Nástroje
Comment[sl]=Potrebščine
Comment[sr]=Алати
Comment[sr@Latn]=Alati
Comment[ss]=Kwekusetjentiswa
Comment[sv]=Verktyg
Comment[ta]=கருவிகள்
Comment[te]=సౌలభ్యాలు
Comment[tg]=Лавозимоти гуногун
Comment[th]=โปรแกรมอรรถประโยชน์
Comment[tr]=Yardımcı Programlar
Comment[tt]=Faydalıqlar
Comment[uk]=Утиліти
Comment[uz]=Vositalar
Comment[uz@cyrillic]=Воситалар
Comment[ven]=Zwishumiswa
Comment[vi]=Các tiện ích
Comment[wa]=Usteyes
Comment[xh]=Izinto eziluncedo
Comment[zh_CN]=实用工具
Comment[zh_TW]=實用工具
Comment[zu]=Izisebenzi

@ -0,0 +1,4 @@
kgamma.desktop
randr.desktop
xinerama.desktop
energy.desktop

@ -0,0 +1,25 @@
dnl put here things which have to be done as very last part of configure
if test "d58a0606ed616820de291d594602665d" '!=' `echo fnord | $MD5SUM | cut -d ' ' $MD5SUM_CUT` ; then
echo ""
echo "Your md5 program ( $MD5SUM | cut -d ' ' $MD5SUM_CUT ) produces broken output."
echo "The fish:// IOSlave may not function correctly."
echo ""
fi
if test "$EXRSTATUS" = "no"; then
echo ""
echo "No OpenEXR Libraries were found"
echo "Install the OpenEXR package (from http://www.openexr.org)"
echo "if you want EXR image format support"
echo ""
fi
if test "$EXRSTATUS" = "old"; then
echo ""
echo "OpenEXR libraries were found, but at least version 1.1.0 is required"
echo "Install a newer OpenEXR package (from http://www.openexr.org)"
echo "if you want EXR image format support"
echo ""
fi

@ -0,0 +1,276 @@
#MIN_CONFIG
KDE_ENABLE_HIDDEN_VISIBILITY
dnl PAM, shadow passwords, libcrypt
KDE_PASSWDLIBS
DEF_PAM_SERVICE(kdm, kdm, KDM)
DEF_PAM_SERVICE(kcp, kcheckpass, KCHECKPASS)
DEF_PAM_SERVICE(kss, kscreensaver, KSCREENSAVER)
dnl Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_CHECK_HEADERS(sys/time.h crypt.h \
sys/select.h sys/ioctl.h sys/stropts.h stropts.h termio.h termios.h sys/termios.h \
lastlog.h sys/socket.h sys/sockio.h \
sys/m_wait.h ncurses.h paths.h login_cap.h syslog.h \
sys/wait.h sys/ucred.h sys/mount.h floatingpoint.h fstab.h mntent.h \
Alib.h libutil.h util.h time.h limits.h vfork.h string.h float.h \
math.h nan.h ieeefp.h
)
AC_CHECK_HEADER(pty.h)
AC_CHECK_FUNC(ptsname,,)
dnl Checks for Alib on HP-UX (added by deller, Apr 29 1999)
AC_CHECK_LIB(Alib, main, [LIBALIB="-lAlib"]) dnl HP-UX network audio server
AC_SUBST(LIBALIB)
dnl Checks for RPC functions
AC_CHECK_FUNC(clnttcp_create, , [
AC_CHECK_LIB(nsl, clnttcp_create, [LIBRPC="-lnsl"])])
AC_SUBST(LIBRPC)
dnl Check for ossaudio on NetBSD
AC_CHECK_LIB(ossaudio, main, [LIBOSSAUDIO="-lossaudio"])
AC_SUBST(LIBOSSAUDIO)
dnl Check for AIX stuff
AC_CHECK_LIB(cfg, main, [LIBCFG="-lcfg"]) dnl for AIX
AC_SUBST(LIBCFG)
AC_CHECK_LIB(odm, main, [LIBODM="-lodm"]) dnl for AIX
AC_SUBST(LIBODM)
dnl SMB checks moved to their own configure.in.in
kde_have_setupterm=yes
AC_CHECK_LIB(curses, setupterm, [LIBCURSES=-lcurses],
AC_CHECK_LIB(ncurses, setupterm, [LIBCURSES=-lncurses],
AC_CHECK_LIB(mytinfo, setupterm, [LIBCURSES=-lmytinfo],
kde_have_setupterm=no)))
AC_SUBST(LIBCURSES)
if test "$kde_have_setupterm" = "yes"; then
AC_DEFINE_UNQUOTED(HAVE_SETUPTERM, 1, [Define if you have setupterm in -l(n)curses])
fi
AC_CHECK_FUNC(res_init, ,
AC_CHECK_LIB(resolv, res_init, [LIBRESOLV="-lresolv"], , $LIBSOCKET)) dnl for Sun
AC_SUBST(LIBRESOLV)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_LANG_CPLUSPLUS
AC_HEADER_TIME
dnl check if the compiler has bool
AC_CHECK_BOOL
AC_LANG_C
AC_C_LONG_DOUBLE
AC_TYPE_GETGROUPS
dnl for libsmb
AC_CHECK_SIZEOF(char,1)
AC_CHECK_SIZEOF(short,2)
AC_CHECK_SIZEOF(int,4)
AC_CHECK_SIZEOF(long,4)
AC_C_BIGENDIAN
AC_CHECK_FUNCS(socket powl sqrtl strdup getdtablesize setpgid nice seteuid vsyslog initgroups setgroups getgroups grantpt pw_encrypt setpriority getpt unlockpt ptsname waitpid getpassphrase)
AC_CHECK_MKSTEMPS
AC_CHECK_SETENV
AC_CHECK_UNSETENV
AC_CHECK_GETDOMAINNAME
AC_CHECK_GETHOSTNAME
AC_CHECK_USLEEP
AC_CHECK_RANDOM
AC_CHECK_S_ISSOCK
AC_CHECK_KDEMAXPATHLEN
AC_MSG_CHECKING([if it's safe to enable UTMP])
case "$host_os" in
linux*) utmp_support=yes;
;;
freebsd*) utmp_support=yes;
;;
kfreebsd*-gnu) utmp_support=yes;
;;
*) utmp_support=no;
esac
AC_MSG_RESULT($utmp_support)
if test "$utmp_support" = yes; then
AC_DEFINE_UNQUOTED(UTMP_SUPPORT, 1, [Define if you want to use utmp entries])
fi
AC_CHECK_UTMP_FILE
dnl Checks for Solaris' libkstat
kde_have_kstat=yes
AC_CHECK_LIB(kstat, kstat_open, [LIBKSTAT=-lkstat], kde_have_kstat=no)
AC_SUBST(LIBKSTAT)
if test "$kde_have_kstat" = "yes"; then
AC_DEFINE(HAVE_KSTAT, 1, [Defines if you have Solaris' libkstat])
fi
dnl Checks for libdevinfo (Solaris 7 and later)
dnl since the library is available on earlier Solaris releases (but
dnl with a completely different and undocumented interface),
dnl we have to verfy that the required header is present as well
AC_CHECK_HEADER(libdevinfo.h,
kde_have_libdevinfo_h=yes,
kde_have_libdevinfo_h=no)
if test "$kde_have_libdevinfo_h" = "yes"; then
kde_have_libdevinfo_lib=yes
AC_CHECK_LIB(devinfo, di_init, [LIBDEVINFO=-ldevinfo], kde_have_libdevinfo_lib=no)
if test "$kde_have_libdevinfo_lib" = "yes"; then
AC_DEFINE(HAVE_LIBDEVINFO_H, 1, [Defines if you have libdevinfo of Solaris 7 or later])
AC_SUBST(LIBDEVINFO)
fi
fi
dnl check for java
KDE_CHECK_JAVA_DIR
dnl check for an md5sum implementation. the GNU versions
dnl produce different output from the FreeBSD / Solaris
dnl versions, so MD5SUM_CUT shows how to retrieve the
dnl checksum from the output.
MD5SUM_CUT="-f 1"
AC_PATH_PROGS(MD5SUM, [md5sum gmd5sum], [])
if test -z "$MD5SUM" ; then
AC_PATH_PROG(MD5SUM, [md5], [])
if test -z "$MD5SUM" ; then
AC_PATH_PROG(MD5SUM, [md5], [], [/sbin])
fi
if test -z "$MD5SUM" ; then
AC_MSG_WARN([No md5sum, gmd5sum, or md5 was found. The fish IOSlave cannot be compiled.])
# Will fail anyway, but in a better way than a blank command.
MD5SUM="md5sum"
MD5SUM_CUT="-f 1"
else
MD5SUM_CUT="-f 4"
fi
fi
AC_SUBST(MD5SUM_CUT)
dnl ----- Checks for X11 extensions -----
ac_save_ldflags="$LDFLAGS"
LDFLAGS="$X_LDFLAGS"
dnl --- XTEST check
XTESTLIB=
KDE_CHECK_HEADER(X11/extensions/XTest.h,
[AC_CHECK_LIB( Xtst, XTestFakeKeyEvent,
[AC_DEFINE(HAVE_XTEST, 1, [Define if you have the XTest extension])
XTESTLIB=-lXtst],
, [ $X_PRE_LIBS -lXext -lX11 $X_EXTRA_LIBS ])
])
AC_SUBST(XTESTLIB)
dnl --- XKB check
KDE_CHECK_HEADER(X11/XKBlib.h,
[AC_CHECK_LIB( X11, XkbLockModifiers,
[AC_DEFINE(HAVE_XKB, 1, [Define if you have the XKB extension])],
, [ $X_PRE_LIBS -lXext -lX11 $X_EXTRA_LIBS ])
AC_CHECK_LIB( X11, XkbSetPerClientControls,
[AC_DEFINE(HAVE_XKBSETPERCLIENTCONTROLS, 1, [Define if you have XkbSetPerClientControls])],
, [ $X_PRE_LIBS -lXext -lX11 $X_EXTRA_LIBS ])
], [], [#include <X11/Xlib.h>])
dnl --- Xcursor check (not technically an extension)
KDE_CHECK_HEADERS(X11/Xcursor/Xcursor.h,
[KDE_CHECK_LIB(Xcursor, XcursorSupportsARGB, [
LIB_XCURSOR=-lXcursor
AC_DEFINE_UNQUOTED(HAVE_XCURSOR, 1, [Define to 1 if you have Xcursor])
], [ LIB_XCURSOR= ], [ $X_PRE_LIBS -lX11 $X_EXTRA_LIBS ])],
[ LIB_XCURSOR= ], [#include <X11/Xlib.h>])
AC_SUBST(LIB_XCURSOR)
AM_CONDITIONAL(have_xcursor, test "$LIB_XCURSOR" = -lXcursor)
dnl XRender check
KDE_CHECK_HEADER(X11/extensions/Xrender.h, [xrender_h=yes], [xrender_h=no])
if test "$xrender_h" = yes; then
KDE_CHECK_LIB(Xrender, XRenderComposite, [
LIB_XRENDER=-lXrender
AC_DEFINE_UNQUOTED(HAVE_XRENDER, 1, [Defined if your system has XRender support])
], [], -lXext -lX11 $X_EXTRA_LIBS)
else
LIB_XRENDER=
fi
AC_SUBST(LIB_XRENDER)
LDFLAGS="$ac_save_ldflags"
dnl ----- end of X11 extension checks -----
CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
KDE_INIT_DOXYGEN([KDE base API Reference], [Version $VERSION])
dnl Ok, kdebase has _sooo_ many Makefiles, that the check for uniqueness
dnl of those filenames in the list of the files (done by autoconf macros
dnl itself) is taking more that nine minutes (!). For kdebase only we take
dnl out that test. (matz@kde.org)
m4_define([_AC_CONFIG_UNIQUE], [])dnl
AH_VERBATIM(_osf_stuff, [
#if !defined(HAVE_SETEUID)
#define seteuid(_eu) setresuid(-1, _eu, -1)
#endif
])
AH_VERBATIM(_broken_xkb, [
#if defined(__osf__) || defined(__APPLE__)
#define AVOID_XKB /* for konsole to avoid XKB and XTEST */
#endif
])
dnl this is for kdm and kcontrol
KDE_EXPAND_MAKEVAR(KDE_CONFDIR, kde_confdir)
AC_DEFINE_UNQUOTED(KDE_CONFDIR, "$KDE_CONFDIR", [KDE's configuration directory])
KDE_EXPAND_MAKEVAR(KDE_DATADIR, kde_datadir)
AC_DEFINE_UNQUOTED(KDE_DATADIR, "$KDE_DATADIR", [KDE's static data directory])
KDE_EXPAND_MAKEVAR(KDE_BINDIR, kde_bindir)
AC_DEFINE_UNQUOTED(KDE_BINDIR, "$KDE_BINDIR", [KDE's binaries directory])
AC_SUBST(KDE_BINDIR)
dnl libart is used by kdm, kcontrol and thumbnails code in kioslaves
KDE_FIND_PATH(libart2-config, LIBART_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin], [
AC_MSG_WARN([Could not find libart anywhere, check http://www.levien.com/libart/])
])
if test -n "$LIBART_CONFIG"; then
vers=`$LIBART_CONFIG --version 2>/dev/null | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
if test -n "$vers" && test "$vers" -ge 2003008
then
LIBART_LIBS="`$LIBART_CONFIG --libs`"
LIBART_RPATH=
for args in $LIBART_LIBS; do
case $args in
-L*)
LIBART_RPATH="$LIBART_RPATH $args"
;;
esac
done
LIBART_RPATH=`echo $LIBART_RPATH | sed -e "s/-L/-R/g"`
LIBART_CFLAGS="`$LIBART_CONFIG --cflags`"
AC_DEFINE_UNQUOTED(HAVE_LIBART, 1, [Defines if your system has the libart library])
else
AC_MSG_WARN([You need at least libart 2.3.8])
fi
fi
AC_SUBST(LIBART_LIBS)
AC_SUBST(LIBART_CFLAGS)
AC_SUBST(LIBART_RPATH)
AC_ARG_WITH([composite],
AC_HELP_STRING([--without-composite], [Disable Xcomposite support (default: check)]) )

@ -0,0 +1,5 @@
KDE_LANG = en
KDE_DOCS = AUTO
SUBDIRS = $(AUTODIRS)

@ -0,0 +1,4 @@
KDE_LANG = en
KDE_DOCS = khelpcenter/faq

@ -0,0 +1,35 @@
TODO:
- Cull any questions that are specific to KDE =< 3.4
- Look into reorganising sections to make finding things much easier.
I'm keeping this in here for the amusement factor. Every time I look at it I rememeber that while I'm not a very good FAQ maintainer, physos wasn't much better ;)
Last modified by physos 2002-12-27
Before 3.2 release
_________________________________________________
- Split up the monolith docbook (done)
- Get rid of 1.1.2 stuff (confusion)
- check if things are still working
* compile tutorials for the various OS's
* workarounds still needed?
* workarounds still working?
* answers are still valid?
* easier solutions?
- complete revision ?
- New structure ?
- Find maintiners for single parts
- what needs to be added ?
[22:15:47] <lauri> 1: move the faq (and other kdebase docs) up to kdebase/doc/<subdir>
so that docs.kde.org will pick them up and generate them
[22:16:05] <lauri> then remove the copies on www.kde.org, put in redirects to the new
location, and have one, autogenerated and searchable copy all the time
[22:16:17] <physos> sounds nice
[22:16:24] <physos> will look into it

@ -0,0 +1,72 @@
<!--
<?xml version="1.0" ?>
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd">
-->
<chapter id="about">
<title>About this <acronym>FAQ</acronym></title>
<qandaset>
<qandaentry>
<question>
<para>What can I do to help out with this <acronym>FAQ</acronym>?</para>
</question>
<answer>
<para>First, send us any errors that you may find. Also, any
suggestions that you might have, are appreciated. Better yet, send us
everything that you think is unclear, and if possible, send us what
you think would be a clearer solution. The email address of the current maintainer is <email>jhall@kde.org</email>.
</para>
<para>Second, send us your solutions of those frequently-asked
questions which are still not in this <acronym>FAQ</acronym>. We will
put them in as soon as possible.</para>
<para>Last but not least, please make full use of this
<acronym>FAQ</acronym>. Read this <acronym>FAQ</acronym> (and other
relevant documentation) well before asking questions on the various
&kde; mailing lists or newsgroups.</para>
<note><para> You might also want to consider becoming a
<acronym>FAQ</acronym> maintainer. Please refer to <xref
linkend="FAQ-maintainer-HOWTO"/> for more details. </para></note>
</answer>
</qandaentry>
<qandaentry>
<question id="FAQ-maintainer-HOWTO">
<para>How do I become a <acronym>FAQ</acronym> maintainer?</para>
</question>
<answer>
<para>Actually, it is very easy to become an <acronym>FAQ</acronym>
maintainer, and we are always in need of fresh blood. :-) Just send
us an email at <email>kde-doc-english@kde.org</email>.
</para>
</answer>
</qandaentry>
</qandaset>
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: xml
sgml-omittag:nil
sgml-shorttag:nil
sgml-namecase-general:nil
sgml-general-insert-case:lower
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:0
sgml-indent-data:true
sgml-parent-document:("index.docbook" "book" "chapter")
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->

@ -0,0 +1,250 @@
<!--
<?xml version="1.0" ?>
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd">
-->
<chapter id="configure">
<title>Configuring &kde;</title>
<qandaset>
<qandaentry>
<question>
<para>How do I set the language used by &kde;?</para>
</question>
<answer>
<para>There are two ways to set the language &kde; uses in the
messages it will display:</para>
<variablelist>
<varlistentry><term>Using the <application>&kde; Control Center</application></term>
<listitem><para>Fire up the <application>&kde; Control Center</application> and select
<guimenu>Regional &amp; Accessibility</guimenu> followed by
<guimenuitem>Country/Region &amp; Language</guimenuitem>. You can select your language and location
here. If &kde; cannot find a translation in the first language
chosen, it will fall back on the default language. This is usually
(American) English by default.</para>
<note><para>Using the <application>&kde; Control Center</application> is the preferred way of choosing
languages in &kde;.</para></note></listitem>
</varlistentry>
<varlistentry><term>Using the <envar>LANG</envar> environment variable</term>
<listitem><para>The second method uses the standard locale setting on
your system. To change the language, simply set the environment
variable <envar>LANG</envar> accordingly. For example, if your shell
is <application>bash</application>, execute
<userinput><command>export</command> <envar>LANG</envar>=de</userinput>
to set German as the language used.</para></listitem>
</varlistentry>
</variablelist>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>Is there any keyboard switcher for international keyboards for
&kde;?</para>
</question>
<answer>
<para>
Yes, you can configure it using the <application>&kde; Control Center</application>
<guimenu>Regional &amp; Accessibility</guimenu>
<guimenuitem>Keyboard Layout</guimenuitem>
configuration page.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>How do I replace the standard text login screen with the
&kde; login screen?</para>
</question>
<answer>
<note><para>Your distribution/&UNIX; flavor may have its own setup tools to
change this (&eg; <application>YaST</application> on &SuSE; &Linux;). This will
be the safest way to enable the &kde; login screen. However, if for some reason
you do not wish to use these tools, the following instructions may be useful.</para></note>
<para>First, you need to change to the <quote>xdm runlevel</quote> (runlevel 5 on
&RedHat; and &SuSE; systems) by editing your
<filename>/etc/inittab</filename> file. In the file, you should have
a line saying <userinput>id:3:initdefault:</userinput>. Change it to
<userinput>id:5:initdefault:</userinput>. Now, at the end of the file,
comment out the following line:
<literal>x:5:respawn:/usr/bin/X11/xdm -nodaemon</literal> and
replace it with
<userinput>x:5:respawn:<replaceable>/opt/kde/</replaceable>bin/kdm
-nodaemon</userinput>.
<note><para>The location of &kdm; may differ on your
system.</para></note></para>
<para>For changes to take effect immediately, type <command>init
5</command> (for &RedHat; systems) at the shell prompt.
<caution><para>It is risky to initiate a graphical login without
checking beforehand whether it works. If it fails to work, you would
be in for a hard time getting back....</para></caution></para>
</answer>
<answer>
<para>
For FreeBSD, you should edit the file <filename>/etc/ttys</filename>
and change one of the lines that look like
<programlisting>ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure</programlisting>
to instead say <userinput>ttyv8 "/usr/local/bin/kdm -nodaemon" xterm
off secure</userinput>.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>I would like to click the &LMB; anywhere on the
desktop and have the <guimenu>K</guimenu> menu displayed.</para>
</question>
<answer>
<para>Open the <application>&kde; Control Center</application> and
choose <menuchoice><guisubmenu>Desktop</guisubmenu>
<guisubmenu>Behavior</guisubmenu></menuchoice>. You
can now choose the behavior of mouse clicks on the desktop. To have
the <guimenu>K</guimenu> menu open from a single &LMB; click, change
the entry labeled <guilabel>Left button</guilabel> to say
<guilabel>Application Menu</guilabel>.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>Where do I find information regarding &kde; themes?</para>
</question>
<answer>
<para>Go to <ulink
url="http://kde.themes.org/">http://kde.themes.org/</ulink> or <ulink
url="http://www.kde-look.org">http://www.kde-look.org</ulink>.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>How do I change &MIME; Types?</para>
</question>
<answer>
<para>If you are using &konqueror;, do this instead: first, open a
&konqueror; window and choose
<menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure
Konqueror</guimenuitem></menuchoice>, then <guilabel>File Associations</guilabel>. Find the type you want to change
(&eg; <literal>text/english</literal> or
<literal>image/gif</literal>), and set the application preference order
to whatever you want.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>&kde; (&kdm;) does not read my
<filename>.bash_profile</filename>!</para>
</question>
<answer>
<para>The login managers<application>xdm</application> and &kdm; do
not run a login shell, so <filename>.profile</filename>,
<filename>.bash_profile</filename>, &etc; are not
sourced. When the user logs in, <application>xdm</application> runs
<command>Xstartup</command> as root and then
<command>Xsession</command> as user. So the normal practice is to add
statements in <filename>Xsession</filename> to source the user
profile. Please edit your <filename>Xsession</filename> and
<filename>.xsession</filename> files.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>How do I use &TrueType; fonts in &kde;?</para>
</question>
<answer>
<para>You need to install &TrueType; font support into your &X-Window; configuration.
Please take a look at <ulink
url="http://x.themes.org/">x.themes.org</ulink> for the fonts, and
<ulink url="http://www.dcs.ed.ac.uk/home/jec/programs/xfsft/">xfsft:
&TrueType; Font Support For X11</ulink> or <ulink
url="http://X-TT.dsl.gr.jp/">X-&TrueType; Server Project Home
Page</ulink> for the font servers.</para>
<para>If you have a bunch of &TrueType; fonts from &Microsoft;
&Windows;, edit the <filename>XF86Config</filename> file to get the
fonts from the font folder. Then just tell &kde; to use these new
fonts with the font administrator utility.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>Is it possible to enter, show and work with the Euro Symbol in
&kde;?</para>
</question>
<answer>
<para>Yes and no. For details, look here: <ulink
url="http://www.koffice.org/kword/euro.php">http://www.koffice.org/kword/euro.php</ulink>.</para>
</answer>
</qandaentry>
<qandaentry>
<question><para>How do I run a program at &kde; startup?</para></question>
<answer><para>There are many ways to do that. If what you want to do
is to run some scripts that would set some environment variables (for
example, to start <command>gpg-agent</command>, <command>ssh-agent</command> and others), you can put
these scripts into <filename class="directory">$<envar>KDEHOME</envar>/env/</filename> and make sure their names end in
<literal role="extension">.sh</literal>. $<envar>KDEHOME</envar> is
usually a folder named <filename class="directory">.kde</filename>
(note the period at the beginning) in your home
folder. If you want scripts to be executed for all &kde; users, you can
put them under <filename class="directory">$<envar>KDEDIR</envar>/env/</filename>, where $<envar>KDEDIR</envar> is the prefix &kde; was
installed to (you can find this out using the command
<userinput><command>kde-config</command> --prefix</userinput>).</para>
<para>If you wish to start a program after &kde; has started, you may want to use the
<filename class="directory">Autostart</filename> folder. To add
entries to the <filename class="directory">Autostart</filename> folder:
<orderedlist>
<listitem><para>Open &konqueror;.</para>
</listitem>
<listitem><para>Select <menuchoice><guimenu>Go</guimenu><guimenuitem>Autostart</guimenuitem>
</menuchoice> from the menubar.</para>
</listitem>
<listitem><para>Right-click in the window view area and select <menuchoice><guisubmenu>Create New</guisubmenu><guisubmenu>File</guisubmenu><guimenuitem>Link to
Application</guimenuitem>
</menuchoice></para>
</listitem>
<listitem><para>Click on the <guilabel>Application</guilabel> tab in
the window that appears and enter the name of the command to run in
the <guilabel>Command</guilabel> text box.</para>
</listitem>
</orderedlist>
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>How can I allow more than one user to be logged in a at a time? Can &kde; do <quote>fast user switching</quote>?</para>
</question>
<answer>
<para>To enable more than one user to log in at one time on the same
computer (sometimes referred to as <quote>fast user switching</quote>) you
need to tell the program that logs you in that it can use more than one
session (or, in &X-Window; terms, <quote>display</quote>) at a time.</para>
<para>In &kde;, this program is called &kdm; which stands for <quote>&kde;
Display Manager</quote>. If you are not using &kdm; as your login screen
then you will need to consult the documentation for the software you are using on how to
accomplish multiple sessions.</para>
<para>By default, this will be configured at installation time automatically
if &kdm; supports virtual terminals on your system (currently Linux only).
If it was not configured automatically, consult the &kdm; manual, section
<ulink url="help:/kdm/kdmrc-xservers">Specifying permanent &X-Server;s</ulink>.
After modifying kdmrc, you will have to let &kdm; know about it; just
invoke <command>killall -HUP kdm</command>.</para>
</answer>
</qandaentry>
</qandaset>
</chapter>

@ -0,0 +1,164 @@
<!--
<?xml version="1.0" ?>
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd">
-->
<chapter id="contribute">
<title>Contributing</title>
<qandaset>
<qandaentry>
<question>
<para>How can I contribute to &kde;?</para>
</question>
<answer>
<para>&kde; is a free software project that lives from voluntary
contributions. Everybody is encouraged to contribute to &kde;. Not
only programmers are welcome. There are many ways in which you can
help to improve &kde;:</para>
<itemizedlist>
<listitem><para>Test the software.</para></listitem>
<listitem><para>Send in bug reports. For more information on this,
see <link linkend="bug-report">How do I submit a bug
report?</link>.</para></listitem>
<listitem><para>Write documentation or help files. You can get some
information by visiting the <ulink
url="http://i18n.kde.org/doc/">&kde; Editorial Team
Home Page</ulink>.</para></listitem>
<listitem><para>Translate programs, documentation, and help files.
For more information on this, you should visit <ulink
url="http://i18n.kde.org">The &kde; Translators' and Documenters' Web
Site</ulink>.</para></listitem>
<listitem><para>Draw nice icons or compose sound effects. You can
visit the <ulink url="http://artist.kde.org/">&kde;
artists page</ulink> to find out more.</para></listitem>
<listitem><para>Write articles and books about &kde;. If you want to
help spread the word about &kde;, simply send an email to
<email>kde-pr@kde.org</email>. This will get you in touch
with the &kde; public relations volunteers.</para></listitem>
<listitem><para>Program new &kde; applications. Please refer to <xref
linkend="programming"/> for more information.</para></listitem>
<listitem><para> Of course, sponsors are also
welcome. :-)</para></listitem>
</itemizedlist>
<para>There are several places to look for more information if you
want to get involved in the development. The first step is to
subscribe to some of the <ulink url="http://www.kde.org/mailinglists/">mailing
lists</ulink>. You will soon see something
that can be improved or added.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="bug-report">
<para>How do I submit a bug report?</para>
</question>
<answer>
<para>There is a bug tracking system available at <ulink
url="http://bugs.kde.org">http://bugs.kde.org</ulink>. The
system features a wizard to submit new bug reports and a
list of all known bugs.</para>
<para>The easiest way to submit a bug is to select
<menuchoice><guimenu>Help</guimenu><guimenuitem>Report
Bug...</guimenuitem></menuchoice> from the menu bar of the application
with the bug. This will open a small dialog box with a link
to the bug tracking system. Please make sure to follow the
instructions of the bug reporting wizard.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="programming">
<para>I want to program for &kde;. What should I do first?</para>
</question>
<answer>
<para>Everybody is encouraged to develop software for &kde;. What you
should do first depends strongly on your experience, &eg; whether you have
already learned C++ or have experience with the &Qt; toolkit and so
on.</para>
<para>To get into &kde; programming, you will need some basic tools:
<application>automake</application>,
<application>autoconf</application>, and
<application>egcs</application>. You should look to <ulink
url="http://developer.kde.org/">http://developer.kde.org/</ulink>
for more tips.</para>
<para>Another excellent resource for learning &kde;
programming is the &Qt;
online tutorials. These are installed along with &Qt;. To view them,
open <filename>$<envar>QTDIR</envar>/doc/html/index.html</filename> in
&konqueror; and bookmark it. The tutorials
can be found under "Using
Qt". The source code for each lesson can be found in the <filename
class="directory">$<envar>QTDIR</envar>/tutorial</filename>
directory.</para>
<para>There is, however, one thing that everybody interested in
programming for &kde; should do: <emphasis>subscribe to the developers
mailing list</emphasis>. To subscribe, you have to send an email to
<ulink
url="mailto:kde-devel-request@kde.org">kde-devel-request@kde.org</ulink>
with the subject <userinput>subscribe
<replaceable>your_email_address</replaceable></userinput>.
<important><para>Please read <link linkend="subscribe">How to
subscribe/unsubscribe to these lists</link> carefully. Everything
said there applies to the development list as
well.</para></important></para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>How do I get access to &kde; <acronym>SVN</acronym>?</para>
</question>
<answer>
<para>The &kde; project uses <acronym>SVN</acronym> to develop the
core parts of the software. Usually, when you have changed one of the
parts (&eg; fixed a bug), and you want to commit this change, the best
way is to create a patch against a current snapshot and send this
patch to the developer/maintainer of the respective program.</para>
<para>If you are doing this more or less regularly, there are instructions here on how to get write access to the <acronym>SVN</acronym> repository: <ulink url="http://developer.kde.org/documentation/other/developer-faq.html#q1.8">
http://developer.kde.org/documentation/other/developer-faq.html#q1.8</ulink>. But be aware that more users will slow
down <acronym>SVN</acronym> access for all developers, so we want to
keep the number of people with direct <acronym>SVN</acronym> access
reasonably small. But feel free to ask!</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>Can I have read-only access to the <acronym>SVN</acronym> repository?</para>
</question>
<answer>
<para>Yes. Instructions on how to get anonymous, read-only <acronym>SVN</acronym> access are here: <ulink url="http://developer.kde.org/source/anonsvn.html">
http://developer.kde.org/source/anonsvn.html</ulink>
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>Are there any <acronym>SVN</acronym> mirror sites for &kde;?</para>
</question>
<answer>
<para>No, there are currently no anonymous <acronym>SVN</acronym> mirror sites for &kde;. If you're interested in setting one up, please contact <email>sysadmin@kde.org</email>
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>How do I go about translating &kde; programs into my native
language?</para>
</question>
<answer>
<para>Look at the <ulink url="http://i18n.kde.org">The &kde;
Translators' and Documenters' Web Site</ulink> to see whether your
program is already translated (most are). Otherwise you will find
information there on how to do it yourself.</para>
</answer>
</qandaentry>
</qandaset>
</chapter>

@ -0,0 +1,97 @@
<!--
<?xml version="1.0" ?>
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd">
-->
<chapter id="desktop">
<title>The desktop</title>
<qandaset>
<qandaentry>
<question>
<para>How do I add an application to the desktop?</para>
</question>
<answer>
<para>Just choose the desired application from the <guimenu>K</guimenu> menu and drag and drop it to the Desktop.
</para>
<para>For applications not listed in the <guimenu>K</guimenu> menu,
use the &RMB; on the desktop and choose <menuchoice><guimenuitem>Create New</guimenuitem><guisubmenu>File</guisubmenu>
<guimenuitem>Link to Application...</guimenuitem></menuchoice> and fill in the configuration for the application you want to link to.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>How do I mount/unmount a device from the desktop?</para>
</question>
<answer>
<para>First, make sure you are allowed to <command>mount</command>/<command>umount</command> the relevant device as a user.
</para>
<para>Then you can add any device via &RMB; on the desktop and then choosing <menuchoice><guimenu>Create New</guimenu><guimenuitem>Link to Device</guimenuitem></menuchoice> and then selecting the device of the type you wish to control from the desktop. Fill in the settings for the device in the dialog that appears and click <guilabel>OK</guilabel>. You can use the resulting desktop icon to mount/unmount the device from the desktop.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>Where are the icons kept?</para>
</question>
<answer>
<para>The icons can be found only in <filename
class="directory">$<envar>KDEDIRS</envar>/share/icons</filename> or <filename
class="directory">$<envar>HOME</envar>/.kde/share/icons</filename> or
<filename class="directory">$<envar>HOME</envar>/.kde2/share/icons</filename>. To use icons
stored in other locations, you must either copy them into one of the
above-mentioned fixed &kde; locations or make symlinks.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>How do I use the mouse scroll wheel in &kde;?</para>
</question>
<answer>
<para>Mouse wheel support comes with &Qt; 2.0 and above, so &kde; based on
that will automatically support the use of the mouse scroll wheel if your system is configured correctly. Check your &X-Server; settings support the use of a scrollwheel if it is not working.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>How do I launch applications in a particular desktop?</para>
</question>
<answer>
<para>&kde; comes with a program called &kstart;.
To start an <application>xterm</application> on the second desktop and then activate it use:
<userinput><command>kstart</command> <option>--desktop
2 --activate --window "xterm" </option>xterm</userinput>.</para>
<para>Note that the <option>--window</option> option is important. It takes an
argument which is a regular expression matching the title of the window to
apply the settings to.</para>
<para>Please read <command>kstart</command> <option>--help-all</option> for more magic
available with &kstart; (and there is an abundance).
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>Where do I save my files if I want them to appear directly on
the desktop?</para>
</question>
<answer>
<para><filename
class="directory">$<envar>HOME</envar>/Desktop</filename>. You might
need to refresh your desktop after you have saved your files.</para>
</answer>
</qandaentry>
</qandaset>
</chapter>

@ -0,0 +1,207 @@
<!-- <?xml version="1.0" ?>
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd"> -->
<chapter id="filemanager">
<title>The File Manager</title>
<para>&kde;'s file manager is &konqueror;. The
&konqueror; home page is located at <ulink
url="http://www.konqueror.org">http://www.konqueror.org</ulink> where a
&konqueror; specific <acronym>FAQ</acronym> can be found.</para>
<qandaset>
<qandaentry>
<question>
<para>How can I change the appearance of a folder in
&konqueror;?</para>
</question>
<answer>
<para>Right-click the folder, select <guimenuitem>Properties</guimenuitem>,
click on the large icon in the dialog which appears, and choose another
icon.</para> <para>To change the icon displayed for entries in the
<guimenu>K Menu</guimenu>, use the <application>Menu Editor</application>,
located at <menuchoice><guisubmenu>Settings</guisubmenu><guimenuitem>Menu
Editor</guimenuitem></menuchoice>.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>How can I do non-anonymous &FTP; transfers with &konqueror;?</para>
</question>
<answer>
<para>Normally, if you enter a &URL; like
<userinput>ftp://<replaceable>ftp.somehost.com</replaceable></userinput>,
&konqueror; will attempt an anonymous login to the &FTP; server. If you
want to login as a particular user, enter a &URL; like
<userinput>ftp://<replaceable>username@ftp.somehost.com</replaceable></userinput>
instead. &konqueror; will ask for your password and connect to the
server.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>How do I specify the startup folder for &konqueror;?</para>
</question>
<answer>
<para>Using the &RMB;, click on the Home icon and choose
<guimenuitem>Properties</guimenuitem>. Under the
<guilabel>Application</guilabel> tab you will probably find something like
<command>kfmclient openProfile filemanagement</command>; just append
<filename class="directory">file:/whereever/you/want</filename> with the
folder you would like &konqueror; to start in.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>How do I rename files?</para>
</question>
<answer>
<para>Simply <mousebutton>right</mousebutton> click on the file and select
<guimenuitem>Rename</guimenuitem> or press the keyboard shortcut <keycap>F2</keycap> with a file selected.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>Where did the delete entry from my right-click context menu go?</para>
</question>
<answer>
<para>In &kde; 3.4 the delete context menu entries that bypass the
trashcan are no longer displayed by default. To enable them, go to
<menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure
&konqueror;</guimenuitem></menuchoice > and select
<guilabel>Behaviour</guilabel> in the iconbar to the left. Tick the checkbox
<guilabel>Show 'Delete' context menu entries which bypass the
trashcan</guilabel>.
</para>
</answer>
</qandaentry>
<qandaentry>
<question><para>How do I configure the programs that &konqueror; uses to
open different types of files?</para></question>
<answer>
<para>In order to configure file associations, you should go to the
&kcontrolcenter; and choose the item <guimenuitem>File
Associations</guimenuitem> under the category <guimenu>KDE
Components</guimenu>.</para>
<para>
Suppose the default <acronym>PDF</acronym> viewer is now &kghostview; and
you would prefer to use <application>KPDF</application> as a viewer. You
would simply type <userinput>pdf</userinput> in the search box at the top of
the dialog, choose <guimenuitem>pdf</guimenuitem> in the
<guimenu>application</guimenu> group and move
<application>KPDF</application> up. In the <guilabel>Embedding</guilabel>
tab you can also choose which component other applications will use to
display files (for example, when viewing files in &konqueror; or using
&ark;'s embedded viewer).
</para>
</answer>
</qandaentry>
<qandaentry>
<question><para>When I try to click on a folder in &konqueror;, I get the
message: <quote>There appears to be a configuration error. You have
associated Konqueror with inode/directory, but it cannot handle this file
type.</quote></para>
</question>
<answer>
<para>You need to make sure that the embedding settings for inode/directory
are correct:
<orderedlist>
<listitem><para>In &konqueror;, go to
<menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure
Konqueror</guimenuitem></menuchoice> and then to the <guilabel>File
Associations</guilabel> page.</para></listitem> <listitem><para>Open
inode->directory in the tree view.</para></listitem> <listitem><para>Click on
the
<guilabel>Embedding</guilabel> tab. Make sure that <guilabel>Left Click
Action</guilabel> is set to <guilabel>Show file in embedded
viewer</guilabel>, and by default <guilabel>Icon View (konq_iconview)</guilabel>
is at the top
of <guilabel>Services Preference Order.</guilabel></para></listitem>
</orderedlist>
</para>
</answer>
</qandaentry>
<qandaentry> <question> <para>What are <option>%i</option> and
<option>%m</option> in the Execute line?</para> </question> <answer>
<para>They are used by all &kde; applications (since they are implemented in
<classname>KApplication</classname> and all good &kde; programs create a
<classname>KApplication</classname> object before they even look at the
command line arguments).</para> <para>A standard line for a &kde;
application looks like this: <userinput><command>foo</command>
<option>... %i %m -caption \"%c\"</option></userinput>. Pretty confusing,
-but it has been designed in that way so that it can integrate legacy,
non-&kde; applications as smoothly as possible. &konqueror;, when executing
the line above, will extend the command to
<userinput><command><replaceable>foo</replaceable></command> <option>-icon
something.png -miniicon something_mini.png -caption \"The
Foo\"</option></userinput>. Both the icon and the mini-icon as well as "The
Foo" are properties defined in the <filename>.desktop</filename> file. If
the icons are not defined, they simply default to the executable name
<replaceable>foo</replaceable>.</para>
<para>This way a user can change these things in &kmenuedit; for his or her
applications. The <option>-caption</option> option is important, because no
user will accept that the menu item <guimenuitem>Editor</guimenuitem> starts
something called <guilabel>kedit-0.9pl4-build47</guilabel>. Instead, he
expects a window called <guilabel>Editor</guilabel>. Furthermore these
names are localized, <abbrev>i.e.</abbrev> an American user launches
<guimenuitem>CD-Player</guimenuitem> and gets a window called
<guilabel>CD-Player</guilabel> while a German user launches
<guimenuitem>CD-Spieler</guimenuitem> and gets a window called
<guilabel>CD-Spieler</guilabel>.</para>
</answer>
</qandaentry>
<qandaentry>
<question><para>How do I make &konqueror; start up without a menu bar?
I can't save a view profile when the menu bar is invisible!</para>
</question>
<answer><para>The easiest way to do this is to edit &konqueror;'s
configuration file manually. Add the following lines to
<filename>~/.kde/share/config/konquerorrc</filename>:
<programlisting>
[KonqMainWindow]
MenuBar=Disabled
</programlisting>
</para>
<para>On restarting &konqueror;, the menubar should be hidden.</para>
</answer>
</qandaentry>
</qandaset>
</chapter>
<!--Local variables:
mode: xml
sgml-omittag:nil
sgml-shorttag:nil
sgml-namecase-general:nil
sgml-general-insert-case:lower
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:0
sgml-indent-data:true
sgml-parent-document:("index.docbook" "book" "chapter")
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->

@ -0,0 +1,79 @@
<!--
<?xml version="1.0" ?>
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd">
-->
<chapter id="getting-kde">
<title>Getting &kde;</title>
<qandaset>
<qandaentry>
<question id="where-to-get-kde">
<para>Where do I get &kde;?</para>
</question>
<answer>
<!-- This needs a rewrite including informations about the latest version (link to the info page?)-->
<para>The easiest way to get &kde; is to install a &Linux; distribution or another UNIX-like OS that ships with &kde;.
You can find an up-to-date list of distributions that ship
with &kde; <ulink url="http://www.kde.org/download/distributions.php">here</ulink>. For alternative methods of
trying &kde; that do not require you to be running &Linux;, please see
<ulink url="http://kde.org/try_kde">Try &kde;</ulink></para>
<para>The main distribution site for &kde; is
<ulink url="ftp://ftp.kde.org/">ftp.kde.org</ulink>. However, this site is
often under heavy load, so you might prefer to use
<ulink url="http://download.kde.org/">download.kde.org</ulink> which automatically
redirects you to the mirror nearest to you.
You can also have a look at the list of <ulink url="http://www.kde.org/ftpmirrors.html"> &kde; mirror sites</ulink>.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>What is the current version?</para>
</question>
<answer>
<para>Currently, the latest stable version is 3.5.5</para>
<para>The <ulink url="http://www.kde.org/info/3.5.5.php">&kde; 3.5.5 Info
Page</ulink> contains a lot of information specific to this
release.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>Where do I find &kde; snapshots?</para>
</question>
<answer>
<para>You can get the latest snapshots from <ulink
url="ftp://ftp.kde.org/pub/kde/unstable/snapshots">ftp://ftp.kde.org/pub/kde/unstable/snapshots</ulink>.
You might also want to consider setting up your own <acronym>SVN</acronym> client in order to
maintain the latest snapshot at all times. Please refer to <ulink
url="http://developer.kde.org/source/anonsvn.html">Anonymous <acronym>SVN</acronym> and &kde;</ulink> for further
information.
</para>
</answer>
</qandaentry>
<qandaentry>
<question id="where-to-get-qt">
<para>Where do I get &Qt;?</para>
</question>
<answer>
<para>&Qt; is a product of the Norwegian company Trolltech. You can
always get the latest &Qt; version from their
<ulink url="ftp://ftp.trolltech.com">&FTP; server</ulink>.</para>
<para>
And with most up-to-date &Linux; distributions, &Qt; is already
included. Please see <xref linkend="prerequisites"/> for the version
of &Qt; you need.</para>
</answer>
</qandaentry>
</qandaset>
</chapter>

@ -0,0 +1,136 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&kde; Frequently Asked Questions">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
<!ENTITY faq-about SYSTEM "about.docbook">
<!ENTITY faq-intro SYSTEM "intro.docbook">
<!ENTITY faq-getkde SYSTEM "getkde.docbook">
<!ENTITY faq-install SYSTEM "install.docbook">
<!ENTITY faq-panel SYSTEM "panel.docbook">
<!ENTITY faq-desktop SYSTEM "desktop.docbook">
<!ENTITY faq-winmng SYSTEM "winmng.docbook">
<!ENTITY faq-filemng SYSTEM "filemng.docbook">
<!ENTITY faq-webbrowse SYSTEM "webbrowse.docbook">
<!ENTITY faq-configkde SYSTEM "configkde.docbook">
<!ENTITY faq-kdeapps SYSTEM "kdeapps.docbook">
<!ENTITY faq-nonkdeapps SYSTEM "nonkdeapps.docbook">
<!ENTITY faq-tips SYSTEM "tips.docbook">
<!ENTITY faq-misc SYSTEM "misc.docbook">
<!ENTITY faq-notrelated SYSTEM "notrelated.docbook">
<!ENTITY faq-moreinfo SYSTEM "moreinfo.docbook">
<!ENTITY faq-contrib SYSTEM "contrib.docbook">
<!ENTITY faq-questions SYSTEM "questions.docbook" >
<!ENTITY faq-credits SYSTEM "credits.docbook">
<!ENTITY faq-sound SYSTEM "sound.docbook">
<!ENTITY faq-qt SYSTEM "qt.docbook">
]>
<!--Time-stamp: "2001-09-03 00:10:00 endres"-->
<book lang="&language;">
<bookinfo>
<title>&kde; Frequently Asked Questions</title>
<authorgroup>
<author>
<surname>The &kde; Team</surname>
</author>
<!-- TRANS:ROLES_OF_TRANSLATORS -->
</authorgroup>
<copyright>
<year>1997</year>
<year>1998</year>
<year>1999</year>
<year>2000</year>
<year>2001</year>
<year>2003</year>
<year>2004</year>
<year>2005</year>
<holder>The &kde; Team</holder>
</copyright>
<legalnotice>&FDLNotice;</legalnotice>
<date>2005-01-19</date>
<releaseinfo>3.4</releaseinfo>
<abstract> <para>This is a compilation of the most frequently asked
questions about the K Desktop Environment. Please report any bugs,
inconsistencies, or omissions you find in this &FAQ; to
<email>kde-doc-english@kde.org</email>. Please do not mail your questions
to this list. Post them to the &kde; mailing lists and newsgroups
instead. They are monitored for this &FAQ;.</para> </abstract>
<keywordset>
<keyword>KDE</keyword>
<keyword>FAQ</keyword>
<keyword>question</keyword>
<keyword>answer</keyword>
</keywordset>
</bookinfo>
&faq-about;
&faq-intro;
&faq-getkde;
&faq-install;
&faq-panel;
&faq-desktop;
&faq-winmng;
&faq-filemng;
&faq-webbrowse;
&faq-configkde;
&faq-kdeapps;
&faq-sound;
&faq-nonkdeapps;
&faq-tips;
&faq-misc;
&faq-qt;
&faq-moreinfo;
&faq-questions;
&faq-contrib;
<chapter id="credits">
<title>Credits and License</title>
<para>The current &FAQ; maintainers are:</para>
<itemizedlist>
<listitem><para>J Hall
<email>jes.hall@kdemail.net</email></para></listitem>
</itemizedlist>
<para>Many of the answers in this &FAQ; are taken
from the various &kde; mailing lists and newsgroups. Here is a
<emphasis>big</emphasis> thank you to all of you who have contributed
answers that eventually appear in this &FAQ;.</para>
<para>Special thanks go to the former &FAQ;
maintainers, Rainer Endres and Mr. Lee Wee Tiong </para>
<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
&underFDL;
</chapter>
&documentation.index;
</book>
<!--
Local Variables:
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-omittag:t
sgml-shorttag:t
sgml-namecase-general:t
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:nil
sgml-parent-document:nil
sgml-exposed-tags:nil
End:
-->

@ -0,0 +1,726 @@
<!-- <?xml version="1.0" ?>
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd">
-->
<chapter id="install">
<title>Installation instructions</title>
<para>These are the generic installation instructions for the K
Desktop Environment. Please complement your reading with the
<filename>README</filename>s and <filename>INSTALL</filename>s that
come along with the package. Please read them carefully and try to
help yourself out if anything goes wrong. If you need further
assistance, consider joining the &kde; mailing lists
(see our web site instructions for joining the &kde;
<ulink url="http://www.kde.org/mailinglists/">mailing
lists</ulink>) or newsgroups.</para>
<qandaset>
<qandaentry>
<question>
<para>To the would-be converts</para>
</question>
<answer>
<para>So you have heard the rumors. Or you have seen the screenshots.
And you are dying to get hold of &kde;. But you know next to nothing
about this whole <quote>alternative OS</quote> business. Don't worry!
You only need to do some (well, maybe not some) reading, that's
all!</para>
<para>&kde; does not run on any version of &Microsoft; &Windows; or OS/2 (yet). To run
&kde;, you need to have a &UNIX; system. Please refer to <xref
linkend="platform"/> for more details.</para>
<para>Decide on a platform and set it up for your system. This
<acronym>FAQ</acronym> can not help you with this, since &kde;<ulink
url="http://www.kde.org"> runs on many &UNIX;</ulink> platforms. </para>
<!-- Taken out because we can not help with all platforms and KDEisnotLINUX -->
<para>Finally, you are ready to commence the &kde; installation.
Please start reading from the next section. To get &kde;, please
refer to <xref linkend="where-to-get-kde"/>. Last but not least, if
you encounter any problems while installing &kde;, please do not
hesitate to make use of the &kde; <link
linkend="mailing-lists">mailing lists</link> and <link
linkend="newsgroups">newsgroups</link>. But do bear this in mind: no
question is too silly to ask, but some are too silly to answer,
especially when they are already answered in this <acronym>FAQ</acronym>.</para>
<para>Good luck and have fun!</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>What kind of hardware do I need to run &kde; ?</para>
</question>
<answer>
<para>To run &kde; it is recommended that you have at least a pentium II processor, 64MB of memory and 500MB of free disk space for a basic installation. While &kde; may run on slower configurations than this, performance can be severely impaired. Generally, if your computer runs an &X-Server; already with other desktop environments or window managers it's probably fast enough to run &kde;.</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>Available package formats</para>
</question>
<answer>
<para>You can find several kinds of binary and source packages for
different distributions and operating systems on the &kde-ftp;. The
binary packages are not made by the &kde; Team, but by the
distributors themselves, or some dedicated individuals. Please refer to
<ulink url="http://dot.kde.org/986933826/">&kde; Package Policy
Explained</ulink> for information about the &kde; Package Policy. The
only <quote>official</quote> release is the source tar.bz2
packages. Please refer to the <filename>README</filename>s and
<filename>INSTALL</filename>s in the several binaries folders. For
a list of the available packages for a release, refer to the relevant
info page. For the latest release this is the <ulink
url="http://www.kde.org/info/3.4.1.php">&kde; 3.4.1 Info
Page</ulink>.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="prerequisites">
<para>Prerequisites</para>
</question>
<answer>
<!-- rewrite to make it more general, pointing to the according webpages? -->
<para>For &kde; 3.4.1, you need the &Qt; library version 3.3 or greater.
Please make sure you download the correct &Qt;. You will
also need the header files, if you want to compile &kde;
yourself. They are all available, at no cost, from <ulink
url="http://www.trolltech.com/products/download">http://www.trolltech.com/download</ulink>.
In addition, there are optional libraries that might improve &kde; if
installed on your system. An example is OpenSSL which will enable
&konqueror; to browse web pages securely and is needed in a version