aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYING.GPL (renamed from COPYING)0
-rw-r--r--COPYING.LGPL502
-rw-r--r--Makefile13
-rw-r--r--README.md6
-rw-r--r--isodumper.spec2
-rw-r--r--isodumper.svg117
6 files changed, 633 insertions, 7 deletions
diff --git a/COPYING b/COPYING.GPL
index 623b625..623b625 100644
--- a/COPYING
+++ b/COPYING.GPL
diff --git a/COPYING.LGPL b/COPYING.LGPL
new file mode 100644
index 0000000..e5ab03e
--- /dev/null
+++ b/COPYING.LGPL
@@ -0,0 +1,502 @@
+ GNU LESSER GENERAL PUBLIC LICENSE
+ Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL. It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+ This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it. You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+ When we speak of free software, we are referring to freedom of use,
+not price. Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+ To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights. These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+ For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you. You must make sure that they, too, receive or can get the source
+code. If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it. And you must show them these terms so they know their rights.
+
+ We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+ To protect each distributor, we want to make it very clear that
+there is no warranty for the free library. Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+ Finally, software patents pose a constant threat to the existence of
+any free program. We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder. Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+ Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License. This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License. We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+ When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library. The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom. The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+ We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License. It also provides other free software developers Less
+of an advantage over competing non-free programs. These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries. However, the Lesser license provides advantages in certain
+special circumstances.
+
+ For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard. To achieve this, non-free programs must be
+allowed to use the library. A more frequent case is that a free
+library does the same job as widely used non-free libraries. In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+ In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software. For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+ Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+ The precise terms and conditions for copying, distribution and
+modification follow. Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library". The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+ GNU LESSER GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+ A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+ The "Library", below, refers to any such software library or work
+which has been distributed under these terms. A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language. (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+ "Source code" for a work means the preferred form of the work for
+making modifications to it. For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+ Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it). Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+ 1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+ You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+ 2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) The modified work must itself be a software library.
+
+ b) You must cause the files modified to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ c) You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.
+
+ d) If a facility in the modified Library refers to a function or a
+ table of data to be supplied by an application program that uses
+ the facility, other than as an argument passed when the facility
+ is invoked, then you must make a good faith effort to ensure that,
+ in the event an application does not supply such function or
+ table, the facility still operates, and performs whatever part of
+ its purpose remains meaningful.
+
+ (For example, a function in a library to compute square roots has
+ a purpose that is entirely well-defined independent of the
+ application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must
+ be optional: if the application does not supply it, the square
+ root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library. To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License. (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.) Do not make any other change in
+these notices.
+
+ Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+ This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+ 4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+ If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library". Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+ However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library". The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+ When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library. The
+threshold for this to be true is not precisely defined by law.
+
+ If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work. (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+ Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+ 6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+ You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License. You must supply a copy of this License. If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License. Also, you must do one
+of these things:
+
+ a) Accompany the work with the complete corresponding
+ machine-readable source code for the Library including whatever
+ changes were used in the work (which must be distributed under
+ Sections 1 and 2 above); and, if the work is an executable linked
+ with the Library, with the complete machine-readable "work that
+ uses the Library", as object code and/or source code, so that the
+ user can modify the Library and then relink to produce a modified
+ executable containing the modified Library. (It is understood
+ that the user who changes the contents of definitions files in the
+ Library will not necessarily be able to recompile the application
+ to use the modified definitions.)
+
+ b) Use a suitable shared library mechanism for linking with the
+ Library. A suitable mechanism is one that (1) uses at run time a
+ copy of the library already present on the user's computer system,
+ rather than copying library functions into the executable, and (2)
+ will operate properly with a modified version of the library, if
+ the user installs one, as long as the modified version is
+ interface-compatible with the version that the work was made with.
+
+ c) Accompany the work with a written offer, valid for at
+ least three years, to give the same user the materials
+ specified in Subsection 6a, above, for a charge no more
+ than the cost of performing this distribution.
+
+ d) If distribution of the work is made by offering access to copy
+ from a designated place, offer equivalent access to copy the above
+ specified materials from the same place.
+
+ e) Verify that the user has already received a copy of these
+ materials or that you have already sent this user a copy.
+
+ For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it. However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+ It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system. Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+ 7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+ a) Accompany the combined library with a copy of the same work
+ based on the Library, uncombined with any other library
+ facilities. This must be distributed under the terms of the
+ Sections above.
+
+ b) Give prominent notice with the combined library of the fact
+ that part of it is a work based on the Library, and explaining
+ where to find the accompanying uncombined form of the same work.
+
+ 8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License. Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License. However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+ 9. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Library or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+ 10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+ 11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all. For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded. In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+ 13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation. If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+ 14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission. For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this. Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+ NO WARRANTY
+
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Libraries
+
+ If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change. You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+
+ To apply these terms, attach the following notices to the library. It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the library's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+
+ <signature of Ty Coon>, 1 April 1990
+ Ty Coon, President of Vice
+
+That's all there is to it!
diff --git a/Makefile b/Makefile
index 1a73fe3..e5ad9bd 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ DOCDIR=$(PREFIX)/share/doc/isodumper
PYTHON=/usr/bin/env python
DIRS = polkit
-all: dirs
+all: dirs tar
dirs:
@for n in . $(DIRS); do \
@@ -35,7 +35,8 @@ dirs:
done
clean:
- rm -f isodumper COPYING CHANGELOG
+ rm -f polkit/isodumper polkit/org.mageia.isodumper.policy \
+ isodumper.tar.xz
install: all
@@ -70,7 +71,7 @@ install: all
# for isodumper doc
mkdir -p $(DESTDIR)$(DOCDIR)
- install -m 644 COPYING CHANGELOG README.md i18n.md $(DESTDIR)$(DOCDIR)
+ install -m 644 COPYING.GPL COPYING.LGPL CHANGELOG README.md i18n.md $(DESTDIR)$(DOCDIR)
# for isodumper icons
#NOTE: You must install imagemagick package.
@@ -87,6 +88,7 @@ install: all
mkdir -p $(DESTDIR)$(ICONSDIR)/hicolor/$$png/apps; \
convert isodumper.png -geometry $$png $(DESTDIR)$(ICONSDIR)/hicolor/$$png/apps/isodumper.png; \
done
+ install -D -m 644 isodumper.svg $(DESTDIR)$(ICONSDIR)/hicolor/scalable/apps/isodumper.svg
# for isodumper.mo translations
for locale in share/locale/*; \
@@ -96,7 +98,8 @@ install: all
done
-tar: isodumper.tar.gz
+tar:
+ tar cvJf isodumper.tar.xz *
README.txt: README.md
@@ -104,4 +107,4 @@ README.txt: README.md
i18n.txt: i18n.md
- pandoc -f markdown -t plain i18n.md -o i18n.txt \ No newline at end of file
+ pandoc -f markdown -t plain i18n.md -o i18n.txt
diff --git a/README.md b/README.md
index 9505cac..a3a6deb 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,11 @@ License
--------
This software is distributed under the terms of the
-[GNU Public License, v2](COPYING)
+[GNU General Public License version 2 (GPLv2+)](COPYING.GPL).
+
+The [isodumper icon](isodumper.svg) is licensed under the terms of the
+[GNU Lesser General Public License version 2.1 (LGPLv2.1+)][COPYING.LGPL].
+It is part of the Crystal Clear icon set by Everaldo Coelho.
Authors
diff --git a/isodumper.spec b/isodumper.spec
index 95b80e2..12fe617 100644
--- a/isodumper.spec
+++ b/isodumper.spec
@@ -60,4 +60,4 @@ Ce logiciel est écrit en python.
%{_miconsdir}/%{name}.png
%{_iconsdir}/%{name}.png
%{_liconsdir}/%{name}.png
-%{_iconsdir}/hicolor/*/*/%{name}.png
+%{_iconsdir}/hicolor/*/*/%{name}.*
diff --git a/isodumper.svg b/isodumper.svg
new file mode 100644
index 0000000..9ab4896
--- /dev/null
+++ b/isodumper.svg
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="127.5" height="127.5" id="svg1">
+ <defs id="defs2">
+ <linearGradient x1="68.715599" y1="35.413502" x2="83.1838" y2="57.513901" id="linearGradient3284" gradientUnits="userSpaceOnUse">
+ <stop id="stop3286" style="stop-color:#ffffff;stop-opacity:1" offset="0"/>
+ <stop id="stop3288" style="stop-color:#979797;stop-opacity:1" offset="1"/>
+ </linearGradient>
+ <radialGradient cx="107.064" cy="1.2632" r="26.722" fx="107.064" fy="1.2632" id="defitem0" gradientUnits="userSpaceOnUse">
+ <stop id="stop4" style="stop-color:#9eff00;stop-opacity:1" offset="0"/>
+ <stop id="stop5" style="stop-color:#0a7000;stop-opacity:1" offset="1"/>
+ </radialGradient>
+ <linearGradient x1="109.737" y1="-0.052565102" x2="109.737" y2="18.431601" id="defitem1" gradientUnits="userSpaceOnUse">
+ <stop id="stop7" style="stop-color:#5da321;stop-opacity:1" offset="0"/>
+ <stop id="stop8" style="stop-color:#0a7000;stop-opacity:1" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="116.074" y1="19.143101" x2="111.49" y2="4.62643" id="defitem2" gradientUnits="userSpaceOnUse">
+ <stop id="stop10" style="stop-color:#ffffff;stop-opacity:1" offset="0"/>
+ <stop id="stop11" style="stop-color:#979797;stop-opacity:0" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="1.12792" y1="120.559" x2="109.087" y2="120.559" id="defitem3" gradientUnits="userSpaceOnUse">
+ <stop id="stop13" style="stop-color:#f2f2f2;stop-opacity:1" offset="0"/>
+ <stop id="stop14" style="stop-color:#858397;stop-opacity:1" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="30.8943" y1="62.425701" x2="24.7083" y2="102.331" id="defitem4" gradientUnits="userSpaceOnUse">
+ <stop id="stop16" style="stop-color:#ffffff;stop-opacity:0" offset="0"/>
+ <stop id="stop17" style="stop-color:#ffffff;stop-opacity:1" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="13.1868" y1="104.102" x2="6.01124" y2="96.025497" id="defitem5" gradientUnits="userSpaceOnUse">
+ <stop id="stop19" style="stop-color:#797b97;stop-opacity:1" offset="0"/>
+ <stop id="stop20" style="stop-color:#ffffff;stop-opacity:1" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="3.8431599" y1="112.828" x2="24.6336" y2="107.804" id="defitem6" gradientUnits="userSpaceOnUse">
+ <stop id="stop22" style="stop-color:#ffffff;stop-opacity:1" offset="0"/>
+ <stop id="stop23" style="stop-color:#979797;stop-opacity:0" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="19.3965" y1="111.202" x2="88.568703" y2="76.347198" id="defitem7" gradientUnits="userSpaceOnUse">
+ <stop id="stop25" style="stop-color:#007be1;stop-opacity:1" offset="0"/>
+ <stop id="stop26" style="stop-color:#baffff;stop-opacity:1" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="33.541901" y1="101.608" x2="16.1413" y2="115.19" id="defitem8" gradientUnits="userSpaceOnUse">
+ <stop id="stop28" style="stop-color:#ffffff;stop-opacity:0" offset="0"/>
+ <stop id="stop29" style="stop-color:#ffffff;stop-opacity:1" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="63.100601" y1="83.289299" x2="57.624001" y2="74.022102" id="defitem9" gradientUnits="userSpaceOnUse">
+ <stop id="stop31" style="stop-color:#ffffff;stop-opacity:0" offset="0"/>
+ <stop id="stop32" style="stop-color:#ffffff;stop-opacity:1" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="84.804703" y1="46.0284" x2="75.546997" y2="72.308701" id="defitem10" gradientUnits="userSpaceOnUse">
+ <stop id="stop34" style="stop-color:#f2f2f2;stop-opacity:1" offset="0"/>
+ <stop id="stop35" style="stop-color:#858397;stop-opacity:1" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="58.852299" y1="111.905" x2="44.979099" y2="107.275" id="defitem11" gradientUnits="userSpaceOnUse">
+ <stop id="stop37" style="stop-color:#f2f2f2;stop-opacity:1" offset="0"/>
+ <stop id="stop38" style="stop-color:#858397;stop-opacity:1" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="68.715599" y1="35.413502" x2="83.1838" y2="57.513901" id="defitem12" gradientUnits="userSpaceOnUse">
+ <stop id="stop40" style="stop-color:#ffffff;stop-opacity:1" offset="0"/>
+ <stop id="stop41" style="stop-color:#979797;stop-opacity:1" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="66.753403" y1="55.8927" x2="65.349197" y2="35.799" id="defitem13" gradientUnits="userSpaceOnUse">
+ <stop id="stop43" style="stop-color:#ffffff;stop-opacity:1" offset="0"/>
+ <stop id="stop44" style="stop-color:#979797;stop-opacity:1" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="69.431503" y1="50.4006" x2="70.987297" y2="51.693298" id="defitem14" gradientUnits="userSpaceOnUse">
+ <stop id="stop46" style="stop-color:#ffffff;stop-opacity:1" offset="0"/>
+ <stop id="stop47" style="stop-color:#979797;stop-opacity:1" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="107.964" y1="66.357201" x2="96.668999" y2="59.480701" id="defitem15" gradientUnits="userSpaceOnUse">
+ <stop id="stop49" style="stop-color:#ffffff;stop-opacity:1" offset="0"/>
+ <stop id="stop50" style="stop-color:#979797;stop-opacity:0" offset="1"/>
+ </linearGradient>
+ <linearGradient x1="63.100601" y1="83.289299" x2="62.948997" y2="73.160408" id="linearGradient714" xlink:href="#defitem9" gradientUnits="userSpaceOnUse"/>
+ <linearGradient x1="103.44018" y1="66.816483" x2="100.60335" y2="57.497055" id="linearGradient724" xlink:href="#defitem15" gradientUnits="userSpaceOnUse"/>
+ <linearGradient x1="68.715599" y1="35.413502" x2="83.1838" y2="57.513901" id="linearGradient2485" xlink:href="#defitem12" gradientUnits="userSpaceOnUse"/>
+ <linearGradient x1="66.753403" y1="55.8927" x2="65.349197" y2="35.799" id="linearGradient2487" xlink:href="#defitem13" gradientUnits="userSpaceOnUse"/>
+ <linearGradient x1="69.431503" y1="50.4006" x2="70.987297" y2="51.693298" id="linearGradient2489" xlink:href="#defitem14" gradientUnits="userSpaceOnUse"/>
+ <linearGradient x1="103.44018" y1="66.816483" x2="100.60335" y2="57.497055" id="linearGradient2491" xlink:href="#defitem15" gradientUnits="userSpaceOnUse"/>
+ <linearGradient x1="103.44018" y1="66.816483" x2="100.60335" y2="57.497055" id="linearGradient2497" xlink:href="#defitem15" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,0,147.87447)"/>
+ <linearGradient x1="69.431503" y1="50.4006" x2="70.987297" y2="51.693298" id="linearGradient2500" xlink:href="#defitem14" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,0,147.87447)"/>
+ <linearGradient x1="66.753403" y1="55.8927" x2="65.349197" y2="35.799" id="linearGradient2504" xlink:href="#defitem13" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,0,147.87447)"/>
+ <linearGradient x1="68.715599" y1="35.413502" x2="83.1838" y2="57.513901" id="linearGradient2508" xlink:href="#defitem12" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,-127.25,158.12447)"/>
+ <linearGradient x1="68.715599" y1="35.413502" x2="83.1838" y2="57.513901" id="linearGradient3282" xlink:href="#linearGradient3284" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,-0.25,147.62447)"/>
+ <linearGradient x1="58.852299" y1="111.905" x2="44.979099" y2="107.275" id="linearGradient3294" xlink:href="#defitem11" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,0,147.87447)"/>
+ <linearGradient x1="84.804703" y1="46.0284" x2="75.546997" y2="72.308701" id="linearGradient3297" xlink:href="#defitem10" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,0,147.87447)"/>
+ <linearGradient x1="63.100601" y1="83.289299" x2="62.948997" y2="73.160408" id="linearGradient3300" xlink:href="#defitem9" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,0,147.87447)"/>
+ <linearGradient x1="33.541901" y1="101.608" x2="16.1413" y2="115.19" id="linearGradient3303" xlink:href="#defitem8" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,0,147.87447)"/>
+ <linearGradient x1="19.3965" y1="111.202" x2="88.568703" y2="76.347198" id="linearGradient3306" xlink:href="#defitem7" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,0,147.87447)"/>
+ <linearGradient x1="3.8431599" y1="112.828" x2="24.6336" y2="107.804" id="linearGradient3309" xlink:href="#defitem6" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,0,147.87447)"/>
+ <linearGradient x1="13.1868" y1="104.102" x2="6.01124" y2="96.025497" id="linearGradient3312" xlink:href="#defitem5" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,0,147.87447)"/>
+ <linearGradient x1="30.8943" y1="62.425701" x2="24.7083" y2="102.331" id="linearGradient3315" xlink:href="#defitem4" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,0,147.87447)"/>
+ <linearGradient x1="1.12792" y1="120.559" x2="109.087" y2="120.559" id="linearGradient3318" xlink:href="#defitem3" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,-1.23881,0,147.87447)"/>
+ </defs>
+ <g id="g3320">
+ <path d="M 105.531,49.062772 C 105.182,48.678246 81.7823,24.084275 61.7864,14.138736 C 31.6381,-0.85581979 15.8771,2.3551757 11.4226,3.924748 C 6.36617,5.5203353 2.31317,8.560375 1.99204,15.865638 C 1.62792,20.71434 3.54777,39.01974 11.9988,53.515303 C 19.2132,66.049335 49.9914,97.376486 53.2268,96.844789 L 105.794,84.706309 C 106.597,84.520983 107.519,83.109359 107.554,82.306487 C 107.854,72.937119 108.249,63.310698 108.549,53.94133 C 108.587,51.816523 106.39,50.008356 105.531,49.062772 z" id="path575" style="fill:url(#linearGradient3318);fill-rule:evenodd;stroke-width:3.75"/>
+ <path d="M 50.8739,67.068256 L 53.0763,95.256635 C 44.2359,87.421781 23.7106,69.475016 13.634,55.681858 C 3.55738,41.888576 3.92952,32.2489 5.28141,14.929097 C 15.0875,33.091662 38.8341,56.07134 50.8739,67.068256 z" id="path604" style="fill:url(#linearGradient3315);fill-opacity:0.75;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 53.8522,62.827314 C 45.9531,55.566153 8.48622,26.051877 6.24732,10.889338 C 3.48993,15.448159 6.43177,26.206109 13.9044,34.191106 C 25.2178,46.280034 38.8681,58.585629 50.8971,69.684375 L 53.8522,62.827314 z" id="path589" style="fill:url(#linearGradient3312);fill-opacity:0.75;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 21.3607,2.5050717 C 16.3479,2.5087882 13.0995,3.3375521 11.4291,3.9259868 C 6.37266,5.5215741 2.31661,8.5702855 1.99548,15.874309 C 1.63136,20.723012 3.5516,39.018501 12.0026,53.514065 C 15.0918,58.881085 22.5183,67.651612 30.2359,75.933305 L 70.2343,19.053096 C 67.3978,17.212224 64.5579,15.516293 61.7818,14.13502 C 42.9391,4.7634224 29.7155,2.4988777 21.3607,2.5050717 z" id="path636" style="fill:url(#linearGradient3309);fill-rule:evenodd;stroke-width:3.75"/>
+ <path d="M 16.6213,23.158512 C 26.2573,34.253542 34.4501,44.934562 51.4102,53.824263 C 57.8229,57.126682 94.07,50.136945 90.9981,43.946239 C 86.3643,35.037709 61.7042,18.176018 45.955,11.237443 C 36.5779,7.1617585 21.63,4.9492439 13.3007,8.9481226 C 6.63053,11.776326 13.6456,18.931692 16.6213,23.158512 z" id="path583" style="fill:url(#linearGradient3306);fill-opacity:0.75;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 43.8253,15.403561 C 43.8253,19.271126 37.6504,22.146404 28.99,22.146404 C 20.3296,22.146404 16.2892,20.158114 13.2017,15.870593 C 10.5144,12.183894 12.2182,8.6607186 25.1478,8.3956133 C 33.8082,8.3956133 43.8253,11.535997 43.8253,15.403561 z" id="path599" style="fill:url(#linearGradient3303);fill-opacity:0.75;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 88.3937,42.730223 C 83.2729,45.667938 71.0901,48.654832 59.3683,48.654832 C 48.8172,48.654832 45.7923,45.17997 39.9276,42.110447 C 44.5455,47.244943 47.1072,52.6189 60.0174,52.6189 C 73.8319,52.6189 86.174,47.476724 88.3937,42.730223 z" id="path602" style="fill:url(#linearGradient3300);fill-opacity:0.75;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 52.9049,64.242407 C 51.7978,64.70981 51.6005,67.946077 51.0722,69.59803 L 50.9967,93.07348 C 50.9967,94.538373 51.9487,95.71772 53.1313,95.71772 L 105.226,84.504755 C 106.328,84.17424 107.174,83.358484 107.36,81.860391 L 108.266,54.364879 C 108.266,52.899863 107.314,51.720515 106.131,51.720515 L 52.9049,64.242407 z" id="path611" style="fill:url(#linearGradient3297);fill-opacity:0.75;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 22.6191,3.1269544 C 17.7813,3.2917161 14.5325,3.8021058 12.8283,4.2171072 C 10.4848,4.7609447 8.63382,6.2239794 7.1454,6.871877 C 8.08946,6.5336819 10.768,4.9244677 11.9945,4.7349297 C 16.514,4.002793 29.8695,0.78436465 60.0179,15.777682 C 80.0138,25.723344 104.787,52.070231 105.164,52.490931 C 105.968,52.243169 106.973,53.076145 107.777,52.828507 C 108.369,51.48415 82.3533,24.657472 62.3574,14.712305 C 43.5147,5.3407078 30.682,2.8519385 22.6191,3.1269544 z" id="path619" style="fill:url(#linearGradient3294);fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 21.3607,1.3827099 C 16.2693,1.3864263 12.9285,2.2226231 11.1725,2.8420281 C 8.567,3.6633591 6.16895,4.863766 4.31991,6.917713 C 3.39539,7.9446865 2.62841,9.1971234 2.07094,10.676263 C 1.51348,12.155402 1.17557,13.850094 1.08985,15.799981 C 1.0385,16.483804 1.02429,17.295224 1.05966,18.323437 C 1.09503,19.351649 1.18323,20.557011 1.31626,21.894926 C 1.58231,24.572366 2.05434,27.808881 2.81054,31.356585 C 4.32293,38.452117 6.95064,46.771717 11.263,54.168528 C 12.2014,55.798802 13.4969,57.682412 15.0516,59.759277 C 16.6062,61.836142 18.4249,64.096103 20.4098,66.453311 C 24.3798,71.167479 29.0123,76.264191 33.5263,80.944415 C 38.0403,85.624639 42.4209,89.883668 45.9032,92.967438 C 47.6443,94.509261 49.1611,95.751663 50.3709,96.613627 C 50.9758,97.044485 51.5043,97.388998 51.9709,97.623257 C 52.2041,97.740449 52.4162,97.840916 52.635,97.903724 C 52.8538,97.966655 53.0764,98.003944 53.3444,97.959842 L 53.3746,97.959842 L 53.3897,97.941136 L 105.961,85.806001 C 106.335,85.71978 106.637,85.517358 106.912,85.28248 C 107.187,85.047478 107.44,84.779275 107.652,84.478368 C 107.863,84.177585 108.037,83.847814 108.18,83.50615 C 108.323,83.164362 108.432,82.813531 108.452,82.365454 L 108.452,82.346748 C 108.752,72.985928 109.147,63.359383 109.448,53.981468 L 109.448,53.962762 C 109.462,53.188629 109.279,52.476313 109.01,51.868553 C 108.741,51.260917 108.391,50.743961 108.029,50.279284 C 107.667,49.814482 107.28,49.41125 106.942,49.063887 C 106.605,48.716525 106.305,48.418839 106.127,48.222488 C 106.111,48.204525 106.1,48.204401 106.082,48.185076 C 106.064,48.16575 106.05,48.140231 106.022,48.110251 C 105.965,48.050417 105.879,47.970142 105.78,47.867197 C 105.582,47.661183 105.308,47.354825 104.95,46.988385 C 104.233,46.255381 103.214,45.221594 101.931,43.959247 C 99.3662,41.434552 95.7585,38.007013 91.5466,34.273487 C 83.1229,26.806684 72.2531,18.14257 62.1289,13.106808 C 43.197,3.6906129 29.8466,1.3777546 21.3607,1.3827099 z M 21.3607,3.6274336 C 29.5845,3.6212396 42.6962,5.854814 61.4497,15.183053 C 71.3215,20.092457 82.1427,28.693391 90.5052,36.105935 C 94.6864,39.812207 98.2535,43.211253 100.799,45.716871 C 102.072,46.969679 103.08,48.002847 103.788,48.727303 C 104.142,49.089531 104.425,49.367396 104.618,49.568702 C 104.714,49.669418 104.791,49.755391 104.844,49.811757 C 104.871,49.840002 104.89,49.8706 104.905,49.886581 C 104.92,49.902562 104.94,49.911233 104.935,49.905287 C 105.186,50.181666 105.48,50.46015 105.795,50.784099 C 106.11,51.108048 106.441,51.460118 106.731,51.831265 C 107.02,52.202289 107.266,52.59462 107.425,52.953131 C 107.584,53.311643 107.642,53.637078 107.637,53.925473 C 107.336,63.286293 106.956,72.875426 106.655,82.253342 C 106.657,82.206762 106.645,82.323087 106.58,82.47769 C 106.515,82.632294 106.402,82.825672 106.278,83.001211 C 106.155,83.176874 106.011,83.342999 105.886,83.450032 C 105.761,83.556941 105.657,83.593115 105.629,83.599556 L 53.1029,95.734815 C 53.1184,95.732214 53.083,95.735435 53.0878,95.734815 C 53.1034,95.732585 53.1097,95.735435 53.0425,95.716109 C 52.9546,95.690838 52.8217,95.633976 52.6501,95.547755 C 52.3068,95.375437 51.8369,95.068212 51.2765,94.668943 C 50.1557,93.87053 48.6718,92.669752 46.9597,91.153696 C 43.5356,88.121461 39.1753,83.876059 34.6885,79.224203 C 30.2018,74.572348 25.5938,69.51342 21.6626,64.845212 C 19.697,62.511046 17.9018,60.259385 16.3798,58.226002 C 14.8578,56.192743 13.6074,54.362773 12.7422,52.859601 L 12.7271,52.859601 C 8.5885,45.760848 6.03068,37.688886 4.56141,30.795652 C 3.82678,27.349035 3.36802,24.186724 3.11241,21.614955 C 2.98461,20.32907 2.90385,19.188126 2.87091,18.230526 C 2.83797,17.272926 2.86142,16.496192 2.9011,15.968459 L 2.9011,15.948638 L 2.9011,15.930056 C 2.97594,14.227931 3.26536,12.807016 3.71616,11.611564 C 4.16696,10.414874 4.78158,9.427542 5.5425,8.5826736 C 7.06435,6.8916979 9.18944,5.7842018 11.6404,5.0111844 L 11.6555,5.0111844 L 11.6706,5.0111844 C 13.2554,4.4524811 16.4265,3.63115 21.3607,3.6274336 z" id="path674" style="fill:#797997;fill-rule:evenodd;stroke-width:3.75"/>
+ <path d="M 105.079,51.145708 L 56.8994,61.570046 C 49.5724,63.155351 51.1517,67.70166 50.9091,86.333734 C 51.7811,67.525749 53.7593,65.652792 55.0668,65.345691 L 105.388,53.523975 C 107.28,53.292565 108.271,54.516138 108.233,56.233624 C 108.392,52.673284 107.167,50.583164 105.079,51.145708 z" id="path616" style="fill:#ffffff;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 32.106,17.429016 L 33.6812,21.572835 L 35.4832,20.893967 L 57.1243,37.028353 C 54.5221,36.861733 50.7429,36.194386 48.8668,34.799857 C 47.047,33.447077 45.2265,32.093801 43.4067,30.741144 C 43.5618,30.266804 43.2341,29.620888 42.4388,29.029728 C 41.253,28.148191 39.5024,27.729597 38.5313,28.095294 C 37.5602,28.460991 37.7344,29.473098 38.9203,30.354635 C 39.7233,30.951494 40.7825,31.32896 41.6861,31.401554 C 43.5022,32.751485 45.3189,34.101912 47.135,35.451967 C 49.0814,36.898773 55.7111,38.549859 59.2844,38.637443 L 62.1016,40.738465 C 61.496,41.423279 61.9093,42.555304 63.283,43.576455 C 64.9959,44.849704 67.5245,45.454367 68.9272,44.926262 C 70.3299,44.398033 70.0782,42.93599 68.3653,41.662741 C 67.0276,40.668348 65.201,40.092549 63.793,40.134917 L 56.8122,34.932162 C 57.879,33.15447 57.7212,29.74861 55.0251,27.744587 C 53.2414,26.418564 51.4569,25.092171 49.6732,23.766768 L 50.5803,23.424856 L 46.4031,20.31916 L 42.9823,21.607522 L 47.1595,24.712723 L 47.9444,24.417143 C 49.7282,25.743165 51.5126,27.069559 53.2964,28.395457 C 55.1648,29.784287 55.0115,31.879982 54.5545,33.247133 L 37.1447,20.268368 L 38.8765,19.615515 L 32.106,17.429016 z" id="path635" style="fill:#000000;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 57.5568,71.6101 L 98.6474,61.8261 L 125.543,83.7741 L 125.116,96.46682 L 81.3574,109.42415 L 57.4501,83.50961 L 57.5568,71.6101 z" id="path3280" style="fill:url(#linearGradient3282);fill-opacity:1;fill-rule:evenodd;stroke-width:3.75"/>
+ <path d="M 99.0935,60.881144 L 98.7313,60.974674 L 57.631,70.75384 L 56.9065,70.922194 L 56.9065,71.838418 L 56.8009,83.749205 L 56.7858,84.272726 L 57.1027,84.60931 L 81.0112,110.52509 L 81.3584,110.89909 L 81.8112,110.76815 L 125.583,97.810318 L 126.247,97.604551 L 126.277,96.763151 L 126.7,84.067083 L 126.715,83.431326 L 126.292,83.094741 L 99.3954,61.142904 L 99.0935,60.881144 z M 98.7162,63.274525 L 124.874,84.60931 L 124.496,95.828222 L 81.8565,108.44959 L 58.6121,83.262972 L 58.7027,72.79193 L 98.7162,63.274525 z" id="path677" style="fill:#797997;fill-rule:evenodd;stroke-width:3.75"/>
+ <path d="M 81.934,96.763647 L 81.8608,108.50063 L 58.5939,83.263839 L 58.7108,72.820671 L 81.934,96.763647 z" id="path609" style="fill:url(#linearGradient2504);fill-opacity:0.75;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 81.8742,96.71682 L 81.8608,108.50063 L 124.512,95.92361 L 124.886,84.552945 L 81.8742,96.71682 z" id="path608" style="fill:#000000;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 58.6951,74.348867 L 81.8478,97.829395 C 81.8722,96.917507 82.2646,96.648438 83.2795,96.320896 L 59.2814,72.645751 L 58.703,72.773967 L 58.6951,74.348867 z" id="path623" style="fill:url(#linearGradient2500);fill-opacity:0.75;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 94.3541,78.319005 L 117.871,79.532791 L 98.6558,63.734371 L 83.3357,67.28703 L 94.3541,78.319005 z" id="path626" style="fill:url(#linearGradient2497);fill-opacity:0.75;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 72.4585,80.422876 L 77.071,84.780638 L 84.7048,82.796312 L 80.0001,78.451558 L 72.4585,80.422876 z" id="path633" style="fill:#000000;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 98.7871,73.880473 L 103.51,77.960989 L 109.93,76.229752 L 105.278,72.282408 L 98.7871,73.880473 z" id="path634" style="fill:#000000;fill-rule:evenodd;stroke-width:1.25"/>
+ <path d="M 124.315,84.216608 C 124.285,84.219705 124.254,84.225899 124.224,84.235066 L 83.1243,95.772103 L 83.0489,95.809516 C 82.7798,95.932158 82.5682,96.043403 82.3696,96.183512 C 82.1711,96.323622 81.996,96.494082 81.8565,96.707033 C 81.7169,96.920109 81.6109,97.168862 81.5697,97.417615 C 81.5317,97.64729 81.5455,97.870895 81.5546,98.090784 L 81.5395,98.090784 L 81.464,107.81383 C 81.4602,108.06866 81.5668,108.30638 81.7433,108.43708 C 81.9199,108.56777 82.1394,108.57136 82.3187,108.44637 C 82.498,108.3215 82.6096,108.08736 82.6111,107.83254 L 82.6866,98.10949 L 82.6866,98.053372 C 82.6781,97.881054 82.6913,97.779843 82.7017,97.716787 C 82.7121,97.653732 82.7237,97.640229 82.747,97.604551 C 82.7703,97.568997 82.8134,97.498509 82.9281,97.417615 C 83.0428,97.336721 83.2225,97.243686 83.4564,97.137148 L 124.481,85.618941 C 124.775,85.538542 124.968,85.190808 124.925,84.822138 C 124.881,84.453592 124.615,84.18923 124.315,84.216484 L 124.315,84.216608 z" id="path671" style="fill:#ffffff;fill-rule:evenodd;stroke-width:2.375;stroke-linecap:round;stroke-linejoin:bevel"/>
+ </g>
+</svg> \ No newline at end of file
σωστά. Γίνεται προεπιλεγμένη χρήση του " "ελεύθερου οδηγού λογισμικού." #: ../lib/Xconfig/card.pm:409 #, c-format msgid "Configure all heads independently" msgstr "Ανεξάρτητη ρύθμιση όλων των κεφαλών" #: ../lib/Xconfig/card.pm:410 #, c-format msgid "Use Xinerama extension" msgstr "Χρήση επέκτασης Xinerama" #: ../lib/Xconfig/card.pm:415 #, c-format msgid "Configure only card \"%s\"%s" msgstr "Ρύθμιση μόνο της κάρτας \"%s\" %s" #: ../lib/Xconfig/main.pm:88 ../lib/Xconfig/main.pm:89 #: ../lib/Xconfig/monitor.pm:133 #, c-format msgid "Custom" msgstr "Προσαρμοσμένο" #: ../lib/Xconfig/main.pm:123 #, c-format msgid "Graphic Card & Monitor Configuration" msgstr "Ρυθμίσεις Κάρτας Γραφικών και Οθόνης" #: ../lib/Xconfig/main.pm:124 #, c-format msgid "Quit" msgstr "Έξοδος" #: ../lib/Xconfig/main.pm:126 #, c-format msgid "Graphic Card" msgstr "Κάρτα Γραφικών" #: ../lib/Xconfig/main.pm:129 ../lib/Xconfig/monitor.pm:127 #, c-format msgid "" "_: This is a display device\n" "Monitor" msgstr "Οθόνη" #: ../lib/Xconfig/main.pm:132 ../lib/Xconfig/resolution_and_depth.pm:385 #, c-format msgid "Resolution" msgstr "Ανάλυση" #: ../lib/Xconfig/main.pm:135 #, c-format msgid "Test" msgstr "Δοκιμή" #: ../lib/Xconfig/main.pm:140 #, c-format msgid "Options" msgstr "Επιλογές" #: ../lib/Xconfig/main.pm:145 #, c-format msgid "Plugins" msgstr "Ενθέματα (plugins)" #: ../lib/Xconfig/main.pm:179 #, c-format msgid "Your Xorg configuration file is broken, we will ignore it." msgstr "Το αρχείο ρυθμίσεων του Xorg είναι ελαττωματικό. Θα το αγνοήσουμε." #: ../lib/Xconfig/main.pm:197 #, c-format msgid "" "Keep the changes?\n" "The current configuration is:\n" "\n" "%s" msgstr "" "Διατήρηση των αλλαγών;\n" "Οι τρέχουσες ρυθμίσεις είναι:\n" "\n" "%s" #: ../lib/Xconfig/monitor.pm:128 #, c-format msgid "Choose a monitor for head #%d" msgstr "Επιλέξτε μία οθόνη για την κεφαλή #%d" #: ../lib/Xconfig/monitor.pm:128 #, c-format msgid "Choose a monitor" msgstr "Επιλέξτε οθόνη" #: ../lib/Xconfig/monitor.pm:134 #, c-format msgid "Plug'n Play" msgstr "Άμεσης τοποθέτησης και λειτουργίας" #: ../lib/Xconfig/monitor.pm:135 ../lib/mouse.pm:47 #, c-format msgid "Generic" msgstr "Γενικού τύπου" #: ../lib/Xconfig/monitor.pm:136 #, c-format msgid "Vendor" msgstr "Κατασκευαστής" #: ../lib/Xconfig/monitor.pm:154 #, c-format msgid "" "The two critical parameters are the vertical refresh rate, which is the " "rate\n" "at which the whole screen is refreshed, and most importantly the horizontal\n" "sync rate, which is the rate at which scanlines are displayed.\n" "\n" "It is VERY IMPORTANT that you do not specify a monitor type with a sync " "range\n" "that is beyond the capabilities of your monitor: you may damage your " "monitor.\n" " If in doubt, choose a conservative setting." msgstr "" "Οι δύο κρίσιμες παράμετροι είναι η «συχνότητα κατακόρυφης ανανέωσης» \n" "(που είναι η συχνότητα με την οποία ανανεώνεται ολόκληρη η οθόνη), \n" "καθώς και η πιο σημαντική «συχνότητα οριζόντιας ανανέωσης» \n" "(η οποία είναι η συχνότητα με την οποία ανανεώνονται οι οριζόντιες " "γραμμές).\n" "\n" "Είναι ΠΟΛΥ ΣΗΜΑΝΤΙΚΟ να μην επιλέξετε τύπο οθόνης του οποίου οι συχνότητες\n" "ανανέωσης είναι εκτός των ορίων της οθόνης σας: υπάρχει κίνδυνος " "καταστροφής\n" "της οθόνης σας. Αν δεν είστε σίγουροι, κάντε μια συντηρητική επιλογή." #: ../lib/Xconfig/monitor.pm:161 #, c-format msgid "Horizontal refresh rate" msgstr "Συχνότητα οριζόντιας ανανέωσης" #: ../lib/Xconfig/monitor.pm:162 #, c-format msgid "Vertical refresh rate" msgstr "Συχνότητα κατακόρυφης ανανέωσης" #: ../lib/Xconfig/plugins.pm:219 #, c-format msgid "Choose plugins" msgstr "Επέλεξε ενθέματα (plugins)" #: ../lib/Xconfig/resolution_and_depth.pm:10 #, c-format msgid "256 colors (8 bits)" msgstr "256 χρώματα (8 bits)" #: ../lib/Xconfig/resolution_and_depth.pm:11 #, c-format msgid "32 thousand colors (15 bits)" msgstr "32 χιλιάδες χρώματα (15 bits)" #: ../lib/Xconfig/resolution_and_depth.pm:12 #, c-format msgid "65 thousand colors (16 bits)" msgstr "65 χιλιάδες χρώματα (16 bits)" #: ../lib/Xconfig/resolution_and_depth.pm:13 #, c-format msgid "16 million colors (24 bits)" msgstr "16 εκατομμύρια χρώματα (24 bits)" #: ../lib/Xconfig/resolution_and_depth.pm:75 #: ../lib/Xconfig/resolution_and_depth.pm:376 ../lib/mouse.pm:35 #, c-format msgid "Automatic" msgstr "Αυτόματο" #: ../lib/Xconfig/resolution_and_depth.pm:135 #, c-format msgid "Resolutions" msgstr "Αναλύσεις" #: ../lib/Xconfig/resolution_and_depth.pm:408 ../lib/mouse.pm:188 #, c-format msgid "Other" msgstr "Άλλο" #: ../lib/Xconfig/resolution_and_depth.pm:460 #, c-format msgid "Choose the resolution and the color depth" msgstr "Επιλέξτε ανάλυση και βάθος χρώματος" #: ../lib/Xconfig/resolution_and_depth.pm:461 #, c-format msgid "Graphics card: %s" msgstr "Κάρτα γραφικών: %s" #: ../lib/Xconfig/resolution_and_depth.pm:475 #, c-format msgid "Ok" msgstr "Εντάξει" #: ../lib/Xconfig/resolution_and_depth.pm:475 #, c-format msgid "Cancel" msgstr "Άκυρο" #: ../lib/Xconfig/resolution_and_depth.pm:475 #, c-format msgid "Help" msgstr "Βοήθεια" #: ../lib/Xconfig/test.pm:30 #, c-format msgid "Test of the configuration" msgstr "Δοκιμή ρυθμίσεων" #: ../lib/Xconfig/test.pm:31 #, c-format msgid "Do you want to test the configuration?" msgstr "Θέλετε να δοκιμάσετε τις ρυθμίσεις;" #: ../lib/Xconfig/test.pm:31 #, c-format msgid "Warning: testing this graphic card may freeze your computer" msgstr "" "Προσοχή: Η δοκιμή σε αυτή την κάρτα γραφικών μπορεί να παγώσει τον " "υπολογιστή σας" #: ../lib/Xconfig/test.pm:65 #, c-format msgid "" "An error occurred:\n" "%s\n" "Try to change some parameters" msgstr "" "Παρουσιάστηκεένα σφάλμα:\n" "%s\n" "Δοκιμάστε να αλλάξετε μερικές παραμέτρους" #: ../lib/Xconfig/test.pm:126 #, c-format msgid "Leaving in %d seconds" msgstr "Έξοδος σε %d δευτερόλεπτα" #: ../lib/Xconfig/test.pm:126 #, c-format msgid "Is this the correct setting?" msgstr "Είναι σωστή η ρύθμιση;" #: ../lib/Xconfig/various.pm:26 #, c-format msgid "3D hardware acceleration: %s\n" msgstr "3D επιτάχυνση συσκευής: %s\n" #: ../lib/Xconfig/various.pm:27 #, c-format msgid "Keyboard layout: %s\n" msgstr "Διάταξη πληκτρολογίου: %s\n" #: ../lib/Xconfig/various.pm:28 #, c-format msgid "Mouse type: %s\n" msgstr "Τύπος ποντικιού: %s\n" #: ../lib/Xconfig/various.pm:30 #, c-format msgid "Monitor: %s\n" msgstr "Οθόνη: %s\n" #: ../lib/Xconfig/various.pm:31 #, c-format msgid "Monitor HorizSync: %s\n" msgstr "Συχνότητα οριζόντιας ανανέωσης: %s\n" #: ../lib/Xconfig/various.pm:32 #, c-format msgid "Monitor VertRefresh: %s\n" msgstr "Συχνότητα κατακόρυφης ανανέωσης: %s\n" #: ../lib/Xconfig/various.pm:34 #, c-format msgid "Graphics card: %s\n" msgstr "Κάρτα γραφικών: %s\n" #: ../lib/Xconfig/various.pm:35 #, c-format msgid "Graphics memory: %s kB\n" msgstr "Μνήμη κάρτας γραφικών: %s kB\n" #: ../lib/Xconfig/various.pm:37 #, c-format msgid "Color depth: %s\n" msgstr "Βάθος χρώματος: %s\n" #: ../lib/Xconfig/various.pm:38 #, c-format msgid "Resolution: %s\n" msgstr "Ανάλυση: %s\n" #: ../lib/Xconfig/various.pm:40 #, c-format msgid "Xorg driver: %s\n" msgstr "Οδηγός Xorg: %s\n" #: ../lib/Xconfig/various.pm:220 #, c-format msgid "Xorg configuration" msgstr "Ρυθμίσεις Xorg" #: ../lib/Xconfig/various.pm:221 #, c-format msgid "Graphic card options" msgstr "Επιλογές κάρτας γραφικών" #: ../lib/Xconfig/various.pm:223 #, c-format msgid "3D hardware acceleration" msgstr "3D επιτάχυνση συσκευής" #: ../lib/Xconfig/various.pm:225 #, c-format msgid "Enable Translucency (Composite extension)" msgstr "Ενεργοποίηση της διαφάνειας (επέκταση Composite)" #: ../lib/Xconfig/various.pm:228 #, c-format msgid "Use hardware accelerated mouse pointer" msgstr "Χρήση δείκτη ποντικιού «επιτάχυνσης συσκευής»" #: ../lib/Xconfig/various.pm:231 #, c-format msgid "Enable RENDER Acceleration (this may cause bugs displaying text)" msgstr "" "Ενεργοποίηση της Επιτάχυνσης RENDER (αυτή η επιλογή ίσως να προκαλέσει bugs " "στην εμφάνιση κειμένου)" #: ../lib/Xconfig/various.pm:235 #, c-format msgid "Enable duplicate display on the external monitor" msgstr "Ενεργοποίηση της πανομοιότυπης προβολής στην εξωτερική οθόνη" #: ../lib/Xconfig/various.pm:236 #, c-format msgid "Enable duplicate display on the second display" msgstr "Ενεργοποίηση πανομοιότυπης προβολής στην δεύτερη οθόνη" #: ../lib/Xconfig/various.pm:239 #, c-format msgid "Force display mode of DVI" msgstr "Εξαναγκασμός ρυθμίσεων απεικόνισης του DVI" # 'ή: # εξωτερική εναλλαγή των οθονών #: ../lib/Xconfig/various.pm:242 #, c-format msgid "Enable BIOS hotkey for external monitor switching" msgstr "" "Ενεργοποίηση των BIOS συντομεύσεων πληκτρολογίου, για την εναλλαγή των " "εξωτερικών οθονών" #: ../lib/Xconfig/various.pm:245 #, c-format msgid "Use EXA instead of XAA (better performance for Render and Composite)" msgstr "Χρήση της EXA αντί της XAA (καλύτερη απόδοση για Render και Composite)" #: ../lib/Xconfig/various.pm:247 #, c-format msgid "Graphical interface at startup" msgstr "Γραφικό περιβάλλον στην εκκίνηση" #: ../lib/Xconfig/various.pm:248 #, c-format msgid "Automatically start the graphical interface (Xorg) upon booting" msgstr "" "Αυτόματη εκκίνηση του γραφικού περιβάλλοντος εργασίας (Xorg), κατά την " "εκκίνηση του συστήματος" #: ../lib/Xconfig/various.pm:260 #, c-format msgid "" "Your graphic card seems to have a TV-OUT connector.\n" "It can be configured to work using frame-buffer.\n" "\n" "For this you have to plug your graphic card to your TV before booting your " "computer.\n" "Then choose the \"TVout\" entry in the bootloader\n" "\n" "Do you have this feature?" msgstr "" "Φαίνεται, πως η κάρτα γραφικών έχει σύνδεση για έξοδο σε τηλεόραση (TV-" "OUT).\n" "Μπορεί να ρυθμιστεί, ώστε να λειτουργεί με τη χρήση «μικροαποθήκευσης των " "καρέ» (frame-buffer).\n" "\n" "Για να γίνει αυτό, θα πρέπει να συνδέσεις την τηλεόραση στη κάρτα γραφικών, " "πριν την εκκίνηση του υπολογιστή.\n" "Μετά επέλεξε Έξοδος Τηλεόρασης (\"TVout\") στον επιλογέα εκκίνησης\n" "\n" "Υπάρχει αυτό το χαρακτηριστικό;" #: ../lib/Xconfig/various.pm:272 #, c-format msgid "What norm is your TV using?" msgstr "Ποιο σύστημα χρησιμοποιεί η τηλεόραση σας;" #: ../lib/Xconfig/xfree.pm:833 #, c-format msgid "" "_:weird aspect ratio\n" "other" msgstr "" "_:παράξενη αναλογία πλευρών\n" "άλλο" #: ../lib/keyboard.pm:186 ../lib/keyboard.pm:218 #, c-format msgid "" "_: keyboard\n" "Czech (QWERTZ)" msgstr "Τσέχικο (QWERTZ)" #: ../lib/keyboard.pm:187 ../lib/keyboard.pm:220 #, c-format msgid "" "_: keyboard\n" "German" msgstr "Γερμανικό" #: ../lib/keyboard.pm:188 #, c-format msgid "" "_: keyboard\n" "Dvorak" msgstr "Dvorak" #: ../lib/keyboard.pm:189 ../lib/keyboard.pm:232 #, c-format msgid "" "_: keyboard\n" "Spanish" msgstr "Ισπανικό" #: ../lib/keyboard.pm:190 ../lib/keyboard.pm:233 #, c-format msgid "" "_: keyboard\n" "Finnish" msgstr "Φινλανδικό" #: ../lib/keyboard.pm:191 ../lib/keyboard.pm:235 #, c-format msgid "" "_: keyboard\n" "French" msgstr "Γαλλικό" #: ../lib/keyboard.pm:192 ../lib/keyboard.pm:236 #, c-format msgid "UK keyboard" msgstr "Αγγλικό" #: ../lib/keyboard.pm:193 ../lib/keyboard.pm:275 #, c-format msgid "" "_: keyboard\n" "Norwegian" msgstr "Νορβηγικό" #: ../lib/keyboard.pm:194 #, c-format msgid "" "_: keyboard\n" "Polish" msgstr "Πολωνικό" #: ../lib/keyboard.pm:195 ../lib/keyboard.pm:285 #, c-format msgid "" "_: keyboard\n" "Russian" msgstr "Ρωσικό" #: ../lib/keyboard.pm:196 ../lib/keyboard.pm:287 #, c-format msgid "" "_: keyboard\n" "Swedish" msgstr "Σουηδικό" #: ../lib/keyboard.pm:197 ../lib/keyboard.pm:322 #, c-format msgid "US keyboard" msgstr "Αμερικάνικο" #: ../lib/keyboard.pm:199 #, c-format msgid "" "_: keyboard\n" "Albanian" msgstr "Αλβανικό" #: ../lib/keyboard.pm:200 #, c-format msgid "" "_: keyboard\n" "Armenian (old)" msgstr "Αρμενικό (παλιό)" #: ../lib/keyboard.pm:201 #, c-format msgid "" "_: keyboard\n" "Armenian (typewriter)" msgstr "Αρμενικό (γραφομηχανής)" #: ../lib/keyboard.pm:202 #, c-format msgid "" "_: keyboard\n" "Armenian (phonetic)" msgstr "Αρμενικό (φωνητικό)" #: ../lib/keyboard.pm:203 #, c-format msgid "" "_: keyboard\n" "Arabic" msgstr "Αραβικό" #: ../lib/keyboard.pm:204 #, c-format msgid "" "_: keyboard\n" "Azerbaidjani (latin)" msgstr "Αζερμπαϊτζάν (Λατινικό)" #: ../lib/keyboard.pm:205 #, c-format msgid "" "_: keyboard\n" "Belgian" msgstr "Βελγικό" #: ../lib/keyboard.pm:206 #, c-format msgid "" "_: keyboard\n" "Bengali (Inscript-layout)" msgstr "Βεγγαλικό (διάταξη Inscript)" #: ../lib/keyboard.pm:207 #, c-format msgid "" "_: keyboard\n" "Bengali (Probhat)" msgstr "Βεγγαλικό (Probhat διάταξη)" #: ../lib/keyboard.pm:208 #, c-format msgid "" "_: keyboard\n" "Bulgarian (phonetic)" msgstr "Βουλγαρικό (φωνητικό)" #: ../lib/keyboard.pm:209 #, c-format msgid "" "_: keyboard\n" "Bulgarian (BDS)" msgstr "Βουλγαρικό (BDS)" #: ../lib/keyboard.pm:210 #, c-format msgid "" "_: keyboard\n" "Brazilian (ABNT-2)" msgstr "Βραζιλιάνικο (ABNT-2)" #: ../lib/keyboard.pm:211 #, c-format msgid "" "_: keyboard\n" "Bosnian" msgstr "Βοσνίας" #: ../lib/keyboard.pm:212 #, c-format msgid "" "_: keyboard\n" "Dzongkha/Tibetan" msgstr "Dzongkha/Θιβετιανό" #: ../lib/keyboard.pm:213 #, c-format msgid "" "_: keyboard\n" "Belarusian" msgstr "Λευκορωσίας" #: ../lib/keyboard.pm:214 #, c-format msgid "" "_: keyboard\n" "Swiss (German layout)" msgstr "Ελβετικό (Γερμανική διάταξη)" #: ../lib/keyboard.pm:215 #, c-format msgid "" "_: keyboard\n" "Swiss (French layout)" msgstr "Ελβετικό (Γαλλική διάταξη)" #: ../lib/keyboard.pm:217 #, c-format msgid "" "_: keyboard\n" "Cherokee syllabics" msgstr "Τσεροκικό συλλαβικό" #: ../lib/keyboard.pm:219 #, c-format msgid "" "_: keyboard\n" "Czech (QWERTY)" msgstr "Τσέχικο (QWERTY)" #: ../lib/keyboard.pm:221 #, c-format msgid "" "_: keyboard\n" "German (no dead keys)" msgstr "Γερμανικό (χωρίς νεκρά πλήκτρα)" #: ../lib/keyboard.pm:222 #, c-format msgid "" "_: keyboard\n" "Devanagari" msgstr "Δεβαναγαρικό" #: ../lib/keyboard.pm:223 #, c-format msgid "" "_: keyboard\n" "Danish" msgstr "Δανικό" #: ../lib/keyboard.pm:224 #, c-format msgid "" "_: keyboard\n" "Dvorak (US)" msgstr "Dvorak (ΗΠΑ)" #: ../lib/keyboard.pm:225 #, c-format msgid "" "_: keyboard\n" "Dvorak (Esperanto)" msgstr "Dvorak (Εσπεράντο)" #: ../lib/keyboard.pm:226 #, c-format msgid "" "_: keyboard\n" "Dvorak (French)" msgstr "Dvorak (Γαλλικό)" #: ../lib/keyboard.pm:227 #, c-format msgid "" "_: keyboard\n" "Dvorak (UK)" msgstr "Dvorak (Ηνωμένου Βασιλείου)" #: ../lib/keyboard.pm:228 #, c-format msgid "" "_: keyboard\n" "Dvorak (Norwegian)" msgstr "Dvorak (Νορβηγικό)" #: ../lib/keyboard.pm:229 #, c-format msgid "" "_: keyboard\n" "Dvorak (Polish)" msgstr "Dvorak (Πολωνικό)" #: ../lib/keyboard.pm:230 #, c-format msgid "" "_: keyboard\n" "Dvorak (Swedish)" msgstr "Dvorak (Σουηδικό)" #: ../lib/keyboard.pm:231 #, c-format msgid "" "_: keyboard\n" "Estonian" msgstr "Εσθονικό" #: ../lib/keyboard.pm:234 #, c-format msgid "" "_: keyboard\n" "Faroese" msgstr "Φεροΐκό " #: ../lib/keyboard.pm:237 #, c-format msgid "" "_: keyboard\n" "Georgian (\"Russian\" layout)" msgstr "Γεωργιανό (\"Ρώσικη\" διάταξη)" #: ../lib/keyboard.pm:238 #, c-format msgid "" "_: keyboard\n" "Georgian (\"Latin\" layout)" msgstr "Γεωργιανό (\"Λατινική\" διάταξη)" #: ../lib/keyboard.pm:239 #, c-format msgid "" "_: keyboard\n" "Greek" msgstr "Ελληνικό" #: ../lib/keyboard.pm:240 #, c-format msgid "" "_: keyboard\n" "Greek (polytonic)" msgstr "Ελληνικό (πολυτονικό)" #: ../lib/keyboard.pm:241 #, c-format msgid "" "_: keyboard\n" "Gujarati" msgstr "Γκουτζαρατικό" #: ../lib/keyboard.pm:242 #, c-format msgid "" "_: keyboard\n" "Gurmukhi" msgstr "Γκουρμούκι" #: ../lib/keyboard.pm:243 #, c-format msgid "" "_: keyboard\n" "Croatian" msgstr "Κροατικό" #: ../lib/keyboard.pm:244 #, c-format msgid "" "_: keyboard\n" "Hungarian" msgstr "Ουγγρικό" #: ../lib/keyboard.pm:245 #, c-format msgid "" "_: keyboard\n" "Irish" msgstr "Ιρλανδικό" #: ../lib/keyboard.pm:246 #, c-format msgid "" "_: keyboard\n" "Inuktitut" msgstr "Inuktitut" #: ../lib/keyboard.pm:247 #, c-format msgid "" "_: keyboard\n" "Israeli" msgstr "Ισραήλ" #: ../lib/keyboard.pm:248 #, c-format msgid "" "_: keyboard\n" "Israeli (phonetic)" msgstr "Ισραήλ (φωνητικό)" #: ../lib/keyboard.pm:249 #, c-format msgid "" "_: keyboard\n" "Iranian" msgstr "Ιρανικό" #: ../lib/keyboard.pm:250 #, c-format msgid "" "_: keyboard\n" "Icelandic" msgstr "Ισλανδικό" #: ../lib/keyboard.pm:251 #, c-format msgid "" "_: keyboard\n" "Italian" msgstr "Ιταλικό" #: ../lib/keyboard.pm:255 #, c-format msgid "" "_: keyboard\n" "Japanese 106 keys" msgstr "Ιαπωνικό 106 πλήκτρων" #: ../lib/keyboard.pm:256 #, c-format msgid "" "_: keyboard\n" "Kannada" msgstr "Καναδικό" #: ../lib/keyboard.pm:257 #, c-format msgid "" "_: keyboard\n" "Kyrgyz" msgstr "Kyrgyz" #: ../lib/keyboard.pm:258 #, c-format msgid "" "_: keyboard\n" "Korean" msgstr "Κορεάτικο" #: ../lib/keyboard.pm:260 #, c-format msgid "" "_: keyboard\n" "Kurdish (arabic script)" msgstr "Κουρδικό (αραβικό σενάριο)" #: ../lib/keyboard.pm:261 #, c-format msgid "" "_: keyboard\n" "Latin American" msgstr "Λατινικής Αμερικής" #: ../lib/keyboard.pm:263 #, c-format msgid "" "_: keyboard\n" "Laotian" msgstr "Λαοτιανό" #: ../lib/keyboard.pm:264, c-format msgid "" "_: keyboard\n" "Lithuanian" msgstr "Ιρανικό" #: ../lib/keyboard.pm:265 #, c-format msgid "" "_: keyboard\n" "Latvian" msgstr "" "_: πληκτρολόγιο\n" "Λετονικό" #: ../lib/keyboard.pm:266 #, c-format msgid "" "_: keyboard\n" "Malayalam" msgstr "" "_: πληκτρολόγιο\n" "Μαλαγιαλαμικό" #: ../lib/keyboard.pm:267 #, c-format msgid "" "_: keyboard\n" "Maori" msgstr "" "_: πληκτρολόγιο\n" "Μαορικό" #: ../lib/keyboard.pm:268 #, c-format msgid "" "_: keyboard\n" "Macedonian" msgstr "" "_: πληκτρολόγιο\n" "Π.Γ.Δ.της Μακεδονίας" #: ../lib/keyboard.pm:269 #, c-format msgid "" "_: keyboard\n" "Myanmar (Burmese)" msgstr "" "_: πληκτρολόγιο\n" "Μιανμάρ (Burmese)" #: ../lib/keyboard.pm:270 #, c-format msgid "" "_: keyboard\n" "Mongolian (cyrillic)" msgstr "" "_: πληκτρολόγιο\n" "Μογγολικό (κυριλλικό)" #: ../lib/keyboard.pm:271 #, c-format msgid "" "_: keyboard\n" "Maltese (UK)" msgstr "" "_: πληκτρολόγιο\n" "Μαλτέζικο (Ηνωμένου Βασιλείου )" #: ../lib/keyboard.pm:272 #, c-format msgid "" "_: keyboard\n" "Maltese (US)" msgstr "" "_: πληκτρολόγιο\n" "Μαλτέζικο (Η.Π.Α.)" #: ../lib/keyboard.pm:273 #, c-format msgid "" "_: keyboard\n" "Nigerian" msgstr "" "_: πληκτρολόγιο\n" "Νιγηριανό" #: ../lib/keyboard.pm:274 #, c-format msgid "" "_: keyboard\n" "Dutch" msgstr "" "_: πληκτρολόγιο\n" "Ολλανδικό" #: ../lib/keyboard.pm:276 #, c-format msgid "" "_: keyboard\n" "Oriya" msgstr "" "_: πληκτρολόγιο\n" "Οριγικό" #: ../lib/keyboard.pm:277 #, c-format msgid "" "_: keyboard\n" "Polish (qwerty layout)" msgstr "" "_: πληκτρολόγιο\n" "Πολωνικό (διάταξη qwerty)" #: ../lib/keyboard.pm:278 #, c-format msgid "" "_: keyboard\n" "Polish (qwertz layout)" msgstr "" "_: πληκτρολόγιο\n" "Πολωνικό (διάταξη qwertz)" #: ../lib/keyboard.pm:280 #, c-format msgid "" "_: keyboard\n" "Pashto" msgstr "" "_: πληκτρολόγιο\n" "Παστού" #: ../lib/keyboard.pm:281 #, c-format msgid "" "_: keyboard\n" "Portuguese" msgstr "" "_: πληκτρολόγιο\n" "Πορτογαλικό" #: ../lib/keyboard.pm:282 #, c-format msgid "" "_: keyboard\n" "Canadian (Quebec)" msgstr "" "_: πληκτρολόγιο\n" "Καναδικό (Κεμπέκ)" #: ../lib/keyboard.pm:283 #, c-format msgid "" "_: keyboard\n" "Romanian (qwertz)" msgstr "" "_: πληκτρολόγιο\n" "Ρουμανικό (qwertz)" #: ../lib/keyboard.pm:284 #, c-format msgid "" "_: keyboard\n" "Romanian (qwerty)" msgstr "" "_: πληκτρολόγιο\n" "Ρουμανικό (qwerty)" #: ../lib/keyboard.pm:286 #, c-format msgid "" "_: keyboard\n" "Russian (phonetic)" msgstr "" "_: πληκτρολόγιο\n" "Ρωσικό (φωνητικό)" #: ../lib/keyboard.pm:288 #, c-format msgid "" "_: keyboard\n" "Slovenian" msgstr "" "_: πληκτρολόγιο\n" "Σλοβενίας" #: ../lib/keyboard.pm:290 #, c-format msgid "" "_: keyboard\n" "Sinhala" msgstr "" "_: keyboard\n" "Σιναλέζικο" #: ../lib/keyboard.pm:291 #, c-format msgid "" "_: keyboard\n" "Slovakian (QWERTZ)" msgstr "" "_: πληκτρολόγιο\n" "Σλοβακίας (QWERTZ)" #: ../lib/keyboard.pm:292 #, c-format msgid "" "_: keyboard\n" "Slovakian (QWERTY)" msgstr "" "_: πληκτρολόγιο\n" "Σλοβακίας (QWERTY)" #: ../lib/keyboard.pm:293 #, c-format msgid "" "_: keyboard\n" "Saami (norwegian)" msgstr "" "_: πληκτρολόγιο\n" "Σααμικό (νορβηγικό)" #: ../lib/keyboard.pm:294 #, c-format msgid "" "_: keyboard\n" "Saami (swedish/finnish)" msgstr "" "_: πληκτρολόγιο\n" "Σααμικό (σουηδικό/φιλανδικό)" #: ../lib/keyboard.pm:296 #, c-format msgid "" "_: keyboard\n" "Sindhi" msgstr "" "_: πληκτρολόγιο\n" "Sindhi" #: ../lib/keyboard.pm:298 #, c-format msgid "" "_: keyboard\n" "Serbian (cyrillic)" msgstr "" "_: πληκτρολόγιο\n" "Σέρβικο (κυριλλικό)" #: ../lib/keyboard.pm:299 #, c-format msgid "" "_: keyboard\n" "Syriac" msgstr "" "_: πληκτρολόγιο\n" "Συριακό" #: ../lib/keyboard.pm:300 #, c-format msgid "" "_: keyboard\n" "Syriac (phonetic)" msgstr "" "_: πληκτρολόγιο\n" "Συριακό (φωνητικό)" #: ../lib/keyboard.pm:301 #, c-format msgid "" "_: keyboard\n" "Telugu" msgstr "" "_: πληκτρολόγιο\n" "Τελούγκου" #: ../lib/keyboard.pm:303 #, c-format msgid "" "_: keyboard\n" "Tamil (ISCII-layout)" msgstr "" "_: πληκτρολόγιο\n" "Ταμιλικό (διάταξη ISCII)" #: ../lib/keyboard.pm:304 #, c-format msgid "" "_: keyboard\n" "Tamil (Typewriter-layout)" msgstr "" "_: πληκτρολόγιο\n" "Ταμιλικό (διάταξη γραφομηχανής)" #: ../lib/keyboard.pm:305 #, c-format msgid "" "_: keyboard\n" "Thai (Kedmanee)" msgstr "" "_: πληκτρολόγιο\n" "Ταϊλανδέζικο (Kedmanee)" #: ../lib/keyboard.pm:306 #, c-format msgid "" "_: keyboard\n" "Thai (TIS-820)" msgstr "" "_: πληκτρολόγιο\n" "Ταϊλανδέζικο (TIS-820)" #: ../lib/keyboard.pm:308 #, c-format msgid "" "_: keyboard\n" "Thai (Pattachote)" msgstr "" "_: πληκτρολόγιο\n" "Ταϊλανδέζικο (Pattachote)" #: ../lib/keyboard.pm:310 #, c-format msgid "" "_: keyboard\n" "Tifinagh (moroccan layout) (+latin/arabic)" msgstr "" "_: πληκτρολόγιο\n" "Tifinagh (μαροκινή διάταξη) (+λατινικό/αραβικό)" #: ../lib/keyboard.pm:311 #, c-format msgid "" "_: keyboard\n" "Tifinagh (phonetic) (+latin/arabic)" msgstr "" "_: πληκτρολόγιο\n" "Tifinagh (φωνητικό) (+λατινικό/αραβικό)" #: ../lib/keyboard.pm:313 #, c-format msgid "" "_: keyboard\n" "Tajik" msgstr "" "_: πληκτρολόγιο\n" "Τατζικικό" #: ../lib/keyboard.pm:315 #, c-format msgid "" "_: keyboard\n" "Turkmen" msgstr "" "_: πληκτρολόγιο\n" "Τουρκμενικό" #: ../lib/keyboard.pm:316 #, c-format msgid "" "_: keyboard\n" "Turkish (traditional \"F\" model)" msgstr "" "_: πληκτρολόγιο\n" "Τουρκικό (παραδοσιακό μοντέλο \"F\")" #: ../lib/keyboard.pm:317 #, c-format msgid "" "_: keyboard\n" "Turkish (modern \"Q\" model)" msgstr "" "_: πληκτρολόγιο\n" "Τουρκικό (μοντέρνο μοντέλο \"Q\")" #: ../lib/keyboard.pm:319 #, c-format msgid "" "_: keyboard\n" "Ukrainian" msgstr "" "_: πληκτρολόγιο\n" "Ουκρανικό" #: ../lib/keyboard.pm:321 #, c-format msgid "" "_: keyboard\n" "Urdu keyboard" msgstr "" "_: πληκτρολόγιο\n" "Πληκτρολόγιο Urdu"