commit 2dc8facea735a8250ccdd22aa4ee7999a276cf9c Author: Nick Schermer Date: Mon Sep 11 13:47:32 2006 +0000 * Commit new eyes plugin. (Old svn revision: 2018) diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..6b3c5b3 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +Benedikt Meurer +Danny Milosavljevic +Nick Schermer diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..d60c31a --- /dev/null +++ b/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..d3b437c --- /dev/null +++ b/ChangeLog @@ -0,0 +1,61 @@ +2006-09-11 15:00 nick + + * Update to new panel api + * Rename plugin: xfce4-eyes-plugin, to match the 'global' + plugin names. + * Depend on gtk 2.6 and remove < 2.2 code + * Eyes with aplha channel are now properly displayed + * Import of gnome code + * Tango Icon (also default) + * New properties dialog + * Merged strings and added pot file + +2005-07-17 16:43 dannym + + * configure.ac: fix name + +2005-07-17 16:40 dannym + + * AUTHORS, COPYING, NEWS, README: add info files + +2005-07-17 16:37 dannym + + * autogen.sh, xfce4-eyes.spec.in: add spec in + +2005-07-17 16:30 dannym + + * configure.ac, po, po/ChangeLog, po/Makefile.in.in, + po/POTFILES.in, po/POTFILES.in~, po/ar.po, po/az.po, po/be.po, + po/bg.po, po/bn_IN.po, po/ca.po, po/cs.po, po/de.po, + po/en_GB.po, po/es.po, po/es_MX.po, po/et.po, po/eu.po, + po/fa.po, po/fi.po, po/fr.po, po/gu.po, po/he.po, po/hi.po, + po/hu.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/mr.po, + po/ms.po, po/nb_NO.po, po/nl.po, po/pa.po, po/pl.po, + po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po, po/sk.po, + po/sv.po, po/ta.po, po/tr.po, po/uk.po, po/vi.po, + po/xfce4-toys.pot, po/zh_CN.po, po/zh_TW.po: add translations, + configure.ac + +2005-07-17 16:24 dannym + + * xfce4-eyes, ., Makefile.am, panel-plugin, + panel-plugin/Makefile.am, panel-plugin/eyes.c, + panel-plugin/eyes.h, panel-plugin/themes.c, + panel-plugin/themes.h, themes, themes/Bizarre, + themes/Bizarre/Bizarre-eye.png, + themes/Bizarre/Bizarre-pupil.png, themes/Bizarre/Makefile.am, + themes/Bizarre/config, themes/Bloodshot, + themes/Bloodshot/Bloodshot-eye.png, + themes/Bloodshot/Bloodshot-pupil.png, + themes/Bloodshot/Makefile.am, themes/Bloodshot/config, + themes/Default, themes/Default-tiny, + themes/Default-tiny/Default-tiny-eye.png, + themes/Default-tiny/Default-tiny-pupil.png, + themes/Default-tiny/Makefile.am, themes/Default-tiny/config, + themes/Default/Default-eye.png, + themes/Default/Default-pupil.png, themes/Default/Makefile.am, + themes/Default/config, themes/Horrid, + themes/Horrid/Horrid-eye.png, themes/Horrid/Horrid-pupil.png, + themes/Horrid/Makefile.am, themes/Horrid/config, + themes/Makefile.am: add eyes + diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..d57a57e --- /dev/null +++ b/Makefile.am @@ -0,0 +1,26 @@ +SUBDIRS = \ + panel-plugin \ + themes \ + icons \ + po + +AUTOMAKE_OPTIONS = \ + 1.8 \ + dist-bzip2 + +distclean-local: + rm -rf *.spec *.cache *~ + +rpm: dist + rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz + @rm -f $(PACKAGE)-$(VERSION).tar.gz + +EXTRA_DIST = \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in + +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ + intltool-update diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..e69de29 diff --git a/README b/README new file mode 100644 index 0000000..4202f89 --- /dev/null +++ b/README @@ -0,0 +1,6 @@ + +eyes is a xfce4 panel plugin that adds eyes which watch your every step. +Scary! + +Portions of the xfce4-eyes code were taken from geyes and are licensed under +the terms of the GNU General public license, see the COPYING.GPL file. diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..0055d5c --- /dev/null +++ b/autogen.sh @@ -0,0 +1,32 @@ +#!/bin/sh +# +# $Id: autogen.sh 1972 2006-09-06 08:21:54Z nick $ +# + +(type xdt-autogen) >/dev/null 2>&1 || { + cat >&2 </dev/null 2>&1 || { + cat >&2 < "configure.in" + +exec xdt-autogen $@ diff --git a/configure.in.in b/configure.in.in new file mode 100644 index 0000000..d115ecb --- /dev/null +++ b/configure.in.in @@ -0,0 +1,60 @@ +dnl configure.in.in +dnl +dnl xfce4-eyes-plugin - eyes that spy on you +dnl +dnl + +dnl version info +m4_define([eyes_version], [4.3.99.1]) + +dnl init autoconf +AC_INIT([xfce4-eyes-plugin], [eyes_version], [goodies-dev@xfce.org]) +AC_PREREQ([2.50]) + +dnl init automake +EYES_VERSION=eyes_version +AM_INIT_AUTOMAKE([xfce4-eyes-plugin], [$EYES_VERSION]) +AM_CONFIG_HEADER([config.h]) +AM_MAINTAINER_MODE + +dnl check for basic programs +AC_PROG_CC +AC_PROG_INSTALL +AC_PROG_LIBTOOL +AC_PROG_INTLTOOL() + +dnl check for standard header files +AC_HEADER_STDC +AC_CHECK_HEADERS([math.h]) + +dnl check for math library +AC_CHECK_LIB([m], [sin]) + +dnl check for i18n support +XDT_I18N([@LINGUAS@]) + +dnl check for required packages +XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.0]) +XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0]) +XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90.2]) +XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.90.2]) +XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.1]) + +dnl check for debugging support +XDT_FEATURE_DEBUG() + +AC_OUTPUT([ +Makefile +xfce4-eyes.spec +po/Makefile.in +panel-plugin/Makefile +icons/Makefile +icons/48x48/Makefile +themes/Makefile +themes/Bizarre/Makefile +themes/Bloodshot/Makefile +themes/Default/Makefile +themes/Default-tiny/Makefile +themes/Horrid/Makefile +themes/Tango/Makefile +]) diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am new file mode 100644 index 0000000..efb084d --- /dev/null +++ b/icons/48x48/Makefile.am @@ -0,0 +1,6 @@ +iconsdir = $(datadir)/icons/hicolor/48x48/apps +icons_DATA = \ + xfce4-eyes.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/icons/48x48/xfce4-eyes.png b/icons/48x48/xfce4-eyes.png new file mode 100644 index 0000000..5e09481 Binary files /dev/null and b/icons/48x48/xfce4-eyes.png differ diff --git a/icons/Makefile.am b/icons/Makefile.am new file mode 100644 index 0000000..d2f71aa --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1,16 @@ + +SUBDIRS = \ + 48x48 + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. Remember to run:"; \ + echo "***"; \ + echo "*** $(gtk_update_icon_cache)"; \ + echo "***"; \ + fi diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am new file mode 100644 index 0000000..ccecfdb --- /dev/null +++ b/panel-plugin/Makefile.am @@ -0,0 +1,35 @@ +plugindir = $(libexecdir)/xfce4/panel-plugins +plugin_PROGRAMS = xfce4-eyes-plugin + +xfce4_eyes_plugin_SOURCES = \ + eyes.h \ + eyes.c \ + themes.h \ + themes.c + +xfce4_eyes_plugin_CFLAGS = \ + -I$(top_srcdir) \ + $(LIBXFCEGUI4_CFLAGS) \ + $(LIBXFCE4PANEL_CFLAGS) \ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ + -DTHEMESDIR=\"$(datadir)/xfce4/eyes/themes\" + +xfce4_eyes_plugin_LDADD = \ + $(LIBXFCE4PANEL_LIBS) \ + $(LIBXFCEGUI4_LIBS) + +desktopdir = $(datadir)/xfce4/panel-plugins +desktop_in_in_files = eyes.desktop.in.in +desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in) +%.desktop.in: %.desktop.in.in + sed -e "s,\@libexecdir\@,$(libexecdir),g" < $< > $@ +desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) +@INTLTOOL_DESKTOP_RULE@ + +EXTRA_DIST = \ + $(desktop_in_in_files) + +CLEANFILES = \ + $(desktop_in_files) \ + $(desktop_DATA) + diff --git a/panel-plugin/eyes.c b/panel-plugin/eyes.c new file mode 100644 index 0000000..2f1fb25 --- /dev/null +++ b/panel-plugin/eyes.c @@ -0,0 +1,541 @@ +/* + * Copyright (c) Benedikt Meurer > + * Copyright (c) Danny Milosavljevic + * Copyright (c) Dave Camp + * Copyright (c) Davyd Madeley + * Copyright (c) Nick Schermer + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple + * Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifdef HAVE_MATH_H +#include +#endif + +#include +#include +#include + +#include +#include + +#include "eyes.h" +#include "themes.h" + +/* for xml: */ +#define EYES_ROOT "Eyes" +#define DEFAULTTHEME "Tango" +#define UPDATE_TIMEOUT 100 + + +/***************************** + *** Eyes Plugin Functions *** + *****************************/ +static void +calculate_pupil_xy (EyesPlugin *eyes_applet, + gint x, gint y, + gint *pupil_x, gint *pupil_y, GtkWidget* widget) +{ + double sina; + double cosa; + double h; + double temp; + double nx, ny; + + gfloat xalign, yalign; + gint width, height; + + width = GTK_WIDGET(widget)->allocation.width; + height = GTK_WIDGET(widget)->allocation.height; + gtk_misc_get_alignment(GTK_MISC(widget), &xalign, &yalign); + + nx = x - MAX(width - eyes_applet->eye_width, 0) * xalign - eyes_applet->eye_width / 2; + ny = y - MAX(height- eyes_applet->eye_height, 0) * yalign - eyes_applet->eye_height / 2; + + h = hypot (nx, ny); + if (h < 0.5 || abs (h) + < (abs (hypot (eyes_applet->eye_height / 2, eyes_applet->eye_width / 2)) - eyes_applet->wall_thickness - eyes_applet->pupil_height)) + { + *pupil_x = nx + eyes_applet->eye_width / 2; + *pupil_y = ny + eyes_applet->eye_height / 2; + return; + } + + sina = nx / h; + cosa = ny / h; + + temp = hypot ((eyes_applet->eye_width / 2) * sina, (eyes_applet->eye_height / 2) * cosa); + temp -= hypot ((eyes_applet->pupil_width / 2) * sina, (eyes_applet->pupil_height / 2) * cosa); + temp -= hypot ((eyes_applet->wall_thickness / 2) * sina, (eyes_applet->wall_thickness / 2) * cosa); + + *pupil_x = temp * sina + (eyes_applet->eye_width / 2); + *pupil_y = temp * cosa + (eyes_applet->eye_height / 2); +} + + + +static void +draw_eye (EyesPlugin *eyes, + gint eye_num, + gint pupil_x, + gint pupil_y) +{ + GdkPixbuf *pixbuf; + GdkRectangle rect, r1, r2; + + pixbuf = gdk_pixbuf_copy (eyes->eye_image); + r1.x = pupil_x - eyes->pupil_width / 2; + r1.y = pupil_y - eyes->pupil_height / 2; + r1.width = eyes->pupil_width; + r1.height = eyes->pupil_height; + r2.x = 0; + r2.y = 0; + r2.width = eyes->eye_width; + r2.height = eyes->eye_height; + gdk_rectangle_intersect (&r1, &r2, &rect); + gdk_pixbuf_composite (eyes->pupil_image, pixbuf, + rect.x, + rect.y, + rect.width, + rect.height, + pupil_x - eyes->pupil_width / 2, + pupil_y - eyes->pupil_height / 2, 1.0, 1.0, + GDK_INTERP_BILINEAR, + 255); + gtk_image_set_from_pixbuf (GTK_IMAGE (eyes->eyes[eye_num]), + pixbuf); + g_object_unref (G_OBJECT (pixbuf)); +} + + + +static gint +timer_cb(EyesPlugin *eyes) +{ + gint x, y; + gint pupil_x, pupil_y; + gint i; + + for (i = 0; i < eyes->num_eyes; i++) + { + if (GTK_WIDGET_REALIZED(eyes->eyes[i])) + { + gdk_window_get_pointer(eyes->eyes[i]->window, &x, &y, NULL); + + if ((x != eyes->pointer_last_x[i]) || (y != eyes->pointer_last_y[i])) + { + + calculate_pupil_xy (eyes, x, y, &pupil_x, &pupil_y, eyes->eyes[i]); + draw_eye (eyes, i, pupil_x, pupil_y); + + eyes->pointer_last_x[i] = x; + eyes->pointer_last_y[i] = y; + } + } + } + + return TRUE; +} + + + +static void +properties_load(EyesPlugin *eyes) +{ + gchar *path; + + if (eyes->active_theme) + path = g_build_filename(THEMESDIR, eyes->active_theme, NULL); + else + path = g_build_filename(THEMESDIR, DEFAULTTHEME, NULL); + + load_theme(eyes, path); + + g_free(path); +} + + + +static void +setup_eyes(EyesPlugin *eyes) +{ + int i; + + if (eyes->hbox != NULL) + { + gtk_widget_destroy(eyes->hbox); + eyes->hbox = NULL; + } + + eyes->hbox = gtk_hbox_new(FALSE, 0); + gtk_container_add(GTK_CONTAINER(eyes->align), GTK_WIDGET(eyes->hbox)); + + eyes->eyes = g_new0 (GtkWidget *, eyes->num_eyes); + eyes->pointer_last_x = g_new0 (gint, eyes->num_eyes); + eyes->pointer_last_y = g_new0 (gint, eyes->num_eyes); + + for (i = 0; i < eyes->num_eyes; i++) + { + eyes->eyes[i] = gtk_image_new (); + + gtk_widget_set_size_request(GTK_WIDGET(eyes->eyes[i]), + eyes->eye_width, + eyes->eye_height); + + gtk_widget_show(eyes->eyes[i]); + + gtk_box_pack_start(GTK_BOX(eyes->hbox), eyes->eyes[i], + FALSE, FALSE, 0); + + if ((eyes->num_eyes != 1) && (i == 0)) + gtk_misc_set_alignment (GTK_MISC (eyes->eyes[i]), 1.0, 0.5); + else if ((eyes->num_eyes != 1) && (i == eyes->num_eyes - 1)) + gtk_misc_set_alignment (GTK_MISC (eyes->eyes[i]), 0.0, 0.5); + else + gtk_misc_set_alignment (GTK_MISC (eyes->eyes[i]), 0.5, 0.5); + + eyes->pointer_last_x[i] = G_MAXINT; + eyes->pointer_last_y[i] = G_MAXINT; + + draw_eye (eyes, i, + eyes->eye_width / 2, + eyes->eye_height / 2); + } + + gtk_widget_show(eyes->hbox); +} + + + +static gboolean +eyes_applet_fill(EyesPlugin *eyes) +{ + gtk_widget_show_all(GTK_WIDGET(eyes->align)); + + if (eyes->timeout_id == 0) + { + eyes->timeout_id = g_timeout_add (UPDATE_TIMEOUT, + (GtkFunction)timer_cb, eyes); + } + + return TRUE; +} + + + +/************************* + *** Properties Dialog *** + *************************/ +static void +eyes_properties_dialog_response (GtkWidget *dlg, + gint response, + EyesPlugin *eyes) +{ + xfce_panel_plugin_unblock_menu (eyes->plugin); + + gtk_widget_destroy (dlg); +} + + + +static void +combobox_changed (GtkComboBox *combobox, + EyesPlugin *eyes) +{ + gchar *selected = gtk_combo_box_get_active_text (combobox); + + if (eyes->active_theme) + g_free (eyes->active_theme); + + eyes->active_theme = g_strdup (selected); + g_free (selected); + + properties_load(eyes); + setup_eyes(eyes); + eyes_applet_fill(eyes); +} + + + +static void +eyes_properties_dialog (XfcePanelPlugin *plugin, + EyesPlugin *eyes) +{ + GtkWidget *dlg, *hbox, *label, *combobox; + GDir *dir; + gint i; + gchar *current; + const gchar *entry; + + xfce_panel_plugin_block_menu (plugin); + + dlg = xfce_titled_dialog_new_with_buttons (_("Eyes"), + GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (plugin))), + GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_NO_SEPARATOR, + GTK_STOCK_CLOSE, GTK_RESPONSE_OK, + NULL); + + gtk_window_set_position (GTK_WINDOW (dlg), GTK_WIN_POS_CENTER); + gtk_window_set_icon_name (GTK_WINDOW (dlg), "xfce4-settings"); + + g_signal_connect (dlg, "response", G_CALLBACK (eyes_properties_dialog_response), + eyes); + + hbox = gtk_hbox_new(FALSE, 6); + gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dlg)->vbox), hbox, FALSE, FALSE, 0); + gtk_container_set_border_width (GTK_CONTAINER (hbox), 6); + + label = gtk_label_new_with_mnemonic (_("_Select a theme:")); + gtk_box_pack_start (GTK_BOX(hbox), label, FALSE, FALSE, 0); + + combobox = gtk_combo_box_new_text (); + gtk_box_pack_start (GTK_BOX (hbox), combobox, FALSE, TRUE, 0); + + if (eyes->active_theme) + current = g_strdup (eyes->active_theme); + else + current = g_strdup (DEFAULTTHEME); + + if ((dir = g_dir_open(THEMESDIR, 0, NULL)) == NULL) + { + gtk_combo_box_append_text (GTK_COMBO_BOX (combobox), current); + } + else + { + for (i = 0; (entry = g_dir_read_name(dir)) != NULL; i++) + { + gtk_combo_box_append_text (GTK_COMBO_BOX (combobox), entry); + + if (strcmp (entry, current) == 0) + gtk_combo_box_set_active (GTK_COMBO_BOX(combobox), i); + } + + g_dir_close(dir); + } + + g_free (current); + + gtk_label_set_mnemonic_widget (GTK_LABEL (label), combobox); + + g_signal_connect(G_OBJECT(combobox), "changed", + G_CALLBACK(combobox_changed), eyes); + + gtk_widget_show_all (dlg); +} + + + +/****************************** + *** Panel Plugin Functions *** + ******************************/ +static void +eyes_free_data(XfcePanelPlugin *plugin, + EyesPlugin *eyes) +{ + g_return_if_fail(plugin != NULL); + g_return_if_fail(eyes != NULL); + + if (eyes->timeout_id != 0) + g_source_remove (eyes->timeout_id); + + g_free (eyes->eyes); + g_free (eyes->pointer_last_x); + g_free (eyes->pointer_last_y); + + if (eyes->active_theme != NULL) + g_free (eyes->active_theme); + + if (eyes->eye_image != NULL) + g_object_unref (G_OBJECT (eyes->eye_image)); + + if (eyes->pupil_image != NULL) + g_object_unref (G_OBJECT (eyes->pupil_image)); + + if (eyes->theme_dir != NULL) + g_free(eyes->theme_dir); + + if (eyes->theme_name != NULL) + g_free(eyes->theme_name); + + if (eyes->eye_filename != NULL) + g_free(eyes->eye_filename); + + if (eyes->pupil_filename != NULL) + g_free(eyes->pupil_filename); + + gtk_widget_destroy(eyes->align); + g_free(eyes); +} + + + +static gboolean +eyes_set_size (XfcePanelPlugin *plugin, + int size) +{ + if (xfce_panel_plugin_get_orientation (plugin) == + GTK_ORIENTATION_HORIZONTAL) + { + gtk_widget_set_size_request (GTK_WIDGET (plugin), + -1, size); + } + else + { + gtk_widget_set_size_request (GTK_WIDGET (plugin), + size, -1); + } + + return TRUE; +} + + + +static void +eyes_orientation_changed (XfcePanelPlugin *plugin, + GtkOrientation orientation, + EyesPlugin *eyes) +{ + if (orientation == GTK_ORIENTATION_VERTICAL) + gtk_alignment_set (GTK_ALIGNMENT (eyes->align), 0.5, 0.5, 0.0, 1.0); + else + gtk_alignment_set (GTK_ALIGNMENT (eyes->align), 0.5, 0.5, 1.0, 0.0); +} + + + +static void +eyes_read_rc_file (XfcePanelPlugin *plugin, + EyesPlugin *eyes) +{ + XfceRc *rc; + gchar *file; + gchar const *tmp; + + if (eyes->active_theme != NULL) + { + g_free (eyes->active_theme); + eyes->active_theme = NULL; + } + + if ((file = xfce_panel_plugin_lookup_rc_file (plugin)) != NULL) + { + rc = xfce_rc_simple_open (file, TRUE); + g_free (file); + + if (rc != NULL) + { + tmp = xfce_rc_read_entry (rc, "theme", DEFAULTTHEME); + + if (tmp != NULL) + eyes->active_theme = g_strdup (tmp); + + xfce_rc_close (rc); + } + } + + if (eyes->active_theme == NULL) + eyes->active_theme = g_strdup (DEFAULTTHEME); +} + + + +static void +eyes_write_rc_file (XfcePanelPlugin *plugin, + EyesPlugin *eyes) +{ + gchar *file; + XfceRc *rc; + + if (!(file = xfce_panel_plugin_save_location (plugin, TRUE))) + return; + + rc = xfce_rc_simple_open (file, FALSE); + g_free (file); + + if (!rc) + return; + + if (eyes->active_theme != NULL) + xfce_rc_write_entry (rc, "theme", eyes->active_theme); + + xfce_rc_close (rc); +} + + + +static EyesPlugin * +eyes_plugin_new (XfcePanelPlugin* plugin) +{ + EyesPlugin *eyes; + + eyes = g_new0(EyesPlugin, 1); + + eyes->plugin = plugin; + + eyes->ebox = gtk_event_box_new (); + gtk_widget_show(GTK_WIDGET(eyes->ebox)); + + eyes->align = gtk_alignment_new (0.5, 0.5, 1.0, 1.0); + + gtk_widget_show(GTK_WIDGET(eyes->align)); + + gtk_container_add(GTK_CONTAINER(eyes->ebox), GTK_WIDGET(eyes->align)); + + eyes_read_rc_file (plugin, eyes); + + properties_load(eyes); + setup_eyes(eyes); + eyes_applet_fill(eyes); + + return eyes; +} + + + +static void +eyes_construct (XfcePanelPlugin *plugin) +{ + EyesPlugin *eyes; + + xfce_textdomain(GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8"); + + eyes = eyes_plugin_new (plugin); + + g_signal_connect (plugin, "orientation-changed", + G_CALLBACK (eyes_orientation_changed), eyes); + + g_signal_connect (plugin, "size-changed", + G_CALLBACK (eyes_set_size), NULL); + + g_signal_connect (plugin, "free-data", + G_CALLBACK (eyes_free_data), eyes); + + g_signal_connect (plugin, "save", + G_CALLBACK (eyes_write_rc_file), eyes); + + xfce_panel_plugin_menu_show_configure (plugin); + g_signal_connect (plugin, "configure-plugin", + G_CALLBACK (eyes_properties_dialog), eyes); + + gtk_container_add (GTK_CONTAINER (plugin), eyes->ebox); + + xfce_panel_plugin_add_action_widget (plugin, eyes->ebox); +} + +XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL (eyes_construct); diff --git a/panel-plugin/eyes.desktop.in.in b/panel-plugin/eyes.desktop.in.in new file mode 100644 index 0000000..d00e9ad --- /dev/null +++ b/panel-plugin/eyes.desktop.in.in @@ -0,0 +1,7 @@ +[Xfce Panel] +Type=X-XFCE-PanelPlugin +Encoding=UTF-8 +_Name=Eyes +_Comment=Eyes that spy on you +Icon=xfce4-eyes +X-XFCE-Exec=@libexecdir@/xfce4/panel-plugins/xfce4-eyes-plugin diff --git a/panel-plugin/eyes.h b/panel-plugin/eyes.h new file mode 100644 index 0000000..91bf99c --- /dev/null +++ b/panel-plugin/eyes.h @@ -0,0 +1,43 @@ + + + +#ifndef __EYES_H__ +#define __EYES_H__ + +#include +#include + +typedef struct +{ + XfcePanelPlugin *plugin; + + GtkWidget *ebox; + + /* Properties */ + gchar *active_theme; + + /* Plugin */ + GtkWidget *align; + GtkWidget *hbox; + GtkWidget **eyes; + guint timeout_id; + gint *pointer_last_x; + gint *pointer_last_y; + + /* Theme */ + GdkPixbuf *eye_image; + GdkPixbuf *pupil_image; + gchar *theme_dir; + gchar *theme_name; + gchar *eye_filename; + gchar *pupil_filename; + gint num_eyes; + gint eye_height; + gint eye_width; + gint pupil_height; + gint pupil_width; + gint wall_thickness; +} +EyesPlugin; + +#endif /* __EYES_H__ */ diff --git a/panel-plugin/themes.c b/panel-plugin/themes.c new file mode 100644 index 0000000..4621574 --- /dev/null +++ b/panel-plugin/themes.c @@ -0,0 +1,127 @@ +/* + * Copyright (C) 1999 Dave Camp + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + */ + +#include +#include +#include +#include +#include +#include +#include + +#include +#include "eyes.h" + +gchar *theme_directories[] = { + THEMESDIR +}; +#define NUM_THEME_DIRECTORIES 1 + +static void +parse_theme_file (EyesPlugin *eyes, FILE *theme_file) +{ + gchar line_buf [512]; /* prolly overkill */ + gchar *token; + fgets (line_buf, 512, theme_file); + while (!feof (theme_file)) { + token = strtok (line_buf, "="); + if (strncmp (token, "wall-thickness", + strlen ("wall-thickness")) == 0) + { + token += strlen ("wall-thickness"); + while (!isdigit (*token)) + { + token++; + } + sscanf (token, "%d", &eyes->wall_thickness); + } + else if (strncmp (token, "num-eyes", strlen ("num-eyes")) == 0) + { + token += strlen ("num-eyes"); + while (!isdigit (*token)) + { + token++; + } + sscanf (token, "%d", &eyes->num_eyes); + } + else if (strncmp (token, "eye-pixmap", strlen ("eye-pixmap")) == 0) + { + token = strtok (NULL, "\""); + token = strtok (NULL, "\""); + if (eyes->eye_filename != NULL) + g_free (eyes->eye_filename); + eyes->eye_filename = g_strdup_printf ("%s%s", + eyes->theme_dir, + token); + } + else if (strncmp (token, "pupil-pixmap", strlen ("pupil-pixmap")) == 0) + { + token = strtok (NULL, "\""); + token = strtok (NULL, "\""); + if (eyes->pupil_filename != NULL) + g_free (eyes->pupil_filename); + eyes->pupil_filename + = g_strdup_printf ("%s%s", + eyes->theme_dir, + token); + } + fgets (line_buf, 512, theme_file); + } +} + + + +void +load_theme (EyesPlugin *eyes, + const gchar *theme_dir) +{ + FILE* theme_file; + gchar *file_name; + + eyes->theme_dir = g_strdup_printf ("%s/", theme_dir); + + file_name = g_strdup_printf("%s%s",theme_dir,"/config"); + theme_file = fopen (file_name, "r"); + if (theme_file == NULL) { + g_error ("Unable to open theme file."); + } + + parse_theme_file (eyes, theme_file); + fclose (theme_file); + + eyes->theme_name = g_strdup (theme_dir); + + if (eyes->eye_image) + g_object_unref (eyes->eye_image); + + eyes->eye_image = gdk_pixbuf_new_from_file (eyes->eye_filename, NULL); + + if (eyes->pupil_image) + g_object_unref (eyes->pupil_image); + + eyes->pupil_image = gdk_pixbuf_new_from_file (eyes->pupil_filename, NULL); + + eyes->eye_height = gdk_pixbuf_get_height (eyes->eye_image); + eyes->eye_width = gdk_pixbuf_get_width (eyes->eye_image); + eyes->pupil_height = gdk_pixbuf_get_height (eyes->pupil_image); + eyes->pupil_width = gdk_pixbuf_get_width (eyes->pupil_image); + + g_free (file_name); + +} diff --git a/panel-plugin/themes.h b/panel-plugin/themes.h new file mode 100644 index 0000000..6ab0f47 --- /dev/null +++ b/panel-plugin/themes.h @@ -0,0 +1,8 @@ +#ifndef __THEMES_H__ +#define __THEMES_H__ +#include + +void +load_theme (EyesPlugin *eyes, const gchar *theme_dir); + +#endif /* __THEMES_H__ */ diff --git a/po/ChangeLog b/po/ChangeLog new file mode 100644 index 0000000..316aa40 --- /dev/null +++ b/po/ChangeLog @@ -0,0 +1,15 @@ +2006-09-07 Sylvain Vedrenne + + * eo.po: Added Esperanto translations by Jarbas Araujo + Jarbas Araujo . + +2005-07-17 Danny Milosavljevic + + * ChangeLog, Makefile.in.in, POTFILES.in, POTFILES.in~, ar.po, + az.po, be.po, bg.po, bn_IN.po, ca.po, cs.po, de.po, en_GB.po, + es.po, es_MX.po, et.po, eu.po, fa.po, fi.po, fr.po, gu.po, + he.po, hi.po, hu.po, it.po, ja.po, ko.po, lt.po, mr.po, ms.po, + nb_NO.po, nl.po, pa.po, pl.po, pt_BR.po, pt_PT.po, ro.po, + ru.po, sk.po, sv.po, ta.po, tr.po, uk.po, vi.po, + xfce4-toys.pot, zh_CN.po, zh_TW.po: add translations + diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..7f091ce --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,2 @@ +# set of available languages (in alphabetic order) +ar az be bg bn_IN ca cs de en_GB es es_MX et eu fa fi fr gu he hi hu it ja ko lt mr ms nl nb_NO pa pl pt_BR pt_PT ro ru sv sk ta tr uk vi zh_CN zh_TW diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..b5c7704 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,3 @@ +panel-plugin/eyes.c +panel-plugin/themes.c +panel-plugin/eyes.desktop.in.in diff --git a/po/ar.po b/po/ar.po new file mode 100644 index 0000000..0c85346 --- /dev/null +++ b/po/ar.po @@ -0,0 +1,28 @@ +# Arabic translation of xfce4-eyes. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# saleh alhathal ,2004 +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-2-8 8:23+0300\n" +"Last-Translator: saleh alhathal \n" +"Language-Team: arabic\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "عيون" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/az.po b/po/az.po new file mode 100644 index 0000000..e9d5dbd --- /dev/null +++ b/po/az.po @@ -0,0 +1,30 @@ +# translation of xfce4-eyes.po to Azerbaijani +# Azerbaijani Turkish translation of xfce4-eyes. +# Copyright (C) 2003 THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# Mətin Əmirov , 2003, 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-08-18 21:52+0300\n" +"Last-Translator: Mətin Əmirov \n" +"Language-Team: Azerbaijani \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Gözlər" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/be.po b/po/be.po new file mode 100644 index 0000000..659d9ff --- /dev/null +++ b/po/be.po @@ -0,0 +1,28 @@ +# translation of xfce4-eyes.po to Belarusian +# This file is distributed under the same license as the xfce4-eyes package. +# Copyright (C) 2004 THE xfce4-eyes'S COPYRIGHT HOLDER. +# Ales Nyakhaychyk , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-09-12 13:05+0300\n" +"Last-Translator: Ales Nyakhaychyk \n" +"Language-Team: Belarusian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Вочы" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/bg.po b/po/bg.po new file mode 100644 index 0000000..7bd1210 --- /dev/null +++ b/po/bg.po @@ -0,0 +1,30 @@ +# Bulgarian translation of xfce4-eyes. +# Copyright (C) 2004 THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# Miroslav Yordanov , 2004. +# , fuzzy +# +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-03-09 18:50+0200\n" +"Last-Translator: Miroslav Yordanov \n" +"Language-Team: Bulgarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Очи" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/bn_IN.po b/po/bn_IN.po new file mode 100644 index 0000000..85eed12 --- /dev/null +++ b/po/bn_IN.po @@ -0,0 +1,29 @@ +# translation of xfce4-eyes.po to Bangla INDIA +# This file is distributed under the same license as the xfce4-eyes package. +# Copyright (C) 2005 Free Software Foundation. +# Runa Bhattacharjee , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2005-04-06 16:42+0530\n" +"Last-Translator: Runa Bhattacharjee \n" +"Language-Team: Bangla INDIA \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9.1\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Eyes" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/ca.po b/po/ca.po new file mode 100644 index 0000000..deaeb8a --- /dev/null +++ b/po/ca.po @@ -0,0 +1,28 @@ +# xfce4-eyes for Xfce desktop environment. +# Copyright (C) 2003 THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# Carles Muñoz Gorriz , 2003. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2003-05-19 12:52+0100\n" +"Last-Translator: Carles Muñoz Gorriz \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Ulls" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/cs.po b/po/cs.po new file mode 100644 index 0000000..bc65735 --- /dev/null +++ b/po/cs.po @@ -0,0 +1,31 @@ +# translation of cs.po to Czech +# Czech translation for xfdesktop +# This file is distributed under the same license as the xfce4-eyes package. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER. +# Lukáš Konarovský , 2003. +# Alois Nespor , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-10-28 12:34+0000\n" +"Last-Translator: Alois Nespor \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Oči" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..3726f45 --- /dev/null +++ b/po/de.po @@ -0,0 +1,25 @@ +# Xfce4 toys German translation +# Copyright (C) 2003 Olivier Fourdan +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-09-18 00:43-0000\n" +"Last-Translator: Moritz Heiber \n" +"Language-Team: none \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Augen" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po new file mode 100644 index 0000000..9e45e39 --- /dev/null +++ b/po/en_GB.po @@ -0,0 +1,30 @@ +# British English translations for xfce4-eyes package. +# Copyright (C) 2004 Zuza Software Foundation (Translate.org.za) +# This file is distributed under the same license as the xfce4-eyes package. +# +# Zuza Software Foundation (Translate.org.za), 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-12-03 18:06+0200\n" +"Last-Translator: Translate.org.za \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Eyes" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/eo.po b/po/eo.po new file mode 100644 index 0000000..a420edc --- /dev/null +++ b/po/eo.po @@ -0,0 +1,22 @@ +# Esperanto translations for xfce4-eyes package. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# Jarbas Araujo , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-01-04 19:42+0900\n" +"PO-Revision-Date: 2006-09-04 12:14+0200\n" +"Last-Translator: Jarbas Araujo Jr. \n" +"Language-Team: Debian-l10n-esperanto \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: panel-plugin/eyes.c:555 +msgid "Eyes" +msgstr "Okuloj" + diff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000..52f39fa --- /dev/null +++ b/po/es.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-01-13 00:00+0100\n" +"Last-Translator: Jaime Buffery \n" +"Language-Team: Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Ojos" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/es_MX.po b/po/es_MX.po new file mode 100644 index 0000000..52f39fa --- /dev/null +++ b/po/es_MX.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-01-13 00:00+0100\n" +"Last-Translator: Jaime Buffery \n" +"Language-Team: Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Ojos" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/et.po b/po/et.po new file mode 100644 index 0000000..897345a --- /dev/null +++ b/po/et.po @@ -0,0 +1,27 @@ +# Estonian translation of xfce4-eyes. +# Copyright (C) 2004 THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# peeter , 2004. +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-12-09 01:38+0300\n" +"Last-Translator: Mart Tõnso \n" +"Language-Team: Estonian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Silmad" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/eu.po b/po/eu.po new file mode 100644 index 0000000..b3a23c9 --- /dev/null +++ b/po/eu.po @@ -0,0 +1,31 @@ +# translation of xfce4-eyes.po to Euskara +# This file is distributed under the same license as the xfce4-eyes package. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER. +# Piarres Beobide , 2004. +# Piarres Beobide Egaña , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-09-13 17:13+0200\n" +"Last-Translator: Piarres Beobide Egaña \n" +"Language-Team: Euskara \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" +"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Begiak" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/fa.po b/po/fa.po new file mode 100644 index 0000000..d74929a --- /dev/null +++ b/po/fa.po @@ -0,0 +1,30 @@ +# translation of xfce4-eyes.po to Persian +# Persian translation of xfce4-eyes. +# Copyright (C) 2003 THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# Abbas Izad , 2003. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2003-12-24 15:45+0330\n" +"Last-Translator: Abbas Izad \n" +"Language-Team: Persian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.0.2\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "چشم‌ها" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/fi.po b/po/fi.po new file mode 100644 index 0000000..0ce68a4 --- /dev/null +++ b/po/fi.po @@ -0,0 +1,29 @@ +# translation of Xfce4 toys to Finnish +# This file is distributed under the same license as the xfce4-eyes package. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER. +# +# Juha Kautto , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2005-01-21 15:48+0200\n" +"Last-Translator: Jari Rahkonen \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Silmät" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 0000000..91f1d53 --- /dev/null +++ b/po/fr.po @@ -0,0 +1,29 @@ +# French translation to xfce4-eyes. +# Copyright (C) Free Software Foundation +# This file is distributed under the same license as the xfce4-eyes package. +# François Le Clainche , 2003. +# +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-08-08 20:14+0200\n" +"Last-Translator: François Le Clainche \n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Yeux" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/gu.po b/po/gu.po new file mode 100644 index 0000000..b0cf58d --- /dev/null +++ b/po/gu.po @@ -0,0 +1,31 @@ +# translation of xfce4-eyes.po to Gujarati +# This file is distributed under the same license as the xfce4-eyes package. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER. +# Ankit Patel , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-09-22 16:51+0530\n" +"Last-Translator: Ankit Patel \n" +"Language-Team: Gujarati\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" +"Plural-Forms: Plural-Forms: nplurals=2; plural=(n!=1);\n" +"\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "આંખો" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/he.po b/po/he.po new file mode 100644 index 0000000..0bd3715 --- /dev/null +++ b/po/he.po @@ -0,0 +1,30 @@ +# translation of he.po to Hebrew +# This file is distributed under the same license as the xfce4-eyes package. +# Dotan Kamber , 2004. +# Jonatan Perry , 2004. +# Yuval Tanny , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-08-19 13:15+0300\n" +"Last-Translator: Yuval Tanny \n" +"Language-Team: Hebrew Team \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "עיניים" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/hi.po b/po/hi.po new file mode 100644 index 0000000..dca78d4 --- /dev/null +++ b/po/hi.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2003 THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# Ravishankar Shrivastava , 2003. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2003-11-01 18:14+0530\n" +"Last-Translator: Ravishankar Shrivastava \n" +"Language-Team: Hindi \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "आँखें" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/hu.po b/po/hu.po new file mode 100644 index 0000000..66e3043 --- /dev/null +++ b/po/hu.po @@ -0,0 +1,29 @@ +# translation of hu.po to Hungarian +# This file is distributed under the same license as the xfce4-eyes package. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER +# Egmont Koblinger , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2003-07-16 16:20+0200\n" +"Last-Translator: Egmont Koblinger \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.0.1\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Szemek" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/it.po b/po/it.po new file mode 100644 index 0000000..0d37c1d --- /dev/null +++ b/po/it.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# Alex Dupre , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-03-11 13:49+0100\n" +"Last-Translator: Alex Dupre \n" +"Language-Team: GUFI \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Occhi" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/ja.po b/po/ja.po new file mode 100644 index 0000000..64b41f7 --- /dev/null +++ b/po/ja.po @@ -0,0 +1,29 @@ +# Japanese translation for xfce4-eyes package. +# Copyright (C) 2003-2005 Free Software Foundation, Inc. +# This file is distributed under the same license as the xfce4-eyes package. +# Zhao Ji , 2003-2004. +# Daichi Kawahatta , 2005-2006. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2006-01-04 19:50+0900\n" +"Last-Translator: Daichi Kawahatta \n" +"Language-Team: Japanese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "めだま" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/ko.po b/po/ko.po new file mode 100644 index 0000000..ef9ac06 --- /dev/null +++ b/po/ko.po @@ -0,0 +1,30 @@ +# Korean translations for xfce4-eyes package. +# Copyright (C) 2002-2005 The Xfce development team +# This file is distributed under the same license as the xfce4-eyes package. +# ByungHyun Choi , 2005. +# +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2005-07-02 00:25:02+0900\n" +"Last-Translator: ByungHyun Choi\n" +"Language-Team: xfce4-users-kr-i18n \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "눈동자" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/lt.po b/po/lt.po new file mode 100644 index 0000000..db341d6 --- /dev/null +++ b/po/lt.po @@ -0,0 +1,28 @@ +# Lithuania translation of xfce4-eyes +# Copyright (C) 2003 Free Software Foundation, Inc. +# This file is distributed under the same license as the xfce4-eyes package. +# Mantas , 2003. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-10-30 00:34+0300\n" +"Last-Translator: Mantas \n" +"Language-Team: Lithuanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Akys" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/mr.po b/po/mr.po new file mode 100644 index 0000000..8c24b04 --- /dev/null +++ b/po/mr.po @@ -0,0 +1,30 @@ +# Marathi Translation of xfce4-eyes. +# This file is distributed under the same license as the xfce4-eyes package. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER. +# Pallavi , 2005. +# Pallavi Nikam , 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2005-04-20 20:15+0530\n" +"Last-Translator: Pallavi Nikam \n" +"Language-Team: Marathi \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.9\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "नेत्र" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/ms.po b/po/ms.po new file mode 100644 index 0000000..ceec3a7 --- /dev/null +++ b/po/ms.po @@ -0,0 +1,28 @@ +# Xfce4-toys Malay translation. +# Copyright (C) 2003 Olivier Fourdan +# This file is distributed under the same license as the xfwm4 package. +# Harun Musa , 2003. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-02-08 01:05+0800\n" +"Last-Translator: Harun Musa \n" +"Language-Team: Malay \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Mata" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/nb_NO.po b/po/nb_NO.po new file mode 100644 index 0000000..57efba4 --- /dev/null +++ b/po/nb_NO.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-08-08 20:14+0200\n" +"Last-Translator: Eskild Hustvedt \n" +"Language-Team: Norwegian Bokmal \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Øyne" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/nl.po b/po/nl.po new file mode 100644 index 0000000..6b74f55 --- /dev/null +++ b/po/nl.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-08-25 08:35+0200\n" +"Last-Translator: Jasper Huijsmans \n" +"Language-Team: Nederlands \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Ogen" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/pa.po b/po/pa.po new file mode 100644 index 0000000..b786b32 --- /dev/null +++ b/po/pa.po @@ -0,0 +1,30 @@ +# translation of xfce4-eyes.po to +# This file is distributed under the same license as the xfce4-eyes package. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER. +# Jaswinder Singh Phulewala , YEAR. +# root , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-10-04 05:09+0530\n" +"Last-Translator: root \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "ਅੱਖਾਂ" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/pl.po b/po/pl.po new file mode 100644 index 0000000..a9492a8 --- /dev/null +++ b/po/pl.po @@ -0,0 +1,28 @@ +# Translation file for Xfce4's Toys. +# Copyright (C) Benedikt Meurer , 2003 +# This file is distributed under the same license as the Xfce4. +# Daniel 'Beorn' Mróz . +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2003-12-24 02:00+0100\n" +"Last-Translator: Daniel 'Beorn' Mróz \n" +"Language-Team: none \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Oczy" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po new file mode 100644 index 0000000..bf9dd90 --- /dev/null +++ b/po/pt_BR.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-01-18 12:30-0200\n" +"Last-Translator: Rodrigo Coacci \n" +"Language-Team: Brazilian Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Olhos" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/pt_PT.po b/po/pt_PT.po new file mode 100644 index 0000000..b6759b3 --- /dev/null +++ b/po/pt_PT.po @@ -0,0 +1,28 @@ +# Portuguese translation of xfce4-eyes. +# Copyright (C) 2003 THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# Nuno Donato , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-10-09 22:44+0100\n" +"Last-Translator: Nuno Donato \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Olhos" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/ro.po b/po/ro.po new file mode 100644 index 0000000..34ae750 --- /dev/null +++ b/po/ro.po @@ -0,0 +1,29 @@ +# Romanian translation of xfce4-eyes +# Copyright (C) 2004 Free Software Foundation. +# This file is distributed under the same license as the xfce4-eyes package. +# Mişu Moldovan , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-11-14 19:01+0200\n" +"Last-Translator: Mişu Moldovan \n" +"Language-Team: Romanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Ochi" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/ru.po b/po/ru.po new file mode 100644 index 0000000..6c0e08a --- /dev/null +++ b/po/ru.po @@ -0,0 +1,31 @@ +# translation of xfce4-eyes.po to Russian +# This file is distributed under the same license as the xfce4-eyes package. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER. +# Anthony Ivanoff , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-08-24 01:51+0600\n" +"Last-Translator: Anthony Ivanoff \n" +"Language-Team: Russian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Глаза" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/sk.po b/po/sk.po new file mode 100644 index 0000000..a25523b --- /dev/null +++ b/po/sk.po @@ -0,0 +1,29 @@ +# translation of xfce4-eyes.po to Slovak +# This file is distributed under the same license as the xfce4-eyes package. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER. +# Juraj Brosz , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-08-24 21:26+0200\n" +"Last-Translator: Juraj Brosz \n" +"Language-Team: Slovak \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3.1\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Oči" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/sv.po b/po/sv.po new file mode 100644 index 0000000..802947d --- /dev/null +++ b/po/sv.po @@ -0,0 +1,27 @@ +# Swedish messages for xfce4-eyes. +# Copyright (C) 2003 Free Software Foundation, Inc. +# Johan Hammar , 2003. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2003-11-10 17:07+0100\n" +"Last-Translator: Johan Hammar \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Ögon" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/ta.po b/po/ta.po new file mode 100644 index 0000000..207dd60 --- /dev/null +++ b/po/ta.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2003-09-26 19:36-0600\n" +"Last-Translator: Dinesh Nadarajah \n" +"Language-Team: Tamil \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "கண்கள்" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/tr.po b/po/tr.po new file mode 100644 index 0000000..46fe609 --- /dev/null +++ b/po/tr.po @@ -0,0 +1,27 @@ +# translation of xfce4-eyes.po to Turkish +# Copyright (C) 2003 Free Software Foundation, Inc. +# Erçin EKER , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-10-10 18:30+0300\n" +"Last-Translator: Erçin EKER \n" +"Language-Team: Turkish <>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Gözler" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/uk.po b/po/uk.po new file mode 100644 index 0000000..0349f8c --- /dev/null +++ b/po/uk.po @@ -0,0 +1,28 @@ +# Ukrainian translation to xfce4-eyes. +# Copyright (C) Free Software Foundation +# This file is distributed under the same license as the xfce4-eyes package. +# Maxim Dziumanenko , 2003-2005. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2005-01-06 01:04+0200\n" +"Last-Translator: Maxim Dziumanenko \n" +"Language-Team: Ukrainian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Очі" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/vi.po b/po/vi.po new file mode 100644 index 0000000..4793395 --- /dev/null +++ b/po/vi.po @@ -0,0 +1,28 @@ +# xfce4-eyes for XFCE +# Copyright (C) 2003 THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfwm4 package. +# Lâm Vĩnh Niên , 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-09-08 15:40+9\n" +"Last-Translator: Lâm Vĩnh Niên \n" +"Language-Team: none \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "Cặp mắt" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/xfce4-eyes-plugin.pot b/po/xfce4-eyes-plugin.pot new file mode 100644 index 0000000..c4a9b74 --- /dev/null +++ b/po/xfce4-eyes-plugin.pot @@ -0,0 +1,29 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po new file mode 100644 index 0000000..aff2387 --- /dev/null +++ b/po/zh_CN.po @@ -0,0 +1,29 @@ +# #-#-#-#-# zh_CN.po (xfce4-eyes 4.3.0) #-#-#-#-# +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2004-09-28 01:05-0700\n" +"Last-Translator: Yongtao Yang \n" +"Language-Team: Simplified Chinese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "眼睛" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po new file mode 100644 index 0000000..32a9ccb --- /dev/null +++ b/po/zh_TW.po @@ -0,0 +1,27 @@ +# Copyright (C) 2003 THE xfce4-eyes'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-eyes package. +# umm , 2003. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-eyes 4.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-09-11 15:00+0200\n" +"PO-Revision-Date: 2003-08-29 11:02+0800\n" +"Last-Translator: umm \n" +"Language-Team: <>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/eyes.c:288 ../panel-plugin/eyes.desktop.in.in.h:1 +msgid "Eyes" +msgstr "眼睛" + +#: ../panel-plugin/eyes.c:304 +msgid "_Select a theme:" +msgstr "" + +#: ../panel-plugin/eyes.desktop.in.in.h:2 +msgid "Eyes that spy on you" +msgstr "" diff --git a/themes/Bizarre/Bizarre-eye.png b/themes/Bizarre/Bizarre-eye.png new file mode 100644 index 0000000..76a21ce Binary files /dev/null and b/themes/Bizarre/Bizarre-eye.png differ diff --git a/themes/Bizarre/Bizarre-pupil.png b/themes/Bizarre/Bizarre-pupil.png new file mode 100644 index 0000000..c4fd02d Binary files /dev/null and b/themes/Bizarre/Bizarre-pupil.png differ diff --git a/themes/Bizarre/Makefile.am b/themes/Bizarre/Makefile.am new file mode 100644 index 0000000..1214aaa --- /dev/null +++ b/themes/Bizarre/Makefile.am @@ -0,0 +1,8 @@ +Bizarredir = $(datadir)/xfce4/eyes/themes/Bizarre + +Bizarre_DATA = \ + Bizarre-eye.png \ + Bizarre-pupil.png \ + config + +EXTRA_DIST = $(Bizarre_DATA) diff --git a/themes/Bizarre/config b/themes/Bizarre/config new file mode 100644 index 0000000..20f729e --- /dev/null +++ b/themes/Bizarre/config @@ -0,0 +1,4 @@ +wall-thickness=2 +num-eyes = 3 +eye-pixmap = "Bizarre-eye.png" +pupil-pixmap = "Bizarre-pupil.png" diff --git a/themes/Bloodshot/Bloodshot-eye.png b/themes/Bloodshot/Bloodshot-eye.png new file mode 100644 index 0000000..57b8429 Binary files /dev/null and b/themes/Bloodshot/Bloodshot-eye.png differ diff --git a/themes/Bloodshot/Bloodshot-pupil.png b/themes/Bloodshot/Bloodshot-pupil.png new file mode 100644 index 0000000..c4de5bf Binary files /dev/null and b/themes/Bloodshot/Bloodshot-pupil.png differ diff --git a/themes/Bloodshot/Makefile.am b/themes/Bloodshot/Makefile.am new file mode 100644 index 0000000..7934f06 --- /dev/null +++ b/themes/Bloodshot/Makefile.am @@ -0,0 +1,8 @@ +Bloodshotdir = $(datadir)/xfce4/eyes/themes/Bloodshot + +Bloodshot_DATA = \ + Bloodshot-eye.png \ + Bloodshot-pupil.png \ + config + +EXTRA_DIST = $(Bloodshot_DATA) diff --git a/themes/Bloodshot/config b/themes/Bloodshot/config new file mode 100644 index 0000000..6c6b79a --- /dev/null +++ b/themes/Bloodshot/config @@ -0,0 +1,4 @@ +wall-thickness = 5 +num-eyes = 2 +eye-pixmap = "Bloodshot-eye.png" +pupil-pixmap = "Bloodshot-pupil.png" diff --git a/themes/Default-tiny/Default-tiny-eye.png b/themes/Default-tiny/Default-tiny-eye.png new file mode 100644 index 0000000..474e0cb Binary files /dev/null and b/themes/Default-tiny/Default-tiny-eye.png differ diff --git a/themes/Default-tiny/Default-tiny-pupil.png b/themes/Default-tiny/Default-tiny-pupil.png new file mode 100644 index 0000000..84c3bd9 Binary files /dev/null and b/themes/Default-tiny/Default-tiny-pupil.png differ diff --git a/themes/Default-tiny/Makefile.am b/themes/Default-tiny/Makefile.am new file mode 100644 index 0000000..012adae --- /dev/null +++ b/themes/Default-tiny/Makefile.am @@ -0,0 +1,8 @@ +Default_tinydir = $(datadir)/xfce4/eyes/themes/Default-tiny + +Default_tiny_DATA = \ + Default-tiny-eye.png \ + Default-tiny-pupil.png \ + config + +EXTRA_DIST = $(Default_tiny_DATA) diff --git a/themes/Default-tiny/config b/themes/Default-tiny/config new file mode 100644 index 0000000..edbbee3 --- /dev/null +++ b/themes/Default-tiny/config @@ -0,0 +1,4 @@ +wall-thickness = 3 +num-eyes = 2 +eye-pixmap = "Default-tiny-eye.png" +pupil-pixmap = "Default-tiny-pupil.png" diff --git a/themes/Default/Default-eye.png b/themes/Default/Default-eye.png new file mode 100644 index 0000000..ea09156 Binary files /dev/null and b/themes/Default/Default-eye.png differ diff --git a/themes/Default/Default-pupil.png b/themes/Default/Default-pupil.png new file mode 100644 index 0000000..6a81587 Binary files /dev/null and b/themes/Default/Default-pupil.png differ diff --git a/themes/Default/Makefile.am b/themes/Default/Makefile.am new file mode 100644 index 0000000..018b44d --- /dev/null +++ b/themes/Default/Makefile.am @@ -0,0 +1,8 @@ +Defaultdir = $(datadir)/xfce4/eyes/themes/Default + +Default_DATA = \ + Default-eye.png \ + Default-pupil.png \ + config + +EXTRA_DIST = $(Default_DATA) diff --git a/themes/Default/config b/themes/Default/config new file mode 100644 index 0000000..325abdc --- /dev/null +++ b/themes/Default/config @@ -0,0 +1,4 @@ +wall-thickness = 6 +num-eyes = 2 +eye-pixmap = "Default-eye.png" +pupil-pixmap = "Default-pupil.png" diff --git a/themes/Horrid/Horrid-eye.png b/themes/Horrid/Horrid-eye.png new file mode 100644 index 0000000..eebf16c Binary files /dev/null and b/themes/Horrid/Horrid-eye.png differ diff --git a/themes/Horrid/Horrid-pupil.png b/themes/Horrid/Horrid-pupil.png new file mode 100644 index 0000000..63099ee Binary files /dev/null and b/themes/Horrid/Horrid-pupil.png differ diff --git a/themes/Horrid/Makefile.am b/themes/Horrid/Makefile.am new file mode 100644 index 0000000..d1bc8b0 --- /dev/null +++ b/themes/Horrid/Makefile.am @@ -0,0 +1,8 @@ +Horriddir = $(datadir)/xfce4/eyes/themes/Horrid + +Horrid_DATA = \ + Horrid-eye.png \ + Horrid-pupil.png \ + config + +EXTRA_DIST = $(Horrid_DATA) diff --git a/themes/Horrid/config b/themes/Horrid/config new file mode 100644 index 0000000..c36348e --- /dev/null +++ b/themes/Horrid/config @@ -0,0 +1,4 @@ +wall-thickness = 6 +num-eyes = 1 +eye-pixmap = "Horrid-eye.png" +pupil-pixmap = "Horrid-pupil.png" diff --git a/themes/Makefile.am b/themes/Makefile.am new file mode 100644 index 0000000..af4b53a --- /dev/null +++ b/themes/Makefile.am @@ -0,0 +1,7 @@ +SUBDIRS = \ + Bizarre \ + Bloodshot \ + Default \ + Default-tiny \ + Horrid \ + Tango diff --git a/themes/Tango/Makefile.am b/themes/Tango/Makefile.am new file mode 100644 index 0000000..5889a3b --- /dev/null +++ b/themes/Tango/Makefile.am @@ -0,0 +1,9 @@ +Tangodir = $(datadir)/xfce4/eyes/themes/Tango + +Tango_DATA = \ + tango-eye.png \ + tango-pupil.png \ + config + +EXTRA_DIST = \ + $(Tango_DATA) diff --git a/themes/Tango/config b/themes/Tango/config new file mode 100644 index 0000000..60a926c --- /dev/null +++ b/themes/Tango/config @@ -0,0 +1,4 @@ +wall-thickness = 4 +num-eyes = 2 +eye-pixmap = "tango-eye.png" +pupil-pixmap = "tango-pupil.png" diff --git a/themes/Tango/tango-eye.png b/themes/Tango/tango-eye.png new file mode 100644 index 0000000..792fc3f Binary files /dev/null and b/themes/Tango/tango-eye.png differ diff --git a/themes/Tango/tango-pupil.png b/themes/Tango/tango-pupil.png new file mode 100644 index 0000000..c2add32 Binary files /dev/null and b/themes/Tango/tango-pupil.png differ diff --git a/xfce4-eyes.spec.in b/xfce4-eyes.spec.in new file mode 100644 index 0000000..78b56ea --- /dev/null +++ b/xfce4-eyes.spec.in @@ -0,0 +1,34 @@ +Summary: Eyes that spy on you +Name: xfce4-eyes +Version: @VERSION@ +Release: 1 +License: BSD +URL: http://www.xfce.org/ +Source0: %{name}-%{version}.tar.gz +Group: User Interface/Desktops +BuildRoot: %{_tmppath}/%{name}-root +Requires: xfce4-panel >= @XFCE4_PANEL_REQUIRED_VERSION@ +BuildRequires: xfce4-panel >= @XFCE4_PANEL_REQUIRED_VERSION@ + +%description +xfce4-eyes is an "xeyes"/geyes rip-off + +%prep +%setup -q + +%build +%configure +make + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc README ChangeLog NOTES INSTALL COPYING AUTHORS +%{_libdir}/* +%{_datadir}/*