Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
X11:LXQt:git
lxqt-menu-data
_service:obs_scm:lxqt-menu-data-1.4.1+git8.22fa...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:lxqt-menu-data-1.4.1+git8.22fa7ff.obscpio of Package lxqt-menu-data
07070100000000000041ED00000000000000000000000265FC129C00000000000000000000000000000000000000000000002600000000lxqt-menu-data-1.4.1+git8.22fa7ff/.ci07070100000001000081A400000000000000000000000165FC129C0000002C000000000000000000000000000000000000002F00000000lxqt-menu-data-1.4.1+git8.22fa7ff/.ci/build.shset -ex mkdir build cd build cmake .. make 07070100000002000041ED00000000000000000000000265FC129C00000000000000000000000000000000000000000000002A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/.github07070100000003000081A400000000000000000000000165FC129C00000763000000000000000000000000000000000000003C00000000lxqt-menu-data-1.4.1+git8.22fa7ff/.github/ISSUE_TEMPLATE.md<!--- Provide a general summary of the issue in the title above. You ---> <!--- should not delete relevant sections and/or questions in your report ---> <!--- BEFORE FILLING OUT THIS REPORT FORM: ---> <!--- Dear users of stable and LTS (long term service) distributions: ---> <!--- Please do NOT file bugs against old (dead) versions but use your ---> <!--- distribution bugtracker instead. This is esp. true for Ubuntu LTS. ---> ##### Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> ##### Current Behavior <!--- If describing a bug, tell us what happens instead of the expected ---> <!--- behaviour. If suggesting a change/improvement, explain the difference --> <!--- from current behavior (a screenshot might help) ---> ##### Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, ---> <!--- or ideas how to implement the addition or change ---> ##### Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to ---> <!--- reproduce this bug. Include code to reproduce, if relevant ---> 1. 2. 3. 4. ##### Context <!--- How has this issue affected you? What are you trying to accomplish? ---> <!--- Providing context helps us come up with a solution that is most ---> <!--- useful in the real world ---> ##### System Information <!--- Include as many relevant details about the system you experienced ---> <!--- the bug in ---> * Distribution & Version: * Kernel: * Qt Version: * liblxqt Version: * lxqt-build-tools Version: * Package version: 07070100000004000081A400000000000000000000000165FC129C00000022000000000000000000000000000000000000002D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/.gitignorebuild *.kdev4 CMakeLists.txt.user 07070100000005000081A400000000000000000000000165FC129C000000DD000000000000000000000000000000000000002C00000000lxqt-menu-data-1.4.1+git8.22fa7ff/CHANGELOGlxqt-menu-data-1.4.1 / 2023-11-10 ================================= * Made the package arch independent. lxqt-menu-data-1.4.0 / 2023-11-05 ================================= * The first release, to replace lxmenu-data. 07070100000006000081A400000000000000000000000165FC129C000006B2000000000000000000000000000000000000003100000000lxqt-menu-data-1.4.1+git8.22fa7ff/CMakeLists.txtcmake_minimum_required(VERSION 3.16 FATAL_ERROR) # CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level # CMakeLists.txt file even before calling the project() command. # The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION) # command to specify that the current project code is written for the given range of CMake # versions. project(lxqt-menu-data) include(GNUInstallDirs) set(LXQTBT_MINIMUM_VERSION "2.0.0") find_package(lxqt2-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED) # Version set(LXQT_MENU_DATA_MAJOR_VERSION 2) set(LXQT_MENU_DATA_MINOR_VERSION 0) set(LXQT_MENU_DATA_PATCH_VERSION 0) set(LXQT_MENU_DATA_VERSION ${LXQT_MENU_DATA_MAJOR_VERSION}.${LXQT_MENU_DATA_MINOR_VERSION}.${LXQT_MENU_DATA_PATCH_VERSION}) include(LXQtConfigVars) include(LXQtPreventInSourceBuilds) include(LXQtTranslate) include(CMakePackageConfigHelpers) set(LXQT_MENU_DATA_CMAKE_NAME lxqt-menu-data) configure_package_config_file( "${PROJECT_SOURCE_DIR}/cmake/${LXQT_MENU_DATA_CMAKE_NAME}-config.cmake.in" "${CMAKE_BINARY_DIR}/${LXQT_MENU_DATA_CMAKE_NAME}-config.cmake" INSTALL_DESTINATION "${CMAKE_INSTALL_DATADIR}/cmake/${LXQT_MENU_DATA_CMAKE_NAME}" ) write_basic_package_version_file( "${CMAKE_BINARY_DIR}/${LXQT_MENU_DATA_CMAKE_NAME}-config-version.cmake" VERSION ${LXQT_MENU_DATA_VERSION} COMPATIBILITY AnyNewerVersion ARCH_INDEPENDENT ) install(FILES "${CMAKE_BINARY_DIR}/${LXQT_MENU_DATA_CMAKE_NAME}-config.cmake" "${CMAKE_BINARY_DIR}/${LXQT_MENU_DATA_CMAKE_NAME}-config-version.cmake" DESTINATION "${CMAKE_INSTALL_DATADIR}/cmake/${LXQT_MENU_DATA_CMAKE_NAME}" COMPONENT Devel ) add_subdirectory(menu) 07070100000007000081A400000000000000000000000165FC129C00005F9B000000000000000000000000000000000000002A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/LICENSE GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) The modified work must itself be a software library. b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS 07070100000008000081A400000000000000000000000165FC129C00000976000000000000000000000000000000000000002C00000000lxqt-menu-data-1.4.1+git8.22fa7ff/README.md # lxqt-menu-data Freedesktop.org compliant menu files for LXQt Panel, Configuration Center and PCManFM-Qt/libfm-qt. Runtime and build dependency for [lxqt-panel](https://github.com/lxqt/lxqt-panel), [lxqt-config](https://github.com/lxqt/lxqt-config) and [pcmanfm-qt](https://github.com/lxqt/pcmanfm-qt). Replacement for and partially based on [lxmenu-data](https://github.com/lxde/lxmenu-data) (LXDE). ### Menu Files * `lxqt-applications.menu`: Default menu file for the "Main Menu" plugin in lxqt-panel and "Applications" in PCmanFM-qt. * `lxqt-applications-fm.menu`: * Application chooser menu in PCManFM-Qt (right click menu "Open with → Other applications") * Applications menu in PCManFM-Qt if installed outside of LXQt. * `lxqt-applications-simple.menu` and `lxqt-applications-compact.menu`: Alternative menus for the "Main Menu" plugin in `lxqt-panel`. * `lxqt-config.menu` : Used in "LXQt Configuration Center". * `desktop-directories`: Needed for icons and translations for the categories in all menus. ### Compiling source code Build dependency is [lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools). Additional build dependencies are CMake and optionally Git to pull latest VCS checkouts. Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` has to be set to `/usr` on most operating systems. To build run `make`, to install `make install` which accepts variable `DESTDIR` as usual. ### Packages Packages will be available after the next release. For Arch based distros an [AUR Package](https://aur.archlinux.org/packages/lxqt-menu-data-git) is available. Please note that `lxqt-panel-git` and `lxqt-config-git` should be updated first. ### Translations Some of the categories used in both menus and "Configuration Center" can be translated in [LXQt Weblate](https://translate.lxqt-project.org/projects/lxqt-configuration/), for all others a PR is needed at the moment. * `lxqt-settings.directory` "LXQt Settings" * `lxqt-leave.directory` "Leave" * `lxqt-settings-system.directory` "System Settings" * `lxqt-settings-other.directory` "Other Settings" * `lxqt-education-science.directory` "Education & Science" <a href="https://translate.lxqt-project.org/projects/lxqt-configuration/"> <img src="https://translate.lxqt-project.org/widgets/lxqt-configuration/-/lxqt-settings-category-name-in-menus/multi-auto.svg" alt="Translation status" /> </a> 07070100000009000041ED00000000000000000000000265FC129C00000000000000000000000000000000000000000000002800000000lxqt-menu-data-1.4.1+git8.22fa7ff/cmake0707010000000A000081A400000000000000000000000165FC129C0000000F000000000000000000000000000000000000004700000000lxqt-menu-data-1.4.1+git8.22fa7ff/cmake/lxqt-menu-data-config.cmake.in@PACKAGE_INIT@ 0707010000000B000041ED00000000000000000000000465FC129C00000000000000000000000000000000000000000000002700000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu0707010000000C000081A400000000000000000000000165FC129C000002B9000000000000000000000000000000000000003600000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/CMakeLists.txtfile(GLOB DIRECTORY_FILES_IN desktop-directories/*.directory.in) # Translations ********************************** lxqt_translate_desktop(DIRECTORY_FILES SOURCES ${DIRECTORY_FILES_IN} USE_YAML ) add_custom_target(desktop_directories_files ALL DEPENDS ${DIRECTORY_FILES}) #************************************************ install(FILES ${DIRECTORY_FILES} DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/desktop-directories" COMPONENT Runtime ) install(FILES lxqt-applications.menu lxqt-applications-compact.menu lxqt-applications-simple.menu lxqt-applications-fm.menu lxqt-config.menu DESTINATION "${LXQT_ETC_XDG_DIR}/menus" COMPONENT Runtime ) 0707010000000D000041ED00000000000000000000000265FC129C00000000000000000000000000000000000000000000003B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories0707010000000E000081A400000000000000000000000165FC129C00001BE5000000000000000000000000000000000000005900000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-audio-video.directory.in[Desktop Entry] Name=Sound & Video Name[af]=Klank & video Name[ar]=الصّوتيات والمرئيّات Name[as]=শব্দ ও ভিডিও Name[ast]=Soníu y Vídeu Name[be]=Аўдыё і відэа Name[be@latin]=Aŭdyjo j videa Name[bg]=Видео и звук Name[bn]=শব্দ ও ভিডিও Name[bn_IN]=শব্দ ও ভিডিও Name[br]=Son ha video Name[ca]=So i Vídeo Name[cs]=Zvuk a video Name[cy]=Sain a Fideo Name[da]=Lyd og video Name[de]=Multimedia Name[dz]=སྒྲ་སྐད་དང་གཟུགས་བརྙན། Name[el]=Ήχος & βίντεο Name[en_CA]=Sound & Video Name[en_GB]=Sound & Video Name[eo]=Sono kaj video Name[es]=Sonido y vídeo Name[es_VE]=Sonido y vídeo Name[et]=Audio ja video Name[eu]=Soinua eta bideoa Name[fa]=صدا و تصویر Name[fi]=Ääni & video Name[fo]=Ljóð og video Name[fr]=Son et vidéo Name[frp]=Son é Videó Name[fur]=Audio e video Name[ga]=Fuaim & Fís Name[gl]=Son e vídeo Name[gn]=Jaexaa, Porai Nhaendua Name[gu]=સાઉન્ડ & વીડિયો Name[he]=צליל ווידאו Name[hi]=ध्वनि व वीडियो Name[hr]=Zvuk & Video Name[hu]=Hang és videó Name[hy]=Ձայն և Վիդեո Name[id]=Suara & Video Name[io]=Sono ed Video Name[is]=Hljóð og mynd Name[it]=Audio e video Name[ja]=サウンドとビデオ Name[ka]=ხმა და ვიდეო Name[kk]=Аудио және видео Name[km]=សម្លេង & វីដេអូ Name[kn]=ಧ್ವನಿ ಹಾಗು ದೃಶ್ಯ Name[ko]=음악과 비디오 Name[ku]=Deng & Vîdeo Name[ky]=Аудио и видео Name[lg]=Ddoboozi & Vidiyo Name[lt]=Garsas ir vaizdas Name[lv]=Skaņas un Video Name[mai]=ध्वनि आ वीडियो Name[mg]=Feo sy sarimihetsika Name[mk]=Звук и видео Name[ml]=ശബ്ദവും ചലച്ചിത്രവും Name[mn]=Дуу & Видео Name[mr]=आवाज व चलचित्र Name[ms]=Bunyi & Video Name[nb]=Lyd og bilde Name[ne]=ध्वनि र भिडियो Name[nl]=Muziek en video Name[nn]=Lyd og film Name[oc]=Son e vidèo Name[or]=ଧ୍ବନି ଏବଂ ଭିଡିଓ Name[pa]=ਸਾਊਂਡ ਅਤੇ ਵੀਡਿਓ Name[pl]=Dźwięk i wideo Name[ps]=غږ او وېډيو Name[pt]=Som e vídeo Name[pt_BR]=Multimídia Name[ro]=Multimedia Name[ru]=Аудио и видео Name[si]=ශබ්ද සහ දෘශ්ය Name[sk]=Zvuk a video Name[sl]=Zvok in video Name[sq]=Zë & Video Name[sr]=Звук и покретне слике Name[sr@latin]=Zvuk i pokretne slike Name[sv]=Ljud och video Name[ta]=ஒலி மற்றும் படக்காட்சி Name[te]=ధ్వని మరియు దృశ్యం Name[th]=เสียงและวีดิทัศน์ Name[tr]=Ses ve Video Name[tt_RU]=Аудио һәм видео Name[ug]=ئۈن ۋە سىن Name[uk]=Звук та відео Name[ur]=آواز اور ویڈیو Name[ur_PK]=آواز اور ویڈیو Name[uz@cyrillic]=Товуш ва видео Name[vi]=Âm thanh và Ảnh động Name[xh]=Isandi neVidiyo Name[zh_CN]=影音 Name[zh_HK]=影音 Name[zh_TW]=影音 Comment=Multimedia menu Comment[af]=Multimediakieslys Comment[ar]=قائمة الوسائط المتعدّدة Comment[as]=মাল্টি-মিডিয়া তালিকা Comment[ast]=Menú multimedia Comment[be]=Мультымедыя Comment[be@latin]=Multymedyi Comment[bg]=Меню за мултимедия Comment[bn]=মাল্টিমিডিয়া মেনু Comment[bn_IN]=মাল্টি-মিডিয়া মেনু Comment[br]=Liesvedia Comment[ca]=Menú multimèdia Comment[cs]=Nabídka multimédií Comment[cy]=Dewislen amlgyfrwng Comment[da]=Multimediemenu Comment[de]=Multimedia-Anwendungen Comment[dz]=སྣ་མང་བརྡ་ལམ་དཀར་ཆག། Comment[el]=Μενού πολυμέσων Comment[en_CA]=Multimedia menu Comment[en_GB]=Multimedia menu Comment[eo]=Plurmedia menuo Comment[es]=Menú multimedia Comment[es_VE]=Menú multimedia Comment[et]=Multimeediamenüü Comment[eu]=Multimedia menua Comment[fa]=منوی چندرسانهای Comment[fi]=Multimediavalikko Comment[fo]=Margmiðla-valmynd Comment[fr]=Multimédia Comment[frp]=Menû multimedia Comment[fur]=Menu multimediâl Comment[ga]=Roghchlár ilmheán Comment[gl]=Menú multimedia Comment[gn]=Baemo Jaexaa, Nhaendua Comment[gu]=મલ્ટીમીડિયા મેનુ Comment[he]=תפריט מולטימדיה Comment[hi]=मल्टीमीडिया मेनू Comment[hr]=Multimedijski izbornik Comment[hu]=Multimédia menü Comment[hy]=Համասփյուռ ծրագրերի ցանկ Comment[id]=Menu multimedia Comment[is]=Margmiðlun Comment[it]=Menu multimedia Comment[ja]=マルチメディア関連のプログラムです Comment[ka]=მულტიმედიის მენუ Comment[kk]=Мультимедиа Comment[km]=ម៉ឺនុយពហុព័ត៌មាន Comment[kn]=ಮಲ್ಟಿಮೀಡಿಯಾ ಅಂಶಪಟ್ಟಿ Comment[ko]=멀티미디어 메뉴 Comment[ku]=Pêşeka multîmedya Comment[ky]=Мультимедиа Comment[lg]=Menyu eya mediya y'ekintabuli Comment[lt]=Daugialypės terpės meniu Comment[lv]=Multimediju izvēlne Comment[mai]=मल्टीमीडिया मेनू Comment[mg]=Karazan-tsafidin'ny haino aman-jery Comment[mk]=Мени со мултимедија Comment[ml]=മള്ട്ടീമീഡിയ മെനു Comment[mn]=Мультимедиа цэс Comment[mr]=विविध-वाहिन्यांचा मेनु Comment[ms]=Menu Multimedia Comment[nb]=Multimedia Comment[ne]=मल्टिमिडिया मेनु Comment[nl]=Multimedia-menu Comment[nn]=Multimedieprogram Comment[oc]=Multimèdia Comment[or]=ବହୁମାଧ୍ଯମ ତାଲିକା Comment[pa]=ਮਲਟੀਮੀਡਿਆ ਮੇਨੂ Comment[pl]=Menu multimediów Comment[ps]=ګڼرسنۍ غورنۍ Comment[pt]=Menu multimédia Comment[pt_BR]=Menu multimídia Comment[ro]=Meniul multimedia Comment[ru]=Мультимедиа Comment[si]=බහුමාද්ය මෙනුව Comment[sk]=Ponuka multimédií Comment[sl]=Predstavni meni Comment[sq]=Menu multimediale Comment[sr]=Мени за мултимедију Comment[sr@latin]=Meni za multimediju Comment[sv]=Multimediameny Comment[ta]=பல்முனை ஊடகப் பட்டியல் Comment[te]=బహుళమాధ్యమాల జాబితా Comment[th]=เมนูระบบสื่อผสม Comment[tr]=Çokluortam menüsü Comment[tt_RU]=Мультимедия менюсы Comment[ug]=كۆپ ۋاسىتە تىزىملىكى Comment[uk]=Меню мультимедіа Comment[ur]=ملٹی میڈیا فہرست Comment[ur_PK]=ملٹی میڈیا فہرست Comment[uz@cyrillic]=Мултимедиа менюси Comment[vi]=Trình đơn đa phương tiện Comment[xh]=Imenu Yezixhobo eziphathekayo zokugcina ulwazi ngokuphinda-phindeneyo Comment[zh_CN]=多媒体菜单 Comment[zh_HK]=多媒體選單 Comment[zh_TW]=多媒體選單 Icon=applications-multimedia Type=Directory 0707010000000F000081A400000000000000000000000165FC129C00002229000000000000000000000000000000000000005900000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-development.directory.in[Desktop Entry] Name=Programming Name[af]=Programmering Name[ar]=البرمجة Name[as]=প্ৰোগ্ৰামিং Name[ast]=Programación Name[be]=Праграмаванне Name[be@latin]=Prahramavańnie Name[bg]=Разработка Name[bn]=প্রোগ্রামিং Name[bn_IN]=প্রোগ্রামিং Name[br]=Gouleviñ Name[ca]=Programació Name[cs]=Programování Name[cy]=Rhaglennu Name[da]=Programmering Name[de]=Entwicklung Name[dz]=ལས་རིམ་བཟོ་བ། Name[el]=Προγραμματισμός Name[en_CA]=Programming Name[en_GB]=Programming Name[eo]=Programado Name[es]=Programación Name[es_VE]=Programación Name[et]=Programmeerimine Name[eu]=Programazioa Name[fa]=برنامهسازی Name[fi]=Ohjelmointi Name[fo]=Forritan Name[fr]=Programmation Name[frp]=Programacion Name[fur]=Programazion Name[ga]=Ríomhchlárú Name[gl]=Programación Name[gn]=Jaja Poa Name[gu]=પ્રોગ્રામીંગ Name[he]=תכנות Name[hi]=प्रोग्रामिंग Name[hr]=Programiranje Name[hu]=Programozás Name[hy]=Ծրագրավորում Name[id]=Pemrograman Name[io]=Programado Name[is]=Forritun Name[it]=Programmazione Name[ja]=プログラミング Name[ka]=პროგრამირება Name[kk]=Бағдарламалау Name[km]=ការធ្វើកម្មវិធី Name[kn]=ಪ್ರೊಗ್ರಾಮಿಂಗ್ Name[ko]=개발 Name[ku]=Bernamekirin Name[ky]=Программалоо Name[lg]=Kuwandika puloguramu Name[lt]=Programavimas Name[lv]=Programmēšanas Name[mai]=प्रोग्रामिंग Name[mg]=Famolavolavolana Name[mk]=Програмирање Name[ml]=പ്രോഗ്രാമിങ് Name[mn]=Програмчилал Name[mr]=प्रोग्रामिंग Name[ms]=Pengaturcaraan Name[nb]=Utvikling Name[ne]=प्रोग्रामिङ Name[nl]=Programmeren Name[nn]=Programmering Name[oc]=Desvolopament Name[or]=ପ୍ରୋଗ୍ରାମିଙ୍ଗ Name[pa]=ਪਰੋਗਰਾਮਿੰਗ Name[pl]=Programowanie Name[ps]=پروګرامونه Name[pt]=Desenvolvimento Name[pt_BR]=Desenvolvimento Name[ro]=Programare Name[ru]=Программирование Name[si]=කේතරචනය Name[sk]=Programovanie Name[sl]=Programiranje Name[sq]=Programim Name[sr]=Програмирање Name[sr@latin]=Programiranje Name[sv]=Programmering Name[ta]=நிரலாக்கம் Name[te]=ప్రోగ్రామింగ్ Name[th]=เขียนโปรแกรม Name[tr]=Programlama Name[tt_RU]=Программалау Name[ug]=پروگراممىچىلىق Name[uk]=Програмування Name[ur]=پروگرامنگ Name[ur_PK]=پروگرامنگ Name[uz@cyrillic]=Дастурлаш Name[vi]=Lập trình Name[xh]=Ukwenziwa kweenkqubo Name[zh_CN]=编程 Name[zh_HK]=軟件開發 Name[zh_TW]=軟體開發 Comment=Tools for software development Comment[af]=Gereedskap vir sagtewareontwikkeling Comment[ar]=أدوات لتطوير البرامج Comment[as]=চালনাজ্ঞান উন্নয়নৰ সামগ্ৰী Comment[ast]=Ferramientes pa desendolcu de programes Comment[be]=Інструменты для распрацоўкі праграм Comment[be@latin]=Pryłady prahramavańnia Comment[bg]=Инструменти за разработка на софтуер Comment[bn]=সফটওয়্যার ডেভেলপমেন্টের টুল Comment[bn_IN]=সফ্টওয়্যার ডিভেলপমেন্টের সামগ্রী Comment[br]=Ar binvioù da ziorren ar poelladoù Comment[ca]=Eines per a desenvolupament de programari Comment[cs]=Nástroje na vývoj softwaru Comment[cy]=Offer ar gyfer datblygu meddalwedd Comment[da]=Værktøjer til programudvikling Comment[de]=Werkzeuge zur Software-Entwicklung Comment[dz]=མཉེན་ཆས་བཟོ་ནིའི་ལག་ཆས། Comment[el]=Εργαλεία για ανάπτυξη λογισμικού Comment[en_CA]=Tools for software development Comment[en_GB]=Tools for software development Comment[eo]=Iloj por programado Comment[es]=Herramientas para el desarrollo del software Comment[es_VE]=Herramientas para el desarrollo del software Comment[et]=Tarkvaraarenduse tööriistad Comment[eu]=Softwarea garatzeko tresnak Comment[fa]=ابزارهای تولید نرمافزار Comment[fi]=Työkaluja sovelluskehitykseen Comment[fo]=Amboð til ritbúnaðarmenning Comment[fr]=Outils de développement logiciel Comment[frp]=Utils de developament de programos Comment[fur]=Imprescj par il svilup dal software Comment[ga]=Uirlisí d'fhorbairt bogearraí Comment[gl]=Ferramentas para o desenvolvemento de software Comment[gn]=Jaja Poa Comment[gu]=સોફ્ટવેર વિકાસ સાધનો Comment[he]=כלים לפיתוח תוכנה Comment[hi]=सॉफ्टवेयर विकास के औजार Comment[hr]=Alati za razvoj softvera Comment[hu]=Szoftverfejlesztési eszközök Comment[hy]=Ծրագրերի մշակման գործիքներ Comment[id]=Perkakas untuk pengembangan perangkat lunak Comment[is]=Þróunarverkfæri Comment[it]=Strumenti per lo sviluppo software Comment[ja]=ソフトウェア開発者向けのツールです Comment[ka]=პროგრამირების ხელსაწყოები Comment[kk]=Бағдарламаларды жасауға арналған құралдар Comment[km]=ឧបករណ៍សំរាប់អភិវឌ្ឍន៍កម្មវិធីផ្នែកទន់ Comment[kn]=ತಂತ್ರಾಂಶ ಅಭಿವೃದ್ದಿಗೆ ಉಪಕರಣಗಳು Comment[ko]=소프트웨어 개발을 위한 도구 Comment[ku]=Amûrên ji bo pêşdebirina nivîsbariyê Comment[ky]=Программа иштеп чыгуу аспаптары Comment[lg]=Ebikozesebwa mu ku kokola sofutiweya Comment[lt]=Programinės įrangos kūrimo įrankiai Comment[lv]=Programmatūras izstrādes rīki Comment[mai]=साफ्टवेयर विकासक लेल अओजार Comment[mg]=Fitaovana ho an'ny mpamolavola rindran'asa Comment[mk]=Алатки за развој на софтвер Comment[ml]=സോഫ്റ്റ്വെയര് വികസനത്തിനു് ആവശ്യമുളള പണിയായുധങ്ങള് Comment[mn]=Програм хөгжүүлэлийн хэрэгслүүд Comment[mr]=सॉफ्टवेयर बनवण्यासाटीचे अौजार Comment[ms]=Alatan untuk pembangunan perisian Comment[nb]=Verktøy for programvareutvikling Comment[ne]=सफ्टवेर विकासका लागि उपकरण Comment[nl]=Gereedschap voor programmatuurontwikkeling Comment[nn]=Verktøy for programutvikling Comment[oc]=Espleches per desvolopar de logicials Comment[or]=ସଫଟୱେର ବିକାଶ ପାଇଁ ଉପକରଣ Comment[pa]=ਸਾਫਟਵੇਅਰ ਦੇ ਵਿਕਾਸ ਲਈ ਸੰਦ Comment[pl]=Narzędzia do tworzenia oprogramowania Comment[ps]=د ساوترو جوړولو لپاره توکي Comment[pt]=Ferramentas para desenvolvimento de aplicações Comment[pt_BR]=Ferramentas para desenvolvimento de software Comment[ro]=Unelte pentru dezvoltarea de software Comment[ru]=Средства для разработки программ Comment[si]=මෘදුකාංග සංවර්ධන මෙවලම් Comment[sk]=Nástroje na vývoj softvéru Comment[sl]=Orodja za razvijanje programske opreme Comment[sq]=Vegla për zhvillim programesh Comment[sr]=Алати за развој софтвера Comment[sr@latin]=Alati za razvoj softvera Comment[sv]=Verktyg för programutveckling Comment[ta]=மென்பொருள் உற்பத்திக்கான கருவிகள் Comment[te]=సాఫ్ట్వేర్ అభివృద్ధిచేయుట కొరకు పనిముట్లు Comment[th]=เครื่องมือพัฒนาซอฟต์แวร์ Comment[tr]=Yazılım geliştirme için araçlar Comment[tt_RU]=Кушымталар төзү өчен кораллар Comment[ug]=يۇمشاق دېتال ئىجادىيەت قوراللىرى Comment[uk]=Засоби розробки програм Comment[ur]=اوزار برائے سوفٹ ویئر ترقی Comment[ur_PK]=اوزار برائے سوفٹ ویئر ترقی Comment[uz@cyrillic]=Дастурлаш учун воситалар Comment[vi]=Công cụ phát triển phần mềm Comment[xh]=Izixhobo zokuphuhlisa ubucukubhede bekhompyutha Comment[zh_CN]=软件开发工具 Comment[zh_HK]=軟件開發工具 Comment[zh_TW]=軟體開發工具 Icon=applications-development Type=Directory 07070100000010000081A400000000000000000000000165FC129C0000005C000000000000000000000000000000000000005F00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-education-science.directory.in[Desktop Entry] Icon=applications-science Type=Directory #TRANSLATIONS_DIR=../translations 07070100000011000081A400000000000000000000000165FC129C0000096F000000000000000000000000000000000000005700000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-education.directory.in[Desktop Entry] Name=Education Name[af]=Opvoeding Name[ar]=التّعليم Name[as]=শিক্ষাবিষয়ক বস্তু Name[ast]=Educación Name[be]=Адукацыя Name[be@latin]=Adukacyja Name[bg]=Обучение Name[bn]=শিক্ষা Name[bn_IN]=শিক্ষাবিষয়ক বস্তু Name[br]=Deskadurezh Name[ca]=Educació Name[cs]=Vzdělávání Name[cy]=Addysg Name[da]=Læringsprogrammer Name[de]=Bildung Name[dz]=ཤེས་རིག Name[el]=Εκπαίδευση Name[en_CA]=Education Name[en_GB]=Education Name[eo]=Edukado Name[es]=Educación Name[es_VE]=Educación Name[et]=Õppeprogrammid Name[eu]=Hezkuntza Name[fa]=آموزش Name[fi]=Opetusohjelmat Name[fo]=Útbúgving Name[fr]=Éducation Name[frp]=Educacion Name[fur]=Istruzion Name[ga]=Oideachas Name[gl]=Educación Name[gn]=Arandu Name[gu]=શિક્ષણ Name[he]=לימוד Name[hi]=शिक्षा Name[hr]=Edukacija Name[hu]=Oktatás Name[hy]=Ուսուցում Name[id]=Pendidikan Name[io]=Edukado Name[is]=Menntun Name[it]=Istruzione Name[ja]=教育・教養 Name[ka]=განათლება Name[kk]=Білім алу Name[km]=ការសិក្សារ Name[kn]=ಶಿಕ್ಷಣ Name[ko]=교육 Name[ku]=Perwerdehî Name[ky]=Билим берүү иштемелери Name[lg]=Ebiyamba mu kuyiga Name[lt]=Švietimas Name[lv]=Izglītības Name[mai]=शिक्षा Name[mg]=Fanabeazana Name[mk]=Едукација Name[ml]=വിദ്യാഭ്യാസം Name[mn]=Боловсрол Name[mr]=शिक्षण Name[ms]=Pendidikan Name[nb]=Opplæring Name[ne]=शिक्षा Name[nl]=Onderwijs Name[nn]=Utdanning Name[oc]=Educacion Name[or]=ଶିକ୍ଷା Name[pa]=ਸਿੱਖਿਆ Name[pl]=Nauka Name[ps]=زدکړه Name[pt]=Educação Name[pt_BR]=Educativo Name[ro]=Educație Name[ru]=Образовательные Name[si]=අධ්යාපනික Name[sk]=Vzdelávanie Name[sl]=Izobraževanje Name[sq]=Edukim Name[sr]=Образовање Name[sr@latin]=Obrazovanje Name[sv]=Utbildning Name[ta]=கல்வி Name[te]=విద్య Name[th]=การศึกษา Name[tr]=Eğitim Name[tt_RU]=Мәгариф Name[ug]=مائارىپ Name[uk]=Навчання Name[ur]=تعلیم Name[ur_PK]=تعلیم Name[uz@cyrillic]=Таълим Name[vi]=Giáo dục Name[zh_CN]=教育 Name[zh_HK]=教育 Name[zh_TW]=教育 Icon=applications-science Type=Directory 07070100000012000081A400000000000000000000000165FC129C0000176C000000000000000000000000000000000000005200000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-game.directory.in[Desktop Entry] Name=Games Name[af]=Speletjies Name[ar]=الألعاب Name[as]=খেলা Name[ast]=Xuegos Name[be]=Гульні Name[be@latin]=Hulni Name[bg]=Игри Name[bn]=খেলা Name[bn_IN]=খেলা Name[br]=C'hoarioù Name[ca]=Jocs Name[cs]=Hry Name[cy]=Gemau Name[da]=Spil Name[de]=Spiele Name[dz]=རྩེད་རིགས། Name[el]=Παιχνίδια Name[en_CA]=Games Name[en_GB]=Games Name[eo]=Ludoj Name[es]=Juegos Name[es_VE]=Juegos Name[et]=Mängud Name[eu]=Jokoak Name[fa]=بازیها Name[fi]=Pelit Name[fo]=Spøl Name[fr]=Jeux Name[frp]=Joys Name[fur]=Zûcs Name[ga]=Cluichí Name[gl]=Xogos Name[gn]=Jaugaa Name[gu]=રમતો Name[he]=משחקים Name[hi]=खेल Name[hr]=Igre Name[hu]=Játékok Name[hy]=Խաղեր Name[id]=Permainan Name[io]=Ludi Name[is]=Leikir Name[it]=Giochi Name[ja]=ゲーム Name[ka]=თამაშები Name[kk]=Ойындар Name[km]=ល្បែង Name[kn]=ಆಟಗಳು Name[ko]=게임 Name[ku]=Lîstik Name[ky]=Оюндар Name[lg]=Mizannyo Name[lt]=Žaidimai Name[lv]=Spēles Name[mai]=खेल Name[mg]=Lalao Name[mk]=Игри Name[ml]=കളികള് Name[mn]=Тоглоом Name[mr]=खेळ Name[ms]=Permainan Name[nb]=Spill Name[ne]=खेल Name[nl]=Spelletjes Name[nn]=Spel Name[oc]=Jòcs Name[or]=ଖେଳ Name[pa]=ਖੇਡਾਂ Name[pl]=Gry Name[ps]=لوبې Name[pt]=Jogos Name[pt_BR]=Jogos Name[ro]=Jocuri Name[ru]=Игры Name[si]=ක්රිඩා Name[sk]=Hry Name[sl]=Igre Name[sq]=Lojra Name[sr]=Игре Name[sr@latin]=Igre Name[sv]=Spel Name[ta]=விளையாட்டுகள் Name[te]=ఆటలు Name[th]=เกม Name[tr]=Oyunlar Name[tt_RU]=Уеннар Name[ug]=ئويۇنلار Name[uk]=Ігри Name[ur]=گیم Name[ur_PK]=گیم Name[uz@cyrillic]=Ўйинлар Name[vi]=Trò chơi Name[xh]=Imidlalo Name[zh_CN]=游戏 Name[zh_HK]=遊戲 Name[zh_TW]=遊戲 Comment=Games and amusements Comment[af]=Speletjies en vermaak Comment[ar]=الألعاب والتّسلية Comment[as]=খেলা ও বিনোদন Comment[ast]=Xuegos y entretenimientu Comment[be]=Гульні і забавы Comment[be@latin]=Hulni j zabavy Comment[bg]=Игри и забавления Comment[bn]=খেলা ও বিনোদন Comment[bn_IN]=খেলা ও বিনোদন Comment[br]=C'hoarioù ha diduelloù Comment[ca]=Jocs i entreteniments Comment[cs]=Hry a zábava Comment[cy]=Gemau a difyrrwch Comment[da]=Spil og underholdning Comment[de]=Spiel und Spaß Comment[dz]=རྩེད་རིགས་དང་ དགོད་བྲ་ཚུ། Comment[el]=Παιχνίδια και διασκέδαση Comment[en_CA]=Games and amusements Comment[en_GB]=Games and Amusements Comment[eo]=Ludoj kaj amuzoj Comment[es]=Juegos y distracciones Comment[es_VE]=Juegos y distracciones Comment[et]=Mängud ja meelelahutus Comment[eu]=Jokoak eta denbora-pasak Comment[fa]=بازی و سرگرمی Comment[fi]=Pelit ja viihde Comment[fo]=Spøl og skemt Comment[fr]=Jeux et divertissements Comment[frp]=Joys é amusaments Comment[fur]=Zûcs e golosets Comment[ga]=Cluichí agus siamsaíochtaí Comment[gl]=Xogos e pasatempos Comment[gn]=Jaugaty Comment[gu]=રમતો અને મનોરંજકો Comment[he]=משחקים ושעשועים Comment[hi]=खेल व मनोरंजन Comment[hr]=Igre i zabava Comment[hu]=Játék és szórakozás Comment[hy]=Խաղեր և զվարճություններ Comment[id]=Permainan dan hiburan Comment[io]=Ludi ed amuzi Comment[is]=Leikir og gaman Comment[it]=Giochi e passatempi Comment[ja]=気晴しにゲームをどうぞ Comment[ka]=თამაშები და სხვა Comment[kk]=Ойын-сауық Comment[km]=ល្បែង និងការកំសាន្ដ Comment[kn]=ಆಟಗಳು ಹಾಗು ರಂಜನೆಗಳು Comment[ko]=게임 메뉴 Comment[ku]=Lîstik û demxweşî Comment[ky]=Оюндар жана эс алуу Comment[lg]=Mizannyo n'eby'okwesanyusa Comment[lt]=Žaidimai ir pramogos Comment[lv]=Spēles un izklaides programmas Comment[mai]=खेल आ मनोरंजन Comment[mg]=lalao sy fialam-boly Comment[mk]=Игри и забава Comment[ml]=കളികളും വിനോദങ്ങളും Comment[mn]=Тоглоом, зугаа цэнгэл Comment[mr]=खेळ व मनोरंजन Comment[ms]=Permainan dan hiburan Comment[nb]=Spill og underholdning Comment[ne]=खेल र मनोरञ्जन Comment[nl]=Spelletjes en vermaak Comment[nn]=Spel og underhaldning Comment[oc]=Jòcs e divertiments Comment[or]=ଖେଳ ଏବଂ ମନୋରଞ୍ଜନ Comment[pa]=ਖੇਡਾਂ ਅਤੇ ਮਨੋਰੰਜਨ Comment[pl]=Gry i rozrywka Comment[ps]=لوبې او مهالتيري Comment[pt]=Jogos e diversões Comment[pt_BR]=Jogos e diversões Comment[ro]=Jocuri și amuzamente Comment[ru]=Игры и развлечения Comment[si]=ක්රිඩා සහ විනොදාශ්වාද Comment[sk]=Hry a zábava Comment[sl]=Igre in zabava Comment[sq]=Lojra dhe argëtime Comment[sr]=Игре и забава Comment[sr@latin]=Igre i zabava Comment[sv]=Spel och underhållning Comment[ta]=விளையாட்டுகள் மற்றும் பொழுதுப்போக்குகள் Comment[te]=ఆటలు మరియు వినోదకాలు Comment[th]=เกมและความบันเทิง Comment[tr]=Oyun ve eğlencelikler Comment[tt_RU]=Уеннар һәм күңел ачу Comment[ug]=ئويۇن ۋە كۆڭۈل ئېچىش پروگراممىلىرى Comment[uk]=Ігри та розваги Comment[ur]=گیم اور کھیل Comment[ur_PK]=گیم اور کھیل Comment[uz@cyrillic]=Ўйинлар ва кўнгилочар дастурлар Comment[vi]=Trò chơi và giải trí Comment[xh]=Imidlalo nokuzihlekisa Comment[zh_CN]=游戏和休闲 Comment[zh_HK]=遊戲及娛樂 Comment[zh_TW]=遊戲及娛樂 Icon=applications-games Type=Directory 07070100000013000081A400000000000000000000000165FC129C000019E9000000000000000000000000000000000000005600000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-graphics.directory.in[Desktop Entry] Name=Graphics Name[af]=Grafika Name[ar]=الرّسوميّات Name[as]=গ্ৰাফিক্স Name[ast]=Gráficos Name[be]=Графіка Name[be@latin]=Hrafika Name[bg]=Графика Name[bn]=গ্রাফিক্স Name[bn_IN]=গ্রাফিক্স Name[br]=Grafikoù Name[ca]=Gràfics Name[cs]=Grafika Name[cy]=Graffeg Name[da]=Grafik Name[de]=Grafik Name[dz]=ཚད་རིས། Name[el]=Γραφικά Name[en_CA]=Graphics Name[en_GB]=Graphics Name[eo]=Grafikoj Name[es]=Gráficos Name[es_VE]=Gráficos Name[et]=Graafika Name[eu]=Irudiak Name[fa]=گرافیک Name[fi]=Grafiikka Name[fo]=Teknindi Name[fr]=Graphisme Name[frp]=Grafics Name[fur]=Grafiche Name[ga]=Grafaic Name[gl]=Gráficos Name[gn]=Baemo Ra'angaa Jajapoa Name[gu]=ગ્રાફિક્સ Name[he]=גרפיקה Name[hi]=आलेखी Name[hr]=Grafika Name[hu]=Grafika Name[hy]=Գրաֆիկա Name[id]=Grafis Name[io]=Grafikarti Name[is]=Myndefni Name[it]=Grafica Name[ja]=グラフィックス Name[ka]=გრაფიკა Name[kk]=Бейнелеу Name[km]=ក្រាហ្វិក Name[kn]=ಗ್ರಾಫಿಕ್ಸ್ Name[ko]=그래픽 Name[ku]=Grafîk Name[ky]=Графика Name[lg]=Eby'ebifaananyi Name[lt]=Grafika Name[lv]=Grafikas Name[mai]=आलेखी Name[mg]=Sary Name[mk]=Графика Name[ml]=ഗ്രാഫിക്സ് Name[mn]=График Name[mr]=चित्र-विज्ञान Name[ms]=Grafik Name[nb]=Grafikk Name[ne]=ग्राफिक्स Name[nl]=Grafisch Name[nn]=Bilete Name[oc]=Grafisme Name[or]=ଆଲେଖୀ Name[pa]=ਗਰਾਫ਼ਿਕਸ Name[pl]=Grafika Name[ps]=کښنيزونه Name[pt]=Gráficos Name[pt_BR]=Gráficos Name[ro]=Grafică Name[ru]=Графика Name[rw]=Ibishushanyo Name[si]=චිත්ර Name[sk]=Grafika Name[sl]=Grafika Name[sq]=Grafikë Name[sr]=Графика Name[sr@latin]=Grafika Name[sv]=Grafik Name[ta]=வரைகலை Name[te]=గ్రాఫిక్స్ Name[th]=รูปภาพ Name[tr]=Grafik Name[tt_RU]=Графика Name[ug]=گرافىك Name[uk]=Графіка Name[ur]=گریفکس Name[ur_PK]=گریفکس Name[uz@cyrillic]=Графика Name[vi]=Đồ họa Name[xh]=Iimo zezibonakalisi-nkqubo Name[zh_CN]=图像 Name[zh_HK]=美工繪圖 Name[zh_TW]=美工繪圖 Comment=Graphics applications Comment[af]=Grafika-toepassings Comment[ar]=تطبيقات الرّسوم Comment[as]=চাত্ৰাঙ্কিত অনুপ্ৰয়োগ Comment[ast]=Aplicaciones gráfiques Comment[be]=Графічныя праграмы Comment[be@latin]=Hrafičnyja aplikacyi Comment[bg]=Програми за работа с графика Comment[bn]=গ্রাফিক্স অ্যাপ্লিকেশন Comment[bn_IN]=গ্রাফিক্স অ্যাপ্লিকেশন Comment[br]=Poelladoù grafikoù Comment[ca]=Aplicacions gràfiques Comment[cs]=Aplikace pro grafiku Comment[cy]=Rhaglennu graffeg Comment[da]=Grafikprogrammer Comment[de]=Anwendungen zur Grafikbearbeitung Comment[dz]=ཚད་རིས་ཀྱི་གློག་རིམ། Comment[el]=Εφαρμογές γραφικών Comment[en_CA]=Graphics applications Comment[en_GB]=Graphics applications Comment[eo]=Grafikaj aplikaĵoj Comment[es]=Aplicaciones gráficas Comment[es_VE]=Aplicaciones gráficas Comment[et]=Graafikatöötlusprogrammid Comment[eu]=Irudi aplikazioak Comment[fa]=برنامههای گرافیکی Comment[fi]=Grafiikkasovellukset Comment[fo]=Teknindis nýtsluskipanir Comment[fr]=Applications graphiques Comment[frp]=Applicacions grafiques Comment[fur]=Aplicazions di grafiche Comment[ga]=Feidhmchláir grafaice Comment[gl]=Aplicacións de gráficos Comment[gn]=Baemo Ra'angaa Jajapoa Oia Comment[gu]=ગ્રાફિક્સ કાર્યક્રમો Comment[he]=יישומים גרפיים Comment[hi]=आलेखी अनुप्रयोग Comment[hr]=Grafičke aplikacije Comment[hu]=Grafikai alkalmazások Comment[hy]=Գրաֆիկական ծրագրեր Comment[id]=Aplikasi grafis Comment[io]=Programi pri grafikarti Comment[is]=Myndefnisforrit Comment[it]=Applicazioni grafiche Comment[ja]=グラフィックス関連のアプリケーションです Comment[ka]=გრაფიკული პროგრამები Comment[kk]=Графикалық қолданбалары Comment[km]=កម្មវិធីក្រាហ្វិក Comment[kn]=ಗ್ರಾಫಿಕ್ಸ್ ಅನ್ವಯಗಳು Comment[ko]=그래픽 응용프로그램 Comment[ku]=Sepanên grafîkê Comment[ky]=Графикалык иштемелер Comment[lg]=Puloguramu ezikola ku bifaananyi Comment[lt]=Grafinės programos Comment[lv]=Grafikas programmas Comment[mai]=आलेखी अनुप्रयोगसभ Comment[mg]=Rindran'asa fanaovan-tsary Comment[mk]=Графички апликации Comment[ml]=ഗ്രാഫിക്സ് പ്രയോഗങ്ങള് Comment[mn]=График програмууд Comment[mr]=चित्र-विज्ञान उपकरणं Comment[ms]=Aplikasi Grafik Comment[nb]=Grafiske programmer Comment[ne]=ग्राफिक्स अनुप्रयोग Comment[nl]=Grafische toepassingen Comment[nn]=Biletprogram Comment[oc]=Logicials grafics Comment[or]=ଆଲେଖୀ ପ୍ରୟୋଗ Comment[pa]=ਗਰਾਫ਼ਿਕਸ ਕਾਰਜ Comment[pl]=Programy graficzne Comment[ps]=کښنيزونو کاريالونه Comment[pt]=Aplicações gráficas Comment[pt_BR]=Aplicativos gráficos Comment[ro]=Programe de grafică Comment[ru]=Графические приложения Comment[si]=චිත්රක යෙදුම් Comment[sk]=Grafické aplikácie Comment[sl]=Grafični programi Comment[sq]=Programe grafiku Comment[sr]=Графички програми Comment[sr@latin]=Grafički programi Comment[sv]=Grafikprogram Comment[ta]=வரைகலை பயன்பாடுகள் Comment[te]=గ్రాఫిక్స్ అనువర్తనాలు Comment[th]=โปรแกรมสำหรับรูปภาพ Comment[tr]=Grafik uygulamaları Comment[tt_RU]=График кушымталар Comment[ug]=گرافىك پروگراممىلىرى Comment[uk]=Графічні програми Comment[ur]=گریفکس اطلاقیہ جات Comment[ur_PK]=گریفکس اطلاقیہ جات Comment[uz@cyrillic]=Графика дастурлари Comment[vi]=Ứng dụng đồ họa Comment[xh]=Iinkqubo ngeemo zezibonakalisi-nkqubo Comment[zh_CN]=图像应用程序 Comment[zh_HK]=繪圖工具 Comment[zh_TW]=繪圖工具 Icon=applications-graphics Type=Directory 07070100000014000081A400000000000000000000000165FC129C00002014000000000000000000000000000000000000005600000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-hardware.directory.in[Desktop Entry] Name=Hardware Name[af]=Hardeware Name[ar]=العتاد Name[as]=যান্ত্ৰিক সামগ্ৰী Name[ast]=Hardware Name[be]=Апаратура Name[be@latin]=Aparatura Name[bg]=Хардуер Name[bn]=হার্ডওয়্যার Name[bn_IN]=হার্ডওয়্যার Name[ca]=Maquinari Name[cs]=Hardware Name[da]=Hardware Name[de]=Hardware Name[dz]=སྲ་ཆས་ Name[el]=Υλικό Name[en_GB]=Hardware Name[eo]=Aparataro Name[es]=Hardware Name[es_VE]=Hardware Name[et]=Riistvara Name[eu]=Hardwarea Name[fa]=سختافزار Name[fi]=Laitteisto Name[fo]=Tólbúnaður Name[fr]=Matériel Name[frp]=Material Name[fur]=Hardware Name[ga]=Crua-Earraí Name[gl]=Hardware Name[gu]=હાર્ડવેર Name[he]=חומרה Name[hi]=हार्डवेयर Name[hr]=Sklopovlje Name[hu]=Hardver Name[hy]=Երկաթ Name[id]=Perangkat Keras Name[io]=Metalajaro Name[is]=Vélbúnaður Name[it]=Hardware Name[ja]=ハードウェア Name[kk]=Құрылғылар Name[km]=ផ្នែករឹង Name[kn]=ಯಂತ್ರಾಂಶ Name[ko]=하드웨어 Name[ku]=Hişkalav Name[lg]=Ebikola ku byuma bya kompyuta Name[lt]=Aparatinė įranga Name[lv]=Aparatūra Name[mk]=Хардвер Name[ml]=ഹാര്ഡ്വെയര് Name[mr]=हार्डवेअर Name[ms]=Perkakasan Name[nb]=Maskinvare Name[ne]=हार्डवेयर Name[nl]=Apparatuur Name[nn]=Maskinvare Name[oc]=Material Name[or]=ହାର୍ଡୱେର Name[pa]=ਹਾਰਡਵੇਅਰ Name[pl]=Sprzęt Name[ps]=هډوتري Name[pt]=Equipamento Name[pt_BR]=Hardware Name[ro]=Hardware Name[ru]=Оборудование Name[si]=දෘඩාංග Name[sk]=Hardvér Name[sl]=Strojna oprema Name[sq]=Hardware Name[sr]=Уређаји Name[sr@latin]=Uređaji Name[sv]=Hårdvara Name[ta]=வண் பொருட்கள் Name[te]=హార్డ్వేర్ Name[th]=ฮาร์ดแวร์ Name[tr]=Donanım Name[tt_RU]=Җиһазлар Name[ug]=قاتتىق دېتال Name[uk]=Обладнання Name[ur]=ہارڈویئر Name[ur_PK]=ہارڈویئر Name[uz@cyrillic]=Асбоб-ускуналар Name[vi]=Phần cứng Name[zh_CN]=硬件 Name[zh_HK]=硬件 Name[zh_TW]=硬體 Comment=Settings for several hardware devices Comment[af]=Instellings vir verskeie hardewaretoestelle Comment[ar]=إعدادات للعديد من أجهزة العتاد Comment[as]=বিবিধ যন্ত্ৰৰ সামগ্ৰীৰ সংক্ৰান্ত বৈশিষ্ট্য Comment[ast]=Opciones pa dellos preseos de hardware Comment[be]=Настаўленні для апаратуры Comment[be@latin]=Niekatoryja aparaturnyja nałady Comment[bg]=Настройки за много хардуерни устройства Comment[bn]=কিছু হার্ডওয়্যার ডিভাইসের জন্য সেটিং Comment[bn_IN]=বিবিধ হার্ডওয়্যার ডিভাইস সংক্রান্ত বৈশিষ্ট্য Comment[ca]=Paràmetres de diversos dispositius Comment[cs]=Nastavení různých hardwarových zařízení Comment[da]=Indstillinger for flere enheder af hardware Comment[de]=Einstellungen für Hardware Comment[dz]=སྲ་ཆས་ཀྱི་ཐབས་འཕྲུལ་ལེ་ཤ་ཅིག་གི་དོན་ལུ་སྒྲིག་སྟངས་ Comment[el]=Ρυθμίσεις για διάφορες συσκευές υλικού Comment[en_GB]=Settings for several hardware devices Comment[eo]=Agordoj por la aparataro Comment[es]=Propiedades para varios dispositivos de hardware Comment[es_VE]=Propiedades para varios dispositivos de hardware Comment[et]=Mõnede riistvaraliste seadmete sätted Comment[eu]=Hainbat gailurentzako ezarpenak Comment[fa]=تنظیمات دستگاههای مختلف سختافزاری Comment[fi]=Laitteiston asetukset Comment[fo]=Setingar fyri fleiri tólbúnðareindir Comment[fr]=Paramètres pour certains périphériques Comment[fur]=Impostazions par cetancj dispositîfs hardware Comment[ga]=Socruithe do roinnt ghléasanna crua-earraí Comment[gl]=Configuracións para varios dispositivos hardware Comment[gu]=ઘણા હાર્ડવેર ઉપકરણો માટે સુયોજનો Comment[he]=הגדרות עבור מספר התקני חומרה Comment[hi]=कई हार्डवेयर युक्तियों के लिए सेटिंग Comment[hr]=Postavke za razne uređaje Comment[hu]=Különböző hardvereszközök beállításai Comment[hy]=Տարբեր սարքերի հատկություններ Comment[id]=Penataan untuk beberapa peralatan perangkat keras Comment[is]=Uppsetning á ýmsum vélbúnaði Comment[it]=Impostazioni per parecchi dispositivi hardware Comment[ja]=使用するハードウェア・デバイスを設定します Comment[kk]=Құрылғылар үшін баптаулар Comment[km]=ការកំណត់សំរាប់ឧបករណ៍មួយចំនួនតូច Comment[kn]=ಹಲವಾರು ಯಂತ್ರಾಂಶ ಸಾಧನಗಳಿಗಾಗಿನ ಸಂಯೋಜನೆಗಳು Comment[ko]=하드웨어 장치를 설정합니다 Comment[ku]=Mîhengên çend cîhazên hişkalavê Comment[lg]=Entegeka y'ebyuma bya kompyuta ebitalibimu Comment[lt]=Kai kurių aparatinių įrenginių nustatymai Comment[lv]=Dažu aparatūras ierīču iestatījumi Comment[mk]=Поставувања за неколку хардверски уреди Comment[ml]=പലയിനം ഹാര്ഡ്വെയര് ഉപകരണങ്ങള്ക്കുള്ള സജ്ജീകരണങ്ങള് Comment[mr]=विविध हार्डवेअर साधन करीता संयोजना Comment[ms]=Tetapan untuk beberapa alat-alat perkakasan Comment[nb]=Innstillinger for forskjellige maskinvareenheter Comment[ne]=विभिन्न हार्डवेयर यन्त्रका लागि सेटिङ Comment[nl]=Instellingen voor verschillende apparaten Comment[nn]=Innstillingar for maskinvareeiningar Comment[oc]=Paramètres per d'unes periferics materials Comment[or]=କେତେକ ହାର୍ଡୱେର ଯନ୍ତ୍ରଗୁଡିକ ପାଇଁ ବିନ୍ୟାସ Comment[pa]=ਕਈ ਹਾਰਡਵੇਅਰ ਜੰਤਰਾਂ ਲਈ ਸੈਟਿੰਗ Comment[pl]=Ustawienia dla wielu urządzeń Comment[ps]=د ډېرو هډوتري وزلو لپاره امستنې Comment[pt]=Definições para vários dispositivos Comment[pt_BR]=Configurações para vários dispositivos de hardware Comment[ro]=Configurări pentru dispozitivele hardware Comment[ru]=Параметры нескольких аппаратных устройств Comment[si]=විවිධ දෘඩාංග උපාංග සදහා සැකසුම් Comment[sk]=Nastavenia pre viacero hardvérových zariadení Comment[sl]=Nastavitve strojnih naprav Comment[sq]=Rregullime për dispozitivë të ndryshëm Comment[sr]=Подешавања за неке уређаје Comment[sr@latin]=Podešavanja za neke uređaje Comment[sv]=Inställningar för ett flertal hårdvaruenheter Comment[ta]=பல வண் பொருட்களுக்கான அமைப்புகள் Comment[te]=అనేక హార్డ్వేర్ పరికరాల కొరకు అమరికలు Comment[th]=ตั้งค่าอุปกรณ์ฮาร์ดแวร์ต่างๆ Comment[tr]=Bazı donanım aygıtları için ayarlar Comment[tt_RU]=Кайбер аппарат җиһазлар өчен көйләүләр Comment[ug]=قاتتىق دېتاللار تەڭشىكى Comment[uk]=Налаштування для декількох апаратних пристроїв Comment[ur]=ترتیبات برائے ہارڈویئر ڈیوائسز Comment[ur_PK]=ترتیبات برائے ہارڈویئر ڈیوائسز Comment[vi]=Thiết lập cho các thiết bị phần cứng Comment[zh_CN]=设置各种硬件设备 Comment[zh_HK]=多種硬件的設定 Comment[zh_TW]=多種硬體的設定 Icon=preferences-desktop-peripherals Type=Directory 07070100000015000081A400000000000000000000000165FC129C00002024000000000000000000000000000000000000006200000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-internet-and-network.directory.in[Desktop Entry] Name=Internet and Network Name[af]=Internet en netwerk Name[ar]=الإنترنت والشّبكة Name[as]=ইন্টাৰনেট ও নেটৱৰ্ক Name[ast]=Internet y rede Name[be]=Інтэрнэт і сетка Name[be@latin]=Internet i sietka Name[bg]=Интернет и мрежа Name[bn]=ইন্টারনেট এবং নেটওয়ার্ক Name[bn_IN]=ইন্টারনেট ও নেটওয়ার্ক Name[ca]=Internet i xarxa Name[cs]=Internet a síť Name[da]=Internet og netværk Name[de]=Internet und Netzwerke Name[dz]=ཨིན་ཊར་ནེཊི་དང་ཡོངས་འབྲེལ་ Name[el]=Διαδίκτυο και δίκτυο Name[en_GB]=Internet and Network Name[eo]=Interreto kaj reto Name[es]=Internet y red Name[es_VE]=Internet y red Name[et]=Internet ja võrk Name[eu]=Internet eta sarea Name[fa]=اینترنت و شبکه Name[fi]=Internet ja verkko Name[fo]=Alnet og net Name[fr]=Internet et réseau Name[frp]=Internet é Téla Name[fur]=Internet e Rêt Name[ga]=Idirlíon agus Líonra Name[gl]=Internet e rede Name[gu]=ઈન્ટરનેટ અને નેટવર્ક Name[he]=אינטרט ורשת Name[hi]=इंटरनेट व संजाल Name[hr]=Internet i Mreža Name[hu]=Internet és hálózat Name[hy]=Ինտերնետ և Ցանց Name[id]=Internet dan Jaringan Name[io]=Interreto e Reto Name[is]=Internet og netkerfi Name[it]=Internet e rete Name[ja]=インターネットとネットワーク Name[kk]=Интернет және желі Name[km]=អ៊ីនធឺណិត និងបណ្ដាញ Name[kn]=ಅಂತರ್ಜಾಲ ಹಾಗು ಜಾಲಬಂಧ Name[ko]=인터넷과 네트워크 Name[ku]=Înternet û Tor Name[lg]=Ebya Yintaneti n'okuwulirizagana ne kompyuta ndala Name[lt]=Internetas ir tinklas Name[lv]=Internets un tīkli Name[mk]=Интернет и мрежа Name[ml]=ഇന്റര്നെറ്റും ശൃംഖലയും Name[mr]=महाजाळ व संजाळ Name[ms]=Internet dan Rangkaian Name[nb]=Internett og nettverk Name[ne]=इन्टरनेट र सञ्जाल Name[nl]=Internet en netwerk Name[nn]=Internett og nettverk Name[oc]=Internet e ret Name[or]=ଇନ୍ଟରନେଟ ଏବଂ ନେଟୱର୍କ Name[pa]=ਇੰਟਰਨੈੱਟ ਅਤੇ ਨੈੱਟਵਰਕ Name[pl]=Internet i sieć Name[ps]=اېنټرنېټ او ځال Name[pt]=Internet e rede Name[pt_BR]=Internet e rede Name[ro]=Internet și rețea Name[ru]=Интернет и сеть Name[si]=අන්තර්ජාලය සහ ජාලය Name[sk]=Internet a sieť Name[sl]=Internet in omrežje Name[sq]=Internet dhe Rrjet Name[sr]=Интернет и мрежа Name[sr@latin]=Internet i mreža Name[sv]=Internet och nätverk Name[ta]=இணையம் மற்றும் வலையமைப்பு Name[te]=అంతర్జాలం మరియు నెట్వర్క్ Name[th]=อินเทอร์เน็ตและเครือข่าย Name[tr]=İnternet ve Ağ Name[tt_RU]=Интернет һәм Челтәр Name[ug]=ئىنتېرنېت ۋە تور Name[uk]=Інтернет та мережа Name[ur]=انٹرنیٹ اور نیٹ ورک Name[ur_PK]=انٹرنیٹ اور نیٹ ورک Name[uz@cyrillic]=Интернет ва тармоқ Name[vi]=Internet và mạng Name[zh_CN]=互联网和网络 Name[zh_HK]=互聯網及網絡 Name[zh_TW]=網際網路及網路 Comment=Network-related settings Comment[af]=Netwerkverwante instellings Comment[ar]=الإعدادات المتعلّقة بالشّبكة Comment[as]=নেটৱৰ্ক সংক্ৰান্ত বৈশিষ্ট্য Comment[ast]=Opciones rellacionaes col trabayu en rede Comment[be]=Настаўленні сеткі Comment[be@latin]=Sietkavyja nałady Comment[bg]=Настройки за мрежата Comment[bn]=নেটওয়ার্ক সম্পর্কিত সেটিং Comment[bn_IN]=নেটওয়ার্ক সংক্রান্ত বৈশিষ্ট্য Comment[ca]=Paràmetres de xarxa Comment[cs]=Nastavení související se sítí Comment[da]=Netværksrelaterede indstillinger Comment[de]=Einstellungen für Netzwerke Comment[dz]=ཡོང་འབྲེལ་དང་འབྲེལ་བའི་སྒྲིག་སྟངས་ Comment[el]=Ρυθμίσεις για το δίκτυο Comment[en_GB]=Network-related settings Comment[eo]=Ret-rilataj agordoj Comment[es]=Propiedades relacionadas con la red Comment[es_VE]=Propiedades relacionadas con la red Comment[et]=Võrguga seotud sätted Comment[eu]=Sareko ezarpenak Comment[fa]=تنظیمات مربوط به شبکه Comment[fi]=Verkkoon liittyvät asetukset Comment[fo]=Net tengdar setingar Comment[fr]=Paramètres concernant le réseau Comment[frp]=Configuracion da Téla Comment[fur]=Impostazions de rêt Comment[ga]=Socruithe líonra-gaolta Comment[gl]=Configuracións relacionadas coa rede Comment[gu]=નેટવર્ક-સંબંધિત સુયોજનો Comment[he]=הגדרות רשת Comment[hi]=संजाल संबंधित सेटिंग Comment[hr]=Mrežne postavke Comment[hu]=Hálózattal kapcsolatos beállítások Comment[hy]=Ցանցային հատկություններ Comment[id]=Penataan terkait jaringan Comment[io]=Retala setuesi Comment[is]=Netkerfistengdar stillingar Comment[it]=Impostazioni relative alla rete Comment[ja]=ネットワークに関連する設定を行います Comment[kk]=Желіге байланысты баптаулар Comment[km]=ការកំណត់ដែលទាក់ទងជាមួយនឹងបណ្ដាញ Comment[kn]=ಜಾಲಬಂಧ-ಸಂಬಂಧಿತ ಸಂಯೋಜನೆಗಳು Comment[ko]=네트워크와 관련된 설정을 합니다 Comment[ku]=Mîhengên têkildarî torê Comment[lg]=Entegeka ezifuga okuwulirizagana ne kompyuta ndala Comment[lt]=Su tinklu susiję nustatymai Comment[lv]=Ar tīklu saistīti iestatījumi Comment[mk]=Поставувања кои се однесуваат на мрежа Comment[ml]=ശൃംഖലയുമായി ബന്ധപ്പെട്ട സജ്ജീകരണങ്ങള് Comment[mr]=संजाळ-संबंधी संयोजना Comment[ms]=Tetapan rangkaian-berkaitan Comment[nb]=Nettverksrelaterte innstillinger Comment[ne]=सञ्जाल सम्बन्धि सेटिङ Comment[nl]=Netwerkgerelateerde instellingen Comment[nn]=Nettverksinnstillingar Comment[oc]=Paramètres en relacion amb la ret Comment[or]=ନେଟୱର୍କ ସମ୍ପର୍କୀୟ ବିନ୍ୟାସ Comment[pa]=ਨੈੱਟਵਰਕ ਨਾਲ ਸਬੰਧਤ ਸੈਟਿੰਗ Comment[pl]=Ustawienia związane z siecią Comment[ps]=ځال پورې تړلې امستنې Comment[pt]=Definições de rede Comment[pt_BR]=Configurações de rede Comment[ro]=Configurări pentru rețea Comment[ru]=Параметры, относящиеся к настройке сети Comment[si]=ජාලය සම්බන්ද සැකසුම් Comment[sk]=Nastavenia súvisiace so sieťou Comment[sl]=Nastavitve omrežja Comment[sq]=Rregullime lidhur me Rrjetin Comment[sr]=Мрежна подешавања Comment[sr@latin]=Mrežna podešavanja Comment[sv]=Nätverksrelaterade inställningar Comment[ta]=வலையமைப்பு சார்ந்த வடிவமைப்புகள் Comment[te]=నెట్వర్క్-సంబంధిత అమరికలు Comment[th]=ตั้งค่าเกี่ยวกับเครือข่าย Comment[tr]=Ağ ile ilgili ayarlar Comment[tt_RU]=Челтәргә бәйләнешле көйләүләр Comment[ug]=تورغا مۇناسىۋەتلىك تەڭشەك Comment[uk]=Мережні налаштування Comment[ur]=نیٹ ورک سے متعلقہ ترتیبات Comment[ur_PK]=نیٹ ورک سے متعلقہ ترتیبات Comment[uz@cyrillic]=Тармоққа оид мосламалар Comment[vi]=Thiết lập mạng Comment[zh_CN]=网络相关的设置 Comment[zh_HK]=網絡相關設定 Comment[zh_TW]=網路相關設定 Icon=preferences-system-network Type=Directory 07070100000016000081A400000000000000000000000165FC129C00000057000000000000000000000000000000000000005300000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-leave.directory.in[Desktop Entry] Icon=system-shutdown Type=Directory #TRANSLATIONS_DIR=../translations 07070100000017000081A400000000000000000000000165FC129C00002BA1000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-look-and-feel.directory.in[Desktop Entry] Name=Look and Feel Name[af]=Voorkoms en gedrag Name[ar]=المظهر والإحساس Name[as]=চেহেৰা ছবি Name[ast]=Aldéu Name[be]=Вонкавы выгляд Name[be@latin]=Vyhlad Name[bg]=Външен изглед Name[bn]=অবয়ম এবং উপস্থাপনা Name[bn_IN]=চেহারা ছবি Name[ca]=Aparença Name[cs]=Vzhled a chování Name[da]=Udseende og opførsel Name[de]=Darstellung Name[dz]=བལྟ་ནི་དང་འཚོར་སྣང་ Name[el]=Μορφή εμφάνισης Name[en_GB]=Look and Feel Name[eo]=Aspekto Name[es]=Apariencia y comportamiento Name[es_VE]=Visualización y comportamiento Name[et]=Välimus ja tunnetus Name[eu]=Itxura eta izaera Name[fa]=شکل و رفتار Name[fi]=Ulkoasu ja käyttötuntuma Name[fo]=Útsjónd og atburður Name[fr]=Apparence Name[fur]=Aspiet e stîl Name[ga]=Cuma agus Mothú Name[gl]=Visualización e comportamento Name[gu]=દેખાવ અને વર્તણૂક Name[he]=מראה ותחושה Name[hi]=रूप व रंग Name[hr]=Ponašanje i Izgled Name[hu]=Megjelenés Name[hy]=Տեսք Name[id]=Tampilan dan Rasa Name[io]=Aspekto e Sento Name[is]=Útlit og viðmót Name[it]=Aspetto e stile Name[ja]=ルック&フィール Name[kk]=Сыртқы түрі Name[km]=រូបរាង និង មុខងារ Name[kn]=ನೋಟ ಹಾಗು ಮಾಟ Name[ko]=모양새 Name[ku]=Dîtin û Hestkirin Name[lg]=Endabika n'enkola Name[lt]=Išvaizda ir elgsena Name[lv]=Izskats un uzvedība Name[mk]=Изглед Name[ml]=ചമയം Name[mr]=दृश्य व प्रभाव Name[ms]=Lihat dan Berasa Name[nb]=Utseende og oppførsel Name[ne]=हेर्नुहोस् अनुभव गर्नुहोस् Name[nl]=Uiterlijk en bediening Name[nn]=Utsjånad Name[or]=ଦେଖନ୍ତୁ ଏବଂ ଅନୁଭବ କରନ୍ତୁ Name[pa]=ਦਿੱਖ ਅਤੇ ਵਰਤੋਂ Name[pl]=Wygląd Name[ps]=ښکارېدنه Name[pt]=Aparência e comportamento Name[pt_BR]=Visual e comportamento Name[ro]=Aspect și comportament Name[ru]=Оформление Name[si]=පෙනුම සහ දැනිම Name[sk]=Vzhľad a správanie Name[sl]=Videz in občutek Name[sq]=Pamje dhe Ndjesi Name[sr]=Изглед и понашање Name[sr@latin]=Izgled i ponašanje Name[sv]=Utseende och beteende Name[ta]=பார்வையும் உணர்வும் Name[te]=రూపు రేఖలు Name[th]=รูปลักษณ์และการใช้งาน Name[tr]=Görünüş ve İşleyiş Name[tt_RU]=Тышкы кыяфәт Name[ug]=كۆرۈنۈش ۋە تۇيغۇ Name[uk]=Оформлення Name[ur]=منظر اور احساس Name[ur_PK]=منظر اور احساس Name[uz@cyrillic]=Ташқи кўриниши Name[vi]=Sắc thái Name[zh_CN]=观感 Name[zh_HK]=外觀與感覺 Name[zh_TW]=外觀與感覺 Comment=Settings controlling the desktop appearance and behavior Comment[af]=Instellings wat die werkskerm se voorkoms en gedrag beheer Comment[ar]=إعدادات تتحكّم في مظهر سطح المكتب وسلوكه Comment[as]=ডেস্কটপৰ চেহেৰা ও আচৰণ নিয়ন্ত্ৰণকাৰী বৈশিষ্ট্য Comment[ast]=Propiedaes que remanen l'aldéu y el comportamientu del escritoriu Comment[be]=Настаўленні, якія кантралююць вонкавы выгляд і паводзіны асяроддзя Comment[be@latin]=Nałady vyhladu j pavodzinaŭ Comment[bg]=Настройки за външния изглед и поведение на работния плот Comment[bn]=ডেক্সটপ অবয়ব এবং আচরণ নিয়ন্ত্রণকারী সেটিং Comment[bn_IN]=ডেস্কটপের চেহারা ও আচরণ নিয়ন্ত্রণকারী বৈশিষ্ট্য Comment[ca]=Paràmetres de l'aparença i comportament de l'escriptori Comment[cs]=Nastavení ovládající vzhled a chování pracovního prostředí Comment[da]=Indstillinger for kontrol af skrivebordets udseende og opførelse Comment[de]=Einstellungen, die das Aussehen und Verhalten des Desktops festlegen Comment[dz]=ཌེཀསི་ཊོཔ་གི་འབྱུང་སྣང་དང་སྤཡོད་ལམ་འདི་ཚད་འཛིན་འབད་མི་སྒྲིག་སྟངས་ Comment[el]=Ρυθμίσεις για την εμφάνιση και συμπεριφορά της επιφάνειας εργασίας Comment[en_GB]=Settings controlling the desktop appearance and behaviour Comment[eo]=Agordoj pri la aspekto kaj la konduto de la labortablo Comment[es]=Propiedades que controlan la apariencia y el comportamiento del escritorio Comment[es_VE]=Propiedades que controlan la apariencia y el comportamiento del escritorio Comment[et]=Töölaua välimuse ja käitumise juhtimine Comment[eu]=Mahaigainaren itxura eta portaera kontrolatzeko ezarpenak Comment[fa]=تنظیماتی که ظاهر و رفتار رومیزی را کنترل میکنند Comment[fi]=Työpöytäympäristön ulkoasua ja toimintaa ohjaavat asetukset Comment[fo]=Setingar ið stýra útsjónd og atburð á skriviborðinum Comment[fr]=Paramètres contrôlant l'apparence et le comportement du bureau Comment[fur]=Impostazions ch'a controlin l'aspiet e il compuartament dal desktop Comment[ga]=Socruithe ag rialú cuma agus oibrithe na deisce Comment[gl]=Configuracións que controlan a aparencia e o comportamento do escritorio Comment[gu]=ડેસ્કટોપ દેખાવ અને વર્તણૂક સંભાળી રહેલ સુયોજનો Comment[he]=הגדרות לשליטה במראה ובהתנהגות שולחן העבודה Comment[hi]=सेटिंग डेस्कटॉप प्रकटन व व्यवहार का नियंत्रण कर रहा है Comment[hr]=Postavke za kontrolu ponašanja radne površine Comment[hu]=A munkaasztal megjelenését és viselkedését vezérlő beállítások Comment[hy]=Աշխատասեղանի տեսքի և վարքի հատկություններ Comment[id]=Penataan mengendalikan tampilan dan perilaku desktop Comment[is]=Stillingar sem stjórna útliti og hegðun skjáborðsins Comment[it]=Impostazioni che controllano l'aspetto e il comportamento del desktop Comment[ja]=デスクトップの外観や動きを調整します Comment[kk]=Жұмыс үстелінің сыртқы түрін мен мінез-құлығын басқаратын баптаулар Comment[km]=ការកំណត់បញ្ជារូបរាង និង ឥរិយាបថ របស់ផ្ទៃតុ Comment[kn]=ಗಣಕತೆರೆಯ ಸ್ವರೂಪ ಹಾಗು ವರ್ತನೆಯನ್ನು ನಿಯಂತ್ರಿಸುವ ಸಂಯೋಜನೆಗಳು Comment[ko]=바탕환경의 모양새와 행동을 설정합니다 Comment[ku]=Mîhengên xuyabûn û tevgerînên sermasê Comment[lg]=Entegeka ezifuga endabika n'enkola eby'awakolerwa Comment[lt]=Darbo aplinkos išvaizdos ir elgsenos nustatymai Comment[lv]=Iestatījumi, kas nosaka darbavirsmas izskatu un uzvedību Comment[mk]=Поставувања кои го контролираат изгледот на работната површина и однесувањето Comment[ml]=പണിയിടത്തിന്റെ കാഴ്ചയും പെരുമാറ്റവും നിയന്ത്രിയ്ക്കുന്ന സജ്ജീകരണങ്ങള് Comment[mr]=डेस्कटॉप दृश्य व वागणूक नियंत्रीत करणारी संयोजना Comment[ms]=Tetapan pengawalan rupa desktop dan tingkah laku Comment[nb]=Innstillinger som kontrollerer utseende og oppførsel for skrivebordet Comment[ne]=डेस्कटप देखावट र व्यवहार नियन्त्रण गर्ने सेटिङ Comment[nl]=Instellingen voor het uiterlijk en gedrag van de werkomgeving Comment[nn]=Innstillingar for utsjånaden og åtferda til skrivebordet Comment[or]=ଡେସ୍କଟପ ପରିଦୃଶ୍ୟ ଏବଂ ଆଚରଣ କୁ ନିୟନ୍ତ୍ରଣ କରୁଥିବା ବିନ୍ୟାସ Comment[pa]=ਡੈਸਕਟਾਪ ਦਿੱਖ ਅਤੇ ਰਵੱਈਆ ਕੰਟਰੋਲ ਕਰਨ ਲਈ ਸੈਟਿੰਗ Comment[pl]=Ustawienia wyglądu i działania środowiska Comment[ps]=د سرپاڼې د ښکارېدو او کړه وړې امستنې Comment[pt]=Definições que controlam a aparência e comportamento do ambiente de trabalho Comment[pt_BR]=Configurações que controlam o visual e o comportamento da área de trabalho Comment[ro]=Preferințe privind aspectul și comportamentul desktopului Comment[ru]=Параметры, влияющие на внешний вид и поведение рабочего стола Comment[si]=මුලිකතිතයෙ පෙනුම සහ ක්රියාකාරිත්වය පාලනය කරන්නාවු සැකසුම් Comment[sk]=Nastavenia vzhľadu a správania pracovnej plochy Comment[sl]=Nastavitve videza in obnašanja namizja Comment[sq]=Rregullime që kontrollojnë pamjen e hapësirës së punës dhe sjelljen Comment[sr]=Подешавање изгледа и понашања радног окружења Comment[sr@latin]=Podešavanje izgleda i ponašanja radnog okruženja Comment[sv]=Inställningar som kontrollerar skrivbordets utseende och beteende Comment[ta]=மேல்மேசையின் தோற்றம் மற்றும் நடத்தைகளை கட்டுப்படுத்தும் வடிவமைப்பு Comment[te]=డెస్క్టాప్ రూపాన్ని మరియు ప్రవర్తనను నియంత్రణ చేయు అమరికలు Comment[th]=ตั้งค่าควบคุมรูปโฉมและพฤติกรรมของเดสก์ท็อป Comment[tr]=Masaüstü görünüm ve işleyişini kontrol eden ayarlar Comment[tt_RU]=Эш өстәленең тыш кыяфәтен һәм гадәтен үзгәртүче көйләүләр Comment[ug]=ئۈستەلئۈستى ئۇسلۇبى ۋە ھەرىكىتىنى كونترول قىلىش تەڭشىكى Comment[uk]=Налаштування зовнішнього вигляду та поведінки робочого столу Comment[ur]=ترتیبات برائے ڈیسک ٹاپ مظہر اور سلوک Comment[ur_PK]=ترتیبات برائے ڈیسک ٹاپ مظہر اور سلوک Comment[uz@cyrillic]=Иш столининг ташқи кўриниши ва хусусиятларига оид мосламалар Comment[vi]=Thiết lập điều khiển diện mạo và cách ứng xử của hệ thống Comment[zh_CN]=控制桌面外观和行为的设置 Comment[zh_HK]=控制桌面顯示方式及行為的設定 Comment[zh_TW]=控制桌面顯示方式及行為的設定 Icon=preferences-desktop Type=Directory 07070100000018000081A400000000000000000000000165FC129C00001513000000000000000000000000000000000000005F00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-menu-applications.directory.in[Desktop Entry] Name=Applications Name[af]=Toepassings Name[ar]=التّطبيقات Name[as]=অনুপ্ৰয়োগ Name[ast]=Aplicaciones Name[be]=Праграмы Name[be@latin]=Aplikacyi Name[bg]=Програми Name[bn]=অ্যাপলিকেশন Name[bn_IN]=অ্যাপলিকেশন Name[br]=Arloadoù Name[ca]=Aplicacions Name[cs]=Aplikace Name[cy]=Rhaglenni Name[da]=Programmer Name[de]=Anwendungen Name[dz]=གློག་རིམ། Name[el]=Εφαρμογές Name[en_CA]=Applications Name[en_GB]=Applications Name[eo]=Aplikaĵoj Name[es]=Aplicaciones Name[es_VE]=Aplicaciones Name[et]=Rakendused Name[eu]=Aplikazioak Name[fa]=برنامهها Name[fi]=Sovellukset Name[fo]=Nýtsluskipanir Name[fr]=Applications Name[frp]=Aplicacions Name[fur]=Aplicazions Name[ga]=Feidhmchláir Name[gl]=Aplicacións Name[gn]=Enhepynru Apy Name[gu]=કાર્યક્રમો Name[he]=יישומים Name[hi]=अनुप्रयोग Name[hr]=Aplikacije Name[hu]=Alkalmazások Name[hy]=Ծրագրեր Name[id]=Aplikasi Name[io]=Programi Name[is]=Forrit Name[it]=Applicazioni Name[ja]=アプリケーション Name[ka]=პროგრამები Name[kk]=Қолданбалар Name[km]=កម្មវិធី Name[kn]=ಅನ್ವಯಗಳು Name[ko]=프로그램 Name[ku]=Sepan Name[ky]=Иштемелер Name[lg]=Zi-puloguramu Name[lt]=Programos Name[lv]=Programmas Name[mai]=अनुप्रयोग Name[mg]=Rindran'asa Name[mk]=Апликации Name[ml]=പ്രയോഗങ്ങള് Name[mn]=Програмууд Name[mr]=उपकरणं Name[ms]=Aplikasi Name[nb]=Programmer Name[ne]=अनुप्रयोग Name[nl]=Toepassingen Name[nn]=Program Name[oc]=Aplicacions Name[or]=ପ୍ରୟୋଗ Name[pa]=ਕਾਰਜ Name[pl]=Programy Name[ps]=کاريالونه Name[pt]=Aplicações Name[pt_BR]=Aplicativos Name[ro]=Programe Name[ru]=Приложения Name[rw]=Porogaramu Name[si]=යෙදුම් Name[sk]=Aplikácie Name[sl]=Programi Name[sq]=Programe Name[sr]=Програми Name[sr@latin]=Programi Name[sv]=Program Name[ta]=பயன்பாடுகள் Name[te]=అనువర్తనాలు Name[th]=โปรแกรม Name[tr]=Uygulamalar Name[tt_RU]=Кушымталар Name[ug]=پروگراممىلار Name[uk]=Програми Name[ur]=اطلاقیہ جات Name[ur_PK]=اطلاقیہ جات Name[uz@cyrillic]=Дастурлар Name[vi]=Ứng dụng Name[xh]=Iinkqubo Name[zh_CN]=应用程序 Name[zh_HK]=應用程式 Name[zh_TW]=應用程式 Comment=Applications Comment[af]=Toepassings Comment[ar]=التّطبيقات Comment[as]=অনুপ্ৰয়োগ Comment[ast]=Aplicaciones Comment[be]=Праграмы Comment[be@latin]=Aplikacyi Comment[bg]=Програми Comment[bn]=অ্যাপলিকেশন Comment[bn_IN]=অ্যাপলিকেশন Comment[br]=Arloadoù Comment[ca]=Aplicacions Comment[cs]=Aplikace Comment[cy]=Rhaglenni Comment[da]=Programmer Comment[de]=Anwendungen Comment[dz]=གློག་རིམ། Comment[el]=Εφαρμογές Comment[en_CA]=Applications Comment[en_GB]=Applications Comment[eo]=Aplikaĵoj Comment[es]=Aplicaciones Comment[es_VE]=Aplicaciones Comment[et]=Rakendused Comment[eu]=Aplikazioak Comment[fa]=برنامهها Comment[fi]=Sovellukset Comment[fo]=Nýtsluskipanir Comment[fr]=Applications Comment[frp]=Aplicacions Comment[fur]=Aplicazions Comment[ga]=Feidhmchláir Comment[gl]=Aplicacións Comment[gn]=Enhepynru Apy Comment[gu]=કાર્યક્રમો Comment[he]=יישומים Comment[hi]=अनुप्रयोग Comment[hr]=Aplikacije Comment[hu]=Alkalmazások Comment[hy]=Ծրագրեր Comment[id]=Aplikasi Comment[io]=Programi Comment[is]=Forrit Comment[it]=Applicazioni Comment[ja]=アプリケーション Comment[ka]=პროგრამები Comment[kk]=Қолданбалар Comment[km]=កម្មវិធី Comment[kn]=ಅನ್ವಯಗಳು Comment[ko]=프로그램 Comment[ku]=Sepan Comment[ky]=Иштемелер Comment[lg]=Zi-puloguramu Comment[lt]=Programos Comment[lv]=Programmas Comment[mai]=अनुप्रयोग Comment[mg]=Rindran'asa Comment[mk]=Апликации Comment[ml]=പ്രയോഗങ്ങള് Comment[mn]=Програмууд Comment[mr]=उपकरणं Comment[ms]=Aplikasi Comment[nb]=Programmer Comment[ne]=अनुप्रयोग Comment[nl]=Toepassingen Comment[nn]=Program Comment[oc]=Aplicacions Comment[or]=ପ୍ରୟୋଗ Comment[pa]=ਕਾਰਜ Comment[pl]=Programy Comment[ps]=کاريالونه Comment[pt]=Aplicações Comment[pt_BR]=Aplicativos Comment[ro]=Programe Comment[ru]=Приложения Comment[rw]=Porogaramu Comment[si]=යෙදුම් Comment[sk]=Aplikácie Comment[sl]=Programi Comment[sq]=Programe Comment[sr]=Програми Comment[sr@latin]=Programi Comment[sv]=Program Comment[ta]=பயன்பாடுகள் Comment[te]=అనువర్తనాలు Comment[th]=โปรแกรม Comment[tr]=Uygulamalar Comment[tt_RU]=Кушымталар Comment[ug]=پروگراممىلار Comment[uk]=Програми Comment[ur]=اطلاقیہ جات Comment[ur_PK]=اطلاقیہ جات Comment[uz@cyrillic]=Дастурлар Comment[vi]=Ứng dụng Comment[xh]=Iinkqubo Comment[zh_CN]=应用程序 Comment[zh_HK]=應用程式 Comment[zh_TW]=應用程式 Icon=applications-other Type=Directory 07070100000019000081A400000000000000000000000165FC129C00002445000000000000000000000000000000000000005900000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-menu-system.directory.in[Desktop Entry] Name=System Name[af]=Stelsel Name[ar]=النّظام Name[as]=ব্যৱস্থাপ্ৰণালী Name[ast]=Sistema Name[be]=Сістэма Name[be@latin]=Systema Name[bg]=Система Name[bn]=সিস্টেম Name[bn_IN]=সিস্টেম Name[ca]=Sistema Name[cs]=Systém Name[da]=System Name[de]=System Name[dz]=རིམ་ལུགས་ Name[el]=Σύστημα Name[en_GB]=System Name[eo]=Sistemo Name[es]=Sistema Name[es_VE]=Sistema Name[et]=Süsteem Name[eu]=Sistema Name[fa]=سیستم Name[fi]=Järjestelmä Name[fo]=Kervi Name[fr]=Système Name[frp]=Sistemo Name[fur]=Sisteme Name[ga]=Córas Name[gl]=Sistema Name[gu]=સિસ્ટમ Name[he]=מערכת Name[hi]=तंत्र Name[hr]=Sustav Name[hu]=Rendszer Name[id]=Sistem Name[io]=Sistemo Name[is]=Kerfið Name[it]=Sistema Name[ja]=システム Name[kk]=Жүйелік Name[km]=ប្រព័ន្ធ Name[kn]=ಗಣಕ Name[ko]=시스템 Name[ku]=Pergal Name[lg]=Sisitemu Name[lt]=Sistema Name[lv]=Sistēma Name[mk]=Систем Name[ml]=സിസ്റ്റം Name[mr]=प्रणाली Name[ms]=Sistem Name[nb]=System Name[ne]=प्रणाली Name[nl]=Systeem Name[nn]=System Name[oc]=Sistèma Name[or]=ତନ୍ତ୍ର Name[pa]=ਸਿਸਟਮ Name[pl]=System Name[ps]=غونډال Name[pt]=Sistema Name[pt_BR]=Sistema Name[ro]=Sistem Name[ru]=Система Name[si]=පද්දති Name[sk]=Systém Name[sl]=Sistem Name[sq]=Sistemi Name[sr]=Системски алати Name[sr@latin]=Sistemski alati Name[sv]=System Name[ta]=கணிப்பொறி Name[te]=వ్యవస్థ Name[th]=ระบบ Name[tr]=Sistem Name[tt_RU]=Система Name[ug]=سىستېما Name[uk]=Система Name[ur]=نظام Name[ur_PK]=نظام Name[uz@cyrillic]=Тизим Name[vi]=Hệ thống Name[zh_CN]=系统 Name[zh_HK]=系統 Name[zh_TW]=系統 Comment=Personal preferences and administration settings Comment[af]=Persoonlike voorkeure en administrasie-instellings Comment[ar]=التّفضيلات الشّخصيّة و إعدادات المدير Comment[as]=ব্যক্তিগত পছন্দ ও প্ৰশাসনিক বৈশিষ্ট্য Comment[ast]=Preferencies personales y parámetros d'alministración Comment[be]=Асабістыя перавагі і адміністрацыйныя настаўленні Comment[be@latin]=Asabistyja i administracyjnyja nałady Comment[bg]=Лични предпочитания и административни настройки Comment[bn]=ব্যক্তিগত পছন্দতালিকা এবং অ্যাডমিনস্ট্রেশন সেটিং Comment[bn_IN]=ব্যক্তিগত পছন্দ ও প্রশাসনিক বৈশিষ্ট্য Comment[br]=Pezh a blij deoc'h ar muiañ ha neuziadoù ar mererezh Comment[ca]=Preferències personals i dels programes d'administració Comment[cs]=Osobní volby a nastavení správy Comment[cy]=Hoffterau personol a gosodiadau gweinyddol Comment[da]=Personlige indstillinger og administrationskonfiguration Comment[de]=Individuelle und Systemeinstellungen Comment[dz]=རང་དོན་དགའ་གདམ་དང་ བདག་སྐྱོང་གི་གཞི་སྒྲིག་ཚུ། Comment[el]=Προσωπικές προτιμήσεις και ρυθμίσεις διαχείρισης Comment[en_CA]=Personal preferences and administration settings Comment[en_GB]=Personal preferences and administration settings Comment[eo]=Personaj preferoj kaj administraj agordoj Comment[es]=Preferencias personales y opciones de administración Comment[es_VE]=Preferencias personales y opciones de administración Comment[et]=Isiklikud eelistused ja haldussätted Comment[eu]=Hobespen pertsonalak eta administrazio-ezarpenak Comment[fa]=ترجیحات شخصی و تنظیمات مدیریتی Comment[fi]=Henkilökohtaiset ja järjestelmän asetukset Comment[fo]=Persónligar sertokkar og leiðslusetingar Comment[fr]=Préférences personnelles et paramètres du système Comment[fur]=Preferencis personâls e impostazions di aministrazion Comment[ga]=Sainroghanna pearsanta agus socruithe riaracháin Comment[gl]=Preferencias persoais e configuracións de administración Comment[gn]=Mba'emon Nhamoia Comment[gu]=ખાનગી પસંદગીઓ અને સંચાલન સુયોજનો Comment[he]=העדפות אישיות והגדרות ניהול Comment[hi]=निजी वरीयता व प्रशासनिक जमावट Comment[hr]=Osobne i administratorske postavke Comment[hu]=Személyes és adminisztrációs beállítások Comment[hy]=Անհատական և կառավարման կարգավորումներ Comment[id]=Preferensi pribadi dan penataan administrasi Comment[io]=Personala preferi ed situesi pri administrado Comment[is]=Persónulegir valmöguleikar og stjórnunar stillingar Comment[it]=Preferenze personali e impostazioni di amministrazione Comment[ja]=個人設定と管理者向けの設定ツールです Comment[ka]=საკუთარი პარამეტრები და ადმინისტრაცია Comment[kk]=Жеке қалаулар және әкімшілік параметрлер Comment[km]=ចំណង់ចំណូលចិត្តផ្ទាល់ខ្លួន និង កំណត់ការគ្រប់គ្រង Comment[kn]=ವೈಯಕ್ತಿಕ ಆದ್ಯತೆಗಳು ಹಾಗು ನಿರ್ವಹಣಾ ಸಂಯೋಜನೆಗಳು Comment[ko]=개인 기본 설정과 관리자 설정 Comment[ku]=Vebijêrkên takekesî û mîhengên rêveberiyê Comment[ky]=Өздүк жактыруулар жана административдик параметрлер Comment[lg]=Entegeka ezizo n'ezifuga sisitemu yonna Comment[lt]=Asmeniniai ir administravimo nustatymai Comment[lv]=Personīgie iestatījumi un administrācijas uzstādījumi Comment[mai]=निज वरीयता आ प्रशासनिक जमावट Comment[mg]=Safidy manokana sy fandrindrana ny fomba fitantanana Comment[mk]=Лични преференции и администраторски поставувања Comment[ml]=സ്വകാര്യ മുന്ഗണനകളും ഭരണ സജ്ജീകരണങ്ങളും Comment[mn]=Хувийн тохиргоо болон удирдлагын тохируулгууд Comment[mr]=व्यक्तिगत प्राधान्यता व प्रशासकीय रचना Comment[ms]=Tetapan kegemaran dan keutamaan peribadi Comment[nb]=Personlige brukervalg og administrative innstillinger Comment[ne]=व्यक्तिगत प्राथमिकता र प्रशासकिय सेटिङ Comment[nl]=Persoonlijke voorkeuren en beheerinstellingen Comment[nn]=Personlege og administrative innstillingar Comment[oc]=Preferéncias personalas e paramètres del sistèma Comment[or]=ବ୍ଯକ୍ତିଗତ ପସନ୍ଦ ଏବଂ ପ୍ରଶାସନିକ ବିନ୍ଯାସ Comment[pa]=ਨਿੱਜੀ ਪਸੰਦ ਅਤੇ ਪਰਸ਼ਾਸਨੀ ਸੈਟਿੰਗ Comment[pl]=Preferencje osobiste i ustawienia administracyjne Comment[ps]=وګړيز غوراوي او د پازوالنې امستنې Comment[pt]=Preferências pessoais e definições de administração Comment[pt_BR]=Preferências pessoais e configurações de administração Comment[ro]=Preferințe personale și opțiuni administrative Comment[ru]=Личные предпочтения и административные параметры Comment[si]=පුත්ගලික අභිප්රේත සහ පාලන සැකසුම් Comment[sk]=Osobné predvoľby a správcovské nastavenia Comment[sl]=Osebne in skrbniške nastavitve Comment[sq]=Preferimet vetjake dhe rregullimet administrative Comment[sr]=Личне поставке и администраторска подешавања Comment[sr@latin]=Lične postavke i administratorska podešavanja Comment[sv]=Personliga inställningar och administrationsinställningar Comment[ta]=தனிநபர் விருப்பங்கள் மற்றும் நிர்வாக அமைப்புகள் Comment[te]=వ్యక్తిగత ప్రాధాన్యతలు మరియు నిర్వాహణ అమరికలు Comment[th]=ปรับแต่งพื้นโต๊ะส่วนตัวและตั้งค่าระบบ Comment[tr]=Kişisel tercihler ve yönetim ayarları Comment[tt_RU]=Персональ һәм административ көйләйләр Comment[ug]=شەخسىي مايىللىق ۋە باشقۇرۇش تەڭشىكى Comment[uk]=Особисті налаштування та адміністративні налаштування Comment[ur]=ذاتی ترجیحات اور ادارتی ترتیبات Comment[ur_PK]=ذاتی ترجیحات اور ادارتی ترتیبات Comment[vi]=Thiết lập quản lý và tùy thích cá nhân Comment[zh_CN]=个人首选项和管理设置 Comment[zh_HK]=個人偏好及管理設定 Comment[zh_TW]=個人偏好及管理設定 Icon=preferences-other Type=Directory 0707010000001A000081A400000000000000000000000165FC129C00002E1D000000000000000000000000000000000000005500000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-network.directory.in[Desktop Entry] Name=Internet Name[af]=Internet Name[ar]=الإنترنت Name[as]=ইন্টাৰনেট Name[ast]=Internet Name[be]=Інтэрнэт Name[be@latin]=Internet Name[bg]=Интернет Name[bn]=ইন্টারনেট Name[bn_IN]=ইন্টারনেট Name[br]=Kenrouedad Name[ca]=Internet Name[cs]=Internet Name[cy]=Rhyngrwyd Name[da]=Internet Name[de]=Internet Name[dz]=ཨིན་ཊར་ནེཊི། Name[el]=Διαδίκτυο Name[en_CA]=Internet Name[en_GB]=Internet Name[eo]=Interreto Name[es]=Internet Name[es_VE]=Internet Name[et]=Internet Name[eu]=Internet Name[fa]=اینترنت Name[fi]=Internet Name[fo]=Alnet Name[fr]=Internet Name[frp]=Internet Name[fur]=Internet Name[ga]=Idirlíon Name[gl]=Internet Name[gn]=Kya Name[gu]=ઈન્ટરનેટ Name[he]=אינטרנט Name[hi]=इंटरनेट Name[hr]=Internet Name[hu]=Internet Name[hy]=Համացանց Name[id]=Internet Name[io]=Interreto Name[is]=Internet Name[it]=Internet Name[ja]=インターネット Name[ka]=ინტერნეტი Name[kk]=Интернет Name[km]=អ៊ីនធឺណិត Name[kn]=ಅಂತರ್ಜಾಲ Name[ko]=인터넷 Name[ku]=Înternet Name[ky]=Интернет Name[lg]=Yintaneti Name[lt]=Internetas Name[lv]=Interneta Name[mai]=इंटरनेट Name[mg]=Internet Name[mk]=Интернет Name[ml]=ഇന്റര്നെറ്റ് Name[mn]=Интернэт Name[mr]=इंटरनेट Name[ms]=Internet Name[nb]=Internett Name[ne]=इन्टरनेट Name[nl]=Internet Name[nn]=Internett Name[oc]=Internet Name[or]=ଇଣ୍ଟରନେଟ Name[pa]=ਇੰਟਰਨੈੱਟ Name[pl]=Internet Name[ps]=اېنټرنېټ Name[pt]=Internet Name[pt_BR]=Internet Name[ro]=Internet Name[ru]=Интернет Name[rw]=Interineti Name[si]=අන්තර්ජාලය Name[sk]=Internet Name[sl]=Internet Name[sq]=Internet Name[sr]=Интернет Name[sr@latin]=Internet Name[sv]=Internet Name[ta]=இணையம் Name[te]=అంతర్జాలం Name[th]=อินเทอร์เน็ต Name[tr]=İnternet Name[tt_RU]=Интернет Name[ug]=ئىنتېرنېت Name[uk]=Інтернет Name[ur]=انٹرنیٹ Name[ur_PK]=انٹرنیٹ Name[uz@cyrillic]=Интернет Name[vi]=Mạng Name[xh]=I-intanethi Name[zh_CN]=互联网 Name[zh_HK]=互聯網 Name[zh_TW]=網際網路 Comment=Programs for Internet access such as web and email Comment[af]=Programme vir Internettoegang soos web en e-pos Comment[ar]=برامج للوصول إلى الإنترنت مثل الوِبّ والبريد الإلكترونيّ Comment[as]=ইন্টাৰনেট ব্যবহাৰৰ অনুপ্ৰয়োগ যেনে ওৱেব আৰু ই-মেইল অনুপ্ৰয়োগ Comment[ast]=Programes p'accesu a Internet como web y corréu Comment[be]=Праграмы для доступу ў Інтэрнэт (Сеціва, пошта і інш.) Comment[be@latin]=Prahramy dla internetu Comment[bg]=Програми за работа в Интернет, например е-поща и браузър Comment[bn]=ইন্টারনেট ব্যবহারের প্রোগ্রাম, যেমন ওয়েব বা ইমেইল Comment[bn_IN]=ইন্টারনেট ব্যবহারের প্রোগ্রাম যেমন ওয়েব ও ই-মেইল প্রোগ্রাম Comment[br]=Ar poelladoù da dizhout ar Genrouedad evel web ha postelerezh Comment[ca]=Programes per accedir a internet com el navegador web i el client de correu Comment[cs]=Programy pro přístup k Internetu, například WWW a e-mail Comment[cy]=Rhaglenni ar gyfer mynediad Rhyngrwyd megis y we ac e-bost Comment[da]=Programmer til internetadgang, såsom internet og e-post Comment[de]=Programme für Internet-Dienste Comment[dz]=ཨིན་ཊར་ནེཊི་ལུ་ འཛུལ་སྤྱོད་འབད་ནིའི་ལས་རིམ་ དཔེར་ན་ ཝེབ་དང་གློག་འཕྲིན་ལྟ་བུ། Comment[el]=Προγράμματα πρόσβασης στο Διαδίκτυο όπως φυλλομετρητής και ηλεκ. αλληλογραφία Comment[en_CA]=Programs for Internet access, such as web and email Comment[en_GB]=Programs for Internet access such as web and e-mail Comment[eo]=Programoj por TTT-uzo, ekzemple por TTT-legado kaj retpoŝto Comment[es]=Programas para acceso a Internet, tales como web y correo electrónico Comment[es_VE]=Programas para acceso a Internet, tales como web y correo electrónico Comment[et]=Internetirakendused - näiteks veebi ja e-posti jaoks Comment[eu]=Interneteko programak (web arakatzaileak eta posta bezeroak adib.) Comment[fa]=برنامههایی برای دستیابی به اینترنت مثل وب و پست الکترونیکی Comment[fi]=Internet-sovellukset kuten selain ja sähköposti Comment[fo]=Forrit til alnetsatgongd, so sum alnet og t-post Comment[fr]=Programmes pour accéder à Internet tels que le Web ou la messagerie Comment[fur]=Programs par internet come web e mail Comment[ga]=Feidhmchláir do rochtain an Idirlín mar ghréasán agus ríomhphost Comment[gl]=Programas para o acceso a Internet como a web e correo electrónico Comment[gn]=Kya Py Reike Awã Regua Comment[gu]=વેબ અને ઈમેઈલ જેવા ઈન્ટરનેટ વપરાશ માટેના કાર્યક્રમો Comment[he]=תוכנות לגישה לאינטרנט כגון דפדפן ולקוח דוא״ל Comment[hi]=इंटरनेट से जुड़ने के लिये वेब व ईमेल जैसे प्रोग्राम Comment[hr]=Programi za pristup Internetu kao web i e-mail Comment[hu]=Programok az internet használatához (pl.: web és e-mail) Comment[hy]=Համացանցում աշխատելու ծրագրեր, ինչպես վեպ զննիչը Comment[id]=Program untuk mengakses internet seperti web dan email Comment[is]=Forrit til að nálgast netið eins og vefinn og tölvupóst Comment[it]=Programmi per l'accesso a Internet come web ed email Comment[ja]=ウェブやメールなどインターネットにアクセスのためのプログラムです Comment[ka]=პროგრამები ინტერნეტისათვის, ვები და მეილი Comment[kk]=Интернетті қолдануға арналған бағдарламалар, пошта мен браузер сияқты Comment[km]=កម្មវិធីសំរាប់ចូលដំណើរការអ៊ីនធឺណិត ដូចជា បញ្ដាញ និង អ៊ីមែល Comment[kn]=ಜಾಲ ಹಾಗು ಇಮೈಲಿನಂತಹ ಅಂತರ್ಜಾಲವನ್ನು ನಿಲುಕಿಸಿಕೊಳ್ಳುವ ಪ್ರೊಗ್ರಾಂಗಳು Comment[ko]=웹과 전자메일 같은 인터넷에 접근 가능한 프로그램 Comment[ku]=Bernameyên wekî epeyam û gerokan yên ji bo pêwendiya înternetê Comment[ky]=Интернет менен иштөө программалары (почта, аралагыч ж.б.) Comment[lg]=Puloguramu ezikolera ku yintaneti, nga ez'okwandaaza n'eza "email" Comment[lt]=Programos interneto prieigai (žiniatinklis, el. paštas) Comment[lv]=Programmas darbam internetā Comment[mai]=इंटरनेटसँ जुड़बाक लेल वेब आ इमेल जहिना प्रोग्राम Comment[mg]=Rindran'asa ahafahana mifandray amin'ny Internet toy ny tranonkala sy ny mailaka Comment[mk]=Програми за пристап на интернет Comment[ml]=ഇന്റര്നെറ്റ് ലഭ്യതയ്ക്കാവശ്യമുളള പ്രോഗ്രാമുകളായ വെബും ഇമെയിലും Comment[mn]=Вэб болон э-шуудан гэх мэт интернэт хандалтын програмууд Comment[mr]=इंटरनेट वेब व ईमेल बघण्यासाठी प्रोग्राम Comment[ms]=Program untuk mengakses Internet seperti web dan emel Comment[nb]=Programmer for Internettaksess slik som nettleser og e-post Comment[ne]=वेब र इमेल जस्तो इन्टरनेट पहुँचका लागि कार्यक्रम Comment[nl]=Programma's voor internettoegang zoals web en e-mail Comment[nn]=Program for bruk på Internett – som nettlesar og e-postprogram Comment[oc]=Logicials per accedir a internet, coma lo web o los messatges electronics Comment[or]=ଇଣ୍ଟରନେଟ ଅଭିଗମ ପାଇଁ ୱେ ଏବଂ ଇ-ଡାକ ଭଳି ପ୍ରୋଗ୍ରାମ Comment[pa]=ਇੰਟਰਨੈੱਟ ਇਸਤੇਮਾਲ ਕਰਨ ਲਈ ਕਾਰਜ, ਜਿਵੇਂ ਕਿ ਵੈੱਬ ਤੇ ਈ-ਮੇਲ Comment[pl]=Programy umożliwiające dostęp do Internetu, np. do stron WWW czy e-maila Comment[ps]=د اېنټرنېټ د لاسرس لپاره کړنلارې لکه ګورت او برېښليک Comment[pt]=Programas para acesso à Internet Comment[pt_BR]=Programas para acesso à Internet tais como web e e-mail Comment[ro]=Programe de accesat Internetul precum navigatoarele web și clienții de mail Comment[ru]=Программы для работы с Интернетом (почта, браузер и т.п.) Comment[si]=අන්තර්ජාලය පිවිසුමට වියුණු සහ ඉලෙක්ට්රොනික තැපෑල වැනි කේතයන් Comment[sk]=Programy pre prístup k internetu ako je www a e-mail Comment[sl]=Programi za dostop do internetnih storitev, kot sta splet in elektronska pošta Comment[sq]=Programe për hyrje në Internet (si p.sh. rrjeti dhe posta elektronike) Comment[sr]=Програми за приступ Интернету као што је веб и е-пошта Comment[sr@latin]=Programi za pristup Internetu kao što je veb i e-pošta Comment[sv]=Program för Internetåtkomst som till exempel webben och e-post Comment[ta]=வலைப்பின்னல் மற்றும் மின்னஞ்சல் போன்ற இணைய அணுகலுக்கான நிரல்கள் Comment[te]=అంతర్జాలం వాడుటకు జాలం మరియు ఈమెయిల్ వంటి కార్యక్రమాలు Comment[th]=โปรแกรมสำหรับเข้าอินเทอร์เน็ต เช่น เว็บและเมล Comment[tr]=Web ve eposta gibi internete erişim amaçlı programlar Comment[tt_RU]=Интернет белән эшләүче кушымталар (веб-браузер, почта һәм башкалар) Comment[ug]=تور ۋە ئېلخەتكە ئوخشاش ئىنتېرنېت زىيارەت پروگراممىلىرى Comment[uk]=Програми для роботи з Інтернет (пошта, веб-переглядач, тощо) Comment[ur]=انٹرنیٹ رسائی کے پروگرام جیسے ویب اور ای میل Comment[ur_PK]=انٹرنیٹ رسائی کے پروگرام جیسے ویب اور ای میل Comment[uz@cyrillic]=Веб браузер ва эл.почта каби интернет билан ишлаш дастурлари Comment[vi]=Chương trình truy cập Mạng như trình duyệt và trình nhận/gửi thư điện tử Comment[xh]=Iinkqubo zokufikelela kwi-Intanethi ezinjenge-web ne-imeyile Comment[zh_CN]=访问互联网如网页和电子邮件所用的程序, Comment[zh_HK]=如瀏覽網頁及收發電郵等網絡軟件 Comment[zh_TW]=如瀏覽網頁及收發電郵等網路軟體 Icon=applications-internet Type=Directory 0707010000001B000081A400000000000000000000000165FC129C0000189F000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-office.directory.in[Desktop Entry] Name=Office Name[af]=Kantoor Name[ar]=المكتب Name[as]=কাৰ্যালয় Name[ast]=Oficina Name[be]=Офіс Name[be@latin]=Ofis Name[bg]=Офис Name[bn]=অফিস Name[bn_IN]=অফিস Name[br]=Bureveg Name[ca]=Oficina Name[cs]=Kancelář Name[cy]=Swyddfa Name[da]=Kontor Name[de]=Büro Name[dz]=ཡིག་ཚང་། Name[el]=Γραφείο Name[en_CA]=Office Name[en_GB]=Office Name[eo]=Oficejo Name[es]=Oficina Name[es_VE]=Oficina Name[et]=Kontor Name[eu]=Bulegoa Name[fa]=اداری Name[fi]=Toimisto Name[fo]=Skrivstova Name[fr]=Bureautique Name[frp]=Oficio Name[fur]=Ufici Name[ga]=Oifig Name[gl]=Oficina Name[gn]=Nhamboparaa Regua Name[gu]=ઓફિસ Name[he]=משרד Name[hi]=कार्यालय Name[hr]=Ured Name[hu]=Iroda Name[hy]=Օֆիս Name[id]=Perkantoran Name[io]=Kontoro Name[is]=Skrifstofa Name[it]=Ufficio Name[ja]=オフィス Name[ka]=ოფისი Name[kk]=Кеңселік Name[km]=ការិយាល័យ Name[kn]=ಆಫೀಸ್ Name[ko]=오피스 Name[ku]=Nivîsgeh Name[ky]=Офис Name[lg]=Puloguramu ez'omu wofiisi Name[lt]=Raštinė Name[lv]=Biroja Name[mai]=कार्यालय Name[mg]=Office Name[mk]=Канцелариски Name[ml]=ഓഫീസ് Name[mn]=Бичиг хэрэг, офис Name[mr]=कार्यालय Name[ms]=Pejabat Name[nb]=Kontorstøtte Name[ne]=कार्यालय Name[nl]=Kantoor Name[nn]=Kontor Name[oc]=Burèu Name[or]=କାର୍ଯ୍ଯାଳୟ Name[pa]=ਦਫ਼ਤਰ Name[pl]=Biuro Name[ps]=افس Name[pt]=Produtividade Name[pt_BR]=Escritório Name[ro]=Birou Name[ru]=Офис Name[rw]=Ofise Name[si]=කාර්යයාලීය Name[sk]=Kancelária Name[sl]=Pisarna Name[sq]=Zyrë Name[sr]=Канцеларија Name[sr@latin]=Kancelarija Name[sv]=Kontor Name[ta]=அலுவலகம் Name[te]=కార్యాలయం Name[th]=สำนักงาน Name[tr]=Ofis Name[tt_RU]=Офис Name[ug]=ئىشخانا Name[uk]=Офіс Name[ur]=آفس Name[ur_PK]=آفس Name[uz@cyrillic]=Офис Name[vi]=Văn phòng Name[xh]=i-Ofisi Name[zh_CN]=办公 Name[zh_HK]=辦公 Name[zh_TW]=辦公 Comment=Office Applications Comment[af]=Kantoortoepassings Comment[ar]=التّطبيقات المكتبيّة Comment[as]=কাৰ্যালয়ৰ অনুপ্ৰয়োগ Comment[ast]=Aplicaciones d'Oficina Comment[be]=Офісныя праграмы Comment[be@latin]=Ofisnyja prahramy Comment[bg]=Офисни програми Comment[bn]=অফিস অ্যাপলিকেশন Comment[bn_IN]=অফিস অ্যাপলিকেশন Comment[br]=Arloadoù bureveg all Comment[ca]=Aplicacions d'oficina Comment[cs]=Kancelářské aplikace Comment[cy]=Rhaglenni Swyddfa Comment[da]=Kontorprogrammer Comment[de]=Büroanwendungen Comment[dz]=ཡིག་ཚང་གི་གློག་རིམ། Comment[el]=Εφαρμογές γραφείου Comment[en_CA]=Office Applications Comment[en_GB]=Office Applications Comment[eo]=Oficejaj aplikaĵoj Comment[es]=Aplicaciones de oficina Comment[es_VE]=Aplicaciones de oficina Comment[et]=Kontoritarkvara Comment[eu]=Bulegorako aplikazioak Comment[fa]=برنامههای اداری Comment[fi]=Toimistosovellukset Comment[fo]=Skrivstovu nýtsluskipanir Comment[fr]=Applications bureautiques Comment[frp]=Aplicacions d'oficio Comment[fur]=Aplicazions di ufici Comment[ga]=Feidhmchláir Oifige Comment[gl]=Aplicacións de oficina Comment[gn]=Jaekaa Omboparaa Comment[gu]=ઓફિસ કાર્યક્રમો Comment[he]=יישומים משרדיים Comment[hi]=कार्यालय अनुप्रयोग Comment[hr]=Uredske Aplikacije Comment[hu]=Irodai alkalmazások Comment[hy]=Օֆիսային Ծրագրեր Comment[id]=Aplikasi Perkantoran Comment[io]=Kontorala Programi Comment[is]=Skrifstofuforrit Comment[it]=Applicazioni da ufficio Comment[ja]=オフィス・アプリケーションです Comment[ka]=საოფისე პროგრამები Comment[kk]=Кеңселік қолданбалар Comment[km]=កម្មវិធីការិយាល័យ Comment[kn]=ಆಫೀಸ್ ಅನ್ವಯಗಳು Comment[ko]=오피스 응용프로그램 Comment[ku]=Sepandinên Ofîsê Comment[ky]=Офистик иштемелер Comment[lg]=Pulogurmau ez'omu wofiisi Comment[lt]=Raštinės programos Comment[lv]=Biroja aplikācijas Comment[mai]=कार्यालयक अनुप्रयोग Comment[mg]=Rindran'asa Office Comment[mk]=Канцелариски апликации Comment[ml]=ഓഫീസ് പ്രയോഗങ്ങള് Comment[mn]=Офисын програмууд Comment[mr]=कार्यालय संबंधित उपकरणं Comment[ms]=Aplikasi Pejabat Comment[nb]=Kontorstøtteprogrammer Comment[ne]=कार्यालय अनुप्रयोग Comment[nl]=Kantoortoepassingen Comment[nn]=Kontorprogramvare Comment[oc]=Logicials pel burèu Comment[or]=କାର୍ଯ୍ଯାଳୟ ପ୍ରୟୋଗ Comment[pa]=ਦਫ਼ਤਰ ਕਾਰਜ Comment[pl]=Programy biurowe Comment[ps]=د افس کاريالونه Comment[pt]=Aplicações de produtividade Comment[pt_BR]=Aplicativos de escritório Comment[ro]=Programe pentru birou Comment[ru]=Офисные приложения Comment[si]=කාර්යාලිය යෙදුම් Comment[sk]=Kancelárske aplikácie Comment[sl]=Pisarniški programi Comment[sq]=Programe Zyre Comment[sr]=Програми за канцеларију Comment[sr@latin]=Programi za kancelariju Comment[sv]=Kontorsprogram Comment[ta]=அலுவலகப் பயன்பாடுகள் Comment[te]=కార్యాలయ అనువర్తనాలు Comment[th]=โปรแกรมสำหรับสำนักงาน Comment[tr]=Ofis Uygulamaları Comment[tt_RU]=Офис кушымталары Comment[ug]=ئىشخانا پروگراممىلىرى Comment[uk]=Офісні програми Comment[ur]=آفس اطلاقیہ جات Comment[ur_PK]=آفس اطلاقیہ جات Comment[uz@cyrillic]=Офис дастурлари Comment[vi]=Ứng dụng văn phòng Comment[xh]=Iinkqubo ze-Ofisi Comment[zh_CN]=办公应用程序 Comment[zh_HK]=辦公室軟件 Comment[zh_TW]=辦公室軟體 Icon=applications-office Type=Directory 0707010000001C000081A400000000000000000000000165FC129C0000258D000000000000000000000000000000000000005300000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-other.directory.in[Desktop Entry] Name=Other Name[af]=Ander Name[ar]=أخرى Name[as]=অন্যান্য Name[ast]=Otres Name[be]=Іншыя Name[be@latin]=Inšyja Name[bg]=Други Name[bn]=অন্যান্য Name[bn_IN]=অন্যান্য Name[br]=All Name[ca]=Altres Name[cs]=Ostatní Name[cy]=Eraill Name[da]=Andre Name[de]=Sonstiges Name[dz]=གཞན། Name[el]=Άλλα Name[en_CA]=Other Name[en_GB]=Other Name[eo]=Alia Name[es]=Otras Name[es_VE]=Otras Name[et]=Muu Name[eu]=Bestelakoak Name[fa]=غیره Name[fi]=Muut Name[fo]=Annað Name[fr]=Autre Name[frp]=Autres Name[fur]=Altri Name[ga]=Eile Name[gl]=Outros Name[gn]=Amboae Name[gu]=અન્ય Name[he]=אחר Name[hi]=अन्य Name[hr]=Ostalo Name[hu]=Egyéb Name[hy]=Այլ Name[id]=Lainnya Name[io]=Altra Name[is]=Aðrir Name[it]=Altro Name[ja]=その他 Name[ka]=სხვა Name[kk]=Басқалар Name[km]=ផ្សេងៗ Name[kn]=ಇತರೆ Name[ko]=기타 Name[ku]=Yên din Name[ky]=Башкалар Name[lg]=Ebirala Name[lt]=Kitos Name[lv]=Citas programmas Name[mai]=आन Name[mg]=Hafa Name[mk]=Други Name[ml]=മറ്റുളളവ Name[mn]=Бусад Name[mr]=अन्य Name[ms]=Lain-lain Name[nb]=Annet Name[ne]=अन्य Name[nl]=Overig Name[nn]=Andre Name[oc]=Autre Name[or]=ଅନ୍ଯାନ୍ଯ Name[pa]=ਹੋਰ Name[pl]=Inne Name[ps]=نور Name[pt]=Outras Name[pt_BR]=Outros Name[ro]=Altele Name[ru]=Прочие Name[rw]=Ikindi Name[si]=වෙනත් Name[sk]=Ostatné Name[sl]=Drugo Name[sq]=Tjetër Name[sr]=Остало Name[sr@latin]=Ostalo Name[sv]=Övriga Name[ta]=மற்றவை Name[te]=ఇతర Name[th]=อื่นๆ Name[tr]=Diğer Name[tt_RU]=Башкалар Name[ug]=باشقا Name[uk]=Інші Name[ur]=دیگر Name[ur_PK]=دیگر Name[uz@cyrillic]=Бошқа Name[vi]=Khác Name[xh]=Ezinye Name[zh_CN]=其它 Name[zh_HK]=其它 Name[zh_TW]=其他 Comment=Applications that did not fit in other categories Comment[af]=Toepassings wat nie in ander kategorieë pas nie Comment[ar]=تطبيقات لا تندرج تحت الفئات الأخرى Comment[as]=অন্যান্য শ্ৰেণীত অন্তৰ্গত নকৰা অনুপ্ৰয়োগ Comment[ast]=Aplicaciones que nun encaxen n'otres estayes Comment[be]=Праграмы, якія не трапілі ў іншыя катэгорыі Comment[be@latin]=Prahramy, jakija nie ŭvajšli ŭ inšyja kategoryi Comment[bg]=Програми, които не принадлежат към друга категория Comment[bn]=অ্যাপ্লিকেশন যেগুলো অন্য কোন শ্রেণীভূক্ত নয় Comment[bn_IN]=অন্যান্য শ্রেণীর মধ্যে অন্তর্গত না করা অ্যাপ্লিকেশন Comment[br]=An arloadoù n'int ket staget ouzh ur rummad bennak all Comment[ca]=Aplicacions que no encaixen en altres categories Comment[cs]=Aplikace nepatřící do jiných kategorií Comment[cy]=Rhaglenni nad ydynt yn ffitio yng nghategorïau eraill Comment[da]=Programmer som ikke passer i andre katagorier Comment[de]=Anwendungen, die in keine andere Kategorie passen Comment[dz]=དབྱེ་ཁག་གཞན་ནང་ ཚུད་སྒྲིག་མེད་པའི་གློག་རིམ། Comment[el]=Εφαρμογές που δεν ταιριάζουν στις άλλες κατηγορίες Comment[en_CA]=Applications that do not fit in other categories Comment[en_GB]=Applications that do not fit in other categories Comment[eo]=Aplikaĵoj neagordaj aliajn kategoriojn Comment[es]=Aplicaciones que no entran en otras categorías Comment[es_VE]=Aplicaciones que no entran en otras categorías Comment[et]=Rakendused, mis ei sobinud teistesse kategooriatesse Comment[eu]=Aurreko kategorietan sartzen ez diren aplikazioak Comment[fa]=برنامههایی که در مقولات دیگر جا نمیگیرند Comment[fi]=Muihin luokkiin sopimattomat sovellukset Comment[fo]=Nýtsluskipanir ið ikki passa í aðrar bólkar Comment[fr]=Applications qui n'entraient dans aucune autre catégorie Comment[frp]=Aplicacions que n'ant pâs trovâ de categorie Comment[fur]=Aplicazions ch'a no jentrin ta chês altres categoriis Comment[ga]=Feidhmchláir nár oiriúnaigh i gcatagóirí eile Comment[gl]=Aplicacións que non se axustan a outras categorías Comment[gn]=Amboae Regua Jaekaa Comment[gu]=કાર્યક્રમો કે જે અન્ય વર્ગોમાં નહિં બંધબેસે Comment[he]=יישומים שלא התאימו בקטגוריות אחרות Comment[hi]=अनुप्रयोग जो अन्य श्रेणी में सटीक नहीं बैठती है Comment[hr]=Aplikacije koje ne pripadaju ostalim kategorijama Comment[hu]=Más kategóriákba be nem sorolható alkalmazások Comment[hy]=Ծրագրեր, որոնք այլ կատեգորիաներին չեն համապատասխանում Comment[id]=Aplikasi yang tidak termasuk dalam kategori lain Comment[is]=Forrit sem passa ekki í aðra flokka Comment[it]=Applicazioni che non rientrano in altre categorie Comment[ja]=他のカテゴリにあてはまらないアプリケーション Comment[ka]=პროგრამები რომლებიც არც ერთ კატეგორიაში არ შედიან Comment[kk]=Басқа санаттарға жатпайтын қолданбалар Comment[km]=កម្មវិធីដែលមិនសម នឹងប្រភេទដទៃទៀត Comment[kn]=ಬೇರೆ ವರ್ಗಗಳಿಗೆ ಸೇರದೇ ಇರುವಂತಹ ಅನ್ವಯಗಳು Comment[ko]=어떤 범주에도 해당되지 않는 프로그램 Comment[ku]=Sepanên ku nakevin kategoriyên din Comment[ky]=Эч бир категорияга туура келбеген иштемелер Comment[lg]=Puloguramu ezitalina kiti mwe zigwa Comment[lt]=Programos, kurios netiko kitose kategorijose Comment[lv]=Aplikācijas, kas neiederas nevienā citā kategorijā Comment[mai]=अनुप्रयोगसभ जे आन श्रेणीमे सटीक नहि छला Comment[mg]=Rindran'asa izay tsy tafiditra anaty sokajy hafa Comment[mk]=Апликации кои што не влегуваат во ниедна категорија Comment[ml]=മറ്റു് വിഭാഗങ്ങളില് ഉള്പ്പെടാത്ത പ്രയോഗങ്ങള് Comment[mn]=Бусад ангилалд тохирохгүй програмууд Comment[mr]=उपकरणं जे दुसरया कुठल्याही गटांत बसले नाही Comment[ms]=Aplikasi yang tak sesuai dalam kategori lain Comment[nb]=Programmer som ikke passer i andre kategorier Comment[ne]=अन्य कोटिमा नमिलेका अनुप्रयोग Comment[nl]=Toepassingen die niet passen in andere categorieën Comment[nn]=Program som ikkje passar i andre kategoriar Comment[oc]=Logicials que dintran pas dins las autras categorias Comment[or]=ପ୍ରୟୋଗ ଯାହାକି ଅନ୍ଯ କୌଣସି ଶ୍ରେଣୀ ସହିତ ଖାପ ଖାଇଲା ନାହିଁ Comment[pa]=ਕਾਰਜ, ਜੋ ਕਿ ਕਿਸੇ ਵਰਗ ਵਿੱਚ ਨਹੀਂ ਆਉਦੇ। Comment[pl]=Programy, które nie pasują do innych kategorii Comment[ps]=هغه کاريالونه چې په نورو ټولېو کې نه راځي Comment[pt]=Aplicações que não se enquadram em nenhuma outra categoria Comment[pt_BR]=Aplicativos que não se encaixam em outras categorias Comment[ro]=Programe ce nu se încadrează în alte categorii Comment[ru]=Приложения, не подпадающие ни под какие категории Comment[si]=වෙනත් ප්රභේද වලට අයත් නොවු යෙදුම් Comment[sk]=Aplikácie, ktoré nepatria do ostatných kategórií Comment[sl]=Programi, ki ne sodijo v druge kategorije Comment[sq]=Programe që nuk gjejnë vend në kategori të tjera Comment[sr]=Програми који не припадају осталим категоријама Comment[sr@latin]=Programi koji ne pripadaju ostalim kategorijama Comment[sv]=Program som inte passar in i någon annan kategori Comment[ta]=இதர இனங்களில் பொருந்தாத பயன்பாடுகள் Comment[te]=ఇతర విభాగాలలో ఇమడని అనువర్తనాలు Comment[th]=โปรแกรมที่ไม่อยู่ในหมวดอื่นๆ Comment[tr]=Diğer sınıflandırmalara girmeyen uygulamalar Comment[tt_RU]=Калган төркемнәргә кермәгән кушымталар Comment[ug]=باشقا تۈرلەرگە تەۋە بولمىغان پروگراممىلار Comment[uk]=Програми, що не входять до жодної категорії Comment[ur]=وہ اطلاقیہ جات جو کسی دوسرے زمرے میں نہیں آتے Comment[ur_PK]=وہ اطلاقیہ جات جو کسی دوسرے زمرے میں نہیں آتے Comment[uz@cyrillic]=Ҳеч қайси туркумга кирмайдиган дастурлар Comment[vi]=Chương trình chưa phân loại Comment[xh]=Iinkqubo ezingangeniyo kwezinye iindidi Comment[zh_CN]=无法分入其它类别的应用程序 Comment[zh_HK]=不符合其它分類的軟件 Comment[zh_TW]=不符合其他分類的軟體 Icon=applications-other Type=Directory 0707010000001D000081A400000000000000000000000165FC129C00001660000000000000000000000000000000000000005600000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-personal.directory.in[Desktop Entry] Name=Personal Name[af]=Persoonlik Name[ar]=شخصيّ Name[as]=ব্যক্তিগত Name[ast]=Personal Name[be]=Персанальныя Name[be@latin]=Asabistaje Name[bg]=Лични Name[bn]=ব্যক্তিগত Name[bn_IN]=ব্যক্তিগত Name[ca]=Personal Name[cs]=Osobní Name[da]=Personlig Name[de]=Individualeinstellungen Name[dz]=རང་དོན་ Name[el]=Προσωπικά Name[en_GB]=Personal Name[eo]=Persona Name[es]=Personal Name[es_VE]=Personal Name[et]=Isiklik Name[eu]=Pertsonala Name[fa]=شخصی Name[fi]=Henkilökohtaiset Name[fo]=Persónligt Name[fr]=Personnel Name[frp]=Personel Name[fur]=Personâl Name[ga]=Pearsanta Name[gl]=Persoal Name[gu]=વ્યક્તિગત Name[he]=אישי Name[hi]=निजी Name[hr]=Osobno Name[hu]=Személyes Name[hy]=Անձնական Name[id]=Pribadi Name[io]=Personala Name[is]=Persónuleg Name[it]=Personale Name[ja]=ユーザ向け Name[kk]=Жеке Name[km]=ផ្ទាល់ខ្លួន Name[kn]=ವೈಯಕ್ತಿಕ Name[ko]=개인 Name[ku]=Takekesî Name[lg]=Ebikwata ku ggwe Name[lt]=Asmeniniai Name[lv]=Personiskie Name[mk]=Лично Name[ml]=സ്വകാര്യം Name[mr]=व्यक्तिगत Name[ms]=Peribadi Name[nb]=Personlig Name[ne]=व्यक्तिगत Name[nl]=Persoonlijk Name[nn]=Personleg Name[oc]=Personal Name[or]=ବ୍ୟକ୍ତିଗତ Name[pa]=ਨਿੱਜੀ Name[pl]=Osobiste Name[ps]=وګړيز Name[pt]=Pessoal Name[pt_BR]=Pessoal Name[ro]=Personale Name[ru]=Персональные Name[si]=පුද්ගලික Name[sk]=Osobné Name[sl]=Osebno Name[sq]=Vetjake Name[sr]=Лично Name[sr@latin]=Lično Name[sv]=Personligt Name[ta]=தனிப்பயன் Name[te]=వ్యక్తిగతం Name[th]=ส่วนบุคคล Name[tr]=Kişisel Name[tt_RU]=Персональ Name[ug]=شەخسىي Name[uk]=Особисті Name[ur]=ذاتی Name[ur_PK]=ذاتی Name[uz@cyrillic]=Шахсий Name[vi]=Cá nhân Name[zh_CN]=个人 Name[zh_HK]=個人 Name[zh_TW]=個人 Comment=Personal settings Comment[af]=Persoonlike instellings Comment[ar]=الإعدادات الشّخصيّة Comment[as]=ব্যক্তিগত বৈশিষ্ট্য Comment[ast]=Preferencies personales Comment[be]=Персанальныя настаўленні Comment[be@latin]=Asabistyja nałady Comment[bg]=Лични настройки Comment[bn]=ব্যক্তিগত সেটিং Comment[bn_IN]=ব্যক্তিগত বৈশিষ্ট্য Comment[ca]=Paràmetres personals Comment[cs]=Osobní nastavení Comment[da]=Personlige indstillinger Comment[de]=Individuelle Einstellungen Comment[dz]=རང་དོན་སྒྲིག་སྟངས་ Comment[el]=Προσωπικές ρυθμίσεις Comment[en_GB]=Personal settings Comment[eo]=Personaj agordoj Comment[es]=Ajustes personales Comment[es_VE]=Ajustes personales Comment[et]=Isiklikud sätted Comment[eu]=Ezarpen pertsonalak Comment[fa]=تنظیمات شخصی Comment[fi]=Henkilökohtaiset asetukset Comment[fo]=Persónligar setingar Comment[fr]=Paramètres personnels Comment[frp]=Opcions personeles Comment[fur]=Impostazions personâls Comment[ga]=Socruithe pearsanta Comment[gl]=Configuracións persoais Comment[gu]=વ્યક્તિગત સુયોજનો Comment[he]=הגדרות אישיות Comment[hi]=निजी सेटिंग Comment[hr]=Osobne postavke Comment[hu]=Személyes beállítások Comment[id]=Penataan pribadi Comment[io]=Personala situesi Comment[is]=Persónulegar stillingar Comment[it]=Impostazioni personali Comment[ja]=ユーザ向けの設定を変更します Comment[kk]=Жеке баптаулар Comment[km]=ការកំណត់ផ្ទាល់ខ្លួន Comment[kn]=ವೈಯಕ್ತಿಕ ಸಂಯೋಜನೆಗಳು Comment[ko]=개인 설정 Comment[ku]=Mîhengên takekesî Comment[lg]=Entegeka ezikola ku ggwe wekka Comment[lt]=Asmeniniai nustatymai Comment[lv]=Personīgie uzstādījumi Comment[mk]=Лични поставувања Comment[ml]=സ്വകാര്യ സജ്ജീകരണങ്ങള് Comment[mr]=व्यक्तिगत संयोजना Comment[ms]=Tetapan peribadi Comment[nb]=Personlige innstillinger Comment[ne]=व्यक्तिगत सेटिङ Comment[nl]=Persoonlijke instellingen Comment[nn]=Personlege innstillingar Comment[oc]=Paramètres personals Comment[or]=ବ୍ଯକ୍ତିଗତ ବିନ୍ଯାସ Comment[pa]=ਨਿੱਜੀ ਸੈਟਿੰਗ Comment[pl]=Ustawienia osobiste Comment[ps]=وګړيزې امستنې Comment[pt]=Definições pessoais Comment[pt_BR]=Configurações pessoais Comment[ro]=Preferințe personale Comment[ru]=Персональные параметры Comment[si]=පුද්ගලික සැකසුම් Comment[sk]=Osobné nastavenia Comment[sl]=Osebne nastavitve Comment[sq]=Rregullime vetjake Comment[sr]=Лична подешавања Comment[sr@latin]=Lična podešavanja Comment[sv]=Personliga inställningar Comment[ta]=தனிப்பயன் அமைப்புகள் Comment[te]=వ్యక్తిగత అమరికలు Comment[th]=ตั้งค่าส่วนบุคคล Comment[tr]=Kişisel ayarlar Comment[tt_RU]=Персональ көйләүләр Comment[ug]=شەخسىي تەڭشەكلەر Comment[uk]=Особисті налаштування Comment[ur]=ذاتی ترتیبات Comment[ur_PK]=ذاتی ترتیبات Comment[uz@cyrillic]=Шахсий мосламалар Comment[vi]=Thiết lập cá nhân Comment[zh_CN]=个人设置 Comment[zh_HK]=個人設定 Comment[zh_TW]=個人設定 Icon=preferences-desktop-personal Type=Directory 0707010000001E000081A400000000000000000000000165FC129C00001A14000000000000000000000000000000000000005900000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-preferences.directory.in[Desktop Entry] Name=Preferences Name[af]=Voorkeure Name[ar]=التّفضيلات Name[as]=পছন্দ Name[ast]=Preferencies Name[be]=Настаўленні Name[be@latin]=Nałady Name[bg]=Настройки Name[bn]=পছন্দতালিকা Name[bn_IN]=পছন্দ Name[br]=Dibaboù gwellañ Name[ca]=Preferències Name[cs]=Volby Name[cy]=Hoffterau Name[da]=Indstillinger Name[de]=Einstellungen Name[dz]=དགའ་གདམ་ཚུ། Name[el]=Προτιμήσεις Name[en_CA]=Preferences Name[en_GB]=Preferences Name[eo]=Agordaĵoj Name[es]=Preferencias Name[es_VE]=Preferencias Name[et]=Eelistused Name[eu]=Hobespenak Name[fa]=ترجیحات Name[fi]=Asetukset Name[fo]=Sertokkar Name[fr]=Préférences Name[frp]=Preferences Name[fur]=Preferencis Name[ga]=Sainroghanna Name[gl]=Preferencias Name[gn]=Maranmi Reipota Name[gu]=પસંદગીઓ Name[he]=העדפות Name[hi]=वरीयता Name[hr]=Postavke Name[hu]=Beállítások Name[hy]=Հատկություններ Name[id]=Preferensi Name[io]=Preferi Name[is]=Stillingar Name[it]=Preferenze Name[ja]=設定 Name[ka]=პარამეტრები Name[kk]=Қалаулар Name[km]=ចំណង់ចំណូលចិត្ត Name[kn]=ಆದ್ಯತೆಗಳು Name[ko]=기본 설정 Name[ku]=Vebijêrk Name[ky]=Ырастоолор Name[lg]=Entegeka Name[lt]=Nustatymai Name[lv]=Iestatījumi Name[mai]=वरीयतासभ Name[mg]=Safidy Name[mk]=Преференции Name[ml]=മുന്ഗണനകള് Name[mn]=Тохиргоо Name[mr]=प्राधान्ये Name[ms]=Kegemaran Name[nb]=Brukervalg Name[ne]=प्राथमिकता Name[nl]=Voorkeuren Name[nn]=Innstillingar Name[oc]=Preferéncias Name[or]=ପସନ୍ଦ Name[pa]=ਮੇਰੀ ਪਸੰਦ Name[pl]=Preferencje Name[ps]=غوراوي Name[pt]=Preferências Name[pt_BR]=Preferências Name[ro]=Preferințe Name[ru]=Параметры Name[rw]=Ibyahisemo Name[si]=අභිප්රේත Name[sk]=Predvoľby Name[sl]=Možnosti Name[sq]=Preferime Name[sr]=Поставке Name[sr@latin]=Postavke Name[sv]=Inställningar Name[ta]=விருப்பங்கள் Name[te]=ప్రాధాన్యతలు Name[th]=ปรับแต่งพื้นโต๊ะ Name[tr]=Tercihler Name[tt_RU]=Көйләүләр Name[ug]=مايىللىق Name[uk]=Налаштування Name[ur]=ترجیحات Name[ur_PK]=ترجیحات Name[vi]=Tùy thích Name[xh]=Uluhlu lwezinto ezikhethwayo Name[zh_CN]=首选项 Name[zh_HK]=偏好設定 Name[zh_TW]=偏好設定 Comment=Personal preferences Comment[af]=Persoonlike voorkeure Comment[ar]=التّفضيلات الشّخصيّة Comment[as]=ব্যক্তিগত পছন্দ Comment[ast]=Preferencies personales Comment[be]=Асабістыя перавагі Comment[be@latin]=Asabistyja nałady Comment[bg]=Лични предпочитания Comment[bn]=ব্যক্তিগত পছন্দতালিকা Comment[bn_IN]=ব্যক্তিগত পছন্দ Comment[br]=Pezh a blij deoc'h ar muiañ Comment[ca]=Preferències personals Comment[cs]=Osobní volby Comment[cy]=Hoffterau personol Comment[da]=Personlige indstillinger Comment[de]=Persönliche Einstellungen Comment[dz]=རང་དོན་དགའ་གདམ་ཚུ། Comment[el]=Προσωπικές προτιμήσεις Comment[en_CA]=Personal preferences Comment[en_GB]=Personal preferences Comment[eo]=Personaj preferoj Comment[es]=Preferencias personales Comment[es_VE]=Preferencias personales Comment[et]=Isiklikud eelistused Comment[eu]=Hobespen pertsonalak Comment[fa]=ترجیحات شخصی Comment[fi]=Henkilökohtaiset valinnat Comment[fo]=Persónligar sertokkar Comment[fr]=Préférences personnelles Comment[frp]=Preferences personeles Comment[fur]=Preferencis personâls Comment[ga]=Sainroghanna pearsanta Comment[gl]=Preferencias persoais Comment[gn]=Rowapy Jarowa Rowaa Comment[gu]=ખાનગી પસંદગીઓ Comment[he]=העדפות אישיות Comment[hi]=निजी पसंद Comment[hr]=Ospbne postavke Comment[hu]=Személyes beállítások Comment[hy]=Անհատական նախընտրանքներ Comment[id]=Preferensi pribadi Comment[io]=Personala preferi Comment[is]=Persónulegir valmöguleikar Comment[it]=Preferenze personali Comment[ja]=ユーザ専用の設定 Comment[ka]=პერსონალური პარამეტრები Comment[kk]=Жеке қалаулар Comment[km]=ចំណង់ចំណូលចិត្តផ្ទាល់ខ្លួន Comment[kn]=ವೈಯಕ್ತಿಕ ಆದ್ಯತೆಗಳು Comment[ko]=개인 기본 설정 Comment[ku]=Vebijêrkên takekesî Comment[ky]=Өздүк жактыруулар Comment[lg]=Entegeka ezikola ku ggwe wekka Comment[lt]=Asmeninės parinktys Comment[lv]=Personīgie iestatījumi Comment[mai]=निज वरीयतासभ Comment[mg]=Safidy manokana Comment[mk]=Лични преференции Comment[ml]=സ്വകാര്യ മുന്ഗണനകള് Comment[mn]=Хувийн тохиргоо Comment[mr]=व्यक्तिगत प्राधान्यता Comment[ms]=Kegemaran peribadi Comment[nb]=Personlige brukervalg Comment[ne]=व्यक्तिगत प्राथमिकता Comment[nl]=Persoonlijke voorkeuren Comment[nn]=Personlege innstillingar Comment[oc]=Preferéncias personalas Comment[or]=ବ୍ଯକ୍ତିଗତ ପସନ୍ଦ Comment[pa]=ਨਿੱਜੀ ਪਸੰਦ Comment[pl]=Preferencje osobiste Comment[ps]=وکړيز غوراوي Comment[pt]=Preferências pessoais Comment[pt_BR]=Preferências pessoais Comment[ro]=Preferințe proprii Comment[ru]=Персональные предпочтения Comment[si]=පුද්ගලික අභිප්රේත Comment[sk]=Osobné predvoľby Comment[sl]=Osebne možnosti Comment[sq]=Preferime vetjake Comment[sr]=Личне поставке Comment[sr@latin]=Lične postavke Comment[sv]=Personliga inställningar Comment[ta]=தனிப்பயன் விருப்பங்கள் Comment[te]=వ్యక్తిగత ప్రాధాన్యతలు Comment[th]=ปรับแต่งพื้นโต๊ะส่วนตัว Comment[tr]=Kişisel tercihler Comment[tt_RU]=Персональ көйләүләр Comment[ug]=شەخسىي مايىللىق Comment[uk]=Особисті уподобання Comment[ur]=ذاتی ترجیحات Comment[ur_PK]=ذاتی ترجیحات Comment[vi]=Tùy thích cá nhân Comment[zh_CN]=个人首选项 Comment[zh_HK]=個人偏好設定 Comment[zh_TW]=個人偏好設定 Icon=preferences-desktop Type=Directory 0707010000001F000081A400000000000000000000000165FC129C00000B66000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-science-math.directory.in[Desktop Entry] Encoding=UTF-8 Type=Directory Icon=applications-science Name=Science & Math Name[af]=Wetenskap & Wiskunde Name[ar]=العلوم والرياضيات Name[be]=Навука і матэматыка Name[bg]=Математика Name[bn]=বিজ্ঞান এবং গণিত Name[bn_IN]=বিজ্ঞান ও গণিত Name[br]=Skiant ha Jedoniel 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 og 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 agus Matamaitic Name[gl]=Ciencia e matemáticas Name[gu]=વિજ્ઞાન અને ગણિત Name[he]=מדע ומתמטיקה Name[hi]=विज्ञान और गणित Name[hr]=Znanost i matematika Name[hu]=Tudományok, 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[ku]=Zanîn & Matematîk Name[lt]=Mokslas ir matematika Name[lv]=Zinātne un matemātika Name[mk]=Наука и математика Name[ml]=ശാസ്ത്രവും ഗണിതവും Name[mr]=विज्ञान व गणित Name[ms]=Matematik & Sains 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[se]=Dieđa ja matematihkka Name[sk]=Veda Name[sl]=Znanost in matematika Name[sr]=Наука и математика Name[sr@latin]=Nauka i matematika Name[sv]=Vetenskap och matematik Name[ta]=அறிவியல் & கணிதம் Name[te]=విజ్ఞానం & గణితం Name[tg]=Илм ва математика Name[th]=วิทยาศาสตร์และคณิตศาสตร์ Name[tr]=Bilim ve Matematik Name[uk]=Наука і математика Name[uz]=Fan va Matematika Name[uz@cyrillic]=Фан ва Математика Name[vi]=Khoa học và Toán học Name[wa]=Siyinces et matematikes Name[x-test]=xxScience & Mathxx Name[zh_CN]=科学和数学 Name[zh_TW]=科學與數學 07070100000020000081A400000000000000000000000165FC129C00000020000000000000000000000000000000000000005C00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-settings-other.directory.in[Desktop Entry] Type=Directory 07070100000021000081A400000000000000000000000165FC129C00000020000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-settings-system.directory.in[Desktop Entry] Type=Directory 07070100000022000081A400000000000000000000000165FC129C00000067000000000000000000000000000000000000005600000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-settings.directory.in[Desktop Entry] Type=Directory Icon=preferences-system #TRANSLATIONS_DIR=translations # Translations 07070100000023000081A400000000000000000000000165FC129C000025C2000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-system-tools.directory.in[Desktop Entry] Name=System Tools Name[af]=Stelselgereedskap Name[ar]=أدوات النّظام Name[as]=ব্যৱস্থাপ্ৰণালীৰ বিভিন্ন সৰঞ্জাম Name[ast]=Ferramientes del Sistema Name[be]=Сістэмныя інструменты Name[be@latin]=Systemnaje pryładździe Name[bg]=Системни инструменти Name[bn]=সিস্টেম টুল Name[bn_IN]=সিস্টেমের বিভিন্ন সরঞ্জাম Name[br]=Binvioù reizhiad Name[ca]=Eines de sistema Name[cs]=Systémové nástroje Name[cy]=Offer System Name[da]=Systemværktøjer Name[de]=Systemwerkzeuge Name[dz]=རིམ་ལུགས་ལག་ཆས། Name[el]=Εργαλεία συστήματος Name[en_CA]=System Tools Name[en_GB]=System Tools Name[eo]=Sistemaj iloj Name[es]=Herramientas del sistema Name[es_VE]=Herramientas del sistema Name[et]=Süsteemi tööriistad Name[eu]=Sistemaren tresnak Name[fa]=ابزارهای سیستم Name[fi]=Järjestelmätyökalut Name[fo]=Kervis amboð Name[fr]=Outils système Name[frp]=Utils du sistemo Name[fur]=Imprescj di sisteme Name[ga]=Uirlisí Córais Name[gl]=Ferramentas do sistema Name[gu]=સિસ્ટમ સાધનો Name[he]=כלי מערכת Name[hi]=सिस्टम उपकरण Name[hr]=Alati Sustava Name[hu]=Rendszereszközök Name[hy]=Համակարգի գործիքներ Name[id]=Peralatan Sistem Name[io]=Sistemala Utensili Name[is]=Kerfistól Name[it]=Strumenti di sistema Name[ja]=システムツール Name[ka]=სისტემური ხელსაწყოები Name[kk]=Жүйелік саймандар Name[km]=ឧបករណ៍ប្រព័ន្ធ Name[kn]=ಗಣಕ ಉಪಕರಣಗಳು Name[ko]=시스템 도구 Name[ku]=Amûrên Pergalê Name[ky]=Системалык аспаптар Name[lg]=Ebiyamba okufuga sisitemu Name[lt]=Sistemos įrankiai Name[lv]=Sistēma rīki Name[mai]=सिस्टम अओजार Name[mg]=Fitaovan'ny rafitra Name[mk]=Системски алатки Name[ml]=സിസ്റ്റത്തിലെ പണിയായുധങ്ങള് Name[mn]=Системийн хэрэгслүүд Name[mr]=यंत्रणे संबंधित अौजार Name[ms]=Alatan Sistem Name[nb]=Systemverktøy Name[ne]=प्रणाली उपकरण Name[nl]=Systeemgereedschap Name[nn]=Systemverktøy Name[oc]=Espleches sistèma Name[or]=ତନ୍ତ୍ର ଉପକରଣ Name[pa]=ਸਿਸਟਮ ਸੰਦ Name[pl]=Narzędzia systemowe Name[ps]=غونډال توکي Name[pt]=Ferramentas de sistema Name[pt_BR]=Sistema Name[ro]=Unelte de sistem Name[ru]=Системные Name[si]=පද්දති මෙවලම් Name[sk]=Systémové nástroje Name[sl]=Sistemska orodja Name[sq]=Vegla Sistemi Name[sr]=Системски алати Name[sr@latin]=Sistemski alati Name[sv]=Systemverktyg Name[ta]=கணிப்பொறிக் கருவிகள் Name[te]=వ్యవస్థ పనిముట్లు Name[th]=เครื่องมือระบบ Name[tr]=Sistem Araçları Name[tt_RU]=Система кораллары Name[ug]=سىستېما قوراللىرى Name[uk]=Системні утиліти Name[ur]=نظام اوزار Name[ur_PK]=نظام اوزار Name[uz@cyrillic]=Тизим воситалари Name[vi]=Công cụ hệ thống Name[xh]=Izixhobo Zeenkqubo Name[zh_CN]=系统工具 Name[zh_HK]=系統工具 Name[zh_TW]=系統工具 Comment=System configuration and monitoring Comment[af]=Stelselopstelling en monitering Comment[ar]=ضبط النّظام ومراقبته Comment[as]=ব্যৱস্থাপ্ৰণালীৰ বৈশিষ্ট্যৰ বিন্যাস এবং নিৰীক্ষণ Comment[ast]=Configuración y monitorización del sistema Comment[be]=Канфігурацыя сістэмы і маніторынг Comment[be@latin]=Manitorynh i kanfihuracyja systemy Comment[bg]=Следене и настройване на системата Comment[bn]=সিস্টেম কনফিগারেশন এবং মনিটরিং Comment[bn_IN]=সিস্টেমের বৈশিষ্ট্য কনফিগারেশন এবং নিরীক্ষণ Comment[br]=Neuziadur hag eveshaerezh ar reizhiad Comment[ca]=Configuració i monitorització del sistema Comment[cs]=Nastavení a sledování systému Comment[cy]=Cyflunio a monitro system Comment[da]=Systemkonfiguration og -overvågning Comment[de]=Systemkonfiguration und -überwachung Comment[dz]=རིམ་ལུགས་རིམ་སྒྲིག་དང་ལྟ་རྟོག། Comment[el]=Ρύθμιση και έλεγχος συστήματος Comment[en_CA]=System configuration and monitoring Comment[en_GB]=System configuration and monitoring Comment[eo]=Agordi kaj kontroli sistemon Comment[es]=Configuración y monitorización del sistema Comment[es_VE]=Configuración y monitorización del sistema Comment[et]=Süsteemi seadistamine ja jälgimine Comment[eu]=Sistemaren konfigurazioa eta monitorizazioa Comment[fa]=پیکربندی و پایشگری سیستم Comment[fi]=Järjestelmäasetukset ja -seuranta Comment[fo]=Kervis samanseting og vøka Comment[fr]=Configuration et surveillance système Comment[fur]=Configurazion e monitoragjo di sisteme Comment[ga]=Cumraíocht agus monatóireacht an chórais Comment[gl]=Configuración e monitorización do sistema Comment[gu]=સિસ્ટમ રૂપરેખાંકન અને મોનિટરીંગ Comment[he]=הגדרת המערכת וניהול מעקב אחריה Comment[hi]=सिस्टम विन्यास व निरीक्षण Comment[hr]=Konfiguracija i nadzor sustava Comment[hu]=Rendszerbeállítás és megfigyelés Comment[hy]=Համակարգի կարգավորում և վերահսկում Comment[id]=Konfigurasi sistem dan pemantauan Comment[is]=Kerfisstillingar og vöktun Comment[it]=Configurazione e monitoraggio del sistema Comment[ja]=システムの設定と監視を行うプログラムです Comment[ka]=სისტემის კონფიგურაცია და მონიტორინგი Comment[kk]=Жүйелік баптаулар мен бақылау Comment[km]=ការកំណត់រចនាសម្ព័ន្ធ និង ការត្រួតពិនិត្យ Comment[kn]=ಗಣಕ ಸಂರಚನೆ ಹಾಗು ಪರಿವೀಕ್ಷಣೆ Comment[ko]=시스템 설정과 감시 Comment[ku]=Avakirin û şopandina pergalê Comment[ky]=Системаны конфигурациялоо жана аны байкоо аспаптары Comment[lg]=Eby'okutegeka n'okukebera embeera ya sisitemu Comment[lt]=Sistemos konfigūravimas ir stebėjimas Comment[lv]=Sistēmas konfigurācija un pārraudzība Comment[mai]=सिस्टम बिन्यास आ निरीक्षण Comment[mg]=Fanefena sy fanaraha-maso ny rafitra Comment[mk]=Конфигурација и надгледување на системот Comment[ml]=സിസ്റ്റത്തിന്റെ ക്രമീകരണവും നിരീക്ഷണവും Comment[mn]=Системийн тохиргоо болон хяналт Comment[mr]=यंत्रणेचे सुसुत्रीकरण व संचलन Comment[ms]=Konfigurasi dan pemantauan sistem Comment[nb]=Systemkonfigurasjon og overvåking Comment[ne]=प्रणाली कन्फिगरेसन र अनुगमन Comment[nl]=Systeemconfiguratie en -controle Comment[nn]=Oppsett og overvaking av systemet Comment[oc]=Configuracion e susvelhança del sistèma Comment[or]=ତନ୍ତ୍ର ବିନ୍ଯାସ ଏବଂ ନିରୀକ୍ଷଣ Comment[pa]=ਸਿਸਟਮ ਸੰਰਚਨਾ ਅਤੇ ਨਿਗਰਾਨੀ Comment[pl]=Monitorowanie i konfiguracja systemu Comment[ps]=د غونډال سازونه او ليدنه Comment[pt]=Configuração de sistema e monitorização Comment[pt_BR]=Configuração e monitoramento do sistema Comment[ro]=Configurarea și monitorizarea sistemului Comment[ru]=Средства конфигурации и мониторинга системы Comment[si]=පද්දති සුසර කිරිම සහ නිරික්ෂණය Comment[sk]=Konfigurácia a sledovanie systému Comment[sl]=Nastavitve in nadzor nad sistemom Comment[sq]=Konfigurim dhe vëzhgim sistemi Comment[sr]=Подешавање и праћење система Comment[sr@latin]=Podešavanje i praćenje sistema Comment[sv]=Systemkonfiguration och systemövervakning Comment[ta]=கணிப்பொறி அமைப்பு மற்றும் கண்காணித்தல் Comment[te]=వ్యవస్థ స్వరూపణం మరియు పర్యవేక్షణ Comment[th]=ตั้งค่าและเฝ้าดูระบบ Comment[tr]=Sistem yapılandırma ve izleme Comment[tt_RU]=Системаны көйләү һәм күзәтү Comment[ug]=سىستېما سەپلەش ۋە كۆزىتىش Comment[uk]=Засоби налаштовування та контролю системи Comment[ur]=نظام کی وضع کاریاں اور معائنہ Comment[ur_PK]=نظام کی وضع کاریاں اور معائنہ Comment[uz@cyrillic]=Тизимни мослаш ва кузатиш Comment[vi]=Cấu hình và theo dõi hệ thống Comment[xh]=Umiselo-nkqubo lwendlela emisiweyo kunye nokuhlola Comment[zh_CN]=系统配置和监视 Comment[zh_HK]=系統配置及監察 Comment[zh_TW]=系統配置及監察 Icon=applications-system Type=Directory 07070100000024000081A400000000000000000000000165FC129C000015D0000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-system.directory.in[Desktop Entry] Name=System Name[af]=Stelsel Name[ar]=النّظام Name[as]=ব্যৱস্থাপ্ৰণালী Name[ast]=Sistema Name[be]=Сістэма Name[be@latin]=Systema Name[bg]=Система Name[bn]=সিস্টেম Name[bn_IN]=সিস্টেম Name[ca]=Sistema Name[cs]=Systém Name[da]=System Name[de]=System Name[dz]=རིམ་ལུགས་ Name[el]=Σύστημα Name[en_GB]=System Name[eo]=Sistemo Name[es]=Sistema Name[es_VE]=Sistema Name[et]=Süsteem Name[eu]=Sistema Name[fa]=سیستم Name[fi]=Järjestelmä Name[fo]=Kervi Name[fr]=Système Name[frp]=Sistemo Name[fur]=Sisteme Name[ga]=Córas Name[gl]=Sistema Name[gu]=સિસ્ટમ Name[he]=מערכת Name[hi]=तंत्र Name[hr]=Sustav Name[hu]=Rendszer Name[id]=Sistem Name[io]=Sistemo Name[is]=Kerfið Name[it]=Sistema Name[ja]=システム Name[kk]=Жүйелік Name[km]=ប្រព័ន្ធ Name[kn]=ಗಣಕ Name[ko]=시스템 Name[ku]=Pergal Name[lg]=Sisitemu Name[lt]=Sistema Name[lv]=Sistēma Name[mk]=Систем Name[ml]=സിസ്റ്റം Name[mr]=प्रणाली Name[ms]=Sistem Name[nb]=System Name[ne]=प्रणाली Name[nl]=Systeem Name[nn]=System Name[oc]=Sistèma Name[or]=ତନ୍ତ୍ର Name[pa]=ਸਿਸਟਮ Name[pl]=System Name[ps]=غونډال Name[pt]=Sistema Name[pt_BR]=Sistema Name[ro]=Sistem Name[ru]=Система Name[si]=පද්දති Name[sk]=Systém Name[sl]=Sistem Name[sq]=Sistemi Name[sr]=Системски алати Name[sr@latin]=Sistemski alati Name[sv]=System Name[ta]=கணிப்பொறி Name[te]=వ్యవస్థ Name[th]=ระบบ Name[tr]=Sistem Name[tt_RU]=Система Name[ug]=سىستېما Name[uk]=Система Name[ur]=نظام Name[ur_PK]=نظام Name[uz@cyrillic]=Тизим Name[vi]=Hệ thống Name[zh_CN]=系统 Name[zh_HK]=系統 Name[zh_TW]=系統 Comment=System settings Comment[af]=Stelselinstellings Comment[ar]=إعدادات النّظام Comment[as]=ব্যৱস্থাপ্ৰণালী সংক্ৰান্ত বৈশিষ্ট্য Comment[ast]=Preferencies del sistema Comment[be]=Сістэмныя настаўленні Comment[be@latin]=Systemnyja nałady Comment[bg]=Системни настройки Comment[bn]=সিস্টেম সেটিং Comment[bn_IN]=সিস্টেম সংক্রান্ত বৈশিষ্ট্য Comment[ca]=Paràmetres de sistema Comment[cs]=Systémová nastavení Comment[da]=Systemindstillinger Comment[de]=Systemeinstellungen Comment[dz]=རིམ་ལུགས་སྒྲིག་སྟངས་ Comment[el]=Ρυθμίσεις συστήματος Comment[en_GB]=System settings Comment[eo]=Sistemaj agordoj Comment[es]=Preferencias del sistema Comment[es_VE]=Preferencias del sistema Comment[et]=Süsteemi sätted Comment[eu]=Sistemaren ezarpenak Comment[fa]=تنظیمات سیستم Comment[fi]=Järjestelmän asetukset Comment[fo]=Setingar á kervi Comment[fr]=Paramètres système Comment[frp]=Opcions du sistemo Comment[fur]=Impostazions di sisteme Comment[ga]=Socruithe an chórais Comment[gl]=Configuracións do sistema Comment[gu]=સિસ્ટમ સુયોજનો Comment[he]=הגדרות מערכת Comment[hi]=सिस्टम जमावट Comment[hr]=Postavke sustava Comment[hu]=Rendszerbeállítások Comment[hy]=Համակարգի հատկություններ Comment[id]=Penataan sistem Comment[io]=Sistemala situesi Comment[is]=Kerfisstillingar Comment[it]=Impostazioni di sistema Comment[ja]=システム規模の設定を変更します Comment[kk]=Жүйелік баптаулар Comment[km]=ការកំណត់ប្រព័ន្ធ Comment[kn]=ಗಣಕ ಸಂಯೋಜನೆಗಳು Comment[ko]=시스템 설정 Comment[ku]=Mîhengên pergalê Comment[lg]=Entegeka ez'oku sistemu yonna Comment[lt]=Sistemos nustatymai Comment[lv]=Sistēmas iestatījumi Comment[mk]=Системски поставувања Comment[ml]=സിസ്റ്റത്തിന്റെ സജ്ജീകരണങ്ങള് Comment[mr]=प्रणाली संयोजना Comment[ms]=Tetapan Sistem Comment[nb]=Systeminnstillinger Comment[ne]=प्रणाली सेटिङ Comment[nl]=Systeeminstellingen Comment[nn]=Systemoppsett Comment[oc]=Paramètres del sistèma Comment[or]=ତନ୍ତ୍ର ବିନ୍ୟାସ Comment[pa]=ਸਿਸਟਮ ਸੈਟਿੰਗ Comment[pl]=Ustawienia systemowe Comment[ps]=غونډال امستنې Comment[pt]=Definições de sistema Comment[pt_BR]=Configurações do sistema Comment[ro]=Opțiuni de sistem Comment[ru]=Системные параметры Comment[si]=පද්දති සැකසුම් Comment[sk]=Systémové nastavenia Comment[sl]=Nastavitve sistema Comment[sq]=Rregullime sistemi Comment[sr]=Подешавања система Comment[sr@latin]=Podešavanja sistema Comment[sv]=Systeminställningar Comment[ta]=கணினி அமைப்புகள் Comment[te]=వ్యవస్థ అమరికలు Comment[th]=ตั้งค่าระบบ Comment[tr]=Sistem ayarları Comment[tt_RU]=Система көйләйләре Comment[ug]=سىستېما تەڭشەكلىرى Comment[uk]=Системні налаштування Comment[ur]=نظام کی ترتیبات Comment[ur_PK]=نظام کی ترتیبات Comment[uz@cyrillic]=Тизим мосламалари Comment[vi]=Thiết lập hệ thống Comment[zh_CN]=系统设置 Comment[zh_HK]=系統設定 Comment[zh_TW]=系統設定 Icon=preferences-system Type=Directory 07070100000025000081A400000000000000000000000165FC129C00001FD0000000000000000000000000000000000000006300000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-utility-accessibility.directory.in[Desktop Entry] Name=Universal Access Name[af]=Universele toegang Name[ar]=الإتاحة Name[as]=সাৰ্বজনীন ব্যবহাৰাধিকাৰ Name[ast]=Accesu universal Name[be]=Універсальны доступ Name[be@latin]=Universalny dostup Name[bg]=Универсален достъп Name[bn]=সার্বজনীন প্রবেশাধিকার Name[bn_IN]=সার্বজনীন ব্যবহারাধিকার Name[ca]=Accés universal Name[cs]=Zpřístupnění Name[da]=Universel adgang Name[de]=Barrierefreiheit Name[dz]=འཛམ་གླིང་ཡོངས་ཁྱབ་འཛུལ་སྤྱོད་འབད་ནི Name[el]=Γενική πρόσβαση Name[en_GB]=Universal Access Name[eo]=Universala alireblo Name[es]=Acceso universal Name[es_VE]=Acceso universal Name[et]=Universaalne ligipääs Name[eu]=Sarbide unibertsala Name[fa]=دسترسی همگانی Name[fi]=Esteettömyys Name[fo]=Algild atgongd Name[fr]=Accès universel Name[fur]=Acess Universâl Name[ga]=Rochtain Uilíoch Name[gl]=Acceso universal Name[gu]=સાર્વત્રિક વપરાશ Name[he]=גישה אוניברסלית Name[hi]=सार्वभौमिक पहुँच Name[hr]=Univerzalni Pristup Name[hu]=Akadálymentesítés Name[hy]=Ընդհանուր Մատչելիություն Name[id]=Akses Universal Name[io]=Universala Aceso Name[is]=Altækur aðgangur Name[it]=Accesso universale Name[ja]=ユニバーサル・アクセス Name[kk]=Арнайы мүмкіндіктер Name[km]=ដំណើរការចូលទូទៅ Name[kn]=ಜಾಗತಿಕ ನಿಲುಕಣೆ(Universal Access) Name[ko]=보편적 접근성 Name[ku]=Gihîştina Gerdûnî Name[lg]=Ebinaatuukikako bonna Name[lt]=Universali prieiga Name[mk]=Универзален пристап Name[ml]=സാര്വ്വജനികലഭ്യത Name[mr]=जागतीक प्रवेश Name[ms]=Akses sejagat Name[nb]=Tilgjengelighet Name[ne]=विश्वब्यापी पहुँच Name[nl]=Toegankelijkheid Name[nn]=Tilgjenge Name[oc]=Accès universal Name[or]=ସାର୍ବଜନିକ ଅଭିଗମ୍ୟତା Name[pa]=ਯੂਨੀਵਰਸਲ ਪਹੁੰਚ Name[pl]=Dostęp uniwersalny Name[ps]=نړېوال لاسرس Name[pt]=Acesso universal Name[pt_BR]=Acessibilidade Name[ro]=Acces universal Name[ru]=Специальные возможности Name[si]=විශ්ව පිවිසුම Name[sk]=Pre postihnutých Name[sl]=Splošni dostop Name[sq]=Hyrje universale Name[sr]=Универзални приступ Name[sr@latin]=Univerzalni pristup Name[sv]=Allmän åtkomst Name[ta]=உலகளாவிய அணுகல் Name[te]=సార్వత్రిక సౌలభ్యత Name[th]=สิ่งอำนวยความสะดวก Name[tr]=Evrensel Erişim Name[tt_RU]=Мәхсүс мөмкинлекләр Name[ug]=ئۇنىۋېرسال زىيارەت Name[uk]=Універсальний доступ Name[ur]=آفاقی رسائی Name[ur_PK]=آفاقی رسائی Name[vi]=Truy cập hoàn toàn Name[zh_CN]=通用访问 Name[zh_HK]=無障礙功能 Name[zh_TW]=無障礙功能 Comment=Universal Access Settings Comment[af]=Verstelling van universele toegang Comment[ar]=إعدادات الإتاحة Comment[as]=সাৰ্বজনীন ব্যবহাৰাধিকাৰ সংক্ৰান্ত সম্পৰ্কিত বৈশিষ্ট্য Comment[ast]=Preferencies del accesu universal Comment[be]=Настаўленні універсальнага доступу Comment[be@latin]=Nałady ŭniversalnaha dostupu Comment[bg]=Настройки на универсалния достъп Comment[bn]=সার্বজনীন প্রবেশাধিকার সেটিং Comment[bn_IN]=সার্বজনীন ব্যবহারাধিকার সংক্রান্ত সম্পর্কিত বৈশিষ্ট্য Comment[ca]=Paràmetres d'accés universal Comment[cs]=Nastavení zpřístupnění Comment[da]=Indstillinger for universel adgang Comment[de]=Einstellungen zur Barrierefreiheit Comment[dz]=འཛམ་གླིང་ཡོངས་ཁྱབ་འཛུལ་སྤྱོད་ཀྱི་གཞི་སྒྲིག་ཚུ Comment[el]=Ρυθμίσεις γενικής πρόσβασης Comment[en_GB]=Universal Access Settings Comment[eo]=Agordoj pri alireblo Comment[es]=Preferencias del acceso universal Comment[es_VE]=Preferencias del acceso universal Comment[et]=Universaalse ligipääsu sätted Comment[eu]=Sarbide unibertsalaren ezarpenak Comment[fa]=تنظیمات دسترسی همگانی Comment[fi]=Esteettömän käytön asetukset Comment[fo]=Setingar fyri algilda atgongu Comment[fr]=Paramètres d'accès universel Comment[fur]=Impostazions Acess Universâl Comment[ga]=Socruithe Rochtana Uilíoch Comment[gl]=Configuración do acceso universal Comment[gu]=સાર્વત્રિક વપરાશ સુયોજનો Comment[he]=הגדרות גישה אוניברסלית Comment[hi]=सार्वभौमिक अभिगम्यता जमावट Comment[hr]=Postavke Univerzalnog Pristupa Comment[hu]=Akadálymentesítés beállításai Comment[id]=Penataan Akses Universal Comment[io]=Situesi pri Universala Aceso Comment[is]=Stillingar fyrir altækan aðgang Comment[it]=Impostazioni accesso universale Comment[ja]=ユニバーサル・アクセスの設定を変更します Comment[kk]=Арнайы мүмкіндіктер баптаулары Comment[km]=ការកំណត់ដំណើរការចូលទូទៅ Comment[kn]=ಜಾಗತಿಕ ನಿಲುಕಣೆ ಸಂಯೋಜನೆಗಳು Comment[ko]=보편적 접근성 설정 Comment[ku]=Mîhengên Gihîştina Gerdûnî Comment[lg]=Entegeka y'ebinaatuukikako bonna Comment[lt]=Universalios prieigos nustatymai Comment[mk]=Поставувања за универзален пристап Comment[ml]=സാര്വ്വജനികലഭ്യതാ സജ്ജീകരണങ്ങള് Comment[mr]=जागतीक प्रवेश संयोजना Comment[ms]=Tetapan Akses Sejagat Comment[nb]=Innstillinger for tilgjengelighet Comment[ne]=विश्वब्यापी पहुँच सेटिङ Comment[nl]=Toegankelijkheidinstellingen Comment[nn]=Innstillingar for tilgjenge Comment[or]=ସାର୍ବଜନିକ ଅଭିଗମ୍ୟତା୍ଯତା ବିନ୍ଯାସ Comment[pa]=ਯੂਨੀਵਰਸਲ ਪਹੁੰਚ ਸੈਟਿੰਗ Comment[pl]=Ustawienia uniwersalnego dostępu Comment[ps]=د نړېوال لاسرس امستنې Comment[pt]=Definições de acesso universal Comment[pt_BR]=Configurações de acessibilidade Comment[ro]=Opțiuni de acces universal Comment[ru]=Параметры специальных возможностей Comment[si]=විශ්ව පිවිසුම් සැකසුම් Comment[sk]=Nastavenia na uľahčenie prístupu Comment[sl]=Nastavitve splošnega dostopa Comment[sq]=Rregullimet për hyrjen universale Comment[sr]=Подешавања универзалног приступа Comment[sr@latin]=Podešavanja univerzalnog pristupa Comment[sv]=Inställningar för allmän åtkomst Comment[ta]=உலகளாவிய அணுகல் அமைப்புகள் Comment[te]=సార్వత్రిక సౌలభ్యత అమరికలు Comment[th]=ตั้งค่าสิ่งอำนวยความสะดวก Comment[tr]=Evrensel Erişim Ayarları Comment[tt_RU]=Мәхсүс мөмкинлекләрнең көйләүләре Comment[ug]=ئۇنىۋېرسال زىيارەت تەڭشىكى Comment[uk]=Налаштування універсального доступу Comment[ur]=آفاقی رسائی ترتیبات Comment[ur_PK]=آفاقی رسائی ترتیبات Comment[vi]=Thiết lập Truy cập Hoàn toàn Comment[zh_CN]=通用访问设置 Comment[zh_HK]=無障礙功能設定值 Comment[zh_TW]=無障礙功能設定值 Type=Directory Icon=preferences-desktop-accessibility 07070100000026000081A400000000000000000000000165FC129C00001C9A000000000000000000000000000000000000005500000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/desktop-directories/lxqt-utility.directory.in[Desktop Entry] Name=Accessories Name[af]=Toebehore Name[ar]=الملحقات Name[as]=আনুষঙ্গিক Name[ast]=Accesorios Name[be]=Інструменты Name[be@latin]=Aksesuary Name[bg]=Помощни програми Name[bn]=আনুসাঙ্গিক Name[bn_IN]=আনুষঙ্গিক Name[br]=Mavegoù Name[ca]=Accessoris Name[cs]=Příslušenství Name[cy]=Ategolion Name[da]=Tilbehør Name[de]=Zubehör Name[dz]=ཡན་ལག་ཅ་ཆས། Name[el]=Βοηθήματα Name[en_CA]=Accessories Name[en_GB]=Accessories Name[eo]=Utilaĵoj Name[es]=Accesorios Name[es_VE]=Accesorios Name[et]=Tarvikud Name[eu]=Gehigarriak Name[fa]=لوازم Name[fi]=Apuohjelmat Name[fo]=Tilhoyr Name[fr]=Accessoires Name[frp]=Accesòres Name[fur]=Robutis Name[ga]=Oiriúintí Name[gl]=Accesorios Name[gn]=Nhamba'eapoa Pygua Name[gu]=સહાયક કાર્યક્રમો Name[he]=עזרים Name[hi]=संलग्नक Name[hr]=Pomagala Name[hu]=Kellékek Name[hy]=Աքսեսուարներ Name[id]=Aksesoris Name[io]=Acesori Name[is]=Aukahlutir Name[it]=Accessori Name[ja]=アクセサリ Name[ka]=აქსესუარები Name[kk]=Қалыпты Name[km]=ប្រដាប់ប្រដា Name[kn]=ಸಲಕರಣೆಗಳು Name[ko]=보조 프로그램 Name[ku]=Bernameyên Alîkar Name[ky]=Стандарттык иштемелер Name[lg]=Ebigonz'emirimu Name[lt]=Reikmenys Name[lv]=Piederumi Name[mai]=संलग्नक Name[mg]=Fiasana Name[mk]=Услужни Name[ml]=ഉപകരണങ്ങള് Name[mn]=Нэмэлт төхөөрөмж Name[mr]=शिवाय उपकरणं Name[ms]=Aksesori Name[nb]=Tilbehør Name[ne]=सहायक उपकरण Name[nl]=Hulpmiddelen Name[nn]=Tilbehøyr Name[oc]=Accessòris Name[or]=ସହାୟକ ବସ୍ତୁ Name[pa]=ਸਹਾਇਕ Name[pl]=Akcesoria Name[ps]=ملتوکي Name[pt]=Acessórios Name[pt_BR]=Acessórios Name[ro]=Accesorii Name[ru]=Стандартные Name[si]=උපාංග Name[sk]=Príslušenstvo Name[sl]=Pripomočki Name[sq]=Aksesorë Name[sr]=Алатке Name[sr@latin]=Alatke Name[sv]=Tillbehör Name[ta]=துணைப்பொருள்கள் Name[te]=సహాయకాలు Name[th]=เครื่องใช้ไม้สอย Name[tr]=Donatılar Name[tt_RU]=Үрнәк кушымталар Name[ug]=قوشۇمچە دېتاللار Name[uk]=Стандартні Name[ur]=لوازمات Name[ur_PK]=لوازمات Name[vi]=Bổ trợ Name[xh]=Izinto ezongezelelwayo Name[zh_CN]=附件 Name[zh_HK]=附屬應用程式 Name[zh_TW]=附屬應用程式 Comment=Desktop accessories Comment[af]=Werkskermtoebehore Comment[ar]=ملحقات سطح المكتب Comment[as]=ডেস্কটপৰ ব্যৱহৃত আনুষঙ্গিক বস্তু Comment[ast]=Accesorios d'Escritoriu Comment[be]=Інструменты працоўнага асяроддзя Comment[be@latin]=Aksesuary stała Comment[bg]=Набор от помощни програми Comment[bn]=ডেস্কটপের আনুসাঙ্গিক অ্যাপ্লিকেশন Comment[bn_IN]=ডেস্কটপের ব্যবহৃত আনুষঙ্গিক বস্তু Comment[br]=Mavegoù ar burev Comment[ca]=Accessoris d'escriptori Comment[cs]=Příslušenství prostředí pracovní plochy Comment[cy]=Ategolion penbwrdd Comment[da]=Skrivebordstilbehør Comment[de]=Desktop-Zubehör Comment[dz]=ཌེཀསི་ཊོཔ་གི་ ཡན་ལག་ཅ་ཆས། Comment[el]=Βοηθήματα επιφάνειας εργασίας Comment[en_CA]=Desktop accessories Comment[en_GB]=Desktop accessories Comment[eo]=Labortablaj utilaĵoj Comment[es]=Accesorios del escritorio Comment[es_VE]=Accesorios del escritorio Comment[et]=Töölaua tarvikud Comment[eu]=Mahaigainaren gehigarriak Comment[fa]=لوازم رومیزی Comment[fi]=Työpöydän apuohjelmat Comment[fo]=Skriviborðs-tilhoyr Comment[fr]=Accessoires du bureau Comment[frp]=Accesòres do Bureu Comment[fur]=Robutis dal desktop Comment[ga]=Oiriúintí deisce Comment[gl]=Accesorios do escritorio Comment[gn]=Nhamba'eapoa Regua Comment[gu]=ડેસ્કટોપ સહાયક કાર્યક્રમો Comment[he]=עזרי שולחן עבודה Comment[hi]=डेस्कटॉप संलग्नक Comment[hr]=Pomagala radne površine Comment[hu]=Asztali kellékek Comment[hy]=Աշխատասեղանի աքսեսուարներ Comment[id]=Aksesoris desktop Comment[io]=Pupitrosuprala acesori Comment[is]=Skjáborðs aukahlutir Comment[it]=Accessori del desktop Comment[ja]=デスクトップ用のアクセサリーです Comment[ka]=სამუშაო მაგიდის აქსესუარები Comment[kk]=Қалыпты қолданбалар Comment[km]=ប្រដាប់ប្រដាផ្ទៃតុ Comment[kn]=ಗಣಕತೆರೆಯ ಸಲಕರಣೆಗಳು Comment[ko]=바탕환경의 보조 프로그램 Comment[ku]=Bernameyên alîkar ên sermaseyê Comment[ky]=Иш столунун иштемелери Comment[lg]=Ebigonz'emirimu awakolerwa Comment[lt]=Darbo aplinkos reikmenys Comment[lv]=Darbvirsmas piederumi Comment[mai]=डेस्कटाप संलग्नकसभ Comment[mg]=Fiasan'ny desktop Comment[mk]=Алатки за работната површина Comment[ml]=പണിയിടോപകരണങ്ങള് Comment[mn]=Дэлгэцийн нэмэлт төхөөрөмжүүд Comment[mr]=डेस्कटॉपशी निगडित शिवाय उपकरणं Comment[ms]=Aksesori Desktop Comment[nb]=Tilbehør for skrivebordet Comment[ne]=डेस्कटप सहायक उपकरण Comment[nl]=Bureaubladhulpmiddelen Comment[nn]=Tilbehøyr til skrivebordet Comment[oc]=Accessòris del burèu Comment[or]=ଡେସ୍କଟପ୍ ସହାୟକ ବସ୍ତୁ Comment[pa]=ਡੈਸਕਟਾਪ ਸਹਾਇਕ Comment[pl]=Akcesoria pulpitu Comment[ps]=د سرپاڼې ملتوکي Comment[pt]=Acessórios de área de trabalho Comment[pt_BR]=Acessórios da área de trabalho Comment[ro]=Accesorii pentru desktop Comment[ru]=Стандартные приложения Comment[si]=මූලික තිරය උපාංග Comment[sk]=Príslušenstvo pracovnej plochy Comment[sl]=Namizni pripomočki Comment[sq]=Aksesorë hapësire pune Comment[sr]=Алатке окружења Comment[sr@latin]=Alatke okruženja Comment[sv]=Skrivbordstillbehör Comment[ta]=மேஜை துணைப்பொருள்கள் Comment[te]=డెస్క్టాప్ సహాయకాలు Comment[th]=โปรแกรมเครื่องใช้ไม้สอยบนเดสก์ท็อป Comment[tr]=Masaüstü donatıları Comment[tt_RU]=Эш өстәле өчен үрнәк кушымталар Comment[ug]=ئۈستەلئۈستى قوشۇمچە دېتاللىرى Comment[uk]=Стандартні програми Comment[ur]=ڈیسک ٹاپ لوازمات Comment[ur_PK]=ڈیسک ٹاپ لوازمات Comment[vi]=Bổ trợ môi trường Comment[xh]=Izinto ezongezelelwayo ze-Desktop Comment[zh_CN]=桌面附件 Comment[zh_HK]=桌面附屬應用程式 Comment[zh_TW]=桌面附屬應用程式 Icon=applications-accessories Type=Directory 07070100000027000081A400000000000000000000000165FC129C00001652000000000000000000000000000000000000004600000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/lxqt-applications-compact.menu<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd"> <Menu> <Name>Applications</Name> <Directory>lxqt-menu-applications.directory</Directory> <!-- Read standard .directory and .desktop file locations --> <DefaultAppDirs/> <DefaultDirectoryDirs/> <!-- Read in overrides and child menus from applications-merged/ --> <DefaultMergeDirs/> <!-- Accessories submenu --> <Menu> <Name>Accessories</Name> <Directory>lxqt-utility.directory</Directory> <Include> <And> <Category>Utility</Category> <!-- Accessibility spec must have either the Utility or Settings category, and we display an accessibility submenu already for the ones that do not have Settings, so don't display accessibility applications here --> <Not><Category>Accessibility</Category></Not> <Not><Category>System</Category></Not> </And> </Include> </Menu> <!-- End Accessories --> <!-- Accessibility submenu --> <Menu> <Name>Universal Access</Name> <Directory>lxqt-utility-accessibility.directory</Directory> <Include> <And> <Category>Accessibility</Category> <Not><Category>Settings</Category></Not> </And> </Include> </Menu> <!-- End Accessibility --> <!-- Development Tools --> <Menu> <Name>Development</Name> <Directory>lxqt-development.directory</Directory> <Include> <And> <Category>Development</Category> </And> <Filename>emacs.desktop</Filename> </Include> </Menu> <!-- End Development Tools --> <!-- Education & Science --> <Menu> <Name>Education & Science</Name> <Directory>lxqt-education-science.directory</Directory> <Include> <Or> <Category>Education</Category> <Category>Science</Category> </Or> </Include> </Menu> <!-- End Education & Science --> <!-- Games --> <Menu> <Name>Games</Name> <Directory>lxqt-game.directory</Directory> <Include> <And> <Category>Game</Category> </And> </Include> </Menu> <!-- End Games --> <!-- Graphics --> <Menu> <Name>Graphics</Name> <Directory>lxqt-graphics.directory</Directory> <Include> <And> <Category>Graphics</Category> <Not><Category>Utility</Category></Not> </And> </Include> </Menu> <!-- End Graphics --> <!-- Internet --> <Menu> <Name>Internet</Name> <Directory>lxqt-network.directory</Directory> <Include> <And> <Category>Network</Category> </And> </Include> </Menu> <!-- End Internet --> <!-- LXQt-About --> <Menu> <Name>LXQt-About</Name> <Include> <Filename>lxqt-about.desktop</Filename> </Include> </Menu> <!-- End LXQt-About --> <!-- Multimedia --> <Menu> <Name>Multimedia</Name> <Directory>lxqt-audio-video.directory</Directory> <Include> <And> <Category>AudioVideo</Category> </And> </Include> </Menu> <!-- End Multimedia --> <!-- Office --> <Menu> <Name>Office</Name> <Directory>lxqt-office.directory</Directory> <Include> <And> <Category>Office</Category> </And> </Include> </Menu> <!-- End Office --> <!-- System Tools--> <Menu> <Name>System</Name> <Directory>lxqt-system-tools.directory</Directory> <Include> <And> <Category>System</Category> <Not><Category>Settings</Category></Not> <Not><Category>PackageManager</Category></Not> <Not><Category>X-Leave</Category></Not> <Not><Category>Screensaver</Category></Not> <Not><Filename>lxqt-about.desktop</Filename></Not> </And> </Include> </Menu> <!-- End System Tools --> <!-- Other --> <Menu> <Name>Other</Name> <Directory>lxqt-other.directory</Directory> <OnlyUnallocated/> <Include> <And> <Not><Category>Core</Category></Not> <Not><Category>Settings</Category></Not> <Not><Category>Screensaver</Category></Not> </And> </Include> </Menu> <!-- End Other --> <!-- All settings --> <Menu> <Name>LXQtSettings</Name> <Directory>lxqt-settings.directory</Directory> <Include> <And> <Category>LXQt</Category> <Or> <Category>Settings</Category> <Category>PackageManager</Category> </Or> </And> <!-- Include some optional components here --> <Filename>pcmanfm-qt-desktop-pref.desktop</Filename> </Include> <Layout> <Filename>lxqt-config.desktop</Filename> <Separator/> <Merge type="menus"/> <Merge type="files"/> </Layout> </Menu> <!-- Other Settings --> <Menu> <Name>DesktopSettings</Name> <Directory>lxqt-preferences.directory</Directory> <OnlyUnallocated/> <Include> <Or> <Category>Settings</Category> <Category>PackageManager</Category> </Or> </Include> <Exclude> <Or> <Filename>lxqt-config.desktop</Filename> </Or> </Exclude> <Layout> <Merge type="menus"/> <Merge type="files"/> </Layout> </Menu> <!-- End other Settings --> <!-- Leave --> <Menu> <Name>X-Leave</Name> <Directory>lxqt-leave.directory</Directory> <Include> <And> <Category>X-Leave</Category> </And> </Include> <Exclude> <Or> <Filename>lxqt-leave.desktop</Filename> </Or> </Exclude> </Menu> <!-- End Leave --> <!-- Screensaver --> <Menu> <Name>Screensaver</Name> <Include> <Filename>lxqt-lockscreen.desktop</Filename> </Include> </Menu> <!-- End Screensaver --> <Layout> <Menuname show_empty="false" inline="true">LXQt-About</Menuname> <Separator/> <Merge type="files"/> <Merge type="menus"/> <Separator/> <Menuname>LXQtSettings</Menuname> <Menuname>DesktopSettings</Menuname> <Separator/> <Menuname show_empty="false" inline="true">X-Leave</Menuname> <Menuname show_empty="false" inline="true">Screensaver</Menuname> </Layout> </Menu> <!-- End Applications --> 07070100000028000081A400000000000000000000000165FC129C00000FDC000000000000000000000000000000000000004100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/lxqt-applications-fm.menu<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd"> <Menu> <Name>Applications</Name> <Directory>lxqt-menu-applications.directory</Directory> <!-- Read standard .directory and .desktop file locations --> <DefaultAppDirs/> <DefaultDirectoryDirs/> <!-- Read in overrides and child menus from applications-merged/ --> <DefaultMergeDirs/> <!-- Accessories submenu --> <Menu> <Name>Accessories</Name> <Directory>lxqt-utility.directory</Directory> <Include> <And> <Category>Utility</Category> <!-- Accessibility spec must have either the Utility or Settings category, and we display an accessibility submenu already for the ones that do not have Settings, so don't display accessibility applications here --> <Not><Category>Accessibility</Category></Not> <Not><Category>System</Category></Not> </And> </Include> </Menu> <!-- End Accessories --> <!-- Accessibility submenu --> <Menu> <Name>Universal Access</Name> <Directory>lxqt-utility-accessibility.directory</Directory> <Include> <And> <Category>Accessibility</Category> <Not><Category>Settings</Category></Not> </And> </Include> </Menu> <!-- End Accessibility --> <!-- Development Tools --> <Menu> <Name>Development</Name> <Directory>lxqt-development.directory</Directory> <Include> <And> <Category>Development</Category> </And> <Filename>emacs.desktop</Filename> </Include> </Menu> <!-- End Development Tools --> <!-- Education & Science --> <Menu> <Name>Education & Science</Name> <Directory>lxqt-education-science.directory</Directory> <Include> <Or> <Category>Education</Category> <Category>Science</Category> </Or> </Include> </Menu> <!-- End Education & Science --> <!-- Games --> <Menu> <Name>Games</Name> <Directory>lxqt-game.directory</Directory> <Include> <And> <Category>Game</Category> </And> </Include> </Menu> <!-- End Games --> <!-- Graphics --> <Menu> <Name>Graphics</Name> <Directory>lxqt-graphics.directory</Directory> <Include> <And> <Category>Graphics</Category> <Not><Category>Utility</Category></Not> </And> </Include> </Menu> <!-- End Graphics --> <!-- Internet --> <Menu> <Name>Internet</Name> <Directory>lxqt-network.directory</Directory> <Include> <And> <Category>Network</Category> </And> </Include> </Menu> <!-- End Internet --> <!-- Multimedia --> <Menu> <Name>Multimedia</Name> <Directory>lxqt-audio-video.directory</Directory> <Include> <And> <Category>AudioVideo</Category> </And> </Include> </Menu> <!-- End Multimedia --> <!-- Office --> <Menu> <Name>Office</Name> <Directory>lxqt-office.directory</Directory> <Include> <And> <Category>Office</Category> </And> </Include> </Menu> <!-- End Office --> <!-- System Tools--> <Menu> <Name>System</Name> <Directory>lxqt-system-tools.directory</Directory> <Include> <And> <Category>System</Category> <Not><Category>Settings</Category></Not> <Not><Category>PackageManager</Category></Not> </And> </Include> </Menu> <!-- End System Tools --> <!-- Other --> <Menu> <Name>Other</Name> <Directory>lxqt-other.directory</Directory> <OnlyUnallocated/> <Include> <And> <Not><Category>Core</Category></Not> <Not><Category>Settings</Category></Not> <Not><Category>Screensaver</Category></Not> </And> </Include> </Menu> <!-- End Other --> <Menu> <Name>DesktopSettings</Name> <Directory>lxqt-preferences.directory</Directory> <OnlyUnallocated/> <Include> <Or> <Category>Settings</Category> <Category>PackageManager</Category> <Category>System</Category> </Or> </Include> <Layout> <Merge type="menus"/> <Merge type="files"/> </Layout> </Menu> <!-- End Settings --> <Layout> <Merge type="files"/> <Merge type="menus"/> <Separator/> <Menuname>DesktopSettings</Menuname> </Layout> </Menu> <!-- End Applications --> 07070100000029000081A400000000000000000000000165FC129C000014B7000000000000000000000000000000000000004500000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/lxqt-applications-simple.menu<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd"> <Menu> <Name>Applications</Name> <Directory>lxqt-menu-applications.directory</Directory> <!-- Read standard .directory and .desktop file locations --> <DefaultAppDirs/> <DefaultDirectoryDirs/> <!-- Read in overrides and child menus from applications-merged/ --> <DefaultMergeDirs/> <!-- Accessories submenu --> <Menu> <Name>Accessories</Name> <Directory>lxqt-utility.directory</Directory> <Include> <And> <Category>Utility</Category> <!-- Accessibility spec must have either the Utility or Settings category, and we display an accessibility submenu already for the ones that do not have Settings, so don't display accessibility applications here --> <Not><Category>Accessibility</Category></Not> <Not><Category>System</Category></Not> </And> </Include> </Menu> <!-- End Accessories --> <!-- Accessibility submenu --> <Menu> <Name>Universal Access</Name> <Directory>lxqt-utility-accessibility.directory</Directory> <Include> <And> <Category>Accessibility</Category> <Not><Category>Settings</Category></Not> </And> </Include> </Menu> <!-- End Accessibility --> <!-- Development Tools --> <Menu> <Name>Development</Name> <Directory>lxqt-development.directory</Directory> <Include> <And> <Category>Development</Category> </And> <Filename>emacs.desktop</Filename> </Include> </Menu> <!-- End Development Tools --> <!-- Education & Science --> <Menu> <Name>Education & Science</Name> <Directory>lxqt-education-science.directory</Directory> <Include> <Or> <Category>Education</Category> <Category>Science</Category> </Or> </Include> </Menu> <!-- End Education & Science --> <!-- Games --> <Menu> <Name>Games</Name> <Directory>lxqt-game.directory</Directory> <Include> <And> <Category>Game</Category> </And> </Include> </Menu> <!-- End Games --> <!-- Graphics --> <Menu> <Name>Graphics</Name> <Directory>lxqt-graphics.directory</Directory> <Include> <And> <Category>Graphics</Category> <Not><Category>Utility</Category></Not> </And> </Include> </Menu> <!-- End Graphics --> <!-- Internet --> <Menu> <Name>Internet</Name> <Directory>lxqt-network.directory</Directory> <Include> <And> <Category>Network</Category> </And> </Include> </Menu> <!-- End Internet --> <!-- LXQt-About --> <Menu> <Name>LXQt-About</Name> <Include> <Filename>lxqt-about.desktop</Filename> </Include> </Menu> <!-- End LXQt-About --> <!-- Configuration Center --> <Menu> <Name>Configuration Center</Name> <Include> <Filename>lxqt-config.desktop</Filename> </Include> </Menu> <!-- End Configuration Center --> <!-- Multimedia --> <Menu> <Name>Multimedia</Name> <Directory>lxqt-audio-video.directory</Directory> <Include> <And> <Category>AudioVideo</Category> </And> </Include> </Menu> <!-- End Multimedia --> <!-- Office --> <Menu> <Name>Office</Name> <Directory>lxqt-office.directory</Directory> <Include> <And> <Category>Office</Category> </And> </Include> </Menu> <!-- End Office --> <!-- System Tools--> <Menu> <Name>System</Name> <Directory>lxqt-system-tools.directory</Directory> <Include> <And> <Category>System</Category> <Not><Category>Settings</Category></Not> <Not><Category>PackageManager</Category></Not> <Not><Category>X-Leave</Category></Not> <Not><Category>Screensaver</Category></Not> <Not><Filename>lxqt-about.desktop</Filename></Not> </And> </Include> </Menu> <!-- End System Tools --> <!-- Other --> <Menu> <Name>Other</Name> <Directory>lxqt-other.directory</Directory> <OnlyUnallocated/> <Include> <And> <Not><Category>Core</Category></Not> <Not><Category>Settings</Category></Not> <Not><Category>Screensaver</Category></Not> </And> </Include> </Menu> <!-- End Other --> <!-- Settings --> <Menu> <Name>DesktopSettings</Name> <Directory>lxqt-settings.directory</Directory> <Include> <Or> <Category>Settings</Category> <Category>PackageManager</Category> </Or> </Include> <Exclude> <Or> <Filename>lxqt-config.desktop</Filename> <Filename>pcmanfm-qt-desktop-pref.desktop</Filename> <Category>LXQt</Category> </Or> </Exclude> <Layout> <Merge type="menus"/> <Merge type="files"/> </Layout> </Menu> <!-- End Settings --> <!-- Leave --> <Menu> <Name>X-Leave</Name> <Directory>lxqt-leave.directory</Directory> <Include> <And> <Category>X-Leave</Category> </And> </Include> </Menu> <!-- End Leave --> <!-- Screensaver --> <Menu> <Name>Screensaver</Name> <Include> <Filename>lxqt-lockscreen.desktop</Filename> </Include> </Menu> <!-- End Screensaver --> <Layout><Menuname show_empty="false" inline="true">LXQt-About</Menuname> <Separator/> <Merge type="files"/> <Merge type="menus"/> <Separator/> <Menuname show_empty="false" inline="true">Configuration Center</Menuname> <Separator/> <Menuname show_empty="false">X-Leave</Menuname> <Menuname show_empty="false" inline="true">Screensaver</Menuname> </Layout> </Menu> <!-- End Applications --> 0707010000002A000081A400000000000000000000000165FC129C00001596000000000000000000000000000000000000003E00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/lxqt-applications.menu<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd"> <Menu> <Name>Applications</Name> <Directory>lxqt-menu-applications.directory</Directory> <!-- Read standard .directory and .desktop file locations --> <DefaultAppDirs/> <DefaultDirectoryDirs/> <!-- Read in overrides and child menus from applications-merged/ --> <DefaultMergeDirs/> <!-- Accessories submenu --> <Menu> <Name>Accessories</Name> <Directory>lxqt-utility.directory</Directory> <Include> <And> <Category>Utility</Category> <!-- Accessibility spec must have either the Utility or Settings category, and we display an accessibility submenu already for the ones that do not have Settings, so don't display accessibility applications here --> <Not><Category>Accessibility</Category></Not> <Not><Category>System</Category></Not> </And> </Include> </Menu> <!-- End Accessories --> <!-- Accessibility submenu --> <Menu> <Name>Universal Access</Name> <Directory>lxqt-utility-accessibility.directory</Directory> <Include> <And> <Category>Accessibility</Category> <Not><Category>Settings</Category></Not> </And> </Include> </Menu> <!-- End Accessibility --> <!-- Development Tools --> <Menu> <Name>Development</Name> <Directory>lxqt-development.directory</Directory> <Include> <And> <Category>Development</Category> </And> <Filename>emacs.desktop</Filename> </Include> </Menu> <!-- End Development Tools --> <!-- Education & Science --> <Menu> <Name>Education & Science</Name> <Directory>lxqt-education-science.directory</Directory> <Include> <Or> <Category>Education</Category> <Category>Science</Category> </Or> </Include> </Menu> <!-- End Education & Science --> <!-- Games --> <Menu> <Name>Games</Name> <Directory>lxqt-game.directory</Directory> <Include> <And> <Category>Game</Category> </And> </Include> </Menu> <!-- End Games --> <!-- Graphics --> <Menu> <Name>Graphics</Name> <Directory>lxqt-graphics.directory</Directory> <Include> <And> <Category>Graphics</Category> <Not><Category>Utility</Category></Not> </And> </Include> </Menu> <!-- End Graphics --> <!-- Internet --> <Menu> <Name>Internet</Name> <Directory>lxqt-network.directory</Directory> <Include> <And> <Category>Network</Category> </And> </Include> </Menu> <!-- End Internet --> <!-- LXQt-About --> <Menu> <Name>LXQt-About</Name> <Include> <Filename>lxqt-about.desktop</Filename> </Include> </Menu> <!-- End LXQt-About --> <!-- Multimedia --> <Menu> <Name>Multimedia</Name> <Directory>lxqt-audio-video.directory</Directory> <Include> <And> <Category>AudioVideo</Category> </And> </Include> </Menu> <!-- End Multimedia --> <!-- Office --> <Menu> <Name>Office</Name> <Directory>lxqt-office.directory</Directory> <Include> <And> <Category>Office</Category> </And> </Include> </Menu> <!-- End Office --> <!-- System Tools--> <Menu> <Name>System</Name> <Directory>lxqt-system-tools.directory</Directory> <Include> <And> <Category>System</Category> <Not><Category>Settings</Category></Not> <Not><Category>PackageManager</Category></Not> <Not><Category>X-Leave</Category></Not> <Not><Category>Screensaver</Category></Not> <Not><Filename>lxqt-about.desktop</Filename></Not> </And> </Include> </Menu> <!-- End System Tools --> <!-- Other --> <Menu> <Name>Other</Name> <Directory>lxqt-other.directory</Directory> <OnlyUnallocated/> <Include> <And> <Not><Category>Core</Category></Not> <Not><Category>Settings</Category></Not> <Not><Category>Screensaver</Category></Not> </And> </Include> </Menu> <!-- End Other --> <!-- Settings --> <Menu> <Name>DesktopSettings</Name> <Directory>lxqt-preferences.directory</Directory> <Menu> <Name>LXQtSettings</Name> <Directory>lxqt-settings.directory</Directory> <Include> <And> <Category>LXQt</Category> <Or> <Category>Settings</Category> <Category>PackageManager</Category> </Or> </And> <!-- Include some optional components here --> <Filename>pcmanfm-qt-desktop-pref.desktop</Filename> </Include> <Layout> <Filename>lxqt-config.desktop</Filename> <Separator/> <Merge type="menus"/> <Merge type="files"/> </Layout> </Menu> <OnlyUnallocated/> <Include> <Or> <Category>Settings</Category> <Category>PackageManager</Category> </Or> </Include> <Exclude> <Or> <Filename>lxqt-config.desktop</Filename> </Or> </Exclude> <Layout> <Merge type="menus"/> <Merge type="files"/> </Layout> </Menu> <!-- End Settings --> <!-- Leave --> <Menu> <Name>X-Leave</Name> <Directory>lxqt-leave.directory</Directory> <Include> <And> <Category>X-Leave</Category> </And> </Include> </Menu> <!-- End Leave --> <!-- Screensaver --> <Menu> <Name>Screensaver</Name> <Include> <Filename>lxqt-lockscreen.desktop</Filename> </Include> </Menu> <!-- End Screensaver --> <Layout> <Merge type="files"/> <Merge type="menus"/> <Separator/> <Menuname>DesktopSettings</Menuname> <Menuname show_empty="false" inline="true">LXQt-About</Menuname> <Separator/> <Menuname show_empty="false">X-Leave</Menuname> <Menuname show_empty="false" inline="true">Screensaver</Menuname> </Layout> </Menu> <!-- End Applications --> 0707010000002B000081A400000000000000000000000165FC129C000008AB000000000000000000000000000000000000003800000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/lxqt-config.menu<!DOCTYPE Menu PUBLIC '-//freedesktop//DTD Menu 1.0//EN' 'http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd'> <Menu> <Name>Settings</Name> <Directory>lxqt-menu-applications.directory</Directory> <!-- Read standard .directory and .desktop file locations --> <DefaultAppDirs/> <DefaultDirectoryDirs/> <!-- Read in overrides and child menus from applications-merged/ --> <DefaultMergeDirs/> <Include> <Category>Settings</Category> </Include> <Menu> <Name>LXQt settings</Name> <Directory>lxqt-settings.directory</Directory> <Include> <And> <Category>DesktopSettings</Category> <Or> <Category>LXQt</Category> <Category>X-LXQt</Category> <!-- Include some optional components here --> <Filename>pcmanfm-qt-desktop-pref.desktop</Filename> </Or> <Not> <Filename>lxqt-config.desktop</Filename> <Category>System</Category> </Not> </And> </Include> </Menu> <Menu> <Name>System settings</Name> <Directory>lxqt-settings-system.directory</Directory> <Include> <And> <Category>Settings</Category> <Category>System</Category> </And> </Include> </Menu> <Menu> <Name>Other settings</Name> <Directory>lxqt-settings-other.directory</Directory> <Include> <And> <Category>Settings</Category> <Not> <Or> <Filename>pcmanfm-qt-desktop-pref.desktop</Filename> <Category>LXQt</Category> <Category>LXDE</Category> <Category>System</Category> </Or> </Not> </And> </Include> </Menu> <Layout> <Menuname>LXQt settings</Menuname> <Menuname>System settings</Menuname> <Menuname>Other settings</Menuname> <Merge type="menus"/> </Layout> </Menu> 0707010000002C000041ED00000000000000000000000265FC129C00000000000000000000000000000000000000000000003400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations0707010000002D000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science.directory.yamlDesktop Entry/Name: "Education & Science" 0707010000002E000081A400000000000000000000000165FC129C00000034000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_ar.directory.yamlDesktop Entry/Name: "التعليم والعلوم" 0707010000002F000081A400000000000000000000000165FC129C0000002D000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_cs.directory.yamlDesktop Entry/Name: "Vzdělávání a věda" 07070100000030000081A400000000000000000000000165FC129C0000002E000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_da.directory.yamlDesktop Entry/Name: "Uddannelse og Videnskab" 07070100000031000081A400000000000000000000000165FC129C0000002F000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_de.directory.yamlDesktop Entry/Name: "Bildung und Wissenschaft" 07070100000032000081A400000000000000000000000165FC129C0000003E000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_el.directory.yamlDesktop Entry/Name: "Εκπαίδευση & Επιστήμη" 07070100000033000081A400000000000000000000000165FC129C0000002C000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_es.directory.yamlDesktop Entry/Name: "Educación y Ciencias" 07070100000034000081A400000000000000000000000165FC129C00000028000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_et.directory.yamlDesktop Entry/Name: "Haridus ja teadus" 07070100000035000081A400000000000000000000000165FC129C00000029000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_fi.directory.yamlDesktop Entry/Name: "Koulutus & tieteet" 07070100000036000081A400000000000000000000000165FC129C0000002C000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_fr.directory.yamlDesktop Entry/Name: "Éducation et Science" 07070100000037000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_he.directory.yamlDesktop Entry/Name: "חינוך ומדע" 07070100000038000081A400000000000000000000000165FC129C0000002C000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_hr.directory.yamlDesktop Entry/Name: "Obrazovanje i znanost" 07070100000039000081A400000000000000000000000165FC129C0000002D000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_hu.directory.yamlDesktop Entry/Name: "Oktatás és tudomány" 0707010000003A000081A400000000000000000000000165FC129C0000002B000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_it.directory.yamlDesktop Entry/Name: "Istruzione e scienza" 0707010000003B000081A400000000000000000000000165FC129C00000026000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_ja.directory.yamlDesktop Entry/Name: "教育と科学" 0707010000003C000081A400000000000000000000000165FC129C00000026000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_ko.directory.yamlDesktop Entry/Name: "교육 & 과학" 0707010000003D000081A400000000000000000000000165FC129C0000002D000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_lg.directory.yamlDesktop Entry/Name: "Byanjigiriza & Sayansi" 0707010000003E000081A400000000000000000000000165FC129C0000002C000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_lt.directory.yamlDesktop Entry/Name: "Švietimas ir mokslas" 0707010000003F000081A400000000000000000000000165FC129C0000002E000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_nl.directory.yamlDesktop Entry/Name: "Onderwijs en wetenschap" 07070100000040000081A400000000000000000000000165FC129C0000002D000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_oc.directory.yamlDesktop Entry/Name: "Educacion e sciéncias" 07070100000041000081A400000000000000000000000165FC129C00000043000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_pa.directory.yamlDesktop Entry/Name: "ਸਿੱਖਿਆ ਤੇ ਵਿਗਿਆਨ" 07070100000042000081A400000000000000000000000165FC129C00000027000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_pl.directory.yamlDesktop Entry/Name: "Edukacja i nauka" 07070100000043000081A400000000000000000000000165FC129C0000002D000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_pt.directory.yamlDesktop Entry/Name: "Educação e Ciências" 07070100000044000081A400000000000000000000000165FC129C0000003B000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_ru.directory.yamlDesktop Entry/Name: "Образование и Наука" 07070100000045000081A400000000000000000000000165FC129C0000002F000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_sv.directory.yamlDesktop Entry/Name: "Utbildning och Vetenskap" 07070100000046000081A400000000000000000000000165FC129C00000027000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_tr.directory.yamlDesktop Entry/Name: "Eğitim ve bilim" 07070100000047000081A400000000000000000000000165FC129C00000033000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_uk.directory.yamlDesktop Entry/Name: "Освіта та Наука" 07070100000048000081A400000000000000000000000165FC129C00000026000000000000000000000000000000000000006000000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-education-science_zh_TW.directory.yamlDesktop Entry/Name: "教育與科學" 07070100000049000081A400000000000000000000000165FC129C0000001C000000000000000000000000000000000000004E00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave.directory.yamlDesktop Entry/Name: "Leave" 0707010000004A000081A400000000000000000000000165FC129C0000001F000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_ar.directory.yamlDesktop Entry/Name: "اترك" 0707010000004B000081A400000000000000000000000165FC129C00000029000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_bg.directory.yamlDesktop Entry/Name: "Напускане" 0707010000004C000081A400000000000000000000000165FC129C0000001D000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_ca.directory.yamlDesktop Entry/Name: "Sortir" 0707010000004D000081A400000000000000000000000165FC129C0000001E000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_cs.directory.yamlDesktop Entry/Name: "Odejít" 0707010000004E000081A400000000000000000000000165FC129C00000020000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_de.directory.yamlDesktop Entry/Name: "Verlassen" 0707010000004F000081A400000000000000000000000165FC129C00000023000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_el.directory.yamlDesktop Entry/Name: "Έξοδος" 07070100000050000081A400000000000000000000000165FC129C0000001C000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_es.directory.yamlDesktop Entry/Name: "Salir" 07070100000051000081A400000000000000000000000165FC129C0000001C000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_et.directory.yamlDesktop Entry/Name: "Lahku" 07070100000052000081A400000000000000000000000165FC129C0000001C000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_eu.directory.yamlDesktop Entry/Name: "Irten" 07070100000053000081A400000000000000000000000165FC129C0000001D000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_fi.directory.yamlDesktop Entry/Name: "Poistu" 07070100000054000081A400000000000000000000000165FC129C0000001E000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_fr.directory.yamlDesktop Entry/Name: "Quitter" 07070100000055000081A400000000000000000000000165FC129C0000001C000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_gl.directory.yamlDesktop Entry/Name: "Saír" 07070100000056000081A400000000000000000000000165FC129C00000021000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_he.directory.yamlDesktop Entry/Name: "עזיבה" 07070100000057000081A400000000000000000000000165FC129C0000001E000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_hr.directory.yamlDesktop Entry/Name: "Napusti" 07070100000058000081A400000000000000000000000165FC129C00000020000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_hu.directory.yamlDesktop Entry/Name: "Kilépés" 07070100000059000081A400000000000000000000000165FC129C0000001B000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_it.directory.yamlDesktop Entry/Name: "Esci" 0707010000005A000081A400000000000000000000000165FC129C0000001D000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_ja.directory.yamlDesktop Entry/Name: "終了" 0707010000005B000081A400000000000000000000000165FC129C00000020000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_ko.directory.yamlDesktop Entry/Name: "나가기" 0707010000005C000081A400000000000000000000000165FC129C0000001C000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_lg.directory.yamlDesktop Entry/Name: "Vaamu" 0707010000005D000081A400000000000000000000000165FC129C0000001E000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_lt.directory.yamlDesktop Entry/Name: "Išeiti" 0707010000005E000081A400000000000000000000000165FC129C0000001C000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_lv.directory.yamlDesktop Entry/Name: "Iziet" 0707010000005F000081A400000000000000000000000165FC129C0000001D000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_nb_NO.directory.yamlDesktop Entry/Name: "Forlat" 07070100000060000081A400000000000000000000000165FC129C0000001F000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_nl.directory.yamlDesktop Entry/Name: "Verlaten" 07070100000061000081A400000000000000000000000165FC129C0000001D000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_oc.directory.yamlDesktop Entry/Name: "Quitar" 07070100000062000081A400000000000000000000000165FC129C00000023000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_pa.directory.yamlDesktop Entry/Name: "ਛੱਡੋ" 07070100000063000081A400000000000000000000000165FC129C0000001E000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_pl.directory.yamlDesktop Entry/Name: "Opuść" 07070100000064000081A400000000000000000000000165FC129C0000001B000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_pt.directory.yamlDesktop Entry/Name: "Sair" 07070100000065000081A400000000000000000000000165FC129C00000021000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_ru.directory.yamlDesktop Entry/Name: "Выйти" 07070100000066000081A400000000000000000000000165FC129C00000029000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_si.directory.yamlDesktop Entry/Name: "නිවාඩු" 07070100000067000081A400000000000000000000000165FC129C0000001E000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_sk.directory.yamlDesktop Entry/Name: "Odísť" 07070100000068000081A400000000000000000000000165FC129C00000025000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_sr.directory.yamlDesktop Entry/Name: "Напусти" 07070100000069000081A400000000000000000000000165FC129C00000025000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_sr@ijekavian.directory.yamlDesktop Entry/Name: "Напусти" 0707010000006A000081A400000000000000000000000165FC129C0000001C000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_tr.directory.yamlDesktop Entry/Name: "Çık" 0707010000006B000081A400000000000000000000000165FC129C00000021000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_uk.directory.yamlDesktop Entry/Name: "Вийти" 0707010000006C000081A400000000000000000000000165FC129C0000001D000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_zh_CN.directory.yamlDesktop Entry/Name: "离开" 0707010000006D000081A400000000000000000000000165FC129C0000001D000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-leave_zh_TW.directory.yamlDesktop Entry/Name: "離開" 0707010000006E000081A400000000000000000000000165FC129C00000025000000000000000000000000000000000000005700000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other.directory.yamlDesktop Entry/Name: "Other Settings" 0707010000006F000081A400000000000000000000000165FC129C0000002E000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_ar.directory.yamlDesktop Entry/Name: "اعدادات اخرى" 07070100000070000081A400000000000000000000000165FC129C00000034000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_bg.directory.yamlDesktop Entry/Name: "Други настройки" 07070100000071000081A400000000000000000000000165FC129C00000029000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_ca.directory.yamlDesktop Entry/Name: "Altres paràmetres" 07070100000072000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_cs.directory.yamlDesktop Entry/Name: "Ostatní nastavení" 07070100000073000081A400000000000000000000000165FC129C0000002B000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_de.directory.yamlDesktop Entry/Name: "Andere Einstellungen" 07070100000074000081A400000000000000000000000165FC129C00000036000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_el.directory.yamlDesktop Entry/Name: "Λοιπές ρυθμίσεις" 07070100000075000081A400000000000000000000000165FC129C00000027000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_et.directory.yamlDesktop Entry/Name: "Muud seadistused" 07070100000076000081A400000000000000000000000165FC129C00000025000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_fi.directory.yamlDesktop Entry/Name: "Muut asetukset" 07070100000077000081A400000000000000000000000165FC129C00000029000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_fr.directory.yamlDesktop Entry/Name: "Autres Paramètres" 07070100000078000081A400000000000000000000000165FC129C0000002E000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_he.directory.yamlDesktop Entry/Name: "הגדרות אחרות" 07070100000079000081A400000000000000000000000165FC129C00000026000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_hr.directory.yamlDesktop Entry/Name: "Ostale postavke" 0707010000007A000081A400000000000000000000000165FC129C00000029000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_it.directory.yamlDesktop Entry/Name: "Altre impostazioni" 0707010000007B000081A400000000000000000000000165FC129C00000024000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_ko.directory.yamlDesktop Entry/Name: "다른 설정" 0707010000007C000081A400000000000000000000000165FC129C00000029000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_lg.directory.yamlDesktop Entry/Name: "Enteekateeka ndala" 0707010000007D000081A400000000000000000000000165FC129C00000026000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_lt.directory.yamlDesktop Entry/Name: "Kiti nustatymai" 0707010000007E000081A400000000000000000000000165FC129C0000002B000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_nl.directory.yamlDesktop Entry/Name: "Overige instellingen" 0707010000007F000081A400000000000000000000000165FC129C00000029000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_oc.directory.yamlDesktop Entry/Name: "Autres paramètres" 07070100000080000081A400000000000000000000000165FC129C00000039000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_pa.directory.yamlDesktop Entry/Name: "ਹੋਰ ਸੈਟਿੰਗਾਂ" 07070100000081000081A400000000000000000000000165FC129C00000026000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_pl.directory.yamlDesktop Entry/Name: "Inne ustawienia" 07070100000082000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_pt.directory.yamlDesktop Entry/Name: "Outras definições" 07070100000083000081A400000000000000000000000165FC129C00000036000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_ru.directory.yamlDesktop Entry/Name: "Другие настройки" 07070100000084000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_sk.directory.yamlDesktop Entry/Name: "Ostatné nastavenia" 07070100000085000081A400000000000000000000000165FC129C00000025000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_tr.directory.yamlDesktop Entry/Name: "Diğer Ayarlar" 07070100000086000081A400000000000000000000000165FC129C00000038000000000000000000000000000000000000005A00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_uk.directory.yamlDesktop Entry/Name: "Інші налаштування" 07070100000087000081A400000000000000000000000165FC129C00000023000000000000000000000000000000000000005D00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-other_zh_TW.directory.yamlDesktop Entry/Name: "其他設定" 07070100000088000081A400000000000000000000000165FC129C00000026000000000000000000000000000000000000005800000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system.directory.yamlDesktop Entry/Name: "System Settings" 07070100000089000081A400000000000000000000000165FC129C00000032000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_ar.directory.yamlDesktop Entry/Name: "اعدادات النظام" 0707010000008A000081A400000000000000000000000165FC129C0000003A000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_bg.directory.yamlDesktop Entry/Name: "Системни настройки" 0707010000008B000081A400000000000000000000000165FC129C00000029000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_ca.directory.yamlDesktop Entry/Name: "Ajusts del Sistema" 0707010000008C000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_cs.directory.yamlDesktop Entry/Name: "Nastavení systému" 0707010000008D000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_de.directory.yamlDesktop Entry/Name: "Systemeinstellungen" 0707010000008E000081A400000000000000000000000165FC129C0000003E000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_el.directory.yamlDesktop Entry/Name: "Ρυθμίσεις συστήματος" 0707010000008F000081A400000000000000000000000165FC129C00000031000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_es.directory.yamlDesktop Entry/Name: "Configuración del sistema" 07070100000090000081A400000000000000000000000165FC129C0000002C000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_et.directory.yamlDesktop Entry/Name: "Süsteemi seadistused" 07070100000091000081A400000000000000000000000165FC129C0000002F000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_fi.directory.yamlDesktop Entry/Name: "Järjestelmän asetukset" 07070100000092000081A400000000000000000000000165FC129C0000002B000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_fr.directory.yamlDesktop Entry/Name: "Paramètres système" 07070100000093000081A400000000000000000000000165FC129C00000030000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_he.directory.yamlDesktop Entry/Name: "הגדרות המערכת" 07070100000094000081A400000000000000000000000165FC129C00000027000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_hr.directory.yamlDesktop Entry/Name: "Postavke sustava" 07070100000095000081A400000000000000000000000165FC129C0000002D000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_hu.directory.yamlDesktop Entry/Name: "Rendszerbeállítások" 07070100000096000081A400000000000000000000000165FC129C0000002E000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_it.directory.yamlDesktop Entry/Name: "Impostazioni di sistema" 07070100000097000081A400000000000000000000000165FC129C00000029000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_ja.directory.yamlDesktop Entry/Name: "システム設定" 07070100000098000081A400000000000000000000000165FC129C00000027000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_ko.directory.yamlDesktop Entry/Name: "시스템 설정" 07070100000099000081A400000000000000000000000165FC129C0000002F000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_lg.directory.yamlDesktop Entry/Name: "Enteekateeka za sisitemu" 0707010000009A000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_lt.directory.yamlDesktop Entry/Name: "Sistemos nustatymai" 0707010000009B000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005E00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_nb_NO.directory.yamlDesktop Entry/Name: "Systeminnstillinger" 0707010000009C000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_nl.directory.yamlDesktop Entry/Name: "Systeeminstellingen" 0707010000009D000081A400000000000000000000000165FC129C0000002B000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_oc.directory.yamlDesktop Entry/Name: "Paramètres sistèma" 0707010000009E000081A400000000000000000000000165FC129C0000003F000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_pa.directory.yamlDesktop Entry/Name: "ਸਿਸਟਮ ਸੈਟਿੰਗਾਂ" 0707010000009F000081A400000000000000000000000165FC129C0000002B000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_pl.directory.yamlDesktop Entry/Name: "Ustawienia systemowe" 070701000000A0000081A400000000000000000000000165FC129C0000002E000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_pt.directory.yamlDesktop Entry/Name: "Definições do Sistema" 070701000000A1000081A400000000000000000000000165FC129C0000003C000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_ru.directory.yamlDesktop Entry/Name: "Системные настройки" 070701000000A2000081A400000000000000000000000165FC129C00000017000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_si.directory.yamlDesktop Entry/Name: "" 070701000000A3000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_sk.directory.yamlDesktop Entry/Name: "Nastavenia systému" 070701000000A4000081A400000000000000000000000165FC129C00000027000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_tr.directory.yamlDesktop Entry/Name: "Sistem Ayarları" 070701000000A5000081A400000000000000000000000165FC129C0000003E000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_uk.directory.yamlDesktop Entry/Name: "Налаштування системи" 070701000000A6000081A400000000000000000000000165FC129C0000002F000000000000000000000000000000000000005B00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_vi.directory.yamlDesktop Entry/Name: "Cài đặt Hệ thống" 070701000000A7000081A400000000000000000000000165FC129C00000023000000000000000000000000000000000000005E00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings-system_zh_TW.directory.yamlDesktop Entry/Name: "系統設定" 070701000000A8000081A400000000000000000000000165FC129C00000024000000000000000000000000000000000000005100000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings.directory.yamlDesktop Entry/Name: "LXQt Settings" 070701000000A9000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_ar.directory.yamlDesktop Entry/Name: "إعدادات LXQt" 070701000000AA000081A400000000000000000000000165FC129C0000002E000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_bg.directory.yamlDesktop Entry/Name: "LXQt настройки" 070701000000AB000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_ca.directory.yamlDesktop Entry/Name: "Paràmetres de LXQt" 070701000000AC000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_cs.directory.yamlDesktop Entry/Name: "Nastavení pro LXQt" 070701000000AD000081A400000000000000000000000165FC129C0000002F000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_de.directory.yamlDesktop Entry/Name: "LXQt-Systemeinstellungen" 070701000000AE000081A400000000000000000000000165FC129C0000002E000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_el.directory.yamlDesktop Entry/Name: "Ρυθμίσεις LXQt" 070701000000AF000081A400000000000000000000000165FC129C0000002D000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_es.directory.yamlDesktop Entry/Name: "Configuración de LXQt" 070701000000B0000081A400000000000000000000000165FC129C00000027000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_et.directory.yamlDesktop Entry/Name: "LXQt seadistused" 070701000000B1000081A400000000000000000000000165FC129C0000002D000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_eu.directory.yamlDesktop Entry/Name: "LXQt-ren konfigurazioa" 070701000000B2000081A400000000000000000000000165FC129C00000027000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_fi.directory.yamlDesktop Entry/Name: "LXQt:n asetukset" 070701000000B3000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_fr.directory.yamlDesktop Entry/Name: "Paramètres de LXQt" 070701000000B4000081A400000000000000000000000165FC129C0000002D000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_gl.directory.yamlDesktop Entry/Name: "Configuración do LXQt" 070701000000B5000081A400000000000000000000000165FC129C00000028000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_he.directory.yamlDesktop Entry/Name: "הגדרות LXQt" 070701000000B6000081A400000000000000000000000165FC129C00000024000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_hr.directory.yamlDesktop Entry/Name: "LXQt postavke" 070701000000B7000081A400000000000000000000000165FC129C0000002A000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_hu.directory.yamlDesktop Entry/Name: "LXQt beállítások" 070701000000B8000081A400000000000000000000000165FC129C0000002B000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_it.directory.yamlDesktop Entry/Name: "Impostazioni di LXQt" 070701000000B9000081A400000000000000000000000165FC129C00000022000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_ja.directory.yamlDesktop Entry/Name: "LXQt 設定" 070701000000BA000081A400000000000000000000000165FC129C00000030000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_kk.directory.yamlDesktop Entry/Name: "LXQt баптаулары" 070701000000BB000081A400000000000000000000000165FC129C00000022000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_ko.directory.yamlDesktop Entry/Name: "LXQt 설정" 070701000000BC000081A400000000000000000000000165FC129C0000002B000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_lg.directory.yamlDesktop Entry/Name: "Enteekateeka za LXQt" 070701000000BD000081A400000000000000000000000165FC129C00000026000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_lt.directory.yamlDesktop Entry/Name: "LXQt nustatymai" 070701000000BE000081A400000000000000000000000165FC129C00000028000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_lv.directory.yamlDesktop Entry/Name: "LXQt iestatījumi" 070701000000BF000081A400000000000000000000000165FC129C00000029000000000000000000000000000000000000005700000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_nb_NO.directory.yamlDesktop Entry/Name: "LXQt-innstillinger" 070701000000C0000081A400000000000000000000000165FC129C00000028000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_nl.directory.yamlDesktop Entry/Name: "LXQt-instellingen" 070701000000C1000081A400000000000000000000000165FC129C0000002B000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_oc.directory.yamlDesktop Entry/Name: "Paramètres del LXQt" 070701000000C2000081A400000000000000000000000165FC129C00000034000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_pa.directory.yamlDesktop Entry/Name: "LXQt ਸੈਟਿੰਗਾਂ" 070701000000C3000081A400000000000000000000000165FC129C00000026000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_pl.directory.yamlDesktop Entry/Name: "Ustawienia LXQt" 070701000000C4000081A400000000000000000000000165FC129C0000002B000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_pt.directory.yamlDesktop Entry/Name: "Definições do LXQt" 070701000000C5000081A400000000000000000000000165FC129C0000002E000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_ru.directory.yamlDesktop Entry/Name: "Настройки LXQt" 070701000000C6000081A400000000000000000000000165FC129C00000031000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_si.directory.yamlDesktop Entry/Name: "LXQt සැකසුම්" 070701000000C7000081A400000000000000000000000165FC129C00000026000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_sk.directory.yamlDesktop Entry/Name: "Nastavenia LXQt" 070701000000C8000081A400000000000000000000000165FC129C00000026000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_sl.directory.yamlDesktop Entry/Name: "Nastavitve LXQt" 070701000000C9000081A400000000000000000000000165FC129C0000002C000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_sr.directory.yamlDesktop Entry/Name: "LXQt поставке" 070701000000CA000081A400000000000000000000000165FC129C00000030000000000000000000000000000000000000005E00000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_sr@ijekavian.directory.yamlDesktop Entry/Name: "LXQt подешавања" 070701000000CB000081A400000000000000000000000165FC129C00000025000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_tr.directory.yamlDesktop Entry/Name: "LXQt Ayarları" 070701000000CC000081A400000000000000000000000165FC129C00000034000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_uk.directory.yamlDesktop Entry/Name: "Налаштування LXQt" 070701000000CD000081A400000000000000000000000165FC129C00000027000000000000000000000000000000000000005400000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_vi.directory.yamlDesktop Entry/Name: "Cài đặt LXQt" 070701000000CE000081A400000000000000000000000165FC129C00000022000000000000000000000000000000000000005700000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_zh_CN.directory.yamlDesktop Entry/Name: "LXQt 设置" 070701000000CF000081A400000000000000000000000165FC129C00000022000000000000000000000000000000000000005700000000lxqt-menu-data-1.4.1+git8.22fa7ff/menu/translations/lxqt-settings_zh_TW.directory.yamlDesktop Entry/Name: "LXQt 設定" 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000B00000000TRAILER!!!488 blocks
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor