From 6f8741acd10ce1a1c85884ecdc0fd32f7f3ba330 Mon Sep 17 00:00:00 2001 From: Leandro Ramos Date: Mon, 7 Feb 2022 17:23:10 -0300 Subject: Import Upstream version 1.0.13 --- AUTHORS | 2 + COPYING | 674 +++++ ChangeLog | 2896 ++++++++++++++++++++ INSTALL | 8 + Makefile.in.in | 126 + NEWS | 182 ++ README.md | 51 + bin/xfce4-panel-profiles.in.in | 2 + configure | 64 + data/icons/128x128/org.xfce.PanelProfiles.png | Bin 0 -> 4181 bytes data/icons/16x16/org.xfce.PanelProfiles.png | Bin 0 -> 685 bytes data/icons/16x16/org.xfce.PanelProfiles.svg | 261 ++ data/icons/48x48/org.xfce.PanelProfiles.png | Bin 0 -> 1943 bytes data/icons/48x48/org.xfce.PanelProfiles.svg | 343 +++ data/icons/scalable/org.xfce.PanelProfiles.svg | 834 ++++++ data/layouts/cupertino/config.txt | 122 + .../cupertino/launcher-12/xfce4-appfinder.desktop | 11 + .../launcher-16/xfce4-file-manager.desktop | 14 + .../launcher-17/xfce4-web-browser.desktop | 14 + .../launcher-25/xfce-settings-manager.desktop | 11 + data/layouts/gnome2/config.txt | 95 + .../launcher-4/xfce4-settings-manager.desktop | 11 + .../gnome2/launcher-5/xfce4-web-browser.desktop | 13 + .../gnome2/launcher-6/xfce4-mail-reader.desktop | 13 + data/layouts/openSUSE-Leap-15.x/config.txt | 68 + data/layouts/redmond/config.txt | 57 + data/layouts/redmond7/config.txt | 72 + .../redmond7/launcher-3/xfce4-web-browser.desktop | 14 + .../redmond7/launcher-4/xfce4-file-manager.desktop | 14 + data/layouts/redmond7/whiskermenu-1.rc | 80 + data/layouts/xfce-4.12/config.txt | 95 + .../launcher-10/xfce4-terminal-emulator.desktop | 12 + .../launcher-11/xfce4-file-manager.desktop | 13 + .../launcher-12/xfce4-web-browser.desktop | 13 + .../xfce-4.12/launcher-13/xfce4-appfinder.desktop | 11 + data/layouts/xfce-4.14/config.txt | 113 + .../launcher-16/xfce4-terminal-emulator.desktop | 12 + .../launcher-17/xfce4-file-manager.desktop | 13 + .../launcher-18/xfce4-web-browser.desktop | 13 + .../xfce-4.14/launcher-19/xfce4-appfinder.desktop | 11 + data/layouts/xfce-4.16/config.txt | 102 + .../launcher-16/xfce4-terminal-emulator.desktop | 13 + .../launcher-17/xfce4-file-manager.desktop | 14 + .../launcher-18/xfce4-web-browser.desktop | 14 + .../xfce-4.16/launcher-19/xfce4-appfinder.desktop | 12 + data/layouts/xubuntu-12.04/config.txt | 149 + .../launcher-15/xfce4-web-browser.desktop | 13 + .../launcher-16/xfce4-mail-reader.desktop | 13 + .../launcher-17/xfce4-terminal-emulator.desktop | 12 + .../launcher-18/xfce4-settings-manager.desktop | 11 + .../launcher-19/xfce4-appfinder.desktop | 11 + .../launcher-20/gnome-software.desktop | 18 + .../launcher-21/libreoffice-writer.desktop | 27 + .../layouts/xubuntu-12.04/launcher-22/gimp.desktop | 19 + data/layouts/xubuntu-14.04/config.txt | 70 + data/layouts/xubuntu-14.04/whiskermenu-1.rc | 80 + data/layouts/xubuntu-18.04/config.txt | 76 + data/layouts/xubuntu-18.04/whiskermenu-1.rc | 80 + .../metainfo/org.xfce.PanelProfiles.appdata.xml.in | 34 + org.xfce.PanelProfiles.desktop.in | 11 + po/POTFILES.in | 27 + po/be.po | 143 + po/bg.po | 143 + po/ca.po | 144 + po/cs.po | 145 + po/da.po | 142 + po/de.po | 144 + po/el.po | 142 + po/en_AU.po | 142 + po/en_GB.po | 144 + po/es.po | 145 + po/et.po | 144 + po/eu.po | 146 + po/fa_IR.po | 137 + po/fi.po | 146 + po/fr.po | 148 + po/gl.po | 144 + po/he.po | 142 + po/hi.po | 142 + po/hr.po | 144 + po/hu.po | 148 + po/hy_AM.po | 144 + po/hye.po | 144 + po/id.po | 146 + po/ie.po | 144 + po/is.po | 144 + po/it.po | 146 + po/ja.po | 142 + po/kk.po | 145 + po/ko.po | 141 + po/lt.po | 144 + po/ms.po | 143 + po/nb.po | 145 + po/nl.po | 145 + po/pl.po | 144 + po/pt.po | 146 + po/pt_BR.po | 145 + po/ru.po | 145 + po/sk.po | 142 + po/sl.po | 143 + po/sq.po | 143 + po/sr.po | 143 + po/sv.po | 144 + po/th.po | 143 + po/tr.po | 146 + po/uk.po | 143 + po/xfce4-panel-profiles.pot | 132 + po/zh_CN.po | 142 + po/zh_HK.po | 139 + po/zh_TW.po | 140 + xfce4-panel-profiles.1 | 82 + xfce4-panel-profiles/info.py.in.in | 2 + xfce4-panel-profiles/panelconfig.py | 277 ++ xfce4-panel-profiles/xfce4-panel-profiles.glade | 357 +++ xfce4-panel-profiles/xfce4-panel-profiles.py | 454 +++ 115 files changed, 15364 insertions(+) create mode 100644 AUTHORS create mode 100644 COPYING create mode 100644 ChangeLog create mode 100644 INSTALL create mode 100644 Makefile.in.in create mode 100644 NEWS create mode 100644 README.md create mode 100644 bin/xfce4-panel-profiles.in.in create mode 100755 configure create mode 100644 data/icons/128x128/org.xfce.PanelProfiles.png create mode 100644 data/icons/16x16/org.xfce.PanelProfiles.png create mode 100644 data/icons/16x16/org.xfce.PanelProfiles.svg create mode 100644 data/icons/48x48/org.xfce.PanelProfiles.png create mode 100644 data/icons/48x48/org.xfce.PanelProfiles.svg create mode 100644 data/icons/scalable/org.xfce.PanelProfiles.svg create mode 100644 data/layouts/cupertino/config.txt create mode 100644 data/layouts/cupertino/launcher-12/xfce4-appfinder.desktop create mode 100644 data/layouts/cupertino/launcher-16/xfce4-file-manager.desktop create mode 100644 data/layouts/cupertino/launcher-17/xfce4-web-browser.desktop create mode 100644 data/layouts/cupertino/launcher-25/xfce-settings-manager.desktop create mode 100644 data/layouts/gnome2/config.txt create mode 100644 data/layouts/gnome2/launcher-4/xfce4-settings-manager.desktop create mode 100644 data/layouts/gnome2/launcher-5/xfce4-web-browser.desktop create mode 100644 data/layouts/gnome2/launcher-6/xfce4-mail-reader.desktop create mode 100644 data/layouts/openSUSE-Leap-15.x/config.txt create mode 100644 data/layouts/redmond/config.txt create mode 100644 data/layouts/redmond7/config.txt create mode 100644 data/layouts/redmond7/launcher-3/xfce4-web-browser.desktop create mode 100644 data/layouts/redmond7/launcher-4/xfce4-file-manager.desktop create mode 100644 data/layouts/redmond7/whiskermenu-1.rc create mode 100644 data/layouts/xfce-4.12/config.txt create mode 100644 data/layouts/xfce-4.12/launcher-10/xfce4-terminal-emulator.desktop create mode 100644 data/layouts/xfce-4.12/launcher-11/xfce4-file-manager.desktop create mode 100644 data/layouts/xfce-4.12/launcher-12/xfce4-web-browser.desktop create mode 100644 data/layouts/xfce-4.12/launcher-13/xfce4-appfinder.desktop create mode 100644 data/layouts/xfce-4.14/config.txt create mode 100644 data/layouts/xfce-4.14/launcher-16/xfce4-terminal-emulator.desktop create mode 100644 data/layouts/xfce-4.14/launcher-17/xfce4-file-manager.desktop create mode 100644 data/layouts/xfce-4.14/launcher-18/xfce4-web-browser.desktop create mode 100644 data/layouts/xfce-4.14/launcher-19/xfce4-appfinder.desktop create mode 100644 data/layouts/xfce-4.16/config.txt create mode 100644 data/layouts/xfce-4.16/launcher-16/xfce4-terminal-emulator.desktop create mode 100644 data/layouts/xfce-4.16/launcher-17/xfce4-file-manager.desktop create mode 100644 data/layouts/xfce-4.16/launcher-18/xfce4-web-browser.desktop create mode 100644 data/layouts/xfce-4.16/launcher-19/xfce4-appfinder.desktop create mode 100644 data/layouts/xubuntu-12.04/config.txt create mode 100644 data/layouts/xubuntu-12.04/launcher-15/xfce4-web-browser.desktop create mode 100644 data/layouts/xubuntu-12.04/launcher-16/xfce4-mail-reader.desktop create mode 100644 data/layouts/xubuntu-12.04/launcher-17/xfce4-terminal-emulator.desktop create mode 100644 data/layouts/xubuntu-12.04/launcher-18/xfce4-settings-manager.desktop create mode 100644 data/layouts/xubuntu-12.04/launcher-19/xfce4-appfinder.desktop create mode 100644 data/layouts/xubuntu-12.04/launcher-20/gnome-software.desktop create mode 100644 data/layouts/xubuntu-12.04/launcher-21/libreoffice-writer.desktop create mode 100644 data/layouts/xubuntu-12.04/launcher-22/gimp.desktop create mode 100644 data/layouts/xubuntu-14.04/config.txt create mode 100644 data/layouts/xubuntu-14.04/whiskermenu-1.rc create mode 100644 data/layouts/xubuntu-18.04/config.txt create mode 100644 data/layouts/xubuntu-18.04/whiskermenu-1.rc create mode 100644 data/metainfo/org.xfce.PanelProfiles.appdata.xml.in create mode 100644 org.xfce.PanelProfiles.desktop.in create mode 100644 po/POTFILES.in create mode 100644 po/be.po create mode 100644 po/bg.po create mode 100644 po/ca.po create mode 100644 po/cs.po create mode 100644 po/da.po create mode 100644 po/de.po create mode 100644 po/el.po create mode 100644 po/en_AU.po create mode 100644 po/en_GB.po create mode 100644 po/es.po create mode 100644 po/et.po create mode 100644 po/eu.po create mode 100644 po/fa_IR.po create mode 100644 po/fi.po create mode 100644 po/fr.po create mode 100644 po/gl.po create mode 100644 po/he.po create mode 100644 po/hi.po create mode 100644 po/hr.po create mode 100644 po/hu.po create mode 100644 po/hy_AM.po create mode 100644 po/hye.po create mode 100644 po/id.po create mode 100644 po/ie.po create mode 100644 po/is.po create mode 100644 po/it.po create mode 100644 po/ja.po create mode 100644 po/kk.po create mode 100644 po/ko.po create mode 100644 po/lt.po create mode 100644 po/ms.po create mode 100644 po/nb.po create mode 100644 po/nl.po create mode 100644 po/pl.po create mode 100644 po/pt.po create mode 100644 po/pt_BR.po create mode 100644 po/ru.po create mode 100644 po/sk.po create mode 100644 po/sl.po create mode 100644 po/sq.po create mode 100644 po/sr.po create mode 100644 po/sv.po create mode 100644 po/th.po create mode 100644 po/tr.po create mode 100644 po/uk.po create mode 100644 po/xfce4-panel-profiles.pot create mode 100644 po/zh_CN.po create mode 100644 po/zh_HK.po create mode 100644 po/zh_TW.po create mode 100644 xfce4-panel-profiles.1 create mode 100644 xfce4-panel-profiles/info.py.in.in create mode 100644 xfce4-panel-profiles/panelconfig.py create mode 100644 xfce4-panel-profiles/xfce4-panel-profiles.glade create mode 100644 xfce4-panel-profiles/xfce4-panel-profiles.py diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..c21cd95 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +2013 Alistair Buxton +2015-2021 Sean Davis \ No newline at end of file diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If 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 convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..57649ae --- /dev/null +++ b/ChangeLog @@ -0,0 +1,2896 @@ +commit 283479bce2267324d0f557aeb7b02eeda471605e +Author: Sean Davis +Date: Sun Feb 21 17:32:32 2021 -0500 + + Add Cupertino layout (Closes #7) + +commit 1f9f1255aa157edcb918c3b76cfa726525998b82 +Author: Sean Davis +Date: Sun Feb 21 16:41:58 2021 -0500 + + Add Redmond 7 layout (Closes #8) + +commit 482d42cda9d8797299e89e77a5d97e43f8993da7 +Author: Sean Davis +Date: Sun Feb 21 15:02:01 2021 +0100 + + Xfce 4.16 Support + +commit b3cd7cd5d8d3695873f00110c349d23c8d37c734 +Merge: 93830f4 1565fe5 +Author: Sean Davis +Date: Tue Feb 16 05:00:28 2021 -0500 + + Merge branch 'schnitzeltony/xfce4-panel-profiles-master' + +commit 93830f45840c7ba4722d1a7a1bf8762d80f99a68 +Author: Źmicier Turok +Date: Tue Jan 19 10:24:42 2021 +0100 + + I18n: Update translation be (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 1565fe5f450732a82a76b828610fc935501584d0 +Author: Kai Kang +Date: Thu Jan 14 09:26:56 2021 +0800 + + Makefile.in.in: remove bashisms + + The brace expansion is bash specific and fails with dash. + + Signed-off-by: Kai Kang + +commit 32225841348ab7ec1effb14f42615092dc3fe85c +Author: Michal Várady +Date: Wed Dec 30 12:49:54 2020 +0100 + + I18n: Update translation cs (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 636acd9fa8a946e352ad94fc8a9856ad0a2a700e +Author: Sean Davis +Date: Mon Dec 28 19:31:24 2020 -0800 + + Updates for release + +commit ed14a818d7e93eda9c3ffe8534c4fbe15be2aa0a +Author: Robby Workman +Date: Mon Dec 28 17:51:04 2020 -0600 + + configure: tweak Makefile substitutions + + Signed-off-by: Robby Workman + +commit c319c41f0cf7f58296c13155249a8e573a9916c8 +Author: Robby Workman +Date: Mon Dec 28 18:38:16 2020 -0600 + + Don't install manual page gzipped (fixes #5) + + Signed-off-by: Robby Workman + +commit a7fb3ad3190cba3bf75d41fcba98f77eeff20b5a +Author: Robby Workman +Date: Mon Dec 28 18:36:18 2020 -0600 + + Make manual page directory configurable + + This adds --mandir to supported configure options + + Signed-off-by: Robby Workman + +commit dc4d608ad08025bb09c32a21ae0058586417099e +Author: Robby Workman +Date: Mon Dec 28 17:33:47 2020 -0600 + + Make documentation directory configurable + + This adds --docdir to supported configure options + + Signed-off-by: Robby Workman + +commit 0336c5ad89798e8722533db2501755764a9d1cd1 +Author: Robby Workman +Date: Mon Dec 28 17:22:19 2020 -0600 + + Makefile.in.in: s,README,README.md, in docs installation + + Signed-off-by: Robby Workman + +commit 7d5bcbe769c969819b24e6cf8d6c060c7e57fe2c +Author: Simon Steinbeiss +Date: Mon Dec 28 23:14:29 2020 +0100 + + Updates for release + +commit c5e690f5145e5bf1e6b23c1df7654417a55b3c0d +Author: Kevin Bowen +Date: Mon Dec 28 00:13:54 2020 +0100 + + Add new README.md over old README + +commit 492882eb25fb4c22fb14a517eba226956dd5d922 +Author: Michal Várady +Date: Sun Dec 27 00:47:41 2020 +0100 + + I18n: Update translation cs (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 11e87662ffd62210755ddd8333e519bdfb090fd7 +Author: Romain Bouvier +Date: Sun Dec 13 19:50:01 2020 +0100 + + Try the new and old libxfce4ui gir file name + + - Since libxfce4ui 4.15.7, the gir name as been renamed from + libxfce4ui-2.gir to Libxfce4ui-2.gir + - Add support for both names + - See https://gitlab.xfce.org/xfce/libxfce4ui/-/merge_requests/22 + +commit d3b55ee51e482ff82fc3ae31acae137439bcebb0 +Author: Dušan Kazik +Date: Fri Nov 27 12:48:23 2020 +0100 + + I18n: Add new translation sk (96%). + + 25 translated messages, 1 untranslated message. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 7f179c5cfb2a845945d690d2aed9ebeb8e751689 +Author: Emin Tufan Çetin +Date: Fri Nov 20 12:48:52 2020 +0100 + + I18n: Update translation tr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 06e832e3853cdc8606233b94f8e934012359612a +Author: Emin Tufan +Date: Mon Oct 19 01:01:09 2020 +0200 + + I18n: Update translation tr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 906f67c5291cde0bef18072228ef248ba1de7aba +Author: Xiaobo Zhou +Date: Fri Oct 16 18:31:56 2020 +0200 + + I18n: Update translation zh_CN (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 5826ba8974e61d7c53abbfb7714bab79419ef75d +Author: Besnik Bleta +Date: Fri Oct 16 18:31:55 2020 +0200 + + I18n: Update translation sq (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit a741c07c186c20c71665473aa058aede2033ae6c +Author: Real School +Date: Fri Oct 16 18:31:53 2020 +0200 + + I18n: Update translation hy_AM (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 5a607852324cab378b86465d276557d7df541976 +Author: user14 +Date: Fri Oct 16 18:31:53 2020 +0200 + + I18n: Update translation hu (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 9e6b1a75d81a2ad5a182eb60f245e66efc849119 +Author: Elishai Eliyahu +Date: Fri Oct 16 18:31:53 2020 +0200 + + I18n: Update translation he (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit a06be186ceedb1a3428697b0aedc12fb2ac739fe +Author: Maurizio Galli (m4u9) +Date: Thu Aug 27 12:12:46 2020 +0200 + + Update openSUSE profile and fix build + +commit aade1e3eea0675074403a2acb6198210a133cc93 +Author: Bernhard M. Wiedemann +Date: Sun Aug 23 15:21:53 2020 -0400 + + Make tarball creation reproducible + + we generate bit-identical tarballs by sorting file lists + and omitting nondeterministic POSIX-tar format paxheaders. + + See https://reproducible-builds.org/ for why this is good. + + This patch was done while working on reproducible builds for openSUSE. + + Signed-off-by: Bernhard M. Wiedemann + Signed-off-by: Sean Davis + +commit c846949cb46265849f0c9a21a08759e9b89e3aff +Merge: 9bb23ea 867b29d +Author: Sean Davis +Date: Sun Aug 23 08:42:26 2020 -0400 + + Merge branch 'CheeseEBoi/xfce4-panel-profiles-master' into HEAD + +commit 9bb23ea437102c6241d209f1fd2f810641d11c8c +Merge: 70da415 1a00aa0 +Author: Sean Davis +Date: Sun Aug 23 08:28:11 2020 -0400 + + Merge branch 'ema-pe/xfce4-panel-profiles-fix-16505' into HEAD + +commit 70da415035ab816b32f6bd96e6e6036cc7355a1b +Merge: b8e6a33 7cddcb5 +Author: Sean Davis +Date: Sun Aug 23 08:21:09 2020 -0400 + + Merge branch 'm4u9/xfce4-panel-profiles-new-icons2' into HEAD + +commit b8e6a33960fdcb029e78b245d42ba50b5b0c5af5 +Author: Sean Davis +Date: Sun Aug 23 06:15:46 2020 -0400 + + Prefer CSD in XfceTitledDialog + +commit 432d10a8e8a21f826719d4dcffca56df7bdfff97 +Author: Emanuele Petriglia +Date: Sat Nov 30 17:51:21 2019 +0100 + + Use XfceTitledDialog from libxfce4ui + + Signed-off-by: Emanuele Petriglia + Signed-off-by: Sean Davis + +commit 74408e8d3e9c4c6eeb3591af701c553359aaf512 +Author: Emanuele Petriglia +Date: Sat Nov 30 14:31:01 2019 +0100 + + Use Xfce's about dialog via libxfce4ui + + Signed-off-by: Emanuele Petriglia + Signed-off-by: Sean Davis + +commit 7cddcb5a0bb6479eef93e845ed2bf511056605c8 +Author: Maurizio Galli +Date: Sat Aug 22 23:23:44 2020 +0800 + + Add new icons and use reverse DNS for icons and files + +commit 867b29d368018431e5bf3a8721ae4d52c2e83d1c +Author: CheeseEBoi +Date: Fri Jun 19 10:35:38 2020 -0400 + + Removed check for if the menu is installed. This would probably get in the way. + +commit 6d2a5739a3d367fad2fef4d43d2d0c1ee68b6681 +Author: CheeseEBoi +Date: Fri Jun 19 10:08:48 2020 -0400 + + Revert "Undid accidental deletion" + + This reverts commit 8165622025f6fe54538350bfbcfa4a48b1aac3c1. + +commit 8165622025f6fe54538350bfbcfa4a48b1aac3c1 +Author: CheeseEBoi +Date: Fri Jun 19 10:02:25 2020 -0400 + + Undid accidental deletion + +commit 044b9144ef2aa82f7ff4adbeb807941c3dd4808d +Author: CheeseEBoi +Date: Fri Jun 19 09:51:44 2020 -0400 + + Added support for saving xfce4-whiskermenu's configuration file + +commit 2830f8e8ddd729055e4a67030a70c58a9e3fc40a +Author: Emanuele Petriglia +Date: Sat May 16 17:49:05 2020 +0200 + + Use current branch in 'make distcheck' + +commit 79fdbc510733d68ec01539a4958702c15593fe73 +Author: Emanuele Petriglia +Date: Wed Jun 10 02:31:05 2020 +0200 + + Use configurated appname instead of argv[0] + + I introduced a new module called 'info', it is edited by the Makefile to + hardcopy the application name and version. + +commit 2fbb58ca66bef98aa79be39b3ff40a2ab51f8e57 +Author: Arman Harutyunyan +Date: Fri Jun 5 00:47:32 2020 +0200 + + I18n: Update translation hye (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 0b42a49c2b609a8695bdca5249d8709e2234626a +Author: Ivan +Date: Wed May 27 00:47:15 2020 +0200 + + I18n: Add new translation zh_HK (96%). + + 25 translated messages, 1 untranslated message. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 29ff06603b8ac10c32e2f312b07b708343c0333a +Author: Simon Steinbeiss +Date: Tue May 26 15:06:40 2020 +0200 + + Add basic GitLab pipeline + +commit 39fdf59d77b0261c0d941373572297b3b5648a07 +Author: Real School +Date: Mon May 25 12:50:48 2020 +0200 + + I18n: Add new translation hye (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 5cbd5cab811dd60403e1aa8e0c6eda609b1e2304 +Author: Goudarz Jafari +Date: Fri May 15 00:46:53 2020 +0200 + + I18n: Add new translation fa_IR (57%). + + 15 translated messages, 11 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 8b086a78d3d4c6e6e6034522d59d8662989ac66e +Author: Priit Jõerüüt +Date: Sun May 10 00:47:03 2020 +0200 + + I18n: Update translation et . + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 1a00aa0fb54948ee37aacad12379fbb3201a7386 +Author: Emanuele Petriglia +Date: Tue May 5 16:51:56 2020 +0200 + + Fix typos in comments. + +commit 89d8a47b94f5d9207c5b9078235bea3bd2b461da +Author: Priit Jõerüüt +Date: Tue May 5 00:47:37 2020 +0200 + + I18n: Add new translation et . + + 20 translated messages, 6 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 62babe78a6c58f90a7119b523a609ceced55e402 +Author: Hugo Carvalho +Date: Tue May 5 00:47:37 2020 +0200 + + I18n: Update translation pt . + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 60d3e3935272bcd5bab89abd0cd3d95c886a211c +Author: Emanuele Petriglia +Date: Wed Apr 29 15:37:41 2020 +0200 + + Open xfce4-panel on close button (bug #16505) + +commit cc2af875961222aa34085081c433961704f175ca +Author: 黃柏諺 +Date: Wed Apr 15 00:06:44 2020 +0200 + + I18n: Update translation zh_TW (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 7d427407b25f92d2f8700f1f2f3fc64c48e03bd9 +Author: Anonymous +Date: Wed Apr 15 00:06:42 2020 +0200 + + I18n: Update translation ie (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 676b9917dce955ae5882671b4fa2d5c3222566b8 +Author: user14 +Date: Wed Apr 15 00:06:42 2020 +0200 + + I18n: Update translation hu (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit a82fb9c1970b2ba20c745957a358ccdd2fef3fb0 +Author: Anonymous +Date: Wed Apr 15 00:06:41 2020 +0200 + + I18n: Update translation es (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit aa3426df3894ebc953e5659356a386db405f2e7a +Author: Zmicer Turok +Date: Fri Mar 13 18:31:17 2020 +0100 + + I18n: Update translation be (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 3c3de278605e013c9e1fe9af5b32366579aa9207 +Author: Triyan W. Nugroho +Date: Wed Mar 11 12:32:29 2020 +0100 + + I18n: Add new translation id (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 4ec598c5931a37903c91a24e43bedac9cb2df44d +Author: Besnik +Date: Tue Jan 28 00:33:26 2020 +0100 + + I18n: Update translation sq (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 767107777cd3b71eb76aa13f247ffe0745fa250b +Author: Sean Davis +Date: Tue Jan 14 22:04:45 2020 -0500 + + Release 1.0.10 + +commit 11972acd1f097f0ebd4a76a7d0627836957f4114 +Author: Sean Davis +Date: Wed Dec 18 21:35:31 2019 -0500 + + Update .gitignore + +commit a440127d0cd90e18bdd193af37d31b61c5eebd19 +Author: Emanuele Petriglia +Date: Wed Dec 18 21:34:05 2019 -0500 + + Add a confirmation dialog and option to create a backup before applying (bug #14559) + + Signed-off-by: Sean Davis + +commit 6cbb067c28783a08cac3adc76ae0fd91be6a1c60 +Author: Emanuele Petriglia +Date: Wed Dec 18 21:04:31 2019 -0500 + + Add man page (bug #16228) + + Signed-off-by: Sean Davis + +commit 9c83c76624cb9660fea0e17f2c2142a9d46742a0 +Author: Sean Davis +Date: Wed Dec 18 20:50:54 2019 -0500 + + Sort openSUSE layout for improved maintainability + +commit 8563ddee14a1f76cd68a176862fcd1cbfe28261d +Author: Maurizio Galli +Date: Mon Jul 29 13:56:49 2019 +0800 + + Added openSUSE profile + + Signed-off-by: Sean Davis + +commit 2bd963527c84595292df038465220631cff81bc7 +Author: Emanuele Petriglia +Date: Sat Nov 2 14:02:31 2019 +0100 + + Do not cache current configuration (Bug #16114) + + Do not cache current configuration, instead get the latest properties + from Xfconf. + + Signed-off-by: Emanuele Petriglia + Signed-off-by: Sean Davis + +commit 7568fd10452ca27963cf72e1d1b9c74065e72e4f +Author: Emanuele Petriglia +Date: Sun Sep 22 12:49:48 2019 +0200 + + Add error for invalid config (bug #15983) + + Signed-off-by: Sean Davis + +commit 3c82ab4fe39b5ad5690579544ed9fd4e1531e945 +Author: Jason Collins +Date: Fri Oct 25 18:33:05 2019 +0200 + + I18n: Add new translation en_GB (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 5c82403b070b46c580a4ba401197725d0d5820cc +Author: Arnold Marko +Date: Fri Oct 25 00:32:34 2019 +0200 + + I18n: Update translation sl (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit a4dfe8bf6b6923eef20c12229b71ca466c6e8ee2 +Author: Theppitak Karoonboonyanan +Date: Thu Sep 19 12:31:37 2019 +0200 + + I18n: Add new translation th (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 6421f353e6871eaea55e2826d9f81491e775b362 +Author: Daniel Muñiz Fontoira +Date: Wed Aug 21 00:33:05 2019 +0200 + + I18n: Update translation gl (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit cc8bba492fbcf389c8a856905e020aafbf2e7c9a +Author: Panwar108 +Date: Sun Aug 18 18:31:14 2019 +0200 + + I18n: Add new translation hi (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit fb0172b97f566e856b68f9387abf71e2c7724fc3 +Author: Sean Davis +Date: Sun Jul 28 14:13:51 2019 -0400 + + Release 1.0.9 + +commit a40d79fef7b3270b16f1db549c271673fc7fbbde +Author: Sean Davis +Date: Sun Jul 28 14:10:09 2019 -0400 + + Refresh copyright, update contact email + +commit a7aa7642c727bbfeeb48ad8597c6c28b4450dbd8 +Author: Sean Davis +Date: Sun Jul 28 14:03:47 2019 -0400 + + distcheck: Generate ChangeLog + +commit f5a4b5ca68337a00634716c7f7ba2d75d3b18e61 +Author: Sean Davis +Date: Sat Jul 27 11:24:30 2019 -0400 + + Rename Xubuntu releases to version numbers for easier understanding + +commit 2d494a1b3f7c6874123c966fa9308091aaf3c14a +Author: Sean Davis +Date: Sat Jul 27 11:19:25 2019 -0400 + + Safely handle values that GLib cannot process (bug #14597) + +commit 456e6f2511a6b57ca00b63024de7d9454f3db8c1 +Author: Sean Davis +Date: Sat Jul 27 11:09:31 2019 -0400 + + Unversion gimp desktop file to work with any release, update to latest version + +commit e3e0c5b4d0a8e71fd486ccd05fd63bfcfcca422b +Author: Sean Davis +Date: Sat Jul 27 11:05:27 2019 -0400 + + Rename launchers to be more explicit + +commit b0d71acf4fe5889d037f5d31ac07441702a663ca +Author: Sean Davis +Date: Sat Jul 27 10:53:20 2019 -0400 + + Add Xfce 4.14 profile + +commit bdcaa62d1aa33003c17a747a59fbad2d458d2565 +Author: Sean Davis +Date: Sat Jul 27 08:38:23 2019 -0400 + + Fix KeyError when processing some layouts (bug #14934) + +commit 1cff18e17bd94dfb0df10e04e16abb8170a63f94 +Author: Sean Davis +Date: Sat Jul 27 08:34:49 2019 -0400 + + Suppress deprecation warnings + +commit 09101fb21258b5308d45f4ed3c896a1fef8c568a +Author: Sean Davis +Date: Sat Jul 27 08:31:05 2019 -0400 + + Fix PyGTKDeprecationWarning when creating dialogs + +commit 4bfd46835839598ddf7be2c6c421bf400e8719c8 +Author: Kjell Cato Heskjestad +Date: Wed Jul 24 12:33:51 2019 +0200 + + I18n: Add new translation nb (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit a6a3bf7f29666a61ad32748596aafb5987da3b83 +Author: Jiri Grönroos +Date: Wed Jul 17 00:33:43 2019 +0200 + + I18n: Update translation fi (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit c8be3e56cf3c7fcfacb8b96b6a823a0a49579dca +Author: Real School +Date: Fri Jun 14 12:32:00 2019 +0200 + + I18n: Add new translation hy_AM (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit e49c197639aa5b68745d5b07279fa265e8b995fa +Author: Serdar Sağlam +Date: Fri May 24 06:32:45 2019 +0200 + + I18n: Update translation tr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit e63875100cf7c9a821921d0c053994ae014c3158 +Author: Anonymous +Date: Fri May 17 18:34:40 2019 +0200 + + I18n: Update translation da (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 804dabdc555248175fe19ee8becd00dbc9f87c1f +Author: Anonymous +Date: Wed May 15 18:31:19 2019 +0200 + + I18n: Add new translation ie (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 4e006ac7d876fd0c85e62f969da0b03ca61cdaeb +Author: Sveinn í Felli +Date: Fri May 10 18:36:16 2019 +0200 + + I18n: Update translation is (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 197361aca9b6bea4acbefdbe1d7e2ae6d42a683d +Author: Jeff Huang +Date: Wed May 8 19:39:07 2019 +0200 + + I18n: Update translation zh_TW (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 537195183e529e048aa69071f75f804a2dd45e96 +Author: Cally Mal +Date: Wed May 8 19:39:07 2019 +0200 + + I18n: Update translation zh_CN (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 712849787dd7d01b97e8a18ead848284aae0cc36 +Author: Yarema aka Knedlyk +Date: Wed May 8 19:39:07 2019 +0200 + + I18n: Update translation uk (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 9243c42cb909b60a219748dd502b517bd1465cab +Author: Butterfly +Date: Wed May 8 19:39:07 2019 +0200 + + I18n: Update translation tr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit c4bfcb79f1b1c44d15ea2b051ebfd82c8fa3198a +Author: Påvel Nicklasson +Date: Wed May 8 19:39:07 2019 +0200 + + I18n: Update translation sv (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 8109862adbeba79eff5be60d836a1cd5be105778 +Author: Саша Петровић +Date: Wed May 8 19:39:07 2019 +0200 + + I18n: Update translation sr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 9dc152937708e75d03fe8c9929043568a6da04e2 +Author: Anonymous +Date: Wed May 8 19:39:06 2019 +0200 + + I18n: Update translation sl (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 92b1c51481004b734e5450563ce231314fe97654 +Author: Sergey Alyoshin +Date: Wed May 8 19:39:06 2019 +0200 + + I18n: Update translation ru (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 5bfbec5488942a4c678628db5c9b77bbd43af0ae +Author: Nuno Miguel +Date: Wed May 8 19:39:06 2019 +0200 + + I18n: Update translation pt (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 2017c47ab3ba147319c95a3dbf4ac32e58523c47 +Author: Andre Miranda +Date: Wed May 8 19:39:06 2019 +0200 + + I18n: Update translation pt_BR (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit b1ed4882c9cf10d233b68f9b2bfa9ed29326f0e4 +Author: Anonymous +Date: Wed May 8 19:39:06 2019 +0200 + + I18n: Update translation pl (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 013df04248682df9518b1d30ccd486080cc85888 +Author: Pjotr +Date: Wed May 8 19:39:06 2019 +0200 + + I18n: Update translation nl (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 5aa5a4a390a21accadffa96c1d84100b5ee793c4 +Author: abuyop +Date: Wed May 8 19:39:06 2019 +0200 + + I18n: Update translation ms (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit fec4e99546f0002ef7839f87f7198216c24e2d65 +Author: Anonymous +Date: Wed May 8 19:39:06 2019 +0200 + + I18n: Update translation lt (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 0a92b862c00b2c536a3b00865c0a9be60f42847b +Author: Cybertramp +Date: Wed May 8 19:39:06 2019 +0200 + + I18n: Update translation ko (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 5db9d93d685de0635a4f72e0b073f108f8c47235 +Author: Baurzhan Muftakhidinov +Date: Wed May 8 19:39:06 2019 +0200 + + I18n: Update translation kk (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 2f7c0e4cb989d63a609a9e85dfa8a72db5c0af31 +Author: Nobuhiro Iwamatsu +Date: Wed May 8 19:39:05 2019 +0200 + + I18n: Update translation ja (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit e9afcab4497bf0ad716f03b128681cb11b20150f +Author: Emanuele Petriglia +Date: Wed May 8 19:39:05 2019 +0200 + + I18n: Update translation it (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit cdf7a04476d665d8c1a07cc5d80d651f08190d63 +Author: user14 +Date: Wed May 8 19:39:05 2019 +0200 + + I18n: Update translation hu (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 7059a412ab8c97f433966f0739514d958ceb4414 +Author: Ivica Kolić +Date: Wed May 8 19:39:05 2019 +0200 + + I18n: Update translation hr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 2a6446269ef56d4f90c95add9cc9bc204fae76b2 +Author: Elishai Eliyahu +Date: Wed May 8 19:39:05 2019 +0200 + + I18n: Update translation he (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 56ad7f0317b3b0a698567efb8fcb4d23b4a7ffd0 +Author: Daniel Muñiz Fontoira +Date: Wed May 8 19:39:04 2019 +0200 + + I18n: Update translation gl (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit bc89c3e2bf27f4cfe6b44aacaece8b55be764991 +Author: Charles Monzat +Date: Wed May 8 19:39:04 2019 +0200 + + I18n: Update translation fr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 2c45ebc707dc5bc672204c1cea029bf9a6eede57 +Author: Anonymous +Date: Wed May 8 19:39:04 2019 +0200 + + I18n: Update translation eu (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit bedfed65e4c5767bb6abc7455358f47fa91b5cd1 +Author: Anonymous +Date: Wed May 8 19:39:04 2019 +0200 + + I18n: Update translation es (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit d3379e2ab219acaa390b3c7fab163b56ad54b7eb +Author: John Humphrys +Date: Wed May 8 19:39:04 2019 +0200 + + I18n: Update translation en_AU (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 0fb136404ece983930effe1bf454c2f2fe227630 +Author: Panagiotis Mantzios +Date: Wed May 8 19:39:04 2019 +0200 + + I18n: Update translation el (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 55fb8e1091b91bca4d177d001e41068eebce9da4 +Author: Vinzenz Vietzke +Date: Wed May 8 19:39:04 2019 +0200 + + I18n: Update translation de (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 0a998eb149f19533928702724dc358a377513899 +Author: Pavel Borecki +Date: Wed May 8 19:39:04 2019 +0200 + + I18n: Update translation cs (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 0786bcbb503e093a1b2b9c87a62d5cb278fcbe1a +Author: Robert Antoni Buj Gelonch +Date: Wed May 8 19:39:04 2019 +0200 + + I18n: Update translation ca (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit d45586c0f669a88ebc36f7133fad4f37a36e5b6e +Author: Kiril Kirilov +Date: Wed May 8 19:39:03 2019 +0200 + + I18n: Update translation bg (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit d5f85d0ac7db84fc863b7a896678c4340c851756 +Author: Zmicer Turok +Date: Wed May 8 19:39:03 2019 +0200 + + I18n: Update translation be (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit d55dc2832d7b8b809336af7b68e0739b94a5f08c +Author: Anonymous +Date: Sat May 4 18:33:34 2019 +0200 + + I18n: Update translation da (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 7a6c8b5a090a9be7378044fdfc0d1602a4c3d18c +Author: Pasi Lallinaho +Date: Sat Apr 6 12:32:40 2019 +0200 + + I18n: Update translation fi (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 918af9504b79499b569df6d5348a1d14dd3e1f9d +Author: Robert Antoni Buj Gelonch +Date: Sat Jan 26 12:32:02 2019 +0100 + + I18n: Update translation ca (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit bba87245706472776330fd4067071f49fd5e4abf +Author: Nuno Miguel +Date: Sun Jan 20 18:31:38 2019 +0100 + + I18n: Update translation pt (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 15fc8a2ca0b1ba5e8ef72f91c640cf16e9f378e4 +Author: Besnik +Date: Fri Jan 18 18:32:05 2019 +0100 + + I18n: Update translation sq (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 7e941750da543f85263023b1a50504a8201cb6d2 +Author: Robert Antoni Buj Gelonch +Date: Tue Jan 15 00:31:59 2019 +0100 + + I18n: Update translation ca (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit f0764b47add13a6407ab9578c1ff511feb9c7700 +Author: Robert Antoni Buj Gelonch +Date: Mon Jan 14 18:33:55 2019 +0100 + + I18n: Update translation ca (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 8512bdb5a9f2010b5238d429da99f62b19ed640f +Author: Michal Várady +Date: Fri Jan 11 12:33:34 2019 +0100 + + I18n: Update translation cs (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 2b37d7dda4d11ec9d2e17d0ad036383804f21fe4 +Author: Sveinn í Felli +Date: Tue Nov 6 18:32:12 2018 +0100 + + I18n: Add new translation is (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 5213bd74b1ab829a10f802d4a03b0141515249cf +Author: Xfce Bot +Date: Wed Oct 24 12:31:24 2018 +0200 + + I18n: Update translation es (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 69f23c930ee918a52a8fb349468e21b09dc921aa +Author: Xfce Bot +Date: Mon Oct 22 12:32:03 2018 +0200 + + I18n: Update translation ca (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 3a92aecf3ff4e2d3d50d277373380f0ad8e84e57 +Author: Xfce Bot +Date: Sun Oct 21 12:32:46 2018 +0200 + + I18n: Update translation ca (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 8e5e7524256c3aa3281b4443cc5598b65433f343 +Author: user14 +Date: Tue Oct 9 00:31:09 2018 +0200 + + I18n: Add new translation hu (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 0973060d2fb13a3f09af3dce69769c58064c26ec +Author: Yarema aka Knedlyk +Date: Tue Oct 2 18:31:46 2018 +0200 + + I18n: Update translation uk (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit bf85ca02b8abb1e2f8a8db71b49515e62ee1d8e3 +Author: Yarema aka Knedlyk +Date: Tue Oct 2 12:32:49 2018 +0200 + + I18n: Add new translation uk (80%). + + 21 translated messages, 5 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit ba87fe938ad6ad7fcf331c0738d6f9ef077fa098 +Author: Aitor Beriain +Date: Tue Sep 25 18:32:19 2018 +0200 + + I18n: Add new translation eu (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 6e3557cf1d77fe21fd1693fdb0eb0d22149c20e5 +Author: Xfce Bot +Date: Fri Sep 14 06:47:18 2018 +0200 + + I18n: Update translation cs (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit e4e59d8100e6c3d22cb5cbb8a388a68c73ca1f4a +Author: John Humphrys +Date: Thu Sep 13 18:33:35 2018 +0200 + + I18n: Add new translation en_AU (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 8cfac0a31fde869316d36fd7ca34e3ab54ceef44 +Author: Ivica Kolić +Date: Fri Sep 7 12:31:35 2018 +0200 + + I18n: Update translation hr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 2c8559bd731dfea5ff66a85f3ff83a100731cf26 +Author: Baurzhan Muftakhidinov +Date: Sun Aug 26 06:32:25 2018 +0200 + + I18n: Update translation kk (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 77aaa16e6a8ecf3ac83885d0313a6b55f83d8b05 +Author: Butterfly +Date: Mon Aug 20 18:32:52 2018 +0200 + + I18n: Update translation tr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit e8d0f3007dab5d6d3e342b064a4eeecb4062d41a +Author: abuyop +Date: Fri Aug 17 12:32:29 2018 +0200 + + I18n: Add new translation ms (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 020ece4c83ebbb2151b13639f60e6679cc0eefbe +Author: Nobuhiro Iwamatsu +Date: Sun Aug 12 18:31:50 2018 +0200 + + I18n: Update translation ja (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit d31d081d1d77b3097fae336cd561ed28c214481d +Author: Nobuhiro Iwamatsu +Date: Sat Aug 4 12:31:53 2018 +0200 + + I18n: Update translation ja (88%). + + 23 translated messages, 3 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit be64fd6e4030bd19bef5ad1beec383ff9343b590 +Author: Daniel Muñiz Fontoira +Date: Thu Aug 2 00:31:48 2018 +0200 + + I18n: Update translation gl (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 6b663c08b17414a9f9f60fe5d94f9d709956807b +Author: Zmicer Turok +Date: Wed Aug 1 18:33:14 2018 +0200 + + I18n: Add new translation be (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit fc8e1393d65c33b4b46458e5b9a98f083827a2b5 +Author: Sean Davis +Date: Sat Jul 28 06:43:11 2018 -0400 + + Release 1.0.8 + +commit dce3625e91be60e069ec30ea448aab7a3d244333 +Author: Igor +Date: Sat Jul 28 12:31:42 2018 +0200 + + I18n: Update translation ru (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 4cd6155217bdcd9e8bb2d74114b04e571d82425e +Author: Sean Davis +Date: Wed Jul 25 06:03:12 2018 -0400 + + Add distcheck option to Makefile + +commit 40de32c619bc6a02a3bc75a1e48f8ff25bd43d86 +Author: Sean Davis +Date: Tue Jul 24 21:23:30 2018 -0400 + + Update NEWS + +commit dcdc3f5dcca01c1e9bfd627280c5097f73227e71 +Author: Sean Davis +Date: Tue Jul 24 21:05:14 2018 -0400 + + po: CHARSET to UTF-8 + +commit f6ec41146a40c4219d67ffac750a5b6a276a1854 +Author: Vinzenz Vietzke +Date: Tue Jul 24 00:32:30 2018 +0200 + + I18n: Update translation de (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 540178efd827f638b50f1eea1ff7e1feb369e4e4 +Author: Andre Miranda +Date: Mon Jul 23 18:32:11 2018 +0200 + + I18n: Update translation pt_BR (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 671eb102b42fe74148522fc815643affd1b50be6 +Author: Igor +Date: Sun Jul 22 12:31:28 2018 +0200 + + I18n: Update translation ru (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 2e57a9c2f9dfc2cc997293988c6e93d0258653f3 +Author: Igor +Date: Sat Jul 21 12:31:29 2018 +0200 + + I18n: Update translation ru (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 0295715c52e6780c586e410e5acab37d7952a5a4 +Author: Саша Петровић +Date: Thu Jul 19 00:31:52 2018 +0200 + + I18n: Update translation sr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 20727ab73ad0c491f4a6d2ecca3a0b47deae1268 +Author: Anonymous +Date: Wed Jul 18 06:31:39 2018 +0200 + + I18n: Update translation da (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 501253ee9ba27ca6b5997012fbcf083f70acf71f +Author: Elishai Eliyahu +Date: Mon Jul 16 18:33:16 2018 +0200 + + I18n: Add new translation he (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 100b4c30890fa3a6e6782889701b45d79efe992b +Author: Yannick Le Guen +Date: Mon Jul 16 18:33:15 2018 +0200 + + I18n: Update translation fr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 98ecf8241b4fc4e48f0a1cda1cc874a8f401c714 +Author: Anonymous +Date: Mon Jul 16 18:33:15 2018 +0200 + + I18n: Update translation fi (96%). + + 25 translated messages, 1 untranslated message. + + Transifex (https://www.transifex.com/xfce/public/). + +commit ffad84fbbd2b7981799ce1a10bcc9b2bf0c9153c +Author: Demiray “tulliana” Muhterem +Date: Mon Jul 16 00:31:44 2018 +0200 + + I18n: Add new translation tr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 771fca23f5ac87c6152e2e790199699bccc99d71 +Author: Anonymous +Date: Mon Jul 16 00:31:43 2018 +0200 + + I18n: Update translation da (96%). + + 25 translated messages, 1 untranslated message. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 793a74d014f134129c2ff7379d0a671b6db5070e +Author: xiaobo zhou +Date: Sun Jul 15 18:31:39 2018 +0200 + + I18n: Add new translation zh_CN (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 01bfc0f4a1f1b0547b0b628652ed0d8642379dce +Author: Yannick Le Guen +Date: Sun Jul 15 18:31:39 2018 +0200 + + I18n: Update translation fr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 42fb1985ac7dabbf6619901219afe6dc636b7653 +Author: Edin Veskovic +Date: Sun Jul 15 12:31:49 2018 +0200 + + I18n: Add new translation hr (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 3aa0c8934a0f8b35b335c3e3bfe0693d68cca437 +Author: Påvel Nicklasson +Date: Sun Jul 15 12:31:49 2018 +0200 + + I18n: Update translation sv (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 43182046483030db3ff2dab6e28fe341fe5b5eae +Author: Besnik +Date: Sun Jul 15 12:31:49 2018 +0200 + + I18n: Update translation sq (96%). + + 25 translated messages, 1 untranslated message. + + Transifex (https://www.transifex.com/xfce/public/). + +commit b9e2505fe83e0217f027b6292fa4d2998c5fa13d +Author: Besnik +Date: Sun Jul 15 06:32:14 2018 +0200 + + I18n: Add new translation sq (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit f728949efdc1f78068b6ec82839be023071bef85 +Author: José Vieira +Date: Sun Jul 15 00:31:28 2018 +0200 + + I18n: Update translation pt (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 0dbf885d645bbf9f7b4ff87e8712e8080ab2f0d9 +Author: Pjotr +Date: Sun Jul 15 00:31:28 2018 +0200 + + I18n: Update translation nl (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 3c7980d78bd32e112875ea7da9128a1507a979d0 +Author: Anonymous +Date: Sun Jul 15 00:31:28 2018 +0200 + + I18n: Update translation lt (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit ddeeda5681eedeb90322e6f45738b0f4231a8485 +Author: Simon Steinbeiss +Date: Sat Jul 14 23:35:21 2018 +0200 + + Fix reference to xfpanel-switch in Readme + +commit 02b19ff69e2acdb8b4a0decb4b17466c0b562d1e +Author: Jeff Huang +Date: Sat Jul 14 18:31:55 2018 +0200 + + I18n: Add new translation zh_TW (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit dfdc38a3cab9c225f775f4becb5446309793212b +Author: Cybertramp +Date: Sat Jul 14 18:31:55 2018 +0200 + + I18n: Add new translation ko (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit c0de1fed9a022cf17f8000ba4942c6e082c4960c +Author: Kiril Kirilov +Date: Sat Jul 14 18:31:54 2018 +0200 + + I18n: Add new translation bg (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 260bb99a5b221da8cd0c05a2e61d2d58953f035c +Merge: 920dd8c ce14057 +Author: Sean Davis +Date: Sat Jul 14 06:35:46 2018 -0400 + + Merge branch 'master' of ssh://git.xfce.org/apps/xfce4-panel-profiles + +commit 920dd8c819e4d50ac7c008fb8d7fbb2a65212b1a +Author: Sean Davis +Date: Sat Jul 14 06:35:30 2018 -0400 + + Tidy up some pylint notices + +commit ce14057eb8eb332fb155edd965d1bc26ee2e6c16 +Author: Emanuele Petriglia +Date: Sat Jul 14 12:32:04 2018 +0200 + + I18n: Update translation it (100%). + + po/it.po.new: warning: Charset "CHARSET" is not a portable encoding name. + Message conversion to user's charset might not work. + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit ae1600a4019922ac143cebf762b97148696aba79 +Author: Daniel Muñiz Fontoira +Date: Sat Jul 14 12:32:03 2018 +0200 + + I18n: Update translation gl (100%). + + po/gl.po.new: warning: Charset "CHARSET" is not a portable encoding name. + Message conversion to user's charset might not work. + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 2d124224f1b8664337a9bdffb32819e9c4b10e94 +Author: Panagiotis Mantzios +Date: Sat Jul 14 12:32:03 2018 +0200 + + I18n: Update translation el (100%). + + po/el.po.new: warning: Charset "CHARSET" is not a portable encoding name. + Message conversion to user's charset might not work. + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 020ccdc374a23ed30cd1004b06cef104dd1e2bb2 +Author: Sean Davis +Date: Sat Jul 14 06:02:41 2018 -0400 + + Keep the historical release names + +commit 3e83732801ea5f2bcec0f65d5e70fc5ae2a06ddc +Author: Sean Davis +Date: Sat Jul 14 06:00:21 2018 -0400 + + Rename project to xfce4-panel-profiles + +commit b7a4fc399a619b2101826f697bba9cabee049aee +Author: Marcelo Tobias +Date: Sat Jul 14 06:31:49 2018 +0200 + + I18n: Update translation pt_BR (100%). + + po/pt_BR.po.new: warning: Charset "CHARSET" is not a portable encoding name. + Message conversion to user's charset might not work. + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 048e4f9fc57c61b17bfeb3fe23f39374c3910d07 +Author: Anonymous +Date: Sat Jul 14 06:31:49 2018 +0200 + + I18n: Update translation lt (100%). + + po/lt.po.new: warning: Charset "CHARSET" is not a portable encoding name. + Message conversion to user's charset might not work. + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit a040a676a171c6d8badda14a2e60a738d5ad6758 +Author: Anonymous +Date: Sat Jul 14 00:31:46 2018 +0200 + + I18n: Add new translation da (62%). + + .tx/xfce-apps.xfce4-panel-profiles/da_translation: warning: Charset "CHARSET" is not a portable encoding name. + Message conversion to user's charset might not work. + 22 translated messages, 4 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 779cd977975a3c4ab6641d44635ed2b9389d03c1 +Author: Xfce Bot +Date: Fri Jul 13 18:32:39 2018 +0200 + + I18n: Update translation sv (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 4303d432d6fd237ee6478cbbfa98c4195fefe48d +Author: Xfce Bot +Date: Fri Jul 13 18:32:39 2018 +0200 + + I18n: Update translation sr (80%). + + 21 translated messages, 5 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 8ae0f86b68d92ed67e0be925780d8532b8bf661e +Author: Xfce Bot +Date: Fri Jul 13 18:32:39 2018 +0200 + + I18n: Update translation sl (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 7b3cc55416f1dc4e35090f7733e5238b2f9b34b7 +Author: Igor +Date: Fri Jul 13 18:32:39 2018 +0200 + + I18n: Update translation ru (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 92a7ae107a9d6b4424bbc3697f1caaae0a6d8f91 +Author: Xfce Bot +Date: Fri Jul 13 18:32:39 2018 +0200 + + I18n: Update translation pt (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 9b068508586d0f7068486dd7c84c149f4d4d9c3a +Author: Xfce Bot +Date: Fri Jul 13 18:32:39 2018 +0200 + + I18n: Update translation pt_BR (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 67efce83326c87e96b2e66814fee0dddde6e53b2 +Author: Anonymous +Date: Fri Jul 13 18:32:39 2018 +0200 + + I18n: Update translation pl (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 412b00d2f105e296258747a6c21557215b5ec1c3 +Author: Xfce Bot +Date: Fri Jul 13 18:32:39 2018 +0200 + + I18n: Update translation nl (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 3088e53fe4eaf7ec91e68ee1944fe7fd933ecfd0 +Author: Xfce Bot +Date: Fri Jul 13 18:32:38 2018 +0200 + + I18n: Update translation lt (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 23cd03ec61cc5df1c6516fca5746221ea0307f6f +Author: Xfce Bot +Date: Fri Jul 13 18:32:38 2018 +0200 + + I18n: Update translation kk (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 1bf4eeabaf6b6101106a27d8480047f3e9e19216 +Author: Xfce Bot +Date: Fri Jul 13 18:32:38 2018 +0200 + + I18n: Update translation ja (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 2c322e936b65be7af0a03e46638c00a08844942b +Author: Xfce Bot +Date: Fri Jul 13 18:32:38 2018 +0200 + + I18n: Update translation it (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit a884ca89d297c09541e6797c32698b2c9ddbe0e6 +Author: Xfce Bot +Date: Fri Jul 13 18:32:38 2018 +0200 + + I18n: Update translation gl (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 6a2fc9a4bb56709aab622889261d6f6feaa71090 +Author: Xfce Bot +Date: Fri Jul 13 18:32:38 2018 +0200 + + I18n: Update translation fr (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit db58eaee64876bb331254a555f4bcecf31594746 +Author: Xfce Bot +Date: Fri Jul 13 18:32:38 2018 +0200 + + I18n: Update translation fi (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 1eb4bedc763c41c8f018b3622db5dae4017af419 +Author: Xfce Bot +Date: Fri Jul 13 18:32:38 2018 +0200 + + I18n: Update translation es (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit bbee37b44d5545ac55151406059ec1cc044ba55c +Author: Xfce Bot +Date: Fri Jul 13 18:32:38 2018 +0200 + + I18n: Update translation el (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit c1be726a14a8350f7f7a0e58f2c7f7caa72536c7 +Author: Xfce Bot +Date: Fri Jul 13 18:32:38 2018 +0200 + + I18n: Update translation de (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit fb10ac298bb7e72f6e76cffa32b362d0652a0416 +Author: Xfce Bot +Date: Fri Jul 13 18:32:38 2018 +0200 + + I18n: Update translation cs (92%). + + 24 translated messages, 2 untranslated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 1ee82a7cbf40c7d7663e9d5d9af351f3ddef40ea +Author: Xfce Bot +Date: Fri Jul 13 18:32:38 2018 +0200 + + I18n: Update translation ca (100%). + + 26 translated messages. + + Transifex (https://www.transifex.com/xfce/public/). + +commit 13b529977553333437cd0555cb5495d03d0c016f +Author: Simon Steinbeiss +Date: Fri Jul 13 13:24:47 2018 +0200 + + Update readme to reflect name change + +commit 97f4e20c7264493d18e433e9e412c46ae43ce862 +Author: Launchpad Translations +Date: Wed May 16 05:35:25 2018 +0000 + + Launchpad automatic translations update. + +commit ef354cac9dc644f587e249915dbb78848ec1fcb9 +Author: Launchpad Translations +Date: Fri May 4 05:50:10 2018 +0000 + + Launchpad automatic translations update. + +commit 41450c5da37827e8c5d1a0221ffde9b90184d0e0 +Author: Launchpad Translations +Date: Fri Apr 27 05:50:06 2018 +0000 + + Launchpad automatic translations update. + +commit 0373aeb6ea9bf1c37f62e73234dfae9dc11f0d5b +Author: Launchpad Translations +Date: Thu Apr 26 05:44:21 2018 +0000 + + Launchpad automatic translations update. + +commit 02edcb1468a3a9ff63f38caaeee168bdc24575b5 +Author: Launchpad Translations +Date: Wed Apr 25 05:47:13 2018 +0000 + + Launchpad automatic translations update. + +commit ba585c70617c441f204f65c08d1aff3b40825b0a +Author: Launchpad Translations +Date: Tue Apr 24 05:49:47 2018 +0000 + + Launchpad automatic translations update. + +commit f89b0504746876d547b328e1ba0641cb7c406214 +Merge: 15623af 431ad63 +Author: Sean Davis +Date: Mon Apr 23 21:08:20 2018 -0400 + + Fix: xfpanel-switch is failing to save panel settings (LP: #1765565) + +commit 15623af30528f6883ea5818b25d177df948d1582 +Author: Launchpad Translations +Date: Mon Apr 23 06:03:45 2018 +0000 + + Launchpad automatic translations update. + +commit 0ef954bd66e34ed175f6fea0e64699a3a182dd85 +Author: Launchpad Translations +Date: Sun Apr 22 05:43:41 2018 +0000 + + Launchpad automatic translations update. + +commit e0a1ba3cfe8aa864a5f7dc2aa13f49088c43c12d +Author: Launchpad Translations +Date: Sat Apr 21 05:51:17 2018 +0000 + + Launchpad automatic translations update. + +commit 4802a59845afcce647fd2328c931eb393d469fd6 +Author: Launchpad Translations +Date: Fri Apr 20 05:49:18 2018 +0000 + + Launchpad automatic translations update. + +commit 431ad63f06d55282ca03af11f7a1a606a840eecf +Author: Alistair Buxton +Date: Fri Apr 20 06:13:44 2018 +0100 + + Check for orphans also when loading a config. + + Because of the way the configuration copying is used, sometimes orphans + can persist in configs (because they don't go through xfconf.) + +commit d4799e07eb24e67f2d8b23fea5637ba0913b4a43 +Author: Alistair Buxton +Date: Fri Apr 20 06:11:24 2018 +0100 + + Be careful about which plugins are deleted. + + If the key /plugins/plugin-2 is deemed to be bad, we should not delete + /plugins/plugin-20 for example. So check that the keys to be deleted + either exactly match, or start with the pattern + '/'. + +commit 86704fd04f68303971ce4845646be0fd163e7616 +Author: Alistair Buxton +Date: Fri Apr 20 02:57:32 2018 +0100 + + Fix (LP: #1765565): Don't crash on corrupted panel configs. + + 1. Fix the problem directly: + + Catch the exception if the .desktop file is missing and return false. + This will remove launchers with missing .desktop (not just the binary). + + 2. Fix the problem more generally: + + Ignore orphan plugin configurations. This is a plugin configuration + section which is not refered to by any panel and therefore is not used. + Some old versions of xfce4-panel seem to create these, but I can't + reproduce with the latest version. + + These orphans are completely ignored by the panel. Xfpanel-switch also + ignores them, unless they are launchers with missing .desktop files. + The second part of this patch cleans them out anyway. + +commit 1d634731e44af48df5c491b68c753e9ad5533a4f +Author: Launchpad Translations +Date: Thu Apr 19 05:10:08 2018 +0000 + + Launchpad automatic translations update. + +commit 355e0598e289a5d95b4524a8d012e93f8086b76f +Author: Launchpad Translations +Date: Wed Apr 18 06:08:26 2018 +0000 + + Launchpad automatic translations update. + +commit b5d2bbdbd38162f0b36ca0f2596d2fc2b6601c55 +Author: Sean Davis +Date: Tue Apr 17 06:01:45 2018 -0400 + + Release 1.0.7 + +commit d633e8701720d5b5231de316760f116affc82612 +Author: Launchpad Translations +Date: Tue Apr 17 05:49:11 2018 +0000 + + Launchpad automatic translations update. + +commit 97e980d337f02668b7d2ab6e416425ba6e6d80bb +Author: Launchpad Translations +Date: Mon Apr 16 05:46:25 2018 +0000 + + Launchpad automatic translations update. + +commit cddaef58afb4ecc19ffe83d164c04bfc5160a66f +Merge: 314e149 6a2ba62 +Author: Sean Davis +Date: Sun Apr 15 07:41:58 2018 -0400 + + Fix AttributeError: 'PanelConfig' object has no attribute 'source' (LP: #1762779) + +commit 314e149d54dc3d2079db7a155e580c7d16157280 +Author: Launchpad Translations +Date: Sun Apr 15 05:49:06 2018 +0000 + + Launchpad automatic translations update. + +commit d89fe6d0c5a9c2ef0857fba9eec365e7e2982d5b +Author: Launchpad Translations +Date: Sat Apr 14 05:44:04 2018 +0000 + + Launchpad automatic translations update. + +commit 6a2ba62ba7d1da4bd29831ce0d3ee69e2013a0df +Author: Alistair Buxton +Date: Fri Apr 13 22:34:06 2018 +0100 + + Also ensure that source is always set no matter how the + object is created. + +commit e640d39374538260cc620bee2de4a428c1ef451b +Author: Alistair Buxton +Date: Fri Apr 13 22:32:13 2018 +0100 + + Supply a default value when querying the source. + +commit 979915baf84dbf2e24a05a467f66eddcfb3a0409 +Author: Launchpad Translations +Date: Fri Apr 13 05:50:20 2018 +0000 + + Launchpad automatic translations update. + +commit 7bf42a450189b5da70ec86976bc890c2b7847b2c +Author: Launchpad Translations +Date: Thu Apr 12 05:46:34 2018 +0000 + + Launchpad automatic translations update. + +commit f3e48b63f30d011d38af260c3f231e656d6a9f8f +Author: Launchpad Translations +Date: Wed Apr 11 05:48:30 2018 +0000 + + Launchpad automatic translations update. + +commit 3ca829c2422917180408b8806ac94e49973e508b +Author: Launchpad Translations +Date: Tue Apr 10 05:51:55 2018 +0000 + + Launchpad automatic translations update. + +commit 443bf4f132fd1783f297769b8005f1043a0b730b +Author: Launchpad Translations +Date: Mon Apr 9 05:47:09 2018 +0000 + + Launchpad automatic translations update. + +commit af7707ddc524cf9cb9d6e9d16833f7f88924d936 +Author: Launchpad Translations +Date: Sun Apr 8 05:44:36 2018 +0000 + + Launchpad automatic translations update. + +commit 8839fe8331d35b310580060d7bc4b4831450522d +Author: Launchpad Translations +Date: Sat Apr 7 06:08:14 2018 +0000 + + Launchpad automatic translations update. + +commit c285a61a34041b26e7c3b4c3d2ceeb361fa98732 +Author: Launchpad Translations +Date: Fri Apr 6 05:22:12 2018 +0000 + + Launchpad automatic translations update. + +commit 5476f0c40e9cafd754adf9013af3eb7c276b8607 +Author: Launchpad Translations +Date: Thu Apr 5 05:25:08 2018 +0000 + + Launchpad automatic translations update. + +commit d7b421cb4bdba80488846f7eae3ff084be715181 +Author: Launchpad Translations +Date: Wed Apr 4 06:02:43 2018 +0000 + + Launchpad automatic translations update. + +commit c75589a01a7a307821545ee1b5eea057a4cd143f +Author: Launchpad Translations +Date: Mon Apr 2 05:44:11 2018 +0000 + + Launchpad automatic translations update. + +commit 8689b0c8b23f62431c315273821c0c3fdc347d25 +Author: Launchpad Translations +Date: Sun Apr 1 05:44:10 2018 +0000 + + Launchpad automatic translations update. + +commit f8531d50bf3c0583ae41e4ad1b9140df3cca8a2c +Author: Launchpad Translations +Date: Sat Mar 31 05:47:55 2018 +0000 + + Launchpad automatic translations update. + +commit 3ebab37a51d33c4bbce1af253c533149612810c9 +Author: Launchpad Translations +Date: Fri Mar 30 05:53:24 2018 +0000 + + Launchpad automatic translations update. + +commit f3fb2f5b5ab19dfbd675bf6ed61c1717166df08c +Author: Launchpad Translations +Date: Thu Mar 29 06:01:19 2018 +0000 + + Launchpad automatic translations update. + +commit 86abfb3e3a26ee2fb28eade66a762738b8751356 +Author: Launchpad Translations +Date: Wed Mar 28 05:54:42 2018 +0000 + + Launchpad automatic translations update. + +commit 501b13bd8163e779461edd9e35359c36f987a379 +Author: Launchpad Translations +Date: Tue Mar 27 05:43:39 2018 +0000 + + Launchpad automatic translations update. + +commit 3c17d5383c2f029b7c103bae028a8c1a125b11c7 +Author: Sean Davis +Date: Mon Mar 26 21:24:41 2018 -0400 + + Restore missing launchers to Xubuntu Precise layout, release 1.0.6 + +commit b485cb398bf6514fa658368857793171a95437ee +Author: Sean Davis +Date: Mon Mar 26 20:58:13 2018 -0400 + + Drop unused properties in several layouts and release 1.0.5 + +commit 0afc45c3f1f78970da2e3b246a43db947ae41412 +Merge: 7ec6749 e44efca +Author: Sean Davis +Date: Mon Mar 26 20:42:19 2018 -0400 + + Merge translations + +commit 7ec67498258b4706851915a6cbe8d5d64d2ca318 +Author: Sean Davis +Date: Mon Mar 26 20:40:02 2018 -0400 + + Add Xubuntu Bionic layout + +commit e44efca8707346e575c9d383f171c18b3b3767de +Author: Launchpad Translations +Date: Mon Mar 26 05:39:09 2018 +0000 + + Launchpad automatic translations update. + +commit 8362792b11b6cd0744d13d3eb2503e11bc4b8941 +Author: Sean Davis +Date: Sun Mar 25 23:02:58 2018 -0400 + + WIP release notes + +commit 17584b891c28ec65ca098c9c991ff3137539751e +Author: Sean Davis +Date: Sun Mar 25 22:53:53 2018 -0400 + + Add gi.require_version('Gtk', '3.0') to silence warning + +commit 486c0e67674238a00a0d7197ffd4c0e9a48867b4 +Author: Sean Davis +Date: Sun Mar 25 22:51:29 2018 -0400 + + Backup current configuration at startup so it can be rolled back (LP: #1555265) + +commit e9be5ec7e61729e6b4179302dc4c31ffb5a5d246 +Author: Sean Davis +Date: Sun Mar 25 22:36:06 2018 -0400 + + Move supported save and load commandline parameters to the main binary (LP: #1556737) + +commit 2f81ee86bce9a76e18648f7ad09101d89a55a049 +Author: Sean Davis +Date: Sun Mar 25 22:02:08 2018 -0400 + + Improve restoration of saved templates (LP: #1575996) + * Do not restore launchers with uninstalled binaries + * Clear out all xfce4-panel settings on restore + +commit c18eba59de7700850f1352a39fde6c73e9805680 +Author: Launchpad Translations +Date: Sun Mar 25 05:38:35 2018 +0000 + + Launchpad automatic translations update. + +commit 56e2033e0ac656cdc3cdc8e1b8f43b24f8c4af14 +Author: Launchpad Translations +Date: Sat Mar 24 05:54:28 2018 +0000 + + Launchpad automatic translations update. + +commit dd3fbdb8bfe09c597385e1311cd17f707d759ff1 +Author: Sean Davis +Date: Fri Mar 23 06:42:42 2018 -0400 + + Add .bzrignore + +commit dbd4864800f15bc45eb53547cee350ad3a782ab4 +Author: Sean Davis +Date: Fri Mar 23 06:38:58 2018 -0400 + + Add appdata file and install (LP: #1554273) + +commit 435a71b67a88b1eae76c2d5f79e699a3dd512525 +Author: Sean Davis +Date: Fri Mar 23 05:52:20 2018 -0400 + + Update categories to display in Xfce Settings Manager (LP: #1734516) + +commit 9cf9283e345e90908ee40635c43789b8b2e0de2f +Author: k3dar7 +Date: Fri Mar 23 05:48:15 2018 -0400 + + Add Czech translation (LP: #1730421) + +commit 9b45079ef3dfe59a7149eaea8157d8f3c623eacb +Author: Sean Davis +Date: Fri Mar 23 05:42:22 2018 -0400 + + Add Italian translation (thanks gil cattaneo) (LP: #1554271) + +commit f1841797f611e53a61288bdfcaa58b9e2bf457bc +Author: Launchpad Translations +Date: Fri Mar 23 05:36:07 2018 +0000 + + Launchpad automatic translations update. + +commit b8394aba104fe961f8074f3a250ccecbe84d25b0 +Author: Launchpad Translations +Date: Thu Mar 22 05:42:29 2018 +0000 + + Launchpad automatic translations update. + +commit 4dfeda290c943c0ca33a36e9b7d04825a0f1cc29 +Author: Launchpad Translations +Date: Wed Mar 21 05:45:19 2018 +0000 + + Launchpad automatic translations update. + +commit 812cc94cb8caa53fb4299cb9b2dd31089a803b20 +Author: Launchpad Translations +Date: Tue Mar 20 05:50:28 2018 +0000 + + Launchpad automatic translations update. + +commit cc33df8ee1aa17e9da2adbc0f7f7c0035c521e20 +Author: Launchpad Translations +Date: Mon Mar 19 05:46:12 2018 +0000 + + Launchpad automatic translations update. + +commit ab822096187edbf824262e5dbe6438b3affb18c4 +Author: Launchpad Translations +Date: Sun Mar 18 05:42:04 2018 +0000 + + Launchpad automatic translations update. + +commit 4cdca917fa80a4de2f3eaf142ef3e1925decc509 +Author: Launchpad Translations +Date: Sat Mar 17 05:39:31 2018 +0000 + + Launchpad automatic translations update. + +commit e439f025a5bf9194483b58b19bc11300a548374f +Author: Launchpad Translations +Date: Fri Mar 16 05:42:01 2018 +0000 + + Launchpad automatic translations update. + +commit 1cadf128182a619b6d154698da0b9a80403340c9 +Author: Launchpad Translations +Date: Thu Mar 15 05:41:57 2018 +0000 + + Launchpad automatic translations update. + +commit d728a9eb7c3080b8515dfcfd35539dd6bb910c10 +Author: Launchpad Translations +Date: Wed Mar 14 05:39:42 2018 +0000 + + Launchpad automatic translations update. + +commit 2e61635e368c153e6714912ec8102fbb2fef47cc +Author: Launchpad Translations +Date: Tue Mar 13 05:38:17 2018 +0000 + + Launchpad automatic translations update. + +commit bf89fb088dadd5a0ae9a7e743024161993fa1903 +Author: Launchpad Translations +Date: Mon Mar 12 05:45:14 2018 +0000 + + Launchpad automatic translations update. + +commit cc5c698ea38c3b40b87b8dc5837e081eb8479276 +Author: Launchpad Translations +Date: Sun Mar 11 05:34:32 2018 +0000 + + Launchpad automatic translations update. + +commit 08555b6fbb93c4f4df7a4c692111578ec94119cb +Author: Launchpad Translations +Date: Sat Mar 10 05:02:33 2018 +0000 + + Launchpad automatic translations update. + +commit 04321ce86ececc5900b9dc343f28167b3ab73eeb +Author: Launchpad Translations +Date: Fri Mar 9 05:59:40 2018 +0000 + + Launchpad automatic translations update. + +commit dd0fe64a4bb242c30f4dafc513e0222ee92ecbb2 +Author: Launchpad Translations +Date: Thu Mar 8 05:59:28 2018 +0000 + + Launchpad automatic translations update. + +commit e235b65ab7a866c3adcbd493458790f9c2dda429 +Author: Launchpad Translations +Date: Wed Mar 7 06:05:05 2018 +0000 + + Launchpad automatic translations update. + +commit a68d2ad7d325728626a68e94eb9700c477088723 +Author: Launchpad Translations +Date: Tue Mar 6 05:46:35 2018 +0000 + + Launchpad automatic translations update. + +commit 817b415e24bd0d7a5470f6caabdb9e91a815ffe2 +Author: Launchpad Translations +Date: Mon Mar 5 05:46:59 2018 +0000 + + Launchpad automatic translations update. + +commit ce9ff9f32e9d8ff2f5a2be5558a7c516fc1f5a6b +Author: Launchpad Translations +Date: Sun Mar 4 05:44:44 2018 +0000 + + Launchpad automatic translations update. + +commit 1ef99bedbd1dc65ba02ff6f5169bcff2591780e1 +Author: Launchpad Translations +Date: Sat Mar 3 06:17:20 2018 +0000 + + Launchpad automatic translations update. + +commit 558129fff6513777c1fc17e5819fc0c01e588615 +Author: Launchpad Translations +Date: Fri Mar 2 05:52:39 2018 +0000 + + Launchpad automatic translations update. + +commit 6d51f56cccbed8f3395e55e66e8df5f0b268f038 +Author: Launchpad Translations +Date: Thu Mar 1 05:59:18 2018 +0000 + + Launchpad automatic translations update. + +commit c4f6ca2b8e78eab599c868e39491887a0873ec36 +Author: Launchpad Translations +Date: Tue Feb 27 06:07:23 2018 +0000 + + Launchpad automatic translations update. + +commit ec6d4c8718eb50dfae4b0d94b8aee357862dda0a +Author: Launchpad Translations +Date: Mon Feb 26 05:45:29 2018 +0000 + + Launchpad automatic translations update. + +commit 01e2925bef84b81cc5c2b1ab9321a1b95ac91ff9 +Author: Launchpad Translations +Date: Sun Feb 25 05:43:10 2018 +0000 + + Launchpad automatic translations update. + +commit 54e90bc63de8a8b4cda60c456f62ef3ef0f9d2a4 +Author: Launchpad Translations +Date: Sat Feb 24 06:01:54 2018 +0000 + + Launchpad automatic translations update. + +commit c2203976c6306aca0ebb8b175978ed488ff5c751 +Author: Launchpad Translations +Date: Fri Feb 23 05:40:40 2018 +0000 + + Launchpad automatic translations update. + +commit e3fc1ec72e6252ac123bc8fc4779442b710ebccd +Author: Launchpad Translations +Date: Wed Feb 21 06:02:20 2018 +0000 + + Launchpad automatic translations update. + +commit 41215001b9a3c11a012bc85cf58e9caf1be3f79e +Author: Launchpad Translations +Date: Tue Feb 20 05:58:29 2018 +0000 + + Launchpad automatic translations update. + +commit c155397856cb9ce5e57e6d5fce425874f0cc8789 +Author: Launchpad Translations +Date: Mon Feb 19 05:43:15 2018 +0000 + + Launchpad automatic translations update. + +commit e340e90946bbb7f81807c318b49be1cb9d0685af +Author: Launchpad Translations +Date: Sun Feb 18 05:39:47 2018 +0000 + + Launchpad automatic translations update. + +commit b5db9d55ea4bda80c5653942a1f78066e76157dd +Author: Launchpad Translations +Date: Sat Feb 17 05:57:34 2018 +0000 + + Launchpad automatic translations update. + +commit eb59be58c9e4dd49e2c52b21baf7486136d8808a +Author: Launchpad Translations +Date: Mon Nov 6 05:32:40 2017 +0000 + + Launchpad automatic translations update. + +commit 39712fc34983520ca0ceae3ec8cb496ec7cbff95 +Author: Sean Davis +Date: Sun Oct 29 10:35:59 2017 -0400 + + Minor error handling + +commit 997148ef57078d9aa90f7ca68cfe72604f2964c2 +Author: Launchpad Translations +Date: Sun Oct 22 05:53:07 2017 +0000 + + Launchpad automatic translations update. + +commit f12ddab5cb7d35f18df17c94ef87f8158ab14933 +Author: Launchpad Translations +Date: Thu Jul 6 05:34:44 2017 +0000 + + Launchpad automatic translations update. + +commit ac2e7645990098be076cb1fb2104213c11f2d6ae +Author: Launchpad Translations +Date: Fri Jun 2 06:41:15 2017 +0000 + + Launchpad automatic translations update. + +commit ec45932ca397ad8dd118b1be34453dd11343085a +Author: Launchpad Translations +Date: Thu May 25 05:59:14 2017 +0000 + + Launchpad automatic translations update. + +commit 9b3b908629e1095fd5119e19eb4586264dbe7940 +Author: Launchpad Translations +Date: Sat Feb 11 05:54:14 2017 +0000 + + Launchpad automatic translations update. + +commit ded74c078da8e3ead0949903f9dbef4f5b3ffce2 +Author: Launchpad Translations +Date: Tue Apr 26 06:07:52 2016 +0000 + + Launchpad automatic translations update. + +commit b2375d72517e842131144940986e10735294e52c +Author: Launchpad Translations +Date: Thu Apr 21 05:49:35 2016 +0000 + + Launchpad automatic translations update. + +commit 746f1a19bcefc3c0ab84511e8b535507b382d387 +Author: Sean Davis +Date: Wed Apr 13 21:39:38 2016 -0400 + + Translation snapshot release 1.0.4 + +commit d3db4c51d3ab83d0d79557fe96e2604a2c25b120 +Author: Launchpad Translations +Date: Wed Apr 13 05:46:25 2016 +0000 + + Launchpad automatic translations update. + +commit 561330f49c55f5fe95cb9b24f876e5dedc353adb +Author: Launchpad Translations +Date: Sat Apr 9 05:57:26 2016 +0000 + + Launchpad automatic translations update. + +commit c70bf33452a3508cc553c27f1ca346b3b1dfb107 +Author: Launchpad Translations +Date: Sun Mar 6 05:45:27 2016 +0000 + + Launchpad automatic translations update. + +commit 90246e981d01ffdc43fe334b1688c98910b8afc8 +Author: Launchpad Translations +Date: Sat Feb 27 05:11:31 2016 +0000 + + Launchpad automatic translations update. + +commit a09b3021e5132be97b3b8b7edabdb3e297156e31 +Author: Launchpad Translations +Date: Wed Feb 10 05:45:16 2016 +0000 + + Launchpad automatic translations update. + +commit 0d0e04824574ff6dad1fec66bbf8119dc28f6774 +Author: Launchpad Translations +Date: Fri Feb 5 06:50:45 2016 +0000 + + Launchpad automatic translations update. + +commit 1f2ff83204d916cceb3ac4bfd45b8e4566664f52 +Author: Launchpad Translations +Date: Thu Feb 4 06:20:00 2016 +0000 + + Launchpad automatic translations update. + +commit d03ad6e902a2a5a261cf9a43607350472fe8ce8a +Author: Launchpad Translations +Date: Thu Oct 15 06:08:16 2015 +0000 + + Launchpad automatic translations update. + +commit 6e3d6b15b6861a3562a9911c8f3069274b25695d +Author: Launchpad Translations +Date: Mon Oct 12 05:39:22 2015 +0000 + + Launchpad automatic translations update. + +commit 1e71bc29c0d811e1ee74e5530b86ef73044844dd +Author: Launchpad Translations +Date: Fri Oct 9 05:48:36 2015 +0000 + + Launchpad automatic translations update. + +commit 46f7263cd1fdf73036f447f8f529ee1d4f6b64f3 +Author: Sean Davis +Date: Thu Oct 8 06:03:51 2015 -0400 + + More release notes + +commit 4b5fc67905a69c0f40234ba955e41519aeee372e +Author: Launchpad Translations +Date: Thu Oct 8 05:58:45 2015 +0000 + + Launchpad automatic translations update. + +commit a1a452051feaba440205d385972fee7bfa4dcc70 +Author: Launchpad Translations +Date: Wed Oct 7 06:17:51 2015 +0000 + + Launchpad automatic translations update. + +commit 329c7c2a35e62613cf63bd6ecad5bbc49c1ed65c +Author: Sean Davis +Date: Tue Oct 6 21:10:56 2015 -0400 + + Add link to Help button, update translation template, bump version number to be ready for release + +commit bd79f476793e8eb10f68dcf8230d894a1e31855c +Author: Launchpad Translations +Date: Sun Oct 4 06:14:50 2015 +0000 + + Launchpad automatic translations update. + +commit de3e717999382541c4af7dc8cc56cddcb99a4a5e +Author: Sean Davis +Date: Sat Sep 26 11:57:18 2015 -0400 + + Give save dialog a parent + +commit 58ed08fbd36e6630f2a6c36497619ae404d011cd +Author: Sean Davis +Date: Sat Sep 26 11:52:34 2015 -0400 + + Correctly sort timestamps + +commit 9fea19fb3be5904a11e3d43944567ed797334007 +Author: Sean Davis +Date: Sat Sep 26 10:41:23 2015 -0400 + + Allow translation of missing messages (LP: #1497762) - thanks Olivier Duchateau + +commit b319d8c4647271b86555110b202630cf3c88c6bf +Author: Launchpad Translations +Date: Thu Sep 24 06:00:25 2015 +0000 + + Launchpad automatic translations update. + +commit f3dcf8e0529b1701a65aa2a32d8670b6fe71f5e4 +Author: Launchpad Translations +Date: Wed Sep 23 07:01:31 2015 +0000 + + Launchpad automatic translations update. + +commit 84fe032f1d280717d8a47cb391386315ae7506cc +Author: Launchpad Translations +Date: Mon Sep 21 05:39:56 2015 +0000 + + Launchpad automatic translations update. + +commit fa78bd9350a898e82254250bac6821d0cea96310 +Author: Sean Davis +Date: Sun Sep 20 11:02:49 2015 -0400 + + Bump version number to 1.0.2 and update NEWS + +commit ea5f7e12eb7a76a3e3ccb83be30978451da1ad0c +Author: Sean Davis +Date: Sun Sep 20 10:53:57 2015 -0400 + + Name the toolbar widgets, toggle delete button based on permission to delete (LP: #1494846) + +commit d85c331397bb7a060972ce9b2b20073f5c515235 +Author: Sean Davis +Date: Sun Sep 20 10:38:22 2015 -0400 + + Use python3 shebang, thanks Olivier Duchateau (LP: #1494843) + +commit 5a42a93712a72cde64a9d1845130b16135964a58 +Author: Sean Davis +Date: Sun Sep 20 10:34:24 2015 -0400 + + Do not return duplicate data directories + +commit 86f893390bc853dd04e900057efb68916846c444 +Author: Launchpad Translations +Date: Thu Sep 17 05:49:21 2015 +0000 + + Launchpad automatic translations update. + +commit 48f9e78cc78f801f3f6a9d6263765d32fa3dbead +Author: Launchpad Translations +Date: Wed Sep 16 05:54:00 2015 +0000 + + Launchpad automatic translations update. + +commit 47c9f85234cff4ce1aaf4692e9c920763a566a93 +Author: Sean Davis +Date: Wed Sep 9 22:03:16 2015 -0400 + + Update NEWS and bump version number to 1.0.1 + +commit cf7a63100b0ce0a7a1565ff954c7b4e5de2b7e03 +Author: Sean Davis +Date: Wed Sep 9 21:34:57 2015 -0400 + + Cleanup templates, compile from source, fixed several template bugs in the process. + +commit 8e1f7127e678a43f5c54350443c5e612d4c5af45 +Author: Sean Davis +Date: Wed Sep 9 06:39:32 2015 -0400 + + Add Xubuntu Classic and Xubuntu Modern layouts + +commit 7df219b9dd9c8d834227d9bfcf62cd8216e31e7a +Author: Sean Davis +Date: Wed Sep 9 05:51:21 2015 -0400 + + Make GNOME 2 and Redmond themes more like default Xfce + +commit ec558c4b73df9ce722415c6a032fd60b4fb96623 +Author: Sean Davis +Date: Wed Sep 9 00:17:14 2015 -0400 + + Clean Xfce 4.12 layout from Debian + +commit 05fd79344eebfb0d5fb1d02a13edefba9db958be +Author: Sean Davis +Date: Tue Sep 8 22:45:44 2015 -0400 + + Add GNOME 2, Redmond, Xfce 4.12 panel layouts. Install layouts and translations + +commit 9a0f002890c3b9d54c642262fa4eb78d807f26ad +Author: Sean Davis +Date: Tue Sep 8 21:50:20 2015 -0400 + + Fix path joining for desktop files (LP #1484548), replace expanduser with GLib.get_home_dir + +commit d26e3a252298912e8d8bb009ed15bbb541ec13a6 +Author: Sean Davis +Date: Tue Sep 8 21:37:38 2015 -0400 + + Avoid Linuxisms (LP: #1489547) + - Patch provided by Olivier Duchateau (duchateau-olivier) + https://bugs.launchpad.net/xfpanel-switch/+bug/1489547/comments/1 + +commit 55da9786421d89fe2e7a7bc39a66fb86406f8f3a +Author: Sean Davis +Date: Tue Sep 8 21:30:10 2015 -0400 + + Replace os.system by Terminate method from org.xfce.Panel interface (LP: #1489551) + - Patch provided by Olivier Duchateau (duchateau-olivier) + https://bugs.launchpad.net/xfpanel-switch/+bug/1489551/comments/1 + +commit 06a599070d094a6c78324152b1ab9558ea8b9f16 +Author: Launchpad Translations +Date: Fri Sep 4 05:39:58 2015 +0000 + + Launchpad automatic translations update. + +commit f4d2881ffeed04e81f97b2bcaf0af2a01db3d4f9 +Author: Launchpad Translations +Date: Thu Sep 3 05:41:49 2015 +0000 + + Launchpad automatic translations update. + +commit 64726db47d1b88667d161c73e2c175c1c20bae91 +Author: Launchpad Translations +Date: Mon Aug 24 05:23:32 2015 +0000 + + Launchpad automatic translations update. + +commit 8da69c0c745f2324d2f3110746759102b51453ff +Author: Launchpad Translations +Date: Fri Aug 21 05:45:53 2015 +0000 + + Launchpad automatic translations update. + +commit 3c0b224d7b1fdb7b8e22fee13d690707679cdfa6 +Author: Launchpad Translations +Date: Thu Aug 20 06:05:06 2015 +0000 + + Launchpad automatic translations update. + +commit 2eebba6733ecd7dea55c6e065e57295ac8304f7d +Merge: 51ec5a5 5e0fe38 +Author: Sean Davis +Date: Thu Aug 13 22:42:29 2015 -0400 + + Merge Simon's improvements + +commit 5e0fe38abde7b659c445cdc33634bc96d3cc51b6 +Author: Simon Steinbeiß +Date: Fri Aug 14 00:28:26 2015 +0200 + + Improve date readability by introducing Yesterday and Today + +commit aa559f14ee6ee9d20248d10958ffaba6b35e26a3 +Author: Simon Steinbeiß +Date: Fri Aug 14 00:13:09 2015 +0200 + + Sort by date, show latest backup on top + +commit 1c0b79c1d74130187828a797f4fa030c5de7ae2f +Author: Simon Steinbeiß +Date: Thu Aug 13 23:50:18 2015 +0200 + + Add Alt+c as keyboard shortcut for closing the app + +commit feee43ad2231d73b31f4c2a639dec65d1859ac4e +Author: Simon Steinbeiß +Date: Thu Aug 13 23:27:38 2015 +0200 + + Make both columns (name, date) sortable + +commit 51ec5a5dc30c74dcd5ccb51749ba45f5c1431464 +Author: Sean Davis +Date: Thu Aug 13 07:17:27 2015 -0400 + + GPL3+ + +commit 1a5dbb0a49c42d73f6fc88431bba671440ad4b87 +Author: Sean Davis +Date: Wed Aug 12 18:53:37 2015 -0400 + + Fix OnlyShowIn key + +commit 0ab489a0bf8d85dce8d644dd4b3db7b5ab3cc976 +Author: Launchpad Translations +Date: Sat Aug 1 05:49:28 2015 +0000 + + Launchpad automatic translations update. + +commit 791dcf6cd358360e377c0d65325e22e3e44dafa4 +Author: Sean Davis +Date: Tue Jul 28 22:28:52 2015 -0400 + + Add content to README + +commit 66437015cbdff1c2ef529360f63b2a6ac3460d30 +Author: Sean Davis +Date: Tue Jul 28 22:22:11 2015 -0400 + + Add release info to NEWS for 1.0 + +commit 0904ef59d721063a96d6a710fe90e724fb04a075 +Author: Sean Davis +Date: Mon Jul 20 22:34:51 2015 -0400 + + Translations and copyrights (did I miss anyone) + +commit be77293636c21740b8fad361be1afc0a696af86e +Author: Sean Davis +Date: Mon Jul 20 22:23:33 2015 -0400 + + PEP8 + +commit 73dc19c03179504e555167c28e961c3e09d1122d +Author: Sean Davis +Date: Mon Jul 20 22:13:01 2015 -0400 + + Cleanup and improve some bits + +commit dbd6377fffab9c3bcbe88017ec3b782b89cd3b00 +Author: Sean Davis +Date: Mon Jul 20 21:06:02 2015 -0400 + + Import and Export + +commit 86d89faf6e8fcbbe692e2d539dd8e12e6a4497c6 +Author: Sean Davis +Date: Mon Jul 20 19:53:27 2015 -0400 + + Set same default width as xfce4-panel dialog, remove deprecated widgets + +commit a52a598d4be968839d3b05cc2851b60d11d7aae8 +Author: Sean Davis +Date: Mon Jul 20 19:28:55 2015 -0400 + + Fix saving, requires python3 + +commit b6f8501d386fb12bd451d2b2fb8052099afd5d38 +Author: Sean Davis +Date: Mon Jul 20 18:27:54 2015 -0400 + + Missing some stuff here + +commit 307ebfe383eda2494100cae4aef459e645692588 +Author: Unit 193 +Date: Thu Apr 9 21:46:08 2015 -0400 + + Don't hardcode the path in the desktop file. + +commit 8166a61cc84ebc0ea09bebda67ce99e7e875c12c +Author: Sean Davis +Date: Sun Jan 18 08:12:24 2015 -0500 + + Usability improvements + +commit bdd09ac051507c4e28245ed8ec4a09cc623603af +Author: Sean Davis +Date: Sun Jan 18 00:08:04 2015 -0500 + + Initial commit diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..c4c2f59 --- /dev/null +++ b/INSTALL @@ -0,0 +1,8 @@ +1. Unpack the archive. + +2. To build xfce4-panel-profiles run + ./configure + make + +3. To install xfce4-panel-profiles run + (sudo) make install \ No newline at end of file diff --git a/Makefile.in.in b/Makefile.in.in new file mode 100644 index 0000000..a34e177 --- /dev/null +++ b/Makefile.in.in @@ -0,0 +1,126 @@ +APPNAME=@appname@ +VERSION=@version@ +PREFIX=@prefix@ +MANDIR=@mandir@ +DOCDIR=@docdir@ +PYTHON=`which @python@` +LANGUAGE_FILES=$(patsubst po/%.po, locale/%/LC_MESSAGES/$(APPNAME).mo, $(wildcard po/*.po)) +DESTDIR= + +GIT_BRANCH := $(shell git branch --show-current) + +all: $(LANGUAGE_FILES) layouts + intltool-merge -d po org.xfce.PanelProfiles.desktop.in org.xfce.PanelProfiles.desktop + intltool-merge -x po data/metainfo/org.xfce.PanelProfiles.appdata.xml.in \ + data/metainfo/org.xfce.PanelProfiles.appdata.xml + chmod +x org.xfce.PanelProfiles.desktop + sed -e s,%prefix%,$(PREFIX), bin/$(APPNAME).in.in > bin/$(APPNAME).in + sed -e s,%python%,$(PYTHON), bin/$(APPNAME).in > bin/$(APPNAME) + + sed -e s,%appname%,$(APPNAME), xfce4-panel-profiles/info.py.in.in > xfce4-panel-profiles/info.py.in + sed -e s,%version%,$(VERSION), xfce4-panel-profiles/info.py.in > xfce4-panel-profiles/info.py + + chmod +x bin/$(APPNAME) + +locale/%/LC_MESSAGES/$(APPNAME).mo: po/%.po + mkdir -p $(dir $@) + msgfmt $< -o $@ + +pot: + cd po; intltool-update --pot --gettext-package=xfce4-panel-profiles + +ifeq ($(shell tar --help|grep -o sort=),sort=) + TAROPTS := --sort=name --format ustar +endif +layouts: + cd data/layouts/cupertino; tar $(TAROPTS) -cvjf "../Cupertino.tar.bz2" * + cd data/layouts/gnome2; tar $(TAROPTS) -cvjf "../GNOME 2.tar.bz2" * + cd data/layouts/redmond; tar $(TAROPTS) -cvjf "../Redmond.tar.bz2" * + cd data/layouts/redmond7; tar $(TAROPTS) -cvjf "../Redmond 7.tar.bz2" * + cd data/layouts/xfce-4.12; tar $(TAROPTS) -cvjf "../Xfce 4.12.tar.bz2" * + cd data/layouts/xfce-4.14; tar $(TAROPTS) -cvjf "../Xfce 4.14.tar.bz2" * + cd data/layouts/xfce-4.16; tar $(TAROPTS) -cvjf "../Xfce 4.16.tar.bz2" * + cd data/layouts/xubuntu-12.04; tar $(TAROPTS) -cvjf "../Xubuntu 12.04 (Precise).tar.bz2" * + cd data/layouts/xubuntu-14.04; tar $(TAROPTS) -cvjf "../Xubuntu 14.04 (Trusty).tar.bz2" * + cd data/layouts/xubuntu-18.04; tar $(TAROPTS) -cvjf "../Xubuntu 18.04 (Bionic).tar.bz2" * + cd data/layouts/openSUSE-Leap-15.x; tar $(TAROPTS) -cvjf "../openSUSE Leap 15.x.tar.bz2" * + +install: all xfce4-panel-profiles.1 + install -d $(DESTDIR)/$(PREFIX)/bin + install bin/$(APPNAME) $(DESTDIR)/$(PREFIX)/bin + + install -d $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/xfce4-panel-profiles + install xfce4-panel-profiles/info.py $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/xfce4-panel-profiles + install xfce4-panel-profiles/panelconfig.py $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/xfce4-panel-profiles + install xfce4-panel-profiles/xfce4-panel-profiles.py $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/xfce4-panel-profiles + install xfce4-panel-profiles/xfce4-panel-profiles.glade $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/xfce4-panel-profiles + + install -d $(DESTDIR)/$(DOCDIR) + install AUTHORS $(DESTDIR)/$(DOCDIR) + install COPYING $(DESTDIR)/$(DOCDIR) + install NEWS $(DESTDIR)/$(DOCDIR) + install INSTALL $(DESTDIR)/$(DOCDIR) + install README.md $(DESTDIR)/$(DOCDIR) + + install -d $(DESTDIR)/$(PREFIX)/share/applications + install -m 644 org.xfce.PanelProfiles.desktop $(DESTDIR)/$(PREFIX)/share/applications + + install -d $(DESTDIR)/$(PREFIX)/share/xfce4-panel-profiles + install -d $(DESTDIR)/$(PREFIX)/share/xfce4-panel-profiles/layouts + install data/layouts/*.tar.bz2 $(DESTDIR)/$(PREFIX)/share/xfce4-panel-profiles/layouts + + install -d $(DESTDIR)/$(PREFIX)/share/metainfo + install data/metainfo/*.xml $(DESTDIR)/$(PREFIX)/share/metainfo + + cp -rf locale $(DESTDIR)/$(PREFIX)/share + ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale + + install -d $(DESTDIR)/$(MANDIR)/man1 + install xfce4-panel-profiles.1 $(DESTDIR)/$(MANDIR)/man1 + + install -d $(DESTDIR)/$(PREFIX)/share/icons/hicolor/128x128/apps + install -d $(DESTDIR)/$(PREFIX)/share/icons/hicolor/48x48/apps + install -d $(DESTDIR)/$(PREFIX)/share/icons/hicolor/16x16/apps + install -d $(DESTDIR)/$(PREFIX)/share/icons/hicolor/scalable/apps + install data/icons/128x128/org.xfce.PanelProfiles.png $(DESTDIR)/$(PREFIX)/share/icons/hicolor/128x128/apps + install data/icons/48x48/org.xfce.PanelProfiles.png $(DESTDIR)/$(PREFIX)/share/icons/hicolor/48x48/apps + install data/icons/16x16/org.xfce.PanelProfiles.png $(DESTDIR)/$(PREFIX)/share/icons/hicolor/16x16/apps + install data/icons/scalable/org.xfce.PanelProfiles.svg $(DESTDIR)/$(PREFIX)/share/icons/hicolor/scalable/apps + +uninstall: + rm -f $(DESTDIR)/$(PREFIX)/share/applications/org.xfce.PanelProfiles.desktop + rm -rf $(DESTDIR)/$(PREFIX)/share/$(APPNAME) + rm -rf $(DESTDIR)/$(DOCDIR) + # FIXME: Uninstall locales + rm -f $(DESTDIR)/$(PREFIX)/bin/$(APPNAME) + rm -rf $(DESTDIR)/$(PREFIX)/share/icons/hicolor/128x128/apps + rm -rf $(DESTDIR)/$(PREFIX)/share/icons/hicolor/48x48/apps + rm -rf $(DESTDIR)/$(PREFIX)/share/icons/hicolor/16x16/apps + rm -rf $(DESTDIR)/$(PREFIX)/share/icons/hicolor/scalable/apps/org.xfce.PanelProfiles.svg + +distcheck: all + mkdir -p $(APPNAME)-$(VERSION) + for filename in `git ls-tree -r $(GIT_BRANCH) --name-only | grep -v git`; do \ + mkdir -p $(APPNAME)-$(VERSION)/`dirname $$filename`; \ + cp $$filename $(APPNAME)-$(VERSION)/$$filename; \ + done; + git log > $(APPNAME)-$(VERSION)/ChangeLog + tar -cvjSf $(APPNAME)-$(VERSION).tar.bz2 $(APPNAME)-$(VERSION) + rm -rf $(APPNAME)-$(VERSION) + +clean: + rm -Rf locale + rm -f xfce4-panel-profiles/*.pyc + rm -f bin/$(APPNAME).in + rm -f bin/$(APPNAME) + rm -f data/metainfo/org.xfce.PanelProfiles.appdata.xml + rm -f data/layouts/*.tar.bz2 + rm -f data/icons/128x128/org.xfce.panelprofiles.png + rm -f data/icons/48x48/org.xfce.panelprofiles.png + rm -f data/icons/16x16/org.xfce.panelprofiles.png + rm -f data/icons/scalable/org.xfce.panelprofiles.svg + rm -f org.xfce.PanelProfiles.desktop + rm -f Makefile.in + rm -f Makefile + rm -f xfce4-panel-profiles/info.py + rm -f xfce4-panel-profiles/info.py.in diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..a8ca4e0 --- /dev/null +++ b/NEWS @@ -0,0 +1,182 @@ +xfce4-panel-profiles 1.0.13 + + * New Features + - Add Cupertino layout (#7) + - Add Redmond 7 layout (#8) + - Add Xfce 4.16 layout + * General + - Updated existing templates to support Xfce 4.16 + - Makefile.in.in: remove bashisms + - Enabled exporting Whisker menu configuration (#11) + * Updated translations: Belarusian, Czech + +xfce4-panel-profiles 1.0.12 + + * New Features + - New build option `--docdir` for documentation install path + - New build option `--mandir` for manpage install path + * General + - Manpage `xfce4-panel-profiles.1` is no longer gzipped (#5) + * Bugs Fixed + - Release install error: incorrect README filename (#24) + +xfce4-panel-profiles 1.0.11 + + * New Features + - Add support for saving xfce4-whiskermenu's configuration file + - Prefer CSD in XfceTitledDialog + - Use XfceTitledDialog from libxfce4ui + - Use Xfce's about dialog via libxfce4ui + - Add new icons and use reverse DNS for icons and files + - Open xfce4-panel on close button (bug #16505) + * General + - Add new README.md over old README + - Try the new and old libxfce4ui gir file name + - Add basic GitLab pipeline + - Make tarball creation reproducible + * Bugs Fixed + - Update openSUSE profile and fix build + - Removed check for if the menu is installed. This would probably get + in the way. + - Use current branch in 'make distcheck' + - Use configured appname instead of argv[0] + - Fix typos in comments. + * Updated translations: Albanian, Armenian (Armenia), Belarusian, + Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Czech, + Eastern Armenian, Estonian, Hebrew, Hungarian, Indonesian, + Interlingue, Persian (Iran), Portuguese, Slovak, Spanish, + Turkish + +xfce4-panel-profiles 1.0.10 + + * New Features + - Add openSUSE profile + - Add new error for invalid configuration files (Xfce #15983) + - 'Current Configuration' now pulls the current panel state + instead of the state cached when the program starts (Xfce #16114) + - A cancellable warning is now displayed when applying + configurations (Xfce #14559) + * Updated translations: English (United Kingdom), Galician, Hindi, + Slovenian, Thai + +xfce4-panel-profiles 1.0.9 + + * New Features + - Add Xfce 4.14 profile + * General + - Suppress deprecation warnings + - Rename launchers to be more explicit + - Rename Xubuntu releases to version numbers instead of codenames + - Unversion gimp desktop file to work with any release + * Bugs Fixed + - Fix KeyError when processing some layouts (Xfce #14934) + - Safely handle values that GLib cannot process (Xfce #14597) + * Updated translations: Albanian, Armenian (Armenia), Basque, + Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), + Croatian, Czech, Danish, Dutch, English (Australia), Finnish, + French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, + Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, + Norwegian Bokmål, Polish, Portuguese (Brazil), Portuguese, Russian, + Serbian, Slovenian, Spanish, Swedish, Turkish, Ukrainian + +xfce4-panel-profiles 1.0.8 + + * Xfpanel Switch is now Xfce4 Panel Profiles! + - Homepage: https://git.xfce.org/apps/xfce4-panel-profiles + * Bugs Fixed + - Failure to save some panel configurations (LP: #1765565) + - Crash on corrupted panel configs (LP: #1765565) + - Apply more strict logic when removing bad plugins + - Remove orphaned plugins when loading configuration + * General + - Tidied up pylint notices + * Updated translations: Albanian, Bulgarian, Catalan, + Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, + Dutch, Finnish, French, Galician, German, Greek, Hebrew, Italian, + Japanese, Kazakh, Korean, Lithuanian, Polish, Portuguese, + Portuguese (Brazil), Russian, Serbian, Slovenian, Spanish, + Swedish, Turkish + +xfpanel-switch 1.0.7 + + * Bugs Fixed + - AttributeError: 'PanelConfig' object has no attribute 'source' + (LP: #1762779) + * Updated translation: French + +xfpanel-switch 1.0.6 + + * Bugs Fixed + - Restore missing launchers for "Xubuntu Precise" layout + +xfpanel-switch 1.0.5 + + * General + - Add gi.require_version('Gtk', '3.0') to silence warning + - Add appdata file and install (LP: #1554273) + - Add .bzrignore + - Add "Xubuntu Bionic" layout, rename old Xubuntu layouts to + "Xubuntu Precise" and "Xubuntu Trusty" + - Drop unused properties from the various layouts + * Bugs Fixed + - Added error handling for failed backup file parsing + - Update categories to display in Xfce Settings Manager (LP: #1734516) + - Improve restoration of saved templates (LP: #1575996) + - Move supported save and load commandline parameters to the main + binary (LP: #1556737) + - Backup current configuration at startup so it can be rolled + back (LP: #1555265) + * Updated translations: Brazilian Portuguese, Czech, French, Galician, + Italian, Kazakh, Polish, Slovenian + +xfpanel-switch 1.0.4 + + * New translations: Dutch, Greek, Japanese, Portuguese + * Updated translations: French, Lithuanian, Spanish, Swedish + +xfpanel-switch 1.0.3 + + * Bugs Fixed + - Allow translation of missing messages (LP: #1497762) + - Correctly sort modification dates + - Set the save dialog parent to fix a runtime warning + - Add link to documentation when clicking Help + * New translations: Finnish, Spanish + * Updated translations: German, French + +xfpanel-switch 1.0.2 + + * Bugs Fixed + - Wrong shebang in xfpanel-switch/xfpanel-switch.py (LP: #1494843) + - Check if user can delete backup (LP: #1494846) + - Do not list saved configurations multiple times + * New Translation: French + +xfpanel-switch 1.0.1 + + * New Features + - Ths new release ships with it's first set of templates. + The templates include GNOME 2, Redmond, Xfce 4.12, + Xubuntu Classic (12.04) and Xubuntu Modern (14.04+) + - The first round of translations have now landed. We now + have full support for German, Lithuanian, Serbian, and + Swedish. Partial Russian support is also included. + * Bugs Fixed + - Terminate xfce-panel by dbus instead of kill (LP: #1489551) + - Improved code portability to non-Linux systems (LP: #1489547) + - Fixed path handling for launchers (LP: #1484548) + * Many thanks to our contributors! + + +Initial release: xfpanel-switch 1.0 + + * This is the first release of xfpanel-switch. This application + allows users to manage their panel configuration, make backups, + and even import/export their creations. Distributors can provide + default configurations to be used. + * As an initial release, it is expected to be a bit rough around + the edges. + * Current features: + - Backup/Restore + - Export/Import + - Reading pre-installed panel configuration from /usr/share diff --git a/README.md b/README.md new file mode 100644 index 0000000..f05d4cf --- /dev/null +++ b/README.md @@ -0,0 +1,51 @@ +[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/blob/master/COPYING) + +# xfce4-panel-profiles + +Xfce4-panel-profiles is a simple application to manage Xfce panel layouts. + +With the modular Xfce Panel, a multitude of panel layouts can be created. +This tool makes it possible to backup, restore, import, and export these +panel layouts. + +---- + +### Homepage + +[Xfce4-panel-profiles documentation](https://docs.xfce.org/apps/xfce4-panel-profiles/start) + +### Changelog + +See [NEWS](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/blob/master/NEWS) for details on changes and fixes made in the current release. + +### Source Code Repository + +[Xfce4-panel-profiles source code](https://gitlab.xfce.org/apps/xfce4-panel-profiles) + +### Download a Release Tarball + +[Xfce4-panel-profiles archive](https://archive.xfce.org/src/apps/xfce4-panel-profiles) + or +[Xfce4-panel-profiles tags](https://gitlab.xfce.org/apps/xfce4-panel-profiles/-/tags) + +### Installation + +From source code repository: + + % cd xfce4-panel-profiles + % ./autogen.sh + % make + % make install + +From release tarball: + + % tar xf xfce4-panel-profiles-.tar.bz2 + % cd xfce4-panel-profiles- + % ./configure + % make + % make install + +### Reporting Bugs + +Visit the [reporting bugs](https://docs.xfce.org/apps/xfce4-panel-profiles/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes. + diff --git a/bin/xfce4-panel-profiles.in.in b/bin/xfce4-panel-profiles.in.in new file mode 100644 index 0000000..43ba94f --- /dev/null +++ b/bin/xfce4-panel-profiles.in.in @@ -0,0 +1,2 @@ +#!/bin/sh +%python% %prefix%/share/xfce4-panel-profiles/xfce4-panel-profiles/xfce4-panel-profiles.py "$@" diff --git a/configure b/configure new file mode 100755 index 0000000..55fa3d0 --- /dev/null +++ b/configure @@ -0,0 +1,64 @@ +#!/bin/sh + +APPNAME=xfce4-panel-profiles +VERSION=1.0.13 + +PYTHON=python3 + +help () { + echo "Supported options are:" + echo " --help print this help and exit" + echo " --prefix= specify installation prefix" + echo " /bin - will hold all executables" + echo " default is /usr/local" + echo " --python= specify python version" + echo " python or python3" + echo " default is $PYTHON" + echo " --docdir= specify docdir" + echo " default is \$PREFIX/share/doc/$APPNAME" +} + +PREFIX=${PREFIX:-"/usr/local"} + +while [ $# -gt 0 ]; do + case $1 in + --help) + help + exit 0 + ;; + --prefix=*) + PREFIX=`echo $1 | sed 's/--prefix=//'` + ;; + --python=*) + PYTHON=`echo $1 | sed 's/--python=//'` + ;; + --mandir=*) + MANDIR=`echo $1 | sed 's/--mandir=//'` + ;; + --docdir=*) + DOCDIR=`echo $1 | sed 's/--docdir=//'` + ;; + *) + echo "Unknown option $1" + help + exit 1 + ;; + esac + shift +done + +DOCDIR=${DOCDIR:-"$PREFIX/share/doc/$APPNAME"} +MANDIR=${MANDIR:-"$PREFIX/share/man"} + +echo "Creating Makefile..." +sed -e s,@prefix@,$PREFIX, Makefile.in.in > Makefile.in +sed \ + -e s,@appname@,$APPNAME,g \ + -e s,@version@,$VERSION,g \ + -e s,@mandir@,$MANDIR,g \ + -e s,@docdir@,$DOCDIR,g \ + -e s,@python@,$PYTHON,g \ + Makefile.in > Makefile +echo "Installation prefix is $PREFIX" +echo "Installation mandir is $MANDIR" +echo "Installation docdir is $DOCDIR" diff --git a/data/icons/128x128/org.xfce.PanelProfiles.png b/data/icons/128x128/org.xfce.PanelProfiles.png new file mode 100644 index 0000000..37aba29 Binary files /dev/null and b/data/icons/128x128/org.xfce.PanelProfiles.png differ diff --git a/data/icons/16x16/org.xfce.PanelProfiles.png b/data/icons/16x16/org.xfce.PanelProfiles.png new file mode 100644 index 0000000..7e42e80 Binary files /dev/null and b/data/icons/16x16/org.xfce.PanelProfiles.png differ diff --git a/data/icons/16x16/org.xfce.PanelProfiles.svg b/data/icons/16x16/org.xfce.PanelProfiles.svg new file mode 100644 index 0000000..55112cf --- /dev/null +++ b/data/icons/16x16/org.xfce.PanelProfiles.svg @@ -0,0 +1,261 @@ + + + + + + Adwaita Icon Template + + + + + + + + + + + + image/svg+xml + + + + GNOME Design Team + + + + + Adwaita Icon Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/48x48/org.xfce.PanelProfiles.png b/data/icons/48x48/org.xfce.PanelProfiles.png new file mode 100644 index 0000000..c0933d3 Binary files /dev/null and b/data/icons/48x48/org.xfce.PanelProfiles.png differ diff --git a/data/icons/48x48/org.xfce.PanelProfiles.svg b/data/icons/48x48/org.xfce.PanelProfiles.svg new file mode 100644 index 0000000..b154f65 --- /dev/null +++ b/data/icons/48x48/org.xfce.PanelProfiles.svg @@ -0,0 +1,343 @@ + + + + + + Adwaita Icon Template + + + + + + + + + + + image/svg+xml + + + + GNOME Design Team + + + + + Adwaita Icon Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/org.xfce.PanelProfiles.svg b/data/icons/scalable/org.xfce.PanelProfiles.svg new file mode 100644 index 0000000..f0847a0 --- /dev/null +++ b/data/icons/scalable/org.xfce.PanelProfiles.svg @@ -0,0 +1,834 @@ + + + + + + Adwaita Icon Template + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + GNOME Design Team + + + + + Adwaita Icon Template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/layouts/cupertino/config.txt b/data/layouts/cupertino/config.txt new file mode 100644 index 0000000..e3f0bb7 --- /dev/null +++ b/data/layouts/cupertino/config.txt @@ -0,0 +1,122 @@ +/configver 2 +/panels [<0>, <1>] +/panels/dark-mode false +/panels/panel-0/autohide-behavior uint32 0 +/panels/panel-0/background-alpha uint32 80 +/panels/panel-0/background-rgba [<1.0>, <1.0>, <1.0>, <0.47796610169491527>] +/panels/panel-0/background-style uint32 0 +/panels/panel-0/disable-struts false +/panels/panel-0/enter-opacity uint32 100 +/panels/panel-0/icon-size uint32 0 +/panels/panel-0/leave-opacity uint32 100 +/panels/panel-0/length uint32 100 +/panels/panel-0/length-adjust true +/panels/panel-0/mode uint32 0 +/panels/panel-0/nrows uint32 1 +/panels/panel-0/plugin-ids [<1>, <2>, <3>, <4>, <5>, <6>, <7>, <8>, <9>, <10>, <11>, <12>, <13>, <14>] +/panels/panel-0/position 'p=6;x=0;y=0' +/panels/panel-0/position-locked true +/panels/panel-0/size uint32 21 +/panels/panel-0/span-monitors false +/panels/panel-1/autohide-behavior uint32 0 +/panels/panel-1/background-rgba [<1.0>, <1.0>, <1.0>, <0.47796610169491527>] +/panels/panel-1/background-style uint32 0 +/panels/panel-1/length uint32 1 +/panels/panel-1/length-adjust true +/panels/panel-1/plugin-ids [<15>, <16>, <17>, <18>, <19>, <20>, <21>, <22>, <23>, <24>, <25>, <26>, <27>] +/panels/panel-1/position 'p=10;x=676;y=743' +/panels/panel-1/position-locked true +/panels/panel-1/size uint32 52 +/plugins/plugin-1 'whiskermenu' +/plugins/plugin-1/button-icon 'xfce4-panel-menu' +/plugins/plugin-1/button-title 'Applications' +/plugins/plugin-1/custom-menu false +/plugins/plugin-1/show-button-title true +/plugins/plugin-1/show-generic-names false +/plugins/plugin-1/show-menu-icons true +/plugins/plugin-1/show-tooltips false +/plugins/plugin-2 'appmenu' +/plugins/plugin-2/plugins/plugin-2/bold-application-name true +/plugins/plugin-2/plugins/plugin-2/compact-mode false +/plugins/plugin-2/plugins/plugin-2/expand false +/plugins/plugin-2/plugins/plugin-20/bold-application-name true +/plugins/plugin-2/plugins/plugin-20/compact-mode false +/plugins/plugin-2/plugins/plugin-20/expand true +/plugins/plugin-3 'separator' +/plugins/plugin-3/expand true +/plugins/plugin-3/style uint32 0 +/plugins/plugin-4 'systray' +/plugins/plugin-4/icon-size 16 +/plugins/plugin-4/show-frame false +/plugins/plugin-4/size-max uint32 16 +/plugins/plugin-4/symbolic-icons true +/plugins/plugin-5 'pulseaudio' +/plugins/plugin-5/enable-keyboard-shortcuts true +/plugins/plugin-5/enable-mpris true +/plugins/plugin-5/enable-multimedia-keys true +/plugins/plugin-5/enable-wnck true +/plugins/plugin-5/show-notifications true +/plugins/plugin-6 'power-manager-plugin' +/plugins/plugin-7 'separator' +/plugins/plugin-7/style uint32 0 +/plugins/plugin-8 'clock' +/plugins/plugin-8/digital-format '%a %I:%M %p' +/plugins/plugin-8/mode uint32 2 +/plugins/plugin-8/show-frame true +/plugins/plugin-8/size-max uint32 22 +/plugins/plugin-8/style uint32 0 +/plugins/plugin-8/tooltip-format '%A %d %B %Y' +/plugins/plugin-9 'separator' +/plugins/plugin-9/expand false +/plugins/plugin-9/style uint32 0 +/plugins/plugin-10 'actions' +/plugins/plugin-10/appearance uint32 1 +/plugins/plugin-10/ask-confirmation true +/plugins/plugin-10/button-title uint32 0 +/plugins/plugin-10/invert-orientation false +/plugins/plugin-10/items [<'+lock-screen'>, <'+separator'>, <'+suspend'>, <'+hibernate'>, <'+separator'>, <'-hybrid-sleep'>, <'+restart'>, <'+shutdown'>, <'+separator'>, <'+switch-user'>, <'-logout-dialog'>, <'+logout'>] +/plugins/plugin-11 'separator' +/plugins/plugin-11/expand false +/plugins/plugin-11/style uint32 0 +/plugins/plugin-12 'launcher' +/plugins/plugin-12/items [<'xfce4-appfinder.desktop'>] +/plugins/plugin-13 'notification-plugin' +/plugins/plugin-14 'separator' +/plugins/plugin-14/expand false +/plugins/plugin-14/style uint32 0 +/plugins/plugin-15 'separator' +/plugins/plugin-15/style uint32 0 +/plugins/plugin-16 'launcher' +/plugins/plugin-16/arrow-position uint32 0 +/plugins/plugin-16/disable-tooltips false +/plugins/plugin-16/items [<'xfce4-file-manager.desktop'>] +/plugins/plugin-16/move-first true +/plugins/plugin-16/show-label false +/plugins/plugin-17 'launcher' +/plugins/plugin-17/items [<'xfce4-web-browser.desktop'>] +/plugins/plugin-18 'separator' +/plugins/plugin-18/style uint32 0 +/plugins/plugin-19 'separator' +/plugins/plugin-20 'separator' +/plugins/plugin-20/expand true +/plugins/plugin-20/style uint32 0 +/plugins/plugin-21 'tasklist' +/plugins/plugin-21/flat-buttons true +/plugins/plugin-21/grouping uint32 1 +/plugins/plugin-21/include-all-monitors true +/plugins/plugin-21/show-handle false +/plugins/plugin-21/show-labels false +/plugins/plugin-21/show-only-minimized false +/plugins/plugin-21/show-wireframes false +/plugins/plugin-21/sort-order uint32 4 +/plugins/plugin-22 'separator' +/plugins/plugin-22/expand true +/plugins/plugin-22/style uint32 0 +/plugins/plugin-23 'separator' +/plugins/plugin-24 'separator' +/plugins/plugin-24/style uint32 0 +/plugins/plugin-25 'launcher' +/plugins/plugin-25/items [<'xfce-settings-manager.desktop'>] +/plugins/plugin-26 'thunar-tpa' +/plugins/plugin-27 'separator' +/plugins/plugin-27/style uint32 0 \ No newline at end of file diff --git a/data/layouts/cupertino/launcher-12/xfce4-appfinder.desktop b/data/layouts/cupertino/launcher-12/xfce4-appfinder.desktop new file mode 100644 index 0000000..1f904cb --- /dev/null +++ b/data/layouts/cupertino/launcher-12/xfce4-appfinder.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Exec=xfce4-appfinder +Icon=edit-find +StartupNotify=true +Terminal=false +Type=Application +Categories=Utility;X-XFCE; +Name=Application Finder +Comment=Find and launch applications installed on your system +X-XFCE-Source=file:///usr/share/applications/xfce4-appfinder.desktop diff --git a/data/layouts/cupertino/launcher-16/xfce4-file-manager.desktop b/data/layouts/cupertino/launcher-16/xfce4-file-manager.desktop new file mode 100644 index 0000000..b257407 --- /dev/null +++ b/data/layouts/cupertino/launcher-16/xfce4-file-manager.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch FileManager %u +Icon=system-file-manager +StartupNotify=true +Terminal=false +Categories=Utility;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=inode/directory;x-scheme-handler/trash; +X-AppStream-Ignore=True +Name=File Manager +Comment=Browse the file system +X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop diff --git a/data/layouts/cupertino/launcher-17/xfce4-web-browser.desktop b/data/layouts/cupertino/launcher-17/xfce4-web-browser.desktop new file mode 100644 index 0000000..ee635ec --- /dev/null +++ b/data/layouts/cupertino/launcher-17/xfce4-web-browser.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch WebBrowser %u +Icon=web-browser +StartupNotify=true +Terminal=false +Categories=Network;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https; +X-AppStream-Ignore=True +Name=Web Browser +Comment=Browse the web +X-XFCE-Source=file:///usr/share/applications/xfce4-web-browser.desktop diff --git a/data/layouts/cupertino/launcher-25/xfce-settings-manager.desktop b/data/layouts/cupertino/launcher-25/xfce-settings-manager.desktop new file mode 100644 index 0000000..90fcdd5 --- /dev/null +++ b/data/layouts/cupertino/launcher-25/xfce-settings-manager.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Settings Manager +Comment=Graphical Settings Manager for Xfce 4 +Exec=xfce4-settings-manager +Icon=preferences-desktop +Terminal=false +Type=Application +Categories=X-XFCE;Settings;DesktopSettings; +OnlyShowIn=XFCE; +X-XfceSettingsManagerHidden=true +X-XFCE-Source=file:///usr/share/applications/xfce-settings-manager.desktop diff --git a/data/layouts/gnome2/config.txt b/data/layouts/gnome2/config.txt new file mode 100644 index 0000000..1edc618 --- /dev/null +++ b/data/layouts/gnome2/config.txt @@ -0,0 +1,95 @@ +/configver 2 +/panels [<1>, <2>] +/panels/dark-mode false +/panels/panel-1/autohide-behavior uint32 0 +/panels/panel-1/background-alpha uint32 100 +/panels/panel-1/background-style uint32 0 +/panels/panel-1/disable-struts false +/panels/panel-1/enter-opacity uint32 100 +/panels/panel-1/icon-size uint32 0 +/panels/panel-1/leave-opacity uint32 100 +/panels/panel-1/length uint32 100 +/panels/panel-1/length-adjust true +/panels/panel-1/mode uint32 0 +/panels/panel-1/nrows uint32 1 +/panels/panel-1/plugin-ids [<1>, <2>, <3>, <4>, <5>, <6>, <7>, <8>, <9>] +/panels/panel-1/position 'p=6;x=512;y=22' +/panels/panel-1/position-locked true +/panels/panel-1/size uint32 30 +/panels/panel-2/autohide-behavior uint32 0 +/panels/panel-2/background-alpha uint32 100 +/panels/panel-2/background-style uint32 0 +/panels/panel-2/disable-struts false +/panels/panel-2/enter-opacity uint32 100 +/panels/panel-2/leave-opacity uint32 100 +/panels/panel-2/length uint32 100 +/panels/panel-2/length-adjust true +/panels/panel-2/mode uint32 0 +/panels/panel-2/nrows uint32 1 +/panels/panel-2/plugin-ids [<10>, <11>, <12>, <13>] +/panels/panel-2/position 'p=8;x=55;y=743' +/panels/panel-2/position-locked true +/panels/panel-2/size uint32 30 +/plugins/plugin-1 'applicationsmenu' +/plugins/plugin-1/button-icon 'xfce4-panel-menu' +/plugins/plugin-1/button-title 'Applications' +/plugins/plugin-1/custom-menu false +/plugins/plugin-1/show-button-title true +/plugins/plugin-1/show-generic-names false +/plugins/plugin-1/show-menu-icons true +/plugins/plugin-1/show-tooltips false +/plugins/plugin-2 'places' +/plugins/plugin-2/button-label 'Places' +/plugins/plugin-2/show-bookmarks true +/plugins/plugin-2/show-button-type 1 +/plugins/plugin-2/show-icons true +/plugins/plugin-2/show-recent true +/plugins/plugin-2/show-recent-clear true +/plugins/plugin-2/show-volumes true +/plugins/plugin-3 'separator' +/plugins/plugin-3/expand false +/plugins/plugin-3/style uint32 0 +/plugins/plugin-4 'launcher' +/plugins/plugin-4/items [<'xfce4-settings-manager.desktop'>] +/plugins/plugin-5 'launcher' +/plugins/plugin-5/items [<'xfce4-web-browser.desktop'>] +/plugins/plugin-6 'launcher' +/plugins/plugin-6/items [<'xfce4-mail-reader.desktop'>] +/plugins/plugin-7 'separator' +/plugins/plugin-7/expand true +/plugins/plugin-7/style uint32 0 +/plugins/plugin-8 'systray' +/plugins/plugin-8/hide-new-items false +/plugins/plugin-8/icon-size 22 +/plugins/plugin-8/menu-is-primary false +/plugins/plugin-8/show-frame true +/plugins/plugin-8/single-row false +/plugins/plugin-8/size-max uint32 22 +/plugins/plugin-8/square-icons false +/plugins/plugin-8/symbolic-icons false +/plugins/plugin-9 'clock' +/plugins/plugin-9/digital-format '%a %b %d, %I:%M %p' +/plugins/plugin-9/mode uint32 2 +/plugins/plugin-9/show-frame true +/plugins/plugin-9/tooltip-format '%A %d %B %Y' +/plugins/plugin-10 'showdesktop' +/plugins/plugin-11 'tasklist' +/plugins/plugin-11/flat-buttons false +/plugins/plugin-11/grouping uint32 0 +/plugins/plugin-11/include-all-monitors true +/plugins/plugin-11/include-all-workspaces false +/plugins/plugin-11/middle-click uint32 0 +/plugins/plugin-11/show-handle true +/plugins/plugin-11/show-labels true +/plugins/plugin-11/show-only-minimized false +/plugins/plugin-11/show-wireframes false +/plugins/plugin-11/sort-order uint32 1 +/plugins/plugin-11/switch-workspace-on-unminimize true +/plugins/plugin-11/window-scrolling true +/plugins/plugin-12 'separator' +/plugins/plugin-12/expand true +/plugins/plugin-12/style uint32 0 +/plugins/plugin-13 'pager' +/plugins/plugin-13/miniature-view true +/plugins/plugin-13/rows uint32 1 +/plugins/plugin-13/workspace-scrolling true diff --git a/data/layouts/gnome2/launcher-4/xfce4-settings-manager.desktop b/data/layouts/gnome2/launcher-4/xfce4-settings-manager.desktop new file mode 100644 index 0000000..90fcdd5 --- /dev/null +++ b/data/layouts/gnome2/launcher-4/xfce4-settings-manager.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Settings Manager +Comment=Graphical Settings Manager for Xfce 4 +Exec=xfce4-settings-manager +Icon=preferences-desktop +Terminal=false +Type=Application +Categories=X-XFCE;Settings;DesktopSettings; +OnlyShowIn=XFCE; +X-XfceSettingsManagerHidden=true +X-XFCE-Source=file:///usr/share/applications/xfce-settings-manager.desktop diff --git a/data/layouts/gnome2/launcher-5/xfce4-web-browser.desktop b/data/layouts/gnome2/launcher-5/xfce4-web-browser.desktop new file mode 100644 index 0000000..6476c62 --- /dev/null +++ b/data/layouts/gnome2/launcher-5/xfce4-web-browser.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch WebBrowser %u +Icon=web-browser +StartupNotify=true +Terminal=false +Categories=Network;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https; +Name=Web Browser +Comment=Browse the web +X-XFCE-Source=file:///usr/share/applications/xfce4-web-browser.desktop diff --git a/data/layouts/gnome2/launcher-6/xfce4-mail-reader.desktop b/data/layouts/gnome2/launcher-6/xfce4-mail-reader.desktop new file mode 100644 index 0000000..7135ee0 --- /dev/null +++ b/data/layouts/gnome2/launcher-6/xfce4-mail-reader.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch MailReader %u +Icon=internet-mail +StartupNotify=true +Terminal=false +Categories=Network;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=x-scheme-handler/mailto; +Name=Mail Reader +Comment=Read your email +X-XFCE-Source=file:///usr/share/applications/xfce4-mail-reader.desktop diff --git a/data/layouts/openSUSE-Leap-15.x/config.txt b/data/layouts/openSUSE-Leap-15.x/config.txt new file mode 100644 index 0000000..382c585 --- /dev/null +++ b/data/layouts/openSUSE-Leap-15.x/config.txt @@ -0,0 +1,68 @@ +/configver 2 +/panels [<1>] +/panels/dark-mode false +/panels/panel-1/autohide-behavior uint32 0 +/panels/panel-1/background-style uint32 0 +/panels/panel-1/disable-struts false +/panels/panel-1/enter-opacity uint32 100 +/panels/panel-1/icon-size uint32 0 +/panels/panel-1/leave-opacity uint32 100 +/panels/panel-1/length uint32 100 +/panels/panel-1/length-adjust false +/panels/panel-1/mode uint32 0 +/panels/panel-1/nrows uint32 1 +/panels/panel-1/plugin-ids [<1>, <2>, <3>, <4>, <5>, <6>, <7>, <8>, <10>, <11>, <12>, <13>, <14>] +/panels/panel-1/position 'p=10;x=0;y=0' +/panels/panel-1/position-locked true +/panels/panel-1/size uint32 24 +/plugins/plugin-1 'whiskermenu' +/plugins/plugin-2 'separator' +/plugins/plugin-2/expand false +/plugins/plugin-2/style uint32 0 +/plugins/plugin-3 'showdesktop' +/plugins/plugin-4 'tasklist' +/plugins/plugin-4/flat-buttons true +/plugins/plugin-4/grouping uint32 1 +/plugins/plugin-4/include-all-monitors true +/plugins/plugin-4/include-all-workspaces false +/plugins/plugin-4/middle-click uint32 0 +/plugins/plugin-4/show-handle true +/plugins/plugin-4/show-labels true +/plugins/plugin-4/show-only-minimized false +/plugins/plugin-4/show-wireframes false +/plugins/plugin-4/sort-order uint32 1 +/plugins/plugin-4/switch-workspace-on-unminimize true +/plugins/plugin-4/window-scrolling true +/plugins/plugin-5 'separator' +/plugins/plugin-5/expand true +/plugins/plugin-5/style uint32 0 +/plugins/plugin-6 'pager' +/plugins/plugin-6/miniature-view true +/plugins/plugin-6/rows uint32 1 +/plugins/plugin-7 'pulseaudio' +/plugins/plugin-7/enable-keyboard-shortcuts true +/plugins/plugin-7/show-frame false +/plugins/plugin-7/show-notifications true +/plugins/plugin-7/size-max uint32 16 +/plugins/plugin-7/square-icons true +/plugins/plugin-8 'power-manager-plugin' +/plugins/plugin-10 'systray' +/plugins/plugin-10/digital-format '%a %d %b, %R' +/plugins/plugin-10/hide-new-items false +/plugins/plugin-10/icon-size 16 +/plugins/plugin-10/menu-is-primary false +/plugins/plugin-10/show-frame false +/plugins/plugin-10/single-row false +/plugins/plugin-10/size-max uint32 16 +/plugins/plugin-10/square-icons true +/plugins/plugin-10/symbolic-icons true +/plugins/plugin-11 'separator' +/plugins/plugin-11/expand false +/plugins/plugin-11/style uint32 0 +/plugins/plugin-12 'clock' +/plugins/plugin-12/show-frame false +/plugins/plugin-13 'separator' +/plugins/plugin-13/digital-format '%d %b, %H:%M' +/plugins/plugin-13/expand false +/plugins/plugin-13/style uint32 0 +/plugins/plugin-14 'notification-plugin' \ No newline at end of file diff --git a/data/layouts/redmond/config.txt b/data/layouts/redmond/config.txt new file mode 100644 index 0000000..b2a0064 --- /dev/null +++ b/data/layouts/redmond/config.txt @@ -0,0 +1,57 @@ +/configver 2 +/panels [<1>] +/panels/dark-mode false +/panels/panel-1/autohide-behavior uint32 0 +/panels/panel-1/background-alpha uint32 100 +/panels/panel-1/background-style uint32 0 +/panels/panel-1/disable-struts false +/panels/panel-1/enter-opacity uint32 100 +/panels/panel-1/icon-size uint32 0 +/panels/panel-1/leave-opacity uint32 100 +/panels/panel-1/length uint32 100 +/panels/panel-1/length-adjust true +/panels/panel-1/mode uint32 0 +/panels/panel-1/nrows uint32 1 +/panels/panel-1/plugin-ids [<1>, <2>, <3>, <4>, <5>] +/panels/panel-1/position 'p=8;x=512;y=752' +/panels/panel-1/position-locked true +/panels/panel-1/size uint32 30 +/plugins/plugin-1 'applicationsmenu' +/plugins/plugin-1/button-icon 'xfce4-panel-menu' +/plugins/plugin-1/button-title 'Start' +/plugins/plugin-1/custom-menu false +/plugins/plugin-1/show-button-title true +/plugins/plugin-1/show-generic-names false +/plugins/plugin-1/show-menu-icons true +/plugins/plugin-1/show-tooltips false +/plugins/plugin-2 'tasklist' +/plugins/plugin-2/flat-buttons false +/plugins/plugin-2/grouping uint32 0 +/plugins/plugin-2/include-all-monitors true +/plugins/plugin-2/include-all-workspaces false +/plugins/plugin-2/middle-click uint32 0 +/plugins/plugin-2/show-handle true +/plugins/plugin-2/show-labels true +/plugins/plugin-2/show-only-minimized false +/plugins/plugin-2/show-wireframes false +/plugins/plugin-2/sort-order uint32 1 +/plugins/plugin-2/switch-workspace-on-unminimize true +/plugins/plugin-2/window-scrolling true +/plugins/plugin-3 'separator' +/plugins/plugin-3/expand true +/plugins/plugin-3/style uint32 0 +/plugins/plugin-4 'systray' +/plugins/plugin-4/hide-new-items false +/plugins/plugin-4/icon-size 22 +/plugins/plugin-4/menu-is-primary false +/plugins/plugin-4/names-visible [<'networkmanager applet'>] +/plugins/plugin-4/show-frame true +/plugins/plugin-4/single-row false +/plugins/plugin-4/size-max uint32 22 +/plugins/plugin-4/square-icons false +/plugins/plugin-4/symbolic-icons false +/plugins/plugin-5 'clock' +/plugins/plugin-5/digital-format '%I:%M %p' +/plugins/plugin-5/mode uint32 2 +/plugins/plugin-5/show-frame true +/plugins/plugin-5/tooltip-format '%A %d %B %Y' \ No newline at end of file diff --git a/data/layouts/redmond7/config.txt b/data/layouts/redmond7/config.txt new file mode 100644 index 0000000..ca2c580 --- /dev/null +++ b/data/layouts/redmond7/config.txt @@ -0,0 +1,72 @@ +/configver 2 +/panels [<1>] +/panels/dark-mode false +/panels/panel-1/autohide-behavior uint32 0 +/panels/panel-1/background-alpha uint32 100 +/panels/panel-1/background-style uint32 0 +/panels/panel-1/disable-struts false +/panels/panel-1/enter-opacity uint32 100 +/panels/panel-1/icon-size uint32 0 +/panels/panel-1/leave-opacity uint32 100 +/panels/panel-1/length uint32 100 +/panels/panel-1/length-adjust true +/panels/panel-1/mode uint32 0 +/panels/panel-1/nrows uint32 1 +/panels/panel-1/plugin-ids [<1>, <2>, <3>, <4>, <5>, <6>, <7>, <8>, <9>, <10>, <11>, <12>, <13>] +/panels/panel-1/position 'p=8;x=512;y=752' +/panels/panel-1/position-locked true +/panels/panel-1/size uint32 39 +/plugins/plugin-1 'whiskermenu' +/plugins/plugin-2 'separator' +/plugins/plugin-2/expand false +/plugins/plugin-2/style uint32 2 +/plugins/plugin-3 'launcher' +/plugins/plugin-3/disable-tooltips false +/plugins/plugin-3/items [<'xfce4-web-browser.desktop'>] +/plugins/plugin-3/show-label false +/plugins/plugin-4 'launcher' +/plugins/plugin-4/items [<'xfce4-file-manager.desktop'>] +/plugins/plugin-5 'tasklist' +/plugins/plugin-5/flat-buttons true +/plugins/plugin-5/grouping uint32 1 +/plugins/plugin-5/include-all-monitors true +/plugins/plugin-5/include-all-workspaces false +/plugins/plugin-5/middle-click uint32 0 +/plugins/plugin-5/show-handle true +/plugins/plugin-5/show-labels false +/plugins/plugin-5/show-only-minimized false +/plugins/plugin-5/show-wireframes false +/plugins/plugin-5/sort-order uint32 0 +/plugins/plugin-5/switch-workspace-on-unminimize true +/plugins/plugin-5/window-scrolling true +/plugins/plugin-6 'separator' +/plugins/plugin-6/expand true +/plugins/plugin-6/style uint32 0 +/plugins/plugin-7 'systray' +/plugins/plugin-7/hide-new-items false +/plugins/plugin-7/icon-size 22 +/plugins/plugin-7/menu-is-primary false +/plugins/plugin-7/names-hidden @av [] +/plugins/plugin-7/show-frame false +/plugins/plugin-7/single-row false +/plugins/plugin-7/size-max uint32 24 +/plugins/plugin-7/square-icons false +/plugins/plugin-7/symbolic-icons false +/plugins/plugin-8 'separator' +/plugins/plugin-8/expand false +/plugins/plugin-8/style uint32 0 +/plugins/plugin-9 'pulseaudio' +/plugins/plugin-9/enable-keyboard-shortcuts true +/plugins/plugin-9/show-notifications false +/plugins/plugin-10 'separator' +/plugins/plugin-10/expand false +/plugins/plugin-10/style uint32 0 +/plugins/plugin-11 'clock' +/plugins/plugin-11/digital-format '%I:%M %p%n%x' +/plugins/plugin-11/mode uint32 2 +/plugins/plugin-11/show-frame true +/plugins/plugin-11/tooltip-format '%A, %d %B, %Y' +/plugins/plugin-12 'separator' +/plugins/plugin-12/expand false +/plugins/plugin-12/style uint32 0 +/plugins/plugin-13 'showdesktop' \ No newline at end of file diff --git a/data/layouts/redmond7/launcher-3/xfce4-web-browser.desktop b/data/layouts/redmond7/launcher-3/xfce4-web-browser.desktop new file mode 100644 index 0000000..ee635ec --- /dev/null +++ b/data/layouts/redmond7/launcher-3/xfce4-web-browser.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch WebBrowser %u +Icon=web-browser +StartupNotify=true +Terminal=false +Categories=Network;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https; +X-AppStream-Ignore=True +Name=Web Browser +Comment=Browse the web +X-XFCE-Source=file:///usr/share/applications/xfce4-web-browser.desktop diff --git a/data/layouts/redmond7/launcher-4/xfce4-file-manager.desktop b/data/layouts/redmond7/launcher-4/xfce4-file-manager.desktop new file mode 100644 index 0000000..b257407 --- /dev/null +++ b/data/layouts/redmond7/launcher-4/xfce4-file-manager.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch FileManager %u +Icon=system-file-manager +StartupNotify=true +Terminal=false +Categories=Utility;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=inode/directory;x-scheme-handler/trash; +X-AppStream-Ignore=True +Name=File Manager +Comment=Browse the file system +X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop diff --git a/data/layouts/redmond7/whiskermenu-1.rc b/data/layouts/redmond7/whiskermenu-1.rc new file mode 100644 index 0000000..429d702 --- /dev/null +++ b/data/layouts/redmond7/whiskermenu-1.rc @@ -0,0 +1,80 @@ +favorites=mousepad.desktop,xfce4-terminal-emulator.desktop,xfce4-taskmanager.desktop,xfce4-screenshooter.desktop,xfce-settings-manager.desktop,xfce-ui-settings.desktop,xfce-display-settings.desktop,xfhelp4.desktop,xfce4-about.desktop +recent= +button-icon=xubuntu-logo-menu +button-single-row=false +show-button-title=false +show-button-icon=true +launcher-show-name=true +launcher-show-description=false +launcher-show-tooltip=true +item-icon-size=2 +hover-switch-category=true +category-show-name=true +category-icon-size=1 +load-hierarchy=true +view-as-icons=false +default-category=0 +recent-items-max=10 +favorites-in-recent=true +position-search-alternate=true +position-commands-alternate=true +position-categories-alternate=false +stay-on-focus-out=false +confirm-session-command=true +menu-width=385 +menu-height=463 +menu-opacity=100 +command-settings=xfce4-settings-manager +show-command-settings=false +command-lockscreen=xflock4 +show-command-lockscreen=true +command-switchuser=dm-tool switch-to-greeter +show-command-switchuser=false +command-logoutuser=xfce4-session-logout --logout --fast +show-command-logoutuser=false +command-restart=xfce4-session-logout --reboot --fast +show-command-restart=false +command-shutdown=xfce4-session-logout --halt --fast +show-command-shutdown=true +command-suspend=xfce4-session-logout --suspend +show-command-suspend=true +command-hibernate=xfce4-session-logout --hibernate +show-command-hibernate=false +command-logout=xfce4-session-logout +show-command-logout=true +command-menueditor=menulibre +show-command-menueditor=true +command-profile=mugshot +show-command-profile=true +search-actions=5 + +[action0] +name=Man Pages +pattern=# +command=exo-open --launch TerminalEmulator man %s +regex=false + +[action1] +name=Wikipedia +pattern=!w +command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u +regex=false + +[action2] +name=Run in Terminal +pattern=! +command=exo-open --launch TerminalEmulator %s +regex=false + +[action3] +name=Open URI +pattern=^(file|http|https):\\/\\/(.*)$ +command=exo-open \\0 +regex=true + +[action4] +name=Search for files +pattern=- +command=catfish --path=~ --start %s +regex=false + diff --git a/data/layouts/xfce-4.12/config.txt b/data/layouts/xfce-4.12/config.txt new file mode 100644 index 0000000..5b96cbe --- /dev/null +++ b/data/layouts/xfce-4.12/config.txt @@ -0,0 +1,95 @@ +/configver 2 +/panels [<1>, <2>] +/panels/dark-mode false +/panels/panel-1/autohide-behavior uint32 0 +/panels/panel-1/background-alpha uint32 100 +/panels/panel-1/background-style uint32 0 +/panels/panel-1/disable-struts false +/panels/panel-1/enter-opacity uint32 100 +/panels/panel-1/icon-size uint32 0 +/panels/panel-1/leave-opacity uint32 100 +/panels/panel-1/length uint32 100 +/panels/panel-1/length-adjust true +/panels/panel-1/mode uint32 0 +/panels/panel-1/nrows uint32 1 +/panels/panel-1/plugin-ids [<1>, <2>, <3>, <4>, <5>, <6>, <7>] +/panels/panel-1/position 'p=6;x=0;y=0' +/panels/panel-1/position-locked true +/panels/panel-1/size uint32 30 +/panels/panel-2/autohide-behavior uint32 0 +/panels/panel-2/background-alpha uint32 100 +/panels/panel-2/background-style uint32 0 +/panels/panel-2/disable-struts false +/panels/panel-2/enter-opacity uint32 100 +/panels/panel-2/leave-opacity uint32 100 +/panels/panel-2/length uint32 10 +/panels/panel-2/length-adjust true +/panels/panel-2/mode uint32 0 +/panels/panel-2/nrows uint32 1 +/panels/panel-2/plugin-ids [<8>, <9>, <10>, <11>, <12>, <13>, <14>, <15>] +/panels/panel-2/position 'p=10;x=0;y=0' +/panels/panel-2/position-locked true +/panels/panel-2/size uint32 48 +/plugins/plugin-1 'applicationsmenu' +/plugins/plugin-1/button-icon 'xfce4-panel-menu' +/plugins/plugin-1/button-title 'Applications Menu' +/plugins/plugin-1/show-button-title true +/plugins/plugin-1/show-generic-names false +/plugins/plugin-1/show-menu-icons true +/plugins/plugin-1/show-tooltips false +/plugins/plugin-2 'tasklist' +/plugins/plugin-2/flat-buttons false +/plugins/plugin-2/grouping uint32 0 +/plugins/plugin-2/include-all-monitors true +/plugins/plugin-2/include-all-workspaces false +/plugins/plugin-2/middle-click uint32 0 +/plugins/plugin-2/show-handle true +/plugins/plugin-2/show-labels true +/plugins/plugin-2/show-only-minimized false +/plugins/plugin-2/show-wireframes false +/plugins/plugin-2/sort-order uint32 1 +/plugins/plugin-2/switch-workspace-on-unminimize true +/plugins/plugin-2/window-scrolling true +/plugins/plugin-3 'separator' +/plugins/plugin-3/expand true +/plugins/plugin-3/style uint32 0 +/plugins/plugin-4 'pager' +/plugins/plugin-4/miniature-view true +/plugins/plugin-4/rows uint32 1 +/plugins/plugin-5 'clock' +/plugins/plugin-5/digital-format '%R' +/plugins/plugin-5/mode uint32 2 +/plugins/plugin-5/show-frame true +/plugins/plugin-5/tooltip-format '%A %d %B %Y' +/plugins/plugin-6 'systray' +/plugins/plugin-6/hide-new-items false +/plugins/plugin-6/icon-size 22 +/plugins/plugin-6/menu-is-primary false +/plugins/plugin-6/show-frame true +/plugins/plugin-6/single-row false +/plugins/plugin-6/size-max uint32 22 +/plugins/plugin-6/square-icons false +/plugins/plugin-6/symbolic-icons false +/plugins/plugin-7 'actions' +/plugins/plugin-7/appearance uint32 1 +/plugins/plugin-7/ask-confirmation true +/plugins/plugin-7/button-title uint32 0 +/plugins/plugin-7/items [<'+lock-screen'>, <'+switch-user'>, <'+separator'>, <'+suspend'>, <'-hibernate'>, <'-hybrid-sleep'>, <'-separator'>, <'+shutdown'>, <'-restart'>, <'+separator'>, <'+logout'>, <'-logout-dialog'>] +/plugins/plugin-8 'showdesktop' +/plugins/plugin-9 'separator' +/plugins/plugin-9/expand false +/plugins/plugin-9/style uint32 1 +/plugins/plugin-10 'launcher' +/plugins/plugin-10/items [<'xfce4-terminal-emulator.desktop'>] +/plugins/plugin-11 'launcher' +/plugins/plugin-11/items [<'xfce4-file-manager.desktop'>] +/plugins/plugin-12 'launcher' +/plugins/plugin-12/items [<'xfce4-web-browser.desktop'>] +/plugins/plugin-13 'launcher' +/plugins/plugin-13/items [<'xfce4-appfinder.desktop'>] +/plugins/plugin-14 'separator' +/plugins/plugin-14/expand false +/plugins/plugin-14/style uint32 1 +/plugins/plugin-15 'directorymenu' +/plugins/plugin-15/expand true +/plugins/plugin-15/style uint32 0 \ No newline at end of file diff --git a/data/layouts/xfce-4.12/launcher-10/xfce4-terminal-emulator.desktop b/data/layouts/xfce-4.12/launcher-10/xfce4-terminal-emulator.desktop new file mode 100644 index 0000000..8ba5803 --- /dev/null +++ b/data/layouts/xfce-4.12/launcher-10/xfce4-terminal-emulator.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch TerminalEmulator +Icon=utilities-terminal +StartupNotify=true +Terminal=false +Categories=Utility;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +Name=Terminal Emulator +Comment=Use the command line +X-XFCE-Source=file:///usr/share/applications/xfce4-terminal-emulator.desktop diff --git a/data/layouts/xfce-4.12/launcher-11/xfce4-file-manager.desktop b/data/layouts/xfce-4.12/launcher-11/xfce4-file-manager.desktop new file mode 100644 index 0000000..8c62a03 --- /dev/null +++ b/data/layouts/xfce-4.12/launcher-11/xfce4-file-manager.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch FileManager %u +Icon=system-file-manager +StartupNotify=true +Terminal=false +Categories=Utility;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=inode/directory;x-scheme-handler/trash; +Name=File Manager +Comment=Browse the file system +X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop diff --git a/data/layouts/xfce-4.12/launcher-12/xfce4-web-browser.desktop b/data/layouts/xfce-4.12/launcher-12/xfce4-web-browser.desktop new file mode 100644 index 0000000..6476c62 --- /dev/null +++ b/data/layouts/xfce-4.12/launcher-12/xfce4-web-browser.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch WebBrowser %u +Icon=web-browser +StartupNotify=true +Terminal=false +Categories=Network;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https; +Name=Web Browser +Comment=Browse the web +X-XFCE-Source=file:///usr/share/applications/xfce4-web-browser.desktop diff --git a/data/layouts/xfce-4.12/launcher-13/xfce4-appfinder.desktop b/data/layouts/xfce-4.12/launcher-13/xfce4-appfinder.desktop new file mode 100644 index 0000000..c795ef2 --- /dev/null +++ b/data/layouts/xfce-4.12/launcher-13/xfce4-appfinder.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Exec=xfce4-appfinder +Icon=gtk-find +StartupNotify=true +Terminal=false +Type=Application +Categories=Utility;X-XFCE; +Name=Application Finder +Comment=Find and launch applications installed on your system +X-XFCE-Source=file:///usr/share/applications/xfce4-appfinder.desktop diff --git a/data/layouts/xfce-4.14/config.txt b/data/layouts/xfce-4.14/config.txt new file mode 100644 index 0000000..e8b8fea --- /dev/null +++ b/data/layouts/xfce-4.14/config.txt @@ -0,0 +1,113 @@ +/configver 2 +/panels [<1>, <2>] +/panels/dark-mode false +/panels/panel-1/autohide-behavior uint32 0 +/panels/panel-1/background-alpha uint32 100 +/panels/panel-1/background-style uint32 0 +/panels/panel-1/disable-struts false +/panels/panel-1/enter-opacity uint32 100 +/panels/panel-1/icon-size uint32 0 +/panels/panel-1/leave-opacity uint32 100 +/panels/panel-1/length uint32 100 +/panels/panel-1/length-adjust true +/panels/panel-1/mode uint32 0 +/panels/panel-1/nrows uint32 1 +/panels/panel-1/plugin-ids [<1>, <2>, <3>, <4>, <5>, <6>, <7>, <8>, <9>, <10>, <11>, <12>, <13>] +/panels/panel-1/position 'p=6;x=0;y=0' +/panels/panel-1/position-locked true +/panels/panel-1/size uint32 26 +/panels/panel-2/autohide-behavior uint32 1 +/panels/panel-2/background-alpha uint32 100 +/panels/panel-2/background-style uint32 0 +/panels/panel-2/disable-struts false +/panels/panel-2/enter-opacity uint32 100 +/panels/panel-2/leave-opacity uint32 100 +/panels/panel-2/length uint32 10 +/panels/panel-2/length-adjust true +/panels/panel-2/mode uint32 0 +/panels/panel-2/nrows uint32 1 +/panels/panel-2/plugin-ids [<14>, <15>, <16>, <17>, <18>, <19>, <20>, <21>] +/panels/panel-2/position 'p=10;x=0;y=0' +/panels/panel-2/position-locked true +/panels/panel-2/size uint32 48 +/plugins/plugin-1 'applicationsmenu' +/plugins/plugin-1/button-icon 'xfce4-panel-menu' +/plugins/plugin-1/button-title 'Applications Menu' +/plugins/plugin-1/show-button-title true +/plugins/plugin-1/show-generic-names false +/plugins/plugin-1/show-menu-icons true +/plugins/plugin-1/show-tooltips false +/plugins/plugin-2 'tasklist' +/plugins/plugin-2/flat-buttons false +/plugins/plugin-2/grouping uint32 1 +/plugins/plugin-2/include-all-monitors true +/plugins/plugin-2/include-all-workspaces false +/plugins/plugin-2/middle-click uint32 0 +/plugins/plugin-2/show-handle true +/plugins/plugin-2/show-labels true +/plugins/plugin-2/show-only-minimized false +/plugins/plugin-2/show-wireframes false +/plugins/plugin-2/sort-order uint32 1 +/plugins/plugin-2/switch-workspace-on-unminimize true +/plugins/plugin-2/window-scrolling true +/plugins/plugin-3 'separator' +/plugins/plugin-3/expand true +/plugins/plugin-3/style uint32 0 +/plugins/plugin-4 'pager' +/plugins/plugin-4/miniature-view true +/plugins/plugin-4/rows uint32 1 +/plugins/plugin-5 'separator' +/plugins/plugin-5/expand false +/plugins/plugin-5/style uint32 0 +/plugins/plugin-6 'systray' +/plugins/plugin-6/hide-new-items false +/plugins/plugin-6/icon-size 22 +/plugins/plugin-6/menu-is-primary false +/plugins/plugin-6/show-frame false +/plugins/plugin-6/single-row false +/plugins/plugin-6/size-max uint32 22 +/plugins/plugin-6/square-icons true +/plugins/plugin-6/symbolic-icons false +/plugins/plugin-7 'pulseaudio' +/plugins/plugin-7/enable-keyboard-shortcuts true +/plugins/plugin-7/show-notifications true +/plugins/plugin-8 'power-manager-plugin' +/plugins/plugin-9 'notification-plugin' +/plugins/plugin-10 'separator' +/plugins/plugin-10/expand false +/plugins/plugin-10/style uint32 0 +/plugins/plugin-11 'clock' +/plugins/plugin-11/digital-format '%a %d %b, %R' +/plugins/plugin-11/mode uint32 2 +/plugins/plugin-11/show-frame true +/plugins/plugin-11/tooltip-format '%A %d %B %Y' +/plugins/plugin-12 'separator' +/plugins/plugin-12/expand false +/plugins/plugin-12/style uint32 0 +/plugins/plugin-13 'actions' +/plugins/plugin-13/appearance uint32 1 +/plugins/plugin-13/ask-confirmation true +/plugins/plugin-13/button-title uint32 0 +/plugins/plugin-13/items [<'+lock-screen'>, <'+switch-user'>, <'+separator'>, <'+suspend'>, <'-hibernate'>, <'-hybrid-sleep'>, <'-separator'>, <'+shutdown'>, <'-restart'>, <'+separator'>, <'+logout'>, <'-logout-dialog'>] +/plugins/plugin-14 'showdesktop' +/plugins/plugin-15 'separator' +/plugins/plugin-15/expand false +/plugins/plugin-15/style uint32 1 +/plugins/plugin-16 'launcher' +/plugins/plugin-16/items [<'xfce4-terminal-emulator.desktop'>] +/plugins/plugin-17 'launcher' +/plugins/plugin-17/items [<'xfce4-file-manager.desktop'>] +/plugins/plugin-18 'launcher' +/plugins/plugin-18/items [<'xfce4-web-browser.desktop'>] +/plugins/plugin-19 'launcher' +/plugins/plugin-19/items [<'xfce4-appfinder.desktop'>] +/plugins/plugin-20 'separator' +/plugins/plugin-20/expand false +/plugins/plugin-20/style uint32 1 +/plugins/plugin-21 'directorymenu' +/plugins/plugin-21/expand true +/plugins/plugin-21/new-document true +/plugins/plugin-21/new-folder true +/plugins/plugin-21/open-folder true +/plugins/plugin-21/open-in-terminal true +/plugins/plugin-21/style uint32 0 \ No newline at end of file diff --git a/data/layouts/xfce-4.14/launcher-16/xfce4-terminal-emulator.desktop b/data/layouts/xfce-4.14/launcher-16/xfce4-terminal-emulator.desktop new file mode 100644 index 0000000..8ba5803 --- /dev/null +++ b/data/layouts/xfce-4.14/launcher-16/xfce4-terminal-emulator.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch TerminalEmulator +Icon=utilities-terminal +StartupNotify=true +Terminal=false +Categories=Utility;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +Name=Terminal Emulator +Comment=Use the command line +X-XFCE-Source=file:///usr/share/applications/xfce4-terminal-emulator.desktop diff --git a/data/layouts/xfce-4.14/launcher-17/xfce4-file-manager.desktop b/data/layouts/xfce-4.14/launcher-17/xfce4-file-manager.desktop new file mode 100644 index 0000000..8c62a03 --- /dev/null +++ b/data/layouts/xfce-4.14/launcher-17/xfce4-file-manager.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch FileManager %u +Icon=system-file-manager +StartupNotify=true +Terminal=false +Categories=Utility;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=inode/directory;x-scheme-handler/trash; +Name=File Manager +Comment=Browse the file system +X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop diff --git a/data/layouts/xfce-4.14/launcher-18/xfce4-web-browser.desktop b/data/layouts/xfce-4.14/launcher-18/xfce4-web-browser.desktop new file mode 100644 index 0000000..6476c62 --- /dev/null +++ b/data/layouts/xfce-4.14/launcher-18/xfce4-web-browser.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch WebBrowser %u +Icon=web-browser +StartupNotify=true +Terminal=false +Categories=Network;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https; +Name=Web Browser +Comment=Browse the web +X-XFCE-Source=file:///usr/share/applications/xfce4-web-browser.desktop diff --git a/data/layouts/xfce-4.14/launcher-19/xfce4-appfinder.desktop b/data/layouts/xfce-4.14/launcher-19/xfce4-appfinder.desktop new file mode 100644 index 0000000..c795ef2 --- /dev/null +++ b/data/layouts/xfce-4.14/launcher-19/xfce4-appfinder.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Exec=xfce4-appfinder +Icon=gtk-find +StartupNotify=true +Terminal=false +Type=Application +Categories=Utility;X-XFCE; +Name=Application Finder +Comment=Find and launch applications installed on your system +X-XFCE-Source=file:///usr/share/applications/xfce4-appfinder.desktop diff --git a/data/layouts/xfce-4.16/config.txt b/data/layouts/xfce-4.16/config.txt new file mode 100644 index 0000000..547ed9d --- /dev/null +++ b/data/layouts/xfce-4.16/config.txt @@ -0,0 +1,102 @@ +/configver 2 +/panels [<1>, <2>] +/panels/dark-mode true +/panels/panel-1/autohide-behavior uint32 0 +/panels/panel-1/enter-opacity uint32 100 +/panels/panel-1/icon-size uint32 16 +/panels/panel-1/leave-opacity uint32 100 +/panels/panel-1/length uint32 100 +/panels/panel-1/nrows uint32 1 +/panels/panel-1/plugin-ids [<1>, <2>, <3>, <4>, <5>, <6>, <7>, <8>, <9>, <10>, <11>, <12>, <13>] +/panels/panel-1/position 'p=6;x=0;y=0' +/panels/panel-1/position-locked true +/panels/panel-1/size uint32 26 +/panels/panel-2/autohide-behavior uint32 1 +/panels/panel-2/background-style uint32 0 +/panels/panel-2/enter-opacity uint32 100 +/panels/panel-2/icon-size uint32 0 +/panels/panel-2/leave-opacity uint32 100 +/panels/panel-2/length uint32 10 +/panels/panel-2/length-adjust true +/panels/panel-2/mode uint32 0 +/panels/panel-2/nrows uint32 1 +/panels/panel-2/plugin-ids [<14>, <15>, <16>, <17>, <18>, <19>, <20>, <21>] +/panels/panel-2/position 'p=10;x=0;y=0' +/panels/panel-2/position-locked true +/panels/panel-2/size uint32 48 +/plugins/plugin-1 'applicationsmenu' +/plugins/plugin-1/button-icon 'xfce4-panel-menu' +/plugins/plugin-1/button-title 'Applications' +/plugins/plugin-1/show-button-title true +/plugins/plugin-1/show-generic-names false +/plugins/plugin-1/show-menu-icons true +/plugins/plugin-1/show-tooltips false +/plugins/plugin-2 'tasklist' +/plugins/plugin-2/flat-buttons false +/plugins/plugin-2/grouping uint32 1 +/plugins/plugin-2/include-all-monitors true +/plugins/plugin-2/include-all-workspaces false +/plugins/plugin-2/middle-click uint32 0 +/plugins/plugin-2/show-handle true +/plugins/plugin-2/show-labels true +/plugins/plugin-2/show-only-minimized false +/plugins/plugin-2/show-wireframes false +/plugins/plugin-2/sort-order uint32 1 +/plugins/plugin-2/switch-workspace-on-unminimize true +/plugins/plugin-2/window-scrolling true +/plugins/plugin-3 'separator' +/plugins/plugin-3/expand true +/plugins/plugin-3/style uint32 0 +/plugins/plugin-4 'pager' +/plugins/plugin-4/miniature-view true +/plugins/plugin-4/rows uint32 1 +/plugins/plugin-5 'separator' +/plugins/plugin-5/expand false +/plugins/plugin-5/style uint32 0 +/plugins/plugin-6 'systray' +/plugins/plugin-6/hide-new-items false +/plugins/plugin-6/icon-size 22 +/plugins/plugin-6/menu-is-primary false +/plugins/plugin-6/single-row false +/plugins/plugin-6/square-icons true +/plugins/plugin-6/symbolic-icons false +/plugins/plugin-7 'pulseaudio' +/plugins/plugin-7/enable-keyboard-shortcuts true +/plugins/plugin-7/show-notifications true +/plugins/plugin-8 'power-manager-plugin' +/plugins/plugin-9 'notification-plugin' +/plugins/plugin-10 'separator' +/plugins/plugin-10/expand false +/plugins/plugin-10/style uint32 0 +/plugins/plugin-11 'clock' +/plugins/plugin-11/digital-format '%a %d %b, %R' +/plugins/plugin-11/mode uint32 2 +/plugins/plugin-11/tooltip-format '%A %d %B %Y' +/plugins/plugin-12 'separator' +/plugins/plugin-12/expand false +/plugins/plugin-12/style uint32 0 +/plugins/plugin-13 'actions' +/plugins/plugin-13/appearance uint32 1 +/plugins/plugin-13/ask-confirmation true +/plugins/plugin-13/button-title uint32 0 +/plugins/plugin-13/items [<'+lock-screen'>, <'+switch-user'>, <'+separator'>, <'+suspend'>, <'-hibernate'>, <'-hybrid-sleep'>, <'-separator'>, <'+shutdown'>, <'-restart'>, <'+separator'>, <'+logout'>, <'-logout-dialog'>] +/plugins/plugin-14 'showdesktop' +/plugins/plugin-15 'separator' +/plugins/plugin-15/expand false +/plugins/plugin-15/style uint32 1 +/plugins/plugin-16 'launcher' +/plugins/plugin-16/items [<'xfce4-terminal-emulator.desktop'>] +/plugins/plugin-17 'launcher' +/plugins/plugin-17/items [<'xfce4-file-manager.desktop'>] +/plugins/plugin-18 'launcher' +/plugins/plugin-18/items [<'xfce4-web-browser.desktop'>] +/plugins/plugin-19 'launcher' +/plugins/plugin-19/items [<'xfce4-appfinder.desktop'>] +/plugins/plugin-20 'separator' +/plugins/plugin-20/expand false +/plugins/plugin-20/style uint32 1 +/plugins/plugin-21 'directorymenu' +/plugins/plugin-21/new-document true +/plugins/plugin-21/new-folder true +/plugins/plugin-21/open-folder true +/plugins/plugin-21/open-in-terminal true \ No newline at end of file diff --git a/data/layouts/xfce-4.16/launcher-16/xfce4-terminal-emulator.desktop b/data/layouts/xfce-4.16/launcher-16/xfce4-terminal-emulator.desktop new file mode 100644 index 0000000..5daa0c8 --- /dev/null +++ b/data/layouts/xfce-4.16/launcher-16/xfce4-terminal-emulator.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch TerminalEmulator +Icon=org.xfce.terminalemulator +StartupNotify=true +Terminal=false +Categories=Utility;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-AppStream-Ignore=True +Name=Terminal Emulator +Comment=Use the command line +X-XFCE-Source=file:///usr/share/applications/xfce4-terminal-emulator.desktop diff --git a/data/layouts/xfce-4.16/launcher-17/xfce4-file-manager.desktop b/data/layouts/xfce-4.16/launcher-17/xfce4-file-manager.desktop new file mode 100644 index 0000000..b6dd1b5 --- /dev/null +++ b/data/layouts/xfce-4.16/launcher-17/xfce4-file-manager.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch FileManager %u +Icon=org.xfce.filemanager +StartupNotify=true +Terminal=false +Categories=Utility;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=inode/directory;x-scheme-handler/trash; +X-AppStream-Ignore=True +Name=File Manager +Comment=Browse the file system +X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop diff --git a/data/layouts/xfce-4.16/launcher-18/xfce4-web-browser.desktop b/data/layouts/xfce-4.16/launcher-18/xfce4-web-browser.desktop new file mode 100644 index 0000000..96042ba --- /dev/null +++ b/data/layouts/xfce-4.16/launcher-18/xfce4-web-browser.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch WebBrowser %u +Icon=org.xfce.webbrowser +StartupNotify=true +Terminal=false +Categories=Network;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https; +X-AppStream-Ignore=True +Name=Web Browser +Comment=Browse the web +X-XFCE-Source=file:///usr/share/applications/xfce4-web-browser.desktop diff --git a/data/layouts/xfce-4.16/launcher-19/xfce4-appfinder.desktop b/data/layouts/xfce-4.16/launcher-19/xfce4-appfinder.desktop new file mode 100644 index 0000000..9306ddc --- /dev/null +++ b/data/layouts/xfce-4.16/launcher-19/xfce4-appfinder.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Exec=xfce4-appfinder +Icon=org.xfce.appfinder +StartupNotify=true +Terminal=false +Type=Application +Categories=Utility;X-XFCE; +Name=Application Finder +Comment=Find and launch applications installed on your system +Keywords=program;applications;bookmarks; +X-XFCE-Source=file:///usr/share/applications/xfce4-appfinder.desktop diff --git a/data/layouts/xubuntu-12.04/config.txt b/data/layouts/xubuntu-12.04/config.txt new file mode 100644 index 0000000..0ead649 --- /dev/null +++ b/data/layouts/xubuntu-12.04/config.txt @@ -0,0 +1,149 @@ +/configver 2 +/panels uint32 2 +/panels/dark-mode false +/panels/panel-0/autohide-behavior uint32 0 +/panels/panel-0/background-alpha uint32 100 +/panels/panel-0/background-style uint32 0 +/panels/panel-0/disable-struts false +/panels/panel-0/enter-opacity uint32 100 +/panels/panel-0/leave-opacity uint32 100 +/panels/panel-0/length uint32 100 +/panels/panel-0/length-adjust true +/panels/panel-0/mode uint32 0 +/panels/panel-0/nrows uint32 1 +/panels/panel-0/plugin-ids [<1>, <2>, <3>, <4>, <5>, <6>, <7>, <8>, <9>, <10>, <11>] +/panels/panel-0/position 'p=6;x=0;y=0' +/panels/panel-0/position-locked true +/panels/panel-0/size uint32 24 +/panels/panel-0/span-monitors false +/panels/panel-1/autohide-behavior uint32 2 +/panels/panel-1/background-alpha uint32 15 +/panels/panel-1/background-rgba [<0.28627450980392155>, <0.28627450980392155>, <0.28627450980392155>, <0.14999999999999999>] +/panels/panel-1/background-style uint32 1 +/panels/panel-1/disable-struts false +/panels/panel-1/enter-opacity uint32 100 +/panels/panel-1/icon-size uint32 0 +/panels/panel-1/leave-opacity uint32 100 +/panels/panel-1/length uint32 100 +/panels/panel-1/length-adjust true +/panels/panel-1/mode uint32 0 +/panels/panel-1/nrows uint32 1 +/panels/panel-1/plugin-ids [<12>, <13>, <14>, <15>, <16>, <17>, <18>, <19>, <20>, <21>, <22>, <23>, <24>, <25>, <26>] +/panels/panel-1/position 'p=8;x=960;y=1176' +/panels/panel-1/position-locked true +/panels/panel-1/size uint32 46 +/plugins/plugin-1 'applicationsmenu' +/plugins/plugin-1/button-icon 'xubuntu-logo-menu' +/plugins/plugin-1/button-title 'Applications' +/plugins/plugin-1/custom-menu false +/plugins/plugin-1/show-button-title false +/plugins/plugin-1/show-generic-names false +/plugins/plugin-1/show-menu-icons true +/plugins/plugin-1/show-tooltips true +/plugins/plugin-2 'tasklist' +/plugins/plugin-2/flat-buttons true +/plugins/plugin-2/grouping uint32 0 +/plugins/plugin-2/include-all-monitors true +/plugins/plugin-2/include-all-workspaces false +/plugins/plugin-2/middle-click uint32 0 +/plugins/plugin-2/show-button-type 1 +/plugins/plugin-2/show-handle true +/plugins/plugin-2/show-labels true +/plugins/plugin-2/show-only-minimized false +/plugins/plugin-2/show-wireframes false +/plugins/plugin-2/sort-order uint32 1 +/plugins/plugin-2/switch-workspace-on-unminimize true +/plugins/plugin-2/window-scrolling true +/plugins/plugin-3 'separator' +/plugins/plugin-3/expand true +/plugins/plugin-3/style uint32 0 +/plugins/plugin-4 'systray' +/plugins/plugin-4/hide-new-items false +/plugins/plugin-4/icon-size 22 +/plugins/plugin-4/menu-is-primary false +/plugins/plugin-4/show-frame false +/plugins/plugin-4/single-row false +/plugins/plugin-4/size-max uint32 22 +/plugins/plugin-4/square-icons false +/plugins/plugin-4/symbolic-icons false +/plugins/plugin-5 'indicator' +/plugins/plugin-5/align-left false +/plugins/plugin-5/mode-whitelist false +/plugins/plugin-5/single-row false +/plugins/plugin-5/square-icons false +/plugins/plugin-6 'separator' +/plugins/plugin-6/expand false +/plugins/plugin-6/style uint32 0 +/plugins/plugin-7 'clock' +/plugins/plugin-7/digital-format '%a, %d %b %H:%M' +/plugins/plugin-7/expand false +/plugins/plugin-7/mode uint32 2 +/plugins/plugin-7/style uint32 0 +/plugins/plugin-7/tooltip-format '%A %d %B %Y' +/plugins/plugin-8 'separator' +/plugins/plugin-8/expand false +/plugins/plugin-8/style uint32 0 +/plugins/plugin-9 'pager' +/plugins/plugin-9/miniature-view true +/plugins/plugin-9/rows uint32 1 +/plugins/plugin-9/show-names false +/plugins/plugin-9/workspace-scrolling false +/plugins/plugin-10 'separator' +/plugins/plugin-10/expand false +/plugins/plugin-10/style uint32 0 +/plugins/plugin-11 'actions' +/plugins/plugin-11/appearance uint32 1 +/plugins/plugin-11/ask-confirmation true +/plugins/plugin-11/button-title uint32 0 +/plugins/plugin-11/items [<'+lock-screen'>, <'+switch-user'>, <'+separator'>, <'+suspend'>, <'-hibernate'>, <'-hybrid-sleep'>, <'-separator'>, <'+shutdown'>, <'-restart'>, <'+separator'>, <'+logout'>, <'-logout-dialog'>] +/plugins/plugin-11/mode uint32 2 +/plugins/plugin-11/show-frame true +/plugins/plugin-12 'separator' +/plugins/plugin-12/expand true +/plugins/plugin-12/style uint32 0 +/plugins/plugin-13 'showdesktop' +/plugins/plugin-13/expand true +/plugins/plugin-13/flat-buttons false +/plugins/plugin-13/grouping uint32 0 +/plugins/plugin-13/include-all-monitors true +/plugins/plugin-13/include-all-workspaces false +/plugins/plugin-13/show-handle true +/plugins/plugin-13/show-labels true +/plugins/plugin-13/show-only-minimized false +/plugins/plugin-13/show-wireframes false +/plugins/plugin-13/sort-order uint32 1 +/plugins/plugin-13/style uint32 0 +/plugins/plugin-13/switch-workspace-on-unminimize true +/plugins/plugin-13/window-scrolling true +/plugins/plugin-14 'separator' +/plugins/plugin-14/expand false +/plugins/plugin-14/show-handle false +/plugins/plugin-14/style uint32 1 +/plugins/plugin-15 'launcher' +/plugins/plugin-15/items [<'xfce4-web-browser.desktop'>] +/plugins/plugin-16 'launcher' +/plugins/plugin-16/items [<'xfce4-mail-reader.desktop'>] +/plugins/plugin-17 'launcher' +/plugins/plugin-17/items [<'xfce4-terminal-emulator.desktop'>] +/plugins/plugin-18 'launcher' +/plugins/plugin-18/items [<'xfce4-settings-manager.desktop'>] +/plugins/plugin-19 'launcher' +/plugins/plugin-19/items [<'xfce4-appfinder.desktop'>] +/plugins/plugin-20 'launcher' +/plugins/plugin-20/items [<'gnome-software.desktop'>] +/plugins/plugin-21 'launcher' +/plugins/plugin-21/items [<'libreoffice-writer.desktop'>] +/plugins/plugin-22 'launcher' +/plugins/plugin-22/items [<'gimp.desktop'>] +/plugins/plugin-23 'separator' +/plugins/plugin-23/expand false +/plugins/plugin-23/style uint32 1 +/plugins/plugin-24 'directorymenu' +/plugins/plugin-24/new-document true +/plugins/plugin-24/new-folder true +/plugins/plugin-24/open-folder true +/plugins/plugin-24/open-in-terminal true +/plugins/plugin-25 'thunar-tpa' +/plugins/plugin-25 'separator' +/plugins/plugin-26/expand true +/plugins/plugin-26/style uint32 0 \ No newline at end of file diff --git a/data/layouts/xubuntu-12.04/launcher-15/xfce4-web-browser.desktop b/data/layouts/xubuntu-12.04/launcher-15/xfce4-web-browser.desktop new file mode 100644 index 0000000..62d7086 --- /dev/null +++ b/data/layouts/xubuntu-12.04/launcher-15/xfce4-web-browser.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch WebBrowser %u +Icon=web-browser +StartupNotify=false +Terminal=false +Categories=Network;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=x-scheme-handler/http;x-scheme-handler/https; +Name=Web Browser +Comment=Browse the web +X-XFCE-Source=file:///usr/share/applications/xfce4-web-browser.desktop diff --git a/data/layouts/xubuntu-12.04/launcher-16/xfce4-mail-reader.desktop b/data/layouts/xubuntu-12.04/launcher-16/xfce4-mail-reader.desktop new file mode 100644 index 0000000..b45e182 --- /dev/null +++ b/data/layouts/xubuntu-12.04/launcher-16/xfce4-mail-reader.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch MailReader %u +Icon=internet-mail +StartupNotify=false +Terminal=false +Categories=Network;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +X-XFCE-MimeType=x-scheme-handler/mailto; +Name=Mail Reader +Comment=Read your email +X-XFCE-Source=file:///usr/share/applications/xfce4-mail-reader.desktop diff --git a/data/layouts/xubuntu-12.04/launcher-17/xfce4-terminal-emulator.desktop b/data/layouts/xubuntu-12.04/launcher-17/xfce4-terminal-emulator.desktop new file mode 100644 index 0000000..afd564b --- /dev/null +++ b/data/layouts/xubuntu-12.04/launcher-17/xfce4-terminal-emulator.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Exec=exo-open --launch TerminalEmulator +Icon=utilities-terminal +StartupNotify=false +Terminal=false +Categories=Utility;X-XFCE;X-Xfce-Toplevel; +OnlyShowIn=XFCE; +Name=Terminal Emulator +Comment=Use the command line +X-XFCE-Source=file:///usr/share/applications/xfce4-terminal-emulator.desktop diff --git a/data/layouts/xubuntu-12.04/launcher-18/xfce4-settings-manager.desktop b/data/layouts/xubuntu-12.04/launcher-18/xfce4-settings-manager.desktop new file mode 100644 index 0000000..90fcdd5 --- /dev/null +++ b/data/layouts/xubuntu-12.04/launcher-18/xfce4-settings-manager.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Settings Manager +Comment=Graphical Settings Manager for Xfce 4 +Exec=xfce4-settings-manager +Icon=preferences-desktop +Terminal=false +Type=Application +Categories=X-XFCE;Settings;DesktopSettings; +OnlyShowIn=XFCE; +X-XfceSettingsManagerHidden=true +X-XFCE-Source=file:///usr/share/applications/xfce-settings-manager.desktop diff --git a/data/layouts/xubuntu-12.04/launcher-19/xfce4-appfinder.desktop b/data/layouts/xubuntu-12.04/launcher-19/xfce4-appfinder.desktop new file mode 100644 index 0000000..8094a36 --- /dev/null +++ b/data/layouts/xubuntu-12.04/launcher-19/xfce4-appfinder.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Name=Application Finder +Comment=Find and launch applications installed on your system +Exec=xfce4-appfinder +Icon=xfce4-appfinder +StartupNotify=true +Terminal=false +Type=Application +Categories=X-XFCE;Utility; +X-XFCE-Source=file:///usr/share/applications/xfce4-appfinder.desktop diff --git a/data/layouts/xubuntu-12.04/launcher-20/gnome-software.desktop b/data/layouts/xubuntu-12.04/launcher-20/gnome-software.desktop new file mode 100644 index 0000000..3d30a31 --- /dev/null +++ b/data/layouts/xubuntu-12.04/launcher-20/gnome-software.desktop @@ -0,0 +1,18 @@ +[Desktop Entry] +Name=Software +Comment=Add, remove or update software on this computer +Icon=org.gnome.Software +Exec=gnome-software %U +Terminal=false +Type=Application +Categories=GNOME;GTK;System;PackageManager; +Keywords=Updates;Upgrade;Sources;Repositories;Preferences;Install;Uninstall;Program;Software;App;Store; +StartupNotify=true +MimeType=x-scheme-handler/appstream;x-scheme-handler/apt;x-scheme-handler/snap; +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=gnome-software +X-GNOME-Bugzilla-Component=gnome-software +X-GNOME-UsesNotifications=true +DBusActivatable=true +X-Ubuntu-Gettext-Domain=gnome-software +X-XFCE-Source=file:///usr/share/applications/org.gnome.Software.desktop diff --git a/data/layouts/xubuntu-12.04/launcher-21/libreoffice-writer.desktop b/data/layouts/xubuntu-12.04/launcher-21/libreoffice-writer.desktop new file mode 100644 index 0000000..985b4e3 --- /dev/null +++ b/data/layouts/xubuntu-12.04/launcher-21/libreoffice-writer.desktop @@ -0,0 +1,27 @@ +[Desktop Entry] +Version=1.0 +Terminal=false +Icon=libreoffice-writer +Type=Application +Categories=Office;WordProcessor; +Exec=libreoffice --writer %U +MimeType=application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.oasis.opendocument.text-web;application/vnd.oasis.opendocument.text-master;application/vnd.oasis.opendocument.text-master-template;application/vnd.sun.xml.writer;application/vnd.sun.xml.writer.template;application/vnd.sun.xml.writer.global;application/msword;application/vnd.ms-word;application/x-doc;application/x-hwp;application/rtf;text/rtf;application/vnd.wordperfect;application/wordperfect;application/vnd.lotus-wordpro;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.ms-word.document.macroEnabled.12;application/vnd.openxmlformats-officedocument.wordprocessingml.template;application/vnd.ms-word.template.macroEnabled.12;application/vnd.ms-works;application/vnd.stardivision.writer-global;application/x-extension-txt;application/x-t602;text/plain;application/vnd.oasis.opendocument.text-flat-xml;application/x-fictionbook+xml;application/macwriteii;application/x-aportisdoc;application/prs.plucker;application/vnd.palm;application/clarisworks;application/x-sony-bbeb;application/x-abiword;application/x-iwork-pages-sffpages;application/x-mswrite;application/x-starwriter; +Name=LibreOffice Writer +GenericName=Word Processor +GenericName[en]=Word Processor +Comment=Create and edit text and graphics in letters, reports, documents and Web pages by using Writer. +Comment[en]=Create and edit text and images in letters, reports, documents and Web pages by using Writer. +StartupNotify=true +X-GIO-NoFuse=true +Keywords=Text;Letter;Fax;Document;OpenDocument Text;Microsoft Word;Microsoft Works;Lotus WordPro;OpenOffice Writer;CV;odt;doc;docx;rtf; +InitialPreference=5 +StartupWMClass=libreoffice-writer +X-KDE-Protocols=file,http,ftp,webdav,webdavs +Actions=NewDocument; +X-XFCE-Source=file:///usr/share/applications/libreoffice-writer.desktop + +[Desktop Action NewDocument] +Name=New Document +Name[en]=New Document +Icon=libreoffice-document-new +Exec=libreoffice --writer diff --git a/data/layouts/xubuntu-12.04/launcher-22/gimp.desktop b/data/layouts/xubuntu-12.04/launcher-22/gimp.desktop new file mode 100644 index 0000000..60bafae --- /dev/null +++ b/data/layouts/xubuntu-12.04/launcher-22/gimp.desktop @@ -0,0 +1,19 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=GNU Image Manipulation Program +GenericName=Image Editor +Comment=Create images and edit photographs +Keywords=GIMP;graphic;design;illustration;painting; +Exec=gimp %U +TryExec=gimp +Icon=gimp +Terminal=false +Categories=Graphics;2DGraphics;RasterGraphics;GTK; +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=GIMP +X-GNOME-Bugzilla-Component=General +StartupNotify=true +MimeType=image/bmp;image/g3fax;image/gif;image/x-fits;image/x-pcx;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sgi;image/x-tga;image/x-xbitmap;image/x-xwindowdump;image/x-xcf;image/x-compressed-xcf;image/x-gimp-gbr;image/x-gimp-pat;image/x-gimp-gih;image/tiff;image/jpeg;image/x-psp;application/postscript;image/png;image/x-icon;image/x-xpixmap;image/x-exr;image/x-webp;image/heif;image/heic;image/svg+xml;application/pdf;image/x-wmf;image/jp2;image/x-xcursor; +X-Ubuntu-Gettext-Domain=gimp20 +X-XFCE-Source=file:///usr/share/applications/gimp.desktop \ No newline at end of file diff --git a/data/layouts/xubuntu-14.04/config.txt b/data/layouts/xubuntu-14.04/config.txt new file mode 100644 index 0000000..c298988 --- /dev/null +++ b/data/layouts/xubuntu-14.04/config.txt @@ -0,0 +1,70 @@ +/configver 2 +/panels uint32 1 +/panels/dark-mode false +/panels/panel-0/autohide-behavior uint32 0 +/panels/panel-0/background-alpha uint32 80 +/panels/panel-0/background-style uint32 0 +/panels/panel-0/disable-struts false +/panels/panel-0/enter-opacity uint32 100 +/panels/panel-0/icon-size uint32 0 +/panels/panel-0/leave-opacity uint32 100 +/panels/panel-0/length uint32 100 +/panels/panel-0/length-adjust true +/panels/panel-0/mode uint32 0 +/panels/panel-0/nrows uint32 1 +/panels/panel-0/plugin-ids [<1>, <2>, <3>, <4>, <5>, <6>, <7>, <8>] +/panels/panel-0/position 'p=6;x=0;y=0' +/panels/panel-0/position-locked true +/panels/panel-0/size uint32 24 +/panels/panel-0/span-monitors false +/plugins/plugin-1 'whiskermenu' +/plugins/plugin-1/button-icon 'xfce4-panel-menu' +/plugins/plugin-1/button-title 'Applications' +/plugins/plugin-1/custom-menu false +/plugins/plugin-1/show-button-title true +/plugins/plugin-1/show-generic-names false +/plugins/plugin-1/show-menu-icons true +/plugins/plugin-1/show-tooltips false +/plugins/plugin-2 'tasklist' +/plugins/plugin-2/flat-buttons true +/plugins/plugin-2/grouping uint32 0 +/plugins/plugin-2/include-all-monitors true +/plugins/plugin-2/include-all-workspaces false +/plugins/plugin-2/middle-click uint32 0 +/plugins/plugin-2/show-button-type 1 +/plugins/plugin-2/show-handle true +/plugins/plugin-2/show-labels true +/plugins/plugin-2/show-only-minimized false +/plugins/plugin-2/show-wireframes false +/plugins/plugin-2/sort-order uint32 1 +/plugins/plugin-2/switch-workspace-on-unminimize true +/plugins/plugin-2/window-scrolling true +/plugins/plugin-3 'separator' +/plugins/plugin-3/expand true +/plugins/plugin-3/style uint32 0 +/plugins/plugin-4 'systray' +/plugins/plugin-4/hide-new-items false +/plugins/plugin-4/icon-size 22 +/plugins/plugin-4/menu-is-primary false +/plugins/plugin-4/show-frame false +/plugins/plugin-4/single-row false +/plugins/plugin-4/size-max uint32 22 +/plugins/plugin-4/square-icons false +/plugins/plugin-4/symbolic-icons false +/plugins/plugin-5 'power-manager-plugin' +/plugins/plugin-6 'indicator' +/plugins/plugin-6/align-left false +/plugins/plugin-6/mode-whitelist false +/plugins/plugin-6/single-row false +/plugins/plugin-6/square-icons false +/plugins/plugin-6/style uint32 0 +/plugins/plugin-7 'separator' +/plugins/plugin-7/expand false +/plugins/plugin-7/style uint32 0 +/plugins/plugin-8 'clock' +/plugins/plugin-8/digital-format '%d %b, %H:%M' +/plugins/plugin-8/mode uint32 2 +/plugins/plugin-8/show-frame true +/plugins/plugin-8/size-max uint32 22 +/plugins/plugin-8/style uint32 0 +/plugins/plugin-8/tooltip-format '%A %d %B %Y' \ No newline at end of file diff --git a/data/layouts/xubuntu-14.04/whiskermenu-1.rc b/data/layouts/xubuntu-14.04/whiskermenu-1.rc new file mode 100644 index 0000000..dcf1b8d --- /dev/null +++ b/data/layouts/xubuntu-14.04/whiskermenu-1.rc @@ -0,0 +1,80 @@ +favorites=xfce4-web-browser.desktop,xfce4-mail-reader.desktop,xfce4-file-manager.desktop,libreoffice-writer.desktop,libreoffice-calc.desktop,pidgin.desktop,org.gnome.Software.desktop,xfce4-terminal-emulator.desktop,xfhelp4.desktop +recent= +button-icon=xubuntu-logo-menu +button-single-row=false +show-button-title=false +show-button-icon=true +launcher-show-name=true +launcher-show-description=false +launcher-show-tooltip=true +item-icon-size=1 +hover-switch-category=false +category-show-name=true +category-icon-size=0 +load-hierarchy=true +view-as-icons=false +default-category=0 +recent-items-max=10 +favorites-in-recent=true +position-search-alternate=true +position-commands-alternate=false +position-categories-alternate=false +stay-on-focus-out=false +confirm-session-command=true +menu-width=450 +menu-height=500 +menu-opacity=100 +command-settings=xfce4-settings-manager +show-command-settings=true +command-lockscreen=xflock4 +show-command-lockscreen=true +command-switchuser=dm-tool switch-to-greeter +show-command-switchuser=false +command-logoutuser=xfce4-session-logout --logout --fast +show-command-logoutuser=false +command-restart=xfce4-session-logout --reboot --fast +show-command-restart=false +command-shutdown=xfce4-session-logout --halt --fast +show-command-shutdown=false +command-suspend=xfce4-session-logout --suspend +show-command-suspend=false +command-hibernate=xfce4-session-logout --hibernate +show-command-hibernate=false +command-logout=xfce4-session-logout +show-command-logout=true +command-menueditor=menulibre +show-command-menueditor=true +command-profile=mugshot +show-command-profile=true +search-actions=5 + +[action0] +name=Man Pages +pattern=# +command=exo-open --launch TerminalEmulator man %s +regex=false + +[action1] +name=Wikipedia +pattern=!w +command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u +regex=false + +[action2] +name=Run in Terminal +pattern=! +command=exo-open --launch TerminalEmulator %s +regex=false + +[action3] +name=Open URI +pattern=^(file|http|https):\\/\\/(.*)$ +command=exo-open \\0 +regex=true + +[action4] +name=Search for files +pattern=- +command=catfish --path=~ --start %s +regex=false + diff --git a/data/layouts/xubuntu-18.04/config.txt b/data/layouts/xubuntu-18.04/config.txt new file mode 100644 index 0000000..3a7b70f --- /dev/null +++ b/data/layouts/xubuntu-18.04/config.txt @@ -0,0 +1,76 @@ +/configver 2 +/panels uint32 1 +/panels/panel-0/autohide-behavior uint32 0 +/panels/panel-0/background-alpha uint32 80 +/panels/panel-0/background-style uint32 0 +/panels/panel-0/disable-struts false +/panels/panel-0/enter-opacity uint32 100 +/panels/panel-0/leave-opacity uint32 100 +/panels/panel-0/length uint32 100 +/panels/panel-0/length-adjust true +/panels/panel-0/mode uint32 0 +/panels/panel-0/nrows uint32 1 +/panels/panel-0/plugin-ids [<1>, <2>, <3>, <4>, <5>, <6>, <7>, <8>, <9>, <10>] +/panels/panel-0/position 'p=6;x=0;y=0' +/panels/panel-0/position-locked true +/panels/panel-0/size uint32 24 +/panels/panel-0/span-monitors false +/plugins/plugin-1 'whiskermenu' +/plugins/plugin-1/button-icon 'xfce4-panel-menu' +/plugins/plugin-1/button-title 'Applications' +/plugins/plugin-1/custom-menu false +/plugins/plugin-1/show-button-title true +/plugins/plugin-1/show-generic-names false +/plugins/plugin-1/show-menu-icons true +/plugins/plugin-1/show-tooltips false +/plugins/plugin-2 'tasklist' +/plugins/plugin-2/flat-buttons true +/plugins/plugin-2/grouping uint32 0 +/plugins/plugin-2/include-all-monitors true +/plugins/plugin-2/include-all-workspaces false +/plugins/plugin-2/middle-click uint32 0 +/plugins/plugin-2/show-button-type 1 +/plugins/plugin-2/show-handle true +/plugins/plugin-2/show-labels true +/plugins/plugin-2/show-only-minimized false +/plugins/plugin-2/show-wireframes false +/plugins/plugin-2/sort-order uint32 1 +/plugins/plugin-2/switch-workspace-on-unminimize true +/plugins/plugin-2/window-scrolling true +/plugins/plugin-3 'separator' +/plugins/plugin-3/expand true +/plugins/plugin-3/style uint32 0 +/plugins/plugin-4 'systray' +/plugins/plugin-4/hide-new-items false +/plugins/plugin-4/icon-size 22 +/plugins/plugin-4/menu-is-primary true +/plugins/plugin-4/show-frame false +/plugins/plugin-4/single-row false +/plugins/plugin-4/size-max uint32 22 +/plugins/plugin-4/square-icons false +/plugins/plugin-4/symbolic-icons true +/plugins/plugin-5 'notification-plugin' +/plugins/plugin-6 'indicator' +/plugins/plugin-6/align-left false +/plugins/plugin-6/mode-whitelist false +/plugins/plugin-6/single-row false +/plugins/plugin-6/square-icons false +/plugins/plugin-6/style uint32 0 +/plugins/plugin-7 'power-manager-plugin' +/plugins/plugin-8 'pulseaudio' +/plugins/plugin-8/enable-keyboard-shortcuts true +/plugins/plugin-8/enable-mpris true +/plugins/plugin-8/enable-multimedia-keys true +/plugins/plugin-8/mixer-command 'pavucontrol' +/plugins/plugin-8/mpris-players 'parole;' +/plugins/plugin-8/show-notifications true +/plugins/plugin-9 'separator' +/plugins/plugin-9/expand false +/plugins/plugin-9/style uint32 0 +/plugins/plugin-10 'clock' +/plugins/plugin-10/digital-format '%d %b, %H:%M' +/plugins/plugin-10/mode uint32 2 +/plugins/plugin-10/show-frame true +/plugins/plugin-10/size-max uint32 22 +/plugins/plugin-10/style uint32 0 +/plugins/plugin-10/tooltip-format '%A %d %B %Y' \ No newline at end of file diff --git a/data/layouts/xubuntu-18.04/whiskermenu-1.rc b/data/layouts/xubuntu-18.04/whiskermenu-1.rc new file mode 100644 index 0000000..25065f0 --- /dev/null +++ b/data/layouts/xubuntu-18.04/whiskermenu-1.rc @@ -0,0 +1,80 @@ +favorites=xfce4-web-browser.desktop,xfce4-mail-reader.desktop,xfce4-file-manager.desktop,libreoffice-writer.desktop,libreoffice-calc.desktop,pidgin.desktop,org.gnome.Software.desktop,xfce4-terminal-emulator.desktop,xfhelp4.desktop +recent=xfce4-file-manager.desktop +button-icon=xubuntu-logo-menu +button-single-row=false +show-button-title=false +show-button-icon=true +launcher-show-name=true +launcher-show-description=false +launcher-show-tooltip=true +item-icon-size=1 +hover-switch-category=false +category-show-name=true +category-icon-size=0 +load-hierarchy=true +view-as-icons=false +default-category=0 +recent-items-max=10 +favorites-in-recent=true +position-search-alternate=true +position-commands-alternate=false +position-categories-alternate=false +stay-on-focus-out=false +confirm-session-command=true +menu-width=450 +menu-height=500 +menu-opacity=100 +command-settings=xfce4-settings-manager +show-command-settings=true +command-lockscreen=xflock4 +show-command-lockscreen=true +command-switchuser=dm-tool switch-to-greeter +show-command-switchuser=false +command-logoutuser=xfce4-session-logout --logout --fast +show-command-logoutuser=false +command-restart=xfce4-session-logout --reboot --fast +show-command-restart=false +command-shutdown=xfce4-session-logout --halt --fast +show-command-shutdown=false +command-suspend=xfce4-session-logout --suspend +show-command-suspend=false +command-hibernate=xfce4-session-logout --hibernate +show-command-hibernate=false +command-logout=xfce4-session-logout +show-command-logout=true +command-menueditor=menulibre +show-command-menueditor=true +command-profile=mugshot +show-command-profile=true +search-actions=5 + +[action0] +name=Man Pages +pattern=# +command=exo-open --launch TerminalEmulator man %s +regex=false + +[action1] +name=Wikipedia +pattern=!w +command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u +regex=false + +[action2] +name=Run in Terminal +pattern=! +command=exo-open --launch TerminalEmulator %s +regex=false + +[action3] +name=Open URI +pattern=^(file|http|https):\\/\\/(.*)$ +command=exo-open \\0 +regex=true + +[action4] +name=Search for files +pattern=- +command=catfish --path=~ --start %s +regex=false + diff --git a/data/metainfo/org.xfce.PanelProfiles.appdata.xml.in b/data/metainfo/org.xfce.PanelProfiles.appdata.xml.in new file mode 100644 index 0000000..1a9704f --- /dev/null +++ b/data/metainfo/org.xfce.PanelProfiles.appdata.xml.in @@ -0,0 +1,34 @@ + + + xfce4-panel-profiles.desktop + CC-BY-3.0 + GPL-3.0 + Xfce Panel Profiles + <_summary>Application to manage different panel layouts in Xfce + + + <_p>Multitude of panel layouts can be created using Xfce panel. + This tool enables managing different layouts with little effort. + Xfpanel-switch makes it possible to backup, restore, import and export panel layouts. + + + + + https://screenshots.bluesabre.org/xfce4-panel-profiles/xfce4-panel-profiles.png + + + + ​xfce4-panel-profiles + + https://git.xfce.org/apps/xfce4-panel-profiles + https://bugzilla.xfce.org/ + + bluesabre@xfce.org + + XFCE + + + xfce4-panel-profiles + + + diff --git a/org.xfce.PanelProfiles.desktop.in b/org.xfce.PanelProfiles.desktop.in new file mode 100644 index 0000000..4b39bfa --- /dev/null +++ b/org.xfce.PanelProfiles.desktop.in @@ -0,0 +1,11 @@ +[Desktop Entry] +_Name=Panel Profiles +_Comment=Backup and restore your panel configuration +Exec=xfce4-panel-profiles +Terminal=false +Type=Application +StartupNotify=true +Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings; +OnlyShowIn=XFCE; +Keywords=Configuration;User; +Icon=org.xfce.PanelProfiles diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..49187e5 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,27 @@ +### BEGIN LICENSE +# Copyright (C) 2015-2021 Sean Davis +# This program is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License version 3, as published +# by the Free Software Foundation. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranties of +# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, see . +### END LICENSE + +# Desktop File +xfce4-panel-profiles.desktop.in + +# Glade Files +[type: gettext/glade]xfce4-panel-profiles/xfce4-panel-profiles.glade + +# Python Files +xfce4-panel-profiles/panelconfig.py +xfce4-panel-profiles/xfce4-panel-profiles.py + +# XML +data/metainfo/org.xfce.PanelProfiles.appdata.xml.in diff --git a/po/be.po b/po/be.po new file mode 100644 index 0000000..931bdb7 --- /dev/null +++ b/po/be.po @@ -0,0 +1,143 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Źmicier Turok , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Źmicier Turok , 2020\n" +"Language-Team: Belarusian (https://www.transifex.com/xfce/teams/16840/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Профілі панэлі" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Стварэнне і аднаўленне рэзервовай копіі канфігурацыі панэлі" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Профілі панэлі\n" +"Стварэнне і аднаўленне рэзервовай копіі канфігурацыі панэлі" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Назва файла" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Час змены" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Ужыць канфігурацыю" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Захаваць канфігурацыю" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Выдаліць канфігурацыю" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Экспарт" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Імпарт" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Захаваць канфігурацыю панэлі як..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Скасавана" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Назва новай канфігурацыі панэлі" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Захаваць" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Адкрыць" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Бягучая канфігурацыя" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Сёння" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Учора" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (копія %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Экспартаваць канфігурацыю як..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Без назвы" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Імпартаваць файл канфігурацыі..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Назва новай канфігурацыі панэлі" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Копія_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Праграма для кіравання рознымі канфігурацыямі панэляў Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Мноства канфігурацый панэляў можна стварыць пры дапамозе панэлі Xfce. Гэты " +"інструмент дае магчымасць кіраваць гэтымі варыянтамі. Пераключальнік Xfpanel" +" дае магчымасць ствараць рэзервовы копіі, аднаўляць, імпартаваць і " +"экспартаваць канфігурацыі панэляў." diff --git a/po/bg.po b/po/bg.po new file mode 100644 index 0000000..87d44f4 --- /dev/null +++ b/po/bg.po @@ -0,0 +1,143 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Kiril Kirilov , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Kiril Kirilov , 2018\n" +"Language-Team: Bulgarian (https://www.transifex.com/xfce/teams/16840/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Профили на панела" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Съхраняване и възстановяване на вашата конфигурация на панела" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Профили на панела\n" +"Съхраняване и възстановяване на вашата конфигурация на панела" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Име на файл" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Дата на промяна" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Прилагане на конфигурацията" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Запазване на конфигурацията" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Премахване на конфигурацията" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Изнасяне" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Внасяне" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Запазване на конфигурацията като..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Отказ" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Име на новата конфигурация на панела" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Запазване" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Отваряне" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Текуща конфигурация" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Днес" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Вчера" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Копиране на %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Изнасяне на конфигурацията като..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Без име" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Внасяне на конфигурационен файл..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Име на новата конфигурация на панела" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Резервно копие_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Приложение за управление на различните подредби на панела на Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Множество подредби на панелите могат да бъдат създадени чрез панела на Xfce." +" Този инструмент ви позволява да управлявате различни оформления с малко " +"усилия. Превключвателят на Xfpanel позволява архивиране, възстановяване, " +"импортиране и експортиране на панелни подредби." diff --git a/po/ca.po b/po/ca.po new file mode 100644 index 0000000..1c12c6a --- /dev/null +++ b/po/ca.po @@ -0,0 +1,144 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Robert Antoni Buj Gelonch , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Robert Antoni Buj Gelonch , 2019\n" +"Language-Team: Catalan (https://www.transifex.com/xfce/teams/16840/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Perfils de taulers" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Feu una còpia de seguretat i restaureu la configuració del tauler" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Perfils de taulers\n" +"Feu una còpia de seguretat i restaureu la configuració del tauler" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Nom del fitxer" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Data de modificació" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Aplica la configuració" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Desa la configuració" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Suprimeix la configuració" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Exporta" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importa" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Anomena i desa la configuració del tauler..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Cancel·la" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Anomeneu la nova configuració del tauler" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Desa" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Obre" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Configuració actual" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "avui" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "ahir" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (còpia de %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Exporta la configuració com a..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Sense nom" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importa el fitxer de configuració..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Anomeneu la nova configuració del tauler" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Còpia_de_seguretat_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Aplicació per gestionar els diferents dissenys de taulers a Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Es poden crear multituds de dissenys de taulers mitjançant el tauler de " +"Xfce. Aquesta eina permet gestionar diferents dissenys amb poc esforç. " +"Xfpanel-switch permet realitzar còpies de seguretat, restaurar, importar i " +"exportar els dissenys dels taulers." diff --git a/po/cs.po b/po/cs.po new file mode 100644 index 0000000..18f219c --- /dev/null +++ b/po/cs.po @@ -0,0 +1,145 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Pavel Borecki , 2019 +# Michal Várady , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Michal Várady , 2020\n" +"Language-Team: Czech (https://www.transifex.com/xfce/teams/16840/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Profily panelu" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Záloha a obnova nastavení panelu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Profily panelu\n" +"Záloha a obnova nastavení panelu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Název souboru" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Datum změny" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Použít nastavení" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Uložit nastavení" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Odebrat nastavení" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Exportovat" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importovat" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Uložit nastavení panelu jako..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Storno" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Název nového nastavení panelu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Uložit" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Otevřít" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Aktuální nastavení" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Dnes" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Včera" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Kopie z %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Exportovat nastavení jako..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Bez názvu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importovat soubor nastavení..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Název nového nastavení panelu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Záloha_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Aplikace pro správu různých rozvržení panelu v Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Při používání panelu Xfce je možné vytvořit jeho různá rozvržení. Tento " +"nástroj vám umožňuje spravovat různá rozvržení s minimálním úsilím. Xfpanel-" +"switch umožňuje rozvržení panelu zálohovat, obnovovat, importovat a " +"exportovat." diff --git a/po/da.po b/po/da.po new file mode 100644 index 0000000..104ec4f --- /dev/null +++ b/po/da.po @@ -0,0 +1,142 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# scootergrisen, 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: scootergrisen, 2019\n" +"Language-Team: Danish (https://www.transifex.com/xfce/teams/16840/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Panelprofiler" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Sikkerhedskopiér og gendan din panelkonfiguration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Panelprofiler\n" +"Sikkerhedskopiér og gendan din panelkonfiguration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Filnavn" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Ændringsdato" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Anvend konfiguration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Gem konfiguration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Fjern konfiguration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Eksportér" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importér" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Gem panelkonfiguration som ..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Annuller" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Navngiv den nye panelkonfiguration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Gem" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Åbn" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Nuværende konfiguration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "I dag" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "I går" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (kopi af %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Eksportér konfiguration som ..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Unavngivet" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importér konfiguration som ..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Navngiv den nye panelkonfiguration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Sikkerhedskopi_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Program til at håndtere forskellige panellayouts i Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Der kan oprettes mange panellayouts med Xfce-panel. Værktøjer gør det muligt" +" at håndtere forskellige layouts uden besvær. Xfpanel-switch giver mulighed " +"for at sikkerhedskopiere, gendanne, importere og eksportere panellayouts." diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..ee7bc79 --- /dev/null +++ b/po/de.po @@ -0,0 +1,144 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Vinzenz Vietzke , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Vinzenz Vietzke , 2018\n" +"Language-Team: German (https://www.transifex.com/xfce/teams/16840/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Leistenprofile" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Ihre Leistenkonfiguration sichern und wiederherstellen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Leistenprofile\n" +"Ihre Leistenkonfiguration sichern und wiederherstellen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Dateiname" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Änderungsdatum" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Konfiguration anwenden" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Konfiguration speichern" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Konfiguration entfernen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Exportieren" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importieren" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Leistenkonfiguration speichern unter …" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Abbrechen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Die neue Leistenkonfiguration benennen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Speichern" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Öffnen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Aktuelle Konfiguration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Heute" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Gestern" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Kopie von %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Konfiguration exportieren nach …" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Unbenannt" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Konfigurationsdatei importieren …" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Die neue Leistenkonfiguration benennen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Sicherung_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Anwendung zur Verwaltung verschiedener Leisten-Layouts in Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Mit der Xfce-Leiste können eine Vielzahl von Leistenlayouts erstellt werden." +" Dieses Werkzeug ermöglicht die Verwaltung verschiedener Layouts mit " +"geringem Aufwand. Xfpanel-switch ermöglicht das Sichern, Wiederherstellen, " +"Importieren und Exportieren von Leistenlayouts." diff --git a/po/el.po b/po/el.po new file mode 100644 index 0000000..6c63050 --- /dev/null +++ b/po/el.po @@ -0,0 +1,142 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Panagiotis Mantzios , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Panagiotis Mantzios , 2018\n" +"Language-Team: Greek (https://www.transifex.com/xfce/teams/16840/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Δημιουργία αντιγράφων και επαναφορά ρυθμίσεων των ταμπλό" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Όνομα Αρχείου" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Ημερομηνία Τροποποίησης" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Εφαρμογή Ρύθμισης" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Αποθήκευση Ρύθμισης" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Διαγραφή Ρύθμισης" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Εξαγωγή" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Εισαγωγή" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Αποθήκευση ρύθμισης ταμπλό ως..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Aκύρωση" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Ονομάστε τη νέα ρύθμιση ταμπλό" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Αποθήκευση" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Άνοιγμα" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Τρέχουσα Ρύθμιση" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Σήμερα" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Χθες" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Αντίγραφο του %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Εξαγωγή ρύθμισης ως..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Χωρίς τίτλο" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Εισαγωγή αρχείου ρύθμισης" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Ονομάστε τη νέα ρύθμιση ταμπλό" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Αντίγραφο_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Εφαρμογή για τη διαχείριση διαφορετικών σχεδιαγραμμάτων σε Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Το πλήθος των διατάξεων πίνακα μπορεί να δημιουργηθεί χρησιμοποιώντας τον " +"πίνακα Xfce. Αυτό το εργαλείο επιτρέπει τη διαχείριση διαφορετικών σχεδίων " +"με μικρή προσπάθεια. Ο διακόπτης Xfpanel επιτρέπει την δημιουργία αντιγράφων" +" ασφαλείας, την επαναφορά, την εισαγωγή και την εξαγωγή των σχεδιαγραμμάτων." diff --git a/po/en_AU.po b/po/en_AU.po new file mode 100644 index 0000000..d75a053 --- /dev/null +++ b/po/en_AU.po @@ -0,0 +1,142 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# John Humphrys , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: John Humphrys , 2018\n" +"Language-Team: English (Australia) (https://www.transifex.com/xfce/teams/16840/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Panel Profiles" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Backup and restore your panel configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Panel Profiles\n" +"Backup and restore your panel configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Filename" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Date Modified" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Apply Configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Save Configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Remove Configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Export" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Import" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Save panel configuration as..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Cancel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Name the new panel configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Save" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Open" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Current Configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Today" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Yesterday" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Copy of %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Export configuration as..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Untitled" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Import configuration file..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Name the new panel configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Backup_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Application to manage different panel layouts in Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." diff --git a/po/en_GB.po b/po/en_GB.po new file mode 100644 index 0000000..68bc139 --- /dev/null +++ b/po/en_GB.po @@ -0,0 +1,144 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Robert Readman , 2018 +# Nick Schermer , 2018 +# Jason Collins , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Jason Collins , 2019\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/xfce/teams/16840/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Panel Profiles" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Backup and restore your panel configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Panel Profiles\n" +"Backup and restore your panel configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Filename" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Date Modified" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Apply Configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Save Configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Remove Configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Export" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Import" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Save panel configuration as..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Cancel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Name the new panel configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Save" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Open" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Current Configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Today" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Yesterday" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Copy of %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Export configuration as..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Untitled" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Import configuration file..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Name the new panel configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Backup_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Application to manage different panel layouts in Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." diff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000..09b343e --- /dev/null +++ b/po/es.po @@ -0,0 +1,145 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Adolfo Jayme-Barrientos, 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Adolfo Jayme-Barrientos, 2018\n" +"Language-Team: Spanish (https://www.transifex.com/xfce/teams/16840/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Perfiles de paneles" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Resguarde y restaure su configuración de panel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Perfiles de paneles\n" +"Resguarde y restaure su configuración de paneles" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Nombre de archivo" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Fecha de modificación" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Aplicar configuración" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Guardar configuración" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Quitar configuración" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Exportar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Guardar configuración del panel como..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Cancelar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Dé un nombre a la configuración de paneles nueva" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Guardar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Abrir" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Configuración actual" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Hoy" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Ayer" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Copia de %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Exportar configuración como..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Sin título" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importar archivo de configuración..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Importar archivo de configuración" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Resguardo_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "" +"Aplicación para gestionar las distintas disposiciones de paneles en Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Es posible crear muchas disposiciones de paneles con Xfce. Esta herramienta " +"permite gestionar las distintas disposiciones con facilidad. Xfpanel-switch " +"posibilita el resguardo, la restauración, la importación y la exportación de" +" disposiciones de paneles." diff --git a/po/et.po b/po/et.po new file mode 100644 index 0000000..2521738 --- /dev/null +++ b/po/et.po @@ -0,0 +1,144 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Nick Schermer , 2018 +# Priit Jõerüüt , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Priit Jõerüüt , 2020\n" +"Language-Team: Estonian (https://www.transifex.com/xfce/teams/16840/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Paneeliprofiilid" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Varunda ja taasta oma paneeli seadistused" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Paneliprofiilid\n" +"Varunda ja taasta oma paneeli seadistused" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Faili nimi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Muutmise kuupäev" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Rakenda seadistus" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Salvesta seadistus" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Eemalda seadistus" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Ekspordi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Impordi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Salvesta paneeli seadistus kui..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Tühista" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Anna nimi uuele paneeliseadistusele" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Salvesta" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Ava" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Praegune seadistus" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Täna" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Eile" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (%s koopia)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Ekspordi seadistus kui..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Pealkirjastamata" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Impordi seadistuste fail..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Uue paneeli seadistuskomplekti nimi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Varundus_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Rakendus, mis võimaldab hallata erinevaid Xfce paneelide paigutusi" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Xfce paneelide jaoks saab luua erinevaid paigutusi. Käesolev töövahend " +"võimaldab vähese vaevaga hallata selliseid erinevaid paigutusi. Xfpanel'i " +"lülitaja võimaldab varundada, taastada,importida ja eksportida paneelidei " +"paigutusi." diff --git a/po/eu.po b/po/eu.po new file mode 100644 index 0000000..1a5599d --- /dev/null +++ b/po/eu.po @@ -0,0 +1,146 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Nick Schermer , 2018 +# Piarres Beobide , 2018 +# Xfce Bot , 2018 +# beriain, 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: beriain, 2018\n" +"Language-Team: Basque (https://www.transifex.com/xfce/teams/16840/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Panel profilak" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Zure panelen konfigurazioaren babeskopiak egin eta berrezarri" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Panel profilak\n" +"Zure panelen konfigurazioaren babeskopiak egin eta berrezarri" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Fitxategi-izena" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Aldatze data" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Konfigurazioa ezarri" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Konfigurazioa gorde" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Konfigurazioa kendu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Esportatu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Inportatu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Gorde panel konfigurazioa honela..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Utzi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Izen bat eman panel konfigurazio berriari" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Gorde" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Ireki" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Oraingo konfigurazioa" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Gaur" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Atzo" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (%s(r)en kopia)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Esportatu konfigurazioa honela..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Izengabea" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Inportatu konfigurazio fitxategia..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Izen bat eman panel konfigurazio berriari" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "%s_babeskopia" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Xfcen panel diseinu ezberdinak kudeatzeko aplikazioa" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Xfce panela erabiliz panel diseinu ugari sor daitezke. Tresnak honekin " +"diseinu ezberdinak kudeatu daitezke esfortzu txikia eginez. Xfpanel-switchek" +" panel diseinuen babeskopia egitea, hura berrezartzea, inportatzea eta " +"esportatzea baimentzen du." diff --git a/po/fa_IR.po b/po/fa_IR.po new file mode 100644 index 0000000..ca3a9a1 --- /dev/null +++ b/po/fa_IR.po @@ -0,0 +1,137 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Goudarz Jafari , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Goudarz Jafari , 2020\n" +"Language-Team: Persian (Iran) (https://www.transifex.com/xfce/teams/16840/fa_IR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa_IR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "پروفایل‌های پنل" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "نام پرونده" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "تاریخ اصلاح شده" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "پیکربندی را اعمال کنید" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "ذخیره پیکربندی" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "حذف پیکربندی" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "ذخیره پیکربندی پنل به عنوان..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "انصراف" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "ذخیره" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "باز کنید" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "پیکربندی فعلی" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "امروز" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "دیروز" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (کپی از %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "بدون عنوان" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" diff --git a/po/fi.po b/po/fi.po new file mode 100644 index 0000000..35bfdee --- /dev/null +++ b/po/fi.po @@ -0,0 +1,146 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Ammuu5, 2018 +# Pasi Lallinaho , 2019 +# Jiri Grönroos , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Jiri Grönroos , 2019\n" +"Language-Team: Finnish (https://www.transifex.com/xfce/teams/16840/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Paneeliprofiilit" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Varmuuskopioi ja palauta paneeliasetuksesi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Paneeliprofiilit\n" +"Varmuuskopioi ja palauta paneeliasetuksesi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Tiedoston nimi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Muokkauspäivämäärä" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Ota asetukset käyttöön" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Tallenna asetukset" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Poista asetukset" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Vie" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Tuo" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Tallenna paneelin asetukset nimellä..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Peru" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Nimeä uudet paneelin asetukset" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Tallenna" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Avaa" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Nykyiset asetukset" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Tänään" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Eilen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (kopio: %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Vie asetukset nimellä..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Nimetön" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Tuo asetustiedosto..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Nimeä uudet paneelin asetukset" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Varmuuskopio_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Sovellus eri paneeliasettelujen hallintaan Xfce:ssä" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Xfce-paneelilla voi luoda useita erilaisia paneeliasetelmia. Tämä työkalu " +"mahdollistaa erilaisten asetelmien hallinnan pienellä vaivalla. Xfpanel-" +"switch mahdollistaa paneeliasetelmien varmuuskopioinnin, palauttamisen, " +"tuomisen ja viemisen." diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 0000000..e9d2e4a --- /dev/null +++ b/po/fr.po @@ -0,0 +1,148 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# nodiscc , 2018 +# Yannick Le Guen , 2018 +# Charles Monzat , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Charles Monzat , 2018\n" +"Language-Team: French (https://www.transifex.com/xfce/teams/16840/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Profils du tableau de bord" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Sauvegarde et restaure votre configuration du tableau de bord" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Profils du tableau de bord\n" +"Sauvegarder et restaurer votre configuration de tableau de bord" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Nom de fichier" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Date" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Appliquer la configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Sauvegarder la configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Supprimer la configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Exporter" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importer" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Sauvegarder la configuration du tableau de bord sous…" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Annuler" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Nom de la nouvelle configuration du tableau de bord" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Sauvegarder" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Ouvrir" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Configuration actuelle" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Aujourd’hui" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Hier" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Copie de %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Exporter la configuration…" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Document sans nom" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importer le fichier de configuration…" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Nom de la nouvelle configuration du tableau de bord" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Sauvegarde_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "" +"Application permettant de gérer différentes dispositions de tableau de bord " +"dans Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Différentes dispositions de tableau de bord Xfce peuvent êtres créées. Cet " +"outil permet de gérer facilement les différentes dispositions. Xfpanel-" +"switch permet la sauvegarde, la restauration, l’importation et l’exportation" +" de dispositions de tableau de bord." diff --git a/po/gl.po b/po/gl.po new file mode 100644 index 0000000..5d4105b --- /dev/null +++ b/po/gl.po @@ -0,0 +1,144 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Daniel Muñiz Fontoira , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Daniel Muñiz Fontoira , 2019\n" +"Language-Team: Galician (https://www.transifex.com/xfce/teams/16840/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Perfís de panel" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Copia de seguranza e restaurado da configuración do panel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Perfís de panel\n" +"Copia de seguranza e restaurado da configuración do panel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Nome de ficheiro" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Data de modificación" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Aplicar a configuración" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Gardar a configuración" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Retirar a configuración" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Exportar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Gardar a configuración do panel como..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Cancelar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Nome da nova configuración do panel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Gardar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Abrir" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Configuración actual" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Hoxe" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Onte" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Copia de %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Exportar a configuración como..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Sen título" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importar ficheiro de configuración..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Nome da nova configuración do panel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Copia de seguranza %s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Aplicación para xestionar as diferentes disposicións do panel en Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Pode crear multitude de disposicións de panel empregando o panel Xfce. Esta " +"ferramenta permite a xestión de diferentes disposicións con pouco esforzo. O" +" Xfpanel-switch permite facer copias de seguranza, restauración, importación" +" e exportación das disposicións de panel." diff --git a/po/he.po b/po/he.po new file mode 100644 index 0000000..7683d07 --- /dev/null +++ b/po/he.po @@ -0,0 +1,142 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Elishai Eliyahu , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Elishai Eliyahu , 2018\n" +"Language-Team: Hebrew (https://www.transifex.com/xfce/teams/16840/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "פרופילי לוח" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "בצע גיבוי ושיחזור של תצורת הלוח שלך" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"פרופילי לוח\n" +"בצע גיבוי ושיחזור של תצורת הלוח שלך" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "שם קובץ" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "תאריך שינוי" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "יישם תצורה" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "שמור תצורה" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "הסר תצורה" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "ייצא" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "ייבא" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "שמור תצורת לוח בשם..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "בטל" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "תן שם לתצורת הלוח החדשה" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "שמור" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "פתח" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "תצורה נוכחית" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "היום" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "אתמול" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (העתק של %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "ייצא תצורה בשם..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "ללא שם" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "ייבא קובץ תצורה..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "תן שם לתצורת הלוח החדשה" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "גיבוי_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "יישום לניהול סידורי לוח שונים ב-Xfce " + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"המון סידורי לוח ניתנים ליצירה בעזרת לוח Xfce. כלי זה מאפשר ניהול סידורים " +"שונים במאמץ מועט. Xfpanel-switch מאפשר לבצע גיבוי, שיחזור, יבוא ויצוא של " +"סידורי לוח." diff --git a/po/hi.po b/po/hi.po new file mode 100644 index 0000000..813cd77 --- /dev/null +++ b/po/hi.po @@ -0,0 +1,142 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Panwar108 , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Panwar108 , 2019\n" +"Language-Team: Hindi (https://www.transifex.com/xfce/teams/16840/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "पैनल प्रोफाइल" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "पैनल विन्यास को बैकअप व पुनः स्थापित करें" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"पैनल प्रोफाइल \n" +"पैनल विन्यास को बैकअप व पुनः स्थापित करें" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "फ़ाइल का नाम" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "संशोधन की तिथि" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "विन्यास लागू करें" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "विन्यास संचित करें" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "विन्यास सेटिंग्स हटाएँ" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "निर्यात करें" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "आयात करें" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "इसके रूप में पैनल विन्यास को संचित करें..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "रद्द करें" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "नए पैनल विन्यास को नाम दें" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "संचित करें" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "खोलें" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "वर्तमान विन्यास" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "आज" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "कल" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s(%s की प्रतिलिपि)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "इसके रूप में विन्यास को निर्यात करें..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "शीर्षकहीन" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "विन्यास फ़ाइल को आयात करें..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "नए पैनल विन्यास को नाम दें" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "बैकअप_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "विभिन्न पैनल अभिन्यास के प्रबंधन हेतु अनुप्रयोग" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Xfce पैनल से कई पैनल अभिन्यास बनाएँ जा सकते हैं। इस साधन द्वारा थोड़े प्रयास " +"से ही विभिन्न अभिन्यासों का प्रबंधन संभव है। Xfpanel-switch के मदद से पैनल " +"अभिन्यास का बैकअप, पुनर्स्थापना, आयात व निर्यात किया जा सकता है।" diff --git a/po/hr.po b/po/hr.po new file mode 100644 index 0000000..ef5a4c7 --- /dev/null +++ b/po/hr.po @@ -0,0 +1,144 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Edin Veskovic , 2018 +# Ivica Kolić , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Ivica Kolić , 2018\n" +"Language-Team: Croatian (https://www.transifex.com/xfce/teams/16840/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Profili ploče" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Napravite sigurnosnu kopiju i obnovite konfiguraciju ploče" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Profili ploče\n" +"Napravite sigurnosnu kopiju i obnovite konfiguraciju ploče" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Ime datoteke" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Datum izmjene" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Primjeni konfiguraciju" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Spremi konfiguraciju" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Ukloni konfiguraciju" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Izvezi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Uvezi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Spremi konfiguraciju ploče kao..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Otkaži" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Dodajte naziv nove konfiguracije ploče" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Spremi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Otvori" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Trenutna konfiguracija" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Danas" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Jučer" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Kopija %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Izvezi konfiguraciju kao..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Nenaslovljeno" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Uvezi konfiguracijsku datoteku..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Dodajte naziv konfiguracije ploče" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Sigurnosna_kopija_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Aplikacija za upravljanje različitim izgledima ploče za Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Xfce ploča omogućava stvaranje velikog broja različitih izgleda. Ovaj alat " +"omogućava lagano upravljanje različitim konfiguracijama. Pomoću Xfpanel-" +"switch možete napraviti i vratiti sigurnosnu kopiju, uvesti ili izvesti " +"izgled ploče." diff --git a/po/hu.po b/po/hu.po new file mode 100644 index 0000000..44b6c98 --- /dev/null +++ b/po/hu.po @@ -0,0 +1,148 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# kelemeng , 2018 +# Gábor P., 2018 +# Xfce Bot , 2018 +# Balázs Meskó , 2018 +# user14 , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: user14 , 2018\n" +"Language-Team: Hungarian (https://www.transifex.com/xfce/teams/16840/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Panelprofilok" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Panelbeállítások mentése és visszaállítása" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Panelprofilok\n" +"Panelbeállítások mentése és visszaállítása" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Fájlnév" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Módosítás dátuma" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Beállítások alkalmazása" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Beállítások mentése" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Beállítások eltávolítása" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Exportálás" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importálás" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Panelbeállítások mentése mint..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Mégsem" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Az új panelbeállítások neve" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Mentés" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Megnyitás" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Jelenlegi beállítások" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Ma" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Tegnap" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Másolat a %s -ből)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Beállítások exportálása mint..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Névtelen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Beállítások fájl importálása mint..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Az új panelbeállítások neve" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Mentés_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Program a különböző Xfce panelbeállítások kezelésére" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Több olyan panelbeállítást lehet készíteni amit aztán az Xfce panel fog " +"használni. Ez az eszköz a különböző panelbeállítások kezelését teszi " +"lehetővé egyszerűen. Az Xfpanel-switch lehetővé teszi a különböző " +"panelbeállítások biztonsági mentését, visszaállítását, importálását és " +"exportálását." diff --git a/po/hy_AM.po b/po/hy_AM.po new file mode 100644 index 0000000..dc4ac87 --- /dev/null +++ b/po/hy_AM.po @@ -0,0 +1,144 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Hayk Andreasyan , 2019 +# Real School , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Real School , 2019\n" +"Language-Team: Armenian (Armenia) (https://www.transifex.com/xfce/teams/16840/hy_AM/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hy_AM\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Ընտրացանկի հաշիւ" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Պահել եւ վերականգնել Ձեր ընտրացանկի կազմաձեւումը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Ընտրանկի հաշիւ\n" +"Պահել եւ վերականգնել Ձեր ընտրացանկի կազմաձեւումը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Նշանուն" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Ամսաթիւնը փոփոխուած է" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Կիրառել դասաւորութիւնը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Պահել դասաւորութիւնը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Հեռացնել դասաւորութիւնը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Արտածել" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Ներածել" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Պահել ընտրացանկի դասաւորութիւնը որպէս․․․" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Չեղարկել" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Անուանեք նոր ընտրացանկի կազմաձեւումը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Պահել" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Բացել" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Ընթացիկ դասաւորութիւնը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Այսաւր" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Երեկ" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Պատճէնել %s֊ից)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Ատրածել դասաւորութիւնը որպէս․․․" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Անանուն" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Ներածել դասաւորութեան նիշ․․․" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Անուանեք նոր ընտրացանկի կազմաձեւումը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Պահուստ_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Յաւելուած Xfce֊ում տարբեր ընտրացանկերի շարակարգերը կառավարելու համար։" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Ընտրացանկի շարակարգերի փոփոխութիւնը կարող է իրագործուել Xfce ընտրացանկի " +"աւգնութեամբ։ Այս գործիքը միացնում է տարբեր շարակարգերի կառավարումը փոքր " +"պահանջով։ Xfpanel-switch ֊ը հնարաւորութիւն է տալիս ընտրացանկի շարակարգերը " +"պահելու, վերականգնելու, ներածելու եւ արտածելու։" diff --git a/po/hye.po b/po/hye.po new file mode 100644 index 0000000..fe0556b --- /dev/null +++ b/po/hye.po @@ -0,0 +1,144 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Real School , 2020 +# Arman Harutyunyan , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Arman Harutyunyan , 2020\n" +"Language-Team: Eastern Armenian (https://www.transifex.com/xfce/teams/16840/hye/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hye\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Ընտրացանկի հաշիւ" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Պահել եւ վերականգնել Ձեր ընտրացանկի կազմաձեւումը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Ընտրացանկի հաշիւ\n" +"Պահել եւ վերականգնել Ձեր ընտրացանկի կազմաձեւումը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Նշանուն" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Ամսաթիւը փոփոխուած է" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Կիրառել դասաւորութիւնը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Պահել դասաւորութիւնը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Հեռացնել դասաւորութիւնը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Արտածել" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Ներածել" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Պահել ընտրացանկի դասաւորութիւնը որպէս․․․" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Չեղարկել" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Անուանեք նոր ընտրացանկի կազմաձեւումը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Պահել" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Բացել" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Ընթացիկ դասաւորութիւնը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Այսաւր" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Երեկ" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Պատճէնել %s֊ից)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Ատրածել դասաւորութիւնը որպէս․․․" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Անանուն" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Ներածել դասաւորութեան նիշ․․․" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Անուանեք նոր ընտրացանկի կազմաձեւումը" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Պահուստ_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Յաւելուած Xfce֊ում տարբեր ընտրացանկերի շարակարգերը կառավարելու համար։" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Ընտրացանկի շարակարգերի փոփոխութիւնը կարող է իրագործուել Xfce ընտրացանկի " +"աւգնութեամբ։ Այս գործիքը միացնում է տարբեր շարակարգերի կառավարումը փոքր " +"պահանջով։ Xfpanel-switch ֊ը հնարաւորութիւն է տալիս ընտրացանկի շարակարգերը " +"պահելու, վերականգնելու, ներածելու եւ արտածելու։" diff --git a/po/id.po b/po/id.po new file mode 100644 index 0000000..b33f473 --- /dev/null +++ b/po/id.po @@ -0,0 +1,146 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Ardjuna , 2018 +# Nick Schermer , 2018 +# Kukuh Syafaat , 2018 +# Triyan W. Nugroho , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Triyan W. Nugroho , 2020\n" +"Language-Team: Indonesian (https://www.transifex.com/xfce/teams/16840/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Profil Panel" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Cadangkan dan pulihkan konfigurasi panel Anda" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Profil Panel\n" +"Cadangkan dan pulihkan konfigurasi panel Anda" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Nama Berkas" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Tanggal Modifikasi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Terapkan Konfigurasi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Simpan Konfigurasi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Hapus Konfigurasi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Ekspor" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Impor" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Simpan konfigurasi panel sebagai..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Batal" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Beri nama konfigurasi panel yang baru" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Simpan" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Buka" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Konfigurasi Saat Ini" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Hari Ini" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Kemarin" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Salinan dari %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Ekspor konfigurasi sebagai..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Tanpa judul" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Impor berkas konfigurasi..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Beri nama konfigurasi panel yang baru" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Cadangkan_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Aplikasi pengelola tata letak panel Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Sejumlah besar tata letak panel dapat dibuat menggunakan panel Xfce. Alat " +"ini digunakan untuk mengelola berbagai tata letak dengan mudah. Xfpanel-" +"switch bisa melakukan pencadangan, pemulihan, impor dan ekspor tata letak " +"panel." diff --git a/po/ie.po b/po/ie.po new file mode 100644 index 0000000..4e1a13b --- /dev/null +++ b/po/ie.po @@ -0,0 +1,144 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Caarmi, 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Caarmi, 2019\n" +"Language-Team: Interlingue (https://www.transifex.com/xfce/teams/16840/ie/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ie\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Profiles de panel" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Archivar e restituer vor configuration de panel(es)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Profiles de panel\n" +"Archivar e restituer vor configuration de panel(es)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Fil-nómine" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Date de modification" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Applicar un configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Gardar li configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Remover li configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Exportar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Gardar li configuration quam..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Anullar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Nómine del nov configuration de panel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Gardar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Aperter" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Actual configuration" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Hodie" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Yer" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (copie de %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Exportar configuration quam..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Sin nómine" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importar un file de configuration..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Un nómine del nov configuration de panel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Reserve_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "" +"Un application por crear multiplic separat arangeamentes de paneles in Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Multiplic arangeamentes de paneles posse esser fat per li panel de Xfce. Ti " +"utensile permisse controlar multiplic arangeamentes con poc pena. Xfpanel-" +"switch permisse archivar, restituer, importar e exportar arangeamentes de " +"paneles." diff --git a/po/is.po b/po/is.po new file mode 100644 index 0000000..0dc9f9c --- /dev/null +++ b/po/is.po @@ -0,0 +1,144 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Sveinn í Felli , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Sveinn í Felli , 2019\n" +"Language-Team: Icelandic (https://www.transifex.com/xfce/teams/16840/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Skjástikusnið" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Öryggisafritaðu og endurheimtu uppsetningu á skjástikum" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Skjástikusnið\n" +"Öryggisafritaðu og endurheimtu uppsetningu á skjástikum" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Skráarheiti" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Breytt þann" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Beita stillingum" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Vista stillingar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Fjarlægja uppsetningu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Flytja út" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Flytja inn" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Vista skjástikustillingar sem..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Hætta við" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Settu nafn á nýju skjástikustillingarnar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Vista" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Opna" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Núgildandi uppsetning" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Í dag" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Í gær" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (afrit af %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Flytja uppsetningu út sem..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Ónefnt" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Flytja inn uppsetningarskrá..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Settu nafn á nýju skjástikustillingarnar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Öryggisafrita_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Forrit til að sýsla með mismunandi uppsetningar á skjástikum í XFCE" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Hægt er að útbúa urmul af mismunandi uppsetningum á skjástikum í XFCE. Þetta" +" tól auðveldar að sýsla með mismunandi uppsetningar á skjástikum í XFCE. " +"Xfpanel-switch gefur kost á að taka öryggisafrit, endurheimta, flytja " +"uppsetningar á skjástikum út og inn úr kerfinu." diff --git a/po/it.po b/po/it.po new file mode 100644 index 0000000..6cedade --- /dev/null +++ b/po/it.po @@ -0,0 +1,146 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Marco , 2018 +# Emanuele Petriglia , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Emanuele Petriglia , 2018\n" +"Language-Team: Italian (https://www.transifex.com/xfce/teams/16840/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Profili del pannello" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Backup e ripristino della configurazione del pannello" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Profili del pannello\n" +"Backup e ripristino della propria configurazione del panello" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Nome del file" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Data di modifica" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Applica configurazione" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Salva configurazione" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Rimuovi configurazione" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Esporta" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importa" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Salva la configurazione del pannello come…" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Annulla" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Assegna un nome alla nuova configurazione del pannello" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Salva" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Apri" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Configurazione corrente" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Oggi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Ieri" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Copia di %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Esporta configurazione come…" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Senza titolo" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importa file di configurazione…" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Assegna un nome alla nuova configurazione del pannello" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Backup_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "" +"Applicazione per gestire differenti configurazioni del pannello in Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Si possono creare molte configurazioni del pannello in Xfce. Questo " +"strumento permette di gestire i diversi layout con un minimo sforzo. " +"Xfpanel-switch permette di salvare, ripristinare, importare ed esportare le " +"configurazioni del pannello." diff --git a/po/ja.po b/po/ja.po new file mode 100644 index 0000000..470552f --- /dev/null +++ b/po/ja.po @@ -0,0 +1,142 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Nobuhiro Iwamatsu , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Nobuhiro Iwamatsu , 2018\n" +"Language-Team: Japanese (https://www.transifex.com/xfce/teams/16840/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "パネルプロファイル" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "パネル設定のバックアップと復元をする" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"パネルプロファイル\n" +"パネル設定のバックアップと復元" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "ファイル名" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "更新日" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "設定の適用" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "設定の保存" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "設定の削除" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "エクスポート" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "インポート" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "パネル設定を保存..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "キャンセル" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "新しいパネル設定の名前" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "保存" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "開く" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "現在の設定" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "今日" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "昨日" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (%s のコピー)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "設定のエクスポート..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "タイトルなし" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "設定ファイルのインポート..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "新しいパネル設定の名前" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "バックアップ_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Xfceの異なったパネルレイアウトを管理するアプリケーション" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Xfce パネルを使用することによって、多数のパネルレイアウトを作成できます。このツールは、少しの作業で異なるレイアウトを管理できます。 " +"Xfpanel-switchは、パネルレイアウトのバックアップ、復元、インポート、およびエクスポートを可能にします。" diff --git a/po/kk.po b/po/kk.po new file mode 100644 index 0000000..58f3e47 --- /dev/null +++ b/po/kk.po @@ -0,0 +1,145 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Baurzhan Muftakhidinov , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Baurzhan Muftakhidinov , 2018\n" +"Language-Team: Kazakh (https://www.transifex.com/xfce/teams/16840/kk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kk\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Панель профильдері" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Панель баптауларын қорға көшіру және қалпына келтіру" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Панель профильдері\n" +"Панель баптауларының қор көшірмесін жасау және қалпына келтіру" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Файл аты" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Өзгертілген күні" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Баптауларды іске асыру" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Баптауларды сақтау" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Баптауларды өшіру" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Экспорттау" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Импорттау" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Панель баптауларын қалайша сақтау..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Бас тарту" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Жаңа панель баптауларын атаңыз" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Сақтау" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Ашу" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Ағымдағы баптаулар" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Бүгін" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Кеше" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (%s көшірмесі)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Баптауларды қалайша экспорттау..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Атаусыз" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Баптаулар файлын импорттау..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Жаңа панель баптауларын атау" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Қор_көшірме_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "" +"Xfce ішінде әр түрлі панель конфигурацияларын басқаруға арналған қолданба" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Xfce панелі көмегімен көптеген панель жаймаларын жасауға болады. Бұл құрал " +"әр түрлі жаймаларды оңай басқаруға мүмкіндік береді. Xfpanel-switch " +"көмегімен панель жаймаларының қор көшірмесін жасау, қалпына келтіру, " +"импорттау және экспорттауға болады." diff --git a/po/ko.po b/po/ko.po new file mode 100644 index 0000000..fc6ccb0 --- /dev/null +++ b/po/ko.po @@ -0,0 +1,141 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Cybertramp , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Cybertramp , 2018\n" +"Language-Team: Korean (https://www.transifex.com/xfce/teams/16840/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "패널 속성" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "사용자의 패널 설정을 백업하고 복구" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"패널 속성\n" +"사용자의 패널 설정을 백업하고 복구" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "파일명" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "수정된 날짜" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "설정 적용" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "설정 저장" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "설정 제거" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "내보내기" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "가져오기" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "다른 이름으로 패널 설정 저장" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "취소" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "새로운 패널 설정 이름" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "저장" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "열기" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "현재 설정" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "오늘" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "어제" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s(%s로 복사)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "다른 이름으로 설정 내보내기" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "제목 없음" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "다른 이름으로 설정 불러오기" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "새로운 패널 설정 이름" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "백업...%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Xfce 의 다양한 패널 레이아웃 관리 프로그램" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Xfce 패널을 사용하여 여러 패널 레이아웃을 만들 수 있습니다. 이 도구는 적은 노력으로 다양한 레이아웃을 만들 수 있습니다. " +"Xfpanel-switch는 패널 레이아웃을 가져오고 내보내고 복구하고 백업할 수 있습니다." diff --git a/po/lt.po b/po/lt.po new file mode 100644 index 0000000..be11108 --- /dev/null +++ b/po/lt.po @@ -0,0 +1,144 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Moo, 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Moo, 2018\n" +"Language-Team: Lithuanian (https://www.transifex.com/xfce/teams/16840/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Skydelio profiliai" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Daryti ir atkurti skydelio konfigūracijos atsarginę kopiją" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Skydelio profiliai\n" +"Darykite ir atkurkite skydelio konfigūracijos atsarginę kopiją" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Failo pavadinimas" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Modifikavimo data" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Taikyti konfigūraciją" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Įrašyti konfigūraciją" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Šalinti konfigūraciją" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Eksportuoti" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importuoti" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Įrašyti skydelio konfigūraciją kaip..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Atsisakyti" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Suteikite naujai skydelio konfigūracijai pavadinimą" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Įrašyti" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Atverti" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Esama konfigūracija" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Šiandien" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Vakar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (%s kopija)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Eksportuoti konfigūraciją kaip..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Be pavadinimo" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importuoti konfigūracijos failą..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Suteikite naujai skydelio konfigūracijai pavadinimą" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Atsarginė_kopija_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Programa, skirta tvarkyti įvairius Xfce skydelio išdėstymus" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Naudojant Xfce skydelį gali būti sukurta daugybė skydelio išdėstymų. Šis " +"įrankis leidžia be pastangų tvarkyti įvairius išdėstymus. Xfpanel-switch " +"suteikia galimybę daryti atsargines kopijas, atkurti ir eksportuoti skydelio" +" išdėstymus." diff --git a/po/ms.po b/po/ms.po new file mode 100644 index 0000000..fd4d786 --- /dev/null +++ b/po/ms.po @@ -0,0 +1,143 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# abuyop , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: abuyop , 2018\n" +"Language-Team: Malay (https://www.transifex.com/xfce/teams/16840/ms/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ms\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Profil Panel" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Sandar dan pulihkan konfigurasi panel anda" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Profil Panel\n" +"Sandar dan pulihkan konfigurasi panel anda" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Nama Fail" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Tarikh Diubahsuai" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Laksana Konfigurasi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Simpan Konfigurasi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Buang Konfigurasi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Eksport" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Import" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Simpan konfigurasi panel sebagai..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Batal" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Namakan konfigurasi panel baharu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Simpan" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Buka" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Konfigurasi Semasa" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Hari Ini" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Semalam" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Salinan dari %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Eksport konfigurasi sebagai..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Tidak Bertajuk" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Import fail konfigurasi..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Namakan konfigurasi panel baharu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Sandar_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Aplikasi untuk mengurus pelbagai bentangan panel di dalam Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Banyak bentangan panel boleh dihasilkan menggunakan panel Xfce. Alat ini " +"membolehkan pengurusan pelbagai jenis bentangan tanpa perlu bersusah payah. " +"Xfpanel-switch membolehkan bentangan panel disandar, dipulihkan, diimport " +"dan dieksport." diff --git a/po/nb.po b/po/nb.po new file mode 100644 index 0000000..d0aa605 --- /dev/null +++ b/po/nb.po @@ -0,0 +1,145 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Nick Schermer , 2018 +# Allan Nordhøy , 2018 +# Eirik Dekko , 2018 +# Kjell Cato Heskjestad , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Kjell Cato Heskjestad , 2019\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/xfce/teams/16840/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Panelprofiler" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Reservekopier og gjenopprett paneloppsettet ditt" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Panelprofiler\n" +"Reservekopier og gjenopprett paneloppsettet ditt" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Filnavn" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Dato endret" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Bruk oppsett" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Lagre oppsett" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Fjern oppsett" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Eksporter" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importer" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Lagre paneloppsett som …" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Avbryt" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Det nye paneloppsettets navn" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Lagre" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Åpne" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Gjeldende oppsett" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "I dag" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "I går" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Kopi av %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Eksporter oppsettet som …" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Uten tittel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importer oppsettsfil …" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Det nye paneloppsettets navn" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Reservekopi_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Et program som behandler ulike paneloppsett i Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Man kan utforme Xfce-panelet på mange måter. Dette verktøyet kan enkelt " +"behandle de ulike utformingene. Xfpanel-switch gjør det mulig å " +"reservekopiere, gjenopprette, importere og eksportere paneloppsett." diff --git a/po/nl.po b/po/nl.po new file mode 100644 index 0000000..0cc12d6 --- /dev/null +++ b/po/nl.po @@ -0,0 +1,145 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Pjotr , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Pjotr , 2018\n" +"Language-Team: Dutch (https://www.transifex.com/xfce/teams/16840/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Werkbalkprofielen" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Maak een reservekopie van uw werkbalkinstellingen en herstel ze" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Werkbalkprofielen\n" +"Maak een reservekopie van de instellingen van uw werkbalk en zet die terug" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Bestandnaam" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Bijgewerkt op" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Instellingen toepassen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Instellingen opslaan" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Instellingen verwijderen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Exporteren" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importeren" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Werkbalkinstellingen opslaan als..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Annuleren" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Geef de nieuwe werkbalkinstellingen een naam" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Opslaan" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Openen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Huidige instellingen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Vandaag" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Gisteren" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Kopie van %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Instellingen exporteren als..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Naamloos" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Instellingenbestand importeren..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Geef de nieuwe werkbalkinstellingen een naam" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Reservekopie_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Toepassing om verschillende werkbalkvormen te beheren in Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Met behulp van Xfce Werkbalkwisselaar kunnen er meerdere werkbalkvormen " +"worden gemaakt. Dit gereedschap stelt u in staat om verschillende " +"werkbalkvormen te beheren met slechts een kleine inspanning. Xfce " +"Werkbalkwisselaar maakt het mogelijk om reservekopieën te maken van " +"werkbalkvormen, hen terug te zetten, te importeren en te exporteren." diff --git a/po/pl.po b/po/pl.po new file mode 100644 index 0000000..b64333f --- /dev/null +++ b/po/pl.po @@ -0,0 +1,144 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# No Ne, 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: No Ne, 2018\n" +"Language-Team: Polish (https://www.transifex.com/xfce/teams/16840/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Profile paneli" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Tworzy i przywraca kopie zapasowe konfiguracji paneli" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Profile paneli\n" +"Tworzy kopie zapasowe i przywraca konfiguracje paneli" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Nazwa pliku" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Data modyfikacji" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Wprowadza konfigurację" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Zapisuje konfigurację" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Usuwa konfigurację" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Eksportuje konfigurację" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importuje konfigurację" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Zapisywanie pliku konfiguracji" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Anuluj" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Nazwa nowej konfiguracji panelu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Zapisz" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Otwórz" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Aktualna konfiguracja" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Dzisiaj" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Wczoraj" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (kopia %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Eksportowanie pliku konfiguracji" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Bez nazwy" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importowanie pliku konfiguracji" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Nazwa nowej konfiguracji panelu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Kopia zapasowa %s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Aplikacja do zarządzania różnymi układami paneli w Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Mnogość układów paneli można tworzyć za pomocą panelu Xfce. To narzędzie " +"umożliwia zarządzanie różnymi układami przy niewielkim wysiłku. Xfpanel-" +"switch umożliwia tworzenie kopii zapasowych, przywracanie, importowanie i " +"eksportowanie układów paneli." diff --git a/po/pt.po b/po/pt.po new file mode 100644 index 0000000..53166c2 --- /dev/null +++ b/po/pt.po @@ -0,0 +1,146 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# José Vieira , 2018 +# Nuno Miguel , 2019 +# Hugo Carvalho , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Hugo Carvalho , 2020\n" +"Language-Team: Portuguese (https://www.transifex.com/xfce/teams/16840/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Perfis de Painel" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Guardar e restaurar a configuração do painel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Perfis de Painel\n" +"Guardar e restaurar a configuração do painel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Nome do Ficheiro" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Data de Modificação" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Aplicar Configuração" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Guardar configuração" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Remover Configuração" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Exportar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Guardar configuração do painel como..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Cancelar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Dar um nome à nova configuração do painel " + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Guardar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Abrir" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Configuração Atual" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Hoje" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Ontem" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Cópia de %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Exportar configuração como..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Sem Nome" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importar ficheiro de configuração..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Dar um nome à nova configuração do painel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Backup_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Aplicação para gerir diferentes esquemas de painel no Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Podem ser criados múltiplos esquemas de painel usando o painel do Xfce. Esta" +" ferramenta permite gerir sem esforço diferentes esquemas. A ferramenta " +"Xfpanel-switch permite guardar, restaurar, importar e exportar esquemas de " +"painel." diff --git a/po/pt_BR.po b/po/pt_BR.po new file mode 100644 index 0000000..a417d4a --- /dev/null +++ b/po/pt_BR.po @@ -0,0 +1,145 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Marcelo Tobias , 2018 +# Andre Miranda , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Andre Miranda , 2018\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/xfce/teams/16840/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Perfis do Painel" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Salve e restaure a configuração do seu painel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Perfis do Painel\n" +"Faça backup e restaure sua configuração do painel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Nome do arquivo" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Data da modificação" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Aplicar Configuração" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Salvar Configuração" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Remover Configuração" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Exportar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Salvar configuração do painel como..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Cancelar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Nome da nova configuração do painel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Salvar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Abrir" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Configuração atual" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Hoje" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Ontem" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Cópia de %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Exportar configuração como..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Sem título" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importar arquivo de configuração..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Nome da nova configuração do painel" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Salvar_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Aplicação para gerenciar diferentes layoutes no painel do Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Vários layouts de painel podem ser criados usando o painel Xfce. Essa " +"ferramenta permite gerenciar diferentes layouts com pouco esforço. O " +"Xfpanel-switch possibilita fazer backup, restaurar, importar e exportar " +"layouts de painel." diff --git a/po/ru.po b/po/ru.po new file mode 100644 index 0000000..f235135 --- /dev/null +++ b/po/ru.po @@ -0,0 +1,145 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Igor , 2018 +# Sergey Alyoshin , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Sergey Alyoshin , 2018\n" +"Language-Team: Russian (https://www.transifex.com/xfce/teams/16840/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Профили панели" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Сохранение и восстановление настроек панели" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Профили панели\n" +"Сохранение и восстановление настроек панели" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Имя файла" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Дата изменения" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Применить конфигурацию" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Сохранить конфигурацию" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Удалить конфигурацию" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Экспортировать" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Импортировать" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Сохранить конфигурацию панели как..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Отменить" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Имя для новой конфигурации панели" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Сохранить" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Открыть" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Текущая конфигурация" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Сегодня" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Вчера" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (копия %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Экспортировать конфигурацию как..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Без названия" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Импортировать файл конфигурации..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Имя для новой конфигурации панели" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Копия_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Приложения для управления разными расположениями панелей Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Множество расположений панелей может быть создано при помощи панели Xfce. " +"Данный инструмент позволяет управлять разными расположениями с небольшими " +"усилиями. Xfpanel-switch даёт возможность сохранять, восстанавливать, " +"импортировать и экспортировать расположения панелей." diff --git a/po/sk.po b/po/sk.po new file mode 100644 index 0000000..3bbcf57 --- /dev/null +++ b/po/sk.po @@ -0,0 +1,142 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Nick Schermer , 2018 +# Slavko , 2018 +# Xfce Bot , 2018 +# Dušan Kazik , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Dušan Kazik , 2020\n" +"Language-Team: Slovak (https://www.transifex.com/xfce/teams/16840/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Profily panelov" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Zálohuje a obnovuje konfiguráciu vášho panela" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Profily panelov\n" +"Zálohujte a obnovte konfiguráciu vášho panela" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Názov súboru" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Dátum úpravy" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Použiť konfiguráciu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Uložiť konfiguráciu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Odstrániť konfiguráciu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Export" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Import" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Uložiť konfiguráciu panela ako..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Zrušiť" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Pomenujte novú konfiguráciu panela" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Uložiť" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Otvoriť" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Aktuálna konfigurácia" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Dnes" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Včera" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Kópia súboru %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Exportovať konfiguráciu ako..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Bez názvu" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importovať súbor konfigurácie..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Pomenujte novú konfiguráciu panela" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Záloha_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Aplikácia na správu rôznych rozložení panelov prostredia Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" diff --git a/po/sl.po b/po/sl.po new file mode 100644 index 0000000..69c01d6 --- /dev/null +++ b/po/sl.po @@ -0,0 +1,143 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Arnold Marko , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Arnold Marko , 2019\n" +"Language-Team: Slovenian (https://www.transifex.com/xfce/teams/16840/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Profili pultov" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Shranite in obnovite vaše nastavitve pultov" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Profili pultov\n" +"Varnostno kopiranje in obnovitev vaših nastavitev pulta" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Ime datoteke" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Datum spremembe" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Uveljavi nastavitve" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Shrani nastavitve" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Odstrani nastavitve" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Izvoz" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Uvoz" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Shrani nastavitve pulta kot..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Prekliči" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Ime za nove nastavitve pulta" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Save" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Odpri" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Trenuntne nastavitve" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Danes" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Včeraj" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Kopija %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Izvozi nastavitve kot..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Neimenovano" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Uvozi datoteko z nastavitvami..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Poimenuj nove nastavitve pulta" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Arhiva_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Program za upravljanje različnih razporedov pulta v namizju Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"S pomočjo Xfce panel lahko ustvarimo številne razporeditve pultov. To orodje" +" omogoča enostavno upravljanje različnih razporedov. Xfpanel-switch omogoča " +"shranjevanje in obnavljanje, uvoz ter izvoz razporedov pulta." diff --git a/po/sq.po b/po/sq.po new file mode 100644 index 0000000..03d46d7 --- /dev/null +++ b/po/sq.po @@ -0,0 +1,143 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Besnik Bleta , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Besnik Bleta , 2020\n" +"Language-Team: Albanian (https://www.transifex.com/xfce/teams/16840/sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Profile Paneli" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Kopjeruajeni dhe riktheni formësimin e panelit tuaj" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Profile Paneli\n" +"Kopjeruajeni dhe riktheni formësimin e panelit tuaj" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Emër kartele" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Datë Ndryshimi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Zbatoje Formësimin" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Ruaje Formësimin" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Hiqe Formësimin" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Eksportoje" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importoje" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Ruajeni formësimin e panelit si…" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Anuloje" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Emërtoni formësimin e ri të panelit" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Ruaje" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Hape" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Formësimi i Tanishëm" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Sot" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Dje" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Kopje e %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Eksportoje formësimin si…" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Pa titull" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importoni kartelë formësimi…" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Emërtoni formësimin e ri të panelit" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Kopjeruajtje_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Aplikacion për administrim skemash të ndryshme paneli në Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Duke përdorur panelin Xfce mund të krijohen shumë skema panelesh. Ky mjet " +"lejon administrimin me pak mundim të skemave të ndryshme. Xfpanel-switch bën" +" të mundur të kopjeruhen, rikthehen, importohen dhe eksportohen skema " +"panelesh." diff --git a/po/sr.po b/po/sr.po new file mode 100644 index 0000000..be86fa8 --- /dev/null +++ b/po/sr.po @@ -0,0 +1,143 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Саша Петровић , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Саша Петровић , 2018\n" +"Language-Team: Serbian (https://www.transifex.com/xfce/teams/16840/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Обрасци полице" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Прави умножак поставки полице за чување и враћа га" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Обрасци полице\n" +"За чување и враћање поставки полице" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Име датотеке" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Дан измене" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Примени поставке" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Сачувај поставке" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Уклони поставке" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Извези" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Увези" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Сачувај поставке полице као..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Откажи" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Име нових поставки полице" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Сачувај" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Отвори" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Тренутне поставке" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Данас" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Јуче" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Умножак %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Извези поставке као..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Безимено" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Увези датотеку поставки..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Име нових поставки полице" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Умножак за чување_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Програм за управљање различитим размештајем полице ИксФЦЕ-а" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"На полици ИксФЦЕ-а се могу направити многоструки размештаји. Овај прибор " +"омогућава управљање различитим размештајима са мало труда. Прекидач полице " +"омогућава чување, повраћај, увоз и извоз размештаја полице." diff --git a/po/sv.po b/po/sv.po new file mode 100644 index 0000000..31abdfb --- /dev/null +++ b/po/sv.po @@ -0,0 +1,144 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Xfce Bot , 2018 +# Påvel Nicklasson , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Påvel Nicklasson , 2018\n" +"Language-Team: Swedish (https://www.transifex.com/xfce/teams/16840/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Panelprofiler" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Spara och återställ din panelinställning" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Panelprofiler\n" +"Säkerhetskopiera och återställ panelkonfigurationen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Filnamn" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Ändringsdatum" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Verkställ inställning" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Spara inställning" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Ta bort inställning" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Exportera" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Importera" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Spara panelinställning som..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Avbryt" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Namnge den nya panelinställningen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Spara" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Öppna" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Nuvarande inställning" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Idag" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Igår" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Kopia av %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Exportera inställning som..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Namnlös" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Importera inställningsfil..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Namnge den nya panelinställningen" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Spara_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Program för att hantera olika panellayouter i Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Mängder av panellayouter kan skapas med Xfce-panelen. Det här verktyget " +"möjliggör hantering av olika layouter med liten ansträngning. Xfpanel-switch" +" gör det möjligt att säkerhetskopiera, återställa, importera och exportera " +"panellayouter." diff --git a/po/th.po b/po/th.po new file mode 100644 index 0000000..6fbff7c --- /dev/null +++ b/po/th.po @@ -0,0 +1,143 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Theppitak Karoonboonyanan , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Theppitak Karoonboonyanan , 2019\n" +"Language-Team: Thai (https://www.transifex.com/xfce/teams/16840/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "โพรไฟล์ของพาเนล" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "สำรองและกู้คืนค่าตั้งพาเนลของคุณ" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"โพรไฟล์ของพาเนล\n" +"สำรองและกู้คืนค่าตั้งพาเนลของคุณ" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "ชื่อแฟ้ม" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "เวลาแก้ไข" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "เริ่มใช้ค่าตั้ง" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "บันทึกค่าตั้ง" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "ลบค่าตั้ง" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "ส่งออก" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "นำเข้า" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "บันทึกค่าตั้งพาเพลเป็น..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "ยกเลิก" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "ตั้งชื่อค่าตั้งพาเนลชุดใหม่" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "บันทึก" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "เปิด" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "ค่าตั้งปัจจุบัน" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "วันนี้" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "เมื่อวาน" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (สำเนาของ %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "ส่งออกค่าตั้งเป็น..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Untitled" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "นำเข้าแฟ้มค่าตั้ง..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "ตั้งชื่อค่าตั้งพาเนลชุดใหม่" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Backup_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "แอปพลิเคชันสำหรับจัดการผังพาเนลต่างๆ ใน Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"พาเนลของ Xfce สามารถสร้างผังได้หลากหลายรูปแบบมาก " +"เครื่องมือนี้จะช่วยให้คุณจัดการผังต่างๆ โดยใช้ความพยายามเพียงน้อยนิด " +"Xfpanel-switch ช่วยให้คุณสามารถสำรอง, กู้คืน, นำเข้า และส่งออกผังพาเนลต่างๆ " +"ได้" diff --git a/po/tr.po b/po/tr.po new file mode 100644 index 0000000..e8af1bb --- /dev/null +++ b/po/tr.po @@ -0,0 +1,146 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Demiray Muhterem , 2018 +# Butterfly , 2018 +# Serdar Sağlam , 2019 +# Emin Tufan Çetin , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Emin Tufan Çetin , 2020\n" +"Language-Team: Turkish (https://www.transifex.com/xfce/teams/16840/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Panel Profilleri" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Panel yapılandırmalarını yedekle ve geri yükle" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Panel Profilleri\n" +"Panel yapılandırmalarını yedekle ve geri yükle" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Dosya Adı" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Değiştirme Tarihi" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Yapılandırmayı Uygula" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Yapılandırmayı Kaydet" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Yapılandırmayı Kaldır" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Dışa Aktar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "İçe Aktar" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Panel yapılandırmasını farklı kaydet..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "İptal" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Yeni panel yapılandırma adı" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Kaydet" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Aç" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Geçerli Yapılandırma" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Bugün" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Dün" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Kopyala %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Yapılandırmayı dışa aktar..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Başlıksız" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Yapılandırmayı içe aktar..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Yeni panel yapılandırma adı" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Yedek_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Xfce'deki panel yapılandırmalarını yöneten, yedekleyen uygulama" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Xfce paneli kullanılarak çok sayıda panel yerleşimi oluşturulabilir. Bu " +"araç, farklı düzenleri küçük çabalarla yönetmeyi sağlar. Xfpanel-switch, " +"panel düzenlerini yedekleme, geri yükleme, içe aktarma ve dışa aktarmayı " +"mümkün kılar." diff --git a/po/uk.po b/po/uk.po new file mode 100644 index 0000000..29877ca --- /dev/null +++ b/po/uk.po @@ -0,0 +1,143 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Yarema aka Knedlyk , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Yarema aka Knedlyk , 2018\n" +"Language-Team: Ukrainian (https://www.transifex.com/xfce/teams/16840/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "Профілі панелі" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "Створення запасної копії і відновлення конфігурації Вашої панелі" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"Профілі панелі\n" +"Створення запасної копії і відновлення конфігурації Вашої панелі" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "Ім'я файлу" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "Дата зміни" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "Застосувати конфігурацію" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "Зберегти конфігурацію" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "Вилучити конфігурацію" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "Експорт" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "Імпорт" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "Зберегти конфігурацію панелі як..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "Скасувати" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "Назва нової конфігурації панелі" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "Зберегти" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "Відкрити" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "Поточна конфігурація" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "Сьогодні" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "Вчора" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (Копія %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "Експортувати конфігурацію як..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "Без назви" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "Імпорт файлу конфігурації... " + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "Назва нової конфігурації панелі" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "Запасна копія_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "Програма керуванням різними розкладками панелей в Xfce" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Можна створити безліч конфігурацій панелей, використовуючи панель Xfce. Це " +"знаряддя дозволяє без зусиль керувати різними конфігураціями панелей. За " +"допомогою Xfpanel-switch можна робити запасні копії, відновлювати, " +"імпортувати і експортувати конфігурації панелей." diff --git a/po/xfce4-panel-profiles.pot b/po/xfce4-panel-profiles.pot new file mode 100644 index 0000000..d51b1ae --- /dev/null +++ b/po/xfce4-panel-profiles.pot @@ -0,0 +1,132 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po new file mode 100644 index 0000000..9751f82 --- /dev/null +++ b/po/zh_CN.po @@ -0,0 +1,142 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Levi Zhou , 2018 +# Xiaobo Zhou , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Xiaobo Zhou , 2018\n" +"Language-Team: Chinese (China) (https://www.transifex.com/xfce/teams/16840/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "面板配置文件" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "备份并还原您的面板配置文件" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +" 面板配置\n" +"备份并还原您的面板配置文件" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "文件名" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "日期已更改" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "应用配置更改" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "保存配置" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "移除配置" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "导出" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "导入" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "将配置文件另存为 ..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "取消" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "对新面板的配置文件进行命名" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "保存" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "打开" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "当前配置" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "今天" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "昨天" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (复制了 %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "将配置文件导出为 ..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "无标题" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "导入配置文件中..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "对新面板配置进行命名" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "备份 %s (_B)" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "使用 App 来管理不同的 Xfce 面板布局" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"Xfce 面板能创建出多个不同的布局配置。该小工具能使管理这些布局变得更加便捷。Xfpanel-switch " +"使得备份,还原以及导入导出面板布局皆为可能。" diff --git a/po/zh_HK.po b/po/zh_HK.po new file mode 100644 index 0000000..38160da --- /dev/null +++ b/po/zh_HK.po @@ -0,0 +1,139 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Ivan , 2020 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: Ivan , 2020\n" +"Language-Team: Chinese (Hong Kong) (https://www.transifex.com/xfce/teams/16840/zh_HK/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_HK\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "面板配置文件" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "備份和還原面板配置" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"面板配置文件\n" +"備份和還原面板配置" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "文件名" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "修改日期" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "應用配置" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "保存配置" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "刪除配置" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "導出" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "導入" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "將面板配置另存為..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "取消" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "命名新的面板配置" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "保存" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "打開" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "當前配置" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "今天" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "昨天" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s (複製of %s)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "將配置導出為..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "無標題" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "導入配置文件..." + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "命名新的面板配置" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "備份_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "在Xfce中管理不同面板佈局的應用程序" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po new file mode 100644 index 0000000..9353d9f --- /dev/null +++ b/po/zh_TW.po @@ -0,0 +1,140 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# 黃柏諺 , 2018 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-23 06:37-0400\n" +"PO-Revision-Date: 2018-07-13 15:34+0000\n" +"Last-Translator: 黃柏諺 , 2018\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/xfce/teams/16840/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../xfce4-panel-profiles.desktop.in.h:1 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:51 +msgid "Panel Profiles" +msgstr "面板設定檔" + +#: ../xfce4-panel-profiles.desktop.in.h:2 +msgid "Backup and restore your panel configuration" +msgstr "備份並還原您的面板設定" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:1 +msgid "" +"Panel Profiles\n" +"Backup and restore your panel configuration" +msgstr "" +"面板設定檔\n" +"備份並還原您的面板設定" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:3 +msgid "Filename" +msgstr "檔案名稱" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:4 +msgid "Date Modified" +msgstr "修改日期" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:5 +msgid "Apply Configuration" +msgstr "套用設定" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:6 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:293 +msgid "Save Configuration" +msgstr "儲存設定" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:7 +msgid "Remove Configuration" +msgstr "移除設定" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:8 +msgid "Export" +msgstr "匯出" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:9 +msgid "Import" +msgstr "匯入" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:10 +msgid "Save panel configuration as..." +msgstr "儲存面板設定為……" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:11 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:85 +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:292 +msgid "Cancel" +msgstr "取消" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.glade.h:12 +msgid "Name the new panel configuration" +msgstr "命名新的面板設定" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:80 +msgid "Save" +msgstr "儲存" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:82 +msgid "Open" +msgstr "開啟" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:140 +msgid "Current Configuration" +msgstr "目前的設定" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:160 +msgid "Today" +msgstr "今天" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:162 +msgid "Yesterday" +msgstr "昨天" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:187 +#, python-format +msgid "%s (Copy of %s)" +msgstr "%s(%s 的副本)" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:211 +msgid "Export configuration as..." +msgstr "匯出設定為……" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:212 +msgid "Untitled" +msgstr "未命名" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:224 +msgid "Import configuration file..." +msgstr "匯入設定檔……" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:285 +msgid "Name the new panel configuration" +msgstr "命名新的面板設定" + +#: ../xfce4-panel-profiles/xfce4-panel-profiles.py:309 +#, python-format +msgid "Backup_%s" +msgstr "備份_%s" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:1 +msgid "Application to manage different panel layouts in Xfce" +msgstr "在 Xfce 中管理不同面板的應用程式" + +#: ../data/metainfo/org.xfce.PanelProfiles.appdata.xml.in.h:2 +msgid "" +"Multitude of panel layouts can be created using Xfce panel. This tool " +"enables managing different layouts with little effort. Xfpanel-switch makes " +"it possible to backup, restore, import and export panel layouts." +msgstr "" +"可以使用 Xfce 面板建立多種佈局。這個工具可以輕鬆管理不同的佈局。Xfpanel-switch 讓它可以備份、還原、匯入與匯出面板佈局。" diff --git a/xfce4-panel-profiles.1 b/xfce4-panel-profiles.1 new file mode 100644 index 0000000..920ce2e --- /dev/null +++ b/xfce4-panel-profiles.1 @@ -0,0 +1,82 @@ +.\" Man page written by Emanuele Petriglia for xfce4-panel-profiles. +.TH XFCE4-PANEL-PROFILES "1" "February 2021" "xfce4-panel-profiles 1.0.13" "User Commands" + +.SH Name +xfce4-panel-profiles - A simple application to manage Xfce panel layouts + +.SH SYNOPSIS +.B xfce4-panel-profiles +[ +.I COMMAND +] +.I filename + +.SH DESCRIPTION +\fBxfce4-panel-profiles\fP is a simple application to manage Xfce panel layouts. +It allows you to \fIapply\fP, \fIsave\fP, \fIremove\fP, \fIexport\fP, +\fIimport\fP a panel layout as a profile. You can, as example, backup the +current panel layout, or import a previously exported panel profile. + +\fBxfce4-panel-profiles\fP is a \fIGUI application\fP, but it can be also used +via command line with limited features. + +.SH COMMANDS +.TP +\fBload\fP \fIfilename\fP +Load and apply a previously exported \fIfilename\fP panel profile. +.TP +\fBsave\fP \fIfilename\fP +Save the current panel layout as \fIfilename\fP. The profile's name should end +with \fItar.bz2\fP for clarity. + +.SH FILES +.TP +.I ~/.local/share/xfce4-panel-profiles +User's custom panel profiles storage directory. +.TP +.I /usr/share/xfce4-panel-profiles/layouts +System provided panel profiles storage directory. + +.SH EXAMPLES +.TP +.B xfce4-panel-profiles save backup.tar.bz2 +Make a backup of current panel layout. +.TP +.B xfce4-panel-profiles load backup.tar.bz2 +Load and apply the previously exported panel layout. + +.SH AUTHOR +.TP +2015-2021 +.MT bluesabre@xfce.org +Sean Davis +.ME +.TP +2013 +.MT a.j.buxton@gmail.com +Alistair Buxton +.ME + +.SH REPORTING BUGS +If you encounter a bug in \fBxfce4-panel-profiles\fP, please submit a bug report +to the +.UR https://bugzilla.xfce.org +.I Xfce Bugzilla +.UE . Please note that to do this you will need to have or create +an account on Bugzilla. + +.SH COPYING +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with +this program. If not, see +.UR http://www.gnu.org/licenses +GNU website +.UE . diff --git a/xfce4-panel-profiles/info.py.in.in b/xfce4-panel-profiles/info.py.in.in new file mode 100644 index 0000000..24f526f --- /dev/null +++ b/xfce4-panel-profiles/info.py.in.in @@ -0,0 +1,2 @@ +appname = '%appname%' +version = '%version%' diff --git a/xfce4-panel-profiles/panelconfig.py b/xfce4-panel-profiles/panelconfig.py new file mode 100644 index 0000000..8f082b7 --- /dev/null +++ b/xfce4-panel-profiles/panelconfig.py @@ -0,0 +1,277 @@ +#!/usr/bin/env python3 +# * Configuration switcher for xfce4-panel +# * +# * Copyright 2013 Alistair Buxton +# * +# * License: This program is free software; you can redistribute it and/or +# * modify it under the terms of the GNU General Public License as published +# * by the Free Software Foundation; either version 3 of the License, or (at +# * your option) any later version. This program is distributed in the hope +# * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied +# * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# * GNU General Public License for more details. + +from gi.repository import Gio, GLib +import tarfile +import io +import time +import os + +# yes, python 3.2 has exist_ok, but it will still fail if the mode is different + +whiskermenu_file = 'whiskermenu-1.rc' +whiskermenu_path = os.path.join(GLib.get_home_dir(), '.config/xfce4/panel/', whiskermenu_file) + +def mkdir_p(path): + try: + os.makedirs(path, exist_ok=True) + except FileExistsError: + pass + + +def add_to_tar(t, bytes, arcname): + ti = tarfile.TarInfo(name=arcname) + ti.size = len(bytes) + ti.mtime = time.time() + f = io.BytesIO(bytes) + t.addfile(ti, fileobj=f) + + +class PanelConfig(object): + + def __init__(self): + self.desktops = [] + self.properties = {} + self.whiskermenu_data = "" + self.source = None + + @classmethod + def from_xfconf(cls, xfconf): + pc = PanelConfig() + + result = xfconf.call_sync( + 'GetAllProperties', + GLib.Variant('(ss)', ('xfce4-panel', '')), 0, -1, None) + + props = result.get_child_value(0) + + for n in range(props.n_children()): + p = props.get_child_value(n) + pp = p.get_child_value(0).get_string() + pv = p.get_child_value(1).get_variant() + + pn = GLib.Variant.parse(None, str(pv), None, None) + assert(pv == pn) + + pc.properties[pp] = pv + + pc.remove_orphans() + pc.find_desktops() + + if pc.check_whiskermenu(): + pc.whiskermenu_data = pc.get_whiskermenu_file().read() + + return pc + + @classmethod + def from_file(cls, filename): + pc = PanelConfig() + + pc.source = tarfile.open(filename, mode='r') + config = pc.source.extractfile('config.txt') + + for line in config: + try: + x = line.decode('utf-8').strip().split(' ', 1) + pc.properties[x[0]] = GLib.Variant.parse(None, x[1], None, None) + except: + pass + + pc.remove_orphans() + pc.find_desktops() + + if pc.check_whiskermenu(): + pc.whiskermenu_data = pc.get_whiskermenu_file().read() + + return pc + + def remove_orphans(self): + plugin_ids = set() + rem_keys = [] + + for pp, pv in self.properties.items(): + path = pp.split('/') + if len(path) == 4 and path[0] == '' and path[1] == 'panels' and \ + path[2].startswith('panel-') and path[3] == 'plugin-ids': + plugin_ids.update(pv) + + for pp, pv in self.properties.items(): + path = pp.split('/') + if len(path) == 3 and path[0] == '' and path[1] == 'plugins' and \ + path[2].startswith('plugin-'): + number = path[2].split('-')[1] + try: + if int(number) not in plugin_ids: + rem_keys.append('/plugins/plugin-' + number) + except ValueError: + pass + + self.remove_keys(rem_keys) + + def check_desktop(self, path): + try: + f = self.get_desktop_source_file(path) + bytes = f.read() + f.close() + except (KeyError, FileNotFoundError): + return False + + # Check if binary exists + keyfile = GLib.KeyFile.new() + decoded = bytes.decode() + if keyfile.load_from_data(decoded, len(decoded), + GLib.KeyFileFlags.NONE): + try: + exec_str = keyfile.get_string("Desktop Entry", "Exec") + if self.check_exec(exec_str): + return True + except GLib.Error: # pylint: disable=E0712 + pass # https://bugzilla.xfce.org/show_bug.cgi?id=14597 + + return False + + def check_whiskermenu(self): + try: + f = self.get_whiskermenu_file() + f.close() + + except (KeyError, FileNotFoundError): + return False + + return True + + def find_desktops(self): + rem_keys = [] + + for pp, pv in self.properties.items(): + path = pp.split('/') + if len(path) == 3 and path[0] == '' and path[1] == 'plugins' and \ + path[2].startswith('plugin-'): + number = path[2].split('-')[1] + if pv.get_type_string() == 's' and \ + pv.get_string() == 'launcher': + for d in self.properties['/plugins/plugin-' + number + + '/items'].unpack(): + desktop_path = 'launcher-' + number + '/' + d + if self.check_desktop(desktop_path): + self.desktops.append(desktop_path) + else: + rem_keys.append('/plugins/plugin-' + number) + + self.remove_keys(rem_keys) + + def remove_keys(self, rem_keys): + keys = list(self.properties.keys()) + for param in keys: + for bad_plugin in rem_keys: + if param == bad_plugin or param.startswith(bad_plugin+'/'): + try: + del self.properties[param] + except KeyError: + pass # https://bugzilla.xfce.org/show_bug.cgi?id=14934 + + def get_desktop_source_file(self, desktop): + if getattr(self, 'source', None) is None: + path = os.path.join( + GLib.get_home_dir(), '.config/xfce4/panel/', desktop) + return open(path, 'rb') + else: + return self.source.extractfile(desktop) + + def get_whiskermenu_file(self): + if getattr(self, 'source', None) is None: + return open(whiskermenu_path, 'rb') + + else: + return self.source.extractfile(whiskermenu_file) + + def to_file(self, filename): + if filename.endswith('.gz'): + mode = 'w:gz' + elif filename.endswith('.bz2'): + mode = 'w:bz2' + else: + mode = 'w' + t = tarfile.open(name=filename, mode=mode) + props_tmp = [] + for (pp, pv) in sorted(self.properties.items()): + props_tmp.append(str(pp) + ' ' + str(pv)) + add_to_tar(t, '\n'.join(props_tmp).encode('utf8'), 'config.txt') + + for d in self.desktops: + bytes = self.get_desktop_source_file(d).read() + add_to_tar(t, bytes, d) + + if self.check_whiskermenu(): + bytes = self.get_whiskermenu_file().read() + add_to_tar(t, bytes, whiskermenu_file) + + t.close() + + def check_exec(self, program): + program = program.strip() + if len(program) == 0: + return False + + params = list(GLib.shell_parse_argv(program)[1]) + executable = params[0] + + if os.path.exists(executable): + return True + + path = GLib.find_program_in_path(executable) + if path is not None: + return True + + return False + + def to_xfconf(self, xfconf): + session_bus = Gio.BusType.SESSION + conn = Gio.bus_get_sync(session_bus, None) + + destination = 'org.xfce.Panel' + path = '/org/xfce/Panel' + interface = destination + + dbus_proxy = Gio.DBusProxy.new_sync(conn, 0, None, destination, path, interface, None) + + if dbus_proxy is not None: + # Reset all properties to make sure old settings are invalidated + try: + xfconf.call_sync('ResetProperty', GLib.Variant( + '(ssb)', ('xfce4-panel', '/', True)), 0, -1, None) + except GLib.Error: # pylint: disable=E0712 + pass + + for (pp, pv) in sorted(self.properties.items()): + xfconf.call_sync('SetProperty', GLib.Variant( + '(ssv)', ('xfce4-panel', pp, pv)), 0, -1, None) + + panel_path = os.path.join( + GLib.get_home_dir(), '.config/xfce4/panel/') + for d in self.desktops: + bytes = self.get_desktop_source_file(d).read() + mkdir_p(panel_path + os.path.dirname(d)) + f = open(panel_path + d, 'wb') + f.write(bytes) + f.close() + + try: + dbus_proxy.call_sync('Terminate', GLib.Variant('(b)', ('xfce4-panel',)), 0, -1, None) + except GLib.GError: # pylint: disable=E0712 + pass + + if self.check_whiskermenu(): + f = open(whiskermenu_path, 'wb') + f.write(self.whiskermenu_data) + f.close() diff --git a/xfce4-panel-profiles/xfce4-panel-profiles.glade b/xfce4-panel-profiles/xfce4-panel-profiles.glade new file mode 100644 index 0000000..fc8f87d --- /dev/null +++ b/xfce4-panel-profiles/xfce4-panel-profiles.glade @@ -0,0 +1,357 @@ + + + + + + + + + + + + + + + + + False + Panel Profiles + 350 + 400 + org.xfce.PanelProfiles + dialog + Backup and restore your panel configuration + + + + True + False + vertical + + + False + + + False + False + 0 + + + + + True + False + 6 + + + True + False + vertical + + + True + True + in + + + True + True + liststore1 + 0 + 0 + + + + + + + Filename + True + True + 0 + + + end + + + 1 + + + + + + + Date Modified + True + 2 + + + + + + + True + True + 0 + + + + + True + False + 2 + + + True + False + Apply Configuration + Apply Configuration + True + system-run-symbolic + + + + False + True + + + + + True + False + Save Configuration + Save Configuration + True + document-save-as-symbolic + + + + False + True + + + + + True + False + Remove Configuration + Remove Configuration + True + user-trash-symbolic + + + + False + True + + + + + True + False + Export + Export + True + send-to-symbolic + + + + False + True + + + + + True + False + Import + Import + True + document-open-symbolic + + + + False + True + + + + + + False + True + 1 + + + + + True + False + 12 + + + Help + True + True + True + + + + True + True + 0 + + + + + _Close + True + True + True + True + + + + True + True + 1 + + + + + False + True + 2 + + + + + + + True + True + 1 + + + + + + + False + Save panel configuration as... + False + 200 + document-save-as + dialog + xfpanel_switch_window + + + + + + False + vertical + 2 + + + False + end + + + Cancel + True + True + True + + + True + True + 0 + True + + + + + Save Configuration + True + True + True + + + True + True + 1 + + + + + False + False + 0 + + + + + True + False + 6 + + + True + False + 6 + 12 + + + True + False + dialog-question-symbolic + 6 + + + 0 + 0 + 2 + + + + + True + False + <b>Name the new panel configuration</b> + True + + + 1 + 0 + + + + + True + True + + + 1 + 1 + + + + + + + True + True + 1 + + + + + + button3 + button4 + + + diff --git a/xfce4-panel-profiles/xfce4-panel-profiles.py b/xfce4-panel-profiles/xfce4-panel-profiles.py new file mode 100644 index 0000000..b24030c --- /dev/null +++ b/xfce4-panel-profiles/xfce4-panel-profiles.py @@ -0,0 +1,454 @@ +#!/usr/bin/env python3 +# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- +# Panel Profiles +# Copyright (C) 2013 Alistair Buxton +# Copyright (C) 2015-2021 Sean Davis +# +# This program is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License version 3 or newer, +# as published by the Free Software Foundation. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranties of +# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, see . + +import tarfile + +import gettext +gettext.textdomain('xfce4-panel-profiles') + +from gettext import gettext as _ +from gettext import ngettext + +import shlex +import os +import datetime + +import warnings + +import gi +gi.require_version('Gtk', '3.0') +# Try to import the new Libxfce4ui gir name (since 4.15.7) +# if it does not exists, try the old libxfce4ui +try: + gi.require_version('Libxfce4ui', '2.0') + from gi.repository import Libxfce4ui as libxfce4ui +except ValueError: + gi.require_version('libxfce4ui', '2.0') + from gi.repository import libxfce4ui + +from gi.repository import Gtk, GLib, Gio + +from panelconfig import PanelConfig + +import info + +warnings.filterwarnings("ignore") + +homedir = GLib.get_home_dir() + +class XfcePanelProfiles: + + '''XfcePanelProfiles application class.''' + + data_dir = "xfce4-panel-profiles" + save_location = os.path.join(GLib.get_user_data_dir(), data_dir) + + def __init__(self, from_panel=False): + '''Initialize the Panel Profiles application. + + If 'from_panel' is set to 'True' the application launches 'xfce4-panel + --preferences' when the user closes this application. + ''' + # Temporary fix: https://stackoverflow.com/a/44230815 + _ = libxfce4ui.TitledDialog() + + self.builder = Gtk.Builder() + self.builder.set_translation_domain('xfce4-panel-profiles') + + script_dir = os.path.dirname(os.path.abspath(__file__)) + glade_file = os.path.join(script_dir, "xfce4-panel-profiles.glade") + self.builder.add_from_file(glade_file) + self.builder.connect_signals(self) + + self.window = self.builder.get_object("xfpanel_switch_window") + + self.load_xfconf() + + modified_col = self.builder.get_object('modified_column') + cell = Gtk.CellRendererText() + modified_col.pack_start(cell, False) + modified_col.set_cell_data_func(cell, self.cell_data_func_modified, 2) + + self.treeview = self.builder.get_object('saved_configurations') + self.tree_model = self.treeview.get_model() + for config in self.get_saved_configurations(): + self.tree_model.append(config) + + # Sort by name, then sort by date so timestamp sort is alphabetical + self.tree_model.set_sort_column_id(1, Gtk.SortType.ASCENDING) + self.tree_model.set_sort_column_id(2, Gtk.SortType.DESCENDING) + + if not os.path.exists(self.save_location): + os.makedirs(self.save_location) + + self.from_panel = from_panel + + self.window.show() + + def _copy(self, src, dst): + PanelConfig.from_file(src).to_file(dst) + + def _filedlg(self, title, action, default=None): + if action == Gtk.FileChooserAction.SAVE: + button = _("Save") + else: + button = _("Open") + dialog = Gtk.FileChooserDialog(title=title, + transient_for=self.window, + action=action) + dialog.add_buttons( + _("Cancel"), Gtk.ResponseType.CANCEL, + button, Gtk.ResponseType.ACCEPT + ) + dialog.set_default_response(Gtk.ResponseType.ACCEPT) + if default: + dialog.set_current_name(default) + return dialog + + def load_xfconf(self): + session_bus = Gio.BusType.SESSION + cancellable = None + connection = Gio.bus_get_sync(session_bus, cancellable) + + proxy_property = 0 + interface_properties_array = None + destination = 'org.xfce.Xfconf' + path = '/org/xfce/Xfconf' + interface = destination + + self.xfconf = Gio.DBusProxy.new_sync( + connection, + proxy_property, + interface_properties_array, + destination, + path, + interface, + cancellable) + + def get_data_dirs(self): + dirs = [] + for directory in GLib.get_system_data_dirs(): + path = os.path.join(directory, self.data_dir) + if os.path.isdir(path): + dirs.append(path) + path = os.path.join(path, "layouts") + if os.path.isdir(path): + dirs.append(path) + path = os.path.join(GLib.get_user_data_dir(), self.data_dir) + if os.path.isdir(path): + dirs.append(path) + return list(set(dirs)) + + def get_saved_configurations(self): + now = int(datetime.datetime.now().strftime('%s')) + + results = [('', _('Current Configuration'), now)] + for directory in self.get_data_dirs(): + for filename in os.listdir(directory): + name, ext = os.path.splitext(filename) + name = os.path.splitext(name)[0] + if ext in [".gz", ".bz2"]: + path = os.path.join(directory, filename) + t = int(os.path.getmtime(path)) + results.append((path, name, int(t))) + + return results + + def cell_data_func_modified(self, column, cell_renderer, + tree_model, tree_iter, id): + today_delta = datetime.datetime.today() - datetime.timedelta(days=1) + t = tree_model.get_value(tree_iter, id) + datetime_o = datetime.datetime.fromtimestamp(t) + if datetime_o > today_delta: + modified = _("Today") + elif datetime_o == today_delta: + modified = _("Yesterday") + else: + modified = datetime_o.strftime("%x") + cell_renderer.set_property('text', modified) + return + + def get_selected(self): + model, treeiter = self.treeview.get_selection().get_selected() + values = model[treeiter][:] + return (model, treeiter, values) + + def get_selected_filename(self): + values = self.get_selected()[2] + filename = values[0] + return filename + + def copy_configuration(self, row, new_name, append=True): + values = row[2] + filename = values[0] + old_name = values[1] + created = values[2] + new_filename = new_name + ".tar.bz2" + new_filename = os.path.join(self.save_location, new_filename) + self._copy(filename, new_filename) + if append: + name = _("%s (Copy of %s)") % (new_name, old_name) + self.tree_model.append([new_filename, name, created]) + + def save_configuration(self, name, append=True): + filename = name + ".tar.bz2" + filename = os.path.join(self.save_location, filename) + PanelConfig.from_xfconf(self.xfconf).to_file(filename) + created = int(datetime.datetime.now().strftime('%s')) + if append: + self.tree_model.append([filename, name, created]) + + def on_save_clicked(self, widget): + filename = self.get_selected_filename() + dialog = PanelSaveDialog(self.window) + if dialog.run() == Gtk.ResponseType.ACCEPT: + name = dialog.get_save_name() + if len(name) > 0: + if filename == "": # Current configuration. + self.save_configuration(name) + else: + self.copy_configuration(self.get_selected(), name) + dialog.destroy() + + def on_export_clicked(self, widget): + dialog = self._filedlg(_("Export configuration as..."), + Gtk.FileChooserAction.SAVE, _("Untitled")) + response = dialog.run() + if response == Gtk.ResponseType.ACCEPT: + selected = self.get_selected_filename() + filename = dialog.get_filename() + if selected == "": # Current configuration. + self.save_configuration(filename, False) + else: + self.copy_configuration(self.get_selected(), filename, False) + dialog.destroy() + + def on_import_clicked(self, widget): + dialog = self._filedlg(_("Import configuration file..."), + Gtk.FileChooserAction.OPEN) + response = dialog.run() + if response == Gtk.ResponseType.ACCEPT: + filename = dialog.get_filename() + savedlg = PanelSaveDialog(self.window) + if savedlg.run() == Gtk.ResponseType.ACCEPT: + name = savedlg.get_save_name() + dst = os.path.join(self.save_location, name + ".tar.bz2") + try: + self._copy(filename, dst) + self.tree_model.append( + [dst, name, int(datetime.datetime.now().strftime('%s'))]) + except tarfile.ReadError: + message = _("Invalid configuration file!\n" + "Please select a valid configuration file.") + + errordlg = Gtk.MessageDialog( + transient_for=self.window, modal=True, + message_type=Gtk.MessageType.ERROR, + text=message) + + errordlg.add_button(_("OK"), Gtk.ResponseType.OK) + + errordlg.run() + errordlg.destroy() + + savedlg.destroy() + dialog.destroy() + + def load_configuration(self, filename): + if os.path.isfile(filename): + PanelConfig.from_file(filename).to_xfconf(self.xfconf) + + def on_apply_clicked(self, widget): + filename = self.get_selected_filename() + + dialog = PanelConfirmDialog(self.window) + if dialog.run() == Gtk.ResponseType.ACCEPT: + if dialog.backup.get_active(): + self.on_save_clicked(dialog) + + self.load_configuration(filename) + dialog.destroy() + + def delete_configuration(self, filename): + if os.path.isfile(filename): + os.remove(filename) + + def on_delete_clicked(self, widget): + model, treeiter, values = self.get_selected() + filename = values[0] + if filename == "": # Current configuration. + return + self.delete_configuration(filename) + model.remove(treeiter) + + def on_saved_configurations_cursor_changed(self, widget): + filename = self.get_selected_filename() + + delete = self.builder.get_object('toolbar_delete') + delete.set_sensitive(True if os.access(filename, os.W_OK) else False) + + # Current configuration cannot be applied. + apply = self.builder.get_object('toolbar_apply') + apply.set_sensitive(False if filename == '' else True) + + def on_window_destroy(self, *args): + '''Exit the application when the window is closed.''' + Gtk.main_quit() + + def on_close_clicked(self, *args): + ''' + Exit the application when the window is closed. Optionally launch + 'xfce4-panel --preferences' if the application is launched with + '--from-profile' option. + ''' + if self.from_panel: + path = GLib.find_program_in_path('xfce4-panel') + + if path != None: + GLib.spawn_command_line_async(path + ' --preferences') + + Gtk.main_quit() + + def on_help_clicked(self, *args): + '''Shows Xfce's standard help dialog.''' + libxfce4ui.dialog_show_help(parent=self.window, + component='xfce4-panel-profiles', + page='xfce4-panel-profiles', + offset=None) + + +class PanelSaveDialog(Gtk.MessageDialog): + + def __init__(self, parent=None, default=None): + primary = _("Name the new panel configuration") + Gtk.MessageDialog.__init__( + self, transient_for=parent, modal=True, + message_type=Gtk.MessageType.QUESTION, + text=primary) + self.add_buttons( + _("Cancel"), Gtk.ResponseType.CANCEL, + _("Save Configuration"), Gtk.ResponseType.ACCEPT + ) + self.set_default_icon_name("document-save-as") + self.set_default_response(Gtk.ResponseType.ACCEPT) + box = self.get_message_area() + self.entry = Gtk.Entry.new() + self.entry.set_activates_default(True) + if default: + self.entry.set_text(default) + else: + self.default() + box.pack_start(self.entry, True, True, 0) + box.show_all() + + def default(self): + date = datetime.datetime.now().strftime("%x %X") + date = date.replace(":", "-").replace("/", "-").replace(" ", "_") + name = _("Backup_%s") % date + self.set_save_name(name) + + def get_save_name(self): + return self.entry.get_text().strip() + + def set_save_name(self, name): + self.entry.set_text(name.strip()) + + + +class PanelConfirmDialog(Gtk.MessageDialog): + '''Ask to the user if he wants to apply a configuration, because the current + configuration will be lost.''' + + def __init__(self, parent=None): + message = _("Do you want to apply this configuration?\n" + " The current configuration will be lost!") + + Gtk.MessageDialog.__init__( + self, transient_for=parent, modal=True, + message_type=Gtk.MessageType.QUESTION, + text=message) + + self.add_buttons( + _("Cancel"), Gtk.ResponseType.CANCEL, + _("Apply Configuration"), Gtk.ResponseType.ACCEPT + ) + + self.set_default_icon_name("dialog-information") + self.set_default_response(Gtk.ResponseType.ACCEPT) + + self.backup = Gtk.CheckButton.new() + self.backup.set_label(_("Make a backup of the current configuration")) + + box = self.get_message_area() + box.pack_start(self.backup, True, True, 0) + box.show_all() + +if __name__ == "__main__": + from_panel = False + + import sys + + session_bus = Gio.BusType.SESSION + cancellable = None + connection = Gio.bus_get_sync(session_bus, cancellable) + + proxy_property = 0 + interface_properties_array = None + destination = 'org.xfce.Xfconf' + path = '/org/xfce/Xfconf' + interface = destination + + xfconf = Gio.DBusProxy.new_sync( + connection, + proxy_property, + interface_properties_array, + destination, + path, + interface, + cancellable) + + if len(sys.argv) > 1: + if sys.argv[1] in ['save', 'load']: + try: + if sys.argv[1] == 'save': + PanelConfig.from_xfconf(xfconf).to_file(sys.argv[2]) + elif sys.argv[1] == 'load': + PanelConfig.from_file(sys.argv[2]).to_xfconf(xfconf) + except Exception as e: + print(repr(e)) + exit(1) + exit(0) + elif sys.argv[1] == '--version': + print(info.appname + ' ' + info.version) + exit(0) + elif sys.argv[1] == '--from-panel': + from_panel = True + else: + print('Xfce Panel Profiles - Usage:') + print(info.appname + ' : load graphical user interface.') + print(info.appname + ' save : save current configuration.') + print(info.appname + ' load : load configuration from file.') + print('') + exit(-1) + + main = XfcePanelProfiles(from_panel) + + try: + Gtk.main() + except KeyboardInterrupt: + pass -- cgit v1.2.3