diff -Nru shutter-0.92/bin/shutter shutter-0.93.1~ppa1~ubuntu16.04.1/bin/shutter --- shutter-0.92/bin/shutter 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/bin/shutter 2016-01-10 09:02:05.000000000 +0000 @@ -103,9 +103,9 @@ #define constants #-------------------------------------- use constant MAX_ERROR => 5; -use constant SHUTTER_REV => 'Rev.1269'; +use constant SHUTTER_REV => 'Rev.1278'; use constant SHUTTER_NAME => 'Shutter'; -use constant SHUTTER_VERSION => '0.92'; +use constant SHUTTER_VERSION => '0.93.1'; #-------------------------------------- #configure path settings @@ -3723,7 +3723,7 @@ #edit if ( $n_items && defined $key - && defined @{ $session_screens{$key}->{'undo'} } + && defined $session_screens{$key}->{'undo'} && scalar @{ $session_screens{$key}->{'undo'} } > 1 ) { $sm->{_menuitem_undo}->set_sensitive(TRUE); @@ -3734,7 +3734,7 @@ if ( $n_items && defined $key - && defined @{ $session_screens{$key}->{'redo'} } + && defined $session_screens{$key}->{'redo'} && scalar @{ $session_screens{$key}->{'redo'} } > 0 ) { $sm->{_menuitem_redo}->set_sensitive(TRUE); @@ -7244,8 +7244,11 @@ my $status_text = shift; $status->pop($index); - Glib::Source->remove( $session_start_screen{'first_page'}->{'statusbar_timer'} ) - if defined $session_start_screen{'first_page'}->{'statusbar_timer'}; + if (defined $session_start_screen{'first_page'}->{'statusbar_timer'}){ + if ($session_start_screen{'first_page'}->{'statusbar_timer'}){ + Glib::Source->remove( $session_start_screen{'first_page'}->{'statusbar_timer'} ) + } + } $status->push( $index, $status_text ); #...and remove it diff -Nru shutter-0.92/CHANGES shutter-0.93.1~ppa1~ubuntu16.04.1/CHANGES --- shutter-0.92/CHANGES 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/CHANGES 2016-01-10 09:02:05.000000000 +0000 @@ -1,3 +1,26 @@ +shutter (0.93.1) + + * updated Dropbox.pm and XFIXES.pm + * fixed deprecated code + * updated translations + + -- Mario Kemper Wed, 24 Dec 2014 00:01:10 +0100 + +shutter (0.93) + + * Fixed bugs / minor improvements + -- LP: #1163251 + [Dropbox plugin doesn't work since it uses an old version of the API] + -- LP: #1250536 + [Error Dropbox authentication and upload] + -- LP: #1298878 + [vgy.me support] + -- LP: #1349512 + [Dropbox upload plugin uses Public folder and does not create proper share link] + * updated translations + + -- Mario Kemper Sun, 17 Aug 2014 19:11:28 +0200 + shutter (0.92) * Fixed bugs / minor improvements diff -Nru shutter-0.92/debian/bzr-builder.manifest shutter-0.93.1~ppa1~ubuntu16.04.1/debian/bzr-builder.manifest --- shutter-0.92/debian/bzr-builder.manifest 1970-01-01 00:00:00.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/debian/bzr-builder.manifest 2016-01-10 09:02:10.000000000 +0000 @@ -0,0 +1,3 @@ +# bzr-builder format 0.3 deb-version {debupstream} +lp:shutter revid:mario.kemper@googlemail.com-20141223230202-b58zlfo5qb5e2cxt +nest-part packaging lp:~mario-kemper/shutter/packaging ubuntu/debian debian revid:mario.kemper@googlemail.com-20141223230242-fyo4s8t8j55atvcw diff -Nru shutter-0.92/debian/changelog shutter-0.93.1~ppa1~ubuntu16.04.1/debian/changelog --- shutter-0.92/debian/changelog 2014-08-10 17:17:29.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/debian/changelog 2016-01-10 09:02:10.000000000 +0000 @@ -1,132 +1,1182 @@ -shutter (0.92-0.1ubuntu1) utopic; urgency=medium +shutter (0.93.1~ppa1~ubuntu16.04.1) xenial; urgency=low - * Merge from debian. Remaining changes: - - debian/control: Recommend libgtk2-appindicator-perl + * Auto build. - -- Andrew Starr-Bochicchio Sun, 10 Aug 2014 13:16:49 -0400 + -- Mario Kemper (Romario) Sun, 10 Jan 2016 09:02:10 +0000 -shutter (0.92-0.1) unstable; urgency=medium +shutter (0.93.1~ppa1) utopic; urgency=high - * Non-maintainer upload. - * New upstream release. - - Fixes crash after clicking "edit" while using certain - icon themes (LP: #1285287). + * updated Dropbox.pm and XFIXES.pm + * fixed deprecated code + * updated translations + + -- Mario Kemper Wed, 24 Dec 2014 00:01:10 +0100 + +shutter (0.93~ppa1) utopic; urgency=high + + * Fixed bugs / minor improvements + -- LP: #1163251 + [Dropbox plugin doesn't work since it uses an old version of the API] + -- LP: #1250536 + [Error Dropbox authentication and upload] + -- LP: #1298878 + [vgy.me support] + -- LP: #1349512 + [Dropbox upload plugin uses Public folder and does not create proper share link] + * updated translations + + -- Mario Kemper Sun, 17 Aug 2014 19:11:28 +0200 + +shutter (0.92~ppa1) trusty; urgency=high + + * Fixed bugs / minor improvements + -- LP: #731874 + [Launching a second instance causes a crash - ArchLinux] + -- LP: #1034768 + [Segmentation fault (core dumped) when trying to edit an image] + -- LP: #1285287 + [Crashes after clicking "edit" while using certain icon themes] + -- LP: #1334869 + [Shutter: ImageBanana no loger active....] + -- LP: #1351015 + [Remove Ubuntu One] + * updated translations + + -- Mario Kemper Sat, 09 Aug 2014 15:42:04 +0200 + +shutter (0.91~ppa2) trusty; urgency=high + + * Fixed bugs / minor improvements + -- LP: #1243649 + [Add new icon] + -- LP: #1308485 + [immio has been closed] + -- LP: #1314893 + [Session tab no longer shows thumbnails after fresh install Kubuntu 14.04] + * updated translations + + -- Mario Kemper Mon, 09 Jun 2014 19:08:59 +0200 + +shutter (0.90.1~ppa1) saucy; urgency=high + + * Fixed bugs / minor improvements + -- LP: #1092522 + [Shutter doesn't recognize the command-line option "-d"] + -- LP: #1191521 + [--delay=0 doesn't work from command-line] + -- LP: #1216619 + [Drawing Tool: encoding problems when using chinese fonts] + * updated translations + + -- Mario Kemper Sun, 25 Aug 2013 21:45:08 +0200 + +shutter (0.90~ppa4) raring; urgency=high + + * Fixed bugs / minor improvements + -- LP: #1035259 + [No way to activate the main window when using the appindicator] + -- LP: #1081917 + [Quicklist no more working] + -- LP: #1083033 + [Needs a high contrast app icon] + -- LP: #1083586 + [Remove keybinding code] + -- LP: #1083588 + [Remove Simple Selection Tool] + -- LP: #1087367 + [File extension .png] + -- LP: #1092054 + [desktop-file-validate complains again] + * updated translations + + -- Mario Kemper Wed, 19 Dec 2012 12:21:39 +0100 + +shutter (0.89.1~ppa4) quantal; urgency=high + + * Fixed bugs / minor improvements + -- LP: #1007712 + [imageshack plug in fails] + -- LP: #1020600 + [bug on save output image in cyrillic keybord layout] + -- LP: #1021158 + [Imgur plugin doesn't work] + -- LP: #1033931 + [libgtk2-appindicator-perl not available for lucid (Ubuntu 10.04)] + -- LP: #1035332 + [desktop-file-validate complains] + * updated translations + + -- Mario Kemper Mon, 13 Aug 2012 22:52:36 +0200 + +shutter (0.89~ppa4) quantal; urgency=high + + * Fixed bugs / minor improvements + -- LP: #664292 + [Feature Request: Please make use of appindicators] + -- LP: #1012235 + [Advanced Selection Capture entries do not work] + -- LP: #1018791 + [Change fsf-address] + * updated translations + + -- Mario Kemper Wed, 01 Aug 2012 22:46:10 +0200 + +shutter (0.88.3~ppa3) precise; urgency=high + + * Fixed bugs / minor improvements + -- LP: #965589 + [Dropbox upload should urlencode the resuting link] + -- LP: #966159 + [Wrong image format in save dialogue] + -- LP: #975247 + [Editor: icon tool fails to add image] + -- LP: #976316 + [Add include/exclude cursor option for command-line] + -- LP: #976322 + [Add --delay command line option] + * updated translations + + -- Mario Kemper Mon, 23 Apr 2012 01:10:03 +0200 + +shutter (0.88.2~ppa3) precise; urgency=high + + * Fixed bugs / minor improvements + -- LP: #625291 + [Edit menu items should be shown in right-click popup for object] + -- LP: #812182 + [save image to jpg extension] + -- LP: #903305 + [Add no_session parameter] + -- LP: #909195 + ['Updating plugins' dialogue appears on every startup] + -- LP: #917158 + [FTP upload plugin recently stopped working] + * updated translations + + -- Mario Kemper Thu, 23 Feb 2012 11:56:50 +0100 + +shutter (0.88.1~ppa3) precise; urgency=high + + * Fixed bugs / minor improvements + -- LP: #894416 + [Some upload plugins fail with unicode characters in filename] + -- LP: #894577 + [Minus service doesn't work] + * updated translations + + -- Mario Kemper Thu, 01 Dec 2011 22:01:50 +0100 + +shutter (0.88~ppa4) oneiric; urgency=high + + * New Features + -- Refactored the uploading code (added support for plugins) + -- Added new upload plugins + -- Public links are now saved when a screenshot was uploaded + -- New command line option: specify filename + * New Upload Plugins + -- Dropbox + -- ImageBanana + -- ImageShack + -- Imgur + -- ImmIO + -- ITmages + -- Minus + -- Omploader + -- ToileLibre + -- TwitPic + -- UbuntuPics + * Fixed bugs / minor improvements + -- LP: #342622 + [Remember upload links] + -- LP: #841328 + [black corners if window is selected from the window list] + -- LP: #888441 + [dialog not clickable when renaming a file] + -- LP: #889031 + [Package should'nt provide own perl libraries] + -- LP: #892703 + [After unlinking from Dropbox there is no way to relink it again] + -- LP: #650701 + [retrieve Public URL if screenshot is already uploaded] + -- LP: #675911 + [Url not selected when i do single click] + -- LP: #793462 + [Short URL in imageshack.us] + -- LP: #870556 + [specify file name on command line] + -- LP: #374024 + [http://omploader.org/ as new image hoster] + -- LP: #486490 + [Feature Request: Upload to imgur] + -- LP: #489598 + [Wish: Add Twitpic support] + -- LP: #598818 + [feature request: extensible imagehost/upload tools] + -- LP: #602209 + [Add integration with Dropbox] + -- LP: #619748 + [Add ubuntuusers.de thumbnail code to any of the hosting plugins] + -- LP: #651029 + [Feature Request: Upload to ITmages] + -- LP: #703299 + [Add upload to http://pix.toile-libre.org/] + -- LP: #785032 + [min.us uploading support] + -- LP: #793463 + [More image services to upload] + * improved support for Gnome-Shell + * several smaller bugfixes + * updated translations + + -- Mario Kemper Mon, 21 Nov 2011 15:54:45 +0100 + +shutter (0.87.3~ppa3) oneiric; urgency=high + + * New Features + -- Show "real" cursor (instead of standard cursor) + -- Locate on disk + * Fixed bugs / minor improvements + -- LP: #695629 + [locate on disk feature] + -- LP: #781235 + [shutter.1.gz isn't gzipped] + -- LP: #769902 + [shutter --man displays source code] + -- LP: #752846 + [Application doesn't work on windows with certain titles] + -- LP: #749442 + [UI improvements to the timeout menu] + -- LP: #779252 + [Support gnome-web-photo >= 0.10] + -- LP: #744397 + [It doesn't save the selected profile between sessions] + -- LP: #388475 + [Showing standard cursor (left-ptr) instead of current cursor] + * updated translations + + -- Mario Kemper Sun, 03 Jul 2011 15:35:08 +0200 + +shutter (0.87.2~ppa1) natty; urgency=high + + * Fixed bugs / minor improvements + -- LP: #737428 + ['Open with' does not work when filename contains german umlauts] + -- LP: #738710 + [Needs quicklists for Natty] + * updated translations + + -- Mario Kemper Fri, 25 Mar 2011 11:59:51 +0100 + +shutter (0.87.1~ppa6) natty; urgency=high + + * Fixed bugs / minor improvements + -- LP: #657585 + [Shutter ignores typed-in save location] + -- LP: #695295 + [Section: Encoding problems in non-english version of Shutter] + -- LP: #697483 + [Initial image in DrawingTool shouldn't be locked by default] + -- LP: #705094 + [Enter and Escape keys don't work any more] + -- LP: #705315 + [Shutter failed to take screenshot on seamless mode of virtualbox] + -- LP: #708753 + [Tab closing crashes in some circumstances] + -- LP: #723075 + [Error while opening image 'sel_window_list.svg'] + -- LP: #730883 + [Profiles doesn't save some information] + -- LP: #731495 + [Uploading to ImageShack broken] + * updated translations + + -- Mario Kemper Thu, 10 Mar 2011 01:20:30 +0100 + +shutter (0.87~ppa8) natty; urgency=high + + * New Features + -- Capture active window + -- Uniqueness via libunique (single instance) + -- Support for rounded window corners when using Compiz + -- Automatically resize windows before capture + -- New option: don't save screenshot to disk + -- Advanced startup-options + -- EXIF orientation flag is now supported + -- Compatible with global menu (unity) + -- Export to PostScript + -- Faster application startup (load session in background task) + * Fixed Bugs / Improvements + -- LP: #336132 + [Load last session in a background task] + -- LP: #348161 + [Option not to save screenshots to disk by default] + -- LP: #371555 + [Add advanced startup-options to the settings dialog] + -- LP: #388478 + [multiple instances running] + -- LP: #419137 + [keyboard shortcuts and hidden main window] + -- LP: #429677 + [Add option to capture last active window] + -- LP: #481096 + [hotkeys and Compiz' flat-file backend] + -- LP: #486659 + [Pressing Enter in the image editor doesn't save image] + -- LP: #517267 + [shortcut keys with abbreviations can reset compiz shortcut keys] + -- LP: #577040 + [Add a --version command line argument] + -- LP: #632042 + [Disable re-save file warnings] + -- LP: #638588 + [Image name overlapping error with $nb_name format] + -- LP: #643675 + [Editor window opens too large] + -- LP: #643683 + [Can't capture cursor anymore] + -- LP: #644084 + [Moving files to trash doesn't work with KDE] + -- LP: #644168 + [Rotation in Shotwell is incomp. with some other applications] + -- LP: #644847 + [Shutter does not respect the EXIF orientation flag] + -- LP: #654185 + [Crop tool - Offset when zooming] + -- LP: #658740 + ['Open with' does not work with global menu (unity)] + -- LP: #658745 + [Unreadable (built-in) notifications: Text is highlighted] + -- LP: #661424 + [Plugins fails if ' in filename] + -- LP: #657585 + [Shutter ignores typed-in save location] + -- LP: #666854 + [Auto-resize windows] + -- LP: #666858 + [Opaque window corners when using compiz] + -- LP: #671749 + [Feature Request: Redo hotkey] + -- LP: #671914 + [Zoom window does not update when modifying selection] + -- LP: #671917 + [Use filename for notebook pages (instead of [no] - [date])] + -- LP: #671918 + [autoincrement does not work (in rare cases)] + -- LP: #677745 + [non-HIG complient menu tooltip] + -- LP: #681008 + [Add feature 'Export to PostScript'] + -- LP: #685235 + [Double click doesn't work when selecting a selection] + * updated translations + + -- Mario Kemper Tue, 08 Feb 2011 07:15:28 +0100 + +shutter (0.86.4~ppa4) maverick; urgency=high + + * New Features + -- Automatically add a border + -- Capture all workspaces as one image + * New Plugins + -- Hard Shadow + -- Autocrop + * Fixed Bugs / Minor Improvements + -- LP: #342628 + [Make selection capture 'rounded grey box' less intrusive] + -- LP: #497050 + [Direction/Color on Shadow Plugin] + -- LP: #535481 + [Need an autocrop tool] + -- LP: #583988 + [JPEG export: file size too big] + -- LP: #588188 + [Add DrawingTool to Preferences>Actions>Open with] + -- LP: #590348 + [Need "border" feature] + -- LP: #608683 + [capture ALL desktops as one image] + -- LP: #611832 + [Advanced selection tool - Enable numpad enter] + -- LP: #618008 + [Non-latin filenames] + -- LP: #620136 + [Keyboard should be able to be used for fine grain movements] + -- LP: #620397 + [Adv. Selection Tool: no update when using the keyboard] + -- LP: #622638 + [shutter launches ubuntuone also, at startup] + * updated translations + + -- Mario Kemper Wed, 01 Sep 2010 22:36:16 +0200 + +shutter (0.86.3~ppa6) maverick; urgency=high + + * New features + -- Publish via Ubuntu One + -- New humanity icons (ubuntu-mono-dark and ubuntu-mono-light) + * Fixed bugs / minor improvements + -- LP: #361971 + [Rename Redo to Retry in upload failure dialog] + -- LP: #506181 + [Would like integration with Ubuntu One] + -- LP: #552842 + [function to hash the file name] + -- LP: #577040 + [Add a --version command line argument] + -- LP: #582134 + [Cannot export photos to imageshack] + -- LP: #610042 + [Ubuntu-pics.de is dead] + -- LP: #610784 + [Cannot export photos to imagebanana] + * updated translations + + -- Mario Kemper Thu, 29 Jul 2010 17:47:59 +0200 + +shutter (0.86.2~ppa3) lucid; urgency=low + + * Fixed bugs / minor improvements + -- LP: #470403 + [Drag & drop the image after taking screenshot] + -- LP: #543446 + [Transparent parts... show as ] + -- LP: #561097 + [Profiles are broken] + -- LP: #566597 + [imageshack.us direct link is messed up] + -- LP: #568961 + [Desktop may crash when canceling web-capture] + * updated translations + + -- Mario Kemper Wed, 28 Apr 2010 11:34:02 +0200 + +shutter (0.86.1~ppa2) lucid; urgency=low + + * Fixed bugs / minor improvements + -- LP: #541751 + [Add support for Thunderbird when sending via email] + -- LP: #543058 + [No error reporting on 'Send by mail'] + -- LP: #549732 + [print gives blank page] + * updated translations + + -- Mario Kemper Wed, 31 Mar 2010 23:39:34 +0200 + +shutter (0.86~ppa5) lucid; urgency=low + + * New features + -- Repeat last screenshots easily + -- DrawingTool: New Pixelize tool + -- DrawingTool: PDF + SVG Export + -- DrawingTool: new shapes (e.g. callouts) + -- Improved PDF export + -- Copy URL to clipboard (FTP) + -- Built-in notification windows + -- Option to ask for a name and directory before saving + -- Many usability improvements + * Screenshot Tools + -- LP: #344754 + [Keep selection for screenshots] + -- LP: #507465 + [implement a workaround if some window doesn't deliver the correct type hint] + -- #515944 + [Can't take window screenshots when using fluxbox and styles that use the XShape extension] + * Upload / Export + -- LP: #339920 + [Copy URL to clipboard after uploading to a FTP Server] + -- LP: #341810 + [Remember last used 'Upload' tab] + -- LP: #513778 + [ImageShack direct link incorrect] + * Drawing Tool + -- LP: #349048 + [Add a callout editing tool for quick annotations] + -- LP: #482791 + [Text Tool should allow me to edit the text immediately] + -- LP: #486680 + [Shapes can't be moved with keyboard] + -- LP: #493308 + [Should be able to move around the original image] + -- LP: #511919 + [Add an svg export to DrawingTool] + -- LP: #519869 + [Line width not changes, in Shutter editor, if I use "draw arrow" tool after "censor" tool] + * Fixed bugs / minor improvements + -- LP: #264623 + [Add pdf export to File Menu] + -- LP: #340762 + [Send by email] + -- LP: #412917 + [Remember the path to last opened folder in "Save as" dialog] + -- LP: #500352 + [Shutter closes down completely when attempting web capture] + -- LP: #501969 + [Ctrl N does nothing, even though it is listed in the File menu] + -- LP: #509546 + [Option to ask for a name and location before saving the screenshots to disk] + -- LP: #510404 + [Keybindings do not work correctly when optional command line parameters are used] + -- LP: #511942 + [Default directory for saved screenshots is /home instead of /home/login] + -- LP: #512130 + [Shutter doesn't start if $icontheme->load_icon fails] + -- LP: #513616 + [File mask %T non compatible and $name] + -- LP: #522508 + [Several problems with comma as decimal separator] + -- LP: #533764 + [I'd like an option "Copy nothing to clipboard"] + -- LP: #543052 + [Close buttons are right-aligned instead of left on tabs] + -- LP: #543063 + [Layout overlap on bottom] + * updated translations + + -- Mario Kemper Fri, 26 Mar 2010 00:21:52 +0100 + +shutter (0.85.1~ppa3) karmic; urgency=low + + * Fixed bugs + -- LP: #471895 + [Unable to set Shutter as default screenshot tool when using compiz] + -- LP: #488845 + [check gtk version before calling gtk-image-menu-...] + -- LP: #488895 + [capture menu / tooltip doesn't work with gtk2-perl 1.161] + -- LP: #488897 + [duplicate file after capturing a webpage and using $name in th...] + -- LP: #486322 + [copy filename / copy screenshot to clipboard should be xor] + -- LP: #486659 + [Pressing Enter in the image editor doesn't save image] + -- LP: #486691 + [copy and copy filename do not work in session tab] + -- LP: #488702 + [can't shot localhost web] + * updated translations + + -- Mario Kemper Tue, 01 Dec 2009 20:26:49 +0100 + +shutter (0.85~ppa9) karmic; urgency=low + + * New features + -- Undo/Redo functionality + -- Drag and drop pics into Shutter + -- Functionality to capture menus + -- Functionality to capture tooltips + -- Improved Advanced Selection Tool + -- Improved Window Selection + -- Improved right-click menu in preview tab + -- Many UI improvements + -- Change backgound color in Drawing Tool + -- New multi-purpose wildcard $name + -- Import images from clipboard + -- Use system's notification system + -- Send screenshots via email or instant messenger + -- Autocopy filename to clipboard + -- Shutter registers itself as an app to open images with + * Screenshot Tools + -- LP: #371550 + [Advanced selection tool: Specify pixel values of selection area] + -- LP: #392002 + [Add gnome-web-photo's --width parameter to the webphoto settings] + -- LP: #412466 + [gnome-web-photo "Unknown option -q"] + -- LP: #454266 + [Cursor does not display] + -- LP: #457218 + [Combine the advanced and the simple selection tool into one tool] + * Drawing Tool + -- LP: #311582 + [Make the properties dialog function as "instant apply"] + -- LP: #394367 + [change and mark hot spot of mouse pointer icons] + -- LP: #396431 + [Properties of the marker tool aren't updated instantly] + -- LP: #403469 + [DrawingTool: Add an option to change the background color when...] + -- LP: #466067 + [no icos in the 'Screenshot-Edit-Insert image' menu] + * User Interface + -- LP: #279271 + [Allow easy profile switching] + -- LP: #338800 + [Drag and drop pics into shutter] + -- LP: #342643 + [Provide easier access to actions in the preview tab] + -- LP: #344828 + [Remove MIME type info from general window] + -- LP: #365373 + [screenshot info should be summarized] + * Fixed bugs / minor improvements + -- LP: #328663 + [Give the screenshot title of window when capturing window only] + -- LP: #338796 + [Shutter should register itself as an app to open pictures with] + -- LP: #339728 + [Need an 'undo' for image editing and plugin operations] + -- LP: #339924 + [Rename strings] + -- LP: #340762 + [Send by email] + -- LP: #345382 + [add indicator for running countdown] + -- LP: #350660 + [Add an option to keep the shutter window hidden after a capture] + -- LP: #415917 + [Capture menus more easily] + -- LP: #421832 + [Import image from clipboard] + -- LP: #426348 + [JPG is a default format] + -- LP: #428661 + [X crashes if no instance of Shutter is running while capture s...] + -- LP: #436504 + [Screenshot looks fuzzy after printing] + -- LP: #440526 + [Files remain in folder even if put in trash] + -- LP: #453210 + [Shutter signals in Multi User Env] + -- LP: #457209 + [Add a 'delete-on-tab-close' option to the preferences] + -- LP: #457211 + [Add an option for a delete prompt to preferences] + * updated translations + + -- Mario Kemper Sat, 21 Nov 2009 15:01:45 +0100 + +shutter (0.80.1~ppa8) karmic; urgency=low + + * Fixed bugs + -- LP: #363708 + [small lines at the edge of small screenshots] + -- LP: #388532 + [Respect stacking order of windows when selecting] + -- LP: #396795 + [Jigsaw plugins are broken] + -- LP: #396797 + [gnome-web-photo errors not properly handled in all cases] + -- LP: #397873 + [check permissions when saving to directory] + -- LP: #397875 + [Don't install anything to /usr/share/app-install] + -- LP: #404860 + [Paths with whitespaces in them aren't properly treated] + -- LP: #406017 + [settings could not be restored] + * DrawingTool: new cursors + * DrawingTool: improved 'insert image' functionality + * updated translations + + -- Mario Kemper Thu, 06 Aug 2009 22:43:41 +0200 + +shutter (0.80~ppa8) karmic; urgency=low + + * New features + -- Undo/Redo functionality in Drawing Tool + -- Added arrow shape to Drawing Tool + -- Added highlighter/marker to Drawing Tool + -- Added numbered tags to Drawing Tool + -- Added crop tool to Drawing Tool + -- Functionality to resize the canvas + -- Zoomable image preview + -- New 'Copy filename' action + -- Added access to 'Recent files' + -- New watermark plugin + -- New reflection plugin + -- New distortion plugin + -- New 3D rotate plugin + * Drawing Tool + -- LP: #310704 + [object property changes should take immediate effect] + -- LP: #311578 + [resize canvas] + -- LP: #312405 + [added numbered tags] + -- LP: #312965 + [Drawing tool should have an Undo feature] + -- LP: #318452 + [save and restore last used tool] + -- LP: #322811 + [Add crop tool to drawing tool] + -- LP: #338809 + [keep tool focus after one usage] + -- LP: #360254 + [added highlighter/marker] + -- LP: #364815 + [added arrow shape] + -- LP: #380790 + [Fullscreen mode] + * User Interface + -- Show screenshot menu on right-button click in each tab + -- Show default application in separate menu item + -- Show progress dialog when updating plugin information + -- LP: #338528 + [use icon theme and toolbar style wherever it is possible] + * Plugins + -- LP: #264622 + [new watermark plugin] + -- LP: #342034 + [new reflection plugin] + -- LP: #374192 + [new distortion plugin] + -- LP: #375069 + [new 3D rotate plugin] + * Fixed bugs / minor improvements + -- Use File::HomeDir instead of $ENV{ 'HOME' } + -- Use xdg-open instead of gnome-open + -- LP: #312221 + [Item is drawn in bottom-right point of the cursor] + -- LP: #336122 + [Ctrl+resize in editor moves the shape] + -- LP: #338812 + [Better timeout options] + -- LP: #340503 + [Show item properties on double-click] + -- LP: #341458 + [Allow zooming in editor via ctrl+scrollwheel] + -- LP: #348595 + [keybindings don't work in ubuntu jaunty when using compiz] + -- LP: #353819 + [check window border option when calculating shape] + -- LP: #353824 + [fix advanced selection tool when using compiz] + -- LP: #353830 + [do not capture the zoom window when using the simple selection] + -- LP: #356324 + [Stutter doesn't remember preference for screenshot location] + -- LP: #362508 + [File - Open with gets broken sometimes] + -- LP: #363708 + [lines of selected area get captured sometimes] + -- LP: #340635 + [Preview in plugin dialogs takes too long] + -- LP: #364165 + [dialogs should set the window title] + -- LP: #365365 + [polaroid plugin text doesn't allow apostrophes] + -- LP: #366695 + [control advanced selection tool with arrow keys] + -- LP: #367513 + [desktop entry contains deprecated encoding key] + -- LP: #370359 + [Watermark plugin doesn't say the allowed syntax] + -- LP: #370367 + [DrawingTool -> View has multiple same options] + -- LP: #384352 + [Save settings to file when closing preferences dialog] + -- LP: #386304 + [Rename Edit -> Quick select to Quick profile select] + -- LP: #386316 + ['Delete objects' and 'Delete all objects' are too similar] + -- LP: #386318 + [New highlighter icon] + -- LP: #386766 + [Text of '3D rotate' plugin is malformated] + -- LP: #386769 + [quick profile selector is even sensitive when empty] + -- LP: #389837 + [Invalid chars in japanese translation] + -- LP: #390853 + [Workaround for upstream bug http://trac.bjourne.webfactional.com/ticket/21] + -- LP: #394283 + [query new libgoocanvas properties and methods] + * code cleanup + * updated translations + + -- Mario Kemper Sun, 05 Jul 2009 14:39:53 +0200 + +shutter (0.70.2~ppa4) jaunty; urgency=low + + * fixed bugs + -- LP: #339139 + [Shutter selects incorrect target window] + -- LP: #340855 + LP: #340864 + [fixed save-as function] + -- LP: #340856 + [main window is partly visible on screenshots] + -- LP: #340990 + [Shutter crashes when xserver grab fails] + -- LP: #341459 + [Ctrl+ + doesn't zoom in drawing area] + -- LP: #347821 + [decode filesize properly] + * updated translations + + -- Mario Kemper Tue, 24 Mar 2009 21:41:37 +0100 + +shutter (0.70.1~ppa2) jaunty; urgency=low + + * fixed bugs + -- LP: #260771 + [Detect 'window-manager-changed' event] + -- LP: #328654 + [Weird paths after uploading] + -- LP: #338829 + [Uploading to imageshack is broken] + -- LP: #338990 + [Open with dialog freezes shutter and desktop] + -- LP: #340253 + [Capture Website creates two files] + -- LP: #340459 + [Use fallback icons if icon does not exist] + * updated translations + + -- Mario Kemper Tue, 10 Mar 2009 23:06:25 +0100 + +shutter (0.70~ppa11) jaunty; urgency=low + * General changes + -- Rebranding from GScrot to Shutter + -- Exports to and opens all file formats supported by gdk-pixbuf + -- Added native printing support (instead of gtklp) + -- Watch opened files via GnomeVFS File Monitor to monitor changes + -- Integration of GNOME Virtual File System and + GNOME authentication manager (LP: #310780) + -- Respect non-rectangular windows (XSHAPE) + when using metacity (LP: #260771) + -- Use themeable icons wherever its is possible + -- Use systemwide MIME Information instead of config file + -- Move screenshots to trash instead of deleting them (LP: #313003) + -- Faster thumbail creation and caching + (improves gui startup when a lot of files are in last session) + -- Improved Dialogs (e.g. Settings Dialog) + -- Show context menu for each file in session tab (right click) + * Gui improvements + Show current profile in statusbar (LP: #279271) + Second toolbar removed (LP: #311626) + Progress bars (LP: #310299) + -- LP: #311627 + -- LP: #312966 + -- LP: #313346 + -- LP: #326758 + * Drawing Tool + Scale uniformly (LP: #310708) + Added standard actions (copy, cut, paste, delete) (LP: #313343) + Added censor tool to hide private data (LP: #317659) + -- LP: #310717 + -- LP: #310721 + -- LP: #311574 + -- LP: #311576 + -- LP: #311577 + -- LP: #311580 + * Miscellaneous + Shutter shows up in GNOME add/remove (LP: #322388) + Repository is not signed (thanks to the LP Team) (LP: #312681) + * Plugins + New hard shadow plugin (thanks to Tualatrix) (LP: #331914) + * Fixed bugs + -- LP: #303090 + -- LP: #313761 + -- LP: #316917 + -- LP: #336120 + -- LP: #336126 + -- LP: #336121 + -- LP: #336118 + -- LP: #336133 + -- LP: #336124 + * updated translations + + -- Mario Kemper Thu, 05 Mar 2009 12:23:51 +0100 + +gscrot (0.64~ppa12) jaunty; urgency=low + + * fixed bugs + -- LP: #313351 + -- LP: #318226 + -- LP: #318227 + -- LP: #313351 + * updated translations + + -- Mario Kemper Sun, 18 Jan 2009 15:10:27 +0100 + +gscrot (0.64~ppa10) intrepid; urgency=low + + * fixed bugs + -- LP: #312866 + -- LP: #313005 + * updated translations + + -- Mario Kemper Fri, 02 Jan 2009 14:33:27 +0100 + +gscrot (0.64~ppa9) intrepid; urgency=low + + * new goo-canvas based drawing tool (LP: #264617, LP: #278999, LP: #279001) + * added ftp-upload (LP: #291286) + * improved startup time (LP: #296341) + * improved advanced selection tool (LP: #311185) + * improved plugin interface and error handling (LP: #296091) + * fixed bugs/smaller feature requests + -- LP: #306420 + -- LP: #264616 + -- LP: #277040 + -- LP: #279271 + -- LP: #280161 + -- LP: #291284 + -- LP: #310871 + * new plugin: torned-paper (Edwood Ocasio) + * updated translations + * massive code cleanup + + -- Mario Kemper Tue, 30 Dec 2008 09:48:36 +0100 + +gscrot (0.63~ppa9) intrepid; urgency=low + + * added new "advanced" selection-tool (see LP: #273763, depends on Gtk2::ImageView) + * added new keybinding-mode option + * ported to Gtk2::StatusIcon (Gtk2::TrayIcon supported for older Gtk2 Versions) + * faster plugin checks + * minor changes (human interface guidelines) + * fixed (LP: #286632, LP: #293091, LP: #291753, LP: #293616) + * updated translations + * code cleanup + + -- Mario Kemper Thu, 06 Nov 2008 13:45:57 +0100 + +gscrot (0.62~ppa3) intrepid; urgency=low + + * display session information on startup (see LP: #277121) + * minor changes related to upload dialog (see LP: #280154 and LP: #280165) + * new file->save as and file->close menu entries (see LP: #280155 and LP: #280886) + * new command line parameters (see LP: #280868 and LP: #281793) + * deleted hard dependencies of gnome-web-photo and gtklp in source code for more flexibility (e.g. packaging) + * updated translations + + -- Mario Kemper Wed, 22 Oct 2008 15:10:33 +0200 + +gscrot (0.61~ppa3) intrepid; urgency=low + + * added new feature "include cursor" (default cursor) + * added imageshack.us as hosting-partner + * save and restore session automatically (restore tabs/screenshots) + * improved plugin-dialog and upload-dialog + * redesigned polaroid plugin + * fixed wrong utf8-encoding in profile names + * fixed wrong utf8-encoding in about dialog + * improved auto incrementing of filenames (see LP: #275352) + * improved thumbs (session tab) + * updated translations + + -- Mario Kemper Mon, 06 Oct 2008 22:47:58 +0200 + +gscrot (0.60~ppa4) intrepid; urgency=low + + * added new feature "grab window-section" + * added settings-profiles + * added new plugin interface + * added new plugins + -- pdf-export + -- negate + -- sepia (perl) + -- resize + * gui redesign + -- scaling of main window + -- auto-scaling of preview + -- new toolbar + -- new menu entries + -- settings moved to menu + * updated translations + + -- Mario Kemper Wed, 24 Sep 2008 22:00:18 +0200 + +gscrot (0.51.1~ppa3) intrepid; urgency=low + + * minor changes + * added/updated translations + * fixed bugs + -- 264637 + + -- Mario Kemper Fri, 05 Sep 2008 18:29:35 +0200 + +gscrot (0.51~ppa5) intrepid; urgency=low + + * new features + -- capture window by name + -- select specific workspace to capture + * minor changes + -- several performance improvements + -- some options added + * added/updated translations + -- Danish + -- Dutch + -- French + -- German + -- Italian + -- Korean + -- Norwegian Bokmal + -- Polish + -- Russian + -- Serbian + -- Simplified Chinese + -- Spanish + -- Swedish + -- Traditional Chinese + -- Ukrainian + * fixed bugs + -- 262165 + -- 262206 + -- 262207 + -- 262263 + + -- Mario Kemper Mon, 01 Sep 2008 03:25:16 +0200 + +gscrot (0.50.1~ppa2) intrepid; urgency=low + + * minor changes + -- partly rewritten window-selection + -- changed .po/.mo naming of plugins + -- added new svg icon + * added/updated translations + -- Brazilian Portuguese + -- Catalan + -- Spanish + -- Italian + -- Polish + -- Russian + -- Swedish + -- Traditional Chinese + -- Ukrainian + * fixed bugs + -- 260146 + -- 260142 + -- 260736 + + -- Mario Kemper Tue, 26 Aug 2008 00:13:09 +0200 + +gscrot (0.50~ppa4) intrepid; urgency=high + + * implemented new backend (gscrot does not depend on scrot anymore) + * zoom for free-hand screenshot + * gui changes + -- added a detachable toolbar (buttons are replaced) + * added translations + -- spanish + -- catalan + + -- Mario Kemper Tue, 19 Aug 2008 22:00:58 +0200 + +gscrot (0.40~ppa15) intrepid; urgency=low + + * fixed bug https://bugs.launchpad.net/gscrot/+bug/252549 + + -- Mario Kemper Mon, 28 Jul 2008 16:42:19 +0200 + +gscrot (0.40~ppa14) intrepid; urgency=low + + * gui changes (added expanders) + * session collection + -- added file infos + -- added thumbnails + * save settings automatically when exiting + * added url-column to accounts treeview + * included gscrot-plugins-bash in base-package + + -- Mario Kemper Fri, 25 Jul 2008 21:07:44 +0200 + +gscrot (0.39~ppa6) intrepid; urgency=low + + * drawing-tool + -- it's a canvas now ;-) + -- zoom-factor and width of brush configurable + -- fixed drawing glitches due to fast mouse movement + * added new wildcard (%NN = counter) + * added keybindings (using gconf, configurable via gui) + * added libgnome2-perl and libgnome2-gconf-perl to dependencies + + -- Mario Kemper Fri, 11 Jul 2008 00:57:11 +0200 + +gscrot (0.38~ppa15) hardy; urgency=low + + * added simple drawing tool + * added plugin-interface and gui structure + * added support for image-hoster imagebanana.com + * added support for upload-accounts (ubuntu-pics.de && imagebanana.com) + -- gui structure and accounts.xml + * internal changes + -- upload-functionality swapped out to perl-modules + -- changed settings-format to xml + + -- Mario Kemper Thu, 03 Jul 2008 19:39:35 +0200 + +gscrot (0.37~ppa10) hardy; urgency=low + + * added functionality to capture websites using gnome-web-photo + * added upload functionality to ubuntu-pics.de + --upload a file and automatically retrieve all links generated by ubuntu-pics.de + * moved configuration to /home//.gscrot/settings.conf + * modified program-selector + --switched simple entry to combobox with tree-model + --predefined or custom programs/scripts + --overwrite settings individually by setting up /home//.gscrot/programs.conf + * added custom icon-set + * smaller changes + --solved deprecation warning in about-dialog + --fixed wrong time format in debian/changelog + --added all new dependencies to debian/control + * added russian translation files + + -- Mario Kemper Mon, 19 May 2008 12:49:27 +0200 + +gscrot (0.36.2~ppa2) hardy; urgency=low + + * unset "reduce colors" by default + + -- Mario Kemper Thu, 08 May 2008 22:43:38 +0200 + +gscrot (0.36~ppa5) hardy; urgency=low + + * added functionalities to "session collection" + --remove screenshots from session (but do not delete them) + --reopen screenshot with specified program + --rename screenshot + * new arrangement of settings area + * new feature -- reduce colors -- + * added dependency perlmagick + + -- Mario Kemper Wed, 07 May 2008 19:55:10 +0200 + +gscrot (0.35~ppa3) gutsy; urgency=low + + * added feature "session collection" + --keep track of all screenshots during session + --copy screeners to clipboard + --print screenshots + --delete screenshots + * added command line args + --min_at_startup - starts gscrot minimized to tray + --beeper_off - turns audible feedback off + --debug - prints a lot of debugging information to STDOUT + --help - displays this help + * start of localization using gettext + --english is now default language + --german translation added + * fixed typo in info_message + * changed hbox/vbox arrangement + + -- Mario Kemper Thu, 17 Apr 2008 13:17:37 +0200 + +gscrot (0.34~ppa1) gutsy; urgency=low + + * new features + * added keybindings in menubar + * added save and revert settings + * reimplemented message dialogs + * added support for grabbing window border when not using compiz or beryl + * added debian folder to source directory + * load settings automatically at startup + * added statusbar to main window + + -- Mario Kemper Thu, 10 Apr 2008 21:00:10 +0200 + +gscrot (0.33~ppa3) gutsy; urgency=low + + * added homepage to about box - -- Andrew Starr-Bochicchio Sun, 10 Aug 2014 11:51:16 -0400 + -- Mario Kemper Wed, 09 Apr 2008 13:19:30 +0200 -shutter (0.91-0ubuntu1) utopic; urgency=medium +gscrot (0.33~ppa2) gutsy; urgency=low - * New upstream release. - * Merge from debian. Remaining changes: - - debian/control: Recommend libgtk2-appindicator-perl + * initial release - -- Jackson Doak Thu, 19 Jun 2014 19:38:38 +1000 + -- Mario Kemper Wed, 09 Apr 2008 12:50:28 +0200 -shutter (0.90.1-0.1) unstable; urgency=medium - - * Non-maintainer upload. - * New upstream release (Closes: #741035). - * Don't use dead link in package description (Closes: #708821). - - -- Andrew Starr-Bochicchio Sun, 20 Apr 2014 14:33:24 -0400 - -shutter (0.90.1-0ubuntu1) trusty; urgency=medium - - * New upstream release. - - -- Andrew Starr-Bochicchio Sat, 01 Mar 2014 09:41:42 -0500 - -shutter (0.90-0ubuntu1) saucy; urgency=low - - * New upstream release. - - -- Andrew Starr-Bochicchio Thu, 15 Aug 2013 15:20:55 -0400 - -shutter (0.89.0-0ubuntu1) quantal; urgency=low - - * New upstream release. - - Adds an AppIndicator (LP: #805464). - * debian/control: Recommend libgtk2-appindicator-perl - - -- Andrew Starr-Bochicchio Sat, 11 Aug 2012 17:36:18 -0400 - -shutter (0.88.3-1) unstable; urgency=low - - * New upstream bugfix release - - update debian/copyright for 2012 - * Move libnet-dropbox-api-perl to Depends (Closes: #666535) - * Update Standards-Version to 3.9.3 - - -- Ryan Niebur Fri, 15 Jun 2012 21:16:55 -0700 - -shutter (0.88.1-1) unstable; urgency=low - - * New upstream release (Closes: #595710) - - new version preserves configuration changes (Closes: #584310) - - add Depends on libgtk2-unique-perl, libproc-processtable-perl, - procps, xdg-utils, libpath-class-perl, libjson-perl, libjson-xs-perl - - move libgoo-canvas-perl to Recommends - - add Suggests on libnet-dropbox-api-perl, libimage-exiftool-perl, - and libnet-dbus-glib-perl - - remove Depends on libfile-desktopentry-perl, libfile-mimeinfo-perl, - and libfile-homedir-perl - * install share/icons to /usr/share/ - * update debian/copyright - * move git repository to collab-maint - * use quilt (3.0) source format - * update Standards-Version to 3.9.2 - - -- Ryan Niebur Sun, 11 Dec 2011 23:32:58 -0800 - -shutter (0.85.1-2) unstable; urgency=low - - * move imagemagick back to Depends (Closes: #567612) (LP: #528962) - - -- Ryan Niebur Sun, 18 Apr 2010 09:27:13 -0700 - -shutter (0.85.1-1) unstable; urgency=low - - * New Upstream Version - * update and change some deps - * update email address - * set Standards-Version to 3.8.3 - - -- Ryan Niebur Thu, 24 Dec 2009 21:47:06 -0800 - -shutter (0.80.1-1) unstable; urgency=low - - * New Upstream Version - - update copyright - - -- Ryan Niebur Thu, 06 Aug 2009 16:29:32 -0700 - -shutter (0.80-2) unstable; urgency=low - - * move Recommends to Depends to match upstream (Closes: #537512) - - -- Ryan Niebur Sat, 18 Jul 2009 20:22:59 -0700 - -shutter (0.80-1) unstable; urgency=low - - * New Upstream Version - - fixes segfault (LP: 388555) - * Debian Policy 3.8.2 - * add new dependencies - * update debian/copyright for newly included modules - - -- Ryan Niebur Thu, 09 Jul 2009 04:17:01 -0700 - -shutter (0.70.2-2) unstable; urgency=low - - * don't install anything into /usr/share/app-install/ (Closes: - #532178) - * add DMUA field - * make debian/rules a bit smaller - - -- Ryan Niebur Sun, 07 Jun 2009 12:29:41 -0700 - -shutter (0.70.2-1) unstable; urgency=low - - * Initial release (Closes: #522721) - - -- Ryan Niebur Sun, 26 Apr 2009 11:06:22 -0700 diff -Nru shutter-0.92/debian/compat shutter-0.93.1~ppa1~ubuntu16.04.1/debian/compat --- shutter-0.92/debian/compat 2014-08-10 17:15:21.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/debian/compat 2016-01-10 09:02:09.000000000 +0000 @@ -1 +1 @@ -7 +5 diff -Nru shutter-0.92/debian/control shutter-0.93.1~ppa1~ubuntu16.04.1/debian/control --- shutter-0.92/debian/control 2014-08-10 17:16:21.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/debian/control 2016-01-10 09:02:09.000000000 +0000 @@ -1,41 +1,54 @@ Source: shutter -Section: graphics +Section: utils Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Ryan Niebur -Build-Depends: debhelper (>= 7.0.50) -Standards-Version: 3.9.3 -Homepage: http://shutter-project.org/ -Vcs-Git: git://git.debian.org/git/collab-maint/shutter.git -Vcs-Browser: http://git.debian.org/?p=collab-maint/shutter.git;a=summary +Maintainer: Mario Kemper +Standards-Version: 3.9.1 +Build-Depends: debhelper (>= 5) +Homepage: https://launchpad.net/shutter Package: shutter Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2-perl, libglib-perl, libgnome2-perl, libgnome2-vfs-perl, libgnome2-wnck-perl, libgnome2-gconf-perl, liblocale-gettext-perl, libxml-simple-perl, libwww-mechanize-perl, libwww-perl, perlmagick, libx11-protocol-perl, librsvg2-common, libfile-basedir-perl, libfile-copy-recursive-perl, libproc-simple-perl, libfile-which-perl, libsort-naturally-perl, libgtk2-imageview-perl, libnet-dbus-perl, libgnome2-canvas-perl, imagemagick, libgtk2-unique-perl, libproc-processtable-perl, procps, xdg-utils, libpath-class-perl, libjson-perl, libjson-xs-perl, libnet-dropbox-api-perl -Recommends: libgoo-canvas-perl, libgtk2-appindicator-perl -Suggests: gnome-web-photo, nautilus-sendto, libimage-exiftool-perl, libnet-dbus-glib-perl -Description: feature-rich screenshot program - Shutter is a feature-rich screenshot program. You can take a - screenshot of a specific area, window, your whole screen, or even of - a website - apply different effects to it, draw on it to highlight - points, and then upload to an image hosting site, all within one - window. +Depends: gnome-web-photo, + imagemagick, + libglib-perl, + libgnome2-perl, + libgnome2-vfs-perl, + libgnome2-wnck-perl, + libgoo-canvas-perl, + libgtk2-appindicator-perl, + libgtk2-imageview-perl, + libgtk2-perl, + libgtk2-trayicon-perl, + libgtk2-unique-perl, + liblocale-gettext-perl, + libnet-dbus-perl, + libnet-oauth-perl, + libproc-processtable-perl, + librsvg2-common, + libwww-mechanize-perl, + libwww-perl, + libx11-protocol-perl, + libxml-simple-perl, + perlmagick, + procps, + xdg-utils, + libpath-class-perl, + libjson-perl, + libjson-xs-perl, + libfile-which-perl, + libfile-spec-perl, + libfile-basedir-perl, + libfile-copy-recursive-perl, + libproc-simple-perl, + libsort-naturally-perl, +Suggests: libimage-exiftool-perl, nautilus-sendto +Description: Feature-rich screenshot application + Shutter is a feature-rich screenshot program. + You can take a screenshot of a specific area, window, + your whole screen, + or even of a website - apply different effects to it, + draw on it to highlight points, + and then upload to a image hosting site, + all within one window. . - Features: - * take a screenshot of your complete desktop, a rectangular area - or capture a website - * take screenshot directly or with a specified delay time - * save the screenshots to a specified directory and name them in a - convenient way (using special wild-cards) - * Shutter is fully integrated into the GNOME Desktop (TrayIcon etc.) - * generate thumbnails directly when you are taking a screenshot - and set a size level in % - * Shutter session collection - o keep track of all screenshots during session - o copy screeners to clipboard - o print screenshots - o delete screenshots - o rename your file - * upload your files directly to Image-Hosters (e.g. imgur.com), retrieve - all the needed links and share them with others - * edit your screenshots directly using the embedded drawing tool + The Shutter homepage is http://shutter-project.org diff -Nru shutter-0.92/debian/copyright shutter-0.93.1~ppa1~ubuntu16.04.1/debian/copyright --- shutter-0.92/debian/copyright 2014-08-10 17:15:21.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/debian/copyright 2016-01-10 09:02:09.000000000 +0000 @@ -1,109 +1,26 @@ -Upstream-Maintainer: Mario Kemper -Upstream-Source: http://shutter-project.org/wp-content/uploads/releases/tars/ -Upstream-Name: Shutter - -Files: * -Copyright: Copyright (C) 2008-2012 Mario Kemper and Shutter Team -License: GPL-3+ - -Files: share/shutter/resources/system/upload_plugins/upload/Omploader.pm, share/shutter/resources/system/upload_plugins/upload/ToileLibre.pm -Copyright: Copyright (C) 2010-2011 Vadim Rutkovsky , Mario Kemper and Shutter Team -License: GPL-3+ - -Files: share/shutter/resources/modules/Shutter/Upload/ImageShack.pm -Copyright: 2008 by Cláudio Valente - 2008-2009 Mario Kemper and Shutter Team -License: Artistic | GPL-1+ | GPL-3+ - -Files: share/shutter/resources/modules/X11/Protocol/Ext/XFIXES.pm -Copyright: Copyright 2011 Kevin Ryde -License: GPL-3+ - -Files: debian/* -Copyright: 2009-2012, Ryan Niebur -License: GPL-3+ - -License: GPL-3+ - 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; version 3 dated June, 2007, or (at your - option) any later version - On Debian GNU/Linux systems, the complete text of version 3 of the GNU - General Public License can be found in `/usr/share/common-licenses/GPL-3' - -License: Artistic - This program is free software; you can redistribute it and/or modify - it under the terms of the Artistic License, which comes with Perl. - On Debian GNU/Linux systems, the complete text of the Artistic License - can be found in `/usr/share/common-licenses/Artistic' - -License: GPL-1+ - 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 1, or (at your option) - any later version. - On Debian GNU/Linux systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL-1' - -Icon licenses: - -Cursors License ------------- -Licence: GPL2 or (at your option) any later version. - -Some cursors (share/shutter/resources/icons/drawing_tool/cursor) -are based on/taken from the inkscape project -http://inkscape.sourceforge.net/ - -Gnome Icons ------------- -Licence: GPL2 or (at your option) any later version. - -Tango Icons ------------- -In the preparation of the 0.8.90 release Novell took care of tracking -down all the contributors to get them to relicense their artwork -into Public Domain. - -The COPYING file of the tarball states the following: -| The icons in this repository are herefore released into the Public Domain. - -Additionally the copyright status of the files was tracked in the CVS and the -rdf properties of the SVGs adjusted for all files that were put into Public -Domain (see rdf:about and rdf:resource). Both fields contain a link to the -Creative Commons Public Domain Dediciation[0] as reproduced below: -| Public Domain Dedication -| -| Copyright-Only Dedication (based on United States law) or Public Domain -| Certification -| -| The person or persons who have associated work with this document (the -| "Dedicator" or "Certifier") hereby either (a) certifies that, to the best -| of his knowledge, the work of authorship identified is in the public -| domain of the country from which the work is published, or (b) -| hereby dedicates whatever copyright the dedicators holds in the work -| of authorship identified below (the "Work") to the public domain. A -| certifier, moreover, dedicates any copyright interest he may have in -| the associated work, and for these purposes, is described as a -| "dedicator" below. -| -| A certifier has taken reasonable steps to verify the copyright -| status of this work. Certifier recognizes that his good faith efforts -| may not shield him from liability if in fact the work certified is not -| in the public domain. -| -| Dedicator makes this dedication for the benefit of the public at -| large and to the detriment of the Dedicator's heirs and successors. -| Dedicator intends this dedication to be an overt act of relinquishment -| in perpetuity of all present and future rights under copyright law, -| whether vested or contingent, in the Work. Dedicator understands that -| such relinquishment of all rights includes the relinquishment of all -| rights to enforce (by lawsuit or otherwise) those copyrights in the -| Work. -| -| Dedicator recognizes that, once placed in the public domain, the Work -| may be freely reproduced, distributed, transmitted, used, modified, -| built upon, or otherwise exploited by anyone for any purpose, commercial -| or non-commercial, and in any way, including by methods that have not -| yet been invented or conceived. -[0] http://creativecommons.org/licenses/publicdomain/ +This package was debianized by Mario Kemper on +Mon, 27 Apr 2009 11:02:12 +0200. + +It was downloaded from http://shutter-project.org/wp-content/uploads/releases/tars/ + +Upstream Author: 2008 - 2009 Mario Kemper + +Copyright: + + Shutter is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public Licence as published + by the Free Software Foundation; either version 3 of the Licence, + or (at your option) any later version. + + Shutter is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +License: GNU GPL + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. diff -Nru shutter-0.92/debian/dirs shutter-0.93.1~ppa1~ubuntu16.04.1/debian/dirs --- shutter-0.92/debian/dirs 1970-01-01 00:00:00.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/debian/dirs 2016-01-10 09:02:09.000000000 +0000 @@ -0,0 +1 @@ +usr/ diff -Nru shutter-0.92/debian/install shutter-0.93.1~ppa1~ubuntu16.04.1/debian/install --- shutter-0.92/debian/install 2014-08-10 17:15:21.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/debian/install 2016-01-10 09:02:09.000000000 +0000 @@ -1,7 +1,2 @@ -bin/* /usr/bin/ -share/applications /usr/share/ -share/locale /usr/share/ -share/man /usr/share/ -share/pixmaps /usr/share/ -share/shutter /usr/share/ -share/icons /usr/share/ +bin usr/ +share usr/ diff -Nru shutter-0.92/debian/postinst shutter-0.93.1~ppa1~ubuntu16.04.1/debian/postinst --- shutter-0.92/debian/postinst 1970-01-01 00:00:00.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/debian/postinst 2016-01-10 09:02:09.000000000 +0000 @@ -0,0 +1,45 @@ +#!/bin/sh +# postinst script for shutter +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-remove' +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +unud=/var/lib/update-notifier/user.d + +case "$1" in configure) + #if [ -d $unud ]; then + # cp -f /usr/share/shutter/update-notifier-shutter \ + # "$unud/update-notifier-shutter" + #fi + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + diff -Nru shutter-0.92/debian/postrm shutter-0.93.1~ppa1~ubuntu16.04.1/debian/postrm --- shutter-0.92/debian/postrm 1970-01-01 00:00:00.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/debian/postrm 2016-01-10 09:02:09.000000000 +0000 @@ -0,0 +1,47 @@ +#!/bin/sh +# postrm script for shutter +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + purge) + if [ -f /var/lib/update-notifier/user.d/update-notifier-shutter ]; then + rm -f /var/lib/update-notifier/user.d/update-notifier-shutter + fi + + ;; + + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + diff -Nru shutter-0.92/debian/rules shutter-0.93.1~ppa1~ubuntu16.04.1/debian/rules --- shutter-0.92/debian/rules 2014-08-10 17:15:21.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/debian/rules 2016-01-10 09:02:09.000000000 +0000 @@ -1,11 +1,87 @@ #!/usr/bin/make -f # -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. -override_dh_install: +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + + #docbook-to-man debian/shutter.sgml > shutter.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_installdirs + + # Add here commands to install the package into debian/shutter. + + + +# Build architecture-dependent files here. +binary-arch: build install + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples dh_install - mkdir -p debian/$(shell dh_listpackages)/usr/share/perl5/ - mv debian/$(shell dh_listpackages)/usr/share/shutter/resources/modules/Shutter debian/$(shell dh_listpackages)/usr/share/perl5/ - rm -fr debian/$(shell dh_listpackages)/usr/share/shutter/resources/modules/ + dh_desktop +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure -%: - dh $@ diff -Nru shutter-0.92/debian/source/format shutter-0.93.1~ppa1~ubuntu16.04.1/debian/source/format --- shutter-0.92/debian/source/format 2014-08-10 17:15:21.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/debian/source/format 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -3.0 (quilt) diff -Nru shutter-0.92/debian/watch shutter-0.93.1~ppa1~ubuntu16.04.1/debian/watch --- shutter-0.92/debian/watch 2014-08-10 17:15:21.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/debian/watch 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -version=3 -http://shutter-project.org/wp-content/uploads/releases/tars/ shutter-([0-9.]+)\.tar\.gz Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/af/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/af/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ar/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ar/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ar/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ar/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ar/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ar/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/as/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/as/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ast/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ast/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/az/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/az/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/be/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/be/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ber/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ber/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/bg/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/bg/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/bg/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/bg/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/bg/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/bg/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/bn/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/bn/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/bn/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/bn/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/bn/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/bn/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/bs/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/bs/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/bs/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/bs/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ca/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ca/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ca/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ca/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ca/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ca/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/cs/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/cs/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/cs/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/cs/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/cs/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/cs/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/cy/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/cy/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/cy/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/cy/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/cy/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/cy/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/da/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/da/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/da/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/da/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/da/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/da/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/de/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/de/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/de/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/de/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/de/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/de/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/el/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/el/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/el/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/el/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/el/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/el/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/en_AU/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/en_AU/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/en_CA/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/en_CA/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/en_CA/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/en_CA/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/en_GB/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/en_GB/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/en_GB/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/en_GB/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/en_GB/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/en_GB/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/es/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/es/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/es/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/es/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/es/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/es/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/et/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/et/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/et/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/et/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/et/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/et/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/eu/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/eu/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/fa/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/fa/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/fa/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/fa/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/fi/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/fi/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/fi/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/fi/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/fi/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/fi/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/fo/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/fo/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/fr/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/fr/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/fr/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/fr/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/fr/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/fr/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/gl/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/gl/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/gl/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/gl/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/gl/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/gl/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/he/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/he/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/he/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/he/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/he/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/he/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/hi/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/hi/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/hi/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/hi/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/hi/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/hi/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/hr/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/hr/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/hr/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/hr/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/hr/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/hr/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/hu/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/hu/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/hu/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/hu/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/hu/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/hu/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/hy/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/hy/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/id/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/id/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/id/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/id/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/id/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/id/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/is/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/is/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/it/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/it/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/it/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/it/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/it/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/it/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ja/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ja/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ja/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ja/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ja/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ja/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/kk/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/kk/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/kk/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/kk/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/kn/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/kn/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ko/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ko/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ko/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ko/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ko/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ko/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/lt/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/lt/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/lt/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/lt/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/lt/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/lt/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/lv/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/lv/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/lv/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/lv/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/lv/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/lv/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ms/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ms/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ms/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ms/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ms/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ms/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/nb/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/nb/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/nb/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/nb/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/nb/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/nb/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/nl/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/nl/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/nl/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/nl/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/nl/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/nl/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/nn/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/nn/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/oc/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/oc/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/oc/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/oc/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/oc/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/oc/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/pl/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/pl/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/pl/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/pl/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/pl/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/pl/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/pt/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/pt/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/pt/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/pt/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/pt/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/pt/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/pt_BR/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/pt_BR/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/pt_BR/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/pt_BR/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/pt_BR/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/pt_BR/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ro/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ro/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ro/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ro/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ro/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ro/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ru/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ru/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ru/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ru/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ru/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ru/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/shn/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/shn/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/shn/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/shn/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/si/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/si/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/si/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/si/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/si/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/si/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/sk/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/sk/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/sk/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/sk/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/sk/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/sk/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/sl/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/sl/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/sl/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/sl/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/sl/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/sl/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/sr/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/sr/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/sr/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/sr/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/sr/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/sr/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/sv/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/sv/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/sv/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/sv/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/sv/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/sv/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ta/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ta/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ta/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ta/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ta/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ta/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/te/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/te/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/te/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/te/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/th/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/th/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/th/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/th/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/th/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/th/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/tr/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/tr/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/tr/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/tr/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/tr/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/tr/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ug/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ug/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ug/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ug/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ug/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ug/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/uk/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/uk/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/uk/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/uk/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/uk/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/uk/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ur/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ur/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/ur/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/ur/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/vi/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/vi/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/vi/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/vi/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/zh_CN/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/zh_CN/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/zh_CN/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/zh_CN/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/zh_CN/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/zh_CN/LC_MESSAGES/shutter-upload-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/zh_HK/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/zh_HK/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/zh_TW/LC_MESSAGES/shutter.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/zh_TW/LC_MESSAGES/shutter.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/zh_TW/LC_MESSAGES/shutter-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/zh_TW/LC_MESSAGES/shutter-plugins.mo differ Binary files /tmp/tmpkPe0gq/MRpZTCKctG/shutter-0.92/share/locale/zh_TW/LC_MESSAGES/shutter-upload-plugins.mo and /tmp/tmpkPe0gq/Rf5gHZxa6r/shutter-0.93.1~ppa1~ubuntu16.04.1/share/locale/zh_TW/LC_MESSAGES/shutter-upload-plugins.mo differ diff -Nru shutter-0.92/share/shutter/resources/credits/dev shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/credits/dev --- shutter-0.92/share/shutter/resources/credits/dev 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/credits/dev 2016-01-10 09:02:05.000000000 +0000 @@ -12,3 +12,5 @@ Martin Rabeneck (cornix) Stephan Tetzel TualatriX +Marco van Hilst +Swooshy diff -Nru shutter-0.92/share/shutter/resources/modules/WebService/Dropbox.pm shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/modules/WebService/Dropbox.pm --- shutter-0.92/share/shutter/resources/modules/WebService/Dropbox.pm 1970-01-01 00:00:00.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/modules/WebService/Dropbox.pm 2016-01-10 09:02:05.000000000 +0000 @@ -0,0 +1,901 @@ +package WebService::Dropbox; +use strict; +use warnings; +use Carp (); +use Fcntl qw(F_GETFL F_SETFL O_NONBLOCK SEEK_SET SEEK_END); +use JSON; +use Net::OAuth; +use URI; +use URI::Escape; + +our $VERSION = '1.22'; + +my $request_token_url = 'https://api.dropbox.com/1/oauth/request_token'; +my $access_token_url = 'https://api.dropbox.com/1/oauth/access_token'; +my $authorize_url = 'https://www.dropbox.com/1/oauth/authorize'; + +__PACKAGE__->mk_accessors(qw/ + key + secret + request_token + request_secret + access_token + access_secret + root + + no_decode_json + error + code + request_url + request_method + timeout +/); + +$WebService::Dropbox::USE_LWP = 0; + +sub import { + eval { + require Furl::HTTP; + require IO::Socket::SSL; + };if ($@) { + __PACKAGE__->use_lwp; + } +} + +sub use_lwp { + require LWP::UserAgent; + require HTTP::Request; + $WebService::Dropbox::USE_LWP++; +} + +sub new { + my ($class, $args) = @_; + + bless { + key => $args->{key} || '', + secret => $args->{secret} || '', + request_token => $args->{request_token} || '', + request_secret => $args->{request_secret} || '', + access_token => $args->{access_token} || '', + access_secret => $args->{access_secret} || '', + root => $args->{root} || 'dropbox', + timeout => $args->{timeout} || (60 * 60 * 24), + no_decode_json => $args->{no_decode_json} || 0, + no_uri_escape => $args->{no_uri_escape} || 0, + env_proxy => $args->{lwp_env_proxy} || $args->{env_proxy} || 0, + }, $class; +} + +sub login { + my ($self, $callback_url) = @_; + + my $body = $self->api({ + method => 'POST', + url => $request_token_url + }) or return; + + my $response = Net::OAuth->response('request token')->from_post_body($body); + $self->request_token($response->token); + $self->request_secret($response->token_secret); + + my $url = URI->new($authorize_url); + $url->query_form( + oauth_token => $response->token, + oauth_callback => $callback_url + ); + $url->as_string; +} + +sub auth { + my $self = shift; + + my $body = $self->api({ + method => 'POST', + url => $access_token_url + }) or return; + + my $response = Net::OAuth->response('access token')->from_post_body($body); + $self->access_token($response->token); + $self->access_secret($response->token_secret); +} + +sub account_info { + my $self = shift; + + $self->api_json({ + url => 'https://api.dropbox.com/1/account/info' + }); +} + +sub files { + my ($self, $path, $output, $params, $opts) = @_; + + $opts ||= {}; + if (ref $output eq 'CODE') { + $opts->{write_code} = $output; # code ref + } elsif (ref $output) { + $opts->{write_file} = $output; # file handle + binmode $opts->{write_file}; + } else { + open $opts->{write_file}, '>', $output; # file path + Carp::croak("invalid output, output must be code ref or filehandle or filepath.") + unless $opts->{write_file}; + binmode $opts->{write_file}; + } + $self->api({ + url => $self->url('https://api-content.dropbox.com/1/files/' . $self->root, $path), + extra_params => $params, + %$opts + }); + + return if $self->error; + return 1; +} + +sub files_put { + my ($self, $path, $content, $params, $opts) = @_; + + $opts ||= {}; + $self->api_json({ + method => 'PUT', + url => $self->url('https://api-content.dropbox.com/1/files_put/' . $self->root, $path), + content => $content, + extra_params => $params, + %$opts + }); +} + +sub files_post { + my ($self, $path, $content, $params, $opts) = @_; + + $opts ||= {}; + $self->api_json({ + method => 'POST', + url => $self->url('https://api-content.dropbox.com/1/files/' . $self->root, $path), + content => $content, + extra_params => $params, + %$opts + }); +} + +sub files_put_chunked { + my ($self, $path, $content, $params, $opts, $limit) = @_; + + $limit ||= 4 * 1024 * 1024; # A typical chunk is 4 MB + + my $upload; + $upload = sub { + my $data = shift; + my $buf; + my $total = $limit; + my $chunk = 1024; + my $tmp = File::Temp->new; + while (my $read = read($content, $buf, $chunk)) { + $tmp->print($buf); + $total -= $read; + if ($chunk > $total) { + $chunk = $total; + } + last unless $chunk; + } + + if ($total == $limit) { + $data->{upload_id} or die 'read error.'; + return $self->commit_chunked_upload( + $path, { + upload_id => $data->{upload_id}, + ( $params ? %$params : () ) + }, $opts) || die $self->error; + } + + $tmp->flush; + $tmp->seek(0, 0); + $data = $self->chunked_upload($tmp, { + ( $data ? %$data : () ), + ( $params ? %$params : () ) + }, $opts) or die $self->error; + $upload->({ + upload_id => $data->{upload_id}, + offset => $data->{offset} + }); + }; + $upload->(); +} + +sub chunked_upload { + my ($self, $content, $params, $opts) = @_; + + $opts ||= {}; + $self->api_json({ + method => 'PUT', + url => $self->url('https://api-content.dropbox.com/1/chunked_upload', ''), + content => $content, + extra_params => $params, + %$opts + }); +} + +sub commit_chunked_upload { + my ($self, $path, $params, $opts) = @_; + + $opts ||= {}; + $self->api_json({ + method => 'POST', + url => $self->url('https://api-content.dropbox.com/1/commit_chunked_upload/' . $self->root, $path), + extra_params => $params, + %$opts + }); +} + +sub metadata { + my ($self, $path, $params) = @_; + + $self->api_json({ + url => $self->url('https://api.dropbox.com/1/metadata/' . $self->root, $path), + extra_params => $params + }); +} + +sub delta { + my ($self, $params) = @_; + + $self->api_json({ + method => 'POST', + url => $self->url('https://api.dropbox.com/1/delta', ''), + extra_params => $params + }); +} + +sub revisions { + my ($self, $path, $params) = @_; + + $self->api_json({ + url => $self->url('https://api.dropbox.com/1/revisions/' . $self->root, $path), + extra_params => $params + }); +} + +sub restore { + my ($self, $path, $params) = @_; + + $self->api_json({ + method => 'POST', + url => $self->url('https://api.dropbox.com/1/restore/' . $self->root, $path), + extra_params => $params + }); +} + +sub search { + my ($self, $path, $params) = @_; + + $self->api_json({ + url => $self->url('https://api.dropbox.com/1/search/' . $self->root, $path), + extra_params => $params + }); +} + +sub shares { + my ($self, $path, $params) = @_; + + $self->api_json({ + method => 'POST', + url => $self->url('https://api.dropbox.com/1/shares/' . $self->root, $path), + extra_params => $params + }); +} + +sub media { + my ($self, $path, $params) = @_; + + $self->api_json({ + method => 'POST', + url => $self->url('https://api.dropbox.com/1/media/' . $self->root, $path), + extra_params => $params + }); +} + +sub copy_ref { + my ($self, $path, $params) = @_; + + $self->api_json({ + method => 'GET', + url => $self->url('https://api.dropbox.com/1/copy_ref/' . $self->root, $path), + extra_params => $params + }); +} + +sub thumbnails { + my ($self, $path, $output, $params, $opts) = @_; + + $opts ||= {}; + if (ref $output eq 'CODE') { + $opts->{write_code} = $output; # code ref + } elsif (ref $output) { + $opts->{write_file} = $output; # file handle + binmode $opts->{write_file}; + } else { + open $opts->{write_file}, '>', $output; # file path + Carp::croak("invalid output, output must be code ref or filehandle or filepath.") + unless $opts->{write_file}; + binmode $opts->{write_file}; + } + $opts->{extra_params} = $params if $params; + $self->api({ + url => $self->url('https://api-content.dropbox.com/1/thumbnails/' . $self->root, $path), + extra_params => $params, + %$opts, + }); + return if $self->error; + return 1; +} + +sub create_folder { + my ($self, $path, $params) = @_; + + $params ||= {}; + $params->{root} ||= $self->root; + $params->{path} = $self->path($path); + + $self->api_json({ + method => 'POST', + url => $self->url('https://api.dropbox.com/1/fileops/create_folder', ''), + extra_params => $params + }); +} + +sub copy { + my ($self, $from, $to_path, $params) = @_; + + $params ||= {}; + $params->{root} ||= $self->root; + $params->{to_path} = $self->path($to_path); + if (ref $from) { + $params->{from_copy_ref} = $from->{copy_ref}; + } else { + $params->{from_path} = $self->path($from); + } + + $self->api_json({ + method => 'POST', + url => $self->url('https://api.dropbox.com/1/fileops/copy', ''), + extra_params => $params + }); +} + +sub move { + my ($self, $from_path, $to_path, $params) = @_; + + $params ||= {}; + $params->{root} ||= $self->root; + $params->{from_path} = $self->path($from_path); + $params->{to_path} = $self->path($to_path); + + $self->api_json({ + method => 'POST', + url => $self->url('https://api.dropbox.com/1/fileops/move', ''), + extra_params => $params + }); +} + +sub delete { + my ($self, $path, $params) = @_; + + $params ||= {}; + $params->{root} ||= $self->root; + $params->{path} ||= $self->path($path); + $self->api_json({ + method => 'POST', + url => $self->url('https://api.dropbox.com/1/fileops/delete', ''), + extra_params => $params + }); +} + +# private + +sub parse_error ($) { + eval { decode_json($_[0])->{error} } || $_[0]; +} + +sub api { + my ($self, $args) = @_; + + $args->{method} ||= 'GET'; + $args->{url} = $self->oauth_request_url($args); + + $self->request_url($args->{url}); + $self->request_method($args->{method}); + + return $self->api_lwp($args) if $WebService::Dropbox::USE_LWP; + + if (my $write_file = delete $args->{write_file}) { + $args->{write_code} = sub { + $write_file->print($_[3]); + }; + } + if (my $write_code = delete $args->{write_code}) { + $args->{write_code} = sub { + if ($_[0] =~ qr{ \A 2 }xms) { + $write_code->(@_); + } else { + $self->error(parse_error($_[3])); + } + }; + } + + my ($minor_version, $code, $msg, $headers, $body) = $self->furl->request(%$args); + $self->code($code); + if ($code !~ qr{ \A 2 }xms) { + unless ($self->error) { + $self->error($body || $msg); + } + return; + } else { + $self->error(undef); + } + + return $body; +} + +sub api_lwp { + my ($self, $args) = @_; + + my $headers = []; + if ($args->{write_file}) { + $args->{write_code} = sub { + my $buf = shift; + $args->{write_file}->print($buf); + }; + } + if ($args->{content}) { + my $buf; + my $content = delete $args->{content}; + $args->{content} = sub { + read($content, $buf, 1024); + return $buf; + }; + my $assert = sub { + $_[0] or Carp::croak( + "Failed to $_[1] for Content-Length: $!", + ); + }; + $assert->(defined(my $cur_pos = tell($content)), 'tell'); + $assert->(seek($content, 0, SEEK_END), 'seek'); + $assert->(defined(my $end_pos = tell($content)), 'tell'); + $assert->(seek($content, $cur_pos, SEEK_SET), 'seek'); + my $content_length = $end_pos - $cur_pos; + push @$headers, 'Content-Length' => $content_length; + } + if ($args->{headers}) { + push @$headers, @{ $args->{headers} }; + } + my $req = HTTP::Request->new($args->{method}, $args->{url}, $headers, $args->{content}); + my $ua = LWP::UserAgent->new; + $ua->timeout($self->timeout); + $ua->env_proxy if $self->{env_proxy}; + my $res = $ua->request($req, $args->{write_code}); + $self->code($res->code); + if ($res->is_success) { + $self->error(undef); + } else { + $self->error(parse_error($res->decoded_content)); + } + return $res->decoded_content; +} + +sub api_json { + my ($self, $args) = @_; + + my $body = $self->api($args) or return; + return if $self->error; + return $body if $self->no_decode_json; + return decode_json($body); +} + +sub oauth_request_url { + my ($self, $args) = @_; + + Carp::croak("missing url.") unless $args->{url}; + Carp::croak("missing method.") unless $args->{method}; + + my ($type, $token, $token_secret); + if ($args->{url} eq $request_token_url) { + $type = 'request token'; + } elsif ($args->{url} eq $access_token_url) { + Carp::croak("missing request_token.") unless $self->request_token; + Carp::croak("missing request_secret.") unless $self->request_secret; + $type = 'access token'; + $token = $self->request_token; + $token_secret = $self->request_secret; + } else { + Carp::croak("missing access_token, please `\$dropbox->auth;`.") unless $self->access_token; + Carp::croak("missing access_secret, please `\$dropbox->auth;`.") unless $self->access_secret; + $type = 'protected resource'; + $token = $self->access_token; + $token_secret = $self->access_secret; + } + + my $request = Net::OAuth->request($type)->new( + consumer_key => $self->key, + consumer_secret => $self->secret, + request_url => $args->{url}, + request_method => uc($args->{method}), + signature_method => 'PLAINTEXT', # HMAC-SHA1 can't delete %20.txt bug... + timestamp => time, + nonce => $self->nonce, + token => $token, + token_secret => $token_secret, + extra_params => $args->{extra_params}, + ); + $request->sign; + $request->to_url; +} + +sub furl { + my $self = shift; + unless ($self->{furl}) { + $self->{furl} = Furl::HTTP->new( + timeout => $self->timeout, + ssl_opts => { + SSL_verify_mode => IO::Socket::SSL::SSL_VERIFY_PEER(), + }, + ); + $self->{furl}->env_proxy if $self->{env_proxy}; + } + $self->{furl}; +} + +sub url { + my ($self, $base, $path, $params) = @_; + my $url = URI->new($base . uri_escape_utf8($self->path($path), q{^a-zA-Z0-9_.~/-})); + $url->query_form($params) if $params; + $url->as_string; +} + +sub path { + my ($self, $path) = @_; + return '' unless defined $path; + return '' unless length $path; + $path =~ s|^/||; + return '/' . $path; +} + +sub nonce { + my $length = 16; + my @chars = ( 'A'..'Z', 'a'..'z', '0'..'9' ); + my $ret; + for (1..$length) { + $ret .= $chars[int rand @chars]; + } + return $ret; +} + +sub mk_accessors { + my $package = shift; + no strict 'refs'; + foreach my $field ( @_ ) { + *{ $package . '::' . $field } = sub { + return $_[0]->{ $field } if scalar( @_ ) == 1; + return $_[0]->{ $field } = scalar( @_ ) == 2 ? $_[1] : [ @_[1..$#_] ]; + }; + } +} + +sub env_proxy { $_[0]->{env_proxy} = defined $_[1] ? $_[1] : 1 } + +# Backward Compatibility +sub lwp_env_proxy { shift->env_proxy(@_) } + +1; +__END__ + +=head1 NAME + +WebService::Dropbox - Perl interface to Dropbox API + +=head1 SYNOPSIS + + use WebService::Dropbox; + + my $dropbox = WebService::Dropbox->new({ + key => '...', # App Key + secret => '...' # App Secret + }); + + # get access token + if (!$access_token or !$access_secret) { + my $url = $dropbox->login or die $dropbox->error; + warn "Please Access URL and press Enter: $url"; + ; + $dropbox->auth or die $dropbox->error; + warn "access_token: " . $dropbox->access_token; + warn "access_secret: " . $dropbox->access_secret; + } else { + $dropbox->access_token($access_token); + $dropbox->access_secret($access_secret); + } + + my $info = $dropbox->account_info or die $dropbox->error; + + # download + # https://www.dropbox.com/developers/reference/api#files + my $fh_get = IO::File->new('some file', '>'); + $dropbox->files('make_test_folder/test.txt', $fh_get) or die $dropbox->error; + $fh_get->close; + + # upload + # https://www.dropbox.com/developers/reference/api#files_put + my $fh_put = IO::File->new('some file'); + $dropbox->files_put('make_test_folder/test.txt', $fh_put) or die $dropbox->error; + $fh_put->close; + + # filelist(metadata) + # https://www.dropbox.com/developers/reference/api#metadata + my $data = $dropbox->metadata('folder_a'); + +=head1 DESCRIPTION + +WebService::Dropbox is Perl interface to Dropbox API + +- Support Dropbox v1 REST API + +- Support Furl (Fast!!!) + +- Streaming IO (Low Memory) + +- Default URI Escape (The specified path is utf8 decoded string) + +=head1 API + +=head2 login(callback_url) - get request token and request secret + + my $callback_url = '...'; # optional + my $url = $dropbox->login($callback_url) or die $dropbox->error; + warn "Please Access URL and press Enter: $url"; + +=head2 auth - get access token and access secret + + $dropbox->auth or die $dropbox->error; + warn "access_token: " . $dropbox->access_token; + warn "access_secret: " . $dropbox->access_secret; + +=head2 root - set access type + + # Access Type is App folder + # Your app only needs access to a single folder within the user's Dropbox + $dropbox->root('sandbox'); + + # Access Type is Full Dropbox (default) + # Your app needs access to the user's entire Dropbox + $dropbox->root('dropbox'); + +L + +=head2 account_info + + my $info = $dropbox->account_info or die $dropbox->error; + + # { + # "referral_link": "https://www.dropbox.com/referrals/r1a2n3d4m5s6t7", + # "display_name": "John P. User", + # "uid": 12345678, + # "country": "US", + # "quota_info": { + # "shared": 253738410565, + # "quota": 107374182400000, + # "normal": 680031877871 + # }, + # "email": "john@example.com" + # } + +L + +=head2 files(path, output, [params, opts]) - download (no file list, file list is metadata) + + # Current Rev + my $fh_get = IO::File->new('some file', '>'); + $dropbox->files('folder/file.txt', $fh_get) or die $dropbox->error; + $fh_get->close; + + # Specified Rev + $dropbox->files('folder/file.txt', $fh_get, { rev => ... }) or die $dropbox->error; + + # Code ref + $dropbox->files('folder/file.txt', sub { + # compatible with LWP::UserAgent and Furl::HTTP + my $chunk = @_ == 4 ? @_[3] : $_[0]; + print $chunk; + }) or die $dropbox->error; + + # Range + $dropbox->files('folder/file.txt', $fh_get) or die $dropbox->error; + > "0123456789" + $dropbox->files('folder/file.txt', $fh_get, undef, { headers => ['Range' => 'bytes=5-6'] }) or die $dropbox->error; + > "56" + +L + +=head2 files_put(path, input) - Uploads a files + + my $fh_put = IO::File->new('some file'); + $dropbox->files_put('folder/test.txt', $fh_put) or die $dropbox->error; + $fh_put->close; + + # no overwrite (default true) + $dropbox->files_put('folder/test.txt', $fh_put, { overwrite => 0 }) or die $dropbox->error; + # create 'folder/test (1).txt' + + # Specified Parent Rev + $dropbox->files_put('folder/test.txt', $fh_put, { parent_rev => ... }) or die $dropbox->error; + # conflict prevention + +L + +=head2 files_put_chunked(path, input) - Uploads large files by chunked_upload and commit_chunked_upload. + + my $fh_put = IO::File->new('some large file'); + $dropbox->files_put('folder/test.txt', $fh_put) or die $dropbox->error; + $fh_put->close; + +L + +=head2 chunked_upload(input, [params]) - Uploads large files + + # large file 1/3 + my $fh_put = IO::File->new('large file part 1'); + my $data = $dropbox->chunked_upload($fh_put) or die $dropbox->error; + $fh_put->close; + + # large file 2/3 + $fh_put = IO::File->new('large file part 2'); + $data = $dropbox->chunked_upload($fh_put, { + upload_id => $data->{upload_id}, + offset => $data->{offset} + }) or die $dropbox->error; + $fh_put->close; + + # large file 3/3 + $fh_put = IO::File->new('large file part 3'); + $data = $dropbox->chunked_upload($fh_put, { + upload_id => $data->{upload_id}, + offset => $data->{offset} + }) or die $dropbox->error; + $fh_put->close; + + # commit + $dropbox->commit_chunked_upload('folder/test.txt', { + upload_id => $data->{upload_id} + }) or die $dropbox->error; + +L + +=head2 commit_chunked_upload(path, params) - Completes an upload initiated by the chunked_upload method. + + $dropbox->commit_chunked_upload('folder/test.txt', { + upload_id => $data->{upload_id} + }) or die $dropbox->error; + +L + +=head2 copy(from_path or from_copy_ref, to_path) + + # from_path + $dropbox->copy('folder/test.txt', 'folder/test_copy.txt') or die $dropbox->error; + + # from_copy_ref + my $copy_ref = $dropbox->copy_ref('folder/test.txt') or die $dropbox->error; + + $dropbox->copy($copy_ref, 'folder/test_copy.txt') or die $dropbox->error; + +L + +=head2 move(from_path, to_path) + + $dropbox->move('folder/test.txt', 'folder/test_move.txt') or die $dropbox->error; + +L + +=head2 delete(path) + + # folder delete + $dropbox->delete('folder') or die $dropbox->error; + + # file delete + $dropbox->delete('folder/test.txt') or die $dropbox->error; + +L + +=head2 create_folder(path) + + $dropbox->create_folder('some_folder') or die $dropbox->error; + +L + +=head2 metadata(path, [params]) - get file list + + my $data = $dropbox->metadata('some_folder') or die $dropbox->error; + + my $data = $dropbox->metadata('some_file') or die $dropbox->error; + + # 304 + my $data = $dropbox->metadata('some_folder', { hash => ... }); + return if $dropbox->code == 304; # not modified + die $dropbox->error if $dropbox->error; + return $data; + +L + +=head2 delta([params]) - get file list + + my $data = $dropbox->delta() or die $dropbox->error; + +L + +=head2 revisions(path, [params]) + + my $data = $dropbox->revisions('some_file') or die $dropbox->error; + +L + +=head2 restore(path, [params]) + + # params rev is Required + my $data = $dropbox->restore('some_file', { rev => $rev }) or die $dropbox->error; + +L + +=head2 search(path, [params]) + + # query rev is Required + my $data = $dropbox->search('some_file', { query => $query }) or die $dropbox->error; + +L + +=head2 shares(path, [params]) + + my $data = $dropbox->shares('some_file') or die $dropbox->error; + +L + +=head2 media(path, [params]) + + my $data = $dropbox->media('some_file') or die $dropbox->error; + +L + +=head2 copy_ref(path) + + my $copy_ref = $dropbox->copy_ref('folder/test.txt') or die $dropbox->error; + + $dropbox->copy($copy_ref, 'folder/test_copy.txt') or die $dropbox->error; + +L + +=head2 thumbnails(path, output) + + my $fh_get = File::Temp->new; + $dropbox->thumbnails('folder/file.txt', $fh_get) or die $dropbox->error; + $fh_get->flush; + $fh_get->seek(0, 0); + +L + +=head2 env_proxy + +enable HTTP_PROXY, NO_PROXY + + $dropbox->env_proxy; + +=head1 AUTHOR + +Shinichiro Aska + +=head1 SEE ALSO + +- L + +=head1 LICENSE + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +=cut diff -Nru shutter-0.92/share/shutter/resources/modules/X11/Protocol/Ext/XFIXES.pm shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/modules/X11/Protocol/Ext/XFIXES.pm --- shutter-0.92/share/shutter/resources/modules/X11/Protocol/Ext/XFIXES.pm 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/modules/X11/Protocol/Ext/XFIXES.pm 2016-01-10 09:02:05.000000000 +0000 @@ -1,4 +1,4 @@ -# Copyright 2011 Kevin Ryde +# Copyright 2011, 2012, 2013, 2014 Kevin Ryde # This file is part of X11-Protocol-Other. # @@ -22,101 +22,124 @@ use Carp; use vars '$VERSION', '@CARP_NOT'; -$VERSION = 9; +$VERSION = 29; @CARP_NOT = ('X11::Protocol'); # uncomment this to run the ### lines -#use Smart::Comments; +# use Smart::Comments; # /usr/share/doc/x11proto-fixes-dev/fixesproto.txt.gz # http://cgit.freedesktop.org/xorg/proto/fixesproto/tree/fixesproto.txt -# -# /usr/include/X11/extensions/Xfixes.h # /usr/include/X11/extensions/xfixesproto.h # /usr/include/X11/extensions/xfixeswire.h # # /usr/share/doc/x11proto-xext-dev/shape.txt.gz +# +# /usr/include/X11/extensions/Xfixes.h +# Xlib. +# +# /usr/share/doc/x11proto-core-dev/x11protocol.txt.gz -### XFIXES.pm loads # these not documented yet ... -use constant CLIENT_MAJOR_VERSION => 4; +use constant CLIENT_MAJOR_VERSION => 5; use constant CLIENT_MINOR_VERSION => 0; #------------------------------------------------------------------------------ # symbolic constants -my %const_arrays - = ( - XFixesWindowRegionKind => ['Bounding', 'Clip'], - XFixesSaveSetMode => ['Insert', 'Delete'], - XFixesSaveSetTarget => ['Nearest', 'Root'], - XFixesSaveSetMap => ['Map', 'Unmap'], - - XFixesSelectionNotifySubtype => [ 'SetSelectionOwner', - 'SelectionWindowDestroy', - 'SelectionClientClose' ], - XFixesCursorNotifySubtype => [ 'DisplayCursor' ], - - # Not sure about these two ... - # XFixesSelectionEventMask => [ 'SetSelectionOwner', - # 'SelectionWindowDestroy', - # 'SelectionClientClose' ], - # XFixesCursorEventMask => [ 'DisplayCursor' ], - ); - -my %const_hashes - = (map { $_ => { X11::Protocol::make_num_hash($const_arrays{$_}) } } - keys %const_arrays); +use constant constants_list => + (XFixesWindowRegionKind => ['Bounding', 'Clip'], + XFixesSaveSetMode => ['Insert', 'Delete'], + XFixesSaveSetTarget => ['Nearest', 'Root'], + XFixesSaveSetMap => ['Map', 'Unmap'], + + XFixesSelectionNotifySubtype => [ 'SetSelectionOwner', + 'SelectionWindowDestroy', + 'SelectionClientClose' ], + XFixesCursorNotifySubtype => [ 'DisplayCursor' ], + + # Not sure about these two ... + # XFixesSelectionEventMask => [ 'SetSelectionOwner', + # 'SelectionWindowDestroy', + # 'SelectionClientClose' ], + # XFixesCursorEventMask => [ 'DisplayCursor' ], + ); + +sub _ext_constants_install { + my ($X, $constants_arrayref) = @_; + foreach (my $i = 0; $i <= $#$constants_arrayref; $i+=2) { + my $name = $constants_arrayref->[$i]; + my $aref = $constants_arrayref->[$i+1]; + $X->{'ext_const'}->{$name} = $aref; + $X->{'ext_const_num'}->{$name} = { X11::Protocol::make_num_hash($aref) }; + } +} #------------------------------------------------------------------------------ # events -my $XFixesSelectionNotify_event = [ 'xCxxL5', - ['subtype','XFixesSelectionNotifySubtype'], - 'window', - ['owner',['None']], # window - 'selection', # atom - 'time', - 'selection_time', - ]; - -my $XFixesCursorNotify_event - = [ sub { - my $X = shift; - my $data = shift; - ### XFixesCursorNotify unpack: @_ - my ($subtype, $window, $cursor_serial, $time, $cursor_name) - = unpack 'xCxxL4', $data; - return (@_, # base fields - subtype => $X->interp('XFixesCursorNotifySubtype',$subtype), - window => _interp_none($X,$window), # probably not None though - cursor_serial => $cursor_serial, - time => _interp_time($time), - # "name" field only in XFIXES 2.0 up, probably pad garbage - # in 1.0, so omit there. Give it as "cursor_name" since - # plain "name" is the event name. - ($X->{'ext'}->{'XFIXES'}->[3]->{'major'} >= 2 - ? (cursor_name => $cursor_name) - : ())); - }, - sub { - my ($X, %h) = @_; - # "cursor_name" can be omitted as for a 1.0 event - return (pack('xCxxL4x12', - $X->num('XFixesCursorNotifySubtype',$h{'subtype'}), - _num_none($h{'window'}), - $h{'cursor_serial'}, - _num_time($h{'time'}), - _num_none($h{'cursor_name'} || 0)), - 1); # "do_seq" put in sequence number - } ]; +my $events_arrayref + = [ XFixesSelectionNotify => + [ 'xCxxL5', + ['subtype','XFixesSelectionNotifySubtype'], + 'window', + ['owner',['None']], # window + 'selection', # atom + 'time', + 'selection_time', + ], + + XFixesCursorNotify => + [ sub { + my $X = shift; + my $data = shift; + ### XFixesCursorNotify unpack: @_ + my ($subtype, $window, $cursor_serial, $time, $cursor_name) + = unpack 'xCxxL4', $data; + return (@_, # base fields + subtype => $X->interp('XFixesCursorNotifySubtype',$subtype), + window => _interp_none($X,$window), # probably not None though + cursor_serial => $cursor_serial, + time => _interp_time($time), + # "name" field only in XFIXES 2.0 up, probably pad garbage + # in 1.0, so omit there. Give it as "cursor_name" since + # plain "name" is the event name. + ($X->{'ext'}->{'XFIXES'}->[3]->{'major'} >= 2 + ? (cursor_name => $cursor_name) + : ())); + }, + sub { + my ($X, %h) = @_; + # "cursor_name" can be omitted as for a 1.0 event + return (pack('xCxxL4x12', + $X->num('XFixesCursorNotifySubtype',$h{'subtype'}), + _num_none($h{'window'}), + $h{'cursor_serial'}, + _num_time($h{'time'}), + _num_none($h{'cursor_name'} || 0)), + 1); # "do_seq" put in sequence number + } ], + ]; + +sub _ext_events_install { + my ($X, $event_num, $events_arrayref) = @_; + foreach (my $i = 0; $i <= $#$events_arrayref; $i+=2) { + my $name = $events_arrayref->[$i]; + if (defined (my $already = $X->{'ext_const'}->{'Events'}->[$event_num])) { + carp "Event $event_num $already overwritten with $name"; + } + $X->{'ext_const'}->{'Events'}->[$event_num] = $name; + $X->{'ext_events'}->[$event_num] = $events_arrayref->[$i+1]; # pack/unpack + $event_num++; + } +} #------------------------------------------------------------------------------ # requests -my $reqs = +my $requests_arrayref = [ [ 'XFixesQueryVersion', # 0 sub { @@ -321,44 +344,48 @@ #--------------------------------------------------------------------------- # version 5.0 - # untested, and not sure about how to take the directions arg - # - # ['XFixesCreatePointerBarrier', # 31 - # sub { - # my ($X, $barrier, $drawable, $x1,$y1, $x2,$y2, $directions, - # @devices) = @_; - # my $devices = pack 'S*', map{_num_xinputdevice($_)} @devices; - # return pack ('LLssLxx'.padding($devices), - # $barrier, # CARD32 - # $drawable, # CARD32 - # $x1,$y1, $x2,$y2, # INT16 - # $X->num('XFixesBarrierDirections',$directions), # CARD32 - # # pad16 - # scalar(@devices), # CARD16 - # $devices); # stringized - # }], - # - # ['XFixesDestroyPointerBarrier', # 32 - # \&_request_xids ], + ['XFixesCreatePointerBarrier', # 31 + sub { + my ($X, $barrier, $drawable, $x1,$y1, $x2,$y2, $directions, + @devices) = @_; + my $devices = pack 'S*', map{_num_xinputdevice($_)} @devices; + ### @devices + ### $devices + ### format: 'LLssssLxxS'.padded($devices) + return pack ('LLssssLxxS'.padded($devices), + $barrier, # CARD32 + $drawable, # CARD32 + $x1,$y1, $x2,$y2, # INT16 x 4 + $directions, # CARD32 + scalar(@devices), # CARD16 num_devices + $devices); # packed CARD16s + }], + + ['XFixesDestroyPointerBarrier', # 32 + \&_request_xids ], # ($X, $barrier) single barrier to destroy ]; +sub _ext_requests_install { + my ($X, $request_num, $requests_arrayref) = @_; + + $X->{'ext_request'}->{$request_num} = $requests_arrayref; + my $href = $X->{'ext_request_num'}; + my $i; + foreach $i (0 .. $#$requests_arrayref) { + $href->{$requests_arrayref->[$i]->[0]} = [$request_num, $i]; + } +} + +#------------------------------------------------------------------------------ + sub new { my ($class, $X, $request_num, $event_num, $error_num) = @_; ### XFIXES new() - # Constants - %{$X->{'ext_const'}} = (%{$X->{'ext_const'} ||= {}}, %const_arrays); - %{$X->{'ext_const_num'}} = (%{$X->{'ext_const_num'} ||= {}}, %const_hashes); - - # Events - $X->{'ext_const'}{'Events'}[$event_num] = 'XFixesSelectionNotify'; - $X->{'ext_events'}[$event_num] = $XFixesSelectionNotify_event; - $event_num++; - $X->{'ext_const'}{'Events'}[$event_num] = 'XFixesCursorNotify'; - $X->{'ext_events'}[$event_num] = $XFixesCursorNotify_event; - - # Requests - _ext_requests_install ($X, $request_num, $reqs); + my $self = bless { }, $class; + _ext_constants_install ($X, [ $self->constants_list ]); + _ext_requests_install ($X, $request_num, $requests_arrayref); + _ext_events_install ($X, $event_num, $events_arrayref); # the protocol spec says must query version with what we support # need it to know which error types are defined too, as otherwise oughtn't @@ -366,17 +393,17 @@ my ($server_major, $server_minor) = $X->req ('XFixesQueryVersion', CLIENT_MAJOR_VERSION, CLIENT_MINOR_VERSION); + $self->{'major'} = $server_major; + $self->{'minor'} = $server_minor; # Errors - _ext_const_error_install ($X, $error_num, - # version 2.0 - ($server_major >= 2 ? ('Region') : ()), - # version 5.0 - ($server_major >= 5 ? ('Barrier') : ())); - - return bless { major => $server_major, - minor => $server_minor, - }, $class; + _ext_error_install ($X, $error_num, + # version 2.0 + ($server_major >= 2 ? ('Region') : ()), + # version 5.0 + ($server_major >= 5 ? ('Barrier') : ())); + + return $self; } sub _request_empty { @@ -455,19 +482,9 @@ return $device; } -sub _ext_requests_install { - my ($X, $request_num, $reqs) = @_; - - $X->{'ext_request'}->{$request_num} = $reqs; - my $href = $X->{'ext_request_num'}; - my $i; - foreach $i (0 .. $#$reqs) { - $href->{$reqs->[$i]->[0]} = [$request_num, $i]; - } -} -sub _ext_const_error_install { - my $X = shift; - ### _ext_const_error_install: @_ +sub _ext_error_install { + my $X = shift; # ($X, $errname1,$errname2,...) + ### _ext_error_install: @_ my $error_num = shift; my $aref = $X->{'ext_const'}{'Error'} # copy = [ @{$X->{'ext_const'}{'Error'} || []} ]; @@ -483,7 +500,7 @@ 1; __END__ -=for stopwords XFIXES XID reparent Unmap arrayref AARRGGBB GG pre-multiplied pixmap RENDER ShapeKind subwindow Ryde hotspot ARGB GC ie latin-1 DisplayCursor RGB bitmask XIDs YX-banded +=for stopwords XFIXES XID reparent Unmap arrayref AARRGGBB GG pre-multiplied pixmap RENDER ShapeKind subwindow Ryde hotspot ARGB GC ie latin-1 DisplayCursor RGB bitmask XIDs YX-banded subtypes XTEST Xvfb xdm Xlib Xinerama subtype =head1 NAME @@ -498,7 +515,7 @@ =head1 DESCRIPTION -The XFIXES extension adds some extra features conceived as "fixing" +The XFIXES extension adds some features which are conceived as "fixing" omissions in the core X11 protocol, including =over @@ -509,8 +526,8 @@ =item * -Current cursor image fetching, events for cursor change, and cursor naming -and hiding. +Current cursor image fetching, cursor change events, and cursor naming and +hiding. =item * @@ -538,23 +555,23 @@ The current code in this module supports up to 4.0 and automatically negotiates within C, so direct use of -C is not necessary. Asking for higher than the code +C is not necessary. Asking for higher than the code supports might be a bad idea. =item C<($atom, $str) = $X-EXFixesChangeSaveSet ($window, $mode, $target, $map)> Insert or delete C<$window> (an XID) from the "save set" of resources to be retained on the server when the client disconnects. This is an extended -version of the core C request. +version of the core C request. C<$mode> is either "Insert" or "Delete". C<$target> is how to reparent C<$window> on client close-down, either -"Nearest" or "Root". The core C is "Nearest" and means go to -the next non-client ancestor window. "Root" means go to the root window. +"Nearest" or "Root". The core C is "Nearest" and means go +to the next non-client ancestor window. "Root" means go to the root window. C<$map> is either "Map" or "Unmap" to apply to C<$window> on close-down. -The core C is "Map". +The core C is "Map". =item $X-EXFixesSelectSelectionInput ($window, $selection, $event_mask)> @@ -579,6 +596,9 @@ There's no pack function for these yet so just give an integer, for instance 0x07 for all three. +See F for a sample program listening to +selection changes with this request. + =item $X-EXFixesSelectCursorInput ($window, $event_mask)> Select C events (see L below) to be sent to @@ -601,46 +621,60 @@ cursor. C<$root_x>,C<$root_y> is the pointer location in root window coordinates -(similar to C). +(similar to C). C<$width>,C<$height> is the size of the cursor image. C<$xhot>,C<$yhot> is the "hotspot" position within that, which is the pixel that follows the pointer location. C<$pixels> is a byte string of packed "ARGB" pixel values. Each is 32-bits -in client byte order, with C<$width> many for each row and C<$height> such -rows, no padding in between, for a total C<4*$width*$height> bytes. This +in client byte order, with C<$width> many in each row and C<$height> such +rows and no padding in between, so a total C<4*$width*$height> bytes. This can be unpacked with for instance my @argb = unpack 'L*', $pixels; # each 0xAARRGGBB # top left pixel is in $argb[0] - my $blue = $argb[0] & 0xFF; # 0 to 255 - my $green = ($argb[0] >> 8) & 0xFF; # components - my $red = ($argb[0] >> 16) & 0xFF; - my $alpha = ($argb[0] >> 24) & 0xFF; + my $alpha = ($argb[0] >> 24) & 0xFF; # each value + my $red = ($argb[0] >> 16) & 0xFF; # 0 to 255 + my $green = ($argb[0] >> 8) & 0xFF; + my $blue = $argb[0] & 0xFF; The alpha transparency is pre-multiplied into the RGB components, so if the alpha is zero (transparent) then the components are zero too. -The core C bitmask makes only alpha=0 full-transparent or -alpha=255 full-opaque pixels. The RENDER extension (see +The core C bitmask always makes alpha=0 transparent or +alpha=255 opaque pixels. The RENDER extension (see L) can make partially transparent cursors. -There's no direct way to get the image of a cursor by its XID (beyond -something dodgy like a C to make it the displayed cursor). -Usually cursor XIDs are only ever created by a client itself (they can't be -read back out of an arbitrary window for instance) so no need to read back. +There's no direct way to get the image of a cursor by its XID (except +something dodgy like a C to make it the displayed cursor). +Usually cursor XIDs are only ever created by a client itself so no need to +read back (and the cursor XID can't be read out of an arbitrary window -- +though the XTEST extension can do some comparing, per +L). + +For reference, in the X.org server circa version 1.11, the server may start +up with no cursor at all, and when that happens an attempt to +C gives a "Cursor" error. In practice this probably +only happens using a bare Xvfb or similar, since in normal use xdm or the +window manager will almost certainly have set a cursor. + +See F in the X11-Protocol-Other sources for +a sample program getting the cursor image with this request. =back =head2 XFIXES version 2.0 A region object on the server represents a set of rectangles, each -x,y,width,height, with positive or negative x,y, and the set possibly in -disconnected sections, etc. Since a rectangle might be simply 1x1 it can -represent any bitmap, but is geared towards the sort or rectangle arithmetic -arising from overlapping rectangular window areas etc. +x,y,width,height, with positive or negative x,y, and the set possibly made +of disconnected sections, etc. (Basically a server-side copy of the Xlib +region code, see L.) + +Each rectangle might be just 1x1 for a single pixel, so a region can +represent any bitmap, but it's geared towards the sort of rectangle +arithmetic which arises from overlapping rectangular windows etc. =over @@ -669,9 +703,9 @@ my $region = $X->new_rsrc; $X->XFixesCreateRegionFromBitmap ($region, $window, 'Clip'); -It's not necessary to C<$X-Einit_extension('SHAPE')> before using this -request, the shape as such is just on the server and results in whatever -rectangular or non-rectangular C<$region>. +There's no need to C<$X-Einit_extension('SHAPE')> before using this +request. Any shape is just on the server and results in a C<$region> of +either a single rectangle or set of rectangles for a shape. =item C<$X-EXFixesCreateRegionFromGC ($region, $gc)> @@ -705,7 +739,7 @@ Set C<$region> to the union of the given rectangles, or empty if none. Each C<$rect> is an arrayref C<[$x,$y,$width,$height]>, as per -C above. +C above. $X->XFixesSetRegion ($region, [0,0,20,10], [100,100,5,5]) @@ -765,7 +799,7 @@ Set the clip mask of C<$gc> (an XID) to C<$region> (an XID), and set the clip origin to C<$clip_x_origin>,C<$clip_x_origin>. -This is similar to the core C, but the rectangles are +This is similar to the core C, but the rectangles are from C<$region> (and no "ordering" parameter). =item C<$X-EXFixesSetWindowShapeRegion ($window, $kind, $x_offset, $y_offset, $region)> @@ -778,16 +812,16 @@ operation "Set" and a a region instead of a bitmap. It's not necessary to C<$X-Einit_extension('SHAPE')> before using this -request. If SHAPE is not available at all on the server then presumably -this request gives an error reply. +request. If SHAPE is not available on the server then presumably this +request gives an error reply. =item C<$X-EXFixesSetPictureClipRegion ($picture, $clip_x_origin, $clip_y_origin, $region)> Set the clip mask of RENDER C<$picture> (an XID) to C<$region>, and set the clip origin to C<$clip_x_origin>,C<$clip_x_origin>. -This is similar to C, but the rectangles are -from C<$region>. +This is similar to C, but the rectangles +are from C<$region>. Picture objects are from the RENDER extension (see L). The request always exists, but is not useful @@ -796,14 +830,14 @@ =item C<$X-EXFixesSetCursorName ($cursor, $str)> Set a name for cursor object C<$cursor> (an XID). The name string C<$str> -is interned as an atom within the server and therefore should consist only -of latin-1 characters. (Perhaps in the future that might be enforced here, -or wide chars converted.) +is interned as an atom in the server and therefore should consist only of +latin-1 characters. (Perhaps in the future that might be enforced here, or +wide chars converted.) =item C<($atom, $str) = $X-EXFixesGetCursorName ($cursor)> Get the name of mouse pointer cursor C<$cursor> (an XID), as set by -C. +C. The returned C<$atom> is the name atom (an integer) and C<$str> is the name string (which is the atom's name). If there's no name for C<$cursor> then @@ -813,7 +847,7 @@ =item C<($x,$y, $width,$height, $xhot,$yhot, $serial, $pixels, $atom, $str) = $X-EXFixesGetCursorImageAndName ()> Get the image and name of the current mouse pointer cursor. The return is -per C plus C described above. +per C plus C described above. =item C<$X-EXFixesChangeCursor ($src, $dst)> @@ -838,8 +872,8 @@ rectangle expanded by C<$left>, C<$right>, C<$top>, C<$bottom> many pixels in those respective directions. -It doesn't matter how C<$src> is expressed as rectangles, the effect is as -if each pixel in C<$src> was individually expanded and the union of the +Notice it doesn't matter how C<$src> is expressed as rectangles, the effect +is as if each individual pixel in C<$src> was expanded and the union of the result taken. =back @@ -855,16 +889,86 @@ Hide or show the mouse pointer cursor while it's in C<$window> (an XID) or any subwindow of C<$window>. -This hide/show for each window is a per-client setting. If more than one +This hiding for each window is a per-client setting. If more than one client requests hiding then the cursor remains hidden until all of them -"show" again. If a client disconnects or is killed then any hides it has -are undone. +"show" again. If a client disconnects or is killed then its hides are +automatically undone. =back =head2 XFIXES version 5.0 -Code waiting to be tested! +=over + +=item C<$X-EXFixesCreatePointerBarrier ($barrier, $drawable, $x1,$y1, $x2,$y2, $directions)> + +=item C<$X-EXFixesCreatePointerBarrier ($barrier, $drawable, $x1,$y1, $x2,$y2, $directions, $deviceid...)> + +Create C<$barrier> (a new XID) as a barrier object which prevents user mouse +pointer movement across a line between points C<$x1,$y1> and C<$x2,$y2>. +For example + + my $barrier = $X->new_rsrc; + $X->XFixesCreatePointerBarrier ($barrier, $X->root, + 100,100, 100,500, + 0); + +X,Y coordinates are screen coordinates on the screen of C<$drawable>. The +line must be horizontal or vertical, so either C<$x1==$x2> or C<$y1==$y2> +(but not both). A horizontal barrier is across the top edge of the line +pixels, a vertical barrier is along the left edge of the line pixels. + +C<$directions> is an integer OR of the follow bits for which directions to +allow some movement across the line. A value 0 means no movement across is +allowed. + + PositiveX 1 + PositiveY 2 + NegativeX 4 + NegativeY 8 + +For example on a horizontal line, value 8 would allow the pointer to move +through the line in the negative Y direction (up the screen), and movement +in the positive Y direction (down the screen) would still be forbidden. + +C<$directions> can let the user move the mouse out of some sort of forbidden +region but not go back in. + +Optional C<$deviceid> arguments are X Input Extension 2.0 devices the +barrier should apply to (see L). With +no arguments the barrier is just for the core protocol mouse pointer. Each +argument can be + + device ID integer + "AllDevices" enum string, 0 + "AllMasterDevices" enum string, 1 + +It's not necessary to C<$X-Einit_extension('XInputExtension')> before +using this request. + +The user can move the mouse pointer to go around a barrier line but by +putting lines together a region can be constructed keeping the pointer +inside or outside, or even making a maze to trick the user! + +Touchscreen pad input is not affected by barriers, and +C<$X-EWarpPointer()> can still move the pointer anywhere. + +One intended use is when a Xinerama screen (see +L) is made from monitors of different pixel +sizes so parts of the logical screen extent are off the edge of one of the +smaller monitors. Barriers can prevent the user losing the mouse in one of +those dead regions. + +For reference, some X.org server versions prior to some time around version +1.14 did not accept C<$deviceid> arguments in the request and gave a +C error on attempting to pass them. Those servers might have given +an C error anyway (for barrier feature not yet implemented). + +=item C<$X-EXFixesDestroyPointerBarrier ($barrier)> + +Destroy the given barrier (an XID). + +=back =head1 EVENTS @@ -900,44 +1004,51 @@ =item C -This is sent to the client when selected by C -above. It reports when the mouse pointer cursor displayed has changed. It -has the following event-specific fields, +This is sent to the client when selected by C +above. It reports when the currently displayed mouse pointer cursor has +changed. It has the following event-specific fields, subtype enum string, currently always "DisplayCursor" window XID cursor_serial integer time integer, server timestamp - cursor_name atom or "None", XFIXES 2.0 up + cursor_name atom or "None" (XFIXES 2.0 up) C is "DisplayCursor" when the displayed cursor has changed. This is the only subtype currently. -C is a serial number as per C. -A client can use this to notice when the cursor changes to something it -already fetched with C. - -C is the atom of the name given to cursor by -C, or string "None" if no name. This is new in XFIXES -2.0 and is in event unpack only if the server does XFIXES 2.0 or higher. In -an C<$X-Epack_event()> re-pack, C is optional and the field -set if given. +C is a serial number as per C. +A client can use this to notice when the displayed cursor is something it +has already fetched with C. + +C is the atom of the name given to the cursor by +C, or string "None" if no name. This field is new in +XFIXES 2.0 and is present in the event unpack only if the server does XFIXES +2.0 or higher. For C<$X-Epack_event()>, C is optional and +the field is set if given. =back +=head1 ERRORS + +Error type "Region" is a bad C<$region> resource XID in a request (XFIXES +2.0 up). + =head1 SEE ALSO L, L, L +F + =head1 HOME PAGE -http://user42.tuxfamily.org/x11-protocol-other/index.html +L =head1 LICENSE -Copyright 2011 Kevin Ryde +Copyright 2011, 2012, 2013, 2014 Kevin Ryde X11-Protocol-Other is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -953,52 +1064,3 @@ X11-Protocol-Other. If not, see . =cut - - - - - - -# =head2 XFIXES version 5.0 -# -# =over -# -# =item C<$X-EXFixesCreatePointerBarrier ($barrier, $drawable, $x1,$y1, $x2,$y2, $directions, $device...)> -# -# Create C<$barrier> (a new XID) as a barrier object which prevents user mouse -# pointer movement across a line between C<$x1,$y1> and C<$x2,$y2>. -# -# my $barrier = $X->new_rsrc; -# $X->XFixesCreatePointerBarrier ($barrier, $X->root, -# 100,100, 100,500, -# ['PositiveY','NegativeY']); -# -# The line must be horizontal or vertical, so either C<$x1==$x2> or -# C<$y1==$y2>. A horizontal barrier is across the top edge of the line -# pixels, a vertical barrier is along the left edge of the line. -# -# C<$directions> is an arrayref list of strings -# -# PositiveX -# PositiveY -# NegativeX -# NegativeY -# -# C<$device> parameters are optional. If the X Input Extension 2.0 is -# available on the server (see L) then -# the devices is a list of device IDs or "AllDevices" or "AllMasterDevices" -# which the barrier should apply to. -# -# The user can move the mouse pointer to skirt around a barrier line, but by -# putting lines together a region can be constructed keeping the pointer -# inside or outside, or even making a maze to trick the user! -# -# Touchscreen pad input is not affected by barriers, and -# C<$X-EWarpPointer> can still move the pointer anywhere. -# -# =item C<$X-EXFixesDestroyPointerBarrier ($barrier)> -# -# Destroy the given barrier (an XID). -# -# =back - diff -Nru shutter-0.92/share/shutter/resources/po/shutter/af.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/af.po --- shutter-0.92/share/shutter/resources/po/shutter/af.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/af.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/ar.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ar.po --- shutter-0.92/share/shutter/resources/po/shutter/ar.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ar.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,7 +8,7 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-08-12 06:29+0000\n" +"PO-Revision-Date: 2014-04-04 09:26+0000\n" "Last-Translator: Ibrahim Saed \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" @@ -16,8 +16,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n % 100 >= " "3 && n % 100 <= 10 ? 3 : n % 100 >= 11 && n % 100 <= 99 ? 4 : 5;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -37,7 +37,7 @@ #: translate_tmp.pl:883 msgid "Goo::Canvas/libgoo-canvas-perl needs to be installed for this feature" -msgstr "تحتاج إلى تنصيب Goo::Canvas/libgoo-canvas-perl لإستخدام هذه الخاصية" +msgstr "تحتاج إلى تثبيت Goo::Canvas/libgoo-canvas-perl لاستخدام هذه الخاصية" #: translate_tmp.pl:916 msgid "Choose a profile" @@ -105,11 +105,11 @@ #: translate_tmp.pl:1035 msgid "Menu/Tooltip Capture" -msgstr "التقاط القوائم/التلميحات" +msgstr "إلتقاط القوائم/التلميحات" #: translate_tmp.pl:1042 msgid "Website Capture" -msgstr "إلتقاط من موقع انترنت" +msgstr "إلتقاط موقع ويب" #: translate_tmp.pl:1049 msgid "Accounts" @@ -171,11 +171,11 @@ #: translate_tmp.pl:1120 msgid "$name = multi-purpose (e.g. window title)\n" -msgstr "" +msgstr "$name = multi-purpose (مثال : إسم النّافذة )\n" #: translate_tmp.pl:1120 msgid "$nb_name = like $name but without blanks in resulting strings\n" -msgstr "" +msgstr "$nb_name = مثال $name لكن بدون فراغات في الجمل النّاتجة\n" #: translate_tmp.pl:1120 msgid "$profile = name of current profile\n" @@ -272,7 +272,7 @@ #: translate_tmp.pl:1360 msgid "Capture after a delay of" -msgstr "التقط بعد الانتظار لـ" +msgstr "إلتقط بعد الانتظار لـ" #: translate_tmp.pl:1375 #: translate_tmp.pl:1376 @@ -281,7 +281,7 @@ #: translate_tmp.pl:1380 #: translate_tmp.pl:1381 msgid "Wait n seconds before taking a screenshot" -msgstr "انتظر عدد من الثواني قبل التقاط الشاشة" +msgstr "انتظر عدد من الثواني قبل إلتقاط الشاشة" #: translate_tmp.pl:1392 msgid "Include Cursor" @@ -360,7 +360,7 @@ #: translate_tmp.pl:1569 #: translate_tmp.pl:1570 msgid "Choose border color" -msgstr "إختر لون الحافة" +msgstr "اختر لون الحواف" #: translate_tmp.pl:1565 #: translate_tmp.pl:1566 @@ -375,7 +375,7 @@ #: translate_tmp.pl:1633 msgid "Start with selection size of" -msgstr "إبدأ بإختيار حجم" +msgstr "ابدأ مع حجم اختيار" #: translate_tmp.pl:1635 msgid "at" @@ -405,7 +405,7 @@ #: translate_tmp.pl:1714 #: translate_tmp.pl:1715 msgid "Include window decoration when capturing a window" -msgstr "أضف زينة النافذة عند إلتقاط صورة الشاشة" +msgstr "تضمين إطار النافذة عند إلتقاط نافذة" #: translate_tmp.pl:1733 msgid "Automatically resize window to" @@ -426,7 +426,7 @@ #: translate_tmp.pl:1777 msgid "Force rounded window corners" -msgstr "الإلزام بإطارات نوافذ مقوسة" +msgstr "تقويس أركان النافذة" #: translate_tmp.pl:1786 #, perl-format @@ -439,25 +439,32 @@ "named ~/.shutter/shape.conf and put custom values in it. The default values " "are stored in %s." msgstr "" +"Shutter يستعمل XShape كإضافة لتحديد شكل النّافذة ، لكن الإضافة يمكن أن لا " +"تعمل في بعض الظّروف ، مثلا عندما يكون compiz في حالة عمل.\n" +"\n" +"عندما يكون هذا الخيار مفعّل Shutter يستعمل معلومات ثابة لتدوير زوايا " +"النافذة. يمكنك تغير المعلومات الإفتراضيّة بخلق ملفّ بعنوان " +"~/.shutter/shape.conf و إضافة معلوماتك الخاصّة فيه. و المعلومات الإفتراضيّة " +"مخزّنة في %s" #: translate_tmp.pl:1795 #: translate_tmp.pl:1796 msgid "Select only visible windows" -msgstr "إختر النوافذ المرئية فقط" +msgstr "اختيار النوافذ المرئية فقط" #: translate_tmp.pl:1813 msgid "Pre-Capture Delay" -msgstr "تأخير قبل صوير الشاشة" +msgstr "المُهلة قبل تصوير الشاشة" #: translate_tmp.pl:1828 #: translate_tmp.pl:1829 #: translate_tmp.pl:1830 msgid "Capture menu/tooltip after a delay of n seconds" -msgstr "التقط القائمة/التلميحة بعد الانتظار لعدد من الثواني" +msgstr "إلتقط القائمة/التلميحة بعد الانتظار لعدد من الثواني" #: translate_tmp.pl:1841 msgid "Ignore possibly wrong type hints" -msgstr "" +msgstr "تجاهل تلميحات نوع الخطأ" #: translate_tmp.pl:1842 msgid "" @@ -475,7 +482,7 @@ #: translate_tmp.pl:1881 #: translate_tmp.pl:1882 msgid "Virtual browser width when taking a website screenshot" -msgstr "عرض المتصفح الافتراضي عند التقاط صورة للموقع" +msgstr "عرض المتصفح الافتراضي عند إلتقاط صورة لموقع الويب" #: translate_tmp.pl:1893 msgid "Show as check pattern" @@ -498,18 +505,18 @@ #: translate_tmp.pl:1925 msgid "Displays any transparent parts of the image in a check pattern" -msgstr "" +msgstr "يعرض أي أجزاء شفافة من الصورة كنمط لوح الشطرنج" #: translate_tmp.pl:1926 msgid "" "Displays any transparent parts of the image in a solid color that you specify" -msgstr "" +msgstr "يعرض أي أجزاء شفافة من الصورة كلون واحد غير شفاف يمكنك تحديده" #: translate_tmp.pl:1927 msgid "" "Displays any transparent parts of the image in the background color of the " "application" -msgstr "" +msgstr "يعرض أي أجزاء شفافة من الصورة بلون خلفية التطبيق" #: translate_tmp.pl:1951 msgid "Sort ascending by" @@ -553,7 +560,7 @@ #: translate_tmp.pl:2032 msgid "Redraw Delay" -msgstr "" +msgstr "رسم متأخّر" #: translate_tmp.pl:2035 #: translate_tmp.pl:2908 @@ -625,6 +632,8 @@ "Configure a short timeout to give the Xserver a chance to redraw areas that " "were obscured by Shutter's windows before taking a screenshot." msgstr "" +"تكوين مهلة قصيرة من الوقت لإعطاء Xserver فرصة لإعادة رسم المناطق المظلمة " +"التّي كونّتها نافذة Shutter قبل أخذ صورة الشّاشة." #: translate_tmp.pl:2177 #: translate_tmp.pl:2178 @@ -632,6 +641,7 @@ "You can either choose the system-wide desktop notifications (e.g. Ubuntu's " "Notify-OSD) or Shutter's built-in notification system" msgstr "" +"يمكنك أن تختار إما نظام تنبيهات سطح المكتب أو نظام التنبيهات المُدمج بالتطبيق" #: translate_tmp.pl:2240 msgid "" @@ -639,6 +649,9 @@ "your credentials above. Plugins with OAuth support are configured " "automatically the first time you use them." msgstr "" +"برجاء الملاحظة: إذا كانت مُلحقة الرفع تسمح بالرفع المستوثق فقط " +"فستحتاج لإدخال معلومات اعتماداتك أعلاه. المُلحقات التي تدعم بروتوكول " +"الاستيثاق المفتوح \"OAuth\" يتم إعداداها تلقائيا من أول استخدام." #: translate_tmp.pl:2243 #: translate_tmp.pl:10547 @@ -750,11 +763,11 @@ #: translate_tmp.pl:3051 msgid "Please activate the menu you want to capture" -msgstr "برجاء تنشيط القائمة التي ترغب بالتقاطها" +msgstr "برجاء تنشيط القائمة التي ترغب بإلتقاطها" #: translate_tmp.pl:3054 msgid "Please activate the tooltip you want to capture" -msgstr "برجاء تنشيط التلميحة التي ترغب بالتقاطها" +msgstr "برجاء تنشيط التلميحة التي ترغب بإلتقاطها" #: translate_tmp.pl:3063 #: translate_tmp.pl:3074 @@ -979,7 +992,7 @@ #: translate_tmp.pl:6473 msgid "Triggered invalid screenshot action." -msgstr "" +msgstr "آثار العمل على لقطة الشّاشة غير مفعّلة" #: translate_tmp.pl:6473 #: translate_tmp.pl:6475 @@ -995,12 +1008,12 @@ #: translate_tmp.pl:154 #: translate_tmp.pl:164 msgid "Error while taking the screenshot." -msgstr "خطأ أثناء التقاط الصورة" +msgstr "خطأ أثناء إلتقاط الصورة" #: translate_tmp.pl:6608 #: translate_tmp.pl:134 msgid "Capture aborted by user" -msgstr "تم إلغاء التقاط الصورة بواسطة المستخدم" +msgstr "تم إلغاء إلتقاط الصورة بواسطة المستخدم" #: translate_tmp.pl:6738 #: translate_tmp.pl:6759 @@ -1121,7 +1134,7 @@ #: translate_tmp.pl:8104 msgid "Please wait while Shutter updates the plugin information" -msgstr "الرجاء اﻻنتظار ريثما يتم تحديث معلومات المُلحقات" +msgstr "يرجى اﻻنتظار ريثما يتم تحديث معلومات المُلحقات" #: translate_tmp.pl:8246 msgid "Updating upload plugin information" @@ -1129,11 +1142,11 @@ #: translate_tmp.pl:8251 msgid "Please wait while Shutter updates the upload plugin information" -msgstr "يرجى الانتظار بينما يُحدث Shutter معلومات مُلحقة الرفع" +msgstr "يرجى الانتظار ريثما يُحدث التطبيق معلومات مُلحقات الرفع" #: translate_tmp.pl:8482 msgid "Capture All Workspaces" -msgstr "التقط جميع مساحات العمل" +msgstr "إلتقط جميع مساحات العمل" #: translate_tmp.pl:8495 msgid "Limit to current monitor" @@ -1150,23 +1163,23 @@ "monitors detected).\n" "Enable it to capture only the current monitor." msgstr[0] "" -"هذا الخيار يكون مفيداً فقط إذا كنت تعمل على نظام متعدد الشاشات ( تم اكتشاف " -"%d شاشة في جهازك) فعل الخيار لالتقاط صورة فقط للشاشة الحالية." +"هذا الخيار يكون مفيدا فقط إذا كنت تعمل على نظام متعدد الشاشات ( تم اكتشاف %d " +"شاشة في جهازك) فعل الخيار لالتقاط صورة للشاشة الحالية فقط." msgstr[1] "" "هذا الخيار يكون مفيداً فقط إذا كنت تعمل على نظام متعدد الشاشات ( تم اكتشاف " -"شاشة واحدة في جهازك) فعل الخيار لالتقاط صورة فقط للشاشة الحالية." +"شاشة واحدة في جهازك) فعل الخيار لالتقاط صورة للشاشة الحالية فقط." msgstr[2] "" "هذا الخيار يكون مفيداً فقط إذا كنت تعمل على نظام متعدد الشاشات ( تم اكتشاف " -"شاشتين في جهازك) فعل الخيار لالتقاط صورة فقط للشاشة الحالية." +"شاشتين في جهازك) فعل الخيار لالتقاط صورة للشاشة الحالية فقط." msgstr[3] "" "هذا الخيار يكون مفيداً فقط إذا كنت تعمل على نظام متعدد الشاشات ( تم اكتشاف " -"%d شاشات في جهازك) فعل الخيار لالتقاط صورة فقط للشاشة الحالية." +"%d شاشات في جهازك) فعل الخيار لالتقاط صورة للشاشة الحالية فقط." msgstr[4] "" "هذا الخيار يكون مفيداً فقط إذا كنت تعمل على نظام متعدد الشاشات ( تم اكتشاف " -"%d شاشات في جهازك) فعل الخيار لالتقاط صورة فقط للشاشة الحالية." +"%d شاشات في جهازك) فعل الخيار لالتقاط صورة للشاشة الحالية فقط." msgstr[5] "" "هذا الخيار يكون مفيداً فقط إذا كنت تعمل على نظام متعدد الشاشات ( تم اكتشاف " -"%d شاشات في جهازك) فعل الخيار لالتقاط صورة فقط للشاشة الحالية." +"%d شاشات في جهازك) فعل الخيار لالتقاط صورة للشاشة الحالية فقط." #: translate_tmp.pl:8537 msgid "Active Window" @@ -1174,7 +1187,7 @@ #: translate_tmp.pl:8542 msgid "Capture the last active window" -msgstr "التقط آخر نافذة نشطة" +msgstr "إلتقط آخر نافذة نشطة" #: translate_tmp.pl:8585 #: translate_tmp.pl:403 @@ -1222,7 +1235,7 @@ #: translate_tmp.pl:8719 #: translate_tmp.pl:395 msgid "_Redo last screenshot" -msgstr "أ_عد آخر التقاط للشاشة" +msgstr "أ_عد آخر إلتقاط للشاشة" #: translate_tmp.pl:8730 #: translate_tmp.pl:223 @@ -1259,7 +1272,7 @@ #: translate_tmp.pl:8908 msgid "Shutter will wait indefinitely for the screenshot to capture" -msgstr "سينتظر Shutter إلى وقت غير محدود لالتقاط الشاشة" +msgstr "سينتظر التطبيق إلى وقت غير محدود لالتقاط الشاشة" #: translate_tmp.pl:8909 #: translate_tmp.pl:8910 @@ -1271,22 +1284,22 @@ "Shutter will wait up to %d seconds for the screenshot to capture before " "aborting the process if it's taking too long" msgstr[0] "" -"سينتظر Shutter لـ %d ثانية لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " +"سينتظر التطبيق لـ %d ثانية لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " "طويلًا" msgstr[1] "" -"سينتظر Shutter لثانية واحدة لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " +"سينتظر التطبيق لثانية واحدة لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " "طويلًا" msgstr[2] "" -"سينتظر Shutter لثانيتين لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " +"سينتظر التطبيق لثانيتين لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " "طويلًا" msgstr[3] "" -"سينتظر Shutter لـ %d ثوان لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " +"سينتظر التطبيق لـ %d ثوان لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " "طويلًا" msgstr[4] "" -"سينتظر Shutter لـ %d ثانية لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " +"سينتظر التطبيق لـ %d ثانية لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " "طويلًا" msgstr[5] "" -"سينتظر Shutter لـ %d ثانية لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " +"سينتظر التطبيق لـ %d ثانية لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " "طويلًا" #: translate_tmp.pl:8911 @@ -1299,22 +1312,22 @@ "Shutter will wait up to %d minutes for the screenshot to capture before " "aborting the process if it's taking too long" msgstr[0] "" -"سينتظر Shutter لـ %d دقيقة لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " +"سينتظر التطبيق لـ %d دقيقة لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " "طويلًا" msgstr[1] "" -"سينتظر Shutter لدقيقة واحدة لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " +"سينتظر التطبيق لدقيقة واحدة لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " "طويلًا" msgstr[2] "" -"سينتظر Shutter لدقيقتين لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " +"سينتظر التطبيق لدقيقتين لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " "طويلًا" msgstr[3] "" -"سينتظر Shutter لـ %d دقائق لالتقاط الشاشة قبل إجهاض العملية إذا اخذت وقتًا " +"سينتظر التطبيق لـ %d دقائق لالتقاط الشاشة قبل إجهاض العملية إذا اخذت وقتًا " "طويلًا" msgstr[4] "" -"سينتظر Shutter لـ %d دقيقة لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " +"سينتظر التطبيق لـ %d دقيقة لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " "طويلًا" msgstr[5] "" -"سينتظر Shutter لـ %d دقيقة لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " +"سينتظر التطبيق لـ %d دقيقة لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا " "طويلًا" #: translate_tmp.pl:9046 @@ -1462,7 +1475,7 @@ #: translate_tmp.pl:9733 #: translate_tmp.pl:6653 msgid "Choose file to open" -msgstr "إختر ملف للفتح" +msgstr "اختر ملفا لفتحه" #: translate_tmp.pl:9765 #: translate_tmp.pl:6683 @@ -1523,7 +1536,7 @@ "above." msgstr "" "يرجى ملاحظة: أنه إذا كانت مُلحقة الرفع تسمح بالرفع المستوثق فقط " -"فستحتاج لإدخال معلومات اعتماداتك في التفضيلات أولا لجعلها تظهر في القائمة " +"فستحتاج لإدخال معلومات اعتماداتك في التفضيلات أولًا لجعلها تظهر في القائمة " "أعلاه." #: translate_tmp.pl:10462 @@ -1631,12 +1644,12 @@ #: translate_tmp.pl:10778 msgid "" "Net::DBus::GLib/libnet-dbus-glib-perl needs to be installed for this feature" -msgstr "" +msgstr "يجب تنصيب Net::DBus::GLib/libnet-dbus-glib-per لتفعيل هاته الميزة" #: translate_tmp.pl:10846 #, perl-format msgid "Loading module %s" -msgstr "" +msgstr "تحميل الوحدة %s" #: translate_tmp.pl:10859 #, perl-format @@ -1774,17 +1787,18 @@ " Abdullatif Alomair https://launchpad.net/~omair5354\n" " Ahmed Mohammed https://launchpad.net/~ahmedqatar\n" " Ali https://launchpad.net/~ccl-339\n" +" Chiheb https://launchpad.net/~chihebnexus\n" " Ibrahim Saed https://launchpad.net/~ibraheem5000\n" " MEG https://launchpad.net/~meg87\n" " MaXeR https://launchpad.net/~themaxer\n" " Mario Kemper (Romario) https://launchpad.net/~mario-kemper\n" " Mufs https://launchpad.net/~tcp-error\n" +" Sultan Al-Isaiee https://launchpad.net/~foxoman\n" " WinkoBit https://launchpad.net/~conanedejawa\n" " abdallah alemran https://launchpad.net/~abukhallad\n" " docesam https://launchpad.net/~doctoresam\n" " drsaudi https://launchpad.net/~mon7b6\n" " faical117 https://launchpad.net/~faical117\n" -" foxoman https://launchpad.net/~romance990033\n" " makkay https://launchpad.net/~makkay25\n" " صفا الفليج https://launchpad.net/~safaalfulaij\n" " محمدالحرقان https://launchpad.net/~imksa" @@ -1836,7 +1850,7 @@ #: translate_tmp.pl:119 #: translate_tmp.pl:6192 msgid "Export to Post_Script..." -msgstr "" +msgstr "التحويل إلى آخر السكريبت ..." #: translate_tmp.pl:129 msgid "Page Set_up" @@ -1937,7 +1951,7 @@ #: translate_tmp.pl:40 msgid "Redo last screenshot" -msgstr "أعد آخر التقاط للشاشة" +msgstr "أعد آخر إلتقاط للشاشة" #: translate_tmp.pl:63 #: translate_tmp.pl:46 @@ -1959,11 +1973,11 @@ #: translate_tmp.pl:92 msgid "Take a screenshot of your whole desktop" -msgstr "التقط صورة لسطح المكتب كاملاً" +msgstr "إلتقط صورة لسطح المكتب كاملاً" #: translate_tmp.pl:93 msgid "Capture a specific workspace" -msgstr "التقط صورة لمساحة عمل معينة" +msgstr "إلتقط صورة لمساحة عمل معينة" #: translate_tmp.pl:131 msgid "Window" @@ -1975,7 +1989,7 @@ #: translate_tmp.pl:135 msgid "Take a screenshot of a specific window" -msgstr "التقط صورة لنافذة معينة" +msgstr "إلتقط صورة لنافذة معينة" #: translate_tmp.pl:150 msgid "Section" @@ -1986,7 +2000,7 @@ "Captures only a section of the window. You will be able to select any child " "window by moving the mouse over it" msgstr "" -"التقط فقط مقطع من النافذة. بإمكانك تحديد أي نافذة فرعية بتحريك الفأرة عليها" +"إلتقط فقط مقطع من النافذة. بإمكانك تحديد أي نافذة فرعية بتحريك الفأرة عليها" #: translate_tmp.pl:170 #: translate_tmp.pl:1095 @@ -2004,7 +2018,7 @@ #: translate_tmp.pl:193 msgid "Capture a tooltip" -msgstr "التقط تلميحة" +msgstr "إلتقط تلميحة" #: translate_tmp.pl:209 msgid "Web" @@ -2013,14 +2027,14 @@ #: translate_tmp.pl:211 #: translate_tmp.pl:79 msgid "Take a screenshot of a website" -msgstr "التقط صورة لموقع على الإنترنت" +msgstr "إلتقط صورة لموقع ويب" #: translate_tmp.pl:212 msgid "" "Set how long Shutter will wait for the screenshot to complete before " "aborting the process if it's taking too long" msgstr "" -"اضبط كم سينتظر Shutter لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا طويلًا" +"اضبط كم سينتظر التطبيق لالتقاط الشاشة قبل إجهاض العملية إذا أخذت وقتًا طويلًا" #: translate_tmp.pl:233 msgid "Edit" @@ -2067,7 +2081,7 @@ #: translate_tmp.pl:65 #, perl-format msgid "Exit Code: %d." -msgstr "" +msgstr "كود الخروج : %d" #: translate_tmp.pl:167 msgid "Synchronization complete" @@ -2125,15 +2139,15 @@ #: translate_tmp.pl:124 msgid "ctrl + scrollwheel → zoom in/out" -msgstr "" +msgstr "ctrl + عجلة الفأرة ← للتكبير والتصغير" #: translate_tmp.pl:124 msgid "space → zoom window on/off" -msgstr "" +msgstr "مفتاح المسافة ← لإيقاف وتشغيل تكبير النافذة" #: translate_tmp.pl:124 msgid "cursor keys → move cursor" -msgstr "" +msgstr "مفاتيح الأسهم ← لتحريك المؤشر" #: translate_tmp.pl:124 msgid "cursor keys + alt → move selection" @@ -2150,7 +2164,7 @@ #: translate_tmp.pl:96 msgid "Keyboard could not be grabbed." -msgstr "" +msgstr "لا يمكن تفعيل لوحة المفاتيح" #: translate_tmp.pl:105 msgid "menu" @@ -2163,11 +2177,11 @@ #: translate_tmp.pl:111 #, perl-format msgid "No window with type %s detected." -msgstr "" +msgstr "لا وجود لأيّ نافذة من نوع %s تمّ إكتشافها" #: translate_tmp.pl:119 msgid "There is no last capture that can be redone." -msgstr "" +msgstr "لا توجد لقطة أخيرة يمكن استعادتها" #: translate_tmp.pl:127 msgid "The window is no longer available." @@ -2176,17 +2190,17 @@ #: translate_tmp.pl:139 #: translate_tmp.pl:145 msgid "Unable to capture website" -msgstr "غير قادر على التقاط صورة للموقع" +msgstr "تعذّر إلتقاط صورة لموقع الويب" #: translate_tmp.pl:153 #, perl-format msgid "No window with name pattern %s detected." -msgstr "" +msgstr "لا وجود لنافذة بإسم الإطار %s تمّ التعرّف عليها" #: translate_tmp.pl:163 #, perl-format msgid "Invalid pattern %s detected." -msgstr "" +msgstr "نمط غير صالح %s تمّ الكشف عنه" #: translate_tmp.pl:116 msgid "No subwindow detected" @@ -2197,10 +2211,13 @@ "Maybe this window is using client-side windows (or similar).\n" "Shutter is not yet able to query the tree information of such windows." msgstr "" +"ربّما هاته النّافذة تستعمل إطارا آخر من جانب العميل Client (أو ما شابه)\n" +"\n" +"Shutter غير قادر على الحصول على شجرة المعلومات من هاته النّافذة" #: translate_tmp.pl:81 msgid "URL to capture" -msgstr "العنوان URL التي سيتم التقاط صورة له" +msgstr "رابط الويب الذي سيتم إلتقاط صورة له" #: translate_tmp.pl:98 msgid "C_apture" @@ -2528,7 +2545,7 @@ #: translate_tmp.pl:6194 msgid "Export to PostScript..." -msgstr "" +msgstr "تصدير الحاشية" #: translate_tmp.pl:6265 msgid "Automatic scrolling" @@ -2588,7 +2605,7 @@ #: translate_tmp.pl:6304 msgid "Censor" -msgstr "" +msgstr "مراقب" #: translate_tmp.pl:6304 msgid "Censor portions of your screenshot to hide private data" @@ -2604,7 +2621,7 @@ #: translate_tmp.pl:6304 msgid "Number" -msgstr "" +msgstr "رقم" #: translate_tmp.pl:6304 msgid "Add an auto-increment shape to the screenshot" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/as.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/as.po --- shutter-0.92/share/shutter/resources/po/shutter/as.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/as.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n!=1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/ast.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ast.po --- shutter-0.92/share/shutter/resources/po/shutter/ast.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ast.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/az.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/az.po --- shutter-0.92/share/shutter/resources/po/shutter/az.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/az.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-03-09 13:18+0000\n" +"PO-Revision-Date: 2013-08-25 22:57+0000\n" "Last-Translator: boracasli3 \n" "Language-Team: Azerbaijani \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" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/be.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/be.po --- shutter-0.92/share/shutter/resources/po/shutter/be.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/be.po 2016-01-10 09:02:05.000000000 +0000 @@ -16,8 +16,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/ber.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ber.po --- shutter-0.92/share/shutter/resources/po/shutter/ber.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ber.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/bg.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/bg.po --- shutter-0.92/share/shutter/resources/po/shutter/bg.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/bg.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/bn.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/bn.po --- shutter-0.92/share/shutter/resources/po/shutter/bn.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/bn.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2011-08-31 13:14+0000\n" -"Last-Translator: Aniruddha Adhikary \n" +"PO-Revision-Date: 2013-08-25 23:01+0000\n" +"Last-Translator: Mario Kemper (Romario) \n" "Language-Team: Bengali \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/bs.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/bs.po --- shutter-0.92/share/shutter/resources/po/shutter/bs.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/bs.po 2016-01-10 09:02:05.000000000 +0000 @@ -16,8 +16,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/ca.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ca.po --- shutter-0.92/share/shutter/resources/po/shutter/ca.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ca.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-07-30 01:12+0000\n" -"Last-Translator: Siegfried Gevatter \n" +"PO-Revision-Date: 2014-09-30 21:19+0000\n" +"Last-Translator: Dante Bravo \n" "Language-Team: Catalan \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -1156,7 +1156,7 @@ #: translate_tmp.pl:8537 msgid "Active Window" -msgstr "" +msgstr "Finestra activa" #: translate_tmp.pl:8542 msgid "Capture the last active window" @@ -1683,6 +1683,7 @@ msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" +" Dante Bravo https://launchpad.net/~thardev\n" " David Pinilla https://launchpad.net/~dpini\n" " John Traductor https://launchpad.net/~hoheintentat\n" " Josep Sànchez https://launchpad.net/~papapep\n" @@ -1922,6 +1923,8 @@ "Set how long Shutter will wait for the screenshot to complete before " "aborting the process if it's taking too long" msgstr "" +"Establir el temps que Shutter a d'esperar per que la captura de pantalla es " +"completi abans d'abortar el procés si es demora massa" #: translate_tmp.pl:233 msgid "Edit" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/cs.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/cs.po --- shutter-0.92/share/shutter/resources/po/shutter/cs.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/cs.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-12-18 22:32+0000\n" -"Last-Translator: Martin Bořkovec \n" +"PO-Revision-Date: 2014-10-27 01:19+0000\n" +"Last-Translator: Zdeněk Kopš \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -390,7 +390,7 @@ #: translate_tmp.pl:1677 #: translate_tmp.pl:1678 msgid "Start Selection Tool with a customized selection size" -msgstr "" +msgstr "Spustit výběrový nástroj s přizpůsobenou výběrovou velikostí" #: translate_tmp.pl:1696 msgid "Show help text" @@ -648,6 +648,9 @@ "your credentials above. Plugins with OAuth support are configured " "automatically the first time you use them." msgstr "" +"Poznámka: Jestliže zásuvný modul umožňuje nahrávání obrázků s " +"přihlášením, přihlašovací údaje můžete zadat výše. Zásuvné moduly s podporou " +"OAuth jsou nastaveny automaticky při jejich prvním použití." #: translate_tmp.pl:2243 #: translate_tmp.pl:10547 @@ -817,7 +820,7 @@ #: translate_tmp.pl:4244 msgid "Error while adding the file monitor." -msgstr "" +msgstr "Chyba při při přidávání kontrolního přijímače souboru." #: translate_tmp.pl:4765 msgid "Settings could not be saved!" @@ -873,7 +876,7 @@ #: translate_tmp.pl:5406 #, perl-format msgid "Error while creating the trashinfo file %s." -msgstr "" +msgstr "Chyba při vytváření informace o smazání pro soubor %s." #: translate_tmp.pl:5418 #, perl-format @@ -1212,7 +1215,7 @@ #: translate_tmp.pl:8713 msgid "S_how main window" -msgstr "" +msgstr "_Zobrazit hlavní okno" #: translate_tmp.pl:8719 #: translate_tmp.pl:395 @@ -1486,8 +1489,8 @@ "after closing this dialog." msgstr "" "Vyberte prosím jeden z účtů a klikněte na Odeslat. Po zavření tohoto " -"dialogu budou cíle odeslání budou stále přístupné v kontextové nabídce " -"(kliknutí pravým tlačítkem) snímku." +"dialogu budou cíle odeslání stále přístupné v kontextové nabídce snímku " +"(kliknutí pravým tlačítkem)." #: translate_tmp.pl:10460 msgid "" @@ -1495,6 +1498,9 @@ "enter your credentials in preferences first to make it appear in the list " "above." msgstr "" +"Poznámka: Jestliže zásuvný modul dovoluje pouze nahrávání s " +"přihlášením, musíte nejprve zadat přihlašovací údaje v nastavení, aby se " +"tyto moduly objevily v nabídce výše." #: translate_tmp.pl:10462 msgid "Choose account" @@ -1535,7 +1541,14 @@ "Folder %s is synchronized with Ubuntu One. The selected files will be copied " "to that folder before being published." msgstr[0] "" +"Složka %s je synchronizována pomocí Ubuntu One. Vybraný soubor bude " +"zkopírován do této složky dříve než bude uveřejněn." msgstr[1] "" +"Složka %s je synchronizována pomocí Ubuntu One. Vybrané soubory budou " +"zkopírovány do této složky dříve než budou uveřejněny." +msgstr[2] "" +"Složka %s je synchronizována pomocí Ubuntu One. Vybrané soubory budou " +"zkopírovány do této složky dříve než budou uveřejněny." #: translate_tmp.pl:10707 #: translate_tmp.pl:10739 @@ -1546,13 +1559,13 @@ "Please note: The selected files will be published in a background " "process. You will be notified when the process has finished." msgstr[0] "" -"Mějte na paměti: Vybraný soubor bude publikován v procesu běžícím na " -"pozadí. Po dokončení o tom budete informováni." +"Poznámka: Vybraný soubor bude publikován v procesu běžícím na pozadí. " +"Po dokončení o tom budete informováni." msgstr[1] "" -"Mějte na paměti: Vybrané soubory bude publikován v procesu běžícím na " +"Poznámka: Vybrané soubory budou publikovány v procesu běžícím na " "pozadí. Po dokončení o tom budete informováni." msgstr[2] "" -"Mějte na paměti: Vybrané soubory bude publikován v procesu běžícím na " +"Poznámka: Vybrané soubory budou publikovány v procesu běžícím na " "pozadí. Po dokončení o tom budete informováni." #: translate_tmp.pl:10711 @@ -1562,7 +1575,7 @@ "Folder %s is not synchronized with Ubuntu One. Please choose an alternative " "folder." msgstr "" -"Adresář %s je synchronizován s Ubuntu One. Vyberte prosím jiný adresář." +"Složka %s je synchronizována s Ubuntu One. Vyberte prosím jinou složku." #: translate_tmp.pl:10762 msgid "Ubuntu One service cannot be found." @@ -1589,7 +1602,7 @@ #: translate_tmp.pl:10859 #, perl-format msgid "Error while executing upload plugin %s." -msgstr "" +msgstr "Chyba při spouštění nahrávacího rozšíření %s." #: translate_tmp.pl:10859 msgid "There was an error executing the upload plugin." @@ -1730,6 +1743,7 @@ " Roman Horník https://launchpad.net/~roman.hornik\n" " Tadeáš Pařík https://launchpad.net/~pariktadeas\n" " Zdeněk Dlauhý https://launchpad.net/~zdlauhy\n" +" Zdeněk Kopš https://launchpad.net/~zdenekkops\n" " luisah https://launchpad.net/~luisah" #: translate_tmp.pl:34 @@ -1834,7 +1848,7 @@ #: translate_tmp.pl:565 #: translate_tmp.pl:662 msgid "Show in _folder" -msgstr "" +msgstr "Zobrazit ve _složce" #: translate_tmp.pl:572 #: translate_tmp.pl:669 @@ -1962,6 +1976,8 @@ "Set how long Shutter will wait for the screenshot to complete before " "aborting the process if it's taking too long" msgstr "" +"Nastavit, jak dlouho bude Shutter vyčkávat na vytvoření snímku, než dojde k " +"ukončení, trvá-li proces příliš dlouho." #: translate_tmp.pl:233 msgid "Edit" @@ -1988,7 +2004,7 @@ #: translate_tmp.pl:247 msgid "Show links to previous uploads" -msgstr "" +msgstr "Zobrazit linky k předchozím nahráním" #: translate_tmp.pl:33 #: translate_tmp.pl:47 @@ -2046,12 +2062,12 @@ #: translate_tmp.pl:87 msgid "Copy this code to clipboard" -msgstr "" +msgstr "Kopírovat tento kód do schránky" #: translate_tmp.pl:112 #, perl-format msgid "Upload - %s - %s" -msgstr "" +msgstr "Nahrávání - %s - %s" #: translate_tmp.pl:120 msgid "Draw a rectangular area using the mouse." @@ -2130,7 +2146,7 @@ #: translate_tmp.pl:163 #, perl-format msgid "Invalid pattern %s detected." -msgstr "" +msgstr "Byl detekován nesprávný vzor %s." #: translate_tmp.pl:116 msgid "No subwindow detected" @@ -2141,6 +2157,8 @@ "Maybe this window is using client-side windows (or similar).\n" "Shutter is not yet able to query the tree information of such windows." msgstr "" +"Toto okno pravděpodobně používá klienta postranního okna (nebo podobné).\n" +"Shutter zatím není schopen využívat informace z podobných oken." #: translate_tmp.pl:81 msgid "URL to capture" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/cy.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/cy.po --- shutter-0.92/share/shutter/resources/po/shutter/cy.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/cy.po 2016-01-10 09:02:05.000000000 +0000 @@ -16,8 +16,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : (n != 8 && n != 11) ? " "2 : 3;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/da.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/da.po --- shutter-0.92/share/shutter/resources/po/shutter/da.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/da.po 2016-01-10 09:02:05.000000000 +0000 @@ -9,14 +9,14 @@ "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" "PO-Revision-Date: 2012-07-30 01:06+0000\n" -"Last-Translator: Aputsiaq Niels Janussen \n" +"Last-Translator: Aputsiaĸ Niels Janussen \n" "Language-Team: Danish \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -1718,7 +1718,7 @@ msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" -" Aputsiaq Niels Janussen https://launchpad.net/~aj\n" +" Aputsiaĸ Niels Janussen https://launchpad.net/~aj\n" " Mario Kemper (Romario) https://launchpad.net/~mario-kemper\n" " Mark Jensen https://launchpad.net/~mark-markjensen\n" " Peter Skov https://launchpad.net/~a0peter\n" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/de.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/de.po --- shutter-0.92/share/shutter/resources/po/shutter/de.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/de.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-01-15 08:48+0000\n" -"Last-Translator: Mario Kemper (Romario) \n" +"PO-Revision-Date: 2014-11-21 20:30+0000\n" +"Last-Translator: Tobias Bannert \n" "Language-Team: German \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -82,7 +82,7 @@ #: translate_tmp.pl:993 msgid "Trash" -msgstr "Müll" +msgstr "Papierkorb" #: translate_tmp.pl:1000 msgid "Gnome-Keybinding" @@ -369,7 +369,7 @@ #: translate_tmp.pl:1615 #: translate_tmp.pl:1624 msgid "Enable zoom window" -msgstr "Zoom Fenster aktivieren" +msgstr "Vergrößerungsfenster aktivieren" #: translate_tmp.pl:1633 msgid "Start with selection size of" @@ -606,7 +606,7 @@ #: translate_tmp.pl:2050 msgid "Desktop Notifications" -msgstr "Desktop-Benachrichtigungen" +msgstr "Schreibtischbenachrichtigungen" #: translate_tmp.pl:2051 msgid "Built-In Notifications" @@ -620,7 +620,7 @@ #: translate_tmp.pl:2059 #: translate_tmp.pl:2205 msgid "Move file to trash when closing tab" -msgstr "Datei in den Müll verschieben beim Schließen der Registerkarte" +msgstr "Beim Schließen des Reiters die Datei in den Papierkorb verschieben" #: translate_tmp.pl:2060 #: translate_tmp.pl:2214 @@ -653,10 +653,10 @@ "your credentials above. Plugins with OAuth support are configured " "automatically the first time you use them." msgstr "" -"Bitte beachten: Wenn ein Plugin das Feature 'Autorisierter Upload' " -"unterstützt, dann können Sie oben Ihre Anmeldedaten eintragen. Plugins, die " -"das OAuth-Protokoll unterstützen, werden beim ersten Start automatisch " -"konfiguriert." +"Bitte beachten: Wenn eine Erweiterung die Funktion »Genehmigtes " +"Hochladen« unterstützt, dann können Sie oben Ihre Anmeldedaten eintragen. " +"Erweiterungen, die das OAuth-Protokoll unterstützen, werden beim ersten " +"Start automatisch konfiguriert." #: translate_tmp.pl:2243 #: translate_tmp.pl:10547 @@ -741,15 +741,15 @@ #: translate_tmp.pl:2515 msgid "Upload" -msgstr "Upload" +msgstr "Hochladen" #: translate_tmp.pl:2575 msgid "Plugins" -msgstr "Plugins" +msgstr "Erweiterungen" #: translate_tmp.pl:2577 msgid "The following plugins are installed" -msgstr "Die folgenden Plugins sind installiert" +msgstr "Die folgenden Erweiterungen sind installiert" #: translate_tmp.pl:2957 msgid "pixel" @@ -885,7 +885,7 @@ #: translate_tmp.pl:5418 #, perl-format msgid "Error while moving the file %s to trash." -msgstr "Fehler beim Verschieben der Datei %s in den Mülleimer." +msgstr "Fehler beim Verschieben der Datei %s in den Papierkorb." #: translate_tmp.pl:5424 #, perl-format @@ -895,14 +895,14 @@ #: translate_tmp.pl:5442 #, perl-format msgid "Are you sure you want to move %s to the trash?" -msgstr "Soll %s wirklich in den Mülleimer verschoben werden?" +msgstr "Soll %s wirklich in den Papierkorb verschoben werden?" #: translate_tmp.pl:5442 #: translate_tmp.pl:5491 #: translate_tmp.pl:209 #: translate_tmp.pl:710 msgid "Move to _Trash" -msgstr "In den _Müll verschieben" +msgstr "In den _Papierkorb verschieben" #: translate_tmp.pl:5456 msgid "deleted" @@ -911,7 +911,7 @@ #: translate_tmp.pl:5491 msgid "Are you sure you want to move the selected files to the trash?" msgstr "" -"Sollen die ausgewählten Dateien wirklich in den Mülleimer verschoben werden?" +"Sollen die ausgewählten Dateien wirklich in den Papierkorb verschoben werden?" #: translate_tmp.pl:5495 #: translate_tmp.pl:5529 @@ -983,7 +983,7 @@ #: translate_tmp.pl:5911 msgid "No plugin installed" -msgstr "Kein Plugin installiert" +msgstr "Keine Erweiterungen installiert" #: translate_tmp.pl:6170 #: translate_tmp.pl:6581 @@ -1051,22 +1051,22 @@ #: translate_tmp.pl:7109 #, perl-format msgid "Could not apply plugin %s" -msgstr "Plugin %s konnte nicht angewendet werden" +msgstr "Erweiterung »%s« konnte nicht angewendet werden" #: translate_tmp.pl:7106 #: translate_tmp.pl:7158 #, perl-format msgid "Successfully applied plugin %s" -msgstr "Plugin %s erfolgreich angewendet" +msgstr "Erweiterung »%s« wurde erfolgreich angewendet" #: translate_tmp.pl:7161 #, perl-format msgid "Error while executing plugin %s." -msgstr "Fehler beim Ausführen des Plugins %s." +msgstr "Fehler beim Ausführen folgender Erweiterung »%s«." #: translate_tmp.pl:7161 msgid "There was an error executing the plugin." -msgstr "Beim Ausführen des Plugins ist ein Fehler aufgetreten." +msgstr "Beim Ausführen der Erweiterung ist ein Fehler aufgetreten." #: translate_tmp.pl:7242 #, perl-format @@ -1128,21 +1128,22 @@ #: translate_tmp.pl:8099 msgid "Updating plugin information" -msgstr "Aktualisierung der Plugin-Informationen" +msgstr "Erweiterungsinformation wird aktualisiert" #: translate_tmp.pl:8104 msgid "Please wait while Shutter updates the plugin information" msgstr "" -"Bitte warten Sie während die Plugin-Informationen aktualisiert werden" +"Bitte warten Sie, während die Erweiterungsinformation aktualisiert werden" #: translate_tmp.pl:8246 msgid "Updating upload plugin information" -msgstr "Aktualisierung der Upload-Plugin-Informationen" +msgstr "Hochladeerweiterungsinformationen werden aktualisiert" #: translate_tmp.pl:8251 msgid "Please wait while Shutter updates the upload plugin information" msgstr "" -"Bitte warten Sie während die Upload-Plugin-Informationen aktualisiert werden" +"Bitte warten, während die Hochladeerweiterungsinformationen aktualisiert " +"werden" #: translate_tmp.pl:8482 msgid "Capture All Workspaces" @@ -1189,7 +1190,7 @@ #: translate_tmp.pl:8604 #: translate_tmp.pl:429 msgid "_Desktop" -msgstr "_Desktop" +msgstr "_Schreibtisch" #: translate_tmp.pl:8636 msgid "Window _under Cursor" @@ -1296,15 +1297,15 @@ #: translate_tmp.pl:9113 msgid "Anonymous Upload" -msgstr "Anonymer Upload" +msgstr "Anonymes Hochladen" #: translate_tmp.pl:9120 msgid "Authorized Upload" -msgstr "Autorisierter Upload" +msgstr "Genehmigtes Hochladen" #: translate_tmp.pl:9127 msgid "OAuth Upload" -msgstr "OAuth Upload" +msgstr "OAuth-Hochladen" #: translate_tmp.pl:9138 #: translate_tmp.pl:9199 @@ -1361,7 +1362,7 @@ "The file %s is no longer published. The external link is not available " "anymore." msgstr "" -"Die Datei %s ist nicht mehr öffentlich zugänglich. Der externe Link ist " +"Die Datei %s ist nicht mehr öffentlich zugänglich. Der externe Verweis ist " "nicht länger verfügbar." #: translate_tmp.pl:9299 @@ -1453,7 +1454,7 @@ #: translate_tmp.pl:10195 msgid "Choose a plugin" -msgstr "Plugin auswählen" +msgstr "Erweiterung auswählen" #: translate_tmp.pl:10200 msgid "_Run" @@ -1461,11 +1462,11 @@ #: translate_tmp.pl:10249 msgid "Plugin" -msgstr "Plugin" +msgstr "Erweiterung" #: translate_tmp.pl:10339 msgid "No plugin specified" -msgstr "Kein gültiges Plugin konfiguriert" +msgstr "Keine gültige Erweiterung konfiguriert" #: translate_tmp.pl:10390 msgid "Upload / Export" @@ -1501,9 +1502,10 @@ "enter your credentials in preferences first to make it appear in the list " "above." msgstr "" -"Bitte beachten: Wenn ein Plugin nur autorisierten Upload unterstützt, " -"dann müssen Sie zunächst Ihre Anmeldedaten im Einstellungsdialog " -"hinterlegen. Erst dann wird das Plugin in der Liste angezeigt." +"Bitte beachten: Wenn eine Erweiterung nur genehmigtes Hochladen " +"unterstützt, dann müssen Sie zunächst Ihre Anmeldedaten im " +"Einstellungsdialog hinterlegen. Erst dann wird die Erweiterung in der Liste " +"angezeigt." #: translate_tmp.pl:10462 msgid "Choose account" @@ -1603,11 +1605,11 @@ #: translate_tmp.pl:10859 #, perl-format msgid "Error while executing upload plugin %s." -msgstr "Fehler beim Ausführen des Upload-Plugins %s." +msgstr "Fehler beim Ausführen der Hochladeerweiterung %s." #: translate_tmp.pl:10859 msgid "There was an error executing the upload plugin." -msgstr "Beim Ausführen des Upload-Plugins ist ein Fehler aufgetreten." +msgstr "Beim Ausführen der Hochladeerweiterung ist ein Fehler aufgetreten." #: translate_tmp.pl:10892 #: translate_tmp.pl:10963 @@ -1670,7 +1672,7 @@ #: translate_tmp.pl:11166 #, perl-format msgid "Publishing %s..." -msgstr "Veröffentliche %s..." +msgstr "%s wird veröffentlicht …" #: translate_tmp.pl:11262 msgid "_Retry" @@ -1693,7 +1695,7 @@ #: translate_tmp.pl:11278 msgid "Error while login" -msgstr "Fehler bei der Authentifizierung" +msgstr "Fehler während der Anmeldung" #: translate_tmp.pl:11281 msgid "Maximum filesize reached" @@ -1742,6 +1744,7 @@ " Moritz Baumann https://launchpad.net/~mo42\n" " Oliver Horn https://launchpad.net/~oliverhorn\n" " Rene Hennig https://launchpad.net/~shifty\n" +" Tobias Bannert https://launchpad.net/~toba\n" " pert7 https://launchpad.net/~pert7-deactivatedaccount" #: translate_tmp.pl:34 @@ -1781,17 +1784,17 @@ #: translate_tmp.pl:103 msgid "Save _As..." -msgstr "Speichern _unter…" +msgstr "Speichern _unter …" #: translate_tmp.pl:114 #: translate_tmp.pl:6182 msgid "E_xport to PDF..." -msgstr "E_xportieren als PDF..." +msgstr "Als _PDF exportieren …" #: translate_tmp.pl:119 #: translate_tmp.pl:6192 msgid "Export to Post_Script..." -msgstr "Exportieren als Post_Script..." +msgstr "Als Post_Script exportieren …" #: translate_tmp.pl:129 msgid "Page Set_up" @@ -1799,11 +1802,11 @@ #: translate_tmp.pl:136 msgid "_Print..." -msgstr "_Drucken…" +msgstr "_Drucken …" #: translate_tmp.pl:144 msgid "Send by E_mail..." -msgstr "Per E-_Mail versenden..." +msgstr "Per E-_Mail versenden …" #: translate_tmp.pl:159 msgid "C_lose all" @@ -1820,7 +1823,7 @@ #: translate_tmp.pl:328 msgid "Get Help Online..." -msgstr "Online Hilfe erhalten …" +msgstr "Im Netz Hilfe erhalten …" #: translate_tmp.pl:343 msgid "Translate this Application..." @@ -1851,17 +1854,17 @@ #: translate_tmp.pl:572 #: translate_tmp.pl:669 msgid "_Rename..." -msgstr "_Umbenennen..." +msgstr "_Umbenennen …" #: translate_tmp.pl:581 #: translate_tmp.pl:677 msgid "_Send To..." -msgstr "_Senden an..." +msgstr "_Senden an …" #: translate_tmp.pl:590 #: translate_tmp.pl:685 msgid "E_xport..." -msgstr "E_xportieren..." +msgstr "E_xportieren …" #: translate_tmp.pl:597 #: translate_tmp.pl:691 @@ -1871,11 +1874,11 @@ #: translate_tmp.pl:605 #: translate_tmp.pl:718 msgid "_Edit..." -msgstr "_Bearbeiten..." +msgstr "_Bearbeiten …" #: translate_tmp.pl:622 msgid "Run a _plugin..." -msgstr "_Plugin ausführen..." +msgstr "_Eine Erweiterung starten …" #: translate_tmp.pl:631 #: translate_tmp.pl:742 @@ -1884,7 +1887,7 @@ #: translate_tmp.pl:734 msgid "Run a _Plugin..." -msgstr "_Plugin ausführen..." +msgstr "_Eine Erweiterung starten …" #: translate_tmp.pl:37 msgid "Redo" @@ -1910,11 +1913,11 @@ #: translate_tmp.pl:89 msgid "Desktop" -msgstr "Desktop" +msgstr "Schreibtisch" #: translate_tmp.pl:92 msgid "Take a screenshot of your whole desktop" -msgstr "Den kompletten Desktop aufnehmen" +msgstr "Den kompletten Schreibtisch aufnehmen" #: translate_tmp.pl:93 msgid "Capture a specific workspace" @@ -2005,7 +2008,7 @@ #: translate_tmp.pl:247 msgid "Show links to previous uploads" -msgstr "Links von vorherigen Uploads anzeigen" +msgstr "Verweise zu vorherigen Übertragungen anzeigen" #: translate_tmp.pl:33 #: translate_tmp.pl:47 @@ -2034,7 +2037,7 @@ #: translate_tmp.pl:169 msgid "Synchronization in progress..." -msgstr "Synchronisierung läuft..." +msgstr "Synchronisierung läuft …" #: translate_tmp.pl:62 msgid "Illegal URI." @@ -2064,12 +2067,12 @@ #: translate_tmp.pl:87 msgid "Copy this code to clipboard" -msgstr "Diesen Link in die Zwischenablage kopieren" +msgstr "Diesen Verweis in die Zwischenablage kopieren" #: translate_tmp.pl:112 #, perl-format msgid "Upload - %s - %s" -msgstr "Upload - %s - %s" +msgstr "Hochladen - %s - %s" #: translate_tmp.pl:120 msgid "Draw a rectangular area using the mouse." @@ -2087,11 +2090,11 @@ #: translate_tmp.pl:124 msgid "ctrl + scrollwheel → zoom in/out" -msgstr "Strg + Scrollrad → Heran-/Wegzoomen" +msgstr "Strg + Mausrad → vergrößern/verkleinern" #: translate_tmp.pl:124 msgid "space → zoom window on/off" -msgstr "Leertaste → Zoom-Fenster ein/aus" +msgstr "Leertaste → Vergrößerungsfenster ein/aus" #: translate_tmp.pl:124 msgid "cursor keys → move cursor" @@ -2109,12 +2112,12 @@ msgid "" "Maybe mouse pointer could not be grabbed or the selected area is invalid." msgstr "" -"Eventuell konnte der Mauszeiger nicht kontrolliert werden oder der " -"ausgewählte Bereich ist ungültig." +"Eventuell konnte der Mauszeiger nicht erfasst werden oder der ausgewählte " +"Bereich ist ungültig." #: translate_tmp.pl:96 msgid "Keyboard could not be grabbed." -msgstr "Tastatur konnte nicht kontrolliert werden" +msgstr "Tastatur konnte nicht erfasst werden." #: translate_tmp.pl:105 msgid "menu" @@ -2352,7 +2355,7 @@ #: translate_tmp.pl:3877 msgid "Change Background Color..." -msgstr "Hintergrundfarbe ändern..." +msgstr "Hintergrundfarbe ändern …" #: translate_tmp.pl:3887 msgid "_Reset to Default" @@ -2376,7 +2379,7 @@ #: translate_tmp.pl:4084 msgid "Edit Preferences..." -msgstr "Eigenschaften bearbeiten..." +msgstr "Eigenschaften bearbeiten …" #: translate_tmp.pl:4227 msgid "Numbering" @@ -2474,27 +2477,27 @@ #: translate_tmp.pl:6162 msgid "Export to _File..." -msgstr "In _Datei exportieren..." +msgstr "In _Datei exportieren …" #: translate_tmp.pl:6164 msgid "Export to File..." -msgstr "In Datei exportieren" +msgstr "In Datei exportieren …" #: translate_tmp.pl:6172 msgid "_Export to SVG..." -msgstr "_Exportieren als SVG..." +msgstr "Als _SVG exportieren …" #: translate_tmp.pl:6174 msgid "Export to SVG..." -msgstr "Exportieren als SVG..." +msgstr "Als SVG exportieren …" #: translate_tmp.pl:6184 msgid "Export to PDF..." -msgstr "Exportieren als PDF..." +msgstr "Als PDF exportieren …" #: translate_tmp.pl:6194 msgid "Export to PostScript..." -msgstr "Exportieren als PostScript..." +msgstr "Als PostScript exportieren …" #: translate_tmp.pl:6265 msgid "Automatic scrolling" @@ -2595,16 +2598,16 @@ #: translate_tmp.pl:6621 msgid "Import from current theme..." -msgstr "Aus dem aktuellen Thema importieren..." +msgstr "Aus dem aktuellen Thema importieren …" #: translate_tmp.pl:6635 msgid "Import from session..." -msgstr "Aus der Sitzung importieren..." +msgstr "Aus der Sitzung importieren …" #: translate_tmp.pl:6646 msgid "Import from filesystem..." -msgstr "Aus Datei..." +msgstr "Aus Dateisystem importieren …" #: translate_tmp.pl:7460 msgid "New text..." -msgstr "Neuer Text..." +msgstr "Neuer Text …" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/el.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/el.po --- shutter-0.92/share/shutter/resources/po/shutter/el.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/el.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/en_CA.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/en_CA.po --- shutter-0.92/share/shutter/resources/po/shutter/en_CA.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/en_CA.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/en_GB.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/en_GB.po --- shutter-0.92/share/shutter/resources/po/shutter/en_GB.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/en_GB.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-12-26 23:33+0000\n" -"Last-Translator: Andi Chandler \n" +"PO-Revision-Date: 2013-08-25 22:59+0000\n" +"Last-Translator: Mario Kemper (Romario) \n" "Language-Team: English (United Kingdom) \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/es.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/es.po --- shutter-0.92/share/shutter/resources/po/shutter/es.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/es.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-12-28 15:28+0000\n" -"Last-Translator: nerjamartin \n" +"PO-Revision-Date: 2013-08-25 22:56+0000\n" +"Last-Translator: Mario Kemper (Romario) \n" "Language-Team: Spanish \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -1734,9 +1734,10 @@ " A. Belén López Garello https://launchpad.net/~belen.lg\n" " A. Emmanuel Mendoza https://launchpad.net/~a.emmanuelmendoza\n" " Aaron Farias https://launchpad.net/~timido\n" -" Adolfo Jayme Barrientos https://launchpad.net/~fitoschido\n" -" Adrián García https://launchpad.net/~adryitan\n" +" Adolfo Jayme https://launchpad.net/~fitojb\n" +" Adrián García https://launchpad.net/~adryitan-deactivatedaccount\n" " Alejandro Del Rincón https://launchpad.net/~alexsp92\n" +" Angel Araya https://launchpad.net/~arayaq\n" " David Rando https://launchpad.net/~david-rando\n" " Diego Aguilera https://launchpad.net/~daguilera110\n" " DiegoJ https://launchpad.net/~diegojromerolopez\n" @@ -1760,14 +1761,13 @@ " Nicolas https://launchpad.net/~nicolas-espina\n" " Paco Molinero https://launchpad.net/~franciscomol\n" " Paulo Guzman https://launchpad.net/~pguzmang\n" -" SmokedIronMade https://launchpad.net/~araujo-francisco\n" +" SmokedIronMade https://launchpad.net/~ironmade\n" " Snake https://launchpad.net/~snake8d2\n" " alakran https://launchpad.net/~alakran-1\n" " hhlp https://launchpad.net/~hhlp-deactivatedaccount\n" " jpangamarca https://launchpad.net/~jpangamarca\n" " juancarlospaco https://launchpad.net/~juancarlospaco\n" -" nerjamartin https://launchpad.net/~nerjamartin\n" -" Ángel Araya https://launchpad.net/~al-arayaq" +" nerjamartin https://launchpad.net/~nerjamartin" #: translate_tmp.pl:34 #: translate_tmp.pl:6033 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/et.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/et.po --- shutter-0.92/share/shutter/resources/po/shutter/et.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/et.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/eu.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/eu.po --- shutter-0.92/share/shutter/resources/po/shutter/eu.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/eu.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-12-18 22:29+0000\n" -"Last-Translator: Mario Kemper (Romario) \n" +"PO-Revision-Date: 2014-09-18 06:46+0000\n" +"Last-Translator: ander goñi \n" "Language-Team: Basque \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -390,7 +390,7 @@ #: translate_tmp.pl:1677 #: translate_tmp.pl:1678 msgid "Start Selection Tool with a customized selection size" -msgstr "" +msgstr "Hasi Hautaketa Tresna pertsonalizatutako hautaketa neurriarekin" #: translate_tmp.pl:1696 msgid "Show help text" @@ -438,6 +438,12 @@ "named ~/.shutter/shape.conf and put custom values in it. The default values " "are stored in %s." msgstr "" +"Shutterrek XShape luzapena erabiltzen du leihoaren forma zehazteko, baina " +"zenbait kasutan ez du funtzionatzen, adib. compizekin.\n" +"Aukera hau aktibatzen denean, Shutterrek parametro finkoak erabiltzen ditu " +"leiho ertzak borobiltzeko. Lehenetsitako parametroak gainidatzi ditzakezu " +"~/.shutter/shape.conf fitxategia sortu eta balio pertsonalizatuak bertan " +"idatziz. Lehenetsitako balioak %s-en gordetzen dira." #: translate_tmp.pl:1795 #: translate_tmp.pl:1796 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/fa.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/fa.po --- shutter-0.92/share/shutter/resources/po/shutter/fa.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/fa.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-12-18 22:28+0000\n" -"Last-Translator: S. Rasul Ataee \n" +"PO-Revision-Date: 2013-10-15 12:38+0000\n" +"Last-Translator: Mahmoud \n" "Language-Team: Persian \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -191,7 +191,7 @@ #: translate_tmp.pl:1134 #: translate_tmp.pl:2981 msgid "Compression" -msgstr "" +msgstr "فشرده‌سازی" #: translate_tmp.pl:1143 #: translate_tmp.pl:1144 @@ -252,7 +252,7 @@ #: translate_tmp.pl:1351 msgid "Delay" -msgstr "" +msgstr "تأخیر" #: translate_tmp.pl:1353 #: translate_tmp.pl:1362 @@ -1650,6 +1650,7 @@ msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" +" Mahmoud https://launchpad.net/~mahmoud1468\n" " S. Rasul Ataee https://launchpad.net/~rasul-ataee\n" " Youhanna Parvizinejad https://launchpad.net/~parvizinejad" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/fi.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/fi.po --- shutter-0.92/share/shutter/resources/po/shutter/fi.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/fi.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:883 msgid "Goo::Canvas/libgoo-canvas-perl needs to be installed for this feature" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/fo.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/fo.po --- shutter-0.92/share/shutter/resources/po/shutter/fo.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/fo.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/fr.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/fr.po --- shutter-0.92/share/shutter/resources/po/shutter/fr.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/fr.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-04-04 08:02+0000\n" +"PO-Revision-Date: 2013-08-25 22:58+0000\n" "Last-Translator: londumas \n" "Language-Team: French \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -1732,7 +1732,7 @@ msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" -" Alban CLERGEOT https://launchpad.net/~alban-clergeot\n" +" Alban CLERGEOT https://launchpad.net/~g33ky\n" " Arnaud Soyez https://launchpad.net/~weboide\n" " ButterflyOfFire https://launchpad.net/~butterflyoffire\n" " Damien Lecan https://launchpad.net/~dlecan\n" @@ -1749,13 +1749,14 @@ " Patrick Fiquet https://launchpad.net/~patrick-fiquet\n" " Philippe Petrinko https://launchpad.net/~philippe-petrinko\n" " Quentin Delfour https://launchpad.net/~qdelfour\n" -" Quentin THEURET https://launchpad.net/~qt-tempo-consulting\n" +" Quentin THEURET @TeMPO Consulting https://launchpad.net/~qt-tempo-" +"consulting\n" " Ronan Jouchet https://launchpad.net/~ronj\n" " Stanislas Michalak https://launchpad.net/~stanislas-michalak\n" " Thibault Févry https://launchpad.net/~thibaultfevry\n" " Traroth https://launchpad.net/~traroth\n" " bouchard renaud https://launchpad.net/~renaud-bouchard\n" -" hardball https://launchpad.net/~slzk-n\n" +" hardball https://launchpad.net/~hardball\n" " londumas https://launchpad.net/~helion331990\n" " magnetik https://launchpad.net/~magnetik\n" " nerjamartin https://launchpad.net/~nerjamartin\n" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/gl.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/gl.po --- shutter-0.92/share/shutter/resources/po/shutter/gl.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/gl.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-02-24 21:27+0000\n" -"Last-Translator: Marcos Lans \n" +"PO-Revision-Date: 2013-08-25 23:02+0000\n" +"Last-Translator: Mario Kemper (Romario) \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" "X-Poedit-Language: Galician\n" #: translate_tmp.pl:476 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/he.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/he.po --- shutter-0.92/share/shutter/resources/po/shutter/he.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/he.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/hi.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/hi.po --- shutter-0.92/share/shutter/resources/po/shutter/hi.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/hi.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,21 +8,21 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-08-14 22:40+0000\n" -"Last-Translator: Mario Kemper (Romario) \n" +"PO-Revision-Date: 2013-12-02 16:57+0000\n" +"Last-Translator: Shubham Rao \n" "Language-Team: Hindi \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 #: translate_tmp.pl:7396 msgid "Profile" -msgstr "प्रोफाइल" +msgstr "रूपरेखा" #: translate_tmp.pl:483 #: translate_tmp.pl:4122 @@ -32,11 +32,13 @@ #: translate_tmp.pl:873 #: translate_tmp.pl:874 msgid "gnome-web-photo needs to be installed for this feature" -msgstr "" +msgstr "इस सुविधा का उपयोग करने के लिए gnome-web-photo संस्थापित होना चहिये।" #: translate_tmp.pl:883 msgid "Goo::Canvas/libgoo-canvas-perl needs to be installed for this feature" msgstr "" +"इस सुविधा का उपयोग करने के लिए Goo::Canvas/libgoo-canvas-perl संस्थापित " +"होना चहिये।" #: translate_tmp.pl:916 msgid "Choose a profile" @@ -88,7 +90,7 @@ #: translate_tmp.pl:1007 #: translate_tmp.pl:2383 msgid "Actions" -msgstr "" +msgstr "कार्रवाई" #: translate_tmp.pl:1014 msgid "Capture" @@ -137,7 +139,7 @@ #: translate_tmp.pl:11326 #, perl-format msgid "Reserved character %s is not allowed to be in a filename." -msgstr "" +msgstr "फ़ाइल के नाम में आरक्षित चरित्र %s का उपयोग अनुमित नहीं है।" #: translate_tmp.pl:1120 msgid "There are several wildcards available, like\n" @@ -248,7 +250,7 @@ #: translate_tmp.pl:1332 #: translate_tmp.pl:1342 msgid "Do not copy anything to clipboard" -msgstr "" +msgstr "क्लिपबोर्ड में कुछ भी कॉपी न करें ।" #: translate_tmp.pl:1351 msgid "Delay" @@ -322,7 +324,7 @@ #: translate_tmp.pl:1514 msgid "Thumbnail" -msgstr "" +msgstr "लघुछवि" #: translate_tmp.pl:1541 #: translate_tmp.pl:1542 @@ -372,7 +374,7 @@ #: translate_tmp.pl:1635 msgid "at" -msgstr "" +msgstr "पर" #: translate_tmp.pl:1669 #: translate_tmp.pl:1670 @@ -1651,7 +1653,8 @@ msgstr "" "Launchpad Contributions:\n" " Mario Kemper (Romario) https://launchpad.net/~mario-kemper\n" -" Ravi Kumar https://launchpad.net/~kumarravi-kumar267" +" Ravi Kumar https://launchpad.net/~kumarravi-kumar267\n" +" Shubham Rao https://launchpad.net/~cshubhamrao" #: translate_tmp.pl:34 #: translate_tmp.pl:6033 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/hr.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/hr.po --- shutter-0.92/share/shutter/resources/po/shutter/hr.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/hr.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,16 +8,16 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-04-15 23:30+0000\n" -"Last-Translator: Paolo Pelesk \n" +"PO-Revision-Date: 2014-04-04 07:49+0000\n" +"Last-Translator: mnovalic \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -524,7 +524,7 @@ #: translate_tmp.pl:1954 #: translate_tmp.pl:1958 msgid "Key/Time Created" -msgstr "" +msgstr "Ključ/Vrijeme kreiranja" #: translate_tmp.pl:1955 msgid "Sort descending by" @@ -739,8 +739,7 @@ #: translate_tmp.pl:2957 msgid "pixel" msgid_plural "pixels" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "piksel" #: translate_tmp.pl:2967 #: translate_tmp.pl:2974 @@ -1676,7 +1675,8 @@ " Mario Kemper (Romario) https://launchpad.net/~mario-kemper\n" " Miro Glavić https://launchpad.net/~klek\n" " Miroslav Matejaš https://launchpad.net/~silverspace+amd64\n" -" Paolo Pelesk https://launchpad.net/~teddx\n" +" Ted Teddy https://launchpad.net/~teddx\n" +" mnovalic https://launchpad.net/~mnovalic\n" " zvacet https://launchpad.net/~ivicakolic" #: translate_tmp.pl:34 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/hu.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/hu.po --- shutter-0.92/share/shutter/resources/po/shutter/hu.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/hu.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-03-05 09:39+0000\n" -"Last-Translator: Fox \n" +"PO-Revision-Date: 2014-09-06 13:43+0000\n" +"Last-Translator: Richard Somlói \n" "Language-Team: Hungarian \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:1458 msgid "Open with" @@ -389,7 +389,7 @@ #: translate_tmp.pl:1677 #: translate_tmp.pl:1678 msgid "Start Selection Tool with a customized selection size" -msgstr "" +msgstr "Kiválasztás eszköz indítása egyéni kiválasztásai mérettel" #: translate_tmp.pl:1696 msgid "Show help text" @@ -1213,7 +1213,7 @@ #: translate_tmp.pl:8713 msgid "S_how main window" -msgstr "" +msgstr "_Főablak megjelenítése" #: translate_tmp.pl:8719 #: translate_tmp.pl:395 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/hy.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/hy.po --- shutter-0.92/share/shutter/resources/po/shutter/hy.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/hy.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/id.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/id.po --- shutter-0.92/share/shutter/resources/po/shutter/id.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/id.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-03-05 06:40+0000\n" -"Last-Translator: dhardiputra \n" +"PO-Revision-Date: 2014-07-19 15:57+0000\n" +"Last-Translator: Rizal Muttaqin \n" "Language-Team: Indonesian \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -435,6 +435,13 @@ "named ~/.shutter/shape.conf and put custom values in it. The default values " "are stored in %s." msgstr "" +"Shutter menggunakan ekstensi XShape untuk menentukan bentuk jendela, akan " +"tetapi hal ini tidak berlaku pada keadaan tertentu, misalnya ketika menjalan " +"compiz.\n" +"Bila pilihan ini diaktifkan, maka Shutter akan menggunakan parameter tetap " +"untuk memutar sudut jendela. Anda dapat menimpa parameter bawaan dengan " +"membuat sebuah berkas bernama ~/.shutter /shape.conf dan menempatkan nilai-" +"nilai gubahan di dalamnya. Nilai bawaan disimpan dalam% s." #: translate_tmp.pl:1795 #: translate_tmp.pl:1796 @@ -621,6 +628,8 @@ "Configure a short timeout to give the Xserver a chance to redraw areas that " "were obscured by Shutter's windows before taking a screenshot." msgstr "" +"Atur timeout pendek untuk memberi kesempatan Xserver menggambar ulang area " +"yang dikaburkan oleh Shutter sebelum mengambil skrinsot." #: translate_tmp.pl:2177 #: translate_tmp.pl:2178 @@ -628,6 +637,8 @@ "You can either choose the system-wide desktop notifications (e.g. Ubuntu's " "Notify-OSD) or Shutter's built-in notification system" msgstr "" +"Anda bisa memilih notifikasi desktop bawaan sistem (misalnya Notifikasi OSD " +"Ubuntu) atau sistem notifikasi bawaan Shutter" #: translate_tmp.pl:2240 msgid "" @@ -946,12 +957,12 @@ #: translate_tmp.pl:5869 msgid "Last action redone" -msgstr "Aksi terakhir telah di-redo" +msgstr "Aksi terakhir telah diulang" #: translate_tmp.pl:5877 #, perl-format msgid "There was an error performing redo on %s." -msgstr "Ada galat ketika melaksanakan redo pada (%s)" +msgstr "Ada galat ketika melaksanakan pengulangan pada (%s)" #: translate_tmp.pl:5911 msgid "No plugin installed" @@ -1103,7 +1114,7 @@ #: translate_tmp.pl:8104 msgid "Please wait while Shutter updates the plugin information" -msgstr "" +msgstr "Mohon tunggu untuk memperbarui informasi plugin Shutter" #: translate_tmp.pl:8246 msgid "Updating upload plugin information" @@ -1111,7 +1122,7 @@ #: translate_tmp.pl:8251 msgid "Please wait while Shutter updates the upload plugin information" -msgstr "" +msgstr "Mohon tunggu untuk mengunggah informasi plugin Shutter" #: translate_tmp.pl:8482 msgid "Capture All Workspaces" @@ -1227,7 +1238,8 @@ "Shutter will wait up to %d seconds for the screenshot to capture before " "aborting the process if it's taking too long" msgstr[0] "" -msgstr[1] "" +"Shutter akan menunggu hingga %d detik untuk mengambil skrinsot sebelum " +"membatalkan prosesnya jika terlalu lama" #: translate_tmp.pl:8911 #: translate_tmp.pl:8912 @@ -1239,7 +1251,8 @@ "Shutter will wait up to %d minutes for the screenshot to capture before " "aborting the process if it's taking too long" msgstr[0] "" -msgstr[1] "" +"Shutter akan menunggu hingga %d menit untuk mengambil skrinsot sebelum " +"membatalkan prosesnya jika terlalu lama" #: translate_tmp.pl:9046 msgid "Host" @@ -1449,6 +1462,9 @@ "enter your credentials in preferences first to make it appear in the list " "above." msgstr "" +"Penting: Jika sebuah plugin mengizinkan hanya pengunggahan yang ber-" +"password, Anda perlu memasukkan informasi login dahulu untuk menampilkannya " +"pada daftar di atas." #: translate_tmp.pl:10462 msgid "Choose account" @@ -1500,7 +1516,8 @@ "Please note: The selected files will be published in a background " "process. You will be notified when the process has finished." msgstr[0] "" -msgstr[1] "" +"Penting: Berkas terpilih akan dipublikasikan dari background process. " +"Anda akan diperingatkan jika selesai." #: translate_tmp.pl:10711 #: translate_tmp.pl:10743 @@ -1527,7 +1544,7 @@ #: translate_tmp.pl:10778 msgid "" "Net::DBus::GLib/libnet-dbus-glib-perl needs to be installed for this feature" -msgstr "" +msgstr "Net::DBus::GLib/libnet-dbus-glib-perl harus diinstal untuk fitur ini" #: translate_tmp.pl:10846 #, perl-format @@ -1677,6 +1694,7 @@ " Muhammad Muhlis https://launchpad.net/~lisnux\n" " Muhammad Rheza Satria TA https://launchpad.net/~muhamad-reza\n" " Pandu Pradana https://launchpad.net/~pandu\n" +" Rizal Muttaqin https://launchpad.net/~sundaralinux\n" " Sarjono Mukti Aji https://launchpad.net/~simukti\n" " Tom Gregory https://launchpad.net/~tom-postnix\n" " dhardiputra https://launchpad.net/~dhardiputra" @@ -1817,7 +1835,7 @@ #: translate_tmp.pl:631 #: translate_tmp.pl:742 msgid "Redo _this screenshot" -msgstr "" +msgstr "Ulangi tangkapan layar_ ini" #: translate_tmp.pl:734 msgid "Run a _Plugin..." @@ -1825,11 +1843,11 @@ #: translate_tmp.pl:37 msgid "Redo" -msgstr "Redo" +msgstr "Ulangi" #: translate_tmp.pl:40 msgid "Redo last screenshot" -msgstr "" +msgstr "Ulang tangkapan layar terakhir" #: translate_tmp.pl:63 #: translate_tmp.pl:46 @@ -1888,7 +1906,7 @@ #: translate_tmp.pl:173 msgid "Select a single menu or cascading menus from any application" -msgstr "" +msgstr "Pilih satu menu atau anak menu dari aplikasi apa pun" #: translate_tmp.pl:190 #: translate_tmp.pl:1101 @@ -1897,7 +1915,7 @@ #: translate_tmp.pl:193 msgid "Capture a tooltip" -msgstr "" +msgstr "Rekam sebuah tooltip" #: translate_tmp.pl:209 msgid "Web" @@ -1913,6 +1931,8 @@ "Set how long Shutter will wait for the screenshot to complete before " "aborting the process if it's taking too long" msgstr "" +"Atur berapa lama Shutter akan menunggu skrinsot diambil sebelum membatalkan " +"prosesnya jika terlalu lama" #: translate_tmp.pl:233 msgid "Edit" @@ -1923,6 +1943,8 @@ "Use the built-in editor to highlight important fragments of your screenshot " "or crop it to a desired size" msgstr "" +"Pakai editor built-in untuk menandai bagian penting skrinsot Anda atau krop " +"sesuai ukuran yang dibutuhkan" #: translate_tmp.pl:243 msgid "Export" @@ -1996,7 +2018,7 @@ #: translate_tmp.pl:87 msgid "Copy this code to clipboard" -msgstr "" +msgstr "Salam kode ini ke clipboard" #: translate_tmp.pl:112 #, perl-format @@ -2005,7 +2027,7 @@ #: translate_tmp.pl:120 msgid "Draw a rectangular area using the mouse." -msgstr "" +msgstr "Gambar wilayah berbentuk persegi dengan tetikus" #: translate_tmp.pl:122 msgid "To take a screenshot, press the Enter key. Press Esc to quit." @@ -2018,23 +2040,23 @@ #: translate_tmp.pl:124 msgid "ctrl + scrollwheel → zoom in/out" -msgstr "" +msgstr "ctrl + scrollwheel → zoom in/out" #: translate_tmp.pl:124 msgid "space → zoom window on/off" -msgstr "" +msgstr "spasi → zoom jendela on/off" #: translate_tmp.pl:124 msgid "cursor keys → move cursor" -msgstr "" +msgstr "tombol panah → gerakkan kursor" #: translate_tmp.pl:124 msgid "cursor keys + alt → move selection" -msgstr "" +msgstr "tombol panah + alt → pindahkan seleksi" #: translate_tmp.pl:124 msgid "cursor keys + ctrl → resize selection" -msgstr "" +msgstr "tombol panah + ctrl → resize seleksi" #: translate_tmp.pl:88 msgid "" @@ -2044,7 +2066,7 @@ #: translate_tmp.pl:96 msgid "Keyboard could not be grabbed." -msgstr "" +msgstr "Kibor tidak dapat ditangkap." #: translate_tmp.pl:105 msgid "menu" @@ -2084,7 +2106,7 @@ #: translate_tmp.pl:116 msgid "No subwindow detected" -msgstr "" +msgstr "Tiada subjendela terdeteksi" #: translate_tmp.pl:117 msgid "" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/it.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/it.po --- shutter-0.92/share/shutter/resources/po/shutter/it.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/it.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-07-03 13:30+0000\n" +"PO-Revision-Date: 2013-08-25 22:59+0000\n" "Last-Translator: Giacomo Moretti \n" "Language-Team: Italian \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" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/ja.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ja.po --- shutter-0.92/share/shutter/resources/po/shutter/ja.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ja.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-08-09 10:23+0000\n" +"PO-Revision-Date: 2013-11-19 13:05+0000\n" "Last-Translator: ub \n" "Language-Team: Japanese\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" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" "X-Poedit-Country: JAPAN\n" "X-Poedit-Language: Japanese\n" @@ -1179,7 +1179,7 @@ #: translate_tmp.pl:8713 msgid "S_how main window" -msgstr "" +msgstr "メインウィンドウを表示(_H)" #: translate_tmp.pl:8719 #: translate_tmp.pl:395 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/kk.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/kk.po --- shutter-0.92/share/shutter/resources/po/shutter/kk.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/kk.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/kn.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/kn.po --- shutter-0.92/share/shutter/resources/po/shutter/kn.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/kn.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/ko.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ko.po --- shutter-0.92/share/shutter/resources/po/shutter/ko.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ko.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-07-30 01:07+0000\n" -"Last-Translator: KimTaeBeom \n" +"PO-Revision-Date: 2013-11-24 03:37+0000\n" +"Last-Translator: Litty \n" "Language-Team: Korean \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -67,7 +67,7 @@ #: translate_tmp.pl:972 msgid "First-launch Behavior" -msgstr "" +msgstr "시작시 작동" #: translate_tmp.pl:979 msgid "Window Preferences" @@ -124,7 +124,7 @@ #: translate_tmp.pl:1070 msgid "Session View" -msgstr "" +msgstr "세션 보기" #: translate_tmp.pl:1078 #: translate_tmp.pl:1953 @@ -141,7 +141,7 @@ #: translate_tmp.pl:1120 msgid "There are several wildcards available, like\n" -msgstr "" +msgstr "몇가지 와일드카드가 사용 가능합니다,\n" #: translate_tmp.pl:1120 msgid "%Y = year\n" @@ -170,15 +170,15 @@ #: translate_tmp.pl:1120 msgid "$name = multi-purpose (e.g. window title)\n" -msgstr "" +msgstr "$name = 다용도 (예:창 제목)\n" #: translate_tmp.pl:1120 msgid "$nb_name = like $name but without blanks in resulting strings\n" -msgstr "" +msgstr "$nb_name = $name 과 비슷하나 공백없이\n" #: translate_tmp.pl:1120 msgid "$profile = name of current profile\n" -msgstr "" +msgstr "$profile = 현재 프로필의 이름\n" #: translate_tmp.pl:1120 msgid "$R = random char (e.g. $RRRR = ag4r)\n" @@ -186,7 +186,7 @@ #: translate_tmp.pl:1120 msgid "%NN = counter" -msgstr "" +msgstr "%NN = 장수" #: translate_tmp.pl:1134 #: translate_tmp.pl:2981 @@ -196,7 +196,7 @@ #: translate_tmp.pl:1143 #: translate_tmp.pl:1144 msgid "Adjust quality/compression value" -msgstr "" +msgstr "품질/압축률 조정" #: translate_tmp.pl:1232 #: translate_tmp.pl:1233 @@ -218,7 +218,7 @@ #: translate_tmp.pl:1251 #: translate_tmp.pl:1252 msgid "Your screenshots will be saved to this directory" -msgstr "" +msgstr "스크린샷이 이 디랙토리에 저장될것 입니다." #: translate_tmp.pl:1261 #: translate_tmp.pl:1264 @@ -266,7 +266,7 @@ #: translate_tmp.pl:1360 msgid "Capture after a delay of" -msgstr "" +msgstr "지연 후 캡쳐" #: translate_tmp.pl:1375 #: translate_tmp.pl:1376 @@ -295,7 +295,7 @@ #: translate_tmp.pl:1460 #: translate_tmp.pl:1461 msgid "Open your screenshot with this program after capturing" -msgstr "" +msgstr "캡쳐후 이 프로그램으로 스크린샷 열기" #: translate_tmp.pl:1472 msgid "16 colors - (4bit) " @@ -317,7 +317,7 @@ #: translate_tmp.pl:1503 #: translate_tmp.pl:1504 msgid "Automatically reduce colors after taking a screenshot" -msgstr "" +msgstr "스크린샷을 찍을때 자동으로 색상수 감소시키기" #: translate_tmp.pl:1514 msgid "Thumbnail" @@ -335,7 +335,7 @@ #: translate_tmp.pl:1556 msgid "Border" -msgstr "" +msgstr "테두리" #: translate_tmp.pl:1558 #: translate_tmp.pl:1641 @@ -344,23 +344,23 @@ #: translate_tmp.pl:1871 #: translate_tmp.pl:7233 msgid "pixels" -msgstr "" +msgstr "픽셀" #: translate_tmp.pl:1560 msgid "Color" -msgstr "" +msgstr "색" #: translate_tmp.pl:1563 #: translate_tmp.pl:1569 #: translate_tmp.pl:1570 msgid "Choose border color" -msgstr "" +msgstr "테두리 색 선택" #: translate_tmp.pl:1565 #: translate_tmp.pl:1566 #: translate_tmp.pl:1567 msgid "Adds a border effect to the screenshot" -msgstr "" +msgstr "스크린샷에 테두리효과 추가" #: translate_tmp.pl:1615 #: translate_tmp.pl:1624 @@ -369,7 +369,7 @@ #: translate_tmp.pl:1633 msgid "Start with selection size of" -msgstr "" +msgstr "정해진 크기로 시작" #: translate_tmp.pl:1635 msgid "at" @@ -386,24 +386,24 @@ #: translate_tmp.pl:1677 #: translate_tmp.pl:1678 msgid "Start Selection Tool with a customized selection size" -msgstr "" +msgstr "지정된 선택크기로 선택도구 시작" #: translate_tmp.pl:1696 msgid "Show help text" -msgstr "" +msgstr "도움말 표시" #: translate_tmp.pl:1705 msgid "Enables the help text" -msgstr "" +msgstr "도움말 활성화" #: translate_tmp.pl:1714 #: translate_tmp.pl:1715 msgid "Include window decoration when capturing a window" -msgstr "" +msgstr "창 캡쳐시 창 장식 포함" #: translate_tmp.pl:1733 msgid "Automatically resize window to" -msgstr "" +msgstr "자동으로 창 크기 조절" #: translate_tmp.pl:1760 #: translate_tmp.pl:1761 @@ -415,10 +415,12 @@ "This method asks the window manager to resize the window. However, the " "window manager may not allow the resize." msgstr "" +"정해진 너비, 높이에 맞추어 창 크기를 자동조절 합니다. 이 방법은 창관리자에게 크기조절을 요청하는데 창 관리자에서 거부될 수 도 " +"있습니다." #: translate_tmp.pl:1777 msgid "Force rounded window corners" -msgstr "" +msgstr "강제 창 구석 다듬기" #: translate_tmp.pl:1786 #, perl-format @@ -431,21 +433,25 @@ "named ~/.shutter/shape.conf and put custom values in it. The default values " "are stored in %s." msgstr "" +"셔터는 XShape 확장기능을 사용해 창의 모양을 확인합니다. 하지만 컴피즈 작동중 또는 몇몇 환경에서 작동하지 않습니다.\n" +"\n" +"이 옵션을 사용하면 고정된 창 구석 둥글기를 사용합니다. ~/.shutter/shape.conf 파일을 만들어서 기본변수를 변경할 수 " +"있습니다. 기본값은 %s에 있습니다." #: translate_tmp.pl:1795 #: translate_tmp.pl:1796 msgid "Select only visible windows" -msgstr "" +msgstr "보이는 창만 선택" #: translate_tmp.pl:1813 msgid "Pre-Capture Delay" -msgstr "" +msgstr "캡쳐 전 지연" #: translate_tmp.pl:1828 #: translate_tmp.pl:1829 #: translate_tmp.pl:1830 msgid "Capture menu/tooltip after a delay of n seconds" -msgstr "" +msgstr "n 초 지연후 메뉴/툴팁 캡쳐" #: translate_tmp.pl:1841 msgid "Ignore possibly wrong type hints" @@ -461,21 +467,21 @@ #: translate_tmp.pl:1858 msgid "Virtual browser width" -msgstr "" +msgstr "가상 브라우저 너비" #: translate_tmp.pl:1880 #: translate_tmp.pl:1881 #: translate_tmp.pl:1882 msgid "Virtual browser width when taking a website screenshot" -msgstr "" +msgstr "웹사이트 스크린샷을 찍을때 가상 브라우저 너비" #: translate_tmp.pl:1893 msgid "Show as check pattern" -msgstr "" +msgstr "체크무늬 보이기" #: translate_tmp.pl:1894 msgid "Show as custom color:" -msgstr "" +msgstr "지정색으로 보이기:" #: translate_tmp.pl:1897 #: translate_tmp.pl:459 @@ -486,26 +492,26 @@ #: translate_tmp.pl:1899 msgid "Show as background" -msgstr "" +msgstr "배경으로 보이기" #: translate_tmp.pl:1925 msgid "Displays any transparent parts of the image in a check pattern" -msgstr "" +msgstr "이미지의 투명한 부분을 체크무늬로 나타내기" #: translate_tmp.pl:1926 msgid "" "Displays any transparent parts of the image in a solid color that you specify" -msgstr "" +msgstr "이미지의 투명한 부분을 사용자가 지정한 단일색으로 나타내기" #: translate_tmp.pl:1927 msgid "" "Displays any transparent parts of the image in the background color of the " "application" -msgstr "" +msgstr "이미지의 투명한 부분을 어플리케이션의 배경색으로 나타내기" #: translate_tmp.pl:1951 msgid "Sort ascending by" -msgstr "" +msgstr "오름차순 정렬" #: translate_tmp.pl:1954 #: translate_tmp.pl:1958 @@ -514,50 +520,49 @@ #: translate_tmp.pl:1955 msgid "Sort descending by" -msgstr "" +msgstr "내림차순 정렬" #: translate_tmp.pl:2017 #: translate_tmp.pl:2018 #: translate_tmp.pl:2019 #: translate_tmp.pl:2020 msgid "Configure sort criteria" -msgstr "" +msgstr "환경설정 정렬 조건" #: translate_tmp.pl:2027 #: translate_tmp.pl:2087 msgid "Start Shutter at login" -msgstr "" +msgstr "로그인시 셔터 실행" #: translate_tmp.pl:2028 #: translate_tmp.pl:2096 msgid "Hide window on first launch" -msgstr "" +msgstr "시작시 창 숨김" #: translate_tmp.pl:2029 #: translate_tmp.pl:2105 msgid "Hide notification icon" -msgstr "" +msgstr "알림 아이콘 숨기기" #: translate_tmp.pl:2031 #: translate_tmp.pl:2114 msgid "Autohide main window when taking a screenshot" -msgstr "" +msgstr "스크린샷을 찍을때 메인 창 자동 숨기기" #: translate_tmp.pl:2032 msgid "Redraw Delay" -msgstr "" +msgstr "다시 그리기 지연" #: translate_tmp.pl:2035 #: translate_tmp.pl:2908 msgid "millisecond" msgid_plural "milliseconds" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "밀리세컨드(1/1000초)" #: translate_tmp.pl:2041 #: translate_tmp.pl:2141 msgid "Present main window after taking a screenshot" -msgstr "" +msgstr "스크린샷후에 메인 창 나타내기" #: translate_tmp.pl:2042 #: translate_tmp.pl:2187 @@ -567,44 +572,44 @@ #: translate_tmp.pl:2044 #: translate_tmp.pl:2150 msgid "Display pop-up notification after taking a screenshot" -msgstr "" +msgstr "스크린샷 찍은후 알림 팝업 나타내기" #: translate_tmp.pl:2045 #: translate_tmp.pl:2159 #: translate_tmp.pl:2168 msgid "Display pop-up notification when using a delay" -msgstr "" +msgstr "지연을 사용할때 알림 팝업 나타내기" #: translate_tmp.pl:2046 msgid "Display pop-up notification when using a pre-capture delay" -msgstr "" +msgstr "캡쳐전 지연 사용시 알림 팝업 나타내기" #: translate_tmp.pl:2048 msgid "Notification agent" -msgstr "" +msgstr "알림 에이전트" #: translate_tmp.pl:2050 msgid "Desktop Notifications" -msgstr "" +msgstr "데스크탑 알림" #: translate_tmp.pl:2051 msgid "Built-In Notifications" -msgstr "" +msgstr "빌트인 알림" #: translate_tmp.pl:2058 #: translate_tmp.pl:2196 msgid "Ask before moving files to trash" -msgstr "" +msgstr "파일을 휴지통으로 옴기기전 묻기" #: translate_tmp.pl:2059 #: translate_tmp.pl:2205 msgid "Move file to trash when closing tab" -msgstr "" +msgstr "탭을 닫을때 파일을 휴지통으로 옴기기" #: translate_tmp.pl:2060 #: translate_tmp.pl:2214 msgid "Notify when file was deleted from filesystem" -msgstr "" +msgstr "파일이 파일시스템에서 삭제되면 알리기" #: translate_tmp.pl:2123 #: translate_tmp.pl:2124 @@ -690,7 +695,7 @@ #: translate_tmp.pl:10604 #: translate_tmp.pl:10606 msgid "Website URL" -msgstr "" +msgstr "웹사이트 URL" #: translate_tmp.pl:2343 #: translate_tmp.pl:4162 @@ -703,7 +708,7 @@ #: translate_tmp.pl:2456 msgid "Image View" -msgstr "" +msgstr "이미지 보기" #: translate_tmp.pl:2477 msgid "Behavior" @@ -719,13 +724,12 @@ #: translate_tmp.pl:2577 msgid "The following plugins are installed" -msgstr "" +msgstr "다음 플러그인들이 설치되었습니다" #: translate_tmp.pl:2957 msgid "pixel" msgid_plural "pixels" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "픽셀" #: translate_tmp.pl:2967 #: translate_tmp.pl:2974 @@ -734,11 +738,11 @@ #: translate_tmp.pl:3051 msgid "Please activate the menu you want to capture" -msgstr "" +msgstr "캡쳐를 원하는 메뉴를 활성화 해주십시오" #: translate_tmp.pl:3054 msgid "Please activate the tooltip you want to capture" -msgstr "" +msgstr "캡쳐를 원하는 툴팁을 활성화 해주십시오" #: translate_tmp.pl:3063 #: translate_tmp.pl:3074 @@ -747,8 +751,7 @@ #, perl-format msgid "Screenshot will be taken in %s second" msgid_plural "Screenshot will be taken in %s seconds" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s 초 후 스크린샷이 찍힙니다" #: translate_tmp.pl:3355 #: translate_tmp.pl:9147 @@ -780,7 +783,7 @@ #: translate_tmp.pl:3987 #, perl-format msgid "Profile %s loaded successfully" -msgstr "" +msgstr "%s 프로필을 성공적으로 불러왓습니다" #: translate_tmp.pl:4016 #: translate_tmp.pl:7240 @@ -794,7 +797,7 @@ #: translate_tmp.pl:4244 msgid "Error while adding the file monitor." -msgstr "" +msgstr "파일 모니터 추가중 오류" #: translate_tmp.pl:4765 msgid "Settings could not be saved!" @@ -823,7 +826,7 @@ #: translate_tmp.pl:5088 #: translate_tmp.pl:7010 msgid "Built-in Editor" -msgstr "" +msgstr "빌트인 에디터" #: translate_tmp.pl:5142 msgid "Account-settings could not be restored!" @@ -855,24 +858,24 @@ #: translate_tmp.pl:5418 #, perl-format msgid "Error while moving the file %s to trash." -msgstr "" +msgstr "%s 파일을 휴지통으로 옴기던중 오류" #: translate_tmp.pl:5424 #, perl-format msgid "Error while removing the file %s from disk." -msgstr "" +msgstr "%s 파일을 디스크에서 제거중 오류" #: translate_tmp.pl:5442 #, perl-format msgid "Are you sure you want to move %s to the trash?" -msgstr "" +msgstr "%s를 휴지통에 버리시겠습니까?" #: translate_tmp.pl:5442 #: translate_tmp.pl:5491 #: translate_tmp.pl:209 #: translate_tmp.pl:710 msgid "Move to _Trash" -msgstr "" +msgstr "휴지통에 버리기(_T)" #: translate_tmp.pl:5456 msgid "deleted" @@ -880,13 +883,13 @@ #: translate_tmp.pl:5491 msgid "Are you sure you want to move the selected files to the trash?" -msgstr "" +msgstr "정말로 선택된 파일을 휴지통으로 버리시겠습니까?" #: translate_tmp.pl:5495 #: translate_tmp.pl:5529 #: translate_tmp.pl:5634 msgid "No screenshots selected" -msgstr "" +msgstr "선택된 스크린샷 없음" #: translate_tmp.pl:5547 msgid "Selected screenshots deleted" @@ -904,7 +907,7 @@ #: translate_tmp.pl:5652 msgid "Selected screenshots removed" -msgstr "" +msgstr "선택된 스크린샷 지워짐" #: translate_tmp.pl:5682 #: translate_tmp.pl:6088 @@ -913,39 +916,39 @@ #: translate_tmp.pl:5698 msgid "There is no image data in the clipboard to paste" -msgstr "" +msgstr "클립보드에 이미지 데이터가 없습니다." #: translate_tmp.pl:5759 msgid "Selected filenames copied to clipboard" -msgstr "" +msgstr "선택된 파일이름이 클립보드로 복사됨" #: translate_tmp.pl:5774 msgid "Selected images copied to clipboard" -msgstr "" +msgstr "선택된 이미지가 클립보드로 복사됨" #: translate_tmp.pl:5821 msgid "Last action undone" -msgstr "" +msgstr "마지막 작업 되돌려짐" #: translate_tmp.pl:5829 #: translate_tmp.pl:5877 #, perl-format msgid "Error while copying last version (%s)." -msgstr "" +msgstr "마지막 버전 (%s) 복사중 오류" #: translate_tmp.pl:5829 #, perl-format msgid "There was an error performing undo on %s." -msgstr "" +msgstr "%s 를 되돌리기 작업중 오류가 발생했습니다." #: translate_tmp.pl:5869 msgid "Last action redone" -msgstr "" +msgstr "마지막 작업 다시실행함" #: translate_tmp.pl:5877 #, perl-format msgid "There was an error performing redo on %s." -msgstr "" +msgstr "%s 를 다시실행중 오류가 발생했습니다." #: translate_tmp.pl:5911 msgid "No plugin installed" @@ -955,11 +958,11 @@ #: translate_tmp.pl:6581 #: translate_tmp.pl:8030 msgid "There was an error determining the filename." -msgstr "" +msgstr "파일이름을 정하는중 오류가 발생했습니다." #: translate_tmp.pl:6473 msgid "Triggered invalid screenshot action." -msgstr "" +msgstr "부적절한 스크린샷 작업이 발동됨" #: translate_tmp.pl:6473 #: translate_tmp.pl:6475 @@ -975,7 +978,7 @@ #: translate_tmp.pl:154 #: translate_tmp.pl:164 msgid "Error while taking the screenshot." -msgstr "" +msgstr "스크린샷을 찍던중 오류발생" #: translate_tmp.pl:6608 #: translate_tmp.pl:134 @@ -986,26 +989,26 @@ #: translate_tmp.pl:6759 #, perl-format msgid "%s saved" -msgstr "" +msgstr "%s 저장됨" #: translate_tmp.pl:6746 #: translate_tmp.pl:6749 #: translate_tmp.pl:6764 msgid "Screenshot saved" -msgstr "" +msgstr "스크린샷 저장됨" #: translate_tmp.pl:6773 #, perl-format msgid "" "The filename %s could not be verified. Maybe it contains unsupported " "characters." -msgstr "" +msgstr "파일명 %s 은 적절하지 않습니다. 지원하지 않는 문자가 포함된것 같습니다." #: translate_tmp.pl:7010 #: translate_tmp.pl:7021 #, perl-format msgid "%s opened with %s" -msgstr "" +msgstr "%s 가 %s 로 열림" #: translate_tmp.pl:7047 msgid "Opened all files with" @@ -1015,37 +1018,36 @@ #: translate_tmp.pl:7109 #, perl-format msgid "Could not apply plugin %s" -msgstr "" +msgstr "플러그인 %s 를 적용할 수 없음" #: translate_tmp.pl:7106 #: translate_tmp.pl:7158 #, perl-format msgid "Successfully applied plugin %s" -msgstr "" +msgstr "플러그인 %s가 성공적으로 적용됨" #: translate_tmp.pl:7161 #, perl-format msgid "Error while executing plugin %s." -msgstr "" +msgstr "플러그인 %s 를 실행하는 중 오류가 발생하였습니다." #: translate_tmp.pl:7161 msgid "There was an error executing the plugin." -msgstr "" +msgstr "플러그인 실행 도중 오류가 발생하였습니다." #: translate_tmp.pl:7242 #, perl-format msgid "%s screenshot" msgid_plural "%s screenshots" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%s 스크린샷" #: translate_tmp.pl:7251 msgid "Current profile" -msgstr "" +msgstr "현제 프로필" #: translate_tmp.pl:7686 msgid "Try to resave the file?" -msgstr "" +msgstr "다시 저장할까요?" #: translate_tmp.pl:7686 #, perl-format @@ -1057,14 +1059,14 @@ #: translate_tmp.pl:189 #, perl-format msgid "Error while saving the image %s." -msgstr "" +msgstr "이미지 %s 를 저장하는동안 오류가 발생했습니다." #: translate_tmp.pl:7715 #: translate_tmp.pl:7781 #: translate_tmp.pl:190 #, perl-format msgid "There was an error saving the image to %s." -msgstr "" +msgstr "이미지를 %s로 저장중 오류가 발생했습니다." #: translate_tmp.pl:7741 #: translate_tmp.pl:10069 @@ -1077,7 +1079,7 @@ #: translate_tmp.pl:7813 #, perl-format msgid "Image %s was deleted from filesystem" -msgstr "" +msgstr "이미지 %s 는 파일시스템에서 삭제되었습니다" #: translate_tmp.pl:7846 #: translate_tmp.pl:62 @@ -1092,23 +1094,23 @@ #: translate_tmp.pl:8099 msgid "Updating plugin information" -msgstr "" +msgstr "플러그인 정보 업데이트중" #: translate_tmp.pl:8104 msgid "Please wait while Shutter updates the plugin information" -msgstr "" +msgstr "플러그인 정보를 업데이트하는동안 잠시만 기다려 주십시오" #: translate_tmp.pl:8246 msgid "Updating upload plugin information" -msgstr "" +msgstr "업로드된 플러그인 정보 업데이트중" #: translate_tmp.pl:8251 msgid "Please wait while Shutter updates the upload plugin information" -msgstr "" +msgstr "업로드된 플러그인 정보를 업데이트하는동안 잠시만 기다려 주십시오" #: translate_tmp.pl:8482 msgid "Capture All Workspaces" -msgstr "" +msgstr "모든 작업공간 캡쳐" #: translate_tmp.pl:8495 msgid "Limit to current monitor" @@ -1125,92 +1127,91 @@ "monitors detected).\n" "Enable it to capture only the current monitor." msgstr[0] "" -msgstr[1] "" +"%d 모니터가 발견되었습니다. 이 옵션은 멀티모니터를 이용하는 시스템에 유용합니다.\n" +"현재 모니터만 캡쳐하기 위해서는 활성화 하십시오." #: translate_tmp.pl:8537 msgid "Active Window" -msgstr "" +msgstr "활성 창" #: translate_tmp.pl:8542 msgid "Capture the last active window" -msgstr "" +msgstr "마지막 활성창을 캡쳐" #: translate_tmp.pl:8585 #: translate_tmp.pl:403 msgid "_Selection" -msgstr "" +msgstr "선택(_S)" #: translate_tmp.pl:8604 #: translate_tmp.pl:429 msgid "_Desktop" -msgstr "" +msgstr "바탕 화면(_D)" #: translate_tmp.pl:8636 msgid "Window _under Cursor" -msgstr "" +msgstr "커서 아래 창(_U)" #: translate_tmp.pl:8649 #: translate_tmp.pl:459 msgid "Select W_indow" -msgstr "" +msgstr "선택 창(_I)" #: translate_tmp.pl:8660 #: translate_tmp.pl:472 msgid "Se_ction" -msgstr "" +msgstr "섹션(_C)" #: translate_tmp.pl:8673 #: translate_tmp.pl:488 msgid "_Menu" -msgstr "" +msgstr "메뉴(_M)" #: translate_tmp.pl:8686 #: translate_tmp.pl:504 msgid "_Tooltip" -msgstr "" +msgstr "툴팁(_T)" #: translate_tmp.pl:8699 #: translate_tmp.pl:522 msgid "_Web" -msgstr "" +msgstr "웹(_W)" #: translate_tmp.pl:8713 msgid "S_how main window" -msgstr "" +msgstr "메인 창 나타내기(_S)" #: translate_tmp.pl:8719 #: translate_tmp.pl:395 msgid "_Redo last screenshot" -msgstr "" +msgstr "마지막 스크린샷 다시찍기(_R)" #: translate_tmp.pl:8730 #: translate_tmp.pl:223 msgid "_Quick profile select" -msgstr "" +msgstr "빠른 프로필 선택(_Q)" #: translate_tmp.pl:8896 msgid "Wait indefinitely" -msgstr "" +msgstr "무기한 기다리기" #: translate_tmp.pl:8897 #: translate_tmp.pl:8898 #, perl-format msgid "Wait max %d second" msgid_plural "Wait max %d seconds" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "최대 %d 초 기다리기" #: translate_tmp.pl:8899 #: translate_tmp.pl:8900 #, perl-format msgid "Wait max %d minute" msgid_plural "Wait max %d minutes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "최대 %d 분 기다리기" #: translate_tmp.pl:8908 msgid "Shutter will wait indefinitely for the screenshot to capture" -msgstr "" +msgstr "셔터가 스크린샷을 찍을때까지 무한정 기다립니다" #: translate_tmp.pl:8909 #: translate_tmp.pl:8910 @@ -1221,8 +1222,7 @@ msgid_plural "" "Shutter will wait up to %d seconds for the screenshot to capture before " "aborting the process if it's taking too long" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "스크린샷을 찍는데 너무 오래걸리면 셔터는 %d 초 까지 기다립니다." #: translate_tmp.pl:8911 #: translate_tmp.pl:8912 @@ -1233,8 +1233,7 @@ msgid_plural "" "Shutter will wait up to %d minutes for the screenshot to capture before " "aborting the process if it's taking too long" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "스크린샷을 찍는데 너무 오래걸리면 셔터는 %d 분 까지 기다립니다." #: translate_tmp.pl:9046 msgid "Host" @@ -1242,15 +1241,15 @@ #: translate_tmp.pl:9113 msgid "Anonymous Upload" -msgstr "" +msgstr "익명 업로드" #: translate_tmp.pl:9120 msgid "Authorized Upload" -msgstr "" +msgstr "권한으로 업로드" #: translate_tmp.pl:9127 msgid "OAuth Upload" -msgstr "" +msgstr "OAuth 업로드" #: translate_tmp.pl:9138 #: translate_tmp.pl:9199 @@ -1281,41 +1280,41 @@ #: translate_tmp.pl:9271 #: translate_tmp.pl:10636 msgid "Ubuntu One" -msgstr "" +msgstr "우분투 원" #: translate_tmp.pl:9280 msgid "Successfully published" -msgstr "" +msgstr "성공적으로 발행됨" #: translate_tmp.pl:9280 #, perl-format msgid "The file %s was successfully published: %s" -msgstr "" +msgstr "파일 %s 는 성공적으로 출판됨: %s" #: translate_tmp.pl:9283 #, perl-format msgid "%s published" -msgstr "" +msgstr "%s 출판됨" #: translate_tmp.pl:9296 msgid "Unpublished" -msgstr "" +msgstr "발행되지 않음" #: translate_tmp.pl:9296 #, perl-format msgid "" "The file %s is no longer published. The external link is not available " "anymore." -msgstr "" +msgstr "파일 %s는 더이상 출판되지 않습니다. 더 이상 외부 링크를 이용할 수 없습니다." #: translate_tmp.pl:9299 #, perl-format msgid "The file %s is no longer published." -msgstr "" +msgstr "파일 %s는 더이상 출판되지 않스빈다." #: translate_tmp.pl:9498 msgid "Rename" -msgstr "" +msgstr "이름 바꾸기" #: translate_tmp.pl:9502 #, perl-format @@ -1340,14 +1339,14 @@ #: translate_tmp.pl:9709 #, perl-format msgid "Error while renaming the image %s." -msgstr "" +msgstr "이미지 %s 를 이름바꾸는 동안 오류가 발생했습니다." #: translate_tmp.pl:9630 #: translate_tmp.pl:9673 #: translate_tmp.pl:9709 #, perl-format msgid "There was an error renaming the image to %s." -msgstr "" +msgstr "이미지를 %s 로 이름바꾸는 동안 오류가 발생했습니다." #: translate_tmp.pl:9639 #: translate_tmp.pl:10099 @@ -1372,7 +1371,7 @@ #: translate_tmp.pl:1639 #, perl-format msgid "An image named %s already exists. Do you want to replace it?" -msgstr "" +msgstr "이미지 이름 %s 이 이미 존재합니다. 덮어쓰시겠습니까?" #: translate_tmp.pl:9709 msgid "Invalid Filename" @@ -1399,7 +1398,7 @@ #: translate_tmp.pl:10200 msgid "_Run" -msgstr "" +msgstr "실행(_R)" #: translate_tmp.pl:10249 msgid "Plugin" @@ -1411,7 +1410,7 @@ #: translate_tmp.pl:10390 msgid "Upload / Export" -msgstr "" +msgstr "업로드 / 내보내기" #: translate_tmp.pl:10394 #: translate_tmp.pl:10646 @@ -1424,7 +1423,7 @@ #: translate_tmp.pl:10426 msgid "OAuth" -msgstr "" +msgstr "OAuth" #: translate_tmp.pl:10459 msgid "" @@ -1446,7 +1445,7 @@ #: translate_tmp.pl:10490 msgid "Status" -msgstr "" +msgstr "상태" #: translate_tmp.pl:10633 msgid "Public hosting" @@ -1458,16 +1457,16 @@ #: translate_tmp.pl:10650 msgid "_Export" -msgstr "" +msgstr "내보내기(_E)" #: translate_tmp.pl:10654 msgid "_Publish" -msgstr "" +msgstr "발행(_P)" #: translate_tmp.pl:10682 #: translate_tmp.pl:164 msgid "Disconnected" -msgstr "" +msgstr "연결 끊어짐" #: translate_tmp.pl:10706 #: translate_tmp.pl:10738 @@ -1502,7 +1501,7 @@ #: translate_tmp.pl:10762 msgid "Ubuntu One service cannot be found." -msgstr "" +msgstr "우분투 원 서비스를 찾을 수 없습니다." #: translate_tmp.pl:10770 msgid "" @@ -1518,7 +1517,7 @@ #: translate_tmp.pl:10846 #, perl-format msgid "Loading module %s" -msgstr "" +msgstr "모듈 %s 로딩중" #: translate_tmp.pl:10859 #, perl-format @@ -1540,14 +1539,14 @@ #: translate_tmp.pl:11082 #: translate_tmp.pl:11159 msgid "Successfully uploaded" -msgstr "" +msgstr "성공적으로 업로드 됨" #: translate_tmp.pl:10967 #: translate_tmp.pl:11082 #: translate_tmp.pl:11159 #, perl-format msgid "The file %s was successfully uploaded." -msgstr "" +msgstr "%s 파일이 성공적으로 업로드 되었습니다." #: translate_tmp.pl:10987 #: translate_tmp.pl:11130 @@ -1568,7 +1567,7 @@ #: translate_tmp.pl:10987 #: translate_tmp.pl:11284 msgid "Retry" -msgstr "" +msgstr "다시 시도" #: translate_tmp.pl:11071 #: translate_tmp.pl:11148 @@ -1578,13 +1577,13 @@ #: translate_tmp.pl:11075 #: translate_tmp.pl:11152 msgid "Successfully exported" -msgstr "" +msgstr "성공적으로 내보냄" #: translate_tmp.pl:11075 #: translate_tmp.pl:11152 #, perl-format msgid "The file %s was successfully exported." -msgstr "" +msgstr "%s 파일을 성공적으로 내보냈습니다." #: translate_tmp.pl:11089 #: translate_tmp.pl:11166 @@ -1594,7 +1593,7 @@ #: translate_tmp.pl:11262 msgid "_Retry" -msgstr "" +msgstr "다시 시도(_R)" #: translate_tmp.pl:11265 #, perl-format @@ -1621,16 +1620,16 @@ #: translate_tmp.pl:11281 msgid "Error while uploading" -msgstr "" +msgstr "업로드 중 오류" #: translate_tmp.pl:11281 #, perl-format msgid "Maximum filesize: %s" -msgstr "" +msgstr "최대 파일 크기: %s" #: translate_tmp.pl:11284 msgid "Error while connecting" -msgstr "" +msgstr "연결중 오류" #: translate_tmp.pl:11298 msgid "Save current preferences as new profile" @@ -1659,9 +1658,11 @@ " Jihui Choi https://launchpad.net/~jihui-choi\n" " Kim MinJIn https://launchpad.net/~aeiou256\n" " KimTaeBeom https://launchpad.net/~jnuktb\n" +" Litty https://launchpad.net/~litty\n" " Mario Kemper (Romario) https://launchpad.net/~mario-kemper\n" " Mike Sierra https://launchpad.net/~ubuntuda\n" " Shin Hungjae https://launchpad.net/~xfp\n" +" Sunil https://launchpad.net/~sodoetha\n" " kmk1290 https://launchpad.net/~kmk1290-deactivatedaccount" #: translate_tmp.pl:34 @@ -1693,37 +1694,37 @@ #: translate_tmp.pl:87 msgid "_Open..." -msgstr "" +msgstr "열기(_O)..." #: translate_tmp.pl:92 msgid "Recent _Files" -msgstr "" +msgstr "최근에 사용한 파일들(_F)" #: translate_tmp.pl:103 msgid "Save _As..." -msgstr "" +msgstr "다른 이름으로 저장(_A)..." #: translate_tmp.pl:114 #: translate_tmp.pl:6182 msgid "E_xport to PDF..." -msgstr "" +msgstr "PDF로 내보내기(_E)..." #: translate_tmp.pl:119 #: translate_tmp.pl:6192 msgid "Export to Post_Script..." -msgstr "" +msgstr "Post Script로 내보내기(_S)...." #: translate_tmp.pl:129 msgid "Page Set_up" -msgstr "" +msgstr "페이지 설정(_U)" #: translate_tmp.pl:136 msgid "_Print..." -msgstr "" +msgstr "인쇄(_P)..." #: translate_tmp.pl:144 msgid "Send by E_mail..." -msgstr "" +msgstr "이메일로 보내기(_M)..." #: translate_tmp.pl:159 msgid "C_lose all" @@ -1732,19 +1733,19 @@ #: translate_tmp.pl:204 #: translate_tmp.pl:705 msgid "Copy _Filename" -msgstr "" +msgstr "파일이름 복사(_F)" #: translate_tmp.pl:246 msgid "Show Navigation _Toolbar" -msgstr "" +msgstr "안내 툴바 보이기(_T)" #: translate_tmp.pl:328 msgid "Get Help Online..." -msgstr "" +msgstr "온라인으로 도움받기..." #: translate_tmp.pl:343 msgid "Translate this Application..." -msgstr "" +msgstr "이 응용 프로그램 번역..." #: translate_tmp.pl:358 msgid "Report a Problem" @@ -1752,16 +1753,16 @@ #: translate_tmp.pl:446 msgid "_Active Window" -msgstr "" +msgstr "활성창(_A)" #: translate_tmp.pl:538 msgid "Import from clip_board" -msgstr "" +msgstr "클립보드에서 가져오기(_B)" #: translate_tmp.pl:558 #: translate_tmp.pl:655 msgid "Open wit_h" -msgstr "" +msgstr "다른 프로그램으로 열기(_H)" #: translate_tmp.pl:565 #: translate_tmp.pl:662 @@ -1771,48 +1772,48 @@ #: translate_tmp.pl:572 #: translate_tmp.pl:669 msgid "_Rename..." -msgstr "" +msgstr "이름 바꾸기(_R)..." #: translate_tmp.pl:581 #: translate_tmp.pl:677 msgid "_Send To..." -msgstr "" +msgstr "보내기(_S)..." #: translate_tmp.pl:590 #: translate_tmp.pl:685 msgid "E_xport..." -msgstr "" +msgstr "내보내기(_X)..." #: translate_tmp.pl:597 #: translate_tmp.pl:691 msgid "Public URLs" -msgstr "" +msgstr "공개 URL" #: translate_tmp.pl:605 #: translate_tmp.pl:718 msgid "_Edit..." -msgstr "" +msgstr "편집(_E)..." #: translate_tmp.pl:622 msgid "Run a _plugin..." -msgstr "" +msgstr "플러그인 실행(_P)..." #: translate_tmp.pl:631 #: translate_tmp.pl:742 msgid "Redo _this screenshot" -msgstr "" +msgstr "이 스크린샷을 다시하기(_T)" #: translate_tmp.pl:734 msgid "Run a _Plugin..." -msgstr "" +msgstr "플러그인 실행(_P)..." #: translate_tmp.pl:37 msgid "Redo" -msgstr "" +msgstr "다시 하기" #: translate_tmp.pl:40 msgid "Redo last screenshot" -msgstr "" +msgstr "마지막 스크린샷 다시하기" #: translate_tmp.pl:63 #: translate_tmp.pl:46 @@ -1828,7 +1829,7 @@ #: translate_tmp.pl:89 msgid "Desktop" -msgstr "" +msgstr "바탕화면" #: translate_tmp.pl:92 msgid "Take a screenshot of your whole desktop" @@ -1863,7 +1864,7 @@ #: translate_tmp.pl:170 #: translate_tmp.pl:1095 msgid "Menu" -msgstr "" +msgstr "메뉴" #: translate_tmp.pl:173 msgid "Select a single menu or cascading menus from any application" @@ -1872,11 +1873,11 @@ #: translate_tmp.pl:190 #: translate_tmp.pl:1101 msgid "Tooltip" -msgstr "" +msgstr "툴팁" #: translate_tmp.pl:193 msgid "Capture a tooltip" -msgstr "" +msgstr "툴팁 캡쳐" #: translate_tmp.pl:209 msgid "Web" @@ -1895,7 +1896,7 @@ #: translate_tmp.pl:233 msgid "Edit" -msgstr "" +msgstr "편집" #: translate_tmp.pl:236 msgid "" @@ -1905,13 +1906,13 @@ #: translate_tmp.pl:243 msgid "Export" -msgstr "" +msgstr "내보내기" #: translate_tmp.pl:246 msgid "" "Upload your images to an image hosting service, FTP site or export them to " "an arbitrary folder" -msgstr "" +msgstr "이미지를 이미지호스팅 서비스, FTP 사이트 또는 임의폴더로 업로드" #: translate_tmp.pl:247 msgid "Show links to previous uploads" @@ -1940,11 +1941,11 @@ #: translate_tmp.pl:167 msgid "Synchronization complete" -msgstr "" +msgstr "동기화 완료" #: translate_tmp.pl:169 msgid "Synchronization in progress..." -msgstr "" +msgstr "동기화중..." #: translate_tmp.pl:62 msgid "Illegal URI." @@ -1973,7 +1974,7 @@ #: translate_tmp.pl:87 msgid "Copy this code to clipboard" -msgstr "" +msgstr "이 코드를 클립보드로 복사" #: translate_tmp.pl:112 #, perl-format @@ -1982,11 +1983,11 @@ #: translate_tmp.pl:120 msgid "Draw a rectangular area using the mouse." -msgstr "" +msgstr "마우스를 이용해 사각형을 그립니다." #: translate_tmp.pl:122 msgid "To take a screenshot, press the Enter key. Press Esc to quit." -msgstr "" +msgstr "스크린샷을 찍으려면 엔터키를 누르세요. 나가려면 Esc." #: translate_tmp.pl:124 msgid "shift/right-click → selection dialog on/off" @@ -1994,7 +1995,7 @@ #: translate_tmp.pl:124 msgid "ctrl + scrollwheel → zoom in/out" -msgstr "" +msgstr "ctrl + scrollwheel → 줌 인/아웃" #: translate_tmp.pl:124 msgid "space → zoom window on/off" @@ -2002,15 +2003,15 @@ #: translate_tmp.pl:124 msgid "cursor keys → move cursor" -msgstr "" +msgstr "cursor keys → 커서 이동" #: translate_tmp.pl:124 msgid "cursor keys + alt → move selection" -msgstr "" +msgstr "cursor keys + alt → 선택 이동" #: translate_tmp.pl:124 msgid "cursor keys + ctrl → resize selection" -msgstr "" +msgstr "cursor keys + ctrl → 선택 크기조절" #: translate_tmp.pl:88 msgid "" @@ -2023,24 +2024,24 @@ #: translate_tmp.pl:105 msgid "menu" -msgstr "" +msgstr "메뉴" #: translate_tmp.pl:107 msgid "tooltip" -msgstr "" +msgstr "툴팁" #: translate_tmp.pl:111 #, perl-format msgid "No window with type %s detected." -msgstr "" +msgstr "%s 형식의 창이 없습니다." #: translate_tmp.pl:119 msgid "There is no last capture that can be redone." -msgstr "" +msgstr "다시할수있는 마지막 캡쳐가 없습니다." #: translate_tmp.pl:127 msgid "The window is no longer available." -msgstr "" +msgstr "창을 더 이상 사용할 수 없습니다." #: translate_tmp.pl:139 #: translate_tmp.pl:145 @@ -2050,7 +2051,7 @@ #: translate_tmp.pl:153 #, perl-format msgid "No window with name pattern %s detected." -msgstr "" +msgstr "%s 의 이름형식을 가진 창을 찾을 수 없습니다." #: translate_tmp.pl:163 #, perl-format @@ -2059,7 +2060,7 @@ #: translate_tmp.pl:116 msgid "No subwindow detected" -msgstr "" +msgstr "감지된 보조 창 없음" #: translate_tmp.pl:117 msgid "" @@ -2073,11 +2074,11 @@ #: translate_tmp.pl:98 msgid "C_apture" -msgstr "" +msgstr "캡쳐(_C)" #: translate_tmp.pl:157 msgid "Workspaces" -msgstr "" +msgstr "작업공간" #: translate_tmp.pl:454 #: translate_tmp.pl:4186 @@ -2087,22 +2088,22 @@ #: translate_tmp.pl:461 #: translate_tmp.pl:462 msgid "Adjust fill color and opacity" -msgstr "" +msgstr "색채우기와 불투명도 조절" #: translate_tmp.pl:468 #: translate_tmp.pl:4206 msgid "Stroke color" -msgstr "" +msgstr "선 색" #: translate_tmp.pl:473 #: translate_tmp.pl:4212 msgid "Choose stroke color" -msgstr "" +msgstr "선 색을 고르세요" #: translate_tmp.pl:475 #: translate_tmp.pl:476 msgid "Adjust stroke color and opacity" -msgstr "" +msgstr "선 색과 불투명도 조절" #: translate_tmp.pl:482 #: translate_tmp.pl:4172 @@ -2136,24 +2137,24 @@ #: translate_tmp.pl:638 msgid "X" -msgstr "" +msgstr "X" #: translate_tmp.pl:652 msgid "Y" -msgstr "" +msgstr "Y" #: translate_tmp.pl:666 #: translate_tmp.pl:4302 msgid "Width" -msgstr "" +msgstr "너비" #: translate_tmp.pl:680 msgid "Height" -msgstr "" +msgstr "높이" #: translate_tmp.pl:705 msgid "_Crop" -msgstr "" +msgstr "자르기(_C)" #: translate_tmp.pl:854 msgid "Click-Drag to scale (try Control to scale uniformly)" @@ -2169,15 +2170,15 @@ #: translate_tmp.pl:868 msgid "Click-Drag to create a new straight line" -msgstr "" +msgstr "직선을 만들기 위해 클릭-드래그" #: translate_tmp.pl:873 msgid "Click-Drag to create a new arrow" -msgstr "" +msgstr "화살표를 만들기 위해 클릭-드래그" #: translate_tmp.pl:878 msgid "Click-Drag to create a new rectangle" -msgstr "" +msgstr "사각형을 만들기 위해 클릭-드래그" #: translate_tmp.pl:883 msgid "Click-Drag to create a new ellipse" @@ -2222,33 +2223,33 @@ #: translate_tmp.pl:1720 msgid "Do you want to save the changed background color?" -msgstr "" +msgstr "변경된 배경색을 저장하시겠습니까?" #: translate_tmp.pl:1721 msgid "" "The background is likely to be transparent if you decide to ignore the " "background color." -msgstr "" +msgstr "배경색 무시를 선택했다면 배경이 투명하게 될 것 입니다." #: translate_tmp.pl:1723 msgid "Save Background Color" -msgstr "" +msgstr "배경색 저장" #: translate_tmp.pl:1726 msgid "_Ignore Background Color" -msgstr "" +msgstr "배경색 무시(_I)" #: translate_tmp.pl:1729 msgid "_Save Background Color" -msgstr "" +msgstr "배경색 저장(_S)" #: translate_tmp.pl:3877 msgid "Change Background Color..." -msgstr "" +msgstr "배경색 변경..." #: translate_tmp.pl:3887 msgid "_Reset to Default" -msgstr "" +msgstr "기본값으로 돌아가기(_R)" #: translate_tmp.pl:3940 msgid "Raise" @@ -2260,11 +2261,11 @@ #: translate_tmp.pl:4055 msgid "Unlock" -msgstr "" +msgstr "잠금 풀기" #: translate_tmp.pl:4059 msgid "Lock" -msgstr "" +msgstr "잠금" #: translate_tmp.pl:4084 msgid "Edit Preferences..." @@ -2272,24 +2273,24 @@ #: translate_tmp.pl:4227 msgid "Numbering" -msgstr "" +msgstr "번호 매기기" #: translate_tmp.pl:4237 msgid "Current value" -msgstr "" +msgstr "현제값" #: translate_tmp.pl:4292 #: translate_tmp.pl:6304 msgid "Arrow" -msgstr "" +msgstr "화살표" #: translate_tmp.pl:4314 msgid "Length" -msgstr "" +msgstr "길이" #: translate_tmp.pl:4326 msgid "Tip length" -msgstr "" +msgstr "팁 길이" #: translate_tmp.pl:4336 msgid "Display an arrow at the end of the line" @@ -2302,7 +2303,7 @@ #: translate_tmp.pl:4365 #: translate_tmp.pl:6304 msgid "Text" -msgstr "" +msgstr "텍스트" #: translate_tmp.pl:4404 msgid "Font color" @@ -2314,7 +2315,7 @@ #: translate_tmp.pl:4432 msgid "Use selected font" -msgstr "" +msgstr "선택한 글꼴 사용" #: translate_tmp.pl:4438 msgid "Use selected font color" @@ -2322,23 +2323,23 @@ #: translate_tmp.pl:6035 msgid "_Tools" -msgstr "" +msgstr "도구(_T)" #: translate_tmp.pl:6042 msgid "Undo last action" -msgstr "" +msgstr "마지막 작업 되돌림" #: translate_tmp.pl:6053 msgid "Do again the last undone action" -msgstr "" +msgstr "마지막 되돌리기 한 것을 원래도 돌리기" #: translate_tmp.pl:6064 msgid "Copy selection to clipboard" -msgstr "" +msgstr "선택한것을 클립보드로 복사" #: translate_tmp.pl:6078 msgid "Cut selection to clipboard" -msgstr "" +msgstr "선택된부분을 잘라서 클립보드에 보관" #: translate_tmp.pl:6093 msgid "Paste objects from clipboard" @@ -2346,47 +2347,47 @@ #: translate_tmp.pl:6103 msgid "Delete current object" -msgstr "" +msgstr "현재 개체 지우기" #: translate_tmp.pl:6113 msgid "Clear canvas" -msgstr "" +msgstr "캔버스 비우기" #: translate_tmp.pl:6134 msgid "Abort current mode" -msgstr "" +msgstr "현재 모드 중단" #: translate_tmp.pl:6144 msgid "Close this window" -msgstr "" +msgstr "이 창 닫기" #: translate_tmp.pl:6154 msgid "Save image" -msgstr "" +msgstr "이미지 저장" #: translate_tmp.pl:6162 msgid "Export to _File..." -msgstr "" +msgstr "파일로 내보내기(_F)..." #: translate_tmp.pl:6164 msgid "Export to File..." -msgstr "" +msgstr "파일로 내보내기..." #: translate_tmp.pl:6172 msgid "_Export to SVG..." -msgstr "" +msgstr "SVG로 내보내기(_E)..." #: translate_tmp.pl:6174 msgid "Export to SVG..." -msgstr "" +msgstr "SVG로 내보내기" #: translate_tmp.pl:6184 msgid "Export to PDF..." -msgstr "" +msgstr "PDF로 내보내기..." #: translate_tmp.pl:6194 msgid "Export to PostScript..." -msgstr "" +msgstr "PostScript로 내보내기..." #: translate_tmp.pl:6265 msgid "Automatic scrolling" @@ -2394,7 +2395,7 @@ #: translate_tmp.pl:6304 msgid "Select" -msgstr "" +msgstr "선택" #: translate_tmp.pl:6304 msgid "Select item to move or resize it" @@ -2402,47 +2403,47 @@ #: translate_tmp.pl:6304 msgid "Freehand" -msgstr "" +msgstr "자유 그리기" #: translate_tmp.pl:6304 msgid "Draw a freehand line" -msgstr "" +msgstr "자유선 그리기" #: translate_tmp.pl:6304 msgid "Highlighter" -msgstr "" +msgstr "하이라이터" #: translate_tmp.pl:6304 msgid "Line" -msgstr "" +msgstr "선" #: translate_tmp.pl:6304 msgid "Draw a straight line" -msgstr "" +msgstr "직선 그리기" #: translate_tmp.pl:6304 msgid "Draw an arrow" -msgstr "" +msgstr "화살표 그리기" #: translate_tmp.pl:6304 msgid "Rectangle" -msgstr "" +msgstr "사각형" #: translate_tmp.pl:6304 msgid "Draw a rectangle" -msgstr "" +msgstr "사각형 그리기" #: translate_tmp.pl:6304 msgid "Ellipse" -msgstr "" +msgstr "타원" #: translate_tmp.pl:6304 msgid "Draw a ellipse" -msgstr "" +msgstr "타원 그리기" #: translate_tmp.pl:6304 msgid "Add some text to the screenshot" -msgstr "" +msgstr "스크린샷에 텍스트 추가하기" #: translate_tmp.pl:6304 msgid "Censor" @@ -2454,7 +2455,7 @@ #: translate_tmp.pl:6304 msgid "Pixelize" -msgstr "" +msgstr "픽셀화" #: translate_tmp.pl:6304 msgid "Pixelize selected areas of your screenshot to hide private data" @@ -2462,7 +2463,7 @@ #: translate_tmp.pl:6304 msgid "Number" -msgstr "" +msgstr "번호" #: translate_tmp.pl:6304 msgid "Add an auto-increment shape to the screenshot" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/lt.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/lt.po --- shutter-0.92/share/shutter/resources/po/shutter/lt.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/lt.po 2016-01-10 09:02:05.000000000 +0000 @@ -17,8 +17,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "(n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/lv.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/lv.po --- shutter-0.92/share/shutter/resources/po/shutter/lv.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/lv.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/ms.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ms.po --- shutter-0.92/share/shutter/resources/po/shutter/ms.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ms.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/nb.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/nb.po --- shutter-0.92/share/shutter/resources/po/shutter/nb.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/nb.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-07-30 01:08+0000\n" -"Last-Translator: OttifantSir \n" +"PO-Revision-Date: 2014-04-22 23:09+0000\n" +"Last-Translator: Harald H. \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -390,7 +390,7 @@ #: translate_tmp.pl:1677 #: translate_tmp.pl:1678 msgid "Start Selection Tool with a customized selection size" -msgstr "" +msgstr "Start markeringsverktøyet med en tilpasset markeringsstørrelse" #: translate_tmp.pl:1696 msgid "Show help text" @@ -1212,7 +1212,7 @@ #: translate_tmp.pl:8713 msgid "S_how main window" -msgstr "" +msgstr "_Vis hovedvindu" #: translate_tmp.pl:8719 #: translate_tmp.pl:395 @@ -1723,11 +1723,13 @@ "Launchpad Contributions:\n" " Anders Øyvind Urke-Sætre https://launchpad.net/~andersoyvind\n" " Espen Meidell https://launchpad.net/~espen-meidell\n" +" Harald H. https://launchpad.net/~haarektrans\n" " Kenneth Langdalen https://launchpad.net/~spam-klnetworks\n" " Kimme Utsi https://launchpad.net/~kimme\n" " Kjetil Birkeland Moe https://launchpad.net/~kjetilbmoe\n" " Mario Kemper (Romario) https://launchpad.net/~mario-kemper\n" " OttifantSir https://launchpad.net/~ottifantsir\n" +" Thomas Hovland https://launchpad.net/~naglfar\n" " Wolven https://launchpad.net/~wolvix\n" " kamannen https://launchpad.net/~kamannen" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/nl.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/nl.po --- shutter-0.92/share/shutter/resources/po/shutter/nl.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/nl.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-01-01 07:20+0000\n" +"PO-Revision-Date: 2014-04-25 10:41+0000\n" "Last-Translator: rob \n" "Language-Team: Dutch \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -42,19 +42,19 @@ #: translate_tmp.pl:916 msgid "Choose a profile" -msgstr "Kies een profiel" +msgstr "Selecteer een profiel" #: translate_tmp.pl:932 msgid "Save configuration as profile" -msgstr "Sla configuratie op als profiel" +msgstr "Configuratie opslaan als profiel" #: translate_tmp.pl:942 msgid "Delete profile" -msgstr "Verwijder profiel" +msgstr "Profiel verwijderen" #: translate_tmp.pl:951 msgid "Load the selected profile's configuration" -msgstr "Laad configuratie van geselecteerd profiel" +msgstr "Configuratie van geselecteerd profiel laden" #: translate_tmp.pl:958 #: translate_tmp.pl:1231 @@ -65,7 +65,7 @@ #: translate_tmp.pl:965 msgid "Save" -msgstr "Sla op" +msgstr "Opslaan" #: translate_tmp.pl:972 msgid "First-launch Behavior" @@ -226,32 +226,32 @@ #: translate_tmp.pl:1261 #: translate_tmp.pl:1264 msgid "Browse for save folder every time" -msgstr "Blader elke keer naar bewaarmap" +msgstr "Elke keer naar bewaarmap bladeren" #: translate_tmp.pl:1266 #: translate_tmp.pl:1269 msgid "Do not save file automatically" -msgstr "Sla bestand niet automatisch op" +msgstr "Bestand niet automatisch opslaan" #: translate_tmp.pl:1271 #: translate_tmp.pl:1274 msgid "Automatically save file" -msgstr "Sla bestand automatisch op" +msgstr "Bestand automatisch opslaan" #: translate_tmp.pl:1298 #: translate_tmp.pl:1308 msgid "Automatically copy screenshot to clipboard" -msgstr "Kopieer schermafdruk automatisch naar het klembord" +msgstr "Schermafdruk automatisch naar het klembord kopiëren" #: translate_tmp.pl:1315 #: translate_tmp.pl:1325 msgid "Automatically copy filename to clipboard" -msgstr "Kopieer bestandsnaam automatisch naar het klembord" +msgstr "Bestandsnaam automatisch naar het klembord kopiëren" #: translate_tmp.pl:1332 #: translate_tmp.pl:1342 msgid "Do not copy anything to clipboard" -msgstr "Kopieer niets naar het klembord" +msgstr "Niets naar het klembord kopiëren" #: translate_tmp.pl:1351 msgid "Delay" @@ -283,13 +283,13 @@ #: translate_tmp.pl:1392 msgid "Include Cursor" -msgstr "Voeg muisaanwijzer in" +msgstr "Muisaanwijzer toevoegen" #: translate_tmp.pl:1393 #: translate_tmp.pl:1399 #: translate_tmp.pl:1400 msgid "Include cursor when taking a screenshot" -msgstr "Voeg muisaanwijzer in in de schermafdruk" +msgstr "Muisaanwijzer toevoegen aan de schermafdruk" #: translate_tmp.pl:1458 msgid "Open with" @@ -315,18 +315,18 @@ #: translate_tmp.pl:1501 msgid "Reduce colors" -msgstr "Verminder aantal kleuren" +msgstr "Aantal kleuren verminderen" #: translate_tmp.pl:1502 #: translate_tmp.pl:1503 #: translate_tmp.pl:1504 msgid "Automatically reduce colors after taking a screenshot" msgstr "" -"Verminder aantal kleuren automatisch na het maken van een schermafdruk" +"Vermindert het aantal kleuren automatisch na het maken van een schermafdruk" #: translate_tmp.pl:1514 msgid "Thumbnail" -msgstr "Miniatuur" +msgstr "Miniatuurafbeelding" #: translate_tmp.pl:1541 #: translate_tmp.pl:1542 @@ -335,8 +335,9 @@ "Generate thumbnail too.\n" "select the percentage of the original size for the thumbnail to be" msgstr "" -"Genereer tevens een miniatuurweergave.\n" -"kies het percentage van het origineel voor de afmeting van de miniatuur" +"Genereer tevens een miniatuurafbeelding.\n" +"kies het percentage van het origineel voor de afmeting van de " +"miniatuurafbeelding" #: translate_tmp.pl:1556 msgid "Border" @@ -349,7 +350,7 @@ #: translate_tmp.pl:1871 #: translate_tmp.pl:7233 msgid "pixels" -msgstr "beeldpunten" +msgstr "pixels" #: translate_tmp.pl:1560 msgid "Color" @@ -370,7 +371,7 @@ #: translate_tmp.pl:1615 #: translate_tmp.pl:1624 msgid "Enable zoom window" -msgstr "Schakel zoomvenster in" +msgstr "Venster zoomen inschakelen" #: translate_tmp.pl:1633 msgid "Start with selection size of" @@ -395,11 +396,11 @@ #: translate_tmp.pl:1696 msgid "Show help text" -msgstr "Toon helptekst" +msgstr "Helptekst tonen" #: translate_tmp.pl:1705 msgid "Enables the help text" -msgstr "Schakelt de help-tekst in" +msgstr "Schakelt de helptekst in" #: translate_tmp.pl:1714 #: translate_tmp.pl:1715 @@ -408,7 +409,7 @@ #: translate_tmp.pl:1733 msgid "Automatically resize window to" -msgstr "Pas venstergrootte automatisch aan naar" +msgstr "Venstergrootte automatisch aanpassen naar" #: translate_tmp.pl:1760 #: translate_tmp.pl:1761 @@ -465,7 +466,7 @@ #: translate_tmp.pl:1841 msgid "Ignore possibly wrong type hints" -msgstr "Negeer mogelijk foute typetips" +msgstr "Mogelijk foute hints negeren" #: translate_tmp.pl:1842 msgid "" @@ -474,10 +475,9 @@ "correctly set. By enabling this option Shutter will not insist on the " "requested type hint." msgstr "" -"De typehint-constanten definiëren hints voor het vensterbeheer waarmee een " -"indicatie gegeven word welke functie een venster heeft. Soms zijn deze " -"typehints niet correct opgegeven. Door deze optie in te schakelen zal " -"Shutter niet op de opgevraagde typehint aandringen." +"Dit zijn hints van het vensterbeheer die aangeven welke functie een venster " +"heeft. Soms zijn deze hints niet correct ingesteld. Door deze optie in te " +"schakelen zal Shutter de hints niet weergeven." #: translate_tmp.pl:1858 msgid "Virtual browser width" @@ -626,7 +626,7 @@ #: translate_tmp.pl:2059 #: translate_tmp.pl:2205 msgid "Move file to trash when closing tab" -msgstr "Verplaats bestand naar prullenbak bij het sluiten van tabblad" +msgstr "Bestand naar prullenbak verplaatsen bij het sluiten van tabblad" #: translate_tmp.pl:2060 #: translate_tmp.pl:2214 @@ -661,10 +661,9 @@ "your credentials above. Plugins with OAuth support are configured " "automatically the first time you use them." msgstr "" -"Let op: Wanneer een invoegtoepassing geautoriseerd uploaden toestaat " -"dan kunt u uw gegevens hierboven invoeren. Invoegtoepassingen die OAuth " -"ondersteunen worden automatisch geconfigureerd wanneer u ze voor de eerste " -"keer gebruikt." +"Let op: Wanneer een plug-in geautoriseerd uploaden toestaat dan kunt " +"u uw gegevens hierboven invoeren. Plug-ins die OAuth ondersteunen worden " +"automatisch geconfigureerd wanneer u ze voor de eerste keer gebruikt." #: translate_tmp.pl:2243 #: translate_tmp.pl:10547 @@ -753,11 +752,11 @@ #: translate_tmp.pl:2575 msgid "Plugins" -msgstr "Invoegtoepassingen" +msgstr "Plug-ins" #: translate_tmp.pl:2577 msgid "The following plugins are installed" -msgstr "De volgende invoegtoepassingen zijn geïnstalleerd" +msgstr "De volgende plug-ins zijn geïnstalleerd" #: translate_tmp.pl:2957 msgid "pixel" @@ -832,7 +831,7 @@ #: translate_tmp.pl:4244 msgid "Error while adding the file monitor." -msgstr "Fout bij het toevoegen van de bestandsobservator" +msgstr "Fout bij het toevoegen van de bestandsobservatie." #: translate_tmp.pl:4765 msgid "Settings could not be saved!" @@ -989,7 +988,7 @@ #: translate_tmp.pl:5911 msgid "No plugin installed" -msgstr "Geen invoegtoepassing geïnstalleerd" +msgstr "Er zijn geen plug-ins geïnstalleerd" #: translate_tmp.pl:6170 #: translate_tmp.pl:6581 @@ -1057,22 +1056,22 @@ #: translate_tmp.pl:7109 #, perl-format msgid "Could not apply plugin %s" -msgstr "Kon invoegtoepassing %s niet toepassen" +msgstr "Kon plug-in %s niet toepassen" #: translate_tmp.pl:7106 #: translate_tmp.pl:7158 #, perl-format msgid "Successfully applied plugin %s" -msgstr "Invoegtoepassing %s succesvol toegepast" +msgstr "Plug-in %s succesvol toegepast" #: translate_tmp.pl:7161 #, perl-format msgid "Error while executing plugin %s." -msgstr "Fout bij het uitvoeren van invoegtoepassing %s." +msgstr "Fout bij het uitvoeren van plug-in %s." #: translate_tmp.pl:7161 msgid "There was an error executing the plugin." -msgstr "Er is een fout opgetreden bij het uitvoeren van de invoegtoepassing." +msgstr "Er is een fout opgetreden bij het uitvoeren van de plug-in." #: translate_tmp.pl:7242 #, perl-format @@ -1134,19 +1133,19 @@ #: translate_tmp.pl:8099 msgid "Updating plugin information" -msgstr "Invoegtoepassingsinformatie wordt bijgewerkt" +msgstr "Plug-ininformatie bijwerken" #: translate_tmp.pl:8104 msgid "Please wait while Shutter updates the plugin information" -msgstr "Even geduld, de invoegtoepassingsinformatie wordt bijgewerkt" +msgstr "Even geduld, de plug-ininformatie wordt bijgewerkt" #: translate_tmp.pl:8246 msgid "Updating upload plugin information" -msgstr "Uploadinvoegtoepassingsinformatie bijwerken" +msgstr "Uploadplug-ininformatie bijwerken" #: translate_tmp.pl:8251 msgid "Please wait while Shutter updates the upload plugin information" -msgstr "Even geduld, de uploadinvoegtoepassingsinformatie wordt bijgewerkt" +msgstr "Even geduld, de uploadplug-ininformatie wordt bijgewerkt" #: translate_tmp.pl:8482 msgid "Capture All Workspaces" @@ -1458,7 +1457,7 @@ #: translate_tmp.pl:10195 msgid "Choose a plugin" -msgstr "Kies een invoegtoepassing" +msgstr "Kies een plug-in" #: translate_tmp.pl:10200 msgid "_Run" @@ -1466,11 +1465,11 @@ #: translate_tmp.pl:10249 msgid "Plugin" -msgstr "Invoegtoepassing" +msgstr "Plug-in" #: translate_tmp.pl:10339 msgid "No plugin specified" -msgstr "Geen invoegtoepassing opgegeven" +msgstr "Geen plug-in opgegeven" #: translate_tmp.pl:10390 msgid "Upload / Export" @@ -1505,9 +1504,9 @@ "enter your credentials in preferences first to make it appear in the list " "above." msgstr "" -"Let op: Wanneer een invoegtoepassing alleen geautoriseerd uploaden " -"toestaat dan dient u eerst uw gegevens in de voorkeuren in te voeren, om " -"deze zichtbaar te maken in de lijst hierboven." +"Let op: Wanneer een plug-in alleen geautoriseerd uploaden toestaat " +"dan dient u eerst uw gegevens in de voorkeuren in te voeren, om deze " +"zichtbaar te maken in de lijst hierboven." #: translate_tmp.pl:10462 msgid "Choose account" @@ -1608,12 +1607,11 @@ #: translate_tmp.pl:10859 #, perl-format msgid "Error while executing upload plugin %s." -msgstr "Fout bij het uitvoeren van uploadinvoegtoepassing %s." +msgstr "Fout bij het uitvoeren van uploadplug-in %s." #: translate_tmp.pl:10859 msgid "There was an error executing the upload plugin." -msgstr "" -"Er is een fout opgetreden bij het uitvoeren van de uploadinvoegtoepassing." +msgstr "Er is een fout opgetreden bij het uitvoeren van de uploadplug-in." #: translate_tmp.pl:10892 #: translate_tmp.pl:10963 @@ -1721,7 +1719,7 @@ #: translate_tmp.pl:11298 msgid "Save current preferences as new profile" -msgstr "Sla de huidige voorkeuren op als nieuw profiel" +msgstr "De huidige voorkeuren opslaan als nieuw profiel" #: translate_tmp.pl:11300 msgid "New profile name" @@ -1750,10 +1748,10 @@ " Olaf https://launchpad.net/~olaf-sep01\n" " Pascal De Vuyst https://launchpad.net/~pascal-devuyst\n" " Simeon Visser https://launchpad.net/~svisser\n" -" Steven Avonds https://launchpad.net/~steven-avonds\n" " Steven De Baets https://launchpad.net/~stevendebaets\n" +" StevenA https://launchpad.net/~steven-avonds\n" " UndiFineD https://launchpad.net/~k.dejong\n" -" Vistaus https://launchpad.net/~djmusic121\n" +" Vistaus https://launchpad.net/~vistaus\n" " Ward Muylaert https://launchpad.net/~ward-muylaert\n" " Willem Ligtenberg https://launchpad.net/~wligtenberg\n" " cumulus007 https://launchpad.net/~cumulus-007\n" @@ -1855,7 +1853,7 @@ #: translate_tmp.pl:538 msgid "Import from clip_board" -msgstr "Importeer vanuit klem_bord" +msgstr "Importeren vanuit klem_bord" #: translate_tmp.pl:558 #: translate_tmp.pl:655 @@ -1894,7 +1892,7 @@ #: translate_tmp.pl:622 msgid "Run a _plugin..." -msgstr "Voer een invoeg_toepassing uit..." +msgstr "Een _plug-in uitvoeren..." #: translate_tmp.pl:631 #: translate_tmp.pl:742 @@ -1903,7 +1901,7 @@ #: translate_tmp.pl:734 msgid "Run a _Plugin..." -msgstr "Voer een Invoeg_toepassingen uit..." +msgstr "Een _plug-in uitvoeren..." #: translate_tmp.pl:37 msgid "Redo" @@ -1937,7 +1935,7 @@ #: translate_tmp.pl:93 msgid "Capture a specific workspace" -msgstr "Maak een opname van een bepaald werkblad" +msgstr "Opname maken van een bepaald werkblad" #: translate_tmp.pl:131 msgid "Window" @@ -1945,7 +1943,7 @@ #: translate_tmp.pl:134 msgid "Select a window with your mouse" -msgstr "Kies een venster met uw muis" +msgstr "Selecteer een venster met uw muis" #: translate_tmp.pl:135 msgid "Take a screenshot of a specific window" @@ -2109,7 +2107,7 @@ #: translate_tmp.pl:124 msgid "space → zoom window on/off" -msgstr "spatie → zoomvenster aan/uit" +msgstr "spatie → venster zoomen aan/uit" #: translate_tmp.pl:124 msgid "cursor keys → move cursor" @@ -2249,7 +2247,7 @@ #: translate_tmp.pl:617 #: translate_tmp.pl:618 msgid "Insert an arbitrary object or file" -msgstr "Voeg een willekeurig object of bestand toe" +msgstr "Een willekeurig object of bestand invoegen" #: translate_tmp.pl:638 msgid "X" @@ -2275,11 +2273,11 @@ #: translate_tmp.pl:854 msgid "Click-Drag to scale (try Control to scale uniformly)" msgstr "" -"Klik-Sleep om te schalen (probeer Control om in verhoudingen te schalen)" +"Klik en sleep om te schalen (probeer Control om in verhouding te schalen)" #: translate_tmp.pl:857 msgid "Click-Drag to resize the canvas" -msgstr "Klik-Sleep om de grootte van het canvas aan te passen" +msgstr "Klik en sleep om de grootte van het canvas aan te passen" #: translate_tmp.pl:863 msgid "Click to paint (try Control or Shift for a straight line)" @@ -2288,23 +2286,23 @@ #: translate_tmp.pl:868 msgid "Click-Drag to create a new straight line" -msgstr "Klik-Sleep om een nieuwe rechte lijn te maken" +msgstr "Klik en sleep om een nieuwe rechte lijn te maken" #: translate_tmp.pl:873 msgid "Click-Drag to create a new arrow" -msgstr "Klik-Sleep om een nieuwe pijl te maken" +msgstr "Klik en sleep om een nieuwe pijl te maken" #: translate_tmp.pl:878 msgid "Click-Drag to create a new rectangle" -msgstr "Klik-Sleep om een nieuwe rechthoek te maken" +msgstr "Klik en sleep om een nieuwe rechthoek te maken" #: translate_tmp.pl:883 msgid "Click-Drag to create a new ellipse" -msgstr "Klik-Sleep om een nieuwe ellips te maken" +msgstr "Klik en sleep om een nieuwe ellips te maken" #: translate_tmp.pl:888 msgid "Click-Drag to add a new text area" -msgstr "Klik-Sleep om een nieuw tekstveld toe te voegen" +msgstr "Klik en sleep om een nieuw tekstveld toe te voegen" #: translate_tmp.pl:893 msgid "Click to censor (try Control or Shift for a straight line)" @@ -2313,7 +2311,7 @@ #: translate_tmp.pl:898 msgid "Click-Drag to create a pixelized region" -msgstr "Klik-Sleep om een gebied van grove pixels te creëren" +msgstr "Klik en sleep om een gebied van grove pixels te creëren" #: translate_tmp.pl:903 msgid "Click to add an auto-increment shape" @@ -2473,7 +2471,7 @@ #: translate_tmp.pl:6103 msgid "Delete current object" -msgstr "Verwijder huidige object" +msgstr "Huidige object verwijderen" #: translate_tmp.pl:6113 msgid "Clear canvas" @@ -2569,7 +2567,7 @@ #: translate_tmp.pl:6304 msgid "Add some text to the screenshot" -msgstr "Voeg tekst toe aan de schermafdruk" +msgstr "Tekst toevoegen aan de schermafdruk" #: translate_tmp.pl:6304 msgid "Censor" @@ -2595,7 +2593,7 @@ #: translate_tmp.pl:6304 msgid "Add an auto-increment shape to the screenshot" -msgstr "Voeg een automatisch groter wordende vorm toe aan de schermafdruk" +msgstr "Een automatisch groter wordende vorm toevoegen aan de schermafdruk" #: translate_tmp.pl:6304 msgid "Crop" @@ -2612,15 +2610,15 @@ #: translate_tmp.pl:6621 msgid "Import from current theme..." -msgstr "Importeer vanuit het huidige thema" +msgstr "Importeren vanuit het huidige thema…" #: translate_tmp.pl:6635 msgid "Import from session..." -msgstr "Importeer vanuit sessie..." +msgstr "Importeren vanuit sessie…" #: translate_tmp.pl:6646 msgid "Import from filesystem..." -msgstr "Importeer vanuit bestandssysteem..." +msgstr "Importeren vanuit bestandssysteem…" #: translate_tmp.pl:7460 msgid "New text..." diff -Nru shutter-0.92/share/shutter/resources/po/shutter/nn.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/nn.po --- shutter-0.92/share/shutter/resources/po/shutter/nn.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/nn.po 2016-01-10 09:02:05.000000000 +0000 @@ -9,14 +9,14 @@ "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" "PO-Revision-Date: 2011-03-26 03:31+0000\n" -"Last-Translator: Kjetil Birkeland Moe \n" +"Last-Translator: Kjetil Birkeland Moe \n" "Language-Team: Norwegian Nynorsk \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/oc.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/oc.po --- shutter-0.92/share/shutter/resources/po/shutter/oc.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/oc.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/pl.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/pl.po --- shutter-0.92/share/shutter/resources/po/shutter/pl.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/pl.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,7 +8,7 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-01-16 16:14+0000\n" +"PO-Revision-Date: 2013-08-25 22:58+0000\n" "Last-Translator: Grzegorz K \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" @@ -16,8 +16,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/pt_BR.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/pt_BR.po --- shutter-0.92/share/shutter/resources/po/shutter/pt_BR.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/pt_BR.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-12-30 14:09+0000\n" -"Last-Translator: Adriano Steffler \n" +"PO-Revision-Date: 2013-08-25 23:03+0000\n" +"Last-Translator: Mario Kemper (Romario) \n" "Language-Team: Brazilian Portuguese \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -1730,7 +1730,7 @@ msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" -" Adolfo Jayme Barrientos https://launchpad.net/~fitoschido\n" +" Adolfo Jayme https://launchpad.net/~fitojb\n" " Adriano Steffler https://launchpad.net/~adrianosteffler\n" " Airton https://launchpad.net/~airjubx\n" " Andrius Gabriel da Luz https://launchpad.net/~andriusgabriel\n" @@ -1747,11 +1747,12 @@ " Marcos A.T. Silva https://launchpad.net/~marcos.zy\n" " Mario Kemper (Romario) https://launchpad.net/~mario-kemper\n" " Paulo de Lima Cavalcanti https://launchpad.net/~paulocarpina\n" -" Sergio https://launchpad.net/~ikisham\n" " VictorP https://launchpad.net/~victorp\n" " Vitor da Silva Gonçalves https://launchpad.net/~vitorsgoncalves\n" " Waldir Leoncio https://launchpad.net/~wleoncio\n" -" Willian Alberto da Cruz https://launchpad.net/~willianalberto\n" +" Willian Alberto da Cruz https://launchpad.net/~willianalberto-" +"deactivatedaccount\n" +" i https://launchpad.net/~iiiiii-deactivatedaccount\n" " millemiglia https://launchpad.net/~dnieper650\n" " ruysabino https://launchpad.net/~ruysabino" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/pt.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/pt.po --- shutter-0.92/share/shutter/resources/po/shutter/pt.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/pt.po 2016-01-10 09:02:05.000000000 +0000 @@ -9,15 +9,15 @@ "Project-Id-Version: GScrot\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-03-09 17:17+0000\n" +"PO-Revision-Date: 2013-08-25 22:56+0000\n" "Last-Translator: Eduardo Junio \n" "Language-Team: Português (Portugal) \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/ro.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ro.po --- shutter-0.92/share/shutter/resources/po/shutter/ro.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ro.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,7 +8,7 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-05-23 14:44+0000\n" +"PO-Revision-Date: 2013-08-25 22:59+0000\n" "Last-Translator: Radu Rădeanu \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -16,8 +16,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n == 1 ? 0: (((n % 100 > 19) || ((n % 100 " "== 0) && (n != 0))) ? 2: 1));\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" "Language: ro\n" #: translate_tmp.pl:476 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/ru.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ru.po --- shutter-0.92/share/shutter/resources/po/shutter/ru.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ru.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,7 +8,7 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-04-04 11:55+0000\n" +"PO-Revision-Date: 2014-03-04 07:30+0000\n" "Last-Translator: Eugene Marshal \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" @@ -16,14 +16,14 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 #: translate_tmp.pl:7396 msgid "Profile" -msgstr "Свойства" +msgstr "Профиль" #: translate_tmp.pl:483 #: translate_tmp.pl:4122 @@ -45,7 +45,7 @@ #: translate_tmp.pl:932 msgid "Save configuration as profile" -msgstr "Сохранить конфигурацию как профиль" +msgstr "Сохранить конфигурацию, как профиль" #: translate_tmp.pl:942 msgid "Delete profile" @@ -93,7 +93,7 @@ #: translate_tmp.pl:1014 msgid "Capture" -msgstr "Захватить изображение" +msgstr "Создать снимок" #: translate_tmp.pl:1021 msgid "Selection Capture" @@ -101,7 +101,7 @@ #: translate_tmp.pl:1028 msgid "Window Capture" -msgstr "Снимок окон" +msgstr "Снимок окна" #: translate_tmp.pl:1035 msgid "Menu/Tooltip Capture" @@ -109,7 +109,7 @@ #: translate_tmp.pl:1042 msgid "Website Capture" -msgstr "Снимок интернет-страниц" +msgstr "Снимок веб-сайта" #: translate_tmp.pl:1049 msgid "Accounts" @@ -197,7 +197,7 @@ #: translate_tmp.pl:1143 #: translate_tmp.pl:1144 msgid "Adjust quality/compression value" -msgstr "Подстроить соотношение качества и компрессии" +msgstr "Установить соотношение качества и сжатия" #: translate_tmp.pl:1232 #: translate_tmp.pl:1233 @@ -278,7 +278,7 @@ #: translate_tmp.pl:1380 #: translate_tmp.pl:1381 msgid "Wait n seconds before taking a screenshot" -msgstr "Задержка в n секунд перед тем как делать снимок" +msgstr "Задержка в n секунд перед тем, как делать снимок" #: translate_tmp.pl:1392 msgid "Include Cursor" @@ -335,7 +335,7 @@ msgstr "" "Создать эскиз изображения.\n" "Выберите размер эскиза в процентах от\n" -"оригинального изображения" +"исходного изображения" #: translate_tmp.pl:1556 msgid "Border" @@ -390,7 +390,7 @@ #: translate_tmp.pl:1677 #: translate_tmp.pl:1678 msgid "Start Selection Tool with a customized selection size" -msgstr "Использовать средство выделения с размерами заданными пользователем" +msgstr "Использовать средство выделения с заданными пользователем размерами" #: translate_tmp.pl:1696 msgid "Show help text" @@ -398,7 +398,7 @@ #: translate_tmp.pl:1705 msgid "Enables the help text" -msgstr "Включение показа подсказки" +msgstr "Включение подсказки" #: translate_tmp.pl:1714 #: translate_tmp.pl:1715 @@ -438,8 +438,8 @@ "named ~/.shutter/shape.conf and put custom values in it. The default values " "are stored in %s." msgstr "" -"Shutter использует расширение XShape для определения формы окна, но это не " -"работает при определенных обстояельствах (например если используется " +"Shutter использует расширение XShape для определения формы окна, но это " +"может не работать в определенных условиях (например если используется " "Compiz).\n" "\n" "Если эта опция активна, Shutter использует фиксированные параметры для " @@ -475,7 +475,8 @@ msgstr "" "Константы типов окна указывают типы окна для менеджера окон, которые " "показывают какой цели служит окно. Иногда эти типы установлены неправильно. " -"Включив эту опцию, Shutter не будет привязываться к выбранному типу окна." +"При включении этого параметра, Shutter не будет привязываться к выбранному " +"типу окна." #: translate_tmp.pl:1858 msgid "Virtual browser width" @@ -504,7 +505,7 @@ #: translate_tmp.pl:1899 msgid "Show as background" -msgstr "Показывать как цвет фона" +msgstr "Показывать, как цвет фона" #: translate_tmp.pl:1925 msgid "Displays any transparent parts of the image in a check pattern" @@ -514,8 +515,8 @@ msgid "" "Displays any transparent parts of the image in a solid color that you specify" msgstr "" -"Заполняет все прозрачные области изображения сплошной заливкой цвета вашего " -"выбора" +"Заполняет все прозрачные области изображения сплошной заливкой цвета по " +"вашему выбору" #: translate_tmp.pl:1927 msgid "" @@ -525,7 +526,7 @@ #: translate_tmp.pl:1951 msgid "Sort ascending by" -msgstr "Сортировать в возростающем порядке по" +msgstr "Сортировать в возрастающем порядке по" #: translate_tmp.pl:1954 #: translate_tmp.pl:1958 @@ -594,12 +595,12 @@ #: translate_tmp.pl:2159 #: translate_tmp.pl:2168 msgid "Display pop-up notification when using a delay" -msgstr "Показывать всплывающее сообщение если включена задержка" +msgstr "Показывать всплывающее сообщение, если включена задержка" #: translate_tmp.pl:2046 msgid "Display pop-up notification when using a pre-capture delay" msgstr "" -"Показывать всплывающее сообщение если включена задержка перед съёмкой" +"Показывать всплывающее сообщение, если включена задержка перед съёмкой" #: translate_tmp.pl:2048 msgid "Notification agent" @@ -616,7 +617,7 @@ #: translate_tmp.pl:2058 #: translate_tmp.pl:2196 msgid "Ask before moving files to trash" -msgstr "Спрашивать перед тем как перемещать файлы в корзину" +msgstr "Спрашивать перед тем, как перемещать файлы в корзину" #: translate_tmp.pl:2059 #: translate_tmp.pl:2205 @@ -626,7 +627,7 @@ #: translate_tmp.pl:2060 #: translate_tmp.pl:2214 msgid "Notify when file was deleted from filesystem" -msgstr "Оповещать если файл был удалён из файловой системы" +msgstr "Оповещать, если файл был удалён из файловой системы" #: translate_tmp.pl:2123 #: translate_tmp.pl:2124 @@ -635,8 +636,8 @@ "Configure a short timeout to give the Xserver a chance to redraw areas that " "were obscured by Shutter's windows before taking a screenshot." msgstr "" -"Настроить короткую задержку чтобы дать Х-серверу возможность перерисовать " -"области, бывшие загороженными главным окном Shutter перед началом съемки." +"Настроить короткую задержку, чтобы дать Х-серверу возможность перерисовать " +"области, закрытые главным окном Shutter перед началом съемки." #: translate_tmp.pl:2177 #: translate_tmp.pl:2178 @@ -654,8 +655,8 @@ "automatically the first time you use them." msgstr "" "Примечание: Если дополнение позволяет совершать авторизацию на " -"сервисе, то вы можете ввести свои данные ниже. Дополнения, поддерживающие " -"OAuth конфигурируются автоматически, при первом их использовании." +"сервисе, Вы можете ввести свои данные ниже. Дополнения, поддерживающие OAuth " +"конфигурируются автоматически при первом их использовании." #: translate_tmp.pl:2243 #: translate_tmp.pl:10547 @@ -764,12 +765,12 @@ #: translate_tmp.pl:3051 msgid "Please activate the menu you want to capture" -msgstr "Пожалуйста, активируйте меню которое вы хотите снять" +msgstr "Пожалуйста, активируйте меню, которое Вы хотите снять" #: translate_tmp.pl:3054 msgid "Please activate the tooltip you want to capture" msgstr "" -"Пожалуйста, активируйте всплывающую подсказку которую вы хотите снять" +"Пожалуйста, активируйте всплывающую подсказку, которую Вы хотите снять" #: translate_tmp.pl:3063 #: translate_tmp.pl:3074 @@ -936,7 +937,7 @@ #: translate_tmp.pl:5652 msgid "Selected screenshots removed" -msgstr "Выделенные снимки были убранны" +msgstr "Выделенные снимки были удалены" #: translate_tmp.pl:5682 #: translate_tmp.pl:6088 @@ -954,7 +955,7 @@ #: translate_tmp.pl:5774 msgid "Selected images copied to clipboard" -msgstr "Выберите какие изображения скопировать в буфер обмена" +msgstr "Выберите, какие изображения скопировать в буфер обмена" #: translate_tmp.pl:5821 msgid "Last action undone" @@ -1033,7 +1034,7 @@ "The filename %s could not be verified. Maybe it contains unsupported " "characters." msgstr "" -"Неподходящее название файла %s. Возможно название содержит неподдерживаемые " +"Неподходящее название файла %s. Возможно, название содержит неподдерживаемые " "символы." #: translate_tmp.pl:7010 @@ -1136,12 +1137,11 @@ #: translate_tmp.pl:8246 msgid "Updating upload plugin information" -msgstr "Обновление информации о загрузке плагина" +msgstr "Обновление информации о модулях для выгрузки" #: translate_tmp.pl:8251 msgid "Please wait while Shutter updates the upload plugin information" -msgstr "" -"Подождите пожалуйста пока Shutter обновит информацию о загрузке плагина" +msgstr "Shutter обновляет информацию о модулях для выгрузки" #: translate_tmp.pl:8482 msgid "Capture All Workspaces" @@ -1149,7 +1149,7 @@ #: translate_tmp.pl:8495 msgid "Limit to current monitor" -msgstr "Ограничить на данный монитор" +msgstr "Ограничить данным монитором" #: translate_tmp.pl:8508 #, perl-format @@ -1162,17 +1162,17 @@ "monitors detected).\n" "Enable it to capture only the current monitor." msgstr[0] "" -"Эта опция полезна только если используются несколько мониторов (найден %d " +"Эта опция полезна только, если используются несколько мониторов (найден %d " "монитор).\n" -"Включите ее чтобы снимать только данный монитор." +"Включите ее, чтобы снимать только на данном мониторе." msgstr[1] "" -"Эта опция полезна только если используются несколько мониторов (найдено %d " +"Эта опция полезна только, если используются несколько мониторов (найдено %d " "монитора).\n" -"Включите ее чтобы снимать только данный монитор." +"Включите ее, чтобы снимать только на данном мониторе." msgstr[2] "" -"Эта опция полезна только если используются несколько мониторов (найдено %d " +"Эта опция полезна только, если используются несколько мониторов (найдено %d " "мониторов).\n" -"Включите ее чтобы снимать только данный монитор." +"Включите ее, чтобы снимать только на данном мониторе." #: translate_tmp.pl:8537 msgid "Active Window" @@ -1259,7 +1259,7 @@ #: translate_tmp.pl:8908 msgid "Shutter will wait indefinitely for the screenshot to capture" -msgstr "Shutter будет ждать захвата скиншота бесконечно" +msgstr "Shutter будет ждать захвата бесконечно" #: translate_tmp.pl:8909 #: translate_tmp.pl:8910 @@ -1270,9 +1270,9 @@ msgid_plural "" "Shutter will wait up to %d seconds for the screenshot to capture before " "aborting the process if it's taking too long" -msgstr[0] "Shutter будет ждать захвата скиншота %d секунду" -msgstr[1] "Shutter будет ждать захвата скиншота %d секунды" -msgstr[2] "Shutter будет ждать захвата скиншота %d секунд" +msgstr[0] "Shutter будет ждать захвата %d секунду" +msgstr[1] "Shutter будет ждать захвата %d секунды" +msgstr[2] "Shutter будет ждать захвата %d секунд" #: translate_tmp.pl:8911 #: translate_tmp.pl:8912 @@ -1283,9 +1283,9 @@ msgid_plural "" "Shutter will wait up to %d minutes for the screenshot to capture before " "aborting the process if it's taking too long" -msgstr[0] "Shutter будет ждать захвата скиншота %d минуту" -msgstr[1] "Shutter будет ждать захвата скиншота %d минуты" -msgstr[2] "Shutter будет ждать захвата скиншота %d минут" +msgstr[0] "Shutter будет ждать захвата %d минуту" +msgstr[1] "Shutter будет ждать захвата %d минуты" +msgstr[2] "Shutter будет ждать захвата %d минут" #: translate_tmp.pl:9046 msgid "Host" @@ -1293,15 +1293,15 @@ #: translate_tmp.pl:9113 msgid "Anonymous Upload" -msgstr "Анонимная загрузка" +msgstr "Анонимная публикация" #: translate_tmp.pl:9120 msgid "Authorized Upload" -msgstr "Авторизированная Загрузка" +msgstr "Авторизированная публикация" #: translate_tmp.pl:9127 msgid "OAuth Upload" -msgstr "OAuth Загрузка" +msgstr "OAuth публикация" #: translate_tmp.pl:9138 #: translate_tmp.pl:9199 @@ -1357,12 +1357,12 @@ msgid "" "The file %s is no longer published. The external link is not available " "anymore." -msgstr "Файл %s больше не публикуется. Внешняя ссылка больше не доступна." +msgstr "Файл %s больше не опубликован. Внешняя ссылка не доступна." #: translate_tmp.pl:9299 #, perl-format msgid "The file %s is no longer published." -msgstr "Файл %s больше не публикуется." +msgstr "Файл %s больше не опубликован." #: translate_tmp.pl:9498 msgid "Rename" @@ -1444,7 +1444,7 @@ #: translate_tmp.pl:9849 #: translate_tmp.pl:1457 msgid "Choose a location to save to" -msgstr "Выберите куда сохранять файлы" +msgstr "Выберите, куда сохранять файлы" #: translate_tmp.pl:10195 msgid "Choose a plugin" @@ -1485,9 +1485,9 @@ "links will still be available in the screenshot's right-click menu " "after closing this dialog." msgstr "" -"Пожалуйста, выберите одну из учётных записей и нажмите Загрузить. " -"Ссылки для загрузки будут доступны в скриншотах в меню по правому " -"клику после закрытия этого диалога." +"Пожалуйста, выберите одну из учётных записей и нажмите Выгрузить. " +"Ссылки на файлы будут доступны в контекстном меню скриншотов после " +"закрытия диалога выгрузки." #: translate_tmp.pl:10460 msgid "" @@ -1496,8 +1496,8 @@ "above." msgstr "" "Примечание: Если дополнение позволяет совершать только авторизованную " -"загрузку на сервис, то вы должны будете ввести свои данные в настройках " -"программы для того, чтобы они появились в списке, расположенном ниже." +"выгрузку на сервис, Вы должны будете ввести свои данные в настройках " +"программы для того, чтобы они появились в списке." #: translate_tmp.pl:10462 msgid "Choose account" @@ -1538,14 +1538,14 @@ "Folder %s is synchronized with Ubuntu One. The selected files will be copied " "to that folder before being published." msgstr[0] "" -"Папка %s синхронизирована с помощью Ubuntu One. Выбранный файл будет " -"скопирован в эту папку перед началом публикации." +"Каталог %s синхронизирован с помощью Ubuntu One. Выбранный файл будет " +"скопирован в этот каталог перед началом публикации." msgstr[1] "" -"Папка %s синхронизирована с помощью Ubuntu One. Выбранные файлы будут " -"скопирован в эту папку перед началом публикации." +"Каталог %s синхронизирован с помощью Ubuntu One. Выбранные файлы будут " +"скопированы в этот каталог перед началом публикации." msgstr[2] "" -"Папка %s синхронизирована с помощью Ubuntu One. Выбранные файлы будут " -"скопирован в эту папку перед началом публикации." +"Каталог %s синхронизирован с помощью Ubuntu One. Выбранные файлы будут " +"скопированы в этот каталог перед началом публикации." #: translate_tmp.pl:10707 #: translate_tmp.pl:10739 @@ -1559,10 +1559,10 @@ "Примечание: Выбранный файл будет опубликован в фоне. Вы будете " "уведомлены, когда процесс публикации будет закончен." msgstr[1] "" -"Примечание: Выбранные файлы будут опубликован в фоне. Вы будете " +"Примечание: Выбранные файлы будут опубликованы в фоне. Вы будете " "уведомлены, когда процесс публикации будет закончен." msgstr[2] "" -"Примечание: Выбранные файлы будут опубликован в фоне. Вы будете " +"Примечание: Выбранные файлы будут опубликованы в фоне. Вы будете " "уведомлены, когда процесс публикации будет закончен." #: translate_tmp.pl:10711 @@ -1584,7 +1584,7 @@ "/publicfiles is not available. Your Ubuntu One installation seems to be out " "of date." msgstr "" -"/publicfiles недоступен. Возможно установленная версия Ubuntu One является " +"/publicfiles недоступен. Возможно, установленная версия Ubuntu One является " "устаревшей." #: translate_tmp.pl:10778 @@ -1602,11 +1602,11 @@ #: translate_tmp.pl:10859 #, perl-format msgid "Error while executing upload plugin %s." -msgstr "Ошибка при выполнении загрузки модуля %s." +msgstr "Ошибка при выполнении модуля выгрузки %s." #: translate_tmp.pl:10859 msgid "There was an error executing the upload plugin." -msgstr "При выполнении загрузки этого модуля произошла ошибка." +msgstr "При выполнении этого модуля выгрузки произошла ошибка." #: translate_tmp.pl:10892 #: translate_tmp.pl:10963 @@ -1619,7 +1619,7 @@ #: translate_tmp.pl:11082 #: translate_tmp.pl:11159 msgid "Successfully uploaded" -msgstr "Выгружено успешно" +msgstr "Успешно выгружено" #: translate_tmp.pl:10967 #: translate_tmp.pl:11082 @@ -1688,7 +1688,7 @@ #: translate_tmp.pl:11278 #: translate_tmp.pl:90 msgid "Please check your credentials and try again." -msgstr "Пожалуйста, проверьте ваши данные и попробуйте еще раз." +msgstr "Пожалуйста, проверьте Ваши данные и попробуйте еще раз." #: translate_tmp.pl:11278 msgid "Error while login" @@ -1696,7 +1696,7 @@ #: translate_tmp.pl:11281 msgid "Maximum filesize reached" -msgstr "Достигну максимальный размер файла" +msgstr "Достигнут максимальный размер файла" #: translate_tmp.pl:11281 msgid "Error while uploading" @@ -1713,7 +1713,7 @@ #: translate_tmp.pl:11298 msgid "Save current preferences as new profile" -msgstr "Сохранить текущие настройки как новый профиль" +msgstr "Сохранить текущие настройки, как новый профиль" #: translate_tmp.pl:11300 msgid "New profile name" @@ -1721,7 +1721,7 @@ #: translate_tmp.pl:11361 msgid "Replacing it will overwrite its contents." -msgstr "Заменив его вы перезапишете его содержимое." +msgstr "Заменив его, Вы перезапишете его содержимое." #: translate_tmp.pl:11361 #, perl-format @@ -1748,13 +1748,14 @@ " Sergey \"Shnatsel\" Davidoff https://launchpad.net/~shnatsel\n" " Sergey Rebko https://launchpad.net/~arch1s\n" " Sergey Sedov https://launchpad.net/~serg-sedov\n" -" Stanislav Savulchik https://launchpad.net/~larry-jef\n" +" Stanislav Savulchik https://launchpad.net/~savulchik\n" " Sukochev Roman (Leolik) https://launchpad.net/~leolik\n" " Vadim Peretokin https://launchpad.net/~vperetokin\n" " Vadim Rutkovsky https://launchpad.net/~roignac\n" " Valentina Mukhamedzhanova https://launchpad.net/~umirra\n" " Vasily Kulikov https://launchpad.net/~segooon\n" " Vlad https://launchpad.net/~vvladxx\n" +" azlk https://launchpad.net/~phg-azlk\n" " valera5505 https://launchpad.net/~valera5505\n" " vovkkk https://launchpad.net/~vovkkk\n" " Алексей Капранов (Alex Kapranoff) https://launchpad.net/~kkapp" @@ -1856,7 +1857,7 @@ #: translate_tmp.pl:558 #: translate_tmp.pl:655 msgid "Open wit_h" -msgstr "О_ткрыть с" +msgstr "О_ткрыть в" #: translate_tmp.pl:565 #: translate_tmp.pl:662 @@ -1920,8 +1921,8 @@ "Draw a rectangular capture area with your mouse\n" "to select a specified screen area" msgstr "" -"Ограничить прямоугольную область\n" -"на экране с помощью мышки" +"Выделить прямоугольную область\n" +"на экране с помощью мыши" #: translate_tmp.pl:89 msgid "Desktop" @@ -1941,7 +1942,7 @@ #: translate_tmp.pl:134 msgid "Select a window with your mouse" -msgstr "Выберите окно в с помощью мышки" +msgstr "Выберите окно с помощью мыши" #: translate_tmp.pl:135 msgid "Take a screenshot of a specific window" @@ -1990,7 +1991,7 @@ msgid "" "Set how long Shutter will wait for the screenshot to complete before " "aborting the process if it's taking too long" -msgstr "Установить продолжительность ожидания захвата скриншота" +msgstr "Установить продолжительность ожидания захвата" #: translate_tmp.pl:233 msgid "Edit" @@ -2017,7 +2018,7 @@ #: translate_tmp.pl:247 msgid "Show links to previous uploads" -msgstr "Показать ссылки для предыдущих загрузок" +msgstr "Показать ссылки на предыдущие выгрузки" #: translate_tmp.pl:33 #: translate_tmp.pl:47 @@ -2067,7 +2068,7 @@ #: translate_tmp.pl:109 msgid "Cannot change working directory." -msgstr "Не удалось изменить текущий каталог." +msgstr "Не удалось сменить текущий каталог." #: translate_tmp.pl:119 msgid "Command 'put' failed." @@ -2084,11 +2085,11 @@ #: translate_tmp.pl:120 msgid "Draw a rectangular area using the mouse." -msgstr "Выберете прямоугольную область с помощью мыши." +msgstr "Выберите прямоугольную область с помощью мыши." #: translate_tmp.pl:122 msgid "To take a screenshot, press the Enter key. Press Esc to quit." -msgstr "Чтобы сделать снимок нажмите Enter. Нажмите Esc чтобы выйти." +msgstr "Чтобы сделать снимок, нажмите Enter. Нажмите Esc, чтобы выйти." #: translate_tmp.pl:124 msgid "shift/right-click → selection dialog on/off" @@ -2156,7 +2157,7 @@ #: translate_tmp.pl:153 #, perl-format msgid "No window with name pattern %s detected." -msgstr "Окна, содержащие в имени %s, не найдены" +msgstr "Не найдены окна, содержащие в имени %s" #: translate_tmp.pl:163 #, perl-format @@ -2173,7 +2174,7 @@ "Shutter is not yet able to query the tree information of such windows." msgstr "" "Возможно это приложение использует клиентские окна (или подобные).\n" -"Shutter пока не может получать информацию из окон такого рода." +"Shutter пока не может получать информацию из окон такого типа." #: translate_tmp.pl:81 msgid "URL to capture" @@ -2333,11 +2334,11 @@ msgid_plural "" "If you don't save the image, changes from the last %d minutes will be lost" msgstr[0] "" -"Если не сохранить изображение, изменения последней минуты будут потеряны" +"Если не сохранить изображение, изменения последней минуты будут утеряны" msgstr[1] "" -"Если не сохранить изображение, изменения последних %d минут будут потеряны" +"Если не сохранить изображение, изменения последних %d минут будут утеряны" msgstr[2] "" -"Если не сохранить изображение, изменения последних %d минут будут потеряны" +"Если не сохранить изображение, изменения последних %d минут будут утеряны" #: translate_tmp.pl:1720 msgid "Do you want to save the changed background color?" @@ -2347,7 +2348,7 @@ msgid "" "The background is likely to be transparent if you decide to ignore the " "background color." -msgstr "Фон скорее всего будет прозрачным, если вы проигнорируете цвет фона." +msgstr "Если вы решите проигнорировать цвет фона, фон будет прозрачным, ." #: translate_tmp.pl:1723 msgid "Save Background Color" @@ -2517,7 +2518,7 @@ #: translate_tmp.pl:6304 msgid "Select item to move or resize it" -msgstr "Выберите элемент, чтобы переместить его или изменить его размер" +msgstr "Выберите элемент, чтобы переместить или изменить его размер" #: translate_tmp.pl:6304 msgid "Freehand" @@ -2561,7 +2562,7 @@ #: translate_tmp.pl:6304 msgid "Add some text to the screenshot" -msgstr "Добавить к снимку текст" +msgstr "Добавить текст к снимку" #: translate_tmp.pl:6304 msgid "Censor" @@ -2569,7 +2570,7 @@ #: translate_tmp.pl:6304 msgid "Censor portions of your screenshot to hide private data" -msgstr "Цензор для скрытия приватной информации на снимке" +msgstr "Цензор для скрытия личной информации на снимке" #: translate_tmp.pl:6304 msgid "Pixelize" @@ -2586,7 +2587,7 @@ #: translate_tmp.pl:6304 msgid "Add an auto-increment shape to the screenshot" -msgstr "Добавить авторасширяющуюся форму к этому снимку" +msgstr "Добавить к снимку овал с автоматической нумерацией" #: translate_tmp.pl:6304 msgid "Crop" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/shn.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/shn.po --- shutter-0.92/share/shutter/resources/po/shutter/shn.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/shn.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,58 +8,59 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-12-18 22:32+0000\n" -"Last-Translator: Mario Kemper (Romario) \n" +"PO-Revision-Date: 2014-03-31 21:02+0000\n" +"Last-Translator: Goldninjar \n" "Language-Team: Shan \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) ? 0 : 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 #: translate_tmp.pl:7396 msgid "Profile" -msgstr "" +msgstr "ပိုၼ်းပွတ်း" #: translate_tmp.pl:483 #: translate_tmp.pl:4122 msgid "Preferences" -msgstr "" +msgstr "ငဝ်ႈၵုမ်းပိူင်" #: translate_tmp.pl:873 #: translate_tmp.pl:874 msgid "gnome-web-photo needs to be installed for this feature" -msgstr "" +msgstr "gnome-web-photo တေလႆႈမီးဝႆႉၼႂ်းၶိူင်ႈတႃႇၸႂ်ႉတိုဝ်းလႆႈလၢႆးၼႆႉ" #: translate_tmp.pl:883 msgid "Goo::Canvas/libgoo-canvas-perl needs to be installed for this feature" msgstr "" +"Goo::Canvas/libgoo-canvas-perl တေလႆႈမီးဝႆႉၼႂ်းၶိူင်ႈတႃႇၸႂ်ႉတိုဝ်းလႆႈလၢႆးၼႆႉ" #: translate_tmp.pl:916 msgid "Choose a profile" -msgstr "" +msgstr "လိူၵ်ႈဢဝ်ပိုၼ်းပွတ်း" #: translate_tmp.pl:932 msgid "Save configuration as profile" -msgstr "" +msgstr "သိမ်းလွင်ႈၶူင်ႉသၢင်ႈႁႂ်ႈပဵၼ်ပိုၼ်းပွတ်း" #: translate_tmp.pl:942 msgid "Delete profile" -msgstr "" +msgstr "ယႃႉပႅတ်ႈပိုၼ်းပွတ်း" #: translate_tmp.pl:951 msgid "Load the selected profile's configuration" -msgstr "" +msgstr "ပိုတ်ႇၶိုၼ်ႈ လွင်ႈၶူင်ႉသၢင်ႈ ၶွင်ပိုၼ်းပွတ်း" #: translate_tmp.pl:958 #: translate_tmp.pl:1231 #: translate_tmp.pl:9907 #: translate_tmp.pl:1513 msgid "Image format" -msgstr "" +msgstr "မဵဝ်းႁုၼ်ႇႁၢင်ႈ" #: translate_tmp.pl:965 msgid "Save" @@ -75,7 +76,7 @@ #: translate_tmp.pl:986 msgid "Notifications" -msgstr "" +msgstr "ၶေႃႈၽၢင့်ပၼ်" #: translate_tmp.pl:993 msgid "Trash" @@ -88,15 +89,15 @@ #: translate_tmp.pl:1007 #: translate_tmp.pl:2383 msgid "Actions" -msgstr "" +msgstr "လွင်ႈတူင်ႉၼိုင်" #: translate_tmp.pl:1014 msgid "Capture" -msgstr "" +msgstr "ပေႃႉထႆႇ" #: translate_tmp.pl:1021 msgid "Selection Capture" -msgstr "" +msgstr "လွၵ်းလိူၵ်ႈ ပေႃႉထႆႇ" #: translate_tmp.pl:1028 msgid "Window Capture" @@ -108,7 +109,7 @@ #: translate_tmp.pl:1042 msgid "Website Capture" -msgstr "" +msgstr "ပေႃႉထႆႇၼႃႈဝႅပ်ႉ" #: translate_tmp.pl:1049 msgid "Accounts" @@ -145,28 +146,28 @@ #: translate_tmp.pl:1120 msgid "%Y = year\n" -msgstr "" +msgstr "%Y = ပီ\n" #: translate_tmp.pl:1120 msgid "%m = month\n" -msgstr "" +msgstr "%m = လိူၼ်\n" #: translate_tmp.pl:1120 #, perl-format msgid "%d = day\n" -msgstr "" +msgstr "%d = ဝၼ်း\n" #: translate_tmp.pl:1120 msgid "%T = time\n" -msgstr "" +msgstr "%T = မွင်း\n" #: translate_tmp.pl:1120 msgid "$w = width\n" -msgstr "" +msgstr "$w = တင်းၵႂၢင်ႈ\n" #: translate_tmp.pl:1120 msgid "$h = height\n" -msgstr "" +msgstr "$h = တင်းသူင်\n" #: translate_tmp.pl:1120 msgid "$name = multi-purpose (e.g. window title)\n" @@ -178,7 +179,7 @@ #: translate_tmp.pl:1120 msgid "$profile = name of current profile\n" -msgstr "" +msgstr "$profile = ၸိုဝ်ႈၶွင်ႈပိုၼ်းပွတ်းယၢမ်းလဵဝ်\n" #: translate_tmp.pl:1120 msgid "$R = random char (e.g. $RRRR = ag4r)\n" @@ -300,19 +301,19 @@ #: translate_tmp.pl:1472 msgid "16 colors - (4bit) " -msgstr "" +msgstr "16 သီ - (4bit) " #: translate_tmp.pl:1473 msgid "64 colors - (6bit) " -msgstr "" +msgstr "64 သီ - (6bit) " #: translate_tmp.pl:1474 msgid "256 colors - (8bit) " -msgstr "" +msgstr "256 သီ - (8bit) " #: translate_tmp.pl:1501 msgid "Reduce colors" -msgstr "" +msgstr "ယွမ်းသီလူင်း" #: translate_tmp.pl:1502 #: translate_tmp.pl:1503 @@ -687,7 +688,7 @@ #: translate_tmp.pl:10604 #: translate_tmp.pl:10606 msgid "Website URL" -msgstr "" +msgstr "URL ၼႃႈဝႅပ်ႉ" #: translate_tmp.pl:2343 #: translate_tmp.pl:4162 @@ -838,7 +839,7 @@ #: translate_tmp.pl:7032 #, perl-format msgid "Error while opening image %s." -msgstr "" +msgstr "မီးတီႈၽိတ်းၽွင်းပိုတ်ႇႁုၼ်ႇႁၢင်ႈ %s ။" #: translate_tmp.pl:5353 msgid "Session could not be restored!" @@ -1038,7 +1039,7 @@ #: translate_tmp.pl:7251 msgid "Current profile" -msgstr "" +msgstr "ပိုၼ်းပွတ်း ယၢမ်းလဵဝ်" #: translate_tmp.pl:7686 msgid "Try to resave the file?" @@ -1047,21 +1048,21 @@ #: translate_tmp.pl:7686 #, perl-format msgid "Image %s was not found on disk" -msgstr "" +msgstr "ႁုၼ်ႇႁၢင်ႈ %s ၼႆႉဢမ်းႁၼ်မႅၼ်ႈၼိူဝ် ၶိူင်ႈ" #: translate_tmp.pl:7715 #: translate_tmp.pl:7781 #: translate_tmp.pl:189 #, perl-format msgid "Error while saving the image %s." -msgstr "" +msgstr "မီးတီႈၽိတ်း ၽွင်းတိုၵ်ႉသိမ်းႁုၼ်ႁၢင်ႈ %s." #: translate_tmp.pl:7715 #: translate_tmp.pl:7781 #: translate_tmp.pl:190 #, perl-format msgid "There was an error saving the image to %s." -msgstr "" +msgstr "တီႈၼၼ်မီးဝႆႉတီႈၽိတ်းၼိုင်ႈဢၼ်ၽွင်းသိမ်းႁုၼ်ႇႁၢင်ႈၸူးတီႈ %s ။" #: translate_tmp.pl:7741 #: translate_tmp.pl:10069 @@ -1080,7 +1081,7 @@ #: translate_tmp.pl:62 #: translate_tmp.pl:7032 msgid "There was an error opening the image." -msgstr "" +msgstr "တီႈၼၼ်မီးတီႈၽိတ်းၽွင်းပိုတ်ႇၶိုၼ်ႈႁုၼ်ႇႁၢင်ႈ။" #: translate_tmp.pl:8030 #, perl-format @@ -1169,7 +1170,7 @@ #: translate_tmp.pl:8699 #: translate_tmp.pl:522 msgid "_Web" -msgstr "" +msgstr "_ဝႅပ်ႉ" #: translate_tmp.pl:8713 msgid "S_how main window" @@ -1278,7 +1279,7 @@ #: translate_tmp.pl:9271 #: translate_tmp.pl:10636 msgid "Ubuntu One" -msgstr "" +msgstr "ဢူးပုၼ်းတု ဝၼ်း" #: translate_tmp.pl:9280 msgid "Successfully published" @@ -1312,12 +1313,12 @@ #: translate_tmp.pl:9498 msgid "Rename" -msgstr "" +msgstr "ၶိုၼ်းမႄးၸိုဝ်ႈ" #: translate_tmp.pl:9502 #, perl-format msgid "Rename image %s" -msgstr "" +msgstr "ၶိုၼ်းမႄးၸိုဝ်ႈႁုၼ်ႁၢင်ႈ %s" #: translate_tmp.pl:9504 msgid "New filename" @@ -1325,7 +1326,7 @@ #: translate_tmp.pl:9507 msgid "_Rename" -msgstr "" +msgstr "_ၶိုၼ်းမႄးၸိုဝ်ႈ" #: translate_tmp.pl:9622 #: translate_tmp.pl:9665 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/shutter.pot shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/shutter.pot --- shutter-0.92/share/shutter/resources/po/shutter/shutter.pot 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/shutter.pot 2016-01-10 09:02:05.000000000 +0000 @@ -11,8 +11,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/si.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/si.po --- shutter-0.92/share/shutter/resources/po/shutter/si.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/si.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,21 +8,21 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-06-01 20:13+0000\n" -"Last-Translator: A.K.D.M.P Munasinghe \n" +"PO-Revision-Date: 2014-03-04 18:39+0000\n" +"Last-Translator: Pramod Indunith \n" "Language-Team: Sinhalese \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" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 #: translate_tmp.pl:7396 msgid "Profile" -msgstr "පැතිකඩ" +msgstr "ගිණුම" #: translate_tmp.pl:483 #: translate_tmp.pl:4122 @@ -60,7 +60,7 @@ #: translate_tmp.pl:9907 #: translate_tmp.pl:1513 msgid "Image format" -msgstr "ප්‍රතිබිම්බ ආකෘතිය" +msgstr "රූ වර්ගය" #: translate_tmp.pl:965 msgid "Save" @@ -1716,7 +1716,8 @@ " Dilantha Nanayakkara https://launchpad.net/~dilantha-openpathit\n" " Dilantha Nanayakkara https://launchpad.net/~dilnana\n" " Mario Kemper (Romario) https://launchpad.net/~mario-kemper\n" -" Mohamed Rizmi https://launchpad.net/~mrizmi\n" +" Mohamed Rizmi https://launchpad.net/~mrizmi-deactivatedaccount\n" +" Pramod Indunith https://launchpad.net/~pramod-v\n" " Sadeepa Palliyaguru https://launchpad.net/~sadeepa-palliyaguru\n" " පසිඳු කාවින්ද https://launchpad.net/~pkavinda" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/sk.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/sk.po --- shutter-0.92/share/shutter/resources/po/shutter/sk.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/sk.po 2016-01-10 09:02:05.000000000 +0000 @@ -9,15 +9,15 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-07-30 01:09+0000\n" -"Last-Translator: Mario Kemper (Romario) \n" +"PO-Revision-Date: 2014-10-27 01:23+0000\n" +"Last-Translator: Zdeněk Kopš \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -390,7 +390,7 @@ #: translate_tmp.pl:1677 #: translate_tmp.pl:1678 msgid "Start Selection Tool with a customized selection size" -msgstr "" +msgstr "Spustiť výberový nástroj s prispôsobenou výberovou veľkosťou" #: translate_tmp.pl:1696 msgid "Show help text" @@ -650,6 +650,9 @@ "your credentials above. Plugins with OAuth support are configured " "automatically the first time you use them." msgstr "" +"Poznámka: Ak zásuvný modul umožňuje nahrávanie obrázkov s " +"prihlásením, prihlasovacie údaje môžete zadať vyššie. Zásuvné moduly s " +"podporou OAuth sú nastavené automaticky pri ich prvom použití." #: translate_tmp.pl:2243 #: translate_tmp.pl:10547 @@ -1011,7 +1014,7 @@ #: translate_tmp.pl:6759 #, perl-format msgid "%s saved" -msgstr "" +msgstr "%s uložené" #: translate_tmp.pl:6746 #: translate_tmp.pl:6749 @@ -1127,11 +1130,12 @@ #: translate_tmp.pl:8246 msgid "Updating upload plugin information" -msgstr "" +msgstr "Aktualizácia informácií o nahrávaní pluginu" #: translate_tmp.pl:8251 msgid "Please wait while Shutter updates the upload plugin information" msgstr "" +"Vyčkajte prosím než Shutter aktualizuje informácie o nahrávaní pluginu" #: translate_tmp.pl:8482 msgid "Capture All Workspaces" @@ -1213,7 +1217,7 @@ #: translate_tmp.pl:8713 msgid "S_how main window" -msgstr "" +msgstr "_Zobraziť hlavné okno" #: translate_tmp.pl:8719 #: translate_tmp.pl:395 @@ -1295,15 +1299,15 @@ #: translate_tmp.pl:9113 msgid "Anonymous Upload" -msgstr "" +msgstr "Anonymné nahrávanie" #: translate_tmp.pl:9120 msgid "Authorized Upload" -msgstr "" +msgstr "Autorizované nahrávania" #: translate_tmp.pl:9127 msgid "OAuth Upload" -msgstr "" +msgstr "OAuth nahrávanie" #: translate_tmp.pl:9138 #: translate_tmp.pl:9199 @@ -1477,7 +1481,7 @@ #: translate_tmp.pl:10426 msgid "OAuth" -msgstr "" +msgstr "OAuth" #: translate_tmp.pl:10459 msgid "" @@ -1485,6 +1489,9 @@ "links will still be available in the screenshot's right-click menu " "after closing this dialog." msgstr "" +"Vyberte jeden z účtov a kliknite na Odoslať. Po zatvorení tohto " +"dialógu budú ciele odoslanie stále prístupné v kontextovej ponuke snímku " +"(kliknutie pravým tlačidlom)." #: translate_tmp.pl:10460 msgid "" @@ -1492,6 +1499,9 @@ "enter your credentials in preferences first to make it appear in the list " "above." msgstr "" +"Poznámka: Ak zásuvný modul dovoľuje iba nahrávanie s prihlásením, " +"musíte najprv zadať prihlasovacie údaje v nastavení, aby sa tieto moduly " +"objavili v ponuke vyššie." #: translate_tmp.pl:10462 msgid "Choose account" @@ -1532,7 +1542,14 @@ "Folder %s is synchronized with Ubuntu One. The selected files will be copied " "to that folder before being published." msgstr[0] "" +"Zložka %s je synchronizovaná pomocou Ubuntu One. Vybraný súbor sa skopíruje " +"do tejto zložky skôr než bude uverejnený." msgstr[1] "" +"Zložka %s je synchronizovaná pomocou Ubuntu One. Vybrané súbory budú " +"skopírované do tejto zložky skôr ako budú zverejnené." +msgstr[2] "" +"Zložka %s je synchronizovaná pomocou Ubuntu One. Vybrané súbory budú " +"skopírované do tejto zložky skôr ako budú zverejnené." #: translate_tmp.pl:10707 #: translate_tmp.pl:10739 @@ -1543,7 +1560,14 @@ "Please note: The selected files will be published in a background " "process. You will be notified when the process has finished." msgstr[0] "" +"Poznámka: Vybraný súbor bude publikovaný v procese bežiacom na " +"pozadí. Po dokončení o tom budete informovaní." msgstr[1] "" +"Poznámka: Vybrané súbory budú publikované v procese bežiacom na " +"pozadí. Po dokončení o tom budete informovaní." +msgstr[2] "" +"Poznámka: Vybrané súbory budú publikované v procese bežiacom na " +"pozadí. Po dokončení o tom budete informovaní." #: translate_tmp.pl:10711 #: translate_tmp.pl:10743 @@ -1552,6 +1576,7 @@ "Folder %s is not synchronized with Ubuntu One. Please choose an alternative " "folder." msgstr "" +"Zložka %s je synchronizovaná s Ubuntu One. Vyberte prosím inú zložku." #: translate_tmp.pl:10762 msgid "Ubuntu One service cannot be found." @@ -1574,16 +1599,16 @@ #: translate_tmp.pl:10846 #, perl-format msgid "Loading module %s" -msgstr "" +msgstr "Načítavaní modulu %s" #: translate_tmp.pl:10859 #, perl-format msgid "Error while executing upload plugin %s." -msgstr "" +msgstr "Chyba pri spúšťaní nahrávacieho rozšírenie %s." #: translate_tmp.pl:10859 msgid "There was an error executing the upload plugin." -msgstr "" +msgstr "Pri behu pluginu pre odosielanie nastala chyba." #: translate_tmp.pl:10892 #: translate_tmp.pl:10963 @@ -1713,6 +1738,7 @@ " Milan Slovák https://launchpad.net/~milboys\n" " Stano Kobella https://launchpad.net/~stano110\n" " Tomáš Vadina https://launchpad.net/~kyberdev\n" +" Zdeněk Kopš https://launchpad.net/~zdenekkops\n" " helix84 https://launchpad.net/~helix84" #: translate_tmp.pl:34 @@ -1974,7 +2000,7 @@ #: translate_tmp.pl:247 msgid "Show links to previous uploads" -msgstr "" +msgstr "Zobraziť linky k predchádzajúcim nahraním" #: translate_tmp.pl:33 #: translate_tmp.pl:47 @@ -2032,12 +2058,12 @@ #: translate_tmp.pl:87 msgid "Copy this code to clipboard" -msgstr "" +msgstr "Kopírovať tento kód do schránky" #: translate_tmp.pl:112 #, perl-format msgid "Upload - %s - %s" -msgstr "" +msgstr "Nahrávanie - %s - %s" #: translate_tmp.pl:120 msgid "Draw a rectangular area using the mouse." @@ -2117,7 +2143,7 @@ #: translate_tmp.pl:163 #, perl-format msgid "Invalid pattern %s detected." -msgstr "" +msgstr "Zistil sa nesprávny vzor %s" #: translate_tmp.pl:116 msgid "No subwindow detected" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/sl.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/sl.po --- shutter-0.92/share/shutter/resources/po/shutter/sl.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/sl.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,16 +8,16 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-03-02 18:01+0000\n" -"Last-Translator: Damir Jerovšek \n" +"PO-Revision-Date: 2013-08-25 23:01+0000\n" +"Last-Translator: Mario Kemper (Romario) \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || " "n%100==4 ? 3 : 0);\n" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" "X-Poedit-Country: SLOVENIA\n" "X-Poedit-Language: Slovenian\n" "X-Poedit-SourceCharset: utf-8\n" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/sr.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/sr.po --- shutter-0.92/share/shutter/resources/po/shutter/sr.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/sr.po 2016-01-10 09:02:05.000000000 +0000 @@ -9,7 +9,7 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-05-25 14:54+0000\n" +"PO-Revision-Date: 2013-08-25 22:59+0000\n" "Last-Translator: Саша Петровић \n" "Language-Team: српски <српски >\n" "MIME-Version: 1.0\n" @@ -17,8 +17,8 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -1729,10 +1729,10 @@ "Launchpad Contributions:\n" " Kosava https://launchpad.net/~kosava\n" " Mario Kemper (Romario) https://launchpad.net/~mario-kemper\n" -" Rancher https://launchpad.net/~rancher\n" " Stefan Jokic https://launchpad.net/~ironstar94\n" " Vladimir Lazic https://launchpad.net/~vlazic\n" " liticovjesac https://launchpad.net/~liticovjesac\n" +" Ђорђе Васиљевић https://launchpad.net/~susexe\n" " Саша Петровић https://launchpad.net/~salepetronije" #: translate_tmp.pl:34 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/sv.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/sv.po --- shutter-0.92/share/shutter/resources/po/shutter/sv.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/sv.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-02-27 17:20+0000\n" +"PO-Revision-Date: 2013-08-25 22:57+0000\n" "Last-Translator: Mikael Hiort af Ornäs \n" "Language-Team: Swedish \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/ta.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ta.po --- shutter-0.92/share/shutter/resources/po/shutter/ta.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ta.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-04-23 01:59+0000\n" -"Last-Translator: Mario Kemper (Romario) \n" +"PO-Revision-Date: 2014-06-04 07:14+0000\n" +"Last-Translator: aswin kumar \n" "Language-Team: Tamil \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -95,7 +95,7 @@ #: translate_tmp.pl:1014 msgid "Capture" -msgstr "" +msgstr "பிடிப்பு" #: translate_tmp.pl:1021 msgid "Selection Capture" @@ -107,7 +107,7 @@ #: translate_tmp.pl:1035 msgid "Menu/Tooltip Capture" -msgstr "" +msgstr "பட்டி / உதவிக்குறிப்பு பிடிப்பு" #: translate_tmp.pl:1042 msgid "Website Capture" @@ -148,28 +148,28 @@ #: translate_tmp.pl:1120 msgid "%Y = year\n" -msgstr "" +msgstr "%Y = வருடம்\n" #: translate_tmp.pl:1120 msgid "%m = month\n" -msgstr "" +msgstr "%m = மாதம்\n" #: translate_tmp.pl:1120 #, perl-format msgid "%d = day\n" -msgstr "" +msgstr "%d = நாள்\n" #: translate_tmp.pl:1120 msgid "%T = time\n" -msgstr "" +msgstr "%T = நேரம்\n" #: translate_tmp.pl:1120 msgid "$w = width\n" -msgstr "" +msgstr "$w = அகலம்\n" #: translate_tmp.pl:1120 msgid "$h = height\n" -msgstr "" +msgstr "$h = உயரம்\n" #: translate_tmp.pl:1120 msgid "$name = multi-purpose (e.g. window title)\n" @@ -194,12 +194,12 @@ #: translate_tmp.pl:1134 #: translate_tmp.pl:2981 msgid "Compression" -msgstr "" +msgstr "சுருக்குதல்" #: translate_tmp.pl:1143 #: translate_tmp.pl:1144 msgid "Adjust quality/compression value" -msgstr "" +msgstr "தரத்தை சரிசெய் /சுருக்குதல் மதிப்பு" #: translate_tmp.pl:1232 #: translate_tmp.pl:1233 @@ -208,7 +208,7 @@ #: translate_tmp.pl:1242 msgid "Directory" -msgstr "" +msgstr "அடைவு" #: translate_tmp.pl:1243 #: translate_tmp.pl:10477 @@ -255,7 +255,7 @@ #: translate_tmp.pl:1351 msgid "Delay" -msgstr "" +msgstr "தாமதி" #: translate_tmp.pl:1353 #: translate_tmp.pl:1362 @@ -265,8 +265,8 @@ #: translate_tmp.pl:2903 msgid "second" msgid_plural "seconds" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "வினாடி" +msgstr[1] "வினாடிகள்" #: translate_tmp.pl:1360 msgid "Capture after a delay of" @@ -303,7 +303,7 @@ #: translate_tmp.pl:1472 msgid "16 colors - (4bit) " -msgstr "" +msgstr "16 நிறங்கள்-(4 துண்டுகள்) " #: translate_tmp.pl:1473 msgid "64 colors - (6bit) " @@ -325,7 +325,7 @@ #: translate_tmp.pl:1514 msgid "Thumbnail" -msgstr "" +msgstr "சிறு தோற்றம்" #: translate_tmp.pl:1541 #: translate_tmp.pl:1542 @@ -337,7 +337,7 @@ #: translate_tmp.pl:1556 msgid "Border" -msgstr "" +msgstr "எல்லை" #: translate_tmp.pl:1558 #: translate_tmp.pl:1641 @@ -346,11 +346,11 @@ #: translate_tmp.pl:1871 #: translate_tmp.pl:7233 msgid "pixels" -msgstr "" +msgstr "படத்துணுக்குகள்" #: translate_tmp.pl:1560 msgid "Color" -msgstr "" +msgstr "நிறம்" #: translate_tmp.pl:1563 #: translate_tmp.pl:1569 @@ -367,7 +367,7 @@ #: translate_tmp.pl:1615 #: translate_tmp.pl:1624 msgid "Enable zoom window" -msgstr "" +msgstr "பெரிதாக்கும் சாளரத்தை இயக்கு" #: translate_tmp.pl:1633 msgid "Start with selection size of" @@ -375,7 +375,7 @@ #: translate_tmp.pl:1635 msgid "at" -msgstr "" +msgstr "இல்" #: translate_tmp.pl:1669 #: translate_tmp.pl:1670 @@ -405,7 +405,7 @@ #: translate_tmp.pl:1733 msgid "Automatically resize window to" -msgstr "" +msgstr "தானாக சாளரத்தை மறு அளவு செய்ய" #: translate_tmp.pl:1760 #: translate_tmp.pl:1761 @@ -437,7 +437,7 @@ #: translate_tmp.pl:1795 #: translate_tmp.pl:1796 msgid "Select only visible windows" -msgstr "" +msgstr "பார்க்ககூடிய சாளரங்களை மட்டும் தேர்வு செய்ய" #: translate_tmp.pl:1813 msgid "Pre-Capture Delay" @@ -463,7 +463,7 @@ #: translate_tmp.pl:1858 msgid "Virtual browser width" -msgstr "" +msgstr "மெய்நிகர் உலாவி அகலம்" #: translate_tmp.pl:1880 #: translate_tmp.pl:1881 @@ -484,11 +484,11 @@ #: translate_tmp.pl:3881 #: translate_tmp.pl:4192 msgid "Choose fill color" -msgstr "" +msgstr "நிரப்பும் நிறத்தை தேர்ந்தெடு" #: translate_tmp.pl:1899 msgid "Show as background" -msgstr "" +msgstr "பின்புலமாக காண்" #: translate_tmp.pl:1925 msgid "Displays any transparent parts of the image in a check pattern" @@ -507,7 +507,7 @@ #: translate_tmp.pl:1951 msgid "Sort ascending by" -msgstr "" +msgstr "ஏறுவரிசைப்படுத்து" #: translate_tmp.pl:1954 #: translate_tmp.pl:1958 @@ -516,7 +516,7 @@ #: translate_tmp.pl:1955 msgid "Sort descending by" -msgstr "" +msgstr "இறங்குவரிசைப்படுத்து" #: translate_tmp.pl:2017 #: translate_tmp.pl:2018 @@ -528,17 +528,17 @@ #: translate_tmp.pl:2027 #: translate_tmp.pl:2087 msgid "Start Shutter at login" -msgstr "" +msgstr "புகுபதிகையின் போது ஷட்டர் தொடங்கு" #: translate_tmp.pl:2028 #: translate_tmp.pl:2096 msgid "Hide window on first launch" -msgstr "" +msgstr "முதல் தொடக்கத்தின் போது சாளரத்தை மறை" #: translate_tmp.pl:2029 #: translate_tmp.pl:2105 msgid "Hide notification icon" -msgstr "" +msgstr "அறிவிப்பு படவுருக்களை மறை" #: translate_tmp.pl:2031 #: translate_tmp.pl:2114 @@ -559,7 +559,7 @@ #: translate_tmp.pl:2041 #: translate_tmp.pl:2141 msgid "Present main window after taking a screenshot" -msgstr "" +msgstr "திரைக்காட்சி எடுத்த பிறகு முதன்மையான சாளரத்தை காண்பி" #: translate_tmp.pl:2042 #: translate_tmp.pl:2187 @@ -583,11 +583,11 @@ #: translate_tmp.pl:2048 msgid "Notification agent" -msgstr "" +msgstr "அறிவித்தல் முகவர்" #: translate_tmp.pl:2050 msgid "Desktop Notifications" -msgstr "" +msgstr "திரைப்பலக அறிவிக்கைகள்" #: translate_tmp.pl:2051 msgid "Built-In Notifications" @@ -596,17 +596,17 @@ #: translate_tmp.pl:2058 #: translate_tmp.pl:2196 msgid "Ask before moving files to trash" -msgstr "" +msgstr "கோப்புகளை குப்பைக்கு நகரத்தும் முன் கேள்" #: translate_tmp.pl:2059 #: translate_tmp.pl:2205 msgid "Move file to trash when closing tab" -msgstr "" +msgstr "தாவலை மூடும் போது குப்பைக்கு கோப்பை நகர்த்தவும்" #: translate_tmp.pl:2060 #: translate_tmp.pl:2214 msgid "Notify when file was deleted from filesystem" -msgstr "" +msgstr "கோப்பு முறைமையில் இருந்து கோப்பு நீக்கப்படும் போது தெரிவி" #: translate_tmp.pl:2123 #: translate_tmp.pl:2124 @@ -633,7 +633,7 @@ #: translate_tmp.pl:2243 #: translate_tmp.pl:10547 msgid "URI" -msgstr "" +msgstr "URI" #: translate_tmp.pl:2253 #: translate_tmp.pl:2255 @@ -651,17 +651,17 @@ #: translate_tmp.pl:10566 #: translate_tmp.pl:10568 msgid "Connection mode" -msgstr "" +msgstr "இணைப்பு முறை" #: translate_tmp.pl:2264 #: translate_tmp.pl:10562 msgid "Active mode" -msgstr "" +msgstr "இயக்க முறை" #: translate_tmp.pl:2265 #: translate_tmp.pl:10563 msgid "Passive mode" -msgstr "" +msgstr "செயலற்ற முறை" #: translate_tmp.pl:2281 #: translate_tmp.pl:2291 @@ -671,7 +671,7 @@ #: translate_tmp.pl:10578 #: translate_tmp.pl:10580 msgid "Username" -msgstr "" +msgstr "பயனர் பெயர்" #: translate_tmp.pl:2299 #: translate_tmp.pl:2311 @@ -681,7 +681,7 @@ #: translate_tmp.pl:10592 #: translate_tmp.pl:10594 msgid "Password" -msgstr "" +msgstr "கடவுச்சொல்" #: translate_tmp.pl:2319 #: translate_tmp.pl:2329 @@ -690,55 +690,55 @@ #: translate_tmp.pl:10604 #: translate_tmp.pl:10606 msgid "Website URL" -msgstr "" +msgstr "இணையதள முகவரி" #: translate_tmp.pl:2343 #: translate_tmp.pl:4162 msgid "Main" -msgstr "" +msgstr "முதன்மை" #: translate_tmp.pl:2408 msgid "Advanced" -msgstr "" +msgstr "மேம்பட்ட" #: translate_tmp.pl:2456 msgid "Image View" -msgstr "" +msgstr "பிம்ப காட்சி" #: translate_tmp.pl:2477 msgid "Behavior" -msgstr "" +msgstr "நடத்தை" #: translate_tmp.pl:2515 msgid "Upload" -msgstr "" +msgstr "பதிவேற்று" #: translate_tmp.pl:2575 msgid "Plugins" -msgstr "" +msgstr "சொருகுநிரல்கள்" #: translate_tmp.pl:2577 msgid "The following plugins are installed" -msgstr "" +msgstr "பின்வரும் செருகு நிரல்கள் நிறுவப்பட்டவை" #: translate_tmp.pl:2957 msgid "pixel" msgid_plural "pixels" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "படத்துணுக்கு" +msgstr[1] "படத்துணுக்குகள்" #: translate_tmp.pl:2967 #: translate_tmp.pl:2974 msgid "Quality" -msgstr "" +msgstr "தரம்" #: translate_tmp.pl:3051 msgid "Please activate the menu you want to capture" -msgstr "" +msgstr "தயவு செய்து நீங்கள் கைப்பற்ற வேண்டிய சாளரத்தை இயக்கவும்" #: translate_tmp.pl:3054 msgid "Please activate the tooltip you want to capture" -msgstr "" +msgstr "தயவு செய்து நீங்கள் கைப்பற்ற வேண்டிய உதவிக்குறிப்பை செயல்படுத்துக" #: translate_tmp.pl:3063 #: translate_tmp.pl:3074 @@ -753,16 +753,16 @@ #: translate_tmp.pl:3355 #: translate_tmp.pl:9147 msgid "Register" -msgstr "" +msgstr "பதிவு" #: translate_tmp.pl:3965 msgid "Profile deleted" -msgstr "" +msgstr "சுயவிவரம் நீக்கப்பட்டது" #: translate_tmp.pl:3968 #: translate_tmp.pl:3969 msgid "Profile could not be deleted" -msgstr "" +msgstr "சுயவிவரத்தை நீக்க முடியாது" #: translate_tmp.pl:3968 #: translate_tmp.pl:5682 @@ -775,22 +775,22 @@ #: translate_tmp.pl:108 #: translate_tmp.pl:118 msgid "Failed" -msgstr "" +msgstr "தோல்வியுற்றது" #: translate_tmp.pl:3987 #, perl-format msgid "Profile %s loaded successfully" -msgstr "" +msgstr "சுயவிவரம் %s வெற்றிகரமாக ஏற்றப்பட்டது" #: translate_tmp.pl:4016 #: translate_tmp.pl:7240 msgid "Session" -msgstr "" +msgstr "அமர்வு" #: translate_tmp.pl:4035 #: translate_tmp.pl:5365 msgid "not found" -msgstr "" +msgstr "கிடைக்கவில்லை" #: translate_tmp.pl:4244 msgid "Error while adding the file monitor." @@ -798,27 +798,27 @@ #: translate_tmp.pl:4765 msgid "Settings could not be saved!" -msgstr "" +msgstr "அமைப்புகளை சேமிக்க முடியவில்லை!" #: translate_tmp.pl:4768 msgid "Settings saved successfully!" -msgstr "" +msgstr "அமைப்புகள் வெற்றிகரமாக சேமிக்கபட்டது !" #: translate_tmp.pl:4794 msgid "Session could not be saved!" -msgstr "" +msgstr "அமர்வை சேமிக்க முடியவில்லை!" #: translate_tmp.pl:4823 msgid "Account-settings could not be saved!" -msgstr "" +msgstr "கணக்கு-அமைப்புகளை சேமிக்க முடியவில்லை!" #: translate_tmp.pl:5057 msgid "Settings could not be restored!" -msgstr "" +msgstr "அமைப்புகளை மீட்டெடுக்க முடியாது!" #: translate_tmp.pl:5061 msgid "Settings loaded successfully" -msgstr "" +msgstr "அமைப்புகள் வெற்றிகரமாக ஏற்றப்ப்பட்டன" #: translate_tmp.pl:5088 #: translate_tmp.pl:7010 @@ -827,12 +827,12 @@ #: translate_tmp.pl:5142 msgid "Account-settings could not be restored!" -msgstr "" +msgstr "கணக்கு அமைப்புகளை மீட்டேடுடக்க முடியாது!" #: translate_tmp.pl:5239 #: translate_tmp.pl:5337 msgid "opened" -msgstr "" +msgstr "திறந்தது" #: translate_tmp.pl:5242 #: translate_tmp.pl:5340 @@ -841,11 +841,11 @@ #: translate_tmp.pl:7032 #, perl-format msgid "Error while opening image %s." -msgstr "" +msgstr "பிழை படத்தை திறக்கும் போது %s" #: translate_tmp.pl:5353 msgid "Session could not be restored!" -msgstr "" +msgstr "அமர்வை மீட்டெடுக்க முடியவில்லை!" #: translate_tmp.pl:5406 #, perl-format @@ -865,32 +865,34 @@ #: translate_tmp.pl:5442 #, perl-format msgid "Are you sure you want to move %s to the trash?" -msgstr "" +msgstr "நீங்கள் நகர்த்த வேண்டுமா %s குப்பைக்கு ?" #: translate_tmp.pl:5442 #: translate_tmp.pl:5491 #: translate_tmp.pl:209 #: translate_tmp.pl:710 msgid "Move to _Trash" -msgstr "" +msgstr "குப்பைத் தொட்டிக்கு நகர்த்தவும் (_T)" #: translate_tmp.pl:5456 msgid "deleted" -msgstr "" +msgstr "நீக்கப்பட்டது" #: translate_tmp.pl:5491 msgid "Are you sure you want to move the selected files to the trash?" msgstr "" +"நீங்கள் தேர்ந்தெடுத்த கோப்புகளை குப்பைக்கு நகர்த்த வேண்டும் என்பதில் " +"உறுதியாக இருக்கிறீர்களா?" #: translate_tmp.pl:5495 #: translate_tmp.pl:5529 #: translate_tmp.pl:5634 msgid "No screenshots selected" -msgstr "" +msgstr "திரைக்காட்சிகள் தேர்வு செய்யப்படவில்லை" #: translate_tmp.pl:5547 msgid "Selected screenshots deleted" -msgstr "" +msgstr "தேர்வு செய்த திரைக்காட்சிகள் நீக்கப்பட்டது" #: translate_tmp.pl:5583 #: translate_tmp.pl:7692 @@ -900,11 +902,11 @@ #: translate_tmp.pl:7823 #: translate_tmp.pl:7849 msgid "removed from session" -msgstr "" +msgstr "அமர்விலிருந்து நீக்கப்பட்டது" #: translate_tmp.pl:5652 msgid "Selected screenshots removed" -msgstr "" +msgstr "தேர்வு செய்த திரைக்காட்சிகள் நீக்கப்பட்டது" #: translate_tmp.pl:5682 #: translate_tmp.pl:6088 @@ -931,7 +933,7 @@ #: translate_tmp.pl:5877 #, perl-format msgid "Error while copying last version (%s)." -msgstr "" +msgstr "கடந்த பதிப்பை நகல் எடுப்பதில் பிழை (%s)." #: translate_tmp.pl:5829 #, perl-format @@ -940,7 +942,7 @@ #: translate_tmp.pl:5869 msgid "Last action redone" -msgstr "" +msgstr "கடைசி செயல் மீட்கப்பட்டன" #: translate_tmp.pl:5877 #, perl-format @@ -949,7 +951,7 @@ #: translate_tmp.pl:5911 msgid "No plugin installed" -msgstr "" +msgstr "செருகி நிறுவப்படவில்லை" #: translate_tmp.pl:6170 #: translate_tmp.pl:6581 @@ -975,24 +977,24 @@ #: translate_tmp.pl:154 #: translate_tmp.pl:164 msgid "Error while taking the screenshot." -msgstr "" +msgstr "திரைக்காட்சி எடுப்பதில் பிழை" #: translate_tmp.pl:6608 #: translate_tmp.pl:134 msgid "Capture aborted by user" -msgstr "" +msgstr "கைப்பற்றுதல் பயனரால் கைவிடப்பட்டது" #: translate_tmp.pl:6738 #: translate_tmp.pl:6759 #, perl-format msgid "%s saved" -msgstr "" +msgstr "%s சேமிக்கபட்டது" #: translate_tmp.pl:6746 #: translate_tmp.pl:6749 #: translate_tmp.pl:6764 msgid "Screenshot saved" -msgstr "" +msgstr "திரைப்பிடிப்பு சேமிக்கப்பட்டது" #: translate_tmp.pl:6773 #, perl-format @@ -1000,33 +1002,35 @@ "The filename %s could not be verified. Maybe it contains unsupported " "characters." msgstr "" +"கோப்பின் பெயர் %s உறுதிபடுத்த இயலவில்லை. ஒருவேளை ஆதரவளிக்காத எழுத்துக்கள் " +"இருக்கலாம்." #: translate_tmp.pl:7010 #: translate_tmp.pl:7021 #, perl-format msgid "%s opened with %s" -msgstr "" +msgstr "%s இதைக்கொண்டு திறக்க %s" #: translate_tmp.pl:7047 msgid "Opened all files with" -msgstr "" +msgstr "இதைக்கொண்டு அனைத்து கோப்புகளையும் திறக்க" #: translate_tmp.pl:7090 #: translate_tmp.pl:7109 #, perl-format msgid "Could not apply plugin %s" -msgstr "" +msgstr "சொருகியை நிறுவ முடியவில்லை %s" #: translate_tmp.pl:7106 #: translate_tmp.pl:7158 #, perl-format msgid "Successfully applied plugin %s" -msgstr "" +msgstr "வெற்றிகரமாக சொருகி நிறுவப்பட்டது %s" #: translate_tmp.pl:7161 #, perl-format msgid "Error while executing plugin %s." -msgstr "" +msgstr "சொருகியை இயக்குவதில் பிழை ஏற்பட்டுள்ளது %s" #: translate_tmp.pl:7161 msgid "There was an error executing the plugin." @@ -1045,19 +1049,19 @@ #: translate_tmp.pl:7686 msgid "Try to resave the file?" -msgstr "" +msgstr "கோப்பை மறுபதிவு செய்ய முயற்சிக்கவா?" #: translate_tmp.pl:7686 #, perl-format msgid "Image %s was not found on disk" -msgstr "" +msgstr "படம் %s வட்டில் காணப்படவில்லை" #: translate_tmp.pl:7715 #: translate_tmp.pl:7781 #: translate_tmp.pl:189 #, perl-format msgid "Error while saving the image %s." -msgstr "" +msgstr "படத்தை சேமிப்பதில் பிழை %s" #: translate_tmp.pl:7715 #: translate_tmp.pl:7781 @@ -1072,7 +1076,7 @@ #: translate_tmp.pl:10143 #: translate_tmp.pl:10150 msgid "saved" -msgstr "" +msgstr "சேமிக்கப்பட்டது" #: translate_tmp.pl:7813 #, perl-format @@ -1092,7 +1096,7 @@ #: translate_tmp.pl:8099 msgid "Updating plugin information" -msgstr "" +msgstr "செருகியின் தகவல்கள் புதுபிக்கபடுகின்றது" #: translate_tmp.pl:8104 msgid "Please wait while Shutter updates the plugin information" @@ -1129,7 +1133,7 @@ #: translate_tmp.pl:8537 msgid "Active Window" -msgstr "" +msgstr "செயலில் உள்ள சாளரம்" #: translate_tmp.pl:8542 msgid "Capture the last active window" @@ -1138,12 +1142,12 @@ #: translate_tmp.pl:8585 #: translate_tmp.pl:403 msgid "_Selection" -msgstr "" +msgstr "_தேர்வு" #: translate_tmp.pl:8604 #: translate_tmp.pl:429 msgid "_Desktop" -msgstr "" +msgstr "_ திரைப்பலகம்" #: translate_tmp.pl:8636 msgid "Window _under Cursor" @@ -1152,7 +1156,7 @@ #: translate_tmp.pl:8649 #: translate_tmp.pl:459 msgid "Select W_indow" -msgstr "" +msgstr "தேர்ந்தெடு W _ சாளரத்தை" #: translate_tmp.pl:8660 #: translate_tmp.pl:472 @@ -1162,21 +1166,21 @@ #: translate_tmp.pl:8673 #: translate_tmp.pl:488 msgid "_Menu" -msgstr "" +msgstr "_சாளரம்" #: translate_tmp.pl:8686 #: translate_tmp.pl:504 msgid "_Tooltip" -msgstr "" +msgstr "_ கருவிக்குறிப்பு" #: translate_tmp.pl:8699 #: translate_tmp.pl:522 msgid "_Web" -msgstr "" +msgstr "_ வலை" #: translate_tmp.pl:8713 msgid "S_how main window" -msgstr "" +msgstr "S _ முதன்மை சாளரம் எப்படி" #: translate_tmp.pl:8719 #: translate_tmp.pl:395 @@ -1186,7 +1190,7 @@ #: translate_tmp.pl:8730 #: translate_tmp.pl:223 msgid "_Quick profile select" -msgstr "" +msgstr "_விரைவாக சுயவிவரம் தேர்ந்தெடு" #: translate_tmp.pl:8896 msgid "Wait indefinitely" @@ -1210,7 +1214,7 @@ #: translate_tmp.pl:8908 msgid "Shutter will wait indefinitely for the screenshot to capture" -msgstr "" +msgstr "ஷட்டர் காலவரையின்றி காத்திருக்கும் திரைப்பிடிப்பு பதிவு செய்யும் வரை" #: translate_tmp.pl:8909 #: translate_tmp.pl:8910 @@ -1238,25 +1242,25 @@ #: translate_tmp.pl:9046 msgid "Host" -msgstr "" +msgstr "புரவல்கணினி" #: translate_tmp.pl:9113 msgid "Anonymous Upload" -msgstr "" +msgstr "அநாமதேய பதிவேற்று" #: translate_tmp.pl:9120 msgid "Authorized Upload" -msgstr "" +msgstr "அங்கீகரிக்கப்பட்ட பதிவேற்றம்" #: translate_tmp.pl:9127 msgid "OAuth Upload" -msgstr "" +msgstr "OAuth பதிவேற்றம்" #: translate_tmp.pl:9138 #: translate_tmp.pl:9199 #: translate_tmp.pl:10262 msgid "Description" -msgstr "" +msgstr "விளக்கம்" #: translate_tmp.pl:9170 msgid "Icon" @@ -1656,6 +1660,7 @@ " Mario Kemper (Romario) https://launchpad.net/~mario-kemper\n" " Mel C https://launchpad.net/~melc\n" " Vigneshwaran P https://launchpad.net/~vigneshchennai\n" +" aswin kumar https://launchpad.net/~aswinkumar-tpr\n" " vignesh naganathan https://launchpad.net/~vigneshcse2" #: translate_tmp.pl:34 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/te.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/te.po --- shutter-0.92/share/shutter/resources/po/shutter/te.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/te.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,21 +8,21 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2012-04-30 15:59+0000\n" -"Last-Translator: Praveen Illa \n" +"PO-Revision-Date: 2013-11-29 20:39+0000\n" +"Last-Translator: Akela \n" "Language-Team: Telugu \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 #: translate_tmp.pl:7396 msgid "Profile" -msgstr "ప్రవర" +msgstr "ప్రొఫైల్" #: translate_tmp.pl:483 #: translate_tmp.pl:4122 @@ -40,7 +40,7 @@ #: translate_tmp.pl:916 msgid "Choose a profile" -msgstr "" +msgstr "ప్రొఫైల్‌ను ఎంచుకోండి" #: translate_tmp.pl:932 msgid "Save configuration as profile" @@ -59,7 +59,7 @@ #: translate_tmp.pl:9907 #: translate_tmp.pl:1513 msgid "Image format" -msgstr "బొమ్మ ఆకృతి" +msgstr "చిత్రం ఫార్మాట్" #: translate_tmp.pl:965 msgid "Save" @@ -75,7 +75,7 @@ #: translate_tmp.pl:986 msgid "Notifications" -msgstr "గమనింపులు" +msgstr "ప్రకటనలు" #: translate_tmp.pl:993 msgid "Trash" @@ -116,7 +116,7 @@ #: translate_tmp.pl:1056 msgid "File Transfer Protocol (FTP)" -msgstr "" +msgstr "File Transfer Protocol (FTP)" #: translate_tmp.pl:1063 msgid "Transparent Parts" @@ -130,7 +130,7 @@ #: translate_tmp.pl:1953 #: translate_tmp.pl:1957 msgid "Filename" -msgstr "దస్త్రంపేరు" +msgstr "ఫైల్ పేరు" #: translate_tmp.pl:1105 #: translate_tmp.pl:9535 @@ -1650,10 +1650,11 @@ msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" +" Akela https://launchpad.net/~sdakela\n" " Mario Kemper (Romario) https://launchpad.net/~mario-kemper\n" " Praveen Illa https://launchpad.net/~telugulinux\n" " RajaSekharReddy Genupula https://launchpad.net/~genupulas\n" -" వీవెన్ (Veeven) https://launchpad.net/~veeven" +" వీవెన్ https://launchpad.net/~veeven" #: translate_tmp.pl:34 #: translate_tmp.pl:6033 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/th.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/th.po --- shutter-0.92/share/shutter/resources/po/shutter/th.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/th.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-05-07 11:36+0000\n" -"Last-Translator: Pichai Sivawat \n" +"PO-Revision-Date: 2014-02-12 15:11+0000\n" +"Last-Translator: Ronnachai Songrak \n" "Language-Team: Thai \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" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -1013,7 +1013,7 @@ #: translate_tmp.pl:7021 #, perl-format msgid "%s opened with %s" -msgstr "" +msgstr "%s เปิดด้วย %s" #: translate_tmp.pl:7047 msgid "Opened all files with" @@ -1141,7 +1141,7 @@ #: translate_tmp.pl:8542 msgid "Capture the last active window" -msgstr "" +msgstr "จับภาพหน้าจอล่าสุด" #: translate_tmp.pl:8585 #: translate_tmp.pl:403 @@ -1667,6 +1667,7 @@ " Mario Kemper (Romario) https://launchpad.net/~mario-kemper\n" " Pichai Sivawat https://launchpad.net/~pichai\n" " Pummarin Jomkoa https://launchpad.net/~kittenlinux\n" +" Ronnachai Songrak https://launchpad.net/~songrak-ron\n" " Songpon Phusing https://launchpad.net/~songpon.p-almacom\n" " prasopsuk https://launchpad.net/~prasopsuks" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/tr.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/tr.po --- shutter-0.92/share/shutter/resources/po/shutter/tr.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/tr.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-05-26 21:17+0000\n" +"PO-Revision-Date: 2013-08-25 23:01+0000\n" "Last-Translator: Ercan SORMAZ \n" "Language-Team: Turkish \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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/ug.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ug.po --- shutter-0.92/share/shutter/resources/po/shutter/ug.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ug.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/uk.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/uk.po --- shutter-0.92/share/shutter/resources/po/shutter/uk.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/uk.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,16 +8,16 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-02-11 19:51+0000\n" -"Last-Translator: Andriy Korchak \n" +"PO-Revision-Date: 2013-11-25 19:53+0000\n" +"Last-Translator: Микола Ткач \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -390,7 +390,7 @@ #: translate_tmp.pl:1677 #: translate_tmp.pl:1678 msgid "Start Selection Tool with a customized selection size" -msgstr "" +msgstr "Запустіть інструмент виділення з розмірами вказаними користувачем" #: translate_tmp.pl:1696 msgid "Show help text" @@ -1220,7 +1220,7 @@ #: translate_tmp.pl:8713 msgid "S_how main window" -msgstr "" +msgstr "По_казати головне вікно" #: translate_tmp.pl:8719 #: translate_tmp.pl:395 @@ -1751,7 +1751,8 @@ " Sukochev Roman (Leolik) https://launchpad.net/~leolik\n" " Venechka https://launchpad.net/~vene4ka\n" " andygol https://launchpad.net/~andygol\n" -" atany https://launchpad.net/~ye-gorshkov" +" atany https://launchpad.net/~ye-gorshkov\n" +" Микола Ткач https://launchpad.net/~stuartlittle1970" #: translate_tmp.pl:34 #: translate_tmp.pl:6033 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/ur.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ur.po --- shutter-0.92/share/shutter/resources/po/shutter/ur.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/ur.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/vi.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/vi.po --- shutter-0.92/share/shutter/resources/po/shutter/vi.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/vi.po 2016-01-10 09:02:05.000000000 +0000 @@ -2,21 +2,22 @@ # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the shutter package. # FIRST AUTHOR , 2009. -# +# Anh Phan , 2013. msgid "" msgstr "" "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2013-04-21 16:47+0000\n" -"Last-Translator: Khang Mạnh Tử \n" -"Language-Team: Vietnamese \n" +"PO-Revision-Date: 2013-09-07 20:42+0000\n" +"Last-Translator: ppanhh \n" +"Language-Team: ppanhh@gmail.com\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" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" +"Language: vi\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -125,7 +126,7 @@ #: translate_tmp.pl:1070 msgid "Session View" -msgstr "" +msgstr "Chế độ xem phiên làm việc" #: translate_tmp.pl:1078 #: translate_tmp.pl:1953 @@ -389,6 +390,7 @@ #: translate_tmp.pl:1678 msgid "Start Selection Tool with a customized selection size" msgstr "" +"Bắt đầu công cụ lựa chọn với một khu vực lựa chọn được tùy chỉnh trước" #: translate_tmp.pl:1696 msgid "Show help text" @@ -405,7 +407,7 @@ #: translate_tmp.pl:1733 msgid "Automatically resize window to" -msgstr "" +msgstr "Tự động thay đổi kích thước cửa sổ về" #: translate_tmp.pl:1760 #: translate_tmp.pl:1761 @@ -417,10 +419,14 @@ "This method asks the window manager to resize the window. However, the " "window manager may not allow the resize." msgstr "" +"Phần này thay đổi kích thước cửa sổ một cách tự động dựa vào chiều rộng và " +"chiều cao. Phương pháp này yêu cầu trình quản lý cửa sổ tiến hành thay đổi " +"kích cỡ cửa sổ. Tuy nhiên, trình quản lý cửa sổ có thể không cho phép việc " +"thay đổi kích cỡ." #: translate_tmp.pl:1777 msgid "Force rounded window corners" -msgstr "" +msgstr "Buộc các góc cửa sổ dạng bo tròn" #: translate_tmp.pl:1786 #, perl-format @@ -433,6 +439,14 @@ "named ~/.shutter/shape.conf and put custom values in it. The default values " "are stored in %s." msgstr "" +"Shutter sử dụng phần bổ sung từ XShape để quyết định hình dạng của cửa sổ, " +"nhưng điều này không hữu dụng trong một số trường hợp, ví dụ như khi đang " +"chạy compiz.\n" +"\n" +"Khi tùy chọn này được kích hoạt Shutter sử dụng tham số cố định để làm tròn " +"các góc cửa sổ. Bạn có thể ghi đè lên các tham số mặc định bằng cách tạo ra " +"một tập tin tên ~/.shutter/shape.conf và đặt giá trị tùy chỉnh trong đó. Các " +"giá trị mặc định được lưu trong %s." #: translate_tmp.pl:1795 #: translate_tmp.pl:1796 @@ -451,7 +465,7 @@ #: translate_tmp.pl:1841 msgid "Ignore possibly wrong type hints" -msgstr "" +msgstr "Bỏ qua các phần gợi ý sai về mặt thể loại" #: translate_tmp.pl:1842 msgid "" @@ -509,23 +523,23 @@ #: translate_tmp.pl:1951 msgid "Sort ascending by" -msgstr "" +msgstr "Sắp xếp giảm dần theo" #: translate_tmp.pl:1954 #: translate_tmp.pl:1958 msgid "Key/Time Created" -msgstr "" +msgstr "Thời gian/Khóa được tạo" #: translate_tmp.pl:1955 msgid "Sort descending by" -msgstr "" +msgstr "Sắp xếp tăng dần theo" #: translate_tmp.pl:2017 #: translate_tmp.pl:2018 #: translate_tmp.pl:2019 #: translate_tmp.pl:2020 msgid "Configure sort criteria" -msgstr "" +msgstr "Chỉnh cấu hình khu vực sắp xếp" #: translate_tmp.pl:2027 #: translate_tmp.pl:2087 @@ -540,7 +554,7 @@ #: translate_tmp.pl:2029 #: translate_tmp.pl:2105 msgid "Hide notification icon" -msgstr "" +msgstr "Ẩn biểu tượng thông báo" #: translate_tmp.pl:2031 #: translate_tmp.pl:2114 @@ -549,7 +563,7 @@ #: translate_tmp.pl:2032 msgid "Redraw Delay" -msgstr "" +msgstr "Độ trễ khi vẽ lại" #: translate_tmp.pl:2035 #: translate_tmp.pl:2908 @@ -571,7 +585,7 @@ #: translate_tmp.pl:2044 #: translate_tmp.pl:2150 msgid "Display pop-up notification after taking a screenshot" -msgstr "" +msgstr "Hiển thị các thông báo dạng bật lên sau khi chụp màn hình" #: translate_tmp.pl:2045 #: translate_tmp.pl:2159 @@ -1666,6 +1680,7 @@ " Ngoc Van-Hong Vo https://launchpad.net/~vhngoc\n" " Phan Trọng Khanh https://launchpad.net/~khanhpt\n" " TxHuy https://launchpad.net/~xhuy8x\n" +" ppanhh https://launchpad.net/~ppanhh\n" " vozmem https://launchpad.net/~maximusaelius1987" #: translate_tmp.pl:34 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/zh_CN.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/zh_CN.po --- shutter-0.92/share/shutter/resources/po/shutter/zh_CN.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/zh_CN.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,15 +8,15 @@ "Project-Id-Version: gscrot\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-12-18 16:48+0100\n" -"PO-Revision-Date: 2011-12-02 11:01+0000\n" -"Last-Translator: Coiby Xu \n" +"PO-Revision-Date: 2014-05-10 13:58+0000\n" +"Last-Translator: Qiaochu \n" "Language-Team: Simplified Chinese \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" -"X-Launchpad-Export-Date: 2013-08-25 19:20+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 @@ -386,7 +386,7 @@ #: translate_tmp.pl:1677 #: translate_tmp.pl:1678 msgid "Start Selection Tool with a customized selection size" -msgstr "" +msgstr "使用预设尺寸来截取区域" #: translate_tmp.pl:1696 msgid "Show help text" @@ -1176,7 +1176,7 @@ #: translate_tmp.pl:8713 msgid "S_how main window" -msgstr "" +msgstr "显示(S_)主窗口" #: translate_tmp.pl:8719 #: translate_tmp.pl:395 @@ -1660,12 +1660,14 @@ " LukaLuka https://launchpad.net/~lukaluka\n" " Mario Kemper (Romario) https://launchpad.net/~mario-kemper\n" " Mengxuan Xia https://launchpad.net/~xiamx\n" +" Qiaochu https://launchpad.net/~qiaochulixian\n" +" RYOHOI https://launchpad.net/~buweiliao\n" " Tiger Soldier https://launchpad.net/~tigersoldi\n" " Xhacker Liu https://launchpad.net/~xhacker\n" " Xuefeng MAO https://launchpad.net/~x-f-mao\n" +" York Wong https://launchpad.net/~ethinx\n" " bt4wang https://launchpad.net/~bt4wang\n" " c_C https://launchpad.net/~midnacc\n" -" ethinx https://launchpad.net/~ethinx\n" " fujianwzh https://launchpad.net/~wzh\n" " kaiman https://launchpad.net/~kaigfm\n" " lyman https://launchpad.net/~lyman\n" diff -Nru shutter-0.92/share/shutter/resources/po/shutter/zh_HK.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/zh_HK.po --- shutter-0.92/share/shutter/resources/po/shutter/zh_HK.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/zh_HK.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter/zh_TW.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/zh_TW.po --- shutter-0.92/share/shutter/resources/po/shutter/zh_TW.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter/zh_TW.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp.pl:476 #: translate_tmp.pl:2590 diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/ar.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ar.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/ar.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ar.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: gscrot-plugins-bash\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" -"PO-Revision-Date: 2011-10-25 11:25+0000\n" -"Last-Translator: Sa5aD \n" +"PO-Revision-Date: 2014-04-04 09:25+0000\n" +"Last-Translator: Ibrahim Saed \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" @@ -27,11 +27,11 @@ #: translate_tmp:72 #: translate_tmp:64 msgid "Effect" -msgstr "تأثير" +msgstr "التأثير" #: translate_tmp:29 msgid "Turn the image into a grayscale image (256 shades)" -msgstr "تحويل الصورة إلى تدرج الرمادي (256 shades)" +msgstr "تحويل الصورة إلى تدرج الرمادي (256 لون)" #: translate_tmp:27 msgid "Offset" @@ -39,43 +39,43 @@ #: translate_tmp:29 msgid "Give the picture an offset with itself as background" -msgstr "" +msgstr "إعطاء الصّورة إزاحة مع نفسها كخلفية" #: translate_tmp:27 msgid "Raise Border" -msgstr "" +msgstr "الترفيع في الحدود" #: translate_tmp:29 msgid "Raise a rectangular 3d-border" -msgstr "" +msgstr "الترفيع في الحدود 3D المستطيليّة" #: translate_tmp:27 msgid "Soft Edges" -msgstr "" +msgstr "حواف ناعمة" #: translate_tmp:29 msgid "Add soft edges around the image" -msgstr "" +msgstr "إضافة حدود ناعمة حول محيط الصّورة" #: translate_tmp:27 msgid "Sunk Border" -msgstr "" +msgstr "حدود عميقة" #: translate_tmp:29 msgid "Add an inverted 3d border to the image" -msgstr "" +msgstr "إضافة حواف معكوسة ثلاثية الأبعاد للصورة" #: translate_tmp:27 msgid "Torned Paper" -msgstr "" +msgstr "ورقة ممزّقة" #: translate_tmp:29 msgid "Add a torn-like border to the image" -msgstr "" +msgstr "إضافة حواف ممزّقة للصورة" #: translate_tmp:27 msgid "Autocrop" -msgstr "قص تلقائي" +msgstr "اقتصاص تلقائي" #: translate_tmp:28 #: translate_tmp:49 @@ -88,7 +88,7 @@ #: translate_tmp:73 msgid "3D reflection" -msgstr "" +msgstr "إنعكاس ثلاثي الأبعاد" #: translate_tmp:75 msgid "" @@ -98,6 +98,11 @@ "\n" "http://www.fmwconcepts.com/imagemagick/3Dreflection/index.php" msgstr "" +"إضافة انعكاس متلاشي أسفل الصورة ومشاهدتها من جانب منظوري\n" +"\n" +"استنادا للبرنامج النصي لـ Fred Weinhaus\n" +"\n" +"http://www.fmwconcepts.com/imagemagick/3Dreflection/index.php" #: translate_tmp:104 #: translate_tmp:133 @@ -108,16 +113,16 @@ #: translate_tmp:111 #: translate_tmp:118 msgid "Perseptive rotation around left edge of image" -msgstr "" +msgstr "دوران مميّز حول الحافة اليسرى للصورة" #: translate_tmp:122 msgid "Fade:" -msgstr "بهتان:" +msgstr "التلاشي:" #: translate_tmp:129 #: translate_tmp:136 msgid "Fade percent for mirror image" -msgstr "" +msgstr "نسبة تلاشي الصورة طبق الأصل" #: translate_tmp:140 msgid "Opacity:" @@ -126,35 +131,35 @@ #: translate_tmp:147 #: translate_tmp:154 msgid "Opacity percent applied to whole mirror image" -msgstr "" +msgstr "نسبة التعميم المسلّطة على كافة الصّورة طبق الأصل" #: translate_tmp:158 msgid "Pef:" -msgstr "" +msgstr "Pef:" #: translate_tmp:165 #: translate_tmp:172 msgid "Perspective exaggeration factor" -msgstr "" +msgstr "عامل المبالغة في المنظور" #: translate_tmp:176 msgid "Gap:" -msgstr "" +msgstr "الفجوة:" #: translate_tmp:183 #: translate_tmp:190 msgid "Gap between image and mirror in pixels" -msgstr "" +msgstr "الفجوة بين الصّورة و المرأة بالبيكسل" #: translate_tmp:194 #: translate_tmp:176 msgid "Zoom:" -msgstr "" +msgstr "التقريب:" #: translate_tmp:201 #: translate_tmp:208 msgid "Zoom factor for output image" -msgstr "" +msgstr "عامل التكبير للصورة النهائيّة" #: translate_tmp:212 #: translate_tmp:236 @@ -168,7 +173,7 @@ #: translate_tmp:170 #: translate_tmp:199 msgid "Choose background color" -msgstr "" +msgstr "اختيار اللون الخلفي" #: translate_tmp:423 #: translate_tmp:459 @@ -181,7 +186,7 @@ #: translate_tmp:315 #, perl-format msgid "Error while executing plugin %s." -msgstr "" +msgstr "خطأ عند تنفيذ المُلحق %s." #: translate_tmp:424 #: translate_tmp:460 @@ -193,11 +198,11 @@ #: translate_tmp:315 #: translate_tmp:316 msgid "There was an error executing the plugin." -msgstr "" +msgstr "حدث خطأ أثناء تنفيذ المُلحق." #: translate_tmp:73 msgid "3D rotate" -msgstr "" +msgstr "تعاقب 3D" #: translate_tmp:75 msgid "" @@ -207,31 +212,37 @@ "\n" "http://www.fmwconcepts.com/imagemagick/3Drotate/index.php" msgstr "" +"تطبيق تشويه لمنظور الصّورة\n" +"\n" +"استنادا للبرنامج النصي لـ Fred Weinhaus\n" +"\n" +"http://www.fmwconcepts.com/imagemagick/3Drotate/index.php" #: translate_tmp:111 #: translate_tmp:118 msgid "Rotation around image vertical centerline" -msgstr "" +msgstr "الدوران حول المحور العمودي للصورة" #: translate_tmp:129 #: translate_tmp:136 msgid "Rotation around image horizontal centerline" -msgstr "" +msgstr "الدوران حول المحور الأفقي للصورة" #: translate_tmp:147 #: translate_tmp:154 msgid "Rotation around the image center" -msgstr "" +msgstr "الدوران حول المحور المركزي للصورة" #: translate_tmp:183 #: translate_tmp:190 msgid "" "Output zoom factor; where value > 1 means zoom in and < 1 means zoom out" msgstr "" +"ناتج عامل التكبير ، النتيجة > 1 يعني تكبير أمّا < 1 يعني تصغيير للصورة" #: translate_tmp:204 msgid "Auto:" -msgstr "" +msgstr "آلي" #: translate_tmp:226 #: translate_tmp:233 @@ -244,38 +255,45 @@ "\n" "out - Creates an output image of size needed to hold the transformed image" msgstr "" +"off ـ لا وجود لضبط تلقائي \n" +"\n" +"c ـ مربّع وسط المحيط عند الإنتاج\n" +"\n" +"zc ـ تكبير لملئ و إنتاج المربّع المحيط عند الإنتاج\n" +"\n" +"out ـ صناعة صورة نهائيّة حسب المقاييس المطلوبة للإحتفاظ بالصورة المتغيّرة" #: translate_tmp:243 msgid "Sky color" -msgstr "" +msgstr "لون السّماء" #: translate_tmp:248 msgid "Choose sky color" -msgstr "" +msgstr "إختيار لون السّماء" #: translate_tmp:62 msgid "Barrel Distortion" -msgstr "" +msgstr "برميل التشويه" #: translate_tmp:64 msgid "Apply a distortion effect to your screenshot" -msgstr "" +msgstr "تطبيق تأثير التشويه لقطعة من الصّورة" #: translate_tmp:93 msgid "A:" -msgstr "" +msgstr "أ :" #: translate_tmp:97 msgid "B:" -msgstr "" +msgstr "ب :" #: translate_tmp:101 msgid "C:" -msgstr "" +msgstr "ج :" #: translate_tmp:105 msgid "D:" -msgstr "" +msgstr "د :" #: translate_tmp:112 #: translate_tmp:119 @@ -294,10 +312,18 @@ "Defined by Barrel Correction Distortion, by Helmut Dersch.\n" "http://www.all-in-one.ee/~dersch/barrel/barrel.html" msgstr "" +"المتغيّر د يصف مدى التحجيم الطّولي للصورة. باستعمال د=1 و أ=ب=0 الصّورة " +"ستبقى نفسها. إختيار قيمة أخرى للمتغيّر د يغيّر حجم الصّورة حسب قيمة " +"المتغيّر. أ ، ب و ج يشوّهون الصّورة. و بإستعمال القيم السلبيّة تبتعد النقاط " +"عن مركز الصّورة.\n" +"\n" +"معرّفة من قبل برميل تصحيح التشويه ، ل Helmut Dersh\n" +"\n" +"http://www.all-in-one.ee/~dersch/barrel/barrel.html" #: translate_tmp:73 msgid "Bordereffects" -msgstr "" +msgstr "تأثيرات الحدود" #: translate_tmp:75 msgid "" @@ -307,6 +333,11 @@ "\n" "http://www.fmwconcepts.com/imagemagick/bordereffects/index.php" msgstr "" +"إنشاء مجموعة من التأثيرات مثل التشتّت على حدود الصّورة\n" +"\n" +"Based on a script by Fred Weinhaus\n" +"\n" +"http://www.fmwconcepts.com/imagemagick/bordereffects/index.php" #: translate_tmp:104 msgid "Size:" @@ -315,53 +346,53 @@ #: translate_tmp:111 #: translate_tmp:118 msgid "The size or dimension of the border region" -msgstr "" +msgstr "الحجم أو البعد عند المنطقة الحدوديّة" #: translate_tmp:122 msgid "Density:" -msgstr "" +msgstr "الكثافة :" #: translate_tmp:129 #: translate_tmp:136 msgid "The frequency of detail in the border" -msgstr "" +msgstr "تواتر التفاصيل عند الحدود" #: translate_tmp:140 msgid "Curviness:" -msgstr "" +msgstr "الإلتواء :" #: translate_tmp:147 #: translate_tmp:154 msgid "The curviness in the border features" -msgstr "" +msgstr "إلتواء في ملامح الحدود" #: translate_tmp:158 msgid "Granularity:" -msgstr "" +msgstr "حبيبات :" #: translate_tmp:165 #: translate_tmp:172 msgid "" "The base grain size or pixelization size used to create the detail in the " "border" -msgstr "" +msgstr "قاعدة حجم البيكسال المستعمل لإنشاء تفاصيل الحدود" #: translate_tmp:176 msgid "Pad:" -msgstr "" +msgstr "وسادة" #: translate_tmp:183 #: translate_tmp:190 msgid "The pad size of constant color around the perimeter of the border" -msgstr "" +msgstr "حجم اللون لوسادة الألوان الثابتة حول محيط الحدود" #: translate_tmp:62 msgid "Negate" -msgstr "" +msgstr "عكس" #: translate_tmp:64 msgid "Invert the colors of the image" -msgstr "" +msgstr "عكس ألوان الصّورة" #: translate_tmp:101 msgid "Channel" @@ -369,13 +400,14 @@ #: translate_tmp:62 msgid "Polaroid" -msgstr "" +msgstr "مستقطب الضوء" #: translate_tmp:64 msgid "" "Make your screenshot look like a polaroid photo, add a caption, and even " "rotate it a little" msgstr "" +"إجعل صورتك كصورة مستقطبة للضوء ، إضافة إسم توضيحي ، و حتّى تدور الصورة قليلا" #: translate_tmp:99 #: translate_tmp:93 @@ -392,6 +424,10 @@ "%d = day\n" "%T = time" msgstr "" +"%Y = السنة\n" +"%m = الشهر\n" +"%d = اليوم\n" +"%T = السّاعة" #: translate_tmp:116 #: translate_tmp:110 @@ -406,28 +442,28 @@ #: translate_tmp:137 #: translate_tmp:131 msgid "Stroke color" -msgstr "" +msgstr "لون الجرة" #: translate_tmp:142 #: translate_tmp:136 msgid "Choose stroke color" -msgstr "" +msgstr "اختر لون خط الرسم" #: translate_tmp:45 msgid "Resize" -msgstr "" +msgstr "تغيير الحجم" #: translate_tmp:53 msgid "Resize your screenshot" -msgstr "" +msgstr "تغيير حجم صورتك" #: translate_tmp:71 msgid "Sepia" -msgstr "" +msgstr "تأثير اللّون البنّي الدّاكن" #: translate_tmp:73 msgid "Add sepia color toning to the image" -msgstr "" +msgstr "إضافة لون داكن لتنغيم الصورة" #: translate_tmp:110 msgid "Sepia tone" @@ -435,11 +471,11 @@ #: translate_tmp:63 msgid "Hard Shadow" -msgstr "" +msgstr "ظلّ ثابت" #: translate_tmp:65 msgid "Add a shadow to the image on a transparent background" -msgstr "" +msgstr "إضافة ضلّ للصورة داخل صورة شفّافة" #: translate_tmp:94 msgid "Direction" @@ -448,7 +484,7 @@ #: translate_tmp:110 #: translate_tmp:117 msgid "The direction of the shadow" -msgstr "" +msgstr "إتّجاه الضلّ" #: translate_tmp:121 msgid "Color" @@ -469,4 +505,4 @@ #: translate_tmp:64 msgid "Add a custom text watermark to your screenshot" -msgstr "" +msgstr "إضافة علامة نصيّة مائيّة لقطعة الشّاشة" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/bg.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/bg.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/bg.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/bg.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,18 +8,18 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" -"PO-Revision-Date: 2011-08-28 16:10+0000\n" -"Last-Translator: Dimitar Dimitrov \n" +"PO-Revision-Date: 2014-02-21 16:42+0000\n" +"Last-Translator: Atanas Kovachki \n" "Language-Team: Bulgarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" -msgstr "" +msgstr "Отенъци на сивото" #: translate_tmp:28 #: translate_tmp:74 @@ -31,7 +31,7 @@ #: translate_tmp:29 msgid "Turn the image into a grayscale image (256 shades)" -msgstr "" +msgstr "Създава изображение с отенъци на сивото (256 отенъка)" #: translate_tmp:27 msgid "Offset" @@ -39,7 +39,7 @@ #: translate_tmp:29 msgid "Give the picture an offset with itself as background" -msgstr "" +msgstr "Създава рамка около изображението със самото изображение като фон" #: translate_tmp:27 msgid "Raise Border" @@ -51,11 +51,11 @@ #: translate_tmp:27 msgid "Soft Edges" -msgstr "" +msgstr "Меки ъгли" #: translate_tmp:29 msgid "Add soft edges around the image" -msgstr "" +msgstr "Добавя закръглени ъгли около изображението" #: translate_tmp:27 msgid "Sunk Border" @@ -75,7 +75,7 @@ #: translate_tmp:27 msgid "Autocrop" -msgstr "" +msgstr "Автоматично изрязване" #: translate_tmp:28 #: translate_tmp:49 @@ -122,11 +122,11 @@ #: translate_tmp:129 #: translate_tmp:136 msgid "Fade percent for mirror image" -msgstr "" +msgstr "Процент за избледняване за огледално иображение" #: translate_tmp:140 msgid "Opacity:" -msgstr "" +msgstr "Непрозрачност:" #: translate_tmp:147 #: translate_tmp:154 @@ -145,12 +145,12 @@ #: translate_tmp:176 msgid "Gap:" -msgstr "Празнина:" +msgstr "Отстъп:" #: translate_tmp:183 #: translate_tmp:190 msgid "Gap between image and mirror in pixels" -msgstr "" +msgstr "Разтояние между изображението и отражението в пиксели" #: translate_tmp:194 #: translate_tmp:176 @@ -187,7 +187,7 @@ #: translate_tmp:315 #, perl-format msgid "Error while executing plugin %s." -msgstr "" +msgstr "Грешка при изпълнението на плъгина %s." #: translate_tmp:424 #: translate_tmp:460 @@ -199,7 +199,7 @@ #: translate_tmp:315 #: translate_tmp:316 msgid "There was an error executing the plugin." -msgstr "" +msgstr "Възникна грешка при изпълнението на плъгина." #: translate_tmp:73 msgid "3D rotate" @@ -242,7 +242,7 @@ #: translate_tmp:204 msgid "Auto:" -msgstr "" +msgstr "Автоматично:" #: translate_tmp:226 #: translate_tmp:233 @@ -278,15 +278,15 @@ #: translate_tmp:97 msgid "B:" -msgstr "B:" +msgstr "Б:" #: translate_tmp:101 msgid "C:" -msgstr "C:" +msgstr "В:" #: translate_tmp:105 msgid "D:" -msgstr "D:" +msgstr "Г:" #: translate_tmp:112 #: translate_tmp:119 @@ -326,11 +326,11 @@ #: translate_tmp:111 #: translate_tmp:118 msgid "The size or dimension of the border region" -msgstr "" +msgstr "Размер или измерение на граничния регион" #: translate_tmp:122 msgid "Density:" -msgstr "Гъстота:" +msgstr "Плътност:" #: translate_tmp:129 #: translate_tmp:136 diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/bn.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/bn.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/bn.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/bn.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/bs.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/bs.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/bs.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/bs.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/ca.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ca.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/ca.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ca.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: gscrot-plugins-bash\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" -"PO-Revision-Date: 2010-09-05 12:40+0000\n" -"Last-Translator: David Planella \n" +"PO-Revision-Date: 2014-10-01 19:52+0000\n" +"Last-Translator: Dante Bravo \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" @@ -75,7 +75,7 @@ #: translate_tmp:27 msgid "Autocrop" -msgstr "" +msgstr "Escapçament automàtic" #: translate_tmp:28 #: translate_tmp:49 @@ -498,12 +498,12 @@ #: translate_tmp:126 msgid "Choose color" -msgstr "" +msgstr "Tria un color" #: translate_tmp:131 #: translate_tmp:138 msgid "The color of the shadow" -msgstr "" +msgstr "Color de l'ombra" #: translate_tmp:62 msgid "Watermark" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/cs.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/cs.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/cs.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/cs.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/cy.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/cy.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/cy.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/cy.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/da.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/da.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/da.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/da.po 2016-01-10 09:02:05.000000000 +0000 @@ -9,13 +9,13 @@ "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" "PO-Revision-Date: 2011-06-15 13:42+0000\n" -"Last-Translator: Aputsiaq Niels Janussen \n" +"Last-Translator: Aputsiaĸ Niels Janussen \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/de.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/de.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/de.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/de.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: gscrot-plugins-bash\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" -"PO-Revision-Date: 2011-09-07 16:26+0000\n" -"Last-Translator: Ghenrik \n" +"PO-Revision-Date: 2014-06-10 23:24+0000\n" +"Last-Translator: Tobias Bannert \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" @@ -155,12 +155,12 @@ #: translate_tmp:194 #: translate_tmp:176 msgid "Zoom:" -msgstr "Zoom:" +msgstr "Maßstab:" #: translate_tmp:201 #: translate_tmp:208 msgid "Zoom factor for output image" -msgstr "Zoomfaktor der Ausgabe" +msgstr "Vergrößerungsfaktor der Ausgabe" #: translate_tmp:212 #: translate_tmp:236 @@ -187,7 +187,7 @@ #: translate_tmp:315 #, perl-format msgid "Error while executing plugin %s." -msgstr "Fehler beim Ausführen des Plugins %s." +msgstr "Fehler beim Ausführen folgender Erweiterung »%s«." #: translate_tmp:424 #: translate_tmp:460 @@ -199,7 +199,7 @@ #: translate_tmp:315 #: translate_tmp:316 msgid "There was an error executing the plugin." -msgstr "Beim Ausführen des Plugins ist ein Fehler aufgetreten." +msgstr "Beim Ausführen der Erweiterung ist ein Fehler aufgetreten." #: translate_tmp:73 msgid "3D rotate" @@ -239,8 +239,8 @@ msgid "" "Output zoom factor; where value > 1 means zoom in and < 1 means zoom out" msgstr "" -"Zoomfaktor der Ausgabe; Ein Wert > 1 bedeutet Heranzoomen und ein Wert < 1 " -"Wegzoomen" +"Vergrößerungsfaktor der Ausgabe; Ein Wert > 1 bedeutet vergrößern und ein " +"Wert < 1 verkleinern" #: translate_tmp:204 msgid "Auto:" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/el.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/el.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/el.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/el.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/en_CA.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/en_CA.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/en_CA.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/en_CA.po 2016-01-10 09:02:05.000000000 +0000 @@ -9,13 +9,13 @@ "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" "PO-Revision-Date: 2010-09-07 17:27+0000\n" -"Last-Translator: Brett Alton \n" +"Last-Translator: Brett Alton \n" "Language-Team: English (Canada) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/en_GB.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/en_GB.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/en_GB.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/en_GB.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/es.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/es.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/es.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/es.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/et.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/et.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/et.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/et.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/fi.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/fi.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/fi.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/fi.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/fr.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/fr.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/fr.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/fr.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/gl.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/gl.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/gl.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/gl.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" "X-Poedit-Language: Galician\n" #: translate_tmp:27 diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/he.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/he.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/he.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/he.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/hi.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/hi.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/hi.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/hi.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" -"PO-Revision-Date: 2012-06-22 12:34+0000\n" -"Last-Translator: Ravi Kumar \n" +"PO-Revision-Date: 2014-03-22 16:22+0000\n" +"Last-Translator: Shubham Rao \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" @@ -31,7 +31,7 @@ #: translate_tmp:29 msgid "Turn the image into a grayscale image (256 shades)" -msgstr "" +msgstr "इस चित्र को ग्रेय्स्काले में परिवर्तित करें (२५६ शेड्स)" #: translate_tmp:27 msgid "Offset" @@ -47,15 +47,15 @@ #: translate_tmp:29 msgid "Raise a rectangular 3d-border" -msgstr "" +msgstr "एक ३ आयामी चौकोर बॉर्डर उठाएं" #: translate_tmp:27 msgid "Soft Edges" -msgstr "" +msgstr "मुलायम किनारे" #: translate_tmp:29 msgid "Add soft edges around the image" -msgstr "" +msgstr "चित्र के चारों और मुलायम किनारे डालें" #: translate_tmp:27 msgid "Sunk Border" @@ -63,32 +63,32 @@ #: translate_tmp:29 msgid "Add an inverted 3d border to the image" -msgstr "" +msgstr "चित्र में उल्टा ३ आयामी बॉर्डर डालें" #: translate_tmp:27 msgid "Torned Paper" -msgstr "" +msgstr "फटा कागज़" #: translate_tmp:29 msgid "Add a torn-like border to the image" -msgstr "" +msgstr "चित्र में फटे-हुए कागज़ की तरह बॉर्डर दालेइन" #: translate_tmp:27 msgid "Autocrop" -msgstr "" +msgstr "स्वचालित कांट-छांट करें" #: translate_tmp:28 #: translate_tmp:49 msgid "Tool" -msgstr "" +msgstr "साधन" #: translate_tmp:29 msgid "Remove empty borders from the image" -msgstr "" +msgstr "क्जित्र से खाली बॉर्डर्स हटाएं" #: translate_tmp:73 msgid "3D reflection" -msgstr "" +msgstr "३ आयामी प्रतिबिंब" #: translate_tmp:75 msgid "" @@ -98,77 +98,82 @@ "\n" "http://www.fmwconcepts.com/imagemagick/3Dreflection/index.php" msgstr "" +"चित्र के नीचे एक लुप्त होता प्रतिबिम्ब डालें और उसे दृष्टिकोण से दिखाए \n" +"\n" +"Fred Weinhaus की स्क्रिप्ट पर आधारित \n" +"\n" +"http://www.fmwconcepts.com/imagemagick/3Dreflection/index.php" #: translate_tmp:104 #: translate_tmp:133 #: translate_tmp:127 msgid "Rotation:" -msgstr "" +msgstr "परिक्रमणः" #: translate_tmp:111 #: translate_tmp:118 msgid "Perseptive rotation around left edge of image" -msgstr "" +msgstr "लेद्त एज पर दृष्टिकोण से रोटेट करें" #: translate_tmp:122 msgid "Fade:" -msgstr "" +msgstr "फीका:" #: translate_tmp:129 #: translate_tmp:136 msgid "Fade percent for mirror image" -msgstr "" +msgstr "फीका करने का प्रतिशत" #: translate_tmp:140 msgid "Opacity:" -msgstr "" +msgstr "अपारदर्शिताः" #: translate_tmp:147 #: translate_tmp:154 msgid "Opacity percent applied to whole mirror image" -msgstr "" +msgstr "अपारदर्शिता प्रतिसह्त जो साड़ी प्रतिबिंब चित्र पर डाली जायेगी" #: translate_tmp:158 msgid "Pef:" -msgstr "" +msgstr "Pef:" #: translate_tmp:165 #: translate_tmp:172 msgid "Perspective exaggeration factor" -msgstr "" +msgstr "परिप्रेक्ष्य अतिशयोक्ति कारक" #: translate_tmp:176 msgid "Gap:" -msgstr "" +msgstr "अंतर" #: translate_tmp:183 #: translate_tmp:190 msgid "Gap between image and mirror in pixels" -msgstr "" +msgstr "प्रतिबिम्ब और चित्र के बीच पिक्सेल्स में अंतर" #: translate_tmp:194 #: translate_tmp:176 msgid "Zoom:" -msgstr "" +msgstr "ज़ूमः" #: translate_tmp:201 #: translate_tmp:208 msgid "Zoom factor for output image" -msgstr "" +msgstr "ज़ूम करक उत्पाद चित्र के लिए" #: translate_tmp:212 #: translate_tmp:236 #: translate_tmp:165 #: translate_tmp:194 msgid "Background color" -msgstr "" +msgstr "पृष्ठभूमि का रंग" #: translate_tmp:217 #: translate_tmp:241 #: translate_tmp:170 #: translate_tmp:199 msgid "Choose background color" -msgstr "" +msgstr "प्रिष्ठाभूमी रंग चुने" #: translate_tmp:423 #: translate_tmp:459 diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/hr.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/hr.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/hr.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/hr.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/hu.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/hu.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/hu.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/hu.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/id.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/id.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/id.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/id.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" -"PO-Revision-Date: 2013-03-04 07:12+0000\n" -"Last-Translator: dhardiputra \n" +"PO-Revision-Date: 2014-03-17 05:25+0000\n" +"Last-Translator: Ade Malsasa Akbar \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" @@ -452,7 +452,7 @@ #: translate_tmp:65 msgid "Add a shadow to the image on a transparent background" -msgstr "" +msgstr "Tambahkan shadow untuk gambar pada background transparan" #: translate_tmp:94 msgid "Direction" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/it.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/it.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/it.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/it.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/ja.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ja.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/ja.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ja.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" -"PO-Revision-Date: 2011-02-26 12:25+0000\n" -"Last-Translator: mabo \n" +"PO-Revision-Date: 2013-11-05 20:22+0000\n" +"Last-Translator: Maximiliano Mendez \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" @@ -149,7 +149,7 @@ #: translate_tmp:194 #: translate_tmp:176 msgid "Zoom:" -msgstr "" +msgstr "ズーム:" #: translate_tmp:201 #: translate_tmp:208 @@ -361,7 +361,7 @@ #: translate_tmp:64 msgid "Invert the colors of the image" -msgstr "" +msgstr "画像の色を反転" #: translate_tmp:101 msgid "Channel" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/kk.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/kk.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/kk.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/kk.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/ko.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ko.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/ko.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ko.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/lt.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/lt.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/lt.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/lt.po 2016-01-10 09:02:05.000000000 +0000 @@ -10,13 +10,13 @@ "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" "PO-Revision-Date: 2012-12-06 21:18+0000\n" -"Last-Translator: Algimantas Margevičius \n" +"Last-Translator: Algimantas Margevičius \n" "Language-Team: Lietuvių <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/lv.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/lv.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/lv.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/lv.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/ms.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ms.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/ms.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ms.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: gscrot-plugins-bash\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" -"PO-Revision-Date: 2011-11-20 08:36+0000\n" +"PO-Revision-Date: 2014-09-02 15:17+0000\n" "Last-Translator: abuyop \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" @@ -47,15 +47,15 @@ #: translate_tmp:29 msgid "Raise a rectangular 3d-border" -msgstr "Letak sempadan 3d segi empat tepat" +msgstr "Letak sempadan-3d segi empat tepat" #: translate_tmp:27 msgid "Soft Edges" -msgstr "Tepi-tepi Lembut" +msgstr "Pinggir Lembut" #: translate_tmp:29 msgid "Add soft edges around the image" -msgstr "Tambah tepi-tepi lembut sekeliling imej" +msgstr "Tambah pinggir lembut sekeliling imej" #: translate_tmp:27 msgid "Sunk Border" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/nb.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/nb.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/nb.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/nb.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" -"PO-Revision-Date: 2012-02-18 12:45+0000\n" -"Last-Translator: aleksander \n" +"PO-Revision-Date: 2014-04-22 23:12+0000\n" +"Last-Translator: Harald H. \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" @@ -31,7 +31,7 @@ #: translate_tmp:29 msgid "Turn the image into a grayscale image (256 shades)" -msgstr "" +msgstr "Gjør om bildet til et gråtonebilde (256 gråtoner)" #: translate_tmp:27 msgid "Offset" @@ -63,7 +63,7 @@ #: translate_tmp:29 msgid "Add an inverted 3d border to the image" -msgstr "" +msgstr "Legg til en invertert 3d kant til bildet" #: translate_tmp:27 msgid "Torned Paper" @@ -80,7 +80,7 @@ #: translate_tmp:28 #: translate_tmp:49 msgid "Tool" -msgstr "Vertkøy" +msgstr "Verktøy" #: translate_tmp:29 msgid "Remove empty borders from the image" @@ -113,16 +113,16 @@ #: translate_tmp:111 #: translate_tmp:118 msgid "Perseptive rotation around left edge of image" -msgstr "" +msgstr "Perspektiv rotasjon rundt venstre kant av bildet" #: translate_tmp:122 msgid "Fade:" -msgstr "" +msgstr "Tone ut/inn:" #: translate_tmp:129 #: translate_tmp:136 msgid "Fade percent for mirror image" -msgstr "" +msgstr "Tone inn/ut prosent for speilbilde" #: translate_tmp:140 msgid "Opacity:" @@ -159,7 +159,7 @@ #: translate_tmp:201 #: translate_tmp:208 msgid "Zoom factor for output image" -msgstr "" +msgstr "Zoom faktor for utdata bilde" #: translate_tmp:212 #: translate_tmp:236 @@ -221,17 +221,17 @@ #: translate_tmp:111 #: translate_tmp:118 msgid "Rotation around image vertical centerline" -msgstr "" +msgstr "Rotasjon rundt bildets vertikale senterlinje" #: translate_tmp:129 #: translate_tmp:136 msgid "Rotation around image horizontal centerline" -msgstr "" +msgstr "Rotasjon rundt bildets horisontale senterlinje" #: translate_tmp:147 #: translate_tmp:154 msgid "Rotation around the image center" -msgstr "" +msgstr "Rotering rundt bildets senter" #: translate_tmp:183 #: translate_tmp:190 @@ -254,6 +254,13 @@ "\n" "out - Creates an output image of size needed to hold the transformed image" msgstr "" +"av - Ingen automatisk justering\n" +"\n" +"c - Senter bundet boks i utdata\n" +"\n" +"zc - Zoom til fullt, og sentrer bundet boks i utdata\n" +"\n" +"out - Lager et bilde stort nok til å inneholde det forandrede bildet" #: translate_tmp:243 msgid "Sky color" @@ -265,7 +272,7 @@ #: translate_tmp:62 msgid "Barrel Distortion" -msgstr "" +msgstr "Tønne Forvrengning" #: translate_tmp:64 msgid "Apply a distortion effect to your screenshot" @@ -304,10 +311,17 @@ "Defined by Barrel Correction Distortion, by Helmut Dersch.\n" "http://www.all-in-one.ee/~dersch/barrel/barrel.html" msgstr "" +"Parameteren d beskriver den lineære skaleringen av bildet. Bruk d=1 og " +"a=b=c=0 for la bildet være som det er. Ved å velge andre d-verdier, skaleres " +"bildet med den faktoren. a, b og c forvrenger bildet. Negative verdier " +"skifter punkter langt unna vekk fra midten.\n" +"\n" +"Definert av Barrell Collection Distortion av Helmut Dersch.\n" +"http://www.all-in-one.ee/~dersch/barrel/barrel.html" #: translate_tmp:73 msgid "Bordereffects" -msgstr "" +msgstr "Kant effekter" #: translate_tmp:75 msgid "" @@ -325,7 +339,7 @@ #: translate_tmp:111 #: translate_tmp:118 msgid "The size or dimension of the border region" -msgstr "" +msgstr "Størrelsen eller dimensjonen på kant regionen" #: translate_tmp:122 msgid "Density:" @@ -334,7 +348,7 @@ #: translate_tmp:129 #: translate_tmp:136 msgid "The frequency of detail in the border" -msgstr "" +msgstr "Frekvensen for detaljer i kanten" #: translate_tmp:140 msgid "Curviness:" @@ -371,7 +385,7 @@ #: translate_tmp:64 msgid "Invert the colors of the image" -msgstr "" +msgstr "Inverter fargene på bildet" #: translate_tmp:101 msgid "Channel" @@ -452,11 +466,11 @@ #: translate_tmp:63 msgid "Hard Shadow" -msgstr "" +msgstr "Hard Skygge" #: translate_tmp:65 msgid "Add a shadow to the image on a transparent background" -msgstr "" +msgstr "Legg til en skygge på bildet på en gjennomsiktig bakgrunn" #: translate_tmp:94 msgid "Direction" @@ -486,4 +500,4 @@ #: translate_tmp:64 msgid "Add a custom text watermark to your screenshot" -msgstr "" +msgstr "Legg til et egendefinert tekst-vannmerke på skjermbildet ditt" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/nl.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/nl.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/nl.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/nl.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" -"PO-Revision-Date: 2012-06-15 16:37+0000\n" +"PO-Revision-Date: 2014-03-28 14:44+0000\n" "Last-Translator: rob \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" @@ -187,7 +187,7 @@ #: translate_tmp:315 #, perl-format msgid "Error while executing plugin %s." -msgstr "Fout bij het uitvoeren van invoegtoepassing %s." +msgstr "Fout bij het uitvoeren van plug-in %s." #: translate_tmp:424 #: translate_tmp:460 @@ -199,7 +199,7 @@ #: translate_tmp:315 #: translate_tmp:316 msgid "There was an error executing the plugin." -msgstr "Er is een fout opgetreden bij het uitvoeren van de invoegtoepassing." +msgstr "Er is een fout opgetreden bij het uitvoeren van de plug-in." #: translate_tmp:73 msgid "3D rotate" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/oc.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/oc.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/oc.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/oc.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/pl.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/pl.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/pl.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/pl.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/pt_BR.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/pt_BR.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/pt_BR.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/pt_BR.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/pt.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/pt.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/pt.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/pt.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/ro.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ro.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/ro.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ro.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/ru.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ru.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/ru.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ru.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: gscrot-plugins-bash\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" -"PO-Revision-Date: 2011-04-24 21:47+0000\n" +"PO-Revision-Date: 2014-03-01 16:02+0000\n" "Last-Translator: Nkolay Parukhin \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" @@ -132,7 +132,7 @@ #: translate_tmp:147 #: translate_tmp:154 msgid "Opacity percent applied to whole mirror image" -msgstr "Процент прозрачности применимый ко всему зеркальному изображению" +msgstr "Процент прозрачности, применимый ко всему зеркальному изображению" #: translate_tmp:158 msgid "Pef:" @@ -160,7 +160,7 @@ #: translate_tmp:201 #: translate_tmp:208 msgid "Zoom factor for output image" -msgstr "Масштаб итогового изображения" +msgstr "Масштаб конечного изображения" #: translate_tmp:212 #: translate_tmp:236 @@ -187,7 +187,7 @@ #: translate_tmp:315 #, perl-format msgid "Error while executing plugin %s." -msgstr "Ошибка выполнения плагина %s." +msgstr "Ошибка выполнения модуля %s." #: translate_tmp:424 #: translate_tmp:460 @@ -199,7 +199,7 @@ #: translate_tmp:315 #: translate_tmp:316 msgid "There was an error executing the plugin." -msgstr "Произошла ошибка при выполнении плагина" +msgstr "Произошла ошибка при выполнении модуля" #: translate_tmp:73 msgid "3D rotate" @@ -262,7 +262,7 @@ "\n" "zc - Центрировать изображение и вписать в размеры рамки\n" "\n" -"out - Увеличить рамку до размеров преобразованного изображение" +"out - Увеличить рамку до размеров преобразованного изображения" #: translate_tmp:243 msgid "Sky color" @@ -278,7 +278,7 @@ #: translate_tmp:64 msgid "Apply a distortion effect to your screenshot" -msgstr "Применить эффект искривления на выбранный снимок" +msgstr "Применить эффект искривления к выбранному снимку" #: translate_tmp:93 msgid "A:" @@ -314,11 +314,11 @@ "http://www.all-in-one.ee/~dersch/barrel/barrel.html" msgstr "" "Параметр d описывает линейное масштабирование изображения. Использование d=1 " -"и a =b=c=0 оставляет изображение как есть. Выбор других значений d " +"и a =b=c=0 оставляет изображение в исходном виде. Выбор других значений d " "масштабирует изображение на это значение. a, b и c искажают изображение. " "Использование отрицательных значений сдвигает далекие точки от центра.\n" "\n" -"Определение из Коррекции бочкообразных искажений, Helmut Dersch.\n" +"Определение из коррекции бочкообразных искажений, Helmut Dersch.\n" "http://www.all-in-one.ee/~dersch/barrel/barrel.html" #: translate_tmp:73 @@ -333,7 +333,7 @@ "\n" "http://www.fmwconcepts.com/imagemagick/bordereffects/index.php" msgstr "" -"Создание различных дисперсионно подобных эффектов на границе изображения\n" +"Создание различных дисперсионно-подобных эффектов на границе изображения\n" "\n" "На основе сценария от Фреда Вайнхауса\n" "\n" @@ -376,7 +376,7 @@ "The base grain size or pixelization size used to create the detail in the " "border" msgstr "" -"Базовый размер зерна или размер пикселизации используемый для создания " +"Базовый размер зерна или размер пикселизации, используемый для создания " "деталей границ" #: translate_tmp:176 @@ -409,7 +409,7 @@ "Make your screenshot look like a polaroid photo, add a caption, and even " "rotate it a little" msgstr "" -"Преобразование снимка в формат \\\"полароид\\\", добавление надписи и " +"Преобразование снимка в формат \\\"поляроид\\\", добавление надписи и " "небольшой поворот изображения" #: translate_tmp:99 diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/shutter-plugins.pot shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/shutter-plugins.pot --- shutter-0.92/share/shutter/resources/po/shutter-plugins/shutter-plugins.pot 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/shutter-plugins.pot 2016-01-10 09:02:05.000000000 +0000 @@ -10,8 +10,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/si.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/si.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/si.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/si.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/sk.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/sk.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/sk.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/sk.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/sl.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/sl.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/sl.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/sl.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" "X-Poedit-Country: SLOVENIA\n" "X-Poedit-Language: Slovenian\n" "X-Poedit-SourceCharset: utf-8\n" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/sr.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/sr.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/sr.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/sr.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/sv.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/sv.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/sv.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/sv.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/ta.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ta.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/ta.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ta.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,18 +8,18 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" -"PO-Revision-Date: 2012-01-12 15:26+0000\n" -"Last-Translator: vignesh naganathan \n" +"PO-Revision-Date: 2014-06-05 10:11+0000\n" +"Last-Translator: aswin kumar \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" -msgstr "" +msgstr "சாம்பல் நிறம்" #: translate_tmp:28 #: translate_tmp:74 @@ -27,11 +27,11 @@ #: translate_tmp:72 #: translate_tmp:64 msgid "Effect" -msgstr "" +msgstr "விளைவு" #: translate_tmp:29 msgid "Turn the image into a grayscale image (256 shades)" -msgstr "" +msgstr "இந்த புகைப்படத்தை சாம்பல் நிற படமாக மாற்று (256 நிழல்கள்)" #: translate_tmp:27 msgid "Offset" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/te.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/te.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/te.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/te.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/th.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/th.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/th.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/th.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/tr.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/tr.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/tr.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/tr.po 2016-01-10 09:02:05.000000000 +0000 @@ -15,8 +15,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/ug.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ug.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/ug.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ug.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/uk.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/uk.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/uk.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/uk.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/ur.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ur.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/ur.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/ur.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/vi.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/vi.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/vi.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/vi.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/zh_CN.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/zh_CN.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/zh_CN.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/zh_CN.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-10-28 17:52+0100\n" -"PO-Revision-Date: 2013-02-28 21:15+0000\n" -"Last-Translator: Jim Chen \n" +"PO-Revision-Date: 2014-05-10 13:57+0000\n" +"Last-Translator: Qiaochu \n" "Language-Team: Simplified Chinese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" @@ -75,7 +75,7 @@ #: translate_tmp:27 msgid "Autocrop" -msgstr "自动裁剪" +msgstr "自动剪裁" #: translate_tmp:28 #: translate_tmp:49 @@ -122,20 +122,20 @@ #: translate_tmp:129 #: translate_tmp:136 msgid "Fade percent for mirror image" -msgstr "倒影的淡化比例" +msgstr "镜像的淡化比例" #: translate_tmp:140 msgid "Opacity:" -msgstr "透明度:" +msgstr "不透明度:" #: translate_tmp:147 #: translate_tmp:154 msgid "Opacity percent applied to whole mirror image" -msgstr "透明度应用于整个倒影文件" +msgstr "不透明度应用于整个镜像" #: translate_tmp:158 msgid "Pef:" -msgstr "" +msgstr "偏好:" #: translate_tmp:165 #: translate_tmp:172 @@ -186,7 +186,7 @@ #: translate_tmp:315 #, perl-format msgid "Error while executing plugin %s." -msgstr "运行插件 %s 出错。" +msgstr "运行插件 %s 错误。" #: translate_tmp:424 #: translate_tmp:460 @@ -254,6 +254,10 @@ "\n" "out - Creates an output image of size needed to hold the transformed image" msgstr "" +"关闭 - 无自动调整\n" +"c - 由图像中心包围\n" +"zc - 填充空白并由图像中心包围\n" +"out - 根据变形后的图像建立适合的图像尺寸" #: translate_tmp:243 msgid "Sky color" @@ -304,6 +308,11 @@ "Defined by Barrel Correction Distortion, by Helmut Dersch.\n" "http://www.all-in-one.ee/~dersch/barrel/barrel.html" msgstr "" +"参数d描述图像的线性缩放比例。使用 d=1,和a=b=c=0 " +"可以使图像保持不变。选择其他d值用来图像缩放大小,a,b和c用来扭曲图像。使用负值用来从图像中心平移。\n" +"\n" +"由桶形失真定义,作者Helmut Dersh。\n" +"http://www.all-in-one.ee/~dersch/barrel/barrel.html" #: translate_tmp:73 msgid "Bordereffects" @@ -317,6 +326,11 @@ "\n" "http://www.fmwconcepts.com/imagemagick/bordereffects/index.php" msgstr "" +"在图像边框创建多种分散效果\n" +"\n" +"建立于Fred Weinhaus的脚本。\n" +"\n" +"http://www.fmwconcepts.com/imagemagick/bordereffects/index.php" #: translate_tmp:104 msgid "Size:" @@ -325,7 +339,7 @@ #: translate_tmp:111 #: translate_tmp:118 msgid "The size or dimension of the border region" -msgstr "" +msgstr "边缘区域的大小或者尺寸" #: translate_tmp:122 msgid "Density:" @@ -334,16 +348,16 @@ #: translate_tmp:129 #: translate_tmp:136 msgid "The frequency of detail in the border" -msgstr "" +msgstr "边框的细节频率" #: translate_tmp:140 msgid "Curviness:" -msgstr "" +msgstr "卷曲:" #: translate_tmp:147 #: translate_tmp:154 msgid "The curviness in the border features" -msgstr "" +msgstr "边框卷曲效果" #: translate_tmp:158 msgid "Granularity:" @@ -354,16 +368,16 @@ msgid "" "The base grain size or pixelization size used to create the detail in the " "border" -msgstr "" +msgstr "用于在边框建立基本颗粒大小或像素化尺寸" #: translate_tmp:176 msgid "Pad:" -msgstr "" +msgstr "填充:" #: translate_tmp:183 #: translate_tmp:190 msgid "The pad size of constant color around the perimeter of the border" -msgstr "" +msgstr "边框四周的常量色彩填充大小" #: translate_tmp:62 msgid "Negate" @@ -438,11 +452,11 @@ #: translate_tmp:71 msgid "Sepia" -msgstr "" +msgstr "棕黑色" #: translate_tmp:73 msgid "Add sepia color toning to the image" -msgstr "" +msgstr "用棕黑色给图像调色" #: translate_tmp:110 msgid "Sepia tone" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-plugins/zh_TW.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/zh_TW.po --- shutter-0.92/share/shutter/resources/po/shutter-plugins/zh_TW.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-plugins/zh_TW.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:27 msgid "Grayscale" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ar.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ar.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ar.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ar.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-11-20 21:47+0100\n" -"PO-Revision-Date: 2013-08-12 05:18+0000\n" +"PO-Revision-Date: 2014-03-21 11:36+0000\n" "Last-Translator: Ibrahim Saed \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" @@ -50,6 +50,9 @@ "dialog and try again. Your account will be re-authenticated the next time " "you upload a file." msgstr "" +"ربّما حسابك على Dropbox ملغى أو انتهت مدّة الوصول لحسابك. الرجاء إغلاق هذه " +"النافذة والمحاولة مجدّدا. ستتم عملية الاستيثاق من حسابك في المرة القادمة " +"التي ترفع فيها ملفا." #: translate_tmp:44 msgid "Upload screenshots to imagebanana.com" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/bg.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/bg.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/bg.po 1970-01-01 00:00:00.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/bg.po 2016-01-10 09:02:05.000000000 +0000 @@ -0,0 +1,104 @@ +# Bulgarian translation for shutter +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the shutter package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: shutter\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-11-20 21:47+0100\n" +"PO-Revision-Date: 2014-02-21 16:28+0000\n" +"Last-Translator: Atanas Kovachki \n" +"Language-Team: Bulgarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" + +#: translate_tmp:45 +msgid "Upload screenshots into your Dropbox" +msgstr "Качи скрийншотите си в своя Dropbox" + +#: translate_tmp:123 +msgid "There was an error receiving the authentication URL." +msgstr "Възникна грешка при получаване на връзката за идентифициране." + +#: translate_tmp:128 +msgid "" +"Please click on the button below to authorize with Dropbox. Press 'Apply' " +"when you are done." +msgstr "" +"Моля, кликнете върху бутона по-долу, за да идентифицирате в Dropbox. " +"Натиснете «Приложи», когато сте готови." + +#: translate_tmp:129 +msgid "Authorize with Dropbox" +msgstr "Идентифицирайте се в Dropbox" + +#: translate_tmp:132 +msgid "Authorize" +msgstr "Идентифициране" + +#: translate_tmp:142 +msgid "There was an error authenticating with Dropbox." +msgstr "Възникна грешка при идентифицирането в Dropbox." + +#: translate_tmp:212 +msgid "" +"Maybe you or Dropbox revoked or expired an access token. Please close this " +"dialog and try again. Your account will be re-authenticated the next time " +"you upload a file." +msgstr "" + +#: translate_tmp:44 +msgid "Upload screenshots to imagebanana.com" +msgstr "Качи скрийншотите си в imagebanana.com" + +#: translate_tmp:44 +msgid "ImageShack is providing free image hosting" +msgstr "ImageShack предоставя безплатен фото хостинг" + +#: translate_tmp:44 +msgid "" +"Imgur is used to share photos with social networks and online communities, " +"and has the funniest pictures from all over the Internet" +msgstr "" +"Imgur се използва за споделяне на снимки в социалните мрежи и онлайн " +"общностите, също така съдържа и най-смешните изображения от целия интернет" + +#: translate_tmp:44 +msgid "" +"imm.io is a one-click easy image sharer, perfect if you want to upload an " +"image to show your friends or link from other sites" +msgstr "" +"imm.io е опростена услуга за публикуване на изображения , идеално подхожда " +"ако искате да качите изображенията си, за да покажете на приятелите си или " +"да споделите връзките на други сайтове" + +#: translate_tmp:44 +msgid "Upload screenshots to itmages.com" +msgstr "Качи скрийншотите си в itmages.com" + +#: translate_tmp:45 +msgid "Minus is the simplest free file sharing platform online" +msgstr "" +"Минус е най-опростената платформа за безплатно онлайн споделяне на файлове" + +#: translate_tmp:44 +msgid "Upload screenshots to ompldr.org" +msgstr "Качи скрийншотите си в ompldr.org" + +#: translate_tmp:44 +msgid "Upload screenshots to pix.toile-libre.org" +msgstr "Качи скрийншотите си в pix.toile-libre.org" + +#: translate_tmp:45 +msgid "TwitPic lets you share media on Twitter in real-time" +msgstr "" +"TwitPic ви позволява да споделяте вашите файлове в Twitter в реално време" + +#: translate_tmp:44 +msgid "Upload screenshots to ubuntu-pics.de" +msgstr "Качи скрийншотите си в ubuntu-pics.de" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/bn.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/bn.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/bn.po 1970-01-01 00:00:00.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/bn.po 2016-01-10 09:02:05.000000000 +0000 @@ -0,0 +1,95 @@ +# Bengali translation for shutter +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the shutter package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: shutter\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-11-20 21:47+0100\n" +"PO-Revision-Date: 2014-01-16 11:45+0000\n" +"Last-Translator: Arif Uddin \n" +"Language-Team: Bengali \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" + +#: translate_tmp:45 +msgid "Upload screenshots into your Dropbox" +msgstr "আপনার ড্রপবক্সে স্ক্রিনশট আপলোড করুন" + +#: translate_tmp:123 +msgid "There was an error receiving the authentication URL." +msgstr "অনুমোদিত URL পাবার সময় একটি ত্রুটি হয়েছিল।" + +#: translate_tmp:128 +msgid "" +"Please click on the button below to authorize with Dropbox. Press 'Apply' " +"when you are done." +msgstr "" + +#: translate_tmp:129 +msgid "Authorize with Dropbox" +msgstr "ড্রপবক্স সাথে অনুমোদন দিন" + +#: translate_tmp:132 +msgid "Authorize" +msgstr "অনুমোদন" + +#: translate_tmp:142 +msgid "There was an error authenticating with Dropbox." +msgstr "ড্রপবক্স এর সঙ্গে অনুমোদনে একটি ত্রুটি হয়েছিল।" + +#: translate_tmp:212 +msgid "" +"Maybe you or Dropbox revoked or expired an access token. Please close this " +"dialog and try again. Your account will be re-authenticated the next time " +"you upload a file." +msgstr "" + +#: translate_tmp:44 +msgid "Upload screenshots to imagebanana.com" +msgstr "imagebanana.com এ স্ক্রিনশট আপলোড করুন" + +#: translate_tmp:44 +msgid "ImageShack is providing free image hosting" +msgstr "ImageShack বিনামূল্যে ইমেজ হোস্টিং প্রদান করছে" + +#: translate_tmp:44 +msgid "" +"Imgur is used to share photos with social networks and online communities, " +"and has the funniest pictures from all over the Internet" +msgstr "" + +#: translate_tmp:44 +msgid "" +"imm.io is a one-click easy image sharer, perfect if you want to upload an " +"image to show your friends or link from other sites" +msgstr "" + +#: translate_tmp:44 +msgid "Upload screenshots to itmages.com" +msgstr "itmages.com এ স্ক্রিনশট আপলোড করুন" + +#: translate_tmp:45 +msgid "Minus is the simplest free file sharing platform online" +msgstr "" + +#: translate_tmp:44 +msgid "Upload screenshots to ompldr.org" +msgstr "ompldr.org এ স্ক্রিনশট আপলোড করুন" + +#: translate_tmp:44 +msgid "Upload screenshots to pix.toile-libre.org" +msgstr "pix.toile-libre.org এ স্ক্রিনশট আপলোড করুন" + +#: translate_tmp:45 +msgid "TwitPic lets you share media on Twitter in real-time" +msgstr "" + +#: translate_tmp:44 +msgid "Upload screenshots to ubuntu-pics.de" +msgstr "ubuntu-pics.de এ স্ক্রিনশট আপলোড করুন" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ca.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ca.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ca.po 1970-01-01 00:00:00.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ca.po 2016-01-10 09:02:05.000000000 +0000 @@ -0,0 +1,95 @@ +# Catalan translation for shutter +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the shutter package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: shutter\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-11-20 21:47+0100\n" +"PO-Revision-Date: 2014-10-01 20:01+0000\n" +"Last-Translator: Dante Bravo \n" +"Language-Team: Catalan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" + +#: translate_tmp:45 +msgid "Upload screenshots into your Dropbox" +msgstr "" + +#: translate_tmp:123 +msgid "There was an error receiving the authentication URL." +msgstr "" + +#: translate_tmp:128 +msgid "" +"Please click on the button below to authorize with Dropbox. Press 'Apply' " +"when you are done." +msgstr "" + +#: translate_tmp:129 +msgid "Authorize with Dropbox" +msgstr "" + +#: translate_tmp:132 +msgid "Authorize" +msgstr "" + +#: translate_tmp:142 +msgid "There was an error authenticating with Dropbox." +msgstr "" + +#: translate_tmp:212 +msgid "" +"Maybe you or Dropbox revoked or expired an access token. Please close this " +"dialog and try again. Your account will be re-authenticated the next time " +"you upload a file." +msgstr "" + +#: translate_tmp:44 +msgid "Upload screenshots to imagebanana.com" +msgstr "" + +#: translate_tmp:44 +msgid "ImageShack is providing free image hosting" +msgstr "ImageShack proveeix allotjament gratuït d'imatges" + +#: translate_tmp:44 +msgid "" +"Imgur is used to share photos with social networks and online communities, " +"and has the funniest pictures from all over the Internet" +msgstr "" + +#: translate_tmp:44 +msgid "" +"imm.io is a one-click easy image sharer, perfect if you want to upload an " +"image to show your friends or link from other sites" +msgstr "" + +#: translate_tmp:44 +msgid "Upload screenshots to itmages.com" +msgstr "" + +#: translate_tmp:45 +msgid "Minus is the simplest free file sharing platform online" +msgstr "" + +#: translate_tmp:44 +msgid "Upload screenshots to ompldr.org" +msgstr "" + +#: translate_tmp:44 +msgid "Upload screenshots to pix.toile-libre.org" +msgstr "" + +#: translate_tmp:45 +msgid "TwitPic lets you share media on Twitter in real-time" +msgstr "" + +#: translate_tmp:44 +msgid "Upload screenshots to ubuntu-pics.de" +msgstr "" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/cs.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/cs.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/cs.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/cs.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-11-20 21:47+0100\n" -"PO-Revision-Date: 2012-11-30 08:48+0000\n" -"Last-Translator: David Směja \n" +"PO-Revision-Date: 2014-10-27 01:28+0000\n" +"Last-Translator: Zdeněk Kopš \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" @@ -51,6 +51,9 @@ "dialog and try again. Your account will be re-authenticated the next time " "you upload a file." msgstr "" +"Pravděpodobně vy nebo Dropbox zrušil nebo vyexpiroval přístupový token. " +"Zavřete prosím tento dialog a zkuste to znovu. Váš účet bude znovu " +"autentizován, jakmile dojde k nahrání souboru." #: translate_tmp:44 msgid "Upload screenshots to imagebanana.com" @@ -58,19 +61,23 @@ #: translate_tmp:44 msgid "ImageShack is providing free image hosting" -msgstr "" +msgstr "ImageShack poskytuje zdarma sdílení obrázků" #: translate_tmp:44 msgid "" "Imgur is used to share photos with social networks and online communities, " "and has the funniest pictures from all over the Internet" msgstr "" +"Imgur je používán ke sdílení fotografií na sociálních sítích či v online " +"komunitách, jsou zde jedny z nejzábavnějších fotografií na celém Internetu" #: translate_tmp:44 msgid "" "imm.io is a one-click easy image sharer, perfect if you want to upload an " "image to show your friends or link from other sites" msgstr "" +"imm.io se hodí k jednoduchému sdílení obrázků, ideální, pokud chcete nahrát " +"obrázek, který chcete ukázat svým přátelům, nebo odkazy z jiných webů" #: translate_tmp:44 msgid "Upload screenshots to itmages.com" @@ -78,7 +85,7 @@ #: translate_tmp:45 msgid "Minus is the simplest free file sharing platform online" -msgstr "" +msgstr "Minus je nejjednodušší služba ke sdílení souborů zdarma" #: translate_tmp:44 msgid "Upload screenshots to ompldr.org" @@ -86,7 +93,7 @@ #: translate_tmp:44 msgid "Upload screenshots to pix.toile-libre.org" -msgstr "Nahrát obrázky pix.toile-libre.org" +msgstr "Nahrát obrázky na pix.toile-libre.org" #: translate_tmp:45 msgid "TwitPic lets you share media on Twitter in real-time" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/cy.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/cy.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/cy.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/cy.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/da.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/da.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/da.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/da.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/de.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/de.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/de.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/de.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,42 +8,42 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-11-20 21:47+0100\n" -"PO-Revision-Date: 2011-12-01 14:51+0000\n" -"Last-Translator: Mario Kemper (Romario) \n" +"PO-Revision-Date: 2014-11-06 13:22+0000\n" +"Last-Translator: Tobias Bannert \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" -msgstr "Laden Sie Bildschirmfotos in Ihre Dropbox" +msgstr "Bildschirmfotos in Ihre Dropbox hochladen" #: translate_tmp:123 msgid "There was an error receiving the authentication URL." -msgstr "Fehler beim Empfangen der Authentifizierung-URL." +msgstr "Fehler beim Empfangen der Legitimierungsadresse." #: translate_tmp:128 msgid "" "Please click on the button below to authorize with Dropbox. Press 'Apply' " "when you are done." msgstr "" -"Bitte klicken Sie auf den Link, um die Autorisierung mit Dropbox " -"durchzuführen. Klicken Sie 'Anwenden', wenn der Vorgang abgeschlossen ist." +"Bitte auf den Verweis klicken, um die Autorisierung mit Dropbox " +"durchzuführen. »Anwenden« drücken, wenn der Vorgang abgeschlossen ist." #: translate_tmp:129 msgid "Authorize with Dropbox" -msgstr "Autorisierung mit Dropbox" +msgstr "Legitimierung mit Dropbox" #: translate_tmp:132 msgid "Authorize" -msgstr "Autorisieren" +msgstr "Legitimieren" #: translate_tmp:142 msgid "There was an error authenticating with Dropbox." -msgstr "Fehler bei der Autorisierung mit Dropbox." +msgstr "Fehler bei der Legitimierung mit Dropbox." #: translate_tmp:212 msgid "" @@ -53,37 +53,38 @@ msgstr "" "Möglicherweise wurde der Zugangs-Token von Ihnen oder von Dropbox für " "ungültig erklärt. Bitte schließen Sie diesen Dialog und versuchen Sie es " -"erneut. Ihr Zugang wird erneut autorisiert, wenn Sie den nächsten Upload " +"erneut. Ihr Zugang wird erneut legitimiert, wenn Sie den nächsten Upload " "starten." #: translate_tmp:44 msgid "Upload screenshots to imagebanana.com" -msgstr "Laden Sie Bildschirmfotos über imagebanana.com hoch" +msgstr "Bildschirmfotos zu imagebanana.com hochladen" #: translate_tmp:44 msgid "ImageShack is providing free image hosting" -msgstr "ImageShack ist ein freier Online-Dienst für Fotos" +msgstr "ImageShack ist ein kostenloser Bilderspeicherdienst" #: translate_tmp:44 msgid "" "Imgur is used to share photos with social networks and online communities, " "and has the funniest pictures from all over the Internet" msgstr "" -"Imgur wird genutzt, um Fotos in sozialen Netzwerken und Online-Communities " -"zu tauschen, und es hat die lustigsten Bilder im gesamten Internet" +"Imgur wird genutzt, um Fotos in sozialen Netzwerken und Online-" +"Gemeinschaften zu tauschen, und es hat die lustigsten Bilder im gesamten " +"Internet" #: translate_tmp:44 msgid "" "imm.io is a one-click easy image sharer, perfect if you want to upload an " "image to show your friends or link from other sites" msgstr "" -"Imm.io ist eine One-Click-Lösung zum Tauschen von Bildern. Es eignet sich " -"perfekt, um ein Bild mit Freunden zu teilen und von anderen Seiten auf " -"dieses zu verlinken" +"Imm.io ist eine einfache Einklickplattform zum Tauschen von Bildern. Es " +"eignet sich perfekt, um ein Bild mit Freunden zu teilen und von anderen " +"Seiten auf dieses zu verlinken" #: translate_tmp:44 msgid "Upload screenshots to itmages.com" -msgstr "Laden Sie Bildschirmfotos über itmages.com hoch" +msgstr "Bildschirmfotos zu itmages.com hochladen" #: translate_tmp:45 msgid "Minus is the simplest free file sharing platform online" @@ -91,16 +92,16 @@ #: translate_tmp:44 msgid "Upload screenshots to ompldr.org" -msgstr "Laden Sie Bildschirmfotos über ompldr.org hoch" +msgstr "Bildschirmfotos zu ompldr.org hochladen" #: translate_tmp:44 msgid "Upload screenshots to pix.toile-libre.org" -msgstr "Laden Sie Bildschirmfotos über pix.toile-libre.org hoch" +msgstr "Bildschirmfotos zu pix.toile-libre.org hochladen" #: translate_tmp:45 msgid "TwitPic lets you share media on Twitter in real-time" -msgstr "TwitPic lässt Sie Ihre Bilder und Videos in Echtzeit teilen" +msgstr "TwitPic lässt Sie Ihre Bilder und Videos in Echtzeit weitergeben" #: translate_tmp:44 msgid "Upload screenshots to ubuntu-pics.de" -msgstr "Laden Sie Bildschirmfotos über ubuntu-pics.de hoch" +msgstr "Bildschirmfotos zu ubuntu-pics.de hochladen" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/el.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/el.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/el.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/el.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/en_AU.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/en_AU.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/en_AU.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/en_AU.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/en_GB.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/en_GB.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/en_GB.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/en_GB.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/es.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/es.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/es.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/es.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/et.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/et.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/et.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/et.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/fa.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/fa.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/fa.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/fa.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/fi.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/fi.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/fi.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/fi.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/fr.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/fr.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/fr.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/fr.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:45+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/gl.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/gl.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/gl.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/gl.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:45+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/he.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/he.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/he.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/he.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/hi.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/hi.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/hi.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/hi.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-11-20 21:47+0100\n" -"PO-Revision-Date: 2012-06-22 13:26+0000\n" -"Last-Translator: Ravi Kumar \n" +"PO-Revision-Date: 2013-12-02 16:50+0000\n" +"Last-Translator: Shubham Rao \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" @@ -90,7 +90,7 @@ #: translate_tmp:45 msgid "TwitPic lets you share media on Twitter in real-time" -msgstr "" +msgstr "TwitPic ट्विटर पे चित्र एवं विडियो रियल टाइम शेयर करता है।" #: translate_tmp:44 msgid "Upload screenshots to ubuntu-pics.de" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/hr.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/hr.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/hr.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/hr.po 2016-01-10 09:02:05.000000000 +0000 @@ -9,13 +9,13 @@ "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-11-20 21:47+0100\n" "PO-Revision-Date: 2013-04-16 14:36+0000\n" -"Last-Translator: Paolo Pelesk \n" +"Last-Translator: Ted Teddy \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:45+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/hu.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/hu.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/hu.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/hu.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/id.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/id.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/id.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/id.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:45+0000\n" +"X-Generator: Launchpad (build 17286)\n" "Language: id\n" #: translate_tmp:45 diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/is.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/is.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/is.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/is.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/it.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/it.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/it.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/it.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:45+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ja.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ja.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ja.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ja.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:45+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ko.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ko.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ko.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ko.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/lt.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/lt.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/lt.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/lt.po 2016-01-10 09:02:05.000000000 +0000 @@ -10,13 +10,13 @@ "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-11-20 21:47+0100\n" "PO-Revision-Date: 2012-12-06 21:18+0000\n" -"Last-Translator: Algimantas Margevičius \n" +"Last-Translator: Algimantas Margevičius \n" "Language-Team: Lietuvių <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:45+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/lv.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/lv.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/lv.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/lv.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ms.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ms.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ms.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ms.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,18 +8,18 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-11-20 21:47+0100\n" -"PO-Revision-Date: 2011-12-12 10:04+0000\n" +"PO-Revision-Date: 2014-09-02 15:13+0000\n" "Last-Translator: abuyop \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" -msgstr "Muat naik cekupan skrin kedalam Dropbox anda" +msgstr "Muat naik cekupan skrin ke dalam Dropbox anda" #: translate_tmp:123 msgid "There was an error receiving the authentication URL." @@ -30,7 +30,7 @@ "Please click on the button below to authorize with Dropbox. Press 'Apply' " "when you are done." msgstr "" -"Sila kili butang dibawah untuk izinkan Dropbox. Tekan 'Laksana' bila anda " +"Sila kilk butang dibawah untuk izinkan Dropbox. Tekan 'Laksana' bila anda " "selesai." #: translate_tmp:129 @@ -51,7 +51,7 @@ "dialog and try again. Your account will be re-authenticated the next time " "you upload a file." msgstr "" -"Mungkin atau atau Dropbox ditarik balik atau token capaian sudah luput. Sila " +"Mungkin anda atau Dropbox ditarik balik atau token capaian sudah luput. Sila " "tutup dialog ini dan cuba lagi. Akaun anda akan disahihkan semula dilain " "masa bilamana anda memuat naik fail." diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/nb.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/nb.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/nb.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/nb.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/nl.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/nl.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/nl.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/nl.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-11-20 21:47+0100\n" -"PO-Revision-Date: 2011-12-18 10:42+0000\n" -"Last-Translator: rob \n" +"PO-Revision-Date: 2014-03-21 20:19+0000\n" +"Last-Translator: Korkel \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:45+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" @@ -23,7 +23,7 @@ #: translate_tmp:123 msgid "There was an error receiving the authentication URL." -msgstr "Er is een fout opgetreden met de authenticatie-URL" +msgstr "Er is een fout opgetreden met de authenticatie-URL." #: translate_tmp:128 msgid "" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/oc.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/oc.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/oc.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/oc.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/pl.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/pl.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/pl.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/pl.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/pt_BR.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/pt_BR.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/pt_BR.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/pt_BR.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:45+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/pt.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/pt.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/pt.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/pt.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ro.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ro.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ro.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ro.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ru.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ru.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ru.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ru.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-11-20 21:47+0100\n" -"PO-Revision-Date: 2012-07-28 07:11+0000\n" -"Last-Translator: bazilio \n" +"PO-Revision-Date: 2014-03-04 07:31+0000\n" +"Last-Translator: Eugene Marshal \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" @@ -30,7 +30,7 @@ "Please click on the button below to authorize with Dropbox. Press 'Apply' " "when you are done." msgstr "" -"Пожалуйста, кликните на кнопку ниже для авторизации в Dropbox. Нажмите " +"Пожалуйста, щёлкните на кнопке ниже для авторизации в Dropbox. Нажмите " "'Применить' когда будете готовы." #: translate_tmp:129 @@ -68,7 +68,7 @@ "Imgur is used to share photos with social networks and online communities, " "and has the funniest pictures from all over the Internet" msgstr "" -"Imgur служит для размещения ваших фото в социальных сетях и онлайн " +"Imgur служит для размещения Ваших фото в социальных сетях и онлайн " "сообществах, а также содержит самые смешные изображения в сети интернет." #: translate_tmp:44 @@ -77,11 +77,11 @@ "image to show your friends or link from other sites" msgstr "" "imm.io - это простейший сервис размещения изображений, идеально подходящий " -"для загрузки ваших изображений, а также размещения ссылок на других сайтах." +"для загрузки Ваших изображений, а также размещения ссылок на других сайтах." #: translate_tmp:44 msgid "Upload screenshots to itmages.com" -msgstr "Загрузить снимок экрана в itmages.com" +msgstr "Загрузить снимок экрана в itmages.com" #: translate_tmp:45 msgid "Minus is the simplest free file sharing platform online" @@ -98,7 +98,7 @@ #: translate_tmp:45 msgid "TwitPic lets you share media on Twitter in real-time" msgstr "" -"TwitPic позволяет размещать ваши файлы в Twitter в режиме реального времени" +"TwitPic позволяет размещать Ваши файлы в Twitter в режиме реального времени" #: translate_tmp:44 msgid "Upload screenshots to ubuntu-pics.de" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/shn.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/shn.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/shn.po 1970-01-01 00:00:00.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/shn.po 2016-01-10 09:02:05.000000000 +0000 @@ -0,0 +1,104 @@ +# Shan translation for shutter +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the shutter package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: shutter\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-11-20 21:47+0100\n" +"PO-Revision-Date: 2014-08-05 19:26+0000\n" +"Last-Translator: Goldninjar \n" +"Language-Team: Shan \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" + +#: translate_tmp:45 +msgid "Upload screenshots into your Dropbox" +msgstr "တၢင်ႇၶိုၼ်ႈScreenshots ထိုင်တီႈ Dropbox" + +#: translate_tmp:123 +msgid "There was an error receiving the authentication URL." +msgstr "တီႈၼၼ်မီးပၼ်ႁႃၽွင်းတိုၵ်ႉႁပ်ႉဢဝ် authentication URL" + +#: translate_tmp:128 +msgid "" +"Please click on the button below to authorize with Dropbox. Press 'Apply' " +"when you are done." +msgstr "" +"ၶႅၼ်းတေႃႈတဵၵ်းတုမ်ႇတႂ်ႈၼႆႉတႃႇပၼ်ၶႂၢင်ႉၸႂ်ႉၸွမ်းDropbox။ " +"ၶႅၼ်းတေႃႈတဵၵ်း\"Apply\" ပေႃးၸဝ်ႈၵဝ်ႇယဝ်ႉတူဝ်ႈ။" + +#: translate_tmp:129 +msgid "Authorize with Dropbox" +msgstr "ပၼ်ၶႂၢင်ႉၸွမ်း Dropbox ။" + +#: translate_tmp:132 +msgid "Authorize" +msgstr "ပၼ်ၶႂၢင်ႉ" + +#: translate_tmp:142 +msgid "There was an error authenticating with Dropbox." +msgstr "တီႈၼၼ်မီးပၼ်ႁႃၽွင်းတိုၵ်ႉပၼ်ၶႂၢင်ႉၸွမ်း Dropbox" + +#: translate_tmp:212 +msgid "" +"Maybe you or Dropbox revoked or expired an access token. Please close this " +"dialog and try again. Your account will be re-authenticated the next time " +"you upload a file." +msgstr "" +"Maybe you or Dropbox revoked or expired an access token. Please close this " +"dialog and try again. Your account will be re-authenticated the next time " +"you upload a file." + +#: translate_tmp:44 +msgid "Upload screenshots to imagebanana.com" +msgstr "တၢင်ႇၶိုၼ်ႈScreenshots ထိုင်တီႈ imagbanana.com" + +#: translate_tmp:44 +msgid "ImageShack is providing free image hosting" +msgstr "ImageShack is providing free image hosting" + +#: translate_tmp:44 +msgid "" +"Imgur is used to share photos with social networks and online communities, " +"and has the funniest pictures from all over the Internet" +msgstr "" +"Imgur is used to share photos with social networks and online communities, " +"and has the funniest pictures from all over the Internet" + +#: translate_tmp:44 +msgid "" +"imm.io is a one-click easy image sharer, perfect if you want to upload an " +"image to show your friends or link from other sites" +msgstr "" +"imm.io is a one-click easy image sharer, perfect if you want to upload an " +"image to show your friends or link from other sites" + +#: translate_tmp:44 +msgid "Upload screenshots to itmages.com" +msgstr "တၢင်ႇၶိုၼ်ႈscreenshots ထိုင်တီႈ itmages.com" + +#: translate_tmp:45 +msgid "Minus is the simplest free file sharing platform online" +msgstr "Minus is the simplest free file sharing platform online" + +#: translate_tmp:44 +msgid "Upload screenshots to ompldr.org" +msgstr "တၢင်ႇၶိုၼ်ႈscreenshots ထိုင်တီႈ ompldr.org" + +#: translate_tmp:44 +msgid "Upload screenshots to pix.toile-libre.org" +msgstr "တၢင်ႇၶိုၼ်ႈscreenshots ထိုင်တီႈ pix.toile-libre.org" + +#: translate_tmp:45 +msgid "TwitPic lets you share media on Twitter in real-time" +msgstr "TwitPic lets you share media on Twitter in real-time" + +#: translate_tmp:44 +msgid "Upload screenshots to ubuntu-pics.de" +msgstr "တၢင်ႇၶိုၼ်ႈscreenshots ထိုင်တီႈ ubuntu-pics.de" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/shutter-upload-plugins.pot shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/shutter-upload-plugins.pot --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/shutter-upload-plugins.pot 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/shutter-upload-plugins.pot 2016-01-10 09:02:05.000000000 +0000 @@ -10,8 +10,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:45+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/si.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/si.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/si.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/si.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/sk.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/sk.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/sk.po 1970-01-01 00:00:00.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/sk.po 2016-01-10 09:02:05.000000000 +0000 @@ -0,0 +1,104 @@ +# Slovak translation for shutter +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the shutter package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: shutter\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-11-20 21:47+0100\n" +"PO-Revision-Date: 2014-10-27 01:28+0000\n" +"Last-Translator: Zdeněk Kopš \n" +"Language-Team: Slovak \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" + +#: translate_tmp:45 +msgid "Upload screenshots into your Dropbox" +msgstr "Nahrať obrázky na Dropbox" + +#: translate_tmp:123 +msgid "There was an error receiving the authentication URL." +msgstr "Vyskytla sa chyva v príjme autentifikční URL" + +#: translate_tmp:128 +msgid "" +"Please click on the button below to authorize with Dropbox. Press 'Apply' " +"when you are done." +msgstr "" +"Kliknite prosím na tlačidlo dole pre autorizáciu s Dropbox. Stlačte 'Použiť' " +"pre dokončenie." + +#: translate_tmp:129 +msgid "Authorize with Dropbox" +msgstr "Pridať oprávnenia pre Dropbox" + +#: translate_tmp:132 +msgid "Authorize" +msgstr "Schváliť" + +#: translate_tmp:142 +msgid "There was an error authenticating with Dropbox." +msgstr "Počas pridávanie oprávnenia pre Dropbox sa vyskytla chyba." + +#: translate_tmp:212 +msgid "" +"Maybe you or Dropbox revoked or expired an access token. Please close this " +"dialog and try again. Your account will be re-authenticated the next time " +"you upload a file." +msgstr "" +"Pravdepodobne vy alebo Dropbox zrušil alebo vyexpiroval prístupový token. " +"Zatvorte prosím tento dialóg a skúste to opäť. Váš účet bude znovu " +"autentizovaný, akonáhle dôjde k nahranie súboru." + +#: translate_tmp:44 +msgid "Upload screenshots to imagebanana.com" +msgstr "Nahrať obrázky na imagebanana.com" + +#: translate_tmp:44 +msgid "ImageShack is providing free image hosting" +msgstr "ImageShack zadarmo poskytuje zdieľanie obrázkov" + +#: translate_tmp:44 +msgid "" +"Imgur is used to share photos with social networks and online communities, " +"and has the funniest pictures from all over the Internet" +msgstr "" +"Imgur je používaný na zdieľanie fotografií na sociálnych sieťach či v online " +"komunitách, sú tu jedny z najzábavnejších fotografií na celom Internete" + +#: translate_tmp:44 +msgid "" +"imm.io is a one-click easy image sharer, perfect if you want to upload an " +"image to show your friends or link from other sites" +msgstr "" +"imm.io sa hodí k jednoduchému zdieľanie obrázkov, ideálne, ak chcete nahrať " +"obrázok, ktorý chcete ukázať svojim priateľom, alebo odkazy z iných webov" + +#: translate_tmp:44 +msgid "Upload screenshots to itmages.com" +msgstr "Nahrať obrázky na itmages.com" + +#: translate_tmp:45 +msgid "Minus is the simplest free file sharing platform online" +msgstr "Mínus je najjednoduchšia služba na zdieľanie súborov zadarmo" + +#: translate_tmp:44 +msgid "Upload screenshots to ompldr.org" +msgstr "Nahrať obrázky na ompldr.org" + +#: translate_tmp:44 +msgid "Upload screenshots to pix.toile-libre.org" +msgstr "Nahrať obrázky na pix.toile-libre.org" + +#: translate_tmp:45 +msgid "TwitPic lets you share media on Twitter in real-time" +msgstr "TwitPic dovoľuje zdieľať médiá na Twitter okamžite" + +#: translate_tmp:44 +msgid "Upload screenshots to ubuntu-pics.de" +msgstr "Nahrať obrázky na ubuntu-pics.de" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/sl.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/sl.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/sl.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/sl.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/sr.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/sr.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/sr.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/sr.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/sv.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/sv.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/sv.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/sv.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ta.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ta.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ta.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ta.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-11-20 21:47+0100\n" -"PO-Revision-Date: 2012-05-11 11:31+0000\n" -"Last-Translator: Jackseen Jeyaluck \n" +"PO-Revision-Date: 2014-06-05 10:07+0000\n" +"Last-Translator: aswin kumar \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" @@ -62,40 +62,45 @@ #: translate_tmp:44 msgid "ImageShack is providing free image hosting" -msgstr "" +msgstr "Imageshack இலவச புகைப்பட ஹோஸ்டிங் வழங்குகிறது" #: translate_tmp:44 msgid "" "Imgur is used to share photos with social networks and online communities, " "and has the funniest pictures from all over the Internet" msgstr "" +"Imgur இது புகைப்படங்களை சமூக வலைத்தளங்களில் மற்றும் இணைய சமூகங்களிலும் " +"பகிர, மற்றும் அனைத்து இணையங்களிலும் உள்ள கேளிக்கையான படங்கள் உள்ளன." #: translate_tmp:44 msgid "" "imm.io is a one-click easy image sharer, perfect if you want to upload an " "image to show your friends or link from other sites" msgstr "" +"imm.io இது ஒரு சொடுக்கில் புகைப்படங்களை பகிரும் மென்பொருள், நீங்கள் உங்கள் " +"நண்பர்களுக்கு படங்களை பதிவேற்றம் செய்ய அல்லது மற்ற தளங்களில் இணைப்பு " +"சுட்டி கொடுக்க இது சிறந்தது" #: translate_tmp:44 msgid "Upload screenshots to itmages.com" -msgstr "" +msgstr "itmages.com க்கு திரைப்பிடிப்புகளை பதிவேற்றம் செய்ய" #: translate_tmp:45 msgid "Minus is the simplest free file sharing platform online" -msgstr "" +msgstr "Minus இது கோப்புகளை எளிமையாக இலவசமாக பகிர உதவும் இணைய தளம்" #: translate_tmp:44 msgid "Upload screenshots to ompldr.org" -msgstr "" +msgstr "ompldr .org க்கு திரைப்பிடிப்புகளை பதிவேற்றம் செய்ய" #: translate_tmp:44 msgid "Upload screenshots to pix.toile-libre.org" -msgstr "" +msgstr "pix.toile-libre.org க்கு திரைப்பிடிப்புகளை பதிவேற்றம் செய்ய" #: translate_tmp:45 msgid "TwitPic lets you share media on Twitter in real-time" -msgstr "" +msgstr "TwitPic இது உங்கள் ஊடங்கங்களை ட்விட்டரில் நேரடியாக பகிர உதவுகிறது" #: translate_tmp:44 msgid "Upload screenshots to ubuntu-pics.de" -msgstr "" +msgstr "ubuntu-pics.de க்கு திரைபிடிப்புகளை பதிவேற்றம் செய்ய" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/th.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/th.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/th.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/th.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:45+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/tr.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/tr.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/tr.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/tr.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ug.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ug.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/ug.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/ug.po 2016-01-10 09:02:05.000000000 +0000 @@ -8,22 +8,22 @@ "Project-Id-Version: shutter\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-11-20 21:47+0100\n" -"PO-Revision-Date: 2012-02-08 09:38+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2014-02-09 09:53+0000\n" +"Last-Translator: Sahran \n" "Language-Team: Uyghur \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" -msgstr "" +msgstr "ئېكران كەسمىسىنى Dropbox قا يوللايدۇ" #: translate_tmp:123 msgid "There was an error receiving the authentication URL." -msgstr "" +msgstr "دەلىللەش ئۇلانمىسى(URL)نى قوبۇللىغاندا خاتالىق كۆرۈلدى." #: translate_tmp:128 msgid "" @@ -33,15 +33,15 @@ #: translate_tmp:129 msgid "Authorize with Dropbox" -msgstr "" +msgstr "Dropbox دا دەلىللەش" #: translate_tmp:132 msgid "Authorize" -msgstr "" +msgstr "دەلىللە" #: translate_tmp:142 msgid "There was an error authenticating with Dropbox." -msgstr "" +msgstr "Dropbox دا دەلىللەۋاتقاندا خاتالىق كۆرۈلدى." #: translate_tmp:212 msgid "" @@ -52,11 +52,11 @@ #: translate_tmp:44 msgid "Upload screenshots to imagebanana.com" -msgstr "" +msgstr "ئېكران كەسمىسىنى imagebanana.com غا يوللايدۇ" #: translate_tmp:44 msgid "ImageShack is providing free image hosting" -msgstr "" +msgstr "ImageShack ھەقسىز سۈرەت ساقلاش بىلەن تەمىنلەيدۇ" #: translate_tmp:44 msgid "" @@ -72,24 +72,25 @@ #: translate_tmp:44 msgid "Upload screenshots to itmages.com" -msgstr "" +msgstr "ئېكران كەسمىسىنى itmages.com غا يوللايدۇ" #: translate_tmp:45 msgid "Minus is the simplest free file sharing platform online" -msgstr "" +msgstr "Minus ئەڭ ئاددىي بولغان توردىكى ھەقسىز ھۆججەت ھەمبەھىرلەش سۇپىسى" #: translate_tmp:44 msgid "Upload screenshots to ompldr.org" -msgstr "" +msgstr "ئېكران كەسمىسىنى ompldr.org غا يوللايدۇ" #: translate_tmp:44 msgid "Upload screenshots to pix.toile-libre.org" -msgstr "" +msgstr "ئېكران كەسمىسىنى pix.toile-libre.org غا يوللايدۇ" #: translate_tmp:45 msgid "TwitPic lets you share media on Twitter in real-time" msgstr "" +"سىز TwitPic ئارقىلىق Twitter دا ۋاستە ھۆججەتلەرنى شۇئان ھەمبەھىرلىيەلەيسىز" #: translate_tmp:44 msgid "Upload screenshots to ubuntu-pics.de" -msgstr "" +msgstr "ئېكران كەسمىسىنى ubuntu-pics.de غا يوللايدۇ" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/uk.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/uk.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/uk.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/uk.po 2016-01-10 09:02:05.000000000 +0000 @@ -9,13 +9,13 @@ "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-11-20 21:47+0100\n" "PO-Revision-Date: 2012-04-28 20:20+0000\n" -"Last-Translator: Maxim Nosovets \n" +"Last-Translator: Maxim Nosovets \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/zh_CN.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/zh_CN.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/zh_CN.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/zh_CN.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:45+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/zh_TW.po shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/zh_TW.po --- shutter-0.92/share/shutter/resources/po/shutter-upload-plugins/zh_TW.po 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/po/shutter-upload-plugins/zh_TW.po 2016-01-10 09:02:05.000000000 +0000 @@ -14,8 +14,8 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-08-25 19:21+0000\n" -"X-Generator: Launchpad (build 16738)\n" +"X-Launchpad-Export-Date: 2014-12-23 22:44+0000\n" +"X-Generator: Launchpad (build 17286)\n" #: translate_tmp:45 msgid "Upload screenshots into your Dropbox" diff -Nru shutter-0.92/share/shutter/resources/system/upload_plugins/upload/Dropbox.pm shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/system/upload_plugins/upload/Dropbox.pm --- shutter-0.92/share/shutter/resources/system/upload_plugins/upload/Dropbox.pm 2014-08-10 12:03:15.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/system/upload_plugins/upload/Dropbox.pm 2016-01-10 09:02:05.000000000 +0000 @@ -70,12 +70,15 @@ my $self = shift; #do custom stuff here - use Net::Dropbox::API; + use WebService::Dropbox; + use IO::File; use JSON; use URI::Escape qw(uri_escape); use File::Basename qw(dirname basename); use Path::Class; + $WebService::Dropbox::USE_LWP = TRUE; + $self->{_box} = undef; $self->{_config} = { }; $self->{_config_file} = file( $ENV{'HOME'}, '.dropbox-api-config' ); @@ -88,9 +91,9 @@ if(-f $self->{_config_file}){ eval{ - $self->{_config} = decode_json($self->{_config_file}->slurp); - $self->{_box} = Net::Dropbox::API->new($self->{_config}); - $self->{_box}->context('dropbox'); + $self->{_config} = decode_json($self->{_config_file}->slurp); + $self->{_config}->{upload_folder} = $self->{_config}->{upload_folder} || 'Apps/Shutter'; + $self->{_box} = WebService::Dropbox->new($self->{_config}); }; if($@){ return FALSE; @@ -98,7 +101,8 @@ }else{ $self->{_config}->{key} = 'fwsv9z8slaw0c0q'; $self->{_config}->{secret} = 'hsxflivocvav6ag'; - $self->{_config}->{callback_url} = ''; + $self->{_config}->{upload_folder} = 'Apps/Shutter'; + $self->{_config}->{callback_url} = ''; return $self->setup; } @@ -116,8 +120,8 @@ my $sd = Shutter::App::SimpleDialogs->new; #Authentication - $self->{_box} = Net::Dropbox::API->new($self->{_config}); - my $login_link = $self->{_box}->login; + $self->{_box} = WebService::Dropbox->new($self->{_config}); + my $login_link = $self->{_box}->login($self->{_config}->{callback_url}); if($self->{_box}->error){ $sd->dlg_error_message($self->{_box}->error, $d->get("There was an error receiving the authentication URL.")); print "ERROR: There was an error while receiving the Dropbox-URL. ", $self->{_box}->error, "\n"; @@ -155,8 +159,7 @@ chmod 0600, $self->{_config_file}; #again - $self->{_box} = Net::Dropbox::API->new($self->{_config}); - $self->{_box}->context('dropbox'); + $self->{_box} = WebService::Dropbox->new($self->{_config}); return TRUE; } else { @@ -187,14 +190,18 @@ utf8::encode $upload_filename; eval{ - my $res = $self->{_box}->putfile($upload_filename, "Public"); - if($res->{'http_response_code'} == 200){ + my $upload_file = IO::File->new($upload_filename); + my $res = $self->{_box}->files_put($self->{_config}->{upload_folder} . "/" . basename($upload_filename), $upload_file); + $upload_file->close(); + + if(! $self->{_box}->error) { + $res = $self->{_box}->media($self->{_config}->{upload_folder} . "/" . basename($upload_filename)); + } + + if(! $self->{_box}->error){ #set status (success) $self->{_links}{'status'} = 200; - - #...and filename - my $prep_filename = basename($upload_filename); - $self->{_links}->{'direct_link'} = "http://dl.dropbox.com/u/".$self->get_uid."/".$self->escape($prep_filename); + $self->{_links}->{'direct_link'} = $res->{url}; #print all links (debug) if( $self->{_debug_cparam}) { @@ -203,10 +210,10 @@ } } }else{ - $self->{_links}{'status'} = $res->{'error'}; + $self->{_links}{'status'} = $self->{_box}->error; if($self->{_box}->error =~ m/401/){ unlink $self->{_config_file}; - $self->{_links}{'status'} = $res->{'error'}.": ".$d->get("Maybe you or Dropbox revoked or expired an access token. Please close this dialog and try again. Your account will be re-authenticated the next time you upload a file."); + $self->{_links}{'status'} = $self->{_box}->error.": ".$d->get("Maybe you or Dropbox revoked or expired an access token. Please close this dialog and try again. Your account will be re-authenticated the next time you upload a file."); } } }; diff -Nru shutter-0.92/share/shutter/resources/system/upload_plugins/upload/vgyme.pm shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/system/upload_plugins/upload/vgyme.pm --- shutter-0.92/share/shutter/resources/system/upload_plugins/upload/vgyme.pm 1970-01-01 00:00:00.000000000 +0000 +++ shutter-0.93.1~ppa1~ubuntu16.04.1/share/shutter/resources/system/upload_plugins/upload/vgyme.pm 2016-01-10 09:02:05.000000000 +0000 @@ -0,0 +1,268 @@ +#! /usr/bin/env perl +################################################### +# +# Copyright (C) 2014 SwooshyCueb +# +# This file is a part of Shutter. +# +# Shutter is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# Shutter is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Shutter; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# +################################################### + +package vgyme; + +use lib $ENV{'SHUTTER_ROOT'} . '/share/shutter/resources/modules'; + +use utf8; +use strict; +use POSIX qw/setlocale/; +use Locale::gettext; +use Glib qw/TRUE FALSE/; + +use Shutter::Upload::Shared; +our @ISA = qw(Shutter::Upload::Shared); + +my $d = Locale::gettext->domain("shutter-upload-plugins"); +$d->dir($ENV{'SHUTTER_INTL'}); + +my %upload_plugin_info = ( + 'module' => "vgyme", + 'url' => "http://vgy.me/", + 'registration' => "-", + 'description' => $d->get("Upload screenshots and such to vgy.me (API v2)"), + 'supports_anonymous_upload' => TRUE, + 'supports_authorized_upload' => FALSE, + 'supports_oauth_upload' => FALSE, +); + +our ($url); + +$url = "http://vgy.me"; + +binmode(STDOUT, ":utf8"); +if (exists $upload_plugin_info{$ARGV[0]}) +{ + print $upload_plugin_info{$ARGV[0]}; + exit; +} + +# Methods below! Or whatever they're called in Perl... + +sub new +{ + my $class = shift; + + my $self = $class->SUPER::new(shift, shift, shift, shift, shift, shift); + + bless $self, $class; + return $self; +} + +sub init +{ + + my $self = shift; + + use WWW::Mechanize; + use HTTP::Status; + use HTTP::Request::Common 'POST'; + + use File::Temp; + use File::Spec; + use File::Copy; + + use JSON::XS; + + $self->{_mech} = + WWW::Mechanize->new(agent => "$self->{_ua}", timeout => 20); + $self->{_http_status} = undef; + + return TRUE; +} + +sub upload +{ + my ($self, $upload_filename) = @_; + + #no point in assingning variables for username and password yet. + + $self->{_filename} = $upload_filename; + + utf8::encode $upload_filename; + + my $original_filename = $upload_filename; + my $ext = undef; + my $firsterr = undef; + my $json_data = undef; + my $json_worker = undef; + my $returned_data = undef; + my $nothumbnail = 0; + + eval { + #make sure service is actually up + $self->{_mech}->get($url); + $self->{_http_status} = $self->{_mech}->status(); + + if (is_success($self->{_http_status})) + { + $json_worker = JSON::XS->new; + + + + #vgy.me doesn't like upper case file extensions. + $original_filename =~ /\.([^.]+)$/; + $ext = '.' . $1; + if ($ext ne lc $ext) + { + $ext = lc $ext; + $upload_filename = File::Spec->catfile(File::Spec->tmpdir(), + mktemp("shuttervgy~XXXXXX") . $ext); + copy($original_filename, $upload_filename); + } + + #Pickiness seems to have been mostly resolved, so only one attempt will be made. + #There aren't any error codes or error id strings, so we have to rely on the error message. + #That means if these ever change the script will need to be updated agian. + $self->{_mech}->request( + POST "http://vgy.me/upload.php", + Content_Type => 'form-data', + Content => [image => [$upload_filename],], + ); + + $self->{_http_status} = $self->{_mech}->status(); + + if (is_success($self->{_http_status})) + { + + $returned_data = $self->{_mech}->content; + + #print "Returned data:\n$returned_data\n"; + + # Sometimes an invalid image will upload and be stored just fine, + # but will fail thumbnail creation. Errors are returned in the + # fetched data, before the JSON string, which causes problems for us. + # Here, we clean that up + if ($returned_data =~ m/<.*>\n/gms) + { + $returned_data =~ s/^<.*>\n{/{/ms; + $nothumbnail = 1; + #print "Cleaned returned data:\n$returned_data\n"; + } + + $json_data = $json_worker->decode($returned_data); + + #my (undef, undef, $ext) = fileparse($upload_filename); + #that should work, but it doesn't... + $upload_filename =~ /\.([^.]+)$/; + $ext = '.' . $1; + + if ($json_data->{'error'}) + { + #replace HTML line break with real line break + $json_data->{'errorMsg'} =~ s/
/\n/ig; + if ($json_data->{'errorMsg'} =~ m/That file is invalid/i) + { + $self->{_links}{'status'} = + 'The image seems to be invalid or broken.'; + warn + "vgy.me rejected $upload_filename, as the image seems to be broken or invalid. Upload aborted.\n"; + } + elsif ($json_data->{'errorMsg'} =~ m/The file is too big/i) + { + #limit is 10MB now, which is acceptable. It also seems to be enforced well + $self->{_links}{'status'} = "The image is too large.\nMaximum file size is 10 MB."; + warn + "vgy.me rejected $upload_filename because it exceeded the 10MB file size limit. Upload aborted.\n"; + } + elsif ($json_data->{'errorMsg'} =~ m/It appears that filetype is invalid/i) + { + #no bmp, no tiff, no tga + #actually bmp will upload just fine, but fails thumbnailng + $self->{_links}{'status'} = + "The image did not have an acceptable file extension.\njpg, jpeg, png, and gif are allowed."; + warn + "vgy.me rejected $upload_filename because it does not have an acceptable file extension. Upload aborted.\n"; + } + elsif ($json_data->{'errorMsg'} =~ m/No file selected\. Aborted\./i) + { + #no bmp, no tiff, no tga + #actually bmp will upload just fine, but fails thumbnailng + $self->{_links}{'status'} = + "File not sent to server. Try again."; + warn + "vgy.me could not receive the file. Upload aborted.\n"; + } + else + { + $self->{_links}{'status'} = + 'An unknown error ocurred during upload.\n\nErrorMsg:\n' . $json_data->{'errorMsg'}; + if ($self->{_debug}) + { + warn + "An unknown error ocurred during upload of $upload_filename to vgy.me. Upload aborted.\n"; + } + } + return %{$self->{_links}}; + } + + #linkies! + $self->{_links}{'info'} = 'http:' . $json_data->{'imageUrl'}; + + #for some reason the api starts returning the URL at "//" + + $self->{_links}{'direct'} = 'http:' . $json_data->{'hotlinkUrl'}; + + if (! $nothumbnail) + { + $self->{_links}{'thumbnail'} = 'http:' . $json_data->{'thumbNail'} . '.' . $json_data->{'fileExt'}; + #thumbnails are pretty broken right now, lol + } + + if ($self->{_debug}) + { + print + "The following links were returned by http://vgy.me:\n"; + print "Info: \n$self->{_links}{'info'}\n"; + print "Direct Link: \n$self->{_links}{'direct'}\n"; + if (! $nothumbnail) + { + print "Thumbnail: \n$self->{_links}{'thumbnail'}\n"; + } + } + + $self->{_links}{'status'} = $self->{_http_status}; + } + else + { + $self->{_links}{'status'} = $self->{_http_status}; + last; + } + + } + else + { + $self->{_links}{'status'} = $self->{_http_status}; + } + + }; + + if ($@) + { + $self->{_links}{'status'} = $@; + } + return %{$self->{_links}}; +} + +1;