diff -Nru xfce4-screenshooter-1.5.1/aclocal.m4 xfce4-screenshooter-1.6.0/aclocal.m4 --- xfce4-screenshooter-1.5.1/aclocal.m4 2009-02-25 09:56:09.000000000 +0000 +++ xfce4-screenshooter-1.6.0/aclocal.m4 2009-06-14 15:27:19.000000000 +0100 @@ -9481,7 +9481,7 @@ AC_SUBST([am__untar]) ]) # _AM_PROG_TAR -dnl $Id$ +dnl $Id: xdt-depends.m4 21591 2006-05-08 09:10:26Z benny $ dnl dnl Copyright (c) 2002-2006 dnl The Xfce development team. All rights reserved. @@ -9911,7 +9911,7 @@ ]) -dnl $Id$ +dnl $Id: xdt-features.m4 22990 2006-09-02 11:33:28Z benny $ dnl dnl Copyright (c) 2002-2006 dnl The Xfce development team. All rights reserved. @@ -10063,7 +10063,7 @@ fi ]) -dnl $Id$ +dnl $Id: xdt-i18n.m4 24486 2007-01-15 17:47:49Z benny $ dnl dnl Copyright (c) 2002-2006 dnl The Xfce development team. All rights reserved. diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/AUTHORS /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/AUTHORS --- xfce4-screenshooter-1.5.1/AUTHORS 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/AUTHORS 2009-06-14 13:16:10.000000000 +0100 @@ -1,5 +1,10 @@ +Authors: Daniel Bobadilla Leal Jani Monoses -Jérôme Guelfucci +Jérôme Guelfucci -Icons taken form the Rodent icon theme. +Contributors: +David Collins +Enrico Tröger +Mike Massonnet +Fabrice Viale diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/ChangeLog /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/ChangeLog --- xfce4-screenshooter-1.5.1/ChangeLog 2009-02-25 12:38:43.000000000 +0000 +++ xfce4-screenshooter-1.6.0/ChangeLog 2009-06-14 13:17:36.000000000 +0100 @@ -1,984 +1,1621 @@ +2006-06-14 jeromeg + +Merge the AUTHORS and the CONTRIBUTORS files. Update the README. + +2009-06-14 jeromeg + +Optimize the size of the images of the documentation. + +2009-06-14 jeromeg + +Get ready for the release. + +Update the manpage, the documentation version numbers. Clean the TODO +file and the NEWS file. + +2009-06-06 jeromeg + +Remove some translatable strings. Fixes distcheck. + +2009-06-06 jeromeg + +Add English screenshots for not updated documentation translations. + +This allows us to have English localised screenshots in the +documentation instead of missing images. Hopefully, those translations +and the screenshots will be updated before the release. + +2009-06-06 jeromeg + +Also wait one second, seems syncing is not enough. + +2009-06-06 jeromeg + +Sync the display instead of waiting one additionnal second. + +2009-06-05 jeromeg + +Reimplement an old workaround to fix screenshots without delay. + +If the delay is NULL, and under some vague conditions, there is +no active window detected. Waiting 1 second before doing anything is a +lame hack which fixes this issue. + +2009-06-05 jeromeg + +Try to fix bug #5424. + +Destroy the main dialog before doing anything else. Normally, this will +prevent this dialog from remaining displayed on the screen and being +captured instead of the active window. + +2009-06-03 jeromeg + +Add the autotools stuff for the Turkish translation. + +2009-05-31 jeromeg + +Update Turkish translation and fix some typos in strings. + +2009-05-31 jeromeg + +Make some strings translatable, update the image of the documentation. + +2009-05-31 jeromeg + +Update the documentation. + +2009-05-29 jeromeg + +Fix a crash in the panel plugin. + +Use sd->cli and sd->close correctly so that it does not exit the main +loop when running the panel plugin which makes it crash. Simplify the +code a bit and set the members of the structure correctly when +initializing the application and the plugin. + +2009-05-28 jeromeg + +Add a throbber to notify activity during the ZimageZ upload. + +Take KatzeThrobber from Midori and relicense it to GPL2. Thanks a lot +to Christian Dywan. + +2009-05-26 jeromeg + +Add Danish translation for the documentation (Lars Christian Jensen). + +2009-05-24 jeromeg + +Fix a typo in a ZimageZ string, update the po files. + +Also update the French translation and fix a bunch of typos that got on +the last update. + +2009-05-24 jeromeg + +Make strings consistent, improve them a bit and tweak the indentation. + +2009-05-24 jeromeg + +Escape all strings before sending them to the server. + +Uploading still does not work if the user, the password, the comment +or the title contains a non alphanumerical caracter, but this should +improve things a bit a XML expects escaped strings. Use our own error +function in (cb_error). + +2009-05-24 jeromeg + +Use a valid dialog flag for the GtkMessageDialog. + +2009-05-23 jeromeg + +Fix the build of the ZimageZ stuff and improve the results dialog. + +The results dialog now uses GtkTextViews in GtkFrames instead of labels, +alignments have also been added to enhance the look. + +2009-05-23 jeromeg + + * Only build the ZimageZ stuff if the dependencies are + installed. Makes libcurl and xmlrpc-c optional. + +2009-05-23 jeromeg + + * configure.ac.in: check for libcurl, it is needed by the + xmlrpc-c stuff. + +2009-05-23 jeromeg + + * src/main.c: + - save the last user when we are in CLI. + - free the last user when exiting. + +2009-05-23 jeromeg + + * lib/screenshooter-zimage.c: check if one of the fields is + empty, not only the last one... + +2009-05-23 jeromeg + + * lib/screenshooter-zimage.c, try to fix the last user issue: + - set the user as data of the job. + - give the string and not a pointer to the string to the job. + - only accept valid utf8 strings as users. + - update the last user in (cb_image_uploaded). + * TODO: update the todo list. + +2009-05-21 jeromeg + + * lib/sexy-url-label.{c,h}: mark some strings as translatable and + include the libxfce4util header to have the "_" translation + function. + * po/POTFILES.in: add the new translatable files. + +2009-05-21 jeromeg + + * lib/screenshooter-zimagez.c: + - remove (open_zimagez_link) and use (open_url_hook) in all + cases. + - (cb_image_uploaded) improve the dialog by using SexyUrl labels + instead of link buttons and by showing two usage examples, in + HTML and in BB code. + - (cb_image_uploaded) use constants for all strings. + +2009-05-18 jeromeg + + * Improve the status dialog of the upload to ZimageZ. + * Remember the last ZimageZ user name and put it in the user field + when displaying the dialog for the first time. + +2009-05-18 jeromeg + + * lib/screenshooter-dialogs.c: + - (screenshooter_dialog_new) add a radio button for uploading in the + actions. Indent some comments correctly. + - (cb_zimagez_toggled) add a callback for the radio button. + - remove some useless comments. + +2009-05-18 jeromeg + + * lib/screenshooter-global.h: add a cli gboolean to the ScreenshotData + structure. Combined with the close member of the structure, this + allows to close the application or not depending on how the + executable is called. + * src/main.c, lib/screenshooter-actions.{c,h}: move the dialog + stuff to (screenshooter_take_and_output_screenshot) which is + from now on a GSourceFunc. It returns TRUE if we want to take + another screenshot, else it quits the main loop and returns + FALSE. It is called via g_idle_add in (main), which allows us + to always have a main loop. The workaround consisting in + sleep (1) before taking a screenshot seems useless now. + * lib/screenshooter-zimagez.c: don't start and exit a main + loop here, run the dialog instead of showing it. + * panel-plugin/screenshooter-plugin.c: set the cli member of the + structure to false when initializing the plugin. + +2009-05-18 jeromeg + + * lib/screenshooter-utils.c (screenshooter_error), + lib/screenshooter-job.c (screenshooter_job_ask_info): + do not initialize va_list to NULL, that's wrong and useless. + Thanks to Enrico Tröger. + +2009-05-17 jeromeg + + * lib/screenshooter-zimagez.c: + - (zimagez_upload_job) remove a useless cancel check before the loop. + - (cb_ask_for_information) do not disconnect handlers before + cancelling the job, only before destroying it. + +2009-05-17 jeromeg + + * lib/screenshooter-utils.{c,h}: use a constant in + (screenshooter_read_rc_file) and (screenshooter_write_rc_file). + * src/main.c: + - use a constant for the rc file. + - don't save the preferences in the callback but in (main). + +2009-05-16 jeromeg + + * lib/screenshooter-utils.{c,h}: add (screenshooter_error) which shows + an error using a GtkMessageDialog. + * lib/*, panel-plugin/screenshooter-plugin.c, src/main.c: + - use (screenshooter_error) instead of (xfce_err). + - remove some trailing white spaces. + * lib/screenshooter-job.c (screenshooter_job_ask_info): add a missing return, + when the job has been cancelled. + * TODO: updated. + +2009-05-15 jeromeg + + * src/main.c: + - add the glib and stdlib headers. + - use RETURN_SUCCESS and RETURN_FAILURE instead of 0 and 1. + * lib/exo-simple-job.{c,h}, lib/exo-job.{c,h}: take the job framework + from Exo written by Jannis Pohlmann. Thank you Jannis! + * lib/screenshooter-job.{c,h}, lib/screenshooter-simple-job.{c,h}: + ScreenshooterJob is based on ExoJob, it provides to additional signals, + ask and image-uploaded. + * lib/screenshooter-marshal.list: add some marshallers for the new + signals. + * lib/screenshooter-zimagez.{c,h}: port the existing code to use a + ScreenshooterJob. Thanks to Jannis for his great help! This fixes + a bunch of problems that occured with the previous implementation. + The dialogs still need to be polished. + * lib/screenshooter-actions.c: use the new function. + * lib/Makefile.am: + - add some magic to generate the marshallers. + - sort the source files by alphabetical order. + * configure.ac.in: bump the GThreads required version to 2.16. + +2009-05-05 jeromeg + + * lib/screenshooter-zimagez.c: make the dialog unresizable and destroy + it when we are done. Remove useless blank spaces. + +2009-05-04 jeromeg + + * lib/sexy-url-label.{c,h}: add the sexy_url_label taken from + libsexy. + * lib/screenshooter-zimagez.{c,h}: + - add a link to ZimageZ so that users can create an account easily. + - add tooltips for the different entries. + - if one of the fiels is empty when the dialog is validated, show it + again and ask the user to fill all the fields. + - plug some leaks and fix a double free issue. + +2009-05-04 jeromeg + + * lib/screenshooter-zimagez.c: + - (screenshooter_upload_to_zimagez): + + use a GtkTable to improve the layout. + + add a cancel button to the dialog. + + display a warning if the password/user name was not correct + when respawning the dialog. + + make the labels left aligned and vertically centered to + improve the look of the dialog. + + tweak the layout by adding an alignment. + - (screenshooter_display_zimagez_links) document this function. + +2009-05-04 jeromeg + + * lib/screenshooter-zimagez.c: loop until the user has entered the + correct user/password couple. + +2009-05-02 jeromeg + + * lib/screenshooter-zimagez.{c,h}: + - (warn_if_fault_occurred) should be static. + - add some comments. + - (screenshooter_upload_to_zimagez) now returns a gchar* containing + the name of the uploaded image and NULL is the upload failed. + - (screenshooter_display_zimagez_links) new function which shows a + dialog to present the different links to the uploaded image. At + the moment, plain GtkLinkButtons are used, this still needs to be + improved. + - (open_url_hook) hook to open the links using xdg-open. + * lib/screenshooter-actions.c: + - use constants where possible. + - use (screenshooter_display_zimagez_links) to display the result of + the upload. + * lib/screenshooter-utils.{c,h}, lib/screenshooter-dialogs.{c,h}: + use constants where possible. + +2009-05-01 jeromeg + + This still needs a lot of polishment, but let's make things public. + + * src/Makefile.am, panel-plugin/Makefile.am: change the linking order. + * lib/screenshooter-zimagez.c: + - (warn_if_fault_occurred) to warn if an error occured during the XML + transaction. + - (screenshooter_upload_to_zimagez) to upload the screenshot. Still needs + a lot of polish, but at least it works. + * TODO: updated. + +2009-04-19 jeromeg + + * src/main.c: + - sort the CLI options by alphabetical order. + - add an upload CLI option. + - add some G_LIKELY and G_UNLIKELY macros. + * lib/screenshooter-actions.c: + - add some G_LIKELY and G_UNLIKELY macros. + - call the upload function when the user requested it. + * lib/screenshooter-utils.{c,h}: add a (rot13) function to encode the + password before sending it. + * lib/screenshooter-zimagez.{c,h}: two new files to support the upload + of screenshots to ZimageZ.com, a free Web hosting solution. + * lib/screenshooter-global.h: add the upload option. + * lib/Makefile.am: add the two new files to the source. + * configure.ac.in: check for xmlrpc-c, this is a bit uggly, but xmlrpc-c + does not provide a .pc file... + +2009-04-18 jeromeg + + * lib/screenshooter-utils.c: start to add G_LIKELY and G_UNLIKELY macros. + * lib/screenshooter-dialogs.c: + - more indentation improvements. + - start to add G_LIKELY and G_UNLIKELY macros. + * lib/screenshooter-capture.c: start to add G_LIKELY and G_UNLIKELY macros. + * lib/screenshooter-capture.h: add the glib header. + +2009-04-16 jeromeg + + * lib/screenshooter-actions.c: minor indentation change. + * lib/screenshooter-utils.c: + - minor indentation improvements. + - (screenshooter_read_rc_file) only get the home uri once. + * lib/screenshooter-capture.c: + - minor indentation improvements. + - correctly document (screenshooter_take_screenshot). + +2009-04-16 jeromeg + + * panel-plugin/screenshooter-plugin.c: + - remove the wrong XFCE_PANEL_PLUGIN_REGISTER_INTERNAL macro call, + the plugin is external. + - add (set_panel_button_tooltip) to simplify the code, this function + sets the tooltip according to the area to be captured. + - use g_spawn_command_line_async to laucnh the help window. + - improve the indentation in some places. + * lib/screenshooter-utils.c: + - improve the indentation in some places. + - (screenshooter_open_screenshot): + + declare the variables at the beginning of the code block. + + use g_spawn_command_line_async to launch the applications. + * lib/screenshooter-dialogs.c: improve the indentation. + +2009-04-12 jeromeg + + * src/main.c: + - improve the indentation. + - use g_spawn_command_line_async to launch the help. + * lib/screenshooter-capture.c: fix a typo. + +2009-04-12 jeromeg + + * xfce4-screenshooter.1: add the 'mouse' CLI option to the manpage. + * lib/screenshooter-dialogs.c: + - improve the indentation in some places. + - use gtk_radio_button_new_with_label_from_widget to create the + radio buttons. + - add some missing tooltips. + * lib/screenshooter-utils.h: remove a useless include. + * lib/screenshooter-capture.h: add the missing unistd.h include. + +2009-04-09 jeromeg + + Reorganise the code. + + * lib/screenshooter-global.h: put global structures and enumerations + here. + * lib/screenshooter-capture.{c,h}: move the code for capturing windows + and rectangular areas here. + * lib/*.{c,h}: modify the old files to use those new ones. + * lib/Makefile.am: add the new files to the source files. + * Update the NEWS file. + +2009-04-09 jeromeg + + * lib/screenshooter-utils.c: try to fix bug #5204 where the cursor + was not displayed at the correct location. + +2009-03-30 jeromeg + + * CONTRIBUTORS: update the contributors list. + * NEWS: update the news file. + +2009-03-30 jeromeg + + * lib/screenshooter-dialogs.c (cb_progress_upload): + - show the number of transferred Kb and the number of total + Kb instead of displaying the number of remaining bytes. + +2009-03-27 jeromeg + + * lib/screenshooter-dialogs.c: + - remove some unused variables. + - reduce the spacing between the two top columns. + - Remove the ":" in the "After capturing:" label. + - correctly set the spacing of the 'After capturing' section. + +2009-03-26 jeromeg + + New improved interface. + + * lib/screenshooter-utils.{c,h}: add a close item to the + ScreenshotData structure. Allows the user to choose between + closing the application and taking another screenshot. + * src/main.c (cb_dialog_response): implement the close stuff. + * lib/screenshooter-dialogs.c: Rewrite most of the interface. + - use tables to align the widgets. + - use a two column layout. + - add an option to close/ don't close the application after + taking a screenshot. + +2009-03-20 jeromeg + + * lib/screenshooter-dialogs.c (save_screenshot_to_remote_location): + - simplify the function. + - add a label saying what is happening and saying where the + screenshot is being uploaded. + +2009-03-20 jeromeg + + * lib/screenshooter-dialogs.c: add a lot of missing prototypes. + +2009-03-20 jeromeg + + * lib/screenshooter-dialogs.c: (screenshooter_dialog_new) only + set the show mouse checkbox as sensitive if "select a region" + is not checked. + +2009-03-19 jeromeg + + * lib/screenshooter-utils.c: + - (get_rectangle_screenshot) use a dotted rectangle, with a 2px + wide border. + - (screenshooter_open_screenshot) simplify the function. + - (screenshooter_get_home_uri) use g_getenv and g_get_homedir. + +2009-03-15 jeromeg + + * Add the Italian documentation. + +2009-03-14 jeromeg + + Fix most of the issues introduced by the previous commit. + Gthread-2.0 >= 2.6.0 is now required. + + * configure.ac.in, src/main.c, src/Makefile.am, + panel-plugin/screenshooter-plugin.c, panel-plugin/Makefile.am: + add a dependence on gthread and initialize the threads at startup. + * TODO: updated. + * lib/screenshooter-actions.c: use the URI of the temporary directory + and not its path, fixes the open with mode. + * lib/screenshooter-dialogs.c: + - (cb_progress_upload) add the remaining number of bytes to the + progress bar. + - (cb_finished_upload) add some debugging information. + - (save_screenshot_to_local_path) return the save location. + - (save_screenshot_to_remote_location): + + tweak the layout of the progress dialog. + + run the dialog AFTER starting the copy so that it does not block + everything. + + delete the temp file after the transfer. + - (save_screenshot_to) return the save location when saving to a + local destination. + - (screenshooter_save_screenshot): + + destroy the dialog as early as possible so that it does not + block the main loop. + + fix the open with mode here too. + * autogen.sh: use git svn instead of git svn. + +2009-03-12 jeromeg + + Port the saving of screenshots to GIO. Some things still need to be + polished. Some things might be broken, like opening a screenshot with + an application. + + * lib/screenshooter-utils.{c,h}: + - (screenshooter_get_home_uri) simplify the function. + - (screenshooter_is_remote_uri) new function to detect remote uris. + + * lib/screenshooter-dialogs.c: + - (cb_progress_upload) new function to set the progress bar of the + transfer dialog. + - (cb_finished_upload) new function to report errors that could have + occurred during the transfer and to close the transfer dialog when + we are done. + - (cb_transfer_dialog_response) new function to allow a transfer to + be cancelled. + - (save_screenshot_to_local_path) new function to save a screenshot + to a local path. + - (save_screenshot_to_remote_location) new function to save a screenshot + to a remote place. It saves the screenshot to the temporary directory + and copies it to the remote location. A dialog shows the progress of + the transfer and offers to cancel it. + - (save_screenshot_to) new function to choose between one of the two + above save functions. + - (screenshooter_save_screenshot) rework the function to use the + functions listed above. + +2009-03-09 jeromeg + + Start porting the application to GIO. From now on, + sd->screenshot_dir is an URI to the save directory. + + * src/main.c (main): + - don't do anything before gtk is initialized. + - use a GFile for the default save directory. + - fallback to the home URI if the directory stored in preferences + does not exist anymore. + - use GIO for the command line argument. + - use xfce_err to show an error instead of g_error. + + * lib/screenshooter-actions.c: fallback to the home URI. + + * lib/screenshooter-utils.c: + - (screenshooter_read_rc_file) fallback to the home URI. + - (screenshooter_get_home_uri) new function to get the URI of the + home folder. + + * lib/screenshooter-utils.h: add he prototype of the new function. + + * lib/screenshooter-dialogs.c: + - (screenshooter_dialog_new) use uris in the gtk file chooser. + - (screenshooter_save_screenshot) use uris in the gtk file chooser. + - (cb_default_folder) get the uri instead of the file name. + - (generate_filename_for_uri) use GFiles instead of plain paths. + +2009-03-08 jeromeg + + Patch from Mike Massonnet. + + * lib/screenshooter-dialogs.c (screenshooter_dialog_new): + - use "Ok" and "Cancel" buttons to make the layout cleaner. + - do not display a separator to be consistent with other goodies. + - improve the label of the mouse check box. + - add a subtitile for the dialog. + - the dialog does not need to be resizable, widgets are not resized + dynamically. + - tweak the spacing of the delay spin button box. + +2009-03-08 jeromeg + + Now, when taking a region screenshot, the Escape key cancels everything. + + * lib/screenshooter-actions.c: don't do anything if the screenshot is + NULL. + * lib/screenshooter-utils.c: + - include the keysim header. + - (get_rectangle_screenshot): + + grab the keyboard. + + cancel the screenshot if escape is pressed. + + return NULL if the screenshot was cancelled. + +2009-03-08 jeromeg + + * lib/screenshooter-dialogs.c (screenshooter_dialog_new): add some + padding for the new check box to separate it from the radio button + group. + +2009-03-08 jeromeg + + * lib/screenshooter-dialogs.c: + - (screenshooter_dialog_new) Add a check box to show/hide the mouse + pointer on screenshots. + - (cb_show_mouse_toggled) Add the callback for this new check box. + +2009-03-08 jeromeg + + * lib/screenshooter-dialogs.c (screenshooter_dialog_new): + - try to make the UI a bit more intuitive by putting the directory + chooser on the same line as the radio button and by saying + in the save checkbox that it is possible to have no save dialog + displayed. + - Rename the "Take the screenshot" button to "Take" to decrease + the width of the dialog. + +2009-03-07 jeromeg + + * lib/screenshooter-dialogs.c: (screenshooter_dialog_new) make + the dialog more compact by removing the "Applications" label + and putting the combobox on the same line as the radio button. + +2009-03-07 jeromeg + + * src/main.c: add a CLI option not to capture the mouse pointer. + +2009-03-05 jeromeg + + * Fix a build problem caused by the bumping of the dependencies. + * lib/screenshooter-utils.c: + - (get_window_screenshot) add an argument to make the mouse capture optional. + - (screenshooter_take_screenshot) ditto + - read and save show_mouse in the configuration file. + - update the prototypes. + * lib/screenshooter-utils.h: + - add a show_mouse item to the ScreenshotData structure. + - update a prototype. + * lib/screenshooter-actions.c: use the new functions arguments. + +2009-02-26 jeromeg + + * Bump gtk required to 2.12. + * Bump glib required version to 2.16. + * Remove all previous ifdef. + + === 1.5.1 === + 2009-02-25 jeromeg - * Last minute bug fixes: - - plug a remaining leak. - - clean up the actions file. - - fix the hide option. + * Last minute bug fixes: + - plug a remaining leak. + - clean up the actions file. + - fix the hide option. 2009-02-25 jeromeg - * Bump the version number. - * Update NEWS. - * Update TODO. + * Bump the version number. + * Update NEWS. + * Update TODO. 2009-02-25 jeromeg - * lib/screenshooter-utils.c: - - (get_window_screenshot) also grab the mouse pointer. - - add some additional debugging information. + * lib/screenshooter-utils.c: + - (get_window_screenshot) also grab the mouse pointer. + - add some additional debugging information. 2009-02-22 jeromeg - * lib/screenshooter-dialogs.c: - (set_default_item) do not look up for a default item if the tree is empty. + * lib/screenshooter-dialogs.c: + (set_default_item) do not look up for a default item if the tree is empty. 2009-02-22 jeromeg - * lib/screenshooter-utils.c: add some additionnal debugging information. + * lib/screenshooter-utils.c: add some additionnal debugging information. 2009-02-22 jeromeg - * panel-plugin/: add some debugging information for the plugin. + * panel-plugin/: add some debugging information for the plugin. 2009-02-15 jeromeg - * docs/, po-docs/, po/: add Japanese documentation and update the - Japanese translation. (Hashimoto Masato) + * docs/, po-docs/, po/: add Japanese documentation and update the + Japanese translation. (Hashimoto Masato) 2009-02-15 jeromeg - * lib/screenshooter-actions.c: correctly set the active folder in the - file chooser, this is useful when using the -s cli option. Patch by - Enrico Tröger. + * lib/screenshooter-actions.c: correctly set the active folder in the + file chooser, this is useful when using the -s cli option. Patch by + Enrico Tröger. 2009-02-08 jeromeg - * configure.ac.in: add maintainer information about xml2po and - xsltproc. + * configure.ac.in: add maintainer information about xml2po and + xsltproc. 2009-02-08 jeromeg - * docs/, po-doc, configure.ac.in: add French documentation. + * docs/, po-doc, configure.ac.in: add French documentation. 2009-02-07 jeromeg - * docs, po-doc: implement a docbook based help file which is now - translatable through po files. Some bits are still missing. - * src/xfce4-screenshooter.desktop.in.in: don't use a verb in the title. + * docs, po-doc: implement a docbook based help file which is now + translatable through po files. Some bits are still missing. + * src/xfce4-screenshooter.desktop.in.in: don't use a verb in the title. 2009-02-03 jeromeg - * NEWS: updated. + * NEWS: updated. 2009-02-03 jeromeg - * src/main.c: try to fix build without GIO. + * src/main.c: try to fix build without GIO. 2009-02-01 jeromeg - * src/main.c: - - don't display the window again after taking a screenshot, this can - be annoying and/or surprising. - - remove a lot of unneeded white spaces. + * src/main.c: + - don't display the window again after taking a screenshot, this can + be annoying and/or surprising. + - remove a lot of unneeded white spaces. 2009-01-22 jeromeg - * src/main.c: fix a bug which dispalyed the header of the po files - when using --help on OpenBSD. - * po/: update po files, no string changes though. + * src/main.c: fix a bug which displayed the header of the po files + when using --help on OpenBSD. + * po/: update po files, no string changes though. 2009-01-18 jeromeg - * configure.ac.in: post release bump, add svn tag. + * configure.ac.in: post release bump, add svn tag. + + === 1.5.0 === 2009-01-18 jeromeg - * configure.ac.in: fix a typo in the version number. + * configure.ac.in: fix a typo in the version number. 2009-01-18 jeromeg - * NEWS: set version. - * configure.ac.in: get ready for a new release. - * xfce4-screenshooter.1: bump version. + * NEWS: set version. + * configure.ac.in: get ready for a new release. + * xfce4-screenshooter.1: bump version. 2009-01-13 jeromeg - * panel-plugin/screenshooter-plugin.c: - - (screenshooter_plugin_read_rc_file) plug a leak. - - (screenshooter_plugin_write_rc_file) plug a leak. - * NEWS: updated. + * panel-plugin/screenshooter-plugin.c: + - (screenshooter_plugin_read_rc_file) plug a leak. + - (screenshooter_plugin_write_rc_file) plug a leak. + * NEWS: updated. 2009-01-13 jeromeg - * Update NEWS and TODO. + * Update NEWS and TODO. 2009-01-13 jeromeg - Thanks to Jannis and Stephan for the C lesson ! + Thanks to Jannis and Stephan for the C lesson! - * lib/screenshooter-dialogs.c: (generate_filename_for_uri) rewritten - to avoid a memory leak on each step of the loop. - * lib/screenshooter-actions.c: remove two memory leaks. + * lib/screenshooter-dialogs.c: (generate_filename_for_uri) rewritten + to avoid a memory leak on each step of the loop. + * lib/screenshooter-actions.c: remove two memory leaks. 2009-01-09 - * src/xfce4-screenshooter.desktop.in.in, - panel-plugin/screenshooter.desktop.in.in: Fix a typo in the comment, - thanks to Per Kongstad (p_kongstad@op.pl). + * src/xfce4-screenshooter.desktop.in.in, + panel-plugin/screenshooter.desktop.in.in: Fix a typo in the comment, + thanks to Per Kongstad (p_kongstad@op.pl). 2009-01-08 - * Set svn:ignore properties correctly. + * Set svn:ignore properties correctly. 2009-01-08 - * configure.ac.in: improve the autotools stuff and print the debug - level when printing the configuration. + * configure.ac.in: improve the autotools stuff and print the debug + level when printing the configuration. 2009-01-05 - * Don't use -Werror. + * Don't use -Werror. 2009-01-05 - * NEWS: updated. - * TODO: updated. + * NEWS: updated. + * TODO: updated. 2009-01-05 - * doc/id: add Indonesian documentation by Andhika Padmawan. - * doc/fr, doc/C: fix the markup of a title in xfce4-screenshooter.html - * configure.ac.in: - - add id doc. - - set version number for next release. + * doc/id: add Indonesian documentation by Andhika Padmawan. + * doc/fr, doc/C: fix the markup of a title in xfce4-screenshooter.html + * configure.ac.in: + - add id doc. + - set version number for next release. 2009-01-02 - * Improve the compiler flags set. - * configure.ac.in: - - use @LINGUAS@ instead of copying things from po/LINGUAS manually. - - set debugging as full for svn snapshots. - * panel-plugin/screenshooter-plugin.c: directly use button instead of - pd->button. + * Improve the compiler flags set. + * configure.ac.in: + - use @LINGUAS@ instead of copying things from po/LINGUAS manually. + - set debugging as full for svn snapshots. + * panel-plugin/screenshooter-plugin.c: directly use button instead of + pd->button. 2009-01-02 - * Post release bump. - * Fix two compiler warnings. + * Post release bump. + * Fix two compiler warnings. + + === 1.4.90 === 2009-01-02 - * Get ready for 1.4.90: - - set version name - - update changelog - - bump xfce4-panel dependecy to 4.4 - - update README with the new website - - update copyrights for new year - - remove -Werror warning + * Get ready for 1.4.90: + - set version name + - update changelog + - bump xfce4-panel dependecy to 4.4 + - update README with the new website + - update copyrights for new year + - remove -Werror warning 2008-12-29 jeromeg - * Rename the application to xfce4 screenshooter in all places. + * Rename the application to xfce4 screenshooter in all places. 2008-12-29 jeromeg - * README: updated. + * README: updated. 2008-12-29 jeromeg - * Fix bug 4748: - - remove (cb_current_folder_changed). - - don't connect the signal in (screenshooter_save_screenshot). - * NEWS: updated. + * Fix bug 4748: + - remove (cb_current_folder_changed). + - don't connect the signal in (screenshooter_save_screenshot). + * NEWS: updated. 2008-12-28 jeromeg - * Fix a bunch of compilation warnings. + * Fix a bunch of compilation warnings. 2008-12-28 jeromeg - * lib/screenshooter-dialogs.c (screenshooter_dialog_new): improve a - tooltip. + * lib/screenshooter-dialogs.c (screenshooter_dialog_new): improve a + tooltip. 2008-12-28 jeromeg - * Rename "mode" into "region" and "RECTANGLE" into "SELECT". + * Rename "mode" into "region" and "RECTANGLE" into "SELECT". 2008-12-28 jeromeg - * NEWS: updated. + * NEWS: updated. 2008-12-28 jeromeg - * src/main.c: - - only read the preferences file once when using the application. - - check if the directory name stored in the preferences still exists - before trying to use it. - * lib/screenshooter-actions.c: set home as the default folder for the - file chooser, only use sd->screenshot_dir when we don't show the - save dialog. This should be more transparent for the user. + * src/main.c: + - only read the preferences file once when using the application. + - check if the directory name stored in the preferences still exists + before trying to use it. + * lib/screenshooter-actions.c: set home as the default folder for the + file chooser, only use sd->screenshot_dir when we don't show the + save dialog. This should be more transparent for the user. 2008-12-20 jeromeg - * NEWS: updated. - * doc/C: improve some details. + * NEWS: updated. + * doc/C: improve some details. 2008-12-20 jeromeg - * doc/{C,fr}/xfce4-screenshooter.html: update and improve the doc. + * doc/{C,fr}/xfce4-screenshooter.html: update and improve the doc. 2008-12-20 jeromeg - * xfce4-screenshooter.1: update the manpage. - * doc/C/xfce4-screenshooter.html: add the new CLI options to the - documentation. + * xfce4-screenshooter.1: update the manpage. + * doc/C/xfce4-screenshooter.html: add the new CLI options to the + documentation. 2008-12-20 jeromeg - * src/main.c: - - add a CLI option to open the screenshot with an application. - - add a CLI option to take the screenshot of a region. - - set a warning string as translatable. - - update the description of the CLI options. - - use screenshooter_take_and_output_screenshot + * src/main.c: + - add a CLI option to open the screenshot with an application. + - add a CLI option to take the screenshot of a region. + - set a warning string as translatable. + - update the description of the CLI options. + - use screenshooter_take_and_output_screenshot 2008-12-20 jeromeg - * src/main.c (cb_dialog_response): only sleep one second if mode is not - rectangular selection. + * src/main.c (cb_dialog_response): only sleep one second if mode is not + rectangular selection. 2008-12-20 jeromeg - * doc/C/images: update the screenshot. - * doc/C/xfce4-screenshooter.html: - - update with the new options - - apply a patch by David Mohr to improve some parts. + * doc/C/images: update the screenshot. + * doc/C/xfce4-screenshooter.html: + - update with the new options + - apply a patch by David Mohr to improve some parts. 2008-12-16 jeromeg - * Forgot to update the tooltip for the panel button... + * Forgot to update the tooltip for the panel button... 2008-12-16 jeromeg - * lib/screenshooter-dialogs.c (screenshooter_dialog_new): - - improve the tooltip for the "Select a region" - - split strings so that they are not too long, makes the code easier - to read. - * po/: update-po. + * lib/screenshooter-dialogs.c (screenshooter_dialog_new): + - improve the tooltip for the "Select a region" + - split strings so that they are not too long, makes the code easier + to read. + * po/: update-po. 2008-12-15 jeromeg - * lib/screenshooter-dialogs.c: - - (cb_fullscreen_screen_toggled) remove some obsolete code. - - (screenshooter_dialog_new) mark "Application:" as translatable. + * lib/screenshooter-dialogs.c: + - (cb_fullscreen_screen_toggled) remove some obsolete code. + - (screenshooter_dialog_new) mark "Application:" as translatable. 2008-12-14 jeromeg - * CONTRIBUTORS: updated. - * TODO: add some items. + * CONTRIBUTORS: updated. + * TODO: add some items. 2008-12-14 jeromeg - * lib/screenshooter-utils.c: (get_window_screenshot) don't crash when - we are in active window mode and NULL is returned as the active - window. The root window should not be unrefed ! + * lib/screenshooter-utils.c: (get_window_screenshot) don't crash when + we are in active window mode and NULL is returned as the active + window. The root window should not be unrefed ! 2008-12-13 jeromeg - * lib/screenshooter-dialogs.c: change a few strings. - * Update the desktop files. - * po/: update po. + * lib/screenshooter-dialogs.c: change a few strings. + * Update the desktop files. + * po/: update po. 2008-12-13 jeromeg - * lib/screenshooter-utils.{c,h}: add RECTANGLE mode, based on David - Collins patch. - * lib/screenshooter-dialogs.c: update the dialog for the new mode, - patch by David Collins. - * panel-plugin/screenshooter-plugin.c: update the tooltips for the new - mode. - * NEWS: updated. + * lib/screenshooter-utils.{c,h}: add RECTANGLE mode, based on David + Collins patch. + * lib/screenshooter-dialogs.c: update the dialog for the new mode, + patch by David Collins. + * panel-plugin/screenshooter-plugin.c: update the tooltips for the new + mode. + * NEWS: updated. 2008-12-12 jeromeg - * lib/screenshooter-dialogs.c: change a string and add a subtitle for - the preferences dialog of the plugin. - * panel-plugin/screenshooter.desktop.in.in: change the name of the - desktop file. + * lib/screenshooter-dialogs.c: change a string and add a subtitle for + the preferences dialog of the plugin. + * panel-plugin/screenshooter.desktop.in.in: change the name of the + desktop file. 2008-12-07 jeromeg - * doc/: improve the English and the French documentation. + * doc/: improve the English and the French documentation. 2008-12-07 jeromeg - * doc/C/: first try for the english doc completed. + * doc/C/: first try for the english doc completed. 2008-12-06 jeromeg - * doc/C/: Start english documentation + * doc/C/: Start english documentation 2008-12-06 jeromeg - * lib/screenshooter-dialogs.c: add help button to the dialog. - * src/main.c: rework the managing of the dialog response and a support - for the help button. - * panel-plugin/screenshooter-plugin.c: add support for help button. + * lib/screenshooter-dialogs.c: add help button to the dialog. + * src/main.c: rework the managing of the dialog response and a support + for the help button. + * panel-plugin/screenshooter-plugin.c: add support for help button. 2008-12-06 jeromeg - * doc/fr/: update the french translation. + * doc/fr/: update the french translation. 2008-12-06 jeromeg - * lib/screenshooter-dialogs.c: improve a few strings. + * lib/screenshooter-dialogs.c: improve a few strings. 2008-12-05 jeromeg - * doc/fr/xfce4-screenshooter.html: add the CLI options and the panel - plugin stuff. + * doc/fr/xfce4-screenshooter.html: add the CLI options and the panel + plugin stuff. 2008-12-05 jeromeg - * Add the autotools stuff to install the documentation. + * Add the autotools stuff to install the documentation. 2008-12-05 jeromeg - * po/fr.po: update French translation. - * doc/: initial draft of documentation. + * po/fr.po: update French translation. + * doc/: initial draft of documentation. 2008-12-04 jeromeg - * lib/screenshooter-utils.c: - - remove all X code, in particular find_toplevel_window. Instead, - use a combination of gdk_window_get_toplevel and - gdk_window_get_frame_extents. This should fix some remaining - crashes with "BadWindow" error. - - detect the area to screenshot after the delay, rather than before. - * src/main.c: add a comment. - * configure.ac.in: remove x11proto-core build dependency. - * NEWS: updated. + * lib/screenshooter-utils.c: + - remove all X code, in particular find_toplevel_window. Instead, + use a combination of gdk_window_get_toplevel and + gdk_window_get_frame_extents. This should fix some remaining + crashes with "BadWindow" error. + - detect the area to screenshot after the delay, rather than before. + * src/main.c: add a comment. + * configure.ac.in: remove x11proto-core build dependency. + * NEWS: updated. 2008-12-03 jeromeg - * lib/screenshooter-dialogs.c: ifdef the tooltips stuff, because it's - only available with gtk 2.12. + * lib/screenshooter-dialogs.c: ifdef the tooltips stuff, because it's + only available with gtk 2.12. 2008-12-01 jeromeg - * lib/screenshooter-dialogs.c: - - indent the code correctly. - - add some more detailed comments. - - show an error dialog when saving the screenshot failed. - * NEWS: updated. + * lib/screenshooter-dialogs.c: + - indent the code correctly. + - add some more detailed comments. + - show an error dialog when saving the screenshot failed. + * NEWS: updated. 2008-12-01 jeromeg - * lib/screenshooter-dialogs.c: use a custom button instead of the - stock ok button to be more precise on the action of this button. + * lib/screenshooter-dialogs.c: use a custom button instead of the + stock ok button to be more precise on the action of this button. 2008-12-01 jeromeg - * src/main.c: fix the saving of preferences when no screenshot has - been taken, the code to determine the save location remained in an - incorrect place. + * src/main.c: fix the saving of preferences when no screenshot has + been taken, the code to determine the save location remained in an + incorrect place. 2008-12-01 jeromeg - * src/main.c: check for GTK_RESPONSE_OK instead of something != - GTK_RESPONSE_CANCEL. - * lib/screenshooter-dialogs.c: - - (set_default_item) set first item as active if no item was found, - change the prototype. - - (screenshooter_dialog_new) use the new set_default_item, don't set - the first item as active without updating sd->app. Fixes the opening - of screenshots with the first item of the combobox. + * src/main.c: check for GTK_RESPONSE_OK instead of something != + GTK_RESPONSE_CANCEL. + * lib/screenshooter-dialogs.c: + - (set_default_item) set first item as active if no item was found, + change the prototype. + - (screenshooter_dialog_new) use the new set_default_item, don't set + the first item as active without updating sd->app. Fixes the opening + of screenshots with the first item of the combobox. 2008-12-01 jeromeg - * src/main.c: Show the dialog again after taking a screenshot, the - application is exited when the user presses the Cancel Button. + * src/main.c: Show the dialog again after taking a screenshot, the + application is exited when the user presses the Cancel Button. 2008-11-30 jeromeg - * Make a few strings consistent. + * Make a few strings consistent. 2008-11-30 jeromeg - * Update NEWS file. - * xfce4-screenshooter.1: remove preferences CLI option. + * Update NEWS file. + * xfce4-screenshooter.1: remove preferences CLI option. 2008-11-30 jeromeg - * src/main.c: - - remove preferences CLI option , the application can set the - default save folder now. - - fix the rc file mess. Use xfce_resource_lookup and - xfce_resource_save_location so that folders get created if they - don't exist. Thanks to Nick Schermer for helping. - * lib/screenshooter-utils.{c,h}: - - remove the dir_only option in (screenshooter_read_rc_file). - * lib/screenshooter-dialogs.{c,h}: - - remove (screenshooter_preferences_dialog). - *lib/screenshooter-actions.c: - - don't hardcode "/tmp", use g_get_tmp_dir () instead. - * panel-plugin/screenshooter-plugin.c: - - use new syntax for screenshooter_read_rc_file. + * src/main.c: + - remove preferences CLI option , the application can set the + default save folder now. + - fix the rc file mess. Use xfce_resource_lookup and + xfce_resource_save_location so that folders get created if they + don't exist. Thanks to Nick Schermer for helping. + * lib/screenshooter-utils.{c,h}: + - remove the dir_only option in (screenshooter_read_rc_file). + * lib/screenshooter-dialogs.{c,h}: + - remove (screenshooter_preferences_dialog). + * lib/screenshooter-actions.c: + - don't hardcode "/tmp", use g_get_tmp_dir () instead. + * panel-plugin/screenshooter-plugin.c: + - use new syntax for screenshooter_read_rc_file. 2008-11-28 jeromeg - * lib/screenshooter-dialogs.c: - - (cb_show_save_dialog_toggled) set show_save_dialog correctly. - - (screenshooter_dialog_new) initiate the checkbox correctly. + * lib/screenshooter-dialogs.c: + - (cb_show_save_dialog_toggled) set show_save_dialog correctly. + - (screenshooter_dialog_new) initiate the checkbox correctly. 2008-11-28 jeromeg - * Fix the ChangeLog encoding. - * lib/screenshooter-dialogs.c: - - remove a prototype that was not used. - - (screenshooter_dialog_new): - + add some tooltips. - + also show the save box for the application. - + fix the default state of some widgets as suggested by David - Collins. + * Fix the ChangeLog encoding. + * lib/screenshooter-dialogs.c: + - remove a prototype that was not used. + - (screenshooter_dialog_new): + + add some tooltips. + + also show the save box for the application. + + fix the default state of some widgets as suggested by David + Collins. 2008-11-25 jeromeg - * lib/screenshooter-dialogs.c: - - merge the save checkbox and the default save location filechooser - to a single line. - - remove some unused variables. - * panel-plugin/screenshooter-plugin.c: update the tooltips. + * lib/screenshooter-dialogs.c: + - merge the save checkbox and the default save location filechooser + to a single line. + - remove some unused variables. + * panel-plugin/screenshooter-plugin.c: update the tooltips. 2008-11-25 jeromeg - * lib/screenshooter-dialogs.c: - - improve the dialog. - - improve some strings. + * lib/screenshooter-dialogs.c: + - improve the dialog. + - improve some strings. 2008-11-25 jeromeg - * lib/screenshooter-dialogs.c: - - set icon size to 16 for the combobox. - - add (cb_save_toggled_sensi) to set to items insensitive - when not toggled. Add callback using this function. - - improve indentation. - - improve the paddings of the layout a little bit. - - put the default save location before the checkbox. - - select the first item of the combobox when creating it. + * lib/screenshooter-dialogs.c: + - set icon size to 16 for the combobox. + - add (cb_save_toggled_sensi) to set to items insensitive + when not toggled. Add callback using this function. + - improve indentation. + - improve the paddings of the layout a little bit. + - put the default save location before the checkbox. + - select the first item of the combobox when creating it. 2008-11-24 jeromeg - * CONTRIBUTORS: - - create a contributors list. - - add David Collins. + * CONTRIBUTORS: + - create a contributors list. + - add David Collins. 2008-11-24 jeromeg - * lib/screenshooter-utils.c: - - re-add "none" application, fixes the segfault in the plugin - dialog. - * lib/screenshooter-dialogs.c (screenshooter_dialog_new): - - add a "Application:" label. - - Improve the layout. - - the "Default save location" label should not be bold. + * lib/screenshooter-utils.c: + - re-add "none" application, fixes the segfault in the plugin + dialog. + * lib/screenshooter-dialogs.c (screenshooter_dialog_new): + - add a "Application:" label. + - Improve the layout. + - the "Default save location" label should not be bold. 2008-11-23 jeromeg - * lib/screenshooter-actions.c: fix Open with mode. - * lib/screenshooter-dialogs.c: - - Start to rewrite the dialog code on the basis of a patch by David - Collins. - - Remove frames. - - Add alignments. - - Add copy to clipboard function. - - The layout still needs to be tweaked. - - The dialog for the plugin crashes at the moment, I'll fix this - later. + * lib/screenshooter-actions.c: fix Open with mode. + * lib/screenshooter-dialogs.c: + - Start to rewrite the dialog code on the basis of a patch by David + Collins. + - Remove frames. + - Add alignments. + - Add copy to clipboard function. + - The layout still needs to be tweaked. + - The dialog for the plugin crashes at the moment, I'll fix this + later. 2008-11-22 jeromeg - * lib/screenshooter-utils.{c,h}: - - fix includes - - cleanup prototypes - - (screenshooter_copy_to_clipboard) Partially apply a patch by - David Collins to add copying to clipboard possibility. - - add post screenshot actions in the ScreenshotData struct, in - (screenshooter_read_rc_file) and in (screenshooter_write_rc_file) - (Patch by David Collins). - - remove all references to "none" application. - * lib/screenshooter-dialogs.{c,h}: - - remove all references to none application. - - remove (cb_combo_active_item_set_sensitive). - - remove "none" item from (add_item). - * lib/screenshooter-actions.{c,h}: - - added to manage post screenshot actions. - * lib/Mafile.am: add new source files. - * lib/libscreenshooter.h: include screenshooter-actions.h. - * src/main.c, panel-plugin/screenshooter-plugin.c: - - use (screenshooter_take_and_output_screenshot). + * lib/screenshooter-utils.{c,h}: + - fix includes + - cleanup prototypes + - (screenshooter_copy_to_clipboard) Partially apply a patch by + David Collins to add copying to clipboard possibility. + - add post screenshot actions in the ScreenshotData struct, in + (screenshooter_read_rc_file) and in (screenshooter_write_rc_file) + (Patch by David Collins). + - remove all references to "none" application. + * lib/screenshooter-dialogs.{c,h}: + - remove all references to none application. + - remove (cb_combo_active_item_set_sensitive). + - remove "none" item from (add_item). + * lib/screenshooter-actions.{c,h}: + - added to manage post screenshot actions. + * lib/Mafile.am: add new source files. + * lib/libscreenshooter.h: include screenshooter-actions.h. + * src/main.c, panel-plugin/screenshooter-plugin.c: + - use (screenshooter_take_and_output_screenshot). 2008-11-16 jeromeg - * lib/screenshooter-utils.c, lib/screenshooter-dialogs.c - - update some code comments. - - move (screenshooter_save_screenshot) to the dialogs file. - - move (generate_filename_for_uri) and the callbacks to the dialogs - file. + * lib/screenshooter-utils.c, lib/screenshooter-dialogs.c + - update some code comments. + - move (screenshooter_save_screenshot) to the dialogs file. + - move (generate_filename_for_uri) and the callbacks to the dialogs + file. 2008-11-16 jeromeg - * lib/screenshooter-utils.c: - - fix indentation in some places. - - Update the code comments. - - (get_active_window) move the active window detection here. - - (get_window_screenshot) move the screenshot grabbing of windows - here. - - (screenshooter_take_screenshot) use the two functions above. + * lib/screenshooter-utils.c: + - fix indentation in some places. + - Update the code comments. + - (get_active_window) move the active window detection here. + - (get_window_screenshot) move the screenshot grabbing of windows + here. + - (screenshooter_take_screenshot) use the two functions above. 2008-11-15 jeromeg - * lib/screenshooter-utils.c: - - (screenshooter_take_screenshot) Use gnome-screenshot technic, - grab the screenshot on the root window, to also take things such - as menus. + * lib/screenshooter-utils.c: + - (screenshooter_take_screenshot) Use gnome-screenshot technic, + grab the screenshot on the root window, to also take things such + as menus. 2008-11-15 jeromeg - * po/: update-po. + * po/: update-po. 2008-11-15 jeromeg - * Review strings in desktop files and source files. - * Add -Werror again. - * src/main.c: Use "V" for version, instead of "v". - * configure.ac.in: set version to 1.4.0.1. + * Review strings in desktop files and source files. + * Add -Werror again. + * src/main.c: Use "V" for version, instead of "v". + * configure.ac.in: set version to 1.4.0.1. 2008-11-15 jeromeg - * Post release bump. + * Post release bump. === Version 1.4.0 === 2008-11-15 jeromeg - * Get ready for 1.4.0 release. + * Get ready for 1.4.0 release. 2008-11-15 jeromeg - * configure.ac.in: bump version. - * src/Makefile.am, lib/Makefile.am, panel-plugin/Makefile.am: - - Remove -Werror. - * lib/screenshooter-dialogs.c: - - (screenshooter_dialog_new) fix build with --disable-maintainer-mode. + * configure.ac.in: bump version. + * src/Makefile.am, lib/Makefile.am, panel-plugin/Makefile.am: + - Remove -Werror. + * lib/screenshooter-dialogs.c: + - (screenshooter_dialog_new) fix build with --disable-maintainer-mode. - === 1.3.9.3 === + === 1.3.9.3 === 2008-11-14 jeromeg - * Prepare another release candidate... + * Prepare another release candidate... 2008-11-14 jeromeg - * lib/screenshooter-utils.c: fix build on some configurations. + * lib/screenshooter-utils.c: fix build on some configurations. 2008-11-13 jeromeg - * Post release bump + * Post release bump - === 1.3.9.2 === + === 1.3.9.2 === 2008-11-13 jeromeg - * src/main.c: - - (main) destroy the widget instead of hiding it. - - (main) set the dialog window type hint. + * src/main.c: + - (main) destroy the widget instead of hiding it. + - (main) set the dialog window type hint. 2008-11-12 jeromeg - * lib/screenshooter-dialogs.c - - (cb_combo_active_item_set_sensitive) add to make save_button insensitive - when an application is selected. - - (screenshooter_dialog_new) add a callback to the function above, set the - sensitiveness when creating the checkbox. + * lib/screenshooter-dialogs.c + - (cb_combo_active_item_set_sensitive) add to make save_button insensitive + when an application is selected. + - (screenshooter_dialog_new) add a callback to the function above, set the + sensitiveness when creating the checkbox. 2008-11-12 jeromeg - * lib/screenshooter-utils.c: - - (screenshooter_take_screenshot) rework the window grabbing to try to fix - bug 4601. - * src/main.c (main) try to fix 4601: - - hide the dialog instead of destroying it. - - sync the display before taking the screenshot. - - ugly, wait 1 second before taking the screenshot. + * lib/screenshooter-utils.c: + - (screenshooter_take_screenshot) rework the window grabbing to try to fix + bug 4601. + * src/main.c (main) try to fix 4601: + - hide the dialog instead of destroying it. + - sync the display before taking the screenshot. + - ugly, wait 1 second before taking the screenshot. 2008-11-09 jeromeg - * Post release bump. - * NEWS: add a missing item. + * Post release bump. + * NEWS: add a missing item. - === 1.3.9.1 === + === 1.3.9.1 === 2008-11-09 jeromeg - * configure.ac.in : get ready for 1.3.9.1. - * xfce4-screenshooter.1: bump version number. + * configure.ac.in : get ready for 1.3.9.1. + * xfce4-screenshooter.1: bump version number. 2008-11-05 jeromeg - * lib/screenshooter-dialogs.c (add_item): - - Move the detection of the icon theme out of the if-else. - - Fallback to the "exec" icon if no icon was found for an application. + * lib/screenshooter-dialogs.c (add_item): + - Move the detection of the icon theme out of the if-else. + - Fallback to the "exec" icon if no icon was found for an application. 2008-11-05 jeromeg - * src/main.c, panel-plugin/screenshooter-plugin.c: - - If no application is selected to open the screenshots, show the save - dialog as usual. If an application is selected, save the screenshot in - /tmp without showing the save dialog, and open it with the application. - The user will then be able to do what he wants to do with the picture, and - to save it where he wants using the application. - - don't leak screenshot_path when GIO is not present on the system. - * NEWS: updated + * src/main.c, panel-plugin/screenshooter-plugin.c: + - If no application is selected to open the screenshots, show the save + dialog as usual. If an application is selected, save the screenshot in + /tmp without showing the save dialog, and open it with the application. + The user will then be able to do what he wants to do with the picture, and + to save it where he wants using the application. + - don't leak screenshot_path when GIO is not present on the system. + * NEWS: updated 2008-11-05 jeromeg - * Add svn tag. - * Fix the version mess. - * lib/screenshooter-utils.c: - - (screenshooter_read_rc_file) apply a patch by Enrico Troger to fix a - crash. - * lib/screenshooter-dialogs.c: - - plug a leak in (cb_default_folder) and in (cb_combo_active_item_changed). + * Add svn tag. + * Fix the version mess. + * lib/screenshooter-utils.c: + - (screenshooter_read_rc_file) apply a patch by Enrico Troger to fix a + crash. + * lib/screenshooter-dialogs.c: + - plug a leak in (cb_default_folder) and in (cb_combo_active_item_changed). - === 1.3.9.0 === + === 1.3.9.0 === 2008-11-04 jeromeg - * Fix make distcheck. - * Update-po. - * Get ready for a beta release. + * Fix make distcheck. + * Update-po. + * Get ready for a beta release. 2008-11-04 jeromeg - * Make sure that all the open with stuff is ifdef'ed. + * Make sure that all the open with stuff is ifdef'ed. 2008-11-04 jeromeg - * Add missing comments in the code and improve indentation in some places. + * Add missing comments in the code and improve indentation in some places. 2008-11-03 jeromeg - * configure.ac.in: Display build options. - * lib/screenshooter-dialog.c: - - (cb_combo_active_item_changed) Fix prototype and do not free sd->app as it - makes the plugin segfault. - * lib/screenshooter-utils.c: - - (screenshooter_open_screenshot) Display the error with xfce_err if any. - * src/main.c: free sd->app when exiting. - * panel-plugin/screenshooter-plugin.c: - - (free_data) free sd->app when exiting. - - (cb_button_clicked) implement open with stuff. - * TODO: updated. + * configure.ac.in: Display build options. + * lib/screenshooter-dialog.c: + - (cb_combo_active_item_changed) Fix prototype and do not free sd->app as it + makes the plugin segfault. + * lib/screenshooter-utils.c: + - (screenshooter_open_screenshot) Display the error with xfce_err if any. + * src/main.c: free sd->app when exiting. + * panel-plugin/screenshooter-plugin.c: + - (free_data) free sd->app when exiting. + - (cb_button_clicked) implement open with stuff. + * TODO: updated. 2008-11-03 jeromeg - * TODO: updated. - * lib/screenshooter-utils.h: add define for default application. - * lib/screenshooter-utils.c: - - (screenshooter_read_rc_file) read the default application. - - (screenshooter_write_rc_file) write the default application. - - (screenshooter_open_screenshot) only open if app != "none". - * lib/screenshooter-dialogs.c: - - add a define for icon size. - - (set_default_item) added to select the correct item of the combobox when - displaying the interface. - - (add_item) use the icon size define. - - (populate_liststore) add the "none" item on the top of the liststore. - - (screenshooter_dialog_new) add a call to set_default_item. + * TODO: updated. + * lib/screenshooter-utils.h: add define for default application. + * lib/screenshooter-utils.c: + - (screenshooter_read_rc_file) read the default application. + - (screenshooter_write_rc_file) write the default application. + - (screenshooter_open_screenshot) only open if app != "none". + * lib/screenshooter-dialogs.c: + - add a define for icon size. + - (set_default_item) added to select the correct item of the combobox when + displaying the interface. + - (add_item) use the icon size define. + - (populate_liststore) add the "none" item on the top of the liststore. + - (screenshooter_dialog_new) add a call to set_default_item. 2008-11-02 jeromeg - * lib/screenshooter-dialogs.c: - - (cb_combo_active_item_changed) free sd->app before setting the new value. - - (add_item) free path, unref file and icon, correctly free names. + * lib/screenshooter-dialogs.c: + - (cb_combo_active_item_changed) free sd->app before setting the new value. + - (add_item) free path, unref file and icon, correctly free names. 2008-11-01 jeromeg - * lib/screenshooter-dialogs.c, Implement the Open with stuff: - - add (cb_combo_active_item_changed), (add_item) and (populate_liststore) - to manage the combobox stuff. - - (screenshooter_dialog_new): add the combobox and set signals. - * Only build the open with stuff if gio is available. + * lib/screenshooter-dialogs.c, Implement the Open with stuff: + - add (cb_combo_active_item_changed), (add_item) and (populate_liststore) + to manage the combobox stuff. + - (screenshooter_dialog_new): add the combobox and set signals. + * Only build the open with stuff if gio is available. 2008-10-28 jeromeg - * lib/screenshooter-utils.{c,h}: - - modify (screenshooter_save_screenshot) so that it returns the save - location. - - start implementing (screenshooter_open_screenshot) to open screenshots - with a given application. - * src/main.c: - - if an application has been chosen, open the screenshot after taking it. + * lib/screenshooter-utils.{c,h}: + - modify (screenshooter_save_screenshot) so that it returns the save + location. + - start implementing (screenshooter_open_screenshot) to open screenshots + with a given application. + * src/main.c: + - if an application has been chosen, open the screenshot after taking it. 2008-10-28 jeromeg - * lib/screenshooter-utils.{c,h}: add the "screenshooter_" prefix before - (take_screenshot) and (save_screenshot). - * src/main.c: use the new function names in (main). - * panel-plugin/screenshooter-plugin.c: - - use new function names. - - add a missing prototype. - - clean the indentation of prototypes. - - add a "cb_" before all callback functions names. - - use a "screenshooter_plugin_" prefix for other functions. + * lib/screenshooter-utils.{c,h}: add the "screenshooter_" prefix before + (take_screenshot) and (save_screenshot). + * src/main.c: use the new function names in (main). + * panel-plugin/screenshooter-plugin.c: + - use new function names. + - add a missing prototype. + - clean the indentation of prototypes. + - add a "cb_" before all callback functions names. + - use a "screenshooter_plugin_" prefix for other functions. 2008-10-28 jeromeg - * src/xfce4-screenshooter.desktop.in.in: change the item name. - * po/: - - update-po. - - update French translation. + * src/xfce4-screenshooter.desktop.in.in: change the item name. + * po/: + - update-po. + - update French translation. 2008-10-22 jeromeg - * Reorganisation of the code structure: - - move the generic code to /lib - - move the panel stuff to /panel-plugin/ - - keep the main application in /src - * /lib/screenshooter-utils.{c,h} : - - move the preferences file stuff here. - * /src/main.c: save the button's state and load it on startup. + * Reorganisation of the code structure: + - move the generic code to /lib + - move the panel stuff to /panel-plugin/ + - keep the main application in /src + * lib/screenshooter-utils.{c,h} : + - move the preferences file stuff here. + * src/main.c: save the button's state and load it on startup. 2008-10-18 jeromeg - * src/Makefile.am: install desktop file for the main application. - * src/xfce4-screenshooter.desktop.in.in: desktop file for main application. + * src/Makefile.am: install desktop file for the main application. + * src/xfce4-screenshooter.desktop.in.in: desktop file for main application. 2008-10-15 jeromeg - * src/main.c: destroy the dialog before taking the screenshot of the active - window, we don't want to get a screenshot of the dialog... - * src/screenshooter-dialogs.c: don't show the save options and the default - folder chooser for the main application. - * src/screenshooter-utils.c: don't leak GdkWindows when falling back to - fullscreen. + * src/main.c: destroy the dialog before taking the screenshot of the active + window, we don't want to get a screenshot of the dialog... + * src/screenshooter-dialogs.c: don't show the save options and the default + folder chooser for the main application. + * src/screenshooter-utils.c: don't leak GdkWindows when falling back to + fullscreen. 2008-10-12 jeromeg - * src/screenshooter-dialogs.{c,h} - - (screenshooter_dialog_new) Add an argument to create the preferences - dialog for the plugin. - - add prototypes for internal functions. - * src/screenshooter-plugin.c: - - (screenshot_properties_dialog) Use the code from screenshooter-dialogs.c. - - remove all the obsolete callbacks. - * src/main.c: - - (main) Use new arguments for screenshooter_dialog_new. - - (main) Don't declare variables in the middle of a block. - * src/screenshooter-utils.{c,h}: fix various indentation incoherences. - * src/Makefile.am: - - Add screenshooter-dialogs.{c,h} to the plugin source. + * src/screenshooter-dialogs.{c,h} + - (screenshooter_dialog_new) Add an argument to create the preferences + dialog for the plugin. + - add prototypes for internal functions. + * src/screenshooter-plugin.c: + - (screenshot_properties_dialog) Use the code from screenshooter-dialogs.c. + - remove all the obsolete callbacks. + * src/main.c: + - (main) Use new arguments for screenshooter_dialog_new. + - (main) Don't declare variables in the middle of a block. + * src/screenshooter-utils.{c,h}: fix various indentation incoherences. + * src/Makefile.am: + - Add screenshooter-dialogs.{c,h} to the plugin source. 2008-10-12 jeromeg - * src/screenshooter-dialogs.{c,h}: - - new file to handle the different dialogs. - * src/main.c: - - include screenshooter-dialogs.h - - (main) move the dialog for the preferred directory to - screenshooter-dialogs.c - - (main) if no CLI option is given, show a dialog to set options and take a - screenshot. - * src/screenshooter-plugin.c: fix indentation of a function. - * configure.ac.in: - - hardcode the dependence on libxfcegui4. - - add japanese to the list of translations. - * src/Makefile.am: add libxfcegui4 flags. - * NEWS: updated. + * src/screenshooter-dialogs.{c,h}: + - new file to handle the different dialogs. + * src/main.c: + - include screenshooter-dialogs.h + - (main) move the dialog for the preferred directory to + screenshooter-dialogs.c + - (main) if no CLI option is given, show a dialog to set options and take a + screenshot. + * src/screenshooter-plugin.c: fix indentation of a function. + * configure.ac.in: + - hardcode the dependence on libxfcegui4. + - add japanese to the list of translations. + * src/Makefile.am: add libxfcegui4 flags. + * NEWS: updated. 2008-10-05 jeromeg - * NEWS: updated. - * src/main.c: add a fullscreen CLI option, the goal is to provide an interface - to take a screenshot with chosen option when calling the executable without - any cli options. - * xfce4-screenshooter.1: add new CLI option. + * NEWS: updated. + * src/main.c: add a fullscreen CLI option, the goal is to provide an interface + to take a screenshot with chosen option when calling the executable without + any cli options. + * xfce4-screenshooter.1: add new CLI option. 2008-10-05 jeromeg - * NEWS: updated and fixed identation. - * configure.ac.in: added the new translations. + * NEWS: updated and fixed identation. + * configure.ac.in: added the new translations. 2008-10-05 jeromeg - * Plug some leaks detected by Gauvain Pocentek: - - src/main.c: in (main), free sd->screenshot_dir before setting the new - value from command line. - - src/screenshooter-utils.c: in (save_screenshot), free filename before - getting the user set filename. + * Plug some leaks detected by Gauvain Pocentek: + - src/main.c: in (main), free sd->screenshot_dir before setting the new + value from command line. + - src/screenshooter-utils.c: in (save_screenshot), free filename before + getting the user set filename. 2008-10-04 jeromeg - * Partially refactor the code: - - screenshooter-utils.{c,h}: - - simplify some variable names. - - use an enum for screenshot modes. - - (take_screenshot) and (save_screenshot) do not depend anymore on the - backend. - - main.c: - - updated to use the new functions and structs' variables. - - move some code from (main) to (screenshooter_preferences_dialog). - - screenshooter-plugin.c: - - updated to use the new functions and structs' variables. - - use cb_ callbacks names rather than funky ones. + * Partially refactor the code: + - screenshooter-utils.{c,h}: + - simplify some variable names. + - use an enum for screenshot modes. + - (take_screenshot) and (save_screenshot) do not depend anymore on the + backend. + - main.c: + - updated to use the new functions and structs' variables. + - move some code from (main) to (screenshooter_preferences_dialog). + - screenshooter-plugin.c: + - updated to use the new functions and structs' variables. + - use cb_ callbacks names rather than funky ones. 2008-10-02 jeromeg - * src/screenshooter-utils.c: in (take_screenshot), don't crash when taking a - screenshot of of the desktop when xfdesktop does not display desktop icons, - null pointer... - * NEWS: updated. + * src/screenshooter-utils.c: in (take_screenshot), don't crash when taking a + screenshot of of the desktop when xfdesktop does not display desktop icons, + null pointer... + * NEWS: updated. 2008-09-20 jeromeg - * src/main.c: - - (main) plug some leaks with the dir and screenshot_dir. - - (main) don't use screenshot_dir to store the dirname, it should be done - with sd->screenshot_dir. - * NEWS: updated. + * src/main.c: + - (main) plug some leaks with the dir and screenshot_dir. + - (main) don't use screenshot_dir to store the dirname, it should be done + with sd->screenshot_dir. + * NEWS: updated. 2008-09-19 jeromeg - * icons/*: add some default icons for the applet taken from the Rodent icon - theme. - * configure.ac.in: updated to generate makefiles for icons. - * AUTHORS: add credit to the Rodent icon theme, not sure it's the right place - to do so, but it's better than nothing. - * NEWS: updated. + * icons/*: add some default icons for the applet taken from the Rodent icon + theme. + * configure.ac.in: updated to generate makefiles for icons. + * AUTHORS: add credit to the Rodent icon theme, not sure it's the right place + to do so, but it's better than nothing. + * NEWS: updated. 2008-09-14 jeromeg - * src/{main.c, screenshooter-utils.c}: Use applets-screenshooter icon for - preferences dialog and save dialog. - * NEWS : updated. + * src/{main.c, screenshooter-utils.c}: Use applets-screenshooter icon for + preferences dialog and save dialog. + * NEWS : updated. 2008-08-23 jeromeg - * configure.ac.in: post release bump. + * configure.ac.in: post release bump. 2008-08-23 jeromeg - === 1.3.2 === + === 1.3.2 === - * src/screenshooter-utils.c: - - (cb_current_folder_changed): new function to update the filename. - - (save_screenshot): updated to use cb_current_folder_changed. - * NEWS: updated. - * configure.ac.in: get ready for new release. + * src/screenshooter-utils.c: + - (cb_current_folder_changed): new function to update the filename. + - (save_screenshot): updated to use cb_current_folder_changed. + * NEWS: updated. + * configure.ac.in: get ready for new release. 2008-08-19 jeromeg - * src/*: use a #define to set the default save directory. + * src/*: use a #define to set the default save directory. 2008-08-19 jeromeg - * src/*: - - comment all code - - clean identation - - plug some leaks of GdkPixbuf. - * NEWS: updated. + * src/*: + - comment all code + - clean identation + - plug some leaks of GdkPixbuf. + * NEWS: updated. 2008-08-16 jeromeg - * xfce4-screenshooter.1: bump version for future release. - * configure.ac.in: ditto. - * src/Makefile.am: build with -Werror - * NEWS: updated. + * xfce4-screenshooter.1: bump version for future release. + * configure.ac.in: ditto. + * src/Makefile.am: build with -Werror + * NEWS: updated. 2008-08-16 jeromeg - * src/screenshooter-utils.c: - - do not g_free screenshot_dir when reading conf file, as we need it after. - - improve identation. + * src/screenshooter-utils.c: + - do not g_free screenshot_dir when reading conf file, as we need it after. + - improve identation. 2008-08-16 jeromeg - * src/screenshooter-utils.c: - - ported to use mostly gdk functions. - - BUGFIX: when the active window is the desktop, instead of returning a - corrupted snapshot of the background image, return the whole desktop view. - - drop get_window_property and screenshot_find_active_window which are now - useless. - - improve indentation of code. - * src/screenshooter-utils.h: - - remove some useless #includes. - * configure.ac.in: add svn tag that I had forgotten. - * NEWS: updated. + * src/screenshooter-utils.c: + - ported to use mostly gdk functions. + - BUGFIX: when the active window is the desktop, instead of returning a + corrupted snapshot of the background image, return the whole desktop view. + - drop get_window_property and screenshot_find_active_window which are now + useless. + - improve indentation of code. + * src/screenshooter-utils.h: + - remove some useless #includes. + * configure.ac.in: add svn tag that I had forgotten. + * NEWS: updated. 2008-08-15 jeromeg - * src/screenshooter-plugin.c: - - improve indentation. - - use tooltips if gtk >= 2.12 - * NEWS: updated. + * src/screenshooter-plugin.c: + - improve indentation. + - use tooltips if gtk >= 2.12 + * NEWS: updated. 2008-08-15 jeromeg - * src/*: plug a LOT of stupid leaks ! + * src/*: plug a LOT of stupid leaks ! 2008-07-17 jeromeg - === 1.3.1 === + === 1.3.1 === - * NEWS: updated. - * configure.ac.in: get ready for new realease. + * NEWS: updated. + * configure.ac.in: get ready for new realease. 2008-07-16 jeromeg - * src/main.c: g_build_filename should be NULL terminated ! Fixes the warning. + * src/main.c: g_build_filename should be NULL terminated ! Fixes the warning. 2008-07-16 jeromeg - * src/main.c: partially fix -s switch when using relative path. An obscure - warning "Error stating file..." is still shown but it should work fine. + * src/main.c: partially fix -s switch when using relative path. An obscure + warning "Error stating file..." is still shown but it should work fine. 2008-07-15 jeromeg - * src/main.c: revert one of the last change which does not work. + * src/main.c: revert one of the last change which does not work. 2008-07-15 jeromeg - === 1.3.0 === + === 1.3.0 === - * NEWS, README: updated. - * configure.ac.in: get ready for new release. - * xfce4-screenshooter.1: update version. + * NEWS, README: updated. + * configure.ac.in: get ready for new release. + * xfce4-screenshooter.1: update version. 2008-07-11 jeromeg - * src/main.c: - - add a CLI option to set the directory where screenshots are saved. - - add a CLI option and a rc file to save a default save folder using a dialog. - * src/screenshooter-utils.c: do not show full filename in save dialog. - * xfce4-screenshooter.1: update manpage for the new CLI options. + * src/main.c: + - add a CLI option to set the directory where screenshots are saved. + - add a CLI option and a rc file to save a default save folder using a dialog. + * src/screenshooter-utils.c: do not show full filename in save dialog. + * xfce4-screenshooter.1: update manpage for the new CLI options. 2008-07-09 jeromeg - * src/*: remove obsolete copyrights. - * src/screenshooter-utils.{c,h}: - - move the ScreenshotData structure here. - - port take_screenshot to use ScreenshotData. - - write a generic save_screenshot function using ScreenshotData. - - BUGFIX: generate_filename_for_uri now outputs the whole filename with - its base. Fixes saving of screenshots without showing the save dialog. - * src/screenshooter-plugin.c: - - ported to use the new code. - - remove some obsolete code. - * main.c: - - port code to use ScreenshotData. - - add a CLI option to save screenshots without showing a save dialog. - * autogen.sh, configure.ac.in: remove some useless things, update a few others. - * xfce4-screenshooter.1: update manpage for the new CLI option. - * screenshooter.desktop.in.in: remove deprecated encoding key. + * src/*: remove obsolete copyrights. + * src/screenshooter-utils.{c,h}: + - move the ScreenshotData structure here. + - port take_screenshot to use ScreenshotData. + - write a generic save_screenshot function using ScreenshotData. + - BUGFIX: generate_filename_for_uri now outputs the whole filename with + its base. Fixes saving of screenshots without showing the save dialog. + * src/screenshooter-plugin.c: + - ported to use the new code. + - remove some obsolete code. + * main.c: + - port code to use ScreenshotData. + - add a CLI option to save screenshots without showing a save dialog. + * autogen.sh, configure.ac.in: remove some useless things, update a few others. + * xfce4-screenshooter.1: update manpage for the new CLI option. + * screenshooter.desktop.in.in: remove deprecated encoding key. 2008-07-08 jeromeg - * src/screenshooter-plugin.c: - - separate screenshot data and plugin data. - - port code to use the two different structures. - - fix some resulting crashes. + * src/screenshooter-plugin.c: + - separate screenshot data and plugin data. + - port code to use the two different structures. + - fix some resulting crashes. 2008-07-05 jeromeg @@ -995,9 +1632,9 @@ === 1.2.0 === - * NEWS, README: updated for new release. - * configure.ac: remove svn tag, fix the manpage stuff to have make distcheck - working. + * NEWS, README: updated for new release. + * configure.ac: remove svn tag, fix the manpage stuff to have make distcheck + working. 2008-06-27 jeromeg diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/config.h.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/config.h.in --- xfce4-screenshooter-1.5.1/config.h.in 2009-02-25 09:56:11.000000000 +0000 +++ xfce4-screenshooter-1.6.0/config.h.in 2009-06-14 15:29:11.000000000 +0100 @@ -15,6 +15,9 @@ /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #undef HAVE_BIND_TEXTDOMAIN_CODESET +/* Define if libcurl >= 7 present */ +#undef HAVE_CURL + /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT @@ -24,9 +27,6 @@ /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT -/* Define if gio-2.0 >= 2.16 present */ -#undef HAVE_GIO - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -60,6 +60,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Xmlrpc-c was found on the system */ +#undef HAVE_XMLRPC + /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/configure /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/configure --- xfce4-screenshooter-1.5.1/configure 2009-02-25 09:56:16.000000000 +0000 +++ xfce4-screenshooter-1.6.0/configure 2009-06-14 15:27:28.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for xfce4-screenshooter 1.5.1. +# Generated by GNU Autoconf 2.61 for xfce4-screenshooter 1.6.0. # # Report bugs to . # @@ -723,8 +723,8 @@ # Identity of this package. PACKAGE_NAME='xfce4-screenshooter' PACKAGE_TARNAME='xfce4-screenshooter' -PACKAGE_VERSION='1.5.1' -PACKAGE_STRING='xfce4-screenshooter 1.5.1' +PACKAGE_VERSION='1.6.0' +PACKAGE_STRING='xfce4-screenshooter 1.6.0' PACKAGE_BUGREPORT='http://bugzilla.xfce.org/' # Factoring default headers for most tests. @@ -911,6 +911,10 @@ LIBXFCEGUI4_CFLAGS LIBXFCEGUI4_LIBS LIBXFCEGUI4_REQUIRED_VERSION +GTHREAD_VERSION +GTHREAD_CFLAGS +GTHREAD_LIBS +GTHREAD_REQUIRED_VERSION GTK_VERSION GTK_CFLAGS GTK_LIBS @@ -919,12 +923,17 @@ GLIB_CFLAGS GLIB_LIBS GLIB_REQUIRED_VERSION -GIO_VERSION -GIO_CFLAGS -GIO_LIBS -GIO_REQUIRED_VERSION -HAVE_GIO_TRUE -HAVE_GIO_FALSE +CURL_VERSION +CURL_CFLAGS +CURL_LIBS +CURL_REQUIRED_VERSION +HAVE_CURL_TRUE +HAVE_CURL_FALSE +XMLRPC_CONFIG +HAVE_XMLRPC_TRUE +HAVE_XMLRPC_FALSE +XMLRPC_CFLAGS +XMLRPC_LIBS XSLTPROC ENABLE_XSLTPROC_TRUE ENABLE_XSLTPROC_FALSE @@ -1458,7 +1467,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xfce4-screenshooter 1.5.1 to adapt to many kinds of systems. +\`configure' configures xfce4-screenshooter 1.6.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1528,7 +1537,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xfce4-screenshooter 1.5.1:";; + short | recursive ) echo "Configuration of xfce4-screenshooter 1.6.0:";; esac cat <<\_ACEOF @@ -1637,7 +1646,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xfce4-screenshooter configure 1.5.1 +xfce4-screenshooter configure 1.6.0 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1651,7 +1660,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xfce4-screenshooter $as_me 1.5.1, which was +It was created by xfce4-screenshooter $as_me 1.6.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2342,7 +2351,7 @@ # Define the identity of the package. PACKAGE='xfce4-screenshooter' - VERSION='1.5.1' + VERSION='1.6.0' cat >>confdefs.h <<_ACEOF @@ -6791,13 +6800,13 @@ else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:6794: $ac_compile\"" >&5) + (eval echo "\"\$as_me:6803: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 - (eval echo "\"\$as_me:6797: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval echo "\"\$as_me:6806: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 - (eval echo "\"\$as_me:6800: output\"" >&5) + (eval echo "\"\$as_me:6809: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" @@ -7907,7 +7916,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 7910 "configure"' > conftest.$ac_ext + echo '#line 7919 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -9250,11 +9259,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:9253: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9262: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:9257: \$? = $ac_status" >&5 + echo "$as_me:9266: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -9574,11 +9583,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:9577: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9586: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:9581: \$? = $ac_status" >&5 + echo "$as_me:9590: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -9679,11 +9688,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:9682: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9691: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:9686: \$? = $ac_status" >&5 + echo "$as_me:9695: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -9734,11 +9743,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:9737: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9746: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:9741: \$? = $ac_status" >&5 + echo "$as_me:9750: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -12495,7 +12504,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12498 "configure" +#line 12507 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12595,7 +12604,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12598 "configure" +#line 12607 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13499,9 +13508,147 @@ fi - { echo "$as_me:$LINENO: checking for gtk+-2.0 >= 2.10.0" >&5 -echo $ECHO_N "checking for gtk+-2.0 >= 2.10.0... $ECHO_C" >&6; } - if $PKG_CONFIG "--atleast-version=2.10.0" "gtk+-2.0" >/dev/null 2>&1; then + { echo "$as_me:$LINENO: checking for gthread-2.0 >= 2.16.0" >&5 +echo $ECHO_N "checking for gthread-2.0 >= 2.16.0... $ECHO_C" >&6; } + if $PKG_CONFIG "--atleast-version=2.16.0" "gthread-2.0" >/dev/null 2>&1; then + GTHREAD_VERSION=`$PKG_CONFIG --modversion "gthread-2.0"` + { echo "$as_me:$LINENO: result: $GTHREAD_VERSION" >&5 +echo "${ECHO_T}$GTHREAD_VERSION" >&6; } + + { echo "$as_me:$LINENO: checking GTHREAD_CFLAGS" >&5 +echo $ECHO_N "checking GTHREAD_CFLAGS... $ECHO_C" >&6; } + GTHREAD_CFLAGS=`$PKG_CONFIG --cflags "gthread-2.0"` + { echo "$as_me:$LINENO: result: $GTHREAD_CFLAGS" >&5 +echo "${ECHO_T}$GTHREAD_CFLAGS" >&6; } + + { echo "$as_me:$LINENO: checking GTHREAD_LIBS" >&5 +echo $ECHO_N "checking GTHREAD_LIBS... $ECHO_C" >&6; } + GTHREAD_LIBS=`$PKG_CONFIG --libs "gthread-2.0"` + { echo "$as_me:$LINENO: result: $GTHREAD_LIBS" >&5 +echo "${ECHO_T}$GTHREAD_LIBS" >&6; } + + GTHREAD_REQUIRED_VERSION=2.16.0 + + + + + + + + elif $PKG_CONFIG --exists "gthread-2.0" >/dev/null 2>&1; then + xdt_cv_version=`$PKG_CONFIG --modversion "gthread-2.0"` + { echo "$as_me:$LINENO: result: found, but $xdt_cv_version" >&5 +echo "${ECHO_T}found, but $xdt_cv_version" >&6; } + + + echo "*** The required package gthread-2.0 was found on your system," + echo "*** but the installed version ($xdt_cv_version) is too old." + echo "*** Please upgrade gthread-2.0 to atleast version 2.16.0, or adjust" + echo "*** the PKG_CONFIG_PATH environment variable if you installed" + echo "*** the new version of the package in a nonstandard prefix so" + echo "*** pkg-config is able to find it." + exit 1 + + else + { echo "$as_me:$LINENO: result: not found" >&5 +echo "${ECHO_T}not found" >&6; } + + + echo "*** The required package gthread-2.0 was not found on your system." + echo "*** Please install gthread-2.0 (atleast version 2.16.0) or adjust" + echo "*** the PKG_CONFIG_PATH environment variable if you" + echo "*** installed the package in a nonstandard prefix so that" + echo "*** pkg-config is able to find it." + exit 1 + + fi + + + + # minimum supported version of pkg-config + xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0 + + # lookup pkg-config utility + if test x"$PKG_CONFIG" = x""; then + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +echo "${ECHO_T}$PKG_CONFIG" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + + + if test x"$PKG_CONFIG" = x"no"; then + echo "*** The pkg-config utility could not be found on your system." + echo "*** Make sure it is in your path, or set the PKG_CONFIG" + echo "*** environment variable to the full path to pkg-config." + echo "*** You can download pkg-config from the freedesktop.org" + echo "*** software repository at" + echo "***" + echo "*** http://www.freedesktop.org/software/pkgconfig" + echo "***" + exit 1 + fi + + # check pkg-config version + { echo "$as_me:$LINENO: checking for pkg-config >= $xdt_cv_PKG_CONFIG_MIN_VERSION" >&5 +echo $ECHO_N "checking for pkg-config >= $xdt_cv_PKG_CONFIG_MIN_VERSION... $ECHO_C" >&6; } + if $PKG_CONFIG --atleast-pkgconfig-version $xdt_cv_PKG_CONFIG_MIN_VERSION; then + xdt_cv_PKG_CONFIG_VERSION=`$PKG_CONFIG --version` + { echo "$as_me:$LINENO: result: $xdt_cv_PKG_CONFIG_VERSION" >&5 +echo "${ECHO_T}$xdt_cv_PKG_CONFIG_VERSION" >&6; } + else + xdt_cv_PKG_CONFIG_VERSION=`$PKG_CONFIG --version` + { echo "$as_me:$LINENO: result: $xdt_cv_PKG_CONFIG_VERSION" >&5 +echo "${ECHO_T}$xdt_cv_PKG_CONFIG_VERSION" >&6; } + echo "*** Your version of pkg-config is too old. You need atleast" + echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config " + echo "*** from the freedesktop.org software repository at" + echo "***" + echo "*** http://www.freedesktop.org/software/pkgconfig" + echo "***" + exit 1 + fi + fi + + + { echo "$as_me:$LINENO: checking for gtk+-2.0 >= 2.12.0" >&5 +echo $ECHO_N "checking for gtk+-2.0 >= 2.12.0... $ECHO_C" >&6; } + if $PKG_CONFIG "--atleast-version=2.12.0" "gtk+-2.0" >/dev/null 2>&1; then GTK_VERSION=`$PKG_CONFIG --modversion "gtk+-2.0"` { echo "$as_me:$LINENO: result: $GTK_VERSION" >&5 echo "${ECHO_T}$GTK_VERSION" >&6; } @@ -13518,7 +13665,7 @@ { echo "$as_me:$LINENO: result: $GTK_LIBS" >&5 echo "${ECHO_T}$GTK_LIBS" >&6; } - GTK_REQUIRED_VERSION=2.10.0 + GTK_REQUIRED_VERSION=2.12.0 @@ -13534,7 +13681,7 @@ echo "*** The required package gtk+-2.0 was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade gtk+-2.0 to atleast version 2.10.0, or adjust" + echo "*** Please upgrade gtk+-2.0 to atleast version 2.12.0, or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you installed" echo "*** the new version of the package in a nonstandard prefix so" echo "*** pkg-config is able to find it." @@ -13546,7 +13693,7 @@ echo "*** The required package gtk+-2.0 was not found on your system." - echo "*** Please install gtk+-2.0 (atleast version 2.10.0) or adjust" + echo "*** Please install gtk+-2.0 (atleast version 2.12.0) or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you" echo "*** installed the package in a nonstandard prefix so that" echo "*** pkg-config is able to find it." @@ -13637,9 +13784,9 @@ fi - { echo "$as_me:$LINENO: checking for glib-2.0 >= 2.12.0" >&5 -echo $ECHO_N "checking for glib-2.0 >= 2.12.0... $ECHO_C" >&6; } - if $PKG_CONFIG "--atleast-version=2.12.0" "glib-2.0" >/dev/null 2>&1; then + { echo "$as_me:$LINENO: checking for glib-2.0 >= 2.16.0" >&5 +echo $ECHO_N "checking for glib-2.0 >= 2.16.0... $ECHO_C" >&6; } + if $PKG_CONFIG "--atleast-version=2.16.0" "glib-2.0" >/dev/null 2>&1; then GLIB_VERSION=`$PKG_CONFIG --modversion "glib-2.0"` { echo "$as_me:$LINENO: result: $GLIB_VERSION" >&5 echo "${ECHO_T}$GLIB_VERSION" >&6; } @@ -13656,7 +13803,7 @@ { echo "$as_me:$LINENO: result: $GLIB_LIBS" >&5 echo "${ECHO_T}$GLIB_LIBS" >&6; } - GLIB_REQUIRED_VERSION=2.12.0 + GLIB_REQUIRED_VERSION=2.16.0 @@ -13672,7 +13819,7 @@ echo "*** The required package glib-2.0 was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade glib-2.0 to atleast version 2.12.0, or adjust" + echo "*** Please upgrade glib-2.0 to atleast version 2.16.0, or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you installed" echo "*** the new version of the package in a nonstandard prefix so" echo "*** pkg-config is able to find it." @@ -13684,7 +13831,7 @@ echo "*** The required package glib-2.0 was not found on your system." - echo "*** Please install glib-2.0 (atleast version 2.12.0) or adjust" + echo "*** Please install glib-2.0 (atleast version 2.16.0) or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you" echo "*** installed the package in a nonstandard prefix so that" echo "*** pkg-config is able to find it." @@ -13696,16 +13843,17 @@ + # Check whether --enable- was given. if test "${enable_+set}" = set; then - enableval=$enable_; xdt_cv_GIO_check=$enableval + enableval=$enable_; xdt_cv_CURL_check=$enableval else - xdt_cv_GIO_check=yes + xdt_cv_CURL_check=yes fi - if test x"$xdt_cv_GIO_check" = x"yes"; then - if $PKG_CONFIG --exists "gio-2.0 >= 2.16" >/dev/null 2>&1; then + if test x"$xdt_cv_CURL_check" = x"yes"; then + if $PKG_CONFIG --exists "libcurl >= 7" >/dev/null 2>&1; then # minimum supported version of pkg-config @@ -13789,26 +13937,26 @@ fi - { echo "$as_me:$LINENO: checking for gio-2.0 >= 2.16" >&5 -echo $ECHO_N "checking for gio-2.0 >= 2.16... $ECHO_C" >&6; } - if $PKG_CONFIG "--atleast-version=2.16" "gio-2.0" >/dev/null 2>&1; then - GIO_VERSION=`$PKG_CONFIG --modversion "gio-2.0"` - { echo "$as_me:$LINENO: result: $GIO_VERSION" >&5 -echo "${ECHO_T}$GIO_VERSION" >&6; } - - { echo "$as_me:$LINENO: checking GIO_CFLAGS" >&5 -echo $ECHO_N "checking GIO_CFLAGS... $ECHO_C" >&6; } - GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0"` - { echo "$as_me:$LINENO: result: $GIO_CFLAGS" >&5 -echo "${ECHO_T}$GIO_CFLAGS" >&6; } - - { echo "$as_me:$LINENO: checking GIO_LIBS" >&5 -echo $ECHO_N "checking GIO_LIBS... $ECHO_C" >&6; } - GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0"` - { echo "$as_me:$LINENO: result: $GIO_LIBS" >&5 -echo "${ECHO_T}$GIO_LIBS" >&6; } + { echo "$as_me:$LINENO: checking for libcurl >= 7" >&5 +echo $ECHO_N "checking for libcurl >= 7... $ECHO_C" >&6; } + if $PKG_CONFIG "--atleast-version=7" "libcurl" >/dev/null 2>&1; then + CURL_VERSION=`$PKG_CONFIG --modversion "libcurl"` + { echo "$as_me:$LINENO: result: $CURL_VERSION" >&5 +echo "${ECHO_T}$CURL_VERSION" >&6; } + + { echo "$as_me:$LINENO: checking CURL_CFLAGS" >&5 +echo $ECHO_N "checking CURL_CFLAGS... $ECHO_C" >&6; } + CURL_CFLAGS=`$PKG_CONFIG --cflags "libcurl"` + { echo "$as_me:$LINENO: result: $CURL_CFLAGS" >&5 +echo "${ECHO_T}$CURL_CFLAGS" >&6; } + + { echo "$as_me:$LINENO: checking CURL_LIBS" >&5 +echo $ECHO_N "checking CURL_LIBS... $ECHO_C" >&6; } + CURL_LIBS=`$PKG_CONFIG --libs "libcurl"` + { echo "$as_me:$LINENO: result: $CURL_LIBS" >&5 +echo "${ECHO_T}$CURL_LIBS" >&6; } - GIO_REQUIRED_VERSION=2.16 + CURL_REQUIRED_VERSION=7 @@ -13818,20 +13966,20 @@ cat >>confdefs.h <<\_ACEOF -#define HAVE_GIO 1 +#define HAVE_CURL 1 _ACEOF - GIO_FOUND="yes" + CURL_FOUND="yes" - elif $PKG_CONFIG --exists "gio-2.0" >/dev/null 2>&1; then - xdt_cv_version=`$PKG_CONFIG --modversion "gio-2.0"` + elif $PKG_CONFIG --exists "libcurl" >/dev/null 2>&1; then + xdt_cv_version=`$PKG_CONFIG --modversion "libcurl"` { echo "$as_me:$LINENO: result: found, but $xdt_cv_version" >&5 echo "${ECHO_T}found, but $xdt_cv_version" >&6; } - echo "*** The required package gio-2.0 was found on your system," + echo "*** The required package libcurl was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade gio-2.0 to atleast version 2.16, or adjust" + echo "*** Please upgrade libcurl to atleast version 7, or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you installed" echo "*** the new version of the package in a nonstandard prefix so" echo "*** pkg-config is able to find it." @@ -13842,8 +13990,8 @@ echo "${ECHO_T}not found" >&6; } - echo "*** The required package gio-2.0 was not found on your system." - echo "*** Please install gio-2.0 (atleast version 2.16) or adjust" + echo "*** The required package libcurl was not found on your system." + echo "*** Please install libcurl (atleast version 7) or adjust" echo "*** the PKG_CONFIG_PATH environment variable if you" echo "*** installed the package in a nonstandard prefix so that" echo "*** pkg-config is able to find it." @@ -13852,28 +14000,102 @@ fi else - { echo "$as_me:$LINENO: checking for optional package gio-2.0 >= 2.16" >&5 -echo $ECHO_N "checking for optional package gio-2.0 >= 2.16... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for optional package libcurl >= 7" >&5 +echo $ECHO_N "checking for optional package libcurl >= 7... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6; } fi else - { echo "$as_me:$LINENO: checking for optional package gio-2.0" >&5 -echo $ECHO_N "checking for optional package gio-2.0... $ECHO_C" >&6; } + { echo "$as_me:$LINENO: checking for optional package libcurl" >&5 +echo $ECHO_N "checking for optional package libcurl... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: disabled" >&5 echo "${ECHO_T}disabled" >&6; } fi - if test x"$GIO_FOUND" = x"yes"; then - HAVE_GIO_TRUE= - HAVE_GIO_FALSE='#' + if test x"$CURL_FOUND" = x"yes"; then + HAVE_CURL_TRUE= + HAVE_CURL_FALSE='#' +else + HAVE_CURL_TRUE='#' + HAVE_CURL_FALSE= +fi + + + + +XMLRPC_LIBS="" +XMLRPC_CFLAGS="" +# Extract the first word of "xmlrpc-c-config", so it can be a program name with args. +set dummy xmlrpc-c-config; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_path_XMLRPC_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $XMLRPC_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_XMLRPC_CONFIG="$XMLRPC_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_XMLRPC_CONFIG="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + + test -z "$ac_cv_path_XMLRPC_CONFIG" && ac_cv_path_XMLRPC_CONFIG="no" + ;; +esac +fi +XMLRPC_CONFIG=$ac_cv_path_XMLRPC_CONFIG +if test -n "$XMLRPC_CONFIG"; then + { echo "$as_me:$LINENO: result: $XMLRPC_CONFIG" >&5 +echo "${ECHO_T}$XMLRPC_CONFIG" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +if test x"$XMLRPC_CONFIG" != x"no"; then + { echo "$as_me:$LINENO: checking XMLRPC_CFLAGS" >&5 +echo $ECHO_N "checking XMLRPC_CFLAGS... $ECHO_C" >&6; } + XMLRPC_CFLAGS="`$XMLRPC_CONFIG --cflags client`" + { echo "$as_me:$LINENO: result: $XMLRPC_CFLAGS" >&5 +echo "${ECHO_T}$XMLRPC_CFLAGS" >&6; } + + { echo "$as_me:$LINENO: checking XMLRPC_LIBS" >&5 +echo $ECHO_N "checking XMLRPC_LIBS... $ECHO_C" >&6; } + XMLRPC_LIBS="`$XMLRPC_CONFIG --libs client`" + { echo "$as_me:$LINENO: result: $XMLRPC_LIBS" >&5 +echo "${ECHO_T}$XMLRPC_LIBS" >&6; } + + +cat >>confdefs.h <<\_ACEOF +#define HAVE_XMLRPC 1 +_ACEOF + +fi + if test x"$XMLRPC_CONFIG" != x"no"; then + HAVE_XMLRPC_TRUE= + HAVE_XMLRPC_FALSE='#' else - HAVE_GIO_TRUE='#' - HAVE_GIO_FALSE= + HAVE_XMLRPC_TRUE='#' + HAVE_XMLRPC_FALSE= fi + # Check whether --enable-xsltproc was given. if test "${enable_xsltproc+set}" = set; then enableval=$enable_xsltproc; @@ -13999,7 +14221,6 @@ - GETTEXT_PACKAGE=xfce4-screenshooter cat >>confdefs.h <<_ACEOF @@ -14008,7 +14229,7 @@ - ALL_LINGUAS="ar bg ca cs da de el en_GB es et eu fi fr gl hr hu id it ja lv nb_NO nl pl pt_BR pt_PT sq sv tr uk ur zh_CN zh_TW" + ALL_LINGUAS="ar bg ca cs da de el en_GB es et eu fi fr gl hr hu id it ja lv nb nl pl pt pt_BR ro ru sq sv tr uk ur ur_PK vi zh_CN zh_TW" for ac_header in locale.h @@ -15701,7 +15922,7 @@ fi -ac_config_files="$ac_config_files Makefile docs/Makefile docs/manual/Makefile docs/manual/C/Makefile docs/manual/C/xfce4-screenshooter.xml docs/manual/C/images/Makefile docs/manual/fr/Makefile docs/manual/fr/xfce4-screenshooter.xml docs/manual/fr/images/Makefile docs/manual/ja/Makefile docs/manual/ja/xfce4-screenshooter.xml docs/manual/ja/images/Makefile icons/Makefile icons/48x48/Makefile icons/scalable/Makefile lib/Makefile src/Makefile panel-plugin/Makefile po/Makefile.in po-doc/Makefile" +ac_config_files="$ac_config_files Makefile docs/Makefile docs/manual/Makefile docs/manual/C/Makefile docs/manual/C/xfce4-screenshooter.xml docs/manual/C/images/Makefile docs/manual/da/Makefile docs/manual/da/xfce4-screenshooter.xml docs/manual/da/images/Makefile docs/manual/fr/Makefile docs/manual/fr/xfce4-screenshooter.xml docs/manual/fr/images/Makefile docs/manual/gl/Makefile docs/manual/gl/xfce4-screenshooter.xml docs/manual/gl/images/Makefile docs/manual/it/Makefile docs/manual/it/xfce4-screenshooter.xml docs/manual/it/images/Makefile docs/manual/ja/Makefile docs/manual/ja/xfce4-screenshooter.xml docs/manual/ja/images/Makefile docs/manual/tr/Makefile docs/manual/tr/xfce4-screenshooter.xml docs/manual/tr/images/Makefile icons/Makefile icons/48x48/Makefile icons/scalable/Makefile lib/Makefile src/Makefile panel-plugin/Makefile po/Makefile.in po-doc/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -15831,10 +16052,17 @@ ac_config_commands="$ac_config_commands po/stamp-it" -if test -z "${HAVE_GIO_TRUE}" && test -z "${HAVE_GIO_FALSE}"; then - { { echo "$as_me:$LINENO: error: conditional \"HAVE_GIO\" was never defined. +if test -z "${HAVE_CURL_TRUE}" && test -z "${HAVE_CURL_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"HAVE_CURL\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"HAVE_CURL\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${HAVE_XMLRPC_TRUE}" && test -z "${HAVE_XMLRPC_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"HAVE_XMLRPC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 -echo "$as_me: error: conditional \"HAVE_GIO\" was never defined. +echo "$as_me: error: conditional \"HAVE_XMLRPC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi @@ -16152,7 +16380,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xfce4-screenshooter $as_me 1.5.1, which was +This file was extended by xfce4-screenshooter $as_me 1.6.0, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16205,7 +16433,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -xfce4-screenshooter config.status 1.5.1 +xfce4-screenshooter config.status 1.6.0 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" @@ -16583,12 +16811,24 @@ "docs/manual/C/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/C/Makefile" ;; "docs/manual/C/xfce4-screenshooter.xml") CONFIG_FILES="$CONFIG_FILES docs/manual/C/xfce4-screenshooter.xml" ;; "docs/manual/C/images/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/C/images/Makefile" ;; + "docs/manual/da/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/da/Makefile" ;; + "docs/manual/da/xfce4-screenshooter.xml") CONFIG_FILES="$CONFIG_FILES docs/manual/da/xfce4-screenshooter.xml" ;; + "docs/manual/da/images/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/da/images/Makefile" ;; "docs/manual/fr/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/fr/Makefile" ;; "docs/manual/fr/xfce4-screenshooter.xml") CONFIG_FILES="$CONFIG_FILES docs/manual/fr/xfce4-screenshooter.xml" ;; "docs/manual/fr/images/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/fr/images/Makefile" ;; + "docs/manual/gl/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/gl/Makefile" ;; + "docs/manual/gl/xfce4-screenshooter.xml") CONFIG_FILES="$CONFIG_FILES docs/manual/gl/xfce4-screenshooter.xml" ;; + "docs/manual/gl/images/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/gl/images/Makefile" ;; + "docs/manual/it/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/it/Makefile" ;; + "docs/manual/it/xfce4-screenshooter.xml") CONFIG_FILES="$CONFIG_FILES docs/manual/it/xfce4-screenshooter.xml" ;; + "docs/manual/it/images/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/it/images/Makefile" ;; "docs/manual/ja/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/ja/Makefile" ;; "docs/manual/ja/xfce4-screenshooter.xml") CONFIG_FILES="$CONFIG_FILES docs/manual/ja/xfce4-screenshooter.xml" ;; "docs/manual/ja/images/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/ja/images/Makefile" ;; + "docs/manual/tr/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/tr/Makefile" ;; + "docs/manual/tr/xfce4-screenshooter.xml") CONFIG_FILES="$CONFIG_FILES docs/manual/tr/xfce4-screenshooter.xml" ;; + "docs/manual/tr/images/Makefile") CONFIG_FILES="$CONFIG_FILES docs/manual/tr/images/Makefile" ;; "icons/Makefile") CONFIG_FILES="$CONFIG_FILES icons/Makefile" ;; "icons/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES icons/48x48/Makefile" ;; "icons/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES icons/scalable/Makefile" ;; @@ -16849,6 +17089,10 @@ LIBXFCEGUI4_CFLAGS!$LIBXFCEGUI4_CFLAGS$ac_delim LIBXFCEGUI4_LIBS!$LIBXFCEGUI4_LIBS$ac_delim LIBXFCEGUI4_REQUIRED_VERSION!$LIBXFCEGUI4_REQUIRED_VERSION$ac_delim +GTHREAD_VERSION!$GTHREAD_VERSION$ac_delim +GTHREAD_CFLAGS!$GTHREAD_CFLAGS$ac_delim +GTHREAD_LIBS!$GTHREAD_LIBS$ac_delim +GTHREAD_REQUIRED_VERSION!$GTHREAD_REQUIRED_VERSION$ac_delim GTK_VERSION!$GTK_VERSION$ac_delim GTK_CFLAGS!$GTK_CFLAGS$ac_delim GTK_LIBS!$GTK_LIBS$ac_delim @@ -16857,12 +17101,17 @@ GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim GLIB_LIBS!$GLIB_LIBS$ac_delim GLIB_REQUIRED_VERSION!$GLIB_REQUIRED_VERSION$ac_delim -GIO_VERSION!$GIO_VERSION$ac_delim -GIO_CFLAGS!$GIO_CFLAGS$ac_delim -GIO_LIBS!$GIO_LIBS$ac_delim -GIO_REQUIRED_VERSION!$GIO_REQUIRED_VERSION$ac_delim -HAVE_GIO_TRUE!$HAVE_GIO_TRUE$ac_delim -HAVE_GIO_FALSE!$HAVE_GIO_FALSE$ac_delim +CURL_VERSION!$CURL_VERSION$ac_delim +CURL_CFLAGS!$CURL_CFLAGS$ac_delim +CURL_LIBS!$CURL_LIBS$ac_delim +CURL_REQUIRED_VERSION!$CURL_REQUIRED_VERSION$ac_delim +HAVE_CURL_TRUE!$HAVE_CURL_TRUE$ac_delim +HAVE_CURL_FALSE!$HAVE_CURL_FALSE$ac_delim +XMLRPC_CONFIG!$XMLRPC_CONFIG$ac_delim +HAVE_XMLRPC_TRUE!$HAVE_XMLRPC_TRUE$ac_delim +HAVE_XMLRPC_FALSE!$HAVE_XMLRPC_FALSE$ac_delim +XMLRPC_CFLAGS!$XMLRPC_CFLAGS$ac_delim +XMLRPC_LIBS!$XMLRPC_LIBS$ac_delim XSLTPROC!$XSLTPROC$ac_delim ENABLE_XSLTPROC_TRUE!$ENABLE_XSLTPROC_TRUE$ac_delim ENABLE_XSLTPROC_FALSE!$ENABLE_XSLTPROC_FALSE$ac_delim @@ -16886,7 +17135,7 @@ LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 86; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 95; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 @@ -18148,14 +18397,17 @@ echo "Build Configuration:" echo "" -if test x"$GIO_FOUND" = x"yes"; then -echo " * Open with support: yes" +echo " * Debugging support: $enable_debug" +if test x"$CURL_FOUND" = x"yes"; then + if test x"$XMLRPC_CONFIG" != x"no"; then + echo " * ZimageZ support: yes" + else + echo " * ZimageZ support: no" + fi else -echo " * Open with support: no" + echo " * ZimageZ support: no" fi -echo " * Debugging support: $enable_debug" - echo "" echo "Maintainer Configuration:" echo "" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/configure.ac /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/configure.ac --- xfce4-screenshooter-1.5.1/configure.ac 2009-02-25 09:56:03.000000000 +0000 +++ xfce4-screenshooter-1.6.0/configure.ac 2009-06-14 15:27:13.000000000 +0100 @@ -7,10 +7,10 @@ dnl m4_define([xfce4_screenshooter_version_major], [1]) -m4_define([xfce4_screenshooter_version_minor], [5]) -m4_define([xfce4_screenshooter_version_micro], [1]) +m4_define([xfce4_screenshooter_version_minor], [6]) +m4_define([xfce4_screenshooter_version_micro], [0]) m4_define([xfce4_screenshooter_version_nano], []) dnl leave this empty to have no nano version -m4_define([xfce4_screenshooter_version_build], [r06791]) +m4_define([xfce4_screenshooter_version_build], [r07568]) m4_define([xfce4_screenshooter_version_tag], []) m4_define([xfce4_screenshooter_version], [xfce4_screenshooter_version_major().xfce4_screenshooter_version_minor().xfce4_screenshooter_version_micro()ifelse(xfce4_screenshooter_version_nano(), [], [], [.xfce4_screenshooter_version_nano()])ifelse(xfce4_screenshooter_version_tag(), [svn], [xfce4_screenshooter_version_tag()-xfce4_screenshooter_version_build()], [xfce4_screenshooter_version_tag()])]) @@ -56,13 +56,37 @@ XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.4.0]) XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.4.0]) XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.4.0]) -XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0]) -XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.12.0]) +XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.16.0]) +XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.12.0]) +XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.16.0]) -dnl *********************************** +dnl ************************************ dnl *** Check for optional packages *** -dnl *********************************** -XDT_CHECK_OPTIONAL_PACKAGE([GIO], [gio-2.0], [2.16]) +dnl ************************************ + +XDT_CHECK_OPTIONAL_PACKAGE([CURL], [libcurl], [7]) + +dnl ************************** +dnl *** Check for xmlrpc-c *** +dnl ************************** + +XMLRPC_LIBS="" +XMLRPC_CFLAGS="" +AC_PATH_PROG([XMLRPC_CONFIG], [xmlrpc-c-config], [no]) +if test x"$XMLRPC_CONFIG" != x"no"; then + AC_MSG_CHECKING([XMLRPC_CFLAGS]) + XMLRPC_CFLAGS="`$XMLRPC_CONFIG --cflags client`" + AC_MSG_RESULT([$XMLRPC_CFLAGS]) + + AC_MSG_CHECKING([XMLRPC_LIBS]) + XMLRPC_LIBS="`$XMLRPC_CONFIG --libs client`" + AC_MSG_RESULT([$XMLRPC_LIBS]) + + AC_DEFINE([HAVE_XMLRPC], [1], [Xmlrpc-c was found on the system]) +fi +AM_CONDITIONAL([HAVE_XMLRPC], [test x"$XMLRPC_CONFIG" != x"no"]) +AC_SUBST([XMLRPC_CFLAGS]) +AC_SUBST([XMLRPC_LIBS]) dnl ************************** dnl *** Check for xsltproc *** @@ -88,11 +112,10 @@ fi AM_CONDITIONAL([ENABLE_XML2PO], [test x"$enable_xml2po" = x"yes"]) - dnl ****************************** dnl *** Check for i18n support *** dnl ****************************** -XDT_I18N([ar bg ca cs da de el en_GB es et eu fi fr gl hr hu id it ja lv nb_NO nl pl pt_BR pt_PT sq sv tr uk ur zh_CN zh_TW]) +XDT_I18N([ar bg ca cs da de el en_GB es et eu fi fr gl hr hu id it ja lv nb nl pl pt pt_BR ro ru sq sv tr uk ur ur_PK vi zh_CN zh_TW]) dnl Check for debugging support XDT_FEATURE_DEBUG() @@ -104,12 +127,24 @@ docs/manual/C/Makefile docs/manual/C/xfce4-screenshooter.xml docs/manual/C/images/Makefile +docs/manual/da/Makefile +docs/manual/da/xfce4-screenshooter.xml +docs/manual/da/images/Makefile docs/manual/fr/Makefile docs/manual/fr/xfce4-screenshooter.xml docs/manual/fr/images/Makefile +docs/manual/gl/Makefile +docs/manual/gl/xfce4-screenshooter.xml +docs/manual/gl/images/Makefile +docs/manual/it/Makefile +docs/manual/it/xfce4-screenshooter.xml +docs/manual/it/images/Makefile docs/manual/ja/Makefile docs/manual/ja/xfce4-screenshooter.xml docs/manual/ja/images/Makefile +docs/manual/tr/Makefile +docs/manual/tr/xfce4-screenshooter.xml +docs/manual/tr/images/Makefile icons/Makefile icons/48x48/Makefile icons/scalable/Makefile @@ -128,14 +163,17 @@ echo "Build Configuration:" echo "" -if test x"$GIO_FOUND" = x"yes"; then -echo " * Open with support: yes" +echo " * Debugging support: $enable_debug" +if test x"$CURL_FOUND" = x"yes"; then + if test x"$XMLRPC_CONFIG" != x"no"; then + echo " * ZimageZ support: yes" + else + echo " * ZimageZ support: no" + fi else -echo " * Open with support: no" + echo " * ZimageZ support: no" fi -echo " * Debugging support: $enable_debug" - echo "" echo "Maintainer Configuration:" echo "" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/debian/changelog /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/debian/changelog --- xfce4-screenshooter-1.5.1/debian/changelog 2009-06-19 00:12:09.000000000 +0100 +++ xfce4-screenshooter-1.6.0/debian/changelog 2009-06-19 00:12:09.000000000 +0100 @@ -1,31 +1,41 @@ -xfce4-screenshooter (1.5.1-0ubuntu1) jaunty; urgency=low +xfce4-screenshooter (1.6.0-1ubuntu1~jaunty~ppa1) jaunty; urgency=low - * New upstream bug fix release. - * Sync all packging files with pkg-xfce (rev 2796); - this package can be synced from Debian unstable once it is - out of Debian NEW. + * Jaunty Backport - -- Jérôme Guelfucci Sat, 28 Feb 2009 09:21:30 +0100 + -- Micah Gersten Thu, 18 Jun 2009 17:53:51 -0500 -xfce4-screenshooter (1.5.1-1) UNRELEASED; urgency=low +xfce4-screenshooter (1.6.0-1) unstable; urgency=low + [ Yves-Alexis Perez ] * New upstream release. + * debian/control: + - update Homepage and long description. closes: #527365 + - switch to xfce section. + - add build-dep on libxmlrpc-c3-dev to enable ZimageZ upload interface. + + [ Evgeni Golov ] + * Fix Vcs-* fields, they were missing 'trunk' in the path. - -- Yves-Alexis Perez Wed, 25 Feb 2009 14:19:35 +0100 + -- Yves-Alexis Perez Sun, 14 Jun 2009 20:50:24 +0200 -xfce4-screenshooter (1.5.0-0ubuntu1) jaunty; urgency=low +xfce4-screenshooter (1.5.1-1) unstable; urgency=low - * Sync from Debian Xfce UNRELEASED (r2614); No Ubuntu specific changes. + * New upstream release. + * debian/copyright: + - add licensing informations about the GFDL for documentation stuff. + * debian/control: + - update standards version to 3.8.1. - -- Lionel Le Folgoc Mon, 19 Jan 2009 22:14:25 +0100 + -- Yves-Alexis Perez Thu, 02 Apr 2009 22:49:13 +0200 -xfce4-screenshooter (1.5.0-1) UNRELEASED; urgency=low +xfce4-screenshooter (1.5.0-1) unstable; urgency=low * New upstream release. * debian/control: - add explicit build-dep on libgtk2.0-dev, intltool. - add a Recommends: ${shlibs:Recommends} to pick xfce4-panel from shlibs. + - update build-deps on debhelper to match compat. * Rename package to xfce4-screenshooter: - rename package. - add a transitional dummy package. @@ -40,8 +50,10 @@ * debian/compat: - update compat mode to 7. * debian/xfce4-screenshooter.1: removed, included upstream. + * debian/source.lintian-overrides + - add a lintian override for not having misc-depends on a dummy pkg. - -- Yves-Alexis Perez Sun, 18 Jan 2009 14:43:54 +0100 + -- Yves-Alexis Perez Sun, 22 Feb 2009 20:19:01 +0100 xfce4-screenshooter-plugin (1.3.1-1) unstable; urgency=low diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/debian/control /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/debian/control --- xfce4-screenshooter-1.5.1/debian/control 2009-06-19 00:12:09.000000000 +0100 +++ xfce4-screenshooter-1.6.0/debian/control 2009-06-19 00:12:09.000000000 +0100 @@ -1,16 +1,15 @@ Source: xfce4-screenshooter -Section: x11 +Section: xfce Priority: optional -Maintainer: Xubuntu Developers -XSBC-Original-Maintainer: Debian Xfce Maintainers +Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez , Emanuele Rocca , Simon Huggins Build-Depends: debhelper (>= 7), autotools-dev, cdbs, libexo-0.3-dev(>= 0.3.2), xfce4-panel-dev (>= 4.4.1), libxml-parser-perl, - libgtk2.0-dev, intltool -Standards-Version: 3.8.0 -Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-screenshooter -Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-screenshooter -Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-screenshooter + libgtk2.0-dev, intltool, libcurl4-gnutls-dev, libxmlrpc-c3-dev +Standards-Version: 3.8.1 +Homepage: http://goodies.xfce.org/projects/applications/xfce4-screenshooter +Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-screenshooter/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-screenshooter/ Package: xfce4-screenshooter Architecture: any @@ -18,7 +17,7 @@ Recommends: ${shlibs:Recommends} Replaces: xfce4-screenshooter-plugin (< 1.4.90.0) Description: screenshots utility for Xfce - Screenshooter is an utility the Xfce Desktop Environment. It can take + Screenshooter is an utility for the Xfce Desktop Environment. It can take desktop, rectangles or selected window screenshots, and you can bind it to your "Print Screen" key. A panel plugin is provided too. @@ -26,7 +25,7 @@ Architecture: all Depends: xfce4-screenshooter Description: transitional dummy package for xfce4-screenshooter - Screenshooter is an utility the Xfce Desktop Environment. + Screenshooter is an utility for the Xfce Desktop Environment. The package has been renamed from xfce4-screenshooter-plugin to xfce4-screenshooter so this package is here to handle the transition. . diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/debian/copyright /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/debian/copyright --- xfce4-screenshooter-1.5.1/debian/copyright 2009-06-19 00:12:09.000000000 +0100 +++ xfce4-screenshooter-1.6.0/debian/copyright 2009-06-19 00:12:09.000000000 +0100 @@ -15,10 +15,24 @@ © 2005 Jasper Huijsmans © 2006 Jani Monoses -License: GPLv2 or later. +Licensing: -You are free to distribute this software under the terms of -the GNU General Public License (version 2 or later). -On Debian systems, the complete text of the GNU General Public -License can be found in the file `/usr/share/common-licenses/GPL' +Source code (panel-plugin/, lib/ and src/ folders) is licensed under GPLv2 +or later, using the following notice: + You are free to distribute this software under the terms of + the GNU General Public License (version 2 or later). + +Documentation (doc/ folder)is licensed under the GFDL version 1.1 or later, +with the following notice: + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation License, Version 1.1 + or any later version published by the Free Software Foundation; with no + Invariant Sections, with no Front-Cover Texts, and with no Back-Cover + Texts. + +On Debian systems, the complete text of the GNU General Public License can +be found in the file `/usr/share/common-licenses/GPL', the GNU Free +Documentation License can be found in the file +`/usr/share/common-licenses/GFDL'. diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/Makefile.in --- xfce4-screenshooter-1.5.1/docs/Makefile.in 2009-02-25 09:56:12.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/Makefile.in 2009-06-14 15:27:24.000000000 +0100 @@ -70,6 +70,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -83,10 +87,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -94,6 +94,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -182,6 +186,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/C/images/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/C/images/Makefile.am --- xfce4-screenshooter-1.5.1/docs/manual/C/images/Makefile.am 2009-02-25 09:42:24.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/C/images/Makefile.am 2009-05-30 23:06:27.000000000 +0100 @@ -1,5 +1,7 @@ imagesdir = $(datadir)/xfce4/doc/C/images images_DATA = \ - xfce4-screenshooter-dialog.png + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png EXTRA_DIST = $(images_DATA) diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/C/images/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/C/images/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/C/images/Makefile.in 2009-02-25 09:56:13.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/C/images/Makefile.in 2009-06-14 15:27:24.000000000 +0100 @@ -68,6 +68,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -81,10 +85,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -92,6 +92,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -180,6 +184,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ @@ -234,7 +241,9 @@ top_srcdir = @top_srcdir@ imagesdir = $(datadir)/xfce4/doc/C/images images_DATA = \ - xfce4-screenshooter-dialog.png + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png EXTRA_DIST = $(images_DATA) all: all-am Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/C/images/xfce4-screenshooter-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/C/images/xfce4-screenshooter-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/C/images/xfce4-screenshooter-zimagez-login-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/C/images/xfce4-screenshooter-zimagez-login-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/C/images/xfce4-screenshooter-zimagez-result-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/C/images/xfce4-screenshooter-zimagez-result-dialog.png differ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/C/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/C/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/C/Makefile.in 2009-02-25 09:56:13.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/C/Makefile.in 2009-06-14 15:27:24.000000000 +0100 @@ -83,6 +83,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -96,10 +100,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -107,6 +107,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -195,6 +199,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/C/xfce4-screenshooter.html /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/C/xfce4-screenshooter.html --- xfce4-screenshooter-1.5.1/docs/manual/C/xfce4-screenshooter.html 2009-02-25 09:55:55.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/C/xfce4-screenshooter.html 2009-06-14 13:00:03.000000000 +0100 @@ -1,18 +1,23 @@ -Xfce4 Screenshooter

Xfce4 Screenshooter

Jrme Guelfucci

- This manual describes version 1.5.1 of xfce4-screenshooter. +Xfce4 Screenshooter

Xfce4 Screenshooter

Jrme Guelfucci

+ This manual describes version 1.6.0 of Xfce4 Screenshooter.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. The complete license text is available from the Free Software Foundation. -

February 2009


Introduction to xfce4-screenshooter

+

February 2009


Introduction to Xfce4 Screenshooter

This application allows you to capture the entire screen, the active window or a selected region. You can set the delay that elapses before the screenshot is taken and the action that will be done with the screenshot: save it to a PNG file, copy it to the clipboard, or open it using another application.

+ If activated on build, you can also host your screenshots on + ZimageZ, + a free online image hosting service. The CURL and XMLRPC-C libraries + are required. +

A plugin for the Xfce panel is also available.

Using the application

Via the user interface

To launch the application, use the "Screenshot" item in the @@ -34,27 +39,44 @@ captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button. -

Delay before taking the screenshot

- The "Delay before taking the screenshot" +

Delay before capturing

+ The "Delay before capturing" section allows you to set the delay that will elapse between - pressing the "Take the screenshot" button - and taking the screenshot. This delay will allow you to open - menus or to do whatever action you want to see displayed on - the screenshot. + pressing the "OK" button and taking the + screenshot. This delay will allow you to open menus or to do + whatever action you want to see displayed on the screenshot. +

After capturing

+ The "Show the save dialog" option + is described below, in the "Action" + section. +

+ The "Close the application" option + allows you, if unchecked, to take several screenshots in + a row. If checked, the application will be closed once + the screenshot has been taken and the action you selected + executed.

Action

The "Action" section allows you to choose - what should be done with the screenshot. Three choices are - available. -

Save

- The "Save" option will save the - screenshot to a PNG file. If you check the - "Save by default to" checkbox, the + what should be done with the screenshot. +

Save in

+ The "Save in" option will save the + screenshot to a PNG file. If you don't check the + "Show the save dialog" checkbox in the + "After capturing" section, the screenshot will be saved to the folder on the right after - you press the "Take the screenshot" - button, without showing any save dialog. Otherwise, a save - dialog will be displayed, which also shows a preview of the - screenshot. You will then be able to set the save location, - and the name of the file. + you press the "OK" button, without + showing any save dialog. Otherwise, a save dialog will be + displayed, which also shows a preview of the screenshot. + You will then be able to set the save location, and the + name of the file. +

+ Xfce4 Screenshooter is also able to save the screenshot to + any remote file system supported by GVfs, such as FTP, SAMBA, + SFTP, remote computers accessible via SSH... You just need to + connect this remote file system using + gvfs-connect or + Gigolo + and it will be available in the left column of the save dialog.

Copy to the clipboard

The "Copy to the clipboard" option allows you to paste the screenshot in another application, @@ -65,12 +87,33 @@

Open with

The "Open with" option saves the screenshot to the system's temporary directory and opens it - with the application set using the dropdown list below. + with the application set using the dropdown list on the right. Applications which support images are automatically detected and added to the dropdown list. -

Via command line

+

Host on ZimageZ

+ The "Host on ZimageZ" option allow you + to host your screenshot on this free online hosting service, + so that you can share it easily with other people. ZimageZ + automatically generates a large and a small thumbnail of your + screenshot, which can be used to create thumbnails pointing to + the full size screenshot. +

+ After pressing the "OK" button, you will + be shown this dialog: +

The dialog to host a screenshot on ZimageZ

+ If you do not have a ZimageZ user name, you will need to create + one on the + ZimageZ website. Several languages are available on this + website, you can switch between using the menu up right. You must + fill all fields of this dialog. Once you click the + "OK" button, the upload will start. +

+ The dialog below will give you the links to the full size screenshot, the + large thumbnail, the small thumbnails, as well examples of HTML and BBcode + to create a thumbnail pointing to the full size screenshot: +

The dialog giving the links to your screenshot on ZimageZ

Via command line

Command line options allow you to take screenshots quickly. They - also allow you to configure the Prt Scrn key on the upper right + also allow you to configure the Print Screen key on the upper right of most keyboards so that it takes screenshots. To do so, configure the keybindings of your desktop environnement so that it launches xfce4-screenshooter with one or several of the @@ -118,6 +161,12 @@ This option only has an effect if the -f, the -w or the -r option is given. +

The -u option

+ If the -u option is given, the screenshot + will be hosted on ZimageZ. See above for more details. + This option only has an effect if the + -f, the -w or the + -r option is given.

Using the plugin for the Xfce panel

Adding the plugin

To add the plugin to the panel, right click on the panel and select "Add New Item". Select the plugin diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/C/xfce4-screenshooter.xml /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/C/xfce4-screenshooter.xml --- xfce4-screenshooter-1.5.1/docs/manual/C/xfce4-screenshooter.xml 2009-02-25 09:56:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/C/xfce4-screenshooter.xml 2009-06-14 15:27:37.000000000 +0100 @@ -2,7 +2,7 @@ - + ]>

@@ -41,12 +41,12 @@ - This manual describes version &version; of &application;. + This manual describes version &version; of Xfce4 Screenshooter. - Introduction to &application; + Introduction to Xfce4 Screenshooter This application allows you to capture the entire screen, the @@ -57,6 +57,13 @@ + If activated on build, you can also host your screenshots on + ZimageZ, + a free online image hosting service. The CURL and XMLRPC-C libraries + are required. + + + A plugin for the Xfce panel is also available. @@ -117,15 +124,32 @@ - Delay before taking the screenshot + Delay before capturing - The "Delay before taking the screenshot" + The "Delay before capturing" section allows you to set the delay that will elapse between - pressing the "Take the screenshot" button - and taking the screenshot. This delay will allow you to open - menus or to do whatever action you want to see displayed on - the screenshot. + pressing the "OK" button and taking the + screenshot. This delay will allow you to open menus or to do + whatever action you want to see displayed on the screenshot. + + + + + After capturing + + + The "Show the save dialog" option + is described below, in the "Action" + section. + + + + The "Close the application" option + allows you, if unchecked, to take several screenshots in + a row. If checked, the application will be closed once + the screenshot has been taken and the action you selected + executed. @@ -134,24 +158,35 @@ The "Action" section allows you to choose - what should be done with the screenshot. Three choices are - available. + what should be done with the screenshot. - Save + Save in - The "Save" option will save the - screenshot to a PNG file. If you check the - "Save by default to" checkbox, the + The "Save in" option will save the + screenshot to a PNG file. If you don't check the + "Show the save dialog" checkbox in the + "After capturing" section, the screenshot will be saved to the folder on the right after - you press the "Take the screenshot" - button, without showing any save dialog. Otherwise, a save - dialog will be displayed, which also shows a preview of the - screenshot. You will then be able to set the save location, - and the name of the file. + you press the "OK" button, without + showing any save dialog. Otherwise, a save dialog will be + displayed, which also shows a preview of the screenshot. + You will then be able to set the save location, and the + name of the file. + + + Xfce4 Screenshooter is also able to save the screenshot to + any remote file system supported by GVfs, such as FTP, SAMBA, + SFTP, remote computers accessible via SSH... You just need to + connect this remote file system using + gvfs-connect or + Gigolo + and it will be available in the left column of the save dialog. + + @@ -173,14 +208,70 @@ The "Open with" option saves the screenshot to the system's temporary directory and opens it - with the application set using the dropdown list below. + with the application set using the dropdown list on the right. Applications which support images are automatically detected and added to the dropdown list. - + + Host on ZimageZ + + + The "Host on ZimageZ" option allow you + to host your screenshot on this free online hosting service, + so that you can share it easily with other people. ZimageZ + automatically generates a large and a small thumbnail of your + screenshot, which can be used to create thumbnails pointing to + the full size screenshot. + + + + After pressing the "OK" button, you will + be shown this dialog: + + + + + + + + + + The dialog to host a screenshot on ZimageZ + + + + + + If you do not have a ZimageZ user name, you will need to create + one on the + ZimageZ website. Several languages are available on this + website, you can switch between using the menu up right. You must + fill all fields of this dialog. Once you click the + "OK" button, the upload will start. + + + + The dialog below will give you the links to the full size screenshot, the + large thumbnail, the small thumbnails, as well examples of HTML and BBcode + to create a thumbnail pointing to the full size screenshot: + + + + + + + + + The dialog giving the links to your screenshot on ZimageZ + + + + + + @@ -188,7 +279,7 @@ Command line options allow you to take screenshots quickly. They - also allow you to configure the Prt Scrn key on the upper right + also allow you to configure the Print Screen key on the upper right of most keyboards so that it takes screenshots. To do so, configure the keybindings of your desktop environnement so that it launches xfce4-screenshooter with one or several of the @@ -282,6 +373,18 @@ -r option is given. + + + The -u option + + + If the -u option is given, the screenshot + will be hosted on ZimageZ. See above for more details. + This option only has an effect if the + -f, the -w or the + -r option is given. + + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/C/xfce4-screenshooter.xml.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/C/xfce4-screenshooter.xml.in --- xfce4-screenshooter-1.5.1/docs/manual/C/xfce4-screenshooter.xml.in 2009-02-25 09:42:24.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/C/xfce4-screenshooter.xml.in 2009-05-30 23:15:09.000000000 +0100 @@ -41,12 +41,12 @@ - This manual describes version &version; of &application;. + This manual describes version &version; of Xfce4 Screenshooter. - Introduction to &application; + Introduction to Xfce4 Screenshooter This application allows you to capture the entire screen, the @@ -57,6 +57,13 @@ + If activated on build, you can also host your screenshots on + ZimageZ, + a free online image hosting service. The CURL and XMLRPC-C libraries + are required. + + + A plugin for the Xfce panel is also available. @@ -117,15 +124,32 @@ - Delay before taking the screenshot + Delay before capturing - The "Delay before taking the screenshot" + The "Delay before capturing" section allows you to set the delay that will elapse between - pressing the "Take the screenshot" button - and taking the screenshot. This delay will allow you to open - menus or to do whatever action you want to see displayed on - the screenshot. + pressing the "OK" button and taking the + screenshot. This delay will allow you to open menus or to do + whatever action you want to see displayed on the screenshot. + + + + + After capturing + + + The "Show the save dialog" option + is described below, in the "Action" + section. + + + + The "Close the application" option + allows you, if unchecked, to take several screenshots in + a row. If checked, the application will be closed once + the screenshot has been taken and the action you selected + executed. @@ -134,24 +158,35 @@ The "Action" section allows you to choose - what should be done with the screenshot. Three choices are - available. + what should be done with the screenshot. - Save + Save in - The "Save" option will save the - screenshot to a PNG file. If you check the - "Save by default to" checkbox, the + The "Save in" option will save the + screenshot to a PNG file. If you don't check the + "Show the save dialog" checkbox in the + "After capturing" section, the screenshot will be saved to the folder on the right after - you press the "Take the screenshot" - button, without showing any save dialog. Otherwise, a save - dialog will be displayed, which also shows a preview of the - screenshot. You will then be able to set the save location, - and the name of the file. + you press the "OK" button, without + showing any save dialog. Otherwise, a save dialog will be + displayed, which also shows a preview of the screenshot. + You will then be able to set the save location, and the + name of the file. + + + Xfce4 Screenshooter is also able to save the screenshot to + any remote file system supported by GVfs, such as FTP, SAMBA, + SFTP, remote computers accessible via SSH... You just need to + connect this remote file system using + gvfs-connect or + Gigolo + and it will be available in the left column of the save dialog. + + @@ -173,14 +208,70 @@ The "Open with" option saves the screenshot to the system's temporary directory and opens it - with the application set using the dropdown list below. + with the application set using the dropdown list on the right. Applications which support images are automatically detected and added to the dropdown list. - + + Host on ZimageZ + + + The "Host on ZimageZ" option allow you + to host your screenshot on this free online hosting service, + so that you can share it easily with other people. ZimageZ + automatically generates a large and a small thumbnail of your + screenshot, which can be used to create thumbnails pointing to + the full size screenshot. + + + + After pressing the "OK" button, you will + be shown this dialog: + + + + + + + + + + The dialog to host a screenshot on ZimageZ + + + + + + If you do not have a ZimageZ user name, you will need to create + one on the + ZimageZ website. Several languages are available on this + website, you can switch between using the menu up right. You must + fill all fields of this dialog. Once you click the + "OK" button, the upload will start. + + + + The dialog below will give you the links to the full size screenshot, the + large thumbnail, the small thumbnails, as well examples of HTML and BBcode + to create a thumbnail pointing to the full size screenshot: + + + + + + + + + The dialog giving the links to your screenshot on ZimageZ + + + + + + @@ -188,7 +279,7 @@ Command line options allow you to take screenshots quickly. They - also allow you to configure the Prt Scrn key on the upper right + also allow you to configure the Print Screen key on the upper right of most keyboards so that it takes screenshots. To do so, configure the keybindings of your desktop environnement so that it launches xfce4-screenshooter with one or several of the @@ -282,6 +373,18 @@ -r option is given. + + + The -u option + + + If the -u option is given, the screenshot + will be hosted on ZimageZ. See above for more details. + This option only has an effect if the + -f, the -w or the + -r option is given. + + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/da/images/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/da/images/Makefile.am --- xfce4-screenshooter-1.5.1/docs/manual/da/images/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/da/images/Makefile.am 2009-06-06 17:13:26.000000000 +0100 @@ -0,0 +1,7 @@ +imagesdir = $(datadir)/xfce4/doc/da/images +images_DATA = \ + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png + +EXTRA_DIST = $(images_DATA) diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/da/images/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/da/images/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/da/images/Makefile.in 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/da/images/Makefile.in 2009-06-14 15:27:24.000000000 +0100 @@ -0,0 +1,438 @@ +# Makefile.in generated by automake 1.10.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = docs/manual/da/images +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(imagesdir)" +imagesDATA_INSTALL = $(INSTALL_DATA) +DATA = $(images_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_LIBS = @GLIB_LIBS@ +GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ +GLIB_VERSION = @GLIB_VERSION@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ +GTK_VERSION = @GTK_VERSION@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@ +LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@ +LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@ +LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@ +LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ +LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ +LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ +LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@ +LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ +LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ +LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ +LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_ARGS = @XGETTEXT_ARGS@ +XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ +XSLTPROC = @XSLTPROC@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +imagesdir = $(datadir)/xfce4/doc/da/images +images_DATA = \ + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png + +EXTRA_DIST = $(images_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/manual/da/images/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu docs/manual/da/images/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-imagesDATA: $(images_DATA) + @$(NORMAL_INSTALL) + test -z "$(imagesdir)" || $(MKDIR_P) "$(DESTDIR)$(imagesdir)" + @list='$(images_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(imagesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(imagesdir)/$$f'"; \ + $(imagesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(imagesdir)/$$f"; \ + done + +uninstall-imagesDATA: + @$(NORMAL_UNINSTALL) + @list='$(images_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(imagesdir)/$$f'"; \ + rm -f "$(DESTDIR)$(imagesdir)/$$f"; \ + done +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(imagesdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-imagesDATA + +install-dvi: install-dvi-am + +install-exec-am: + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-imagesDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-imagesDATA install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + uninstall uninstall-am uninstall-imagesDATA + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/da/images/xfce4-screenshooter-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/da/images/xfce4-screenshooter-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/da/images/xfce4-screenshooter-zimagez-login-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/da/images/xfce4-screenshooter-zimagez-login-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/da/images/xfce4-screenshooter-zimagez-result-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/da/images/xfce4-screenshooter-zimagez-result-dialog.png differ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/da/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/da/Makefile.am --- xfce4-screenshooter-1.5.1/docs/manual/da/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/da/Makefile.am 2009-05-26 15:55:21.000000000 +0100 @@ -0,0 +1,23 @@ +# Copied from Thunar, original author: Benedict Meurer + +SUBDIRS = \ + images + +noinst_DATA = \ + xfce4-screenshooter.xml + +docdir=$(datadir)/xfce4/doc/da + +doc_DATA= \ + xfce4-screenshooter.html + +EXTRA_DIST = $(noinst_DATA) $(doc_DATA) + +if MAINTAINER_MODE +if ENABLE_XSLTPROC + +xfce4-screenshooter.html: $(srcdir)/xfce4-screenshooter.xml + $(XSLTPROC) $(top_srcdir)/docs/manual/xfce-nochunk.xsl $(srcdir)/xfce4-screenshooter.xml + +endif +endif diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/da/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/da/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/da/Makefile.in 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/da/Makefile.in 2009-06-14 15:27:24.000000000 +0100 @@ -0,0 +1,606 @@ +# Makefile.in generated by automake 1.10.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# Copied from Thunar, original author: Benedict Meurer + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = docs/manual/da +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/xfce4-screenshooter.xml.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = xfce4-screenshooter.xml +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(docdir)" +docDATA_INSTALL = $(INSTALL_DATA) +DATA = $(doc_DATA) $(noinst_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_LIBS = @GLIB_LIBS@ +GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ +GLIB_VERSION = @GLIB_VERSION@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ +GTK_VERSION = @GTK_VERSION@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@ +LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@ +LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@ +LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@ +LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ +LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ +LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ +LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@ +LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ +LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ +LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ +LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_ARGS = @XGETTEXT_ARGS@ +XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ +XSLTPROC = @XSLTPROC@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = $(datadir)/xfce4/doc/da +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = \ + images + +noinst_DATA = \ + xfce4-screenshooter.xml + +doc_DATA = \ + xfce4-screenshooter.html + +EXTRA_DIST = $(noinst_DATA) $(doc_DATA) +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/manual/da/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu docs/manual/da/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +xfce4-screenshooter.xml: $(top_builddir)/config.status $(srcdir)/xfce4-screenshooter.xml.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-docDATA: $(doc_DATA) + @$(NORMAL_INSTALL) + test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" + @list='$(doc_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \ + $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \ + done + +uninstall-docDATA: + @$(NORMAL_UNINSTALL) + @list='$(doc_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \ + rm -f "$(DESTDIR)$(docdir)/$$f"; \ + done + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(docdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: install-docDATA + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-docDATA + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic clean-libtool \ + ctags ctags-recursive distclean distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-docDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-recursive uninstall uninstall-am uninstall-docDATA + + +@ENABLE_XSLTPROC_TRUE@@MAINTAINER_MODE_TRUE@xfce4-screenshooter.html: $(srcdir)/xfce4-screenshooter.xml +@ENABLE_XSLTPROC_TRUE@@MAINTAINER_MODE_TRUE@ $(XSLTPROC) $(top_srcdir)/docs/manual/xfce-nochunk.xsl $(srcdir)/xfce4-screenshooter.xml +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/da/xfce4-screenshooter.html /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/da/xfce4-screenshooter.html --- xfce4-screenshooter-1.5.1/docs/manual/da/xfce4-screenshooter.html 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/da/xfce4-screenshooter.html 2009-06-14 13:00:05.000000000 +0100 @@ -0,0 +1,86 @@ +Xfce4 Screenshooter

Xfce4 Screenshooter

Jrme Guelfucci

+ This manual describes version 1.6.0 of Xfce4 Screenshooter. +

Der gives hermed tilladelse til kopiere, distribuere og/eller ndre dette dokument under betingelserne af GNU Free Documentation License, Version 1.1 eller enhver senere version udgivet af Free Software Foundation, med ingen ufravigelige dele; ingen forsidetekst, og ingen bagsidetekst. Hele licensteksten er til rdighed p Free Software Foundation.

February 2009


Introduction to Xfce4 Screenshooter

Dette program giver dig mulighed for at tage et billede af hele skrmen, det aktive vindue eller en markeret region. Du kan indstille forsinkelsen fr billedet er taget og handlingen med billeder udfres: gemme det som en PNG-fil, kopiere det til udklipsholderen eller bne det med et andet program.

+ If activated on build, you can also host your screenshots on + ZimageZ, + a free online image hosting service. The CURL and XMLRPC-C libraries + are required. +

Et udvidelsesmodul til panelet i Xfce er ogs tilgngeligt.

Brug af programmet

Vha. brugergrnsefladen

For at starte programmet skal du bruge "Skrmbillede"-elementet i kategorien "Tilbehr" fra hovedmenuen i Xfce.

Dette vindue vil blive vist:

Vinduet i Xfce4 Screenshooter

Omrde der skal tages et billede af

Tilvalget "Omrde der skal tages billede af" tillader dig at indstille, hvorfra skrmbilledet skal tages:

  • "Hele skrmen" tager et skrmbillede af hele skrmen, som du ser den.
  • "Aktive vindue" tager et billede af det aktive vindue, hvilket er det der, var aktivt fr denne dialog kom frem, eller hvis du indstiller en forsinkelse, er det vinduet, der er aktivt efter udlb af forsinkelsen.
  • "Vlg et omrde" tillader dig at vlge det omrde der skal tages et billede af, ved at klikke p et punkt p skrmen, og uden at slippe musen, trkke den til det modsatte hjrne af regionen og slippe museknappen.

Delay before capturing

+ The "Delay before capturing" + section allows you to set the delay that will elapse between + pressing the "OK" button and taking the + screenshot. This delay will allow you to open menus or to do + whatever action you want to see displayed on the screenshot. +

After capturing

+ The "Show the save dialog" option + is described below, in the "Action" + section. +

+ The "Close the application" option + allows you, if unchecked, to take several screenshots in + a row. If checked, the application will be closed once + the screenshot has been taken and the action you selected + executed. +

Handling

+ The "Action" section allows you to choose + what should be done with the screenshot. +

Save in

+ The "Save in" option will save the + screenshot to a PNG file. If you don't check the + "Show the save dialog" checkbox in the + "After capturing" section, the + screenshot will be saved to the folder on the right after + you press the "OK" button, without + showing any save dialog. Otherwise, a save dialog will be + displayed, which also shows a preview of the screenshot. + You will then be able to set the save location, and the + name of the file. +

+ Xfce4 Screenshooter is also able to save the screenshot to + any remote file system supported by GVfs, such as FTP, SAMBA, + SFTP, remote computers accessible via SSH... You just need to + connect this remote file system using + gvfs-connect or + Gigolo + and it will be available in the left column of the save dialog. +

Kopir til udklipsholderen

Tilvalget "Kopir til udklipsholder", lader dig indstte skrmbilledet i et andet program, s som en tekstbehandler. Afsluttes programmet fr skrmbilledet er indsat, vil billedet ofte blive slettet fra udklipsholderen. Nogle udklipsholdere kan dog undg dette.

bn med

+ The "Open with" option saves the + screenshot to the system's temporary directory and opens it + with the application set using the dropdown list on the right. + Applications which support images are automatically detected + and added to the dropdown list. +

Host on ZimageZ

+ The "Host on ZimageZ" option allow you + to host your screenshot on this free online hosting service, + so that you can share it easily with other people. ZimageZ + automatically generates a large and a small thumbnail of your + screenshot, which can be used to create thumbnails pointing to + the full size screenshot. +

+ After pressing the "OK" button, you will + be shown this dialog: +

The dialog to host a screenshot on ZimageZ

+ If you do not have a ZimageZ user name, you will need to create + one on the + ZimageZ website. Several languages are available on this + website, you can switch between using the menu up right. You must + fill all fields of this dialog. Once you click the + "OK" button, the upload will start. +

+ The dialog below will give you the links to the full size screenshot, the + large thumbnail, the small thumbnails, as well examples of HTML and BBcode + to create a thumbnail pointing to the full size screenshot: +

The dialog giving the links to your screenshot on ZimageZ

Vha. kommandolinjen

+ Command line options allow you to take screenshots quickly. They + also allow you to configure the Print Screen key on the upper right + of most keyboards so that it takes screenshots. To do so, + configure the keybindings of your desktop environnement so that + it launches xfce4-screenshooter with one or several of the + following options when the Prt Scrn key is pressed. +

Kommandolinjetilvalg

Tilvalget -w

Tilvalget -w, lader dig tage et skrmbillede af det aktive vindue.

Tilvalget -f

Tilvalget -f, lader dig tage et skrmbillede af hele skrmen.

Tilvalget -r

Tilvalget -r, lader dig vlge et omrde, der skal tages et billede af, ved at klikke p et punkt p skrmen, og uden at slippe museknappen, trkke musen til det modsatte hjrne af det omrde, og s slippe museknappen.

Tilvalget -d

Tilvalget -d efterfulgt af et positivt heltal, lader dig indstille en forsinkelse fr skrmbilledet bliver taget med tilvalget -f, -w eller -r.

Tilvalget -s

Tilvalget -s efterfulgt af stien til en eksisterende mappe, lader dig indstille, hvortil skrmbilledet skal gemmes. Dette tilvalg virker kun ,hvis man bruger den sammen med tilvalget -f, -w eller -r. Kombineret med tilvalget -h (se herunder), kan den bruges til at gemme en fil til en bestemt sti, uden at vise nogen gem-vindue.

Tilvalget -h

Hvis du angiver tilvalget -h, vil skrmbilledet automatisk blive gemt uden at vise nogen gem-vindue. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget -f, -w eller -r. Tilvalget s-, lader dig indstille hvor det skal gemmes, hvis der er behov herfor.

Tilvalget -o

Hvis tilvalget -o er angivet, efterfulgt af et programnavn, vil skrmbilledet blive gemt i systemets midlertidige katalog og blive bnet med det program der er nvnt efter tilvalget -o. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget -f, -w eller -r.

The -u option

+ If the -u option is given, the screenshot + will be hosted on ZimageZ. See above for more details. + This option only has an effect if the + -f, the -w or the + -r option is given. +

Brug af udvidelsesmodulet til panelet i Xfce

Tilfjelse af udvidelsesmodulet

For at tilfje udvidelsesmodulet; hjreklik p panelet og vlg "Tilfj nyt element""emphasis>. V"Sk, og tilf

Indstilling af udvidelsesmodulet

Du kan indstille, hvordan skrmbilleder bliver taget ved at hjreklikke p udvidelsesmodulet og vlge "Indstil". En indstillingsmenu, der ligner indstillingsmenuen til hovedprogrammet, vil vise sig. Se venligst ovenfor, for diverse indstillinger.

Brug af udvidelsesmodulet

For at tage et skrmbillede; klik da bare p udvidelsesmodulet.

diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/da/xfce4-screenshooter.xml /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/da/xfce4-screenshooter.xml --- xfce4-screenshooter-1.5.1/docs/manual/da/xfce4-screenshooter.xml 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/da/xfce4-screenshooter.xml 2009-06-14 15:27:38.000000000 +0100 @@ -0,0 +1,329 @@ + + + + +]> +
+ + + + Xfce4 Screenshooter + + &date; + + + 2008 + 2009 + Jérôme Guelfucci + + + + Der gives hermed tilladelse til kopiere, distribuere og/eller ændre dette dokument under betingelserne af GNU Free Documentation License, Version 1.1 eller enhver senere version udgivet af Free Software Foundation, med ingen ufravigelige dele; ingen forsidetekst, og ingen bagsidetekst. Hele licensteksten er til rådighed på Free Software Foundation. + + + + + Jérôme + Guelfucci + +
jeromeg@xfce.org
+
+
+
+ + + This manual describes version 1.6.0 of Xfce4 Screenshooter. + +
+ + + Introduction to Xfce4 Screenshooter + + Dette program giver dig mulighed for at tage et billede af hele skærmen, det aktive vindue eller en markeret region. Du kan indstille forsinkelsen før billedet er taget og handlingen med billeder udføres: gemme det som en PNG-fil, kopiere det til udklipsholderen eller åbne det med et andet program. + + + If activated on build, you can also host your screenshots on + ZimageZ, + a free online image hosting service. The CURL and XMLRPC-C libraries + are required. + + + Et udvidelsesmodul til panelet i Xfce er også tilgængeligt. + + + + + Brug af programmet + + + Vha. brugergrænsefladen + + For at starte programmet skal du bruge "Skærmbillede"-elementet i kategorien "Tilbehør" fra hovedmenuen i Xfce. + + Dette vindue vil blive vist: + + + + + + + + + Vinduet i Xfce4 Screenshooter + + + + + + Område der skal tages et billede af + + Tilvalget "Område der skal tages billede af" tillader dig at indstille, hvorfra skærmbilledet skal tages: + + + "Hele skærmen" tager et skærmbillede af hele skærmen, som du ser den. + "Aktive vindue" tager et billede af det aktive vindue, hvilket er det der, var aktivt før denne dialog kom frem, eller hvis du indstiller en forsinkelse, er det vinduet, der er aktivt efter udløb af forsinkelsen. + "Vælg et område" tillader dig at vælge det område der skal tages et billede af, ved at klikke på et punkt på skærmen, og uden at slippe musen, trække den til det modsatte hjørne af regionen og slippe museknappen. + + + + + Delay before capturing + + + The "Delay before capturing" + section allows you to set the delay that will elapse between + pressing the "OK" button and taking the + screenshot. This delay will allow you to open menus or to do + whatever action you want to see displayed on the screenshot. + + + + + After capturing + + + The "Show the save dialog" option + is described below, in the "Action" + section. + + + + The "Close the application" option + allows you, if unchecked, to take several screenshots in + a row. If checked, the application will be closed once + the screenshot has been taken and the action you selected + executed. + + + + + Handling + + + The "Action" section allows you to choose + what should be done with the screenshot. + + + + Save in + + + The "Save in" option will save the + screenshot to a PNG file. If you don't check the + "Show the save dialog" checkbox in the + "After capturing" section, the + screenshot will be saved to the folder on the right after + you press the "OK" button, without + showing any save dialog. Otherwise, a save dialog will be + displayed, which also shows a preview of the screenshot. + You will then be able to set the save location, and the + name of the file. + + + + Xfce4 Screenshooter is also able to save the screenshot to + any remote file system supported by GVfs, such as FTP, SAMBA, + SFTP, remote computers accessible via SSH... You just need to + connect this remote file system using + gvfs-connect or + Gigolo + and it will be available in the left column of the save dialog. + + + + + + Kopiér til udklipsholderen + + Tilvalget "Kopiér til udklipsholder", lader dig indsætte skærmbilledet i et andet program, så som en tekstbehandler. Afsluttes programmet før skærmbilledet er indsat, vil billedet ofte blive slettet fra udklipsholderen. Nogle udklipsholdere kan dog undgå dette. + + + + Åbn med + + + The "Open with" option saves the + screenshot to the system's temporary directory and opens it + with the application set using the dropdown list on the right. + Applications which support images are automatically detected + and added to the dropdown list. + + + + + Host on ZimageZ + + + The "Host on ZimageZ" option allow you + to host your screenshot on this free online hosting service, + so that you can share it easily with other people. ZimageZ + automatically generates a large and a small thumbnail of your + screenshot, which can be used to create thumbnails pointing to + the full size screenshot. + + + + After pressing the "OK" button, you will + be shown this dialog: + + + + + + + + + + The dialog to host a screenshot on ZimageZ + + + + + + If you do not have a ZimageZ user name, you will need to create + one on the + ZimageZ website. Several languages are available on this + website, you can switch between using the menu up right. You must + fill all fields of this dialog. Once you click the + "OK" button, the upload will start. + + + + The dialog below will give you the links to the full size screenshot, the + large thumbnail, the small thumbnails, as well examples of HTML and BBcode + to create a thumbnail pointing to the full size screenshot: + + + + + + + + + + The dialog giving the links to your screenshot on ZimageZ + + + + + + + + + + Vha. kommandolinjen + + + Command line options allow you to take screenshots quickly. They + also allow you to configure the Print Screen key on the upper right + of most keyboards so that it takes screenshots. To do so, + configure the keybindings of your desktop environnement so that + it launches xfce4-screenshooter with one or several of the + following options when the Prt Scrn key is pressed. + + + + Kommandolinjetilvalg + + + Tilvalget -w + + Tilvalget -w, lader dig tage et skærmbillede af det aktive vindue. + + + + Tilvalget -f + + Tilvalget -f, lader dig tage et skærmbillede af hele skærmen. + + + + Tilvalget -r + + Tilvalget -r, lader dig vælge et område, der skal tages et billede af, ved at klikke på et punkt på skærmen, og uden at slippe museknappen, trække musen til det modsatte hjørne af det område, og så slippe museknappen. + + + + Tilvalget -d + + Tilvalget -d efterfulgt af et positivt heltal, lader dig indstille en forsinkelse før skærmbilledet bliver taget med tilvalget -f, -w eller -r. + + + + Tilvalget -s + + Tilvalget -s efterfulgt af stien til en eksisterende mappe, lader dig indstille, hvortil skærmbilledet skal gemmes. Dette tilvalg virker kun ,hvis man bruger den sammen med tilvalget -f, -w eller -r. Kombineret med tilvalget -h (se herunder), kan den bruges til at gemme en fil til en bestemt sti, uden at vise nogen gem-vindue. + + + + Tilvalget -h + + Hvis du angiver tilvalget -h, vil skærmbilledet automatisk blive gemt uden at vise nogen gem-vindue. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget -f, -w eller -r. Tilvalget s-, lader dig indstille hvor det skal gemmes, hvis der er behov herfor. + + + + Tilvalget -o + + Hvis tilvalget -o er angivet, efterfulgt af et programnavn, vil skærmbilledet blive gemt i systemets midlertidige katalog og blive åbnet med det program der er nævnt efter tilvalget -o. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget -f, -w eller -r. + + + + The -u option + + + If the -u option is given, the screenshot + will be hosted on ZimageZ. See above for more details. + This option only has an effect if the + -f, the -w or the + -r option is given. + + + + + + + + Brug af udvidelsesmodulet til panelet i Xfce + + + Tilføjelse af udvidelsesmodulet + + For at tilføje udvidelsesmodulet; højreklik på panelet og vælg "Tilføj nyt element""emphasis>. V"Sk, og tilf + + + + Indstilling af udvidelsesmodulet + + Du kan indstille, hvordan skærmbilleder bliver taget ved at højreklikke på udvidelsesmodulet og vælge "Indstil". En indstillingsmenu, der ligner indstillingsmenuen til hovedprogrammet, vil vise sig. Se venligst ovenfor, for diverse indstillinger. + + + + Brug af udvidelsesmodulet + + For at tage et skærmbillede; klik da bare på udvidelsesmodulet. + + + + +
diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/da/xfce4-screenshooter.xml.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/da/xfce4-screenshooter.xml.in --- xfce4-screenshooter-1.5.1/docs/manual/da/xfce4-screenshooter.xml.in 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/da/xfce4-screenshooter.xml.in 2009-06-06 17:08:39.000000000 +0100 @@ -0,0 +1,329 @@ + + + + +]> +
+ + + + Xfce4 Screenshooter + + &date; + + + 2008 + 2009 + Jérôme Guelfucci + + + + Der gives hermed tilladelse til kopiere, distribuere og/eller ændre dette dokument under betingelserne af GNU Free Documentation License, Version 1.1 eller enhver senere version udgivet af Free Software Foundation, med ingen ufravigelige dele; ingen forsidetekst, og ingen bagsidetekst. Hele licensteksten er til rådighed på Free Software Foundation. + + + + + Jérôme + Guelfucci + +
jeromeg@xfce.org
+
+
+
+ + + This manual describes version @PACKAGE_VERSION@ of Xfce4 Screenshooter. + +
+ + + Introduction to Xfce4 Screenshooter + + Dette program giver dig mulighed for at tage et billede af hele skærmen, det aktive vindue eller en markeret region. Du kan indstille forsinkelsen før billedet er taget og handlingen med billeder udføres: gemme det som en PNG-fil, kopiere det til udklipsholderen eller åbne det med et andet program. + + + If activated on build, you can also host your screenshots on + ZimageZ, + a free online image hosting service. The CURL and XMLRPC-C libraries + are required. + + + Et udvidelsesmodul til panelet i Xfce er også tilgængeligt. + + + + + Brug af programmet + + + Vha. brugergrænsefladen + + For at starte programmet skal du bruge "Skærmbillede"-elementet i kategorien "Tilbehør" fra hovedmenuen i Xfce. + + Dette vindue vil blive vist: + + + + + + + + + Vinduet i Xfce4 Screenshooter + + + + + + Område der skal tages et billede af + + Tilvalget "Område der skal tages billede af" tillader dig at indstille, hvorfra skærmbilledet skal tages: + + + "Hele skærmen" tager et skærmbillede af hele skærmen, som du ser den. + "Aktive vindue" tager et billede af det aktive vindue, hvilket er det der, var aktivt før denne dialog kom frem, eller hvis du indstiller en forsinkelse, er det vinduet, der er aktivt efter udløb af forsinkelsen. + "Vælg et område" tillader dig at vælge det område der skal tages et billede af, ved at klikke på et punkt på skærmen, og uden at slippe musen, trække den til det modsatte hjørne af regionen og slippe museknappen. + + + + + Delay before capturing + + + The "Delay before capturing" + section allows you to set the delay that will elapse between + pressing the "OK" button and taking the + screenshot. This delay will allow you to open menus or to do + whatever action you want to see displayed on the screenshot. + + + + + After capturing + + + The "Show the save dialog" option + is described below, in the "Action" + section. + + + + The "Close the application" option + allows you, if unchecked, to take several screenshots in + a row. If checked, the application will be closed once + the screenshot has been taken and the action you selected + executed. + + + + + Handling + + + The "Action" section allows you to choose + what should be done with the screenshot. + + + + Save in + + + The "Save in" option will save the + screenshot to a PNG file. If you don't check the + "Show the save dialog" checkbox in the + "After capturing" section, the + screenshot will be saved to the folder on the right after + you press the "OK" button, without + showing any save dialog. Otherwise, a save dialog will be + displayed, which also shows a preview of the screenshot. + You will then be able to set the save location, and the + name of the file. + + + + Xfce4 Screenshooter is also able to save the screenshot to + any remote file system supported by GVfs, such as FTP, SAMBA, + SFTP, remote computers accessible via SSH... You just need to + connect this remote file system using + gvfs-connect or + Gigolo + and it will be available in the left column of the save dialog. + + + + + + Kopiér til udklipsholderen + + Tilvalget "Kopiér til udklipsholder", lader dig indsætte skærmbilledet i et andet program, så som en tekstbehandler. Afsluttes programmet før skærmbilledet er indsat, vil billedet ofte blive slettet fra udklipsholderen. Nogle udklipsholdere kan dog undgå dette. + + + + Åbn med + + + The "Open with" option saves the + screenshot to the system's temporary directory and opens it + with the application set using the dropdown list on the right. + Applications which support images are automatically detected + and added to the dropdown list. + + + + + Host on ZimageZ + + + The "Host on ZimageZ" option allow you + to host your screenshot on this free online hosting service, + so that you can share it easily with other people. ZimageZ + automatically generates a large and a small thumbnail of your + screenshot, which can be used to create thumbnails pointing to + the full size screenshot. + + + + After pressing the "OK" button, you will + be shown this dialog: + + + + + + + + + + The dialog to host a screenshot on ZimageZ + + + + + + If you do not have a ZimageZ user name, you will need to create + one on the + ZimageZ website. Several languages are available on this + website, you can switch between using the menu up right. You must + fill all fields of this dialog. Once you click the + "OK" button, the upload will start. + + + + The dialog below will give you the links to the full size screenshot, the + large thumbnail, the small thumbnails, as well examples of HTML and BBcode + to create a thumbnail pointing to the full size screenshot: + + + + + + + + + + The dialog giving the links to your screenshot on ZimageZ + + + + + + + + + + Vha. kommandolinjen + + + Command line options allow you to take screenshots quickly. They + also allow you to configure the Print Screen key on the upper right + of most keyboards so that it takes screenshots. To do so, + configure the keybindings of your desktop environnement so that + it launches xfce4-screenshooter with one or several of the + following options when the Prt Scrn key is pressed. + + + + Kommandolinjetilvalg + + + Tilvalget -w + + Tilvalget -w, lader dig tage et skærmbillede af det aktive vindue. + + + + Tilvalget -f + + Tilvalget -f, lader dig tage et skærmbillede af hele skærmen. + + + + Tilvalget -r + + Tilvalget -r, lader dig vælge et område, der skal tages et billede af, ved at klikke på et punkt på skærmen, og uden at slippe museknappen, trække musen til det modsatte hjørne af det område, og så slippe museknappen. + + + + Tilvalget -d + + Tilvalget -d efterfulgt af et positivt heltal, lader dig indstille en forsinkelse før skærmbilledet bliver taget med tilvalget -f, -w eller -r. + + + + Tilvalget -s + + Tilvalget -s efterfulgt af stien til en eksisterende mappe, lader dig indstille, hvortil skærmbilledet skal gemmes. Dette tilvalg virker kun ,hvis man bruger den sammen med tilvalget -f, -w eller -r. Kombineret med tilvalget -h (se herunder), kan den bruges til at gemme en fil til en bestemt sti, uden at vise nogen gem-vindue. + + + + Tilvalget -h + + Hvis du angiver tilvalget -h, vil skærmbilledet automatisk blive gemt uden at vise nogen gem-vindue. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget -f, -w eller -r. Tilvalget s-, lader dig indstille hvor det skal gemmes, hvis der er behov herfor. + + + + Tilvalget -o + + Hvis tilvalget -o er angivet, efterfulgt af et programnavn, vil skærmbilledet blive gemt i systemets midlertidige katalog og blive åbnet med det program der er nævnt efter tilvalget -o. Dette tilvalg virker kun, hvis det bruges sammen med tilvalget -f, -w eller -r. + + + + The -u option + + + If the -u option is given, the screenshot + will be hosted on ZimageZ. See above for more details. + This option only has an effect if the + -f, the -w or the + -r option is given. + + + + + + + + Brug af udvidelsesmodulet til panelet i Xfce + + + Tilføjelse af udvidelsesmodulet + + For at tilføje udvidelsesmodulet; højreklik på panelet og vælg "Tilføj nyt element""emphasis>. V"Sk, og tilf + + + + Indstilling af udvidelsesmodulet + + Du kan indstille, hvordan skærmbilleder bliver taget ved at højreklikke på udvidelsesmodulet og vælge "Indstil". En indstillingsmenu, der ligner indstillingsmenuen til hovedprogrammet, vil vise sig. Se venligst ovenfor, for diverse indstillinger. + + + + Brug af udvidelsesmodulet + + For at tage et skærmbillede; klik da bare på udvidelsesmodulet. + + + + +
diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/fr/images/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/fr/images/Makefile.am --- xfce4-screenshooter-1.5.1/docs/manual/fr/images/Makefile.am 2009-02-25 09:42:25.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/fr/images/Makefile.am 2009-05-30 23:48:23.000000000 +0100 @@ -1,5 +1,7 @@ imagesdir = $(datadir)/xfce4/doc/fr/images images_DATA = \ - xfce4-screenshooter-dialog.png + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png EXTRA_DIST = $(images_DATA) diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/fr/images/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/fr/images/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/fr/images/Makefile.in 2009-02-25 09:56:14.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/fr/images/Makefile.in 2009-06-14 15:27:25.000000000 +0100 @@ -68,6 +68,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -81,10 +85,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -92,6 +92,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -180,6 +184,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ @@ -234,7 +241,9 @@ top_srcdir = @top_srcdir@ imagesdir = $(datadir)/xfce4/doc/fr/images images_DATA = \ - xfce4-screenshooter-dialog.png + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png EXTRA_DIST = $(images_DATA) all: all-am Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/fr/images/xfce4-screenshooter-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/fr/images/xfce4-screenshooter-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/fr/images/xfce4-screenshooter-zimagez-login-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/fr/images/xfce4-screenshooter-zimagez-login-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/fr/images/xfce4-screenshooter-zimagez-result-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/fr/images/xfce4-screenshooter-zimagez-result-dialog.png differ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/fr/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/fr/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/fr/Makefile.in 2009-02-25 09:56:13.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/fr/Makefile.in 2009-06-14 15:27:24.000000000 +0100 @@ -83,6 +83,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -96,10 +100,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -107,6 +107,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -195,6 +199,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/fr/xfce4-screenshooter.html /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/fr/xfce4-screenshooter.html --- xfce4-screenshooter-1.5.1/docs/manual/fr/xfce4-screenshooter.html 2009-02-25 09:55:55.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/fr/xfce4-screenshooter.html 2009-06-14 13:00:06.000000000 +0100 @@ -1 +1 @@ -Xfce4 Screenshooter

Xfce4 Screenshooter

Jrme Guelfucci

Ce manuel dcrit la version 1.5.1 de xfce4-screenshooter.

Vous pouvez copier, distribuer et/ou modifier ce document sous les termes de la licences GNU Free Documentation, dans sa version 1.1 ou tout autre version postrieure publie par la Free Software Foundation; sans 'Invariant Sections', sans 'Front-Cover Texts' et sans 'Back-Cover Texts'. The texte complet de la license est fourni par la Free Software Foundation.

February 2009


Introduction 1.5.1 of xfce4-screenshooter.

Cette application permet de prendre des captures d'cran de l'cran tout entier, de la fentre active ou d'une zone slectionne. Il est possible de rgler le dlai avant la prise de la capture d'cran et l'action effectuer avec la capture d'cran: la sauvegarder dans un fichier PNG, la copier dans le presse-papier, ou l'ouvrir avec une autre application.

Une extension pour le tableau de bord de Xfce est aussi disponible.

Utilisation de l'application

Via l'interface graphique

Pour lancer l'application, utilisez le lanceur "Capture d'cran", dans la catgorie "Accessoires" du menu principal de Xfce.

Cette fentre apparatra alors :

La fentre de Xfce4 Screenshooter

Zone capturer

La section "Zone capturer" permet de choisir la partie de l'cran capturer :

  • "L'cran tout entier" prend une capture de l'cran tel que vous le voyez, dans sa totalit.
  • "La fentre active" prend une capture de la fentre qui est active, c'est dire celle qui tait active avant que cette fentre ne soit apparue ou, si vous spcifiez un dlai, celle qui est active aprs que le dlai se soit coul.
  • "Slectionner une zone" vous permet de slectionner une zone capturer en cliquant avec la souris sur un point de l'cran sans relacher le bouton de la souris, puis en dplaant la souris jusqu' l'autre coin de la zone et enfin en relachant le bouton de la souris.

Dlai avant la prise de la capture d'cran

La section "Dlai avant la prise de la capture d'cran" permet de rgler le dlai qui s'coule entre l'appui sur le bouton "Prendre la capture d'cran" et la prise de la capture d'cran. Cela permet d'ouvrir des menus, d'effectuer une action quelconque afficher sur la capture d'cran.

Action

La section "Action" permet de choisir l'action effectuer avec la capture d'cran. Trois actions sont possibles.

Sauvegarder

"Sauvegarder" enregistrera la capture d'cran dans un fichier PNG. Si vous cochez la case "Sauvegarder par dfaut dans", la capture d'cran sera enregistre aprs l'appui sur le boutton "Prendre la capture d'cran" dans le dossier spcifi droite, sans afficher de fentre de sauvegarde. Sinon, une fentre de sauvegarde vous permettra de choisir o la sauvegarder, et sous quel nom.

Copier dans le presse papier

"Copier dans le presse papier" permet de coller la capture d'cran dans une autre application, comme un logiciel de traitement de texte. Quitter l'application avant d'avoir coll la capture d'cran provoque souvent son effacement du presse papier, certains gestionnaires de presse papier permettent d'viter ce problme.

Ouvrir avec

"Ouvrir avec" permet d'enregistrer la capture d'cran dans le dossier temporaire du systme et de l'ouvrir avec l'application choisie dans le champ en dessous. Les applications permettant d'ouvrir des images sont automatiquement dtectes et proposes dans la liste droulante.

Via la ligne de commande

Les options de ligne de commande permettent de prendre des captures d'cran rapidement. Elles permettent aussi de faire fonctionner la touche Prt Scrn en haut droite de la plus part des claviers. Pour cela, rglez les raccourcis de votre environnement de bureau pour qu'ils lancent xfce4-screenshooter avec une ou plusieurs des options suivantes lorsque la touche Prt Scrn est appuye.

Les options en ligne de commande

L'option -w

L'option -w permet de prendre une capture d'cran de la fentre active.

L'option -f

L'option -f permet de prendre une capture d'cran de l'cran tout entier.

L'option -r

L'option -r permet de slectionner une zone capturer en cliquant avec la souris sur un point de l'cran sans relacher le bouton de la souris, puis en dplaant la souris jusqu' l'autre coin de la zone et enfin en relachant le bouton de la souris.

L'option -d

L'option -d suivie d'un entier positif permet de rgler le dlai en secondes avant la prise de la capture d'cran lorsque les options -w, -f ou -r sont donnes.

L'option -s

L'option -s suivie d'un chemin vers un dossier existant permet de choisir o la capture d'cran est sauvegarde. Elle n'a un effet que si les options -w, -f ou -r sont donnes. En combinant cette option avec l'option -h, vous pouvez enregistrer une capture d'cran dans un dossier donn, sans afficher de fentre de sauvegarde.

L'option -h

L'option -h permet de sauvegarder les captures d'cran sans afficher de fentre de sauvegarde. L'option -s permet de choisir o les sauvegarder. Cette option n'a un effet que si les options -w, -f ou -r sont donnes.

L'option -o

L'option -o suivie d'un nom d'application permet de sauvegarder la capture d'cran dans le dossier temporaire du systme et de l'ouvrir avec l'application dont le nom est donn aprs -o. Cette option n'a un effet que si les options -w, -f ou -r sont donnes.

Utilisation de l'extension pour le tableau de bord de Xfce

Ajout de l'extension

Pour ajouter l'extension au tableau de bord, cliquez droit sur le tableau de bord et slectionnez "Ajouter un lment". Dans la fentre qui apparat, choisissez d'ajouter l'extension nomme "Capture d'cran".

Configuration de l'extension

Vous pouvez ensuite configurer la prise des capture d'cran en cliquant droit sur l'icne de l'extension, sur le tableau de bord, et en choisissant "Configurer". Une fentre de configuration similaire la fentre de l'application que vous pouvez voir plus haut apparat alors. Merci de regarder plus haut pour les diffrentes options.

Utilisation

Il suffit ce cliquer sur l'icne de l'extension pour prendre une capture d'cran.

+Xfce4 Screenshooter

Xfce4 Screenshooter

Jrme Guelfucci

Ce manuel dcrit la version 1.6.0 de Xfce4 Screenshooter.

Vous pouvez copier, distribuer et/ou modifier ce document sous les termes de la licences GNU Free Documentation, dans sa version 1.1 ou tout autre version postrieure publie par la Free Software Foundation; sans 'Invariant Sections', sans 'Front-Cover Texts' et sans 'Back-Cover Texts'. The texte complet de la license est fourni par la Free Software Foundation.

February 2009


Introduction Xfce4 Screenshooter

Cette application permet de prendre des captures d'cran de l'cran tout entier, de la fentre active ou d'une zone slectionne. Il est possible de rgler le dlai avant la prise de la capture d'cran et l'action effectuer avec la capture d'cran: la sauvegarder dans un fichier PNG, la copier dans le presse-papier, ou l'ouvrir avec une autre application.

Si activ lors de la compilation, vous pouvez aussi hberger vos captures d'cran sur ZimageZ, une solution en ligne gratuite d'hbergement d'images. Les bibliothques CURL et XMLRPC-C sont requises.

Une extension pour le tableau de bord de Xfce est aussi disponible.

Utilisation de l'application

Via l'interface graphique

Pour lancer l'application, utilisez le lanceur "Capture d'cran", dans la catgorie "Accessoires" du menu principal de Xfce.

Cette fentre apparatra alors :

La fentre de Xfce4 Screenshooter

Zone capturer

La section "Zone capturer" permet de choisir la partie de l'cran capturer :

  • "L'cran tout entier" prend une capture de l'cran tel que vous le voyez, dans sa totalit.
  • "La fentre active" prend une capture de la fentre qui est active, c'est dire celle qui tait active avant que cette fentre ne soit apparue ou, si vous spcifiez un dlai, celle qui est active aprs que le dlai se soit coul.
  • "Slectionner une zone" vous permet de slectionner une zone capturer en cliquant avec la souris sur un point de l'cran sans relacher le bouton de la souris, puis en dplaant la souris jusqu' l'autre coin de la zone et enfin en relachant le bouton de la souris.

Dlai avant la capture

La section "Dlai avant la capture" permet de rgler le dlai qui s'coule entre l'appui sur le bouton "OK" et la prise de la capture d'cran. Cela permet d'ouvrir des menus, d'effectuer une action quelconque afficher sur la capture d'cran.

Aprs la capture

L'option "Afficher la fentre de sauvegarde" est dcrite ci-dessous, dans la section "Action".

L'option "Fermer l'application" permet, si dsactive, de prendre plusieurs captures d'cran la suite. Si active, l'application sera ferme une fois la capture d'cran prise et l'action slectionne xcute.

Action

La section "Action" permet de choisir l'action effectuer avec la capture d'cran.

Sauvegarder dans

"Sauvegarder" enregistrera la capture d'cran dans un fichier PNG. Si vous ne cochez pas la case "Afficher la fentre de sauvegarde", la capture d'cran sera enregistre aprs l'appui sur le boutton "OK" dans le dossier spcifi droite, sans afficher de fentre de sauvegarde. Sinon, une fentre de sauvegarde vous permettra de choisir o la sauvegarder, et sous quel nom.

Xfce4 Screenshooter peut aussi sauvegarder la capture d'cran dans n'importe quel systme de fichiers virtuel pris en charge par GVfs, comme FTP, SAMBA, SFTP, machines distance accessibles via SSH... Il suffit de connecter ces systmes de fichiers distants l'aide de gvfs-connect ou de Gigolo, puis ils seront disponible dans la colonne de gauche de la fentre de suavegarde.

Copier dans le presse papier

"Copier dans le presse papier" permet de coller la capture d'cran dans une autre application, comme un logiciel de traitement de texte. Quitter l'application avant d'avoir coll la capture d'cran provoque souvent son effacement du presse papier, certains gestionnaires de presse papier permettent d'viter ce problme.

Ouvrir avec

"Ouvrir avec" permet d'enregistrer la capture d'cran dans le dossier temporaire du systme et de l'ouvrir avec l'application choisie dans la liste droulante droite. Les applications permettant d'ouvrir des images sont automatiquement dtectes et proposes dans la liste droulante.

Hberger sur ZimageZ

L'option "Hberger sur ZimageZ" permet d'hberger votre capture d'cran sur ce service en ligne gratuit d'hbergement d'images, ce qui permet de la partager facilement avec d'autres personnes. ZimageZ gnre automatiquement une grande et une petite miniature de votre capture d'cran, qui peuvent tre utilises pour crer des miniatures qui pointent sur l'image en taill relle.

Aprs avoir appuy sur le bouton "OK", cette fentre s'affichera :

La fentre pour hberger une capture d'cran sur ZimageZ

Si vous n'avez pas pas de nom d'utilisateur ZimageZ, il vous faudra en crer un sur le site Internet de ZimageZ. Plusieurs langues sont disponibles sur ce site, vous pouvez en changer en utilisant le menu en haut droite. Vous devez remplir tous les champs de cette fentre. Une fois que vous avez valid, la mise en ligne commencera.

La fentre ci-dessous vous donne les liens vers la capture d'cran en taille relle, la grande et la petite miniature, ainsi que des exemples de code HTML et BBcode pour construire une miniature qui pointe vers la capture d'cran taille relle :

La fentre qui donne les liens vers votre capture d'cran sur ZimageZ

Via la ligne de commande

Les options de ligne de commande permettent de prendre des captures d'cran rapidement. Elles permettent aussi de faire fonctionner la touche Print Screen en haut droite de la plus part des claviers. Pour cela, rglez les raccourcis de votre environnement de bureau pour qu'ils lancent xfce4-screenshooter avec une ou plusieurs des options suivantes lorsque la touche Prt Scrn est appuye.

Les options en ligne de commande

L'option -w

L'option -w permet de prendre une capture d'cran de la fentre active.

L'option -f

L'option -f permet de prendre une capture d'cran de l'cran tout entier.

L'option -r

L'option -r permet de slectionner une zone capturer en cliquant avec la souris sur un point de l'cran sans relacher le bouton de la souris, puis en dplaant la souris jusqu' l'autre coin de la zone et enfin en relachant le bouton de la souris.

L'option -d

L'option -d suivie d'un entier positif permet de rgler le dlai en secondes avant la prise de la capture d'cran lorsque les options -w, -f ou -r sont donnes.

L'option -s

L'option -s suivie d'un chemin vers un dossier existant permet de choisir o la capture d'cran est sauvegarde. Elle n'a un effet que si les options -w, -f ou -r sont donnes. En combinant cette option avec l'option -h, vous pouvez enregistrer une capture d'cran dans un dossier donn, sans afficher de fentre de sauvegarde.

L'option -h

L'option -h permet de sauvegarder les captures d'cran sans afficher de fentre de sauvegarde. L'option -s permet de choisir o les sauvegarder. Cette option n'a un effet que si les options -w, -f ou -r sont donnes.

L'option -o

L'option -o suivie d'un nom d'application permet de sauvegarder la capture d'cran dans le dossier temporaire du systme et de l'ouvrir avec l'application dont le nom est donn aprs -o. Cette option n'a un effet que si les options -w, -f ou -r sont donnes.

L'option -u

L'option -u permet d'hberger la capture d'cran sur ZimageZ. Cette option n'a un effet que si les options -w, -f ou -r sont donnes.

Utilisation de l'extension pour le tableau de bord de Xfce

Ajout de l'extension

Pour ajouter l'extension au tableau de bord, cliquez droit sur le tableau de bord et slectionnez "Ajouter un lment". Dans la fentre qui apparat, choisissez d'ajouter l'extension nomme "Capture d'cran".

Configuration de l'extension

Vous pouvez ensuite configurer la prise des capture d'cran en cliquant droit sur l'icne de l'extension, sur le tableau de bord, et en choisissant "Configurer". Une fentre de configuration similaire la fentre de l'application que vous pouvez voir plus haut apparat alors. Merci de regarder plus haut pour les diffrentes options.

Utilisation

Il suffit ce cliquer sur l'icne de l'extension pour prendre une capture d'cran.

diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/fr/xfce4-screenshooter.xml /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/fr/xfce4-screenshooter.xml --- xfce4-screenshooter-1.5.1/docs/manual/fr/xfce4-screenshooter.xml 2009-02-25 09:56:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/fr/xfce4-screenshooter.xml 2009-06-14 15:27:38.000000000 +0100 @@ -1,7 +1,7 @@ - + ]>
@@ -32,14 +32,16 @@ - Ce manuel décrit la version 1.5.1 de xfce4-screenshooter. + Ce manuel décrit la version 1.6.0 de Xfce4 Screenshooter. - Introduction à 1.5.1 of xfce4-screenshooter. + Introduction à Xfce4 Screenshooter Cette application permet de prendre des captures d'écran de l'écran tout entier, de la fenêtre active ou d'une zone sélectionnée. Il est possible de régler le délai avant la prise de la capture d'écran et l'action à effectuer avec la capture d'écran: la sauvegarder dans un fichier PNG, la copier dans le presse-papier, ou l'ouvrir avec une autre application. + Si activé lors de la compilation, vous pouvez aussi héberger vos captures d'écran sur ZimageZ, une solution en ligne gratuite d'hébergement d'images. Les bibliothèques CURL et XMLRPC-C sont requises. + Une extension pour le tableau de bord de Xfce est aussi disponible. @@ -79,20 +81,31 @@ - Délai avant la prise de la capture d'écran + Délai avant la capture - La section "Délai avant la prise de la capture d'écran" permet de régler le délai qui s'écoule entre l'appui sur le bouton "Prendre la capture d'écran" et la prise de la capture d'écran. Cela permet d'ouvrir des menus, d'effectuer une action quelconque à afficher sur la capture d'écran. + La section "Délai avant la capture" permet de régler le délai qui s'écoule entre l'appui sur le bouton "OK" et la prise de la capture d'écran. Cela permet d'ouvrir des menus, d'effectuer une action quelconque à afficher sur la capture d'écran. + + + + Après la capture + + L'option "Afficher la fenêtre de sauvegarde" est décrite ci-dessous, dans la section "Action". + + L'option "Fermer l'application" permet, si désactivée, de prendre plusieurs captures d'écran à la suite. Si activée, l'application sera fermée une fois la capture d'écran prise et l'action sélectionnée éxécutée. Action - La section "Action" permet de choisir l'action à effectuer avec la capture d'écran. Trois actions sont possibles. + La section "Action" permet de choisir l'action à effectuer avec la capture d'écran. - Sauvegarder + Sauvegarder dans + + "Sauvegarder" enregistrera la capture d'écran dans un fichier PNG. Si vous ne cochez pas la case "Afficher la fenêtre de sauvegarde", la capture d'écran sera enregistrée après l'appui sur le boutton "OK" dans le dossier spécifié à droite, sans afficher de fenêtre de sauvegarde. Sinon, une fenêtre de sauvegarde vous permettra de choisir où la sauvegarder, et sous quel nom. + + Xfce4 Screenshooter peut aussi sauvegarder la capture d'écran dans n'importe quel système de fichiers virtuel pris en charge par GVfs, comme FTP, SAMBA, SFTP, machines à distance accessibles via SSH... Il suffit de connecter ces systèmes de fichiers distants à l'aide de gvfs-connect ou de Gigolo, puis ils seront disponible dans la colonne de gauche de la fenêtre de suavegarde. - "Sauvegarder" enregistrera la capture d'écran dans un fichier PNG. Si vous cochez la case "Sauvegarder par défaut dans", la capture d'écran sera enregistrée après l'appui sur le boutton "Prendre la capture d'écran" dans le dossier spécifié à droite, sans afficher de fenêtre de sauvegarde. Sinon, une fenêtre de sauvegarde vous permettra de choisir où la sauvegarder, et sous quel nom. @@ -104,17 +117,52 @@ Ouvrir avec - "Ouvrir avec" permet d'enregistrer la capture d'écran dans le dossier temporaire du système et de l'ouvrir avec l'application choisie dans le champ en dessous. Les applications permettant d'ouvrir des images sont automatiquement détectées et proposées dans la liste déroulante. + "Ouvrir avec" permet d'enregistrer la capture d'écran dans le dossier temporaire du système et de l'ouvrir avec l'application choisie dans la liste déroulante à droite. Les applications permettant d'ouvrir des images sont automatiquement détectées et proposées dans la liste déroulante. - + + Héberger sur ZimageZ + + L'option "Héberger sur ZimageZ" permet d'héberger votre capture d'écran sur ce service en ligne gratuit d'hébergement d'images, ce qui permet de la partager facilement avec d'autres personnes. ZimageZ génère automatiquement une grande et une petite miniature de votre capture d'écran, qui peuvent être utilisées pour créer des miniatures qui pointent sur l'image en taill réelle. + + Après avoir appuyé sur le bouton "OK", cette fenêtre s'affichera : + + + + + + + + + La fenêtre pour héberger une capture d'écran sur ZimageZ + + + + + Si vous n'avez pas pas de nom d'utilisateur ZimageZ, il vous faudra en créer un sur le site Internet de ZimageZ. Plusieurs langues sont disponibles sur ce site, vous pouvez en changer en utilisant le menu en haut à droite. Vous devez remplir tous les champs de cette fenêtre. Une fois que vous avez validé, la mise en ligne commencera. + + La fenêtre ci-dessous vous donne les liens vers la capture d'écran en taille réelle, la grande et la petite miniature, ainsi que des exemples de code HTML et BBcode pour construire une miniature qui pointe vers la capture d'écran taille réelle : + + + + + + + + + La fenêtre qui donne les liens vers votre capture d'écran sur ZimageZ + + + + + Via la ligne de commande - Les options de ligne de commande permettent de prendre des captures d'écran rapidement. Elles permettent aussi de faire fonctionner la touche Prt Scrn en haut à droite de la plus part des claviers. Pour cela, réglez les raccourcis de votre environnement de bureau pour qu'ils lancent xfce4-screenshooter avec une ou plusieurs des options suivantes lorsque la touche Prt Scrn est appuyée. + Les options de ligne de commande permettent de prendre des captures d'écran rapidement. Elles permettent aussi de faire fonctionner la touche Print Screen en haut à droite de la plus part des claviers. Pour cela, réglez les raccourcis de votre environnement de bureau pour qu'ils lancent xfce4-screenshooter avec une ou plusieurs des options suivantes lorsque la touche Prt Scrn est appuyée. Les options en ligne de commande @@ -160,6 +208,12 @@ L'option -o suivie d'un nom d'application permet de sauvegarder la capture d'écran dans le dossier temporaire du système et de l'ouvrir avec l'application dont le nom est donné après -o. Cette option n'a un effet que si les options -w, -f ou -r sont données. + + + L'option -u + + L'option -u permet d'héberger la capture d'écran sur ZimageZ. Cette option n'a un effet que si les options -w, -f ou -r sont données. + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/fr/xfce4-screenshooter.xml.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/fr/xfce4-screenshooter.xml.in --- xfce4-screenshooter-1.5.1/docs/manual/fr/xfce4-screenshooter.xml.in 2009-02-25 09:42:25.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/fr/xfce4-screenshooter.xml.in 2009-06-06 17:08:39.000000000 +0100 @@ -32,14 +32,16 @@ - Ce manuel décrit la version @PACKAGE_VERSION@ de @PACKAGE_NAME@. + Ce manuel décrit la version @PACKAGE_VERSION@ de Xfce4 Screenshooter. - Introduction à @PACKAGE_VERSION@ of @PACKAGE_NAME@. + Introduction à Xfce4 Screenshooter Cette application permet de prendre des captures d'écran de l'écran tout entier, de la fenêtre active ou d'une zone sélectionnée. Il est possible de régler le délai avant la prise de la capture d'écran et l'action à effectuer avec la capture d'écran: la sauvegarder dans un fichier PNG, la copier dans le presse-papier, ou l'ouvrir avec une autre application. + Si activé lors de la compilation, vous pouvez aussi héberger vos captures d'écran sur ZimageZ, une solution en ligne gratuite d'hébergement d'images. Les bibliothèques CURL et XMLRPC-C sont requises. + Une extension pour le tableau de bord de Xfce est aussi disponible. @@ -79,20 +81,31 @@ - Délai avant la prise de la capture d'écran + Délai avant la capture - La section "Délai avant la prise de la capture d'écran" permet de régler le délai qui s'écoule entre l'appui sur le bouton "Prendre la capture d'écran" et la prise de la capture d'écran. Cela permet d'ouvrir des menus, d'effectuer une action quelconque à afficher sur la capture d'écran. + La section "Délai avant la capture" permet de régler le délai qui s'écoule entre l'appui sur le bouton "OK" et la prise de la capture d'écran. Cela permet d'ouvrir des menus, d'effectuer une action quelconque à afficher sur la capture d'écran. + + + + Après la capture + + L'option "Afficher la fenêtre de sauvegarde" est décrite ci-dessous, dans la section "Action". + + L'option "Fermer l'application" permet, si désactivée, de prendre plusieurs captures d'écran à la suite. Si activée, l'application sera fermée une fois la capture d'écran prise et l'action sélectionnée éxécutée. Action - La section "Action" permet de choisir l'action à effectuer avec la capture d'écran. Trois actions sont possibles. + La section "Action" permet de choisir l'action à effectuer avec la capture d'écran. - Sauvegarder + Sauvegarder dans + + "Sauvegarder" enregistrera la capture d'écran dans un fichier PNG. Si vous ne cochez pas la case "Afficher la fenêtre de sauvegarde", la capture d'écran sera enregistrée après l'appui sur le boutton "OK" dans le dossier spécifié à droite, sans afficher de fenêtre de sauvegarde. Sinon, une fenêtre de sauvegarde vous permettra de choisir où la sauvegarder, et sous quel nom. + + Xfce4 Screenshooter peut aussi sauvegarder la capture d'écran dans n'importe quel système de fichiers virtuel pris en charge par GVfs, comme FTP, SAMBA, SFTP, machines à distance accessibles via SSH... Il suffit de connecter ces systèmes de fichiers distants à l'aide de gvfs-connect ou de Gigolo, puis ils seront disponible dans la colonne de gauche de la fenêtre de suavegarde. - "Sauvegarder" enregistrera la capture d'écran dans un fichier PNG. Si vous cochez la case "Sauvegarder par défaut dans", la capture d'écran sera enregistrée après l'appui sur le boutton "Prendre la capture d'écran" dans le dossier spécifié à droite, sans afficher de fenêtre de sauvegarde. Sinon, une fenêtre de sauvegarde vous permettra de choisir où la sauvegarder, et sous quel nom. @@ -104,17 +117,52 @@ Ouvrir avec - "Ouvrir avec" permet d'enregistrer la capture d'écran dans le dossier temporaire du système et de l'ouvrir avec l'application choisie dans le champ en dessous. Les applications permettant d'ouvrir des images sont automatiquement détectées et proposées dans la liste déroulante. + "Ouvrir avec" permet d'enregistrer la capture d'écran dans le dossier temporaire du système et de l'ouvrir avec l'application choisie dans la liste déroulante à droite. Les applications permettant d'ouvrir des images sont automatiquement détectées et proposées dans la liste déroulante. - + + Héberger sur ZimageZ + + L'option "Héberger sur ZimageZ" permet d'héberger votre capture d'écran sur ce service en ligne gratuit d'hébergement d'images, ce qui permet de la partager facilement avec d'autres personnes. ZimageZ génère automatiquement une grande et une petite miniature de votre capture d'écran, qui peuvent être utilisées pour créer des miniatures qui pointent sur l'image en taill réelle. + + Après avoir appuyé sur le bouton "OK", cette fenêtre s'affichera : + + + + + + + + + La fenêtre pour héberger une capture d'écran sur ZimageZ + + + + + Si vous n'avez pas pas de nom d'utilisateur ZimageZ, il vous faudra en créer un sur le site Internet de ZimageZ. Plusieurs langues sont disponibles sur ce site, vous pouvez en changer en utilisant le menu en haut à droite. Vous devez remplir tous les champs de cette fenêtre. Une fois que vous avez validé, la mise en ligne commencera. + + La fenêtre ci-dessous vous donne les liens vers la capture d'écran en taille réelle, la grande et la petite miniature, ainsi que des exemples de code HTML et BBcode pour construire une miniature qui pointe vers la capture d'écran taille réelle : + + + + + + + + + La fenêtre qui donne les liens vers votre capture d'écran sur ZimageZ + + + + + Via la ligne de commande - Les options de ligne de commande permettent de prendre des captures d'écran rapidement. Elles permettent aussi de faire fonctionner la touche Prt Scrn en haut à droite de la plus part des claviers. Pour cela, réglez les raccourcis de votre environnement de bureau pour qu'ils lancent xfce4-screenshooter avec une ou plusieurs des options suivantes lorsque la touche Prt Scrn est appuyée. + Les options de ligne de commande permettent de prendre des captures d'écran rapidement. Elles permettent aussi de faire fonctionner la touche Print Screen en haut à droite de la plus part des claviers. Pour cela, réglez les raccourcis de votre environnement de bureau pour qu'ils lancent xfce4-screenshooter avec une ou plusieurs des options suivantes lorsque la touche Prt Scrn est appuyée. Les options en ligne de commande @@ -160,6 +208,12 @@ L'option -o suivie d'un nom d'application permet de sauvegarder la capture d'écran dans le dossier temporaire du système et de l'ouvrir avec l'application dont le nom est donné après -o. Cette option n'a un effet que si les options -w, -f ou -r sont données. + + + L'option -u + + L'option -u permet d'héberger la capture d'écran sur ZimageZ. Cette option n'a un effet que si les options -w, -f ou -r sont données. + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/gl/images/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/gl/images/Makefile.am --- xfce4-screenshooter-1.5.1/docs/manual/gl/images/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/gl/images/Makefile.am 2009-06-06 17:14:15.000000000 +0100 @@ -0,0 +1,7 @@ +imagesdir = $(datadir)/xfce4/doc/gl/images +images_DATA = \ + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png + +EXTRA_DIST = $(images_DATA) diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/gl/images/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/gl/images/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/gl/images/Makefile.in 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/gl/images/Makefile.in 2009-06-14 15:27:25.000000000 +0100 @@ -0,0 +1,438 @@ +# Makefile.in generated by automake 1.10.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = docs/manual/gl/images +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(imagesdir)" +imagesDATA_INSTALL = $(INSTALL_DATA) +DATA = $(images_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_LIBS = @GLIB_LIBS@ +GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ +GLIB_VERSION = @GLIB_VERSION@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ +GTK_VERSION = @GTK_VERSION@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@ +LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@ +LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@ +LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@ +LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ +LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ +LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ +LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@ +LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ +LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ +LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ +LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_ARGS = @XGETTEXT_ARGS@ +XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ +XSLTPROC = @XSLTPROC@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +imagesdir = $(datadir)/xfce4/doc/gl/images +images_DATA = \ + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png + +EXTRA_DIST = $(images_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/manual/gl/images/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu docs/manual/gl/images/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-imagesDATA: $(images_DATA) + @$(NORMAL_INSTALL) + test -z "$(imagesdir)" || $(MKDIR_P) "$(DESTDIR)$(imagesdir)" + @list='$(images_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(imagesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(imagesdir)/$$f'"; \ + $(imagesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(imagesdir)/$$f"; \ + done + +uninstall-imagesDATA: + @$(NORMAL_UNINSTALL) + @list='$(images_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(imagesdir)/$$f'"; \ + rm -f "$(DESTDIR)$(imagesdir)/$$f"; \ + done +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(imagesdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-imagesDATA + +install-dvi: install-dvi-am + +install-exec-am: + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-imagesDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-imagesDATA install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + uninstall uninstall-am uninstall-imagesDATA + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/gl/images/xfce4-screenshooter-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/gl/images/xfce4-screenshooter-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/gl/images/xfce4-screenshooter-zimagez-login-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/gl/images/xfce4-screenshooter-zimagez-login-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/gl/images/xfce4-screenshooter-zimagez-result-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/gl/images/xfce4-screenshooter-zimagez-result-dialog.png differ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/gl/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/gl/Makefile.am --- xfce4-screenshooter-1.5.1/docs/manual/gl/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/gl/Makefile.am 2009-03-28 14:37:38.000000000 +0000 @@ -0,0 +1,23 @@ +# Copied from Thunar, original author: Benedict Meurer + +SUBDIRS = \ + images + +noinst_DATA = \ + xfce4-screenshooter.xml + +docdir=$(datadir)/xfce4/doc/gl + +doc_DATA= \ + xfce4-screenshooter.html + +EXTRA_DIST = $(noinst_DATA) $(doc_DATA) + +if MAINTAINER_MODE +if ENABLE_XSLTPROC + +xfce4-screenshooter.html: $(srcdir)/xfce4-screenshooter.xml + $(XSLTPROC) $(top_srcdir)/docs/manual/xfce-nochunk.xsl $(srcdir)/xfce4-screenshooter.xml + +endif +endif diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/gl/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/gl/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/gl/Makefile.in 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/gl/Makefile.in 2009-06-14 15:27:25.000000000 +0100 @@ -0,0 +1,606 @@ +# Makefile.in generated by automake 1.10.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# Copied from Thunar, original author: Benedict Meurer + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = docs/manual/gl +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/xfce4-screenshooter.xml.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = xfce4-screenshooter.xml +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(docdir)" +docDATA_INSTALL = $(INSTALL_DATA) +DATA = $(doc_DATA) $(noinst_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_LIBS = @GLIB_LIBS@ +GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ +GLIB_VERSION = @GLIB_VERSION@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ +GTK_VERSION = @GTK_VERSION@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@ +LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@ +LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@ +LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@ +LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ +LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ +LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ +LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@ +LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ +LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ +LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ +LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_ARGS = @XGETTEXT_ARGS@ +XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ +XSLTPROC = @XSLTPROC@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = $(datadir)/xfce4/doc/gl +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = \ + images + +noinst_DATA = \ + xfce4-screenshooter.xml + +doc_DATA = \ + xfce4-screenshooter.html + +EXTRA_DIST = $(noinst_DATA) $(doc_DATA) +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/manual/gl/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu docs/manual/gl/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +xfce4-screenshooter.xml: $(top_builddir)/config.status $(srcdir)/xfce4-screenshooter.xml.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-docDATA: $(doc_DATA) + @$(NORMAL_INSTALL) + test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" + @list='$(doc_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \ + $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \ + done + +uninstall-docDATA: + @$(NORMAL_UNINSTALL) + @list='$(doc_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \ + rm -f "$(DESTDIR)$(docdir)/$$f"; \ + done + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(docdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: install-docDATA + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-docDATA + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic clean-libtool \ + ctags ctags-recursive distclean distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-docDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-recursive uninstall uninstall-am uninstall-docDATA + + +@ENABLE_XSLTPROC_TRUE@@MAINTAINER_MODE_TRUE@xfce4-screenshooter.html: $(srcdir)/xfce4-screenshooter.xml +@ENABLE_XSLTPROC_TRUE@@MAINTAINER_MODE_TRUE@ $(XSLTPROC) $(top_srcdir)/docs/manual/xfce-nochunk.xsl $(srcdir)/xfce4-screenshooter.xml +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/gl/xfce4-screenshooter.html /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/gl/xfce4-screenshooter.html --- xfce4-screenshooter-1.5.1/docs/manual/gl/xfce4-screenshooter.html 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/gl/xfce4-screenshooter.html 2009-06-14 13:00:09.000000000 +0100 @@ -0,0 +1,178 @@ +Xfce4 Screenshooter

Xfce4 Screenshooter

Jrme Guelfucci

+ This manual describes version 1.6.0 of Xfce4 Screenshooter. +

+ Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 or + any later version published by the Free Software Foundation; with no + Invariant Sections, with no Front-Cover Texts, and with no Back-Cover + Texts. The complete license text is available from the Free Software Foundation. +

February 2009


Introduction to Xfce4 Screenshooter

+ This application allows you to capture the entire screen, the + active window or a selected region. You can set the delay that + elapses before the screenshot is taken and the action that will + be done with the screenshot: save it to a PNG file, copy it to + the clipboard, or open it using another application. +

+ If activated on build, you can also host your screenshots on + ZimageZ, + a free online image hosting service. The CURL and XMLRPC-C libraries + are required. +

Tamn hai un engadido para o panel de Xfce.

Uso da aplicacin

A travs da interface de usuario

+ To launch the application, use the "Screenshot" item in the + "Accessories" category of Xfce's main menu. +

Mostrarase esta vent:

The window of Xfce4 Screenshooter

Zona a capturar

+ The "Region to capture" section allows + you to set from what the screenshot will be taken: +

  • + "Entire screen" takes a screenshot of the whole screen as + you see it. +
  • + "Active window" takes a screenshot of the active window, the + one which was active before this dialog appeared, or if you + set a delay, the one that is active after the delay. +
  • + "Select a region" allows you to select a region to be + captured by clicking a point of the screen without releasing + the mouse button, dragging your mouse to the other corner of + the region, and releasing the mouse button. +

Delay before capturing

+ The "Delay before capturing" + section allows you to set the delay that will elapse between + pressing the "OK" button and taking the + screenshot. This delay will allow you to open menus or to do + whatever action you want to see displayed on the screenshot. +

After capturing

+ The "Show the save dialog" option + is described below, in the "Action" + section. +

+ The "Close the application" option + allows you, if unchecked, to take several screenshots in + a row. If checked, the application will be closed once + the screenshot has been taken and the action you selected + executed. +

Accin

+ The "Action" section allows you to choose + what should be done with the screenshot. +

Save in

+ The "Save in" option will save the + screenshot to a PNG file. If you don't check the + "Show the save dialog" checkbox in the + "After capturing" section, the + screenshot will be saved to the folder on the right after + you press the "OK" button, without + showing any save dialog. Otherwise, a save dialog will be + displayed, which also shows a preview of the screenshot. + You will then be able to set the save location, and the + name of the file. +

+ Xfce4 Screenshooter is also able to save the screenshot to + any remote file system supported by GVfs, such as FTP, SAMBA, + SFTP, remote computers accessible via SSH... You just need to + connect this remote file system using + gvfs-connect or + Gigolo + and it will be available in the left column of the save dialog. +

Copiar portarretallos

+ The "Copy to the clipboard" option + allows you to paste the screenshot in another application, + such as a word processor. Exiting the application before + the screenshot is pasted often removes the image from the + clipboard. Some clipboard managers allow you to prevent + this. +

Abrir con

+ The "Open with" option saves the + screenshot to the system's temporary directory and opens it + with the application set using the dropdown list on the right. + Applications which support images are automatically detected + and added to the dropdown list. +

Host on ZimageZ

+ The "Host on ZimageZ" option allow you + to host your screenshot on this free online hosting service, + so that you can share it easily with other people. ZimageZ + automatically generates a large and a small thumbnail of your + screenshot, which can be used to create thumbnails pointing to + the full size screenshot. +

+ After pressing the "OK" button, you will + be shown this dialog: +

The dialog to host a screenshot on ZimageZ

+ If you do not have a ZimageZ user name, you will need to create + one on the + ZimageZ website. Several languages are available on this + website, you can switch between using the menu up right. You must + fill all fields of this dialog. Once you click the + "OK" button, the upload will start. +

+ The dialog below will give you the links to the full size screenshot, the + large thumbnail, the small thumbnails, as well examples of HTML and BBcode + to create a thumbnail pointing to the full size screenshot: +

The dialog giving the links to your screenshot on ZimageZ

A travs da lia de comandos

+ Command line options allow you to take screenshots quickly. They + also allow you to configure the Print Screen key on the upper right + of most keyboards so that it takes screenshots. To do so, + configure the keybindings of your desktop environnement so that + it launches xfce4-screenshooter with one or several of the + following options when the Prt Scrn key is pressed. +

As opcins de lia de comandos

A opcin -w

+ The -w option allows you to take a + screenshot of the active window. +

A opcin -f

+ The -f option allows you to take a + screenshot of the entire screen. +

A opcin -r

+ The -r option allows you to select a + region to be captured by clicking a point of the screen + without releasing the mouse button, dragging your mouse to + the other corner of the region, and releasing the mouse + button. +

A opcin -d

+ The -d option followed by a positive + integer allows you to set the delay before taking the + screenshot when the -f, the + -w or the -r + option is given. +

A opcin -s

+ The -s option followed by the path to + an existing folder allows you to set where the screenshots + are saved. This option only has an effect if the + -f, the -w or + the -r option is given. Combined with + the -h option (see below), it can be + used to save a file to a given path, without showing any + save dialog. +

A opcin -h

+ If you give the -h option, the + screenshot will be saved without showing any save dialog. + This option only has an effect if the + -f, the -w or the + -r option is given. The + -s option allows you to set the save + location if needed. +

A opcin -o

+ If the -o option is given, followed by + an application name, the screenshot will be saved to the + system's temporary directory and opened with the application + whose name is to be given after -o. + This option only has an effect if the + -f, the -w or the + -r option is given. +

The -u option

+ If the -u option is given, the screenshot + will be hosted on ZimageZ. See above for more details. + This option only has an effect if the + -f, the -w or the + -r option is given. +

Usar o engadido no panel de Xfce

Engadir o engadido

+ To add the plugin to the panel, right click on the panel and + select "Add New Item". Select the plugin + named "Screenshot", and add it. +

Configurar o engadido

+ You can configure how screenshots are taken by right clicking on + the plugin and selecting "Configure". A + preferences dialog similar to the dialog of the main application + will appear. Please have a look above for the different + preferences. +

Uso do engadido

+ To take a screenshot, just click on the plugin. +

diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/gl/xfce4-screenshooter.xml /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/gl/xfce4-screenshooter.xml --- xfce4-screenshooter-1.5.1/docs/manual/gl/xfce4-screenshooter.xml 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/gl/xfce4-screenshooter.xml 2009-06-14 15:27:38.000000000 +0100 @@ -0,0 +1,421 @@ + + + + +]> +
+ + + + Xfce4 Screenshooter + + &date; + + + 2008 + 2009 + Jérôme Guelfucci + 2008, 2009.Leandro Regueiro (leandro.regueiro@gmail.com) + + + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 or + any later version published by the Free Software Foundation; with no + Invariant Sections, with no Front-Cover Texts, and with no Back-Cover + Texts. The complete license text is available from the Free Software Foundation. + + + + + + Jérôme + Guelfucci + +
jeromeg@xfce.org
+
+
+
+ + + This manual describes version 1.6.0 of Xfce4 Screenshooter. + +
+ + + Introduction to Xfce4 Screenshooter + + + This application allows you to capture the entire screen, the + active window or a selected region. You can set the delay that + elapses before the screenshot is taken and the action that will + be done with the screenshot: save it to a PNG file, copy it to + the clipboard, or open it using another application. + + + + If activated on build, you can also host your screenshots on + ZimageZ, + a free online image hosting service. The CURL and XMLRPC-C libraries + are required. + + + Tamén hai un engadido para o panel de Xfce. + + + + + Uso da aplicación + + + A través da interface de usuario + + + To launch the application, use the "Screenshot" item in the + "Accessories" category of Xfce's main menu. + + + Mostrarase esta ventá: + + + + + + + + + The window of Xfce4 Screenshooter + + + + + + Zona a capturar + + + The "Region to capture" section allows + you to set from what the screenshot will be taken: + + + + + "Entire screen" takes a screenshot of the whole screen as + you see it. + + + "Active window" takes a screenshot of the active window, the + one which was active before this dialog appeared, or if you + set a delay, the one that is active after the delay. + + + "Select a region" allows you to select a region to be + captured by clicking a point of the screen without releasing + the mouse button, dragging your mouse to the other corner of + the region, and releasing the mouse button. + + + + + + Delay before capturing + + + The "Delay before capturing" + section allows you to set the delay that will elapse between + pressing the "OK" button and taking the + screenshot. This delay will allow you to open menus or to do + whatever action you want to see displayed on the screenshot. + + + + + After capturing + + + The "Show the save dialog" option + is described below, in the "Action" + section. + + + + The "Close the application" option + allows you, if unchecked, to take several screenshots in + a row. If checked, the application will be closed once + the screenshot has been taken and the action you selected + executed. + + + + + Acción + + + The "Action" section allows you to choose + what should be done with the screenshot. + + + + Save in + + + The "Save in" option will save the + screenshot to a PNG file. If you don't check the + "Show the save dialog" checkbox in the + "After capturing" section, the + screenshot will be saved to the folder on the right after + you press the "OK" button, without + showing any save dialog. Otherwise, a save dialog will be + displayed, which also shows a preview of the screenshot. + You will then be able to set the save location, and the + name of the file. + + + + Xfce4 Screenshooter is also able to save the screenshot to + any remote file system supported by GVfs, such as FTP, SAMBA, + SFTP, remote computers accessible via SSH... You just need to + connect this remote file system using + gvfs-connect or + Gigolo + and it will be available in the left column of the save dialog. + + + + + + Copiar ó portarretallos + + + The "Copy to the clipboard" option + allows you to paste the screenshot in another application, + such as a word processor. Exiting the application before + the screenshot is pasted often removes the image from the + clipboard. Some clipboard managers allow you to prevent + this. + + + + + Abrir con + + + The "Open with" option saves the + screenshot to the system's temporary directory and opens it + with the application set using the dropdown list on the right. + Applications which support images are automatically detected + and added to the dropdown list. + + + + + Host on ZimageZ + + + The "Host on ZimageZ" option allow you + to host your screenshot on this free online hosting service, + so that you can share it easily with other people. ZimageZ + automatically generates a large and a small thumbnail of your + screenshot, which can be used to create thumbnails pointing to + the full size screenshot. + + + + After pressing the "OK" button, you will + be shown this dialog: + + + + + + + + + + The dialog to host a screenshot on ZimageZ + + + + + + If you do not have a ZimageZ user name, you will need to create + one on the + ZimageZ website. Several languages are available on this + website, you can switch between using the menu up right. You must + fill all fields of this dialog. Once you click the + "OK" button, the upload will start. + + + + The dialog below will give you the links to the full size screenshot, the + large thumbnail, the small thumbnails, as well examples of HTML and BBcode + to create a thumbnail pointing to the full size screenshot: + + + + + + + + + + The dialog giving the links to your screenshot on ZimageZ + + + + + + + + + + A través da liña de comandos + + + Command line options allow you to take screenshots quickly. They + also allow you to configure the Print Screen key on the upper right + of most keyboards so that it takes screenshots. To do so, + configure the keybindings of your desktop environnement so that + it launches xfce4-screenshooter with one or several of the + following options when the Prt Scrn key is pressed. + + + + As opcións de liña de comandos + + + A opción -w + + + The -w option allows you to take a + screenshot of the active window. + + + + + A opción -f + + + The -f option allows you to take a + screenshot of the entire screen. + + + + + A opción -r + + + The -r option allows you to select a + region to be captured by clicking a point of the screen + without releasing the mouse button, dragging your mouse to + the other corner of the region, and releasing the mouse + button. + + + + + A opción -d + + + The -d option followed by a positive + integer allows you to set the delay before taking the + screenshot when the -f, the + -w or the -r + option is given. + + + + + A opción -s + + + The -s option followed by the path to + an existing folder allows you to set where the screenshots + are saved. This option only has an effect if the + -f, the -w or + the -r option is given. Combined with + the -h option (see below), it can be + used to save a file to a given path, without showing any + save dialog. + + + + + A opción -h + + + If you give the -h option, the + screenshot will be saved without showing any save dialog. + This option only has an effect if the + -f, the -w or the + -r option is given. The + -s option allows you to set the save + location if needed. + + + + + A opción -o + + + If the -o option is given, followed by + an application name, the screenshot will be saved to the + system's temporary directory and opened with the application + whose name is to be given after -o. + This option only has an effect if the + -f, the -w or the + -r option is given. + + + + + The -u option + + + If the -u option is given, the screenshot + will be hosted on ZimageZ. See above for more details. + This option only has an effect if the + -f, the -w or the + -r option is given. + + + + + + + + Usar o engadido no panel de Xfce + + + Engadir o engadido + + + To add the plugin to the panel, right click on the panel and + select "Add New Item". Select the plugin + named "Screenshot", and add it. + + + + + Configurar o engadido + + + You can configure how screenshots are taken by right clicking on + the plugin and selecting "Configure". A + preferences dialog similar to the dialog of the main application + will appear. Please have a look above for the different + preferences. + + + + + Uso do engadido + + + To take a screenshot, just click on the plugin. + + + + + +
diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/gl/xfce4-screenshooter.xml.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/gl/xfce4-screenshooter.xml.in --- xfce4-screenshooter-1.5.1/docs/manual/gl/xfce4-screenshooter.xml.in 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/gl/xfce4-screenshooter.xml.in 2009-06-06 17:08:39.000000000 +0100 @@ -0,0 +1,421 @@ + + + + +]> +
+ + + + Xfce4 Screenshooter + + &date; + + + 2008 + 2009 + Jérôme Guelfucci + 2008, 2009.Leandro Regueiro (leandro.regueiro@gmail.com) + + + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 or + any later version published by the Free Software Foundation; with no + Invariant Sections, with no Front-Cover Texts, and with no Back-Cover + Texts. The complete license text is available from the Free Software Foundation. + + + + + + Jérôme + Guelfucci + +
jeromeg@xfce.org
+
+
+
+ + + This manual describes version @PACKAGE_VERSION@ of Xfce4 Screenshooter. + +
+ + + Introduction to Xfce4 Screenshooter + + + This application allows you to capture the entire screen, the + active window or a selected region. You can set the delay that + elapses before the screenshot is taken and the action that will + be done with the screenshot: save it to a PNG file, copy it to + the clipboard, or open it using another application. + + + + If activated on build, you can also host your screenshots on + ZimageZ, + a free online image hosting service. The CURL and XMLRPC-C libraries + are required. + + + Tamén hai un engadido para o panel de Xfce. + + + + + Uso da aplicación + + + A través da interface de usuario + + + To launch the application, use the "Screenshot" item in the + "Accessories" category of Xfce's main menu. + + + Mostrarase esta ventá: + + + + + + + + + The window of Xfce4 Screenshooter + + + + + + Zona a capturar + + + The "Region to capture" section allows + you to set from what the screenshot will be taken: + + + + + "Entire screen" takes a screenshot of the whole screen as + you see it. + + + "Active window" takes a screenshot of the active window, the + one which was active before this dialog appeared, or if you + set a delay, the one that is active after the delay. + + + "Select a region" allows you to select a region to be + captured by clicking a point of the screen without releasing + the mouse button, dragging your mouse to the other corner of + the region, and releasing the mouse button. + + + + + + Delay before capturing + + + The "Delay before capturing" + section allows you to set the delay that will elapse between + pressing the "OK" button and taking the + screenshot. This delay will allow you to open menus or to do + whatever action you want to see displayed on the screenshot. + + + + + After capturing + + + The "Show the save dialog" option + is described below, in the "Action" + section. + + + + The "Close the application" option + allows you, if unchecked, to take several screenshots in + a row. If checked, the application will be closed once + the screenshot has been taken and the action you selected + executed. + + + + + Acción + + + The "Action" section allows you to choose + what should be done with the screenshot. + + + + Save in + + + The "Save in" option will save the + screenshot to a PNG file. If you don't check the + "Show the save dialog" checkbox in the + "After capturing" section, the + screenshot will be saved to the folder on the right after + you press the "OK" button, without + showing any save dialog. Otherwise, a save dialog will be + displayed, which also shows a preview of the screenshot. + You will then be able to set the save location, and the + name of the file. + + + + Xfce4 Screenshooter is also able to save the screenshot to + any remote file system supported by GVfs, such as FTP, SAMBA, + SFTP, remote computers accessible via SSH... You just need to + connect this remote file system using + gvfs-connect or + Gigolo + and it will be available in the left column of the save dialog. + + + + + + Copiar ó portarretallos + + + The "Copy to the clipboard" option + allows you to paste the screenshot in another application, + such as a word processor. Exiting the application before + the screenshot is pasted often removes the image from the + clipboard. Some clipboard managers allow you to prevent + this. + + + + + Abrir con + + + The "Open with" option saves the + screenshot to the system's temporary directory and opens it + with the application set using the dropdown list on the right. + Applications which support images are automatically detected + and added to the dropdown list. + + + + + Host on ZimageZ + + + The "Host on ZimageZ" option allow you + to host your screenshot on this free online hosting service, + so that you can share it easily with other people. ZimageZ + automatically generates a large and a small thumbnail of your + screenshot, which can be used to create thumbnails pointing to + the full size screenshot. + + + + After pressing the "OK" button, you will + be shown this dialog: + + + + + + + + + + The dialog to host a screenshot on ZimageZ + + + + + + If you do not have a ZimageZ user name, you will need to create + one on the + ZimageZ website. Several languages are available on this + website, you can switch between using the menu up right. You must + fill all fields of this dialog. Once you click the + "OK" button, the upload will start. + + + + The dialog below will give you the links to the full size screenshot, the + large thumbnail, the small thumbnails, as well examples of HTML and BBcode + to create a thumbnail pointing to the full size screenshot: + + + + + + + + + + The dialog giving the links to your screenshot on ZimageZ + + + + + + + + + + A través da liña de comandos + + + Command line options allow you to take screenshots quickly. They + also allow you to configure the Print Screen key on the upper right + of most keyboards so that it takes screenshots. To do so, + configure the keybindings of your desktop environnement so that + it launches xfce4-screenshooter with one or several of the + following options when the Prt Scrn key is pressed. + + + + As opcións de liña de comandos + + + A opción -w + + + The -w option allows you to take a + screenshot of the active window. + + + + + A opción -f + + + The -f option allows you to take a + screenshot of the entire screen. + + + + + A opción -r + + + The -r option allows you to select a + region to be captured by clicking a point of the screen + without releasing the mouse button, dragging your mouse to + the other corner of the region, and releasing the mouse + button. + + + + + A opción -d + + + The -d option followed by a positive + integer allows you to set the delay before taking the + screenshot when the -f, the + -w or the -r + option is given. + + + + + A opción -s + + + The -s option followed by the path to + an existing folder allows you to set where the screenshots + are saved. This option only has an effect if the + -f, the -w or + the -r option is given. Combined with + the -h option (see below), it can be + used to save a file to a given path, without showing any + save dialog. + + + + + A opción -h + + + If you give the -h option, the + screenshot will be saved without showing any save dialog. + This option only has an effect if the + -f, the -w or the + -r option is given. The + -s option allows you to set the save + location if needed. + + + + + A opción -o + + + If the -o option is given, followed by + an application name, the screenshot will be saved to the + system's temporary directory and opened with the application + whose name is to be given after -o. + This option only has an effect if the + -f, the -w or the + -r option is given. + + + + + The -u option + + + If the -u option is given, the screenshot + will be hosted on ZimageZ. See above for more details. + This option only has an effect if the + -f, the -w or the + -r option is given. + + + + + + + + Usar o engadido no panel de Xfce + + + Engadir o engadido + + + To add the plugin to the panel, right click on the panel and + select "Add New Item". Select the plugin + named "Screenshot", and add it. + + + + + Configurar o engadido + + + You can configure how screenshots are taken by right clicking on + the plugin and selecting "Configure". A + preferences dialog similar to the dialog of the main application + will appear. Please have a look above for the different + preferences. + + + + + Uso do engadido + + + To take a screenshot, just click on the plugin. + + + + + +
diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/it/images/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/it/images/Makefile.am --- xfce4-screenshooter-1.5.1/docs/manual/it/images/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/it/images/Makefile.am 2009-06-06 17:14:57.000000000 +0100 @@ -0,0 +1,7 @@ +imagesdir = $(datadir)/xfce4/doc/it/images +images_DATA = \ + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png + +EXTRA_DIST = $(images_DATA) diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/it/images/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/it/images/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/it/images/Makefile.in 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/it/images/Makefile.in 2009-06-14 15:27:25.000000000 +0100 @@ -0,0 +1,438 @@ +# Makefile.in generated by automake 1.10.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = docs/manual/it/images +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(imagesdir)" +imagesDATA_INSTALL = $(INSTALL_DATA) +DATA = $(images_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_LIBS = @GLIB_LIBS@ +GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ +GLIB_VERSION = @GLIB_VERSION@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ +GTK_VERSION = @GTK_VERSION@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@ +LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@ +LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@ +LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@ +LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ +LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ +LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ +LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@ +LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ +LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ +LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ +LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_ARGS = @XGETTEXT_ARGS@ +XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ +XSLTPROC = @XSLTPROC@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +imagesdir = $(datadir)/xfce4/doc/it/images +images_DATA = \ + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png + +EXTRA_DIST = $(images_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/manual/it/images/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu docs/manual/it/images/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-imagesDATA: $(images_DATA) + @$(NORMAL_INSTALL) + test -z "$(imagesdir)" || $(MKDIR_P) "$(DESTDIR)$(imagesdir)" + @list='$(images_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(imagesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(imagesdir)/$$f'"; \ + $(imagesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(imagesdir)/$$f"; \ + done + +uninstall-imagesDATA: + @$(NORMAL_UNINSTALL) + @list='$(images_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(imagesdir)/$$f'"; \ + rm -f "$(DESTDIR)$(imagesdir)/$$f"; \ + done +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(imagesdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-imagesDATA + +install-dvi: install-dvi-am + +install-exec-am: + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-imagesDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-imagesDATA install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + uninstall uninstall-am uninstall-imagesDATA + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/it/images/xfce4-screenshooter-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/it/images/xfce4-screenshooter-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/it/images/xfce4-screenshooter-zimagez-login-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/it/images/xfce4-screenshooter-zimagez-login-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/it/images/xfce4-screenshooter-zimagez-result-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/it/images/xfce4-screenshooter-zimagez-result-dialog.png differ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/it/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/it/Makefile.am --- xfce4-screenshooter-1.5.1/docs/manual/it/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/it/Makefile.am 2009-03-15 08:25:31.000000000 +0000 @@ -0,0 +1,23 @@ +# Copied from Thunar, original author: Benedict Meurer + +SUBDIRS = \ + images + +noinst_DATA = \ + xfce4-screenshooter.xml + +docdir=$(datadir)/xfce4/doc/it + +doc_DATA= \ + xfce4-screenshooter.html + +EXTRA_DIST = $(noinst_DATA) $(doc_DATA) + +if MAINTAINER_MODE +if ENABLE_XSLTPROC + +xfce4-screenshooter.html: $(srcdir)/xfce4-screenshooter.xml + $(XSLTPROC) $(top_srcdir)/docs/manual/xfce-nochunk.xsl $(srcdir)/xfce4-screenshooter.xml + +endif +endif diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/it/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/it/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/it/Makefile.in 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/it/Makefile.in 2009-06-14 15:27:25.000000000 +0100 @@ -0,0 +1,606 @@ +# Makefile.in generated by automake 1.10.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# Copied from Thunar, original author: Benedict Meurer + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = docs/manual/it +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/xfce4-screenshooter.xml.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = xfce4-screenshooter.xml +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(docdir)" +docDATA_INSTALL = $(INSTALL_DATA) +DATA = $(doc_DATA) $(noinst_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_LIBS = @GLIB_LIBS@ +GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ +GLIB_VERSION = @GLIB_VERSION@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ +GTK_VERSION = @GTK_VERSION@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@ +LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@ +LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@ +LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@ +LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ +LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ +LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ +LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@ +LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ +LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ +LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ +LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_ARGS = @XGETTEXT_ARGS@ +XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ +XSLTPROC = @XSLTPROC@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = $(datadir)/xfce4/doc/it +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = \ + images + +noinst_DATA = \ + xfce4-screenshooter.xml + +doc_DATA = \ + xfce4-screenshooter.html + +EXTRA_DIST = $(noinst_DATA) $(doc_DATA) +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/manual/it/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu docs/manual/it/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +xfce4-screenshooter.xml: $(top_builddir)/config.status $(srcdir)/xfce4-screenshooter.xml.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-docDATA: $(doc_DATA) + @$(NORMAL_INSTALL) + test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" + @list='$(doc_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \ + $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \ + done + +uninstall-docDATA: + @$(NORMAL_UNINSTALL) + @list='$(doc_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \ + rm -f "$(DESTDIR)$(docdir)/$$f"; \ + done + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(docdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: install-docDATA + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-docDATA + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic clean-libtool \ + ctags ctags-recursive distclean distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-docDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-recursive uninstall uninstall-am uninstall-docDATA + + +@ENABLE_XSLTPROC_TRUE@@MAINTAINER_MODE_TRUE@xfce4-screenshooter.html: $(srcdir)/xfce4-screenshooter.xml +@ENABLE_XSLTPROC_TRUE@@MAINTAINER_MODE_TRUE@ $(XSLTPROC) $(top_srcdir)/docs/manual/xfce-nochunk.xsl $(srcdir)/xfce4-screenshooter.xml +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/it/xfce4-screenshooter.html /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/it/xfce4-screenshooter.html --- xfce4-screenshooter-1.5.1/docs/manual/it/xfce4-screenshooter.html 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/it/xfce4-screenshooter.html 2009-06-14 13:00:08.000000000 +0100 @@ -0,0 +1,86 @@ +Xfce4 Screenshooter

Xfce4 Screenshooter

Jrme Guelfucci

+ This manual describes version 1.6.0 of Xfce4 Screenshooter. +

garantito il diritto di copiare, distribuire e/o modificare questo documento nel rispetto dei termini della licenza GNU Free Documentation License, versione 1.1 o qualsiasi versione successiva pubblicata dalal Free Software Foundation; senza Invariant Section senza testi di Front-Cover e senza testi di Back-Cover. Il testo della licenza completa reso disponibile dalla Free Software Foundation.

February 2009


Introduction to Xfce4 Screenshooter

Questa applicazione consente di catturare l'intero schermo, la finestra attiva o una regione selezionata. possibile anche impostare il ritardo prima che l'istantanea venga scattata e l'azione da eseguire con l'istantanea: salvarla in un file PNG, copiarla negli appunti o aprirla utilizzando un'altra applicazione.

+ If activated on build, you can also host your screenshots on + ZimageZ, + a free online image hosting service. The CURL and XMLRPC-C libraries + are required. +

Un plugin per il pannello di Xfce gi disponibile

Utilizzare l'applicazione

Attraverso l'interfaccia utente

Per lanciare l'applicazione, utilizzare l'elemento Istantanea nella categoria Accessori del menu principale di Xfce.

Verr visualizzata questa finestra:

La finestra di Xfce4 screenshooter

Regione da catturare

La sezione Regione da catturare permette di impostare la zona che deve essere catturata:

  • Schermo intero cattura un'istantanea di tutto lo schermo cos com' visualizzato.
  • Finestra attiva cattura un'istantanea della finestra attiva (o meglio di quella attiva prima della comparsa di questa finestra), o, se stato impostato un ritardo, quella attiva dopo di esso.
  • Regione permette di selezionare una regione da catturare facendo clic su un punto dello schermo con il mouse, trascinandolo e rilasciandolo all'angolo opposto della regione.

Delay before capturing

+ The "Delay before capturing" + section allows you to set the delay that will elapse between + pressing the "OK" button and taking the + screenshot. This delay will allow you to open menus or to do + whatever action you want to see displayed on the screenshot. +

After capturing

+ The "Show the save dialog" option + is described below, in the "Action" + section. +

+ The "Close the application" option + allows you, if unchecked, to take several screenshots in + a row. If checked, the application will be closed once + the screenshot has been taken and the action you selected + executed. +

Azione

+ The "Action" section allows you to choose + what should be done with the screenshot. +

Save in

+ The "Save in" option will save the + screenshot to a PNG file. If you don't check the + "Show the save dialog" checkbox in the + "After capturing" section, the + screenshot will be saved to the folder on the right after + you press the "OK" button, without + showing any save dialog. Otherwise, a save dialog will be + displayed, which also shows a preview of the screenshot. + You will then be able to set the save location, and the + name of the file. +

+ Xfce4 Screenshooter is also able to save the screenshot to + any remote file system supported by GVfs, such as FTP, SAMBA, + SFTP, remote computers accessible via SSH... You just need to + connect this remote file system using + gvfs-connect or + Gigolo + and it will be available in the left column of the save dialog. +

Copia negli appunti

L'opzione Copia negli appunti permette di incollare l'istantanea in un'altra applicazione, quale un elaboratore di testi. Uscendo dall'applicazione prima che l'istantanea venga incollata, provoca generalmente la rimozione dell'immagine dagli appunti. Alcuni gestori di appunti consentono di superare questo problema.

Apri con

+ The "Open with" option saves the + screenshot to the system's temporary directory and opens it + with the application set using the dropdown list on the right. + Applications which support images are automatically detected + and added to the dropdown list. +

Host on ZimageZ

+ The "Host on ZimageZ" option allow you + to host your screenshot on this free online hosting service, + so that you can share it easily with other people. ZimageZ + automatically generates a large and a small thumbnail of your + screenshot, which can be used to create thumbnails pointing to + the full size screenshot. +

+ After pressing the "OK" button, you will + be shown this dialog: +

The dialog to host a screenshot on ZimageZ

+ If you do not have a ZimageZ user name, you will need to create + one on the + ZimageZ website. Several languages are available on this + website, you can switch between using the menu up right. You must + fill all fields of this dialog. Once you click the + "OK" button, the upload will start. +

+ The dialog below will give you the links to the full size screenshot, the + large thumbnail, the small thumbnails, as well examples of HTML and BBcode + to create a thumbnail pointing to the full size screenshot: +

The dialog giving the links to your screenshot on ZimageZ

Attraverso la linea di comando

+ Command line options allow you to take screenshots quickly. They + also allow you to configure the Print Screen key on the upper right + of most keyboards so that it takes screenshots. To do so, + configure the keybindings of your desktop environnement so that + it launches xfce4-screenshooter with one or several of the + following options when the Prt Scrn key is pressed. +

Le opzioni per la linea di comando

L'opzione -w

L'opzione -w consente di catturare un'istantanea della finestra attiva.

L'opzione -f

L'opzione -f consente di catturare un'istantanea di tutto lo schermo.

L'opzione -r

L'opzione -r consente di selezionare una regione da catturare facendo clic su un punto dello schermo con il mouse, trascinandolo e rilasciandolo all'angolo opposto della regione.

L'opzione -d

L'opzione -d seguita da un numero intero positivo, consente di impostare il ritardo con cui deve essere catturata l'istantanea quando utilizzata l'opzione -f, -w o -r.

L'opzione -s

L'opzione -s seguita dal percorso di una cartella esistente, permette di impostare la posizione in cui verr salvata l'istantanea. Questa opzione ha effetto solamente se utilizzata con l'opzione -f, -w o -r. Se usata insieme all'opzione -h (vedere pi avanti), permette di salvare il file in un percorso fornito, senza mostrare alcuna finestra di conferma.

L'opzione -h

Se si fornisce l'opzione -h, l'istantanea verr salvata senza mostrare alcuna finestra di salvataggio. Questa opzione applicabile solamente se fornito anche l'argomento -f, -w o -r. L'opzione -s permette di impostare la posizione di salvataggio se necessaria.

L'opzione -o

Se fornita l'opzione -o, seguita dal nome di una applicazione, l'istantanea verr salvata nella cartella temporanea di sistema e aperta con il programma il cui comando di avvio fornito dopo l'opzione -o. Questa opzione applicabile solamente se fornito l'argomento -f,-w o -r.

The -u option

+ If the -u option is given, the screenshot + will be hosted on ZimageZ. See above for more details. + This option only has an effect if the + -f, the -w or the + -r option is given. +

Utilizzare il plugin con il pannello di Xfce

Aggiungere il plugin

Per aggiungere il plugin al pannello, fare clic con il tasto destro del mouse sul pannello e selezionare la voce aggiungi nuovo elemento. Selezionare il plugin denominato istantanea e aggiungerlo.

Impostare il plugin

possibile configurare la modalit con cui l'istantanea viene catturata facendo clic con il tasto destro del mouse sull'icona del plugin e selezionando configura. Apparir una finestra delle preferenze simile a quella dell'applicazione principale. Consultare i paragrafi precedenti per una descrizione delle diverse preferenze.

Utilizzare il plugin

Per catturare un'istantanea, fare clic sull'icona del plugin.

diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/it/xfce4-screenshooter.xml /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/it/xfce4-screenshooter.xml --- xfce4-screenshooter-1.5.1/docs/manual/it/xfce4-screenshooter.xml 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/it/xfce4-screenshooter.xml 2009-06-14 15:27:38.000000000 +0100 @@ -0,0 +1,329 @@ + + + + +]> +
+ + + + Xfce4 Screenshooter + + &date; + + + 2008 + 2009 + Jérôme Guelfucci + + + + È garantito il diritto di copiare, distribuire e/o modificare questo documento nel rispetto dei termini della licenza GNU Free Documentation License, versione 1.1 o qualsiasi versione successiva pubblicata dalal Free Software Foundation; senza Invariant Section senza testi di Front-Cover e senza testi di Back-Cover. Il testo della licenza completa è reso disponibile dalla Free Software Foundation. + + + + + Jérôme + Guelfucci + +
jeromeg@xfce.org
+
+
+
+ + + This manual describes version 1.6.0 of Xfce4 Screenshooter. + +
+ + + Introduction to Xfce4 Screenshooter + + Questa applicazione consente di catturare l'intero schermo, la finestra attiva o una regione selezionata. È possibile anche impostare il ritardo prima che l'istantanea venga scattata e l'azione da eseguire con l'istantanea: salvarla in un file PNG, copiarla negli appunti o aprirla utilizzando un'altra applicazione. + + + If activated on build, you can also host your screenshots on + ZimageZ, + a free online image hosting service. The CURL and XMLRPC-C libraries + are required. + + + Un plugin per il pannello di Xfce è già disponibile + + + + + Utilizzare l'applicazione + + + Attraverso l'interfaccia utente + + Per lanciare l'applicazione, utilizzare l'elemento «Istantanea» nella categoria «Accessori» del menu principale di Xfce. + + Verrà visualizzata questa finestra: + + + + + + + + + La finestra di Xfce4 screenshooter + + + + + + Regione da catturare + + La sezione «Regione da catturare» permette di impostare la zona che deve essere catturata: + + + «Schermo intero» cattura un'istantanea di tutto lo schermo così com'è visualizzato. + «Finestra attiva» cattura un'istantanea della finestra attiva (o meglio di quella attiva prima della comparsa di questa finestra), o, se è stato impostato un ritardo, quella attiva dopo di esso. + «Regione» permette di selezionare una regione da catturare facendo clic su un punto dello schermo con il mouse, trascinandolo e rilasciandolo all'angolo opposto della regione. + + + + + Delay before capturing + + + The "Delay before capturing" + section allows you to set the delay that will elapse between + pressing the "OK" button and taking the + screenshot. This delay will allow you to open menus or to do + whatever action you want to see displayed on the screenshot. + + + + + After capturing + + + The "Show the save dialog" option + is described below, in the "Action" + section. + + + + The "Close the application" option + allows you, if unchecked, to take several screenshots in + a row. If checked, the application will be closed once + the screenshot has been taken and the action you selected + executed. + + + + + Azione + + + The "Action" section allows you to choose + what should be done with the screenshot. + + + + Save in + + + The "Save in" option will save the + screenshot to a PNG file. If you don't check the + "Show the save dialog" checkbox in the + "After capturing" section, the + screenshot will be saved to the folder on the right after + you press the "OK" button, without + showing any save dialog. Otherwise, a save dialog will be + displayed, which also shows a preview of the screenshot. + You will then be able to set the save location, and the + name of the file. + + + + Xfce4 Screenshooter is also able to save the screenshot to + any remote file system supported by GVfs, such as FTP, SAMBA, + SFTP, remote computers accessible via SSH... You just need to + connect this remote file system using + gvfs-connect or + Gigolo + and it will be available in the left column of the save dialog. + + + + + + Copia negli appunti + + L'opzione «Copia negli appunti» permette di incollare l'istantanea in un'altra applicazione, quale un elaboratore di testi. Uscendo dall'applicazione prima che l'istantanea venga incollata, provoca generalmente la rimozione dell'immagine dagli appunti. Alcuni gestori di appunti consentono di superare questo problema. + + + + Apri con + + + The "Open with" option saves the + screenshot to the system's temporary directory and opens it + with the application set using the dropdown list on the right. + Applications which support images are automatically detected + and added to the dropdown list. + + + + + Host on ZimageZ + + + The "Host on ZimageZ" option allow you + to host your screenshot on this free online hosting service, + so that you can share it easily with other people. ZimageZ + automatically generates a large and a small thumbnail of your + screenshot, which can be used to create thumbnails pointing to + the full size screenshot. + + + + After pressing the "OK" button, you will + be shown this dialog: + + + + + + + + + + The dialog to host a screenshot on ZimageZ + + + + + + If you do not have a ZimageZ user name, you will need to create + one on the + ZimageZ website. Several languages are available on this + website, you can switch between using the menu up right. You must + fill all fields of this dialog. Once you click the + "OK" button, the upload will start. + + + + The dialog below will give you the links to the full size screenshot, the + large thumbnail, the small thumbnails, as well examples of HTML and BBcode + to create a thumbnail pointing to the full size screenshot: + + + + + + + + + + The dialog giving the links to your screenshot on ZimageZ + + + + + + + + + + Attraverso la linea di comando + + + Command line options allow you to take screenshots quickly. They + also allow you to configure the Print Screen key on the upper right + of most keyboards so that it takes screenshots. To do so, + configure the keybindings of your desktop environnement so that + it launches xfce4-screenshooter with one or several of the + following options when the Prt Scrn key is pressed. + + + + Le opzioni per la linea di comando + + + L'opzione -w + + L'opzione -w consente di catturare un'istantanea della finestra attiva. + + + + L'opzione -f + + L'opzione -f consente di catturare un'istantanea di tutto lo schermo. + + + + L'opzione -r + + L'opzione -r consente di selezionare una regione da catturare facendo clic su un punto dello schermo con il mouse, trascinandolo e rilasciandolo all'angolo opposto della regione. + + + + L'opzione -d + + L'opzione -d seguita da un numero intero positivo, consente di impostare il ritardo con cui deve essere catturata l'istantanea quando è utilizzata l'opzione -f, -w o -r. + + + + L'opzione -s + + L'opzione -s seguita dal percorso di una cartella esistente, permette di impostare la posizione in cui verrà salvata l'istantanea. Questa opzione ha effetto solamente se è utilizzata con l'opzione -f, -w o -r. Se usata insieme all'opzione -h (vedere più avanti), permette di salvare il file in un percorso fornito, senza mostrare alcuna finestra di conferma. + + + + L'opzione -h + + Se si fornisce l'opzione -h, l'istantanea verrà salvata senza mostrare alcuna finestra di salvataggio. Questa opzione è applicabile solamente se è fornito anche l'argomento -f, -w o -r. L'opzione -s permette di impostare la posizione di salvataggio se necessaria. + + + + L'opzione -o + + Se è fornita l'opzione -o, seguita dal nome di una applicazione, l'istantanea verrà salvata nella cartella temporanea di sistema e aperta con il programma il cui comando di avvio è fornito dopo l'opzione -o. Questa opzione è applicabile solamente se è fornito l'argomento -f,-w o -r. + + + + The -u option + + + If the -u option is given, the screenshot + will be hosted on ZimageZ. See above for more details. + This option only has an effect if the + -f, the -w or the + -r option is given. + + + + + + + + Utilizzare il plugin con il pannello di Xfce + + + Aggiungere il plugin + + Per aggiungere il plugin al pannello, fare clic con il tasto destro del mouse sul pannello e selezionare la voce «aggiungi nuovo elemento». Selezionare il plugin denominato «istantanea» e aggiungerlo. + + + + Impostare il plugin + + È possibile configurare la modalità con cui l'istantanea viene catturata facendo clic con il tasto destro del mouse sull'icona del plugin e selezionando «configura». Apparirà una finestra delle preferenze simile a quella dell'applicazione principale. Consultare i paragrafi precedenti per una descrizione delle diverse preferenze. + + + + Utilizzare il plugin + + Per catturare un'istantanea, fare clic sull'icona del plugin. + + + + +
diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/it/xfce4-screenshooter.xml.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/it/xfce4-screenshooter.xml.in --- xfce4-screenshooter-1.5.1/docs/manual/it/xfce4-screenshooter.xml.in 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/it/xfce4-screenshooter.xml.in 2009-06-06 17:08:40.000000000 +0100 @@ -0,0 +1,329 @@ + + + + +]> +
+ + + + Xfce4 Screenshooter + + &date; + + + 2008 + 2009 + Jérôme Guelfucci + + + + È garantito il diritto di copiare, distribuire e/o modificare questo documento nel rispetto dei termini della licenza GNU Free Documentation License, versione 1.1 o qualsiasi versione successiva pubblicata dalal Free Software Foundation; senza Invariant Section senza testi di Front-Cover e senza testi di Back-Cover. Il testo della licenza completa è reso disponibile dalla Free Software Foundation. + + + + + Jérôme + Guelfucci + +
jeromeg@xfce.org
+
+
+
+ + + This manual describes version @PACKAGE_VERSION@ of Xfce4 Screenshooter. + +
+ + + Introduction to Xfce4 Screenshooter + + Questa applicazione consente di catturare l'intero schermo, la finestra attiva o una regione selezionata. È possibile anche impostare il ritardo prima che l'istantanea venga scattata e l'azione da eseguire con l'istantanea: salvarla in un file PNG, copiarla negli appunti o aprirla utilizzando un'altra applicazione. + + + If activated on build, you can also host your screenshots on + ZimageZ, + a free online image hosting service. The CURL and XMLRPC-C libraries + are required. + + + Un plugin per il pannello di Xfce è già disponibile + + + + + Utilizzare l'applicazione + + + Attraverso l'interfaccia utente + + Per lanciare l'applicazione, utilizzare l'elemento «Istantanea» nella categoria «Accessori» del menu principale di Xfce. + + Verrà visualizzata questa finestra: + + + + + + + + + La finestra di Xfce4 screenshooter + + + + + + Regione da catturare + + La sezione «Regione da catturare» permette di impostare la zona che deve essere catturata: + + + «Schermo intero» cattura un'istantanea di tutto lo schermo così com'è visualizzato. + «Finestra attiva» cattura un'istantanea della finestra attiva (o meglio di quella attiva prima della comparsa di questa finestra), o, se è stato impostato un ritardo, quella attiva dopo di esso. + «Regione» permette di selezionare una regione da catturare facendo clic su un punto dello schermo con il mouse, trascinandolo e rilasciandolo all'angolo opposto della regione. + + + + + Delay before capturing + + + The "Delay before capturing" + section allows you to set the delay that will elapse between + pressing the "OK" button and taking the + screenshot. This delay will allow you to open menus or to do + whatever action you want to see displayed on the screenshot. + + + + + After capturing + + + The "Show the save dialog" option + is described below, in the "Action" + section. + + + + The "Close the application" option + allows you, if unchecked, to take several screenshots in + a row. If checked, the application will be closed once + the screenshot has been taken and the action you selected + executed. + + + + + Azione + + + The "Action" section allows you to choose + what should be done with the screenshot. + + + + Save in + + + The "Save in" option will save the + screenshot to a PNG file. If you don't check the + "Show the save dialog" checkbox in the + "After capturing" section, the + screenshot will be saved to the folder on the right after + you press the "OK" button, without + showing any save dialog. Otherwise, a save dialog will be + displayed, which also shows a preview of the screenshot. + You will then be able to set the save location, and the + name of the file. + + + + Xfce4 Screenshooter is also able to save the screenshot to + any remote file system supported by GVfs, such as FTP, SAMBA, + SFTP, remote computers accessible via SSH... You just need to + connect this remote file system using + gvfs-connect or + Gigolo + and it will be available in the left column of the save dialog. + + + + + + Copia negli appunti + + L'opzione «Copia negli appunti» permette di incollare l'istantanea in un'altra applicazione, quale un elaboratore di testi. Uscendo dall'applicazione prima che l'istantanea venga incollata, provoca generalmente la rimozione dell'immagine dagli appunti. Alcuni gestori di appunti consentono di superare questo problema. + + + + Apri con + + + The "Open with" option saves the + screenshot to the system's temporary directory and opens it + with the application set using the dropdown list on the right. + Applications which support images are automatically detected + and added to the dropdown list. + + + + + Host on ZimageZ + + + The "Host on ZimageZ" option allow you + to host your screenshot on this free online hosting service, + so that you can share it easily with other people. ZimageZ + automatically generates a large and a small thumbnail of your + screenshot, which can be used to create thumbnails pointing to + the full size screenshot. + + + + After pressing the "OK" button, you will + be shown this dialog: + + + + + + + + + + The dialog to host a screenshot on ZimageZ + + + + + + If you do not have a ZimageZ user name, you will need to create + one on the + ZimageZ website. Several languages are available on this + website, you can switch between using the menu up right. You must + fill all fields of this dialog. Once you click the + "OK" button, the upload will start. + + + + The dialog below will give you the links to the full size screenshot, the + large thumbnail, the small thumbnails, as well examples of HTML and BBcode + to create a thumbnail pointing to the full size screenshot: + + + + + + + + + + The dialog giving the links to your screenshot on ZimageZ + + + + + + + + + + Attraverso la linea di comando + + + Command line options allow you to take screenshots quickly. They + also allow you to configure the Print Screen key on the upper right + of most keyboards so that it takes screenshots. To do so, + configure the keybindings of your desktop environnement so that + it launches xfce4-screenshooter with one or several of the + following options when the Prt Scrn key is pressed. + + + + Le opzioni per la linea di comando + + + L'opzione -w + + L'opzione -w consente di catturare un'istantanea della finestra attiva. + + + + L'opzione -f + + L'opzione -f consente di catturare un'istantanea di tutto lo schermo. + + + + L'opzione -r + + L'opzione -r consente di selezionare una regione da catturare facendo clic su un punto dello schermo con il mouse, trascinandolo e rilasciandolo all'angolo opposto della regione. + + + + L'opzione -d + + L'opzione -d seguita da un numero intero positivo, consente di impostare il ritardo con cui deve essere catturata l'istantanea quando è utilizzata l'opzione -f, -w o -r. + + + + L'opzione -s + + L'opzione -s seguita dal percorso di una cartella esistente, permette di impostare la posizione in cui verrà salvata l'istantanea. Questa opzione ha effetto solamente se è utilizzata con l'opzione -f, -w o -r. Se usata insieme all'opzione -h (vedere più avanti), permette di salvare il file in un percorso fornito, senza mostrare alcuna finestra di conferma. + + + + L'opzione -h + + Se si fornisce l'opzione -h, l'istantanea verrà salvata senza mostrare alcuna finestra di salvataggio. Questa opzione è applicabile solamente se è fornito anche l'argomento -f, -w o -r. L'opzione -s permette di impostare la posizione di salvataggio se necessaria. + + + + L'opzione -o + + Se è fornita l'opzione -o, seguita dal nome di una applicazione, l'istantanea verrà salvata nella cartella temporanea di sistema e aperta con il programma il cui comando di avvio è fornito dopo l'opzione -o. Questa opzione è applicabile solamente se è fornito l'argomento -f,-w o -r. + + + + The -u option + + + If the -u option is given, the screenshot + will be hosted on ZimageZ. See above for more details. + This option only has an effect if the + -f, the -w or the + -r option is given. + + + + + + + + Utilizzare il plugin con il pannello di Xfce + + + Aggiungere il plugin + + Per aggiungere il plugin al pannello, fare clic con il tasto destro del mouse sul pannello e selezionare la voce «aggiungi nuovo elemento». Selezionare il plugin denominato «istantanea» e aggiungerlo. + + + + Impostare il plugin + + È possibile configurare la modalità con cui l'istantanea viene catturata facendo clic con il tasto destro del mouse sull'icona del plugin e selezionando «configura». Apparirà una finestra delle preferenze simile a quella dell'applicazione principale. Consultare i paragrafi precedenti per una descrizione delle diverse preferenze. + + + + Utilizzare il plugin + + Per catturare un'istantanea, fare clic sull'icona del plugin. + + + + +
diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/ja/images/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/ja/images/Makefile.am --- xfce4-screenshooter-1.5.1/docs/manual/ja/images/Makefile.am 2009-02-25 09:42:25.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/ja/images/Makefile.am 2009-06-04 17:49:12.000000000 +0100 @@ -1,5 +1,7 @@ imagesdir = $(datadir)/xfce4/doc/ja/images images_DATA = \ - xfce4-screenshooter-dialog.png + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png EXTRA_DIST = $(images_DATA) diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/ja/images/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/ja/images/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/ja/images/Makefile.in 2009-02-25 09:56:14.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/ja/images/Makefile.in 2009-06-14 15:27:25.000000000 +0100 @@ -68,6 +68,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -81,10 +85,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -92,6 +92,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -180,6 +184,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ @@ -234,7 +241,9 @@ top_srcdir = @top_srcdir@ imagesdir = $(datadir)/xfce4/doc/ja/images images_DATA = \ - xfce4-screenshooter-dialog.png + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png EXTRA_DIST = $(images_DATA) all: all-am Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/ja/images/xfce4-screenshooter-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/ja/images/xfce4-screenshooter-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/ja/images/xfce4-screenshooter-zimagez-login-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/ja/images/xfce4-screenshooter-zimagez-login-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/ja/images/xfce4-screenshooter-zimagez-result-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/ja/images/xfce4-screenshooter-zimagez-result-dialog.png differ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/ja/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/ja/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/ja/Makefile.in 2009-02-25 09:56:14.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/ja/Makefile.in 2009-06-14 15:27:25.000000000 +0100 @@ -83,6 +83,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -96,10 +100,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -107,6 +107,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -195,6 +199,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/ja/xfce4-screenshooter.html /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/ja/xfce4-screenshooter.html --- xfce4-screenshooter-1.5.1/docs/manual/ja/xfce4-screenshooter.html 2009-02-25 09:55:55.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/ja/xfce4-screenshooter.html 2009-06-14 13:00:11.000000000 +0100 @@ -1 +1 @@ -Xfce4 スクリーンシューター

Xfce4 スクリーンシューター

Guelfucci Jrme [FAMILY Given]

この説明書は xfce4-screenshooter バージョン 1.5.1 について書かれています。

フリーソフトウェア財団が公表する GNU フリー文書利用許諾契約書の第1.1版、あるいはそれ以降のいずれかの版の条件下において、この文書の複製、配布および/または変更が許可されます。変更出来ない箇所、表紙文および裏表紙文があってはいけません。この利用許諾契約書の全文はフリーソフトウェア財団から取得する事ができます。

February 2009


xfce4-screenshooter の紹介

このアプリケーションは、画面全体、アクティブウィンドウ、または選択した領域のスクリーンショットを撮影します。撮影までの遅延時間や、撮影したスクリーンショットに対する操作 (PNG ファイルに保存、クリップボードにコピー、または他のアプリケーションで開く) を指定できます。

Xfce パネル用プラグインも用意されています。

アプリケーションを使う

ユーザインターフェイスから

アプリケーションの起動は、Xfce メインメニューの "アクセサリ" カテゴリから "スクリーンショット" を選択します。

以下のウィンドウが表示されます:

Xfce4 スクリーンショットのウィンドウ

撮影する領域

"撮影する領域" セクションでは、何のスクリーンショットを撮影するかを指定できます:

  • "画面全体" は表示されている画面全体のスクリーンショットを撮影します。
  • "アクティブウィンドウ" はアクティブウィンドウのスクリーンショットを撮影します。それはこのダイアログが表示される直前にアクティブであったウィンドウか、遅延時間が設定されている場合には遅延時間の経過時点でアクティブであったウィンドウになります。
  • "選択した領域" は、画面の一点をクリックおよびそこからドラッグし、マウスボタンを離したところまでの矩形領域を撮ります。

スクリーンショットを撮るまでの遅延時間

"スクリーンショットを撮るまでの遅延時間" セクションでは、"スクリーンショットを撮る" ボタンがクリックされてから実際にスクリーンショットを撮るまでの遅延時間を指定できます。この遅延により、開いたメニューなどあらゆる操作のスクリーンショットを撮影することができます。

アクション

"アクション" セクションでは、撮影したスクリーンショットに対する操作を選択できます。次の 3 つの選択肢があります。

保存する

"保存する" オプションは、スクリーンショットを PNG ファイルに保存します。"デフォルトの保存場所" チェックボックスにチェックマークがつけられている場合、スクリーンショットは "スクリーンショットを撮る" ボタンが押された後、保存ダイアログを表示せずに指定されたデフォルトの保存場所に保存されます。チェックマークがつけられていない場合はスクリーンショットのプレビューが確認できる保存ダイアログが表示され、保存場所やファイル名を指定できます

クリップボードにコピーする

"クリップボードにコピーする" オプションは、スクリーンショットをワードプロセッサなど他のアプリケーションに貼り付けることができるように、クリップボードへコピーします。スクリーンショットを貼り付ける前にこのアプリケーションを終了すると画像は破棄されます。一部のクリップボードマネージャを使用することでこれを回避できます。

アプリケーションで開く

"アプリケーションで開く" オプションは、スクリーンショットをシステムの作業ディレクトリに保存し、下のドロップダウンメニューで指定されたアプリケーションで開きます。画像をサポートするアプリケーションは自動的に検出され、ドロップダウンリストに追加されます。

コマンドラインから

コマンドラインオプションを使用すると、スクリーンショットの撮影を速やかに行えます。これらを Prt Scrn キー (多くのキーボードの右上部にあります) に割り当てることによって Prt Scrn キーを押下することによりスクリーンショットを撮ることができます。デスクトップ環境のキー設定で、xfce4-screenshooter コマンドに以下のいくつかのオプションをつけて設定してください。

コマンドラインオプション

-w オプション

-w オプションは、アクティブウィンドウのスクリーンショットを撮影します。

-f オプション

-f オプションは、画面全体のスクリーンショットを撮影します。

-r オプション

-r オプションは、画面の一点をクリックおよびそこからドラッグし、マウスボタンを離したところまでの矩形領域を撮ります。

-d オプション

-d オプションは、-f-w、または -r オプションのいずれかが指定された際に、続く正の整数の秒数分経過した後にスクリーンショットを撮影します。

-s オプション

-s オプションは続く既存のフォルダへのパスに、撮影したスクリーンショットを保存します。このオプションは -f-w、または -r オプションのいずれかが指定された場合のみ機能します。-h オプション (後述) との組み合わせで、保存ダイアログを表示せずに指定したパスに保存します。

-h オプション

-h オプションを指定した場合、スクリーンショットは保存ダイアログを表示せずに保存されます。このオプションは -f-w、または -r オプションが指定された場合のみ機能します。必要であれば -s オプションで保存場所を指定できます。

-o オプション

-o オプションが指定された場合、スクリーンショットはシステムの作業ディレクトリに保存され、-o オプションの後に指定されたアプリケーションで開きます。このオプションは -f-w、または -r オプションが指定された場合のみ機能します。

Xfce パネル用プラグインを使う

プラグインの追加

パネルへのプラグインの追加は、パネル上で右クリックし、"新しいアイテムの追加" を選択します。プラグイン "スクリーンショット" を選択し、追加してください。

プラグインの設定

スクリーンショットの撮影方法の設定はプラグインアイコン上で右クリックし、"設定" を選択します。メインアプリケーションのダイアログと同様の設定ダイアログが表示されます。

プラグインを使う

パネル上のプラグインアイコンをクリックするだけで、スクリーンショットの撮影が行えます。

+Xfce4 スクリーンシューター

Xfce4 スクリーンシューター

Guelfucci Jrme [FAMILY Given]

この説明書は Xfce4 スクリーンシューター のバージョン 1.6.0 について書かれています。

フリーソフトウェア財団が公表する GNU フリー文書利用許諾契約書の第1.1版、あるいはそれ以降のいずれかの版の条件下において、この文書の複製、配布および/または変更が許可されます。変更出来ない箇所、表紙文および裏表紙文があってはいけません。この利用許諾契約書の全文はフリーソフトウェア財団から取得する事ができます。

February 2009


Xfce4 スクリーンシューターの紹介

このアプリケーションは、画面全体、アクティブウィンドウ、または選択した領域のスクリーンショットを撮影します。撮影までの遅延時間や、撮影したスクリーンショットに対する操作 (PNG ファイルに保存、クリップボードにコピー、または他のアプリケーションで開く) を指定できます。

ビルド時に有効にしていれば、スクリーンショットをフリーのオンラインイメージホスティングサービス ZimageZ で公開することもできます。その場合は CURL および XMLRPC-C ライブラリが必要です。

Xfce パネル用プラグインも用意されています。

アプリケーションを使う

ユーザインターフェイスから

アプリケーションの起動は、Xfce メインメニューの "アクセサリ" カテゴリから "スクリーンショット" を選択します。

以下のウィンドウが表示されます:

Xfce4 スクリーンショットのウィンドウ

撮影する領域

"撮影する領域" セクションでは、何のスクリーンショットを撮影するかを指定できます:

  • "画面全体" は表示されている画面全体のスクリーンショットを撮影します。
  • "アクティブウィンドウ" はアクティブウィンドウのスクリーンショットを撮影します。それはこのダイアログが表示される直前にアクティブであったウィンドウか、遅延時間が設定されている場合には遅延時間の経過時点でアクティブであったウィンドウになります。
  • "選択した領域" は、画面の一点をクリックおよびそこからドラッグし、マウスボタンを離したところまでの矩形領域を撮ります。

撮影するまでの遅延時間

"スクリーンショットを撮るまでの遅延時間" セクションでは、「OK」 ボタンがクリックされてから実際にスクリーンショットを撮るまでの遅延時間を指定できます。この遅延により、開いたメニューなどあらゆる操作のスクリーンショットを撮影することができます。

撮影したら

"保存ダイアログを表示する" オプションは "アクション" 節で説明します。

"アプリケーションを閉じる" オプションでは、チェックマークをつけると1枚のスクリーンショットを撮影した後にアプリケーションを閉じ、選択されたアクションを実行します。チェックマークをつけなければ、複数のスクリーンショットを続けて撮影できます。

アクション

"アクション" セクションでは、撮影したスクリーンショットに対する操作を選択できます。

保存する

"保存する" オプションは、スクリーンショットを PNG ファイルに保存します。"撮影したら" セクションの "保存ダイアログを表示する" チェックボックスにチェックマークがつけられてない場合、スクリーンショットは 「OK」 ボタンが押された後、保存ダイアログを表示せずに右で指定された場所に保存されます。チェックマークがつけられてる場合はスクリーンショットのプレビューが確認できる保存ダイアログが表示され、保存場所やファイル名を指定できます

Xfce4 スクリーンシューターはスクリーンショットを、FTP、SAMBA、SFTP、SSH 経由でアクセス可能なリモートコンピュータなど、GVfs がサポートするリモートファイルシステムに保存することもできます。リモートファイルシステムへの接続には gvfs-connect または Gigolo が必要で、利用可能な接続先は保存ダイアログの左カラムに表示されます。

クリップボードにコピーする

"クリップボードにコピーする" オプションは、スクリーンショットをワードプロセッサなど他のアプリケーションに貼り付けることができるようにクリップボードへコピーします。スクリーンショットを貼り付ける前にこのアプリケーションを終了すると画像は破棄されます。一部のクリップボードマネージャを使用することでこれを回避できます。

アプリケーションで開く

"アプリケーションで開く" オプションは、スクリーンショットをシステムの作業ディレクトリに保存し、右のドロップダウンリストで指定されたアプリケーションで開きます。画像をサポートするアプリケーションは自動的に検出され、ドロップダウンリストに追加されます。

ZimageZ で公開する

"ZimageZ で公開する" オプションでは、撮影したスクリーンショットをフリーのオンラインホスティングサービスで公開し、他の人と簡単に共有することができます。ZimageZ はフルサイズのスクリーンショット、フルサイズスクリーンショットを指し示すために使用される、大きな、および小さなサムネイルを自動生成します。

「OK」 ボタンを押すと、以下のダイアログが表示されます:

ZimageZ でスクリーンショットを公開するためのダイアログ

ZimageZ のユーザ名を持っていない場合、ZimageZ ウェブサイト で作成して下さい。このウェブサイトはいくつかの言語で利用可能で、右上のメニューから切り換えることができます。このダイアログのすべてのフィールドに入力してください。「OK」 ボタンをクリックすると、アップロードが開始されます。

以下のダイアログでは、フルサイズスクリーンショット、大きなサムネイル、小さなサムネイルへのリンク、およびフルサイズスクリーンショットを指し示すサムネイルの HTML および BB コードのサンプルが表示されます。

ZimageZ 上のスクリーンショットへのリンクを表示するダイアログ

コマンドラインから

コマンドラインオプションを使用すると、スクリーンショットの撮影を速やかに行えます。これらを Print Screen キー (多くのキーボードの右上部にあります) に割り当ててスクリーンショットを撮ることができます。デスクトップ環境のキーバインド設定で、xfce4-screenshooter コマンドに以下のいくつかのオプションをつけて設定してください。

コマンドラインオプション

-w オプション

-w オプションは、アクティブウィンドウのスクリーンショットを撮影します。

-f オプション

-f オプションは、画面全体のスクリーンショットを撮影します。

-r オプション

-r オプションは、画面の一点をクリックおよびそこからドラッグし、マウスボタンを離したところまでの矩形領域を撮ります。

-d オプション

-d オプションは、-f-w、または -r オプションのいずれかが指定された際に、続く正の整数の秒数分経過した後にスクリーンショットを撮影します。

-s オプション

-s オプションは続く既存のフォルダへのパスに、撮影したスクリーンショットを保存します。このオプションは -f-w、または -r オプションのいずれかが指定されている場合のみ機能します。-h オプション (後述) との組み合わせで、保存ダイアログを表示せずに指定したパスに保存します。

-h オプション

-h オプションを指定した場合、スクリーンショットは保存ダイアログを表示せずに保存されます。このオプションは -f-w、または -r オプションのいずれかが指定されている場合のみ機能します。必要であれば -s オプションで保存場所を指定できます。

-o オプション

-o オプションが指定された場合、スクリーンショットはシステムの作業ディレクトリに保存され、-o オプションの後に指定されたアプリケーションで開きます。このオプションは -f-w、または -r オプションのいずれかが指定されている場合のみ機能します。

-u オプション

-u オプションを設定した場合、スクリーンショットは ZimageZ にアップロードされます。詳細は前述の説明を参照してください。このオプションは -f-w または -r オプションのいずれかが指定されている場合のみ機能します。

Xfce パネル用プラグインを使う

プラグインの追加

パネルへのプラグインの追加は、パネル上で右クリックし、"新しいアイテムの追加" を選択します。プラグイン "スクリーンショット" を選択し、追加してください。

プラグインの設定

スクリーンショットの撮影方法の設定はプラグインアイコン上で右クリックし、"設定" を選択します。メインアプリケーションのダイアログと同様の設定ダイアログが表示されます。

プラグインを使う

パネル上のプラグインアイコンをクリックするだけで、スクリーンショットの撮影が行えます。

diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/ja/xfce4-screenshooter.xml /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/ja/xfce4-screenshooter.xml --- xfce4-screenshooter-1.5.1/docs/manual/ja/xfce4-screenshooter.xml 2009-02-25 09:56:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/ja/xfce4-screenshooter.xml 2009-06-14 15:27:39.000000000 +0100 @@ -1,7 +1,7 @@ - + ]>
@@ -16,7 +16,7 @@ 2008 2009 Jérôme Guelfucci - 2009.Masato Hashimoto (cabezon.hashimoto@gmail.com) + 2009.Masato Hashimoto (hashimo@xfce.org) フリーソフトウェア財団が公表する GNU フリー文書利用許諾契約書の第1.1版、あるいはそれ以降のいずれかの版の条件下において、この文書の複製、配布および/または変更が許可されます。変更出来ない箇所、表紙文および裏表紙文があってはいけません。この利用許諾契約書の全文はフリーソフトウェア財団から取得する事ができます。 @@ -32,14 +32,16 @@ - この説明書は xfce4-screenshooter バージョン 1.5.1 について書かれています。 + この説明書は Xfce4 スクリーンシューター のバージョン 1.6.0 について書かれています。 - xfce4-screenshooter の紹介 + Xfce4 スクリーンシューターの紹介 このアプリケーションは、画面全体、アクティブウィンドウ、または選択した領域のスクリーンショットを撮影します。撮影までの遅延時間や、撮影したスクリーンショットに対する操作 (PNG ファイルに保存、クリップボードにコピー、または他のアプリケーションで開く) を指定できます。 + ビルド時に有効にしていれば、スクリーンショットをフリーのオンラインイメージホスティングサービス ZimageZ で公開することもできます。その場合は CURL および XMLRPC-C ライブラリが必要です。 + Xfce パネル用プラグインも用意されています。 @@ -79,42 +81,88 @@ - スクリーンショットを撮るまでの遅延時間 + 撮影するまでの遅延時間 - "スクリーンショットを撮るまでの遅延時間" セクションでは、"スクリーンショットを撮る" ボタンがクリックされてから実際にスクリーンショットを撮るまでの遅延時間を指定できます。この遅延により、開いたメニューなどあらゆる操作のスクリーンショットを撮影することができます。 + "スクリーンショットを撮るまでの遅延時間" セクションでは、「OK」 ボタンがクリックされてから実際にスクリーンショットを撮るまでの遅延時間を指定できます。この遅延により、開いたメニューなどあらゆる操作のスクリーンショットを撮影することができます。 + + + + 撮影したら + + "保存ダイアログを表示する" オプションは "アクション" 節で説明します。 + + "アプリケーションを閉じる" オプションでは、チェックマークをつけると1枚のスクリーンショットを撮影した後にアプリケーションを閉じ、選択されたアクションを実行します。チェックマークをつけなければ、複数のスクリーンショットを続けて撮影できます。 アクション - "アクション" セクションでは、撮影したスクリーンショットに対する操作を選択できます。次の 3 つの選択肢があります。 + "アクション" セクションでは、撮影したスクリーンショットに対する操作を選択できます。 保存する - "保存する" オプションは、スクリーンショットを PNG ファイルに保存します。"デフォルトの保存場所" チェックボックスにチェックマークがつけられている場合、スクリーンショットは "スクリーンショットを撮る" ボタンが押された後、保存ダイアログを表示せずに指定されたデフォルトの保存場所に保存されます。チェックマークがつけられていない場合はスクリーンショットのプレビューが確認できる保存ダイアログが表示され、保存場所やファイル名を指定できます + "保存する" オプションは、スクリーンショットを PNG ファイルに保存します。"撮影したら" セクションの "保存ダイアログを表示する" チェックボックスにチェックマークがつけられてない場合、スクリーンショットは 「OK」 ボタンが押された後、保存ダイアログを表示せずに右で指定された場所に保存されます。チェックマークがつけられてる場合はスクリーンショットのプレビューが確認できる保存ダイアログが表示され、保存場所やファイル名を指定できます + + Xfce4 スクリーンシューターはスクリーンショットを、FTP、SAMBA、SFTP、SSH 経由でアクセス可能なリモートコンピュータなど、GVfs がサポートするリモートファイルシステムに保存することもできます。リモートファイルシステムへの接続には gvfs-connect または Gigolo が必要で、利用可能な接続先は保存ダイアログの左カラムに表示されます。 + クリップボードにコピーする - "クリップボードにコピーする" オプションは、スクリーンショットをワードプロセッサなど他のアプリケーションに貼り付けることができるように、クリップボードへコピーします。スクリーンショットを貼り付ける前にこのアプリケーションを終了すると画像は破棄されます。一部のクリップボードマネージャを使用することでこれを回避できます。 + "クリップボードにコピーする" オプションは、スクリーンショットをワードプロセッサなど他のアプリケーションに貼り付けることができるようにクリップボードへコピーします。スクリーンショットを貼り付ける前にこのアプリケーションを終了すると画像は破棄されます。一部のクリップボードマネージャを使用することでこれを回避できます。 アプリケーションで開く - "アプリケーションで開く" オプションは、スクリーンショットをシステムの作業ディレクトリに保存し、下のドロップダウンメニューで指定されたアプリケーションで開きます。画像をサポートするアプリケーションは自動的に検出され、ドロップダウンリストに追加されます。 + "アプリケーションで開く" オプションは、スクリーンショットをシステムの作業ディレクトリに保存し、右のドロップダウンリストで指定されたアプリケーションで開きます。画像をサポートするアプリケーションは自動的に検出され、ドロップダウンリストに追加されます。 - + + ZimageZ で公開する + + "ZimageZ で公開する" オプションでは、撮影したスクリーンショットをフリーのオンラインホスティングサービスで公開し、他の人と簡単に共有することができます。ZimageZ はフルサイズのスクリーンショット、フルサイズスクリーンショットを指し示すために使用される、大きな、および小さなサムネイルを自動生成します。 + + 「OK」 ボタンを押すと、以下のダイアログが表示されます: + + + + + + + + + ZimageZ でスクリーンショットを公開するためのダイアログ + + + + + ZimageZ のユーザ名を持っていない場合、ZimageZ ウェブサイト で作成して下さい。このウェブサイトはいくつかの言語で利用可能で、右上のメニューから切り換えることができます。このダイアログのすべてのフィールドに入力してください。「OK」 ボタンをクリックすると、アップロードが開始されます。 + + 以下のダイアログでは、フルサイズスクリーンショット、大きなサムネイル、小さなサムネイルへのリンク、およびフルサイズスクリーンショットを指し示すサムネイルの HTML および BB コードのサンプルが表示されます。 + + + + + + + + + ZimageZ 上のスクリーンショットへのリンクを表示するダイアログ + + + + + コマンドラインから - コマンドラインオプションを使用すると、スクリーンショットの撮影を速やかに行えます。これらを Prt Scrn キー (多くのキーボードの右上部にあります) に割り当てることによって Prt Scrn キーを押下することによりスクリーンショットを撮ることができます。デスクトップ環境のキー設定で、xfce4-screenshooter コマンドに以下のいくつかのオプションをつけて設定してください。 + コマンドラインオプションを使用すると、スクリーンショットの撮影を速やかに行えます。これらを Print Screen キー (多くのキーボードの右上部にあります) に割り当ててスクリーンショットを撮ることができます。デスクトップ環境のキーバインド設定で、xfce4-screenshooter コマンドに以下のいくつかのオプションをつけて設定してください。 コマンドラインオプション @@ -146,19 +194,25 @@ -s オプション - -s オプションは続く既存のフォルダへのパスに、撮影したスクリーンショットを保存します。このオプションは -f-w、または -r オプションのいずれかが指定された場合のみ機能します。-h オプション (後述) との組み合わせで、保存ダイアログを表示せずに指定したパスに保存します。 + -s オプションは続く既存のフォルダへのパスに、撮影したスクリーンショットを保存します。このオプションは -f-w、または -r オプションのいずれかが指定されている場合のみ機能します。-h オプション (後述) との組み合わせで、保存ダイアログを表示せずに指定したパスに保存します。 -h オプション - -h オプションを指定した場合、スクリーンショットは保存ダイアログを表示せずに保存されます。このオプションは -f-w、または -r オプションが指定された場合のみ機能します。必要であれば -s オプションで保存場所を指定できます。 + -h オプションを指定した場合、スクリーンショットは保存ダイアログを表示せずに保存されます。このオプションは -f-w、または -r オプションのいずれかが指定されている場合のみ機能します。必要であれば -s オプションで保存場所を指定できます。 -o オプション - -o オプションが指定された場合、スクリーンショットはシステムの作業ディレクトリに保存され、-o オプションの後に指定されたアプリケーションで開きます。このオプションは -f-w、または -r オプションが指定された場合のみ機能します。 + -o オプションが指定された場合、スクリーンショットはシステムの作業ディレクトリに保存され、-o オプションの後に指定されたアプリケーションで開きます。このオプションは -f-w、または -r オプションのいずれかが指定されている場合のみ機能します。 + + + + -u オプション + + -u オプションを設定した場合、スクリーンショットは ZimageZ にアップロードされます。詳細は前述の説明を参照してください。このオプションは -f-w または -r オプションのいずれかが指定されている場合のみ機能します。 diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/ja/xfce4-screenshooter.xml.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/ja/xfce4-screenshooter.xml.in --- xfce4-screenshooter-1.5.1/docs/manual/ja/xfce4-screenshooter.xml.in 2009-02-25 09:42:25.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/ja/xfce4-screenshooter.xml.in 2009-06-06 17:08:40.000000000 +0100 @@ -16,7 +16,7 @@ 2008 2009 Jérôme Guelfucci - 2009.Masato Hashimoto (cabezon.hashimoto@gmail.com) + 2009.Masato Hashimoto (hashimo@xfce.org) フリーソフトウェア財団が公表する GNU フリー文書利用許諾契約書の第1.1版、あるいはそれ以降のいずれかの版の条件下において、この文書の複製、配布および/または変更が許可されます。変更出来ない箇所、表紙文および裏表紙文があってはいけません。この利用許諾契約書の全文はフリーソフトウェア財団から取得する事ができます。 @@ -32,14 +32,16 @@ - この説明書は @PACKAGE_NAME@ バージョン @PACKAGE_VERSION@ について書かれています。 + この説明書は Xfce4 スクリーンシューター のバージョン @PACKAGE_VERSION@ について書かれています。 - @PACKAGE_NAME@ の紹介 + Xfce4 スクリーンシューターの紹介 このアプリケーションは、画面全体、アクティブウィンドウ、または選択した領域のスクリーンショットを撮影します。撮影までの遅延時間や、撮影したスクリーンショットに対する操作 (PNG ファイルに保存、クリップボードにコピー、または他のアプリケーションで開く) を指定できます。 + ビルド時に有効にしていれば、スクリーンショットをフリーのオンラインイメージホスティングサービス ZimageZ で公開することもできます。その場合は CURL および XMLRPC-C ライブラリが必要です。 + Xfce パネル用プラグインも用意されています。 @@ -79,42 +81,88 @@ - スクリーンショットを撮るまでの遅延時間 + 撮影するまでの遅延時間 - "スクリーンショットを撮るまでの遅延時間" セクションでは、"スクリーンショットを撮る" ボタンがクリックされてから実際にスクリーンショットを撮るまでの遅延時間を指定できます。この遅延により、開いたメニューなどあらゆる操作のスクリーンショットを撮影することができます。 + "スクリーンショットを撮るまでの遅延時間" セクションでは、「OK」 ボタンがクリックされてから実際にスクリーンショットを撮るまでの遅延時間を指定できます。この遅延により、開いたメニューなどあらゆる操作のスクリーンショットを撮影することができます。 + + + + 撮影したら + + "保存ダイアログを表示する" オプションは "アクション" 節で説明します。 + + "アプリケーションを閉じる" オプションでは、チェックマークをつけると1枚のスクリーンショットを撮影した後にアプリケーションを閉じ、選択されたアクションを実行します。チェックマークをつけなければ、複数のスクリーンショットを続けて撮影できます。 アクション - "アクション" セクションでは、撮影したスクリーンショットに対する操作を選択できます。次の 3 つの選択肢があります。 + "アクション" セクションでは、撮影したスクリーンショットに対する操作を選択できます。 保存する - "保存する" オプションは、スクリーンショットを PNG ファイルに保存します。"デフォルトの保存場所" チェックボックスにチェックマークがつけられている場合、スクリーンショットは "スクリーンショットを撮る" ボタンが押された後、保存ダイアログを表示せずに指定されたデフォルトの保存場所に保存されます。チェックマークがつけられていない場合はスクリーンショットのプレビューが確認できる保存ダイアログが表示され、保存場所やファイル名を指定できます + "保存する" オプションは、スクリーンショットを PNG ファイルに保存します。"撮影したら" セクションの "保存ダイアログを表示する" チェックボックスにチェックマークがつけられてない場合、スクリーンショットは 「OK」 ボタンが押された後、保存ダイアログを表示せずに右で指定された場所に保存されます。チェックマークがつけられてる場合はスクリーンショットのプレビューが確認できる保存ダイアログが表示され、保存場所やファイル名を指定できます + + Xfce4 スクリーンシューターはスクリーンショットを、FTP、SAMBA、SFTP、SSH 経由でアクセス可能なリモートコンピュータなど、GVfs がサポートするリモートファイルシステムに保存することもできます。リモートファイルシステムへの接続には gvfs-connect または Gigolo が必要で、利用可能な接続先は保存ダイアログの左カラムに表示されます。 + クリップボードにコピーする - "クリップボードにコピーする" オプションは、スクリーンショットをワードプロセッサなど他のアプリケーションに貼り付けることができるように、クリップボードへコピーします。スクリーンショットを貼り付ける前にこのアプリケーションを終了すると画像は破棄されます。一部のクリップボードマネージャを使用することでこれを回避できます。 + "クリップボードにコピーする" オプションは、スクリーンショットをワードプロセッサなど他のアプリケーションに貼り付けることができるようにクリップボードへコピーします。スクリーンショットを貼り付ける前にこのアプリケーションを終了すると画像は破棄されます。一部のクリップボードマネージャを使用することでこれを回避できます。 アプリケーションで開く - "アプリケーションで開く" オプションは、スクリーンショットをシステムの作業ディレクトリに保存し、下のドロップダウンメニューで指定されたアプリケーションで開きます。画像をサポートするアプリケーションは自動的に検出され、ドロップダウンリストに追加されます。 + "アプリケーションで開く" オプションは、スクリーンショットをシステムの作業ディレクトリに保存し、右のドロップダウンリストで指定されたアプリケーションで開きます。画像をサポートするアプリケーションは自動的に検出され、ドロップダウンリストに追加されます。 - + + ZimageZ で公開する + + "ZimageZ で公開する" オプションでは、撮影したスクリーンショットをフリーのオンラインホスティングサービスで公開し、他の人と簡単に共有することができます。ZimageZ はフルサイズのスクリーンショット、フルサイズスクリーンショットを指し示すために使用される、大きな、および小さなサムネイルを自動生成します。 + + 「OK」 ボタンを押すと、以下のダイアログが表示されます: + + + + + + + + + ZimageZ でスクリーンショットを公開するためのダイアログ + + + + + ZimageZ のユーザ名を持っていない場合、ZimageZ ウェブサイト で作成して下さい。このウェブサイトはいくつかの言語で利用可能で、右上のメニューから切り換えることができます。このダイアログのすべてのフィールドに入力してください。「OK」 ボタンをクリックすると、アップロードが開始されます。 + + 以下のダイアログでは、フルサイズスクリーンショット、大きなサムネイル、小さなサムネイルへのリンク、およびフルサイズスクリーンショットを指し示すサムネイルの HTML および BB コードのサンプルが表示されます。 + + + + + + + + + ZimageZ 上のスクリーンショットへのリンクを表示するダイアログ + + + + + コマンドラインから - コマンドラインオプションを使用すると、スクリーンショットの撮影を速やかに行えます。これらを Prt Scrn キー (多くのキーボードの右上部にあります) に割り当てることによって Prt Scrn キーを押下することによりスクリーンショットを撮ることができます。デスクトップ環境のキー設定で、xfce4-screenshooter コマンドに以下のいくつかのオプションをつけて設定してください。 + コマンドラインオプションを使用すると、スクリーンショットの撮影を速やかに行えます。これらを Print Screen キー (多くのキーボードの右上部にあります) に割り当ててスクリーンショットを撮ることができます。デスクトップ環境のキーバインド設定で、xfce4-screenshooter コマンドに以下のいくつかのオプションをつけて設定してください。 コマンドラインオプション @@ -146,19 +194,25 @@ -s オプション - -s オプションは続く既存のフォルダへのパスに、撮影したスクリーンショットを保存します。このオプションは -f-w、または -r オプションのいずれかが指定された場合のみ機能します。-h オプション (後述) との組み合わせで、保存ダイアログを表示せずに指定したパスに保存します。 + -s オプションは続く既存のフォルダへのパスに、撮影したスクリーンショットを保存します。このオプションは -f-w、または -r オプションのいずれかが指定されている場合のみ機能します。-h オプション (後述) との組み合わせで、保存ダイアログを表示せずに指定したパスに保存します。 -h オプション - -h オプションを指定した場合、スクリーンショットは保存ダイアログを表示せずに保存されます。このオプションは -f-w、または -r オプションが指定された場合のみ機能します。必要であれば -s オプションで保存場所を指定できます。 + -h オプションを指定した場合、スクリーンショットは保存ダイアログを表示せずに保存されます。このオプションは -f-w、または -r オプションのいずれかが指定されている場合のみ機能します。必要であれば -s オプションで保存場所を指定できます。 -o オプション - -o オプションが指定された場合、スクリーンショットはシステムの作業ディレクトリに保存され、-o オプションの後に指定されたアプリケーションで開きます。このオプションは -f-w、または -r オプションが指定された場合のみ機能します。 + -o オプションが指定された場合、スクリーンショットはシステムの作業ディレクトリに保存され、-o オプションの後に指定されたアプリケーションで開きます。このオプションは -f-w、または -r オプションのいずれかが指定されている場合のみ機能します。 + + + + -u オプション + + -u オプションを設定した場合、スクリーンショットは ZimageZ にアップロードされます。詳細は前述の説明を参照してください。このオプションは -f-w または -r オプションのいずれかが指定されている場合のみ機能します。 diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/Makefile.am --- xfce4-screenshooter-1.5.1/docs/manual/Makefile.am 2009-02-25 09:42:25.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/Makefile.am 2009-06-03 13:08:31.000000000 +0100 @@ -1,7 +1,11 @@ SUBDIRS = \ C \ + da \ fr \ - ja + it \ + gl \ + ja \ + tr EXTRA_DIST = \ xfce-nochunk.xsl diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/Makefile.in 2009-02-25 09:56:13.000000000 +0000 +++ xfce4-screenshooter-1.6.0/docs/manual/Makefile.in 2009-06-14 15:27:24.000000000 +0100 @@ -70,6 +70,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -83,10 +87,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -94,6 +94,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -182,6 +186,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ @@ -236,8 +243,12 @@ top_srcdir = @top_srcdir@ SUBDIRS = \ C \ + da \ fr \ - ja + it \ + gl \ + ja \ + tr EXTRA_DIST = \ xfce-nochunk.xsl diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/tr/images/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/tr/images/Makefile.am --- xfce4-screenshooter-1.5.1/docs/manual/tr/images/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/tr/images/Makefile.am 2009-06-03 13:11:12.000000000 +0100 @@ -0,0 +1,7 @@ +imagesdir = $(datadir)/xfce4/doc/tr/images +images_DATA = \ + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png + +EXTRA_DIST = $(images_DATA) diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/tr/images/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/tr/images/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/tr/images/Makefile.in 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/tr/images/Makefile.in 2009-06-14 15:27:25.000000000 +0100 @@ -0,0 +1,438 @@ +# Makefile.in generated by automake 1.10.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = docs/manual/tr/images +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(imagesdir)" +imagesDATA_INSTALL = $(INSTALL_DATA) +DATA = $(images_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_LIBS = @GLIB_LIBS@ +GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ +GLIB_VERSION = @GLIB_VERSION@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ +GTK_VERSION = @GTK_VERSION@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@ +LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@ +LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@ +LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@ +LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ +LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ +LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ +LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@ +LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ +LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ +LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ +LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_ARGS = @XGETTEXT_ARGS@ +XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ +XSLTPROC = @XSLTPROC@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +imagesdir = $(datadir)/xfce4/doc/tr/images +images_DATA = \ + xfce4-screenshooter-dialog.png \ + xfce4-screenshooter-zimagez-login-dialog.png \ + xfce4-screenshooter-zimagez-result-dialog.png + +EXTRA_DIST = $(images_DATA) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/manual/tr/images/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu docs/manual/tr/images/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-imagesDATA: $(images_DATA) + @$(NORMAL_INSTALL) + test -z "$(imagesdir)" || $(MKDIR_P) "$(DESTDIR)$(imagesdir)" + @list='$(images_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(imagesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(imagesdir)/$$f'"; \ + $(imagesDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(imagesdir)/$$f"; \ + done + +uninstall-imagesDATA: + @$(NORMAL_UNINSTALL) + @list='$(images_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(imagesdir)/$$f'"; \ + rm -f "$(DESTDIR)$(imagesdir)/$$f"; \ + done +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(imagesdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +info: info-am + +info-am: + +install-data-am: install-imagesDATA + +install-dvi: install-dvi-am + +install-exec-am: + +install-html: install-html-am + +install-info: install-info-am + +install-man: + +install-pdf: install-pdf-am + +install-ps: install-ps-am + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-imagesDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-imagesDATA install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + uninstall uninstall-am uninstall-imagesDATA + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/tr/images/xfce4-screenshooter-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/tr/images/xfce4-screenshooter-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/tr/images/xfce4-screenshooter-zimagez-login-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/tr/images/xfce4-screenshooter-zimagez-login-dialog.png differ Binary files /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/tr/images/xfce4-screenshooter-zimagez-result-dialog.png and /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/tr/images/xfce4-screenshooter-zimagez-result-dialog.png differ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/tr/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/tr/Makefile.am --- xfce4-screenshooter-1.5.1/docs/manual/tr/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/tr/Makefile.am 2009-06-03 13:09:17.000000000 +0100 @@ -0,0 +1,23 @@ +# Copied from Thunar, original author: Benedict Meurer + +SUBDIRS = \ + images + +noinst_DATA = \ + xfce4-screenshooter.xml + +docdir=$(datadir)/xfce4/doc/tr + +doc_DATA= \ + xfce4-screenshooter.html + +EXTRA_DIST = $(noinst_DATA) $(doc_DATA) + +if MAINTAINER_MODE +if ENABLE_XSLTPROC + +xfce4-screenshooter.html: $(srcdir)/xfce4-screenshooter.xml + $(XSLTPROC) $(top_srcdir)/docs/manual/xfce-nochunk.xsl $(srcdir)/xfce4-screenshooter.xml + +endif +endif diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/tr/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/tr/Makefile.in --- xfce4-screenshooter-1.5.1/docs/manual/tr/Makefile.in 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/tr/Makefile.in 2009-06-14 15:27:25.000000000 +0100 @@ -0,0 +1,606 @@ +# Makefile.in generated by automake 1.10.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# Copied from Thunar, original author: Benedict Meurer + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = docs/manual/tr +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(srcdir)/xfce4-screenshooter.xml.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = xfce4-screenshooter.xml +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(docdir)" +docDATA_INSTALL = $(INSTALL_DATA) +DATA = $(doc_DATA) $(noinst_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALL_LINGUAS = @ALL_LINGUAS@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_LIBS = @GLIB_LIBS@ +GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ +GLIB_VERSION = @GLIB_VERSION@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ +GTK_VERSION = @GTK_VERSION@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ +INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@ +LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@ +LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@ +LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@ +LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@ +LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@ +LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@ +LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@ +LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@ +LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@ +LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@ +LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +MSGFMT_OPTS = @MSGFMT_OPTS@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_ARGS = @XGETTEXT_ARGS@ +XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ +XSLTPROC = @XSLTPROC@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = $(datadir)/xfce4/doc/tr +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lt_ECHO = @lt_ECHO@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = \ + images + +noinst_DATA = \ + xfce4-screenshooter.xml + +doc_DATA = \ + xfce4-screenshooter.html + +EXTRA_DIST = $(noinst_DATA) $(doc_DATA) +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/manual/tr/Makefile'; \ + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu docs/manual/tr/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +xfce4-screenshooter.xml: $(top_builddir)/config.status $(srcdir)/xfce4-screenshooter.xml.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-docDATA: $(doc_DATA) + @$(NORMAL_INSTALL) + test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" + @list='$(doc_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ + echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \ + $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \ + done + +uninstall-docDATA: + @$(NORMAL_UNINSTALL) + @list='$(doc_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ + echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \ + rm -f "$(DESTDIR)$(docdir)/$$f"; \ + done + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo $@ | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + distdir=`$(am__cd) $(distdir) && pwd`; \ + top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$top_distdir" \ + distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(docdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +info: info-recursive + +info-am: + +install-data-am: install-docDATA + +install-dvi: install-dvi-recursive + +install-exec-am: + +install-html: install-html-recursive + +install-info: install-info-recursive + +install-man: + +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-docDATA + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic clean-libtool \ + ctags ctags-recursive distclean distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-docDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-recursive uninstall uninstall-am uninstall-docDATA + + +@ENABLE_XSLTPROC_TRUE@@MAINTAINER_MODE_TRUE@xfce4-screenshooter.html: $(srcdir)/xfce4-screenshooter.xml +@ENABLE_XSLTPROC_TRUE@@MAINTAINER_MODE_TRUE@ $(XSLTPROC) $(top_srcdir)/docs/manual/xfce-nochunk.xsl $(srcdir)/xfce4-screenshooter.xml +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/tr/xfce4-screenshooter.html /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/tr/xfce4-screenshooter.html --- xfce4-screenshooter-1.5.1/docs/manual/tr/xfce4-screenshooter.html 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/tr/xfce4-screenshooter.html 2009-06-14 13:00:13.000000000 +0100 @@ -0,0 +1 @@ +Xfce4 Ekran Grnts Eklentisi

Xfce4 Ekran Grnts Eklentisi

Jrme Guelfucci

Bu rehber Xfce4 Ekran Grnts eklentisinin 1.6.0 srmne ilişkindir.

Bu dokmanın dağıtımı, kopyalanması ve/veya dzenlenmesi GNU zgr Belgeleme Lisansı 1.1 srm ve daha sonraki srmleri de dahil olmak zere, ancak değişmesi imkansız biimde olmamak kaydı ile serbesttir. Lisansın tamamına zgr Yazılım Vakfı sitesinden ulaşabilirsiniz.

February 2009


Xfce4 Ekran Grnts Hakkında

Bu uygulama, tm ekranın veya seilen blgenin yahut etkin pencerenin ekran grntsn almanızı sağlar. Ekran grnts almadan nce beklenecek sreyi ayarlayabileceğiniz gibi şu işlemleri de uygulamanız mmkndr: PNG dosyası olarak kayıt, panoya kopyalama veya başka bir uygulama kullanarak alınan ekran grntsn grntlemek.

Eğer inşa sırasında etkinleştirilmişse, ekran grntlerinizi ZimageZ isimli cretsiz resim barındırma servisinde yayınlayabilirsiniz. Bu zellikten yararlanabilmek iin CURL ve XMLRPC-C kitaplıklarının sisteminizde bulunması gerekmektedir.

Ayrıca Xfce paneli iin bir eklenti de bulunmaktadır.

Uygulamayı kullanmak

Kullanıcı arabirimi vasıtasıyla

Uygulamayı alıştırmak iin, Xfce mensnde yer alan "Donatılar" blmndeki "Ekran Grnts" gesini kullanabilirsiniz.

Bu pencere gsterilecektir:

Xfce4 Ekran Grnts penceresi

Grnts alınacak alan

"Grnts alınacak alan" blm ekran grntsn hangi şekillerde alabileceğinizi belirler:

  • "Tm Ekran" ekranda grdğnz tm ğeleri ekran grntsne dahil eder.
  • "Etkin pencere" kaydetme seeneğinin yer aldığı men gsterilmeden nce o an gsterilen pencerenin ekran grntsn alır. Eğer ekran grnts almayı geciktir seeneğini kullanıyorsanız, beklenecek sreden sonra etkin pencerenin ekran grnts alınır.
  • "Alan seimi" fare kullanarak seeceğiniz alan ierisinde yer alan ğeleri ekran grntsne dahil etmenizi sağlar.

Ekran grnts almayı geciktir

"Ekran grnts almayı geciktir" seeneği "Ekran Grnts Al" dğmesine tıklandıktan sonra belirleyeceğiniz sre kadar beklendikten sonra ekran grnts almanızı sağlar.

Ekran grntsnn alınmasının ardından yapılacak işlemler

"Kaydetme penceresini gster" seeneği aşağıda "Eylem" kısmında aıklanmaktadır.

"Uygulamayı kapat" seeneği eğer işaretlenmemişse birden fazla ekran grnts almanızı sağlar. İşaretlenmiş ise, ekran grnts yapmış olduğunuz tercihe gre alınacak ve uygulama kapatılacaktır.

Eylem

"Eylem" kısmı ekran grnts alındıktan sonra yapılacak işlemleri belirlemenizi sağlar.

Buraya Kaydet

"Buraya Kaydet" seeneği ekran grntsn PNG biiminde kaydeder. "Kaydetme penceresini gster" seeneğini işaretlemezseniz, ekran grnts, "Grnt alındıktan sonra" kısmında yer alan, ekran grntsnn kaydedileceği dizine kaydedilir. Eğer işaretlemişseniz, kaydetme penceresi, nizleme resmiyle birlikte gsterilecektir.

Xfce4 Ekran Grnts Uygulaması GVfs tarafından desteklenen FTP, SAMBA, SFTP, SSH gibi uzaktaki dosya sistemlerine ekran grntsn kaydedebilir. Sadece gvfs-connect veya Gigolo ile bir uzaktaki dosya sistemine bağlanmış olmanız yeterlidir.

Panoya kopyala

"Panoya kopyala" seeneği ekran grntsn başka uygulamalara, zellikle kelime işlemcilere yapıştırmanızı sağlar. Uygulamayı kapattığınızda pano gemişi silinebilir.

Birlikte a

"Birlikte a" seeneği ekran grntsn sistemin tampon belleğine kaydeder ve harici bir uygulama kullanarak o ekran grntsn aar. Resim dosyalarını ama kapasitesine sahip uygulamalar listede otomatik sıralanmaktadır.

ZimageZ zerinde yayınla

"ZimageZ zerinde yayınla" seeneği ekran grntnz, cretsiz bir resim barındırma servisi olan ZimageZ servisine aktarılmasını sağlar. ZimageZ otomatik olarak ekran grntnzn byk ve kk nizlemelerini oluşturur.

"Ekran grnts al" dğmesine bastıktan sonra, şu men gsterilecektir:

ZimageZ servisine resim aktarma mens

Eğer bir ZimageZ hesabınız yoksa, ZimageZ web sitesine giderek kendinize bir hesap aabilirsiniz. ZimageZ birden fazla dili desteklemektedir. Bu alandaki tm blmleri doldurmanız gerekmektedir.

Aşağıdaki men ekran grnts, byk ve kk nizleme, HTML kodu ve BBCode iin gerekli bağlantıları size gsterecektir:

ZimageZ bağlantı adresleri mens

Komut satırı vasıtasıyla kullanım

Komut satırı seenekleri hızlıca ekran grnts almanızı sağlar. Ayrıca klavyedeki Print Screen tuşuna işlev atamanız iin de komut satırı komutlarını kullanabilirsiniz.

Komut satırı seenekleri

-w seeneği

-w seeneği etkin pencerenin ekran grntsn almanızı sağlar.

-f seeneği

-f seeneği tm ekranın ekran grntsn almanızı sağlar.

-r seeneği

-r seeneği belirleyeceğiniz kısmın ekran grntsn almanızı sağlar.

-d seeneği

-d seeneği ekran grnts almadan nce beklenecek sreyi belirlemenizi sağlar. -f, -w,-r seenekleri ile birlikte kullanılır.

-s seeneği

-s seeneği komutla beraber verilen dizin ierisine ekran grntsn kaydetmenizi sağlar. -w,-f,-r seenekleri ile kullanılabilir.

-h seeneği

-h seeneği ekran grntsn herhangi bir kaydetme penceresi gstermeden kaydetmenizi sağlar. -w,-f-r ve -s seenekleri ile birlikte kullanılabilir.

-o seeneği

-o seeneği, ekran grntsn aacak uygulama ile birlikte verildiğinde, ekran grntsn tampon belleğe kaydedip, ekran grntsn komutta verilen uygulama ile aar. -w, -f ve -r seenekleri ile birlikte kullanılabilir.

-u seeneği

-u seeneği ekran grntsn ZimageZ servisine aktarmanızı sağlar. -w,-f ve -r seenekleri ile birlikte kullanılabilir.

Xfce panel eklentisi vasıtasıyla kullanmak

Eklentiyi eklemek

Eklentiyi panele eklemek iin, panele sağ tıklayıp, "Yeni ğeler Ekle" seeneğine tıklamanız gerekmektedir. Aılan listeden "Ekran Grnts" gesini semeniz yeterlidir.

Eklentiyi ayarlamak

Ekran grntsnn nasıl alınacağına ilişkin ayarları panele eklediğiniz geye sağ tıklayıp "zellikler" seeneğine tıklamak suretiyle yapabilirsiniz. Eklenti, esas uygulamaya benzer bir men sunmaktadır.

Eklentiyi kullanmak

Ekran grnts almak iin eklentiye tıklamanız yeterlidir.

diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/tr/xfce4-screenshooter.xml /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/tr/xfce4-screenshooter.xml --- xfce4-screenshooter-1.5.1/docs/manual/tr/xfce4-screenshooter.xml 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/tr/xfce4-screenshooter.xml 2009-06-14 15:27:40.000000000 +0100 @@ -0,0 +1,244 @@ + + + + +]> +
+ + + + Xfce4 Ekran Görüntüsü Eklentisi + + &date; + + + 2008 + 2009 + Jérôme Guelfucci + 2009Samed Beyribey (ras0ir@eventualis.org) + + + Bu dokümanın dağıtımı, kopyalanması ve/veya düzenlenmesi GNU Özgür Belgeleme Lisansı 1.1 sürümü ve daha sonraki sürümleri de dahil olmak üzere, ancak değişmesi imkansız biçimde olmamak kaydı ile serbesttir. Lisansın tamamına Özgür Yazılım Vakfı sitesinden ulaşabilirsiniz. + + + + + Jérôme + Guelfucci + +
jeromeg@xfce.org
+
+
+
+ + Bu rehber Xfce4 Ekran Görüntüsü eklentisinin 1.6.0 sürümüne ilişkindir. +
+ + + Xfce4 Ekran Görüntüsü Hakkında + + Bu uygulama, tüm ekranın veya seçilen bölgenin yahut etkin pencerenin ekran görüntüsünü almanızı sağlar. Ekran görüntüsü almadan önce beklenecek süreyi ayarlayabileceğiniz gibi şu işlemleri de uygulamanız mümkündür: PNG dosyası olarak kayıt, panoya kopyalama veya başka bir uygulama kullanarak alınan ekran görüntüsünü görüntülemek. + + Eğer inşa sırasında etkinleştirilmişse, ekran görüntülerinizi ZimageZ isimli ücretsiz resim barındırma servisinde yayınlayabilirsiniz. Bu özellikten yararlanabilmek için CURL ve XMLRPC-C kitaplıklarının sisteminizde bulunması gerekmektedir. + + Ayrıca Xfce paneli için bir eklenti de bulunmaktadır. + + + + + Uygulamayı kullanmak + + + Kullanıcı arabirimi vasıtasıyla + + Uygulamayı çalıştırmak için, Xfce menüsünde yer alan "Donatılar" bölümündeki "Ekran Görüntüsü" ögesini kullanabilirsiniz. + + Bu pencere gösterilecektir: + + + + + + + + + Xfce4 Ekran Görüntüsü penceresi + + + + + + Görüntüsü alınacak alan + + "Görüntüsü alınacak alan" bölümü ekran görüntüsünü hangi şekillerde alabileceğinizi belirler: + + + "Tüm Ekran" ekranda gördüğünüz tüm öğeleri ekran görüntüsüne dahil eder. + "Etkin pencere" kaydetme seçeneğinin yer aldığı menü gösterilmeden önce o an gösterilen pencerenin ekran görüntüsünü alır. Eğer ekran görüntüsü almayı geciktir seçeneğini kullanıyorsanız, beklenecek süreden sonra etkin pencerenin ekran görüntüsü alınır. + "Alan seçimi" fare kullanarak seçeceğiniz alan içerisinde yer alan öğeleri ekran görüntüsüne dahil etmenizi sağlar. + + + + + Ekran görüntüsü almayı geciktir + + "Ekran görüntüsü almayı geciktir" seçeneği "Ekran Görüntüsü Al" düğmesine tıklandıktan sonra belirleyeceğiniz süre kadar beklendikten sonra ekran görüntüsü almanızı sağlar. + + + + Ekran görüntüsünün alınmasının ardından yapılacak işlemler + + "Kaydetme penceresini göster" seçeneği aşağıda "Eylem" kısmında açıklanmaktadır. + + "Uygulamayı kapat" seçeneği eğer işaretlenmemişse birden fazla ekran görüntüsü almanızı sağlar. İşaretlenmiş ise, ekran görüntüsü yapmış olduğunuz tercihe göre alınacak ve uygulama kapatılacaktır. + + + + Eylem + + "Eylem" kısmı ekran görüntüsü alındıktan sonra yapılacak işlemleri belirlemenizi sağlar. + + + Buraya Kaydet + + "Buraya Kaydet" seçeneği ekran görüntüsünü PNG biçiminde kaydeder. "Kaydetme penceresini göster" seçeneğini işaretlemezseniz, ekran görüntüsü, "Görüntü alındıktan sonra" kısmında yer alan, ekran görüntüsünün kaydedileceği dizine kaydedilir. Eğer işaretlemişseniz, kaydetme penceresi, önizleme resmiyle birlikte gösterilecektir. + + Xfce4 Ekran Görüntüsü Uygulaması GVfs tarafından desteklenen FTP, SAMBA, SFTP, SSH gibi uzaktaki dosya sistemlerine ekran görüntüsünü kaydedebilir. Sadece gvfs-connect veya Gigolo ile bir uzaktaki dosya sistemine bağlanmış olmanız yeterlidir. + + + + + Panoya kopyala + + "Panoya kopyala" seçeneği ekran görüntüsünü başka uygulamalara, özellikle kelime işlemcilere yapıştırmanızı sağlar. Uygulamayı kapattığınızda pano geçmişi silinebilir. + + + + Birlikte aç + + "Birlikte aç" seçeneği ekran görüntüsünü sistemin tampon belleğine kaydeder ve harici bir uygulama kullanarak o ekran görüntüsünü açar. Resim dosyalarını açma kapasitesine sahip uygulamalar listede otomatik sıralanmaktadır. + + + + ZimageZ üzerinde yayınla + + "ZimageZ üzerinde yayınla" seçeneği ekran görüntünüzü, ücretsiz bir resim barındırma servisi olan ZimageZ servisine aktarılmasını sağlar. ZimageZ otomatik olarak ekran görüntünüzün büyük ve küçük önizlemelerini oluşturur. + + "Ekran görüntüsü al" düğmesine bastıktan sonra, şu menü gösterilecektir: + + + + + + + + + ZimageZ servisine resim aktarma menüsü + + + + + Eğer bir ZimageZ hesabınız yoksa, ZimageZ web sitesine giderek kendinize bir hesap açabilirsiniz. ZimageZ birden fazla dili desteklemektedir. Bu alandaki tüm bölümleri doldurmanız gerekmektedir. + + Aşağıdaki menü ekran görüntüsü, büyük ve küçük önizleme, HTML kodu ve BBCode için gerekli bağlantıları size gösterecektir: + + + + + + + + + ZimageZ bağlantı adresleri menüsü + + + + + + + + + + Komut satırı vasıtasıyla kullanım + + Komut satırı seçenekleri hızlıca ekran görüntüsü almanızı sağlar. Ayrıca klavyedeki Print Screen tuşuna işlev atamanız için de komut satırı komutlarını kullanabilirsiniz. + + + Komut satırı seçenekleri + + + -w seçeneği + + -w seçeneği etkin pencerenin ekran görüntüsünü almanızı sağlar. + + + + -f seçeneği + + -f seçeneği tüm ekranın ekran görüntüsünü almanızı sağlar. + + + + -r seçeneği + + -r seçeneği belirleyeceğiniz kısmın ekran görüntüsünü almanızı sağlar. + + + + -d seçeneği + + -d seçeneği ekran görüntüsü almadan önce beklenecek süreyi belirlemenizi sağlar. -f, -w,-r seçenekleri ile birlikte kullanılır. + + + + -s seçeneği + + -s seçeneği komutla beraber verilen dizin içerisine ekran görüntüsünü kaydetmenizi sağlar. -w,-f,-r seçenekleri ile kullanılabilir. + + + + -h seçeneği + + -h seçeneği ekran görüntüsünü herhangi bir kaydetme penceresi göstermeden kaydetmenizi sağlar. -w,-f-r ve -s seçenekleri ile birlikte kullanılabilir. + + + + -o seçeneği + + -o seçeneği, ekran görüntüsünü açacak uygulama ile birlikte verildiğinde, ekran görüntüsünü tampon belleğe kaydedip, ekran görüntüsünü komutta verilen uygulama ile açar. -w, -f ve -r seçenekleri ile birlikte kullanılabilir. + + + + -u seçeneği + + -u seçeneği ekran görüntüsünü ZimageZ servisine aktarmanızı sağlar. -w,-f ve -r seçenekleri ile birlikte kullanılabilir. + + + + + + + Xfce panel eklentisi vasıtasıyla kullanmak + + + Eklentiyi eklemek + + Eklentiyi panele eklemek için, panele sağ tıklayıp, "Yeni Öğeler Ekle" seçeneğine tıklamanız gerekmektedir. Açılan listeden "Ekran Görüntüsü" ögesini seçmeniz yeterlidir. + + + + Eklentiyi ayarlamak + + Ekran görüntüsünün nasıl alınacağına ilişkin ayarları panele eklediğiniz ögeye sağ tıklayıp "Özellikler" seçeneğine tıklamak suretiyle yapabilirsiniz. Eklenti, esas uygulamaya benzer bir menü sunmaktadır. + + + + Eklentiyi kullanmak + + Ekran görüntüsü almak için eklentiye tıklamanız yeterlidir. + + + + +
diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/docs/manual/tr/xfce4-screenshooter.xml.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/docs/manual/tr/xfce4-screenshooter.xml.in --- xfce4-screenshooter-1.5.1/docs/manual/tr/xfce4-screenshooter.xml.in 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/docs/manual/tr/xfce4-screenshooter.xml.in 2009-06-06 17:08:40.000000000 +0100 @@ -0,0 +1,244 @@ + + + + +]> +
+ + + + Xfce4 Ekran Görüntüsü Eklentisi + + &date; + + + 2008 + 2009 + Jérôme Guelfucci + 2009Samed Beyribey (ras0ir@eventualis.org) + + + Bu dokümanın dağıtımı, kopyalanması ve/veya düzenlenmesi GNU Özgür Belgeleme Lisansı 1.1 sürümü ve daha sonraki sürümleri de dahil olmak üzere, ancak değişmesi imkansız biçimde olmamak kaydı ile serbesttir. Lisansın tamamına Özgür Yazılım Vakfı sitesinden ulaşabilirsiniz. + + + + + Jérôme + Guelfucci + +
jeromeg@xfce.org
+
+
+
+ + Bu rehber Xfce4 Ekran Görüntüsü eklentisinin @PACKAGE_VERSION@ sürümüne ilişkindir. +
+ + + Xfce4 Ekran Görüntüsü Hakkında + + Bu uygulama, tüm ekranın veya seçilen bölgenin yahut etkin pencerenin ekran görüntüsünü almanızı sağlar. Ekran görüntüsü almadan önce beklenecek süreyi ayarlayabileceğiniz gibi şu işlemleri de uygulamanız mümkündür: PNG dosyası olarak kayıt, panoya kopyalama veya başka bir uygulama kullanarak alınan ekran görüntüsünü görüntülemek. + + Eğer inşa sırasında etkinleştirilmişse, ekran görüntülerinizi ZimageZ isimli ücretsiz resim barındırma servisinde yayınlayabilirsiniz. Bu özellikten yararlanabilmek için CURL ve XMLRPC-C kitaplıklarının sisteminizde bulunması gerekmektedir. + + Ayrıca Xfce paneli için bir eklenti de bulunmaktadır. + + + + + Uygulamayı kullanmak + + + Kullanıcı arabirimi vasıtasıyla + + Uygulamayı çalıştırmak için, Xfce menüsünde yer alan "Donatılar" bölümündeki "Ekran Görüntüsü" ögesini kullanabilirsiniz. + + Bu pencere gösterilecektir: + + + + + + + + + Xfce4 Ekran Görüntüsü penceresi + + + + + + Görüntüsü alınacak alan + + "Görüntüsü alınacak alan" bölümü ekran görüntüsünü hangi şekillerde alabileceğinizi belirler: + + + "Tüm Ekran" ekranda gördüğünüz tüm öğeleri ekran görüntüsüne dahil eder. + "Etkin pencere" kaydetme seçeneğinin yer aldığı menü gösterilmeden önce o an gösterilen pencerenin ekran görüntüsünü alır. Eğer ekran görüntüsü almayı geciktir seçeneğini kullanıyorsanız, beklenecek süreden sonra etkin pencerenin ekran görüntüsü alınır. + "Alan seçimi" fare kullanarak seçeceğiniz alan içerisinde yer alan öğeleri ekran görüntüsüne dahil etmenizi sağlar. + + + + + Ekran görüntüsü almayı geciktir + + "Ekran görüntüsü almayı geciktir" seçeneği "Ekran Görüntüsü Al" düğmesine tıklandıktan sonra belirleyeceğiniz süre kadar beklendikten sonra ekran görüntüsü almanızı sağlar. + + + + Ekran görüntüsünün alınmasının ardından yapılacak işlemler + + "Kaydetme penceresini göster" seçeneği aşağıda "Eylem" kısmında açıklanmaktadır. + + "Uygulamayı kapat" seçeneği eğer işaretlenmemişse birden fazla ekran görüntüsü almanızı sağlar. İşaretlenmiş ise, ekran görüntüsü yapmış olduğunuz tercihe göre alınacak ve uygulama kapatılacaktır. + + + + Eylem + + "Eylem" kısmı ekran görüntüsü alındıktan sonra yapılacak işlemleri belirlemenizi sağlar. + + + Buraya Kaydet + + "Buraya Kaydet" seçeneği ekran görüntüsünü PNG biçiminde kaydeder. "Kaydetme penceresini göster" seçeneğini işaretlemezseniz, ekran görüntüsü, "Görüntü alındıktan sonra" kısmında yer alan, ekran görüntüsünün kaydedileceği dizine kaydedilir. Eğer işaretlemişseniz, kaydetme penceresi, önizleme resmiyle birlikte gösterilecektir. + + Xfce4 Ekran Görüntüsü Uygulaması GVfs tarafından desteklenen FTP, SAMBA, SFTP, SSH gibi uzaktaki dosya sistemlerine ekran görüntüsünü kaydedebilir. Sadece gvfs-connect veya Gigolo ile bir uzaktaki dosya sistemine bağlanmış olmanız yeterlidir. + + + + + Panoya kopyala + + "Panoya kopyala" seçeneği ekran görüntüsünü başka uygulamalara, özellikle kelime işlemcilere yapıştırmanızı sağlar. Uygulamayı kapattığınızda pano geçmişi silinebilir. + + + + Birlikte aç + + "Birlikte aç" seçeneği ekran görüntüsünü sistemin tampon belleğine kaydeder ve harici bir uygulama kullanarak o ekran görüntüsünü açar. Resim dosyalarını açma kapasitesine sahip uygulamalar listede otomatik sıralanmaktadır. + + + + ZimageZ üzerinde yayınla + + "ZimageZ üzerinde yayınla" seçeneği ekran görüntünüzü, ücretsiz bir resim barındırma servisi olan ZimageZ servisine aktarılmasını sağlar. ZimageZ otomatik olarak ekran görüntünüzün büyük ve küçük önizlemelerini oluşturur. + + "Ekran görüntüsü al" düğmesine bastıktan sonra, şu menü gösterilecektir: + + + + + + + + + ZimageZ servisine resim aktarma menüsü + + + + + Eğer bir ZimageZ hesabınız yoksa, ZimageZ web sitesine giderek kendinize bir hesap açabilirsiniz. ZimageZ birden fazla dili desteklemektedir. Bu alandaki tüm bölümleri doldurmanız gerekmektedir. + + Aşağıdaki menü ekran görüntüsü, büyük ve küçük önizleme, HTML kodu ve BBCode için gerekli bağlantıları size gösterecektir: + + + + + + + + + ZimageZ bağlantı adresleri menüsü + + + + + + + + + + Komut satırı vasıtasıyla kullanım + + Komut satırı seçenekleri hızlıca ekran görüntüsü almanızı sağlar. Ayrıca klavyedeki Print Screen tuşuna işlev atamanız için de komut satırı komutlarını kullanabilirsiniz. + + + Komut satırı seçenekleri + + + -w seçeneği + + -w seçeneği etkin pencerenin ekran görüntüsünü almanızı sağlar. + + + + -f seçeneği + + -f seçeneği tüm ekranın ekran görüntüsünü almanızı sağlar. + + + + -r seçeneği + + -r seçeneği belirleyeceğiniz kısmın ekran görüntüsünü almanızı sağlar. + + + + -d seçeneği + + -d seçeneği ekran görüntüsü almadan önce beklenecek süreyi belirlemenizi sağlar. -f, -w,-r seçenekleri ile birlikte kullanılır. + + + + -s seçeneği + + -s seçeneği komutla beraber verilen dizin içerisine ekran görüntüsünü kaydetmenizi sağlar. -w,-f,-r seçenekleri ile kullanılabilir. + + + + -h seçeneği + + -h seçeneği ekran görüntüsünü herhangi bir kaydetme penceresi göstermeden kaydetmenizi sağlar. -w,-f-r ve -s seçenekleri ile birlikte kullanılabilir. + + + + -o seçeneği + + -o seçeneği, ekran görüntüsünü açacak uygulama ile birlikte verildiğinde, ekran görüntüsünü tampon belleğe kaydedip, ekran görüntüsünü komutta verilen uygulama ile açar. -w, -f ve -r seçenekleri ile birlikte kullanılabilir. + + + + -u seçeneği + + -u seçeneği ekran görüntüsünü ZimageZ servisine aktarmanızı sağlar. -w,-f ve -r seçenekleri ile birlikte kullanılabilir. + + + + + + + Xfce panel eklentisi vasıtasıyla kullanmak + + + Eklentiyi eklemek + + Eklentiyi panele eklemek için, panele sağ tıklayıp, "Yeni Öğeler Ekle" seçeneğine tıklamanız gerekmektedir. Açılan listeden "Ekran Görüntüsü" ögesini seçmeniz yeterlidir. + + + + Eklentiyi ayarlamak + + Ekran görüntüsünün nasıl alınacağına ilişkin ayarları panele eklediğiniz ögeye sağ tıklayıp "Özellikler" seçeneğine tıklamak suretiyle yapabilirsiniz. Eklenti, esas uygulamaya benzer bir menü sunmaktadır. + + + + Eklentiyi kullanmak + + Ekran görüntüsü almak için eklentiye tıklamanız yeterlidir. + + + + +
diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/icons/48x48/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/icons/48x48/Makefile.in --- xfce4-screenshooter-1.5.1/icons/48x48/Makefile.in 2009-02-25 09:56:14.000000000 +0000 +++ xfce4-screenshooter-1.6.0/icons/48x48/Makefile.in 2009-06-14 15:27:26.000000000 +0100 @@ -68,6 +68,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -81,10 +85,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -92,6 +92,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -180,6 +184,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/icons/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/icons/Makefile.in --- xfce4-screenshooter-1.5.1/icons/Makefile.in 2009-02-25 09:56:14.000000000 +0000 +++ xfce4-screenshooter-1.6.0/icons/Makefile.in 2009-06-14 15:27:26.000000000 +0100 @@ -70,6 +70,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -83,10 +87,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -94,6 +94,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -182,6 +186,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/icons/scalable/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/icons/scalable/Makefile.in --- xfce4-screenshooter-1.5.1/icons/scalable/Makefile.in 2009-02-25 09:56:14.000000000 +0000 +++ xfce4-screenshooter-1.6.0/icons/scalable/Makefile.in 2009-06-14 15:27:26.000000000 +0100 @@ -68,6 +68,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -81,10 +85,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -92,6 +92,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -180,6 +184,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/exo-job.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/exo-job.c --- xfce4-screenshooter-1.5.1/lib/exo-job.c 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/exo-job.c 2009-05-16 22:33:12.000000000 +0100 @@ -0,0 +1,631 @@ +/* vi:set et ai sw=2 sts=2 ts=2: */ +/*- + * Copyright (c) 2009 Jannis Pohlmann + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#include +#include + +#include +#include + +#include "exo-job.h" + + + +#define EXO_JOB_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EXO_TYPE_JOB, ExoJobPrivate)) + + + +/* Signal identifiers */ +enum +{ + ERROR, + FINISHED, + INFO_MESSAGE, + PERCENT, + LAST_SIGNAL, +}; + + + +typedef struct _ExoJobSignalData ExoJobSignalData; + + + +static void exo_job_class_init (ExoJobClass *klass); +static void exo_job_init (ExoJob *job); +static void exo_job_finalize (GObject *object); +static void exo_job_error (ExoJob *job, + GError *error); +static void exo_job_finished (ExoJob *job); + + + +struct _ExoJobPrivate +{ + GIOSchedulerJob *scheduler_job; + GCancellable *cancellable; + guint running : 1; +}; + +struct _ExoJobSignalData +{ + gpointer instance; + GQuark signal_detail; + guint signal_id; + va_list var_args; +}; + + + +static GObjectClass *exo_job_parent_class = NULL; +static guint job_signals[LAST_SIGNAL]; + + + +GType +exo_job_get_type (void) +{ + static GType type = G_TYPE_INVALID; + + if (G_UNLIKELY (type == G_TYPE_INVALID)) + { + type = g_type_register_static_simple (G_TYPE_OBJECT, + "ExoJob", + sizeof (ExoJobClass), + (GClassInitFunc) exo_job_class_init, + sizeof (ExoJob), + (GInstanceInitFunc) exo_job_init, + G_TYPE_FLAG_ABSTRACT); + } + + return type; +} + + + +static void +exo_job_class_init (ExoJobClass *klass) +{ + GObjectClass *gobject_class; + + g_type_class_add_private (klass, sizeof (ExoJobPrivate)); + + /* Determine the parent type class */ + exo_job_parent_class = g_type_class_peek_parent (klass); + + gobject_class = G_OBJECT_CLASS (klass); + gobject_class->finalize = exo_job_finalize; + + klass->execute = NULL; + klass->error = NULL; + klass->finished = NULL; + klass->info_message = NULL; + klass->percent = NULL; + + /** + * ExoJob::error: + * @job : an #ExoJob. + * @error : a #GError describing the cause. + * + * Emitted whenever an error occurs while executing the @job. + **/ + job_signals[ERROR] = + g_signal_new ("error", + G_TYPE_FROM_CLASS (klass), + G_SIGNAL_NO_HOOKS, + G_STRUCT_OFFSET (ExoJobClass, error), + NULL, NULL, + g_cclosure_marshal_VOID__POINTER, + G_TYPE_NONE, 1, G_TYPE_POINTER); + + /** + * ExoJob::finished: + * @job : an #ExoJob. + * + * This signal will be automatically emitted once the @job finishes + * its execution, no matter whether @job completed successfully or + * was cancelled by the user. + **/ + job_signals[FINISHED] = + g_signal_new ("finished", + G_TYPE_FROM_CLASS (klass), + G_SIGNAL_NO_HOOKS, + G_STRUCT_OFFSET (ExoJobClass, finished), + NULL, NULL, + g_cclosure_marshal_VOID__VOID, + G_TYPE_NONE, 0); + + /** + * ExoJob::info-message: + * @job : an #ExoJob. + * @message : information to be displayed about @job. + * + * This signal is emitted to display information about the * @job. + * Examples of messages are "Preparing..." or "Cleaning up...". + * + * The @message is garanteed to contain valid UTF-8, so it can be + * displayed by #GtkWidgets out of the box. + **/ + job_signals[INFO_MESSAGE] = + g_signal_new ("info-message", + G_TYPE_FROM_CLASS (klass), + G_SIGNAL_NO_HOOKS, + G_STRUCT_OFFSET (ExoJobClass, info_message), + NULL, NULL, + g_cclosure_marshal_VOID__STRING, + G_TYPE_NONE, 1, G_TYPE_STRING); + + /** + * ExoJob::percent: + * @job : an #ExoJob. + * @percent : the percentage of completeness. + * + * This signal is emitted to present the state of the overall + * progress. The @percent value is garantied to be in the range 0.0 + * to 100.0. + **/ + job_signals[PERCENT] = + g_signal_new ("percent", + G_TYPE_FROM_CLASS (klass), + G_SIGNAL_NO_HOOKS, + G_STRUCT_OFFSET (ExoJobClass, percent), + NULL, NULL, + g_cclosure_marshal_VOID__DOUBLE, + G_TYPE_NONE, 1, G_TYPE_DOUBLE); +} + + + +static void +exo_job_init (ExoJob *job) +{ + job->priv = EXO_JOB_GET_PRIVATE (job); + job->priv->cancellable = g_cancellable_new (); + job->priv->running = FALSE; + job->priv->scheduler_job = NULL; +} + + + +static void +exo_job_finalize (GObject *object) +{ + ExoJob *job = EXO_JOB (object); + + exo_job_cancel (job); + g_object_unref (job->priv->cancellable); + + (*G_OBJECT_CLASS (exo_job_parent_class)->finalize) (object); +} + + + +/** + * exo_job_finish: + * @job : an #ExoJob. + * @result : the #GSimpleAsyncResult of the job. + * @error : return location for errors. + * + * Finishes the execution of an operation by propagating errors + * from the @result into @error. + * + * Return value: %TRUE if there was no error during the operation, + * %FALSE otherwise. + **/ +static gboolean +exo_job_finish (ExoJob *job, + GSimpleAsyncResult *result, + GError **error) +{ + g_return_val_if_fail (EXO_IS_JOB (job), FALSE); + g_return_val_if_fail (G_IS_SIMPLE_ASYNC_RESULT (result), FALSE); + g_return_val_if_fail (error == NULL || *error == NULL, FALSE); + + return !g_simple_async_result_propagate_error (result, error); +} + + + +/** + * exo_job_async_ready: + * @object : an #ExoJob. + * @result : the #GAsyncResult of the job. + * + * This function is called by the #GIOScheduler at the end of the + * operation. It checks if there were errors during the operation + * and emits "error" and "finished" signals. + **/ +static void +exo_job_async_ready (GObject *object, + GAsyncResult *result) +{ + ExoJob *job = EXO_JOB (object); + GError *error = NULL; + + g_return_if_fail (EXO_IS_JOB (job)); + g_return_if_fail (G_IS_SIMPLE_ASYNC_RESULT (result)); + + if (!exo_job_finish (job, G_SIMPLE_ASYNC_RESULT (result), &error)) + { + g_assert (error != NULL); + + /* don't treat cancellation as an error for now */ + if (error->code != G_IO_ERROR_CANCELLED) + exo_job_error (job, error); + + g_error_free (error); + } + + exo_job_finished (job); +} + + + +/** + * exo_job_scheduler_job_func: + * @scheduler_job : the #GIOSchedulerJob running the operation. + * @cancellable : the #GCancellable associated with the job. + * @user_data : a #GSimpleAsyncResult. + * + * This function is called by the #GIOScheduler to execute the + * operation associated with the job. It basically calls the + * ExoJobClass#execute function. + * + * Return value: %FALSE, to stop the thread at the end of the + * operation. + **/ +static gboolean +exo_job_scheduler_job_func (GIOSchedulerJob *scheduler_job, + GCancellable *cancellable, + gpointer user_data) +{ + GSimpleAsyncResult *result = user_data; + ExoJob *job; + GError *error = NULL; + gboolean success; + + job = g_simple_async_result_get_op_res_gpointer (result); + job->priv->scheduler_job = scheduler_job; + + success = (*EXO_JOB_GET_CLASS (job)->execute) (job, &error); + + /* TODO why was this necessary again? */ + g_io_scheduler_job_send_to_mainloop (scheduler_job, (GSourceFunc) gtk_false, + NULL, NULL); + + if (!success) + { + g_simple_async_result_set_from_error (result, error); + g_error_free (error); + } + + g_simple_async_result_complete_in_idle (result); + + return FALSE; +} + + + +/** + * exo_job_emit_valist_in_mainloop: + * @user_data : an #ExoJobSignalData. + * + * Called from the main loop of the application to emit the signal + * specified by the @user_data. + * + * Return value: %FALSE, to keep the function from being called + * multiple times in a row. + **/ +static gboolean +exo_job_emit_valist_in_mainloop (gpointer user_data) +{ + ExoJobSignalData *data = user_data; + + g_signal_emit_valist (data->instance, data->signal_id, data->signal_detail, + data->var_args); + + return FALSE; +} + + +/** + * exo_job_emit_valist: + * @job : an #ExoJob. + * @signal_id : the signal id. + * @signal_detail : the signal detail. + * @var_args : a list of parameters to be passed to the signal, + * followed by a location for the return value. If the + * return type of the signal is G_TYPE_NONE, the return + * value location can be omitted. + * + * Send a the signal with the given @signal_id and @signal_detail to the + * main loop of the application and waits for the listeners to handle + * it. + **/ +static void +exo_job_emit_valist (ExoJob *job, + guint signal_id, + GQuark signal_detail, + va_list var_args) +{ + ExoJobSignalData data; + + g_return_if_fail (EXO_IS_JOB (job)); + g_return_if_fail (job->priv->scheduler_job != NULL); + + data.instance = job; + data.signal_id = signal_id; + data.signal_detail = signal_detail; + + /* copy the variable argument list */ + G_VA_COPY (data.var_args, var_args); + + /* emit the signal in the main loop */ + g_io_scheduler_job_send_to_mainloop (job->priv->scheduler_job, + exo_job_emit_valist_in_mainloop, + &data, NULL); +} + + + +/** + * exo_job_error: + * @job : an #ExoJob. + * @error : a #GError. + * + * Emits the "error" signal and passes the @error to it so that the + * application can handle it (e.g. by displaying an error dialog). + * + * This function should never be called from outside the application's + * main loop. + **/ +static void +exo_job_error (ExoJob *job, + GError *error) +{ + g_return_if_fail (EXO_IS_JOB (job)); + g_return_if_fail (error != NULL); + + g_signal_emit (job, job_signals[ERROR], 0, error); +} + + + +/** + * exo_job_finished: + * @job : an #ExoJob. + * + * Emits the "finished" signal to notify listeners of the end of the + * operation. + * + * This function should never be called from outside the application's + * main loop. + **/ +static void +exo_job_finished (ExoJob *job) +{ + g_return_if_fail (EXO_IS_JOB (job)); + g_signal_emit (job, job_signals[FINISHED], 0); +} + + + +/** + * exo_job_launch: + * @job : an #ExoJob. + * + * This functions schedules the @job to be run as soon as possible, in + * a separate thread. The caller can then connect to the signals of the + * returned #ExoJob in order to be notified on errors, progress updates + * and the end of the operation. + * + * Return value: the @job itself. + **/ +ExoJob * +exo_job_launch (ExoJob *job) +{ + GSimpleAsyncResult *result; + + g_return_val_if_fail (EXO_IS_JOB (job), NULL); + g_return_val_if_fail (!job->priv->running, NULL); + g_return_val_if_fail (EXO_JOB_GET_CLASS (job)->execute != NULL, NULL); + + /* mark the job as running */ + job->priv->running = TRUE; + + result = g_simple_async_result_new (G_OBJECT (job), + (GAsyncReadyCallback) exo_job_async_ready, + NULL, exo_job_launch); + + g_simple_async_result_set_op_res_gpointer (result, g_object_ref (job), + (GDestroyNotify) g_object_unref); + + g_io_scheduler_push_job (exo_job_scheduler_job_func, result, + (GDestroyNotify) g_object_unref, + G_PRIORITY_HIGH, job->priv->cancellable); + + return job; +} + + + +/** + * exo_job_cancel: + * @job : a #ExoJob. + * + * Attempts to cancel the operation currently performed by @job. Even + * after the cancellation of @job, it may still emit signals, so you + * must take care of disconnecting all handlers appropriately if you + * cannot handle signals after cancellation. + **/ +void +exo_job_cancel (ExoJob *job) +{ + g_return_if_fail (EXO_IS_JOB (job)); + g_cancellable_cancel (job->priv->cancellable); +} + + + +/** + * exo_job_is_cancelled: + * @job : a #ExoJob. + * + * Checks whether @job was previously cancelled + * by a call to exo_job_cancel(). + * + * Return value: %TRUE if @job is cancelled. + **/ +gboolean +exo_job_is_cancelled (const ExoJob *job) +{ + g_return_val_if_fail (EXO_IS_JOB (job), FALSE); + return g_cancellable_is_cancelled (job->priv->cancellable); +} + + + +/** + * exo_job_get_cancellable: + * @job : an #ExoJob. + * + * Returns the #GCancellable that can be used to cancel the @job. + * + * Return value: the #GCancellable associated with the @job. It + * is owned by the @job and must not be released. + **/ +GCancellable * +exo_job_get_cancellable (const ExoJob *job) +{ + g_return_val_if_fail (EXO_IS_JOB (job), NULL); + return job->priv->cancellable; +} + + + +/** + * exo_job_set_error_if_cancelled: + * @job : an #ExoJob. + * @error : error to be set if the @job was cancelled. + * + * Sets the @error if the @job was cancelled. This is a convenience + * function that is equivalent to + * + * GCancellable *cancellable; + * cancellable = exo_job_get_cancllable (job); + * g_cancellable_set_error_if_cancelled (cancellable, error); + * + * + * Return value: %TRUE if the job was cancelled and @error is now set, + * %FALSE otherwise. + **/ +gboolean +exo_job_set_error_if_cancelled (ExoJob *job, + GError **error) +{ + g_return_val_if_fail (EXO_IS_JOB (job), FALSE); + return g_cancellable_set_error_if_cancelled (job->priv->cancellable, error); +} + + + +/** + * exo_job_emit: + * @job : an #ExoJob. + * @signal_id : the signal id. + * @signal_detail : the signal detail. + * ... : a list of parameters to be passed to the signal, + * followed by a location for the return value. If the + * return type of the signal is G_TYPE_NONE, the return + * value location can be omitted. + * + * Sends the signal with @signal_id and @signal_id to the application's + * main loop and waits for listeners to handle it. + **/ +void +exo_job_emit (ExoJob *job, + guint signal_id, + GQuark signal_detail, + ...) +{ + va_list var_args; + + g_return_if_fail (EXO_IS_JOB (job)); + + va_start (var_args, signal_detail); + exo_job_emit_valist (job, signal_id, signal_detail, var_args); + va_end (var_args); +} + + + +/** + * exo_job_info_message: + * @job : an #ExoJob. + * @format : a format string. + * ... : parameters for the format string. + * + * Generates and emits an "info-message" signal and sends it to the + * application's main loop. + **/ +void +exo_job_info_message (ExoJob *job, + const gchar *format, + ...) +{ + va_list var_args; + gchar *message; + + g_return_if_fail (EXO_IS_JOB (job)); + g_return_if_fail (format != NULL); + + va_start (var_args, format); + message = g_strdup_vprintf (format, var_args); + + exo_job_emit (job, job_signals[INFO_MESSAGE], 0, message); + + g_free (message); + va_end (var_args); +} + + + +/** + * exo_job_percent: + * @job : an #ExoJob. + * @percent : percentage of completeness of the operation. + * + * Emits a "percent" signal and sends it to the application's main + * loop. Also makes sure that @percent is between 0.0 and 100.0. + **/ +void +exo_job_percent (ExoJob *job, + gdouble percent) +{ + g_return_if_fail (EXO_IS_JOB (job)); + + percent = MAX (0.0, MIN (100.0, percent)); + exo_job_emit (job, job_signals[PERCENT], 0, percent); +} + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/exo-job.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/exo-job.h --- xfce4-screenshooter-1.5.1/lib/exo-job.h 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/exo-job.h 2009-05-16 22:33:12.000000000 +0100 @@ -0,0 +1,85 @@ +/* vi:set et ai sw=2 sts=2 ts=2: */ +/*- + * Copyright (c) 2009 Jannis Pohlmann + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + */ + +#ifndef __EXO_JOB_H__ +#define __EXO_JOB_H__ + +#include + +G_BEGIN_DECLS + +#define EXO_TYPE_JOB (exo_job_get_type ()) +#define EXO_JOB(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EXO_TYPE_JOB, ExoJob)) +#define EXO_JOB_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EXO_TYPE_JOB, ExoJobClass)) +#define EXO_IS_JOB(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EXO_TYPE_JOB)) +#define EXO_IS_JOB_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EXO_TYPE_JOB) +#define EXO_JOB_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EXO_TYPE_JOB, ExoJobClass)) + +typedef struct _ExoJobPrivate ExoJobPrivate; +typedef struct _ExoJobClass ExoJobClass; +typedef struct _ExoJob ExoJob; + +struct _ExoJobClass +{ + GObjectClass __parent__; + + /* virtual methods */ + gboolean (*execute) (ExoJob *job, + GError **error); + + /* signals */ + void (*error) (ExoJob *job, + GError *error); + void (*finished) (ExoJob *job); + void (*info_message) (ExoJob *job, + const gchar *message); + void (*percent) (ExoJob *job, + gdouble percent); +}; + +struct _ExoJob +{ + GObject __parent__; + + /*< private >*/ + ExoJobPrivate *priv; +}; + +GType exo_job_get_type (void) G_GNUC_CONST; + +ExoJob *exo_job_launch (ExoJob *job); +void exo_job_cancel (ExoJob *job); +gboolean exo_job_is_cancelled (const ExoJob *job); +GCancellable *exo_job_get_cancellable (const ExoJob *job); +gboolean exo_job_set_error_if_cancelled (ExoJob *job, + GError **error); +void exo_job_emit (ExoJob *job, + guint signal_id, + GQuark signal_detail, + ...); +void exo_job_info_message (ExoJob *job, + const gchar *format, + ...); +void exo_job_percent (ExoJob *job, + gdouble percent); + +G_END_DECLS + +#endif /* !__EXO_JOB_H__ */ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/exo-simple-job.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/exo-simple-job.c --- xfce4-screenshooter-1.5.1/lib/exo-simple-job.c 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/exo-simple-job.c 2009-05-16 22:33:12.000000000 +0100 @@ -0,0 +1,219 @@ +/* $Id$ */ +/*- + * Copyright (c) 2006 Benedikt Meurer + * Copyright (c) 2009 Jannis Pohlmann + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; 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_MEMORY_H +#include +#endif +#ifdef HAVE_STDARG_H +#include +#endif +#ifdef HAVE_STRING_H +#include +#endif + +#include + +#include "exo-job.h" +#include "exo-simple-job.h" + + + +static void exo_simple_job_class_init (ExoSimpleJobClass *klass); +static void exo_simple_job_finalize (GObject *object); +static gboolean exo_simple_job_execute (ExoJob *job, + GError **error); + + + +struct _ExoSimpleJobClass +{ + ExoJobClass __parent__; +}; + +struct _ExoSimpleJob +{ + ExoJob __parent__; + ExoSimpleJobFunc func; + GValueArray *param_values; +}; + + + +static GObjectClass *exo_simple_job_parent_class; + + + +GType +exo_simple_job_get_type (void) +{ + static GType type = G_TYPE_INVALID; + + if (G_UNLIKELY (type == G_TYPE_INVALID)) + { + type = g_type_register_static_simple (EXO_TYPE_JOB, + "ExoSimpleJob", + sizeof (ExoSimpleJobClass), + (GClassInitFunc) exo_simple_job_class_init, + sizeof (ExoSimpleJob), + NULL, + 0); + } + + return type; +} + + + +static void +exo_simple_job_class_init (ExoSimpleJobClass *klass) +{ + ExoJobClass *exojob_class; + GObjectClass *gobject_class; + + /* determine the parent type class */ + exo_simple_job_parent_class = g_type_class_peek_parent (klass); + + gobject_class = G_OBJECT_CLASS (klass); + gobject_class->finalize = exo_simple_job_finalize; + + exojob_class = EXO_JOB_CLASS (klass); + exojob_class->execute = exo_simple_job_execute; +} + + + +static void +exo_simple_job_finalize (GObject *object) +{ + ExoSimpleJob *simple_job = EXO_SIMPLE_JOB (object); + + /* release the param values */ + g_value_array_free (simple_job->param_values); + + (*G_OBJECT_CLASS (exo_simple_job_parent_class)->finalize) (object); +} + + + +static gboolean +exo_simple_job_execute (ExoJob *job, + GError **error) +{ + ExoSimpleJob *simple_job = EXO_SIMPLE_JOB (job); + gboolean success = TRUE; + GError *err = NULL; + + g_return_val_if_fail (EXO_IS_SIMPLE_JOB (job), FALSE); + g_return_val_if_fail (simple_job->func != NULL, FALSE); + + /* try to execute the job using the supplied function */ + success = (*simple_job->func) (job, simple_job->param_values, &err); + + if (!success) + { + g_assert (err != NULL || exo_job_is_cancelled (job)); + + /* set error if the job was cancelled. otherwise just propagate + * the results of the processing function */ + if (exo_job_set_error_if_cancelled (job, error)) + { + g_clear_error (&err); + } + else + { + if (err != NULL) + g_propagate_error (error, err); + } + + return FALSE; + } + else + return TRUE; +} + + + +/** + * exo_simple_job_launch: + * @func : the #ExoSimpleJobFunc to execute the job. + * @n_param_values : the number of parameters to pass to the @func. + * @... : a list of #GType and parameter pairs (exactly + * @n_param_values pairs) that are passed to @func. + * + * Allocates a new #ExoJob which executes the specified @func with + * the specified parameters. + * + * An example could be: + * + * + * exo_simple_job_launch (list_directory_job, 1, G_TYPE_FILE, file); + * + * + * The caller is responsible to release the returned object using + * g_object_unref() when no longer needed. + * + * Return value: the launched #ExoJob. + **/ +ExoJob* +exo_simple_job_launch (ExoSimpleJobFunc func, + guint n_param_values, + ...) +{ + ExoSimpleJob *simple_job; + va_list var_args; + GValue value = { 0, }; + gchar *error_message; + gint n; + + /* allocate and initialize the simple job */ + simple_job = g_object_new (EXO_TYPE_SIMPLE_JOB, NULL); + simple_job->func = func; + simple_job->param_values = g_value_array_new (n_param_values); + + /* collect the parameters */ + va_start (var_args, n_param_values); + for (n = 0; n < n_param_values; ++n) + { + /* initialize the value to hold the next parameter */ + g_value_init (&value, va_arg (var_args, GType)); + + /* collect the value from the stack */ + G_VALUE_COLLECT (&value, var_args, 0, &error_message); + + /* check if an error occurred */ + if (G_UNLIKELY (error_message != NULL)) + { + g_error ("%s: %s", G_STRLOC, error_message); + g_free (error_message); + } + + g_value_array_insert (simple_job->param_values, n, &value); + g_value_unset (&value); + } + va_end (var_args); + + /* launch the job */ + return exo_job_launch (EXO_JOB (simple_job)); +} diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/exo-simple-job.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/exo-simple-job.h --- xfce4-screenshooter-1.5.1/lib/exo-simple-job.h 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/exo-simple-job.h 2009-05-16 22:33:12.000000000 +0100 @@ -0,0 +1,63 @@ +/* vi:set et ai sw=2 sts=2 ts=2: */ +/*- + * Copyright (c) 2009 Jannis Pohlmann + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + */ + +#ifndef __EXO_SIMPLE_JOB_H__ +#define __EXO_SIMPLE_JOB_H__ + +#include "exo-job.h" + +G_BEGIN_DECLS + +/** + * ExoSimpleJobFunc: + * @job : an #ExoJob. + * @param_values : a #GValueArray of the #GValues passed to + * exo_simple_job_launch(). + * @error : return location for errors. + * + * Used by the #ExoSimpleJob to process the @job. See exo_simple_job_launch() + * for further details. + * + * Return value: %TRUE on success, %FALSE in case of an error. + **/ +typedef gboolean (*ExoSimpleJobFunc) (ExoJob *job, + GValueArray *param_values, + GError **error); + + +#define EXO_TYPE_SIMPLE_JOB (exo_simple_job_get_type ()) +#define EXO_SIMPLE_JOB(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EXO_TYPE_SIMPLE_JOB, ExoSimpleJob)) +#define EXO_SIMPLE_JOB_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EXO_TYPE_SIMPLE_JOB, ExoSimpleJobClass)) +#define EXO_IS_SIMPLE_JOB(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EXO_TYPE_SIMPLE_JOB)) +#define EXO_IS_SIMPLE_JOB_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EXO_TYPE_SIMPLE_JOB)) +#define EXO_SIMPLE_JOB_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EXO_TYPE_SIMPLE_JOB, ExoSimpleJobClass)) + +typedef struct _ExoSimpleJobClass ExoSimpleJobClass; +typedef struct _ExoSimpleJob ExoSimpleJob; + +GType exo_simple_job_get_type (void) G_GNUC_CONST; + +ExoJob *exo_simple_job_launch (ExoSimpleJobFunc func, + guint n_param_values, + ...) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; + +G_END_DECLS + +#endif /* !__EXO_SIMPLE_JOB_H__ */ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/katze-throbber.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/katze-throbber.c --- xfce4-screenshooter-1.5.1/lib/katze-throbber.c 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/katze-throbber.c 2009-06-06 17:28:20.000000000 +0100 @@ -0,0 +1,954 @@ +/* $Id$ + * + * Copyright (C) 2007 Christian Dywan + * + * 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 Library 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 "katze-throbber.h" + +#include +#include + +struct _KatzeThrobber +{ + GtkMisc parent_instance; + + GtkIconSize icon_size; + gchar* icon_name; + GdkPixbuf* pixbuf; + gchar* stock_id; + gboolean animated; + gchar* static_icon_name; + GdkPixbuf* static_pixbuf; + gchar* static_stock_id; + + gint index; + gint timer_id; + gint width; + gint height; +}; + +G_DEFINE_TYPE (KatzeThrobber, katze_throbber, GTK_TYPE_MISC); + +enum +{ + PROP_0, + + PROP_ICON_SIZE, + PROP_ICON_NAME, + PROP_PIXBUF, + PROP_ANIMATED, + PROP_STATIC_ICON_NAME, + PROP_STATIC_PIXBUF, + PROP_STATIC_STOCK_ID +}; + +static void +katze_throbber_dispose (GObject* object); + +static void +katze_throbber_set_property (GObject* object, + guint prop_id, + const GValue* value, + GParamSpec* pspec); + +static void +katze_throbber_get_property (GObject* object, + guint prop_id, + GValue* value, + GParamSpec* pspec); + +static void +katze_throbber_destroy (GtkObject* object); + +static void +katze_throbber_realize (GtkWidget* widget); + +static void +katze_throbber_unrealize (GtkWidget* widget); + +static void +katze_throbber_map (GtkWidget* widget); + +static void +katze_throbber_unmap (GtkWidget* widget); + +static void +katze_throbber_style_set (GtkWidget* widget, + GtkStyle* style); + +static void +katze_throbber_screen_changed (GtkWidget* widget, + GdkScreen* screen_prev); + +static void +katze_throbber_size_request (GtkWidget* widget, + GtkRequisition* requisition); + +static gboolean +katze_throbber_expose_event (GtkWidget* widget, + GdkEventExpose* event); + +static void +icon_theme_changed (KatzeThrobber* throbber); + +static gboolean +katze_throbber_timeout (KatzeThrobber* throbber); + +static void +katze_throbber_timeout_destroy (KatzeThrobber* throbber); + +/** + * katze_assign: + * @lvalue: a pointer + * @rvalue: the new value + * + * Frees @lvalue if needed and assigns it the value of @rvalue. + * */ +#define katze_assign(lvalue, rvalue) \ + if (1) \ + { \ + g_free (lvalue); \ + lvalue = rvalue; \ + } + +/** + * katze_object_assign: + * @lvalue: a gobject + * @rvalue: the new value + * + * Unrefs @lvalue if needed and assigns it the value of @rvalue. + * */ +#define katze_object_assign(lvalue, rvalue) \ + if (1) \ + { \ + if (lvalue) \ + g_object_unref (lvalue); \ + lvalue = rvalue; \ + } + +static void +katze_throbber_class_init (KatzeThrobberClass* class) +{ + GObjectClass* gobject_class = G_OBJECT_CLASS (class); + gobject_class->dispose = katze_throbber_dispose; + gobject_class->set_property = katze_throbber_set_property; + gobject_class->get_property = katze_throbber_get_property; + + GtkObjectClass* object_class = GTK_OBJECT_CLASS (class); + object_class->destroy = katze_throbber_destroy; + + GtkWidgetClass* widget_class = GTK_WIDGET_CLASS (class); + widget_class->realize = katze_throbber_realize; + widget_class->unrealize = katze_throbber_unrealize; + widget_class->map = katze_throbber_map; + widget_class->unmap = katze_throbber_unmap; + widget_class->style_set = katze_throbber_style_set; + widget_class->screen_changed = katze_throbber_screen_changed; + widget_class->size_request = katze_throbber_size_request; + widget_class->expose_event = katze_throbber_expose_event; + + GParamFlags flags = G_PARAM_READWRITE | G_PARAM_CONSTRUCT; + + g_object_class_install_property (gobject_class, + PROP_ICON_SIZE, + g_param_spec_int ( + "icon-size", + "Icon size", + "Symbolic size to use for the animation", + 0, G_MAXINT, GTK_ICON_SIZE_MENU, + flags)); + + g_object_class_install_property (gobject_class, + PROP_ICON_NAME, + g_param_spec_string ( + "icon-name", + "Icon Name", + "The name of an icon containing animation frames", + "process-working", + flags)); + + g_object_class_install_property (gobject_class, + PROP_PIXBUF, + g_param_spec_object ( + "pixbuf", + "Pixbuf", + "A GdkPixbuf containing animation frames", + GDK_TYPE_PIXBUF, + G_PARAM_READWRITE)); + + g_object_class_install_property (gobject_class, + PROP_ANIMATED, + g_param_spec_boolean ( + "animated", + "Animated", + "Whether the throbber should be animated", + FALSE, + flags)); + + g_object_class_install_property (gobject_class, + PROP_STATIC_ICON_NAME, + g_param_spec_string ( + "static-icon-name", + "Static Icon Name", + "The name of an icon to be used as the static image", + NULL, + flags)); + + g_object_class_install_property (gobject_class, + PROP_PIXBUF, + g_param_spec_object ( + "static-pixbuf", + "Static Pixbuf", + "A GdkPixbuf to be used as the static image", + GDK_TYPE_PIXBUF, + G_PARAM_READWRITE)); + + g_object_class_install_property (gobject_class, + PROP_STATIC_STOCK_ID, + g_param_spec_string ( + "static-stock-id", + "Static Stock ID", + "The stock ID of an icon to be used as the static image", + NULL, + flags)); +} + +static void +katze_throbber_init (KatzeThrobber *throbber) +{ + GTK_WIDGET_SET_FLAGS (throbber, GTK_NO_WINDOW); + + throbber->timer_id = -1; +} + +static void +katze_throbber_dispose (GObject* object) +{ + KatzeThrobber* throbber = KATZE_THROBBER (object); + + if (G_UNLIKELY (throbber->timer_id >= 0)) + g_source_remove (throbber->timer_id); + + (*G_OBJECT_CLASS (katze_throbber_parent_class)->dispose) (object); +} + +static void +katze_throbber_destroy (GtkObject* object) +{ + KatzeThrobber* throbber = KATZE_THROBBER (object); + + katze_assign (throbber->icon_name, NULL); + katze_object_assign (throbber->pixbuf, NULL); + katze_assign (throbber->static_icon_name, NULL); + katze_object_assign (throbber->static_pixbuf, NULL); + katze_assign (throbber->static_stock_id, NULL); + + GTK_OBJECT_CLASS (katze_throbber_parent_class)->destroy (object); +} + +static void +katze_throbber_set_property (GObject* object, + guint prop_id, + const GValue* value, + GParamSpec* pspec) +{ + KatzeThrobber* throbber = KATZE_THROBBER (object); + + switch (prop_id) + { + case PROP_ICON_SIZE: + katze_throbber_set_icon_size (throbber, g_value_get_int (value)); + break; + case PROP_ICON_NAME: + katze_throbber_set_icon_name (throbber, g_value_get_string (value)); + break; + case PROP_PIXBUF: + katze_throbber_set_pixbuf (throbber, g_value_get_object (value)); + break; + case PROP_ANIMATED: + katze_throbber_set_animated (throbber, g_value_get_boolean (value)); + break; + case PROP_STATIC_ICON_NAME: + katze_throbber_set_static_icon_name (throbber, g_value_get_string (value)); + break; + case PROP_STATIC_PIXBUF: + katze_throbber_set_static_pixbuf (throbber, g_value_get_object (value)); + break; + case PROP_STATIC_STOCK_ID: + katze_throbber_set_static_stock_id (throbber, g_value_get_string (value)); + break; + default: + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); + break; + } +} + +static void +katze_throbber_get_property (GObject* object, + guint prop_id, + GValue* value, + GParamSpec* pspec) +{ + KatzeThrobber* throbber = KATZE_THROBBER (object); + + switch (prop_id) + { + case PROP_ICON_SIZE: + g_value_set_int (value, katze_throbber_get_icon_size (throbber)); + break; + case PROP_ICON_NAME: + g_value_set_string (value, katze_throbber_get_icon_name (throbber)); + break; + case PROP_PIXBUF: + g_value_set_object (value, katze_throbber_get_pixbuf (throbber)); + break; + case PROP_ANIMATED: + g_value_set_boolean (value, katze_throbber_get_animated (throbber)); + break; + case PROP_STATIC_ICON_NAME: + g_value_set_string (value, katze_throbber_get_static_icon_name (throbber)); + break; + case PROP_STATIC_PIXBUF: + g_value_set_object (value, katze_throbber_get_static_pixbuf (throbber)); + break; + case PROP_STATIC_STOCK_ID: + g_value_set_string (value, katze_throbber_get_static_stock_id (throbber)); + break; + default: + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); + break; + } +} + +/** + * katze_throbber_new: + * + * Creates a new throbber widget. + * + * Return value: a new #KatzeThrobber + **/ +GtkWidget* +katze_throbber_new (void) +{ + KatzeThrobber* throbber = g_object_new (KATZE_TYPE_THROBBER, + NULL); + + return GTK_WIDGET (throbber); +} + +/** + * katze_throbber_set_icon_size: + * @throbber: a #KatzeThrobber + * @icon_size: the new icon size + * + * Sets the desired size of the throbber image. The animation and static image + * will be displayed in this size. If a pixbuf is used for the animation every + * single frame is assumed to have this size. + **/ +void +katze_throbber_set_icon_size (KatzeThrobber* throbber, + GtkIconSize icon_size) +{ + GtkSettings* gtk_settings; + + g_return_if_fail (KATZE_IS_THROBBER (throbber)); + gtk_settings = gtk_widget_get_settings (GTK_WIDGET (throbber)); + g_return_if_fail (gtk_icon_size_lookup_for_settings (gtk_settings, + icon_size, + &throbber->width, + &throbber->height)); + + throbber->icon_size = icon_size; + + g_object_notify (G_OBJECT (throbber), "icon-size"); + + gtk_widget_queue_draw (GTK_WIDGET (throbber)); +} + +/** + * katze_throbber_set_icon_name: + * @throbber: a #KatzeThrobber + * @icon_name: an icon name or %NULL + * + * Sets the name of an icon that should provide the animation frames. + * + * The pixbuf is automatically invalidated. + **/ +void +katze_throbber_set_icon_name (KatzeThrobber* throbber, + const gchar* icon_name) +{ + g_return_if_fail (KATZE_IS_THROBBER (throbber)); + + katze_assign (throbber->icon_name, g_strdup (icon_name)); + + if (icon_name) + icon_theme_changed (throbber); + + g_object_notify (G_OBJECT (throbber), "icon-name"); +} + +/** + * katze_throbber_set_pixbuf: + * @throbber: a #KatzeThrobber + * @pixbuf: a #GdkPixbuf or %NULL + * + * Sets the pixbuf that should provide the animation frames. Every frame + * is assumed to have the icon size of the throbber, which can be specified + * with katze_throbber_set_icon_size (). + * + * The icon name is automatically invalidated. + **/ +void +katze_throbber_set_pixbuf (KatzeThrobber* throbber, + GdkPixbuf* pixbuf) +{ + g_return_if_fail (KATZE_IS_THROBBER (throbber)); + g_return_if_fail (!pixbuf || GDK_IS_PIXBUF (pixbuf)); + + katze_object_assign (throbber->pixbuf, pixbuf); + + g_object_freeze_notify (G_OBJECT (throbber)); + + if (pixbuf) + { + g_object_ref (pixbuf); + + katze_assign (throbber->icon_name, NULL); + g_object_notify (G_OBJECT (throbber), "icon-name"); + } + + gtk_widget_queue_draw (GTK_WIDGET (throbber)); + + g_object_notify (G_OBJECT (throbber), "pixbuf"); + g_object_thaw_notify (G_OBJECT (throbber)); +} + +/** + * katze_throbber_set_animated: + * @throbber: a #KatzeThrobber + * @animated: %TRUE to animate the throbber + * + * Sets the animation state of the throbber. + **/ +void +katze_throbber_set_animated (KatzeThrobber* throbber, + gboolean animated) +{ + g_return_if_fail (KATZE_IS_THROBBER (throbber)); + + if (G_UNLIKELY (throbber->animated == animated)) + return; + + throbber->animated = animated; + + if (animated && (throbber->timer_id < 0)) + throbber->timer_id = g_timeout_add_full ( + G_PRIORITY_LOW, 50, + (GSourceFunc)katze_throbber_timeout, + throbber, + (GDestroyNotify)katze_throbber_timeout_destroy); + + gtk_widget_queue_draw (GTK_WIDGET (throbber)); + + g_object_notify (G_OBJECT (throbber), "animated"); +} + +/** + * katze_throbber_set_static_icon_name: + * @throbber: a #KatzeThrobber + * @icon_name: an icon name or %NULL + * + * Sets the name of an icon that should provide the static image. + * + * The static pixbuf and stock ID are automatically invalidated. + **/ +void +katze_throbber_set_static_icon_name (KatzeThrobber* throbber, + const gchar* icon_name) +{ + g_return_if_fail (KATZE_IS_THROBBER (throbber)); + + katze_assign (throbber->static_icon_name, g_strdup (icon_name)); + + g_object_freeze_notify (G_OBJECT (throbber)); + + if (icon_name) + { + katze_assign (throbber->static_stock_id, NULL); + + icon_theme_changed (throbber); + + g_object_notify (G_OBJECT (throbber), "static-pixbuf"); + g_object_notify (G_OBJECT (throbber), "static-stock-id"); + } + + g_object_notify (G_OBJECT (throbber), "static-icon-name"); + g_object_thaw_notify (G_OBJECT (throbber)); +} + +/** + * katze_throbber_set_static_pixbuf: + * @throbber: a #KatzeThrobber + * @pixbuf: a #GdkPixbuf or %NULL + * + * Sets the pixbuf that should provide the static image. The pixbuf is + * assumed to have the icon size of the throbber, which can be specified + * with katze_throbber_set_icon_size (). + * + * The static icon name and stock ID are automatically invalidated. + **/ +void +katze_throbber_set_static_pixbuf (KatzeThrobber* throbber, + GdkPixbuf* pixbuf) +{ + g_return_if_fail (KATZE_IS_THROBBER (throbber)); + g_return_if_fail (pixbuf == NULL || GDK_IS_PIXBUF (pixbuf)); + + katze_object_assign (throbber->static_pixbuf, pixbuf); + + g_object_freeze_notify (G_OBJECT (throbber)); + + if (pixbuf) + { + g_object_ref (pixbuf); + + katze_assign (throbber->static_icon_name, NULL); + katze_assign (throbber->static_stock_id, NULL); + + gtk_widget_queue_draw (GTK_WIDGET (throbber)); + + g_object_notify (G_OBJECT (throbber), "static-icon-name"); + g_object_notify (G_OBJECT (throbber), "static-stock-id"); + } + + g_object_notify (G_OBJECT (throbber), "static-pixbuf"); + g_object_thaw_notify (G_OBJECT (throbber)); +} + +/** + * katze_throbber_set_static_stock_id: + * @throbber: a #KatzeThrobber + * @stock_id: a stock ID or %NULL + * + * Sets the stock ID of an icon that should provide the static image. + * + * The static icon name and pixbuf are automatically invalidated. + **/ +void +katze_throbber_set_static_stock_id (KatzeThrobber* throbber, + const gchar* stock_id) +{ + g_return_if_fail (KATZE_IS_THROBBER (throbber)); + + g_object_freeze_notify (G_OBJECT (throbber)); + + if (stock_id) + { + GtkStockItem stock_item; + g_return_if_fail (gtk_stock_lookup (stock_id, &stock_item)); + + g_object_notify (G_OBJECT (throbber), "static-icon-name"); + g_object_notify (G_OBJECT (throbber), "static-pixbuf"); + } + + katze_assign (throbber->static_stock_id, g_strdup (stock_id)); + + if (stock_id) + icon_theme_changed (throbber); + + g_object_notify (G_OBJECT (throbber), "static-stock-id"); + g_object_thaw_notify (G_OBJECT (throbber)); +} + +/** + * katze_throbber_get_icon_size: + * @throbber: a #KatzeThrobber + * + * Retrieves the size of the throbber. + * + * Return value: the size of the throbber + **/ +GtkIconSize +katze_throbber_get_icon_size (KatzeThrobber* throbber) +{ + g_return_val_if_fail (KATZE_IS_THROBBER (throbber), GTK_ICON_SIZE_INVALID); + + return throbber->icon_size; +} + +/** + * katze_throbber_get_icon_name: + * @throbber: a #KatzeThrobber + * + * Retrieves the name of the icon providing the animation frames. + * + * Return value: the name of the icon providing the animation frames, or %NULL + **/ +const gchar* +katze_throbber_get_icon_name (KatzeThrobber* throbber) +{ + g_return_val_if_fail (KATZE_IS_THROBBER (throbber), NULL); + + return throbber->icon_name; +} + +/** + * katze_throbber_get_pixbuf: + * @throbber: a #KatzeThrobber + * + * Retrieves the #GdkPixbuf providing the animation frames if an icon name + * or pixbuf is available. The caller of this function does not own a + * reference to the returned pixbuf. + * + * Return value: the pixbuf providing the animation frames, or %NULL + **/ +GdkPixbuf* +katze_throbber_get_pixbuf (KatzeThrobber* throbber) +{ + g_return_val_if_fail (KATZE_IS_THROBBER (throbber), NULL); + + return throbber->pixbuf; +} + +/** + * katze_throbber_get_animated: + * @throbber: a #KatzeThrobber + * + * Retrieves the status of the animation, whcih can be animated or static. + * + * Return value: %TRUE if the throbber is animated + **/ +gboolean +katze_throbber_get_animated (KatzeThrobber* throbber) +{ + g_return_val_if_fail (KATZE_IS_THROBBER (throbber), FALSE); + + return throbber->animated; +} + +/** + * katze_throbber_get_static_icon_name: + * @throbber: a #KatzeThrobber + * + * Retrieves the name of the icon providing the static image, if an icon name + * for the static image was specified. + * + * Return value: the name of the icon providing the static image, or %NULL + **/ +const gchar* +katze_throbber_get_static_icon_name (KatzeThrobber* throbber) +{ + g_return_val_if_fail (KATZE_IS_THROBBER (throbber), NULL); + + return throbber->static_icon_name; +} + +/** + * katze_throbber_get_static pixbuf: + * @throbber: a #KatzeThrobber + * + * Retrieves the #GdkPixbuf providing the static image, if an icon name, a + * pixbuf or a stock ID for the static image was specified. The caller of this + * function does not own a reference to the returned pixbuf. + * + * Return value: the pixbuf providing the static image, or %NULL + **/ +GdkPixbuf* +katze_throbber_get_static_pixbuf (KatzeThrobber* throbber) +{ + g_return_val_if_fail (KATZE_IS_THROBBER (throbber), NULL); + + return throbber->static_pixbuf; +} + +/** + * katze_throbber_get_static_stock_id: + * @throbber: a #KatzeThrobber + * + * Retrieves the stock ID of the icon providing the static image, if a + * stock ID for the static image was specified. + * + * Return value: the stock ID of the icon providing the static image, or %NULL + **/ +const gchar* +katze_throbber_get_static_stock_id (KatzeThrobber* throbber) +{ + g_return_val_if_fail (KATZE_IS_THROBBER (throbber), NULL); + + return throbber->static_stock_id; +} + +static void +katze_throbber_realize (GtkWidget* widget) +{ + (*GTK_WIDGET_CLASS (katze_throbber_parent_class)->realize) (widget); + + icon_theme_changed (KATZE_THROBBER (widget)); +} + +static void +katze_throbber_unrealize (GtkWidget* widget) +{ + if (GTK_WIDGET_CLASS (katze_throbber_parent_class)->unrealize) + GTK_WIDGET_CLASS (katze_throbber_parent_class)->unrealize (widget); +} + +static void +pixbuf_assign_icon (GdkPixbuf** pixbuf, + const gchar* icon_name, + KatzeThrobber* throbber) +{ + GdkScreen* screen; + GtkIconTheme* icon_theme; + + if (*pixbuf) + g_object_unref (*pixbuf); + + screen = gtk_widget_get_screen (GTK_WIDGET (throbber)); + icon_theme = gtk_icon_theme_get_for_screen (screen); + *pixbuf = gtk_icon_theme_load_icon (icon_theme, + icon_name, + MAX (throbber->width, throbber->height), + (GtkIconLookupFlags) 0, + NULL); +} + +static void +icon_theme_changed (KatzeThrobber* throbber) +{ + if (throbber->icon_name) + pixbuf_assign_icon (&throbber->pixbuf, + throbber->icon_name, throbber); + + if (throbber->static_icon_name) + pixbuf_assign_icon (&throbber->static_pixbuf, + throbber->static_icon_name, throbber); + else if (throbber->static_stock_id) + katze_object_assign (throbber->static_pixbuf, + gtk_widget_render_icon (GTK_WIDGET (throbber), + throbber->static_stock_id, + throbber->icon_size, + NULL)); + + g_object_freeze_notify (G_OBJECT (throbber)); + g_object_notify (G_OBJECT (throbber), "pixbuf"); + g_object_notify (G_OBJECT (throbber), "static-pixbuf"); + g_object_thaw_notify (G_OBJECT (throbber)); + + gtk_widget_queue_draw (GTK_WIDGET (throbber)); +} + +static void +katze_throbber_map (GtkWidget* widget) +{ + (*GTK_WIDGET_CLASS (katze_throbber_parent_class)->map) (widget); +} + +static void +katze_throbber_unmap (GtkWidget* widget) +{ + if (GTK_WIDGET_CLASS (katze_throbber_parent_class)->unmap) + GTK_WIDGET_CLASS (katze_throbber_parent_class)->unmap (widget); +} + +static gboolean +katze_throbber_timeout (KatzeThrobber* throbber) +{ + throbber->index++; + gtk_widget_queue_draw (GTK_WIDGET (throbber)); + + return throbber->animated; +} + +static void +katze_throbber_timeout_destroy (KatzeThrobber* throbber) +{ + throbber->index = 0; + throbber->timer_id = -1; +} + +static void +katze_throbber_style_set (GtkWidget* widget, + GtkStyle* prev_style) +{ + if (GTK_WIDGET_CLASS (katze_throbber_parent_class)->style_set) + GTK_WIDGET_CLASS (katze_throbber_parent_class)->style_set (widget, + prev_style); + + icon_theme_changed (KATZE_THROBBER (widget)); +} + +static void +katze_throbber_screen_changed (GtkWidget* widget, + GdkScreen* prev_screen) +{ + if (GTK_WIDGET_CLASS (katze_throbber_parent_class)->screen_changed) + GTK_WIDGET_CLASS (katze_throbber_parent_class)->screen_changed ( + widget, + prev_screen); + + icon_theme_changed (KATZE_THROBBER (widget)); +} + +static void +katze_throbber_size_request (GtkWidget* widget, + GtkRequisition* requisition) +{ + KatzeThrobber* throbber = KATZE_THROBBER (widget); + + requisition->width = throbber->width; + requisition->height = throbber->height; + + GTK_WIDGET_CLASS (katze_throbber_parent_class)->size_request (widget, + requisition); +} + +static void +katze_throbber_aligned_coords (GtkWidget* widget, + gint* ax, + gint* ay) +{ + gfloat xalign, yalign; + gint xpad, ypad; + + gtk_misc_get_alignment (GTK_MISC (widget), &xalign, &yalign); + if (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL) + xalign = 1.0f - xalign; + gtk_misc_get_padding (GTK_MISC (widget), &xpad, &ypad); + + *ax = floor (widget->allocation.x + xpad + + ((widget->allocation.width - widget->requisition.width) * xalign)); + *ay = floor (widget->allocation.y + ypad + + ((widget->allocation.height - widget->requisition.height) * yalign)); +} + +static gboolean +katze_throbber_expose_event (GtkWidget* widget, + GdkEventExpose* event) +{ + gint ax, ay; + KatzeThrobber* throbber = KATZE_THROBBER (widget); + + if (G_UNLIKELY (!throbber->width || !throbber->height)) + return TRUE; + + if (G_UNLIKELY (!throbber->pixbuf && !throbber->static_pixbuf)) + if (throbber->animated && !throbber->pixbuf && !throbber->icon_name) + return TRUE; + + if (!throbber->animated && (throbber->static_pixbuf + || throbber->static_icon_name || throbber->static_stock_id)) + { + if (G_UNLIKELY (!throbber->static_pixbuf && throbber->static_icon_name)) + { + icon_theme_changed (KATZE_THROBBER (widget)); + + if (!throbber->static_pixbuf) + { + g_warning ("Named icon '%s' couldn't be loaded", + throbber->static_icon_name); + katze_assign (throbber->static_icon_name, NULL); + g_object_notify (G_OBJECT (throbber), "static-icon-name"); + return TRUE; + } + } + else if (G_UNLIKELY (!throbber->static_pixbuf && throbber->static_stock_id)) + { + icon_theme_changed (KATZE_THROBBER (widget)); + + if (!throbber->static_pixbuf) + { + g_warning ("Stock icon '%s' couldn't be loaded", + throbber->static_stock_id); + katze_assign (throbber->static_stock_id, NULL); + g_object_notify (G_OBJECT (throbber), "static-stock-id"); + return TRUE; + } + } + + katze_throbber_aligned_coords (widget, &ax, &ay); + + gdk_draw_pixbuf (event->window, NULL, throbber->static_pixbuf, + 0, 0, ax, ay, + throbber->width, throbber->height, + GDK_RGB_DITHER_NONE, 0, 0); + } + else + { + if (G_UNLIKELY (throbber->icon_name && !throbber->pixbuf)) + { + icon_theme_changed (KATZE_THROBBER (widget)); + + if (!throbber->pixbuf) + { + /* Fallback to a stock icon */ + katze_assign (throbber->icon_name, g_strdup (GTK_STOCK_EXECUTE)); + g_object_notify (G_OBJECT (throbber), "icon-name"); + return TRUE; + } + } + + gint cols = gdk_pixbuf_get_width (throbber->pixbuf) / throbber->width; + gint rows = gdk_pixbuf_get_height (throbber->pixbuf) / throbber->height; + + if (G_UNLIKELY (cols == 1 && cols == rows)) + { + katze_throbber_aligned_coords (widget, &ax, &ay); + + if (throbber->animated) + gdk_draw_pixbuf (event->window, NULL, throbber->pixbuf, + 0, 0, ax, ay, + throbber->width, throbber->height, + GDK_RGB_DITHER_NONE, 0, 0); + return TRUE; + } + + if (G_LIKELY (cols > 0 && rows > 0)) + { + gint idx; + guint x, y; + + katze_throbber_aligned_coords (widget, &ax, &ay); + + idx = throbber->index % (cols * rows); + if (G_LIKELY (throbber->timer_id >= 0)) + idx = MAX (idx, 1); + + x = (idx % cols) * throbber->width; + y = (idx / cols) * throbber->height; + + gdk_draw_pixbuf (event->window, NULL, throbber->pixbuf, + x, y, ax, ay, + throbber->width, throbber->height, + GDK_RGB_DITHER_NONE, 0, 0); + } + else + { + g_warning ("Animation frames are broken"); + katze_assign (throbber->icon_name, NULL); + katze_object_assign (throbber->pixbuf, NULL); + + g_object_freeze_notify (G_OBJECT (throbber)); + g_object_notify (G_OBJECT (throbber), "icon-name"); + g_object_notify (G_OBJECT (throbber), "pixbuf"); + g_object_thaw_notify (G_OBJECT (throbber)); + } + } + + return TRUE; +} diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/katze-throbber.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/katze-throbber.h --- xfce4-screenshooter-1.5.1/lib/katze-throbber.h 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/katze-throbber.h 2009-05-28 17:39:27.000000000 +0100 @@ -0,0 +1,112 @@ +/* $Id$ + * + * Copyright (C) 2007 Christian Dywan + * + * 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 Library 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. + * */ + +#ifndef __KATZE_THROBBER_H__ +#define __KATZE_THROBBER_H__ + +#include + +G_BEGIN_DECLS + +#define KATZE_TYPE_THROBBER \ + (katze_throbber_get_type ()) +#define KATZE_THROBBER(obj) \ + (G_TYPE_CHECK_INSTANCE_CAST ((obj), KATZE_TYPE_THROBBER, KatzeThrobber)) +#define KATZE_THROBBER_CLASS(klass) \ + (G_TYPE_CHECK_CLASS_CAST ((klass), KATZE_TYPE_THROBBER, KatzeThrobberClass)) +#define KATZE_IS_THROBBER(obj) \ + (G_TYPE_CHECK_INSTANCE_TYPE ((obj), KATZE_TYPE_THROBBER)) +#define KATZE_IS_THROBBER_CLASS(klass) \ + (G_TYPE_CHECK_CLASS_TYPE ((klass), KATZE_TYPE_THROBBER)) +#define KATZE_THROBBER_GET_CLASS(obj) \ + (G_TYPE_INSTANCE_GET_CLASS ((obj), KATZE_TYPE_THROBBER, KatzeThrobberClass)) + +typedef struct _KatzeThrobber KatzeThrobber; +typedef struct _KatzeThrobberPrivate KatzeThrobberPrivate; +typedef struct _KatzeThrobberClass KatzeThrobberClass; + +struct _KatzeThrobberClass +{ + GtkMiscClass parent_class; + + /* Padding for future expansion */ + void (*_katze_reserved1) (void); + void (*_katze_reserved2) (void); + void (*_katze_reserved3) (void); + void (*_katze_reserved4) (void); +}; + +GType +katze_throbber_get_type (void); + +GtkWidget* +katze_throbber_new (void); + +void +katze_throbber_set_icon_size (KatzeThrobber* throbber, + GtkIconSize icon_size); + +void +katze_throbber_set_icon_name (KatzeThrobber* throbber, + const gchar* icon_size); + +void +katze_throbber_set_pixbuf (KatzeThrobber* throbber, + GdkPixbuf* pixbuf); + +void +katze_throbber_set_animated (KatzeThrobber* throbber, + gboolean animated); + +void +katze_throbber_set_static_icon_name (KatzeThrobber* throbber, + const gchar* icon_name); + +void +katze_throbber_set_static_pixbuf (KatzeThrobber* throbber, + GdkPixbuf* pixbuf); + +void +katze_throbber_set_static_stock_id (KatzeThrobber* throbber, + const gchar* stock_id); + +GtkIconSize +katze_throbber_get_icon_size (KatzeThrobber* throbber); + +const gchar* +katze_throbber_get_icon_name (KatzeThrobber* throbber); + +GdkPixbuf* +katze_throbber_get_pixbuf (KatzeThrobber* throbber); + +gboolean +katze_throbber_get_animated (KatzeThrobber* throbber); + +const gchar* +katze_throbber_get_static_icon_name (KatzeThrobber *throbber); + +GdkPixbuf* +katze_throbber_get_static_pixbuf (KatzeThrobber* throbber); + +const gchar* +katze_throbber_get_static_stock_id (KatzeThrobber* throbber); + +G_END_DECLS + +#endif /* __KATZE_THROBBER_H__ */ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/libscreenshooter.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/libscreenshooter.h --- xfce4-screenshooter-1.5.1/lib/libscreenshooter.h 2009-02-25 09:42:26.000000000 +0000 +++ xfce4-screenshooter-1.6.0/lib/libscreenshooter.h 2009-05-16 22:33:12.000000000 +0100 @@ -16,12 +16,14 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - + #ifndef HAVE_SCREENSHOOTER_H #define HAVE_SCREENSHOOTER_H #include "screenshooter-dialogs.h" #include "screenshooter-utils.h" #include "screenshooter-actions.h" +#include "screenshooter-capture.h" +#include "screenshooter-global.h" #endif diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/Makefile.am --- xfce4-screenshooter-1.5.1/lib/Makefile.am 2009-02-25 09:42:26.000000000 +0000 +++ xfce4-screenshooter-1.6.0/lib/Makefile.am 2009-05-28 20:07:32.000000000 +0100 @@ -1,11 +1,14 @@ -noinst_LTLIBRARIES = \ +noinst_LTLIBRARIES = \ libscreenshooter.la -libscreenshooter_la_SOURCES = \ +libscreenshooter_la_SOURCES = \ + $(libscreenshooter_built_sources) \ libscreenshooter.h \ - screenshooter-utils.c screenshooter-utils.h \ - screenshooter-dialogs.c screenshooter-dialogs.h \ - screenshooter-actions.c screenshooter-actions.h + screenshooter-actions.c screenshooter-actions.h \ + screenshooter-capture.c screenshooter-capture.h \ + screenshooter-dialogs.c screenshooter-dialogs.h \ + screenshooter-global.h \ + screenshooter-utils.c screenshooter-utils.h libscreenshooter_la_CFLAGS = \ -I$(top_srcdir) \ @@ -13,19 +16,72 @@ @GLIB_CFLAGS@ \ @LIBXFCE4UTIL_CFLAGS@ \ @LIBXFCEGUI4_CFLAGS@ \ - -DPACKAGE_LOCALE_DIR=\"$(localedir)\" + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" libscreenshooter_la_LIBADD = \ @GTK_LIBS@ \ @LIBXFCE4UTIL_LIBS@ \ - @LIBXFCEGUI4_LIBS@ - -if HAVE_GIO - + @LIBXFCEGUI4_LIBS@ \ + @GLIB_LIBS@ + +if HAVE_XMLRPC +if HAVE_CURL + +libscreenshooter_built_sources = \ + screenshooter-marshal.c screenshooter-marshal.h + +libscreenshooter_la_SOURCES += \ + $(libscreenshooter_built_sources) \ + exo-job.c exo-job.h \ + exo-simple-job.c exo-simple-job.h \ + katze-throbber.c katze-throbber.h \ + screenshooter-job.c screenshooter-job.h \ + screenshooter-simple-job.c screenshooter-simple-job.h \ + screenshooter-zimagez.c screenshooter-zimagez.h \ + sexy-url-label.c sexy-url-label.h + libscreenshooter_la_CFLAGS += \ - @GIO_CFLAGS@ - + $(XMLRPC_CFLAGS) + libscreenshooter_la_LIBADD += \ - @GIO_LIBS@ - + $(XMLRPC_LIBS) -lxmlrpc_client + +## +## Rules to auto-generate built sources +## +## This is a bit tricky with automake, and non-trivial to implement. The +## rules below seem to work fine and don't seem to break the build, but +## they are only enabled in maintainer mode, so arbitrary users don't get +## trapped in automake's oddities. Therefore we ship the autogenerated +## files as part of the dist tarball. +## + +DISTCLEANFILES = \ + stamp-screenshooter-marshal.h \ + $(libscreenshooter_built_sources) + +BUILT_SOURCES = \ + $(libscreenshooter_built_sources) + +screenshooter-marshal.h: stamp-screenshooter-marshal.h + @true +stamp-screenshooter-marshal.h: screenshooter-marshal.list Makefile + ( cd $(srcdir) && glib-genmarshal \ + --prefix=_screenshooter_marshal \ + --header screenshooter-marshal.list ) >> xgen-emh \ + && ( cmp -s xgen-emh screenshooter-marshal.h || cp xgen-emh screenshooter-marshal.h ) \ + && rm -f xgen-emh \ + && echo timestamp > $(@F) + +screenshooter-marshal.c: screenshooter-marshal.list Makefile + ( cd $(srcdir) && glib-genmarshal \ + --prefix=_screenshooter_marshal \ + --body screenshooter-marshal.list ) >> xgen-emc \ + && cp xgen-emc screenshooter-marshal.c \ + && rm -f xgen-emc + +EXTRA_DIST = \ + screenshooter-marshal.list + +endif endif diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/Makefile.in --- xfce4-screenshooter-1.5.1/lib/Makefile.in 2009-02-25 09:56:14.000000000 +0000 +++ xfce4-screenshooter-1.6.0/lib/Makefile.in 2009-06-14 15:27:26.000000000 +0100 @@ -32,11 +32,21 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -@HAVE_GIO_TRUE@am__append_1 = \ -@HAVE_GIO_TRUE@ @GIO_CFLAGS@ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@am__append_1 = \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ $(libscreenshooter_built_sources) \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ exo-job.c exo-job.h \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ exo-simple-job.c exo-simple-job.h \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ katze-throbber.c katze-throbber.h \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ screenshooter-job.c screenshooter-job.h \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ screenshooter-simple-job.c screenshooter-simple-job.h \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ screenshooter-zimagez.c screenshooter-zimagez.h \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ sexy-url-label.c sexy-url-label.h -@HAVE_GIO_TRUE@am__append_2 = \ -@HAVE_GIO_TRUE@ @GIO_LIBS@ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@am__append_2 = \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ $(XMLRPC_CFLAGS) + +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@am__append_3 = \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ $(XMLRPC_LIBS) -lxmlrpc_client subdir = lib DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in @@ -49,11 +59,35 @@ CONFIG_CLEAN_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = -libscreenshooter_la_DEPENDENCIES = $(am__DEPENDENCIES_1) -am_libscreenshooter_la_OBJECTS = \ - libscreenshooter_la-screenshooter-utils.lo \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@am__DEPENDENCIES_2 = \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ $(am__DEPENDENCIES_1) +libscreenshooter_la_DEPENDENCIES = $(am__DEPENDENCIES_2) +am__libscreenshooter_la_SOURCES_DIST = screenshooter-marshal.c \ + screenshooter-marshal.h libscreenshooter.h \ + screenshooter-actions.c screenshooter-actions.h \ + screenshooter-capture.c screenshooter-capture.h \ + screenshooter-dialogs.c screenshooter-dialogs.h \ + screenshooter-global.h screenshooter-utils.c \ + screenshooter-utils.h exo-job.c exo-job.h exo-simple-job.c \ + exo-simple-job.h katze-throbber.c katze-throbber.h \ + screenshooter-job.c screenshooter-job.h \ + screenshooter-simple-job.c screenshooter-simple-job.h \ + screenshooter-zimagez.c screenshooter-zimagez.h \ + sexy-url-label.c sexy-url-label.h +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@am__objects_1 = libscreenshooter_la-screenshooter-marshal.lo +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@am__objects_2 = $(am__objects_1) \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ libscreenshooter_la-exo-job.lo \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ libscreenshooter_la-exo-simple-job.lo \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ libscreenshooter_la-katze-throbber.lo \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ libscreenshooter_la-screenshooter-job.lo \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ libscreenshooter_la-screenshooter-simple-job.lo \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ libscreenshooter_la-screenshooter-zimagez.lo \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ libscreenshooter_la-sexy-url-label.lo +am_libscreenshooter_la_OBJECTS = $(am__objects_1) \ + libscreenshooter_la-screenshooter-actions.lo \ + libscreenshooter_la-screenshooter-capture.lo \ libscreenshooter_la-screenshooter-dialogs.lo \ - libscreenshooter_la-screenshooter-actions.lo + libscreenshooter_la-screenshooter-utils.lo $(am__objects_2) libscreenshooter_la_OBJECTS = $(am_libscreenshooter_la_OBJECTS) libscreenshooter_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -72,7 +106,7 @@ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libscreenshooter_la_SOURCES) -DIST_SOURCES = $(libscreenshooter_la_SOURCES) +DIST_SOURCES = $(am__libscreenshooter_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -91,6 +125,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -104,10 +142,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -115,6 +149,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -203,6 +241,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ @@ -258,18 +299,32 @@ noinst_LTLIBRARIES = \ libscreenshooter.la -libscreenshooter_la_SOURCES = \ - libscreenshooter.h \ - screenshooter-utils.c screenshooter-utils.h \ - screenshooter-dialogs.c screenshooter-dialogs.h \ - screenshooter-actions.c screenshooter-actions.h - +libscreenshooter_la_SOURCES = $(libscreenshooter_built_sources) \ + libscreenshooter.h screenshooter-actions.c \ + screenshooter-actions.h screenshooter-capture.c \ + screenshooter-capture.h screenshooter-dialogs.c \ + screenshooter-dialogs.h screenshooter-global.h \ + screenshooter-utils.c screenshooter-utils.h $(am__append_1) libscreenshooter_la_CFLAGS = -I$(top_srcdir) @GTK_CFLAGS@ \ @GLIB_CFLAGS@ @LIBXFCE4UTIL_CFLAGS@ @LIBXFCEGUI4_CFLAGS@ \ - -DPACKAGE_LOCALE_DIR=\"$(localedir)\" $(am__append_1) + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" $(am__append_2) libscreenshooter_la_LIBADD = @GTK_LIBS@ @LIBXFCE4UTIL_LIBS@ \ - @LIBXFCEGUI4_LIBS@ $(am__append_2) -all: all-am + @LIBXFCEGUI4_LIBS@ @GLIB_LIBS@ $(am__append_3) +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@libscreenshooter_built_sources = \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ screenshooter-marshal.c screenshooter-marshal.h + +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@DISTCLEANFILES = \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ stamp-screenshooter-marshal.h \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ $(libscreenshooter_built_sources) + +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@BUILT_SOURCES = \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ $(libscreenshooter_built_sources) + +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@EXTRA_DIST = \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ screenshooter-marshal.list + +all: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj @@ -320,9 +375,18 @@ distclean-compile: -rm -f *.tab.c +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshooter_la-exo-job.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshooter_la-exo-simple-job.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshooter_la-katze-throbber.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshooter_la-screenshooter-actions.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshooter_la-screenshooter-capture.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshooter_la-screenshooter-dialogs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshooter_la-screenshooter-job.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshooter_la-screenshooter-marshal.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshooter_la-screenshooter-simple-job.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshooter_la-screenshooter-utils.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshooter_la-screenshooter-zimagez.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshooter_la-sexy-url-label.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -345,12 +409,26 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< -libscreenshooter_la-screenshooter-utils.lo: screenshooter-utils.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-screenshooter-utils.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-screenshooter-utils.Tpo -c -o libscreenshooter_la-screenshooter-utils.lo `test -f 'screenshooter-utils.c' || echo '$(srcdir)/'`screenshooter-utils.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libscreenshooter_la-screenshooter-utils.Tpo $(DEPDIR)/libscreenshooter_la-screenshooter-utils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='screenshooter-utils.c' object='libscreenshooter_la-screenshooter-utils.lo' libtool=yes @AMDEPBACKSLASH@ +libscreenshooter_la-screenshooter-marshal.lo: screenshooter-marshal.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-screenshooter-marshal.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-screenshooter-marshal.Tpo -c -o libscreenshooter_la-screenshooter-marshal.lo `test -f 'screenshooter-marshal.c' || echo '$(srcdir)/'`screenshooter-marshal.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libscreenshooter_la-screenshooter-marshal.Tpo $(DEPDIR)/libscreenshooter_la-screenshooter-marshal.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='screenshooter-marshal.c' object='libscreenshooter_la-screenshooter-marshal.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-screenshooter-utils.lo `test -f 'screenshooter-utils.c' || echo '$(srcdir)/'`screenshooter-utils.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-screenshooter-marshal.lo `test -f 'screenshooter-marshal.c' || echo '$(srcdir)/'`screenshooter-marshal.c + +libscreenshooter_la-screenshooter-actions.lo: screenshooter-actions.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-screenshooter-actions.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-screenshooter-actions.Tpo -c -o libscreenshooter_la-screenshooter-actions.lo `test -f 'screenshooter-actions.c' || echo '$(srcdir)/'`screenshooter-actions.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libscreenshooter_la-screenshooter-actions.Tpo $(DEPDIR)/libscreenshooter_la-screenshooter-actions.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='screenshooter-actions.c' object='libscreenshooter_la-screenshooter-actions.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-screenshooter-actions.lo `test -f 'screenshooter-actions.c' || echo '$(srcdir)/'`screenshooter-actions.c + +libscreenshooter_la-screenshooter-capture.lo: screenshooter-capture.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-screenshooter-capture.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-screenshooter-capture.Tpo -c -o libscreenshooter_la-screenshooter-capture.lo `test -f 'screenshooter-capture.c' || echo '$(srcdir)/'`screenshooter-capture.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libscreenshooter_la-screenshooter-capture.Tpo $(DEPDIR)/libscreenshooter_la-screenshooter-capture.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='screenshooter-capture.c' object='libscreenshooter_la-screenshooter-capture.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-screenshooter-capture.lo `test -f 'screenshooter-capture.c' || echo '$(srcdir)/'`screenshooter-capture.c libscreenshooter_la-screenshooter-dialogs.lo: screenshooter-dialogs.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-screenshooter-dialogs.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-screenshooter-dialogs.Tpo -c -o libscreenshooter_la-screenshooter-dialogs.lo `test -f 'screenshooter-dialogs.c' || echo '$(srcdir)/'`screenshooter-dialogs.c @@ -359,12 +437,61 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-screenshooter-dialogs.lo `test -f 'screenshooter-dialogs.c' || echo '$(srcdir)/'`screenshooter-dialogs.c -libscreenshooter_la-screenshooter-actions.lo: screenshooter-actions.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-screenshooter-actions.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-screenshooter-actions.Tpo -c -o libscreenshooter_la-screenshooter-actions.lo `test -f 'screenshooter-actions.c' || echo '$(srcdir)/'`screenshooter-actions.c -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libscreenshooter_la-screenshooter-actions.Tpo $(DEPDIR)/libscreenshooter_la-screenshooter-actions.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='screenshooter-actions.c' object='libscreenshooter_la-screenshooter-actions.lo' libtool=yes @AMDEPBACKSLASH@ +libscreenshooter_la-screenshooter-utils.lo: screenshooter-utils.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-screenshooter-utils.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-screenshooter-utils.Tpo -c -o libscreenshooter_la-screenshooter-utils.lo `test -f 'screenshooter-utils.c' || echo '$(srcdir)/'`screenshooter-utils.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libscreenshooter_la-screenshooter-utils.Tpo $(DEPDIR)/libscreenshooter_la-screenshooter-utils.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='screenshooter-utils.c' object='libscreenshooter_la-screenshooter-utils.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-screenshooter-actions.lo `test -f 'screenshooter-actions.c' || echo '$(srcdir)/'`screenshooter-actions.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-screenshooter-utils.lo `test -f 'screenshooter-utils.c' || echo '$(srcdir)/'`screenshooter-utils.c + +libscreenshooter_la-exo-job.lo: exo-job.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-exo-job.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-exo-job.Tpo -c -o libscreenshooter_la-exo-job.lo `test -f 'exo-job.c' || echo '$(srcdir)/'`exo-job.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libscreenshooter_la-exo-job.Tpo $(DEPDIR)/libscreenshooter_la-exo-job.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='exo-job.c' object='libscreenshooter_la-exo-job.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-exo-job.lo `test -f 'exo-job.c' || echo '$(srcdir)/'`exo-job.c + +libscreenshooter_la-exo-simple-job.lo: exo-simple-job.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-exo-simple-job.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-exo-simple-job.Tpo -c -o libscreenshooter_la-exo-simple-job.lo `test -f 'exo-simple-job.c' || echo '$(srcdir)/'`exo-simple-job.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libscreenshooter_la-exo-simple-job.Tpo $(DEPDIR)/libscreenshooter_la-exo-simple-job.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='exo-simple-job.c' object='libscreenshooter_la-exo-simple-job.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-exo-simple-job.lo `test -f 'exo-simple-job.c' || echo '$(srcdir)/'`exo-simple-job.c + +libscreenshooter_la-katze-throbber.lo: katze-throbber.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-katze-throbber.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-katze-throbber.Tpo -c -o libscreenshooter_la-katze-throbber.lo `test -f 'katze-throbber.c' || echo '$(srcdir)/'`katze-throbber.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libscreenshooter_la-katze-throbber.Tpo $(DEPDIR)/libscreenshooter_la-katze-throbber.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='katze-throbber.c' object='libscreenshooter_la-katze-throbber.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-katze-throbber.lo `test -f 'katze-throbber.c' || echo '$(srcdir)/'`katze-throbber.c + +libscreenshooter_la-screenshooter-job.lo: screenshooter-job.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-screenshooter-job.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-screenshooter-job.Tpo -c -o libscreenshooter_la-screenshooter-job.lo `test -f 'screenshooter-job.c' || echo '$(srcdir)/'`screenshooter-job.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libscreenshooter_la-screenshooter-job.Tpo $(DEPDIR)/libscreenshooter_la-screenshooter-job.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='screenshooter-job.c' object='libscreenshooter_la-screenshooter-job.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-screenshooter-job.lo `test -f 'screenshooter-job.c' || echo '$(srcdir)/'`screenshooter-job.c + +libscreenshooter_la-screenshooter-simple-job.lo: screenshooter-simple-job.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-screenshooter-simple-job.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-screenshooter-simple-job.Tpo -c -o libscreenshooter_la-screenshooter-simple-job.lo `test -f 'screenshooter-simple-job.c' || echo '$(srcdir)/'`screenshooter-simple-job.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libscreenshooter_la-screenshooter-simple-job.Tpo $(DEPDIR)/libscreenshooter_la-screenshooter-simple-job.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='screenshooter-simple-job.c' object='libscreenshooter_la-screenshooter-simple-job.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-screenshooter-simple-job.lo `test -f 'screenshooter-simple-job.c' || echo '$(srcdir)/'`screenshooter-simple-job.c + +libscreenshooter_la-screenshooter-zimagez.lo: screenshooter-zimagez.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-screenshooter-zimagez.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-screenshooter-zimagez.Tpo -c -o libscreenshooter_la-screenshooter-zimagez.lo `test -f 'screenshooter-zimagez.c' || echo '$(srcdir)/'`screenshooter-zimagez.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libscreenshooter_la-screenshooter-zimagez.Tpo $(DEPDIR)/libscreenshooter_la-screenshooter-zimagez.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='screenshooter-zimagez.c' object='libscreenshooter_la-screenshooter-zimagez.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-screenshooter-zimagez.lo `test -f 'screenshooter-zimagez.c' || echo '$(srcdir)/'`screenshooter-zimagez.c + +libscreenshooter_la-sexy-url-label.lo: sexy-url-label.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -MT libscreenshooter_la-sexy-url-label.lo -MD -MP -MF $(DEPDIR)/libscreenshooter_la-sexy-url-label.Tpo -c -o libscreenshooter_la-sexy-url-label.lo `test -f 'sexy-url-label.c' || echo '$(srcdir)/'`sexy-url-label.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libscreenshooter_la-sexy-url-label.Tpo $(DEPDIR)/libscreenshooter_la-sexy-url-label.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sexy-url-label.c' object='libscreenshooter_la-sexy-url-label.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libscreenshooter_la_CFLAGS) $(CFLAGS) -c -o libscreenshooter_la-sexy-url-label.lo `test -f 'sexy-url-label.c' || echo '$(srcdir)/'`sexy-url-label.c mostlyclean-libtool: -rm -f *.lo @@ -446,10 +573,12 @@ fi; \ done check-am: all-am -check: check-am +check: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile $(LTLIBRARIES) installdirs: -install: install-am +install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am @@ -469,10 +598,12 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ @@ -547,6 +678,23 @@ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am + +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@screenshooter-marshal.h: stamp-screenshooter-marshal.h +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ @true +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@stamp-screenshooter-marshal.h: screenshooter-marshal.list Makefile +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ ( cd $(srcdir) && glib-genmarshal \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ --prefix=_screenshooter_marshal \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ --header screenshooter-marshal.list ) >> xgen-emh \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ && ( cmp -s xgen-emh screenshooter-marshal.h || cp xgen-emh screenshooter-marshal.h ) \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ && rm -f xgen-emh \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ && echo timestamp > $(@F) + +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@screenshooter-marshal.c: screenshooter-marshal.list Makefile +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ ( cd $(srcdir) && glib-genmarshal \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ --prefix=_screenshooter_marshal \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ --body screenshooter-marshal.list ) >> xgen-emc \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ && cp xgen-emc screenshooter-marshal.c \ +@HAVE_CURL_TRUE@@HAVE_XMLRPC_TRUE@ && rm -f xgen-emc # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-actions.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-actions.c --- xfce4-screenshooter-1.5.1/lib/screenshooter-actions.c 2009-02-25 12:38:43.000000000 +0000 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-actions.c 2009-06-05 14:42:37.000000000 +0100 @@ -19,16 +19,74 @@ #include "screenshooter-actions.h" -void screenshooter_take_and_output_screenshot (ScreenshotData *sd) + + +static void cb_help_response (GtkWidget *dlg, + gint response, + gpointer unused); + + + +/* Internals */ + + + +static void +cb_help_response (GtkWidget *dialog, gint response, gpointer unused) +{ + if (response == GTK_RESPONSE_HELP) + { + GError *error_help = NULL; + + g_signal_stop_emission_by_name (dialog, "response"); + + /* Launch the help page and show an error dialog if there was an error. */ + if (!g_spawn_command_line_async ("xfhelp4 xfce4-screenshooter.html", &error_help)) + { + screenshooter_error ("%s", error_help->message); + g_error_free (error_help); + } + } +} + + + +/* Public */ + + + +gboolean screenshooter_take_and_output_screenshot (ScreenshotData *sd) { - GdkPixbuf *screenshot = - screenshooter_take_screenshot (sd->region, sd->delay); + GdkPixbuf *screenshot; + + if (sd->cli == FALSE) + { + GtkWidget *dialog; + gint response; + + /* Set the dialog up */ + dialog = screenshooter_dialog_new (sd, FALSE); + g_signal_connect (dialog, "response", (GCallback) cb_help_response, NULL); + + response = gtk_dialog_run (GTK_DIALOG (dialog)); + gtk_widget_destroy (dialog); + + if (response != GTK_RESPONSE_OK) + { + gtk_main_quit (); + return FALSE; + } + } + + screenshot = screenshooter_take_screenshot (sd->region, sd->delay, sd->show_mouse); + + g_return_val_if_fail (screenshot != NULL, FALSE); if (sd->action == SAVE) { if (sd->screenshot_dir == NULL) { - sd->screenshot_dir = g_strdup (DEFAULT_SAVE_DIRECTORY); + sd->screenshot_dir = screenshooter_get_home_uri (); } screenshooter_save_screenshot (screenshot, @@ -39,26 +97,41 @@ { screenshooter_copy_to_clipboard (screenshot); } - #ifdef HAVE_GIO else { - gchar *tempdir = g_strdup (g_get_tmp_dir ()); + GFile *temp_dir = g_file_new_for_path (g_get_tmp_dir ()); + const gchar *temp_dir_uri = g_file_get_uri (temp_dir); + const gchar *screenshot_path = + screenshooter_save_screenshot (screenshot, FALSE, temp_dir_uri); - gchar *screenshot_path = - screenshooter_save_screenshot (screenshot, - FALSE, - tempdir); if (screenshot_path != NULL) { - screenshooter_open_screenshot (screenshot_path, sd->app); - g_free (screenshot_path); + if (sd->action == OPEN) + { + screenshooter_open_screenshot (screenshot_path, sd->app); + } +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL + else + { + screenshooter_upload_to_zimagez (screenshot_path, sd->last_user); + } +#endif +#endif } - if (tempdir != NULL) - g_free (tempdir); + g_object_unref (temp_dir); } - #endif g_object_unref (screenshot); + + if (sd->close == 1) + { + TRACE ("Exit the main loop"); + gtk_main_quit (); + return FALSE; + } + else + return TRUE; } diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-actions.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-actions.h --- xfce4-screenshooter-1.5.1/lib/screenshooter-actions.h 2009-02-25 09:42:26.000000000 +0000 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-actions.h 2009-05-23 15:30:43.000000000 +0100 @@ -21,8 +21,16 @@ #define __HAVE_ACTIONS_H__ #include "screenshooter-utils.h" +#include "screenshooter-capture.h" +#include "screenshooter-global.h" #include "screenshooter-dialogs.h" -void screenshooter_take_and_output_screenshot (ScreenshotData *sd); +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL +#include "screenshooter-zimagez.h" +#endif +#endif + +gboolean screenshooter_take_and_output_screenshot (ScreenshotData *sd); #endif diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-capture.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-capture.c --- xfce4-screenshooter-1.5.1/lib/screenshooter-capture.c 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-capture.c 2009-06-06 10:33:34.000000000 +0100 @@ -0,0 +1,503 @@ +/* $Id$ + * + * Copyright © 2008-2009 Jérôme Guelfucci + * + * 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 Library 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 "screenshooter-capture.h" + + + +/* Prototypes */ + + + +static GdkWindow *get_active_window (GdkScreen *screen, gboolean *needs_unref); +static GdkPixbuf *get_window_screenshot (GdkWindow *window, gboolean show_mouse); +static GdkPixbuf *get_rectangle_screenshot (void); + + + +/* Internals */ + + + +static GdkWindow +*get_active_window (GdkScreen *screen, gboolean *needs_unref) +{ + GdkWindow *window, *window2; + + TRACE ("Get the active window"); + + window = gdk_screen_get_active_window (screen); + + /* If there is no active window, we fallback to the whole screen. */ + if (G_UNLIKELY (window == NULL)) + { + TRACE ("No active window, fallback to the root window"); + + window = gdk_get_default_root_window (); + *needs_unref = FALSE; + } + else if (gdk_window_get_type_hint (window) == GDK_WINDOW_TYPE_HINT_DESKTOP) + { + /* If the active window is the desktop, grab the whole screen */ + TRACE ("The active window is the desktop, fallback to the root window"); + + g_object_unref (window); + + window = gdk_get_default_root_window (); + *needs_unref = FALSE; + } + else + { + /* Else we find the toplevel window to grab the decorations. */ + TRACE ("Active window is a normal window, grab the toplevel window"); + + window2 = gdk_window_get_toplevel (window); + + g_object_unref (window); + + window = window2; + } + + return window; +} + + + +static GdkPixbuf +*get_window_screenshot (GdkWindow *window, gboolean show_mouse) +{ + gint x_orig, y_orig; + gint width, height; + + GdkPixbuf *screenshot; + GdkWindow *root; + + GdkRectangle *rectangle = g_new0 (GdkRectangle, 1); + + /* Get the root window */ + TRACE ("Get the root window"); + + root = gdk_get_default_root_window (); + + TRACE ("Get the frame extents"); + + gdk_window_get_frame_extents (window, rectangle); + + /* Don't grab thing offscreen. */ + + TRACE ("Make sure we don't grab things offscreen"); + + x_orig = rectangle->x; + y_orig = rectangle->y; + width = rectangle->width; + height = rectangle->height; + + if (x_orig < 0) + { + width = width + x_orig; + x_orig = 0; + } + + if (y_orig < 0) + { + height = height + y_orig; + y_orig = 0; + } + + if (x_orig + width > gdk_screen_width ()) + width = gdk_screen_width () - x_orig; + + if (y_orig + height > gdk_screen_height ()) + height = gdk_screen_height () - y_orig; + + g_free (rectangle); + + /* Take the screenshot from the root GdkWindow, to grab things such as + * menus. */ + + TRACE ("Grab the screenshot"); + + screenshot = gdk_pixbuf_get_from_drawable (NULL, root, NULL, + x_orig, y_orig, 0, 0, + width, height); + + /* Add the mouse pointer to the grabbed screenshot */ + + TRACE ("Get the mouse cursor and its image"); + + if (show_mouse) + { + GdkCursor *cursor; + GdkPixbuf *cursor_pixbuf; + + cursor = gdk_cursor_new_for_display (gdk_display_get_default (), GDK_LEFT_PTR); + cursor_pixbuf = gdk_cursor_get_image (cursor); + + if (G_LIKELY (cursor_pixbuf != NULL)) + { + GdkRectangle rectangle_window, rectangle_cursor; + gint cursorx, cursory, xhot, yhot; + + TRACE ("Get the coordinates of the cursor"); + + gdk_window_get_pointer (root, &cursorx, &cursory, NULL); + + TRACE ("Get the cursor hotspot"); + + sscanf (gdk_pixbuf_get_option (cursor_pixbuf, "x_hot"), "%d", &xhot); + sscanf (gdk_pixbuf_get_option (cursor_pixbuf, "y_hot"), "%d", &yhot); + + /* rectangle_window stores the window coordinates */ + rectangle_window.x = x_orig; + rectangle_window.y = y_orig; + rectangle_window.width = width; + rectangle_window.height = height; + + /* rectangle_cursor stores the cursor coordinates */ + rectangle_cursor.x = cursorx; + rectangle_cursor.y = cursory; + rectangle_cursor.width = gdk_pixbuf_get_width (cursor_pixbuf); + rectangle_cursor.height = gdk_pixbuf_get_height (cursor_pixbuf); + + /* see if the pointer is inside the window */ + if (gdk_rectangle_intersect (&rectangle_window, + &rectangle_cursor, + &rectangle_cursor)) + { + TRACE ("Compose the two pixbufs"); + + gdk_pixbuf_composite (cursor_pixbuf, screenshot, + cursorx - x_orig -xhot, cursory - y_orig -yhot, + rectangle_cursor.width, rectangle_cursor.height, + cursorx - x_orig - xhot, cursory - y_orig -yhot, + 1.0, 1.0, + GDK_INTERP_BILINEAR, + 255); + } + + g_object_unref (cursor_pixbuf); + } + + gdk_cursor_unref (cursor); + } + + return screenshot; +} + + + +static GdkPixbuf +*get_rectangle_screenshot (void) +{ + GdkPixbuf *screenshot = NULL; + + /* Get root window */ + TRACE ("Get the root window"); + + GdkWindow *root_window = gdk_get_default_root_window (); + + GdkGCValues gc_values; + GdkGC *gc; + GdkGrabStatus grabstatus_mouse, grabstatus_keyboard; + + GdkGCValuesMask values_mask = + GDK_GC_FUNCTION | GDK_GC_FILL | GDK_GC_CLIP_MASK | + GDK_GC_SUBWINDOW | GDK_GC_CLIP_X_ORIGIN | GDK_GC_CLIP_Y_ORIGIN | + GDK_GC_EXPOSURES | GDK_GC_LINE_WIDTH | GDK_GC_LINE_STYLE | + GDK_GC_CAP_STYLE | GDK_GC_JOIN_STYLE; + + GdkColor gc_white = {0, 65535, 65535, 65535}; + GdkColor gc_black = {0, 0, 0, 0}; + + GdkEventMask mask = + GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | + GDK_BUTTON_RELEASE_MASK; + GdkCursor *xhair_cursor = gdk_cursor_new (GDK_CROSSHAIR); + + gboolean pressed = FALSE; + gboolean done = FALSE; + gboolean cancelled = FALSE; + gint x, y, w, h; + + /*Set up graphics context for a XOR rectangle that will be drawn as + * the user drags the mouse */ + TRACE ("Initialize the graphics context"); + + gc_values.function = GDK_XOR; + gc_values.line_width = 2; + gc_values.line_style = GDK_LINE_ON_OFF_DASH; + gc_values.fill = GDK_SOLID; + gc_values.cap_style = GDK_CAP_BUTT; + gc_values.join_style = GDK_JOIN_MITER; + gc_values.graphics_exposures = FALSE; + gc_values.clip_x_origin = 0; + gc_values.clip_y_origin = 0; + gc_values.clip_mask = None; + gc_values.subwindow_mode = GDK_INCLUDE_INFERIORS; + + gc = gdk_gc_new_with_values (root_window, &gc_values, values_mask); + gdk_gc_set_rgb_fg_color (gc, &gc_white); + gdk_gc_set_rgb_bg_color (gc, &gc_black); + + /* Change cursor to cross-hair */ + TRACE ("Set the cursor"); + + grabstatus_mouse = + gdk_pointer_grab (root_window, FALSE, mask, NULL, xhair_cursor, GDK_CURRENT_TIME); + + grabstatus_keyboard = gdk_keyboard_grab (root_window, FALSE, GDK_CURRENT_TIME); + + while (!done && grabstatus_mouse == GDK_GRAB_SUCCESS + && grabstatus_keyboard == GDK_GRAB_SUCCESS) + { + gint x1, y1, x2, y2; + GdkEvent *event; + + event = gdk_event_get (); + + if (event == NULL) + continue; + + switch (event->type) + { + /* Start dragging the rectangle out */ + + case GDK_BUTTON_PRESS: + + TRACE ("Start dragging the rectangle"); + + x = x2 = x1 = event->button.x; + y = y2 = y1 = event->button.y; + w = 0; h = 0; + pressed = TRUE; + break; + + /* Finish dragging the rectangle out */ + case GDK_BUTTON_RELEASE: + if (pressed) + { + if (w > 0 && h > 0) + { + /* Remove the rectangle drawn previously */ + + TRACE ("Remove the rectangle drawn previously"); + + gdk_draw_rectangle (root_window, + gc, + FALSE, + x, y, w, h); + done = TRUE; + } + else + { + /* The user has not dragged the mouse, start again */ + + TRACE ("Mouse was not dragged, start again"); + + pressed = FALSE; + } + } + break; + + /* The user is moving the mouse */ + case GDK_MOTION_NOTIFY: + if (pressed) + { + TRACE ("Mouse is moving"); + + if (w > 0 && h > 0) + { + /* Remove the rectangle drawn previously */ + + TRACE ("Remove the rectangle drawn previously"); + + gdk_draw_rectangle (root_window, + gc, + FALSE, + x, y, w, h); + } + + x2 = event->motion.x; + y2 = event->motion.y; + + x = MIN (x1, x2); + y = MIN (y1, y2); + w = ABS (x2 - x1); + h = ABS (y2 - y1); + + /* Draw the rectangle as the user drags the mouse */ + + TRACE ("Draw the new rectangle"); + + if (w > 0 && h > 0) + gdk_draw_rectangle (root_window, + gc, + FALSE, + x, y, w, h); + + } + break; + + case GDK_KEY_PRESS: + if (event->key.keyval == GDK_Escape) + { + TRACE ("Escape key was pressed, cancel the screenshot."); + + if (pressed) + { + if (w > 0 && h > 0) + { + /* Remove the rectangle drawn previously */ + + TRACE ("Remove the rectangle drawn previously"); + + gdk_draw_rectangle (root_window, + gc, + FALSE, + x, y, w, h); + } + } + + done = TRUE; + cancelled = TRUE; + } + + break; + + default: + break; + } + + gdk_event_free (event); + } + + if (grabstatus_mouse == GDK_GRAB_SUCCESS) + { + TRACE ("Ungrab the pointer"); + + gdk_pointer_ungrab(GDK_CURRENT_TIME); + } + + if (grabstatus_keyboard == GDK_GRAB_SUCCESS) + { + TRACE ("Ungrab the keyboard"); + + gdk_keyboard_ungrab (GDK_CURRENT_TIME); + } + + /* Get the screenshot's pixbuf */ + + if (G_LIKELY (!cancelled)) + { + TRACE ("Get the pixbuf for the screenshot"); + + screenshot = + gdk_pixbuf_get_from_drawable (NULL, root_window, NULL, x, y, 0, 0, w, h); + } + + if (G_LIKELY (gc != NULL)) + g_object_unref (gc); + + gdk_cursor_unref (xhair_cursor); + + return screenshot; +} + + + +/* Public */ + + + +/** + * screenshooter_take_screenshot: + * @region: the region to be screenshoted. It can be FULLSCREEN, ACTIVE_WINDOW or SELECT. + * @delay: the delay before the screenshot is taken, in seconds. + * @mouse: whether the mouse pointer should be displayed on the screenshot. + * + * Takes a screenshot with the given options. If @region is FULLSCREEN, the screenshot + * is taken after @delay seconds. If @region is ACTIVE_WINDOW, a delay of @delay seconds + * ellapses, then the active window is detected and captured. If @region is SELECT, @delay + * will be ignored and the user will have to select a portion of the screen with the + * mouse. + * + * @show_mouse is only taken into account when @region is FULLSCREEN or ACTIVE_WINDOW. + * + * Return value: a #GdkPixbuf containing the screenshot or %NULL (if @region is SELECT, + * the user can cancel the operation). + **/ +GdkPixbuf *screenshooter_take_screenshot (gint region, gint delay, gboolean show_mouse) +{ + GdkPixbuf *screenshot = NULL; + GdkWindow *window = NULL; + GdkScreen *screen; + GdkDisplay *display; + + /* gdk_get_default_root_window () does not need to be unrefed, + * needs_unref enables us to unref *window only if a non default + * window has been grabbed. */ + gboolean needs_unref = TRUE; + + /* Get the screen on which the screenshot should be taken */ + screen = gdk_screen_get_default (); + + /* Sync the display */ + display = gdk_display_get_default (); + gdk_display_sync (display); + + /* wait for n=delay seconds */ + /* WORKAROUND: always sleep at least 1 second so that + * the dialog has the time to disappear. */ + if (region != SELECT) + (delay > 0) ? sleep (delay) : sleep (1); + + /* Get the window/desktop we want to screenshot*/ + if (region == FULLSCREEN) + { + TRACE ("We grab the entire screen"); + + window = gdk_get_default_root_window (); + needs_unref = FALSE; + } + else if (region == ACTIVE_WINDOW) + { + TRACE ("We grab the active window"); + + window = get_active_window (screen, &needs_unref); + } + + if (region == FULLSCREEN || region == ACTIVE_WINDOW) + { + TRACE ("Get the screenshot of the given window"); + + screenshot = get_window_screenshot (window, show_mouse); + + if (needs_unref) + g_object_unref (window); + } + else if (region == SELECT) + { + TRACE ("Let the user select the region to screenshot"); + + screenshot = get_rectangle_screenshot (); + } + + + return screenshot; +} diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-capture.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-capture.h --- xfce4-screenshooter-1.5.1/lib/screenshooter-capture.h 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-capture.h 2009-04-18 11:10:14.000000000 +0100 @@ -0,0 +1,43 @@ +/* $Id$ + * + * Copyright © 2008-2009 Jérôme Guelfucci + * + * 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 Library 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. + */ + +#ifndef __HAVE_CAPTURE_H__ +#define __HAVE_CAPTURE_H__ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#include "screenshooter-global.h" + +#include +#include +#include +#include + +#include + + + +GdkPixbuf +*screenshooter_take_screenshot (gint region, + gint delay, + gboolean show_mouse); + +#endif diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-dialogs.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-dialogs.c --- xfce4-screenshooter-1.5.1/lib/screenshooter-dialogs.c 2009-02-25 09:42:26.000000000 +0000 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-dialogs.c 2009-05-29 12:42:42.000000000 +0100 @@ -21,68 +21,97 @@ #define ICON_SIZE 16 -/* Prototypes */ +/* Prototypes */ -static void +static void cb_fullscreen_screen_toggled (GtkToggleButton *tb, ScreenshotData *sd); -static void +static void cb_active_window_toggled (GtkToggleButton *tb, ScreenshotData *sd); -static void +static void +cb_rectangle_toggled (GtkToggleButton *tb, + ScreenshotData *sd); +static void +cb_show_mouse_toggled (GtkToggleButton *tb, + ScreenshotData *sd); +static void cb_save_toggled (GtkToggleButton *tb, ScreenshotData *sd); -static void -cb_rectangle_toggled (GtkToggleButton *tb, - ScreenshotData *sd); -#ifdef HAVE_GIO -static void +static void +cb_toggle_set_sensi (GtkToggleButton *tb, + GtkWidget *widget); +static void +cb_toggle_set_insensi (GtkToggleButton *tb, + GtkWidget *widget); +static void cb_open_toggled (GtkToggleButton *tb, ScreenshotData *sd); -#endif -static void +static void cb_clipboard_toggled (GtkToggleButton *tb, ScreenshotData *sd); -static void -cb_toggle_set_sensi (GtkToggleButton *tb, - GtkWidget *widget); -static void -cb_toggle_set_insensi (GtkToggleButton *tb, - GtkWidget *widget); -static void +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL +static void +cb_zimagez_toggled (GtkToggleButton *tb, + ScreenshotData *sd); +#endif +#endif +static void cb_show_save_dialog_toggled (GtkToggleButton *tb, ScreenshotData *sd); -static void -cb_default_folder (GtkWidget *chooser, - ScreenshotData *sd); -static void -cb_delay_spinner_changed (GtkWidget *spinner, +static void +cb_close_toggled (GtkToggleButton *tb, ScreenshotData *sd); -static gchar -*generate_filename_for_uri (char *uri); - -#ifdef HAVE_GIO -static void -cb_combo_active_item_changed (GtkWidget *box, +static void +cb_default_folder (GtkWidget *chooser, + ScreenshotData *sd); +static void +cb_delay_spinner_changed (GtkWidget *spinner, + ScreenshotData *sd); +static gchar +*generate_filename_for_uri (const gchar *uri); +static void +cb_combo_active_item_changed (GtkWidget *box, ScreenshotData *sd); -static void -add_item (GAppInfo *app_info, +static void +add_item (GAppInfo *app_info, GtkWidget *liststore); -static void +static void populate_liststore (GtkListStore *liststore); -static void -set_default_item (GtkWidget *combobox, - ScreenshotData *sd); - -#endif - +static void +set_default_item (GtkWidget *combobox, + ScreenshotData *sd); +static void +cb_progress_upload (goffset current_num_bytes, + goffset total_num_bytes, + gpointer user_data); +static void +cb_finished_upload (GObject *source_object, + GAsyncResult *res, + gpointer user_data); +static void +cb_transfer_dialog_response (GtkWidget *dialog, + int response, + GCancellable *cancellable); +static gchar +*save_screenshot_to_local_path (GdkPixbuf *screenshot, + GFile *save_file); +static void +save_screenshot_to_remote_location (GdkPixbuf *screenshot, + GFile *save_file); +static gchar +*save_screenshot_to (GdkPixbuf *screenshot, + gchar *save_uri); + + + /* Internals */ /* Set the captured area when the button is toggled */ -static void cb_fullscreen_screen_toggled (GtkToggleButton *tb, - ScreenshotData *sd) +static void cb_fullscreen_screen_toggled (GtkToggleButton *tb, ScreenshotData *sd) { if (gtk_toggle_button_get_active (tb)) { @@ -93,8 +122,7 @@ /* Set the captured area when the button is toggled */ -static void cb_active_window_toggled (GtkToggleButton *tb, - ScreenshotData *sd) +static void cb_active_window_toggled (GtkToggleButton *tb, ScreenshotData *sd) { if (gtk_toggle_button_get_active (tb)) { @@ -105,8 +133,7 @@ /* Set the captured when the button is toggled */ -static void cb_rectangle_toggled (GtkToggleButton *tb, - ScreenshotData *sd) +static void cb_rectangle_toggled (GtkToggleButton *tb, ScreenshotData *sd) { if (gtk_toggle_button_get_active (tb)) { @@ -116,6 +143,21 @@ +/* Set whether the mouse should be captured when the button is toggled */ +static void cb_show_mouse_toggled (GtkToggleButton *tb, ScreenshotData *sd) +{ + if (gtk_toggle_button_get_active (tb)) + { + sd->show_mouse = 1; + } + else + { + sd->show_mouse = 0; + } +} + + + /* Set the action when the button is toggled */ static void cb_save_toggled (GtkToggleButton *tb, ScreenshotData *sd) { @@ -128,7 +170,7 @@ /* Set the widget active if the toggle button is active */ -static void +static void cb_toggle_set_sensi (GtkToggleButton *tb, GtkWidget *widget) { gtk_widget_set_sensitive (widget, gtk_toggle_button_get_active (tb)); @@ -137,7 +179,7 @@ /* Set the widget active if the toggle button is inactive */ -static void +static void cb_toggle_set_insensi (GtkToggleButton *tb, GtkWidget *widget) { gtk_widget_set_sensitive (widget, !gtk_toggle_button_get_active (tb)); @@ -145,22 +187,17 @@ -#ifdef HAVE_GIO -/* Set the action when the button is toggled */ -static void cb_open_toggled (GtkToggleButton *tb, ScreenshotData *sd) +static void cb_open_toggled (GtkToggleButton *tb, ScreenshotData *sd) { if (gtk_toggle_button_get_active (tb)) { sd->action = OPEN; } } -#endif -/* Set the action when the button is toggled */ -static void cb_clipboard_toggled (GtkToggleButton *tb, - ScreenshotData *sd) +static void cb_clipboard_toggled (GtkToggleButton *tb, ScreenshotData *sd) { if (gtk_toggle_button_get_active (tb)) { @@ -170,114 +207,135 @@ -/* Set sd->show_save_dialog when the button is toggled */ -static void cb_show_save_dialog_toggled (GtkToggleButton *tb, - ScreenshotData *sd) +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL +static void cb_zimagez_toggled (GtkToggleButton *tb, ScreenshotData *sd) { if (gtk_toggle_button_get_active (tb)) { - sd->show_save_dialog = 0; + sd->action = UPLOAD; } - else - { - sd->show_save_dialog = 1; - } -} +} +#endif +#endif + + +/* Set sd->show_save_dialog when the button is toggled */ +static void cb_show_save_dialog_toggled (GtkToggleButton *tb, ScreenshotData *sd) +{ + gtk_toggle_button_get_active (tb) ? (sd->show_save_dialog = 1) : (sd->show_save_dialog = 0); +} + + + +/* Set sd->close when the button is toggled */ +static void cb_close_toggled (GtkToggleButton *tb, ScreenshotData *sd) +{ + gtk_toggle_button_get_active (tb) ? (sd->close = 1) : (sd->close = 0); + +} /* Set sd->screenshot_dir when the user changed the value in the file chooser */ -static void cb_default_folder (GtkWidget *chooser, - ScreenshotData *sd) +static void cb_default_folder (GtkWidget *chooser, ScreenshotData *sd) { g_free (sd->screenshot_dir); - sd->screenshot_dir = - gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (chooser)); + + sd->screenshot_dir = gtk_file_chooser_get_uri (GTK_FILE_CHOOSER (chooser)); } - + /* Set the delay according to the spinner */ -static void cb_delay_spinner_changed (GtkWidget *spinner, - ScreenshotData *sd) +static void cb_delay_spinner_changed (GtkWidget *spinner, ScreenshotData *sd) { - sd->delay = - gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (spinner)); + sd->delay = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (spinner)); } -/* Generates filename Screenshot-n.png (where n is the first integer +/* Generates filename Screenshot-n.png (where n is the first integer * greater than 0) so that Screenshot-n.jpg does not exist in the folder - * whose URI is *uri. + * whose URI is *uri. * @uri: uri of the folder for which the filename should be generated. * returns: the filename or NULL if *uri == NULL. */ -static gchar *generate_filename_for_uri (char *uri) +static gchar *generate_filename_for_uri (const gchar *uri) { gboolean exists = TRUE; - gchar *filename; + GFile *directory; + GFile *file; gchar *basename; gint i; - if (uri == NULL) + if (G_UNLIKELY (uri == NULL)) { - return NULL; - } + TRACE ("URI was NULL"); + + return NULL; + } + + TRACE ("Get the folder corresponding to the URI"); + + directory = g_file_new_for_uri (uri); basename = g_strdup (_("Screenshot.png")); - filename = g_build_filename (uri, basename, NULL); - - if (!g_file_test (filename, G_FILE_TEST_EXISTS)) + + file = g_file_get_child (directory, basename); + + if (!g_file_query_exists (file, NULL)) { - g_free (filename); - + g_object_unref (file); + g_object_unref (directory); + return basename; } - + + g_object_unref (file); g_free (basename); - g_free (filename); for (i = 1; exists; ++i) { basename = g_strdup_printf (_("Screenshot-%d.png"), i); - filename = g_build_filename (uri, basename, NULL); - if (!g_file_test (filename, G_FILE_TEST_EXISTS)) + file = g_file_get_child (directory, basename); + + if (!g_file_query_exists (file, NULL)) exists = FALSE; if (exists) g_free (basename); - - g_free (filename); + + g_object_unref (file); } - + + g_object_unref (directory); + return basename; } -#ifdef HAVE_GIO /* Set sd->app as per the active item in the combobox */ -static void cb_combo_active_item_changed (GtkWidget *box, - ScreenshotData *sd) +static void cb_combo_active_item_changed (GtkWidget *box, ScreenshotData *sd) { GtkTreeModel *model = gtk_combo_box_get_model (GTK_COMBO_BOX (box)); GtkTreeIter iter; gchar *active_command = NULL; - + gtk_combo_box_get_active_iter (GTK_COMBO_BOX (box), &iter); - + gtk_tree_model_get (model, &iter, 2, &active_command, -1); - + g_free (sd->app); sd->app = active_command; } -/* Extract the informations from app_info and add them to the - * liststore. +/* Extract the informations from app_info and add them to the + * liststore. * */ static void add_item (GAppInfo *app_info, GtkWidget *liststore) { @@ -287,61 +345,61 @@ GIcon *icon = g_app_info_get_icon (app_info); GdkPixbuf *pixbuf = NULL; GtkIconTheme *icon_theme = gtk_icon_theme_get_default (); - + /* Get the icon */ if (G_IS_LOADABLE_ICON (icon)) { GFile *file = g_file_icon_get_file (G_FILE_ICON (icon)); gchar *path = g_file_get_path (file); - - pixbuf = - gdk_pixbuf_new_from_file_at_size (path, ICON_SIZE, + + pixbuf = + gdk_pixbuf_new_from_file_at_size (path, ICON_SIZE, ICON_SIZE, NULL); - + g_free (path); g_object_unref (file); } else { gchar **names = NULL; - + g_object_get (G_OBJECT (icon), "names", &names, NULL); - - if (names != NULL) + + if (G_LIKELY (names != NULL)) { if (names[0] != NULL) { - pixbuf = - gtk_icon_theme_load_icon (icon_theme, - names[0], - ICON_SIZE, - GTK_ICON_LOOKUP_GENERIC_FALLBACK, - NULL); - } - - g_strfreev (names); + pixbuf = gtk_icon_theme_load_icon (icon_theme, + names[0], + ICON_SIZE, + GTK_ICON_LOOKUP_GENERIC_FALLBACK, + NULL); + } + + g_strfreev (names); } } - - if (pixbuf == NULL) + + if (G_UNLIKELY (pixbuf == NULL)) { - pixbuf = - gtk_icon_theme_load_icon (icon_theme, "exec", ICON_SIZE, - GTK_ICON_LOOKUP_GENERIC_FALLBACK, - NULL); + pixbuf = gtk_icon_theme_load_icon (icon_theme, "exec", ICON_SIZE, + GTK_ICON_LOOKUP_GENERIC_FALLBACK, + NULL); } - + /* Add to the liststore */ gtk_list_store_append (GTK_LIST_STORE (liststore), &iter); - - gtk_list_store_set (GTK_LIST_STORE (liststore), &iter, 0, pixbuf, 1, - name, 2, command, -1); - - /* Free the stuff */ + + gtk_list_store_set (GTK_LIST_STORE (liststore), &iter, + 0, pixbuf, + 1, name, + 2, command, + -1); + + /* Free the stuff */ g_free (command); g_free (name); - if (pixbuf != NULL) - g_object_unref (pixbuf); + g_object_unref (pixbuf); g_object_unref (icon); } @@ -352,17 +410,17 @@ { const gchar *content_type; GList *list_app; - + content_type = "image/png"; - + /* Get all applications for image/png.*/ list_app = g_app_info_get_all_for_type (content_type); - + /* Add them to the liststore */ - if (list_app != NULL) + if (G_LIKELY (list_app != NULL)) { g_list_foreach (list_app, (GFunc) add_item, liststore); - + g_list_free (list_app); } } @@ -370,17 +428,15 @@ /* Select the sd->app item in the combobox */ -static void set_default_item (GtkWidget *combobox, - ScreenshotData *sd) +static void set_default_item (GtkWidget *combobox, ScreenshotData *sd) { - GtkTreeModel *model = - gtk_combo_box_get_model (GTK_COMBO_BOX (combobox)); - - GtkTreeIter iter; - + GtkTreeModel *model = gtk_combo_box_get_model (GTK_COMBO_BOX (combobox)); + + GtkTreeIter iter; + /* Get the first iter */ - if (gtk_tree_model_get_iter_first (model , &iter)) - { + if (G_LIKELY (gtk_tree_model_get_iter_first (model , &iter))) + { gchar *command = NULL; gboolean found = FALSE; @@ -388,30 +444,30 @@ do { gtk_tree_model_get (model, &iter, 2, &command, -1); - + if (g_str_equal (command, sd->app)) { - gtk_combo_box_set_active_iter (GTK_COMBO_BOX (combobox), + gtk_combo_box_set_active_iter (GTK_COMBO_BOX (combobox), &iter); - + found = TRUE; } - - g_free (command); + + g_free (command); } while (gtk_tree_model_iter_next (model, &iter)); - + /* If no suitable item was found, set the first item as active and * set sd->app accordingly. */ - if (!found) + if (G_UNLIKELY (!found)) { gtk_tree_model_get_iter_first (model , &iter); gtk_tree_model_get (model, &iter, 2, &command, -1); - + gtk_combo_box_set_active_iter (GTK_COMBO_BOX (combobox), &iter); - + g_free (sd->app); - + sd->app = command; } } @@ -421,11 +477,203 @@ sd->app = g_strdup ("none"); } -} -#endif +} + + + +static void cb_progress_upload (goffset current_num_bytes, + goffset total_num_bytes, + gpointer user_data) +{ + gdouble fraction = (double) current_num_bytes / (double) total_num_bytes; + + gfloat current = (float) current_num_bytes / 1000; + gfloat total = (float) total_num_bytes / 1000; + + gchar *bar_text = g_strdup_printf (_("%.2fKb of %.2fKb"), current, total); + + gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (user_data), fraction); + + gtk_progress_bar_set_text (GTK_PROGRESS_BAR (user_data), bar_text); + + g_free (bar_text); +} + + + +static void +cb_finished_upload (GObject *source_object, GAsyncResult *res, gpointer user_data) +{ + GError *error = NULL; + gboolean success; + + g_return_if_fail (G_IS_FILE (source_object)); + + success = g_file_copy_finish (G_FILE (source_object), res, &error); + + TRACE ("The transfer is finished"); + + if (G_UNLIKELY (!success)) + { + TRACE ("An error occurred"); + + screenshooter_error ("%s", error->message); + + g_error_free (error); + } + + gtk_widget_destroy (GTK_WIDGET (user_data)); +} + + + +static void +cb_transfer_dialog_response (GtkWidget *dialog, int response, GCancellable *cancellable) +{ + if (G_LIKELY (response == GTK_RESPONSE_CANCEL)) + { + TRACE ("Cancel the screenshot"); + + g_cancellable_cancel (cancellable); + + gtk_widget_destroy (dialog); + } +} + + + +static gchar +*save_screenshot_to_local_path (GdkPixbuf *screenshot, GFile *save_file) +{ + GError *error = NULL; + gchar *save_path = g_file_get_path (save_file); + + if (G_UNLIKELY (!gdk_pixbuf_save (screenshot, save_path, "png", &error, NULL))) + { + screenshooter_error ("%s", error->message); + + g_error_free (error); + g_free (save_path); + + return NULL; + } + else + { + return save_path; + } +} + +static void +save_screenshot_to_remote_location (GdkPixbuf *screenshot, GFile *save_file) +{ + gchar *save_basename = g_file_get_basename (save_file); + gchar *save_path = g_build_filename (g_get_tmp_dir (), save_basename, NULL); + GFile *save_file_temp = g_file_new_for_path (save_path); + + GFile *save_parent = g_file_get_parent (save_file); + const gchar *parent_uri = g_file_get_uri (save_parent); + GCancellable *cancellable = g_cancellable_new (); + + GtkWidget *dialog = gtk_dialog_new_with_buttons (_("Transfer"), + NULL, + GTK_DIALOG_NO_SEPARATOR, + GTK_STOCK_CANCEL, + GTK_RESPONSE_CANCEL, + NULL); + + GtkWidget *progress_bar = gtk_progress_bar_new (); + GtkWidget *label1= gtk_label_new (""); + GtkWidget *label2 = gtk_label_new (parent_uri); + + save_screenshot_to_local_path (screenshot, save_file_temp); + + gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER); + gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE); + gtk_window_set_deletable (GTK_WINDOW (dialog), FALSE); + + gtk_container_set_border_width (GTK_CONTAINER (dialog), 20); + gtk_window_set_icon_name (GTK_WINDOW (dialog), "document-save"); + + gtk_box_set_spacing (GTK_BOX (GTK_DIALOG(dialog)->vbox), 12); + + gtk_label_set_markup (GTK_LABEL (label1), + _("The screenshot " + "is being transferred to:")); + + gtk_misc_set_alignment (GTK_MISC (label1), 0, 0.5); + + gtk_box_pack_start (GTK_BOX (GTK_DIALOG(dialog)->vbox), + label1, + FALSE, + FALSE, + 0); + + gtk_widget_show (label1); + + gtk_box_pack_start (GTK_BOX (GTK_DIALOG(dialog)->vbox), + label2, + FALSE, + FALSE, + 0); + + gtk_widget_show (label2); + + gtk_box_pack_start (GTK_BOX (GTK_DIALOG(dialog)->vbox), + progress_bar, + FALSE, + FALSE, + 0); + + gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (progress_bar), 0); + + gtk_widget_show (progress_bar); + + g_signal_connect (dialog, "response", G_CALLBACK (cb_transfer_dialog_response), + cancellable); + + g_file_copy_async (save_file_temp, + save_file, + G_FILE_COPY_OVERWRITE, + G_PRIORITY_DEFAULT, + cancellable, + (GFileProgressCallback) cb_progress_upload, progress_bar, + (GAsyncReadyCallback) cb_finished_upload, dialog); + + gtk_dialog_run (GTK_DIALOG (dialog)); + + g_file_delete (save_file_temp, NULL, NULL); + + g_object_unref (save_file_temp); + g_object_unref (save_parent); + g_object_unref (cancellable); + g_free (save_basename); + g_free (save_path); +} + +static gchar +*save_screenshot_to (GdkPixbuf *screenshot, gchar *save_uri) +{ + GFile *save_file = g_file_new_for_uri (save_uri); + gchar *result = NULL; + + /* If the URI is a local one, we save directly */ + + if (!screenshooter_is_remote_uri (save_uri)) + { + result = save_screenshot_to_local_path (screenshot, save_file); + } + else + { + save_screenshot_to_remote_location (screenshot, save_file); + } + + g_object_unref (save_file); + + return result; +} + - /* Public */ @@ -433,651 +681,643 @@ /* Build the preferences dialog. @sd: a ScreenshotData to set the options. */ -GtkWidget *screenshooter_dialog_new (ScreenshotData *sd, - gboolean plugin) +GtkWidget *screenshooter_dialog_new (ScreenshotData *sd, gboolean plugin) { - GtkWidget *dlg; + GtkWidget *dlg, *main_alignment; GtkWidget *vbox; - - GtkWidget *area_box, *area_label, *area_alignment; - GtkWidget *active_window_button, + + GtkWidget *capture_table, *actions_table; + + GtkWidget *area_main_box, *area_box, *area_label, *area_alignment; + GtkWidget *active_window_button, *fullscreen_button, *rectangle_button; - - GtkWidget *delay_box, *delay_label, *delay_alignment; + + GtkWidget *show_mouse_checkbox; + + GtkWidget *delay_main_box, *delay_box, *delay_label, *delay_alignment; GtkWidget *delay_spinner_box, *delay_spinner, *seconds_label; - - GtkWidget *actions_box, *actions_label, *actions_alignment; - - GtkWidget *save_box, *save_radio_button; - GtkWidget *save_alignment; + + GtkWidget *options_main_box, *options_label, *options_alignment, *options_box; GtkWidget *save_checkbox; - GtkWidget *dir_chooser; - - GtkWidget *clipboard_radio_button; - -#ifdef HAVE_GIO - GtkWidget *open_with_alignment; - GtkWidget *open_with_box, *open_with_radio_button; - - GtkWidget *application_label; - + + GtkWidget *actions_main_box, *actions_label, *actions_alignment; + + GtkWidget *save_radio_button, *dir_chooser; + + GtkWidget *clipboard_radio_button, *open_with_radio_button; + +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL + GtkWidget *zimagez_radio_button; +#endif +#endif + GtkListStore *liststore; GtkWidget *combobox; GtkCellRenderer *renderer, *renderer_pixbuf; -#endif - + /* Create the dialog */ if (!plugin) { - dlg = - xfce_titled_dialog_new_with_buttons (_("Take a screenshot"), + dlg = + xfce_titled_dialog_new_with_buttons (_("Screenshot"), NULL, - GTK_DIALOG_DESTROY_WITH_PARENT, + GTK_DIALOG_DESTROY_WITH_PARENT| + GTK_DIALOG_NO_SEPARATOR, GTK_STOCK_HELP, GTK_RESPONSE_HELP, - GTK_STOCK_CLOSE, + GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - _("Take the screenshot"), + GTK_STOCK_OK, GTK_RESPONSE_OK, NULL); + + xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dlg), _("Take a screenshot")); } else { dlg = xfce_titled_dialog_new_with_buttons (_("Screenshot"), NULL, - GTK_DIALOG_DESTROY_WITH_PARENT, + GTK_DIALOG_DESTROY_WITH_PARENT|GTK_DIALOG_NO_SEPARATOR, GTK_STOCK_HELP, GTK_RESPONSE_HELP, - GTK_STOCK_CLOSE, + GTK_STOCK_CLOSE, GTK_RESPONSE_OK, NULL); - - xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dlg), + + xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dlg), _("Preferences")); - } + } gtk_window_set_position (GTK_WINDOW (dlg), GTK_WIN_POS_CENTER); - + gtk_window_set_resizable (GTK_WINDOW (dlg), FALSE); + gtk_container_set_border_width (GTK_CONTAINER (dlg), 0); gtk_window_set_icon_name (GTK_WINDOW (dlg), "applets-screenshooter"); - + + /* Create the main alignment for the dialog */ + main_alignment = gtk_alignment_new (0, 0, 1, 1); + + gtk_alignment_set_padding (GTK_ALIGNMENT (main_alignment), 6, 0, 12, 12); + gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dlg)->vbox), main_alignment, TRUE, TRUE, 0); + + gtk_widget_show (main_alignment); + /* Create the main box for the dialog */ - vbox = gtk_vbox_new (FALSE, 6); + vbox = gtk_vbox_new (FALSE, 10); + gtk_container_set_border_width (GTK_CONTAINER (vbox), 12); + + gtk_container_add (GTK_CONTAINER (main_alignment), vbox); gtk_widget_show (vbox); - gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dlg)->vbox), vbox, - TRUE, TRUE, 0); - + + /* Create the table to align the differents parts of the top of the UI */ + capture_table = gtk_table_new (2, 2, FALSE); + + gtk_table_set_col_spacings (GTK_TABLE (capture_table), 20); + + gtk_box_pack_start (GTK_BOX (vbox), capture_table, TRUE, TRUE, 0); + gtk_widget_show (capture_table); + + /* Create the main box for the regions */ + area_main_box = gtk_vbox_new (FALSE, 6); + gtk_widget_show (area_main_box); + gtk_table_attach_defaults (GTK_TABLE (capture_table), area_main_box, 0, 1, 0, 2); + /* Create area label */ area_label = gtk_label_new (""); + gtk_label_set_markup (GTK_LABEL (area_label), - _("" - "Region to capture")); - + _("" + "Region to capture")); + gtk_misc_set_alignment (GTK_MISC (area_label), 0, 0); gtk_widget_show (area_label); - gtk_container_add (GTK_CONTAINER (vbox), area_label); - + gtk_container_add (GTK_CONTAINER (area_main_box), area_label); + /* Create area alignment */ - area_alignment = gtk_alignment_new (0, 0, 1, 1); - - gtk_container_add (GTK_CONTAINER (vbox), area_alignment); - - gtk_alignment_set_padding (GTK_ALIGNMENT (area_alignment), - 0, - 6, - 12, - 0); - + + gtk_container_add (GTK_CONTAINER (area_main_box), area_alignment); + + gtk_alignment_set_padding (GTK_ALIGNMENT (area_alignment), 0, 6, 12, 0); + gtk_widget_show (area_alignment); - - /* Create area box */ + + /* Create area box */ area_box = gtk_vbox_new (FALSE, 6); gtk_container_add (GTK_CONTAINER (area_alignment), area_box); gtk_container_set_border_width (GTK_CONTAINER (area_box), 0); gtk_widget_show (area_box); - + /* Create radio buttons for areas to screenshot */ - + /* Fullscreen */ - fullscreen_button = - gtk_radio_button_new_with_mnemonic (NULL, + fullscreen_button = + gtk_radio_button_new_with_mnemonic (NULL, _("Entire screen")); - - gtk_box_pack_start (GTK_BOX (area_box), - fullscreen_button, FALSE, + + gtk_box_pack_start (GTK_BOX (area_box), + fullscreen_button, FALSE, FALSE, 0); - + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (fullscreen_button), (sd->region == FULLSCREEN)); - - #if GTK_CHECK_VERSION(2,12,0) + gtk_widget_set_tooltip_text (fullscreen_button, - _("Take a screenshot of the entire screen")); - #endif - - g_signal_connect (G_OBJECT (fullscreen_button), "toggled", + _("Take a screenshot of the entire screen")); + + g_signal_connect (G_OBJECT (fullscreen_button), "toggled", G_CALLBACK (cb_fullscreen_screen_toggled), sd); - + gtk_widget_show (fullscreen_button); - + /* Active window */ - active_window_button = - gtk_radio_button_new_with_mnemonic ( - gtk_radio_button_get_group (GTK_RADIO_BUTTON (fullscreen_button)), - _("Active window")); - - gtk_box_pack_start (GTK_BOX (area_box), - active_window_button, FALSE, + active_window_button = + gtk_radio_button_new_with_label_from_widget (GTK_RADIO_BUTTON (fullscreen_button), + _("Active window")); + + gtk_box_pack_start (GTK_BOX (area_box), + active_window_button, FALSE, FALSE, 0); - + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (active_window_button), (sd->region == ACTIVE_WINDOW)); - - #if GTK_CHECK_VERSION(2,12,0) + gtk_widget_set_tooltip_text (active_window_button, - _("Take a screenshot of the active window")); - #endif - - g_signal_connect (G_OBJECT (active_window_button), "toggled", + _("Take a screenshot of the active window")); + + g_signal_connect (G_OBJECT (active_window_button), "toggled", G_CALLBACK (cb_active_window_toggled), sd); - + gtk_widget_show (active_window_button); - + /* Rectangle */ - rectangle_button = - gtk_radio_button_new_with_mnemonic ( - gtk_radio_button_get_group (GTK_RADIO_BUTTON (fullscreen_button)), - _("Select a region")); + rectangle_button = + gtk_radio_button_new_with_label_from_widget (GTK_RADIO_BUTTON (fullscreen_button), + _("Select a region")); - gtk_box_pack_start (GTK_BOX (area_box), - rectangle_button, FALSE, + gtk_box_pack_start (GTK_BOX (area_box), + rectangle_button, FALSE, FALSE, 0); - + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (rectangle_button), (sd->region == SELECT)); - - #if GTK_CHECK_VERSION(2,12,0) + gtk_widget_set_tooltip_text (rectangle_button, - _("Select a region to be captured by clicking a point of the screen " - "without releasing the mouse button, dragging your mouse to the " - "other corner of the region, and releasing the mouse button.")); - #endif - - g_signal_connect (G_OBJECT (rectangle_button), "toggled", - G_CALLBACK (cb_rectangle_toggled), - sd); - + _("Select a region to be captured by clicking a point of " + "the screen without releasing the mouse button, " + "dragging your mouse to the other corner of the region, " + "and releasing the mouse button.")); + + g_signal_connect (G_OBJECT (rectangle_button), "toggled", + G_CALLBACK (cb_rectangle_toggled), sd); + gtk_widget_show (rectangle_button); - + + /* Create show mouse checkbox */ + show_mouse_checkbox = + gtk_check_button_new_with_label (_("Capture the mouse pointer")); + + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (show_mouse_checkbox), + (sd->show_mouse == 1)); + + gtk_widget_set_sensitive (show_mouse_checkbox, (sd->region != SELECT)); + + gtk_widget_set_tooltip_text (show_mouse_checkbox, + _("Display the mouse pointer on the screenshot")); + + gtk_box_pack_start (GTK_BOX (area_box), + show_mouse_checkbox, FALSE, + FALSE, 5); + + gtk_widget_show (show_mouse_checkbox); + + g_signal_connect (G_OBJECT (show_mouse_checkbox), "toggled", + G_CALLBACK (cb_show_mouse_toggled), sd); + + g_signal_connect (G_OBJECT (rectangle_button), "toggled", + G_CALLBACK (cb_toggle_set_insensi), show_mouse_checkbox); + + /* Create the main box for the delay stuff */ + delay_main_box = gtk_vbox_new (FALSE, 6); + + gtk_widget_show (delay_main_box); + + gtk_table_attach_defaults (GTK_TABLE (capture_table), delay_main_box, 1, 2, 0, 1); + /* Create delay label */ - delay_label = gtk_label_new (""); - + gtk_label_set_markup (GTK_LABEL(delay_label), - _("" - "Delay before taking the screenshot")); - - gtk_misc_set_alignment(GTK_MISC (delay_label), 0, 0); + _("" + "Delay before capturing")); + + gtk_misc_set_alignment(GTK_MISC (delay_label), 0, 0); + + gtk_box_pack_start (GTK_BOX (delay_main_box), delay_label, FALSE, FALSE, 0); + gtk_widget_show (delay_label); - gtk_container_add (GTK_CONTAINER (vbox), delay_label); - + /* Create delay alignment */ - - delay_alignment = gtk_alignment_new (0, 0, 1, 1); - - gtk_container_add (GTK_CONTAINER (vbox), delay_alignment); - - gtk_alignment_set_padding (GTK_ALIGNMENT (delay_alignment), - 0, - 6, - 12, - 0); - + delay_alignment = gtk_alignment_new (0, 0, 0, 0); + + gtk_box_pack_start (GTK_BOX (delay_main_box), delay_alignment, FALSE, FALSE, 0); + + gtk_alignment_set_padding (GTK_ALIGNMENT (delay_alignment), 0, 6, 12, 0); + gtk_widget_show (delay_alignment); - + /* Create delay box */ - - delay_box = gtk_vbox_new (FALSE, 6); + delay_box = gtk_vbox_new (FALSE, 0); gtk_container_add (GTK_CONTAINER (delay_alignment), delay_box); gtk_container_set_border_width (GTK_CONTAINER (delay_box), 0); gtk_widget_show (delay_box); - + /* Create delay spinner */ - - delay_spinner_box = gtk_hbox_new(FALSE, 12); - + delay_spinner_box = gtk_hbox_new (FALSE, 4); gtk_widget_show (delay_spinner_box); - - gtk_box_pack_start (GTK_BOX (delay_box), - delay_spinner_box, FALSE, - FALSE, 0); + + gtk_box_pack_start (GTK_BOX (delay_box), delay_spinner_box, FALSE, FALSE, 0); delay_spinner = gtk_spin_button_new_with_range(0.0, 60.0, 1.0); - - gtk_spin_button_set_value (GTK_SPIN_BUTTON (delay_spinner), - sd->delay); - - /* Tooltip needs to be improved */ - #if GTK_CHECK_VERSION(2,12,0) + + gtk_spin_button_set_value (GTK_SPIN_BUTTON (delay_spinner), sd->delay); + gtk_widget_set_tooltip_text (delay_spinner, - _("Delay in seconds before the screenshot is taken")); - #endif - + _("Delay in seconds before the screenshot is taken")); + gtk_widget_show (delay_spinner); - - gtk_box_pack_start (GTK_BOX (delay_spinner_box), - delay_spinner, FALSE, - FALSE, 0); + + gtk_box_pack_start (GTK_BOX (delay_spinner_box), delay_spinner, FALSE, FALSE, 0); seconds_label = gtk_label_new (_("seconds")); gtk_widget_show (seconds_label); - - gtk_box_pack_start (GTK_BOX (delay_spinner_box), - seconds_label, FALSE, - FALSE, 0); + + gtk_box_pack_start (GTK_BOX (delay_spinner_box), seconds_label, FALSE, FALSE, 0); g_signal_connect (G_OBJECT (delay_spinner), "value-changed", G_CALLBACK (cb_delay_spinner_changed), sd); - - /* Set the delay box as inactive when we capture rectangles */ + + /* Set the delay box as inactive when we capture rectangles */ g_signal_connect (G_OBJECT (rectangle_button), "toggled", G_CALLBACK (cb_toggle_set_insensi), delay_box); - + /* Set the default state */ - cb_toggle_set_insensi (GTK_TOGGLE_BUTTON (rectangle_button), - delay_box); - + cb_toggle_set_insensi (GTK_TOGGLE_BUTTON (rectangle_button), delay_box); + + /* Create the options box */ + options_main_box = gtk_vbox_new (FALSE, 6); + + gtk_widget_show (options_main_box); + + gtk_table_attach_defaults (GTK_TABLE (capture_table), options_main_box, 1, 2, 1, 2); + + /* Create the options label */ + options_label = gtk_label_new (""); + + gtk_label_set_markup (GTK_LABEL(options_label), + _("After " + "capturing")); + + gtk_misc_set_alignment(GTK_MISC (options_label), 0, 0); + gtk_widget_show (options_label); + gtk_box_pack_start (GTK_BOX (options_main_box), options_label, FALSE, FALSE, 0); + + /* Create options alignment */ + options_alignment = gtk_alignment_new (0, 0, 1, 1); + + gtk_container_add (GTK_CONTAINER (options_main_box), options_alignment); + + gtk_alignment_set_padding (GTK_ALIGNMENT (options_alignment), 0, 6, 12, 0); + + gtk_widget_show (options_alignment); + + /* Create the options box to be stored in the options alignment*/ + options_box = gtk_vbox_new (FALSE, 6); + gtk_container_add (GTK_CONTAINER (options_alignment), options_box); + gtk_container_set_border_width (GTK_CONTAINER (options_box), 0); + gtk_widget_show (options_box); + + /* Display the save dialog checkbox */ + save_checkbox = gtk_check_button_new_with_label (_("Show the save dialog")); + + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (save_checkbox), + (sd->show_save_dialog == 1)); + + gtk_widget_set_tooltip_text (save_checkbox, + _("The save dialog allows you to change the file name " + "and the save location")); + + gtk_box_pack_start (GTK_BOX (options_box), save_checkbox, FALSE, FALSE, 0); + + gtk_widget_show (save_checkbox); + + g_signal_connect (G_OBJECT (save_checkbox), "toggled", + G_CALLBACK (cb_show_save_dialog_toggled), sd); + + /* Create the 'close the user interface after taking the screenshot' checkbox */ + if (!plugin) + { + GtkWidget *close_checkbox = + gtk_check_button_new_with_label (_("Close the application")); + + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (close_checkbox), + (sd->close == 1)); + + gtk_widget_set_tooltip_text (close_checkbox, + _("If unchecked, the current window will be displayed " + "again after the screenshot has been taken to allow" + " you to take several screenshots in a row")); + + gtk_box_pack_start (GTK_BOX (options_box), close_checkbox, FALSE, FALSE, 0); + + gtk_widget_show (close_checkbox); + + g_signal_connect (G_OBJECT (close_checkbox), "toggled", + G_CALLBACK (cb_close_toggled), sd); + } + + /* Create the actions main box */ + actions_main_box = gtk_vbox_new (FALSE, 6); + + gtk_box_pack_start (GTK_BOX (vbox), actions_main_box, TRUE, TRUE, 0); + gtk_widget_show (actions_main_box); + /* Create actions label */ - + actions_label = gtk_label_new (""); + gtk_label_set_markup (GTK_LABEL (actions_label), - _("Action")); - + _("Action" + "")); + gtk_misc_set_alignment (GTK_MISC (actions_label), 0, 0); gtk_widget_show (actions_label); - gtk_container_add (GTK_CONTAINER (vbox), actions_label); - + gtk_box_pack_start (GTK_BOX (actions_main_box), actions_label, FALSE, FALSE, 0); + /* Create actions alignment */ - actions_alignment = gtk_alignment_new (0, 0, 1, 1); - - gtk_container_add (GTK_CONTAINER (vbox), actions_alignment); - - gtk_alignment_set_padding (GTK_ALIGNMENT (actions_alignment), - 0, - 6, - 12, - 0); - + + gtk_alignment_set_padding (GTK_ALIGNMENT (actions_alignment), 0, 6, 12, 0); + + gtk_box_pack_start (GTK_BOX (actions_main_box), actions_alignment, TRUE, TRUE, 0); gtk_widget_show (actions_alignment); - - /* Create actions box */ - - actions_box = gtk_vbox_new (FALSE, 6); - gtk_container_add (GTK_CONTAINER (actions_alignment), actions_box); - gtk_container_set_border_width (GTK_CONTAINER (actions_box), 0); - gtk_widget_show (actions_box); - + + /* Create the actions table */ + actions_table = gtk_table_new (4, 2, FALSE); + + gtk_table_set_row_spacings (GTK_TABLE (actions_table), 3); + gtk_table_set_col_spacings (GTK_TABLE (actions_table), 15); + + gtk_container_add (GTK_CONTAINER (actions_alignment), actions_table); + gtk_widget_show (actions_table); + /* Save option radio button */ - - save_radio_button = - gtk_radio_button_new_with_mnemonic (NULL, - _("Save")); - - gtk_container_add (GTK_CONTAINER (actions_box), save_radio_button); - + save_radio_button = gtk_radio_button_new_with_mnemonic (NULL, _("Save in:")); + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (save_radio_button), (sd->action == SAVE)); - - g_signal_connect (G_OBJECT (save_radio_button), "toggled", - G_CALLBACK (cb_save_toggled), - sd); - - #if GTK_CHECK_VERSION(2,12,0) - gtk_widget_set_tooltip_text (save_radio_button, - _("Save the screenshot to a PNG file")); - #endif - + + g_signal_connect (G_OBJECT (save_radio_button), "toggled", + G_CALLBACK (cb_save_toggled), sd); + + gtk_widget_set_tooltip_text (save_radio_button, _("Save the screenshot to a PNG file")); + gtk_widget_show (save_radio_button); - - /* Create actions alignment */ - - save_alignment = gtk_alignment_new (0, 0, 1, 1); - gtk_container_add (GTK_CONTAINER (actions_box), save_alignment); + gtk_table_attach_defaults (GTK_TABLE (actions_table), save_radio_button, 0, 1, 0, 1); - gtk_alignment_set_padding (GTK_ALIGNMENT (save_alignment), - 0, - 6, - 24, - 0); - - gtk_widget_show (save_alignment); - - /* Save box */ - - save_box = gtk_hbox_new (FALSE, 12); - gtk_container_add (GTK_CONTAINER (save_alignment), save_box); - gtk_container_set_border_width (GTK_CONTAINER (save_box), 0); - gtk_widget_show (save_box); - - /* Default save location */ - - save_checkbox = - gtk_check_button_new_with_label (_("Save by default to:")); - - gtk_widget_show (save_checkbox); - - gtk_box_pack_start (GTK_BOX (save_box), - save_checkbox, FALSE, - FALSE, 0); - - gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (save_checkbox), - (sd->show_save_dialog == 0)); - - g_signal_connect (G_OBJECT (save_checkbox), "toggled", - G_CALLBACK (cb_show_save_dialog_toggled), sd); - - #if GTK_CHECK_VERSION(2,12,0) - gtk_widget_set_tooltip_text (save_checkbox, - _("If checked, the screenshot will be saved by default to the " - "location set on the right without displaying a save dialog")); - #endif - - dir_chooser = - gtk_file_chooser_button_new (_("Default save location"), + /* Set the state of the save checkbox */ + gtk_widget_set_sensitive (GTK_WIDGET (save_checkbox), + gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (save_radio_button))); + + g_signal_connect (G_OBJECT (save_radio_button), "toggled", + G_CALLBACK (cb_toggle_set_sensi), save_checkbox); + + /* Directory chooser */ + dir_chooser = + gtk_file_chooser_button_new (_("Default save location"), GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER); - - gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (dir_chooser), - sd->screenshot_dir); - - gtk_box_pack_start (GTK_BOX (save_box), - dir_chooser, FALSE, - FALSE, 0); - + + gtk_file_chooser_set_current_folder_uri (GTK_FILE_CHOOSER (dir_chooser), + sd->screenshot_dir); + + gtk_file_chooser_set_local_only (GTK_FILE_CHOOSER (dir_chooser), FALSE); + gtk_widget_show (dir_chooser); - - #if GTK_CHECK_VERSION(2,12,0) - gtk_widget_set_tooltip_text (dir_chooser, - _("Set the default save location")); - #endif - - g_signal_connect (G_OBJECT (dir_chooser), "selection-changed", + + gtk_widget_set_tooltip_text (dir_chooser, _("Set the default save location")); + + g_signal_connect (G_OBJECT (dir_chooser), "selection-changed", G_CALLBACK (cb_default_folder), sd); - - g_signal_connect (G_OBJECT (save_checkbox), "toggled", - G_CALLBACK (cb_toggle_set_sensi), dir_chooser); - + g_signal_connect (G_OBJECT (save_radio_button), "toggled", - G_CALLBACK (cb_toggle_set_sensi), save_box); - - /* Run the callback functions to grey/ungrey the correct widgets */ - - cb_toggle_set_sensi (GTK_TOGGLE_BUTTON (save_radio_button), - save_box); - + G_CALLBACK (cb_toggle_set_sensi), dir_chooser); + + gtk_table_attach_defaults (GTK_TABLE (actions_table), dir_chooser, 1, 2, 0, 1); + /* Copy to clipboard radio button */ - - clipboard_radio_button = - gtk_radio_button_new_with_mnemonic ( - gtk_radio_button_get_group (GTK_RADIO_BUTTON (save_radio_button)), - _("Copy to the clipboard")); - - gtk_box_pack_start (GTK_BOX (actions_box), - clipboard_radio_button, FALSE, - FALSE, 0); - + clipboard_radio_button = + gtk_radio_button_new_with_label_from_widget (GTK_RADIO_BUTTON (save_radio_button), + _("Copy to the clipboard")); + gtk_widget_show (clipboard_radio_button); - - #if GTK_CHECK_VERSION(2,12,0) + gtk_widget_set_tooltip_text (clipboard_radio_button, - _("Copy the screenshot to the clipboard so that it can be " - "pasted later")); - #endif - + _("Copy the screenshot to the clipboard so that it can be " + "pasted later")); + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (clipboard_radio_button), (sd->action == CLIPBOARD)); - - g_signal_connect (G_OBJECT (clipboard_radio_button), "toggled", - G_CALLBACK (cb_clipboard_toggled), - sd); - -#ifdef HAVE_GIO - + + g_signal_connect (G_OBJECT (clipboard_radio_button), "toggled", + G_CALLBACK (cb_clipboard_toggled), sd); + + gtk_table_attach_defaults (GTK_TABLE (actions_table), clipboard_radio_button, + 0, 1, 1, 2); + /* Open with radio button */ - - open_with_radio_button = - gtk_radio_button_new_with_mnemonic ( - gtk_radio_button_get_group (GTK_RADIO_BUTTON (save_radio_button)), - _("Open with:")); - - gtk_container_add (GTK_CONTAINER (actions_box), - open_with_radio_button); - + open_with_radio_button = + gtk_radio_button_new_with_label_from_widget (GTK_RADIO_BUTTON (save_radio_button), + _("Open with:")); + gtk_widget_show (open_with_radio_button); - + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (open_with_radio_button), (sd->action == OPEN)); - - g_signal_connect (G_OBJECT (open_with_radio_button), "toggled", - G_CALLBACK (cb_open_toggled), - sd); - - #if GTK_CHECK_VERSION(2,12,0) - gtk_widget_set_tooltip_text (open_with_radio_button, - _("Open the screenshot with the chosen application")); - #endif - - /* Create open with alignment */ - - open_with_alignment = gtk_alignment_new (0, 0, 1, 1); - - gtk_container_add (GTK_CONTAINER (actions_box), open_with_alignment); - - gtk_alignment_set_padding (GTK_ALIGNMENT (open_with_alignment), - 0, - 6, - 24, - 0); - - gtk_widget_show (open_with_alignment); - - /* Open with box*/ - - open_with_box = gtk_hbox_new (FALSE, 12); - - gtk_container_add (GTK_CONTAINER (open_with_alignment), - open_with_box); - - gtk_container_set_border_width (GTK_CONTAINER (open_with_box), 0); - - gtk_widget_show (open_with_box); - + g_signal_connect (G_OBJECT (open_with_radio_button), "toggled", - G_CALLBACK (cb_toggle_set_sensi), open_with_box); - - /* Application label */ - - application_label = gtk_label_new (_("Application:")); - - gtk_misc_set_alignment (GTK_MISC (application_label), 0, 0.5); - - gtk_widget_show (application_label); - - gtk_box_pack_start (GTK_BOX (open_with_box), - application_label, FALSE, - FALSE, 0); - + G_CALLBACK (cb_open_toggled), sd); + + gtk_widget_set_tooltip_text (open_with_radio_button, + _("Open the screenshot with the chosen application")); + + gtk_table_attach_defaults (GTK_TABLE (actions_table), open_with_radio_button, + 0, 1, 2, 3); + /* Open with combobox */ - - liststore = gtk_list_store_new (3, GDK_TYPE_PIXBUF, - G_TYPE_STRING, G_TYPE_STRING); - + liststore = gtk_list_store_new (3, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING); + combobox = gtk_combo_box_new_with_model (GTK_TREE_MODEL (liststore)); - + renderer = gtk_cell_renderer_text_new (); renderer_pixbuf = gtk_cell_renderer_pixbuf_new (); - - gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combobox), - renderer_pixbuf, FALSE); - + + gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combobox), renderer_pixbuf, FALSE); + gtk_cell_layout_pack_end (GTK_CELL_LAYOUT (combobox), renderer, TRUE); - - gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combobox), - renderer, "text", 1, NULL); - - gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combobox), - renderer_pixbuf, - "pixbuf", 0, NULL); - + + gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combobox), renderer, "text", 1, NULL); + + gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (combobox), renderer_pixbuf, + "pixbuf", 0, NULL); + populate_liststore (liststore); - + set_default_item (combobox, sd); - - gtk_box_pack_start (GTK_BOX (open_with_box), - combobox, FALSE, - FALSE, 0); - - g_signal_connect (G_OBJECT (combobox), "changed", + + gtk_table_attach_defaults (GTK_TABLE (actions_table), combobox, 1, 2, 2, 3); + + g_signal_connect (G_OBJECT (combobox), "changed", G_CALLBACK (cb_combo_active_item_changed), sd); - - gtk_widget_show_all (combobox); - - #if GTK_CHECK_VERSION(2,12,0) - gtk_widget_set_tooltip_text (combobox, - _("Application to open the screenshot")); - #endif - + + gtk_widget_show_all (combobox); + + gtk_widget_set_tooltip_text (combobox, _("Application to open the screenshot")); + + g_signal_connect (G_OBJECT (open_with_radio_button), "toggled", + G_CALLBACK (cb_toggle_set_sensi), combobox); + /* Run the callback functions to grey/ungrey the correct widgets */ - - cb_toggle_set_sensi (GTK_TOGGLE_BUTTON (open_with_radio_button), - open_with_box); + cb_toggle_set_sensi (GTK_TOGGLE_BUTTON (open_with_radio_button), combobox); + + /* Upload to zimagez radio button */ +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL + zimagez_radio_button = + gtk_radio_button_new_with_label_from_widget (GTK_RADIO_BUTTON (save_radio_button), + _("Host on ZimageZ")); + + gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (zimagez_radio_button), + (sd->action == UPLOAD)); + + gtk_widget_set_tooltip_text (zimagez_radio_button, + _("Host the screenshot on ZimageZ, a free online " + "image hosting service")); + + g_signal_connect (G_OBJECT (zimagez_radio_button), "toggled", + G_CALLBACK (cb_zimagez_toggled), sd); + + gtk_table_attach_defaults (GTK_TABLE (actions_table), zimagez_radio_button, + 0, 1, 3, 4); + + gtk_widget_show (zimagez_radio_button); #endif - - return dlg; +#endif + + return dlg; } -/* Saves the screenshot according to the options in sd. +/* Saves the screenshot according to the options in sd. * @screenshot: a GdkPixbuf containing our screenshot * show_save_dialog: whether the save dialog should be shown. * @default_dir: the default save location. */ -gchar -*screenshooter_save_screenshot (GdkPixbuf *screenshot, +gchar +*screenshooter_save_screenshot (GdkPixbuf *screenshot, gboolean show_save_dialog, - gchar *default_dir) + const gchar *default_dir) { - GdkPixbuf *thumbnail; - gchar *filename = NULL, *savename = NULL; - - GtkWidget *preview; - GtkWidget *chooser; - gint dialog_response; - - GError *error = NULL; - - /* Generate the filename for the default save location */ - - filename = generate_filename_for_uri (default_dir); - + gchar *filename = generate_filename_for_uri (default_dir); + gchar *savename = NULL; + if (show_save_dialog) { - /* If the user wants a save dialog, we run it, and grab the + GdkPixbuf *thumbnail; + + GtkWidget *preview; + GtkWidget *chooser; + gchar *save_uri = NULL; + gint dialog_response; + + /* If the user wants a save dialog, we run it, and grab the * filename the user has chosen. */ - + /* Create the dialog and set its default properties */ - chooser = + chooser = gtk_file_chooser_dialog_new (_("Save screenshot as..."), NULL, GTK_FILE_CHOOSER_ACTION_SAVE, - GTK_STOCK_CANCEL, + GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - GTK_STOCK_SAVE, + GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, NULL); - - gtk_window_set_icon_name (GTK_WINDOW (chooser), - "applets-screenshooter"); - - gtk_file_chooser_set_do_overwrite_confirmation ( - GTK_FILE_CHOOSER (chooser), TRUE); - - gtk_dialog_set_default_response (GTK_DIALOG (chooser), - GTK_RESPONSE_ACCEPT); - gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER (chooser), - default_dir); + gtk_window_set_icon_name (GTK_WINDOW (chooser), "applets-screenshooter"); + + gtk_file_chooser_set_do_overwrite_confirmation (GTK_FILE_CHOOSER (chooser), TRUE); + + gtk_file_chooser_set_local_only (GTK_FILE_CHOOSER (chooser), FALSE); - gtk_file_chooser_set_current_name (GTK_FILE_CHOOSER (chooser), - filename); + gtk_dialog_set_default_response (GTK_DIALOG (chooser), GTK_RESPONSE_ACCEPT); + + gtk_file_chooser_set_current_folder_uri (GTK_FILE_CHOOSER (chooser), default_dir); + + gtk_file_chooser_set_current_name (GTK_FILE_CHOOSER (chooser), filename); /* Create the preview and the thumbnail */ - + preview = gtk_image_new (); - - gtk_file_chooser_set_preview_widget (GTK_FILE_CHOOSER (chooser), - preview); - - thumbnail = - gdk_pixbuf_scale_simple (screenshot, - gdk_pixbuf_get_width(screenshot)/5, - gdk_pixbuf_get_height(screenshot)/5, + + gtk_file_chooser_set_preview_widget (GTK_FILE_CHOOSER (chooser), preview); + + thumbnail = + gdk_pixbuf_scale_simple (screenshot, + gdk_pixbuf_get_width(screenshot)/5, + gdk_pixbuf_get_height(screenshot)/5, GDK_INTERP_BILINEAR); - + gtk_image_set_from_pixbuf (GTK_IMAGE (preview), thumbnail); - + g_object_unref (thumbnail); - + dialog_response = gtk_dialog_run (GTK_DIALOG (chooser)); - + /* The user pressed the save button */ - if (dialog_response == GTK_RESPONSE_ACCEPT) + if (G_LIKELY (dialog_response == GTK_RESPONSE_ACCEPT)) { - /* Get the save location */ - savename = - gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (chooser)); - - /* Try to save the screenshot. If it fails, we show an error - * dialog */ - - if (!gdk_pixbuf_save (screenshot, savename, - "png", &error, NULL)) - { - xfce_err ("%s", error->message); - - g_error_free (error); - } - } - - gtk_widget_destroy (GTK_WIDGET (chooser)); - } + save_uri = gtk_file_chooser_get_uri (GTK_FILE_CHOOSER (chooser)); + } + + gtk_widget_destroy (chooser); + + if (G_LIKELY (save_uri != NULL)) + { + savename = save_screenshot_to (screenshot, save_uri); + + g_free (save_uri); + } + } else - { - + { /* Else, we just save the file in the default folder */ - - savename = g_build_filename (default_dir, filename, NULL); - - /* Try to save the screenshot. If it fails, we show an error - * dialog */ - if (!gdk_pixbuf_save (screenshot, savename, "png", &error, NULL)) - { - xfce_err ("%s", error->message); - - g_error_free (error); - } - - } + gchar *save_uri = g_build_filename (default_dir, filename, NULL); + + savename = save_screenshot_to (screenshot, save_uri); + g_free (save_uri); + } + + TRACE ("Free the gchars and unref the GFiles"); g_free (filename); - + return savename; } diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-dialogs.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-dialogs.h --- xfce4-screenshooter-1.5.1/lib/screenshooter-dialogs.h 2009-02-25 09:42:26.000000000 +0000 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-dialogs.h 2009-05-16 22:33:12.000000000 +0100 @@ -19,11 +19,14 @@ #ifndef __HAVE_DIALOGS_H__ #define __HAVE_DIALOGS_H__ - + #ifdef HAVE_CONFIG_H #include #endif +#include "screenshooter-utils.h" +#include "screenshooter-global.h" + #ifdef HAVE_GIO #include #endif @@ -32,15 +35,11 @@ #include #include -#include "screenshooter-utils.h" - -GtkWidget -*screenshooter_dialog_new (ScreenshotData *sd, - gboolean plugin); -gchar -*screenshooter_save_screenshot (GdkPixbuf *screenshot, - gboolean show_save_dialog, - gchar *default_dir); -#endif +GtkWidget *screenshooter_dialog_new (ScreenshotData *sd, + gboolean plugin); +gchar *screenshooter_save_screenshot (GdkPixbuf *screenshot, + gboolean show_save_dialog, + const gchar *default_dir); +#endif diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-global.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-global.h --- xfce4-screenshooter-1.5.1/lib/screenshooter-global.h 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-global.h 2009-05-23 15:12:03.000000000 +0100 @@ -0,0 +1,74 @@ +/* $Id$ + * + * Copyright © 2008-2009 Jérôme Guelfucci + * + * 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 Library 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. + */ + +#ifndef HAVE_GLOBAL_H +#define HAVE_GLOBAL_H + +#ifdef HAVE_CONFIG_H +#include +#endif + +#include + +/* Possible actions */ +enum { + ACTION_0, + SAVE, + CLIPBOARD, + OPEN, +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL + UPLOAD, +#endif +#endif +}; + + + +/* Struct to store the screenshot options */ +typedef struct +{ + gint region; + gint show_save_dialog; + gint show_mouse; + gint delay; + gint action; + gint close; + gchar *screenshot_dir; + gchar *app; +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL + gchar *last_user; +#endif +#endif + gboolean cli; +} +ScreenshotData; + + + +/* Screenshot Modes */ +enum { + MODE_0, + FULLSCREEN, + ACTIVE_WINDOW, + SELECT, +}; + +#endif diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-job.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-job.c --- xfce4-screenshooter-1.5.1/lib/screenshooter-job.c 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-job.c 2009-05-18 09:01:36.000000000 +0100 @@ -0,0 +1,196 @@ +/* $Id$ + * + * Copyright © 2008-2009 Jérôme Guelfucci + * + * 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 Library 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 "screenshooter-job.h" + + + +#define SCREENSHOOTER_JOB_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), SCREENSHOOTER_TYPE_JOB, ScreenshooterJobPrivate)) + + + +/* Signal identifiers */ +enum +{ + ASK, + IMAGE_UPLOADED, + LAST_SIGNAL, +}; + + + +static void screenshooter_job_class_init (ScreenshooterJobClass *klass); +static void screenshooter_job_init (ScreenshooterJob *job); +static void screenshooter_job_finalize (GObject *object); +/*static void screenshooter_job_real_ask (ScreenshooterJob *job, + GtkListStore *liststore, + const gchar *message);*/ + + + +static ExoJobClass *screenshooter_job_parent_class; +static guint job_signals[LAST_SIGNAL]; + + + +GType +screenshooter_job_get_type (void) +{ + static GType type = G_TYPE_INVALID; + + if (G_UNLIKELY (type == G_TYPE_INVALID)) + { + type = g_type_register_static_simple (EXO_TYPE_JOB, + "ScreenshooterJob", + sizeof (ScreenshooterJobClass), + (GClassInitFunc) screenshooter_job_class_init, + sizeof (ScreenshooterJob), + (GInstanceInitFunc) screenshooter_job_init, + G_TYPE_FLAG_ABSTRACT); + } + + return type; +} + + + +static void +screenshooter_job_class_init (ScreenshooterJobClass *klass) +{ + GObjectClass *gobject_class; + + /* determine the parent class */ + screenshooter_job_parent_class = g_type_class_peek_parent (klass); + + gobject_class = G_OBJECT_CLASS (klass); + gobject_class->finalize = screenshooter_job_finalize; + + klass->ask = NULL; + + /** + * ScreenshooterJob::ask: + * @job : a #ScreenshooterJob. + * @info : a #GtkListStore. + * @message : message to display to the user. + * + * The @message is garantied to contain valid UTF-8. + * + * @info contains the information already gathered. The first column tells you the + * name of the information, the second its contents. Some contents might be empty, + * it means that the user did not provide the correct information as explained per + * @message. + * + * The callback asks for the information which is not valid and updates @info. + **/ + job_signals[ASK] = + g_signal_new ("ask", + G_TYPE_FROM_CLASS (klass), + G_SIGNAL_NO_HOOKS | G_SIGNAL_RUN_LAST, + G_STRUCT_OFFSET (ScreenshooterJobClass, ask), + NULL, NULL, + _screenshooter_marshal_VOID__POINTER_STRING, + G_TYPE_NONE, + 2, G_TYPE_POINTER, G_TYPE_STRING); + + /** + * ScreenshooterJob::image-uploaded: + * @job : a #ScreenshooterJob. + * @file_name : the name of the uploaded image on ZimageZ.com. + * + * This signal is emitted when the upload is finished. If it was successful, + * @file_name contains the name of the file on ZimageZ.com, else it is NULL. + **/ + job_signals[IMAGE_UPLOADED] = + g_signal_new ("image-uploaded", + G_TYPE_FROM_CLASS (klass), G_SIGNAL_NO_HOOKS, + 0, NULL, NULL, + _screenshooter_marshal_VOID__STRING, + G_TYPE_NONE, + 1, G_TYPE_STRING); +} + + + +static void +screenshooter_job_init (ScreenshooterJob *job) +{ + +} + + + +static void +screenshooter_job_finalize (GObject *object) +{ + (*G_OBJECT_CLASS (screenshooter_job_parent_class)->finalize) (object); +} + + + +/*static void +screenshooter_job_real_ask (ScreenshooterJob *job, + GtkListStore *liststore, + const gchar *message) +{ + g_return_if_fail (SCREENSHOOTER_IS_JOB (job)); + + TRACE ("Emit ask signal."); + g_signal_emit (job, job_signals[ASK], 0, liststore, message); +}*/ + + + +/* Public */ + + + +void screenshooter_job_ask_info (ScreenshooterJob *job, + GtkListStore *info, + const gchar *format, + ...) +{ + va_list va_args; + gchar *message; + + g_return_if_fail (SCREENSHOOTER_IS_JOB (job)); + g_return_if_fail (GTK_IS_LIST_STORE (info)); + g_return_if_fail (format != NULL); + + if (G_UNLIKELY (exo_job_is_cancelled (EXO_JOB (job)))) + return; + + va_start (va_args, format); + message = g_strdup_vprintf (format, va_args); + va_end (va_args); + + exo_job_emit (EXO_JOB (job), job_signals[ASK], 0, info, message); + + g_free (message); +} + + + +void +screenshooter_job_image_uploaded (ScreenshooterJob *job, const gchar *file_name) +{ + g_return_if_fail (SCREENSHOOTER_IS_JOB (job)); + + TRACE ("Emit image-uploaded signal."); + exo_job_emit (EXO_JOB (job), job_signals[IMAGE_UPLOADED], 0, file_name); +} diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-job.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-job.h --- xfce4-screenshooter-1.5.1/lib/screenshooter-job.h 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-job.h 2009-05-16 22:33:12.000000000 +0100 @@ -0,0 +1,77 @@ +/* $Id$ + * + * Copyright © 2008-2009 Jérôme Guelfucci + * + * 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 Library 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. + */ + +#ifndef __SCREENSHOOTER_JOB_H__ +#define __SCREENSHOOTER_JOB_H__ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#include +#include +#include + +#include "exo-simple-job.h" +#include "screenshooter-marshal.h" + +G_BEGIN_DECLS + +typedef struct _ScreenshooterJobClass ScreenshooterJobClass; +typedef struct _ScreenshooterJob ScreenshooterJob; + +#define SCREENSHOOTER_TYPE_JOB (screenshooter_job_get_type ()) +#define SCREENSHOOTER_JOB(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SCREENSHOOTER_TYPE_JOB, ScreenshooterJob)) +#define SCREENSHOOTER_JOB_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), SCREENSHOOTER_TYPE_JOB, ScreenshooterJobClass)) +#define SCREENSHOOTER_IS_JOB(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), SCREENSHOOTER_TYPE_JOB)) +#define SCREENSHOOTER_IS_JOB_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), SCREENSHOOTER_TYPE_JOB)) +#define SCREENSHOOTER_JOB_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), SCREENSHOOTER_TYPE_JOB, ScreenshooterJobClass)) + +struct _ScreenshooterJobClass +{ + /*< private >*/ + ExoJobClass __parent__; + + /*< public >*/ + + /* signals */ + void (*ask) (ScreenshooterJob *job, GtkListStore *info, const gchar *message); +}; + +struct _ScreenshooterJob +{ + /*< private >*/ + ExoJob __parent__; +}; + +GType screenshooter_job_get_type (void) G_GNUC_CONST; + +void screenshooter_job_ask_info (ScreenshooterJob *job, + GtkListStore *info, + const gchar *format, + ...); + + +void screenshooter_job_image_uploaded (ScreenshooterJob *job, + const gchar *file_name); + +G_END_DECLS + +#endif /* !__SCREENSHOOTER_JOB_H__ */ + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-marshal.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-marshal.c --- xfce4-screenshooter-1.5.1/lib/screenshooter-marshal.c 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-marshal.c 2009-06-14 15:29:12.000000000 +0100 @@ -0,0 +1,88 @@ + +#include + + +#ifdef G_ENABLE_DEBUG +#define g_marshal_value_peek_boolean(v) g_value_get_boolean (v) +#define g_marshal_value_peek_char(v) g_value_get_char (v) +#define g_marshal_value_peek_uchar(v) g_value_get_uchar (v) +#define g_marshal_value_peek_int(v) g_value_get_int (v) +#define g_marshal_value_peek_uint(v) g_value_get_uint (v) +#define g_marshal_value_peek_long(v) g_value_get_long (v) +#define g_marshal_value_peek_ulong(v) g_value_get_ulong (v) +#define g_marshal_value_peek_int64(v) g_value_get_int64 (v) +#define g_marshal_value_peek_uint64(v) g_value_get_uint64 (v) +#define g_marshal_value_peek_enum(v) g_value_get_enum (v) +#define g_marshal_value_peek_flags(v) g_value_get_flags (v) +#define g_marshal_value_peek_float(v) g_value_get_float (v) +#define g_marshal_value_peek_double(v) g_value_get_double (v) +#define g_marshal_value_peek_string(v) (char*) g_value_get_string (v) +#define g_marshal_value_peek_param(v) g_value_get_param (v) +#define g_marshal_value_peek_boxed(v) g_value_get_boxed (v) +#define g_marshal_value_peek_pointer(v) g_value_get_pointer (v) +#define g_marshal_value_peek_object(v) g_value_get_object (v) +#else /* !G_ENABLE_DEBUG */ +/* WARNING: This code accesses GValues directly, which is UNSUPPORTED API. + * Do not access GValues directly in your code. Instead, use the + * g_value_get_*() functions + */ +#define g_marshal_value_peek_boolean(v) (v)->data[0].v_int +#define g_marshal_value_peek_char(v) (v)->data[0].v_int +#define g_marshal_value_peek_uchar(v) (v)->data[0].v_uint +#define g_marshal_value_peek_int(v) (v)->data[0].v_int +#define g_marshal_value_peek_uint(v) (v)->data[0].v_uint +#define g_marshal_value_peek_long(v) (v)->data[0].v_long +#define g_marshal_value_peek_ulong(v) (v)->data[0].v_ulong +#define g_marshal_value_peek_int64(v) (v)->data[0].v_int64 +#define g_marshal_value_peek_uint64(v) (v)->data[0].v_uint64 +#define g_marshal_value_peek_enum(v) (v)->data[0].v_long +#define g_marshal_value_peek_flags(v) (v)->data[0].v_ulong +#define g_marshal_value_peek_float(v) (v)->data[0].v_float +#define g_marshal_value_peek_double(v) (v)->data[0].v_double +#define g_marshal_value_peek_string(v) (v)->data[0].v_pointer +#define g_marshal_value_peek_param(v) (v)->data[0].v_pointer +#define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer +#define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer +#define g_marshal_value_peek_object(v) (v)->data[0].v_pointer +#endif /* !G_ENABLE_DEBUG */ + + +/* VOID:STRING (screenshooter-marshal.list:1) */ + +/* VOID:POINTER,STRING (screenshooter-marshal.list:2) */ +void +_screenshooter_marshal_VOID__POINTER_STRING (GClosure *closure, + GValue *return_value G_GNUC_UNUSED, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint G_GNUC_UNUSED, + gpointer marshal_data) +{ + typedef void (*GMarshalFunc_VOID__POINTER_STRING) (gpointer data1, + gpointer arg_1, + gpointer arg_2, + gpointer data2); + register GMarshalFunc_VOID__POINTER_STRING callback; + register GCClosure *cc = (GCClosure*) closure; + register gpointer data1, data2; + + g_return_if_fail (n_param_values == 3); + + if (G_CCLOSURE_SWAP_DATA (closure)) + { + data1 = closure->data; + data2 = g_value_peek_pointer (param_values + 0); + } + else + { + data1 = g_value_peek_pointer (param_values + 0); + data2 = closure->data; + } + callback = (GMarshalFunc_VOID__POINTER_STRING) (marshal_data ? marshal_data : cc->callback); + + callback (data1, + g_marshal_value_peek_pointer (param_values + 1), + g_marshal_value_peek_string (param_values + 2), + data2); +} + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-marshal.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-marshal.h --- xfce4-screenshooter-1.5.1/lib/screenshooter-marshal.h 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-marshal.h 2009-05-14 09:17:48.000000000 +0100 @@ -0,0 +1,23 @@ + +#ifndef ___screenshooter_marshal_MARSHAL_H__ +#define ___screenshooter_marshal_MARSHAL_H__ + +#include + +G_BEGIN_DECLS + +/* VOID:STRING (screenshooter-marshal.list:1) */ +#define _screenshooter_marshal_VOID__STRING g_cclosure_marshal_VOID__STRING + +/* VOID:POINTER,STRING (screenshooter-marshal.list:2) */ +extern void _screenshooter_marshal_VOID__POINTER_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +G_END_DECLS + +#endif /* ___screenshooter_marshal_MARSHAL_H__ */ + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-marshal.list /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-marshal.list --- xfce4-screenshooter-1.5.1/lib/screenshooter-marshal.list 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-marshal.list 2009-05-14 09:17:45.000000000 +0100 @@ -0,0 +1,2 @@ +VOID:STRING +VOID:POINTER,STRING diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-simple-job.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-simple-job.c --- xfce4-screenshooter-1.5.1/lib/screenshooter-simple-job.c 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-simple-job.c 2009-05-16 22:33:12.000000000 +0100 @@ -0,0 +1,202 @@ +/* $Id$ + * + * Copyright © 2008-2009 Jérôme Guelfucci + * + * 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 Library 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 "screenshooter-simple-job.h" + +static void screenshooter_simple_job_class_init (ScreenshooterSimpleJobClass *klass); +static void screenshooter_simple_job_finalize (GObject *object); +static gboolean screenshooter_simple_job_execute (ExoJob *job, + GError **error); + + + +struct _ScreenshooterSimpleJobClass +{ + ScreenshooterJobClass __parent__; +}; + +struct _ScreenshooterSimpleJob +{ + ScreenshooterJob __parent__; + ScreenshooterSimpleJobFunc func; + GValueArray *param_values; +}; + + + +static GObjectClass *screenshooter_simple_job_parent_class; + + + +GType +screenshooter_simple_job_get_type (void) +{ + static GType type = G_TYPE_INVALID; + + if (G_UNLIKELY (type == G_TYPE_INVALID)) + { + type = g_type_register_static_simple (SCREENSHOOTER_TYPE_JOB, + "ScreenshooterSimpleJob", + sizeof (ScreenshooterSimpleJobClass), + (GClassInitFunc) screenshooter_simple_job_class_init, + sizeof (ScreenshooterSimpleJob), + NULL, + 0); + } + + return type; +} + + + +static void +screenshooter_simple_job_class_init (ScreenshooterSimpleJobClass *klass) +{ + GObjectClass *gobject_class; + ExoJobClass *exojob_class; + + /* determine the parent type class */ + screenshooter_simple_job_parent_class = g_type_class_peek_parent (klass); + + gobject_class = G_OBJECT_CLASS (klass); + gobject_class->finalize = screenshooter_simple_job_finalize; + + exojob_class = EXO_JOB_CLASS (klass); + exojob_class->execute = screenshooter_simple_job_execute; +} + + + +static void +screenshooter_simple_job_finalize (GObject *object) +{ + ScreenshooterSimpleJob *simple_job = SCREENSHOOTER_SIMPLE_JOB (object); + + /* release the param values */ + g_value_array_free (simple_job->param_values); + + (*G_OBJECT_CLASS (screenshooter_simple_job_parent_class)->finalize) (object); +} + + + +static gboolean +screenshooter_simple_job_execute (ExoJob *job, + GError **error) +{ + ScreenshooterSimpleJob *simple_job = SCREENSHOOTER_SIMPLE_JOB (job); + gboolean success = TRUE; + GError *err = NULL; + + g_return_val_if_fail (SCREENSHOOTER_IS_SIMPLE_JOB (job), FALSE); + g_return_val_if_fail (simple_job->func != NULL, FALSE); + + /* try to execute the job using the supplied function */ + success = (*simple_job->func) (SCREENSHOOTER_JOB (job), simple_job->param_values, &err); + + if (!success) + { + g_assert (err != NULL || exo_job_is_cancelled (job)); + + /* set error if the job was cancelled. otherwise just propagate + * the results of the processing function */ + if (exo_job_set_error_if_cancelled (job, error)) + { + g_clear_error (&err); + } + else + { + if (err != NULL) + g_propagate_error (error, err); + } + + return FALSE; + } + else + return TRUE; +} + + + +/** + * screenshooter_simple_job_launch: + * @func : the #ScreenshooterSimpleJobFunc to execute the job. + * @n_param_values : the number of parameters to pass to the @func. + * @... : a list of #GType and parameter pairs (exactly + * @n_param_values pairs) that are passed to @func. + * + * Allocates a new #ScreenshooterSimpleJob, which executes the specified + * @func with the specified parameters. + * + * The caller is responsible to release the returned object using + * screenshooter_job_unref() when no longer needed. + * + * Return value: the launched #ScreenshooterJob. + **/ +ScreenshooterJob * +screenshooter_simple_job_launch (ScreenshooterSimpleJobFunc func, + guint n_param_values, + ...) +{ + ScreenshooterSimpleJob *simple_job; + va_list var_args; + GValue value = { 0, }; + gchar *error_message; + gint n; + + /* allocate and initialize the simple job */ + simple_job = g_object_new (SCREENSHOOTER_TYPE_SIMPLE_JOB, NULL); + simple_job->func = func; + simple_job->param_values = g_value_array_new (n_param_values); + + /* collect the parameters */ + va_start (var_args, n_param_values); + for (n = 0; n < n_param_values; ++n) + { + /* initialize the value to hold the next parameter */ + g_value_init (&value, va_arg (var_args, GType)); + + /* collect the value from the stack */ + G_VALUE_COLLECT (&value, var_args, 0, &error_message); + + /* check if an error occurred */ + if (G_UNLIKELY (error_message != NULL)) + { + g_error ("%s: %s", G_STRLOC, error_message); + g_free (error_message); + } + + g_value_array_insert (simple_job->param_values, n, &value); + g_value_unset (&value); + } + va_end (var_args); + + /* launch the job */ + return SCREENSHOOTER_JOB (exo_job_launch (EXO_JOB (simple_job))); +} + + + +GValueArray * +screenshooter_simple_job_get_param_values (ScreenshooterSimpleJob *job) +{ + g_return_val_if_fail (SCREENSHOOTER_IS_SIMPLE_JOB (job), NULL); + + return job->param_values; +} diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-simple-job.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-simple-job.h --- xfce4-screenshooter-1.5.1/lib/screenshooter-simple-job.h 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-simple-job.h 2009-05-16 22:33:12.000000000 +0100 @@ -0,0 +1,70 @@ +/* $Id$ + * + * Copyright © 2008-2009 Jérôme Guelfucci + * + * 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 Library 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. + */ + +#ifndef __SCREENSHOOTER_SIMPLE_JOB_H__ +#define __SCREENSHOOTER_SIMPLE_JOB_H__ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#include "screenshooter-job.h" + +#include +#include + +G_BEGIN_DECLS + +/** + * ScreenshooterSimpleJobFunc: + * @job : a #ScreenshooterJob. + * @param_values : a #GValueArray of the #GValues passed to + * screenshooter_simple_job_launch(). + * @error : return location for errors. + * + * Used by the #ScreenshooterSimpleJob to process the @job. See + * screenshooter_simple_job_launch() for further details. + * + * Return value: %TRUE on success, %FALSE in case of an error. + **/ +typedef gboolean (*ScreenshooterSimpleJobFunc) (ScreenshooterJob *job, + GValueArray *param_values, + GError **error); + + +typedef struct _ScreenshooterSimpleJobClass ScreenshooterSimpleJobClass; +typedef struct _ScreenshooterSimpleJob ScreenshooterSimpleJob; + +#define SCREENSHOOTER_TYPE_SIMPLE_JOB (screenshooter_simple_job_get_type ()) +#define SCREENSHOOTER_SIMPLE_JOB(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SCREENSHOOTER_TYPE_SIMPLE_JOB, ScreenshooterSimpleJob)) +#define SCREENSHOOTER_SIMPLE_JOB_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), SCREENSHOOTER_TYPE_SIMPLE_JOB, ScreenshooterSimpleJobClass)) +#define SCREENSHOOTER_IS_SIMPLE_JOB(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), SCREENSHOOTER_TYPE_SIMPLE_JOB)) +#define SCREENSHOOTER_IS_SIMPLE_JOB_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), SCREENSHOOTER_TYPE_SIMPLE_JOB)) +#define SCREENSHOOTER_SIMPLE_JOB_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), SCREENSHOOTER_TYPE_SIMPLE_JOB, ScreenshooterSimpleJobClass)) + +GType screenshooter_simple_job_get_type (void) G_GNUC_CONST; + +ScreenshooterJob *screenshooter_simple_job_launch (ScreenshooterSimpleJobFunc func, + guint n_param_values, + ...) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT; +GValueArray *screenshooter_simple_job_get_param_values (ScreenshooterSimpleJob *job); + +G_END_DECLS + +#endif /* !__SCREENSHOOTER_SIMPLE_JOB_H__ */ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-utils.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-utils.c --- xfce4-screenshooter-1.5.1/lib/screenshooter-utils.c 2009-02-25 09:42:26.000000000 +0000 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-utils.c 2009-05-23 23:21:18.000000000 +0100 @@ -19,438 +19,26 @@ #include "screenshooter-utils.h" -/* Prototypes */ - - - -static GdkWindow -*get_active_window (GdkScreen *screen, - gboolean *needs_unref); - -static GdkPixbuf -*get_window_screenshot (GdkWindow *window); - -static GdkPixbuf -*get_rectangle_screenshot (void); - - - -static GdkWindow -*get_active_window (GdkScreen *screen, gboolean *needs_unref) -{ - GdkWindow *window, *window2; - - TRACE ("Get the active window"); - - window = gdk_screen_get_active_window (screen); - - /* If there is no active window, we fallback to the whole screen. */ - if (window == NULL) - { - TRACE ("No active window, fallback to the root window"); - - window = gdk_get_default_root_window (); - *needs_unref = FALSE; - } - else if (gdk_window_get_type_hint (window) == GDK_WINDOW_TYPE_HINT_DESKTOP) - { - /* If the active window is the desktop, grab the whole screen */ - TRACE ("The active window is the desktop, fallback to the root window"); - - g_object_unref (window); - - window = gdk_get_default_root_window (); - *needs_unref = FALSE; - } - else - { - /* Else we find the toplevel window to grab the decorations. */ - TRACE ("Active window is a normal window, grab the toplevel window"); - - window2 = gdk_window_get_toplevel (window); - - g_object_unref (window); - - window = window2; - } - - return window; -} - - - -static GdkPixbuf -*get_window_screenshot (GdkWindow *window) -{ - gint x_orig, y_orig; - gint width, height; - - GdkPixbuf *screenshot; - GdkWindow *root; - - GdkRectangle *rectangle = g_new0 (GdkRectangle, 1); - - GdkCursor *cursor; - GdkPixbuf *cursor_pixbuf; - - /* Get the root window */ - TRACE ("Get the root window"); - - root = gdk_get_default_root_window (); - - TRACE ("Get the frame extents"); - - gdk_window_get_frame_extents (window, rectangle); - - /* Don't grab thing offscreen. */ - - TRACE ("Make sure we don't grab things offscreen"); - - x_orig = rectangle->x; - y_orig = rectangle->y; - width = rectangle->width; - height = rectangle->height; - - if (x_orig < 0) - { - width = width + x_orig; - x_orig = 0; - } - - if (y_orig < 0) - { - height = height + y_orig; - y_orig = 0; - } - - if (x_orig + width > gdk_screen_width ()) - width = gdk_screen_width () - x_orig; - - if (y_orig + height > gdk_screen_height ()) - height = gdk_screen_height () - y_orig; - - g_free (rectangle); - - /* Take the screenshot from the root GdkWindow, to grab things such as - * menus. */ - - TRACE ("Grab the screenshot"); - - screenshot = gdk_pixbuf_get_from_drawable (NULL, root, NULL, - x_orig, y_orig, 0, 0, - width, height); - - /* Add the mouse pointer to the grabbed screenshot */ - - TRACE ("Get the mouse cursor and its image"); - - cursor = gdk_cursor_new_for_display (gdk_display_get_default (), GDK_LEFT_PTR); - cursor_pixbuf = gdk_cursor_get_image (cursor); - - if (cursor_pixbuf != NULL) - { - GdkRectangle rectangle_window, rectangle_cursor; - gint cursorx, cursory, xhot, yhot; - - TRACE ("Get the coordinates of the cursor"); - - gdk_window_get_pointer (window, &cursorx, &cursory, NULL); - - TRACE ("Get the hot-spot x and y values"); - - sscanf (gdk_pixbuf_get_option (cursor_pixbuf, "x_hot"), "%d", &xhot); - sscanf (gdk_pixbuf_get_option (cursor_pixbuf, "y_hot"), "%d", &yhot); - - /* rectangle_window stores the window coordinates */ - rectangle_window.x = x_orig; - rectangle_window.y = y_orig; - rectangle_window.width = width; - rectangle_window.height = height; - - /* rectangle_cursor stores the cursor coordinates */ - rectangle_cursor.x = cursorx + x_orig; - rectangle_cursor.y = cursory + y_orig; - rectangle_cursor.width = gdk_pixbuf_get_width (cursor_pixbuf); - rectangle_cursor.height = gdk_pixbuf_get_height (cursor_pixbuf); - - /* see if the pointer is inside the window */ - if (gdk_rectangle_intersect (&rectangle_window, &rectangle_cursor, &rectangle_cursor)) - { - TRACE ("Compose the two pixbufs"); - - gdk_pixbuf_composite (cursor_pixbuf, screenshot, - cursorx - xhot, cursory - yhot, - rectangle_cursor.width, rectangle_cursor.height, - cursorx - xhot, cursory - yhot, - 1.0, 1.0, - GDK_INTERP_BILINEAR, - 255); - } - - g_object_unref (cursor_pixbuf); - } - - gdk_cursor_unref (cursor); - - return screenshot; -} - - - -static GdkPixbuf -*get_rectangle_screenshot (void) -{ - GdkPixbuf *screenshot = NULL; - - /* Get root window */ - TRACE ("Get the root window"); - - GdkWindow *root_window = gdk_get_default_root_window (); - - GdkGCValues gc_values; - GdkGC *gc; - GdkGrabStatus grabstatus; - - GdkGCValuesMask values_mask = - GDK_GC_FUNCTION | GDK_GC_FILL | GDK_GC_CLIP_MASK | - GDK_GC_SUBWINDOW | GDK_GC_CLIP_X_ORIGIN | GDK_GC_CLIP_Y_ORIGIN | - GDK_GC_EXPOSURES | GDK_GC_LINE_WIDTH | GDK_GC_LINE_STYLE | - GDK_GC_CAP_STYLE | GDK_GC_JOIN_STYLE; - - GdkColor gc_white = {0, 65535, 65535, 65535}; - GdkColor gc_black = {0, 0, 0, 0}; - - GdkEventMask mask = - GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | - GDK_BUTTON_RELEASE_MASK; - GdkCursor *xhair_cursor = gdk_cursor_new (GDK_CROSSHAIR); - - gboolean pressed = FALSE; - gboolean done = FALSE; - gint x, y, w, h; - - /*Set up graphics context for a XOR rectangle that will be drawn as - * the user drags the mouse */ - TRACE ("Initialize the graphics context"); - - gc_values.function = GDK_XOR; - gc_values.line_width = 0; - gc_values.line_style = GDK_LINE_SOLID; - gc_values.fill = GDK_SOLID; - gc_values.cap_style = GDK_CAP_BUTT; - gc_values.join_style = GDK_JOIN_MITER; - gc_values.graphics_exposures = FALSE; - gc_values.clip_x_origin = 0; - gc_values.clip_y_origin = 0; - gc_values.clip_mask = None; - gc_values.subwindow_mode = GDK_INCLUDE_INFERIORS; - - gc = gdk_gc_new_with_values (root_window, &gc_values, values_mask); - gdk_gc_set_rgb_fg_color (gc, &gc_white); - gdk_gc_set_rgb_bg_color (gc, &gc_black); - - /* Change cursor to cross-hair */ - TRACE ("Set the cursor"); - - grabstatus = gdk_pointer_grab (root_window, FALSE, mask, - NULL, xhair_cursor, GDK_CURRENT_TIME); - - while (!done && grabstatus == GDK_GRAB_SUCCESS) - { - gint x1, y1, x2, y2; - GdkEvent *event; - - event = gdk_event_get (); - - if (event == NULL) - continue; - - switch (event->type) - { - /* Start dragging the rectangle out */ - - case GDK_BUTTON_PRESS: - - TRACE ("Start dragging the rectangle"); - - x = x2 = x1 = event->button.x; - y = y2 = y1 = event->button.y; - w = 0; h = 0; - pressed = TRUE; - break; - - /* Finish dragging the rectangle out */ - case GDK_BUTTON_RELEASE: - if (pressed) - { - if (w > 0 && h > 0) - { - /* Remove the rectangle drawn previously */ - - TRACE ("Remove the rectangle drawn previously"); - - gdk_draw_rectangle (root_window, - gc, - FALSE, - x, y, w, h); - done = TRUE; - } - else - { - /* The user has not dragged the mouse, start again */ - - TRACE ("Mouse was not dragged, start agan"); - - pressed = FALSE; - } - } - break; - - /* The user is moving the mouse */ - case GDK_MOTION_NOTIFY: - if (pressed) - { - TRACE ("Mouse is moving"); - - if (w > 0 && h > 0) - - /* Remove the rectangle drawn previously */ - - TRACE ("Remove the rectangle drawn previously"); - - gdk_draw_rectangle (root_window, - gc, - FALSE, - x, y, w, h); - - x2 = event->motion.x; - y2 = event->motion.y; - - x = MIN (x1, x2); - y = MIN (y1, y2); - w = ABS (x2 - x1); - h = ABS (y2 - y1); - - /* Draw the rectangle as the user drags the mouse */ - - TRACE ("Draw the new rectangle"); - - if (w > 0 && h > 0) - gdk_draw_rectangle (root_window, - gc, - FALSE, - x, y, w, h); - - } - break; - - default: - break; - } - - gdk_event_free (event); - } - - if (grabstatus == GDK_GRAB_SUCCESS) - { - TRACE ("Ungrab the pointer"); - - gdk_pointer_ungrab(GDK_CURRENT_TIME); - } - - /* Get the screenshot's pixbuf */ - - TRACE ("Get the pixbuf for the screenshot"); - - screenshot = gdk_pixbuf_get_from_drawable (NULL, root_window, NULL, - x, y, 0, 0, w, h); - - if (gc!=NULL) - g_object_unref (gc); - - gdk_cursor_unref (xhair_cursor); - - return screenshot; -} - /* Public */ -/* Takes the screenshot with the options given in sd. -*sd: a ScreenshotData struct. -returns: the screenshot in a *GdkPixbuf. -*/ -GdkPixbuf *screenshooter_take_screenshot (gint region, gint delay) -{ - GdkPixbuf *screenshot = NULL; - GdkWindow *window = NULL; - GdkScreen *screen; - - /* gdk_get_default_root_window () does not need to be unrefed, - * needs_unref enables us to unref *window only if a non default - * window has been grabbed. */ - gboolean needs_unref = TRUE; - - /* Get the screen on which the screenshot should be taken */ - screen = gdk_screen_get_default (); - - /* wait for n=delay seconds */ - if (region != SELECT) - sleep (delay); - - /* Get the window/desktop we want to screenshot*/ - if (region == FULLSCREEN) - { - TRACE ("We grab the entire screen"); - - window = gdk_get_default_root_window (); - needs_unref = FALSE; - } - else if (region == ACTIVE_WINDOW) - { - TRACE ("We grab the active window"); - - window = get_active_window (screen, &needs_unref); - } - - if (region == FULLSCREEN || region == ACTIVE_WINDOW) - { - TRACE ("Get the screenshot of the given window"); - - screenshot = get_window_screenshot (window); - - if (needs_unref) - g_object_unref (window); - } - else if (region == SELECT) - { - TRACE ("Let the user select the region to screenshot"); - - screenshot = get_rectangle_screenshot (); - } - - - return screenshot; -} - - - /* Copy the screenshot to the Clipboard. * Code is from gnome-screenshooter. * @screenshot: the screenshot */ void -screenshooter_copy_to_clipboard (GdkPixbuf *screenshot) +screenshooter_copy_to_clipboard (GdkPixbuf *screenshot) { GtkClipboard *clipboard; TRACE ("Adding the image to the clipboard..."); - clipboard = gtk_clipboard_get_for_display (gdk_display_get_default(), - GDK_SELECTION_CLIPBOARD); + clipboard = + gtk_clipboard_get_for_display (gdk_display_get_default(), GDK_SELECTION_CLIPBOARD); + gtk_clipboard_set_image (clipboard, screenshot); gtk_clipboard_store (clipboard); @@ -464,69 +52,78 @@ @dir_only: if true, only read the screenshot_dir. */ void -screenshooter_read_rc_file (gchar *file, - ScreenshotData *sd) +screenshooter_read_rc_file (const gchar *file, ScreenshotData *sd) { + const gchar *home_uri = screenshooter_get_home_uri (); + XfceRc *rc; gint delay = 0; gint region = FULLSCREEN; gint action = SAVE; gint show_save_dialog = 1; - gchar *screenshot_dir = g_strdup (DEFAULT_SAVE_DIRECTORY); - #ifdef HAVE_GIO + gint show_mouse = 1; + gint close_app = 1; + gchar *screenshot_dir = g_strdup (home_uri); gchar *app = g_strdup ("none"); - #endif - - if (file != NULL) +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL + gchar *last_user = g_strdup (""); +#endif +#endif + + if (G_LIKELY (file != NULL)) { TRACE ("Open the rc file"); rc = xfce_rc_simple_open (file, TRUE); - if (rc != NULL) + if (G_LIKELY (rc != NULL)) { TRACE ("Read the entries"); delay = xfce_rc_read_int_entry (rc, "delay", 0); - region = xfce_rc_read_int_entry (rc, "region", FULLSCREEN); - action = xfce_rc_read_int_entry (rc, "action", SAVE); - - show_save_dialog = - xfce_rc_read_int_entry (rc, "show_save_dialog", 1); - - #ifdef HAVE_GIO + show_save_dialog = xfce_rc_read_int_entry (rc, "show_save_dialog", 1); + show_mouse = xfce_rc_read_int_entry (rc, "show_mouse", 1); + close_app = xfce_rc_read_int_entry (rc, "close", 1); + g_free (app); - - app = - g_strdup (xfce_rc_read_entry (rc, "app", "none")); - #endif - + app = g_strdup (xfce_rc_read_entry (rc, "app", "none")); + +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL + g_free (last_user); + last_user = g_strdup (xfce_rc_read_entry (rc, "last_user", "")); +#endif +#endif + g_free (screenshot_dir); - - screenshot_dir = - g_strdup (xfce_rc_read_entry (rc, - "screenshot_dir", - DEFAULT_SAVE_DIRECTORY)); + screenshot_dir = + g_strdup (xfce_rc_read_entry (rc, "screenshot_dir", home_uri)); } TRACE ("Close the rc file"); - + xfce_rc_close (rc); } - + /* And set the sd values */ TRACE ("Set the values of the struct"); - + sd->delay = delay; sd->region = region; sd->action = action; sd->show_save_dialog = show_save_dialog; + sd->show_mouse = show_mouse; + sd->close = close_app; sd->screenshot_dir = screenshot_dir; - #ifdef HAVE_GIO sd->app = app; - #endif +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL + sd->last_user = last_user; +#endif +#endif } @@ -536,35 +133,37 @@ @sd: a ScreenshotData. */ void -screenshooter_write_rc_file (gchar *file, - ScreenshotData *sd) +screenshooter_write_rc_file (const gchar *file, ScreenshotData *sd) { XfceRc *rc; - + g_return_if_fail (file != NULL); TRACE ("Open the rc file"); rc = xfce_rc_simple_open (file, FALSE); - + g_return_if_fail (rc != NULL); TRACE ("Write the entries."); - + xfce_rc_write_int_entry (rc, "delay", sd->delay); xfce_rc_write_int_entry (rc, "region", sd->region); xfce_rc_write_int_entry (rc, "action", sd->action); - xfce_rc_write_int_entry (rc, "show_save_dialog", - sd->show_save_dialog); + xfce_rc_write_int_entry (rc, "show_save_dialog", sd->show_save_dialog); + xfce_rc_write_int_entry (rc, "show_mouse", sd->show_mouse); + xfce_rc_write_int_entry (rc, "close", sd->close); xfce_rc_write_entry (rc, "screenshot_dir", sd->screenshot_dir); - #ifdef HAVE_GIO xfce_rc_write_entry (rc, "app", sd->app); - #endif +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL + xfce_rc_write_entry (rc, "last_user", sd->last_user); +#endif +#endif TRACE ("Flush and close the rc file"); xfce_rc_flush (rc); - xfce_rc_close (rc); } @@ -574,37 +173,110 @@ @screenshot_path: the path to the saved screenshot. @application: the command to run the application. */ -#ifdef HAVE_GIO void -screenshooter_open_screenshot (gchar *screenshot_path, - gchar *application) +screenshooter_open_screenshot (const gchar *screenshot_path, const gchar *application) { - if (screenshot_path != NULL) + gchar *command; + GError *error = NULL; + + g_return_if_fail (screenshot_path != NULL); + + TRACE ("Path was != NULL"); + + g_return_if_fail (!g_str_equal (application, "none")); + + TRACE ("Application was not none"); + + command = g_strconcat (application, " ", screenshot_path, NULL); + + TRACE ("Launch the command"); + + /* Execute the command and show an error dialog if there was + * an error. */ + if (!g_spawn_command_line_async (command, &error)) { - TRACE ("Path was != NULL"); + TRACE ("An error occured"); - if (!g_str_equal (application, "none")) - { - gchar *command = - g_strconcat (application, " ", screenshot_path, NULL); - - GError *error = NULL; - - TRACE ("Launch the command"); - - /* Execute the command and show an error dialog if there was - * an error. */ - if (!xfce_exec_on_screen (gdk_screen_get_default (), command, - FALSE, TRUE, &error)) - { - TRACE ("An error occured"); - - xfce_err (error->message); - g_error_free (error); - } - - g_free (command); - } + screenshooter_error ("%s", error->message); + g_error_free (error); } -} -#endif + + g_free (command); +} + + + +gchar *screenshooter_get_home_uri () +{ + gchar *result = NULL; + const gchar *home_path = g_getenv ("HOME"); + + if (G_UNLIKELY (!home_path)) + home_path = g_get_home_dir (); + + result = g_strconcat ("file://", home_path, NULL); + + return result; +} + + + +gboolean screenshooter_is_remote_uri (const gchar *uri) +{ + g_return_val_if_fail(uri != NULL, FALSE); + + /* if the URI doesn't start with "file://", we take it as remote */ + + if (G_UNLIKELY (!g_str_has_prefix (uri, "file:"))) + return TRUE; + + return FALSE; +} + + + +gchar *rot13 (gchar *string) +{ + gchar *result = string; + + for (; *string; string++) + if (*string >= 'a' && *string <= 'z') + *string = (*string - 'a' + 13) % 26 + 'a'; + else if (*string >= 'A' && *string <= 'Z') + *string = (*string - 'A' + 13) % 26 + 'A'; + + return result; +} + + + +/** + * screenshooter_error: + * @format: printf()-style format string + * @...: arguments for @format + * + * Shows a modal error dialog with the given error text. Blocks until the user + * clicks the OK button. + **/ +void screenshooter_error (const gchar *format, ...) +{ + va_list va_args; + gchar *message = NULL; + GtkWidget *dialog; + + g_return_if_fail (format != NULL); + + va_start (va_args, format); + message = g_strdup_vprintf (format, va_args); + va_end (va_args); + + dialog = + gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, + GTK_BUTTONS_OK, "%s", message); + + gtk_dialog_run (GTK_DIALOG (dialog)); + gtk_widget_destroy (dialog); + + g_free (message); +} + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-utils.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-utils.h --- xfce4-screenshooter-1.5.1/lib/screenshooter-utils.h 2009-02-25 09:42:26.000000000 +0000 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-utils.h 2009-05-23 15:26:11.000000000 +0100 @@ -24,74 +24,27 @@ #include #endif +#include "screenshooter-global.h" + #include -#include #include #include #include -#include - -#define DEFAULT_SAVE_DIRECTORY xfce_get_homedir () - - - -/* Screenshot Modes */ -enum { - MODE_0, - FULLSCREEN, - ACTIVE_WINDOW, - SELECT, -}; - - - -/* Possible actions */ -enum { - ACTION_0, - SAVE, - CLIPBOARD, - #ifdef HAVE_GIO - OPEN, - #endif -}; - - - -/* Struct to store the screenshot options */ -typedef struct -{ - gint region; - gint show_save_dialog; - gint delay; - gint action; - gchar *screenshot_dir; - #ifdef HAVE_GIO - gchar *app; - #endif -} -ScreenshotData; +void screenshooter_copy_to_clipboard (GdkPixbuf *screenshot) ; +void screenshooter_read_rc_file (const gchar *file, + ScreenshotData *sd); +void screenshooter_write_rc_file (const gchar *file, + ScreenshotData *sd); +void screenshooter_open_screenshot (const gchar *screenshot_path, + const gchar *application); +gchar *screenshooter_get_home_uri (); +gboolean screenshooter_is_remote_uri (const gchar *uri); +gchar *rot13 (gchar *string); +void screenshooter_error (const gchar *format, + ...); -GdkPixbuf -*screenshooter_take_screenshot (gint region, - gint delay); -void -screenshooter_copy_to_clipboard (GdkPixbuf *screenshot) ; - -void -screenshooter_read_rc_file (gchar *file, - ScreenshotData *sd); - -void -screenshooter_write_rc_file (gchar *file, - ScreenshotData *sd); - -#ifdef HAVE_GIO -void -screenshooter_open_screenshot (gchar *screenshot_path, - gchar *application); #endif -#endif diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-zimagez.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-zimagez.c --- xfce4-screenshooter-1.5.1/lib/screenshooter-zimagez.c 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-zimagez.c 2009-05-31 13:02:32.000000000 +0100 @@ -0,0 +1,1175 @@ +/* $Id$ + * + * Copyright © 2009 Jérôme Guelfucci + * + * 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 Library 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. + * */ + + +/* XML-RPC API for ZimageZ */ + +/* URL of the API: http://www.zimagez.com/apiXml.php + + xmlrpcLogin: Takes the user name and the password (encrypted using rot13 and + reversed using g_strrev. + Returns a string containing the ID for the user session if the couple was correct. + Returns a boolean set to FALSE if the couple was wrong. + + xmlrpcLogout: destroys the current user session. + + xmlrpcUpload: Takes the file content encoded in base64, the name of the file, + the title of the picture, a comment and the user session ID. + Returns the name of the file on the website if the upload was succesful. + Returns a boolean set to FALSE if the upload failed. + + If the returned name is "wii0". The URLs will be: + * http://www.zimagez.com/zimage/wii0.php for the image. + * http://www.zimagez.com/miniature/wii0.jpg for the thumbnail. + * http://www.zimagez.com/avatar/wii0.jpg for the avatar. + +*/ + +#include "screenshooter-zimagez.h" + + + +static void open_url_hook (SexyUrlLabel *url_label, + gchar *url, + gpointer user_data); +static ScreenshooterJob *zimagez_upload_to_zimagez (const gchar *file_name, + gchar *last_user); +static gboolean zimagez_upload_job (ScreenshooterJob *job, + GValueArray *param_values, + GError **error); +static void cb_ask_for_information (ScreenshooterJob *job, + GtkListStore *liststore, + const gchar *message, + gpointer unused); +static void cb_image_uploaded (ScreenshooterJob *job, + gchar *upload_name, + gchar *last_user); +static void cb_error (ExoJob *job, + GError *error, + gpointer unused); +static void cb_finished (ExoJob *job, + GtkWidget *dialog); +static void cb_update_info (ExoJob *job, + gchar *message, + GtkWidget *label); + + + +/* Private */ + + + +static void +open_url_hook (SexyUrlLabel *url_label, gchar *url, gpointer user_data) +{ + const gchar *command = g_strconcat ("xdg-open ", url, NULL); + GError *error = NULL; + + if (!g_spawn_command_line_async (command, &error)) + { + TRACE ("An error occured when opening the URL"); + + screenshooter_error ("%s", error->message); + g_error_free (error); + } +} + + + +static gboolean +zimagez_upload_job (ScreenshooterJob *job, GValueArray *param_values, GError **error) +{ + const gchar *encoded_data; + const gchar *image_path; + const gchar *last_user; + gchar *comment = g_strdup (""); + gchar *data = NULL; + gchar *encoded_password = NULL; + gchar *escaped_file_name; + gchar *escaped_title; + gchar *escaped_comment; + gchar *file_name = NULL; + gchar *login_response = NULL; + gchar *online_file_name = NULL; + gchar *password = g_strdup (""); + gchar *title = g_strdup (""); + gchar *user; + + gsize data_length; + + xmlrpc_env env; + xmlrpc_value *resultP = NULL; + xmlrpc_bool response = 0; + + const gchar * const serverurl = "http://www.zimagez.com/apiXml.php"; + const gchar * const method_login = "apiXml.xmlrpcLogin"; + const gchar * const method_logout = "apiXml.xmlrpcLogout"; + const gchar * const method_upload = "apiXml.xmlrpcUpload"; + + GtkTreeIter iter; + GtkListStore *liststore; + + g_return_val_if_fail (SCREENSHOOTER_IS_JOB (job), FALSE); + g_return_val_if_fail (param_values != NULL, FALSE); + g_return_val_if_fail (param_values->n_values == 2, FALSE); + g_return_val_if_fail (G_VALUE_HOLDS_STRING (¶m_values->values[0]), FALSE); + g_return_val_if_fail (G_VALUE_HOLDS_STRING (¶m_values->values[1]), FALSE); + g_return_val_if_fail (error == NULL || *error == NULL, FALSE); + + if (exo_job_set_error_if_cancelled (EXO_JOB (job), error)) + return FALSE; + + /* Get the last user */ + last_user = g_value_get_string (g_value_array_get_nth (param_values, 1)); + user = g_strdup (last_user); + + if (user == NULL) + user = g_strdup (""); + + if (!g_utf8_validate (user, -1, NULL)) + { + g_free (user); + user = g_strdup (""); + } + + g_object_set_data_full (G_OBJECT (job), "user", + g_strdup (user), (GDestroyNotify) g_free); + + /* Get the path of the image that is to be uploaded */ + image_path = g_value_get_string (g_value_array_get_nth (param_values, 0)); + + /* Start the user XML RPC session */ + + exo_job_info_message (EXO_JOB (job), _("Initialize the connection...")); + + TRACE ("Initialize the RPC environment"); + xmlrpc_env_init(&env); + + TRACE ("Initialize the RPC client"); + xmlrpc_client_init2 (&env, XMLRPC_CLIENT_NO_FLAGS, PACKAGE_NAME, PACKAGE_VERSION, + NULL, 0); + + if (env.fault_occurred) + { + GError *tmp_error = + g_error_new (G_IO_ERROR, G_IO_ERROR_FAILED, + _("An error occurred during the XML exchange: %s (%d).\n " + "The screenshot could not be uploaded."), + env.fault_string, env.fault_code); + + xmlrpc_env_clean (&env); + xmlrpc_client_cleanup (); + + g_propagate_error (error, tmp_error); + + return FALSE; + } + + TRACE ("Get the information liststore ready."); + + liststore = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_STRING); + + TRACE ("Append the user"); + + gtk_list_store_append (liststore, &iter); + gtk_list_store_set (liststore, &iter, + 0, g_strdup ("user"), + 1, user, + -1); + + TRACE ("Append the password"); + + gtk_list_store_append (liststore, &iter); + gtk_list_store_set (liststore, &iter, + 0, g_strdup ("password"), + 1, password, + -1); + + TRACE ("Append the title"); + + gtk_list_store_append (liststore, &iter); + gtk_list_store_set (liststore, &iter, + 0, g_strdup ("title"), + 1, title, + -1); + + TRACE ("Append the comment"); + + gtk_list_store_append (liststore, &iter); + gtk_list_store_set (liststore, &iter, + 0, g_strdup ("comment"), + 1, comment, + -1); + + TRACE ("Ask for the user information"); + + screenshooter_job_ask_info (job, liststore, + _("Please file the following fields with your " + "ZimageZ \n" + "user name, passsword and details about the screenshot.")); + + gtk_tree_model_get_iter_first (GTK_TREE_MODEL (liststore), &iter); + + do + { + gchar *field_name = NULL; + gchar *field_value = NULL; + + gtk_tree_model_get (GTK_TREE_MODEL (liststore), &iter, + 0, &field_name, + 1, &field_value, + -1); + + if (g_str_equal (field_name, "user")) + { + user = g_strdup (field_value); + } + else if (g_str_equal (field_name, "password")) + { + password = g_strdup (field_value); + } + else if (g_str_equal (field_name, "title")) + { + title = g_strdup (field_value); + } + else if (g_str_equal (field_name, "comment")) + { + comment = g_strdup (field_value); + } + + g_free (field_name); + g_free (field_value); + } + while (gtk_tree_model_iter_next (GTK_TREE_MODEL (liststore), &iter)); + + while (!response) + { + gboolean empty_field = FALSE; + gchar *escaped_user, *escaped_password; + + if (exo_job_set_error_if_cancelled (EXO_JOB (job), error)) + { + xmlrpc_env_clean (&env); + xmlrpc_client_cleanup (); + + g_free (user); + g_free (password); + g_free (title); + g_free (comment); + if (encoded_password != NULL) + g_free (encoded_password); + + TRACE ("The upload job was cancelled."); + + return FALSE; + } + + exo_job_info_message (EXO_JOB (job), _("Check the user information...")); + + /* Test if one of the information fields is empty */ + TRACE ("Check for empty fields"); + gtk_tree_model_get_iter_first (GTK_TREE_MODEL (liststore), &iter); + + do + { + gchar *field = NULL; + + gtk_tree_model_get (GTK_TREE_MODEL (liststore), &iter, 1, &field, -1); + empty_field = empty_field || g_str_equal (field, ""); + + g_free (field); + } + while (gtk_tree_model_iter_next (GTK_TREE_MODEL (liststore), &iter)); + + if (empty_field) + { + TRACE ("One of the fields was empty, let the user file it."); + + screenshooter_job_ask_info (job, liststore, + _("You must fill all the " + "fields.")); + continue; + } + + encoded_password = g_strdup (g_strreverse (rot13 (password))); + escaped_password = g_markup_escape_text (encoded_password, -1); + escaped_user = g_markup_escape_text (user, -1); + + TRACE ("User: %s", user); + + /* Start the user session */ + TRACE ("Call the login method"); + + exo_job_info_message (EXO_JOB (job), _("Login on ZimageZ...")); + + resultP = xmlrpc_client_call (&env, serverurl, method_login, + "(ss)", escaped_user, escaped_password); + + g_free (escaped_password); + g_free (escaped_user); + + if (env.fault_occurred) + { + GError *tmp_error = + g_error_new (G_IO_ERROR, G_IO_ERROR_FAILED, + _("An error occurred during the XML exchange: %s (%d).\n " + "The screenshot could not be uploaded."), + env.fault_string, env.fault_code); + + xmlrpc_env_clean (&env); + xmlrpc_client_cleanup (); + + g_free (user); + g_free (password); + g_free (title); + g_free (comment); + g_free (encoded_password); + + g_propagate_error (error, tmp_error); + + return FALSE; + } + + TRACE ("Read the login response"); + + /* If the response is a boolean, there was an error */ + if (xmlrpc_value_type (resultP) == XMLRPC_TYPE_BOOL) + { + xmlrpc_read_bool (&env, resultP, &response); + + if (env.fault_occurred) + { + GError *tmp_error = + g_error_new (G_IO_ERROR, G_IO_ERROR_FAILED, + _("An error occurred during the XML exchange: %s (%d).\n " + "The screenshot could not be uploaded."), + env.fault_string, env.fault_code); + + xmlrpc_env_clean (&env); + xmlrpc_client_cleanup (); + + g_free (user); + g_free (password); + g_free (title); + g_free (comment); + g_free (encoded_password); + + g_propagate_error (error, tmp_error); + + return FALSE; + } + } + /* Else we read the string response to get the session ID */ + else + { + TRACE ("Read the session ID"); + xmlrpc_read_string (&env, resultP, (const gchar ** const)&login_response); + + if (env.fault_occurred) + { + GError *tmp_error = + g_error_new (G_IO_ERROR, G_IO_ERROR_FAILED, + _("An error occurred during the XML exchange: %s (%d).\n " + "The screenshot could not be uploaded."), + env.fault_string, env.fault_code); + + xmlrpc_env_clean (&env); + xmlrpc_client_cleanup (); + + g_free (user); + g_free (password); + g_free (title); + g_free (comment); + g_free (encoded_password); + + g_propagate_error (error, tmp_error); + + return FALSE; + } + + response = 1; + } + + if (!response) + { + /* Login failed, erase the password and ask for the correct on to the + user */ + gtk_tree_model_get_iter_first (GTK_TREE_MODEL (liststore), &iter); + + do + { + gchar *field_name = NULL; + + gtk_tree_model_get (GTK_TREE_MODEL (liststore), &iter, 0, &field_name, -1); + + if (g_str_equal (field_name, "password")) + { + gtk_list_store_set (liststore, &iter, 1, g_strdup (""), -1); + + g_free (field_name); + + break; + } + + g_free (field_name); + } + while (gtk_tree_model_iter_next (GTK_TREE_MODEL (liststore), &iter)); + + screenshooter_job_ask_info (job, liststore, + _("The user and the " + "password you entered do not match. " + "Please retry.")); + + gtk_tree_model_get_iter_first (GTK_TREE_MODEL (liststore), &iter); + + do + { + gchar *field_name = NULL; + gchar *field_value = NULL; + + gtk_tree_model_get (GTK_TREE_MODEL (liststore), &iter, + 0, &field_name, + 1, &field_value, + -1); + + if (g_str_equal (field_name, "user")) + { + user = g_strdup (field_value); + } + else if (g_str_equal (field_name, "password")) + { + password = g_strdup (field_value); + } + else if (g_str_equal (field_name, "title")) + { + title = g_strdup (field_value); + } + else if (g_str_equal (field_name, "comment")) + { + comment = g_strdup (field_value); + } + + g_free (field_name); + g_free (field_value); + } + while (gtk_tree_model_iter_next (GTK_TREE_MODEL (liststore), &iter)); + } + } + + xmlrpc_DECREF (resultP); + + g_object_set_data_full (G_OBJECT (job), "user", + g_strdup (user), (GDestroyNotify) g_free); + + g_free (user); + g_free (password); + g_free (encoded_password); + + /* Get the contents of the image file and encode it to base64 */ + g_file_get_contents (image_path, &data, &data_length, NULL); + + encoded_data = g_base64_encode ((guchar*)data, data_length); + + g_free (data); + + /* Get the basename of the image path */ + file_name = g_path_get_basename (image_path); + + /* Escape the strings before passing them to xmlrpc-c */ + escaped_file_name = g_markup_escape_text (file_name, -1); + escaped_title = g_markup_escape_text (title, -1); + escaped_comment = g_markup_escape_text (comment, -1); + + exo_job_info_message (EXO_JOB (job), _("Upload the screenshot...")); + + TRACE ("Call the upload method"); + resultP = xmlrpc_client_call (&env, serverurl, method_upload, + "(sssss)", encoded_data, escaped_file_name, + escaped_title, escaped_comment, + login_response); + + g_free (escaped_file_name); + g_free (escaped_title); + g_free (escaped_comment); + g_free (title); + g_free (comment); + g_free (file_name); + + if (env.fault_occurred) + { + GError *tmp_error = + g_error_new (G_IO_ERROR, G_IO_ERROR_FAILED, + _("An error occurred during the XML exchange: %s (%d).\n " + "The screenshot could not be uploaded."), + env.fault_string, env.fault_code); + + xmlrpc_env_clean (&env); + xmlrpc_client_cleanup (); + + g_propagate_error (error, tmp_error); + + return FALSE; + } + + /* If the response is a boolean, there was an error */ + if (xmlrpc_value_type (resultP) == XMLRPC_TYPE_BOOL) + { + xmlrpc_bool response_upload; + + xmlrpc_read_bool (&env, resultP, &response_upload); + + if (env.fault_occurred) + { + GError *tmp_error = + g_error_new (G_IO_ERROR, G_IO_ERROR_FAILED, + _("An error occurred during the XML exchange: %s (%d).\n " + "The screenshot could not be uploaded."), + env.fault_string, env.fault_code); + + xmlrpc_env_clean (&env); + xmlrpc_client_cleanup (); + + g_propagate_error (error, tmp_error); + + return FALSE; + } + + if (!response_upload) + { + GError *tmp_error = + g_error_new (G_IO_ERROR, G_IO_ERROR_FAILED, + _("An error occurred while uploading the screenshot.")); + + xmlrpc_env_clean (&env); + xmlrpc_client_cleanup (); + + g_propagate_error (error, tmp_error); + + return FALSE; + } + } + /* Else we get the file name */ + else + { + xmlrpc_read_string (&env, resultP, (const char **)&online_file_name); + + TRACE ("The screenshot has been uploaded, get the file name."); + + if (env.fault_occurred) + { + GError *tmp_error = + g_error_new (G_IO_ERROR, G_IO_ERROR_FAILED, + _("An error occurred during the XML exchange: %s (%d).\n " + "The screenshot could not be uploaded."), + env.fault_string, env.fault_code); + + xmlrpc_env_clean (&env); + xmlrpc_client_cleanup (); + + g_propagate_error (error, tmp_error); + + return FALSE; + } + } + + xmlrpc_DECREF (resultP); + + /* End the user session */ + + exo_job_info_message (EXO_JOB (job), _("Close the session on ZimageZ...")); + + TRACE ("Closing the user session"); + + xmlrpc_client_call (&env, serverurl, method_logout, "(s)", login_response); + + TRACE ("Cleanup the XMLRPC session"); + xmlrpc_env_clean (&env); + xmlrpc_client_cleanup (); + + screenshooter_job_image_uploaded (job, online_file_name); + + return TRUE; +} + + + +static ScreenshooterJob +*zimagez_upload_to_zimagez (const gchar *file_path, gchar *last_user) +{ + g_return_val_if_fail (file_path != NULL, NULL); + + return screenshooter_simple_job_launch (zimagez_upload_job, 2, + G_TYPE_STRING, file_path, + G_TYPE_STRING, last_user); +} + + + +static void +cb_ask_for_information (ScreenshooterJob *job, + GtkListStore *liststore, + const gchar *message, + gpointer unused) +{ + GtkWidget *dialog; + GtkWidget *information_label; + GtkWidget *vbox, *main_alignment; + GtkWidget *table; + GtkWidget *user_entry, *password_entry, *title_entry, *comment_entry; + GtkWidget *user_label, *password_label, *title_label, *comment_label; + + GtkTreeIter iter; + gint response; + + g_return_if_fail (SCREENSHOOTER_IS_JOB (job)); + g_return_if_fail (GTK_IS_LIST_STORE (liststore)); + g_return_if_fail (message != NULL); + + TRACE ("Create the dialog to ask for user information."); + + /* Create the information dialog */ + dialog = + xfce_titled_dialog_new_with_buttons (_("Details about the screenshot for ZimageZ"), + NULL, + GTK_DIALOG_NO_SEPARATOR, + GTK_STOCK_CANCEL, + GTK_RESPONSE_CANCEL, + GTK_STOCK_OK, + GTK_RESPONSE_OK, + NULL); + + gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER); + gtk_box_set_spacing (GTK_BOX (GTK_DIALOG(dialog)->vbox), 12); + + gtk_window_set_icon_name (GTK_WINDOW (dialog), "gtk-info"); + gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE); + + gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK); + + /* Create the main alignment for the dialog */ + main_alignment = gtk_alignment_new (0, 0, 1, 1); + gtk_alignment_set_padding (GTK_ALIGNMENT (main_alignment), 6, 0, 12, 12); + gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), main_alignment, TRUE, TRUE, 0); + + /* Create the main box for the dialog */ + vbox = gtk_vbox_new (FALSE, 10); + gtk_container_set_border_width (GTK_CONTAINER (vbox), 12); + gtk_container_add (GTK_CONTAINER (main_alignment), vbox); + + /* Create the information label */ + information_label = sexy_url_label_new (); + sexy_url_label_set_markup (SEXY_URL_LABEL (information_label), message); + g_signal_connect (G_OBJECT (information_label), "url-activated", + G_CALLBACK (open_url_hook), NULL); + gtk_misc_set_alignment (GTK_MISC (information_label), 0, 0); + gtk_container_add (GTK_CONTAINER (vbox), information_label); + + /* Create the layout table */ + table = gtk_table_new (4, 2, FALSE); + gtk_table_set_col_spacings (GTK_TABLE (table), 6); + gtk_table_set_row_spacings (GTK_TABLE (table), 12); + gtk_container_add (GTK_CONTAINER (vbox), table); + + /* Create the user label */ + user_label = gtk_label_new (_("User:")); + gtk_misc_set_alignment (GTK_MISC (user_label), 0, 0.5); + gtk_table_attach (GTK_TABLE (table), user_label, + 0, 1, + 0, 1, + GTK_FILL, GTK_FILL, + 0, 0); + + /* Create the user entry */ + user_entry = gtk_entry_new (); + gtk_widget_set_tooltip_text (user_entry, + _("Your Zimagez user name, if you do not have one yet" + " please create one on the Web page linked above")); + gtk_table_attach_defaults (GTK_TABLE (table), user_entry, 1, 2, 0, 1); + + /* Create the password label */ + password_label = gtk_label_new (_("Password:")); + gtk_misc_set_alignment (GTK_MISC (password_label), 0, 0.5); + gtk_table_attach (GTK_TABLE (table), password_label, + 0, 1, + 1, 2, + GTK_FILL, GTK_FILL, + 0, 0); + + /* Create the password entry */ + password_entry = gtk_entry_new (); + gtk_widget_set_tooltip_text (password_entry, _("The password for the user above")); + gtk_entry_set_visibility (GTK_ENTRY (password_entry), FALSE); + gtk_table_attach_defaults (GTK_TABLE (table), password_entry, 1, 2, 1, 2); + + /* Create the title label */ + title_label = gtk_label_new (_("Title:")); + gtk_misc_set_alignment (GTK_MISC (title_label), 0, 0.5); + gtk_table_attach (GTK_TABLE (table), title_label, + 0, 1, + 2, 3, + GTK_FILL, GTK_FILL, + 0, 0); + /* Create the title entry */ + title_entry = gtk_entry_new (); + gtk_widget_set_tooltip_text (title_entry, + _("The title of the screenshot, it will be used when" + " displaying the screenshot on ZimageZ")); + gtk_table_attach_defaults (GTK_TABLE (table), title_entry, 1, 2, 2, 3); + + /* Create the comment label */ + comment_label = gtk_label_new (_("Comment:")); + gtk_misc_set_alignment (GTK_MISC (comment_label), 0, 0.5); + gtk_table_attach (GTK_TABLE (table), comment_label, + 0, 1, + 3, 4, + GTK_FILL, GTK_FILL, + 0, 0); + + /* Create the comment entry */ + comment_entry = gtk_entry_new (); + gtk_widget_set_tooltip_text (title_entry, + _("A comment on the screenshot, it will be used when" + " displaying the screenshot on ZimageZ")); + gtk_table_attach_defaults (GTK_TABLE (table), comment_entry, 1, 2, 3, 4); + + /* Set the values */ + gtk_tree_model_get_iter_first (GTK_TREE_MODEL (liststore), &iter); + + do + { + gchar *field_name = NULL; + gchar *field_value = NULL; + + gtk_tree_model_get (GTK_TREE_MODEL (liststore), &iter, + 0, &field_name, + 1, &field_value, + -1); + + if (g_str_equal (field_name, "user")) + { + gtk_entry_set_text (GTK_ENTRY (user_entry), field_value); + } + else if (g_str_equal (field_name, "password")) + { + gtk_entry_set_text (GTK_ENTRY (password_entry), field_value); + } + else if (g_str_equal (field_name, "title")) + { + gtk_entry_set_text (GTK_ENTRY (title_entry), field_value); + } + else if (g_str_equal (field_name, "comment")) + { + gtk_entry_set_text (GTK_ENTRY (comment_entry), field_value); + } + + g_free (field_name); + g_free (field_value); + } + while (gtk_tree_model_iter_next (GTK_TREE_MODEL (liststore), &iter)); + + gtk_widget_show_all (GTK_DIALOG(dialog)->vbox); + response = gtk_dialog_run (GTK_DIALOG (dialog)); + gtk_widget_hide (dialog); + + if (response == GTK_RESPONSE_CANCEL) + { + exo_job_cancel (EXO_JOB (job)); + } + else if (response == GTK_RESPONSE_OK) + { + gtk_tree_model_get_iter_first (GTK_TREE_MODEL (liststore), &iter); + + do + { + gchar *field_name = NULL; + + gtk_tree_model_get (GTK_TREE_MODEL (liststore), &iter, + 0, &field_name, -1); + + if (g_str_equal (field_name, "user")) + { + gtk_list_store_set (liststore, &iter, + 1, gtk_entry_get_text (GTK_ENTRY (user_entry)), + -1); + } + else if (g_str_equal (field_name, "password")) + { + gtk_list_store_set (liststore, &iter, + 1, gtk_entry_get_text (GTK_ENTRY (password_entry)), + -1); + } + else if (g_str_equal (field_name, "title")) + { + gtk_list_store_set (liststore, &iter, + 1, gtk_entry_get_text (GTK_ENTRY (title_entry)), + -1); + } + else if (g_str_equal (field_name, "comment")) + { + gtk_list_store_set (liststore, &iter, + 1, gtk_entry_get_text (GTK_ENTRY (comment_entry)), + -1); + } + + g_free (field_name); + } + while (gtk_tree_model_iter_next (GTK_TREE_MODEL (liststore), &iter)); + } + + gtk_widget_destroy (dialog); +} + + + +static void cb_image_uploaded (ScreenshooterJob *job, gchar *upload_name, gchar *last_user) +{ + GtkWidget *dialog; + GtkWidget *main_alignment, *vbox; + GtkWidget *link_label; + GtkWidget *image_link, *thumbnail_link, *small_thumbnail_link; + GtkWidget *example_label, *html_label, *bb_label; + GtkWidget *html_code_view, *bb_code_view; + GtkWidget *html_frame, *bb_frame; + GtkWidget *links_alignment, *code_alignment; + GtkWidget *links_box, *code_box; + + GtkTextBuffer *html_buffer, *bb_buffer; + + const gchar *image_url, *thumbnail_url, *small_thumbnail_url; + const gchar *image_markup, *thumbnail_markup, *small_thumbnail_markup; + const gchar *html_code, *bb_code; + + gchar *last_user_temp; + + g_return_if_fail (upload_name != NULL); + + image_url = g_strdup_printf ("http://www.zimagez.com/zimage/%s.php", upload_name); + thumbnail_url = + g_strdup_printf ("http://www.zimagez.com/miniature/%s.php", upload_name); + small_thumbnail_url = + g_strdup_printf ("http://www.zimagez.com/avatar/%s.php", upload_name); + image_markup = + g_strdup_printf (_("Full size image"), image_url); + thumbnail_markup = + g_strdup_printf (_("Large thumbnail"), thumbnail_url); + small_thumbnail_markup = + g_strdup_printf (_("Small thumbnail"), small_thumbnail_url); + html_code = + g_strdup_printf ("\n \n", + image_url, thumbnail_url); + bb_code = + g_strdup_printf ("[url=%s]\n [img]%s[/img]\n[/url]", image_url, thumbnail_url); + + /* Set the last user */ + if (last_user != NULL) + g_free (last_user); + + last_user_temp = g_object_get_data (G_OBJECT (job), "user"); + + if (last_user_temp == NULL) + last_user_temp = g_strdup (""); + + last_user = g_strdup (last_user_temp); + + /* Dialog */ + dialog = + xfce_titled_dialog_new_with_buttons (_("My screenshot on ZimageZ"), + NULL, + GTK_DIALOG_NO_SEPARATOR, + GTK_STOCK_CLOSE, + GTK_RESPONSE_CLOSE, + NULL); + + gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER); + gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog)->vbox), 0); + gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (dialog)->vbox), 12); + gtk_window_set_icon_name (GTK_WINDOW (dialog), "applications-internet"); + gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK); + + /* Create the main alignment for the dialog */ + main_alignment = gtk_alignment_new (0, 0, 1, 1); + gtk_alignment_set_padding (GTK_ALIGNMENT (main_alignment), 6, 0, 10, 10); + gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), main_alignment, TRUE, TRUE, 0); + + /* Create the main box for the dialog */ + vbox = gtk_vbox_new (FALSE, 10); + gtk_container_set_border_width (GTK_CONTAINER (vbox), 12); + gtk_container_add (GTK_CONTAINER (main_alignment), vbox); + + /* Links bold label */ + link_label = gtk_label_new (""); + gtk_label_set_markup (GTK_LABEL (link_label), + _("" + "Links")); + gtk_misc_set_alignment (GTK_MISC (link_label), 0, 0); + gtk_container_add (GTK_CONTAINER (vbox), link_label); + + /* Links alignment */ + links_alignment = gtk_alignment_new (0, 0, 1, 1); + gtk_alignment_set_padding (GTK_ALIGNMENT (links_alignment), 0, 0, 12, 0); + gtk_container_add (GTK_CONTAINER (vbox), links_alignment); + + /* Links box */ + links_box = gtk_vbox_new (FALSE, 10); + gtk_container_set_border_width (GTK_CONTAINER (links_box), 0); + gtk_container_add (GTK_CONTAINER (links_alignment), links_box); + + /* Create the image link */ + image_link = sexy_url_label_new (); + sexy_url_label_set_markup (SEXY_URL_LABEL (image_link), image_markup); + gtk_misc_set_alignment (GTK_MISC (image_link), 0, 0); + g_signal_connect (G_OBJECT (image_link), "url-activated", + G_CALLBACK (open_url_hook), NULL); + gtk_widget_set_tooltip_text (image_link, image_url); + gtk_container_add (GTK_CONTAINER (links_box), image_link); + + /* Create the thumbnail link */ + thumbnail_link = sexy_url_label_new (); + sexy_url_label_set_markup (SEXY_URL_LABEL (thumbnail_link), thumbnail_markup); + gtk_misc_set_alignment (GTK_MISC (thumbnail_link), 0, 0); + g_signal_connect (G_OBJECT (thumbnail_link), "url-activated", + G_CALLBACK (open_url_hook), NULL); + gtk_widget_set_tooltip_text (thumbnail_link, thumbnail_url); + gtk_container_add (GTK_CONTAINER (links_box), thumbnail_link); + + /* Create the small thumbnail link */ + small_thumbnail_link = sexy_url_label_new (); + sexy_url_label_set_markup (SEXY_URL_LABEL (small_thumbnail_link), small_thumbnail_markup); + gtk_misc_set_alignment (GTK_MISC (small_thumbnail_link), 0, 0); + g_signal_connect (G_OBJECT (small_thumbnail_link), "url-activated", + G_CALLBACK (open_url_hook), NULL); + gtk_widget_set_tooltip_text (small_thumbnail_link, small_thumbnail_url); + gtk_container_add (GTK_CONTAINER (links_box), small_thumbnail_link); + + /* Examples bold label */ + example_label = gtk_label_new (""); + gtk_label_set_markup (GTK_LABEL (example_label), + _("" + "Code for a thumbnail pointing to the full size image")); + gtk_misc_set_alignment (GTK_MISC (example_label), 0, 0); + gtk_container_add (GTK_CONTAINER (vbox), example_label); + + /* Code alignment */ + code_alignment = gtk_alignment_new (0, 0, 1, 1); + gtk_alignment_set_padding (GTK_ALIGNMENT (code_alignment), 0, 0, 12, 0); + gtk_container_add (GTK_CONTAINER (vbox), code_alignment); + + /* Links box */ + code_box = gtk_vbox_new (FALSE, 10); + gtk_container_set_border_width (GTK_CONTAINER (code_box), 0); + gtk_container_add (GTK_CONTAINER (code_alignment), code_box); + + /* HTML title */ + html_label = gtk_label_new (_("HTML")); + gtk_misc_set_alignment (GTK_MISC (html_label), 0, 0); + gtk_container_add (GTK_CONTAINER (code_box), html_label); + + /* HTML frame */ + html_frame = gtk_frame_new (NULL); + gtk_frame_set_shadow_type (GTK_FRAME (html_frame), GTK_SHADOW_IN); + gtk_container_add (GTK_CONTAINER (code_box), html_frame); + + /* HTML code text view */ + html_buffer = gtk_text_buffer_new (NULL); + gtk_text_buffer_set_text (html_buffer, html_code, -1); + + html_code_view = gtk_text_view_new_with_buffer (html_buffer); + gtk_text_view_set_left_margin (GTK_TEXT_VIEW (html_code_view), + 10); + gtk_text_view_set_editable (GTK_TEXT_VIEW (html_code_view), + FALSE); + gtk_container_add (GTK_CONTAINER (html_frame), html_code_view); + + /* BB title */ + bb_label = gtk_label_new (_("BBCode for forums")); + gtk_misc_set_alignment (GTK_MISC (bb_label), 0, 0); + gtk_container_add (GTK_CONTAINER (code_box), bb_label); + + /* BB frame */ + bb_frame = gtk_frame_new (NULL); + gtk_frame_set_shadow_type (GTK_FRAME (bb_frame), GTK_SHADOW_IN); + gtk_container_add (GTK_CONTAINER (code_box), bb_frame); + + /* BBcode text view */ + bb_buffer = gtk_text_buffer_new (NULL); + gtk_text_buffer_set_text (bb_buffer, bb_code, -1); + + bb_code_view = gtk_text_view_new_with_buffer (bb_buffer); + gtk_text_view_set_left_margin (GTK_TEXT_VIEW (bb_code_view), + 10); + gtk_text_view_set_editable (GTK_TEXT_VIEW (bb_code_view), + FALSE); + gtk_container_add (GTK_CONTAINER (bb_frame), bb_code_view); + + /* Show the dialog and run it */ + gtk_widget_show_all (GTK_DIALOG(dialog)->vbox); + gtk_dialog_run (GTK_DIALOG (dialog)); + gtk_widget_destroy (dialog); + + g_object_unref (html_buffer); + g_object_unref (bb_buffer); +} + + + +static void cb_error (ExoJob *job, GError *error, gpointer unused) +{ + g_return_if_fail (error != NULL); + + screenshooter_error ("%s", error->message); +} + + + +static void cb_finished (ExoJob *job, GtkWidget *dialog) +{ + g_return_if_fail (EXO_IS_JOB (job)); + g_return_if_fail (GTK_IS_DIALOG (dialog)); + + g_signal_handlers_disconnect_matched (job, + G_SIGNAL_MATCH_FUNC, + 0, 0, NULL, + cb_image_uploaded, + NULL); + + g_signal_handlers_disconnect_matched (job, + G_SIGNAL_MATCH_FUNC, + 0, 0, NULL, + cb_error, + NULL); + + g_signal_handlers_disconnect_matched (job, + G_SIGNAL_MATCH_FUNC, + 0, 0, NULL, + cb_ask_for_information, + NULL); + + g_signal_handlers_disconnect_matched (job, + G_SIGNAL_MATCH_FUNC, + 0, 0, NULL, + cb_update_info, + NULL); + + g_signal_handlers_disconnect_matched (job, + G_SIGNAL_MATCH_FUNC, + 0, 0, NULL, + cb_finished, + NULL); + + g_object_unref (G_OBJECT (job)); + gtk_widget_destroy (dialog); +} + + + +static void cb_update_info (ExoJob *job, gchar *message, GtkWidget *label) +{ + g_return_if_fail (EXO_IS_JOB (job)); + g_return_if_fail (GTK_IS_LABEL (label)); + + gtk_label_set_text (GTK_LABEL (label), message); +} + + + +/* Public */ + + + +/** + * screenshooter_upload_to_zimagez: + * @image_path: the local path of the image that should be uploaded to + * ZimageZ.com. + * @last_user: the last user name used, to pre-fill the user field. + * + * Uploads the image whose path is @image_path: a dialog asks for the user + * login, password, a title for the image and a comment; then the image is + * uploaded. The dialog is shown again with a warning is the password did + * match the user name. The user can also cancel the upload procedure. + * + * Last user is updated with the given user name if the upload was successful. + **/ + +void screenshooter_upload_to_zimagez (const gchar *image_path, gchar *last_user) +{ + ScreenshooterJob *job; + GtkWidget *dialog; + GtkWidget *label, *status_label; + GtkWidget *hbox, *throbber; + GtkWidget *main_box, *main_alignment; + + g_return_if_fail (image_path != NULL); + + dialog = + gtk_dialog_new_with_buttons (_("ZimageZ"), + NULL, + GTK_DIALOG_NO_SEPARATOR, + NULL); + + gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER); + gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (dialog)->vbox), 0); + gtk_window_set_deletable (GTK_WINDOW (dialog), FALSE); + gtk_window_set_icon_name (GTK_WINDOW (dialog), "gtk-info"); + + /* Create the main alignment for the dialog */ + main_alignment = gtk_alignment_new (0, 0, 1, 1); + gtk_alignment_set_padding (GTK_ALIGNMENT (main_alignment), 0, 0, 6, 6); + gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), main_alignment, TRUE, TRUE, 0); + + /* Create the main box for the dialog */ + main_box = gtk_vbox_new (FALSE, 10); + gtk_container_set_border_width (GTK_CONTAINER (main_box), 12); + gtk_container_add (GTK_CONTAINER (main_alignment), main_box); + + /* Top horizontal box for the throbber */ + hbox= gtk_hbox_new (FALSE, 0); + gtk_container_set_border_width (GTK_CONTAINER (hbox), 0); + gtk_container_add (GTK_CONTAINER (main_box), hbox); + + /* Add the throbber */ + throbber = katze_throbber_new (); + katze_throbber_set_animated (KATZE_THROBBER (throbber), TRUE); + gtk_box_pack_end (GTK_BOX (hbox), throbber, FALSE, FALSE, 0); + + /* Status label*/ + status_label = gtk_label_new (""); + gtk_label_set_markup (GTK_LABEL (status_label), + _("" + "Status")); + gtk_misc_set_alignment (GTK_MISC (status_label), 0, 0); + gtk_box_pack_start (GTK_BOX (hbox), status_label, FALSE, FALSE, 0); + + /* Information label */ + label = gtk_label_new (""); + gtk_container_add (GTK_CONTAINER (main_box), label); + + gtk_widget_show_all (GTK_DIALOG(dialog)->vbox); + + job = zimagez_upload_to_zimagez (image_path, last_user); + + g_signal_connect (job, "ask", (GCallback) cb_ask_for_information, NULL); + g_signal_connect (job, "image-uploaded", (GCallback) cb_image_uploaded, last_user); + g_signal_connect (job, "error", (GCallback) cb_error, NULL); + g_signal_connect (job, "finished", (GCallback) cb_finished, dialog); + g_signal_connect (job, "info-message", (GCallback) cb_update_info, label); + + gtk_dialog_run (GTK_DIALOG (dialog)); +} diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/screenshooter-zimagez.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/screenshooter-zimagez.h --- xfce4-screenshooter-1.5.1/lib/screenshooter-zimagez.h 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/screenshooter-zimagez.h 2009-05-28 20:13:09.000000000 +0100 @@ -0,0 +1,42 @@ +/* $Id$ + * + * Copyright © 2009 Jérôme Guelfucci + * + * 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 Library 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. + * */ + +#ifndef __HAVE_ZIMAGEZ_H__ +#define __HAVE_ZIMAGEZ_H__ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#include +#include + +#include +#include + +#include "screenshooter-utils.h" +#include "screenshooter-simple-job.h" +#include "sexy-url-label.h" +#include "katze-throbber.h" + +void screenshooter_upload_to_zimagez (const gchar *image_path, + gchar *last_user); + + +#endif diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/sexy-url-label.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/sexy-url-label.c --- xfce4-screenshooter-1.5.1/lib/sexy-url-label.c 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/sexy-url-label.c 2009-05-21 11:23:12.000000000 +0100 @@ -0,0 +1,845 @@ +/* + * @file libsexy/sexy-url-label.c URL Label + * + * @Copyright (C) 2007 Benedikt Meurer + * @Copyright (C) 2005-2006 Christian Hammond + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifdef HAVE_MEMORY_H +#include +#endif +#include +#ifdef HAVE_STRING_H +#include +#endif + +#include "sexy-url-label.h" + +#define SEXY_URL_LABEL_GET_PRIVATE(obj) \ + (G_TYPE_INSTANCE_GET_PRIVATE((obj), SEXY_TYPE_URL_LABEL, \ + SexyUrlLabelPrivate)) + +typedef struct +{ + int start; + int end; + const gchar *url; + +} SexyUrlLabelLink; + +typedef struct +{ + GList *links; + GList *urls; + SexyUrlLabelLink *active_link; + GtkWidget *popup_menu; + GdkWindow *event_window; + + int layout_x; + int layout_y; + + size_t wrap_width; + + GString *temp_markup_result; + +} SexyUrlLabelPrivate; + +/* + * NOTE: This *MUST* match the LabelWrapWidth struct in gtklabel.c. + */ +typedef struct +{ + gint width; + PangoFontDescription *font_desc; + +} LabelWrapWidth; + +enum +{ + URL_ACTIVATED, + LAST_SIGNAL +}; + +static void sexy_url_label_finalize(GObject *obj); +static void sexy_url_label_realize(GtkWidget *widget); +static void sexy_url_label_unrealize(GtkWidget *widget); +static void sexy_url_label_map(GtkWidget *widget); +static void sexy_url_label_unmap(GtkWidget *widget); +static void sexy_url_label_size_allocate(GtkWidget *widget, + GtkAllocation *allocation); +static gboolean sexy_url_label_motion_notify_event(GtkWidget *widget, + GdkEventMotion *event); +static gboolean sexy_url_label_leave_notify_event(GtkWidget *widget, + GdkEventCrossing *event); +static gboolean sexy_url_label_button_press_event(GtkWidget *widget, + GdkEventButton *event); + +static void open_link_activate_cb(GtkMenuItem *menu_item, + SexyUrlLabel *url_label); +static void copy_link_activate_cb(GtkMenuItem *menu_item, + SexyUrlLabel *url_label); + +static void sexy_url_label_clear_links(SexyUrlLabel *url_label); +static void sexy_url_label_clear_urls(SexyUrlLabel *url_label); +static void sexy_url_label_rescan_label(SexyUrlLabel *url_label); + +static GtkLabelClass *parent_class = NULL; +static guint signals[LAST_SIGNAL] = {0}; + +G_DEFINE_TYPE(SexyUrlLabel, sexy_url_label, GTK_TYPE_LABEL); + +static void +sexy_url_label_class_init(SexyUrlLabelClass *klass) +{ + GObjectClass *object_class = G_OBJECT_CLASS(klass); + GtkWidgetClass *widget_class = GTK_WIDGET_CLASS(klass); + + parent_class = g_type_class_peek_parent(klass); + + object_class->finalize = sexy_url_label_finalize; + + widget_class->realize = sexy_url_label_realize; + widget_class->unrealize = sexy_url_label_unrealize; + widget_class->map = sexy_url_label_map; + widget_class->unmap = sexy_url_label_unmap; + widget_class->size_allocate = sexy_url_label_size_allocate; + widget_class->motion_notify_event = sexy_url_label_motion_notify_event; + widget_class->leave_notify_event = sexy_url_label_leave_notify_event; + widget_class->button_press_event = sexy_url_label_button_press_event; + + g_type_class_add_private(klass, sizeof(SexyUrlLabelPrivate)); + + /** + * SexyUrlLabel::url-activated: + * @url_label: The label on which the signal was emitted. + * @url: The URL which was activated. + * + * The ::url-activated signal is emitted when a URL in the label was + * clicked. + */ + signals[URL_ACTIVATED] = + g_signal_new("url_activated", + G_TYPE_FROM_CLASS(object_class), + G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION, + G_STRUCT_OFFSET(SexyUrlLabelClass, url_activated), + NULL, NULL, + g_cclosure_marshal_VOID__STRING, + G_TYPE_NONE, 1, + G_TYPE_STRING); +} + +static void +selectable_changed_cb(SexyUrlLabel *url_label) +{ + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + + if (priv->event_window != NULL) + gdk_window_raise(priv->event_window); +} + +static void +sexy_url_label_init(SexyUrlLabel *url_label) +{ + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + GtkWidget *item; + GtkWidget *image; + + priv->links = NULL; + priv->active_link = NULL; + priv->event_window = NULL; + + g_signal_connect(G_OBJECT(url_label), "notify::selectable", + G_CALLBACK(selectable_changed_cb), NULL); + + priv->popup_menu = gtk_menu_new(); + + /* Open Link */ + item = gtk_image_menu_item_new_with_mnemonic(_("_Open Link")); + gtk_widget_show(item); + gtk_menu_shell_append(GTK_MENU_SHELL(priv->popup_menu), item); + + g_signal_connect(G_OBJECT(item), "activate", + G_CALLBACK(open_link_activate_cb), url_label); + + image = gtk_image_new_from_stock(GTK_STOCK_JUMP_TO, GTK_ICON_SIZE_MENU); + gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(item), image); + gtk_widget_show(image); + + /* Copy Link Address */ + item = gtk_image_menu_item_new_with_mnemonic(_("Copy _Link Address")); + gtk_widget_show(item); + gtk_menu_shell_append(GTK_MENU_SHELL(priv->popup_menu), item); + + g_signal_connect(G_OBJECT(item), "activate", + G_CALLBACK(copy_link_activate_cb), url_label); + + image = gtk_image_new_from_stock(GTK_STOCK_COPY, GTK_ICON_SIZE_MENU); + gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(item), image); + gtk_widget_show(image); +} + +static void +sexy_url_label_finalize(GObject *obj) +{ + SexyUrlLabel *url_label = SEXY_URL_LABEL(obj); + + sexy_url_label_clear_links(url_label); + sexy_url_label_clear_urls(url_label); + + if (G_OBJECT_CLASS(parent_class)->finalize != NULL) + G_OBJECT_CLASS(parent_class)->finalize(obj); +} + +static gboolean +sexy_url_label_motion_notify_event(GtkWidget *widget, GdkEventMotion *event) +{ + SexyUrlLabel *url_label = (SexyUrlLabel *)widget; + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + PangoLayout *layout = gtk_label_get_layout(GTK_LABEL(url_label)); + GdkModifierType state; + gboolean found = FALSE; + GList *l; + int index, trailing; + int x, y; + SexyUrlLabelLink *link = NULL; + + if (event->is_hint) + gdk_window_get_pointer(event->window, &x, &y, &state); + else + { + x = event->x; + y = event->y; + state = event->state; + } + + if (pango_layout_xy_to_index(layout, + (x - priv->layout_x) * PANGO_SCALE, + (y - priv->layout_y) * PANGO_SCALE, + &index, &trailing)) + { + for (l = priv->links; l != NULL; l = l->next) + { + link = (SexyUrlLabelLink *)l->data; + + if (index >= link->start && index <= link->end) + { + found = TRUE; + break; + } + } + } + + if (found) + { + if (priv->active_link == NULL) + { + GdkCursor *cursor; + + cursor = gdk_cursor_new_for_display( + gtk_widget_get_display(widget), GDK_HAND2); + gdk_window_set_cursor(priv->event_window, cursor); + gdk_cursor_unref(cursor); + + priv->active_link = link; + } + } + else + { + if (priv->active_link != NULL) + { + if (gtk_label_get_selectable(GTK_LABEL(url_label))) + { + GdkCursor *cursor; + + cursor = gdk_cursor_new_for_display( + gtk_widget_get_display(widget), GDK_XTERM); + gdk_window_set_cursor(priv->event_window, cursor); + gdk_cursor_unref(cursor); + } + else + gdk_window_set_cursor(priv->event_window, NULL); + + priv->active_link = NULL; + } + } + + /* + * Another beautiful libsexy hack. This one prevents the callback + * from going "Oh boy, they clicked and dragged! Let's select more of + * the text!" + */ + if (priv->active_link != NULL) + event->state = 0; + + GTK_WIDGET_CLASS(parent_class)->motion_notify_event(widget, event); + + return FALSE; +} + +static gboolean +sexy_url_label_leave_notify_event(GtkWidget *widget, GdkEventCrossing *event) +{ + SexyUrlLabel *url_label = (SexyUrlLabel *)widget; + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + + if (GTK_WIDGET_CLASS(parent_class)->leave_notify_event != NULL) + GTK_WIDGET_CLASS(parent_class)->leave_notify_event(widget, event); + + if (event->mode == GDK_CROSSING_NORMAL) + { + gdk_window_set_cursor(priv->event_window, NULL); + priv->active_link = NULL; + } + + return FALSE; +} + +static gboolean +sexy_url_label_button_press_event(GtkWidget *widget, GdkEventButton *event) +{ + SexyUrlLabel *url_label = (SexyUrlLabel *)widget; + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + + if (priv->active_link == NULL) + { + return GTK_WIDGET_CLASS(parent_class)->button_press_event(widget, + event); + } + + if (event->button == 1) + { + g_signal_emit(url_label, signals[URL_ACTIVATED], 0, + priv->active_link->url); + } + else if (event->button == 3) + { + gtk_menu_popup(GTK_MENU(priv->popup_menu), NULL, NULL, NULL, NULL, + event->button, event->time); + } + + return TRUE; +} + +static void +update_wrap_width(SexyUrlLabel *url_label, size_t wrap_width) +{ + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + LabelWrapWidth *wrap_width_data; + GtkStyle *style; + + if (wrap_width == 0 || !gtk_label_get_line_wrap(GTK_LABEL(url_label))) + return; + +#if 0 + pango_layout_set_width(gtk_label_get_layout(GTK_LABEL(url_label)), + wrap_width * PANGO_SCALE); +#endif + style = GTK_WIDGET(url_label)->style; + wrap_width_data = g_object_get_data(G_OBJECT(style), + "gtk-label-wrap-width"); + + if (wrap_width_data != NULL && + (size_t) wrap_width_data->width != wrap_width * PANGO_SCALE) + { + wrap_width_data->width = wrap_width * PANGO_SCALE; + priv->wrap_width = wrap_width; + g_object_unref(GTK_LABEL(url_label)->layout); + GTK_LABEL(url_label)->layout = NULL; + gtk_label_get_layout(GTK_LABEL(url_label)); + gtk_widget_queue_resize(GTK_WIDGET(url_label)); + } +} + +static void +sexy_url_label_realize(GtkWidget *widget) +{ + SexyUrlLabel *url_label = (SexyUrlLabel *)widget; + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + GdkWindowAttr attributes; + gint attributes_mask; + + GTK_WIDGET_CLASS(parent_class)->realize(widget); + + attributes.window_type = GDK_WINDOW_CHILD; + attributes.x = widget->allocation.x; + attributes.y = widget->allocation.y; + attributes.width = widget->allocation.width; + attributes.height = widget->allocation.height; + attributes.window_type = GDK_WINDOW_CHILD; + attributes.wclass = GDK_INPUT_ONLY; + attributes.event_mask = gtk_widget_get_events(widget); + attributes.event_mask |= (GDK_BUTTON_PRESS_MASK | + GDK_BUTTON_RELEASE_MASK | + GDK_POINTER_MOTION_MASK | + GDK_POINTER_MOTION_HINT_MASK | + GDK_LEAVE_NOTIFY_MASK | + GDK_LEAVE_NOTIFY_MASK); + attributes_mask = GDK_WA_X | GDK_WA_Y; + + priv->event_window = + gdk_window_new(gtk_widget_get_parent_window(widget), &attributes, + attributes_mask); + gdk_window_set_user_data(priv->event_window, widget); +} + +static void +sexy_url_label_unrealize(GtkWidget *widget) +{ + SexyUrlLabel *url_label = (SexyUrlLabel *)widget; + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + + if (priv->event_window != NULL) + { + gdk_window_set_user_data(priv->event_window, NULL); + gdk_window_destroy(priv->event_window); + priv->event_window = NULL; + } + + GTK_WIDGET_CLASS(parent_class)->unrealize(widget); +} + +static void +sexy_url_label_map(GtkWidget *widget) +{ + SexyUrlLabel *url_label = (SexyUrlLabel *)widget; + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + + GTK_WIDGET_CLASS(parent_class)->map(widget); + + if (priv->event_window != NULL) + gdk_window_show(priv->event_window); +} + +static void +sexy_url_label_unmap(GtkWidget *widget) +{ + SexyUrlLabel *url_label = (SexyUrlLabel *)widget; + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + + if (priv->event_window != NULL) + gdk_window_hide(priv->event_window); + + GTK_WIDGET_CLASS(parent_class)->map(widget); +} + +static void +sexy_url_label_size_allocate(GtkWidget *widget, GtkAllocation *allocation) +{ + SexyUrlLabel *url_label = (SexyUrlLabel *)widget; + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + +#if 0 + { + LabelWrapWidth *wrap_width_data; + GtkStyle *style; + style = GTK_WIDGET(url_label)->style; + wrap_width_data = g_object_get_data(G_OBJECT(style), + "gtk-label-wrap-width"); + if (wrap_width_data != NULL) + printf("wrap width = %d\n", wrap_width_data->width / PANGO_SCALE); + } +#endif + update_wrap_width(url_label, allocation->width); + GTK_WIDGET_CLASS(parent_class)->size_allocate(widget, allocation); + pango_layout_set_width(gtk_label_get_layout(GTK_LABEL(url_label)), + allocation->width * PANGO_SCALE); + + if (GTK_WIDGET_REALIZED(widget)) + { + gdk_window_move_resize(priv->event_window, + allocation->x, allocation->y, + allocation->width, allocation->height); + } + + sexy_url_label_rescan_label(url_label); +} + +static void +open_link_activate_cb(GtkMenuItem *menu_item, SexyUrlLabel *url_label) +{ + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + + if (priv->active_link == NULL) + return; + + g_signal_emit(url_label, signals[URL_ACTIVATED], 0, priv->active_link->url); +} + +static void +copy_link_activate_cb(GtkMenuItem *menu_item, SexyUrlLabel *url_label) +{ + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + GtkClipboard *clipboard; + + if (priv->active_link == NULL) + return; + + clipboard = gtk_widget_get_clipboard(GTK_WIDGET(url_label), + GDK_SELECTION_PRIMARY); + + gtk_clipboard_set_text(clipboard, priv->active_link->url, + strlen(priv->active_link->url)); +} + +/** + * sexy_url_label_new + * + * Creates a new SexyUrlLabel widget. + * + * Returns: a new #SexyUrlLabel. + */ +GtkWidget * +sexy_url_label_new(void) +{ + return g_object_new(SEXY_TYPE_URL_LABEL, NULL); +} + +static void +sexy_url_label_clear_links(SexyUrlLabel *url_label) +{ + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + + if (priv->links == NULL) + return; + + g_list_foreach(priv->links, (GFunc)g_free, NULL); + g_list_free(priv->links); + priv->links = NULL; +} + +static void +sexy_url_label_clear_urls(SexyUrlLabel *url_label) +{ + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + + if (priv->urls == NULL) + return; + + g_list_foreach(priv->urls, (GFunc)g_free, NULL); + g_list_free(priv->urls); + priv->urls = NULL; +} + +static void +sexy_url_label_rescan_label(SexyUrlLabel *url_label) +{ + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + PangoLayout *layout = gtk_label_get_layout(GTK_LABEL(url_label)); + PangoAttrList *list = pango_layout_get_attributes(layout); + PangoAttrIterator *iter; + GList *url_list; + + sexy_url_label_clear_links(url_label); + + if (list == NULL) + return; + + iter = pango_attr_list_get_iterator(list); + + gtk_label_get_layout_offsets(GTK_LABEL(url_label), + &priv->layout_x, &priv->layout_y); + + priv->layout_x -= GTK_WIDGET(url_label)->allocation.x; + priv->layout_y -= GTK_WIDGET(url_label)->allocation.y; + + url_list = priv->urls; + + do + { + PangoAttribute *underline; + PangoAttribute *color; + + underline = pango_attr_iterator_get(iter, PANGO_ATTR_UNDERLINE); + color = pango_attr_iterator_get(iter, PANGO_ATTR_FOREGROUND); + + if (underline != NULL && color != NULL) + { + gint start, end; + PangoRectangle start_pos; + PangoRectangle end_pos; + SexyUrlLabelLink *link; + + pango_attr_iterator_range(iter, &start, &end); + pango_layout_index_to_pos(layout, start, &start_pos); + pango_layout_index_to_pos(layout, end, &end_pos); + + link = g_new0(SexyUrlLabelLink, 1); + link->start = start; + link->end = end; + link->url = (const gchar *)url_list->data; + priv->links = g_list_append(priv->links, link); + + url_list = url_list->next; + } + + } while (pango_attr_iterator_next(iter)); + + pango_attr_iterator_destroy (iter); +} + +static void +start_element_handler(GMarkupParseContext *context, + const gchar *element_name, + const gchar **attribute_names, + const gchar **attribute_values, + gpointer user_data, + GError **error) +{ + SexyUrlLabel *url_label = SEXY_URL_LABEL(user_data); + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + + if (!strcmp(element_name, "a")) + { + const gchar *url = NULL; + int line_number; + int char_number; + int i; + + g_markup_parse_context_get_position(context, &line_number, + &char_number); + + for (i = 0; attribute_names[i] != NULL; i++) + { + const gchar *attr = attribute_names[i]; + + if (!strcmp(attr, "href")) + { + if (url != NULL) + { + g_set_error(error, G_MARKUP_ERROR, + G_MARKUP_ERROR_INVALID_CONTENT, + "Attribute '%s' occurs twice on tag " + "on line %d char %d, may only occur once", + attribute_names[i], line_number, char_number); + return; + } + + url = attribute_values[i]; + } + else + { + g_set_error(error, G_MARKUP_ERROR, + G_MARKUP_ERROR_UNKNOWN_ATTRIBUTE, + "Attribute '%s' is not allowed on the tag " + "on line %d char %d", + attribute_names[i], line_number, char_number); + return; + } + } + + if (url == NULL) + { + g_set_error(error, G_MARKUP_ERROR, + G_MARKUP_ERROR_INVALID_CONTENT, + "Attribute 'href' was missing on the tag " + "on line %d char %d", + line_number, char_number); + return; + } + + g_string_append(priv->temp_markup_result, + ""); + + priv->urls = g_list_append(priv->urls, g_strdup(url)); + } + else + { + int i; + + g_string_append_printf(priv->temp_markup_result, + "<%s", element_name); + + for (i = 0; attribute_names[i] != NULL; i++) + { + const gchar *attr = attribute_names[i]; + const gchar *value = attribute_values[i]; + + g_string_append_printf(priv->temp_markup_result, + " %s=\"%s\"", + attr, value); + } + + g_string_append_c(priv->temp_markup_result, '>'); + } +} + +static void +end_element_handler(GMarkupParseContext *context, + const gchar *element_name, + gpointer user_data, + GError **error) +{ + SexyUrlLabel *url_label = SEXY_URL_LABEL(user_data); + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + + if (!strcmp(element_name, "a")) + { + g_string_append(priv->temp_markup_result, ""); + } + else + { + g_string_append_printf(priv->temp_markup_result, + "", element_name); + } +} + +static void +text_handler(GMarkupParseContext *context, + const gchar *text, + gsize text_len, + gpointer user_data, + GError **error) +{ + SexyUrlLabel *url_label = SEXY_URL_LABEL(user_data); + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + + gchar *newtext = g_markup_escape_text (text, text_len); + g_string_append_len(priv->temp_markup_result, newtext, strlen (newtext)); + g_free (newtext); +} + +static const GMarkupParser markup_parser = +{ + start_element_handler, + end_element_handler, + text_handler, + NULL, + NULL +}; + +static gboolean +xml_isspace(char c) +{ + return (c == ' ' || c == '\t' || c == '\n' || c == '\r'); +} + +static gboolean +parse_custom_markup(SexyUrlLabel *url_label, const gchar *markup, + gchar **ret_markup) +{ + GMarkupParseContext *context = NULL; + SexyUrlLabelPrivate *priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + GError *error = NULL; + const gchar *p, *end; + gboolean needs_root = TRUE; + gsize length; + + g_return_val_if_fail(markup != NULL, FALSE); + g_return_val_if_fail(ret_markup != NULL, FALSE); + + priv->temp_markup_result = g_string_new(NULL); + + length = strlen(markup); + p = markup; + end = markup + length; + + while (p != end && xml_isspace(*p)) + p++; + + if (end - p >= 8 && strncmp(p, "", 8) == 0) + needs_root = FALSE; + + context = g_markup_parse_context_new(&markup_parser, 0, url_label, NULL); + + if (needs_root) + { + if (!g_markup_parse_context_parse(context, "", -1, &error)) + goto failed; + } + + if (!g_markup_parse_context_parse(context, markup, strlen(markup), &error)) + goto failed; + + if (needs_root) + { + if (!g_markup_parse_context_parse(context, "", -1, &error)) + goto failed; + } + + if (!g_markup_parse_context_end_parse(context, &error)) + goto failed; + + if (error != NULL) + g_error_free(error); + + g_markup_parse_context_free(context); + + *ret_markup = g_string_free(priv->temp_markup_result, FALSE); + priv->temp_markup_result = NULL; + + return TRUE; + +failed: + fprintf(stderr, "Unable to parse markup: %s\n", error->message); + g_error_free(error); + + g_string_free(priv->temp_markup_result, TRUE); + priv->temp_markup_result = NULL; + + g_markup_parse_context_free(context); + return FALSE; +} + +/** + * sexy_url_label_set_markup + * @url_label: A #SexyUrlLabel. + * @markup: a markup string (see Pango markup format) + * + * Parses @markup which is marked up with the Pango text markup language as well as + * HTML-style hyperlinks, setting the label's text and attribute list based + * on the parse results. If the @markup is external data, you may need to + * escape it with g_markup_escape_text() or g_markup_printf_escaped() + */ +void +sexy_url_label_set_markup(SexyUrlLabel *url_label, const gchar *markup) +{ + SexyUrlLabelPrivate *priv; + gchar *new_markup; + + g_return_if_fail(SEXY_IS_URL_LABEL(url_label)); + + priv = SEXY_URL_LABEL_GET_PRIVATE(url_label); + + sexy_url_label_clear_links(url_label); + sexy_url_label_clear_urls(url_label); + + if (markup == NULL || *markup == '\0') + { + gtk_label_set_markup(GTK_LABEL(url_label), ""); + return; + } + + if (parse_custom_markup(url_label, markup, &new_markup)) + { + gtk_label_set_markup(GTK_LABEL(url_label), new_markup); + g_free(new_markup); + } + else + { + gtk_label_set_markup(GTK_LABEL(url_label), ""); + } + + sexy_url_label_rescan_label(url_label); + + update_wrap_width(url_label, priv->wrap_width); +} diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/lib/sexy-url-label.h /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/lib/sexy-url-label.h --- xfce4-screenshooter-1.5.1/lib/sexy-url-label.h 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/lib/sexy-url-label.h 2009-05-21 11:27:52.000000000 +0100 @@ -0,0 +1,75 @@ +/* + * @file libsexy/sexy-url-label.h URL Label + * + * @Copyright (C) 2007 Benedikt Meurer + * @Copyright (C) 2005-2006 Christian Hammond + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ +#ifndef _SEXY_URL_LABEL_H_ +#define _SEXY_URL_LABEL_H_ + +typedef struct _SexyUrlLabel SexyUrlLabel; +typedef struct _SexyUrlLabelClass SexyUrlLabelClass; + +#include +#include + +#define SEXY_TYPE_URL_LABEL (sexy_url_label_get_type()) +#define SEXY_URL_LABEL(obj) \ + (G_TYPE_CHECK_INSTANCE_CAST((obj), SEXY_TYPE_URL_LABEL, SexyUrlLabel)) +#define SEXY_URL_LABEL_CLASS(klass) \ + (G_TYPE_CHECK_CLASS_CAST((klass), SEXY_TYPE_URL_LABEL, SexyUrlLabelClass)) +#define SEXY_IS_URL_LABEL(obj) \ + (G_TYPE_CHECK_INSTANCE_TYPE((obj), SEXY_TYPE_URL_LABEL)) +#define SEXY_IS_URL_LABEL_CLASS(klass) \ + (G_TYPE_CHECK_CLASS_TYPE((klass), SEXY_TYPE_URL_LABEL)) +#define SEXY_URL_LABEL_GET_CLASS(obj) \ + (G_TYPE_INSTANCE_GET_CLASS ((obj), SEXY_TYPE_URL_LABEL, SexyUrlLabelClass)) + +struct _SexyUrlLabel +{ + GtkLabel parent_object; + + void (*gtk_reserved1)(void); + void (*gtk_reserved2)(void); + void (*gtk_reserved3)(void); + void (*gtk_reserved4)(void); +}; + +struct _SexyUrlLabelClass +{ + GtkLabelClass parent_class; + + /* Signals */ + void (*url_activated)(SexyUrlLabel *url_label, const gchar *url); + + void (*gtk_reserved1)(void); + void (*gtk_reserved2)(void); + void (*gtk_reserved3)(void); + void (*gtk_reserved4)(void); +}; + +G_BEGIN_DECLS + +GType sexy_url_label_get_type(void); + +GtkWidget *sexy_url_label_new(void); +void sexy_url_label_set_markup(SexyUrlLabel *url_label, const gchar *markup); + +G_END_DECLS + +#endif /* _SEXY_URL_LABEL_H_ */ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/Makefile.in --- xfce4-screenshooter-1.5.1/Makefile.in 2009-02-25 09:56:15.000000000 +0000 +++ xfce4-screenshooter-1.6.0/Makefile.in 2009-06-14 15:27:27.000000000 +0100 @@ -90,6 +90,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -103,10 +107,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -114,6 +114,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -202,6 +206,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/NEWS /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/NEWS --- xfce4-screenshooter-1.5.1/NEWS 2009-02-25 12:38:43.000000000 +0000 +++ xfce4-screenshooter-1.6.0/NEWS 2009-06-14 12:56:32.000000000 +0100 @@ -1,3 +1,28 @@ +=== Version 1.6.0 === + + Gtk+ 2.12 and Glib 2.16 are now required to build the application + and the panel plugin. Xml-rpc and libcurl are now optionnal dependencies, + they should be replaced by libsoup in the future. + + * Bugs fixed: + - The cursor was missplaced when taking a screenshot of a window (Bug #5204). + + * Enhancements: + - Add an optional action to host screenshots on ZimageZ, a free online image + hosting solution. + - Add an option in the user interface to hide the mouse pointer on screenshots. + - Add an option in the application which allows the user to choose + whether the application should be closed after taking a screenshot. This + allows the user to take several screenshots in a row. + - New user interface based on Fabrice Viale's review. The dialog now has a + two column layout which makes it more appealing and more usable. + - Add a CLI option to hide the mouse pointer on screenshots. + - When selecting a region to be screenshooted, you can now use the Escape + keyboard key to cancel the operation. + - Screenshots can now be saved to remote locations that are connected using + gvfs-connect or Gigolo. + - Updated translations for the application and the documentation. + === Version 1.5.1 === * Bugfixes: diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/panel-plugin/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/panel-plugin/Makefile.am --- xfce4-screenshooter-1.5.1/panel-plugin/Makefile.am 2009-02-25 09:42:25.000000000 +0000 +++ xfce4-screenshooter-1.6.0/panel-plugin/Makefile.am 2009-04-25 12:14:55.000000000 +0100 @@ -1,17 +1,19 @@ plugindir = $(libexecdir)/xfce4/panel-plugins plugin_PROGRAMS = xfce4-screenshooter-plugin -xfce4_screenshooter_plugin_CFLAGS = \ - -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ - -I$(top_srcdir) \ - -I$(top_srcdir)/lib \ - @LIBXFCE4PANEL_CFLAGS@ +xfce4_screenshooter_plugin_CFLAGS = \ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ + -I$(top_srcdir) \ + -I$(top_srcdir)/lib \ + @LIBXFCE4PANEL_CFLAGS@ \ + @GTHREAD_CFLAGS@ -xfce4_screenshooter_plugin_LDFLAGS = \ +xfce4_screenshooter_plugin_LDFLAGS = \ @LIBXFCE4PANEL_LIBS@ \ + @GTHREAD_LIBS@ \ $(top_builddir)/lib/libscreenshooter.la -xfce4_screenshooter_plugin_SOURCES = \ +xfce4_screenshooter_plugin_SOURCES = \ screenshooter-plugin.c # .desktop file diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/panel-plugin/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/panel-plugin/Makefile.in --- xfce4-screenshooter-1.5.1/panel-plugin/Makefile.in 2009-02-25 09:56:14.000000000 +0000 +++ xfce4-screenshooter-1.6.0/panel-plugin/Makefile.in 2009-06-14 15:27:26.000000000 +0100 @@ -95,6 +95,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -108,10 +112,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -119,6 +119,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -207,6 +211,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ @@ -261,13 +268,15 @@ top_srcdir = @top_srcdir@ plugindir = $(libexecdir)/xfce4/panel-plugins xfce4_screenshooter_plugin_CFLAGS = \ - -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ - -I$(top_srcdir) \ - -I$(top_srcdir)/lib \ - @LIBXFCE4PANEL_CFLAGS@ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ + -I$(top_srcdir) \ + -I$(top_srcdir)/lib \ + @LIBXFCE4PANEL_CFLAGS@ \ + @GTHREAD_CFLAGS@ xfce4_screenshooter_plugin_LDFLAGS = \ @LIBXFCE4PANEL_LIBS@ \ + @GTHREAD_LIBS@ \ $(top_builddir)/lib/libscreenshooter.la xfce4_screenshooter_plugin_SOURCES = \ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/panel-plugin/screenshooter-plugin.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/panel-plugin/screenshooter-plugin.c --- xfce4-screenshooter-1.5.1/panel-plugin/screenshooter-plugin.c 2009-02-25 09:42:25.000000000 +0000 +++ xfce4-screenshooter-1.6.0/panel-plugin/screenshooter-plugin.c 2009-05-29 13:00:10.000000000 +0100 @@ -47,7 +47,7 @@ GtkWidget *button; GtkWidget *image; - + int style_id; ScreenshotData *sd; } @@ -56,49 +56,47 @@ /* Protoypes */ - -static void + +static void screenshooter_plugin_construct (XfcePanelPlugin *plugin); -static void -screenshooter_plugin_read_rc_file (XfcePanelPlugin *plugin, - PluginData *pd); - -static void -screenshooter_plugin_write_rc_file (XfcePanelPlugin *plugin, +static void +screenshooter_plugin_read_rc_file (XfcePanelPlugin *plugin, PluginData *pd); -static gboolean -cb_set_size (XfcePanelPlugin *plugin, - int size, +static void +screenshooter_plugin_write_rc_file (XfcePanelPlugin *plugin, PluginData *pd); - -static void + +static gboolean +cb_set_size (XfcePanelPlugin *plugin, + int size, + PluginData *pd); + +static void cb_properties_dialog (XfcePanelPlugin *plugin, PluginData *pd); - + static void -cb_dialog_response (GtkWidget *dlg, +cb_dialog_response (GtkWidget *dlg, int response, PluginData *pd); - -static void -cb_free_data (XfcePanelPlugin *plugin, + +static void +cb_free_data (XfcePanelPlugin *plugin, PluginData *pd); - -static void -cb_button_clicked (GtkWidget *button, + +static void +cb_button_clicked (GtkWidget *button, PluginData *pd); static void -cb_style_set (XfcePanelPlugin *plugin, +cb_style_set (XfcePanelPlugin *plugin, gpointer ignored, PluginData *pd); - - -/* Register the panel plugin */ -XFCE_PANEL_PLUGIN_REGISTER_INTERNAL (screenshooter_plugin_construct); +static void +set_panel_button_tooltip (PluginData *pd); @@ -106,29 +104,29 @@ -/* Modify the size of the panel button -Returns TRUE if succesful. +/* Modify the size of the panel button +Returns TRUE if succesful. */ static gboolean cb_set_size (XfcePanelPlugin *plugin, int size, PluginData *pd) { GdkPixbuf *pb; - + int width = size - 2 - 2 * MAX (pd->button->style->xthickness, pd->button->style->ythickness); TRACE ("Get the icon from the theme"); - + pb = xfce_themed_icon_load (SCREENSHOT_ICON_NAME, width); TRACE ("Set the new icon"); - + gtk_image_set_from_pixbuf (GTK_IMAGE (pd->image), pb); - + g_object_unref (pb); TRACE ("Request size for the plugin"); - + gtk_widget_set_size_request (GTK_WIDGET (plugin), size, size); return TRUE; @@ -138,7 +136,7 @@ /* Free the panel plugin data stored in pd plugin: a XfcePanelPlugin (a screenshooter one). -pd: the associated PluginData. +pd: the associated PluginData. */ static void cb_free_data (XfcePanelPlugin *plugin, PluginData *pd) @@ -148,9 +146,7 @@ pd->style_id = 0; g_free (pd->sd->screenshot_dir); - #ifdef HAVE_GIO g_free (pd->sd->app); - #endif g_free (pd->sd); g_free (pd); } @@ -164,14 +160,14 @@ static void cb_button_clicked (GtkWidget *button, PluginData *pd) { - /* Make the button unclickable so that the user does not press it while + /* Make the button unclickable so that the user does not press it while another screenshot is in progress */ gtk_widget_set_sensitive (GTK_WIDGET (button), FALSE); TRACE ("Start taking the screenshot"); - + screenshooter_take_and_output_screenshot (pd->sd); - + /* Make the panel button clickable */ gtk_widget_set_sensitive (GTK_WIDGET (button), TRUE); } @@ -198,9 +194,9 @@ screenshooter_plugin_read_rc_file (XfcePanelPlugin *plugin, PluginData *pd) { gchar *rc_file = xfce_panel_plugin_lookup_rc_file (plugin); - + screenshooter_read_rc_file (rc_file, pd->sd); - + g_free (rc_file); } @@ -214,65 +210,44 @@ screenshooter_plugin_write_rc_file (XfcePanelPlugin *plugin, PluginData *pd) { gchar * rc_file = xfce_panel_plugin_save_location (plugin, TRUE); - - screenshooter_write_rc_file (rc_file, pd->sd); - + + screenshooter_write_rc_file (rc_file, pd->sd); + g_free (rc_file); } /* Callback for dialog response: - Update the tooltips if using gtk >= 2.12. + Update the tooltips. Unblock the plugin contextual menu. Save the options in the rc file.*/ static void -cb_dialog_response (GtkWidget *dlg, int response, - PluginData *pd) +cb_dialog_response (GtkWidget *dlg, int response, PluginData *pd) { if (response == GTK_RESPONSE_OK) { g_object_set_data (G_OBJECT (pd->plugin), "dialog", NULL); gtk_widget_destroy (dlg); - + /* Update tooltips according to the chosen option */ - #if GTK_CHECK_VERSION(2,12,0) - if (pd->sd->region == FULLSCREEN) - { - gtk_widget_set_tooltip_text (GTK_WIDGET (pd->button), - _("Take a screenshot of the entire screen")); - } - else if (pd->sd->region == ACTIVE_WINDOW) - { - gtk_widget_set_tooltip_text (GTK_WIDGET (pd->button), - _("Take a screenshot of the active window")); - } - else if (pd->sd->region == SELECT) - { - gtk_widget_set_tooltip_text (GTK_WIDGET (pd->button), - _("Select a region to be captured by clicking a point of the screen " - "without releasing the mouse button, dragging your mouse to the " - "other corner of the region, and releasing the mouse button.")); - } - #endif - + set_panel_button_tooltip (pd); + /* Unblock the menu and save options */ xfce_panel_plugin_unblock_menu (pd->plugin); screenshooter_plugin_write_rc_file (pd->plugin, pd); } - + if (response == GTK_RESPONSE_HELP) { GError *error_help = NULL; - - /* Execute the help and show an error dialog if there was + + /* Execute the help and show an error dialog if there was * an error. */ - if (!xfce_exec_on_screen (gdk_screen_get_default (), - "xfhelp4 xfce4-screenshooter.html", - FALSE, TRUE, &error_help)) + if (!g_spawn_command_line_async ("xfhelp4 xfce4-screenshooter.html", &error_help)) { - xfce_err (error_help->message); + screenshooter_error ("%s", error_help->message); g_error_free (error_help); } } @@ -287,28 +262,52 @@ GtkWidget *dlg; TRACE ("Create the dialog"); - + dlg = screenshooter_dialog_new (pd->sd, TRUE); - + /* Block the menu to prevent the user from launching several dialogs at the same time */ TRACE ("Block the menu"); - + xfce_panel_plugin_block_menu (plugin); TRACE ("Run the dialog"); - + g_object_set_data (G_OBJECT (plugin), "dialog", dlg); - - g_signal_connect (dlg, "response", G_CALLBACK (cb_dialog_response), - pd); + + g_signal_connect (dlg, "response", G_CALLBACK (cb_dialog_response), pd); gtk_widget_show (dlg); } +static void +set_panel_button_tooltip (PluginData *pd) +{ + if (pd->sd->region == FULLSCREEN) + { + gtk_widget_set_tooltip_text (GTK_WIDGET (pd->button), + _("Take a screenshot of the entire screen")); + } + else if (pd->sd->region == ACTIVE_WINDOW) + { + gtk_widget_set_tooltip_text (GTK_WIDGET (pd->button), + _("Take a screenshot of the active window")); + } + else if (pd->sd->region == SELECT) + { + gtk_widget_set_tooltip_text (GTK_WIDGET (pd->button), + _("Select a region to be captured by clicking a " + "point of the screen without releasing the mouse " + "button, dragging your mouse to the other corner " + "of the region, and releasing the mouse button.")); + } +} + + + /* Create the plugin button */ static void screenshooter_plugin_construct (XfcePanelPlugin *plugin) @@ -317,88 +316,58 @@ PluginData *pd = g_new0 (PluginData, 1); ScreenshotData *sd = g_new0 (ScreenshotData, 1); + g_thread_init (NULL); + pd->sd = sd; + pd->plugin = plugin; TRACE ("Initialize the text domain"); - xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8"); - pd->plugin = plugin; - /* Read the options */ TRACE ("Read the preferences file"); - screenshooter_plugin_read_rc_file (plugin, pd); - + + /* We want to take only one screenshot as in CLI, but not to close the main + loop after taking a screenshot */ + pd->sd->cli = TRUE; + pd->sd->close = 0; + /* Create the panel button */ TRACE ("Create the panel button"); - pd->button = xfce_create_panel_button (); pd->image = gtk_image_new (); gtk_container_add (GTK_CONTAINER (pd->button), GTK_WIDGET (pd->image)); - - /* Set the tooltips if available */ - #if GTK_CHECK_VERSION(2,12,0) - TRACE ("Set the default tooltip"); - - if (pd->sd->region == FULLSCREEN) - { - gtk_widget_set_tooltip_text (GTK_WIDGET (pd->button), - _("Take a screenshot of the entire screen")); - } - else if (pd->sd->region == ACTIVE_WINDOW) - { - gtk_widget_set_tooltip_text (GTK_WIDGET (pd->button), - _("Take a screenshot of the active window")); - } - else if (pd->sd->region == SELECT) - { - gtk_widget_set_tooltip_text (GTK_WIDGET (pd->button), - _("Select a region to be captured by clicking a point of the screen " - "without releasing the mouse button, dragging your mouse to the " - "other corner of the region, and releasing the mouse button.")); - } - #endif + /* Set the tooltips */ + TRACE ("Set the default tooltip"); + set_panel_button_tooltip (pd); TRACE ("Add the button to the panel"); - gtk_widget_show_all (pd->button); - + gtk_container_add (GTK_CONTAINER (plugin), pd->button); xfce_panel_plugin_add_action_widget (plugin, pd->button); - - /* Set the callbacks */ + /* Set the callbacks */ TRACE ("Set the clicked callback"); - - g_signal_connect (pd->button, "clicked", - G_CALLBACK (cb_button_clicked), pd); + g_signal_connect (pd->button, "clicked", G_CALLBACK (cb_button_clicked), pd); TRACE ("Set the free data callback"); - - g_signal_connect (plugin, "free-data", - G_CALLBACK (cb_free_data), pd); + g_signal_connect (plugin, "free-data", G_CALLBACK (cb_free_data), pd); TRACE ("Set the size changed callback"); - - g_signal_connect (plugin, "size-changed", - G_CALLBACK (cb_set_size), pd); + g_signal_connect (plugin, "size-changed", G_CALLBACK (cb_set_size), pd); TRACE ("Set the style set callback"); - - pd->style_id = - g_signal_connect (plugin, "style-set", - G_CALLBACK (cb_style_set), pd); + pd->style_id = g_signal_connect (plugin, "style-set", G_CALLBACK (cb_style_set), pd); TRACE ("Set the configuration menu"); - xfce_panel_plugin_menu_show_configure (plugin); - - g_signal_connect (plugin, "configure-plugin", - G_CALLBACK (cb_properties_dialog), pd); + + g_signal_connect (plugin, "configure-plugin", G_CALLBACK (cb_properties_dialog), pd); } XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL (screenshooter_plugin_construct); diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/ar.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/ar.po --- xfce4-screenshooter-1.5.1/po/ar.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/ar.po 2009-05-31 13:02:51.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: xfce\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" "PO-Revision-Date: 2008-07-15 23:10+0200\n" "Last-Translator: Mohamed Magdy \n" "Language-Team: Arabeyes \n" @@ -11,167 +11,363 @@ "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Arabic\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" msgstr "" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" msgstr "" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " "region, and releasing the mouse button." msgstr "" -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:917 msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" msgstr "" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" msgstr "" -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" msgstr "" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" msgstr "" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" msgstr "" -#: ../lib/screenshooter-dialogs.c:785 +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 +msgid "Application to open the screenshot" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" msgstr "" -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 -msgid "Application to open the screenshot" +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" msgstr "" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "" -#: ../src/main.c:46 -msgid "Version information" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +msgid "" +"You " +"must fill all the fields." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" msgstr "" -#: ../src/main.c:64 +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" "Try %s --help to see a full list of available command line options.\n" msgstr "" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/bg.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/bg.po --- xfce4-screenshooter-1.5.1/po/bg.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/bg.po 2009-05-31 13:02:51.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: xfce\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" "PO-Revision-Date: \n" "Last-Translator: Adrian Dimitrov \n" "Language-Team: \n" @@ -11,65 +11,75 @@ "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Bulgarian\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 +#, fuzzy msgid "Screenshot.png" msgstr "Screenshot.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Screenshot-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Направи снимка на екрана" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Вземи снимката" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:600 +#, fuzzy +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "Действие" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Снимка на екрана" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Направи снимка на екрана" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Предпочитания" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "" "Район на прихващане" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Целия екран" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Направи снимка на целия екран" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Активния прозорец" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Направи снимка на активния прозорец" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Избери район" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " @@ -79,101 +89,305 @@ "докато стигнеш до другия диагонал на района, и тогава освободиш бутона на " "мишката." -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "Не показвай диалога за запис" + +#: ../lib/screenshooter-dialogs.c:917 +#, fuzzy msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -"Забавяне преди снимането да " -"бъде извършено" +"Район на прихващане" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Забавяне в секунди, преди снимането да бъде извършено" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "секунди" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" +#: ../lib/screenshooter-dialogs.c:984 +#, fuzzy +msgid "After capturing" msgstr "Действие" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Запиши" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +#, fuzzy +msgid "Show the save dialog" +msgstr "Не показвай диалога за запис" -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" -msgstr "Запиши снимката в PNG файл" +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "По подразбиране записва в:" +#: ../lib/screenshooter-dialogs.c:1027 +#, fuzzy +msgid "Close the application" +msgstr "Приложение:" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" msgstr "" -"Ако бъде маркирано, снимката ще бъде записвана в мястото по подразбиране, " -"без показване на диалога за запис" -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Действие" + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +#, fuzzy +msgid "Save in:" +msgstr "Запиши" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Запиши снимката в PNG файл" + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Място за запис по подразбиране" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Настрой място за запис по подразбиране" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Копирай в клипборда" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "" "Копирай снимката в клипборда, така че да може да бъде вмъквана по-късно" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Отвори с:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Отвори снимката с избраното приложение" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Приложение:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Приложение за отваряне на снимките" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Запиши снимката като..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Информация за версията" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Район на прихващане" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "Действие" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Вземи снимката" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Забавяне в секунди, преди снимането да бъде извършено" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Забавяне в секунди, преди снимането да бъде извършено" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Действие" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Забавяне преди снимането да " +"бъде извършено" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Действие" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Отвори с:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Забавяне в секунди преди снимката да бъде направена" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Не показвай диалога за запис" -#: ../src/main.c:72 +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr "Не показвай диалога за запис" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Директория където снимките да бъдат записвани" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Информация за версията" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -182,7 +396,7 @@ "%s: %s\n" "Опитай %s --help за да видиш пълния списък от налични команди.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "" @@ -193,3 +407,25 @@ msgid "" "Take screenshots of the entire screen, of the active window or of a region" msgstr "Направи снимка на целия екран, от активния прозорец или от района" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Направи снимка на целия екран" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Приложение за отваряне на снимките" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Не показвай диалога за запис" + +#~ msgid "Save by default to:" +#~ msgstr "По подразбиране записва в:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Ако бъде маркирано, снимката ще бъде записвана в мястото по " +#~ "подразбиране, без показване на диалога за запис" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/ca.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/ca.po --- xfce4-screenshooter-1.5.1/po/ca.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/ca.po 2009-06-08 19:55:29.000000000 +0100 @@ -2,15 +2,15 @@ # Copyright (C) 2006 xfce4-screenshooter-plugin's copyright holder. # This file is distributed under the same license as the # xfce4-screenshooter-plugin package. -# Carles Muñoz Gorriz , 2006, 2008. +# Carles Muñoz Gorriz , 2006, 2008-2009. # # msgid "" msgstr "" "Project-Id-Version: xfce4-screenshooter 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2008-12-28 15:38+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-06-08 16:14+0100\n" "Last-Translator: Carles Muñoz Gorriz \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" @@ -19,64 +19,74 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-SourceCharset: utf-8\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" msgstr "captura.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "captura-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Fes una captura" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb de %.2fKb" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Fes la captura" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Envia" + +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "" +"S'està enviant la captura a:" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Captura" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Fes una captura" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Preferències" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "Regió a capturar" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" -msgstr "Pantalla sencera" +msgstr "Total la pantalla" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" -msgstr "Fa una captura de la pantalla sencera" +msgstr "Fa una captura de tota la pantalla" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Finestra activa" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Fa una captura de la finestra activa" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Regió seleccionada" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " @@ -86,102 +96,310 @@ "de la pantalla i sense deixar anar el botó del ratolí, arrossegant el ratolí " "fins a l'altre cantonada de la regió i deixant anar el botó del ratolí." -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Capturar el punter del ratolí" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "No mostris el ratolí a la captura" + +#: ../lib/screenshooter-dialogs.c:917 msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -"Retard abans de fer captura " -"de pantalla" +"Retard abans de fer la " +"captura" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Retard en segons abans de fer la captura" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "segons" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" -msgstr "Acció" +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "" +"Després de fer la captura" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Desa" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Mostra el diàleg per a desar" -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" -msgstr "Desa la captura com a fitxer PNG" +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "El diàleg per a desar permet canviar la destinació i el nom del fitxer" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Desa per defecte aquí:" +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Tanca l'aplicació" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" msgstr "" -"Si està marcat, la captura es desarà per defecte en el lloc per defecte " -"indicat a la dreta sense mostrar la finestra de diàleg de desar" +"Si està desmarcat, la finestra actual es mostrarà un altre cop després de " +"realitzar la captura per a poder fer una ràfega de captures" + +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Acció" -#: ../lib/screenshooter-dialogs.c:785 +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Desa a:" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Desa la captura com a fitxer PNG" + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Lloc per defecte on desar" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Indica el lloc per defecte on desar" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Copia al porta-retalls" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "" "Copia la captura al porta-retalls i, d'aquesta manera, el podreu enganxar " "més endavant" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Obre amb:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Obre la captura amb l'aplicació seleccionada" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Aplicació:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Aplicació amb la que s'obre la captura" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "Emmagatzemar a ZimageZ" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" +"Emmagatzemar la captura de pantalla a ZimageZ, un servei d'emmagatzematge en " +"línia gratuït" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Desa la captura com…" -#: ../src/main.c:46 -msgid "Version information" -msgstr "Informació de la versió" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "Inicialitza la connexió…" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"Ha succeït un error durant l'intercanvi de l'XML: %s (%d).\n" +"La captura de pantalla no s'ha transferit." -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"Ompliu els següents camps amb el vostre ZimageZ \n" +"nom d'usuari, la contrasenya i els detalls de la captura." + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "Comprovar la informació de l'usuari…" + +#: ../lib/screenshooter-zimagez.c:305 +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Heu " +"d'omplir tots els camps." + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "Entrada a ZimageZ…" + +#: ../lib/screenshooter-zimagez.c:436 +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "" +"L'usuari i la contrasenya introduïts no coincideixen. Torneu a provar-ho." +"" + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "Transfereix la captura de pantalla…" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "Hi ha hagut un error mentre s'estava enviant la captura de pantalla." + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "Tanca la sessió amb ZimageZ…" + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "Detalls sobre la captura per ZimageZ" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "Usuari:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" +"El vostre nom d'usuari de ZimageZ. Si no en teniu cap podeu crear-ne un " +"visitant l'enllaç web proporcionat a dalt" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "Contrasenya:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "La contrasenya per a l'usuari de dalt" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "Títol:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" +"El títol de la captura de pantalla que serà mostrat a ZimageZ junt amb la " +"captura de pantalla" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "Comentari:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "Un comentari a la captura que serà usat quan es mostri a Zimage>" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "Imatge a mida completa" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "Miniatura gran" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "Miniatura petita" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "La meva captura a ZimageZ" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "Enllaços" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Codi per a una miniatura que " +"apunta a la imatge de mida commpleta" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "Codi de fòrum «BBCode»" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "Estat" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_Obrir enllaç" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "Copiar l'adreça de l'en_llaç" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Retard en segons abans de fer la captura de pantalla" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "No mostris el diàleg d'on desar-la" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "No mostris el ratolí a la captura" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Carpeta on la captura es desarà" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Informació de la versió" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -191,7 +409,7 @@ "Feu %s --help per veure la llista complerta d'opcions disponibles de la " "línia d'ordres.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "«%s» no és un directori vàlid, s'emprarà el directori per defecte." @@ -201,4 +419,32 @@ msgid "" "Take screenshots of the entire screen, of the active window or of a region" msgstr "" -"Fes les captures de la pantalla sencera, de la finestra activa o d'una regió" +"Fes les captures de tota la pantalla, de la finestra activa o d'una regió" + +#, fuzzy +#~ msgid "Uploading to ZimageZ..." +#~ msgstr "Entrada a ZimageZ..." + +#, fuzzy +#~ msgid "Upload the screenshot to ZimageZ©, a free Web hosting solution" +#~ msgstr "" +#~ "Emmagatzemar la captura de pantalla a ZimageZ, un servei d'emmagatzematge " +#~ "en línia gratuït" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Fa una captura de la pantalla sencera" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Aplicació amb la que s'obre la captura" + +#~ msgid "Save by default to:" +#~ msgstr "Desa per defecte aquí:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Si està marcat, la captura es desarà per defecte en el lloc per defecte " +#~ "indicat a la dreta sense mostrar la finestra de diàleg de desar" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/ChangeLog /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/ChangeLog --- xfce4-screenshooter-1.5.1/po/ChangeLog 2009-02-25 09:53:20.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/ChangeLog 2009-06-14 08:34:36.000000000 +0100 @@ -1,3 +1,178 @@ +2009-06-14 jeromeg + +Update Indonesian translation (Andhika Padmawan). +New Vietnamese translation (Vincent Nguyen). + +2009-06-13 Piarres Beobide + + * eu.po: Basque translation update + +2009-06-13 Gabor Kelemen + + * hu.po: Translation reworked. + +2009-06-13 jeromeg + +Update Dutch translation (Vincent Turu). + +2009-06-13 jeromeg + +Update Portuguese translation (Nuno Miguel). + +2009-06-12 jeromeg + +Update Spanish translation (elega). + +2009-06-10 jeromeg + +Update Urdu translation (Muhammad Ali Makki). + +2009-06-08 jeromeg + +Catalan translation update (Carles Munoz Gorriz). + +Simplified Chinese translation update (Hunt Xu). + +2009-06-06 jeromeg + +Russian translation update (Denis Koryavov). + +2009-06-06 Michal Várady + + * cs.po: Czech translation updated + +2009-06-06 Masato Hashimoto + + * ja.po: Japanese translation update (Masato Hashimoto) + +2009-06-04 Per Kongstad + + * da.po: Danish translation update (Per Kongstad) + +2009-06-03 jeromeg + +Update Turkish translation (Samed Beyribey). + +2009-05-31 jeromeg + +Update the Turkish translation (Samed Beyribey) and fix typos noticed +by Per Kongstad. + +2009-05-31 jeromeg + +Update the po files and the French translation. + +2009-05-29 Mike Massonnet + + * ca.po: Catalan translation update (Harald Servat) + * ur_PK.po: Urdu Pakistan translation update (Muhammad Ali Makki) + * ur.po: Urdu translation update (Muhammad Ali Makki) + +2009-05-28 Jérôme Guelfucci + +Fix a typo in the French translation. + +2009-05-28 Michal Várady + + * cs.po: Czech translation updated + +2009-05-21 Jérôme Guelfucci + + * Update the po files. + * fr.po: Update the French translation. + +2009-05-11 Mike Massonnet + + * zh_CN.po: Simplified Chinese translation update (Hunt Xu) + +2009-04-20 Mike Massonnet + + * gl.po: Galician translation update (Leandro Regueiro) + +2009-04-16 Masato Hashimoto + + * ja.po: Japanese translation update (Masato Hashimoto) + +2009-04-16 Mike Massonnet + + * gl.po: Galician translation update (Leandro Regueiro) + * de.po: German translation update (Fabian Nowak) + * ca.po: Catalan translation update (Carles Muñoz Gorriz) + +2009-04-13 Mike Massonnet + + * id.po: Indonesian translation upadte (Andhika Padmawan) + +2009-04-09 Jérôme Guelfucci + + * ru.po: Russian translation (Denis Koryavov). + +2009-04-05 Maximilian Schleiss + + * tr.po: Turkish translation update (Samed Beyribey) + +2009-04-05 Masato Hashimoto + + * ja.po: Japanese translation update (Masato Hashimoto) + +2009-03-30 Per Kongstad + + * da.po: Danish translation update (Per Kongstad) + +2009-03-28 Jari Rahkonen + + * fi.po: Update Finnish translation. + +2009-03-27 Maximilian Schleiss + + * gl.po: Galician translation update (Leandro Regueiro) + +2009-03-23 Masato Hashimoto + + * ChangLog: Cleanup (Masato Hashimoto) + +2009-03-23 Masato Hashimoto + + * ja.po: Japanese translation update (Masato Hashimoto) + +2009-03-22 Per Kongstad + + * da.po: Danish translation update (Per Kongstad) + +2009-03-20 Jérôme Guelfucci + + * Update po files. + * fr.po: update French translation. + +2009-03-19 Masato Hashimoto + + * ja.po: Japanese translation update (Masato Hashimoto) + +2009-03-15 Per Kongstad + + * da.po: Danish translation update (Per Kongstad) + +2009-03-15 Jérôme Guelfucci + + * tr.po: Update Turkish translation (Samed Beyribey). + * es.po: Spanish translation update (Abel Martin). + +2009-03-08 Jari Rahkonen + + * fi.po: Update Finnish translation + +2009-03-05 Mike Massonnet + + * pt.po: Renamed pt_PT.po to pt.po (bug #4574) + +2009-03-05 Mike Massonnet + + * nb.po: Renamed nb_NO.po to nb.po (bug #4574) + +2009-03-01 Mișu Moldovan + + * ro.po, LINGUAS: Romanian translation added (Igor Știrbu) + 2009-02-25 Jérôme Guelfucci * uk.po, pl.po: updated translations. diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/cs.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/cs.po --- xfce4-screenshooter-1.5.1/po/cs.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/cs.po 2009-06-06 21:46:20.000000000 +0100 @@ -1,14 +1,14 @@ # Czech translations for xfce4-screenshooter-plugin package. # Copyright (C) 2006 THE xfce4-screenshooter-plugin'S COPYRIGHT HOLDER # This file is distributed under the same license as the xfce4-screenshooter-plugin package. -# Michal Várady , 2006-2008. +# Michal Várady , 2006-2009. # msgid "" msgstr "" "Project-Id-Version: xfce4-screenshooter-plugin 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2009-01-03 20:14+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-06-06 21:30+0100\n" "Last-Translator: Michal Várady \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" @@ -16,169 +16,347 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" -msgstr "Snímek_obrazovky.jpg" +msgstr "Snímek_obrazovky.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Snímek_obrazovky-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Pořídit snímek obrazovky" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb z %.2fKb" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Pořídit snímek obrazovky" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Přenos" + +#: ../lib/screenshooter-dialogs.c:600 +msgid "The screenshot is being transferred to:" +msgstr "Snímek obrazovky se přenáší na adresu:" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 +#: ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Snímek obrazovky" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Pořídit snímek obrazovky" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Předvolby" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "Snímaná oblast" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Celá obrazovka" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 +#: ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Pořídí snímek celé obrazovky" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Aktivní okno" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 +#: ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Pořídí snímek aktivního okna" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Vybraná oblast" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 -msgid "" -"Select a region to be captured by clicking a point of the screen without " -"releasing the mouse button, dragging your mouse to the other corner of the " -"region, and releasing the mouse button." -msgstr "" -"Pořídí snímek vybrané oblasti tak, že kliknete myší v počátečním bodě, " -"přesunete kurzor myši do protějšího bodu vybrané oblasti, aniž byste " -"tlačítko myši uvolnili, a poté tlačítko myši pustíte." - -#: ../lib/screenshooter-dialogs.c:614 -msgid "" -"Delay before taking the " -"screenshot" -msgstr "" -"Zpoždění před pořízením " -"snímku obrazovky" +#: ../lib/screenshooter-dialogs.c:872 +#: ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button." +msgstr "Pořídí snímek vybrané oblasti tak, že kliknete myší v počátečním bodě, bez uvolnění tlačítka přesunete kurzor myši do protějšího bodu vybrané oblasti a poté tlačítko myši pustíte." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Zachytit ukazatel myši" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "Zobrazit ukazatel myši na snímku obrazovky" + +#: ../lib/screenshooter-dialogs.c:917 +msgid "Delay before capturing" +msgstr "Prodleva před pořízením snímku" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Zpoždění před pořízením snímku obrazovky v sekundách" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "sekund" -#: ../lib/screenshooter-dialogs.c:691 +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "Po pořízení snímku" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Zobrazit dialogové okno pro uložení" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "The save dialog allows you to change the file name and the save location" +msgstr "Dialogové okno pro uložení umožňuje změnit název souboru a umístění" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Zavřít aplikaci" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "If unchecked, the current window will be displayed again after the screenshot has been taken to allow you to take several screenshots in a row" +msgstr "Není-li zaškrtnuto, zobrazí se toto okno po pořízení snímku obrazovky znovu, aby bylo možné pořídit více snímků obrazovky za sebou" + +#: ../lib/screenshooter-dialogs.c:1056 msgid "Action" msgstr "Akce" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Uložit" +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Uložit do:" -#: ../lib/screenshooter-dialogs.c:735 +#: ../lib/screenshooter-dialogs.c:1089 msgid "Save the screenshot to a PNG file" msgstr "Uložit snímek obrazovky do souboru PNG" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Uložit do výchozího umístění:" - -#: ../lib/screenshooter-dialogs.c:780 -msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" -msgstr "" -"Pokud je volba povolena, snímek obrazovky se uloží do výchozího umístění " -"nastaveného vpravo, aniž by se zobrazilo dialogové okno pro uložení" - -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" -msgstr "Výchozí umístění pro ukládání" +msgstr "Výchozí umístění pro uložení" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" -msgstr "Nastavení výchozího umístění pro ukládání" +msgstr "Nastavení výchozího umístění pro uložení" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Zkopírovat do schránky" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" -msgstr "" -"Zkopíruje snímek obrazovky do schránky, aby bylo možné jej později vložit " -"jinam" +msgstr "Zkopíruje snímek obrazovky do schránky, aby bylo možné jej později vložit jinam" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Otevřít pomocí:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Otevře snímek obrazovky ve zvolené aplikaci" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Aplikace:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 +#: ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Aplikace pro otevírání snímků obrazovky" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "Hostovat v galerii ZimageZ" + +#: ../lib/screenshooter-dialogs.c:1210 +#: ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "Snímek obrazovky bude hostován v galerii ZimageZ, bezplatnou službou pro hostování obrázků" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Uložit snímek obrazovky jako..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Informace o verzi" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "Inicializace spojení..." + +#: ../lib/screenshooter-zimagez.c:172 +#: ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 +#: ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 +#: ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"Při výměně dat XML došlo k chybě: %s (%d).\n" +" Snímek obrazovky nelze umístit na web." + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"Do následujících polí vyplňte uživatelské jméno, heslo a podrobnosti o snímku obrazovky\n" +"v galerii ZimageZ." + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "Ověřování údajů o uživateli..." + +#: ../lib/screenshooter-zimagez.c:305 +msgid "You must fill all the fields." +msgstr "Je nutné vyplnit všechna pole." + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "Přihlašování do galerie ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:436 +msgid "The user and the password you entered do not match. Please retry." +msgstr "Zadané uživatelské jméno nebo heslo není platné. Zadejte jej znovu." + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "Uložit snímek obrazovky na web..." + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "Při ukládání snímku obrazovky na web došlo k chybě." + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "Zavřít relaci na galerii ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "Podobnosti o snímku obrazovky pro galerii ZimageZ" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "Uživatel:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "Your Zimagez user name, if you do not have one yet please create one on the Web page linked above" +msgstr "Vaše uživatelské jméno v galerii Zimagez. Pokud ještě nemáte účet, vytvořte si jej kliknutím na odkaz na webovou stránku výše" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "Heslo:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "Heslo pro uživatele zmíněného výše" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "Titulek:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "The title of the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "Titulek snímku obrazovky, bude použit při zobrazení tohoto snímku v galerii Zimagez" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "Komentář:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "A comment on the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "Komentář snímku obrazovky, bude použit při zobrazení tohoto snímku v galerii Zimagez" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "Obrázek v plném rozlišení" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "Velký náhled" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "Malý náhled" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "Můj snímek obrazovky v galerii ZimageZ" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "Odkazy" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "Code for a thumbnail pointing to the full size image" +msgstr "Kód pro náhled odkazující na obrázek v plném rozlišení" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "Kód BBCode pro diskuzní fóra" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "Stav" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_Otevřít odkaz" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "Kopírovat adresu _odkazu" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Zpoždění před pořízením snímku obrazovky v sekundách" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" -msgstr "Nezobrazovat dialogové okno pro ukládání" +msgstr "Nezobrazovat dialogové okno pro uložení" + +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Nezobrazovat myš na snímku obrazovky" -#: ../src/main.c:72 +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Adresář pro uložení snímků obrazovky" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Informace o verzi" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -187,13 +365,33 @@ "%s: %s\n" "Úplný výpis dostupných voleb příkazové řádky získáte příkazem %s --help\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s není platným adresářem, použije se výchozí adresář." #: ../src/xfce4-screenshooter.desktop.in.in.h:2 #: ../panel-plugin/screenshooter.desktop.in.in.h:2 -msgid "" -"Take screenshots of the entire screen, of the active window or of a region" +msgid "Take screenshots of the entire screen, of the active window or of a region" msgstr "Pořizuje snímky celé obrazovky, aktivního okna nebo zvolené oblasti" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Pořídí snímek celé obrazovky" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Aplikace pro otevírání snímků obrazovky" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Nezobrazovat dialogové okno pro ukládání" +#~ msgid "Save by default to:" +#~ msgstr "Uložit do výchozího umístění:" +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Pokud je volba povolena, snímek obrazovky se uloží do výchozího umístění " +#~ "nastaveného vpravo, aniž by se zobrazilo dialogové okno pro uložení" + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/da.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/da.po --- xfce4-screenshooter-1.5.1/po/da.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/da.po 2009-06-04 12:58:48.000000000 +0100 @@ -5,10 +5,10 @@ # Per Kongstad , 2008, 09. msgid "" msgstr "" -"Project-Id-Version: xfce4-screenshooter 1.4.91\n" +"Project-Id-Version: xfce4-screenshooter 1.5.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2009-01-09 13:46+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-06-02 19:07+0100\n" "Last-Translator: Per Kongstad \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" @@ -18,168 +18,347 @@ "X-Poedit-Country: DENMARK\n" "X-Poedit-SourceCharset: utf-8\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" msgstr "Skærmbillede.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Skærmbillede-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Tag et skærmbillede" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb af %.2fKb" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Tag et skærmbillede" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Overførsel" + +#: ../lib/screenshooter-dialogs.c:600 +msgid "The screenshot is being transferred to:" +msgstr "Skærmbilledet bliver overført til:" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 +#: ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Skærmbillede" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Tag et skærmbillede" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Indstillinger" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" -msgstr "" -"Område til kopiering" +msgstr "Område til kopiering" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Hele skærmen" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 +#: ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Tag et skærmbillede af hele skærmen" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Aktive vindue" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 +#: ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Tag et skærmbillede af det aktive vindue" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Markér et område" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 -msgid "" -"Select a region to be captured by clicking a point of the screen without " -"releasing the mouse button, dragging your mouse to the other corner of the " -"region, and releasing the mouse button." -msgstr "" -"Markér et område til kopiering ved at klikke et startpunkt på skærmen uden " -"at slippe museknappen, og trække musen til slutpunkt af området, og derefter " -"slippe museknappen." - -#: ../lib/screenshooter-dialogs.c:614 -msgid "" -"Delay before taking the " -"screenshot" -msgstr "" -"Forsinkelse før skærmbilledet " -"tages" +#: ../lib/screenshooter-dialogs.c:872 +#: ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button." +msgstr "Markér et område til kopiering ved at klikke et startpunkt på skærmen uden at slippe museknappen, og trække musen til slutpunkt af området, og derefter slippe museknappen." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Fang musemarkøren" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "Vis musemarkøren på skærmbilledet" + +#: ../lib/screenshooter-dialogs.c:917 +msgid "Delay before capturing" +msgstr "Forsinkelse inden billede tages" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Forsinkelse i sekunder før skærmbilledet bliver taget" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "sekunder" -#: ../lib/screenshooter-dialogs.c:691 +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "Efter billedet er taget" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Vis gem-dialogen" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "The save dialog allows you to change the file name and the save location" +msgstr "Gemmedialogen tillader dig at ændre filnavnet og placeringen" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Afslut programmet" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "If unchecked, the current window will be displayed again after the screenshot has been taken to allow you to take several screenshots in a row" +msgstr "Hvis ej afkrydset, vil det aktuelle vindue blive vist igen, efter skærmbilledet er blevet taget, således du kan tage flere skærmbilleder efter hinanden" + +#: ../lib/screenshooter-dialogs.c:1056 msgid "Action" msgstr "Handling" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Gem" +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Gem i:" -#: ../lib/screenshooter-dialogs.c:735 +#: ../lib/screenshooter-dialogs.c:1089 msgid "Save the screenshot to a PNG file" msgstr "Gem skærmbilledet til en PNG-fil" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Gem som standard til:" - -#: ../lib/screenshooter-dialogs.c:780 -msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" -msgstr "" -"Hvis afkrydset, vil skærmbilledet som standard blive gemt til stedet " -"indstillet til højre uden visning af gem-dialog" - -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Standard-placering af fil" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Indstil standard-placering af fil" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" -msgstr "Kopiér til klippebordet" +msgstr "Kopiér til udklipsholderen" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" -msgstr "Kopiér skærmbilledet til klippebordet for senere indsætning" +msgstr "Kopiér skærmbilledet til udklipsholderen til senere indsætning" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Åbn med:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Åbn skærmbilledet med det valgte program" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Program:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 +#: ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Program til åbning af skærmbilledet" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "Host på ZimageZ" + +#: ../lib/screenshooter-dialogs.c:1210 +#: ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "Host skærmbilledet på ZimageZ. en fri online billed-hosting-tjeneste" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Gem skærmbillede som..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Versionsinformation" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "Initiér forbindelsen..." + +#: ../lib/screenshooter-zimagez.c:172 +#: ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 +#: ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 +#: ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"En fejl opstod under udveksling af XML: %s (%d).\n" +" Skærmbilledet kunne ikke overføres." -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"Arkivér venligst de følgende felter med dit ZimageZ \n" +"brugernavn, adgangskode og detaljer om skærmbilledet." + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "Kontrollér brugerinformationen..." + +#: ../lib/screenshooter-zimagez.c:305 +msgid "You must fill all the fields." +msgstr "Du skal udfylde alle felterne." + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "Logind til ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:436 +msgid "The user and the password you entered do not match. Please retry." +msgstr "Brugeren og adgangskoden som du indtastede stemmer ikke overens. Prøv igen." + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "Overfør skærmbilledet..." + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "En fejl opstod under overførsel af skærmbilledet." + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "Luk sessionen til ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "Detaljer om skærmbilledet til ZimageZ" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "Bruger:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "Your Zimagez user name, if you do not have one yet please create one on the Web page linked above" +msgstr "Dit ZimageZ-brugernavn. Hvis du endnu ikke har et, bedes du venligst oprette ét på netsiden linket til foroven" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "Adgangskode:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "Adgangskoden til brugeren for oven" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "Titel:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "The title of the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "Titlen på skærmbilledet. Det vil blive brugt ved visning af skærmbilledet på ZimageZ" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "Kommentar:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "A comment on the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "En kommentar på skærmbilledet. Det vil blive brugt når skærmbilledet vises på ZimageZ" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "Fuld størrelse billede" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "Stor miniature" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "Lille miniature" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "Mine skærmbilleder på ZimageZ" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "Links" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "Code for a thumbnail pointing to the full size image" +msgstr "Kode for en miniature som peger på billedet i fuld størrelse" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "BBCode til fora" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "Status" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_Åbn link" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "Kopiér _linkadresse" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Forsinkelse i sekunder før skærmbilledet tages" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Vis ikke gem-dialogen" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Vis ikke musen på skærmbilledet" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Katalog hvor skærmbilledet vil blive gemt" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Versionsinformation" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -188,14 +367,41 @@ "%s: %s\n" "Prøv %s --help for at se en liste med mulige kommandolinjetilvalg.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s er ikke et gyldigt katalog. Standardkataloget vil blive brugt." #: ../src/xfce4-screenshooter.desktop.in.in.h:2 #: ../panel-plugin/screenshooter.desktop.in.in.h:2 -msgid "" -"Take screenshots of the entire screen, of the active window or of a region" -msgstr "" -"Tag skærmbillede af hele skærmen, af det aktive vindue eller af et område" +msgid "Take screenshots of the entire screen, of the active window or of a region" +msgstr "Tag skærmbillede af hele skærmen, af det aktive vindue eller af et område" + +#~ msgid "Uploading to ZimageZ..." +#~ msgstr "Overfører til ZimageZ..." +#~ msgid "Upload the screenshot to ZimageZ©, a free Web hosting solution" +#~ msgstr "" +#~ "Overfør skærmbilledet til ZimageZ. en fri online billed-hosting-tjeneste" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Tag et skærmbillede af hele skærmen" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Program til åbning af skærmbilledet" +#~ msgid "%i bytes remaining" +#~ msgstr "%i byte tilbage" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Vis ikke gem-dialogen" +#~ msgid "Save by default to:" +#~ msgstr "Gem som standard til:" +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Hvis afkrydset, vil skærmbilledet som standard blive gemt til stedet " +#~ "indstillet til højre uden visning af gem-dialog" + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/de.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/de.po --- xfce4-screenshooter-1.5.1/po/de.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/de.po 2009-05-31 13:02:52.000000000 +0100 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter-plugin 1.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2009-01-15 22:37+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-04-14 23:34+0200\n" "Last-Translator: Fabian Nowak \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -17,64 +17,74 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" msgstr "Bildschirmfoto.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Bildschirmfoto-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Bildschirmfoto erstellen" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb von %.2fKb" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Bildschirmfoto erstellen" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Übertragen" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "" +"Das Bildschirmfoto wird " +"übertragen nach:" + +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Bildschirmfoto" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Bildschirmfoto erstellen" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Einstellungen" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "Aufnahmebereich" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Ganzer Bildschirm" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Bildschirmfoto des ganzen Bildschirms erstellen" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Aktives Fenster" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Bildschirmfoto des aktuellen Fensters erstellen" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Bereich auswählen" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " @@ -84,102 +94,306 @@ "Bildschirm klicken, ohne die Maustaste loszulassen, den Mauszeiger dann an " "das entgegengesetzte Ende des Bereichs ziehen und die Taste loslassen." -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Mauszeiger aufnehmen" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "Den Mauszeiger im Bildschirmfoto mitanzeigen" + +#: ../lib/screenshooter-dialogs.c:917 msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -"Verzögerung, bevor das " -"Bildschirmfoto erstellt wird" +"Verzögerung vor der Aufnahme" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Verzögerung in Sekunden vor Erstellung des Bildschirmfotos" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "Sekunden" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" -msgstr "Aktion" +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "" +"Nach der Aufnahme" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Speichern" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Den Speichern-Dialog zeigen" -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" -msgstr "Bildschirmfoto als PNG-Datei speichern" +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" +"Mit dem Speichern-Dialog kann man den Dateinamen und Speicherort angeben" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Voreingestellter Speicherort:" +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Anwendung schließen" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" msgstr "" -"Wenn dies ausgewählt ist, wird das Bildschirmfoto an dem rechts angegebenen " -"Speicherort abgelegt, ohne einen Dialog anzuzeigen." +"Wenn dies nicht ausgewählt ist, wird das derzeitige Fenster wieder " +"angezeigt, nachdem das Bildschirmfoto gemacht wurde, damit mehrere " +"Bildschirmfotos hintereinander aufgenommen werden können." + +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Aktion" -#: ../lib/screenshooter-dialogs.c:785 +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Speichern unter:" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Bildschirmfoto als PNG-Datei speichern" + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Voreingestellter Speicherort" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Voreingestellten Speicherort angeben" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "In die Zwischenablage kopieren" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "" "Das Bildschirmfoto in die Zwischenablage kopieren, so dass es später " "eingefügt werden kann" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Öffnen mit:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Bildschirmfoto mit der angegebenen Anwendung öffnen" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Anwendung:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Anwendung zum Öffnen des Bildschirmfotos" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Speichere Bildschirmfoto als ..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Versionsinformation" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "Aufnahmebereich" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "" +"Das Bildschirmfoto wird " +"übertragen nach:" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Bildschirmfoto erstellen" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Verzögerung in Sekunden vor Erstellung des Bildschirmfotos" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Verzögerung in Sekunden vor Erstellung des Bildschirmfotos" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Aktion" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Verzögerung, bevor das " +"Bildschirmfoto erstellt wird" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Aktion" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Öffnen mit:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Verzögerung in Sekunden vor Erstellung des Bildschirmfotos" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Den Speichern-Dialog nicht anzeigen" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Den Mauszeiger iauf dem Bildschirmfoto nicht anzeigen" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Das Verzeichnis, in dem das Bildschirmfoto gespeichert werden soll" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Versionsinformation" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -188,7 +402,7 @@ "%s: %s\n" "Geben Sie »%s --help« ein, um Informationen über die Verwendung zu erhalten.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "" @@ -201,3 +415,25 @@ msgstr "" "Bildschirmfoto des ganzen Bildschirms, des aktuellen Fensters oder eines " "Bereichs erstellen" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Bildschirmfoto des ganzen Bildschirms erstellen" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Anwendung zum Öffnen des Bildschirmfotos" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Den Speichern-Dialog nicht anzeigen" + +#~ msgid "Save by default to:" +#~ msgstr "Voreingestellter Speicherort:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Wenn dies ausgewählt ist, wird das Bildschirmfoto an dem rechts " +#~ "angegebenen Speicherort abgelegt, ohne einen Dialog anzuzeigen." diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/el.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/el.po --- xfce4-screenshooter-1.5.1/po/el.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/el.po 2009-05-31 13:02:52.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" "PO-Revision-Date: 2009-01-12 20:00+0200\n" "Last-Translator: Evaggelos Balaskas \n" "Language-Team: Greek \n" @@ -19,66 +19,76 @@ "X-Generator: Lokalize 0.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 +#, fuzzy msgid "Screenshot.png" msgstr "Στιγμιότυπο.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Στιγμιότυπο-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Λήψη στιγμιοτύπου οθόνης" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Λήψη του στιγμιοτύπου οθόνης" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:600 +#, fuzzy +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "Ενέργεια" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Στιγμιότυπο οθόνης" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Λήψη στιγμιοτύπου οθόνης" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Προτιμήσεις" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "" "Προεπιλεγμένη περιοχή " "αρπαγής" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Ολόκληρη την οθόνη" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Λήψη στιγμιοτύπου οθόνης ολόκληρης της οθόνης" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Ενεργό παράθυρο" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Λήψη στιγμιοτύπου οθόνης του ενεργού παραθύρου" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Επιλογή περιοχής" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " @@ -88,103 +98,308 @@ "την απελευθέρωση του κουμπιού του ποντικιού, σύροντας το ποντίκι στην άλλη " "γωνία της περιοχής, και απελευθέρωση του κουμπιού του ποντικιού." -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "Μη εμφάνιση του διαλόγου αποθήκευσης" + +#: ../lib/screenshooter-dialogs.c:917 +#, fuzzy msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -"Καθυστέρηση πριν την λήψη του " -"στιγμιοτύπου οθόνης" +"Προεπιλεγμένη περιοχή " +"αρπαγής" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Καθυστέρηση σε δευτερόλεπτα πριν την ληψη του στιγμιοτύπου οθόνης" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "δευτερόλεπτα" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" +#: ../lib/screenshooter-dialogs.c:984 +#, fuzzy +msgid "After capturing" msgstr "Ενέργεια" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Αποθήκευση" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +#, fuzzy +msgid "Show the save dialog" +msgstr "Μη εμφάνιση του διαλόγου αποθήκευσης" -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" -msgstr "Αποθήκευση στιγμιοτύπου σε αρχείο PNG" +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Αποθήκευση στην προεπιλεγμένη τοποθεσία:" +#: ../lib/screenshooter-dialogs.c:1027 +#, fuzzy +msgid "Close the application" +msgstr "Εφαρμογή:" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" msgstr "" -"Εάν επιλεχθεί, το στιγμιότυπο οθόνης θα αποθηκευτεί στην προεπιλεγμένη " -"τοποθεσία που φαίνεται αριστερά χωρίς την εμφάνιση ενός παραθύρου διαλόγου " -"αποθήκευσης" -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Ενέργεια" + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +#, fuzzy +msgid "Save in:" +msgstr "Αποθήκευση" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Αποθήκευση στιγμιοτύπου σε αρχείο PNG" + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Προεπιλεγμένη τοποθεσία αποθήκευσης" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Ορισμός της προεπιλεγμένης τοποθεσίας αποθήκευσης" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Αντιγραφή στο πρόχειρο" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "" "Αντιγραφή του στιγμιοτύπου οθόνης στο πρόχειρο ώστε να μπορεί να επικολληθεί " "αργότερα" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Άνοιγμα με:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Άνοιγμα του στιγμιοτύπου οθόνης με την επιλεγμένη εφαρμογή" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Εφαρμογή:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Εφαρμογή να ανοίξει το στιγμιοτύπο οθόνης" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Αποθήκευση στιγμιοτύπου ως ... " -#: ../src/main.c:46 -msgid "Version information" -msgstr "Πληροφορίες έκδοσης" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Προεπιλεγμένη περιοχή " +"αρπαγής" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "Ενέργεια" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Λήψη του στιγμιοτύπου οθόνης" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Καθυστέρηση σε δευτερόλεπτα πριν την ληψη του στιγμιοτύπου οθόνης" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Καθυστέρηση σε δευτερόλεπτα πριν την ληψη του στιγμιοτύπου οθόνης" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Ενέργεια" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Καθυστέρηση πριν την λήψη του " +"στιγμιοτύπου οθόνης" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Ενέργεια" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Άνοιγμα με:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Καθυστέρηση σε δευτερόλεπτα πριν την ληψη του στιγμιοτύπου οθόνης" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Μη εμφάνιση του διαλόγου αποθήκευσης" -#: ../src/main.c:72 +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr "Μη εμφάνιση του διαλόγου αποθήκευσης" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Κατάλογος στον οποίο θα αποθηκευτεί το στιγμιότυπο οθόνης" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Πληροφορίες έκδοσης" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -194,7 +409,7 @@ "Δοκίμασε %s --help για να δεις μία πλήρη λίστα με τις διαθέσιμες επιλογές " "της γραμμής εντολών.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "" @@ -207,3 +422,26 @@ msgstr "" "Λήψη στιγμιοτύπου οθόνης ολόκληρης της οθόνης, του ενεργού παραθύρου ή της " "περιοχής" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Λήψη στιγμιοτύπου οθόνης ολόκληρης της οθόνης" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Εφαρμογή να ανοίξει το στιγμιοτύπο οθόνης" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Μη εμφάνιση του διαλόγου αποθήκευσης" + +#~ msgid "Save by default to:" +#~ msgstr "Αποθήκευση στην προεπιλεγμένη τοποθεσία:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Εάν επιλεχθεί, το στιγμιότυπο οθόνης θα αποθηκευτεί στην προεπιλεγμένη " +#~ "τοποθεσία που φαίνεται αριστερά χωρίς την εμφάνιση ενός παραθύρου " +#~ "διαλόγου αποθήκευσης" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/en_GB.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/en_GB.po --- xfce4-screenshooter-1.5.1/po/en_GB.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/en_GB.po 2009-05-31 13:02:52.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter-plugin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" "PO-Revision-Date: 2009-01-11 23:29+1100\n" "Last-Translator: Jeff Bailes \n" "Language-Team: English/GB \n" @@ -19,65 +19,75 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 +#, fuzzy msgid "Screenshot.png" msgstr "Screenshot.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Screenshot-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Take a screenshot" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Take the screenshot" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:600 +#, fuzzy +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "Action" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Screenshot" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Take a screenshot" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Preferences" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "" "Region to capture" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Entire screen" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Take a screenshot of the entire screen" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Active window" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Take a screenshot of the active window" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Select a region" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " @@ -87,100 +97,304 @@ "releasing the mouse button, dragging your mouse to the other corner of the " "region, and releasing the mouse button." -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "Do not display the save dialogue" + +#: ../lib/screenshooter-dialogs.c:917 +#, fuzzy msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -"Delay before taking the " -"screenshot" +"Region to capture" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Delay in seconds before the screenshot is taken" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "seconds" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" +#: ../lib/screenshooter-dialogs.c:984 +#, fuzzy +msgid "After capturing" msgstr "Action" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Save" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +#, fuzzy +msgid "Show the save dialog" +msgstr "Do not display the save dialogue" -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" -msgstr "Save the screenshot to a PNG file" +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Save by default to:" +#: ../lib/screenshooter-dialogs.c:1027 +#, fuzzy +msgid "Close the application" +msgstr "Application:" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" msgstr "" -"If ticked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialogue" -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Action" + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +#, fuzzy +msgid "Save in:" +msgstr "Save" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Save the screenshot to a PNG file" + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Default save location" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Set the default save location" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Copy to the clipboard" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "Copy the screenshot to the clipboard so that it can be pasted later" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Open with:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Open the screenshot with the chosen application" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Application:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Application to open the screenshot" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Save screenshot as..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Version information" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Region to capture" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "Action" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Take the screenshot" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Delay in seconds before the screenshot is taken" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Delay in seconds before the screenshot is taken" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Action" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Delay before taking the " +"screenshot" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Action" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Open with:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Delay in seconds before taking the screenshot" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Do not display the save dialogue" -#: ../src/main.c:72 +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr "Do not display the save dialogue" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Directory where the screenshot will be saved" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Version information" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -189,7 +403,7 @@ "%s: %s\n" "Try %s --help to see a full list of available command line options.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s is not a valid directory, the default directory will be used." @@ -200,3 +414,25 @@ "Take screenshots of the entire screen, of the active window or of a region" msgstr "" "Take screenshots of the entire screen, of the active window or of a region" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Take a screenshot of the entire screen" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Application to open the screenshot" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Do not display the save dialogue" + +#~ msgid "Save by default to:" +#~ msgstr "Save by default to:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "If ticked, the screenshot will be saved by default to the location set on " +#~ "the right without displaying a save dialogue" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/es.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/es.po --- xfce4-screenshooter-1.5.1/po/es.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/es.po 2009-06-12 16:38:36.000000000 +0100 @@ -8,9 +8,9 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2009-01-11 16:01+0100\n" -"Last-Translator: Abel Martín \n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-06-10 20:01-0300\n" +"Last-Translator: elega \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,185 +19,382 @@ "X-Poedit-Country: SPAIN\n" "X-Poedit-SourceCharset: utf-8\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" msgstr "Captura de pantalla.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Captura de pantalla-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Realizar una captura de pantalla" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb de %.2fKb" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Realizar la captura de pantalla" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Transferencia" + +#: ../lib/screenshooter-dialogs.c:600 +msgid "The screenshot is being transferred to:" +msgstr "La captura de pantalla está siendo transfirienda a:" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 +#: ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Captura de pantalla" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Tome una captura de pantalla" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Preferencias" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "Zona a capturar" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Toda la pantalla" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 +#: ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Realizar una captura de toda la pantalla" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Ventana activa" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 +#: ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" -msgstr "Hacer captura de pantalla de la ventana activa" +msgstr "Hacer una captura de pantalla de la ventana activa" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Seleccionar una región" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 -msgid "" -"Select a region to be captured by clicking a point of the screen without " -"releasing the mouse button, dragging your mouse to the other corner of the " -"region, and releasing the mouse button." -msgstr "" -"Seleccione una zona para ser capturada haciendo click en un punto de la " -"pantalla sin soltar el botón del ratón, arrastrando el ratón a la otra " -"esquina de la zona y soltando el botón del ratón." - -#: ../lib/screenshooter-dialogs.c:614 -msgid "" -"Delay before taking the " -"screenshot" -msgstr "" -"Retraso antes de capturar la " -"pantalla" +#: ../lib/screenshooter-dialogs.c:872 +#: ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button." +msgstr "Seleccione una zona para ser capturada haciendo click en un punto de la pantalla sin soltar el botón del ratón, arrastrando el ratón a la otra esquina de la zona y soltando el botón del ratón." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Capturar el puntero del ratón" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "Mostrar el puntero del ratón en la captura de pantalla" + +#: ../lib/screenshooter-dialogs.c:917 +msgid "Delay before capturing" +msgstr "Demora antes de capturar" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Retraso en segundos antes de que se capture la pantalla" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "segundos" -#: ../lib/screenshooter-dialogs.c:691 +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "Antes de capturar" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Mostrar el cuadro de diálogo guardar" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "The save dialog allows you to change the file name and the save location" +msgstr "El cuadro de diálogo guardar le permite cambiar el nombre del archivo y el lugar donde se guarda" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Cerrar la aplicación" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "If unchecked, the current window will be displayed again after the screenshot has been taken to allow you to take several screenshots in a row" +msgstr "Si está sin marcar, la ventana actual se mostrará de nuevo después de la captura de pantalla; se han tomado medidas para permitir que usted tome varias capturas de pantalla en una fila" + +#: ../lib/screenshooter-dialogs.c:1056 msgid "Action" msgstr "Acción" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Guardar" +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Guardar en:" -#: ../lib/screenshooter-dialogs.c:735 +#: ../lib/screenshooter-dialogs.c:1089 msgid "Save the screenshot to a PNG file" -msgstr "Guardar captura de pantalla en un archivo PNG" - -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Guardar por defecto como:" +msgstr "Guardar la captura de pantalla en un archivo PNG" -#: ../lib/screenshooter-dialogs.c:780 -msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" -msgstr "" -"Si está habilitado, la captura de pantalla será guardada por defecto a la " -"localización configurada a la derecha, sin mostrar un diálogo de guardar" - -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Lugar predeterminado donde guardar" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Configurar el lugar predeterminado para guardar" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Copiar al portapapeles" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" -msgstr "" -"Copiar la captura de pantalla al portapapeles para poder ser pegada después" +msgstr "Copiar la captura de pantalla al portapapeles para poder ser pegada después" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Abrir con:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Abrir la captura de pantalla con la aplicación elegida" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Aplicación:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 +#: ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Aplicación para abrir la captura de pantalla" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "Alojar en ZimageZ" + +#: ../lib/screenshooter-dialogs.c:1210 +#: ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "Alojar la captura de pantalla en ZimageZ, un servicio gratuito de alojamiento de imágenes en línea" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." -msgstr "Guardar captura de pantalla como..." +msgstr "Guardar la captura de pantalla como..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Información de versión" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "Iniciar la conexión..." + +#: ../lib/screenshooter-zimagez.c:172 +#: ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 +#: ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 +#: ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"Se ha producido un error durante el intercambio de XML: %s (%d).\n" +"La captura de pantalla no puede ser cargada." + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"Por favor, complete los siguientes campos con su ZimageZ \n" +"nombre de usuario, contraseña y detalles acerca de la captura de pantalla." + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "Compruebe la información del usuario..." + +#: ../lib/screenshooter-zimagez.c:305 +msgid "You must fill all the fields." +msgstr "Usted debe llenar todos los campos." + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "Iniciar sesión en ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:436 +msgid "The user and the password you entered do not match. Please retry." +msgstr "El usuario y la contraseña que ha introducido no coinciden. Por favor, inténtelo de nuevo." + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "Subir la captura de pantalla..." + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "Se ha producido un error al subir la captura de pantalla." + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "Cerrar la sesión en ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "Detalles sobre la captura de pantalla para ZimageZ" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "Usuario:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "Your Zimagez user name, if you do not have one yet please create one on the Web page linked above" +msgstr "Su nombre de usuario Zimagez , si usted no tiene por favor cree uno en la página web enlazada anteriormente" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "Contraseña:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "La contraseña para el usuario anterior" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "Título:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "The title of the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "El título de la captura de pantalla, se utilizará cuando se muestre la captura de pantalla en ZimageZ" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "Comentario:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "A comment on the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "El comentario de la captura de pantalla, se utilizará cuando se muestre la captura de pantalla en ZimageZ" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "Imagen a tamaño completo" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "Miniatura grande" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "Miniatura pequeña" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "Mi captura de pantalla en ZimageZ" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "Enlaces" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "Code for a thumbnail pointing to the full size image" +msgstr "Código para una miniatura que apunta a la imagen a tamaño completo" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "BBconde de foros" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "Estado" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_Abrir enlace" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "Copiar dirección del _enlace" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Retraso en segundos antes de la captura de pantalla" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "No mostrar el diálogo de guardar" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "No mostrar el ratón en la captura de pantalla" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Directorio donde se guardará la captura de pantalla" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Información de versión" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" "Try %s --help to see a full list of available command line options.\n" msgstr "" "%s: %s\n" -"Pruebe %s --help para ver una lista completa de opciones de línea de " -"comandos.\n" +"Pruebe %s --help para ver una lista completa de opciones de línea de comandos.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s no es un directorio válido, se empleará el directorio por defecto." #: ../src/xfce4-screenshooter.desktop.in.in.h:2 #: ../panel-plugin/screenshooter.desktop.in.in.h:2 -msgid "" -"Take screenshots of the entire screen, of the active window or of a region" -msgstr "" -"Realiza capturas de la pantalla completa, de la ventana activa o de una zona" +msgid "Take screenshots of the entire screen, of the active window or of a region" +msgstr "Realiza capturas de la pantalla completa, de la ventana activa o de una zona" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Realizar una captura de toda la pantalla" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Aplicación para abrir la captura de pantalla" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "No mostrar el diálogo de guardar" +#~ msgid "Save by default to:" +#~ msgstr "Guardar por defecto como:" +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Si está habilitado, la captura de pantalla será guardada por defecto a la " +#~ "localización configurada a la derecha, sin mostrar un diálogo de guardar" + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/et.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/et.po --- xfce4-screenshooter-1.5.1/po/et.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/et.po 2009-05-31 13:02:52.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" "PO-Revision-Date: \n" "Last-Translator: kristjan \n" "Language-Team: \n" @@ -10,64 +10,74 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 +#, fuzzy msgid "Screenshot.png" msgstr "Ekraanipilt.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Ekraanipilt-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Tee ekraanipilt" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Tee ekraanipilt" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:600 +#, fuzzy +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "Toiming" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Ekraanipilt" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Tee ekraanipilt" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Eelistused" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "Pildistatav ala" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Kogu ekraan" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Tee ekraanipilt kogu ekraanist" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Käsilolev aken" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Tee ekraanipilt käsilolevast aknast" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Vali ala" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " @@ -76,100 +86,302 @@ "Pildistatava ala valimiseks klõpsake ekraanile ilma nuppu lahti laskmata, " "lohistage osuti teise valitava ala otsa, ning laske hiirenupp lahti." -#: ../lib/screenshooter-dialogs.c:614 -msgid "" -"Delay before taking the " -"screenshot" +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" msgstr "" -"Viivitus enne ekraanipildi " -"tegemist" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "Salvestusdialoogi mitte näidata" + +#: ../lib/screenshooter-dialogs.c:917 +#, fuzzy +msgid "" +"Delay before capturing" +msgstr "Pildistatav ala" + +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Viivitus sekundites enne ekraanipildi tegemist" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "sekundit" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" +#: ../lib/screenshooter-dialogs.c:984 +#, fuzzy +msgid "After capturing" msgstr "Toiming" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Salvesta" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +#, fuzzy +msgid "Show the save dialog" +msgstr "Salvestusdialoogi mitte näidata" -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" -msgstr "Salvesta ekraanipilt PNG-säilikuna" +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Vaikimisi salvesta asukohta:" +#: ../lib/screenshooter-dialogs.c:1027 +#, fuzzy +msgid "Close the application" +msgstr "Rakendus:" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" msgstr "" -"Kui see on valitud, siis ekraanipilt salvestatakse paremal määratud asukohta " -"ilma salvestusdialoogi näitamata" -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Toiming" + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +#, fuzzy +msgid "Save in:" +msgstr "Salvesta" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Salvesta ekraanipilt PNG-säilikuna" + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Vaikimisi salvestamise asukoht" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Määrake vaikimisi salvestamise asukoht" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Kopeeri lõikepuhvrisse" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "Kopeeri ekraanipilt lõikepuhvrisse, et seda hiljem asetada" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Ava kasutades:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Ava ekraanipilt valitud rakendusega" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Rakendus:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Ekraanipildi avamise rakendus" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Salvesta ekraanipilt kui..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Versiooniteave" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "Pildistatav ala" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "Toiming" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Tee ekraanipilt" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Viivitus sekundites enne ekraanipildi tegemist" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Viivitus sekundites enne ekraanipildi tegemist" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Toiming" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Viivitus enne ekraanipildi " +"tegemist" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Toiming" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Ava kasutades:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Viivitus sekundites enne ekraanipildi tegemist" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Salvestusdialoogi mitte näidata" -#: ../src/main.c:72 +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr "Salvestusdialoogi mitte näidata" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Kataloog kuhu ekraanipildid salvestatakse" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Versiooniteave" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -178,7 +390,7 @@ "%s: %s\n" "%s --help Näitab täieliku loendit käsurea valikutest.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s ei ole korrektne asukoht, kasutatakse vaikimisi kataloogi." @@ -188,3 +400,25 @@ msgid "" "Take screenshots of the entire screen, of the active window or of a region" msgstr "Tehke ekraanipildid tervest ekraanist, käsilolevast aknast või alast" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Tee ekraanipilt kogu ekraanist" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Ekraanipildi avamise rakendus" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Salvestusdialoogi mitte näidata" + +#~ msgid "Save by default to:" +#~ msgstr "Vaikimisi salvesta asukohta:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Kui see on valitud, siis ekraanipilt salvestatakse paremal määratud " +#~ "asukohta ilma salvestusdialoogi näitamata" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/eu.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/eu.po --- xfce4-screenshooter-1.5.1/po/eu.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/eu.po 2009-06-14 08:28:40.000000000 +0100 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2009-01-28 01:25+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-06-14 00:00+0200\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" "MIME-Version: 1.0\n" @@ -17,65 +17,72 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" msgstr "Pantaila-argazkia.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Pantaila-argazkia-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Atera pantaila-argazkia bat" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb %.2fKb-tik" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Atera pantaila-argazkia bat" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Transferitu" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "Pantaila argazkia hona transferitzen ari da:" + +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Pantaila-argazkia" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Atera pantaila-argazkia bat" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Hobespenak" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" -msgstr "" -"Kapturatzeko eremua" +msgstr "Kapturatzeko eremua" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Pantaila osoa" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Atera pantaila osoaren pantaila-argazkia" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Leiho aktiboa" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Atera leiho aktiboaren pantaila-argazkia" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Hautatu eremu bat" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " @@ -85,100 +92,297 @@ "sagu botoia askatu gabe arrastratu kurtsorea eremuaren beste ertzera, han " "sagu botoia askatuaz." -#: ../lib/screenshooter-dialogs.c:614 -msgid "" -"Delay before taking the " -"screenshot" -msgstr "" -"Atzeratu pantaila-argazkia " -"atera aurretik" +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Kapturatu sagu markatzailea" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "Bistarazi sagu markatzailea pantaila-argazkian." + +#: ../lib/screenshooter-dialogs.c:917 +msgid "Delay before capturing" +msgstr "Kapturatu arreko atzerapena" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Pantaila-argazkia atera aurretiko atzerapena segundotan" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "segundu" -#: ../lib/screenshooter-dialogs.c:691 +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "Kapturatu ondoren" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Erakutsi gordetze elkarrizketa" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "The save dialog allows you to change the file name and the save location" +msgstr "Gordetze leihoan fitxategi izena eta gordetze kokapena aldatu ditzakezu" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Itxi aplikazioa:" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" +"Hautaturik ez badago, leihoa hau bistaraziko da berriz pantaila-argazkia " +"atera ondoren zuri pantaila-argazki anitz ateratzeko aukera emateko" + +#: ../lib/screenshooter-dialogs.c:1056 msgid "Action" msgstr "Ekintza" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Gorde" +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Gorde hemen:" -#: ../lib/screenshooter-dialogs.c:735 +#: ../lib/screenshooter-dialogs.c:1089 msgid "Save the screenshot to a PNG file" msgstr "Gorde pantaila-argazkia PNG fitxategi batetan" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Lehenespenez hemen gorde:" - -#: ../lib/screenshooter-dialogs.c:780 -msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" -msgstr "" -"Hautaturik bajadago pantaila-argazkia eskubian ezarritako lehenetsitako " -"kokalekuan gordeko da gordetze leihorik ireki gabe." - -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Lehenetsitako gordetze kokapena" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Ezarri lehenetsitako gordetze kokapena" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Kopiatu arbelera" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "Kopiatu pantaila-argazkia arbelera beranduago itsatsi ahal izateko" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Ireki honekin:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Ireki pantaila-argazkia hautatutako aplikazioarekin" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Aplikazioa:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Pantaila-argazkia irekitzeko aplikazioa" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "Ipini ZimageZ-en" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "Ipini irudia ZimageZ-en, doako sare bidezko irudi ostalaritza zerbitzu bat" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Gorde pantaila-argazkia honela ..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Bertsio argibideak" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "Abiarazi konexioa...." + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"Errore bat gertatu da XML trukatzean; %s (%d).\n" +" Pantaila-argazkia ezin izan da igo." + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"Mesedez bete hurrengo eremuak zure ZimageZ \n" +"erabiltzaile-izena, pasahitza eta argazkiari buruzko xehetasunekin." + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "Egiaztatu erabiltzaile datuak..." + +#: ../lib/screenshooter-zimagez.c:305 +msgid "" +"You " +"must fill all the fields." +msgstr "Eremu guztaik bete behar dituzu." + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "Saioa hasi ZimageZ-en..." + +#: ../lib/screenshooter-zimagez.c:436 +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "Idatzitako erabiltzailea eta pasahitza ez datoz bat. Saiatu berriro." + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "Igo pantaila-argazkia..." -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "Erreore bat gertatu da irudia igotzerakoan." + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "Itxi ZimageZ-rekiko saioa..." + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "ZimageZ-rako pantaila-argazkiaren xehetasunak" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "Erabiltzailea:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" +"Zure Zimagez erabiltzaile izena, konturik ez baduzu mesedez sortu ezazu " +"goiko loturako webgunean" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "Pasahitza:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "Aurreko erabiltzailearen pasahitza" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "Izenburua:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" +"Pantaila-argazkiaren izenburua, berau erabiliko da irudia ZimageZ-en " +"bistaratzean." + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "Iruzkina:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" +"Pantaila argazkiaren iruzkina, berau erabiliko da irudia ZimageZ-en " +"bistaratzean." + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "Tamaina osoko irudia" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "Argazkitxo handia" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "Argazkitxo txikia" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "Nire pantaila-argazkia ZimageZ-en" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "Loturak" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Code for a thumbnail pointing " +"to the full size image" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "Foroetarako BBCode" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "Egoera" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_Ireki lotura" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "Kopiatu _lotura helbidea" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Pantaila-argazkia ateratzeko atzerapena segundutan" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Ez erakutsi gordetze elkarrizketa" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Ez erakutsi sagua pantaila-argazkian" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Pantaila-argazkia gordeko den direktorioan" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Bertsio argibideak" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -187,15 +391,15 @@ "%s: %s\n" "Erabili %s --help komando-lerroko komando erabilgarriak ikusteko.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s ez baliozko direktorio bat, lehenetsitako direktorioa erabiliko da." #: ../src/xfce4-screenshooter.desktop.in.in.h:2 #: ../panel-plugin/screenshooter.desktop.in.in.h:2 -msgid "" -"Take screenshots of the entire screen, of the active window or of a region" +msgid "Take screenshots of the entire screen, of the active window or of a region" msgstr "" "Panataila osoaren, aktibo dagoen leihoaren edo panatailaren eremu baten " "pantaila-argazki bat egin" + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/fi.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/fi.po --- xfce4-screenshooter-1.5.1/po/fi.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/fi.po 2009-05-31 13:02:53.000000000 +0100 @@ -1,182 +1,392 @@ # Finnish translation for Xfce4 Screenshooter Plugin # Copyright (C) 2008 Jérôme Guelfucci -# This file is distributed under the same license as the xfce4-screenshooter-plugin package. +# This file is distributed under the same license as the xfce4-screenshooter package. # Elias Julkunen , 2008. # Jari Rahkonen , 2008-2009. # msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: xfce4-screenshooter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2009-01-27 15:24+0200\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-03-28 22:12+0200\n" "Last-Translator: Jari Rahkonen \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 +#, fuzzy msgid "Screenshot.png" msgstr "Kuvakaappaus.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Kuvakaappaus-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Kaappaa kuva" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Kaappaa kuva" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Siirto" + +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "" +"Kuvakaappausta siirretään " +"kohteeseen:" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Kuvakaappaus" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Kaappaa kuva" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Asetukset" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "Kaapattava alue" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Koko näyttö" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Kaappaa kuva koko näytöstä" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Aktiivinen ikkuna" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Kaappaa kuva aktiivisesta ikkunasta" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Valitse alue" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " "region, and releasing the mouse button." msgstr "" -"Valitaksesi kaapattavan alueen aseta hiiren osoitin haluamasi alueen " -"kulmaan, paina hiiren vasen painike pohjaan, siirrä osoitin alueen " -"vastakkaiseen kulmaan ja päästä painike ylös." +"Aseta hiiren osoitin kaapattavan alueen kulmaan, paina hiiren vasen painike " +"pohjaan, siirrä osoitin alueen vastakkaiseen kulmaan ja päästä painike ylös." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Sisällytä hiiren osoitin" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "Älä sisällytä hiiren osoitinta kuvakaappaukseen" -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:917 msgid "" -"Delay before taking the " -"screenshot" -msgstr "" -"Viive ennen kuvakaappauksen " -"ottamista" +"Delay before capturing" +msgstr "Kaappausviive" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Aika sekunteina ennen kuvakaappauksen ottamista" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "sekuntia" -#: ../lib/screenshooter-dialogs.c:691 +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "Lopuksi" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Näytä tallennusdialogi" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "Tallennusdialogissa voit vaihtaa tiedostonimeä ja tallennuskansiota" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Sulje sovellus" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1056 msgid "Action" msgstr "Tehtävä" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Tallenna" +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Tallennuskansio:" -#: ../lib/screenshooter-dialogs.c:735 +#: ../lib/screenshooter-dialogs.c:1089 msgid "Save the screenshot to a PNG file" msgstr "Tallenna kaappaus PNG-tiedostoon" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Oletustallennuskansio:" - -#: ../lib/screenshooter-dialogs.c:780 -msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" -msgstr "" -"Jos valitset tämän, kuvakaappaus tallennetaan oletusarvoisesti oikealla " -"asetettuun kansioon ilman tallennusdialogia" - -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Oletustallennuskansio" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Valitse oletustallennuskansio" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Kopioi leikepöydälle" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" -msgstr "Kopioi kuvakaappaus leikepöydälle, josta voit myöhemmin liittää sen" +msgstr "" +"Kopioi kuvakaappaus leikepöydälle, josta voit liittää sen haluamaasi " +"sovellukseen" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Avaa sovelluksessa:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Avaa kuvakaappaus valitussa sovelluksessa" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Sovellus:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Sovellus, jolla kaappaus avataan" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Tallenna kaappaus nimellä..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Versiotiedot" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "Kaapattava alue" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "" +"Kuvakaappausta siirretään " +"kohteeseen:" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Kaappaa kuva" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Aika sekunteina ennen kuvakaappauksen ottamista" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Aika sekunteina ennen kuvakaappauksen ottamista" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Tehtävä" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Viive ennen kuvakaappauksen " +"ottamista" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Tehtävä" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Avaa sovelluksessa:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Aika sekunteina ennen kuvakaappauksen ottamista" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Älä näytä tallennusdialogia" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Älä sisällytä hiiren osoitinta kuvakaappaukseen" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Kansio, johon kuvakaappaus tallennetaan" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Versiotiedot" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -185,7 +395,7 @@ "%s: %s\n" "Näet kaikki komentorivivalitsimet kirjoittamalla %s --help.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s ei ole kelvollinen kansio, joten käytetään oletuskansiota." @@ -196,3 +406,28 @@ "Take screenshots of the entire screen, of the active window or of a region" msgstr "" "Kaappaa kuvia koko näytöstä, aktiivisesta ikkunasta tai näytön alueesta" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Kaappaa kuva koko näytöstä" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Sovellus, jolla kaappaus avataan" + +#~ msgid "%i bytes remaining" +#~ msgstr "%i tavua jäljellä" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Älä näytä tallennusdialogia" + +#~ msgid "Save by default to:" +#~ msgstr "Oletustallennuskansio:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Jos valitset tämän, kuvakaappaus tallennetaan oletusarvoisesti oikealla " +#~ "asetettuun kansioon ilman tallennusdialogia" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/fr.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/fr.po --- xfce4-screenshooter-1.5.1/po/fr.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/fr.po 2009-05-31 13:03:35.000000000 +0100 @@ -1,78 +1,88 @@ -# French translation of the xfce4-screenshooter-plugin package. -# Copyright (C) 2006 Daniel Bobadilla Leal. -# This file is distributed under the same license as the xfce4-screenshooter-plugin package. +# French translation of the xfce4-screenshooter package. +# This file is distributed under the same license as the xfce4-screenshooter package. # Maximilian Schleiss , 2006-2008. +# Jérôme Guelfucci # msgid "" msgstr "" "Project-Id-Version: xfce4-screenshooter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2008-11-04 21:08+0100\n" -"Last-Translator: Maximilian Schleiss \n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-05-24 16:42+0200\n" +"Last-Translator: Jérôme Guelfucci \n" "Language-Team: French \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" msgstr "Capture.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Capture-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Prendre une capture d'écran" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb de %.2fKb" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Prendre la capture d'écran" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Transfert" + +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "" +"La capture d'écran est " +"transferée vers : " -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Capture d'écran" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Prendre une capture d'écran" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Préférences" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "Zone à capturer" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "L'écran tout entier" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Prendre une capture d'écran de l'écran tout entier" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "La fenêtre active" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Prendre une capture d'écran de la fenêtre active" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Sélectionner une zone" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " @@ -82,101 +92,310 @@ "relacher le bouton de la souris, puis en déplaçant votre souris jusqu'à " "l'autre coin de la zone, et en relachant le bouton de la souris." -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Inclure le pointeur de la souris" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "Afficher la souris sur la capture d'écran" + +#: ../lib/screenshooter-dialogs.c:917 msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -"Délai avant la prise de la " -"capture d'écran" +"Délai avant la capture" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Délai en secondes avant que la capture d'écran ne soit prise" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "secondes" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" -msgstr "Action" +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "" +"Après la capture " -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Sauvegarder" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Afficher la fenêtre de sauvegarde" -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" -msgstr "Sauvegarder la capture d'écran dans un fichier PNG" +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" +"La fenêtre de sauvegarde vous permet de changer le nom du fichier et " +"l'emplacement de sauvegarde" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Sauvegarder par défaut dans:" +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Fermer l'application" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" msgstr "" -"Si coché, la capture d'écran sera sauvegardée par défault dans l'emplacement " -"choisi à droite sans afficher de fenêtre de sauvegarde" +"Si décoché, la fenêtre actuelle sera affichée à nouveau après la prise de la " +"capture d'écran ce qui permet de prendre plusieurs captures à la suite." -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Action" + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Sauvegarder dans :" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Sauvegarder la capture d'écran dans un fichier PNG" + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Emplacement de sauvegarde par défaut" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Choisir l'emplacement de sauvegarde par défaut" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Copier dans le presse papier" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "" "Copier la capture d'écran dans le presse papier pour la coller plus tard" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Ouvrir avec:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Ouvrir la capture d'écran avec l'application choisie" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Application :" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Application pour ouvrir la capture d'écran" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "Héberger sur ZimageZ" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" +"Héberger la capture d'écran sur ZimageZ, un service en ligne gratuit " +"d'hébergement d'images" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Enregistrer la capture d'écran sous..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Informations sur la version" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "Initialisation de la connexion..." + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"Une erreur est survenue pendant l'échange XML: %s (%d).\n" +" La capture d'écran n'a pas pu être mise en ligne." + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"Merci de remplir les champs suivant avec votre nom d'utilisateur sur \n" +"ZimageZ, votre mot de passe et les " +"informations sur la capture d'écran." + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "Vérification des informations de l'utilisateur..." + +#: ../lib/screenshooter-zimagez.c:305 +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Vous " +"devez remplir tous les champs." + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "Identification sur ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:436 +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "" +"L' " +"utilisateur et le mot de passe entrés ne correspondent pas. Merci de " +"réessayer." + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "Mise en ligne de la capture d'écran..." + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" +"Une erreur est survenue lors de la mise en ligne de la capture d'écran." + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "Fermeture de la session sur ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "Information sur la capture d'écran pour ZimageZ" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "Utilisateur :" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" +"Votre identifiant ZimageZ, si bous n'en avez pas encore un, créez le en " +"cliquant sur le lien ci-dessus" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "Mot de passe :" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "Le mot de passe pour l'utilisateur ci-dessus" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "Titre :" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" +"Le titre de la capture d'écran, il sera utilisé par ZimageZ pour afficher la " +"capture d'écran" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "Commentaire :" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "Un commentaire sur la capture d'écran, il sera affiché sur ZimageZ" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "Image taille réelle" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "Grande miniature" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "Petite miniature" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "Ma capture d'écran sur ZimageZ" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "Liens" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Code pour une miniature " +"pointant vers l'image en taille réelle" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "BBCode pour les forums" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "Statut" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_Ouvrir le lien" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "Copier l'adress du _lien" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Délai en secondes avant la prise de la capture d'écran" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Ne pas afficher la fenêtre de sauvegarde" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Ne pas afficher la souris sur la capture d'écran" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Dossier où la capture d'écran sera enregistrée" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Informations sur la version" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -186,7 +405,7 @@ "Essayez %s --help pour afficher la liste des options de ligne de commande " "disponibles.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/gl.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/gl.po --- xfce4-screenshooter-1.5.1/po/gl.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/gl.po 2009-05-31 13:02:53.000000000 +0100 @@ -1,8 +1,8 @@ # Galician translation of xfce4-screenshoter-plugin -# Copyright (C) 2008 Leandro Regueiro +# Copyright (C) 2008-2009 Leandro Regueiro # This file is distributed under the same license as the xfce package. # -# Leandro Regueiro , 2008. +# Leandro Regueiro , 2008, 2009. # # Proxecto Trasno - Adaptación do software libre á lingua galega: Se desexas # colaborar connosco, podes atopar máis información en @@ -11,182 +11,426 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2008-06-24 20:02+0100\n" -"Last-Translator: Leandro Regueiro \n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-04-17 12:25+0100\n" +"Last-Translator: Leandro Regueiro \n" "Language-Team: Galician \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" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" -msgstr "" +msgstr "Captura de pantalla.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" -msgstr "" +msgstr "Captura de pantalla-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb de %.2fKb" + +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Transferir" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" msgstr "" +"Vaise transferir a captura de " +"pantalla a:" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" -msgstr "" +msgstr "Captura de pantalla" + +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Facer unha captura de pantalla" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" -msgstr "" +msgstr "Preferencias" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" -msgstr "" +msgstr "Zona a capturar" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" -msgstr "" +msgstr "Toda a pantalla" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" -msgstr "" +msgstr "Facer a captura de pantalla de toda a pantalla" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" -msgstr "" +msgstr "Ventá activa" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" -msgstr "" +msgstr "Facer unha captura de pantalla da ventá activa" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" -msgstr "" +msgstr "Seleccionar unha zona" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " "region, and releasing the mouse button." msgstr "" +"Seleccione unha zona para capturar premendo nun punto da pantalla sen soltar " +"o botón do rato, arrastrando o rato á esquina oposta da zona, e soltando o " +"botón do rato." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Capturar o punteiro do rato" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "Non mostrar o rato na captura de pantalla" -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:917 msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" +"Espera antes da captura" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" -msgstr "" +msgstr "Retraso en segundos antes de facer a captura" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "segundos" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "" +"Despois da captura" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Mostrar o diálogo de gardar" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" msgstr "" +"O diálogo de gardar permítelle cambiar o nome do ficheiro e a localización " +"onde se garda" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Pechar a aplicación" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" msgstr "" -#: ../lib/screenshooter-dialogs.c:735 +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Acción" + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Gardar en:" + +#: ../lib/screenshooter-dialogs.c:1089 msgid "Save the screenshot to a PNG file" +msgstr "Gardar a captura de pantalla nun ficheiro PNG" + +#: ../lib/screenshooter-dialogs.c:1104 +msgid "Default save location" +msgstr "Localización predeterminada para gardar" + +#: ../lib/screenshooter-dialogs.c:1114 +msgid "Set the default save location" +msgstr "Definir a localización predeterminada para gardar" + +#: ../lib/screenshooter-dialogs.c:1127 +msgid "Copy to the clipboard" +msgstr "Copiar ó portarretallos" + +#: ../lib/screenshooter-dialogs.c:1132 +msgid "Copy the screenshot to the clipboard so that it can be pasted later" +msgstr "" +"Copiar a captura de pantalla ó portarretallos para que se poida pegar despois" + +#: ../lib/screenshooter-dialogs.c:1147 +msgid "Open with:" +msgstr "Abrir con:" + +#: ../lib/screenshooter-dialogs.c:1158 +msgid "Open the screenshot with the chosen application" +msgstr "Abrir a captura de pantalla ca aplicación escollida" + +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 +msgid "Application to open the screenshot" +msgstr "Aplicación ca que abrir a captura de pantalla" + +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" msgstr "" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" msgstr "" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1255 +msgid "Save screenshot as..." +msgstr "Gardar a captura de pantalla coma..." + +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." msgstr "" -#: ../lib/screenshooter-dialogs.c:785 -msgid "Default save location" +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." msgstr "" -#: ../lib/screenshooter-dialogs.c:799 -msgid "Set the default save location" +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." msgstr "" -#: ../lib/screenshooter-dialogs.c:821 -msgid "Copy to the clipboard" +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "Zona a capturar" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." msgstr "" -#: ../lib/screenshooter-dialogs.c:831 -msgid "Copy the screenshot to the clipboard so that it can be pasted later" +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." msgstr "" +"Vaise transferir a captura de " +"pantalla a:" -#: ../lib/screenshooter-dialogs.c:849 -msgid "Open with:" +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Facer a captura de pantalla" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." msgstr "" -#: ../lib/screenshooter-dialogs.c:865 -msgid "Open the screenshot with the chosen application" +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." msgstr "" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Retraso en segundos antes de facer a captura" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" msgstr "" -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 -msgid "Application to open the screenshot" +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" msgstr "" -#: ../lib/screenshooter-dialogs.c:989 -msgid "Save screenshot as..." +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" msgstr "" -#: ../src/main.c:46 -msgid "Version information" -msgstr "Información de versión" +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" -#: ../src/main.c:64 -msgid "Delay in seconds before taking the screenshot" +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" msgstr "" -#: ../src/main.c:68 -msgid "Do not display the save dialog" +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" msgstr "" -#: ../src/main.c:72 -msgid "Directory where the screenshot will be saved" +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" msgstr "" -#: ../src/main.c:190 +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Retraso en segundos antes de facer a captura" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Acción" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Retraso antes de facer a " +"captura" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Acción" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Abrir con:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 +msgid "Delay in seconds before taking the screenshot" +msgstr "Retraso en segundos antes de facer a captura" + +#: ../src/main.c:63 +msgid "Do not display the save dialog" +msgstr "Non mostrar o diálogo de gardar" + +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Non mostrar o rato na captura de pantalla" + +#: ../src/main.c:85 +msgid "Directory where the screenshot will be saved" +msgstr "O directorio onde se vai gardar a captura de pantalla" + +#: ../src/main.c:99 +msgid "Version information" +msgstr "Información da versión" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" "Try %s --help to see a full list of available command line options.\n" msgstr "" +"%s: %s\n" +"Execute %s --help para ver unha lista completa das opcións dispoñibles.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." -msgstr "" +msgstr "%s non é un directorio válido, hase usar o directorio predeterminado." #: ../src/xfce4-screenshooter.desktop.in.in.h:2 #: ../panel-plugin/screenshooter.desktop.in.in.h:2 msgid "" "Take screenshots of the entire screen, of the active window or of a region" msgstr "" +"Facer capturas de pantalla de toda a pantalla, da ventá activa ou dunha zona" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Facer a captura de pantalla de toda a pantalla" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Aplicación ca que abrir a captura de pantalla" + +#~ msgid "%i bytes remaining" +#~ msgstr "quedan %i bytes" + +#~ msgid "Save by default to:" +#~ msgstr "Gardar por defecto en:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Se está marcado, a captura de pantalla hase gardar por defecto na " +#~ "localización definida á dereita, sen mostrar o diálogo de gardar" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/hr.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/hr.po --- xfce4-screenshooter-1.5.1/po/hr.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/hr.po 2009-05-31 13:02:53.000000000 +0100 @@ -7,177 +7,377 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter-plugin 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" "PO-Revision-Date: 2008-06-17 12:27+0100\n" "Last-Translator: Jérôme Guelfucci \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 #, fuzzy msgid "Screenshot.png" msgstr " Screenshot" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, fuzzy, c-format msgid "Screenshot-%d.png" msgstr " Screenshot" -#: ../lib/screenshooter-dialogs.c:465 -#, fuzzy -msgid "Take a screenshot" -msgstr " Uhvati screenshot" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -#, fuzzy -msgid "Take the screenshot" -msgstr " Uhvati screenshot" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 #, fuzzy msgid "Screenshot" msgstr " Screenshot" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +#, fuzzy +msgid "Take a screenshot" +msgstr " Uhvati screenshot" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 #, fuzzy msgid "Take a screenshot of the entire screen" msgstr "Uhvati screenshot desktopa" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Uhvati screenshot trenutnog prozora" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " "region, and releasing the mouse button." msgstr "" -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr " Uhvati screenshot" + +#: ../lib/screenshooter-dialogs.c:917 msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 #, fuzzy msgid "Delay in seconds before the screenshot is taken" msgstr "Odgoda u sekundama prije hvatanja screenshota" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" msgstr "" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" msgstr "" -#: ../lib/screenshooter-dialogs.c:735 -#, fuzzy -msgid "Save the screenshot to a PNG file" -msgstr "Snimi screenshot kao ..." +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" msgstr "" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" msgstr "" -#: ../lib/screenshooter-dialogs.c:785 +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1089 +#, fuzzy +msgid "Save the screenshot to a PNG file" +msgstr "Snimi screenshot kao ..." + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 #, fuzzy msgid "Application to open the screenshot" msgstr " Uhvati screenshot" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 #, fuzzy msgid "Save screenshot as..." msgstr "Snimi screenshot kao ..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Informacije o inačici" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +msgid "" +"You " +"must fill all the fields." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr " Uhvati screenshot" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Odgoda u sekundama prije hvatanja screenshota" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Odgoda u sekundama prije hvatanja screenshota" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "" -#: ../src/main.c:64 +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Odgoda u sekundama prije hvatanja screenshota" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "" -#: ../src/main.c:72 +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr " Uhvati screenshot" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Informacije o inačici" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -187,7 +387,7 @@ "Pokušajte %s --help kako biste vidjeli potpunu listu dostupni command-line " "parametara.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "" @@ -198,3 +398,11 @@ msgid "" "Take screenshots of the entire screen, of the active window or of a region" msgstr "Uhvati screenshot trenutnog prozora" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Uhvati screenshot desktopa" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr " Uhvati screenshot" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/hu.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/hu.po --- xfce4-screenshooter-1.5.1/po/hu.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/hu.po 2009-06-14 08:28:40.000000000 +0100 @@ -1,205 +1,390 @@ +# Hungarian translation of xfce4-screenshooter +# Copyright (C) 2009, Free Software Foundation, Inc. +# This file is distributed under the same license as the xfce4-screenshooter package. +# +# Gabor Kelemen , 2009. msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: untitled\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2008-07-12 19:16+0100\n" -"Last-Translator: SZERVÁC Attila \n" -"Language-Team: Hungarian\n" +"POT-Creation-Date: 2009-06-13 12:18+0200\n" +"PO-Revision-Date: 2009-06-13 18:36+0200\n" +"Last-Translator: Gabor Kelemen \n" +"Language-Team: Hungarian \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Poedit-Language: Hungarian\n" -"X-Poedit-Country: HUNGARY\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" msgstr "Képernyőkép.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Képernyőkép-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -#, fuzzy -msgid "Take a screenshot" -msgstr " Képernyőkép készítése" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb, összesen %.2fKb" -#: ../lib/screenshooter-dialogs.c:472 -#, fuzzy -msgid "Take the screenshot" -msgstr " Képernyőkép készítése" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Átvitel" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "A képernyőkép átvitele:" + +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 -#, fuzzy msgid "Screenshot" -msgstr " Képernyőkép" +msgstr "Képernyőkép" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Képernyőkép készítése" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" -msgstr "" +msgstr "Beállítások" -#: ../lib/screenshooter-dialogs.c:507 -#, fuzzy +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" -msgstr "" -"Alap mentési hely" +msgstr "Mentendő terület" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" -msgstr "" +msgstr "Teljes képernyő" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 -#, fuzzy +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" -msgstr "Felvétel készítése az asztalról" +msgstr "Képernyőkép készítése a teljes képernyőről" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" -msgstr "" +msgstr "Aktív ablak" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" -msgstr "Felvétel készítése az aktív ablakról" +msgstr "Képernyőkép készítése az aktív ablakról" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" -msgstr "" +msgstr "Válaszon területet" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " "region, and releasing the mouse button." -msgstr "" +msgstr "Válassza ki a lementeni kívánt területet a képernyő egy pontjára kattintva, majd az egérgomb felengedése nélkül húzza az egeret a terület másik sarkára és engedje fel a gombot." -#: ../lib/screenshooter-dialogs.c:614 -msgid "" -"Delay before taking the " -"screenshot" -msgstr "" -"Késleltetés a felvétel előtt" +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Egérmutató bevétele" -#: ../lib/screenshooter-dialogs.c:660 -#, fuzzy +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "Egérmutató megjelenítése a képernyőképen" + +#: ../lib/screenshooter-dialogs.c:917 +msgid "Delay before capturing" +msgstr "Késleltetés a felvétel előtt" + +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" -msgstr "A felvétel előtt késleltetés másodpercben" +msgstr "A képernyőkép készítése előtti késleltetés másodpercben" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "másodperc" -#: ../lib/screenshooter-dialogs.c:691 -#, fuzzy -msgid "Action" -msgstr "" -"Alap mentési hely" +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "Felvétel után" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Mentés ablak megjelenítése" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "The save dialog allows you to change the file name and the save location" +msgstr "A mentés ablak lehetővé teszi a fájlnév és a mentés helyének megadását" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Alkalmazás bezárása" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "" +#: ../lib/screenshooter-dialogs.c:1033 +msgid "" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "Ha nincs bejelölve, a jelenlegi ablak újra megjelenik a képernyőkép elkészülte után, így egymás után több képet is készíthet." -#: ../lib/screenshooter-dialogs.c:735 -#, fuzzy -msgid "Save the screenshot to a PNG file" -msgstr "Képernyőkép mentése mint ..." +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Művelet" -#: ../lib/screenshooter-dialogs.c:764 -#, fuzzy -msgid "Save by default to:" -msgstr "Alap mentési hely" +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Mentés ide:" -#: ../lib/screenshooter-dialogs.c:780 -msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" -msgstr "" +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Képernyőkép mentése PNG fájlba" -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" -msgstr "Alap mentési hely" +msgstr "Alapértelmezett mentési hely" -#: ../lib/screenshooter-dialogs.c:799 -#, fuzzy +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" -msgstr "Alap mentési hely" +msgstr "Az alapértelmezett mentési hely beállítása" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" -msgstr "" +msgstr "Másolás a vágólapra" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" -msgstr "" +msgstr "A képernyőkép másolása a vágólapra, így az beilleszthető lesz" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" -msgstr "" +msgstr "Megnyitás ezzel:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" -msgstr "" - -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "" +msgstr "Képernyőkép megnyitása a kiválasztott alkalmazással" -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 -#, fuzzy +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" -msgstr " Képernyőkép készítése" +msgstr "Alkalmazás a képernyő megnyitásához" -#: ../lib/screenshooter-dialogs.c:989 -#, fuzzy +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "Megosztás a ZimageZ-on" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "Képernyőkép megosztása a ZimageZ nevű ingyenes online képmegosztó oldalon" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." -msgstr "Képernyőkép mentése mint ..." +msgstr "Képernyőkép mentése másként…" -#: ../src/main.c:46 -msgid "Version information" -msgstr "Verzió adatok" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "Kapcsolat előkészítése…" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"Hiba történt az XML adatcsere során: %s (%d).\n" +"A képernyőkép nem tölthető fel." + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"Az alábbi mezőkben adja meg ZimageZ" +"felhasználói nevét,\n" +"jelszavát és a képernyőkép leírását." + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "Felhasználói információk ellenőrzése…" + +#: ../lib/screenshooter-zimagez.c:305 +msgid "" +"You " +"must fill all the fields." +msgstr "Ki kell töltenie az összes mezőt." + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "Bejelentkezés a ZimageZ oldalra…" + +#: ../lib/screenshooter-zimagez.c:436 +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "A felhasználónév és jelszó nem megfelelő. Próbálja újra." + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "Képernyőkép feltöltése…" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "Hiba történt a képernyőkép feltöltésekor." + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "Munkamenet bezárása a ZimageZ oldallal…" + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "A képernyőkép leírása a ZimageZ oldalra" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "Felhasználó:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "Az Ön ZimageZ felhasználóneve, ha nincs akkor hozzon létre egyet a fent hivatkozott weboldalon." + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "Jelszó:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "A fenti felhasználó jelszava" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "Cím:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "A képernyőkép címe, a képernyőkép megjelenítésekor lesz felhasználva" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "Megjegyzés:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "Megjegyzés a képernyőképhez, a képernyőkép megjelenítésekor lesz felhasználva" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "Teljes méretű kép" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "Nagy bélyegkép" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "Kis bélyegkép" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "A képernyőképem a ZimageZ oldalon" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "Hivatkozások" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "A teljes méretű képre mutató bélyegkép kódja" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "BBCode fórumokhoz" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "Állapot" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_Hivatkozás megnyitása" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "_Hivatkozás címének másolása" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" -msgstr "A felvétel előtt késleltetés másodpercben" +msgstr "Késleltetés a képernyőkép készítése előtt másodpercben" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" -msgstr "Ne mutasd a mentési párbeszédet" +msgstr "Ne jelenjen meg a mentés ablak" + +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Ne jelenjen meg az egér a képernyőképen" -#: ../src/main.c:72 +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" -msgstr "A képernyőkép mentési mappája" +msgstr "Könyvtár a képernyőképek mentéséhez" + +#: ../src/main.c:99 +msgid "Version information" +msgstr "Verzióinformációk" -#: ../src/main.c:190 +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" "Try %s --help to see a full list of available command line options.\n" msgstr "" "%s: %s\n" -"Próbáld ezt: %s --help az elérhető parancssori lehetőségek teljes " -"listájáért.\n" +"Az elérhető kapcsolók listájáért adja ki az %s --help parancsot.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." -msgstr "" +msgstr "%s nem érvényes könyvtár, az alapértelmezett kerül felhasználásra." #: ../src/xfce4-screenshooter.desktop.in.in.h:2 #: ../panel-plugin/screenshooter.desktop.in.in.h:2 -#, fuzzy -msgid "" -"Take screenshots of the entire screen, of the active window or of a region" -msgstr "Felvétel készítése az aktív ablakról" +msgid "Take screenshots of the entire screen, of the active window or of a region" +msgstr "Képernyőkép készítése a teljes képernyőről, egy ablakról vagy területről" + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/id.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/id.po --- xfce4-screenshooter-1.5.1/po/id.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/id.po 2009-06-13 16:13:53.000000000 +0100 @@ -1,79 +1,89 @@ # Indonesian translations for xfce4-screenshooter-plugin package. # Copyright (C) 2006 Daniel Bobadilla Leal. # This file is distributed under the same license as the xfce4-screenshooter-plugin package. -# Andhika Padmawan , 2008. +# Andhika Padmawan , 2009. # msgid "" msgstr "" "Project-Id-Version: xfce4-screenshooter-plugin 1.4.91\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2009-01-01 15:39+0700\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-06-10 23:39+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" msgstr "Cuplikanlayar.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Cuplikanlayar-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Ambil cuplikan layar" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb dari %.2fKb" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Ambil cuplikan layar" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Transfer" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "" +"Cuplikan layar sedang " +"ditransfer ke:" + +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Cuplikan Layar" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Ambil cuplikan layar" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Pengaturan" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "" "Daerah akan ditangkap" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Seluruh layar" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Ambil cuplikan layar dari seluruh layar" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Jendela aktif" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Ambil cuplikan layar jendela yang aktif" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Pilih daerah" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " @@ -83,100 +93,308 @@ "melepas tombol tetikus, tarik tetikus anda ke sudut yang lain, lalu lepas " "tombol tetikus." -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Tangkap penunjuk tetikus" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "Tampilkan penunjuk tetikus di cuplikan layar" + +#: ../lib/screenshooter-dialogs.c:917 msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -"Jeda sebelum mengambil " -"cuplikan layar" +"Jeda sebelum menangkap" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Jeda dalam detik sebelum cuplikan layar diambil" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "detik" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" -msgstr "Aksi" +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "" +"Setelah menangkap" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Simpan" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Tampilkan dialog simpan" -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" -msgstr "Simpan cuplikan layar sebagai berkas PNG" +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" +"Dialog simpan mengizinkan anda untuk mengubah nama berkas dan lokasi " +"penyimpanan" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Simpan dengan sendirinya ke:" +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Tutup aplikasi" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" msgstr "" -"Jika diperiksa, cuplikan layar akan tersimpan dengan sendirinya di lokasi " -"yang diatur di sebelah kanan tanpa menampilkan dialog penyimpanan." +"Jika tidak dicentang, jendela saat ini akan ditampilkan lagi setelah " +"cuplikan layar telah diambil sehingga anda dapat mengambil beberapa " +"cuplikan layar secara berurutan" + +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Aksi" -#: ../lib/screenshooter-dialogs.c:785 +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Simpan di:" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Simpan cuplikan layar sebagai berkas PNG" + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Lokasi penyimpanan standar" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Atur lokasi penyimpanan standar" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Salin ke papan klip" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "Simpan cuplikan layar ke papan klip agar dapat direkatkan nanti" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Buka dengan:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Buka cuplikan layar dengan aplikasi yang dipilih" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Aplikasi:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Aplikasi untuk membuka cuplikan layar" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "Simpan di ZimageZ" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "Simpan cuplikan layar di ZimageZ, layanan penyimpanan citra daring gratis" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Simpan cuplikan layar sebagai..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Informasi versi" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "Menginisialisasi koneksi..." + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"Galat terjadi ketika penukaran XML: %s (%d).\n" +" Cuplikan layar tak dapat diunggah." + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"Silakan isi ruang kosong berikut dengan nama pengguna, dan sandi " +"ZimageZ anda, \n" +"beserta detail dari cuplikan layar." + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "Cek informasi pengguna..." + +#: ../lib/screenshooter-zimagez.c:305 +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Anda " +"harus mengisi semua ruang kosong." + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "Log masuk ke ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:436 +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "" +"Nama " +"dan sandi yang anda masukkan tidak sesuai. Silakan ulangi." + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "Unggah cuplikan layar" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "Galat terjadi ketika menggunggah cuplikan layar." + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "Menutup sesi di ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "Detail tentang cuplikan layar untuk ZimageZ" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "Pengguna:" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" +"Nama pengguna ZimageZ anda, jika anda belum memilikinya silakan buat pada " +"tautan halaman web di atas" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "Sandi:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "Sandi untuk pengguna di atas" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "Judul:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" +"Judul cuplikan layar, judul akan digunakan ketika menampilkan cuplikan layar " +"di ZimageZ" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "Komentar:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" +"Komentar di cuplikan layar, komentar akan digunakan ketika menampilkan " +"cuplikan layar di ZimageZ" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "Citra ukuran penuh" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "Miniatur besar" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "Miniatur kecil" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "Cuplikan layar saya di ZimageZ" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "Tautan" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Kode untuk miniatur agar " +"menunjuk ke citra ukuran penuh" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "BBCode untuk forum" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "Status" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_Buka Tautan" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "Salin Alamat _Taut" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Jeda dalam detik sebelum mengambil cuplikan layar" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Jangan tampilkan dialog simpan" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Jangan tampilkan tetikus di cuplikan layar" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Direktori tempat cuplikan layar akan disimpan" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Informasi versi" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -186,15 +404,36 @@ "Gunakan %s --help untuk melihat senarai lengkap opsi baris perintah yang " "tersedia.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s bukan direktori yang sah, direktori standar yang akan digunakan." #: ../src/xfce4-screenshooter.desktop.in.in.h:2 #: ../panel-plugin/screenshooter.desktop.in.in.h:2 -#, fuzzy msgid "" "Take screenshots of the entire screen, of the active window or of a region" msgstr "" -"Ambil cuplikan layar seluruh layar,atau jendela yang aktif atau sebuah daerah" +"Ambil cuplikan layar dari seluruh layar, dari jendela yang aktif atau dari " +"sebuah daerah" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Ambil cuplikan layar dari seluruh layar" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Aplikasi untuk membuka cuplikan layar" + +#~ msgid "Display the save dialog" +#~ msgstr "Jangan tampilkan dialog simpan" + +#~ msgid "Save by default to:" +#~ msgstr "Simpan dengan sendirinya ke:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Jika diperiksa, cuplikan layar akan tersimpan dengan sendirinya di lokasi " +#~ "yang diatur di sebelah kanan tanpa menampilkan dialog penyimpanan." diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/it.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/it.po --- xfce4-screenshooter-1.5.1/po/it.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/it.po 2009-05-31 13:02:54.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" "PO-Revision-Date: 2009-01-27 20:51+0100\n" "Last-Translator: gianluca foddis \n" "Language-Team: it \n" @@ -19,65 +19,75 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 +#, fuzzy msgid "Screenshot.png" msgstr "Istantanea.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Istantanea-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Scatta un'istantanea" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Scatta l'istantanea" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:600 +#, fuzzy +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "Azione" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Istantanea" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Scatta un'istantanea" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Preferenze" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "" "Regione da catturare" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Schermo intero" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Scatta un'istantanea dell'intero schermo" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Finestra attiva" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Scatta un'istantanea della finestra attiva" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Seleziona una regione" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " @@ -87,102 +97,306 @@ "senza rilasciare il tasto del mouse, poi spostare il mouse nell'altro angolo " "della regione, quindi rilasciare il tasto del mouse." -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "Non mostrare il dialogo di salvataggio" + +#: ../lib/screenshooter-dialogs.c:917 +#, fuzzy msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -"Tempo da attendere prima di " -"scattare l'istantanea" +"Regione da catturare" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Ritardo, in secondi, prima di scattare l'istantanea" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "secondi" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" +#: ../lib/screenshooter-dialogs.c:984 +#, fuzzy +msgid "After capturing" msgstr "Azione" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Salva" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +#, fuzzy +msgid "Show the save dialog" +msgstr "Non mostrare il dialogo di salvataggio" -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" -msgstr "Salva l'istantanea come file PNG" +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Di norma, salva in:" +#: ../lib/screenshooter-dialogs.c:1027 +#, fuzzy +msgid "Close the application" +msgstr "Applicazione:" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" msgstr "" -"Se selezionato, l'istantanea verrà salvata nella posizione impostata a " -"destra senza mostrare alcuna finestra di dialogo" -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Azione" + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +#, fuzzy +msgid "Save in:" +msgstr "Salva" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Salva l'istantanea come file PNG" + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Posizione di salvataggio predefinita" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Imposta la posizione di salvataggio predefinita" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Copia negli appunti" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "" "Copia l'istantanea negli appunti in modo che possa essere incollata più " "tardi." -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Apri con:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Apri l'istantanea con l'applicazione scelta" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Applicazione:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Applicazione per aprire l'istantanea" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Salva l'istantanea come..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Informazioni sulla versione" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Regione da catturare" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "Azione" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Scatta l'istantanea" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Ritardo, in secondi, prima di scattare l'istantanea" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Ritardo, in secondi, prima di scattare l'istantanea" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Azione" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Tempo da attendere prima di " +"scattare l'istantanea" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Azione" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Apri con:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Ritardo, in secondi, prima di scattare l'istantanea" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Non mostrare il dialogo di salvataggio" -#: ../src/main.c:72 +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr "Non mostrare il dialogo di salvataggio" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Cartella nella quale verrà salvata l'istantanea" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Informazioni sulla versione" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -192,7 +406,7 @@ "Provare %s --help per vedere l'elenco completo delle opzioni da riga di " "comando.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "" @@ -205,3 +419,25 @@ msgstr "" "Esegui l'istantanea dell'intero schermo, di una porzione o della finestra " "attiva." + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Scatta un'istantanea dell'intero schermo" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Applicazione per aprire l'istantanea" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Non mostrare il dialogo di salvataggio" + +#~ msgid "Save by default to:" +#~ msgstr "Di norma, salva in:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Se selezionato, l'istantanea verrà salvata nella posizione impostata a " +#~ "destra senza mostrare alcuna finestra di dialogo" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/ja.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/ja.po --- xfce4-screenshooter-1.5.1/po/ja.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/ja.po 2009-06-06 17:06:38.000000000 +0100 @@ -9,8 +9,8 @@ msgstr "" "Project-Id-Version: xfce 4-screenshooter-plugin 1.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-09 15:31+0900\n" -"PO-Revision-Date: 2009-02-15 15:07+0900\n" +"POT-Creation-Date: 2009-06-06 21:19+0900\n" +"PO-Revision-Date: 2009-06-06 21:12+0900\n" "Last-Translator: Masato Hashimoto \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" @@ -18,157 +18,384 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" msgstr "Screenshot.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Screenshot-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "スクリーンショットの撮影" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb / %.2fKb" + +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "転送" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "スクリーンショットを撮る" +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "" +"スクリーンショットの転送先:" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "スクリーンショット" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "スクリーンショットを撮影します" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "設定" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "撮影する領域" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "画面全体" -#: ../lib/screenshooter-dialogs.c:550 -#: ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "画面全体のスクリーンショットを撮ります" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "アクティブウィンドウ" -#: ../lib/screenshooter-dialogs.c:574 -#: ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "アクティブウィンドウのスクリーンショットを撮ります" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "選択した領域" -#: ../lib/screenshooter-dialogs.c:598 -#: ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 -msgid "Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button." -msgstr "画面の一点をクリックおよびそこからドラッグし、マウスボタンを離したところまでの矩形領域を撮ります。" - -#: ../lib/screenshooter-dialogs.c:614 -msgid "Delay before taking the screenshot" -msgstr "スクリーンショットを撮るまでの遅延時間" +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "" +"Select a region to be captured by clicking a point of the screen without " +"releasing the mouse button, dragging your mouse to the other corner of the " +"region, and releasing the mouse button." +msgstr "" +"画面の一点をクリックおよびそこからドラッグし、マウスボタンを離したところまで" +"の矩形領域を撮ります。" + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "マウスポインタも撮影する" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "スクリーンショットにマウスポインタを表示します" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:917 +msgid "" +"Delay before capturing" +msgstr "" +"撮影するまでの遅延時間" + +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "スクリーンショットを撮るまでの遅延秒数を指定できます" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "秒" -#: ../lib/screenshooter-dialogs.c:691 +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "撮影したら" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "保存ダイアログを表示する" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "保存ダイアログでファイル名と保存場所を変更できます" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "このアプリケーションを閉じる" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" +"チェックマークをつけなければ、このウィンドウがスクリーンショットの撮影後に再" +"び表示され、連続してスクリーンショットを撮影することができます。" + +#: ../lib/screenshooter-dialogs.c:1056 msgid "Action" msgstr "アクション" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "保存する" +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "保存する:" -#: ../lib/screenshooter-dialogs.c:735 +#: ../lib/screenshooter-dialogs.c:1089 msgid "Save the screenshot to a PNG file" msgstr "スクリーンショットを PNG ファイルに保存します" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "デフォルトの保存場所:" - -#: ../lib/screenshooter-dialogs.c:780 -msgid "If checked, the screenshot will be saved by default to the location set on the right without displaying a save dialog" -msgstr "このオプションを選択すると、保存ダイアログを表示せず、スクリーンショットは右で指定されたデフォルトの場所に保存されます。" - -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "デフォルトの保存場所" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "デフォルトの保存場所を設定します" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "クリップボードにコピーする" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" -msgstr "後で貼り付けることができるよう、クリップボードにスクリーンショットをコピーします。" +msgstr "" +"後で貼り付けることができるよう、クリップボードにスクリーンショットをコピーし" +"ます。" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "アプリケーションで開く:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "選択したアプリケーションでスクリーンショットを開きます" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "アプリケーション:" - -#: ../lib/screenshooter-dialogs.c:945 -#: ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "スクリーンショットを開くアプリケーションを設定します" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "ZimageZ で公開する" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" +"スクリーンショットをフリーのウェブホスティングサービス ZimageZ で公開します" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "名前をつけてスクリーンショットを保存..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "バージョン情報" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "接続を初期化しています..." + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"XML 交換中にエラーが発生しました: %s (%d)\n" +"スクリーンショットをアップロードできませんでした。" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"ZimageZ のユーザ名、パスワード、および" +"スクリーンショットについての\n" +"詳細を入力してください。" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "ユーザ情報をチェックしています..." + +#: ../lib/screenshooter-zimagez.c:305 +msgid "" +"You " +"must fill all the fields." +msgstr "" +"すべて" +"のフィールドに入力してください。" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "ZimageZ にログインしています..." -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:436 +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "" +"入力さ" +"れたユーザとパスワードがマッチしません。\n" +"再入力してください。" + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "スクリーンショットをアップロードしています..." + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "スクリーンショットのアップロード中にエラーが発生しました。" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "ZimageZ のセッションを終了しています..." + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "ZimageZ 用スクリーンショットについての詳細" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "ユーザ:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" +"ZimageZ のユーザ名を入力してください。まだアカウントを持っていない場合には上" +"にリンクされているウェブページから作成して下さい。" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "パスワード:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "ユーザのパスワードを入力してください" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "タイトル:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" +"スクリーンショットのタイトルを設定してください。これは ZimageZ で表示する際に" +"使用されます。" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "コメント:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" +"スクリーンショットのコメントを設定できます。これは ZimageZ で表示する際に使用" +"されます" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "フルサイズ画像" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "大きいサムネイル" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "小さいサムネイル" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "ZimageZ 上のスクリーンショット" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "リンク" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"フルサイズ画像へリンクするサム" +"ネイルのコード" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "フォーラム用 BB コード" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "ステータス" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "リンクを開く(_O)" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "リンクアドレスのコピー(_L)" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "スクリーンショットを撮るまでの遅延時間" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "保存ダイアログを表示しない" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "スクリーンショットにマウスポインタを表示しない" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" -msgstr "スクリーンショットが保存されるディレクトリ" +msgstr "スクリーンショットを保存するディレクトリ" + +#: ../src/main.c:99 +msgid "Version information" +msgstr "バージョン情報" -#: ../src/main.c:190 +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -177,13 +404,24 @@ "%s: %s\n" "%s --help で使用可能な全てのコマンドラインオプションが表示されます。\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." -msgstr "%s は有効なディレクトリではありません。デフォルトディレクトリを使用します。" +msgstr "" +"%s は有効なディレクトリではありません。デフォルトディレクトリを使用します。" #: ../src/xfce4-screenshooter.desktop.in.in.h:2 #: ../panel-plugin/screenshooter.desktop.in.in.h:2 -msgid "Take screenshots of the entire screen, of the active window or of a region" -msgstr "画面全体、アクティブウィンドウまたは指定した領域のスクリーンショットを撮ります。" +msgid "" +"Take screenshots of the entire screen, of the active window or of a region" +msgstr "" +"画面全体、アクティブウィンドウまたは指定した領域のスクリーンショットを撮りま" +"す。" + +#~ msgid "Uploading to ZimageZ..." +#~ msgstr "ZimageZ へアップロードしています..." +#~ msgid "Upload the screenshot to ZimageZ©, a free Web hosting solution" +#~ msgstr "" +#~ "スクリーンショットをフリーウェブホスティングサービス ZimageZ© にアップロー" +#~ "ドします" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/LINGUAS /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/LINGUAS --- xfce4-screenshooter-1.5.1/po/LINGUAS 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/LINGUAS 2009-06-14 08:35:00.000000000 +0100 @@ -1,2 +1,2 @@ # set of available languages (in alphabetic order) -ar bg ca cs da de el en_GB es et eu fi fr gl hr hu id it ja lv nb_NO nl pl pt_BR pt_PT sq sv tr uk ur zh_CN zh_TW +ar bg ca cs da de el en_GB es et eu fi fr gl hr hu id it ja lv nb nl pl pt pt_BR ro ru sq sv tr uk ur ur_PK vi zh_CN zh_TW diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/lv.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/lv.po --- xfce4-screenshooter-1.5.1/po/lv.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/lv.po 2009-05-31 13:02:54.000000000 +0100 @@ -7,185 +7,385 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter-plugin 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" "PO-Revision-Date: 2007-11-16 23:39+0300\n" "Last-Translator: Rihards Priedītis \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 #, fuzzy msgid "Screenshot.png" msgstr "Ekrānkopija" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, fuzzy, c-format msgid "Screenshot-%d.png" msgstr "Ekrānkopija" -#: ../lib/screenshooter-dialogs.c:465 -#, fuzzy -msgid "Take a screenshot" -msgstr "Bildēt ekrānkopiju" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -#, fuzzy -msgid "Take the screenshot" -msgstr "Bildēt ekrānkopiju" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 #, fuzzy msgid "Screenshot" msgstr "Ekrānkopija" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +#, fuzzy +msgid "Take a screenshot" +msgstr "Bildēt ekrānkopiju" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 #, fuzzy msgid "Take a screenshot of the entire screen" msgstr "Bildēt ekrānkopiju" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 #, fuzzy msgid "Take a screenshot of the active window" msgstr "Bildēt ekrānkopiju" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " "region, and releasing the mouse button." msgstr "" -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "Bildēt ekrānkopiju" + +#: ../lib/screenshooter-dialogs.c:917 msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 #, fuzzy msgid "Delay in seconds before the screenshot is taken" msgstr "Bildēt ekrānkopiju" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" msgstr "" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" msgstr "" -#: ../lib/screenshooter-dialogs.c:735 -#, fuzzy -msgid "Save the screenshot to a PNG file" -msgstr "Saglabāt ekrānkopiju kā..." +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" msgstr "" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" msgstr "" -#: ../lib/screenshooter-dialogs.c:785 +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1089 +#, fuzzy +msgid "Save the screenshot to a PNG file" +msgstr "Saglabāt ekrānkopiju kā..." + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 #, fuzzy msgid "Application to open the screenshot" msgstr "Bildēt ekrānkopiju" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 #, fuzzy msgid "Save screenshot as..." msgstr "Saglabāt ekrānkopiju kā..." -#: ../src/main.c:46 -msgid "Version information" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +msgid "" +"You " +"must fill all the fields." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Bildēt ekrānkopiju" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." msgstr "" -#: ../src/main.c:64 +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Bildēt ekrānkopiju" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Bildēt ekrānkopiju" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "" -#: ../src/main.c:72 +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr "Bildēt ekrānkopiju" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" "Try %s --help to see a full list of available command line options.\n" msgstr "" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "" @@ -196,3 +396,11 @@ msgid "" "Take screenshots of the entire screen, of the active window or of a region" msgstr "Bildēt ekrānkopiju" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Bildēt ekrānkopiju" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Bildēt ekrānkopiju" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/nb_NO.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/nb_NO.po --- xfce4-screenshooter-1.5.1/po/nb_NO.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/nb_NO.po 1970-01-01 01:00:00.000000000 +0100 @@ -1,203 +0,0 @@ -# Norwegian Bokmal translations for xfce4-screenshooter-plugin package. -# Copyright (C) 2007 THE xfce4-screenshooter-plugin'S COPYRIGHT HOLDER -# This file is distributed under the same license as the xfce4-screenshooter-plugin package. -# Terje Uriansrud , 2007. -# Terje Uriansrud , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: xfce4-screenshooter-plugin 1.0.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2007-07-02 00:22+0200\n" -"Last-Translator: Terje Uriansrud \n" -"Language-Team: Norwegian Bokmal\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" - -#: ../lib/screenshooter-dialogs.c:228 -msgid "Screenshot.png" -msgstr "Skjermbildekopi.png" - -#: ../lib/screenshooter-dialogs.c:243 -#, c-format -msgid "Screenshot-%d.png" -msgstr "Skjermbildekopi-%d.png" - -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Skjermbildekopi" - -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Ta skjermbildekopien" - -#: ../lib/screenshooter-dialogs.c:479 -#: ../src/xfce4-screenshooter.desktop.in.in.h:1 -#: ../panel-plugin/screenshooter.desktop.in.in.h:1 -msgid "Screenshot" -msgstr "Skjermbildekopi" - -#: ../lib/screenshooter-dialogs.c:489 -msgid "Preferences" -msgstr "Innstillinger" - -#: ../lib/screenshooter-dialogs.c:507 -msgid "Region to capture" -msgstr "" -"Område som skal tas bilde av" - -#: ../lib/screenshooter-dialogs.c:539 -msgid "Entire screen" -msgstr "Hele skjermen" - -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 -msgid "Take a screenshot of the entire screen" -msgstr "Ta skjermbildekopi av hele skjermen" - -#: ../lib/screenshooter-dialogs.c:563 -msgid "Active window" -msgstr "Aktivt vindu" - -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 -msgid "Take a screenshot of the active window" -msgstr "Ta en skjermbildekopi av det aktive vinduet" - -#: ../lib/screenshooter-dialogs.c:587 -msgid "Select a region" -msgstr "Velg et område" - -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 -msgid "" -"Select a region to be captured by clicking a point of the screen without " -"releasing the mouse button, dragging your mouse to the other corner of the " -"region, and releasing the mouse button." -msgstr "" -"Velg området som skal tas bilde av ved å klikke uten å slippe museknappen, " -"deretter flytt musepekeren til det andre hjørnet av området, og slipp " -"knappen." - -#: ../lib/screenshooter-dialogs.c:614 -msgid "" -"Delay before taking the " -"screenshot" -msgstr "" -"Forsinkelse før " -"skjermbildekopien tas" - -#: ../lib/screenshooter-dialogs.c:660 -msgid "Delay in seconds before the screenshot is taken" -msgstr "Forsinkelse i sekunder før skjermbildekopien tas" - -#: ../lib/screenshooter-dialogs.c:669 -msgid "seconds" -msgstr "sekunder" - -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" -msgstr "Aksjon" - -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Lagre" - -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" -msgstr "Lagre skjermbildekopien som en PNG fil" - -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Lagre alltid til:" - -#: ../lib/screenshooter-dialogs.c:780 -msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" -msgstr "" -"Hvis aktivert vil skjermbildekopien automatisk lagres i plasseringen vist " -"til høyre uten at lagringsbildet vises." - -#: ../lib/screenshooter-dialogs.c:785 -msgid "Default save location" -msgstr "Standard lagringsplass" - -#: ../lib/screenshooter-dialogs.c:799 -msgid "Set the default save location" -msgstr "Sett standard lagringsplass" - -#: ../lib/screenshooter-dialogs.c:821 -msgid "Copy to the clipboard" -msgstr "Kopier til utklippstavlen" - -#: ../lib/screenshooter-dialogs.c:831 -msgid "Copy the screenshot to the clipboard so that it can be pasted later" -msgstr "" -"Kopier skjermbildekopien til utklippstavlen slik at det kan limes inn senere" - -#: ../lib/screenshooter-dialogs.c:849 -msgid "Open with:" -msgstr "Åpne med:" - -#: ../lib/screenshooter-dialogs.c:865 -msgid "Open the screenshot with the chosen application" -msgstr "Åpne skjermbildekopien med valgt program" - -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Program:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 -msgid "Application to open the screenshot" -msgstr "Program for å åpne skjermbildekopier" - -#: ../lib/screenshooter-dialogs.c:989 -msgid "Save screenshot as..." -msgstr "Lagre skjermbildekopi som ..." - -#: ../src/main.c:46 -msgid "Version information" -msgstr "Versjonsinformasjon" - -#: ../src/main.c:64 -msgid "Delay in seconds before taking the screenshot" -msgstr "Forsinkelse i sekunder før skjermbildekopi tas" - -#: ../src/main.c:68 -msgid "Do not display the save dialog" -msgstr "Ikke vis vindu for å lagre" - -#: ../src/main.c:72 -msgid "Directory where the screenshot will be saved" -msgstr "Mappen hvor skjermbildekopier lagres" - -#: ../src/main.c:190 -#, c-format -msgid "" -"%s: %s\n" -"Try %s --help to see a full list of available command line options.\n" -msgstr "" -"%s: %s\n" -"Prøv %s --help for å se liste over tilgjengelige kommandolinjeopsjoner.\n" - -#: ../src/main.c:275 -#, c-format -msgid "%s is not a valid directory, the default directory will be used." -msgstr "%s er ikke en gyldig mappe, standard mappe vil bli benyttet." - -#: ../src/xfce4-screenshooter.desktop.in.in.h:2 -#: ../panel-plugin/screenshooter.desktop.in.in.h:2 -msgid "" -"Take screenshots of the entire screen, of the active window or of a region" -msgstr "" -"Ta en skjermbildekopi av hele skjermen, det aktive vinduet eller et område " -"av skjermen" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/nb.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/nb.po --- xfce4-screenshooter-1.5.1/po/nb.po 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/po/nb.po 2009-05-31 13:02:54.000000000 +0100 @@ -0,0 +1,441 @@ +# Norwegian Bokmal translations for xfce4-screenshooter-plugin package. +# Copyright (C) 2007 THE xfce4-screenshooter-plugin'S COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-screenshooter-plugin package. +# Terje Uriansrud , 2007. +# Terje Uriansrud , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-screenshooter-plugin 1.0.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2007-07-02 00:22+0200\n" +"Last-Translator: Terje Uriansrud \n" +"Language-Team: Norwegian Bokmal\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" + +#: ../lib/screenshooter-dialogs.c:283 +#, fuzzy +msgid "Screenshot.png" +msgstr "Skjermbildekopi.png" + +#: ../lib/screenshooter-dialogs.c:300 +#, c-format +msgid "Screenshot-%d.png" +msgstr "Skjermbildekopi-%d.png" + +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:600 +#, fuzzy +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "Aksjon" + +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 +#: ../src/xfce4-screenshooter.desktop.in.in.h:1 +#: ../panel-plugin/screenshooter.desktop.in.in.h:1 +msgid "Screenshot" +msgstr "Skjermbildekopi" + +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Skjermbildekopi" + +#: ../lib/screenshooter-dialogs.c:751 +msgid "Preferences" +msgstr "Innstillinger" + +#: ../lib/screenshooter-dialogs.c:793 +msgid "Region to capture" +msgstr "" +"Område som skal tas bilde av" + +#: ../lib/screenshooter-dialogs.c:820 +msgid "Entire screen" +msgstr "Hele skjermen" + +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 +msgid "Take a screenshot of the entire screen" +msgstr "Ta skjermbildekopi av hele skjermen" + +#: ../lib/screenshooter-dialogs.c:841 +msgid "Active window" +msgstr "Aktivt vindu" + +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 +msgid "Take a screenshot of the active window" +msgstr "Ta en skjermbildekopi av det aktive vinduet" + +#: ../lib/screenshooter-dialogs.c:862 +msgid "Select a region" +msgstr "Velg et område" + +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "" +"Select a region to be captured by clicking a point of the screen without " +"releasing the mouse button, dragging your mouse to the other corner of the " +"region, and releasing the mouse button." +msgstr "" +"Velg området som skal tas bilde av ved å klikke uten å slippe museknappen, " +"deretter flytt musepekeren til det andre hjørnet av området, og slipp " +"knappen." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "Ikke vis vindu for å lagre" + +#: ../lib/screenshooter-dialogs.c:917 +#, fuzzy +msgid "" +"Delay before capturing" +msgstr "" +"Område som skal tas bilde av" + +#: ../lib/screenshooter-dialogs.c:952 +msgid "Delay in seconds before the screenshot is taken" +msgstr "Forsinkelse i sekunder før skjermbildekopien tas" + +#: ../lib/screenshooter-dialogs.c:958 +msgid "seconds" +msgstr "sekunder" + +#: ../lib/screenshooter-dialogs.c:984 +#, fuzzy +msgid "After capturing" +msgstr "Aksjon" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +#, fuzzy +msgid "Show the save dialog" +msgstr "Ikke vis vindu for å lagre" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1027 +#, fuzzy +msgid "Close the application" +msgstr "Program:" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Aksjon" + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +#, fuzzy +msgid "Save in:" +msgstr "Lagre" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Lagre skjermbildekopien som en PNG fil" + +#: ../lib/screenshooter-dialogs.c:1104 +msgid "Default save location" +msgstr "Standard lagringsplass" + +#: ../lib/screenshooter-dialogs.c:1114 +msgid "Set the default save location" +msgstr "Sett standard lagringsplass" + +#: ../lib/screenshooter-dialogs.c:1127 +msgid "Copy to the clipboard" +msgstr "Kopier til utklippstavlen" + +#: ../lib/screenshooter-dialogs.c:1132 +msgid "Copy the screenshot to the clipboard so that it can be pasted later" +msgstr "" +"Kopier skjermbildekopien til utklippstavlen slik at det kan limes inn senere" + +#: ../lib/screenshooter-dialogs.c:1147 +msgid "Open with:" +msgstr "Åpne med:" + +#: ../lib/screenshooter-dialogs.c:1158 +msgid "Open the screenshot with the chosen application" +msgstr "Åpne skjermbildekopien med valgt program" + +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 +msgid "Application to open the screenshot" +msgstr "Program for å åpne skjermbildekopier" + +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 +msgid "Save screenshot as..." +msgstr "Lagre skjermbildekopi som ..." + +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Område som skal tas bilde av" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "Aksjon" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Ta skjermbildekopien" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Forsinkelse i sekunder før skjermbildekopien tas" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Forsinkelse i sekunder før skjermbildekopien tas" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Aksjon" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Forsinkelse før " +"skjermbildekopien tas" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Aksjon" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Åpne med:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 +msgid "Delay in seconds before taking the screenshot" +msgstr "Forsinkelse i sekunder før skjermbildekopi tas" + +#: ../src/main.c:63 +msgid "Do not display the save dialog" +msgstr "Ikke vis vindu for å lagre" + +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr "Ikke vis vindu for å lagre" + +#: ../src/main.c:85 +msgid "Directory where the screenshot will be saved" +msgstr "Mappen hvor skjermbildekopier lagres" + +#: ../src/main.c:99 +msgid "Version information" +msgstr "Versjonsinformasjon" + +#: ../src/main.c:136 +#, c-format +msgid "" +"%s: %s\n" +"Try %s --help to see a full list of available command line options.\n" +msgstr "" +"%s: %s\n" +"Prøv %s --help for å se liste over tilgjengelige kommandolinjeopsjoner.\n" + +#: ../src/main.c:235 +#, c-format +msgid "%s is not a valid directory, the default directory will be used." +msgstr "%s er ikke en gyldig mappe, standard mappe vil bli benyttet." + +#: ../src/xfce4-screenshooter.desktop.in.in.h:2 +#: ../panel-plugin/screenshooter.desktop.in.in.h:2 +msgid "" +"Take screenshots of the entire screen, of the active window or of a region" +msgstr "" +"Ta en skjermbildekopi av hele skjermen, det aktive vinduet eller et område " +"av skjermen" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Ta skjermbildekopi av hele skjermen" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Program for å åpne skjermbildekopier" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Ikke vis vindu for å lagre" + +#~ msgid "Save by default to:" +#~ msgstr "Lagre alltid til:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Hvis aktivert vil skjermbildekopien automatisk lagres i plasseringen vist " +#~ "til høyre uten at lagringsbildet vises." diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/nl.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/nl.po --- xfce4-screenshooter-1.5.1/po/nl.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/nl.po 2009-06-13 15:27:22.000000000 +0100 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: 1.1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2009-01-11 14:48+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-06-13 14:06+0100\n" "Last-Translator: Vincent Tunru \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" @@ -17,171 +17,345 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" msgstr "Schermafdruk.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Schermafdruk-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Schermafdruk maken" - -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Schermafdruk maken" +#: ../lib/screenshooter-dialogs.c:493 +#, fuzzy, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb van %.2fKb" + +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Overdracht" + +#: ../lib/screenshooter-dialogs.c:600 +msgid "The screenshot is being transferred to:" +msgstr "De schermafdruk wordt overgedragen naar:" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 +#: ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Schermafdruk" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Schermafdruk maken" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Voorkeuren" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" -msgstr "" -"Gebied om een schermafdruk " -"van te maken" +msgstr "Gebied om een schermafdruk van te maken" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Volledig scherm" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 +#: ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Schermafdruk van het hele scherm maken" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Actieve venster" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 +#: ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Actieve venster" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Selecteer een gebied" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 -msgid "" -"Select a region to be captured by clicking a point of the screen without " -"releasing the mouse button, dragging your mouse to the other corner of the " -"region, and releasing the mouse button." -msgstr "" -"Selecteer een gebied om een schermafdruk door te klikken op een hoek van het " -"gebied zonder de muisknop zo te laten. Sleep vervolgens de muis naar de " -"andere hoek en laat de muisknop los." - -#: ../lib/screenshooter-dialogs.c:614 -msgid "" -"Delay before taking the " -"screenshot" -msgstr "" -"Vertraging voor het maken van " -"een schermafdruk" +#: ../lib/screenshooter-dialogs.c:872 +#: ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button." +msgstr "Selecteer een gebied om een schermafdruk door te klikken op een hoek van het gebied zonder de muisknop zo te laten. Sleep vervolgens de muis naar de andere hoek en laat de muisknop los." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Muisaanwijzer afbeelden" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "Muisaanwijzer weergeven op de schermafdruk" + +#: ../lib/screenshooter-dialogs.c:917 +msgid "Delay before capturing" +msgstr "Vertraging voor het maken van de schermafdruk" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Vertraging in seconden voor het maken van een schermafdruk" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "seconden" -#: ../lib/screenshooter-dialogs.c:691 +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "Na het maken van de schermafdruk" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Opslaan-dialoogvenster weergeven" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "The save dialog allows you to change the file name and the save location" +msgstr "In het opslaan-dialoogvenster kunt u de bestandsnaam en opslaglocatie wijzigen" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Toepassing sluiten" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "If unchecked, the current window will be displayed again after the screenshot has been taken to allow you to take several screenshots in a row" +msgstr "Wanneer deze optie niet is aangevinkt zal het huidige venster opnieuw weergegeven worden na het maken van een schermafdruk zodat u meerdere schermafdrukken op rij kunt maken" + +#: ../lib/screenshooter-dialogs.c:1056 msgid "Action" msgstr "Actie" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Opslaan" +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Opslaan in:" -#: ../lib/screenshooter-dialogs.c:735 +#: ../lib/screenshooter-dialogs.c:1089 msgid "Save the screenshot to a PNG file" msgstr "Schermafdruk opslaan als PNG-bestand" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Standaard-opslaglocatie:" - -#: ../lib/screenshooter-dialogs.c:780 -msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" -msgstr "" -"Als deze optie is aangevinkt zal de schermafdruk standaard opgeslagen worden " -"in de locatie die hiernaast is aangegeven. Zo niet zal elke keer worden " -"gevraagd waar de afdruk opgeslagen moet worden." - -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Standaard opslaglocatie" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Standaard-opslaglocatie instellen" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Kopieer naar klembord" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" -msgstr "" -"Kopieer de schermafdruk naar het klembord zodat deze later geplakt kan worden" +msgstr "Kopieer de schermafdruk naar het klembord zodat deze later geplakt kan worden" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Openen met:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Open de schermafdruk met de gegeven toepassing" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Toepassing:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 +#: ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Toepassing om de schermafdruk te openen" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "Uploaden naar ZimageZ" + +#: ../lib/screenshooter-dialogs.c:1210 +#: ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "De schermadruk uploaden naar ZimageZ, een gratis online dienst om afbeeldingen te bewaren" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Schermafdruk opslaan als..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Versie-informatie" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "Verbinding aan het initialiseren..." + +#: ../lib/screenshooter-zimagez.c:172 +#: ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 +#: ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 +#: ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"Kon de schermafdruk niet uploaden.\n" +"Fout bij het uitwisselen van XML: %s (%d)" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "Vul een opmerking bij de schermafdruk en uw gebruikersnaam en wachtwoord van ZimageZ in." + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "Gebruikersinformatie aan het nakijken..." + +#: ../lib/screenshooter-zimagez.c:305 +msgid "You must fill all the fields." +msgstr "Alle velden moeten ingevuld worden." + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "Aan het inloggen bij ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:436 +msgid "The user and the password you entered do not match. Please retry." +msgstr "De gegeven gebruikersnaam en wachtwoord zijn niet correct." + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "Schermafdruk uploaden..." + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "Er is een fout opgetreden bij het uploaden van de schermafdruk." + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "Sessie bij ZimageZ aan het afsluiten..." + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "Opmerking bij de schermafdruk voor ZimageZ" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "Gebruikersnaam:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "Your Zimagez user name, if you do not have one yet please create one on the Web page linked above" +msgstr "Uw gebruikersnaam bij ZimageZ. Als u nog geen gebruikersnaam heeft kunt u die aanmaken op de hierboven genoemde website" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "Wachtwoord:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "Het wachtwoord behorende bij de gegeven gebruikersnaam" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "Titel:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "The title of the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "Titel van de schermafdruk" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "Opmerking:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "A comment on the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "Een opmerking bij de schermafdruk" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "Afbeelding op volledige grootte" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "Grote miniatuurversie" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "Kleine miniatuurversie" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "De schermafdruk op ZimageZ" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "Links" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "Code for a thumbnail pointing to the full size image" +msgstr "Code voor een miniatuurweergave met een link naar de volledige grootte" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML-code" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "BBCode voor forums" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "Status" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "Link _openen" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "_Link kopiëren" -#: ../src/main.c:64 +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Vertraging in seconden voor het maken van een schermafdruk" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Niet vragen waar de schermafdruk opgeslagen moet worden" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Muisaanwijzer niet op de schermafdruk afbeelden" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Locatie voor de schermafdruk" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Versie-informatie" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -190,15 +364,34 @@ "%s: %s\n" "Probeer %s --help voor een volledige lijst van mogelijke opties.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s is geen geldige map, de standaardmap zal worden gebruikt." #: ../src/xfce4-screenshooter.desktop.in.in.h:2 #: ../panel-plugin/screenshooter.desktop.in.in.h:2 -msgid "" -"Take screenshots of the entire screen, of the active window or of a region" -msgstr "" -"Schermafdruk maken van het gehele scherm, het actieve venster of van een " -"deelgebied" +msgid "Take screenshots of the entire screen, of the active window or of a region" +msgstr "Schermafdruk maken van het gehele scherm, het actieve venster of van een deelgebied" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Schermafdruk van het hele scherm maken" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Toepassing om de schermafdruk te openen" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Niet vragen waar de schermafdruk opgeslagen moet worden" +#~ msgid "Save by default to:" +#~ msgstr "Standaard-opslaglocatie:" +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Als deze optie is aangevinkt zal de schermafdruk standaard opgeslagen " +#~ "worden in de locatie die hiernaast is aangegeven. Zo niet zal elke keer " +#~ "worden gevraagd waar de afdruk opgeslagen moet worden." + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/pl.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/pl.po --- xfce4-screenshooter-1.5.1/po/pl.po 2009-02-25 09:53:20.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/pl.po 2009-05-31 13:02:54.000000000 +0100 @@ -7,169 +7,399 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter 1.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-01-22 17:31+0100\n" -"PO-Revision-Date: 2009-02-24 19:44+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-03-10 13:07+0100\n" "Last-Translator: Piotr Sokół \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 +#, fuzzy msgid "Screenshot.png" msgstr "Zrzut ekranu.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Zrzut ekranu-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -#: ../src/xfce4-screenshooter.desktop.in.in.h:1 -msgid "Take a screenshot" -msgstr "Zrzut ekranu" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Wykonaj" +#: ../lib/screenshooter-dialogs.c:600 +#, fuzzy +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "Akcja" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 +#: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Zrzut ekranu" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Zrzut ekranu" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Preferencje" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" -msgstr "Rejestrowany obszar" +msgstr "" +"Rejestrowany obszar" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Cały ekran" -#: ../lib/screenshooter-dialogs.c:550 -#: ../src/main.c:52 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Wykonuje zrzut całego ekranu" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Bieżące okno" -#: ../lib/screenshooter-dialogs.c:574 -#: ../src/main.c:48 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Wykonuje zrzut bieżącego okna" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Wybrany" -#: ../lib/screenshooter-dialogs.c:598 -#: ../src/main.c:56 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 -msgid "Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button." +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "" +"Select a region to be captured by clicking a point of the screen without " +"releasing the mouse button, dragging your mouse to the other corner of the " +"region, and releasing the mouse button." msgstr "Wykonuje zrzut zaznaczonego obszaru" -#: ../lib/screenshooter-dialogs.c:614 -msgid "Delay before taking the screenshot" -msgstr "Opóźnienie" +#: ../lib/screenshooter-dialogs.c:884 +#, fuzzy +msgid "Capture the mouse pointer" +msgstr "Rejestrowanie kursora myszy" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "" +"Zapisuje pliki zrzutów ekranu w domyślnym położeniu,\n" +" nie wyświetlając okna wyboru pliku" + +#: ../lib/screenshooter-dialogs.c:917 +#, fuzzy +msgid "" +"Delay before capturing" +msgstr "" +"Rejestrowany obszar" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Określa wartość opóźnienia przed wykonaniem zrzutu ekranu" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "sekund" -#: ../lib/screenshooter-dialogs.c:691 +#: ../lib/screenshooter-dialogs.c:984 +#, fuzzy +msgid "After capturing" +msgstr "Akcja" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +#, fuzzy +msgid "Show the save dialog" +msgstr "" +"Zapisuje pliki zrzutów ekranu w domyślnym położeniu,\n" +" nie wyświetlając okna wyboru pliku" + +#: ../lib/screenshooter-dialogs.c:1013 +#, fuzzy +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "Określa nazwę pliku i położenie zapisywania" + +#: ../lib/screenshooter-dialogs.c:1027 +#, fuzzy +msgid "Close the application" +msgstr "Program:" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1056 msgid "Action" msgstr "Akcja" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Zapisanie" +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +#, fuzzy +msgid "Save in:" +msgstr "Położenie zapisywania" -#: ../lib/screenshooter-dialogs.c:735 +#: ../lib/screenshooter-dialogs.c:1089 msgid "Save the screenshot to a PNG file" msgstr "Zapisuje zrzut ekranu do pliku .png" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Domyślne położenie:" - -#: ../lib/screenshooter-dialogs.c:780 -msgid "If checked, the screenshot will be saved by default to the location set on the right without displaying a save dialog" -msgstr "Zapisuje pliki zrzutów ekranu w domyślnym położeniu, nie wyświetlając okna wyboru pliku" - -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Domyślne położenie zapisywania" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Określa domyślne położenie zapisywanych plików" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Skopiowanie do schowka" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" -msgstr "Przygotowywuje wykonany zrzut ekranu do skopiowania za pomocą polecenia „Wklej”" +msgstr "" +"Przygotowywuje wykonany zrzut ekranu do skopiowania za pomocą polecenia " +"„Wklej”" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Otwarcie za pomocą:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Otwiera zrzut ekranu za pomocą wybranego programu" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Program:" - -#: ../lib/screenshooter-dialogs.c:945 -#: ../src/main.c:74 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Otwiera zrzut ekranu za pomocą wybranego programu" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Wybór pliku" -#: ../src/main.c:44 -msgid "Version information" -msgstr "Wypisuje informacje o wersji" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Rejestrowany obszar" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "Akcja" -#: ../src/main.c:62 +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "_Wykonaj" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Określa wartość opóźnienia przed wykonaniem zrzutu ekranu" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Określa wartość opóźnienia przed wykonaniem zrzutu ekranu" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Akcja" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "Opóźnienie" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Akcja" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Otwarcie za pomocą:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "" "Określa wartość opóźnienia przed wykonaniem\n" " zrzutu ekranu" -#: ../src/main.c:66 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "" "Zapisuje pliki zrzutów ekranu w domyślnym położeniu,\n" " nie wyświetlając okna wyboru pliku" -#: ../src/main.c:70 +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr "" +"Zapisuje pliki zrzutów ekranu w domyślnym położeniu,\n" +" nie wyświetlając okna wyboru pliku" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Określa domyślne położenie zapisywanych plików" -#: ../src/main.c:183 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Wypisuje informacje o wersji" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -178,13 +408,37 @@ "%s: %s\n" "Wpisz „%s --help” aby wypisać pełną listę opcji wiersza poleceń.\n" -#: ../src/main.c:266 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "„%s” nie jest poprawnym katalogiem. Zostanie użyty domyślny katalog." #: ../src/xfce4-screenshooter.desktop.in.in.h:2 #: ../panel-plugin/screenshooter.desktop.in.in.h:2 -msgid "Take screenshots of the entire screen, of the active window or of a region" +msgid "" +"Take screenshots of the entire screen, of the active window or of a region" msgstr "Wykonuje zrzut całego ekranu, bieżącego okna lub wybranego obszaru" +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Wykonuje zrzut całego ekranu" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Otwiera zrzut ekranu za pomocą wybranego programu" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "" +#~ "Zapisuje pliki zrzutów ekranu w domyślnym położeniu,\n" +#~ " nie wyświetlając okna wyboru pliku" + +#~ msgid "Save by default to:" +#~ msgstr "Domyślne położenie:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Zapisuje pliki zrzutów ekranu w domyślnym położeniu, nie wyświetlając " +#~ "okna wyboru pliku" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/POTFILES.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/POTFILES.in --- xfce4-screenshooter-1.5.1/po/POTFILES.in 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/POTFILES.in 2009-05-21 11:23:49.000000000 +0100 @@ -1,5 +1,7 @@ -lib/screenshooter-utils.c lib/screenshooter-dialogs.c +lib/screenshooter-utils.c +lib/screenshooter-zimagez.c +lib/sexy-url-label.c src/main.c src/xfce4-screenshooter.desktop.in.in panel-plugin/screenshooter-plugin.c diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/pt_BR.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/pt_BR.po --- xfce4-screenshooter-1.5.1/po/pt_BR.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/pt_BR.po 2009-05-31 13:02:55.000000000 +0100 @@ -11,74 +11,84 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" "PO-Revision-Date: 2009-01-16 12:53-0500\n" "Last-Translator: Og Maciel \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 +#, fuzzy msgid "Screenshot.png" msgstr "Captura_de_tela.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Captura_de_tela-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Capturar uma imagem da tela" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Capturar a imagem da tela" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:600 +#, fuzzy +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "Ação" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr " Captura de tela" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Capturar uma imagem da tela" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Preferências" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "" "Região para capturar" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Tela inteira" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Obter uma captura da tela inteira" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Janela ativa" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Capturar uma imagem da janela atual" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Selecionar uma região" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " @@ -88,102 +98,306 @@ "soltar o botao do mouse, arrastando o mouse para o outro canto da região, e " "largando o botão do mouse." -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "Não exibir o diálogo para salvar" + +#: ../lib/screenshooter-dialogs.c:917 +#, fuzzy msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -"Atraso antes de capturar uma " -"imagem da tela" +"Região para capturar" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Atraso em segundos antes de capturar uma imagem da tela" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "segundos" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" +#: ../lib/screenshooter-dialogs.c:984 +#, fuzzy +msgid "After capturing" msgstr "Ação" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Salvar" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +#, fuzzy +msgid "Show the save dialog" +msgstr "Não exibir o diálogo para salvar" -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" -msgstr "Salvar a captura de tela em um arquivo PNG" +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Salvar por padrão em:" +#: ../lib/screenshooter-dialogs.c:1027 +#, fuzzy +msgid "Close the application" +msgstr "Aplicativo:" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" msgstr "" -"Se marcada, a captura da tela será salva na localização padrão definida à " -"direita sem exibir o diálogo para salvar" -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Ação" + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +#, fuzzy +msgid "Save in:" +msgstr "Salvar" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Salvar a captura de tela em um arquivo PNG" + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Localização padrão para salvar" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Configura a localização padrão para salvar" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Copiar para a área de transferência" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "" "Copia a captura da tela para a área de transferência para que possa ser " "colada posteriormente" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Abrir com:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Abrir a captura de tela com o aplicativo escolhido" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Aplicativo:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Aplicativo para abrir a captura da tela" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Salvar a captura de tela como..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Informação da versão" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Região para capturar" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "Ação" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Capturar a imagem da tela" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Atraso em segundos antes de capturar uma imagem da tela" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Atraso em segundos antes de capturar uma imagem da tela" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Ação" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Atraso antes de capturar uma " +"imagem da tela" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Ação" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Abrir com:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Atraso em segundos antes de capturar uma imagem da tela" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Não exibir o diálogo para salvar" -#: ../src/main.c:72 +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr "Não exibir o diálogo para salvar" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Diretório onde será salva a imagem da captura de tela" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Informação da versão" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -193,7 +407,7 @@ "Tente %s --help para ver uma lista completa das opções de linha de comando " "disponíveis.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s não é um diretório válido; o diretório padrão será usado." @@ -203,3 +417,25 @@ msgid "" "Take screenshots of the entire screen, of the active window or of a region" msgstr "Obtem uma captura da tela inteira, da janela atual ou de uma região" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Obter uma captura da tela inteira" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Aplicativo para abrir a captura da tela" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Não exibir o diálogo para salvar" + +#~ msgid "Save by default to:" +#~ msgstr "Salvar por padrão em:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Se marcada, a captura da tela será salva na localização padrão definida à " +#~ "direita sem exibir o diálogo para salvar" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/pt.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/pt.po --- xfce4-screenshooter-1.5.1/po/pt.po 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/po/pt.po 2009-06-13 07:22:56.000000000 +0100 @@ -0,0 +1,407 @@ +# European Portuguese translation for xfce4-screenshooter package. +# Copyright (C) 2009 Jérôme Guelfucci +# This file is distributed under the same license as the xfce4-screenshooter package. +# Automatically generated, 2009. +# Nuno Miguel , 2007, 2008, 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-screenshooter\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-06-12 17:23+0100\n" +"Last-Translator: Nuno Miguel \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" + +#: ../lib/screenshooter-dialogs.c:283 +msgid "Screenshot.png" +msgstr "Captura_de_ecrã.png" + +#: ../lib/screenshooter-dialogs.c:300 +#, c-format +msgid "Screenshot-%d.png" +msgstr "Captura_de_ecrã-%d.png" + +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb de %.2fKb" + +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Transferir" + +#: ../lib/screenshooter-dialogs.c:600 +msgid "The screenshot is being transferred to:" +msgstr "A captura de ecrã está a ser transferida para:" + +#: ../lib/screenshooter-dialogs.c:724 +#: ../lib/screenshooter-dialogs.c:741 +#: ../src/xfce4-screenshooter.desktop.in.in.h:1 +#: ../panel-plugin/screenshooter.desktop.in.in.h:1 +msgid "Screenshot" +msgstr "Captura de ecrã" + +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Tirar uma captura de ecrã" + +#: ../lib/screenshooter-dialogs.c:751 +msgid "Preferences" +msgstr "Preferências" + +#: ../lib/screenshooter-dialogs.c:793 +msgid "Region to capture" +msgstr "Zona a capturar" + +#: ../lib/screenshooter-dialogs.c:820 +msgid "Entire screen" +msgstr "Ecrã inteiro" + +#: ../lib/screenshooter-dialogs.c:830 +#: ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 +msgid "Take a screenshot of the entire screen" +msgstr "Tirar uma captura de todo o ecrã" + +#: ../lib/screenshooter-dialogs.c:841 +msgid "Active window" +msgstr "Janela activa" + +#: ../lib/screenshooter-dialogs.c:851 +#: ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 +msgid "Take a screenshot of the active window" +msgstr "Fazer uma captura da janela activa" + +#: ../lib/screenshooter-dialogs.c:862 +msgid "Select a region" +msgstr "Seleccionar uma zona" + +#: ../lib/screenshooter-dialogs.c:872 +#: ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button." +msgstr "Seleccione uma zona para capturar ao clicar num ponto do ecrã sem libertar o botão do rato, arrastando o rato para outro canto da zona e libertando o botão do rato." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Capturar o ponteiro do rato" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "Mostrar o ponteiro do rato na captura" + +#: ../lib/screenshooter-dialogs.c:917 +msgid "Delay before capturing" +msgstr "Atraso antes de capturar" + +#: ../lib/screenshooter-dialogs.c:952 +msgid "Delay in seconds before the screenshot is taken" +msgstr "Atraso em segundos antes de capturar o ecrã" + +#: ../lib/screenshooter-dialogs.c:958 +msgid "seconds" +msgstr "segundos" + +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "Após capturar" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Mostrar o diálogo de gravar" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "The save dialog allows you to change the file name and the save location" +msgstr "O diálogo de gravação permite-lhe alterar o nome do ficheiro e a localização de gravação" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Fechar a aplicação" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "If unchecked, the current window will be displayed again after the screenshot has been taken to allow you to take several screenshots in a row" +msgstr "Se desmarcado, a janela actual será mostrada novamente após a captura ter sido feita para permitir-lhe tirar várias capturas de seguida" + +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Acção" + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Gravar em:" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Gravar captura de ecrã para ficheiro PNG" + +#: ../lib/screenshooter-dialogs.c:1104 +msgid "Default save location" +msgstr "Localização por omissão para gravar" + +#: ../lib/screenshooter-dialogs.c:1114 +msgid "Set the default save location" +msgstr "Definir a localização por omissão para gravar" + +#: ../lib/screenshooter-dialogs.c:1127 +msgid "Copy to the clipboard" +msgstr "Copiar para a área de transferência" + +#: ../lib/screenshooter-dialogs.c:1132 +msgid "Copy the screenshot to the clipboard so that it can be pasted later" +msgstr "Copiar a imagem para a área de transferência para poder ser colada mais tarde" + +#: ../lib/screenshooter-dialogs.c:1147 +msgid "Open with:" +msgstr "Abrir com:" + +#: ../lib/screenshooter-dialogs.c:1158 +msgid "Open the screenshot with the chosen application" +msgstr "Abrir a imagem com a aplicação escolhida" + +#: ../lib/screenshooter-dialogs.c:1191 +#: ../src/main.c:73 +msgid "Application to open the screenshot" +msgstr "Aplicação para abrir a captura de ecrã" + +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "cdArmazenar no ZimageZ " + +#: ../lib/screenshooter-dialogs.c:1210 +#: ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "Alojar a captura de ecrã em ZimageZ, um serviço gratuito de alojamento de imagens em série" + +#: ../lib/screenshooter-dialogs.c:1255 +msgid "Save screenshot as..." +msgstr "Gravar captura de ecrã como..." + +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "Inicializar a conexão..." + +#: ../lib/screenshooter-zimagez.c:172 +#: ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 +#: ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 +#: ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"Ocorreu um erro durante o intercâmbio de XML: %s (%d).\n" +" A captura de ecrã não pode ser carregada." + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"Por favor, complete os seguintes campos com o seu ZimageZ \n" +"nome de utilizador, senha e detalhes sobre a captura de ecrã." + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "Verificar a informação do utilizador..." + +#: ../lib/screenshooter-zimagez.c:305 +msgid "You must fill all the fields." +msgstr "Tem de preencher todos os campos" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "Ligar ao ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:436 +msgid "The user and the password you entered do not match. Please retry." +msgstr "O utilizador e senha introduzidos não combinam. Volte a tentar" + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "Enviar a captura..." + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "Ocorreu um erro ao enviar a captura de ecrã." + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "Fechar sessão em ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "Detalhes sobre a captura de ecrã para ZimageZ" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "Utilizador:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "Your Zimagez user name, if you do not have one yet please create one on the Web page linked above" +msgstr "O seu nome de utilizador do Zimagez, se não possui um, por favor crie-o na página Web indicada acima" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "Senha:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "A senha para o utilizador acima" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "Título:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "The title of the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "O título da captura de ecrã, será usado quando a captura de ecrã é mostrada em ZimageZ" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "Comentário:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "A comment on the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "Um comentário sobre a captura será usado quando a mesma é mostrada no ZimageZ" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "Imagem de tamanho inteiro" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "Miniatura grande" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "Miniatura pequena" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "A minha captura no ZimageZ" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "Links" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "Code for a thumbnail pointing to the full size image" +msgstr "Código para uma miniatura que aponta para a imagem de tamanho completo" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "BBCode para fóruns" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "Estado" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_Abrir Link" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "Copiar Endereço do _Link" + +#: ../src/main.c:53 +msgid "Delay in seconds before taking the screenshot" +msgstr "Atraso em segundos antes de capturar o ecrã" + +#: ../src/main.c:63 +msgid "Do not display the save dialog" +msgstr "Não exibir o diálogo gravar" + +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Não mostrar o rato na captura" + +#: ../src/main.c:85 +msgid "Directory where the screenshot will be saved" +msgstr "Directório onde será gravada a captura de ecrã" + +#: ../src/main.c:99 +msgid "Version information" +msgstr "Informação da versão" + +#: ../src/main.c:136 +#, c-format +msgid "" +"%s: %s\n" +"Try %s --help to see a full list of available command line options.\n" +msgstr "" +"%s: %s\n" +"Tente %s --help para ver uma lista completa das opções de linha de comando disponíveis.\n" + +#: ../src/main.c:235 +#, c-format +msgid "%s is not a valid directory, the default directory will be used." +msgstr "%s não é um directório válido, o directório por omissão será usado." + +#: ../src/xfce4-screenshooter.desktop.in.in.h:2 +#: ../panel-plugin/screenshooter.desktop.in.in.h:2 +msgid "Take screenshots of the entire screen, of the active window or of a region" +msgstr "Capturar imagens de todo o ecrã, da janela activa ou de uma zona" + +#~ msgid "" +#~ "Delay before taking the " +#~ "screenshot" +#~ msgstr "" +#~ "Atraso antes de fazer a " +#~ "captura" +#~ msgid "Display the save dialog" +#~ msgstr "Mostrar o diálogo gravar" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Tirar uma imagem de todo o ecrã" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Aplicação para abrir a captura de ecrã" + +#, fuzzy +#~ msgid "Save by default to:" +#~ msgstr "Gravar na localização por omissão:" +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Se activo, a imagem será gravada na localização por omissão definida à " +#~ "direita sem mostrar um diálogo de gravação." +#~ msgid "Application:" +#~ msgstr "Aplicação:" + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/pt_PT.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/pt_PT.po --- xfce4-screenshooter-1.5.1/po/pt_PT.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/pt_PT.po 1970-01-01 01:00:00.000000000 +0100 @@ -1,200 +0,0 @@ -# European Portuguese translation for xfce4-screenshooter package. -# Copyright (C) 2009 Jérôme Guelfucci -# This file is distributed under the same license as the xfce4-screenshooter package. -# Automatically generated, 2009. -# Nuno Miguel , 2007, 2008, 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: xfce4-screenshooter\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2009-01-12 11:08+0100\n" -"Last-Translator: Nuno Miguel \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" - -#: ../lib/screenshooter-dialogs.c:228 -msgid "Screenshot.png" -msgstr "Captura_de_ecrã.png" - -#: ../lib/screenshooter-dialogs.c:243 -#, c-format -msgid "Screenshot-%d.png" -msgstr "Captura_de_ecrã-%d.png" - -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Tirar uma captura de ecrã" - -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Tirar captura" - -#: ../lib/screenshooter-dialogs.c:479 -#: ../src/xfce4-screenshooter.desktop.in.in.h:1 -#: ../panel-plugin/screenshooter.desktop.in.in.h:1 -msgid "Screenshot" -msgstr "Captura de ecrã" - -#: ../lib/screenshooter-dialogs.c:489 -msgid "Preferences" -msgstr "Preferências" - -#: ../lib/screenshooter-dialogs.c:507 -msgid "Region to capture" -msgstr "Zona a capturar" - -#: ../lib/screenshooter-dialogs.c:539 -msgid "Entire screen" -msgstr "Ecrã inteiro" - -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 -msgid "Take a screenshot of the entire screen" -msgstr "Tirar uma imagem de todo o ecrã" - -#: ../lib/screenshooter-dialogs.c:563 -msgid "Active window" -msgstr "Janela activa" - -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 -msgid "Take a screenshot of the active window" -msgstr "Capturar uma imagem da janela activa" - -#: ../lib/screenshooter-dialogs.c:587 -msgid "Select a region" -msgstr "Seleccionar uma zona" - -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 -msgid "" -"Select a region to be captured by clicking a point of the screen without " -"releasing the mouse button, dragging your mouse to the other corner of the " -"region, and releasing the mouse button." -msgstr "" -"Seleccione uma zona para capturar ao clicar num ponto do ecrã sem libertar o " -"botão do rato, arrastando o rato para outro canto da zona e libertando o " -"botão do rato." - -#: ../lib/screenshooter-dialogs.c:614 -msgid "" -"Delay before taking the " -"screenshot" -msgstr "" -"Atraso antes de capturar o " -"ecrã" - -#: ../lib/screenshooter-dialogs.c:660 -msgid "Delay in seconds before the screenshot is taken" -msgstr "Atraso em segundos antes de capturar o ecrã" - -#: ../lib/screenshooter-dialogs.c:669 -msgid "seconds" -msgstr "segundos" - -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" -msgstr "Acção" - -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Gravar" - -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" -msgstr "Gravar captura de ecrã para ficheiro PNG" - -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Gravar na localização por omissão:" - -#: ../lib/screenshooter-dialogs.c:780 -msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" -msgstr "" -"Se activo, a imagem será gravada na localização por omissão definida à " -"direita sem mostrar um diálogo de gravação." - -#: ../lib/screenshooter-dialogs.c:785 -msgid "Default save location" -msgstr "Localização por omissão para gravar" - -#: ../lib/screenshooter-dialogs.c:799 -msgid "Set the default save location" -msgstr "Definir a localização por omissão para gravar" - -#: ../lib/screenshooter-dialogs.c:821 -msgid "Copy to the clipboard" -msgstr "Copiar para a área de transferência" - -#: ../lib/screenshooter-dialogs.c:831 -msgid "Copy the screenshot to the clipboard so that it can be pasted later" -msgstr "" -"Copiar a imagem para a área de transferência para poder ser colada mais tarde" - -#: ../lib/screenshooter-dialogs.c:849 -msgid "Open with:" -msgstr "Abrir com:" - -#: ../lib/screenshooter-dialogs.c:865 -msgid "Open the screenshot with the chosen application" -msgstr "Abrir a imagem com a aplicação escolhida" - -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Aplicação:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 -msgid "Application to open the screenshot" -msgstr "Aplicação para abrir a captura de ecrã" - -#: ../lib/screenshooter-dialogs.c:989 -msgid "Save screenshot as..." -msgstr "Gravar captura de ecrã como..." - -#: ../src/main.c:46 -msgid "Version information" -msgstr "Informação da versão" - -#: ../src/main.c:64 -msgid "Delay in seconds before taking the screenshot" -msgstr "Atraso em segundos antes de capturar o ecrã" - -#: ../src/main.c:68 -msgid "Do not display the save dialog" -msgstr "Não exibir o diálogo gravar" - -#: ../src/main.c:72 -msgid "Directory where the screenshot will be saved" -msgstr "Directório onde será gravada a captura de ecrã" - -#: ../src/main.c:190 -#, c-format -msgid "" -"%s: %s\n" -"Try %s --help to see a full list of available command line options.\n" -msgstr "" -"%s: %s\n" -"Tente %s --help para ver uma lista completa das opções de linha de comando " -"disponíveis.\n" - -#: ../src/main.c:275 -#, c-format -msgid "%s is not a valid directory, the default directory will be used." -msgstr "%s não é um directório válido, o directório por omissão será usado." - -#: ../src/xfce4-screenshooter.desktop.in.in.h:2 -#: ../panel-plugin/screenshooter.desktop.in.in.h:2 -msgid "" -"Take screenshots of the entire screen, of the active window or of a region" -msgstr "Capturar imagens de todo o ecrã, da janela activa ou de uma zona" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/ro.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/ro.po --- xfce4-screenshooter-1.5.1/po/ro.po 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/po/ro.po 2009-05-31 13:02:55.000000000 +0100 @@ -0,0 +1,434 @@ +# Romanian translation for xfce4-screenshooter. +# Copyright (C) 2009 THE xfce4-screenshooter COPYRIGHT HOLDER +# This file is distributed under the same license as the xfce4-screenshooter package. +# Igor Știrbu , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-screenshooter\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-03-01 19:05+0200\n" +"Last-Translator: Igor Știrbu \n" +"Language-Team: Romanian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../lib/screenshooter-dialogs.c:283 +#, fuzzy +msgid "Screenshot.png" +msgstr "Captura.png" + +#: ../lib/screenshooter-dialogs.c:300 +#, c-format +msgid "Screenshot-%d.png" +msgstr "Captura-%d.png" + +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:600 +#, fuzzy +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "Acțiune" + +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 +#: ../src/xfce4-screenshooter.desktop.in.in.h:1 +#: ../panel-plugin/screenshooter.desktop.in.in.h:1 +msgid "Screenshot" +msgstr "Captură de ecran" + +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Captură de ecran" + +#: ../lib/screenshooter-dialogs.c:751 +msgid "Preferences" +msgstr "Preferințe" + +#: ../lib/screenshooter-dialogs.c:793 +msgid "Region to capture" +msgstr "" +"Regiune de capturat" + +#: ../lib/screenshooter-dialogs.c:820 +msgid "Entire screen" +msgstr "Tot ecranul" + +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 +msgid "Take a screenshot of the entire screen" +msgstr "Captura întregului ecran" + +#: ../lib/screenshooter-dialogs.c:841 +msgid "Active window" +msgstr "Fereastra activă" + +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 +msgid "Take a screenshot of the active window" +msgstr "Captura ferestrei active" + +#: ../lib/screenshooter-dialogs.c:862 +msgid "Select a region" +msgstr "Regiune selectată" + +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "" +"Select a region to be captured by clicking a point of the screen without " +"releasing the mouse button, dragging your mouse to the other corner of the " +"region, and releasing the mouse button." +msgstr "" +"Pentru captura unei anumite regiuni, faceți clic într-un punct al ecranului " +"fără a elibera butonul mausului, trageți până la colțul opus al regiunii și " +"apoi eliberați butonul mausului." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "Nu afișa dialogul de salvare" + +#: ../lib/screenshooter-dialogs.c:917 +#, fuzzy +msgid "" +"Delay before capturing" +msgstr "" +"Regiune de capturat" + +#: ../lib/screenshooter-dialogs.c:952 +msgid "Delay in seconds before the screenshot is taken" +msgstr "Întârziere în secunde înainte de a face captura" + +#: ../lib/screenshooter-dialogs.c:958 +msgid "seconds" +msgstr "secunde" + +#: ../lib/screenshooter-dialogs.c:984 +#, fuzzy +msgid "After capturing" +msgstr "Acțiune" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +#, fuzzy +msgid "Show the save dialog" +msgstr "Nu afișa dialogul de salvare" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1027 +#, fuzzy +msgid "Close the application" +msgstr "Aplicație:" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Acțiune" + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +#, fuzzy +msgid "Save in:" +msgstr "Salvează" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Salvează captura într-un fișier PNG" + +#: ../lib/screenshooter-dialogs.c:1104 +msgid "Default save location" +msgstr "Locația implicită pentru salvare" + +#: ../lib/screenshooter-dialogs.c:1114 +msgid "Set the default save location" +msgstr "Alegeți unde se salvează implicit" + +#: ../lib/screenshooter-dialogs.c:1127 +msgid "Copy to the clipboard" +msgstr "Copiere în clipboard" + +#: ../lib/screenshooter-dialogs.c:1132 +msgid "Copy the screenshot to the clipboard so that it can be pasted later" +msgstr "Copiază captura în clipboard pentru a lipi mai târziu" + +#: ../lib/screenshooter-dialogs.c:1147 +msgid "Open with:" +msgstr "Deschide cu:" + +#: ../lib/screenshooter-dialogs.c:1158 +msgid "Open the screenshot with the chosen application" +msgstr "Deschide captura cu aplicația aleasă:" + +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 +msgid "Application to open the screenshot" +msgstr "Aplicația pentru deschiderea capturii" + +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 +msgid "Save screenshot as..." +msgstr "Salvează captura ca..." + +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Regiune de capturat" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "Acțiune" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Fă captura de ecran" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Întârziere în secunde înainte de a face captura" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Întârziere în secunde înainte de a face captura" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Acțiune" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Întârziere înainte de a face " +"captura" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Acțiune" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Deschide cu:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 +msgid "Delay in seconds before taking the screenshot" +msgstr "Întârziere în secunde înainte de a face captura" + +#: ../src/main.c:63 +msgid "Do not display the save dialog" +msgstr "Nu afișa dialogul de salvare" + +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr "Nu afișa dialogul de salvare" + +#: ../src/main.c:85 +msgid "Directory where the screenshot will be saved" +msgstr "Directorul în care se vor salva capturile" + +#: ../src/main.c:99 +msgid "Version information" +msgstr "Detalii versiune" + +#: ../src/main.c:136 +#, c-format +msgid "" +"%s: %s\n" +"Try %s --help to see a full list of available command line options.\n" +msgstr "" +"%s: %s\n" +"Încercați %s --help pentru a vedea întreaga listă de opțiuni în linie de " +"comandă.\n" + +#: ../src/main.c:235 +#, c-format +msgid "%s is not a valid directory, the default directory will be used." +msgstr "%s nu este un director valid, se va folosi directorul implicit." + +#: ../src/xfce4-screenshooter.desktop.in.in.h:2 +#: ../panel-plugin/screenshooter.desktop.in.in.h:2 +msgid "" +"Take screenshots of the entire screen, of the active window or of a region" +msgstr "Capturi ale întregului ecran, ferestrei active sau unei regiuni" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Captura întregului ecran" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Aplicația pentru deschiderea capturii" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Nu afișa dialogul de salvare" + +#~ msgid "Save by default to:" +#~ msgstr "Salvează implicit în:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "În caz de activare, captura va fi salvată implicit în locația stabilită " +#~ "în dreapta, fără afișarea dialogului de salvare" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/ru.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/ru.po --- xfce4-screenshooter-1.5.1/po/ru.po 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/po/ru.po 2009-06-06 21:42:48.000000000 +0100 @@ -0,0 +1,393 @@ +# translation of xfce4-screenshooter.po to Russian +# Copyright (C) 2008, 2009 Jérôme Guelfucci +# This file is distributed under the same license as the xfce4-screenshooter package. +# +# Denis Koryavov , 2009. +msgid "" +msgstr "" +"Project-Id-Version: xfce4-screenshooter\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-06-06 18:33+0400\n" +"Last-Translator: Denis Koryavov \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.11.4\n" + +#: ../lib/screenshooter-dialogs.c:283 +msgid "Screenshot.png" +msgstr "Снимок экрана.png " + +#: ../lib/screenshooter-dialogs.c:300 +#, c-format +msgid "Screenshot-%d.png" +msgstr "Снимок экрана-%d.png " + +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Перенести " + +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "Снимок экрана был перемещен в: " + +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 +#: ../src/xfce4-screenshooter.desktop.in.in.h:1 +#: ../panel-plugin/screenshooter.desktop.in.in.h:1 +msgid "Screenshot" +msgstr "Снимок экрана " + +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Сделать снимок экрана " + +#: ../lib/screenshooter-dialogs.c:751 +msgid "Preferences" +msgstr "Параметры " + +#: ../lib/screenshooter-dialogs.c:793 +msgid "Region to capture" +msgstr "Область для захвата " + +#: ../lib/screenshooter-dialogs.c:820 +msgid "Entire screen" +msgstr "Весь экран " + +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 +msgid "Take a screenshot of the entire screen" +msgstr "Сделать снимок всего экрана " + +#: ../lib/screenshooter-dialogs.c:841 +msgid "Active window" +msgstr "Активное окно " + +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 +msgid "Take a screenshot of the active window" +msgstr "Сделать снимок активного окна " + +#: ../lib/screenshooter-dialogs.c:862 +msgid "Select a region" +msgstr "Выделить область " + +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "" +"Select a region to be captured by clicking a point of the screen without " +"releasing the mouse button, dragging your mouse to the other corner of the " +"region, and releasing the mouse button." +msgstr "" +"Укажите область экрана, которая будет захвачена. С помощью левой кнопки мыши " +"укажите верхний угол захватываемой области, и, не отпуская кнопки мыши, " +"укажите нижний угол. Отпустите кнопку мыши. " + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Захватывать курсор мыши " + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "Отображать курсор мыши на снимке экрана " + +#: ../lib/screenshooter-dialogs.c:917 +msgid "Delay before capturing" +msgstr "Задержка перед выполнением снимка " + +#: ../lib/screenshooter-dialogs.c:952 +msgid "Delay in seconds before the screenshot is taken" +msgstr "Задержка в секундах перед выполнением снимка экрана " + +#: ../lib/screenshooter-dialogs.c:958 +msgid "seconds" +msgstr "сек." + +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "После выполнения снимка " + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Показать диалог сохранения файла " + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "The save dialog allows you to change the file name and the save location" +msgstr "В диалоге сохранения файла вы можете задать имя файла и указать путь для его сохранения " + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Закрыть приложение " + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "Если не выбрано, после выполнения снимка экрана текущее окно появится вновь, что позволит вам выполнить несколько снимков экрана за раз " + +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Действие " + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Сохранить в: " + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Сохранить снимок экрана в файл формата PNG " + +#: ../lib/screenshooter-dialogs.c:1104 +msgid "Default save location" +msgstr "Путь для сохранения снимков по умолчанию " + +#: ../lib/screenshooter-dialogs.c:1114 +msgid "Set the default save location" +msgstr "Укажите путь куда следует сохранять снимки экрана " + +#: ../lib/screenshooter-dialogs.c:1127 +msgid "Copy to the clipboard" +msgstr "Копировать в буфер обмена " + +#: ../lib/screenshooter-dialogs.c:1132 +msgid "Copy the screenshot to the clipboard so that it can be pasted later" +msgstr "Копировать снимок экрана в буфер обмена для использования его в дальнейшем " + +#: ../lib/screenshooter-dialogs.c:1147 +msgid "Open with:" +msgstr "Открыть с помощью: " + +#: ../lib/screenshooter-dialogs.c:1158 +msgid "Open the screenshot with the chosen application" +msgstr "Открыть снимок экрана с помощью выбранного приложения " + +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 +msgid "Application to open the screenshot" +msgstr "Приложение для просмотра снимков экрана " + +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "Разместить на сервере ZimageZ " + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "Разместить снимок экрана на свободном сервере для хранения изображений ZimageZ " + +#: ../lib/screenshooter-dialogs.c:1255 +msgid "Save screenshot as..." +msgstr "Сохранить снимок как... " + +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "Устанавливается соединение... " + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"Невозможно передать XML документ с описанием снимка экрана на сервер %s (%d).\n" +"Снимок экрана не может быть загружен. " + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"Пожалуйста, укажите свой логин и пароль на сервере ZimageZ \n" +"и добавьте описание снимка экрана. " + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "Проверка введенных данных... " + +#: ../lib/screenshooter-zimagez.c:305 +msgid "" +"You " +"must fill all the fields." +msgstr "Необходимо заполнить все поля. " + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "Аунтефикация на сервере ZimageZ... " + +#: ../lib/screenshooter-zimagez.c:436 +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "Указаны неверные логин или пароль. Пожалуйста, попробуйте еще раз. " + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "Загрузка снимка экрана... " + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "Произошла ошибка при загрузке снимка экрана. " + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "Закрытие сессии на сервере ZimageZ... " + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "Описание снимка экрана для размещения на сервере ZimageZ " + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "Пользователь: " + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "Ваше имя пользователя (логин) на сервере ZimageZ. Если вы еще не зарегистрированы на сервере, вы можете это сделать на странице указанной выше " + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "Пароль: " + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "Пароль для пользователя указанного выше " + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "Заголовок: " + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "Заголовок снимка экрана, будет использован при отображении снимка на сервере ZimageZ " + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "Описание: " + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "Описание снимка экрана, будет использовано при отображении снимка на сервере ZimageZ " + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "Полный размер изображения " + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "Большая пиктограмма " + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "Маленькая пиктограмма " + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "Мой снимок экрана на ZimageZ " + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "Ссылки " + +#: ../lib/screenshooter-zimagez.c:965 +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "Код для перехода с пиктограммы к полному изображению " + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML " + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "Код (BBCode) для форумов " + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ " + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "Статус " + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_Открыть ссылку " + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "Скопировать _адрес ссылки " + +#: ../src/main.c:53 +msgid "Delay in seconds before taking the screenshot" +msgstr "Задержка в секундах перед выполнением снимка " + +#: ../src/main.c:63 +msgid "Do not display the save dialog" +msgstr "Скрывать диалог сохранения " + +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Скрывать курсор мыши на снимке экрана " + +#: ../src/main.c:85 +msgid "Directory where the screenshot will be saved" +msgstr "Директория, где будут сохраняться снимки экрана " + +#: ../src/main.c:99 +msgid "Version information" +msgstr "Информация о версии " + +#: ../src/main.c:136 +#, c-format +msgid "" +"%s: %s\n" +"Try %s --help to see a full list of available command line options.\n" +msgstr "" +"%s: %s\n" +"Запустите программу с опцией %s --help для того, чтобы увидеть весь список " +"опций.\n" + +#: ../src/main.c:235 +#, c-format +msgid "%s is not a valid directory, the default directory will be used." +msgstr "%s не является директорией. Будет использована директория по умолчанию. " + +#: ../src/xfce4-screenshooter.desktop.in.in.h:2 +#: ../panel-plugin/screenshooter.desktop.in.in.h:2 +msgid "Take screenshots of the entire screen, of the active window or of a region" +msgstr "Выполнить снимок всего экрана, активного окна или региона " + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/sq.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/sq.po --- xfce4-screenshooter-1.5.1/po/sq.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/sq.po 2009-05-31 13:02:55.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter 1.4.91\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" "PO-Revision-Date: 2008-11-04 23:27+0200\n" "Last-Translator: Besnik Bleta \n" "Language-Team: Albanian \n" @@ -15,179 +15,400 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.1\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 #, fuzzy msgid "Screenshot.png" msgstr "Foto ekrani" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, fuzzy, c-format msgid "Screenshot-%d.png" msgstr "Foto ekrani" -#: ../lib/screenshooter-dialogs.c:465 -#, fuzzy -msgid "Take a screenshot" -msgstr " Bëj një foto ekrani" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:600 #, fuzzy -msgid "Take the screenshot" -msgstr " Bëj një foto ekrani" +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "" +"Vend parazgjedhje për " +"ruajtje" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 #, fuzzy msgid "Screenshot" msgstr "Foto ekrani" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +#, fuzzy +msgid "Take a screenshot" +msgstr " Bëj një foto ekrani" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 #, fuzzy msgid "Region to capture" msgstr "" "Vend parazgjedhje për " "ruajtje" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 #, fuzzy msgid "Take a screenshot of the entire screen" msgstr "Bëni një foto ekrani të dritares aktive" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Bëni një foto ekrani të dritares aktive" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " "region, and releasing the mouse button." msgstr "" -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr " Bëj një foto ekrani" + +#: ../lib/screenshooter-dialogs.c:917 +#, fuzzy msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -"Vonesë në sekonda përpara " -"bërjes së fotos së ekranit" +"Vend parazgjedhje për " +"ruajtje" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 #, fuzzy msgid "Delay in seconds before the screenshot is taken" msgstr "Vonesë në sekonda përpara bërjes së fotos së ekranit" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "sekonda" -#: ../lib/screenshooter-dialogs.c:691 +#: ../lib/screenshooter-dialogs.c:984 #, fuzzy -msgid "Action" +msgid "After capturing" msgstr "" "Vend parazgjedhje për " "ruajtje" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" msgstr "" -#: ../lib/screenshooter-dialogs.c:735 -#, fuzzy -msgid "Save the screenshot to a PNG file" -msgstr "Ruaj foto ekrani si ..." +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" -#: ../lib/screenshooter-dialogs.c:764 -#, fuzzy -msgid "Save by default to:" -msgstr "Vend parazgjedhje për ruajtje" +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1056 +#, fuzzy +msgid "Action" msgstr "" +"Vend parazgjedhje për " +"ruajtje" -#: ../lib/screenshooter-dialogs.c:785 +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1089 +#, fuzzy +msgid "Save the screenshot to a PNG file" +msgstr "Ruaj foto ekrani si ..." + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Vend parazgjedhje për ruajtje" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 #, fuzzy msgid "Set the default save location" msgstr "Vend parazgjedhje për ruajtje" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 #, fuzzy msgid "Application to open the screenshot" msgstr " Bëj një foto ekrani" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 #, fuzzy msgid "Save screenshot as..." msgstr "Ruaj foto ekrani si ..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Të dhëna versioni" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Vend parazgjedhje për " +"ruajtje" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "" +"Vend parazgjedhje për " +"ruajtje" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr " Bëj një foto ekrani" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Vonesë në sekonda përpara bërjes së fotos së ekranit" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Vonesë në sekonda përpara bërjes së fotos së ekranit" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "" +"Vend parazgjedhje për " +"ruajtje" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Vonesë në sekonda përpara " +"bërjes së fotos së ekranit" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "" +"Vend parazgjedhje për " +"ruajtje" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Vonesë në sekonda përpara bërjes së fotos së ekranit" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "" -#: ../src/main.c:72 +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr " Bëj një foto ekrani" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Të dhëna versioni" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -197,7 +418,7 @@ "Provoni %s --help për të parë një listë të plotë të mundësive të passhme për " "rresht urdhërash.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "" @@ -208,3 +429,15 @@ msgid "" "Take screenshots of the entire screen, of the active window or of a region" msgstr "Bëni një foto ekrani të dritares aktive" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Bëni një foto ekrani të dritares aktive" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr " Bëj një foto ekrani" + +#, fuzzy +#~ msgid "Save by default to:" +#~ msgstr "Vend parazgjedhje për ruajtje" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/sv.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/sv.po --- xfce4-screenshooter-1.5.1/po/sv.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/sv.po 2009-05-31 13:02:55.000000000 +0100 @@ -7,181 +7,426 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter-plugin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-09 15:26+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" "PO-Revision-Date: 2009-02-09 15:28+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 +#, fuzzy msgid "Screenshot.png" msgstr "Skärmbild.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Skärmbild-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Ta en skärmbild" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Ta skärmbilden" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:600 +#, fuzzy +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "Åtgärd" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Skärmbild" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Ta en skärmbild" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Inställningar" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "Område att fånga" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Hela skärmen" -#: ../lib/screenshooter-dialogs.c:550 -#: ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Ta en skärmbild av hela skärmen" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Aktivt fönster" -#: ../lib/screenshooter-dialogs.c:574 -#: ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Ta en skärmbild av aktivt fönster" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Välj ett område" -#: ../lib/screenshooter-dialogs.c:598 -#: ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 -msgid "Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button." -msgstr "Markera ett område att fångas genom att klicka på en punkt av skärmen utan att släppa musknappen, dra sedan muspekaren till andra sidan av området och släpp musknappen." - -#: ../lib/screenshooter-dialogs.c:614 -msgid "Delay before taking the screenshot" -msgstr "Fördröjning innan skärmbilden fångas" +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "" +"Select a region to be captured by clicking a point of the screen without " +"releasing the mouse button, dragging your mouse to the other corner of the " +"region, and releasing the mouse button." +msgstr "" +"Markera ett område att fångas genom att klicka på en punkt av skärmen utan " +"att släppa musknappen, dra sedan muspekaren till andra sidan av området och " +"släpp musknappen." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "Visa inte sparningsdialogen" + +#: ../lib/screenshooter-dialogs.c:917 +#, fuzzy +msgid "" +"Delay before capturing" +msgstr "Område att fånga" + +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Fördröjning i sekunder innan skärmbilden fångas" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "sekunder" -#: ../lib/screenshooter-dialogs.c:691 +#: ../lib/screenshooter-dialogs.c:984 +#, fuzzy +msgid "After capturing" +msgstr "Åtgärd" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +#, fuzzy +msgid "Show the save dialog" +msgstr "Visa inte sparningsdialogen" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1027 +#, fuzzy +msgid "Close the application" +msgstr "Program:" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1056 msgid "Action" msgstr "Åtgärd" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +#, fuzzy +msgid "Save in:" msgstr "Spara" -#: ../lib/screenshooter-dialogs.c:735 +#: ../lib/screenshooter-dialogs.c:1089 msgid "Save the screenshot to a PNG file" msgstr "Spara skärmbilden till en PNG-fil" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Spara som standard till:" - -#: ../lib/screenshooter-dialogs.c:780 -msgid "If checked, the screenshot will be saved by default to the location set on the right without displaying a save dialog" -msgstr "Om kryssad kommer skärmbilden att sparas som standard till platsen som angivits till höger, utan att visa en dialogruta." - -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Standardplats att spara i" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Ange standardplatsen för sparade filer" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Kopiera till urklipp" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "Kopiera skärmbilden till urklipp så att den kan klistras in senare" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Öppna med:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Öppna skärmbilden med valt program" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Program:" - -#: ../lib/screenshooter-dialogs.c:945 -#: ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Program att öppna skärmbilden med" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Spara skärmbild som..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Versionsinformation" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "Område att fånga" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "Åtgärd" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Ta skärmbilden" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Fördröjning i sekunder innan skärmbilden fångas" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Fördröjning i sekunder innan skärmbilden fångas" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Åtgärd" + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Fördröjning innan skärmbilden " +"fångas" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Åtgärd" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Öppna med:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Fördröjning i sekunder innan skärmbilden fångas" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Visa inte sparningsdialogen" -#: ../src/main.c:72 +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr "Visa inte sparningsdialogen" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Katalog där skärmbilden ska sparas" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Versionsinformation" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" "Try %s --help to see a full list of available command line options.\n" msgstr "" "%s: %s\n" -"Prova %s --help för att se en komplett lista över tillgängliga kommandoradsflaggor.\n" +"Prova %s --help för att se en komplett lista över tillgängliga " +"kommandoradsflaggor.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s är inte en giltig katalog, standardkatalogen kommer att användas." #: ../src/xfce4-screenshooter.desktop.in.in.h:2 #: ../panel-plugin/screenshooter.desktop.in.in.h:2 -msgid "Take screenshots of the entire screen, of the active window or of a region" +msgid "" +"Take screenshots of the entire screen, of the active window or of a region" msgstr "Ta skärmbilder av hela skärmen, aktivt fönster eller ett område" +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Ta en skärmbild av hela skärmen" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Program att öppna skärmbilden med" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Visa inte sparningsdialogen" + +#~ msgid "Save by default to:" +#~ msgstr "Spara som standard till:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Om kryssad kommer skärmbilden att sparas som standard till platsen som " +#~ "angivits till höger, utan att visa en dialogruta." diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/tr.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/tr.po --- xfce4-screenshooter-1.5.1/po/tr.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/tr.po 2009-06-03 13:07:26.000000000 +0100 @@ -7,177 +7,355 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2009-01-13 16:32+0200\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-06-02 19:49+0200\n" "Last-Translator: Samed Beyribey \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" -msgstr "resim.png" +msgstr "Resim.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "resim-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Ekran görüntüsü al" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb aktarıldı, toplam %.2fKb" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Ekran görüntüsü al" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "Aktar" + +#: ../lib/screenshooter-dialogs.c:600 +msgid "The screenshot is being transferred to:" +msgstr "Ekran görüntüsü aktarılıyor:" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 +#: ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Ekran görüntüsü" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Ekran görüntüsü al" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Tercihler" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" -msgstr "" -"Görüntüsü alınacak alan" +msgstr "Görüntüsü alınacak alan" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Tüm ekran" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 +#: ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Tüm ekranın görüntüsünü al" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Etkin pencere" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 +#: ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Etkin pencerenin ekran görüntüsünü al" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Alan seçimi" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 -msgid "" -"Select a region to be captured by clicking a point of the screen without " -"releasing the mouse button, dragging your mouse to the other corner of the " -"region, and releasing the mouse button." -msgstr "" -"Farenin sol tuşuna basılı tutup fareyi hareket ettirerek belirli bir alanı " -"seçip, o alanın ekran görüntüsünü alabilirsiniz." - -#: ../lib/screenshooter-dialogs.c:614 -msgid "" -"Delay before taking the " -"screenshot" -msgstr "" -"Ekran görüntüsü almayı " -"geciktir" +#: ../lib/screenshooter-dialogs.c:872 +#: ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button." +msgstr "Farenin sol tuşuna basılı tutup fareyi hareket ettirerek belirli bir alanı seçip, o alanın ekran görüntüsünü alabilirsiniz." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Fare imlecini yakala" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "Ekran görüntüsünde fare imlecini göster" + +#: ../lib/screenshooter-dialogs.c:917 +msgid "Delay before capturing" +msgstr "Görüntü almadan önce beklenecek süre" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Ekran görüntüsü almayı saniye değerinden geciktir" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "saniye" -#: ../lib/screenshooter-dialogs.c:691 +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "Görüntü alındıktan sonra" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Kaydetme penceresini göster" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "The save dialog allows you to change the file name and the save location" +msgstr "Kaydetme penceresi dosya adını ve dosya konumunu değiştirmenizi sağlar" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Uygulamayı kapat" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "If unchecked, the current window will be displayed again after the screenshot has been taken to allow you to take several screenshots in a row" +msgstr "Eğer işaretlenmemişse, belli bir sıra dahilinde ekran görüntüleri alındıktan sonra ana pencere tekrar gösterilecektir" + +#: ../lib/screenshooter-dialogs.c:1056 msgid "Action" msgstr "Eylem" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Kaydet" +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Buraya kaydet:" -#: ../lib/screenshooter-dialogs.c:735 +#: ../lib/screenshooter-dialogs.c:1089 msgid "Save the screenshot to a PNG file" msgstr "Ekran görüntüsünü PNG biçiminde kaydet" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Öntanımlı kaydetme yeri:" - -#: ../lib/screenshooter-dialogs.c:780 -msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" -msgstr "" -"Seçildiği takdirde, ekran görüntüsü sağ kısımda belirtilen dizine " -"kaydedilecektir" - -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Öntanımlı kaydetme yeri" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Öntanımlı kaydetme dizini" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Panoya kopyala" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" -msgstr "" -"Ekran görüntüsünü panoya kopyalar daha sonra ihtiyaç duyduğunuzda " -"yapıştırmak için kullanabilirsiniz" +msgstr "Ekran görüntüsünü panoya kopyalar daha sonra ihtiyaç duyduğunuzda yapıştırmak için kullanabilirsiniz" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Birlikte aç:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Ekran görüntüsünü seçilen uygulama ile açar" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Uygulama:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 +#: ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Ekran görüntüsünü gösterecek uygulama" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "ZimageZ üzerinde yayınla" + +#: ../lib/screenshooter-dialogs.c:1210 +#: ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "Ekran görüntüsünü ücretsiz resim yükleme servisi ZimageZ servisine aktarır" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Ekran görüntüsünü farklı kaydet..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Sürüm bilgisi" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "Bağlantıyı başlat..." + +#: ../lib/screenshooter-zimagez.c:172 +#: ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 +#: ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 +#: ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"XML değişimi sırasında bir hata oluştur: %s (%d).\n" +" Ekran görüntüsü aktarılamadı." + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"Lütfen aşağıdaki kısımları ZimageZ üzerindeki \n" +"kullanıcı adı, parolanız ve diğer detayları kullanarak doldurunuz. " + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "Kullanıcı bilgilerini kontrol et..." + +#: ../lib/screenshooter-zimagez.c:305 +msgid "You must fill all the fields." +msgstr "Tüm alanları doldurmalısınız." + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "ZimageZ servisine giriş yap..." + +#: ../lib/screenshooter-zimagez.c:436 +msgid "The user and the password you entered do not match. Please retry." +msgstr "Girmiş olduğunuz kullanıcı adı ve parola birbirini tutmuyor. Lütfen tekrar deneyin." + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "Ekran görüntüsünü gönder..." + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "Ekran görüntüsü aktarılırken bir hata meydana geldi." -#: ../src/main.c:64 +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "ZimageZ oturumunu kapat... " + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "ZimageZ için ekran görüntüsü detayları" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "Kullanıcı Adı:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "Your Zimagez user name, if you do not have one yet please create one on the Web page linked above" +msgstr "Zimagez kullanıcı adınız, eğer henüz bir kullanıcı oluşturmamışsanız yukarıdaki bağlantıyı kullanarak oluşturabilirsiniz" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "Parola:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "Kullanıcı parolanız" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "Başlık:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "The title of the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "Ekran görüntüsü için isim, ZimageZ üzerinde ekran görüntüsü gösterilirken kullanılacaktır" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "Yorum:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "A comment on the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "Ekran görüntüsü için yorum, ZimageZ üzerinde ekran görüntüsü gösterilirken kullanılacaktır " + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "Tam boy resim" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "Büyük önizleme resmi" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "Küçük önizleme resmi" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "ZimageZ üzerindeki ekran görüntüm" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "Bağlantılar" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "Code for a thumbnail pointing to the full size image" +msgstr "Tam boyut için kullanılacak önizleme resmi kodu" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "Forumlar için BBCode" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "Durum" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_Bağlantıyı Aç" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "Bağlantı Adresini Kopya_la" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Ekran görüntüsü almayı saniye değerinden geciktir" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Kaydetme penceresini gösterme" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Ekran görüntüsünde fare imlecini gösterme" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Ekran görüntüsünün kaydedileceği dizin" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Sürüm bilgisi" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -186,14 +364,33 @@ "%s: %s\n" "Uygun komut satırı seçeneklerini görmek için, %s --help komutunu deneyiniz.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s geçerli bir dizin değil, öntanımlı dizin kullanılacak." #: ../src/xfce4-screenshooter.desktop.in.in.h:2 #: ../panel-plugin/screenshooter.desktop.in.in.h:2 -msgid "" -"Take screenshots of the entire screen, of the active window or of a region" -msgstr "" -"Tüm ekranın, etkin pencerenin veya belirli bir alanın ekran görüntüsünü alır" +msgid "Take screenshots of the entire screen, of the active window or of a region" +msgstr "Tüm ekranın, etkin pencerenin veya belirli bir alanın ekran görüntüsünü alır" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Tüm ekranın görüntüsünü al" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Ekran görüntüsünü gösterecek uygulama" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Kaydetme penceresini gösterme" +#~ msgid "Save by default to:" +#~ msgstr "Öntanımlı kaydetme yeri:" +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Seçildiği takdirde, ekran görüntüsü sağ kısımda belirtilen dizine " +#~ "kaydedilecektir" + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/uk.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/uk.po --- xfce4-screenshooter-1.5.1/po/uk.po 2009-02-25 09:53:20.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/uk.po 2009-05-31 13:02:56.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" "PO-Revision-Date: 2009-02-24 19:58+0200\n" "Last-Translator: Dmitry Nikitin \n" "Language-Team: Ukrainian \n" @@ -15,64 +15,75 @@ "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 +#, fuzzy msgid "Screenshot.png" msgstr "Знімок_екрану.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Знімок_екрану-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "Отримати знімок" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "Отримати знімок екрану" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:600 +#, fuzzy +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "Дія " -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "Знімок екрану" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Отримати знімок" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "Параметри" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" -msgstr "Область захоплення" +msgstr "" +"Область захоплення" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "Весь екран" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "Зробити знімок всього екрану" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "Активного вікна" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "Зробити знімок активного вікна" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "Виділеної області" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " @@ -82,100 +93,304 @@ "відпускання кнопки миші пересуньте вказівник в інший кут області і тоді " "відпустіть кнопку миші." -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr "Не відображати діалог збереження" + +#: ../lib/screenshooter-dialogs.c:917 +#, fuzzy msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -"Затримка перед знімком " -"екрану " +"Область захоплення" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "Затримка в секундах перед отриманням знімку екрану" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "секунд" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" +#: ../lib/screenshooter-dialogs.c:984 +#, fuzzy +msgid "After capturing" msgstr "Дія " -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "Зберегти" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +#, fuzzy +msgid "Show the save dialog" +msgstr "Не відображати діалог збереження" -#: ../lib/screenshooter-dialogs.c:735 -msgid "Save the screenshot to a PNG file" -msgstr "Зберегти знімок у файл PNG" +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "Зберегти по замовчанню в:" +#: ../lib/screenshooter-dialogs.c:1027 +#, fuzzy +msgid "Close the application" +msgstr "Програма:" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" msgstr "" -"Якщо відмічено знімок буде збережено до типового місця, що визначено справа, " -"причому без відображення діалогу збереження" -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Дія " + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +#, fuzzy +msgid "Save in:" +msgstr "Зберегти" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Зберегти знімок у файл PNG" + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "Типове місце збереження знімків екрану" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "Призначити типове місце збереження знімків екрану" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "Копіювати в буфер обміну" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "Копіювати знімок в буфер, що можна було вставити його пізніше" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "Відкрити з:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "Відкрити знімок екрану вибраною програмою" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "Програма:" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "Програма для відкриття знімку екрану" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "Зберегти знімок як..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "Інформація про версію" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +#, fuzzy +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Область захоплення" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +#, fuzzy +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "Дія " + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr "Отримати знімок екрану" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr "Затримка в секундах перед отриманням знімку екрану" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr "Затримка в секундах перед отриманням знімку екрану" + +#: ../lib/screenshooter-zimagez.c:920 +#, fuzzy +msgid "Links" +msgstr "Дія " + +#: ../lib/screenshooter-zimagez.c:965 +#, fuzzy +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Затримка перед знімком " +"екрану " + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +#, fuzzy +msgid "Status" +msgstr "Дія " + +#. Open Link +#: ../lib/sexy-url-label.c:176 +#, fuzzy +msgid "_Open Link" +msgstr "Відкрити з:" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "Затримка в секундах перед отриманням знімку" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "Не відображати діалог збереження" -#: ../src/main.c:72 +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr "Не відображати діалог збереження" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "Тека, де зберігатимуться знімки екрану" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "Інформація про версію" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -185,7 +400,7 @@ "Спробуй %s --help щоб побачити повний список доступних опцій командного " "рядка.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s не є правильною текою, буде використано типову теку." @@ -195,3 +410,25 @@ msgid "" "Take screenshots of the entire screen, of the active window or of a region" msgstr "Отримати знімки всього екрану, активного вікна або окремої області" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "Зробити знімок всього екрану" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "Програма для відкриття знімку екрану" + +#, fuzzy +#~ msgid "Display the save dialog" +#~ msgstr "Не відображати діалог збереження" + +#~ msgid "Save by default to:" +#~ msgstr "Зберегти по замовчанню в:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "Якщо відмічено знімок буде збережено до типового місця, що визначено " +#~ "справа, причому без відображення діалогу збереження" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/ur_PK.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/ur_PK.po --- xfce4-screenshooter-1.5.1/po/ur_PK.po 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/po/ur_PK.po 2009-06-10 13:10:37.000000000 +0100 @@ -0,0 +1,380 @@ +# 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. +# +msgid "" +msgstr "" +"Project-Id-Version: xfce4-screenshooter\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-06-09 01:12+0500\n" +"Last-Translator: Muhammad Ali Makki \n" +"Language-Team: Urdu \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Poedit-Language: Urdu\n" +"X-Poedit-Country: PAKISTAN\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: ../lib/screenshooter-dialogs.c:283 +msgid "Screenshot.png" +msgstr "Screenshot.png" + +#: ../lib/screenshooter-dialogs.c:300 +#, c-format +msgid "Screenshot-%d.png" +msgstr "Screenshot-%d.png" + +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb of %.2fKb" + +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "منتقل" + +#: ../lib/screenshooter-dialogs.c:600 +msgid "The screenshot is being transferred to:" +msgstr "سکرین شاٹ منتقل کیا جارہا ہے تا:" + +#: ../lib/screenshooter-dialogs.c:724 +#: ../lib/screenshooter-dialogs.c:741 +#: ../src/xfce4-screenshooter.desktop.in.in.h:1 +#: ../panel-plugin/screenshooter.desktop.in.in.h:1 +msgid "Screenshot" +msgstr "سکرین شوٹ" + +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "تصویر اتاریں" + +#: ../lib/screenshooter-dialogs.c:751 +msgid "Preferences" +msgstr "ترجیحات" + +#: ../lib/screenshooter-dialogs.c:793 +msgid "Region to capture" +msgstr "اتارنے کا رقبہ" + +#: ../lib/screenshooter-dialogs.c:820 +msgid "Entire screen" +msgstr "پوری سکرین" + +#: ../lib/screenshooter-dialogs.c:830 +#: ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 +msgid "Take a screenshot of the entire screen" +msgstr "پوری سکرین کی تصویر اتاریں" + +#: ../lib/screenshooter-dialogs.c:841 +msgid "Active window" +msgstr "فعال ونڈو" + +#: ../lib/screenshooter-dialogs.c:851 +#: ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 +msgid "Take a screenshot of the active window" +msgstr "فعال ونڈو کی تصویر اتاریں" + +#: ../lib/screenshooter-dialogs.c:862 +msgid "Select a region" +msgstr "علاقہ منتخب کریں" + +#: ../lib/screenshooter-dialogs.c:872 +#: ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button." +msgstr "کسی مخصوص علاقے کی تصویر اتارنے کے لیے پؤائنٹر کو اس مقام پر لے جا کر کلک کر کے اس مقام کے دوسرے کونے تک لے جائیں اور ماؤس کا بٹن چھوڑ دیں." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "ماؤس کے پؤائنٹر کو اتاریں" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "تصویر پر ماؤس کا پؤائنٹر دکھائیں" + +#: ../lib/screenshooter-dialogs.c:917 +msgid "Delay before capturing" +msgstr "تصویر اتارنے سے پہلے وقفہ" + +#: ../lib/screenshooter-dialogs.c:952 +msgid "Delay in seconds before the screenshot is taken" +msgstr "تصویر اتارنے سے پہلے سیکنڈوں میں وقفہ" + +#: ../lib/screenshooter-dialogs.c:958 +msgid "seconds" +msgstr "سیکنڈ" + +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "تصویر اتارنے کے بعد" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "محفوظ کرنے کا ڈائیلاگ دکھائیں" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "The save dialog allows you to change the file name and the save location" +msgstr "محفوظ کرنے کے ڈائیلاگ سے آپ فائل کا نام اور محفوظ کرنے کا مقام بدل سکتے ہیں" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "اطلاقیہ بند کریں" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "If unchecked, the current window will be displayed again after the screenshot has been taken to allow you to take several screenshots in a row" +msgstr "اگر غیر نشان زدہ کیا گیا، تو حالیہ ونڈو تصویر اتارنے کے بعد دوبارہ ظاہر ہوگی تاکہ آپ متعدد تصاویر اتار سکیں" + +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "حرکت" + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "محفوظ کریں:" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "تصویر کو PNG فائل میں مفوظ کریں" + +#: ../lib/screenshooter-dialogs.c:1104 +msgid "Default save location" +msgstr "محفوظ کرنے کا طے شدہ مقام" + +#: ../lib/screenshooter-dialogs.c:1114 +msgid "Set the default save location" +msgstr "محفوظ کرنے کا طے شدہ مقام مرتب کریں" + +#: ../lib/screenshooter-dialogs.c:1127 +msgid "Copy to the clipboard" +msgstr "کلپ بورڈ پر کاپی کریں" + +#: ../lib/screenshooter-dialogs.c:1132 +msgid "Copy the screenshot to the clipboard so that it can be pasted later" +msgstr "تصویر کو کلپ بورڈ پر کاپی کریں چنانچہ بعد میں آپ اسے پیسٹ کر سکیں گے" + +#: ../lib/screenshooter-dialogs.c:1147 +msgid "Open with:" +msgstr "کھولیں بذریعہ:" + +#: ../lib/screenshooter-dialogs.c:1158 +msgid "Open the screenshot with the chosen application" +msgstr "تصویر کو منتخب کردہ اطلاقیہ میں کھولیں" + +#: ../lib/screenshooter-dialogs.c:1191 +#: ../src/main.c:73 +msgid "Application to open the screenshot" +msgstr "تصویر کو کھولنے کا اطلاقیہ" + +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "ZimageZ پر ہوسٹ کریں" + +#: ../lib/screenshooter-dialogs.c:1210 +#: ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "تصویر ZimageZ پر ہوسٹ کریں، ایک مفت آن لائن تصاویر ہوسٹنگ سروس" + +#: ../lib/screenshooter-dialogs.c:1255 +msgid "Save screenshot as..." +msgstr "تصویر محفوظ کریں بنام..." + +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "اتصال تیار کیا جارہا ہے..." + +#: ../lib/screenshooter-zimagez.c:172 +#: ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 +#: ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 +#: ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"ایکس ایم ایل XML کی تبدیلی کے دوران غلطی ہوئی ہے: %s (%d).\n" +" تصویر اپلوڈ نہیں کی جاسکتی." + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"مندرجہ خانوں میں اپنے ZimageZ\n" +"کے اسمِ صارف، پاس ورڈ اور تصویر کی تفصیلات فراہم کریں." + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "صارف کی معلومات کی تصدیق..." + +#: ../lib/screenshooter-zimagez.c:305 +msgid "You must fill all the fields." +msgstr "تمام خانے بھرنے لازمی ہیں." + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "ZimageZ پر لاگ ان ہوں..." + +#: ../lib/screenshooter-zimagez.c:436 +msgid "The user and the password you entered do not match. Please retry." +msgstr "صارف اور پاس ورڈ جو آپ نے داخل کیے ہیں مطابقت نہیں رکھتے. دوبارہ کوشش کریں." + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "تصویر اپلوڈ کریں" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "تصویر اپلوڈ کرنے کے دوران غلطی." + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "ZimageZ پر نشست بند کریں..." + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "تصویر کی بابت تفصیل برائے ZimageZ" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "اسمِ صارف:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "Your Zimagez user name, if you do not have one yet please create one on the Web page linked above" +msgstr "آپ کا ZimageZ کا اسمِ صارف، اگر آپ کے پاس کھاتہ نہیں ہے تو ازراہِ کرم اوپر کے ویب صفحہ کے ربط پر جاکر ایک بنا لیں" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "پاس ورڈ:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "اوپر کے صارف کا پاس ورڈ" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "عنوان:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "The title of the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "تصویر کا عنوان، یہ تب استعمال ہوگا جب تصویر ZimageZ پر ظاہر ہوگی" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "تبصرہ:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "A comment on the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "تصویر پر تبصرہ، یہ تب استعمال ہوگا جب تصویر ZimageZ پر ظاہر ہوگی" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "پورے حجم کی تصویر" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "بڑا تصویرچہ" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "چھوٹا تصویرچہ" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "میری تصاویر ZimageZ پر" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "روابط" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "Code for a thumbnail pointing to the full size image" +msgstr "کوڈ برائے تصویرچہ جس پر بڑی تصویر کا ربط ہے" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "بی بی کوڈ برائے فورمز" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "حالت" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_ربط کھولیں" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "_ربط کا پتہ کاپی کریں" + +#: ../src/main.c:53 +msgid "Delay in seconds before taking the screenshot" +msgstr "تصویر اتارنے سے پہلے سیکنڈوں میں وقفہ" + +#: ../src/main.c:63 +msgid "Do not display the save dialog" +msgstr "محفوظ کرنے کا ڈائیلاگ مت دکھائیں" + +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "ماؤس کو سکرین پر مت دکھائیں" + +#: ../src/main.c:85 +msgid "Directory where the screenshot will be saved" +msgstr "ڈائریکٹری جہاں تصویر محفوظ کی جائے گی" + +#: ../src/main.c:99 +msgid "Version information" +msgstr "ورژن کی معلومات" + +#: ../src/main.c:136 +#, c-format +msgid "" +"%s: %s\n" +"Try %s --help to see a full list of available command line options.\n" +msgstr "" +"%s: %s\n" +"تمام دستیاب کمانڈ لائن اختیارات کی فہرست کے لیے %s --help لکھیں.\n" + +#: ../src/main.c:235 +#, c-format +msgid "%s is not a valid directory, the default directory will be used." +msgstr "%s موزوں دائریکٹری نہیں ہے، طے شدہ ڈائریکٹری استعمال کی جائے گی." + +#: ../src/xfce4-screenshooter.desktop.in.in.h:2 +#: ../panel-plugin/screenshooter.desktop.in.in.h:2 +msgid "Take screenshots of the entire screen, of the active window or of a region" +msgstr "پوری سکرین، فعال ونڈو یا مخصوص علاقے کی تصویر اتاریں" + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/ur.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/ur.po --- xfce4-screenshooter-1.5.1/po/ur.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/ur.po 2009-06-08 20:12:20.000000000 +0100 @@ -5,197 +5,376 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-screenshooter-plugin\n" +"Project-Id-Version: xfce4-screenshooter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2007-10-27 16:24+0500\n" -"Last-Translator: Muhammad Ali Makki \n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-06-09 01:12+0500\n" +"Last-Translator: Muhammad Ali Makki \n" "Language-Team: Urdu \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Poedit-Language: Urdu\n" "X-Poedit-Country: PAKISTAN\n" "X-Poedit-SourceCharset: utf-8\n" -#: ../lib/screenshooter-dialogs.c:228 -#, fuzzy +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" -msgstr "سکرین شوٹ" +msgstr "Screenshot.png" -#: ../lib/screenshooter-dialogs.c:243 -#, fuzzy, c-format +#: ../lib/screenshooter-dialogs.c:300 +#, c-format msgid "Screenshot-%d.png" -msgstr "سکرین شوٹ" +msgstr "Screenshot-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -#, fuzzy -msgid "Take a screenshot" -msgstr "سکرین شوٹ لیں" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%.2fKb of %.2fKb" -#: ../lib/screenshooter-dialogs.c:472 -#, fuzzy -msgid "Take the screenshot" -msgstr "سکرین شوٹ لیں" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "منتقل" + +#: ../lib/screenshooter-dialogs.c:600 +msgid "The screenshot is being transferred to:" +msgstr "سکرین شاٹ منتقل کیا جارہا ہے تا:" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 +#: ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 -#, fuzzy msgid "Screenshot" msgstr "سکرین شوٹ" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "تصویر اتاریں" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" -msgstr "" +msgstr "ترجیحات" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" -msgstr "" +msgstr "اتارنے کا رقبہ" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" -msgstr "" +msgstr "پوری سکرین" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 -#, fuzzy +#: ../lib/screenshooter-dialogs.c:830 +#: ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" -msgstr "سکرین شوٹ لیں" +msgstr "پوری سکرین کی تصویر اتاریں" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" -msgstr "" +msgstr "فعال ونڈو" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 -#, fuzzy +#: ../lib/screenshooter-dialogs.c:851 +#: ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" -msgstr "سکرین شوٹ لیں" +msgstr "فعال ونڈو کی تصویر اتاریں" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" -msgstr "" - -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 -msgid "" -"Select a region to be captured by clicking a point of the screen without " -"releasing the mouse button, dragging your mouse to the other corner of the " -"region, and releasing the mouse button." -msgstr "" +msgstr "علاقہ منتخب کریں" -#: ../lib/screenshooter-dialogs.c:614 -msgid "" -"Delay before taking the " -"screenshot" -msgstr "" +#: ../lib/screenshooter-dialogs.c:872 +#: ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button." +msgstr "کسی مخصوص علاقے کی تصویر اتارنے کے لیے پؤائنٹر کو اس مقام پر لے جا کر کلک کر کے اس مقام کے دوسرے کونے تک لے جائیں اور ماؤس کا بٹن چھوڑ دیں." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "ماؤس کے پؤائنٹر کو اتاریں" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "تصویر پر ماؤس کا پؤائنٹر دکھائیں" + +#: ../lib/screenshooter-dialogs.c:917 +msgid "Delay before capturing" +msgstr "تصویر اتارنے سے پہلے وقفہ" -#: ../lib/screenshooter-dialogs.c:660 -#, fuzzy +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" -msgstr "سکرین شوٹ لیں" +msgstr "تصویر اتارنے سے پہلے سیکنڈوں میں وقفہ" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" -msgstr "" +msgstr "سیکنڈ" + +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "تصویر اتارنے کے بعد" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "محفوظ کرنے کا ڈائیلاگ دکھائیں" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "The save dialog allows you to change the file name and the save location" +msgstr "محفوظ کرنے کے ڈائیلاگ سے آپ فائل کا نام اور محفوظ کرنے کا مقام بدل سکتے ہیں" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "اطلاقیہ بند کریں" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "If unchecked, the current window will be displayed again after the screenshot has been taken to allow you to take several screenshots in a row" +msgstr "اگر غیر نشان زدہ کیا گیا، تو حالیہ ونڈو تصویر اتارنے کے بعد دوبارہ ظاہر ہوگی تاکہ آپ متعدد تصاویر اتار سکیں" -#: ../lib/screenshooter-dialogs.c:691 +#: ../lib/screenshooter-dialogs.c:1056 msgid "Action" -msgstr "" +msgstr "حرکت" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "" +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "محفوظ کریں:" -#: ../lib/screenshooter-dialogs.c:735 -#, fuzzy +#: ../lib/screenshooter-dialogs.c:1089 msgid "Save the screenshot to a PNG file" -msgstr "سکرین شوٹ محفوظ بنام..." - -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "" - -#: ../lib/screenshooter-dialogs.c:780 -msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" -msgstr "" +msgstr "تصویر کو PNG فائل میں مفوظ کریں" -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" -msgstr "" +msgstr "محفوظ کرنے کا طے شدہ مقام" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" -msgstr "" +msgstr "محفوظ کرنے کا طے شدہ مقام مرتب کریں" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" -msgstr "" +msgstr "کلپ بورڈ پر کاپی کریں" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" -msgstr "" +msgstr "تصویر کو کلپ بورڈ پر کاپی کریں چنانچہ بعد میں آپ اسے پیسٹ کر سکیں گے" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" -msgstr "" +msgstr "کھولیں بذریعہ:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" -msgstr "" - -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "" +msgstr "تصویر کو منتخب کردہ اطلاقیہ میں کھولیں" -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 -#, fuzzy +#: ../lib/screenshooter-dialogs.c:1191 +#: ../src/main.c:73 msgid "Application to open the screenshot" -msgstr "سکرین شوٹ لیں" +msgstr "تصویر کو کھولنے کا اطلاقیہ" -#: ../lib/screenshooter-dialogs.c:989 -#, fuzzy +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "ZimageZ پر ہوسٹ کریں" + +#: ../lib/screenshooter-dialogs.c:1210 +#: ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "تصویر ZimageZ پر ہوسٹ کریں، ایک مفت آن لائن تصاویر ہوسٹنگ سروس" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." -msgstr "سکرین شوٹ محفوظ بنام..." +msgstr "تصویر محفوظ کریں بنام..." -#: ../src/main.c:46 -msgid "Version information" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "اتصال تیار کیا جارہا ہے..." + +#: ../lib/screenshooter-zimagez.c:172 +#: ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 +#: ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 +#: ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." msgstr "" +"ایکس ایم ایل XML کی تبدیلی کے دوران غلطی ہوئی ہے: %s (%d).\n" +" تصویر اپلوڈ نہیں کی جاسکتی." -#: ../src/main.c:64 -msgid "Delay in seconds before taking the screenshot" +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." msgstr "" +"مندرجہ خانوں میں اپنے ZimageZ\n" +"کے اسمِ صارف، پاس ورڈ اور تصویر کی تفصیلات فراہم کریں." -#: ../src/main.c:68 +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "صارف کی معلومات کی تصدیق..." + +#: ../lib/screenshooter-zimagez.c:305 +msgid "You must fill all the fields." +msgstr "تمام خانے بھرنے لازمی ہیں." + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "ZimageZ پر لاگ ان ہوں..." + +#: ../lib/screenshooter-zimagez.c:436 +msgid "The user and the password you entered do not match. Please retry." +msgstr "صارف اور پاس ورڈ جو آپ نے داخل کیے ہیں مطابقت نہیں رکھتے. دوبارہ کوشش کریں." + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "تصویر اپلوڈ کریں" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "تصویر اپلوڈ کرنے کے دوران غلطی." + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "ZimageZ پر نشست بند کریں..." + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "تصویر کی بابت تفصیل برائے ZimageZ" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "اسمِ صارف:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "Your Zimagez user name, if you do not have one yet please create one on the Web page linked above" +msgstr "آپ کا ZimageZ کا اسمِ صارف، اگر آپ کے پاس کھاتہ نہیں ہے تو ازراہِ کرم اوپر کے ویب صفحہ کے ربط پر جاکر ایک بنا لیں" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "پاس ورڈ:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "اوپر کے صارف کا پاس ورڈ" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "عنوان:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "The title of the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "تصویر کا عنوان، یہ تب استعمال ہوگا جب تصویر ZimageZ پر ظاہر ہوگی" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "تبصرہ:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "A comment on the screenshot, it will be used when displaying the screenshot on ZimageZ" +msgstr "تصویر پر تبصرہ، یہ تب استعمال ہوگا جب تصویر ZimageZ پر ظاہر ہوگی" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "پورے حجم کی تصویر" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "بڑا تصویرچہ" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "چھوٹا تصویرچہ" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "میری تصاویر ZimageZ پر" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "روابط" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "Code for a thumbnail pointing to the full size image" +msgstr "کوڈ برائے تصویرچہ جس پر بڑی تصویر کا ربط ہے" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "بی بی کوڈ برائے فورمز" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "حالت" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_ربط کھولیں" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "_ربط کا پتہ کاپی کریں" + +#: ../src/main.c:53 +msgid "Delay in seconds before taking the screenshot" +msgstr "تصویر اتارنے سے پہلے سیکنڈوں میں وقفہ" + +#: ../src/main.c:63 msgid "Do not display the save dialog" -msgstr "" +msgstr "محفوظ کرنے کا ڈائیلاگ مت دکھائیں" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "ماؤس کو سکرین پر مت دکھائیں" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" -msgstr "" +msgstr "ڈائریکٹری جہاں تصویر محفوظ کی جائے گی" + +#: ../src/main.c:99 +msgid "Version information" +msgstr "ورژن کی معلومات" -#: ../src/main.c:190 +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" "Try %s --help to see a full list of available command line options.\n" msgstr "" +"%s: %s\n" +"تمام دستیاب کمانڈ لائن اختیارات کی فہرست کے لیے %s --help لکھیں.\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." -msgstr "" +msgstr "%s موزوں دائریکٹری نہیں ہے، طے شدہ ڈائریکٹری استعمال کی جائے گی." #: ../src/xfce4-screenshooter.desktop.in.in.h:2 #: ../panel-plugin/screenshooter.desktop.in.in.h:2 -#, fuzzy -msgid "" -"Take screenshots of the entire screen, of the active window or of a region" -msgstr "سکرین شوٹ لیں" +msgid "Take screenshots of the entire screen, of the active window or of a region" +msgstr "پوری سکرین، فعال ونڈو یا مخصوص علاقے کی تصویر اتاریں" + diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/vi.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/vi.po --- xfce4-screenshooter-1.5.1/po/vi.po 1970-01-01 01:00:00.000000000 +0100 +++ xfce4-screenshooter-1.6.0/po/vi.po 2009-06-14 08:32:55.000000000 +0100 @@ -0,0 +1,418 @@ +# Vietnamese translations for i package. +# Copyright (C) 2009 THE i'S COPYRIGHT HOLDER +# This file is distributed under the same license as the i package. +# Automatically generated, 2009. +# Nguyen Quoc Vinh , 2009. http://axcoto.info/vincent +# +msgid "" +msgstr "" +"Project-Id-Version: i 18n.xfce.org\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-05-31 14:02+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../lib/screenshooter-dialogs.c:283 +msgid "Screenshot.png" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:300 +#, c-format +msgid "Screenshot-%d.png" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 +#: ../src/xfce4-screenshooter.desktop.in.in.h:1 +#: ../panel-plugin/screenshooter.desktop.in.in.h:1 +msgid "Screenshot" +msgstr "Ảnh chụp màn hình" + +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "Tạo ảnh chụp màn hình" + +#: ../lib/screenshooter-dialogs.c:751 +msgid "Preferences" +msgstr "Tuỳ chỉnh" + +#: ../lib/screenshooter-dialogs.c:793 +msgid "Region to capture" +msgstr "Vùng chụp" + +#: ../lib/screenshooter-dialogs.c:820 +msgid "Entire screen" +msgstr "Toàn bộ màn hình" + +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 +msgid "Take a screenshot of the entire screen" +msgstr "Tạo ảnh chụp toàn bộ màn hình" + +#: ../lib/screenshooter-dialogs.c:841 +msgid "Active window" +msgstr "Của sổ đang kích hoạt" + +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 +msgid "Take a screenshot of the active window" +msgstr "Tạo một ảnh chụp của cửa sổ đang kích hoạt" + +#: ../lib/screenshooter-dialogs.c:862 +msgid "Select a region" +msgstr "Chọn vùng" + +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 +msgid "" +"Select a region to be captured by clicking a point of the screen without " +"releasing the mouse button, dragging your mouse to the other corner of the " +"region, and releasing the mouse button." +msgstr "" +"Chọn một vùng để chụp bằng cách nhấn vào một điểm trên màn hình và không " +"thả nút chuột, rê chuột đến góc còn lại của vùng " +"rồi thả nút chuột." + +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "Chụp ảnh chuột" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "Hiển thị chuột trên ảnh" + +#: ../lib/screenshooter-dialogs.c:917 +msgid "" +"Delay before capturing" +msgstr "" +"Tạm dừng trước khi chụp" + +#: ../lib/screenshooter-dialogs.c:952 +msgid "Delay in seconds before the screenshot is taken" +msgstr "Số giây để hoãn trước khi ảnh được chụp" + +#: ../lib/screenshooter-dialogs.c:958 +msgid "seconds" +msgstr "giây" + +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "Sau khi chụp" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "Hiển thị hộp thoại lưu" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" +"Hộp thoại lưu cho phép bạn đổi tên tập tin ảnh và vị trí lưu" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "Đóng ứng dụng" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" +"Nếu bỏ chọn, cửa sổ hiện tại sẽ được hiển thị lại sau khi " +"ảnh đã được chụp và cho phép bạn chụp nhiều ảnh khác" + +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" +msgstr "Hành động" + +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "Lưu ở:" + +#: ../lib/screenshooter-dialogs.c:1089 +msgid "Save the screenshot to a PNG file" +msgstr "Lưu ảnh chụp màn hình thành tập tin PNG" + +#: ../lib/screenshooter-dialogs.c:1104 +msgid "Default save location" +msgstr "Vị trí lưu mặc định" + +#: ../lib/screenshooter-dialogs.c:1114 +msgid "Set the default save location" +msgstr "Thiết lập vị trí lưu mặc đinh" + +#: ../lib/screenshooter-dialogs.c:1127 +msgid "Copy to the clipboard" +msgstr "Sao chép vào bộ đệm" + +#: ../lib/screenshooter-dialogs.c:1132 +msgid "Copy the screenshot to the clipboard so that it can be pasted later" +msgstr "Sao chép ảnh chụp màn hình đến bộ đệm để bạn có thể sao chép nó sau" + +#: ../lib/screenshooter-dialogs.c:1147 +msgid "Open with:" +msgstr "Mở với:" + +#: ../lib/screenshooter-dialogs.c:1158 +msgid "Open the screenshot with the chosen application" +msgstr "Mở ảnh chụp với ứng dụng đã chọn" + +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 +msgid "Application to open the screenshot" +msgstr "Ứng dụng để mở ảnh chụp" + +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "Lưu trực tuyến trên ZimageZ" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "Lưu trực tuyến trên ZimageZ, một dịch vụ hosting ảnh trực tuyến miễn phí" + +#: ../lib/screenshooter-dialogs.c:1255 +msgid "Save screenshot as..." +msgstr "Lưu ảnh chụp thành..." + +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "Khỏi tạo kết nối" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"Có lỗi xảy ra trong khi Ảnh ko thể upload được %s (%d)." + + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"Hãy điền vào những trường sau với tên, mật khẩu ZimageZ \n" +"của bạn và chi tiết về ảnh chụp màn hình." + + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "Kiểm tra thông tin người dùng" + +#: ../lib/screenshooter-zimagez.c:305 +msgid "" +"You " +"must fill all the fields." +msgstr "" +"Bạn " +"phải điền vào tất cả các trường." + + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "Đăng nhập ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:436 +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "" +"Tên& mật khẩu " +"bạn đã nhập ko khớp nhau. Hãy thử lại." + + +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "Tải ảnh chụp màn hình lên..." + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "Một lỗi đã xảy ra trong khi đang tải ảnh lên" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "Đóng phiên làm việc trên ZimageZ" + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "Thông tin ảnh trên ZimageZ" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "Người dùng:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" +"Tên đăng nhập trên ZimageZ của ban, nếu bạn chưa có thì hãy tạo một tài khoản " +"từ liên kết trên" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "Mật khẩu" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "Mật khẩu cho người dùng trên" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "Tiêu đề:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" +"Tiêu đề của ảnh chụp, nó sẽ được dùng khi hiển thị ảnh " +"trên ZimageZ" + + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "Chú thích:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" +"Chú thích ảnh, nó sẽ được dùng khi hiển thị ảnh " +"trên ZimageZ" + + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "Kích thước ảnh" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Ảnh thumbnail lớn" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Ảnh thumbnail nhỏ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "Ảnh chụp màn hình của tôi trên ZimageZ" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "Các liên kết" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"Mã cho một thumbnail trỏ " +"đến ảnh với kích thước gốc" + + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "BBCode dùng trong các diễn đàn" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "Tình trạng" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "_Mở liên kết" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "Sao chép địa chỉ _Liên kết" + +#: ../src/main.c:53 +msgid "Delay in seconds before taking the screenshot" +msgstr "Số giây hoãn trước khi chụp" + +#: ../src/main.c:63 +msgid "Do not display the save dialog" +msgstr "Đừng hiển thị hộp thoại lưu" + +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "Không hiển thị chuột trên ảnh" + +#: ../src/main.c:85 +msgid "Directory where the screenshot will be saved" +msgstr "Thư mục nơi ảnh được lưu" + +#: ../src/main.c:99 +msgid "Version information" +msgstr "Thông tin phiên bản" + +#: ../src/main.c:136 +#, c-format +msgid "" +"%s: %s\n" +"Try %s --help to see a full list of available command line options.\n" +msgstr "" +"%s: %s\n" +"Thử %s --help để xem danh sách đầy đủ của các tuỳ chọn dòng lệnh khả dụng.\n" + +#: ../src/main.c:235 +#, c-format +msgid "%s is not a valid directory, the default directory will be used." +msgstr "%s không trỏ tới một thư mục nào cả, thư mục mặc định sẽ được sử dụng." + +#: ../src/xfce4-screenshooter.desktop.in.in.h:2 +#: ../panel-plugin/screenshooter.desktop.in.in.h:2 +msgid "" +"Take screenshots of the entire screen, of the active window or of a region" +msgstr "" +"Chụp toàn bộ màn hình, hay cửa sổ đang kích hoạt hay một vùng màn hình" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/zh_CN.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/zh_CN.po --- xfce4-screenshooter-1.5.1/po/zh_CN.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/zh_CN.po 2009-06-08 19:55:33.000000000 +0100 @@ -7,169 +7,382 @@ msgstr "" "Project-Id-Version: xfce 4-screenshooter-plugin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" -"PO-Revision-Date: 2009-01-12 09:33+0800\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" +"PO-Revision-Date: 2009-06-09 01:27+0800\n" "Last-Translator: Hunt Xu \n" "Language-Team: Chinese (simplified)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 msgid "Screenshot.png" msgstr "Screenshot.png" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, c-format msgid "Screenshot-%d.png" msgstr "Screenshot-%d.png" -#: ../lib/screenshooter-dialogs.c:465 -msgid "Take a screenshot" -msgstr "截屏" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "%2$.2fKb中的%1$.2fKb" -#: ../lib/screenshooter-dialogs.c:472 -msgid "Take the screenshot" -msgstr "截取屏幕" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "传送" + +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "" +"这张截图将会被传送至: " -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 msgid "Screenshot" msgstr "屏幕截图" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +msgid "Take a screenshot" +msgstr "截屏" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "首选项" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "截取范围" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "全屏幕" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 msgid "Take a screenshot of the entire screen" msgstr "截取全屏幕图像" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "活动窗口" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 msgid "Take a screenshot of the active window" msgstr "只截取当前活动窗口图像" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "选择一个区域" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " "region, and releasing the mouse button." msgstr "按住鼠标左键拖拽后松开以选取要截取的屏幕区域。" -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "截取鼠标指针" + +#: ../lib/screenshooter-dialogs.c:892 +msgid "Display the mouse pointer on the screenshot" +msgstr "抓取鼠标光标" + +#: ../lib/screenshooter-dialogs.c:917 msgid "" -"Delay before taking the " -"screenshot" -msgstr "延时截图" +"Delay before capturing" +msgstr "截图前延迟" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 msgid "Delay in seconds before the screenshot is taken" msgstr "截图前延迟" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "秒" -#: ../lib/screenshooter-dialogs.c:691 +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" +msgstr "截图之后" + +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" +msgstr "显示保存对话框" + +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "保存对话框允许您改变默认保存的文件名和位置" + +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" +msgstr "关闭程序" + +#: ../lib/screenshooter-dialogs.c:1033 +msgid "" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" +"如果未选中此项,当前窗口会在截图之后再次出现以便一次截多幅图" + +#: ../lib/screenshooter-dialogs.c:1056 msgid "Action" msgstr "动作" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" -msgstr "保存" +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "保存在:" -#: ../lib/screenshooter-dialogs.c:735 +#: ../lib/screenshooter-dialogs.c:1089 msgid "Save the screenshot to a PNG file" msgstr "保存为 PNG 文件" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" -msgstr "默认保存至:" - -#: ../lib/screenshooter-dialogs.c:780 -msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" -msgstr "" -"若选中此项,截图将会被保存至右边设定好的默认保存位置。否则将会弹出保存对话框" - -#: ../lib/screenshooter-dialogs.c:785 +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "默认保存位置" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "设置默认保存位置" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "复制到剪贴板" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "复制到剪贴板以便之后粘贴" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "打开程序:" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "使用所选程序打开截图" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "应用程序" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 msgid "Application to open the screenshot" msgstr "用以打开截图的程序" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "上传至ZimageZ" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "上传屏幕截图至ZimageZ,一个免费的在线存储图片服务" + +#: ../lib/screenshooter-dialogs.c:1255 msgid "Save screenshot as..." msgstr "截图另存为..." -#: ../src/main.c:46 -msgid "Version information" -msgstr "版本信息" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "初始化连接..." + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" +"XML传送时出现一个错误: %s (%d).\n" +"该截图无法上传" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" +"填写以下栏目,包括您的ZimageZ \n" +"用户名,密码以及截图的详细信息。" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "检查用户信息..." + +#: ../lib/screenshooter-zimagez.c:305 +msgid "" +"You " +"must fill all the fields." +msgstr "" +"您" +"必须填写所有栏目。" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "登录到ZimageZ..." + +#: ../lib/screenshooter-zimagez.c:436 +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "" +"您" +"输入的用户名和密码有误,请重新输入。" -#: ../src/main.c:64 +#: ../lib/screenshooter-zimagez.c:501 +msgid "Upload the screenshot..." +msgstr "上传截图" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." +msgstr "上传屏幕截图时出现一个错误。" + +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "结束与ZimageZ的会话..." + +#: ../lib/screenshooter-zimagez.c:650 +msgid "Details about the screenshot for ZimageZ" +msgstr "放上ZimageZ的关于截图的详细信息" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "用户:" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" +"您的ZimageZ用户名,如果您还未拥有一个ZimageZ用户名,请点击上方" +"的网页链接创建" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "密码:" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "上方填写的用户的密码" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "标题:" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" +"屏幕截图的标题,将会在ZimageZ上显示该截图时出现" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "注释:" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" +"屏幕截图的注释,将会在ZimageZ上显示该截图时出现" + + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "完整大小" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "大缩略图" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "小缩略图" + +#: ../lib/screenshooter-zimagez.c:894 +msgid "My screenshot on ZimageZ" +msgstr "我在ZimageZ上的截图" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "链接" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" +"显示一幅缩略图链接至" +"完整大小的图像" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "HTML" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "在论坛中使用的BBCode" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "ZimageZ" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "状态" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "打开链接(_O):" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "复制链接地址(_L)" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "截图前延迟(秒)" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "不弹出保存对话框" -#: ../src/main.c:72 +#: ../src/main.c:68 +msgid "Do not display the mouse on the screenshot" +msgstr "不抓取鼠标光标" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "截图保存到的目录" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "版本信息" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" @@ -178,7 +391,7 @@ "%s: %s\n" "运行 %s --help 查看全部可用的命令行参数列表。\n" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "%s 不是一个有效目录,将使用默认目录。" @@ -188,3 +401,22 @@ msgid "" "Take screenshots of the entire screen, of the active window or of a region" msgstr "截取全屏幕或当前活动窗口或某一指定区域图像" + +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr "截取全屏幕图像" + +#~ msgid "Applicatio to open the screenshot" +#~ msgstr "用以打开截图的程序" + +#~ msgid "Display the save dialog" +#~ msgstr "显示保存对话框" + +#~ msgid "Save by default to:" +#~ msgstr "默认保存至:" + +#~ msgid "" +#~ "If checked, the screenshot will be saved by default to the location set " +#~ "on the right without displaying a save dialog" +#~ msgstr "" +#~ "若选中此项,截图将会被保存至右边设定好的默认保存位置。否则将会弹出保存对话" +#~ "框" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po/zh_TW.po /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po/zh_TW.po --- xfce4-screenshooter-1.5.1/po/zh_TW.po 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po/zh_TW.po 2009-05-31 13:02:56.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: xfce4-screenshooter-plugin 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-02-07 16:22+0100\n" +"POT-Creation-Date: 2009-05-31 14:02+0200\n" "PO-Revision-Date: 2007-03-10 18:05+0800\n" "Last-Translator: Dsewnr Lu \n" "Language-Team: Chinese (traditional) \n" @@ -15,177 +15,377 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../lib/screenshooter-dialogs.c:228 +#: ../lib/screenshooter-dialogs.c:283 #, fuzzy msgid "Screenshot.png" msgstr "螢幕快照" -#: ../lib/screenshooter-dialogs.c:243 +#: ../lib/screenshooter-dialogs.c:300 #, fuzzy, c-format msgid "Screenshot-%d.png" msgstr "螢幕快照" -#: ../lib/screenshooter-dialogs.c:465 -#, fuzzy -msgid "Take a screenshot" -msgstr " 進行一次螢幕快照" +#: ../lib/screenshooter-dialogs.c:493 +#, c-format +msgid "%.2fKb of %.2fKb" +msgstr "" -#: ../lib/screenshooter-dialogs.c:472 -#, fuzzy -msgid "Take the screenshot" -msgstr " 進行一次螢幕快照" +#: ../lib/screenshooter-dialogs.c:577 +msgid "Transfer" +msgstr "" -#: ../lib/screenshooter-dialogs.c:479 +#: ../lib/screenshooter-dialogs.c:600 +msgid "" +"The screenshot is being " +"transferred to:" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:724 ../lib/screenshooter-dialogs.c:741 #: ../src/xfce4-screenshooter.desktop.in.in.h:1 #: ../panel-plugin/screenshooter.desktop.in.in.h:1 #, fuzzy msgid "Screenshot" msgstr "螢幕快照" -#: ../lib/screenshooter-dialogs.c:489 +#: ../lib/screenshooter-dialogs.c:736 +#, fuzzy +msgid "Take a screenshot" +msgstr " 進行一次螢幕快照" + +#: ../lib/screenshooter-dialogs.c:751 msgid "Preferences" msgstr "" -#: ../lib/screenshooter-dialogs.c:507 +#: ../lib/screenshooter-dialogs.c:793 msgid "Region to capture" msgstr "" -#: ../lib/screenshooter-dialogs.c:539 +#: ../lib/screenshooter-dialogs.c:820 msgid "Entire screen" msgstr "" -#: ../lib/screenshooter-dialogs.c:550 ../src/main.c:54 -#: ../panel-plugin/screenshooter-plugin.c:232 -#: ../panel-plugin/screenshooter-plugin.c:322 +#: ../lib/screenshooter-dialogs.c:830 ../src/main.c:58 +#: ../panel-plugin/screenshooter-plugin.c:292 #, fuzzy msgid "Take a screenshot of the entire screen" msgstr " 進行一次螢幕快照" -#: ../lib/screenshooter-dialogs.c:563 +#: ../lib/screenshooter-dialogs.c:841 msgid "Active window" msgstr "" -#: ../lib/screenshooter-dialogs.c:574 ../src/main.c:50 -#: ../panel-plugin/screenshooter-plugin.c:237 -#: ../panel-plugin/screenshooter-plugin.c:327 +#: ../lib/screenshooter-dialogs.c:851 ../src/main.c:104 +#: ../panel-plugin/screenshooter-plugin.c:297 #, fuzzy msgid "Take a screenshot of the active window" msgstr " 進行一次螢幕快照" -#: ../lib/screenshooter-dialogs.c:587 +#: ../lib/screenshooter-dialogs.c:862 msgid "Select a region" msgstr "" -#: ../lib/screenshooter-dialogs.c:598 ../src/main.c:58 -#: ../panel-plugin/screenshooter-plugin.c:242 -#: ../panel-plugin/screenshooter-plugin.c:332 +#: ../lib/screenshooter-dialogs.c:872 ../src/main.c:78 +#: ../panel-plugin/screenshooter-plugin.c:302 msgid "" "Select a region to be captured by clicking a point of the screen without " "releasing the mouse button, dragging your mouse to the other corner of the " "region, and releasing the mouse button." msgstr "" -#: ../lib/screenshooter-dialogs.c:614 +#: ../lib/screenshooter-dialogs.c:884 +msgid "Capture the mouse pointer" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:892 +#, fuzzy +msgid "Display the mouse pointer on the screenshot" +msgstr " 進行一次螢幕快照" + +#: ../lib/screenshooter-dialogs.c:917 msgid "" -"Delay before taking the " -"screenshot" +"Delay before capturing" msgstr "" -#: ../lib/screenshooter-dialogs.c:660 +#: ../lib/screenshooter-dialogs.c:952 #, fuzzy msgid "Delay in seconds before the screenshot is taken" msgstr " 進行一次螢幕快照" -#: ../lib/screenshooter-dialogs.c:669 +#: ../lib/screenshooter-dialogs.c:958 msgid "seconds" msgstr "" -#: ../lib/screenshooter-dialogs.c:691 -msgid "Action" +#: ../lib/screenshooter-dialogs.c:984 +msgid "After capturing" msgstr "" -#: ../lib/screenshooter-dialogs.c:722 -msgid "Save" +#. Display the save dialog checkbox +#: ../lib/screenshooter-dialogs.c:1007 +msgid "Show the save dialog" msgstr "" -#: ../lib/screenshooter-dialogs.c:735 -#, fuzzy -msgid "Save the screenshot to a PNG file" -msgstr "另存螢幕快照為 ..." +#: ../lib/screenshooter-dialogs.c:1013 +msgid "" +"The save dialog allows you to change the file name and the save location" +msgstr "" -#: ../lib/screenshooter-dialogs.c:764 -msgid "Save by default to:" +#: ../lib/screenshooter-dialogs.c:1027 +msgid "Close the application" msgstr "" -#: ../lib/screenshooter-dialogs.c:780 +#: ../lib/screenshooter-dialogs.c:1033 msgid "" -"If checked, the screenshot will be saved by default to the location set on " -"the right without displaying a save dialog" +"If unchecked, the current window will be displayed again after the " +"screenshot has been taken to allow you to take several screenshots in a row" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1056 +msgid "Action" msgstr "" -#: ../lib/screenshooter-dialogs.c:785 +#. Save option radio button +#: ../lib/screenshooter-dialogs.c:1081 +msgid "Save in:" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1089 +#, fuzzy +msgid "Save the screenshot to a PNG file" +msgstr "另存螢幕快照為 ..." + +#: ../lib/screenshooter-dialogs.c:1104 msgid "Default save location" msgstr "" -#: ../lib/screenshooter-dialogs.c:799 +#: ../lib/screenshooter-dialogs.c:1114 msgid "Set the default save location" msgstr "" -#: ../lib/screenshooter-dialogs.c:821 +#: ../lib/screenshooter-dialogs.c:1127 msgid "Copy to the clipboard" msgstr "" -#: ../lib/screenshooter-dialogs.c:831 +#: ../lib/screenshooter-dialogs.c:1132 msgid "Copy the screenshot to the clipboard so that it can be pasted later" msgstr "" -#: ../lib/screenshooter-dialogs.c:849 +#: ../lib/screenshooter-dialogs.c:1147 msgid "Open with:" msgstr "" -#: ../lib/screenshooter-dialogs.c:865 +#: ../lib/screenshooter-dialogs.c:1158 msgid "Open the screenshot with the chosen application" msgstr "" -#. Application label -#: ../lib/screenshooter-dialogs.c:898 -msgid "Application:" -msgstr "" - -#: ../lib/screenshooter-dialogs.c:945 ../src/main.c:77 +#: ../lib/screenshooter-dialogs.c:1191 ../src/main.c:73 #, fuzzy msgid "Application to open the screenshot" msgstr " 進行一次螢幕快照" -#: ../lib/screenshooter-dialogs.c:989 +#: ../lib/screenshooter-dialogs.c:1204 +msgid "Host on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1210 ../src/main.c:92 +msgid "Host the screenshot on ZimageZ, a free online image hosting service" +msgstr "" + +#: ../lib/screenshooter-dialogs.c:1255 #, fuzzy msgid "Save screenshot as..." msgstr "另存螢幕快照為 ..." -#: ../src/main.c:46 -msgid "Version information" +#. Start the user XML RPC session +#: ../lib/screenshooter-zimagez.c:159 +msgid "Initialize the connection..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:172 ../lib/screenshooter-zimagez.c:332 +#: ../lib/screenshooter-zimagez.c:361 ../lib/screenshooter-zimagez.c:389 +#: ../lib/screenshooter-zimagez.c:520 ../lib/screenshooter-zimagez.c:543 +#: ../lib/screenshooter-zimagez.c:580 +#, c-format +msgid "" +"An error occurred during the XML exchange: %s (%d).\n" +" The screenshot could not be uploaded." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:223 +msgid "" +"Please file the following fields with your ZimageZ \n" +"user name, passsword and details about the screenshot." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:283 +msgid "Check the user information..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:305 +msgid "" +"You " +"must fill all the fields." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:320 +msgid "Login on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:436 +msgid "" +"The " +"user and the password you entered do not match. Please retry." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:501 +#, fuzzy +msgid "Upload the screenshot..." +msgstr " 進行一次螢幕快照" + +#: ../lib/screenshooter-zimagez.c:559 +#, c-format +msgid "An error occurred while uploading the screenshot." msgstr "" -#: ../src/main.c:64 +#. End the user session +#: ../lib/screenshooter-zimagez.c:597 +msgid "Close the session on ZimageZ..." +msgstr "" + +#: ../lib/screenshooter-zimagez.c:650 +#, fuzzy +msgid "Details about the screenshot for ZimageZ" +msgstr " 進行一次螢幕快照" + +#. Create the user label +#: ../lib/screenshooter-zimagez.c:692 +msgid "User:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:703 +msgid "" +"Your Zimagez user name, if you do not have one yet please create one on the " +"Web page linked above" +msgstr "" + +#. Create the password label +#: ../lib/screenshooter-zimagez.c:708 +msgid "Password:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:718 +msgid "The password for the user above" +msgstr "" + +#. Create the title label +#: ../lib/screenshooter-zimagez.c:723 +msgid "Title:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:733 +msgid "" +"The title of the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#. Create the comment label +#: ../lib/screenshooter-zimagez.c:738 +msgid "Comment:" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:749 +msgid "" +"A comment on the screenshot, it will be used when displaying the screenshot " +"on ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:870 +#, c-format +msgid "Full size image" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:872 +#, c-format +msgid "Large thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:874 +#, c-format +msgid "Small thumbnail" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:894 +#, fuzzy +msgid "My screenshot on ZimageZ" +msgstr " 進行一次螢幕快照" + +#: ../lib/screenshooter-zimagez.c:920 +msgid "Links" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:965 +msgid "" +"Code for a thumbnail pointing " +"to the full size image" +msgstr "" + +#. HTML title +#: ../lib/screenshooter-zimagez.c:981 +msgid "HTML" +msgstr "" + +#. BB title +#: ../lib/screenshooter-zimagez.c:1002 +msgid "BBCode for forums" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1122 +msgid "ZimageZ" +msgstr "" + +#: ../lib/screenshooter-zimagez.c:1155 +msgid "Status" +msgstr "" + +#. Open Link +#: ../lib/sexy-url-label.c:176 +msgid "_Open Link" +msgstr "" + +#. Copy Link Address +#: ../lib/sexy-url-label.c:188 +msgid "Copy _Link Address" +msgstr "" + +#: ../src/main.c:53 msgid "Delay in seconds before taking the screenshot" msgstr "" -#: ../src/main.c:68 +#: ../src/main.c:63 msgid "Do not display the save dialog" msgstr "" -#: ../src/main.c:72 +#: ../src/main.c:68 +#, fuzzy +msgid "Do not display the mouse on the screenshot" +msgstr " 進行一次螢幕快照" + +#: ../src/main.c:85 msgid "Directory where the screenshot will be saved" msgstr "" -#: ../src/main.c:190 +#: ../src/main.c:99 +msgid "Version information" +msgstr "" + +#: ../src/main.c:136 #, c-format msgid "" "%s: %s\n" "Try %s --help to see a full list of available command line options.\n" msgstr "" -#: ../src/main.c:275 +#: ../src/main.c:235 #, c-format msgid "%s is not a valid directory, the default directory will be used." msgstr "" @@ -196,3 +396,11 @@ msgid "" "Take screenshots of the entire screen, of the active window or of a region" msgstr " 進行一次螢幕快照" + +#, fuzzy +#~ msgid "Tak a screenshot of the entire screen" +#~ msgstr " 進行一次螢幕快照" + +#, fuzzy +#~ msgid "Applicatio to open the screenshot" +#~ msgstr " 進行一次螢幕快照" diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po-doc/ChangeLog /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po-doc/ChangeLog --- xfce4-screenshooter-1.5.1/po-doc/ChangeLog 2009-02-25 09:42:24.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po-doc/ChangeLog 2009-06-13 07:29:10.000000000 +0100 @@ -1,3 +1,35 @@ +2009-06-13 jeromeg + +Danish translation update (Lars Christian Jensen). + +2009-06-04 Masato Hashimoto + +Japanese translation update (Masato Hashimoto). + +2009-06-03 jeromeg + +Add Turkish translation (Samed Beyribey). + +2009-05-31 jeromeg + +Update the French translation of the documentation. + +2009-04-20 Mike Massonnet + + * gl.po: Galician translation update (Leandro Regueiro) + +2009-04-16 Mike Massonnet + + * gl.po: Galician translation update (Leandro Regueiro) + +15-03-2009 jeromeg + + * gl.po: add Galician translation by Leandro Regueiro. + +15-03-2009 jeromeg + + * it.po: add Italian translation by Cristian Marchi. + 15-02-2009 jeromeg * ja.po: add Japanese translation by Hashimoto Masato. diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/po-doc/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/po-doc/Makefile.in --- xfce4-screenshooter-1.5.1/po-doc/Makefile.in 2009-02-25 09:56:14.000000000 +0000 +++ xfce4-screenshooter-1.6.0/po-doc/Makefile.in 2009-06-14 15:27:26.000000000 +0100 @@ -58,6 +58,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -71,10 +75,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -82,6 +82,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -170,6 +174,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/README /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/README --- xfce4-screenshooter-1.5.1/README 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/README 2009-06-14 13:12:09.000000000 +0100 @@ -4,10 +4,13 @@ the screenshot: save it to a PNG file, copy it to the clipboard, or open it using another application. +If activated on build, you can also host your screenshots on ZimageZ, +a free online image hosting service. The CURL and XMLRPC-C libraries +are required. + A plugin for the Xfce panel is also available. You can grab the development version with subversion by running: svn co http://svn.xfce.org/svn/goodies/xfce4-screenshooter/trunk/ xfce4-screenshooter -The documentation is available in the doc/ folder of the source tree and -on the website: http://goodies.xfce.org/projects/applications/xfce4-screenshooter +The documentation is available in the doc/ folder of the source tree. diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/src/main.c /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/src/main.c --- xfce4-screenshooter-1.5.1/src/main.c 2009-02-25 12:38:43.000000000 +0000 +++ xfce4-screenshooter-1.6.0/src/main.c 2009-05-29 12:57:11.000000000 +0100 @@ -22,6 +22,8 @@ #endif #include "libscreenshooter.h" +#include +#include @@ -31,10 +33,14 @@ gboolean region = FALSE; gboolean fullscreen = FALSE; gboolean no_save_dialog = FALSE; +gboolean hide_mouse = FALSE; +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL +gboolean upload = FALSE; +#endif +#endif gchar *screenshot_dir; -#ifdef HAVE_GIO gchar *application; -#endif gint delay = 0; @@ -42,145 +48,85 @@ /* Set cli options. */ static GOptionEntry entries[] = { - { "version", 'V', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &version, - N_("Version information"), - NULL - }, - { "window", 'w', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &window, - N_("Take a screenshot of the active window"), - NULL - }, - { "fullscreen", 'f', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &fullscreen, - N_("Take a screenshot of the entire screen"), - NULL - }, - { "region", 'r', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, ®ion, - N_("Select a region to be captured by clicking a point of the screen " - "without releasing the mouse button, dragging your mouse to the " - "other corner of the region, and releasing the mouse button."), - NULL - }, - { "delay", 'd', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_INT, &delay, - N_("Delay in seconds before taking the screenshot"), - NULL - }, - { "hide", 'h', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &no_save_dialog, - N_("Do not display the save dialog"), - NULL - }, - { "save", 's', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_FILENAME, &screenshot_dir, - N_("Directory where the screenshot will be saved"), - NULL - }, - #ifdef HAVE_GIO - { "open", 'o', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_STRING, &application, - N_("Application to open the screenshot"), - NULL - }, - #endif - { NULL, ' ', 0, 0, NULL, NULL, NULL } + { + "delay", 'd', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_INT, &delay, + N_("Delay in seconds before taking the screenshot"), + NULL + }, + { + "fullscreen", 'f', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &fullscreen, + N_("Take a screenshot of the entire screen"), + NULL + }, + { + "hide", 'h', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &no_save_dialog, + N_("Do not display the save dialog"), + NULL + }, + { + "mouse", 'm', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &hide_mouse, + N_("Do not display the mouse on the screenshot"), + NULL + }, + { + "open", 'o', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_STRING, &application, + N_("Application to open the screenshot"), + NULL + }, + { + "region", 'r', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, ®ion, + N_("Select a region to be captured by clicking a point of the screen " + "without releasing the mouse button, dragging your mouse to the " + "other corner of the region, and releasing the mouse button."), + NULL + }, + { + "save", 's', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_FILENAME, &screenshot_dir, + N_("Directory where the screenshot will be saved"), + NULL + }, +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL + { + "upload", 'u', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &upload, + N_("Host the screenshot on ZimageZ, a free online image hosting service"), + NULL + }, +#endif +#endif + { + "version", 'V', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &version, + N_("Version information"), + NULL + }, + { + "window", 'w', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &window, + N_("Take a screenshot of the active window"), + NULL + }, + { + NULL, ' ', 0, 0, NULL, + NULL, + NULL + } }; -static void -cb_dialog_response (GtkWidget *dlg, int response, ScreenshotData *sd); - - - -/* Internals */ - - - -static void -cb_dialog_response (GtkWidget *dialog, int response, - ScreenshotData *sd) -{ - if (response == GTK_RESPONSE_HELP) - { - GError *error_help = NULL; - - /* Launch the help page and show an error dialog if there was - * an error. */ - if (!xfce_exec_on_screen (gdk_screen_get_default (), - "xfhelp4 xfce4-screenshooter.html", - FALSE, TRUE, &error_help)) - { - xfce_err (error_help->message); - g_error_free (error_help); - } - } - else - { - gchar *rc_file; - - /* If the response was ok, we take the screenshot */ - if (response == GTK_RESPONSE_OK) - { - GdkDisplay *display = gdk_display_get_default (); - - gtk_widget_hide (dialog); - - gdk_display_sync (display); - - /* Make sure the window manager had time to set the new active - * window.*/ - if (sd->region != SELECT) - sleep (1); - - screenshooter_take_and_output_screenshot (sd); - - } - - gtk_widget_destroy (dialog); - - rc_file = - xfce_resource_save_location (XFCE_RESOURCE_CONFIG, - "xfce4/xfce4-screenshooter", - TRUE); - - /* Save preferences */ - - if (rc_file != NULL) - { - screenshooter_write_rc_file (rc_file, sd); - - g_free (rc_file); - } - - gtk_main_quit (); - } -} - /* Main */ -int main(int argc, char **argv) +int main (int argc, char **argv) { GError *cli_error = NULL; + GFile *default_save_dir; + const gchar *rc_file; ScreenshotData *sd = g_new0 (ScreenshotData, 1); - gchar *rc_file = - xfce_resource_lookup (XFCE_RESOURCE_CONFIG, - "xfce4/xfce4-screenshooter"); - xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8"); - /* Read the preferences */ - - screenshooter_read_rc_file (rc_file, sd); - - if (rc_file != NULL) - g_free (rc_file); - - /* Check if the directory read from the preferences is valid */ - if (!g_file_test (sd->screenshot_dir, G_FILE_TEST_IS_DIR)) - { - sd->screenshot_dir = g_strdup (DEFAULT_SAVE_DIRECTORY); - } - /* Print a message to advise to use help when a non existing cli option is passed to the executable. */ if (!gtk_init_with_args(&argc, &argv, "", entries, PACKAGE, &cli_error)) @@ -190,21 +136,46 @@ g_print (_("%s: %s\nTry %s --help to see a full list of" " available command line options.\n"), PACKAGE, cli_error->message, PACKAGE_NAME); + g_error_free (cli_error); - return 1; + + return EXIT_FAILURE; } } + if (!g_thread_supported ()) + g_thread_init (NULL); + + /* Read the preferences */ + rc_file = xfce_resource_lookup (XFCE_RESOURCE_CONFIG, "xfce4/xfce4-screenshooter"); + screenshooter_read_rc_file (rc_file, sd); + + /* Check if the directory read from the preferences is valid */ + default_save_dir = g_file_new_for_uri (sd->screenshot_dir); + + if (G_UNLIKELY (!g_file_query_exists (default_save_dir, NULL))) + { + g_free (sd->screenshot_dir); + + sd->screenshot_dir = screenshooter_get_home_uri (); + } + + g_object_unref (default_save_dir); + /* Just print the version if we are in version mode */ if (version) { g_print ("%s\n", PACKAGE_STRING); - return 0; + + return EXIT_SUCCESS; } /* If a region cli option is given, take the screenshot accordingly.*/ if (fullscreen || window || region) { + sd->cli = TRUE; + sd->close = 1; + /* Set the region to be captured */ if (window) { @@ -221,97 +192,114 @@ /* Wether to show the save dialog allowing to choose a filename * and a save location */ - if (no_save_dialog) - { - sd->show_save_dialog = 0; - } - else - { - sd->show_save_dialog = 1; - } + no_save_dialog ? (sd->show_save_dialog = 0) : (sd->show_save_dialog = 1); + + /* Whether to display the mouse pointer on the screenshot */ + hide_mouse ? (sd->show_mouse = 0) : (sd->show_mouse = 1); sd->delay = delay; - #ifdef HAVE_GIO if (application != NULL) { sd->app = application; sd->action = OPEN; } +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL + else if (upload) + { + sd->app = g_strdup ("none"); + sd->action = UPLOAD; + } +#endif +#endif else { sd->app = g_strdup ("none"); sd->action = SAVE; } - #endif /* If the user gave a directory name, verify that it is valid */ if (screenshot_dir != NULL) { - if (g_file_test (screenshot_dir, G_FILE_TEST_IS_DIR)) + default_save_dir = g_file_new_for_commandline_arg (screenshot_dir); + + if (G_LIKELY (g_file_query_exists (default_save_dir, NULL))) { - /* Check if the path is absolute, if not make it - * absolute */ - if (g_path_is_absolute (screenshot_dir)) - { - g_free (sd->screenshot_dir); - - sd->screenshot_dir = screenshot_dir; - } - else - { - gchar *current_dir = g_get_current_dir (); - - g_free (sd->screenshot_dir); - - sd->screenshot_dir = - g_build_filename (current_dir, - screenshot_dir, - NULL); - - g_free (current_dir); - g_free (screenshot_dir); - } + g_free (sd->screenshot_dir); + sd->screenshot_dir = g_file_get_uri (default_save_dir); } else { - g_warning (_("%s is not a valid directory, the default" - " directory will be used."), - screenshot_dir); - - g_free (screenshot_dir); + screenshooter_error ("%s", + _("%s is not a valid directory, the default" + " directory will be used."), + screenshot_dir); } - } - screenshooter_take_and_output_screenshot (sd); + g_object_unref (default_save_dir); + g_free (screenshot_dir); + } } - /* Else we just show up the main application */ + /* Else we show a dialog which allows to set the screenshot options */ else { - GtkWidget *dialog; + sd->cli = FALSE; + } - /* Set the dialog up */ + g_idle_add ((GSourceFunc) screenshooter_take_and_output_screenshot, sd); - dialog = screenshooter_dialog_new (sd, FALSE); + gtk_main (); - gtk_window_set_type_hint(GTK_WINDOW (dialog), - GDK_WINDOW_TYPE_HINT_NORMAL); + /* Save preferences */ + if (!sd->cli) + { + const gchar *preferences_file = + xfce_resource_save_location (XFCE_RESOURCE_CONFIG, + "xfce4/xfce4-screenshooter", + TRUE); - g_signal_connect (dialog, - "response", - G_CALLBACK (cb_dialog_response), - sd); + if (preferences_file != NULL) + screenshooter_write_rc_file (preferences_file, sd); + } +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL + else if (sd->action == UPLOAD) + { + const gchar *preferences_file = + xfce_resource_save_location (XFCE_RESOURCE_CONFIG, + "xfce4/xfce4-screenshooter", + TRUE); + if (preferences_file != NULL) + { + XfceRc *rc; - gtk_widget_show (dialog); + TRACE ("Open the rc file"); + rc = xfce_rc_simple_open (preferences_file, FALSE); - gtk_main (); + if (rc != NULL) + { + xfce_rc_write_entry (rc, "last_user", sd->last_user); + + TRACE ("Flush and close the rc file"); + xfce_rc_flush (rc); + xfce_rc_close (rc); + } + } } +#endif +#endif g_free (sd->screenshot_dir); - #ifdef HAVE_GIO g_free (sd->app); - #endif +#ifdef HAVE_XMLRPC +#ifdef HAVE_CURL + g_free (sd->last_user); +#endif +#endif g_free (sd); - return 0; + TRACE ("Ciao"); + + return EXIT_SUCCESS; } diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/src/Makefile.am /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/src/Makefile.am --- xfce4-screenshooter-1.5.1/src/Makefile.am 2009-02-25 09:42:24.000000000 +0000 +++ xfce4-screenshooter-1.6.0/src/Makefile.am 2009-05-23 14:55:04.000000000 +0100 @@ -1,18 +1,22 @@ bin_PROGRAMS = xfce4-screenshooter xfce4_screenshooter_CFLAGS = \ + -I$(top_srcdir)/lib \ @GTK_CFLAGS@ \ @GLIB_CFLAGS@ \ @LIBXFCE4UTIL_CFLAGS@ \ @LIBXFCEGUI4_CFLAGS@ \ - -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ - -I$(top_srcdir)/lib + @GTHREAD_CFLAGS@ \ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" -xfce4_screenshooter_LDFLAGS = \ +xfce4_screenshooter_LDFLAGS = \ + $(top_builddir)/lib/libscreenshooter.la \ @GTK_LIBS@ \ + @GLIB_LIBS@ \ + @GTHREAD_LIBS@ \ @LIBXFCE4UTIL_LIBS@ \ - @LIBXFCEGUI4_LIBS@ \ - $(top_builddir)/lib/libscreenshooter.la + @LIBXFCEGUI4_LIBS@ + xfce4_screenshooter_SOURCES = \ main.c diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/src/Makefile.in /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/src/Makefile.in --- xfce4-screenshooter-1.5.1/src/Makefile.in 2009-02-25 09:56:15.000000000 +0000 +++ xfce4-screenshooter-1.6.0/src/Makefile.in 2009-06-14 15:27:26.000000000 +0100 @@ -93,6 +93,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CURL_CFLAGS = @CURL_CFLAGS@ +CURL_LIBS = @CURL_LIBS@ +CURL_REQUIRED_VERSION = @CURL_REQUIRED_VERSION@ +CURL_VERSION = @CURL_VERSION@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ @@ -106,10 +110,6 @@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ -GIO_CFLAGS = @GIO_CFLAGS@ -GIO_LIBS = @GIO_LIBS@ -GIO_REQUIRED_VERSION = @GIO_REQUIRED_VERSION@ -GIO_VERSION = @GIO_VERSION@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@ @@ -117,6 +117,10 @@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ +GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ +GTHREAD_LIBS = @GTHREAD_LIBS@ +GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@ +GTHREAD_VERSION = @GTHREAD_VERSION@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@ @@ -205,6 +209,9 @@ XGETTEXT = @XGETTEXT@ XGETTEXT_ARGS = @XGETTEXT_ARGS@ XML2PO = @XML2PO@ +XMLRPC_CFLAGS = @XMLRPC_CFLAGS@ +XMLRPC_CONFIG = @XMLRPC_CONFIG@ +XMLRPC_LIBS = @XMLRPC_LIBS@ XSLTPROC = @XSLTPROC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ @@ -258,18 +265,21 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ xfce4_screenshooter_CFLAGS = \ + -I$(top_srcdir)/lib \ @GTK_CFLAGS@ \ @GLIB_CFLAGS@ \ @LIBXFCE4UTIL_CFLAGS@ \ @LIBXFCEGUI4_CFLAGS@ \ - -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ - -I$(top_srcdir)/lib + @GTHREAD_CFLAGS@ \ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" xfce4_screenshooter_LDFLAGS = \ + $(top_builddir)/lib/libscreenshooter.la \ @GTK_LIBS@ \ + @GLIB_LIBS@ \ + @GTHREAD_LIBS@ \ @LIBXFCE4UTIL_LIBS@ \ - @LIBXFCEGUI4_LIBS@ \ - $(top_builddir)/lib/libscreenshooter.la + @LIBXFCEGUI4_LIBS@ xfce4_screenshooter_SOURCES = \ main.c diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/TODO /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/TODO --- xfce4-screenshooter-1.5.1/TODO 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/TODO 2009-06-14 12:58:05.000000000 +0100 @@ -1,15 +1,10 @@ +Long term: + * Port "select a region" to use cairo to have transparent rubber banding as in thunar and xfdesktop. -* When selecting a region, Escape should cancel everything. -* Check for leaks using valgrind. * Use Xshape to have a transparent background in the generated screenshots. -Rewritte generate_filename_for_uri or remove it. Jannis suggestion: -You can use GDir for reading the contents of a directory and you can use -regular expressions (GPattern or something) for matching strings against -patterns, so why not iterate over the contents of a directory and -determine the Screenshots-%d.png file with the largest %d? - Low priority: + * Try to get borders captured with compiz. * Consider porting the code to use GObjects instead of structs. diff -Nru /tmp/MLFfqJ55ia/xfce4-screenshooter-1.5.1/xfce4-screenshooter.1 /tmp/1HMxgMB9xt/xfce4-screenshooter-1.6.0/xfce4-screenshooter.1 --- xfce4-screenshooter-1.5.1/xfce4-screenshooter.1 2009-02-25 09:42:27.000000000 +0000 +++ xfce4-screenshooter-1.6.0/xfce4-screenshooter.1 2009-06-14 12:57:37.000000000 +0100 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH XFCE4-SCREENSHOOTER "1" "June 2008" "xfce4-screenshooter 1.5.1" "User Commands" +.TH XFCE4-SCREENSHOOTER "1" "June 2008" "xfce4-screenshooter 1.6.0" "User Commands" .SH NAME xfce4-screenshooter \- application to take screenshots .SH DESCRIPTION @@ -38,11 +38,17 @@ \fB\-h\fR, \fB\-\-hide\fR Do not display the save dialog .TP +\fB\-m\fR, \fB\-\-mouse\fR +Do not display the mouse on the screenshot +.TP \fB\-s\fR, \fB\-\-save\fR Directory where the screenshot will be saved .TP \fB\-o\fR, \fB\-\-open\fR Application to open the screenshot .TP +\fB\-u\fR, \fB\-\-upload\fR +Host the screenshot on ZimageZ, a free online image hosting service +.TP \fB\-\-display\fR=\fIDISPLAY\fR X display to use