[
  {
    "path": ".gitignore",
    "content": "__pycache__\n*.swp\n*~\ndist/\nMANIFEST\n"
  },
  {
    "path": "COPYING",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "GlobalDialogs.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!-- Generated with glade 3.22.1 -->\n<interface>\n  <requires lib=\"gtk+\" version=\"3.0\"/>\n  <object class=\"GtkAboutDialog\" id=\"AboutWindow\">\n    <property name=\"can_focus\">False</property>\n    <property name=\"border_width\">5</property>\n    <property name=\"title\" translatable=\"yes\">About Indicator Stickynotes</property>\n    <property name=\"modal\">True</property>\n    <property name=\"icon\">Icons/indicator-stickynotes.png</property>\n    <property name=\"type_hint\">dialog</property>\n    <property name=\"program_name\">Indicator Stickynotes</property>\n    <property name=\"version\">0.5.10</property>\n    <property name=\"copyright\">Copyright © 2012-2022 Umang Varma</property>\n    <property name=\"comments\" translatable=\"yes\">Please report bugs, contribute translations, and make suggestions on the Launchpad homepage below.\n\nKeyboard shortcuts:\nCtrl + W:  Delete note\nCtrl + L:  Lock note\nCtrl + N:  New note</property>\n    <property name=\"website\">https://launchpad.net/indicator-stickynotes</property>\n    <property name=\"website_label\">https://launchpad.net/indicator-stickynotes</property>\n    <property name=\"license\">indicator-stickynotes is free software: you can redistribute it and/or\nmodify it under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or (at your\noption) any later version.\n \nindicator-stickynotes is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\nor FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\nmore details.\n \nYou should have received a copy of the GNU General Public License along with\nindicator-stickynotes.  If not, see &lt;http://www.gnu.org/licenses/&gt;.</property>\n    <property name=\"authors\">Umang Varma\n\nContributions from:\nZheng-Ling Lai (GitHub: @jamesljlster)\nJustin Engel (Github: @ justengel)</property>\n    <property name=\"translator_credits\">https://launchpad.net/indicator-stickynotes/+topcontributors\n\nAnton Hryb\nSyaifur Rizal\ntankjb\nVirusyoon\nFiorenza Francesco\nPrzemyslaw Kujawski\nvasco\nsitmex\nYung Shen\njoshg\nFcmam5\nThiagomohrs\nJean-Marc\nRednilec\nDahaka\nМикола Ткач\nGrzegorz Kowalewski\nZhNazarM\nAdem Kürşat UZUN\nViBE\nЦымбарович Петр\nWang Dianjin\nNikos Gr\nAdolfo Jayme\nAndrea Girvasi\nAndrew Chen\ndmm041191\nRobeR\nWormhole\nItamar Carvalho\nIbai Oihanguren Sala\ngogo\nOlivier Girard\ntimbo</property>\n    <property name=\"logo\">Icons/indicator-stickynotes.png</property>\n    <property name=\"wrap_license\">True</property>\n    <child>\n      <placeholder/>\n    </child>\n    <child internal-child=\"vbox\">\n      <object class=\"GtkBox\" id=\"aboutdialog-vbox1\">\n        <property name=\"can_focus\">False</property>\n        <property name=\"orientation\">vertical</property>\n        <property name=\"spacing\">2</property>\n        <child internal-child=\"action_area\">\n          <object class=\"GtkButtonBox\" id=\"aboutdialog-action_area1\">\n            <property name=\"can_focus\">False</property>\n            <property name=\"layout_style\">end</property>\n          </object>\n          <packing>\n            <property name=\"expand\">False</property>\n            <property name=\"fill\">True</property>\n            <property name=\"pack_type\">end</property>\n            <property name=\"position\">0</property>\n          </packing>\n        </child>\n        <child>\n          <placeholder/>\n        </child>\n      </object>\n    </child>\n  </object>\n  <object class=\"GtkDialog\" id=\"wSettings\">\n    <property name=\"can_focus\">False</property>\n    <property name=\"border_width\">5</property>\n    <property name=\"title\" translatable=\"yes\">Settings</property>\n    <property name=\"modal\">True</property>\n    <property name=\"type_hint\">normal</property>\n    <child>\n      <placeholder/>\n    </child>\n    <child internal-child=\"vbox\">\n      <object class=\"GtkBox\" id=\"dialog-vbox1\">\n        <property name=\"can_focus\">False</property>\n        <property name=\"orientation\">vertical</property>\n        <property name=\"spacing\">2</property>\n        <child internal-child=\"action_area\">\n          <object class=\"GtkButtonBox\" id=\"dialog-action_area1\">\n            <property name=\"can_focus\">False</property>\n            <property name=\"layout_style\">end</property>\n            <child>\n              <placeholder/>\n            </child>\n            <child>\n              <object class=\"GtkButton\" id=\"bSettingsOK\">\n                <property name=\"label\">gtk-ok</property>\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">True</property>\n                <property name=\"receives_default\">True</property>\n                <property name=\"use_stock\">True</property>\n              </object>\n              <packing>\n                <property name=\"expand\">False</property>\n                <property name=\"fill\">True</property>\n                <property name=\"position\">1</property>\n              </packing>\n            </child>\n          </object>\n          <packing>\n            <property name=\"expand\">False</property>\n            <property name=\"fill\">True</property>\n            <property name=\"pack_type\">end</property>\n            <property name=\"position\">0</property>\n          </packing>\n        </child>\n        <child>\n          <object class=\"GtkNotebook\" id=\"nbSettings\">\n            <property name=\"visible\">True</property>\n            <property name=\"can_focus\">True</property>\n            <child>\n              <object class=\"GtkBox\" id=\"boxcategoriesOuter\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">False</property>\n                <property name=\"orientation\">vertical</property>\n                <child>\n                  <object class=\"GtkToolbar\" id=\"barCategory\">\n                    <property name=\"visible\">True</property>\n                    <property name=\"can_focus\">False</property>\n                    <property name=\"toolbar_style\">both-horiz</property>\n                    <property name=\"icon_size\">2</property>\n                    <child>\n                      <object class=\"GtkToolButton\" id=\"catNew\">\n                        <property name=\"visible\">True</property>\n                        <property name=\"can_focus\">False</property>\n                        <property name=\"tooltip_text\" translatable=\"yes\">New</property>\n                        <property name=\"is_important\">True</property>\n                        <property name=\"label\" translatable=\"yes\">New</property>\n                        <property name=\"use_underline\">True</property>\n                        <property name=\"stock_id\">gtk-add</property>\n                        <signal name=\"clicked\" handler=\"new_category\" swapped=\"no\"/>\n                      </object>\n                      <packing>\n                        <property name=\"expand\">False</property>\n                        <property name=\"homogeneous\">True</property>\n                      </packing>\n                    </child>\n                  </object>\n                  <packing>\n                    <property name=\"expand\">False</property>\n                    <property name=\"fill\">True</property>\n                    <property name=\"position\">0</property>\n                  </packing>\n                </child>\n                <child>\n                  <object class=\"GtkScrolledWindow\" id=\"scrolledwindow1\">\n                    <property name=\"width_request\">450</property>\n                    <property name=\"height_request\">370</property>\n                    <property name=\"visible\">True</property>\n                    <property name=\"can_focus\">True</property>\n                    <property name=\"vexpand\">True</property>\n                    <property name=\"shadow_type\">in</property>\n                    <child>\n                      <object class=\"GtkViewport\" id=\"viewport1\">\n                        <property name=\"visible\">True</property>\n                        <property name=\"can_focus\">False</property>\n                        <child>\n                          <object class=\"GtkBox\" id=\"boxCategories\">\n                            <property name=\"visible\">True</property>\n                            <property name=\"can_focus\">False</property>\n                            <property name=\"orientation\">vertical</property>\n                            <child>\n                              <placeholder/>\n                            </child>\n                          </object>\n                        </child>\n                      </object>\n                    </child>\n                  </object>\n                  <packing>\n                    <property name=\"expand\">False</property>\n                    <property name=\"fill\">True</property>\n                    <property name=\"position\">1</property>\n                  </packing>\n                </child>\n              </object>\n            </child>\n            <child type=\"tab\">\n              <object class=\"GtkLabel\" id=\"labCatSettings\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">False</property>\n                <property name=\"label\" translatable=\"yes\">_Categories</property>\n                <property name=\"use_underline\">True</property>\n              </object>\n              <packing>\n                <property name=\"tab_fill\">False</property>\n              </packing>\n            </child>\n          </object>\n          <packing>\n            <property name=\"expand\">False</property>\n            <property name=\"fill\">True</property>\n            <property name=\"position\">1</property>\n          </packing>\n        </child>\n      </object>\n    </child>\n    <action-widgets>\n      <action-widget response=\"0\">bSettingsOK</action-widget>\n    </action-widgets>\n  </object>\n</interface>\n"
  },
  {
    "path": "MANIFEST.in",
    "content": "recursive-include po *.po *.pot\n"
  },
  {
    "path": "SettingsCategory.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!-- Generated with glade 3.18.3 -->\n<interface>\n  <requires lib=\"gtk+\" version=\"3.0\"/>\n  <object class=\"GtkWindow\" id=\"winCategory\">\n    <property name=\"can_focus\">False</property>\n    <child>\n      <object class=\"GtkExpander\" id=\"catExpander\">\n        <property name=\"visible\">True</property>\n        <property name=\"can_focus\">True</property>\n        <property name=\"margin_left\">7</property>\n        <property name=\"margin_right\">7</property>\n        <property name=\"margin_bottom\">7</property>\n        <child>\n          <object class=\"GtkGrid\" id=\"grid1\">\n            <property name=\"visible\">True</property>\n            <property name=\"can_focus\">False</property>\n            <child>\n              <object class=\"GtkLabel\" id=\"lBGCol\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">False</property>\n                <property name=\"halign\">start</property>\n                <property name=\"label\" translatable=\"yes\">Background Color</property>\n              </object>\n              <packing>\n                <property name=\"left_attach\">0</property>\n                <property name=\"top_attach\">1</property>\n              </packing>\n            </child>\n            <child>\n              <object class=\"GtkLabel\" id=\"lTextCol\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">False</property>\n                <property name=\"halign\">start</property>\n                <property name=\"label\" translatable=\"yes\">Text Color</property>\n              </object>\n              <packing>\n                <property name=\"left_attach\">0</property>\n                <property name=\"top_attach\">2</property>\n              </packing>\n            </child>\n            <child>\n              <object class=\"GtkColorButton\" id=\"cbBG\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">True</property>\n                <property name=\"receives_default\">True</property>\n                <property name=\"halign\">end</property>\n                <property name=\"title\" translatable=\"yes\">Pick a Background Color</property>\n                <signal name=\"color-set\" handler=\"update_bg\" swapped=\"no\"/>\n              </object>\n              <packing>\n                <property name=\"left_attach\">1</property>\n                <property name=\"top_attach\">1</property>\n              </packing>\n            </child>\n            <child>\n              <object class=\"GtkColorButton\" id=\"cbText\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">True</property>\n                <property name=\"receives_default\">True</property>\n                <property name=\"halign\">end</property>\n                <property name=\"title\" translatable=\"yes\">Pick a Text Color</property>\n                <signal name=\"color-set\" handler=\"update_textcolor\" swapped=\"no\"/>\n              </object>\n              <packing>\n                <property name=\"left_attach\">1</property>\n                <property name=\"top_attach\">2</property>\n              </packing>\n            </child>\n            <child>\n              <object class=\"GtkLabel\" id=\"lName\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">False</property>\n                <property name=\"halign\">start</property>\n                <property name=\"hexpand\">True</property>\n                <property name=\"label\" translatable=\"yes\">Name</property>\n              </object>\n              <packing>\n                <property name=\"left_attach\">0</property>\n                <property name=\"top_attach\">0</property>\n              </packing>\n            </child>\n            <child>\n              <object class=\"GtkEntry\" id=\"eName\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">True</property>\n                <property name=\"invisible_char\">•</property>\n                <signal name=\"changed\" handler=\"eName_changed\" swapped=\"no\"/>\n              </object>\n              <packing>\n                <property name=\"left_attach\">1</property>\n                <property name=\"top_attach\">0</property>\n              </packing>\n            </child>\n            <child>\n              <object class=\"GtkLabel\" id=\"lFont\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">False</property>\n                <property name=\"halign\">start</property>\n                <property name=\"label\" translatable=\"yes\">Font</property>\n              </object>\n              <packing>\n                <property name=\"left_attach\">0</property>\n                <property name=\"top_attach\">3</property>\n              </packing>\n            </child>\n            <child>\n              <object class=\"GtkFontButton\" id=\"fbFont\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">True</property>\n                <property name=\"receives_default\">True</property>\n                <property name=\"halign\">end</property>\n                <property name=\"font\">Sans 12</property>\n                <property name=\"preview_text\"/>\n                <property name=\"show_preview_entry\">False</property>\n                <signal name=\"font-set\" handler=\"update_font\" swapped=\"no\"/>\n              </object>\n              <packing>\n                <property name=\"left_attach\">1</property>\n                <property name=\"top_attach\">3</property>\n              </packing>\n            </child>\n            <child>\n              <object class=\"GtkToolbar\" id=\"catToolbar\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">False</property>\n                <property name=\"toolbar_style\">both-horiz</property>\n                <property name=\"icon_size\">2</property>\n                <child>\n                  <object class=\"GtkToolButton\" id=\"tbMkDef\">\n                    <property name=\"visible\">True</property>\n                    <property name=\"can_focus\">False</property>\n                    <property name=\"tooltip_text\" translatable=\"yes\">Make Default Category</property>\n                    <property name=\"is_important\">True</property>\n                    <property name=\"label\" translatable=\"yes\">Make Default</property>\n                    <property name=\"use_underline\">True</property>\n                    <property name=\"stock_id\">gtk-index</property>\n                    <signal name=\"clicked\" handler=\"make_default\" swapped=\"no\"/>\n                  </object>\n                  <packing>\n                    <property name=\"expand\">False</property>\n                    <property name=\"homogeneous\">True</property>\n                  </packing>\n                </child>\n                <child>\n                  <object class=\"GtkToolButton\" id=\"tbDelete\">\n                    <property name=\"visible\">True</property>\n                    <property name=\"can_focus\">False</property>\n                    <property name=\"tooltip_text\" translatable=\"yes\">Delete</property>\n                    <property name=\"is_important\">True</property>\n                    <property name=\"label\" translatable=\"yes\">Delete</property>\n                    <property name=\"use_underline\">True</property>\n                    <property name=\"stock_id\">gtk-delete</property>\n                    <signal name=\"clicked\" handler=\"delete_cat\" swapped=\"no\"/>\n                  </object>\n                  <packing>\n                    <property name=\"expand\">False</property>\n                    <property name=\"homogeneous\">True</property>\n                  </packing>\n                </child>\n              </object>\n              <packing>\n                <property name=\"left_attach\">0</property>\n                <property name=\"top_attach\">4</property>\n                <property name=\"width\">2</property>\n              </packing>\n            </child>\n          </object>\n        </child>\n        <child type=\"label\">\n          <object class=\"GtkLabel\" id=\"lExp\">\n            <property name=\"visible\">True</property>\n            <property name=\"can_focus\">False</property>\n            <property name=\"label\" translatable=\"yes\">New Category</property>\n            <attributes>\n              <attribute name=\"scale\" value=\"1.75\"/>\n            </attributes>\n          </object>\n        </child>\n      </object>\n    </child>\n  </object>\n</interface>\n"
  },
  {
    "path": "StickyNotes.ui",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!-- Generated with glade 3.22.1 -->\n<interface>\n  <requires lib=\"gtk+\" version=\"3.0\"/>\n  <requires lib=\"gtksourceview\" version=\"3.0\"/>\n  <object class=\"GtkImage\" id=\"imgAdd\">\n    <property name=\"visible\">True</property>\n    <property name=\"can_focus\">False</property>\n    <property name=\"pixbuf\">Icons/add.png</property>\n  </object>\n  <object class=\"GtkImage\" id=\"imgClose\">\n    <property name=\"visible\">True</property>\n    <property name=\"can_focus\">False</property>\n    <property name=\"pixbuf\">Icons/close.png</property>\n  </object>\n  <object class=\"GtkImage\" id=\"imgDropdown\">\n    <property name=\"visible\">True</property>\n    <property name=\"can_focus\">False</property>\n    <property name=\"pixbuf\">Icons/menu.png</property>\n  </object>\n  <object class=\"GtkImage\" id=\"imgLock\">\n    <property name=\"visible\">True</property>\n    <property name=\"can_focus\">False</property>\n    <property name=\"pixbuf\">Icons/lock.png</property>\n  </object>\n  <object class=\"GtkImage\" id=\"imgUnlock\">\n    <property name=\"visible\">True</property>\n    <property name=\"can_focus\">False</property>\n    <property name=\"pixbuf\">Icons/unlock.png</property>\n  </object>\n  <object class=\"GtkWindow\" id=\"MainWindow\">\n    <property name=\"name\">main-window</property>\n    <property name=\"can_focus\">False</property>\n    <property name=\"title\" translatable=\"yes\">Sticky Notes</property>\n    <property name=\"hide_titlebar_when_maximized\">True</property>\n    <property name=\"type_hint\">utility</property>\n    <property name=\"skip_taskbar_hint\">True</property>\n    <property name=\"decorated\">False</property>\n    <signal name=\"focus-out-event\" handler=\"focus_out\" swapped=\"no\"/>\n    <child>\n      <placeholder/>\n    </child>\n    <child>\n      <object class=\"GtkBox\" id=\"mainBox\">\n        <property name=\"visible\">True</property>\n        <property name=\"can_focus\">False</property>\n        <property name=\"orientation\">vertical</property>\n        <child>\n          <object class=\"GtkBox\" id=\"topBox\">\n            <property name=\"visible\">True</property>\n            <property name=\"can_focus\">False</property>\n            <signal name=\"button-press-event\" handler=\"move\" swapped=\"no\"/>\n            <child>\n              <object class=\"GtkButton\" id=\"bClose\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">True</property>\n                <property name=\"focus_on_click\">False</property>\n                <property name=\"receives_default\">True</property>\n                <property name=\"tooltip_text\" translatable=\"yes\">Delete</property>\n                <property name=\"image\">imgClose</property>\n                <property name=\"relief\">none</property>\n                <property name=\"image_position\">top</property>\n                <signal name=\"clicked\" handler=\"delete\" swapped=\"no\"/>\n                <accelerator key=\"w\" signal=\"clicked\" modifiers=\"GDK_CONTROL_MASK\"/>\n              </object>\n              <packing>\n                <property name=\"expand\">False</property>\n                <property name=\"fill\">True</property>\n                <property name=\"position\">0</property>\n              </packing>\n            </child>\n            <child>\n              <object class=\"GtkEventBox\" id=\"movebox1\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">False</property>\n                <signal name=\"button-press-event\" handler=\"move\" swapped=\"no\"/>\n                <child>\n                  <placeholder/>\n                </child>\n              </object>\n              <packing>\n                <property name=\"expand\">True</property>\n                <property name=\"fill\">True</property>\n                <property name=\"position\">1</property>\n              </packing>\n            </child>\n            <child>\n              <object class=\"GtkButton\" id=\"bAdd\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">True</property>\n                <property name=\"focus_on_click\">False</property>\n                <property name=\"receives_default\">True</property>\n                <property name=\"tooltip_text\" translatable=\"yes\">New Note</property>\n                <property name=\"image\">imgAdd</property>\n                <property name=\"relief\">none</property>\n                <signal name=\"clicked\" handler=\"add\" swapped=\"no\"/>\n                <accelerator key=\"n\" signal=\"clicked\" modifiers=\"GDK_CONTROL_MASK\"/>\n              </object>\n              <packing>\n                <property name=\"expand\">False</property>\n                <property name=\"fill\">True</property>\n                <property name=\"pack_type\">end</property>\n                <property name=\"position\">1</property>\n              </packing>\n            </child>\n            <child>\n              <object class=\"GtkButton\" id=\"bMenu\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">True</property>\n                <property name=\"focus_on_click\">False</property>\n                <property name=\"receives_default\">True</property>\n                <property name=\"image\">imgDropdown</property>\n                <property name=\"relief\">none</property>\n                <signal name=\"clicked\" handler=\"popup_menu\" swapped=\"no\"/>\n              </object>\n              <packing>\n                <property name=\"expand\">False</property>\n                <property name=\"fill\">True</property>\n                <property name=\"pack_type\">end</property>\n                <property name=\"position\">2</property>\n              </packing>\n            </child>\n            <child>\n              <object class=\"GtkButton\" id=\"bLock\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">True</property>\n                <property name=\"focus_on_click\">False</property>\n                <property name=\"receives_default\">True</property>\n                <property name=\"margin_left\">10</property>\n                <property name=\"image\">imgUnlock</property>\n                <property name=\"relief\">none</property>\n                <signal name=\"clicked\" handler=\"lock_clicked\" swapped=\"no\"/>\n                <accelerator key=\"l\" signal=\"clicked\" modifiers=\"GDK_CONTROL_MASK\"/>\n              </object>\n              <packing>\n                <property name=\"expand\">False</property>\n                <property name=\"fill\">True</property>\n                <property name=\"pack_type\">end</property>\n                <property name=\"position\">3</property>\n              </packing>\n            </child>\n          </object>\n          <packing>\n            <property name=\"expand\">False</property>\n            <property name=\"fill\">True</property>\n            <property name=\"position\">0</property>\n          </packing>\n        </child>\n        <child>\n          <object class=\"GtkSourceView\" id=\"txtNote\">\n            <property name=\"name\">txt-note</property>\n            <property name=\"visible\">True</property>\n            <property name=\"can_focus\">True</property>\n            <property name=\"has_focus\">True</property>\n            <property name=\"hexpand\">True</property>\n            <property name=\"vexpand\">True</property>\n            <property name=\"hscroll_policy\">natural</property>\n            <property name=\"vscroll_policy\">natural</property>\n            <property name=\"wrap_mode\">word</property>\n            <property name=\"left_margin\">7</property>\n            <property name=\"right_margin\">7</property>\n            <property name=\"tab_width\">4</property>\n            <property name=\"indent_on_tab\">False</property>\n          </object>\n          <packing>\n            <property name=\"expand\">False</property>\n            <property name=\"fill\">True</property>\n            <property name=\"position\">1</property>\n          </packing>\n        </child>\n        <child>\n          <object class=\"GtkBox\" id=\"bottomBox\">\n            <property name=\"visible\">True</property>\n            <property name=\"can_focus\">False</property>\n            <signal name=\"button-press-event\" handler=\"move\" swapped=\"no\"/>\n            <child>\n              <object class=\"GtkEventBox\" id=\"movebox2\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">False</property>\n                <signal name=\"button-press-event\" handler=\"move\" swapped=\"no\"/>\n                <child>\n                  <placeholder/>\n                </child>\n              </object>\n              <packing>\n                <property name=\"expand\">True</property>\n                <property name=\"fill\">True</property>\n                <property name=\"position\">0</property>\n              </packing>\n            </child>\n            <child>\n              <object class=\"GtkEventBox\" id=\"eResizeR\">\n                <property name=\"visible\">True</property>\n                <property name=\"can_focus\">False</property>\n                <signal name=\"button-press-event\" handler=\"resize\" swapped=\"no\"/>\n                <child>\n                  <object class=\"GtkImage\" id=\"imgResizeR\">\n                    <property name=\"visible\">True</property>\n                    <property name=\"can_focus\">False</property>\n                    <property name=\"pixbuf\">Icons/resizer.png</property>\n                    <signal name=\"button-press-event\" handler=\"resize\" swapped=\"no\"/>\n                  </object>\n                </child>\n              </object>\n              <packing>\n                <property name=\"expand\">False</property>\n                <property name=\"fill\">True</property>\n                <property name=\"pack_type\">end</property>\n                <property name=\"position\">1</property>\n              </packing>\n            </child>\n          </object>\n          <packing>\n            <property name=\"expand\">False</property>\n            <property name=\"fill\">True</property>\n            <property name=\"position\">2</property>\n          </packing>\n        </child>\n      </object>\n    </child>\n  </object>\n</interface>\n"
  },
  {
    "path": "indicator-stickynotes-i18n.desktop.in",
    "content": "[Desktop Entry]\nType=Application\nName=Indicator Stickynotes\nGenericName=Sticky Notes\nComment=Write reminders on notes\n# this file is used by xgettext to build the .pot file\n"
  },
  {
    "path": "indicator-stickynotes.desktop",
    "content": "[Desktop Entry]\nType=Application\nName=Indicator Stickynotes\nName[ar]=Indicator Stickynotes\nName[be]=Індыкатар нататак\nName[ca]=Indicador Notes adhesives\nName[en_GB]=Indicator Stickynotes\nName[es]=Indicador Notas adhesivas\nName[eu]=Ohar itsaskorren jakinarazlea\nName[fr]=Indicateur Pense-bêtes\nName[he]=Indicator Stickynotes\nName[id]=Indikator Catatan Tempel\nName[it]=Indicator Note\nName[ko]=스티키노트\nName[ms]=Penunjuk Nota Lekat\nName[pt]=Indicator Stickynotes\nName[pt_BR]=Indicador de Notas Adesivas\nName[sv]=Indicator Stickynotes\nName[tr]=Göstergeç Yapışkan Notlar\nName[uk]=Нотатки\nName[zh_CN]=Indicator Stickynotes\nGenericName=Sticky Notes\nGenericName[ar]=مذكرات لاصقة\nGenericName[be]=Ліпучыя нататкі\nGenericName[ca]=Notes adhesives\nGenericName[cs]=Lepící poznámky\nGenericName[da]=Post-It noter\nGenericName[de]=Klebezettel\nGenericName[el]=Sticky Notes\nGenericName[en_GB]=Sticky Notes\nGenericName[es]=Notas adhesivas\nGenericName[eu]=Ohar itsaskorrak\nGenericName[fr]=Pense-bêtes\nGenericName[he]=פתקים נצמדים\nGenericName[hi]=स्टिकी नोट्स\nGenericName[hr]=Ljepljive bilješke\nGenericName[hu]=Ragadós jegyzetek\nGenericName[id]=Catatan Tempel\nGenericName[it]=Note adesive\nGenericName[ko]=스티키 노트\nGenericName[lt]=Lipnūs rašteliai\nGenericName[ms]=Nota Lekat\nGenericName[pl]=Żółte karteczki\nGenericName[pt]=Sticky Notes\nGenericName[pt_BR]=Notas adesivas\nGenericName[ru]=Sticky Notes\nGenericName[si]=අලවන සටහන්\nGenericName[sk]=Sticky Notes\nGenericName[sv]=Fästisar\nGenericName[tr]=Yapışkan Notlar\nGenericName[uk]=Липкі нотатки\nGenericName[zh_CN]=便笺\nGenericName[zh_TW]=便利貼\nComment=Write reminders on notes\nComment[ar]=كتابة المذكّرات في الملاحظات\nComment[be]=Дадаваць напаміны на нататкі\nComment[ca]=Escriviu els recordatoris a les notes\nComment[es]=Escriba los recordatorios en notas\nComment[eu]=Idatzi gogorarazleak oharretan\nComment[fr]=Écrire les rappels sur les notes\nComment[he]=כתיבת התזכורות בפתקיות\nComment[id]=Tulis pengingat pada catatan\nComment[it]=Scrivi promemoria sulle note\nComment[ko]=알람 지정\nComment[ms]=Tulis peringatan atas nota\nComment[pt]=Escrever lembretes nas notas\nComment[pt_BR]=Escreva lembretes nas notas\nComment[sv]=Skriv påminnelser på Fästisar\nComment[uk]=Запишіть нагадування в нотатках\nComment[zh_CN]=在便签上填写备忘录\nComment[zh_TW]=在便條紙上填寫備忘錄\nIcon=indicator-stickynotes\nExec=indicator-stickynotes\nCategories=Utility;TextTools;\nHidden=False\nX-GNOME-autostart-enabled=true\n"
  },
  {
    "path": "indicator-stickynotes.desktop.in",
    "content": "[Desktop Entry]\nType=Application\n_Name=Indicator Stickynotes\n_GenericName=Sticky Notes\n_Comment=Write reminders on notes\nIcon=indicator-stickynotes\nExec=indicator-stickynotes\nCategories=Utility;TextTools;\nHidden=False\nX-GNOME-autostart-enabled=true\n"
  },
  {
    "path": "indicator-stickynotes.py",
    "content": "#!/usr/bin/python3\n# \n# Copyright © 2012-2016 Umang Varma <umang.me@gmail.com>\n# \n# This file is part of indicator-stickynotes.\n# \n# indicator-stickynotes is free software: you can redistribute it and/or\n# modify it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or (at your\n# option) any later version.\n# \n# indicator-stickynotes is distributed in the hope that it will be useful, but\n# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\n# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n# more details.\n# \n# You should have received a copy of the GNU General Public License along with\n# indicator-stickynotes.  If not, see <http://www.gnu.org/licenses/>.\n\nfrom stickynotes.backend import Note, NoteSet\nfrom stickynotes.gui import *\nimport stickynotes.info\nfrom stickynotes.info import MO_DIR, LOCALE_DOMAIN\n\nimport gi\ngi.require_version('Gtk', '3.0')\ngi.require_version('GtkSource', '3.0')\ngi.require_version('AppIndicator3', '0.1')\nfrom gi.repository import Gtk, Gdk\nfrom gi.repository import AppIndicator3 as appindicator\n\nimport os.path\nimport locale\nimport argparse\nfrom locale import gettext as _\nfrom functools import wraps\nfrom shutil import copyfile, SameFileError\n\nimport socket\nimport sys\n\ndef save_required(f):\n    \"\"\"Wrapper for functions that require a save after execution\"\"\"\n    @wraps(f)\n    def _wrapper(self, *args, **kwargs):\n        ret = f(self, *args, **kwargs)\n        self.save()\n        return ret\n    return _wrapper\n\nclass IndicatorStickyNotes:\n    def __init__(self, args = None):\n        self.args = args\n        # use development data file if requested\n        isdev = args and args.d\n        self.data_file = stickynotes.info.DEBUG_SETTINGS_FILE if isdev \\\n                else stickynotes.info.SETTINGS_FILE\n        # Initialize NoteSet\n        self.nset = NoteSet(StickyNote, self.data_file, self)\n        try:\n            self.nset.open()\n        except FileNotFoundError:\n            self.nset.load_fresh()\n        except Exception as e:\n            err = _(\"Error reading data file. Do you want to \"\n                \"backup the current data?\")\n            winError = Gtk.MessageDialog(None, None, Gtk.MessageType.ERROR,\n                    Gtk.ButtonsType.NONE, err)\n            winError.add_buttons(Gtk.STOCK_CANCEL, Gtk.ResponseType.REJECT,\n                    _(\"Backup\"), Gtk.ResponseType.ACCEPT)\n            winError.set_title(_(\"Indicator Stickynotes\"))\n            resp = winError.run()\n            winError.hide()\n            if resp == Gtk.ResponseType.ACCEPT:\n                self.backup_datafile()\n            winError.destroy()\n            self.nset.load_fresh()\n\n        # If all notes were visible previously, show them now\n        if self.nset.properties.get(\"all_visible\", True):\n            self.nset.showall()\n        # Create App Indicator\n        self.ind = appindicator.Indicator.new(\n                \"Sticky Notes\", \"indicator-stickynotes\",\n                appindicator.IndicatorCategory.APPLICATION_STATUS)\n        # Delete/modify the following file when distributing as a package\n        self.ind.set_icon_theme_path(os.path.abspath(os.path.join(\n            os.path.dirname(__file__), 'Icons')))\n        self.ind.set_icon(\"indicator-stickynotes-mono\")\n        self.ind.set_status(appindicator.IndicatorStatus.ACTIVE)\n        self.ind.set_title(_(\"Sticky Notes\"))\n        # Create Menu\n        self.menu = Gtk.Menu()\n        self.mNewNote = Gtk.MenuItem(_(\"New Note\"))\n        self.menu.append(self.mNewNote)\n        self.mNewNote.connect(\"activate\", self.new_note, None)\n        self.mNewNote.show()\n\n        s = Gtk.SeparatorMenuItem.new()\n        self.menu.append(s)\n        s.show()\n\n        self.mShowAll = Gtk.MenuItem(_(\"Show All\"))\n        self.menu.append(self.mShowAll)\n        self.mShowAll.connect(\"activate\", self.showall, None)\n        self.mShowAll.show()\n\n        self.mHideAll = Gtk.MenuItem(_(\"Hide All\"))\n        self.menu.append(self.mHideAll)\n        self.mHideAll.connect(\"activate\", self.hideall, None)\n        self.mHideAll.show()\n\n        s = Gtk.SeparatorMenuItem.new()\n        self.menu.append(s)\n        s.show()\n\n        self.mLockAll = Gtk.MenuItem(_(\"Lock All\"))\n        self.menu.append(self.mLockAll)\n        self.mLockAll.connect(\"activate\", self.lockall, None)\n        self.mLockAll.show()\n\n        self.mUnlockAll = Gtk.MenuItem(_(\"Unlock All\"))\n        self.menu.append(self.mUnlockAll)\n        self.mUnlockAll.connect(\"activate\", self.unlockall, None)\n        self.mUnlockAll.show()\n\n        s = Gtk.SeparatorMenuItem.new()\n        self.menu.append(s)\n        s.show()\n\n        self.mExport = Gtk.MenuItem(_(\"Export Data\"))\n        self.menu.append(self.mExport)\n        self.mExport.connect(\"activate\", self.export_datafile, None)\n        self.mExport.show()\n\n        self.mImport = Gtk.MenuItem(_(\"Import Data\"))\n        self.menu.append(self.mImport)\n        self.mImport.connect(\"activate\", self.import_datafile, None)\n        self.mImport.show()\n\n        s = Gtk.SeparatorMenuItem.new()\n        self.menu.append(s)\n        s.show()\n\n        self.mAbout = Gtk.MenuItem(_(\"About\"))\n        self.menu.append(self.mAbout)\n        self.mAbout.connect(\"activate\", self.show_about, None)\n        self.mAbout.show()\n\n        self.mSettings = Gtk.MenuItem(_(\"Settings\"))\n        self.menu.append(self.mSettings)\n        self.mSettings.connect(\"activate\", self.show_settings, None)\n        self.mSettings.show()\n\n        s = Gtk.SeparatorMenuItem.new()\n        self.menu.append(s)\n        s.show()\n\n        self.mQuit = Gtk.MenuItem(_(\"Quit\"))\n        self.menu.append(self.mQuit)\n        self.mQuit.connect(\"activate\", Gtk.main_quit, None)\n        self.mQuit.show()\n        # Connect Indicator to menu\n        self.ind.set_menu(self.menu)\n\n        # Define secondary action (middle click)\n        self.connect_secondary_activate()\n\n    def new_note(self, *args):\n        self.nset.new()\n\n    def showall(self, *args):\n        self.nset.showall(*args)\n        self.connect_secondary_activate()\n\n    def hideall(self, *args):\n        self.nset.hideall()\n        self.connect_secondary_activate()\n\n    def connect_secondary_activate(self):\n        \"\"\"Define action of secondary action (middle click) depending\n        on visibility state of notes.\"\"\"\n        if self.nset.properties[\"all_visible\"] == True:\n            self.ind.set_secondary_activate_target(self.mHideAll)\n        else:\n            self.ind.set_secondary_activate_target(self.mShowAll)\n\n\n    @save_required\n    def lockall(self, *args):\n        for note in self.nset.notes:\n            note.set_locked_state(True)\n        \n    @save_required\n    def unlockall(self, *args):\n        for note in self.nset.notes:\n            note.set_locked_state(False)\n\n    def backup_datafile(self):\n        winChoose = Gtk.FileChooserDialog(_(\"Export Data\"), None,\n                Gtk.FileChooserAction.SAVE, (Gtk.STOCK_CANCEL,\n                    Gtk.ResponseType.CANCEL, Gtk.STOCK_SAVE,\n                    Gtk.ResponseType.ACCEPT))\n        winChoose.set_do_overwrite_confirmation(True)\n        response = winChoose.run()\n        backupfile = None\n        if response == Gtk.ResponseType.ACCEPT:\n            backupfile =  winChoose.get_filename()\n        winChoose.destroy()\n        if backupfile:\n            try:\n                copyfile(os.path.expanduser(self.data_file), backupfile)\n            except SameFileError:\n                err = _(\"Please choose a different \"\n                    \"destination for the backup file.\")\n                winError = Gtk.MessageDialog(None, None,\n                        Gtk.MessageType.ERROR, Gtk.ButtonsType.CLOSE, err)\n                winError.run()\n                winError.destroy()\n                self.backup_datafile()\n\n    def export_datafile(self, *args):\n        self.backup_datafile()\n\n    def import_datafile(self, *args):\n        winChoose = Gtk.FileChooserDialog(_(\"Import Data\"), None,\n                Gtk.FileChooserAction.OPEN, (Gtk.STOCK_CANCEL,\n                    Gtk.ResponseType.CANCEL, Gtk.STOCK_OPEN,\n                    Gtk.ResponseType.ACCEPT))\n        response = winChoose.run()\n        backupfile = None\n        if response == Gtk.ResponseType.ACCEPT:\n            backupfile =  winChoose.get_filename()\n        winChoose.destroy()\n        if backupfile:\n            try:\n                with open(backupfile, encoding=\"utf-8\") as fsock:\n                    self.nset.merge(fsock.read())\n            except Exception as e:\n                err = _(\"Error importing data.\")\n                winError = Gtk.MessageDialog(None, None,\n                        Gtk.MessageType.ERROR, Gtk.ButtonsType.CLOSE, err)\n                winError.run()\n                winError.destroy()\n\n    def show_about(self, *args):\n        show_about_dialog()\n\n    def show_settings(self, *args):\n        wSettings = SettingsDialog(self.nset)\n\n    def save(self):\n        self.nset.save()\n\ndef main():\n    # Avoid duplicate process\n    # From https://stackoverflow.com/questions/788411/check-to-see-if-python-script-is-running\n    procLock = socket.socket(socket.AF_UNIX, socket.SOCK_DGRAM)\n    try:\n        procLock.bind('\\0' + 'indicator-stickynotes')\n    except socket.error:\n        print('Indicator stickynotes already running.')\n        sys.exit()\n\n    try:\n        locale.setlocale(locale.LC_ALL, '')\n    except:\n        locale.setlocale(locale.LC_ALL, 'C')\n    # If we're running from /usr, then .mo files are not in MO_DIR.\n    if os.path.abspath(__file__)[:4] == '/usr':\n        # Fallback to default\n        locale_dir = None\n    else:\n        locale_dir = os.path.join(os.path.dirname(__file__), MO_DIR)\n    locale.bindtextdomain(LOCALE_DOMAIN, locale_dir)\n    locale.textdomain(LOCALE_DOMAIN)\n\n    parser = argparse.ArgumentParser(description=_(\"Sticky Notes\"))\n    parser.add_argument(\"-d\", action='store_true', help=\"use the development\"\n            \" data file\")\n    args = parser.parse_args()\n\n    indicator = IndicatorStickyNotes(args)\n    # Load global css for the first time.\n    load_global_css()\n    Gtk.main()\n    indicator.save()\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "po/POTFILES.in",
    "content": "# files added by intltool-prepare\nindicator-stickynotes.desktop.in\n"
  },
  {
    "path": "po/ar.po",
    "content": "# Arabic translation for indicator-stickynotes\n# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2015-11-29 00:00+0000\\n\"\n\"Last-Translator: Fcmam5 <Unknown>\\n\"\n\"Language-Team: Arabic <ar@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"خطأ في قراءة ملف البيانات. هل تريد عمل نسخة احتياطية للبينات الحالية\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"النسخ الاحتياطي\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Indicator Stickynotes\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"مذكرات لاصقة\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"ملاحظة جديدة\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"أظهر الكل\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"إخفاء الكلّ\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"إقفل الكل\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"فك قفل الكل\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"تصدير البيانات\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"استورد البيانات\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"عَنْ التطبيق\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"الإعدادات\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"خروج\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"رجاءا, إختر مسارا آخر لملف النسخ الإحتياطي.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"خطأ في تحميل البيانات\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"حول تطبيق Indicator Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"رجاءا أخبرنا بالأخطاء, شارك بالترجمة, و إطرح اقتراحاتك على صفحة Launchpad \"\n\"التالية\\n\"\n\"\\n\"\n\"إختصارات لوحة المفاتيح:\\n\"\n\"Ctrl + W:  حذف الملاحظة\\n\"\n\"Ctrl + L:  قفل الملاحظة\\n\"\n\"Ctrl + N:  ملاحظة جديدة\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"جديد\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_الفئات\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"لون الخلفية\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"لون النص\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"إختر لون الخلفية\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"إختر لون النص\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"الاسم\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"الخط\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"إختر فئة إفتراضية\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"جعله افتراضيًا\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"احذف\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"فئة جديدة\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"دائما في المقدمة\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"الفئات:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"أمتأكد من رغبتك بحذف هذه المُلاحظه ؟\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"فتح القفل\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"اقفل\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"الفئة الإفتراضية\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"هل أنت متأكد من رغبتك في حذف هذه الفئة؟\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"كتابة المذكّرات في الملاحظات\"\n"
  },
  {
    "path": "po/be.po",
    "content": "# Belarusian translation for indicator-stickynotes\n# Copyright (c) 2021 Rosetta Contributors and Canonical Ltd 2021\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2022-02-13 18:11+0000\\n\"\n\"Last-Translator: Anton Hryb <Unknown>\\n\"\n\"Language-Team: Belarusian <be@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2022-02-14 04:48+0000\\n\"\n\"X-Generator: Launchpad (build 619f92fce32b9c4e9124c2dcf63f8ea9f3342386)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\"Памылка чытання файла з данымі. Жадаеце зрабіць рэзервовую копію бягучых \"\n\"даных?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Рэзервовая копія\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Індыкатар нататак\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Ліпучыя нататкі\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Новая нататка\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Паказаць усе\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Схаваць усе\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Заблакіраваць усе\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Разблакіраваць усе\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Экспартаваць даныя\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Імпартаваць даныя\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Аб праграме\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Налады\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Выйсці\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"Выберыце іншае месца прызначэння для файла рэзервовай копіі.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"Памылка імпартавання даных.\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Аб індыкатары нататак\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Можаце паведаміць аб памылцы, палепшыць пераклад, або ўнесці прапановы на \"\n\"старонцы ніжэй.\\n\"\n\"\\n\"\n\"Гарачыя клавішы:\\n\"\n\"Ctrl + W:  Выдаліць нататку\\n\"\n\"Ctrl + L:  Заблакіраваць нататку\\n\"\n\"Ctrl + N:  Стварыць новую нататку\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Стварыць\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Катэгорыі\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Колер фону\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Колер тэксту\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Выбраць колер фону\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Выбраць колер тэксту\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Назва\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Шрыфт\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Зрабіць перадвызначаную катэгорыю\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Перадвызначыць\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Выдаліць\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Новая катэгорыя\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Заўсёды наверсе\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Катэгорыі:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Сапраўды жадаеце выдаліць гэту нататку?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Разблакіраваць\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Заблакіраваць\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Перадвызначаная катэгорыя\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Сапраўды жадаеце выдаліць гэту катэгорыю?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"Дадаваць напаміны на нататкі\"\n"
  },
  {
    "path": "po/ca.po",
    "content": "# Catalan translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2019-08-15 18:52+0000\\n\"\n\"Last-Translator: Toni Estevez <toni.estevez@gmail.com>\\n\"\n\"Language-Team: Catalan <ca@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2019-08-16 04:43+0000\\n\"\n\"X-Generator: Launchpad (build 19022)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\"S'ha produït un error en llegir el fitxer de dades. Voleu fer una còpia de \"\n\"seguretat de les dades actuals?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Còpia de seguretat\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Indicador Notes adhesives\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Notes adhesives\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Nota nova\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Mostra totes les nostes\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Amaga totes les nostes\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Bloca totes les nostes\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Desbloca totes les nostes\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Exporta dades\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Importa dades\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Quant a\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Configuració\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Surt\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\"Seleccioneu una ubicació diferent per al fitxer de còpia de seguretat.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"S'ha produït un error en importar dades.\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Quant a l'Indicador Notes adhesives\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Informeu d'errors, aporteu traduccions i feu suggeriments a la pàgina de \"\n\"Launchpad que hi ha a continuació.\\n\"\n\"\\n\"\n\"Dreceres de teclat:\\n\"\n\"Ctrl + W: Suprimeix la nota\\n\"\n\"Ctrl + L: Bloqueja la nota\\n\"\n\"Ctrl + N: Nova nota\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Nova\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Categories\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Color de fons\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Color del text\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Trieu un color de fons\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Trieu el color del text\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Nom\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Tipus de lletra\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Convertir en la categoria per defecte\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Per defecte\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Suprimeix\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Categoria nova\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Sempre per sobre\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Categories:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Segur que voleu suprimir aquesta nota?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Desbloca\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Bloca\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Categoria per defecte\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Segur que voleu suprimir aquesta categoria?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"Escriviu els recordatoris a les notes\"\n"
  },
  {
    "path": "po/cs.po",
    "content": "# Czech translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2013-02-19 12:38+0000\\n\"\n\"Last-Translator: Mirek Bily <Unknown>\\n\"\n\"Language-Team: Czech <cs@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Lepící poznámky\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Nová poznámka\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Zobrazit vše\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Skrýt vše\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Uzamknout vše\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Odemknout vše\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"O aplikaci\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Nastavení\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Ukončit\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"O aplikaci Indikátor lepících poznámek\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Prosím hlásit chyby, přispívat k překladům a předkládat návrhy můžete na \"\n\"stránkách Launchpad níže.\\n\"\n\"\\n\"\n\"Klávesové zkratky:\\n\"\n\"Ctrl + W: Smazat poznámku\\n\"\n\"Ctrl + L: Uzamknout poznámku\\n\"\n\"Ctrl + N: Nová poznámka\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Nový\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Kategorie\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Barva pozadí\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Barva textu\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Vyber barvu pozadí\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Vyber barvu textu\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Název\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Písmo\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Nastavit jako výchozí kategorii\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Nastavit jako výchozí\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Smazat\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Nová kategorie\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Vždy nahoře\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Kategorie:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Opravdu chcete smazat tuto poznámku?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Odemknout\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Uzamknout\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Výchozí kategorie\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Opravdu chceš smazat tuto kategorii?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/da.po",
    "content": "# Danish translation for indicator-stickynotes\n# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2015-04-30 18:01+0000\\n\"\n\"Last-Translator: Rednilec <Ida.Celinder@gmail.com>\\n\"\n\"Language-Team: Danish <da@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Post-It noter\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Ny Note\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Vis Alt\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Skjul Alt\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Lås Alt\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Lås Alt Op\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Om\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Indstillinger\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Afslut\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Om Indicator Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Vær venlig at oplyse fejl, hjælpe med oversættelser, og komme med forslag på \"\n\"Launchpad's hjemmeside herunder.\\n\"\n\"\\n\"\n\"Tastatur genveje:\\n\"\n\"Ctrl + W: Slet note\\n\"\n\"Ctrl + L: Lås note\\n\"\n\"Ctrl + N: Ny note\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Ny\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Kategorier\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Baggrundsfarve\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Tekstfarve\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Vælg en Baggrundsfarve\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Vælg en Tekstfarve\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Navn\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Skrifttype\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Opret Standard Kategori\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Gør til Standard\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Slet\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Ny Kategori\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Altid øverst\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Kategorier:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Er du sikker på at du vil slette denne note?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Lås op\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Lås\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Standard Kategori\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Er du sikker på at du vil slette denne kategori?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/de.po",
    "content": "# German translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2013-06-25 21:22+0000\\n\"\n\"Last-Translator: Timo Schneemann <Unknown>\\n\"\n\"Language-Team: German <de@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Klebezettel\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Neue Notiz\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Alle anzeigen\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Alle verstecken\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Alle sperren\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Alle entsperren\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Über\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Einstellungen\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Beenden\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Über Indicator Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Für Fehlerberichte, Fragen und Anregungen schaue auf der Launchpad homepage \"\n\"vorbei\\n\"\n\"  \\n\"\n\"Shortcuts:\\n\"\n\"Ctrl +W: Notiz löschen\\n\"\n\"Ctrl + L: Notiz sperren\\n\"\n\"Ctrl + N: Neue Notiz\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Neu\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Kategorien\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Hintergrundfarbe\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Schriftfarbe\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Wähle eine Hintergrundfarbe\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Wähle eine Schriftfarbe\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Name\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Schriftart\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Diese Kategorie als Vorgabe verwenden\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Als Vorgabe verwenden\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Löschen\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Neue Kategorie\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Immer im Vordergrund\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Kategorien:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Soll diese Notiz wirklich gelöscht werden?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Entsprerren\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Sperren\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Standard-Kategorie\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Bist Du sicher, dass diese Kategorie gelöscht werden soll?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/el.po",
    "content": "# Greek translation for indicator-stickynotes\n# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2013-10-30 01:50+0000\\n\"\n\"Last-Translator: Nikos Gr <Unknown>\\n\"\n\"Language-Team: Greek <el@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Sticky Notes\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Νέα Σημείωση\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Εμφάνιση Όλων\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Απόκρυψη Όλων\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Κλείδωμα Όλων\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Ξεκλείδωμα Όλων\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Σχετικά\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Ρυθμίσεις\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Κλείσιμο\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Σχετικά με το Indicator Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Παρακαλούμε αναφέρετε σφάλματα, συνεισφέρετε στη μετάφραση, και υποβάλλετε \"\n\"τις προτάσεις σας στην σελίδα μας στο Launchpad παρακάτω.\\n\"\n\"\\n\"\n\"Συντομεύσεις πληκτρολογίου:\\n\"\n\"Ctrl+W: Διαγραφή σημείωσης\\n\"\n\"Ctrl+L: Κλείδωμα σημείωσης\\n\"\n\"Ctrl+N: Νέα σημείωση\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Νέα\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Κατηγορίες\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Χρώμα φόντου\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Χρώμα Κειμένου\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Επιλέξτε Χρώμα Φόντου\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Επιλέξτε Χρώμα Κειμένου\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Όνομα\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Γραμματοσειρά\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Επιλογή ως Προεπιλεγμένη Κατηγορία\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Να γίνει προεπιλεγμένη\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Διαγραφή\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Νέα Κατηγορία\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Πάντα στην κορυφή\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Κατηγορίες:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Είστε σίγουρος οτι θέλετε να διαγράψετε αυτή τη σημείωση;\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Ξεκλείδωμα\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Κλείδωμα\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Προεπιλεγμένη Κατηγορία\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Θέλετε σίγουρα να διαγράψετε την κατηγορία;\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/en_GB.po",
    "content": "# English (United Kingdom) translation for indicator-stickynotes\n# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013\n# This file is distributed under the same license as the indicator-stickynotes package.\n# Cathal Garvey <translations.launchpad.net-8812@cgarvey.com>, 2013.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: Cathal Garvey <translations.launchpad.net-\"\n\"8812@cgarvey.com>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2015-06-04 17:31+0000\\n\"\n\"Last-Translator: Umang Varma <umang.me@gmail.com>\\n\"\n\"Language-Team: English (United Kingdom) <en_GB@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Indicator Stickynotes\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Sticky Notes\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"New Note\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Show All\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Hide All\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Lock All\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Unlock All\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"About\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Settings\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Quit\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"About Indicator Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"New\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Categories\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Background Colour\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Text Colour\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Pick a Background Colour\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Pick a Text Colour\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Name\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Font\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Make Default Category\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Make Default\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Delete\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"New Category\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Always on top\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Categories:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Are you sure you want to delete this note?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Unlock\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Lock\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Default Category\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Are you sure you want to delete this category?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/es.po",
    "content": "# Spanish translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2019-08-15 18:53+0000\\n\"\n\"Last-Translator: Toni Estevez <toni.estevez@gmail.com>\\n\"\n\"Language-Team: Spanish <es@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2019-08-16 04:43+0000\\n\"\n\"X-Generator: Launchpad (build 19022)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\"Error al leer el archivo de datos. ¿Quiere hacer una copia de seguridad de \"\n\"los datos actuales?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Copia de Seguridad\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Indicador Notas adhesivas\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Notas adhesivas\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Nota nueva\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Mostrar todas las nostas\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Ocultar todas las nostas\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Bloquear todas las notas\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Desbloquear todas las notas\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Exportar datos\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Importar información\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Acerca de\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Configuración\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Salir\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"Seleccione una ubicación diferente para la copia de seguridad.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"Error al importar la información.\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Acerca de Indicator Notas adhesivas\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Informe de errores, contribuya con traducciones y haga sugerencias en la \"\n\"página de Launchpad que aparece a continuación.\\n\"\n\"\\n\"\n\"Atajos de teclado:\\n\"\n\"Ctrl + W: Eliminar nota\\n\"\n\"Ctrl + L: Bloquear nota\\n\"\n\"Ctrl + N: Nota nueva\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Nueva\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Categorías\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Color de fondo\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Color del texto\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Elija un color de fondo\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Elija el color del texto\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Nombre\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Tipografía\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Convertir en la categoría por defecto\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Por defecto\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Eliminar\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Categoría nueva\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Siempre encima\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Categorías:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"¿Seguro de que quiere eliminar esta nota?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Desbloquear\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Bloquear\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Categoría por defecto\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"¿Seguro de que quiere eliminar esta categoría?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"Escriba los recordatorios en notas\"\n"
  },
  {
    "path": "po/eu.po",
    "content": "# Basque translation for indicator-stickynotes\n# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2015-09-03 10:31+0000\\n\"\n\"Last-Translator: Ibai Oihanguren Sala <Unknown>\\n\"\n\"Language-Team: Basque <eu@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\"Errorea datuen fitxategia irakurtzean. Uneko datuen babeskopia egin nahi \"\n\"duzu?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Babeskopia\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Ohar itsaskorren jakinarazlea\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Ohar itsaskorrak\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Ohar berria\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Erakutsi denak\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Ezkutatu denak\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Blokeatu denak\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Desblokeatu denak\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Esportatu datuak\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Inportatu datuak\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Honi buruz\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Ezarpenak\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Irten\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"Aukeratu helburu-kokaleku desberdin bat babeskopiarentzat.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"Errorea datuak inportatzean.\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Indicator Stickynotes-i buruz\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Eman erroreen berri, lagundu itzulpenekin, eta bidali zure iradokizunak \"\n\"ondorengo Launchpadeko orrian:\\n\"\n\"\\n\"\n\"Laster-teklak:\\n\"\n\"Ktrl + W: Ezabatu oharra\\n\"\n\"Ktrl + L: Blokeatu oharra\\n\"\n\"Ktrl + N: Ohar berria\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Berria\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Kategoriak\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Atzeko planoaren kolorea\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Testuaren kolorea\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Hautatu atzeko planoaren kolorea\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Hautatu testuaren kolorea\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Izena\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Letra-tipoa\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Bihurtu kategoria lehenetsi\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Bihurtu lehenetsi\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Ezabatu\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Kategoria berria\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Beti gainean\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Kategoriak:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Ziur ohar hau ezabatu nahi duzula?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Desblokeatu\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Blokeatu\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Kategoria lehenetsia\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Ziur kategoria hau ezabatu nahi duzula?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"Idatzi gogorarazleak oharretan\"\n"
  },
  {
    "path": "po/fr.po",
    "content": "# French translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2015-11-22 14:16+0000\\n\"\n\"Last-Translator: Jean-Marc <Unknown>\\n\"\n\"Language-Team: French <fr@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\"Erreur de lecture de fichier de données. Voulez-vous sauvegarder les données \"\n\"actuelles ?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Sauvegarder\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Indicateur Pense-bêtes\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Pense-bêtes\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Nouvelle note\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Tout afficher\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Tout masquer\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Tout verrouiller\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Tout déverrouiller\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Exporter les données\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Importer les données\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"À propos\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Préférences\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Quitter\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\"Veuillez choisir une autre destination pour le fichier de sauvegarde.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"Erreur lors de l'importation des données.\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"À propos de l'indicateur Pense-bêtes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Veuillez signaler les bogues, contribuer à la traduction et faire des \"\n\"suggestions sur la page d'accueil Launchpad suivante.\\n\"\n\"\\n\"\n\"Raccourcis claviers :\\n\"\n\"Ctrl + W : supprime la note\\n\"\n\"Ctrl + L : verrouille la note\\n\"\n\"Ctrl + N : nouvelle note\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Ajouter\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Catégories\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Couleur d’arrière-plan\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Couleur du texte\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Choisir une couleur d'arrière-plan\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Choisir une couleur de texte\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Nom\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Police de caractères\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"En faire la catégorie par défaut\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Définir par défaut\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Supprimer\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Nouvelle catégorie\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Toujours au premier plan\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Catégories :\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Êtes-vous sûr de vouloir supprimer cette note ?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Déverrouiller\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Verrouiller\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Catégorie par défaut\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Voulez-vous vraiment supprimer cette catégorie ?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"Écrire les rappels sur les notes\"\n"
  },
  {
    "path": "po/he.po",
    "content": "# Hebrew translation for indicator-stickynotes\n# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2016-03-12 21:13+0000\\n\"\n\"Last-Translator: AmiG <Unknown>\\n\"\n\"Language-Team: Hebrew <he@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"שגיאה בקריאת קובץ נתונים. האם לבצע גיבוי של הנתונים הקיימים?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"גיבוי\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Indicator Stickynotes\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"פתקים נצמדים\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"פתק חדש\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"הצגת הכול\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"הסתרת הכל\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"נעל הכל\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"שחרר הכל\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"ייצוא נתונים\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"ייבוא נתונים\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"אודות\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"הגדרות\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"יציאה\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"יש לבחור יעד שונה לקובץ הגיבוי.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"שגיאה בייבוא נתונים.\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"אודות Indicator Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"בבקשה דווח על תקלה, תרום תרגום, והצע הצעות בדף הבית ב Launchpad בקישור \"\n\"המצורף למטה.\\n\"\n\"\\n\"\n\"קיצורי מקשים:\\n\"\n\"Ctrl + W: מחק פתק\\n\"\n\"Ctrl + L: נעל פתק\\n\"\n\"Ctrl + N: פתק חדש\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"חדש\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_קטגוריות\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"צבע רקע\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"צבע הטקסט\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"בחר צבע רקע\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"בחר צבע טקסט\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"שם\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"גופן\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"הפוך לקטגורית ברירת מחדל\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"הפיכה לבררת מחדל\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"מחק\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"קטגוריה חדשה\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"תמיד עליון\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"קטגוריות:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"האם אתה בטוח שאתה רוצה למחוק פתק זה?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"שחרור נעילה\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"נעל\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"קטגורית ברירת מחדל\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"האם אתה בטוח שברצונך למחוק קטגוריה זו?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"כתיבת התזכורות בפתקיות\"\n"
  },
  {
    "path": "po/hi.po",
    "content": "# Hindi translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2013-02-01 11:03+0000\\n\"\n\"Last-Translator: Umang Varma <umang.me@gmail.com>\\n\"\n\"Language-Team: Hindi <hi@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"स्टिकी नोट्स\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"नया नोट\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"सभी दिखाएं\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"सभी छुपाएं\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"सभी लौक करें\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"सभी अनलौक करें\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"जानकारी\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"सेटिंग्स\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"बंद करें\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"स्टिकी नोट्स के बारे में\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"नया\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"अक्षरों का रंग\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"नाम\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"मिटाएँ\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"क्या आप इस नोट को हटाने के लिए निश्चित हैं?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"लौक खोलें\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"लौक\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/hr.po",
    "content": "# Croatian translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2013-02-24 23:54+0000\\n\"\n\"Last-Translator: gogo <trebelnik2@gmail.com>\\n\"\n\"Language-Team: Croatian <hr@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Ljepljive bilješke\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Nova bilješka\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Prikaži sve\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Sakrij sve\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Zaključaj sve\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Otključaj sve\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"O programu\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Postavke\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Zatvori\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"O indikatoru Ljepljivih bilješki\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Molim prijavite greške, doprinosite prijevodu i predložite želje na \"\n\"Launchpad web stranici ispod.\\n\"\n\"\\n\"\n\"Prečaci tipkovnice:\\n\"\n\"Ctrl + W:  obriši bilješku\\n\"\n\"Ctrl + L:  zaključaj bilješku\\n\"\n\"Ctrl + N:  nova bilješka\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Nova\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Kategorije\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Boja pozadine\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Boja teksta\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Odaberi boju pozadine\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Odaberi boju teksta\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Naziv\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Slovo\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Zadaj kao uobičajenu kategoriju\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Postavi uobičajenim\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Obriši\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Nova kategorija\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Uvijek na vrhu\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Kategorije:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Sigurno želite obrisati ovu bilješku?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Otključaj\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Zaključaj\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Uobičajena kategorija\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Sigurno želite obrisati ovu kategoriju?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/hu.po",
    "content": "# Hungarian translation for indicator-stickynotes\n# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2015-07-04 22:38+0000\\n\"\n\"Last-Translator: ViBE <Unknown>\\n\"\n\"Language-Team: Hungarian <hu@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Ragadós jegyzetek\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Új jegyzet\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Összes megjelenítése\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Összes elrejtése\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Összes zárolása\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Összes feloldása\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Jegyzetek mentése\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Jegyzetek betöltése\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Névjegy\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Beállítások\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Kilépés\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"Nem sikerült betölteni a jegyzeteket.\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Ragadós jegyzetek névjegye\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Hibákat, fordítással kapcsolatos eltéréseket, valamint javaslatokat \"\n\"Launchpad-on keresztül jelenthetsz be.\\n\"\n\"\\n\"\n\"Gyorsbillentyűk:\\n\"\n\"Ctrl + W: Jegyzet törlése\\n\"\n\"Ctrl + L: Jegyzet zárolása\\n\"\n\"Ctrl + N: Új jegyzet\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Új kategória\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"Kategóriák\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Háttérszín\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Szövegszín\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Háttérszín kiválasztása\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Szövegszín kiválasztása\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Kategória neve\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Betűtípus\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Beállítások használata alapértelmezettként\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Beállítás alapértelmezettként\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Törlés\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Új kategória\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Mindig előtérben\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Kategóriák:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Biztos vagy benne, hogy törlöd a jegyzetet?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Feloldás\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Zárolás\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Alapértelmezett kategória\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Biztos vagy benne, hogy törlöd ezt a kategóriát?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/id.po",
    "content": "# Indonesian translation for indicator-stickynotes\n# Copyright (c) 2021 Rosetta Contributors and Canonical Ltd 2021\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2021-07-10 01:38+0000\\n\"\n\"Last-Translator: Syaifur Rizal <Unknown>\\n\"\n\"Language-Team: Indonesian <id@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2021-07-11 06:31+0000\\n\"\n\"X-Generator: Launchpad (build 1b66c075b8638845e61f40eb9036fabeaa01f591)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\"Kesalahan dalam pembacaan berkas. Apakah Anda ingin mencadangkan data ini \"\n\"sekarang?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Cadangan\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Indikator Catatan Tempel\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Catatan Tempel\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Catatan Baru\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Tampilkan Semua\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Sembunyikan Semua\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Kunci Semua\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Buka Semua Kunci\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Ekspor Data\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Impor Data\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Perihal\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Pengaturan\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Keluar\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"Mohon pilih lokasi yang berbeda untuk mencadangkan berkas.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"Kesalahan dalam mengimpor data.\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Tentang Indikator Catatan Tempel\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Mohon laporkan kesalahan program, ikut berkontribusi dalam penerjemahan, dan \"\n\"memberi saran-saran pada laman situs Launchpad di bawah ini.\\n\"\n\"\\n\"\n\"Pintasan papan ketik:\\n\"\n\"Ctrl + W: Hapus catatan\\n\"\n\"Ctrl + L: Kunci catatan\\n\"\n\"Ctrl + N: Catatan baru\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Baru\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Kategori\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Warna Latar Belakang\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Warna Teks\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Pilih Warna Latar Belakang\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Pilih Warna Teks\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Nama\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Jenis Huruf\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Jadikan Sebagai Kategori Utama\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Jadikan Sebagai Setelan Utama\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Hapus\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Kategori Baru\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Selalu di atas\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Kategori:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Apakah Anda yakin ingin menghapus catatan ini?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Buka Kunci\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Kunci\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Kategori Utama\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Apakah Anda benar-benar ingin menghapus kategori ini?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"Tulis pengingat pada catatan\"\n"
  },
  {
    "path": "po/indicator-stickynotes.pot",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: PACKAGE VERSION\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2022-03-12 15:31-0800\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"Language-Team: LANGUAGE <LL@li.org>\\n\"\n\"Language: \\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=CHARSET\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\n#: indicator-stickynotes.py:65\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:70\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:71 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:91 indicator-stickynotes.py:278 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:94 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:103\nmsgid \"Show All\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:108\nmsgid \"Hide All\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:117\nmsgid \"Lock All\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:122\nmsgid \"Unlock All\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:131 indicator-stickynotes.py:200\nmsgid \"Export Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:136 indicator-stickynotes.py:226\nmsgid \"Import Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:145\nmsgid \"About\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:150 GlobalDialogs.ui:104 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:159\nmsgid \"Quit\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:214\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:240\nmsgid \"Error importing data.\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:163 GlobalDialogs.ui:165\nmsgid \"New\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:219\nmsgid \"_Categories\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:345\n#: stickynotes/gui.py:366\nmsgid \"New Category\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:277\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:309\nmsgid \"Unlock\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:310\nmsgid \"Lock\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:368\nmsgid \"Default Category\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:375\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/it.po",
    "content": "# Italian translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2017-07-14 08:12+0000\\n\"\n\"Last-Translator: Fiorenza Francesco <fiorenzaf@gmail.com>\\n\"\n\"Language-Team: Italian <it@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\"Errore nella lettura del file di dati. Vuoi effettuare un backup dei file \"\n\"attuali?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Indicator Note\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Note adesive\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Nuova nota\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Mostra Tutto\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Nascondi Tutto\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Blocca tutto\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Sblocca tutto\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Esporta dati\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Importa Dati\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Informazioni\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Impostazioni\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Chiudi\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"Per favore seleziona un differente percorso per il file di backup\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"Errore nell'importazione dei dati\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"A proposito di Indicator Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Si prega di segnalare problemi, contribuire alle traduzioni e dare \"\n\"suggerimenti nella homepage Launchpad sotto.\\n\"\n\"\\n\"\n\"Scorciatoie da tastiera:\\n\"\n\"Ctrl + W: Cancella nota\\n\"\n\"Ctrl + L: Blocca nota\\n\"\n\"Ctrl + N: Nuova nota\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Nuovo\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Categorie\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Colore di Sfondo\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Colore del Testo\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Scegli colore sfondo\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Seleziona un Colore del Testo\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Nome\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Carattere\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Imposta Come Categoria Predefinita\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Imposta Come Predefinito\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Cancella\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Nuova Categoria\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Sempre in primo piano\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Categorie:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Sei sicuro di voler cancellare questa nota?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Sblocca\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Blocca\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Categoria Predefinita\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Sei sicuro di voler cancellare questa categoria?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"Scrivi promemoria sulle note\"\n"
  },
  {
    "path": "po/ko.po",
    "content": "# Korean translation for indicator-stickynotes\n# Copyright (c) 2017 Rosetta Contributors and Canonical Ltd 2017\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2017-10-15 14:29+0000\\n\"\n\"Last-Translator: Virusyoon <virusyoon@gmail.com>\\n\"\n\"Language-Team: Korean <ko@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"데이터 파일을 읽을 수 없습니다. 현재 데이터를 백업 하시겠습니까?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"백업\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"스티키노트\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"스티키 노트\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"새 메모\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"모두 표시\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"모두 숨기기\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"모두 잠금\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"모두 해제\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"데이터 내보내기\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"데이터 불러오기\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"프로그램 정보\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"설정\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"끝내기\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"백업 파일의 다른 대상을 선택하십시오.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"데이터 가져오기 실패\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"스티키 노트에 대하여\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"버그를보고하고, 번역을 제공하고, 아래의 런치 패드 홈페이지에 제안 해주십시오.\\n\"\n\"단축키:\\n\"\n\"Ctrl + W: 노트 삭제\\n\"\n\"Ctrl + L: 노트 잠금\\n\"\n\"Ctrl + N: 새 노트\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"신규\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"분류(_C)\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"배경색\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"글자 색\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"배경색 선택\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"글자색 선택\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"이름\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"글꼴\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"기본 분류로 지정\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"기본값으로 하기\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"삭제\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"새 분류\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"항상 위\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"분류:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"이 메모를 삭제하시겠습니까?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"잠금 해제\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"잠금\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"기본 분류\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"이분류를 삭제하시겠습니까?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"알람 지정\"\n"
  },
  {
    "path": "po/lt.po",
    "content": "# Lithuanian translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2012-12-30 16:49+0000\\n\"\n\"Last-Translator: shookees <Unknown>\\n\"\n\"Language-Team: Lithuanian <lt@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Lipnūs rašteliai\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Naujas raštelis\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Rodyti visus\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Slėpti visus\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Užrakinti visus\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Atrakinti visus\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Apie\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Nustatymai\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Išjungti\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Apie Indicator Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Praneškite apie defektus, prisidėkite prie vertimo ir rašykite pasiūlymus \"\n\"Launchpad puslapyje (pateiktas žemiau).\\n\"\n\"\\n\"\n\"Klaviatūros spartieji klavišai:\\n\"\n\"Ctrl + W: Ištrinti raštelį\\n\"\n\"Ctrl + L: Užrakinti raštelį\\n\"\n\"Ctrl + N: Naujas raštelis\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Pasirinkite fono spalvą\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Pašalinti\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Ar tikrai norite pašalinti šį raštelį?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Atrakinti\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Užrakinti\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/ms.po",
    "content": "# Malay translation for indicator-stickynotes\n# Copyright (c) 2020 Rosetta Contributors and Canonical Ltd 2020\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2020-06-15 15:40+0000\\n\"\n\"Last-Translator: abuyop <Unknown>\\n\"\n\"Language-Team: Malay <ms@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2020-06-16 06:00+0000\\n\"\n\"X-Generator: Launchpad (build b190cebbf563f89e480a8b57f641753c8196bda0)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\"Ralat ketika membaca fail data. Anda pasti mahu menyandar data semasa?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Sandar\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Penunjuk Nota Lekat\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Nota Lekat\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Nota Baharu\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Tunjuk Semua\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Sembunyi Semua\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Kunci Semua\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Nyahkunci Semua\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Eksport Data\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Import Data\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Perihal\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Tetapan\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Keluar\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"Sila pilih satu destinasi lain untuk fail sandar.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"Ralat mengimport data.\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Perihal Penunjuk Nota Lekat\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Sila laporkan pepijat, sumbangkan terjemahan, dan beri cadangan di halaman \"\n\"utama Launchpad di bawah.\\n\"\n\"\\n\"\n\"Pintasan papan kekunci:\\n\"\n\"Ctrl + W:  Padam nota\\n\"\n\"Ctrl + L:  Kunci nota\\n\"\n\"Ctrl + N:  Nota baharu\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Baharu\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Kategori\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Warna Latar Belakang\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Warna Teks\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Pilih satu Warna Latar Belakang\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Pilih satu Warna Teks\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Nama\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Fon\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Buat Kategori Lalai\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Jadikan Lalai\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Padam\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Kategori Baharu\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Sentiasa di atas\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Kategori:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Anda pasti mahu memadam nota ini?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Nyahkunci\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Kunci\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Kategori Lalai\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Anda pasti mahu memadam kategori ini?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"Tulis peringatan atas nota\"\n"
  },
  {
    "path": "po/pl.po",
    "content": "# Polish translation for indicator-stickynotes\n# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2017-06-01 13:11+0000\\n\"\n\"Last-Translator: Marcin <Unknown>\\n\"\n\"Language-Team: Polish <pl@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\"Błąd odczytu pliku danych. Czy chcesz wykonać kopię zapasową bieżących \"\n\"danych?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Utwórz kopię zapasową\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Żółte karteczki\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Nowa notatka\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Pokaż wszystko\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Ukryj wszystkie\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Zablokuj wszystkie\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Odblokuj wszystkie\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Eksport danych\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Importuj dane\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"O aplikacji\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Ustawienia\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Zakończ\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"Proszę wybrać inną lokalizację dla pliku kopii zapasowej.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"Błąd importu danych.\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"O aplecie Żółte karteczki\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Nowa\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Kategorie\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Kolor tła\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Kolor tekstu\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Wybierz kolor tła\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Wybierz kolor tekstu\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Nazwa\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Czcionka\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Utwórz kategorię domyślną\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Uczyń domyślną\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Usuń\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Nowa kategoria\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Zawsze na wierzchu\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Kategorie:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Czy na pewno chcesz usunąć tą notatkę?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Odblokuj\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Zablokuj\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Domyślna kategoria\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Czy na pewno chcesz usunąć tą kategorię?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/pt.po",
    "content": "# Portuguese translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2017-02-15 03:39+0000\\n\"\n\"Last-Translator: Bajoja <steevenlopes@outlook.com>\\n\"\n\"Language-Team: Portuguese <pt@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\"Erro ao ler o ficheiro de dados. Você deseja fazer um backup os dados atuais?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Indicator Stickynotes\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Sticky Notes\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Nova Nota\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Mostrar Todas\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Ocultar Todas\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Bloquear Tudo\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"DesBloquear Tudo\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Exportar Dados\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Importar Dados\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Sobre\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Configurações\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Sair\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"Por favor escolhe um destino diferente para o ficheiro de backup.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"Erro ao importar dados.\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Sobre o Indicador Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Por favor, reporte erros, contribua com traduções e faça sugestões para a \"\n\"página do Launchpad abaixo\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Nova\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Categorias\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Cor de Fundo\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Cor do Texto\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Escoler uma Cor de Fundo\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Selecione a cor do texto\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Nome\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Tipo de Letra\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Criar Categoria Prédefinida\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Utilizar como predefinição\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Apagar\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Nova Categoria\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Sempre no topo\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Categorias:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Tem a certeza que deseja apagar esta nota?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Desbloquear\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Bloquear\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Categoria Prédefinida\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Tem a certeza que quer apagar esta categoria?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"Escrever lembretes nas notas\"\n"
  },
  {
    "path": "po/pt_BR.po",
    "content": "# Brazilian Portuguese translation for indicator-stickynotes\n# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2017-06-23 01:05+0000\\n\"\n\"Last-Translator: Denis Vitor Bueno de Almeida <denis.meida@gmail.com>\\n\"\n\"Language-Team: Brazilian Portuguese <pt_BR@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\"Erro durante leitura de arquivo. Você deseja fazer backup dos dados atuais?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Cópia de segurança (Backup)\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Indicador de Notas Adesivas\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Notas adesivas\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Nova Nota\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Mostrar Todas\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Ocultar todas\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Travar Todas\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Destravar Todas\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Exportar Dados\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Importar dados\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Sobre\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Configurações\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Sair\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\"Por favor, escolha um destino diferente para a cópia de segurança (backup).\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"Erro ao importar dados.\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Sobre o Indicator Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Por favor informe defeitos, contribua com tradução e faça sugestões na \"\n\"página do Launchpad abaixo.\\n\"\n\"\\n\"\n\"Atalhos de teclado:\\n\"\n\"Ctrl + W:  Apagar nota\\n\"\n\"Ctrl + L:  Travar nota\\n\"\n\"Ctrl + N:  Nova nota\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Nova nota\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Categorias\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Cor de Fundo\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Cor do Texto\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Escolha uma Cor de Fundo\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Escolha uma Cor do Texto\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Nome\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Fonte\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Tornar categoria padrão\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Tornar padrão\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Apagar\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Nova categoria\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Sempre no topo\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Categorias:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Você tem certeza que deseja excluir esta nota?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Destravar\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Travar\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Categoria padrão\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Você tem certeza que quer apagar esta categoria ?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"Escreva lembretes nas notas\"\n"
  },
  {
    "path": "po/ru.po",
    "content": "# Russian translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2013-12-28 22:13+0000\\n\"\n\"Last-Translator: Petr Tsymbarovich <petr@tsymbarovich.ru>\\n\"\n\"Language-Team: Russian <ru@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Sticky Notes\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Создать заметку\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Показать все\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Скрыть все\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Заблокировать все\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Разблокировать все\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"О программе\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Настройки\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Выйти\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"О программе Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Сообщить об ошибках, высказать предложения, а также участвовать в переводе \"\n\"вы можете на домашней странице приложения на Launchpad.\\n\"\n\"\\n\"\n\"Горячие клавиши:\\n\"\n\"Ctrl + W: удалить заметку\\n\"\n\"Ctrl + L: заблокировать заметку\\n\"\n\"Ctrl + N: новая заметка\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Новая\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Категории\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Цвет фона\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Цвет текста\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Выбрать цвет фона\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Выбрать цвет текста\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Заголовок\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Шрифт\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Сделать категорией по умолчанию\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"По умолчанию\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Удалить\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Новая категория\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Всегда поверх окон\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Категории:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Вы действительно хотите удалить эту заметку?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Разблокировать\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Заблокировать\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Категория по умолчанию\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Вы уверены что хотите УДАЛИТЬ эту категорию?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/si.po",
    "content": "# Sinhalese translation for indicator-stickynotes\n# Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2016-08-03 04:19+0000\\n\"\n\"Last-Translator: Thambaru Wijesekara <Unknown>\\n\"\n\"Language-Team: Sinhalese <si@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"උපස්ථ කිරීම\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"අලවන සටහන්\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"නව සටහනක්\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"සියල්ල පෙන්වන්න\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"පිළිබද\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"සැකසුම්\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"පිටවන්න\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"නව\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"ප්‍රභේද (_C)\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/sk.po",
    "content": "# Slovak translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2013-01-30 23:22+0000\\n\"\n\"Last-Translator: Tomasz <tomasz@lumirreal.sk>\\n\"\n\"Language-Team: Slovak <sk@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Sticky Notes\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Nová poznámka\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Zobraziť všetko\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Skryť všetko\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Uzamknúť všetko\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Odomknúť všetko\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"O programe\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Nastavenia\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Ukončiť\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"O Indicator Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Prosím hláste chyby, spravujte preklady a dávajte návrhy na Launchpad.\\n\"\n\"\\n\"\n\"Klávesové skratky:\\n\"\n\"Ctrl + W:  Zmazať poznámku\\n\"\n\"Ctrl + L:  Uzamknúť pozámku\\n\"\n\"Ctrl + N:  Nová poznámka\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Nový\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Kategórie\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Farba pozadia\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Farba textu\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Vybrať farbu pozadia\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Vyberte si farbu textu\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Názov\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Písmo\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Predvolená kategória\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Nastaviť ako predvolené\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Vymazať\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Nová kategória\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Vždy navrchu\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Kategórie:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Naozaj chcete vymazať túto poznámku?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Odomknúť\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Uzamknúť\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Predvolená kategória\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Naozaj chcete odstrániť túto kategóriu\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/sv.po",
    "content": "# Swedish translation for indicator-stickynotes\n# Copyright (c) 2016 Rosetta Contributors and Canonical Ltd 2016\n# This file is distributed under the same license as the indicator-stickynotes package.\n# Åke Engelbrektson <eson@svenskasprakfiler.se>, 2016.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2016-12-28 20:20+0000\\n\"\n\"Last-Translator: Åke Engelbrektson <Unknown>\\n\"\n\"Language-Team: Svenska Språkfiler <eson@svenskasprakfiler.se>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\"Language: sv\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"Fel vid läsning av datafilen. Vill du säkerhetskopiera aktuell data?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Säkerhetskopia\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Indicator Stickynotes\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Fästisar\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Ny anteckning\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Visa alla\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Dölj alla\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Lås alla\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Lås upp alla\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Exportera data\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Importera data\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Om\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Inställningar\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Avsluta\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"Välj en annan lagringsplats för säkerhetskopian.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"Fel vid dataimport.\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Om Indicator Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Rapportera gärna fel, översätt och och kom med förslag på nedanstående \"\n\"Launchpad-sida.\\n\"\n\"\\n\"\n\"Tangentbordsgenvägar:\\n\"\n\"Ctrl + W:  Ta bort anteckning\\n\"\n\"Ctrl + L:  Lås anteckning\\n\"\n\"Ctrl + N:  Ny anteckning\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Nytt\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Kategorier\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Bakgrundsfärg\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Textfärg\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Välj en bakgrundsfärg\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Välj en textfärg\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Namn\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Teckensnitt\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Ange som standardkategori\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Ange som som standard\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Ta bort\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Ny kategori\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Alltid överst\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Kategorier:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Vill du verkligen ta bort den här anteckningen?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Lås upp\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Lås\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Standardkategori\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Vill du verkligen ta bort den här kategorin?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"Skriv påminnelser på Fästisar\"\n"
  },
  {
    "path": "po/tr.po",
    "content": "# Turkish translation for indicator-stickynotes\n# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2019-03-19 08:37+0000\\n\"\n\"Last-Translator: Mustafa CAN <Unknown>\\n\"\n\"Language-Team: Turkish <tr@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2019-03-20 05:44+0000\\n\"\n\"X-Generator: Launchpad (build 18910)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\"Veri dosyaları okuma hatası. Şu anki veriyi yedeklemek ister misiniz?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Yedek\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Göstergeç Yapışkan Notlar\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Yapışkan Notlar\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Yeni Not\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Tümünü Göster\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Tümünü Gizle\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Tümünü Kilitle\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Her Şeyin Kilidini Kaldır\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Verileri Dışa Aktar\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Hakkında\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Ayarlar\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Çık\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Stickynotes Indicator Hakkında\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Lütfen hataları bildirin,çevirilere destek verin ve Launchpad anasayfasında \"\n\"önerin.\\n\"\n\"Klavye kısayolları\\n\"\n\"Ctrl + W: Notu sil\\n\"\n\"Ctrl + L: Notu Kilitle\\n\"\n\"Ctrl + N: Yeni Not\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Yeni\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Kategoriler\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Arkaplan Rengi\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Metin Rengi\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Arkaplan Rengi Seçin\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Metin Rengi Seçin\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Ad\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Yazı Tipi\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Varsayılan Kategori Yap\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Varsayılan Yap\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Sil\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Yeni Kategori\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Her zaman üstte\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Kategoriler:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Bu notu silmek istediğinizden emin misiniz?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Kilidi Kaldır\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Kilitle\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Varsayılan Kategori\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Bu kategoriyi silmek istediğinize emin misiniz?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/uk.po",
    "content": "# Ukrainian translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2015-07-05 19:55+0000\\n\"\n\"Last-Translator: ZhNazarM <nazar0704@gmail.com>\\n\"\n\"Language-Team: Ukrainian <uk@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"\"\n\"Помилка при прочитанні файлу даних. Чи хочете ви провести резервування \"\n\"поточних даних?\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"Резервування\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Нотатки\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"Липкі нотатки\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"Нова нотатка\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"Показати усі\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"Сховати усі\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"Заблокувати усі\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"Розблокувати усі\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"Експортувати дані\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"Імпортувати дані\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"Про проґраму\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"Налаштування\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"Вийти\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"Будь ласка, виберіть інше місце для файлу резервної копії.\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"Помилка при імпортуванні даних\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"Про індикатор Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"Будь ласка, повідомляйте про помилки, допомагайте перекладати, та вносьте \"\n\"пропозиції на домашній сторінці в Launchpad.\\n\"\n\"Клавіші швидкого доступу:\\n\"\n\"Ctrl + W: Знищити нотатку\\n\"\n\"Ctrl + L: Заблокувати нотатку\\n\"\n\"Ctrl + N: Створити нотатку\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"Нова\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"_Категорії\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"Колір тла\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"Колір тексту\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"Виберіть колір тла\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"Виберіть колір тексту\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"Заголовок\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"Шрифт\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"Зробити типовою категорією\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"Зробити типовою\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"Знищити\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"Нова Категорія\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"Завжди поверх\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"Категорії:\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"Ви впевнені, що бажаєте знищити цю нотатку?\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"Розблокувати\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"Заблокувати\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"Типова категорія\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"Ви впевнені що бажаєте ВИЛУЧИТИ цю категорію?\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"Запишіть нагадування в нотатках\"\n"
  },
  {
    "path": "po/zh_CN.po",
    "content": "# Chinese (Simplified) translation for indicator-stickynotes\n# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2021-09-08 03:27+0000\\n\"\n\"Last-Translator: tankjb <Unknown>\\n\"\n\"Language-Team: Chinese (Simplified) <zh_CN@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2021-09-09 06:32+0000\\n\"\n\"X-Generator: Launchpad (build 7c7f88b97a343c08e2236a0e8fed37e23c234dc2)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"读取数据文件发生错误。您是否希望备份当前的数据？\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"备份\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"Indicator Stickynotes\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"便笺\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"新便笺\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"显示全部\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"隐藏全部\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"锁定全部\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"全部解锁\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"导出数据\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"导入数据\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"关于\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"设置\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"退出\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"请为备份文件选择一个新的位置\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"导入数据时发生错误\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"关于Indicator Stickynotes\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"请在下方的 Launchpad 项目主页上报告 Bug、贡献翻译和提供建议。\\n\"\n\"\\n\"\n\"键盘快捷键：\\n\"\n\"Ctrl + W：删除便笺\\n\"\n\"Ctrl + L：锁定便笺\\n\"\n\"Ctrl + N：新建便笺\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"新建\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"分类(_C)\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"背景颜色\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"文本颜色\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"选取一个背景颜色\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"挑选文本颜色\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"名称\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"字体\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"设为默认分类\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"设为默认\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"删除\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"新建分类\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"总是置顶\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"分类：\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"您要删除该便笺吗？\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"解锁\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"锁定\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"默认分类\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"您确定要删除该分类吗？\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"在便签上填写备忘录\"\n"
  },
  {
    "path": "po/zh_TW.po",
    "content": "# Chinese (Traditional) translation for indicator-stickynotes\n# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013\n# This file is distributed under the same license as the indicator-stickynotes package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: indicator-stickynotes\\n\"\n\"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"POT-Creation-Date: 2018-06-01 21:59-0400\\n\"\n\"PO-Revision-Date: 2016-10-31 19:29+0000\\n\"\n\"Last-Translator: ralphchung <ralphchung2005@gmail.com>\\n\"\n\"Language-Team: Chinese (Traditional) <zh_TW@li.org>\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Launchpad-Export-Date: 2018-06-03 05:36+0000\\n\"\n\"X-Generator: Launchpad (build 18667)\\n\"\n\n#: indicator-stickynotes.py:62\nmsgid \"Error reading data file. Do you want to backup the current data?\"\nmsgstr \"無法讀取檔案，請問是否要備份目前的資料？\"\n\n#: indicator-stickynotes.py:67\nmsgid \"Backup\"\nmsgstr \"備份\"\n\n#: indicator-stickynotes.py:68 indicator-stickynotes-i18n.desktop.in:4\nmsgid \"Indicator Stickynotes\"\nmsgstr \"\"\n\n#: indicator-stickynotes.py:88 indicator-stickynotes.py:267 StickyNotes.ui:34\n#: indicator-stickynotes-i18n.desktop.in:5\nmsgid \"Sticky Notes\"\nmsgstr \"便利貼\"\n\n#: indicator-stickynotes.py:91 StickyNotes.ui:93\nmsgid \"New Note\"\nmsgstr \"新增筆記\"\n\n#: indicator-stickynotes.py:100\nmsgid \"Show All\"\nmsgstr \"顯示全部\"\n\n#: indicator-stickynotes.py:105\nmsgid \"Hide All\"\nmsgstr \"隱藏全部\"\n\n#: indicator-stickynotes.py:114\nmsgid \"Lock All\"\nmsgstr \"鎖定全部\"\n\n#: indicator-stickynotes.py:119\nmsgid \"Unlock All\"\nmsgstr \"全部解除鎖定\"\n\n#: indicator-stickynotes.py:128 indicator-stickynotes.py:197\nmsgid \"Export Data\"\nmsgstr \"匯出資料\"\n\n#: indicator-stickynotes.py:133 indicator-stickynotes.py:223\nmsgid \"Import Data\"\nmsgstr \"匯入資料\"\n\n#: indicator-stickynotes.py:142\nmsgid \"About\"\nmsgstr \"關於\"\n\n#: indicator-stickynotes.py:147 GlobalDialogs.ui:94 stickynotes/gui.py:226\nmsgid \"Settings\"\nmsgstr \"設定\"\n\n#: indicator-stickynotes.py:156\nmsgid \"Quit\"\nmsgstr \"退出\"\n\n#: indicator-stickynotes.py:211\nmsgid \"Please choose a different destination for the backup file.\"\nmsgstr \"請為備份資料選擇一個新的位置\"\n\n#: indicator-stickynotes.py:237\nmsgid \"Error importing data.\"\nmsgstr \"匯入時發生錯誤\"\n\n#: GlobalDialogs.ui:8\nmsgid \"About Indicator Stickynotes\"\nmsgstr \"關於便利貼圖示\"\n\n#: GlobalDialogs.ui:15\nmsgid \"\"\n\"Please report bugs, contribute translations, and make suggestions on the \"\n\"Launchpad homepage below.\\n\"\n\"\\n\"\n\"Keyboard shortcuts:\\n\"\n\"Ctrl + W:  Delete note\\n\"\n\"Ctrl + L:  Lock note\\n\"\n\"Ctrl + N:  New note\"\nmsgstr \"\"\n\"請透過下面的 Launchpad 頁面，回報任何錯誤、或提供翻譯和任何的意見。\\n\"\n\"\\n\"\n\"熱鍵：\\n\"\n\"Ctrl + W ： 刪除便利貼\\n\"\n\"Ctrl + L ： 鎖定便利貼\\n\"\n\"Ctrl + N ： 新增便利貼\"\n\n#: GlobalDialogs.ui:150 GlobalDialogs.ui:152\nmsgid \"New\"\nmsgstr \"新增\"\n\n#: GlobalDialogs.ui:206\nmsgid \"_Categories\"\nmsgstr \"分類(_C)\"\n\n#: SettingsCategory.ui:23\nmsgid \"Background Color\"\nmsgstr \"背景顏色\"\n\n#: SettingsCategory.ui:35\nmsgid \"Text Color\"\nmsgstr \"文字顏色\"\n\n#: SettingsCategory.ui:48\nmsgid \"Pick a Background Color\"\nmsgstr \"選一個背景的顏色\"\n\n#: SettingsCategory.ui:62\nmsgid \"Pick a Text Color\"\nmsgstr \"選一個文字的顏色\"\n\n#: SettingsCategory.ui:76\nmsgid \"Name\"\nmsgstr \"名稱\"\n\n#: SettingsCategory.ui:100\nmsgid \"Font\"\nmsgstr \"字型\"\n\n#: SettingsCategory.ui:133\nmsgid \"Make Default Category\"\nmsgstr \"設成預設的分類\"\n\n#: SettingsCategory.ui:135\nmsgid \"Make Default\"\nmsgstr \"設成預設\"\n\n#: SettingsCategory.ui:149 SettingsCategory.ui:151 StickyNotes.ui:59\nmsgid \"Delete\"\nmsgstr \"刪除\"\n\n#: SettingsCategory.ui:174 stickynotes/gui.py:245 stickynotes/gui.py:335\n#: stickynotes/gui.py:356\nmsgid \"New Category\"\nmsgstr \"新增分類\"\n\n#: stickynotes/gui.py:221\nmsgid \"Always on top\"\nmsgstr \"永遠顯示在最上層\"\n\n#: stickynotes/gui.py:237\nmsgid \"Categories:\"\nmsgstr \"分類：\"\n\n#: stickynotes/gui.py:267\nmsgid \"Are you sure you want to delete this note?\"\nmsgstr \"您確定要刪除這張便利貼嗎？\"\n\n#: stickynotes/gui.py:299\nmsgid \"Unlock\"\nmsgstr \"解除鎖定\"\n\n#: stickynotes/gui.py:300\nmsgid \"Lock\"\nmsgstr \"鎖定\"\n\n#: stickynotes/gui.py:358\nmsgid \"Default Category\"\nmsgstr \"預設的分類\"\n\n#: stickynotes/gui.py:365\nmsgid \"Are you sure you want to delete this category?\"\nmsgstr \"您確定要刪除此分類嗎？\"\n\n#: indicator-stickynotes-i18n.desktop.in:6\nmsgid \"Write reminders on notes\"\nmsgstr \"在便條紙上填寫備忘錄\"\n"
  },
  {
    "path": "setup.py",
    "content": "#!/usr/bin/python3\n# -*- coding: utf-8 -*-\n# \n# Copyright © 2012-2018 Umang Varma <umang.me@gmail.com>\n# \n# This file is part of indicator-stickynotes.\n# \n# indicator-stickynotes is free software: you can redistribute it and/or\n# modify it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or (at your\n# option) any later version.\n# \n# indicator-stickynotes is distributed in the hope that it will be useful, but\n# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\n# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n# more details.\n# \n# You should have received a copy of the GNU General Public License along with\n# indicator-stickynotes.  If not, see <http://www.gnu.org/licenses/>.\n\nfrom distutils.core import setup\nfrom distutils.cmd import Command\nimport distutils.command.build, distutils.command.install_data, \\\n    distutils.command.clean\n\nfrom subprocess import call\n\nimport glob\nimport os\nimport sys\nimport shutil\n\nsys.dont_write_bytecode = True\nfrom stickynotes.info import PO_DIR, MO_DIR, LOCALE_DOMAIN\nsys.dont_write_bytecode = False\n\nclass BuildPo(Command):\n    \"\"\"Builds translation files\n    \n    This is useful for testing translations that haven't been installed\"\"\"\n    user_options = []\n    def initialize_options(self):\n        pass\n    def finalize_options(self):\n        pass\n    def run(self):\n        \"\"\"Compiles .po files in PO_DIR to .mo files in MO_DIR\"\"\"\n        for file in glob.glob(os.path.join(PO_DIR, \"*.po\")):\n            locale = os.path.splitext(os.path.basename(file))[0]\n            dest = os.path.join(MO_DIR, locale, \"LC_MESSAGES\",\n                    LOCALE_DOMAIN + \".mo\")\n            os.makedirs(os.path.dirname(dest), exist_ok=True)\n            try:\n                ret = call([\"msgfmt\", \"-o\", dest, file])\n            except OSError:\n                raise Exception(\"Error: Unable to run msgfmt\")\n            if ret:\n                raise Exception(\"Error: msgfmt returned error code {0}\" \\\n                        .format(ret))\n\nclass Build(distutils.command.build.build):\n    # build should depend on build_po\n    sub_commands = distutils.command.build.build.sub_commands + \\\n            [('build_po', None)]\n\nclass Clean(distutils.command.clean.clean):\n    def run(self):\n        # delete MO_DIR files before cleaning everything else\n        print(\"Deleting {0}/ and contents\".format(MO_DIR))\n        shutil.rmtree(MO_DIR, ignore_errors=True)\n        return super().run()\n\nclass InstallData(distutils.command.install_data.install_data):\n    \"\"\"Find icon and translation files before continuing install process\"\"\"\n\n    def run(self):\n        self.data_files.extend([(os.path.join(\"/usr/share/\", dir),\n            [os.path.join(dir, file) for file in files]) for dir, subdirs,\n            files in os.walk(\"locale\") if files])\n        return super().run()\n\ndef main():\n    # Default data files\n    data_files = [('', ('COPYING', 'style.css', 'StickyNotes.ui',\n                    'style_global.css', 'GlobalDialogs.ui',\n                    'SettingsCategory.ui')),\n                ('/usr/share/applications', ('indicator-stickynotes.desktop',)),\n                ('Icons', glob.glob(\"Icons/*.png\"))]\n    # Icon themes\n    icon_themes = [\"hicolor\", \"ubuntu-mono-dark\", \"ubuntu-mono-light\"]\n    for theme in icon_themes:\n        data_files.extend([(os.path.join(\"/usr/share/icons/\", theme,\n            os.path.relpath(dir, \"Icons/\" + theme)), [os.path.join(\n                dir, file) for file in files])\n            for dir, subdirs, files in os.walk(\"Icons/\" + theme) if files])\n\n    setup(name='indicator-stickynotes',\n            version='0.5.10',\n            description='Sticky Notes Indicator',\n            author='Umang Varma',\n            author_email='umang.me@gmail.com',\n            url='https://www.launchpad.net/indicator-stickynotes/',\n            packages=['stickynotes',],\n            scripts=['indicator-stickynotes.py',],\n            data_files=data_files,\n            cmdclass={'build': Build, 'install_data': InstallData,\n                'build_po': BuildPo, 'clean':Clean},\n            long_description=\"Write reminders on notes with Indicator \"\n                \"Stickynotes\")\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "stickynotes/__init__.py",
    "content": ""
  },
  {
    "path": "stickynotes/backend.py",
    "content": "# Copyright © 2012-2015 Umang Varma <umang.me@gmail.com>\n# \n# This file is part of indicator-stickynotes.\n# \n# indicator-stickynotes is free software: you can redistribute it and/or\n# modify it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or (at your\n# option) any later version.\n# \n# indicator-stickynotes is distributed in the hope that it will be useful, but\n# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\n# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n# more details.\n# \n# You should have received a copy of the GNU General Public License along with\n# indicator-stickynotes.  If not, see <http://www.gnu.org/licenses/>.\n\nfrom datetime import datetime\nimport uuid\nimport json\nfrom os.path import expanduser\n\nfrom stickynotes.info import FALLBACK_PROPERTIES\n\nclass Note:\n    def __init__(self, content=None, gui_class=None, noteset=None,\n            category=None):\n        self.gui_class = gui_class\n        self.noteset = noteset\n        content = content or {}\n        self.uuid = content.get('uuid')\n        self.body = content.get('body','')\n        self.properties = content.get(\"properties\", {})\n        self.category = category or content.get(\"cat\", \"\")\n        if not self.category in self.noteset.categories:\n            self.category = \"\"\n        last_modified = content.get('last_modified')\n        if last_modified:\n            self.last_modified = datetime.strptime(last_modified,\n                    \"%Y-%m-%dT%H:%M:%S\")\n        else:\n            self.last_modified = datetime.now()\n        # Don't create GUI until show is called\n        self.gui = None\n\n    def extract(self):\n        if not self.uuid:\n            self.uuid = str(uuid.uuid4())\n        if self.gui != None:\n            self.gui.update_note()\n            self.properties = self.gui.properties()\n        return {\"uuid\":self.uuid, \"body\":self.body,\n                \"last_modified\":self.last_modified.strftime(\n                    \"%Y-%m-%dT%H:%M:%S\"), \"properties\":self.properties,\n                \"cat\": self.category}\n\n    def update(self,body=None):\n        if not body == None:\n            self.body = body\n            self.last_modified = datetime.now()\n\n    def delete(self):\n        self.noteset.notes.remove(self)\n        self.noteset.save()\n        del self\n\n    def show(self, *args, **kwargs):\n        # If GUI has not been created, create it now\n        if self.gui == None:\n            self.gui = self.gui_class(note=self)\n        else:\n            self.gui.show(*args, **kwargs)\n\n    def hide(self):\n        if self.gui != None:\n            self.gui.hide()\n\n    def set_locked_state(self, locked):\n        # if gui hasn't been initialized, just change the property\n        if self.gui == None:\n            self.properties[\"locked\"] = locked\n        else:\n            self.gui.set_locked_state(locked)\n\n    def cat_prop(self, prop):\n        \"\"\"Gets a property of the note's category\"\"\"\n        return self.noteset.get_category_property(self.category, prop)\n\n\nclass NoteSet:\n    def __init__(self, gui_class, data_file, indicator):\n        self.notes = []\n        self.properties = {}\n        self.categories = {}\n        self.gui_class = gui_class\n        self.data_file = data_file\n        self.indicator = indicator\n\n    def _loads_updater(self, dnoteset):\n        \"\"\"Parses old versions of the Notes structure and updates them\"\"\"\n        return dnoteset\n\n    def loads(self, snoteset):\n        \"\"\"Loads notes into their respective objects\"\"\"\n        notes = self._loads_updater(json.loads(snoteset))\n        self.properties = notes.get(\"properties\", {})\n        self.categories = notes.get(\"categories\", {})\n        self.notes = [Note(note, gui_class=self.gui_class, noteset=self)\n                for note in notes.get(\"notes\",[])]\n\n    def dumps(self):\n        return json.dumps({\"notes\":[x.extract() for x in self.notes],\n            \"properties\": self.properties, \"categories\": self.categories})\n\n    def save(self, path=''):\n        output = self.dumps()\n        with open(path or expanduser(self.data_file),\n                mode='w', encoding='utf-8') as fsock:\n            fsock.write(output)\n\n    def open(self, path=''):\n        with open(path or expanduser(self.data_file), \n                encoding='utf-8') as fsock:\n            self.loads(fsock.read())\n\n    def load_fresh(self):\n        \"\"\"Load empty data\"\"\"\n        self.loads('{}')\n        self.new()\n\n    def merge(self, data):\n        \"\"\"Update notes based on new data\"\"\"\n        jdata = self._loads_updater(json.loads(data))\n        self.hideall()\n        # update categories\n        if \"categories\" in jdata:\n            self.categories.update(jdata[\"categories\"])\n        # make a dictionary of notes so we can modify existing notes\n        dnotes = {n.uuid : n for n in self.notes}\n        for newnote in jdata.get(\"notes\", []):\n            if \"uuid\" in newnote and newnote[\"uuid\"] in dnotes:\n                # Update notes that are already in the noteset\n                orignote = dnotes[newnote[\"uuid\"]]\n                if \"body\" in newnote:\n                    orignote.body = newnote[\"body\"]\n                if \"properties\" in newnote:\n                    orignote.properties = newnote[\"properties\"]\n                if \"cat\" in newnote:\n                    orignote.category = newnote[\"cat\"]\n            else:\n                # otherwise create a new note\n                if \"uuid\" in newnote:\n                    uuid = newnote[\"uuid\"]\n                else:\n                    uuid = str(uuid.uuid4())\n                dnotes[uuid] = Note(newnote, gui_class=self.gui_class,\n                        noteset=self)\n        # copy notes over from dictionary to list\n        self.notes = list(dnotes.values())\n        self.showall(reload_from_backend=True)\n\n    def new(self):\n        \"\"\"Creates a new note and adds it to the note set\"\"\"\n        note = Note(gui_class=self.gui_class, noteset=self,\n                category=self.properties.get(\"default_cat\", \"\"))\n        self.notes.append(note)\n        note.show()\n        return note\n\n    def showall(self, *args, **kwargs):\n        for note in self.notes:\n            note.show(*args, **kwargs)\n        self.properties[\"all_visible\"] = True\n\n    def hideall(self, *args):\n        self.save()\n        for note in self.notes:\n            note.hide(*args)\n        self.properties[\"all_visible\"] = False\n\n    def get_category_property(self, cat, prop):\n        \"\"\"Get a property of a category or the default\"\"\"\n        if ((not cat) or (not cat in self.categories)) and \\\n                self.properties.get(\"default_cat\", None):\n            cat = self.properties[\"default_cat\"]\n        cat_data = self.categories.get(cat, {})\n        if prop in cat_data:\n            return cat_data[prop]\n        # Otherwise, use fallback categories\n        if prop in FALLBACK_PROPERTIES:\n            return FALLBACK_PROPERTIES[prop]\n        else:\n            raise ValueError(\"Unknown property\")\n\nclass dGUI:\n    \"\"\"Dummy GUI\"\"\"\n    def __init__(self, *args, **kwargs):\n        pass\n    def show(self):\n        pass\n    def hide(self):\n        pass\n    def update_note(self):\n        pass\n    def properties(self):\n        return None\n\n"
  },
  {
    "path": "stickynotes/gui.py",
    "content": "# Copyright © 2012-2018 Umang Varma <umang.me@gmail.com>\n# \n# This file is part of indicator-stickynotes.\n# \n# indicator-stickynotes is free software: you can redistribute it and/or\n# modify it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or (at your\n# option) any later version.\n# \n# indicator-stickynotes is distributed in the hope that it will be useful, but\n# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\n# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n# more details.\n# \n# You should have received a copy of the GNU General Public License along with\n# indicator-stickynotes.  If not, see <http://www.gnu.org/licenses/>.\n\nfrom datetime import datetime\nfrom string import Template\nimport gi\ngi.require_version(\"Gtk\", \"3.0\")\ngi.require_version(\"GtkSource\", \"3.0\")\nfrom gi.repository import Gtk, Gdk, Gio, GObject, GtkSource, Pango\nfrom locale import gettext as _\nimport os.path\nimport colorsys\nimport uuid\n\ndef load_global_css():\n    \"\"\"Adds a provider for the global CSS\"\"\"\n    global_css = Gtk.CssProvider()\n    global_css.load_from_path(os.path.join(os.path.dirname(__file__), \"..\",\n        \"style_global.css\"))\n    Gtk.StyleContext.add_provider_for_screen(Gdk.Screen.get_default(),\n            global_css, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION)\n\nclass StickyNote:\n    \"\"\"Manages the GUI of an individual stickynote\"\"\"\n    def __init__(self, note):\n        \"\"\"Initializes the stickynotes window\"\"\"\n        self.path = os.path.abspath(os.path.join(os.path.dirname(__file__),\n            '..'))\n        self.note = note\n        self.noteset = note.noteset\n        self.locked = self.note.properties.get(\"locked\", False)\n\n        # Create menu\n        self.menu = Gtk.Menu()\n        self.populate_menu()\n\n        # Load CSS template and initialize Gtk.CssProvider\n        with open(os.path.join(self.path, \"style.css\"), encoding=\"utf-8\") \\\n                as css_file:\n            self.css_template = Template(css_file.read())\n        self.css = Gtk.CssProvider()\n\n        self.build_note()\n        \n    def build_note(self):\n        self.builder = Gtk.Builder()\n        GObject.type_register(GtkSource.View)\n        self.builder.add_from_file(os.path.join(self.path,\n            \"StickyNotes.ui\"))\n        self.builder.connect_signals(self)\n        self.winMain = self.builder.get_object(\"MainWindow\")\n\n        # Get necessary objects\n        widgets = [\"txtNote\", \"bAdd\", \"imgAdd\", \"imgResizeR\", \"eResizeR\",\n                \"bLock\", \"imgLock\", \"imgUnlock\", \"imgClose\", \"imgDropdown\",\n                \"bClose\", \"confirmDelete\", \"movebox1\", \"movebox2\"]\n        for w in widgets:\n            setattr(self, w, self.builder.get_object(w))\n        self.style_contexts = [self.winMain.get_style_context(),\n                self.txtNote.get_style_context()]\n        # Update window-specific style. Global styles are loaded initially!\n        self.update_style()\n        self.update_font()\n        # Ensure buttons are displayed with images\n        settings = Gtk.Settings.get_default()\n        settings.props.gtk_button_images = True\n        # Set text buffer\n        self.bbody = GtkSource.Buffer()\n        self.bbody.begin_not_undoable_action()\n        self.bbody.set_text(self.note.body)\n        self.bbody.set_highlight_matching_brackets(False)\n        self.bbody.end_not_undoable_action()\n        self.txtNote.set_buffer(self.bbody)\n        # Make resize work\n        self.winMain.add_events(Gdk.EventMask.BUTTON_PRESS_MASK)\n        self.eResizeR.add_events(Gdk.EventMask.BUTTON_PRESS_MASK)\n        # Move Window\n        self.winMain.move(*self.note.properties.get(\"position\", (10,10)))\n        self.winMain.resize(*self.note.properties.get(\"size\", (200,150)))\n        # Show the window\n        self.winMain.set_skip_pager_hint(True)\n        self.winMain.show_all()\n        # Mouse over\n        self.eResizeR.get_window().set_cursor(Gdk.Cursor.new_for_display(\n                    self.eResizeR.get_window().get_display(),\n                    Gdk.CursorType.BOTTOM_RIGHT_CORNER))\n        # Set locked state\n        self.set_locked_state(self.locked)\n\n        # call set_keep_above just to have the note appearing\n        # above everything else.\n        # without it, it still won't appear above a window\n        # in which a cursor is active\n        self.winMain.set_keep_above(True)\n\n        # immediately undo the set keep above after the window\n        # is shown, so that windows won't stay up if we switch to\n        # a different window\n        self.winMain.set_keep_above(False)\n\n\n    # (re-)show the sticky note after it has been hidden getting a sticky note\n    # to show itself was problematic after a \"show desktop\" command in unity.\n    # (see bug lp:1105948).  Reappearance of dialog is problematic for any\n    # dialog which has the skip_taskbar_hint=True property in StickyNotes.ui\n    # (property necessary to prevent sticky note from showing on the taskbar)\n\n    # workaround which is based on deleting a sticky note and re-initializing\n    # it. \n    def show(self, widget=None, event=None, reload_from_backend=False):\n        \"\"\"Shows the stickynotes window\"\"\"\n\n        # don't overwrite settings if loading from backend\n        if not reload_from_backend:\n            # store sticky note's settings\n            self.update_note()\n        else:\n            # Categories may have changed in backend\n            self.populate_menu()\n\n        # destroy its main window\n        self.winMain.destroy()\n\n        # reinitialize that window\n        self.build_note()\n\n    def hide(self, *args):\n        \"\"\"Hides the stickynotes window\"\"\"\n        self.winMain.hide()\n\n    def update_note(self):\n        \"\"\"Update the underlying note object\"\"\"\n        self.note.update(self.bbody.get_text(self.bbody.get_start_iter(),\n            self.bbody.get_end_iter(), True))\n\n    def move(self, widget, event):\n        \"\"\"Action to begin moving (by dragging) the window\"\"\"\n        self.winMain.begin_move_drag(event.button, event.x_root,\n                event.y_root, event.get_time())\n        return False\n\n    def resize(self, widget, event, *args):\n        \"\"\"Action to begin resizing (by dragging) the window\"\"\"\n        self.winMain.begin_resize_drag(Gdk.WindowEdge.SOUTH_EAST,\n                event.button, event.x_root, event.y_root, event.get_time())\n        return True\n\n    def properties(self):\n        \"\"\"Get properties of the current note\"\"\"\n        prop = {\"position\":self.winMain.get_position(),\n                \"size\":self.winMain.get_size(), \"locked\":self.locked}\n        if not self.winMain.get_visible():\n            prop[\"position\"] = self.note.properties.get(\"position\", (10, 10))\n            prop[\"size\"] = self.note.properties.get(\"size\", (200, 150))\n        return prop\n\n    def update_font(self):\n        \"\"\"Updates the font\"\"\"\n        # Unset any previously set font\n        self.txtNote.override_font(None)\n        font = Pango.FontDescription.from_string(\n                self.note.cat_prop(\"font\"))\n        self.txtNote.override_font(font)\n\n    def update_style(self):\n        \"\"\"Updates the style using CSS template\"\"\"\n        self.update_button_color()\n        css_string = self.css_template.substitute(**self.css_data())\\\n                .encode(\"ascii\", \"replace\")\n        self.css.load_from_data(css_string)\n        for context in self.style_contexts:\n            context.add_provider(self.css,\n                    Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION)\n\n    def update_button_color(self):\n        \"\"\"Switches between regular and dark icons appropriately\"\"\"\n        h,s,v = self.note.cat_prop(\"bgcolor_hsv\")\n        # an arbitrary quadratic found by trial and error\n        thresh_sat = 1.05 - 1.7*((v-1)**2)\n        suffix = \"-dark\" if s >= thresh_sat else \"\"\n        iconfiles = {\"imgAdd\":\"add\", \"imgClose\":\"close\", \"imgDropdown\":\"menu\",\n                \"imgLock\":\"lock\", \"imgUnlock\":\"unlock\", \"imgResizeR\":\"resizer\"}\n        for img, filename in iconfiles.items():\n            getattr(self, img).set_from_file(\n                    os.path.join(os.path.dirname(__file__), \"..\",\"Icons/\" +\n                    filename + suffix + \".png\"))\n\n    def css_data(self):\n        \"\"\"Returns data to substitute into the CSS template\"\"\"\n        data = {}\n        # Converts to RGB hex. All RGB/HSV values are scaled to a max of 1\n        rgb_to_hex = lambda x: \"#\" + \"\".join([\"{:02x}\".format(int(255*a))\n            for a in x])\n        hsv_to_hex = lambda x: rgb_to_hex(colorsys.hsv_to_rgb(*x))\n        bgcolor_hsv = self.note.cat_prop(\"bgcolor_hsv\")\n        data[\"bgcolor_hex\"] = hsv_to_hex(\n                self.note.cat_prop(\"bgcolor_hsv\"))\n        data[\"text_color\"] = rgb_to_hex(self.note.cat_prop(\"textcolor\"))\n        return data\n\n    def populate_menu(self):\n        \"\"\"(Re)populates the note's menu items appropriately\"\"\"\n        def _delete_menu_item(item, *args):\n            self.menu.remove(item)\n        self.menu.foreach(_delete_menu_item, None)\n\n        aot = Gtk.CheckMenuItem.new_with_label(_(\"Always on top\"))\n        aot.connect(\"toggled\", self.malways_on_top_toggled)\n        self.menu.append(aot)\n        aot.show()\n\n        mset = Gtk.MenuItem(_(\"Settings\"))\n        mset.connect(\"activate\", self.noteset.indicator.show_settings)\n        self.menu.append(mset)\n        mset.show()\n\n        sep = Gtk.SeparatorMenuItem()\n        self.menu.append(sep)\n        sep.show()\n\n        catgroup = []\n        mcats = Gtk.RadioMenuItem.new_with_label(catgroup,\n                _(\"Categories:\"))\n        self.menu.append(mcats)\n        mcats.set_sensitive(False)\n        catgroup = mcats.get_group()\n        mcats.show()\n\n        for cid, cdata in self.noteset.categories.items():\n            mitem = Gtk.RadioMenuItem.new_with_label(catgroup,\n                    cdata.get(\"name\", _(\"New Category\")))\n            catgroup = mitem.get_group()\n            if cid == self.note.category:\n                mitem.set_active(True)\n            mitem.connect(\"activate\", self.set_category, cid)\n            self.menu.append(mitem)\n            mitem.show()\n\n    def malways_on_top_toggled(self, widget, *args):\n        self.winMain.set_keep_above(widget.get_active())\n\n    def save(self, *args):\n        self.note.noteset.save()\n        return False\n\n    def add(self, *args):\n        new_note = self.note.noteset.new()\n\n        # Set the new note to the current category\n        new_note.gui.set_category(None, self.note.category)\n        new_note.gui.populate_menu()  # Fix Category Menu Selected indicator\n\n        # Set the new note position below this note\n        w, h = self.note.properties.get(\"position\", (10, 10))\n        h += self.winMain.get_allocation().height + 10\n        new_note.gui.winMain.move(w, h)\n\n        return False\n\n    def delete(self, *args):\n        winConfirm = Gtk.MessageDialog(self.winMain, None,\n                Gtk.MessageType.QUESTION, Gtk.ButtonsType.NONE,\n                _(\"Are you sure you want to delete this note?\"))\n        winConfirm.add_buttons(Gtk.STOCK_CANCEL, Gtk.ResponseType.REJECT,\n                Gtk.STOCK_DELETE, Gtk.ResponseType.ACCEPT)\n        confirm = winConfirm.run()\n        winConfirm.destroy()\n        if confirm == Gtk.ResponseType.ACCEPT:\n            self.note.delete()\n            self.winMain.destroy()\n            return False\n        else:\n            return True\n\n    def popup_menu(self, button, *args):\n        \"\"\"Pops up the note's menu\"\"\"\n        self.menu.popup(None, None, None, None, Gdk.BUTTON_PRIMARY, \n                Gtk.get_current_event_time())\n\n    def set_category(self, widget, cat):\n        \"\"\"Set the note's category\"\"\"\n        if not cat in self.noteset.categories:\n            raise KeyError(\"No such category\")\n        self.note.category = cat\n        self.update_style()\n        self.update_font()\n\n    def set_locked_state(self, locked):\n        \"\"\"Change the locked state of the stickynote\"\"\"\n        self.locked = locked\n        self.txtNote.set_editable(not self.locked)\n        self.txtNote.set_cursor_visible(not self.locked)\n        self.bLock.set_image({True:self.imgLock,\n            False:self.imgUnlock}[self.locked])\n        self.bLock.set_tooltip_text({True: _(\"Unlock\"),\n            False: _(\"Lock\")}[self.locked])\n\n    def lock_clicked(self, *args):\n        \"\"\"Toggle the locked state of the note\"\"\"\n        self.set_locked_state(not self.locked)\n\n    def focus_out(self, *args):\n        self.save(*args)\n\ndef show_about_dialog():\n    glade_file = os.path.abspath(os.path.join(os.path.dirname(__file__),\n            '..', \"GlobalDialogs.ui\"))\n    builder = Gtk.Builder()\n    builder.add_from_file(glade_file)\n    winAbout = builder.get_object(\"AboutWindow\")\n    ret =  winAbout.run()\n    winAbout.destroy()\n    return ret\n\nclass SettingsCategory:\n    \"\"\"Widgets that handle properties of a category\"\"\"\n    def __init__(self, settingsdialog, cat):\n        self.settingsdialog = settingsdialog\n        self.noteset = settingsdialog.noteset\n        self.cat = cat\n        self.builder = Gtk.Builder()\n        self.path = os.path.abspath(os.path.join(os.path.dirname(__file__),\n            '..'))\n        self.builder.add_objects_from_file(os.path.join(self.path,\n            \"SettingsCategory.ui\"), [\"catExpander\"])\n        self.builder.connect_signals(self)\n        widgets = [\"catExpander\", \"lExp\", \"cbBG\", \"cbText\", \"eName\",\n                \"confirmDelete\", \"fbFont\"]\n        for w in widgets:\n            setattr(self, w, self.builder.get_object(w))\n        name = self.noteset.categories[cat].get(\"name\", _(\"New Category\"))\n        self.eName.set_text(name)\n        self.refresh_title()\n        self.cbBG.set_rgba(Gdk.RGBA(*colorsys.hsv_to_rgb(\n            *self.noteset.get_category_property(cat, \"bgcolor_hsv\")),\n            alpha=1))\n        self.cbText.set_rgba(Gdk.RGBA(\n            *self.noteset.get_category_property(cat, \"textcolor\"),\n            alpha=1))\n        fontname = self.noteset.get_category_property(cat, \"font\")\n        if not fontname:\n            # Get the system default font, if none is set\n            fontname = \\\n                self.settingsdialog.wSettings.get_style_context()\\\n                    .get_font(Gtk.StateFlags.NORMAL).to_string()\n                #why.is.this.so.long?\n        self.fbFont.set_font(fontname)\n\n    def refresh_title(self, *args):\n        \"\"\"Updates the title of the category\"\"\"\n        name = self.noteset.categories[self.cat].get(\"name\",\n                _(\"New Category\"))\n        if self.noteset.properties.get(\"default_cat\", \"\") == self.cat:\n            name += \" (\" + _(\"Default Category\") + \")\"\n        self.lExp.set_text(name)\n\n    def delete_cat(self, *args):\n        \"\"\"Delete a category\"\"\"\n        winConfirm = Gtk.MessageDialog(self.settingsdialog.wSettings, None,\n                Gtk.MessageType.QUESTION, Gtk.ButtonsType.NONE,\n                _(\"Are you sure you want to delete this category?\"))\n        winConfirm.add_buttons(Gtk.STOCK_CANCEL, Gtk.ResponseType.REJECT,\n                Gtk.STOCK_DELETE, Gtk.ResponseType.ACCEPT)\n        confirm = winConfirm.run()\n        winConfirm.destroy()\n        if confirm == Gtk.ResponseType.ACCEPT:\n            self.settingsdialog.delete_category(self.cat)\n\n    def make_default(self, *args):\n        \"\"\"Make this the default category\"\"\"\n        self.noteset.properties[\"default_cat\"] = self.cat\n        self.settingsdialog.refresh_category_titles()\n        for note in self.noteset.notes:\n            note.gui.update_style()\n            note.gui.update_font()\n\n    def eName_changed(self, *args):\n        \"\"\"Update a category name\"\"\"\n        self.noteset.categories[self.cat][\"name\"] = self.eName.get_text()\n        self.refresh_title()\n        for note in self.noteset.notes:\n            note.gui.populate_menu()\n\n    def update_bg(self, *args):\n        \"\"\"Action to update the background color\"\"\"\n        try:\n            rgba = self.cbBG.get_rgba()\n        except TypeError:\n            rgba = Gdk.RGBA()\n            self.cbBG.get_rgba(rgba)\n            # Some versions of GObjectIntrospection are affected by\n            # https://bugzilla.gnome.org/show_bug.cgi?id=687633 \n        hsv = colorsys.rgb_to_hsv(rgba.red, rgba.green, rgba.blue)\n        self.noteset.categories[self.cat][\"bgcolor_hsv\"] = hsv\n        for note in self.noteset.notes:\n            note.gui.update_style()\n        # Remind some widgets that they are transparent, etc.\n        load_global_css()\n\n    def update_textcolor(self, *args):\n        \"\"\"Action to update the text color\"\"\"\n        try:\n            rgba = self.cbText.get_rgba()\n        except TypeError:\n            rgba = Gdk.RGBA()\n            self.cbText.get_rgba(rgba)\n        self.noteset.categories[self.cat][\"textcolor\"] = \\\n                [rgba.red, rgba.green, rgba.blue]\n        for note in self.noteset.notes:\n            note.gui.update_style()\n\n    def update_font(self, *args):\n        \"\"\"Action to update the font size\"\"\"\n        self.noteset.categories[self.cat][\"font\"] = \\\n            self.fbFont.get_font_name()\n        for note in self.noteset.notes:\n            note.gui.update_font()\n\nclass SettingsDialog:\n    \"\"\"Manages the GUI of the settings dialog\"\"\"\n    def __init__(self, noteset):\n        self.noteset = noteset\n        self.categories = {}\n        self.path = os.path.abspath(os.path.join(os.path.dirname(__file__),\n            '..'))\n        glade_file = (os.path.join(self.path, \"GlobalDialogs.ui\"))\n        self.builder = Gtk.Builder()\n        self.builder.add_from_file(glade_file)\n        self.builder.connect_signals(self)\n        widgets = [\"wSettings\", \"boxCategories\"]\n        for w in widgets:\n            setattr(self, w, self.builder.get_object(w))\n        for c in self.noteset.categories:\n            self.add_category_widgets(c)\n        ret =  self.wSettings.run()\n        self.wSettings.destroy()\n\n    def add_category_widgets(self, cat):\n        \"\"\"Add the widgets for a category\"\"\"\n        self.categories[cat] = SettingsCategory(self, cat)\n        self.boxCategories.pack_start(self.categories[cat].catExpander,\n                False, False, 0)\n\n    def new_category(self, *args):\n        \"\"\"Make a new category\"\"\"\n        cid = str(uuid.uuid4())\n        self.noteset.categories[cid] = {}\n        self.add_category_widgets(cid)\n\n    def delete_category(self, cat):\n        \"\"\"Delete a category\"\"\"\n        del self.noteset.categories[cat]\n        self.categories[cat].catExpander.destroy()\n        del self.categories[cat]\n        for note in self.noteset.notes:\n            note.gui.populate_menu()\n            note.gui.update_style()\n            note.gui.update_font()\n\n    def refresh_category_titles(self):\n        for cid, catsettings in self.categories.items():\n            catsettings.refresh_title()\n"
  },
  {
    "path": "stickynotes/info.py",
    "content": "PO_DIR = 'po'\nMO_DIR = 'locale'\nLOCALE_DOMAIN = \"indicator-stickynotes\"\n\nSETTINGS_FILE = \"~/.config/indicator-stickynotes\"\nDEBUG_SETTINGS_FILE = \"~/.stickynotes\"\n\nFALLBACK_PROPERTIES = { \"bgcolor_hsv\": [48./360, 1, 1],\n                        \"textcolor\": [32./255, 32./255, 32./255],\n                        \"font\": \"\",\n                        \"shadow\": 60}\n"
  },
  {
    "path": "style.css",
    "content": "/* \n * Copyright © 2012-2018 Umang Varma <umang.me@gmail.com>\n * \n * This file is part of indicator-stickynotes.\n * \n * indicator-stickynotes is free software: you can redistribute it and/or\n * modify it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or (at your\n * option) any later version.\n * \n * indicator-stickynotes is distributed in the hope that it will be useful, but\n * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\n * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n * more details.\n * \n * You should have received a copy of the GNU General Public License along with\n * indicator-stickynotes.  If not, see <http://www.gnu.org/licenses/>.\n * \n */\n\n#main-window, #txt-note, #txt-note text\n{\n    background-color: $bgcolor_hex;\n    color: $text_color;\n}\n\n#txt-note text selection\n{\n    color: $bgcolor_hex;\n    background-color: $text_color;\n}\n"
  },
  {
    "path": "style_global.css",
    "content": "/* \n * Copyright © 2012-2015 Umang Varma <umang.me@gmail.com>\n * \n * This file is part of indicator-stickynotes.\n * \n * indicator-stickynotes is free software: you can redistribute it and/or\n * modify it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or (at your\n * option) any later version.\n * \n * indicator-stickynotes is distributed in the hope that it will be useful, but\n * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\n * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\n * more details.\n * \n * You should have received a copy of the GNU General Public License along with\n * indicator-stickynotes.  If not, see <http://www.gnu.org/licenses/>.\n * \n */\n\nGtkSourceView, GtkButton, GtkEventBox\n{\n    background: transparent;\n}\n"
  }
]