From 6710aa856175300e598b23b701c0d2741f2cb6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 28 Apr 2019 16:45:36 +0200 Subject: New upstream version 0.30.4 --- NEWS | 70 + help/C/share-upload.page | 8 +- help/es/es.po | 54 +- help/hu/hu.po | 536 +- help/sv/sv.po | 62 +- meson.build | 5 +- meson_options.txt | 2 +- misc/org.yorba.shotwell.gschema.xml | 16 +- misc/shotwell.appdata.xml.in | 2 +- .../shotwell/FlickrPublishingAuthenticator.vala | 6 +- .../shotwell/GoogleAuthenticator.vala | 3 +- .../shotwell/ShotwellAuthenticatorFactory.vala | 9 +- plugins/common/RESTSupport.vala | 12 + plugins/common/Resources.vala | 7 +- plugins/shotwell-publishing/PhotosPublisher.vala | 551 ++ .../shotwell-publishing/PhotosPublishingPane.vala | 150 + plugins/shotwell-publishing/PhotosService.vala | 58 + plugins/shotwell-publishing/PhotosUploader.vala | 104 + plugins/shotwell-publishing/PicasaPublishing.vala | 770 -- plugins/shotwell-publishing/flickr.png | Bin 689 -> 0 bytes plugins/shotwell-publishing/google-photos.svg | 1 + .../google_photos_publishing_options_pane.ui | 221 + plugins/shotwell-publishing/meson.build | 11 +- .../org.gnome.Shotwell.Publishing.gresource.xml | 5 +- .../picasa_publishing_options_pane.ui | 176 - .../shotwell-publishing/shotwell-publishing.vala | 8 +- po/POTFILES.in | 7 +- po/POTFILES.skip | 5 +- po/de.po | 800 +- po/es.po | 802 +- po/fi.po | 707 +- po/fr.po | 705 +- po/hu.po | 728 +- po/ja.po | 8158 ++++++++++++-------- po/pl.po | 754 +- po/pt_BR.po | 845 +- po/sv.po | 703 +- src/AppWindow.vala | 2 + src/NaturalCollate.vala | 8 +- src/Photo.vala | 16 +- src/Resources.vala | 14 +- src/SlideshowPage.vala | 8 + src/direct/DirectPhotoPage.vala | 14 +- src/direct/DirectWindow.vala | 17 +- src/library/LibraryWindow.vala | 2 + src/photos/PhotoMetadata.vala | 11 +- src/plugins/StandardHostInterface.vala | 3 - src/publishing/Publishing.vala | 2 +- src/publishing/PublishingUI.vala | 1 + 49 files changed, 9631 insertions(+), 7528 deletions(-) create mode 100644 plugins/shotwell-publishing/PhotosPublisher.vala create mode 100644 plugins/shotwell-publishing/PhotosPublishingPane.vala create mode 100644 plugins/shotwell-publishing/PhotosService.vala create mode 100644 plugins/shotwell-publishing/PhotosUploader.vala delete mode 100644 plugins/shotwell-publishing/PicasaPublishing.vala delete mode 100644 plugins/shotwell-publishing/flickr.png create mode 100644 plugins/shotwell-publishing/google-photos.svg create mode 100644 plugins/shotwell-publishing/google_photos_publishing_options_pane.ui delete mode 100644 plugins/shotwell-publishing/picasa_publishing_options_pane.ui diff --git a/NEWS b/NEWS index d682150..f26e3c7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,73 @@ +Shotwell 0.30.3 - 24 Apr 2019 + * Fix building against GExiv2 0.12 and later + * Fix camera fall-back icon + * Fix icon resource fall-backs + * Fix issue with ACDSEE hierarchical tags + * Fix compile issue with recent vala + * Fix focus issue in slideshow + +Bugs fixed in this release: + - https://gitlab.gnome.org/GNOME/shotwell/106 + - https://gitlab.gnome.org/GNOME/shotwell/122 + - https://gitlab.gnome.org/GNOME/shotwell/75 + - https://gitlab.gnome.org/GNOME/shotwell/89 + +All contributors to this release: + - Jens Georg + - Rico Tzschichholz + - Timo Jyrinki + - Bernd Homuth + - Daniel Mustieles + +Added/updated translations: + - de.po, courtesy of Bernd Homuth + - es.po, courtesy of Daniel Mustieles + - fi.po, courtesy of Jiri Grönroos + +Shotwell 0.30.2 - 07 Feb 2019 + * Fix maximize on Wayland when double-clicking on title-bar + * Do not hide the cursor when showing the slideshow settings dialog + * Fix compatibility with recent vala compilers + * Fix crash when dismissing file modifications on close + * Fix issues with google and flickr not being able to log in + * Replace picasaweb publishing with Google Photos publishing + * Comply with Flick API TOS + +Bugs fixed in this release: + - https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1723973 + - https://gitlab.gnome.org/GNOME/shotwell/issues/101 + - https://gitlab.gnome.org/GNOME/shotwell/issues/26 + - https://gitlab.gnome.org/GNOME/shotwell/issues/67 + - https://gitlab.gnome.org/GNOME/shotwell/issues/80 + - https://gitlab.gnome.org/GNOME/shotwell/issues/97 + - https://retrace.fedoraproject.org/faf/reports/2020125/ + +Merge requests included in this release: + - https://gitlab.gnome.org/GNOME/shotwell/merge_requests/12 + +All contributors to this release: + - Jens Georg + - Ryuta Fujii + - Balázs Úr + - Anders Jonsson + - Piotr Drąg + - Rafael Fontenelle + - Daniel Mustieles + - Claude Paroz + - Daniel Mustieles + +Added/updated translations: + - es.po, courtesy of Daniel Mustieles + - hu.po, courtesy of Balázs Úr + - sv.po, courtesy of Anders Jonsson + - es.po, courtesy of Daniel Mustieles + - fr.po, courtesy of Claude Paroz + - hu.po, courtesy of Balázs Úr + - ja.po, courtesy of sicklylife + - pl.po, courtesy of Piotr Drąg + - pt_BR.po, courtesy of Rafael Fontenelle + - sv.po, courtesy of Anders Jonsson + Shotwell 0.30.1 - 29 Sep 2018 * Fix appdata URLs * Fix "Show in file manager" issues with single quotes diff --git a/help/C/share-upload.page b/help/C/share-upload.page index 76740a5..2cbcbd5 100644 --- a/help/C/share-upload.page +++ b/help/C/share-upload.page @@ -4,7 +4,7 @@ - Publish photos to Facebook, Flickr, Picasa Web Albums, or other sites. + Publish photos to Flickr, Google Photos, or other sites. @@ -17,7 +17,7 @@

Facebook

Flickr

-

Picasa Web Albums and Google+

+

Google Photos

YouTube (videos only)

Tumblr (videos only)

Any site running the Piwigo photo gallery software (photos only)

@@ -33,7 +33,5 @@

You will be only able to publish images with at most the permission you granted to the Shotwell Facebook application

-

Similarly, publishing to Flickr requires you to log in and permit Shotwell Connect to access your account.

- -

If you have a Google account, but have not yet used Picasa Web Albums, you will need to log in to Picasa using a browser once before you can publish to this service.

+

Similarly, publishing to Flickr, YouTube or Google Photos requires you to log in and permit Shotwell Connect to access your account.

diff --git a/help/es/es.po b/help/es/es.po index 40ae384..a1656f8 100644 --- a/help/es/es.po +++ b/help/es/es.po @@ -11,13 +11,13 @@ # # # -# Daniel Mustieles , 2014, 2016, 2017. +# Daniel Mustieles , 2014, 2016, 2017, 2018. # msgid "" msgstr "" "Project-Id-Version: shotwell master\n" -"POT-Creation-Date: 2018-06-25 16:43+0000\n" -"PO-Revision-Date: 2017-03-16 08:13+0100\n" +"POT-Creation-Date: 2018-09-05 20:34+0000\n" +"PO-Revision-Date: 2018-11-30 10:10+0100\n" "Last-Translator: Daniel Mustieles \n" "Language-Team: es \n" "Language: es\n" @@ -25,14 +25,14 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Gtranslator 2.91.6\n" +"X-Generator: Gtranslator 2.91.7\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" msgid "translator-credits" msgstr "" +"Daniel Mustieles , 2014 - 2018\n" "Marina Prado , 2016\n" -"Daniel Mustieles , 2014 - 2016\n" "Dámaris Letelier , 2014" #. (itstool) path: info/desc @@ -104,7 +104,7 @@ msgstr "" #. (itstool) path: item/title #: C/edit-adjustments.page:28 msgid "Contrast" -msgstr "" +msgstr "Contraste" #. (itstool) path: item/p #: C/edit-adjustments.page:29 @@ -112,6 +112,8 @@ msgid "" "Changes the contrast of a photo. Use it to correct flat-looking photos or " "photos where the difference between bright and dark spots seems to big." msgstr "" +"Cambia el contraste de una foto. Úselo para corregir fotos con color pobre o " +"aquellas en las que la diferencia entre brillo y oscuridad es muy grande." #. (itstool) path: item/title #: C/edit-adjustments.page:32 @@ -762,7 +764,6 @@ msgstr "Formatos de foto y vídeo soportados" #. (itstool) path: page/p #: C/formats.page:14 -#, fuzzy #| msgid "" #| "Shotwell supports JPEG, PNG, TIFF, BMP and RAW photo files. Shotwell does not yet support other " @@ -772,9 +773,9 @@ msgid "" "link> photo files. Shotwell does not yet support other graphics format such " "as GIF." msgstr "" -"Shotwell soporta archivos JPEG, PNG, TIFF, BMP y RAW. Shotwell todavía no soporta otros formatos " -"gráficos como GIF." +"Shotwell soporta archivos JPEG, PNG, TIFF, BMP y RAW section.. Shotwell todavía no soporta otros formatos gráficos " +"como GIF." #. (itstool) path: page/p #: C/formats.page:16 @@ -794,7 +795,6 @@ msgstr "" #. (itstool) path: page/p #: C/formats.page:18 -#, fuzzy #| msgid "" #| "For more information about RAW-format photos in Shotwell, please see the " #| "RAW section." @@ -803,7 +803,7 @@ msgid "" "RAW section." msgstr "" "Para obtener más información acerca de las fotos en formato RAW en Shotwell, " -"consulte la sección RAW." +"consulte la sección RAW section." #. (itstool) path: page/p #: C/formats.page:22 @@ -2203,7 +2203,6 @@ msgstr "PM" #. (itstool) path: section/p #: C/other-files.page:72 -#, fuzzy #| msgid "" #| "There are other symbols available; please check the manual for strftime " #| "by running the command man strftime if you need one that isn't " @@ -2213,9 +2212,9 @@ msgid "" "\">manual for strftime by running the command man strftime " "if you need one that isn't listed here." msgstr "" -"Existen otros símbolos disponibles, revise el manual de strftime ejecutando " -"el comando man strftime si necesita alguno que no esté listado " -"aquí." +"Existen otros símbolos disponibles, revise el manual de strftime ejecutando el comando man strftime " +"si necesita alguno que no esté listado aquí." #. (itstool) path: section/title #: C/other-files.page:79 @@ -2794,7 +2793,7 @@ msgstr "" #. (itstool) path: item/title #: C/share-export.page:40 msgid "Original size" -msgstr "" +msgstr "Tamaño original" #. (itstool) path: item/p #: C/share-export.page:40 @@ -2804,7 +2803,7 @@ msgstr "" #. (itstool) path: item/title #: C/share-export.page:41 msgid "Longest edge" -msgstr "" +msgstr "Borde más largo" #. (itstool) path: item/p #: C/share-export.page:41 @@ -2816,7 +2815,7 @@ msgstr "" #. (itstool) path: item/title #: C/share-export.page:42 msgid "Width" -msgstr "" +msgstr "Anchura" #. (itstool) path: item/p #: C/share-export.page:42 @@ -2829,7 +2828,7 @@ msgstr "" #. (itstool) path: item/title #: C/share-export.page:43 msgid "Height" -msgstr "" +msgstr "Altura" #. (itstool) path: item/p #: C/share-export.page:43 @@ -3016,21 +3015,18 @@ msgstr "" #. (itstool) path: item/p #: C/share-upload.page:18 -#, fuzzy #| msgid "Facebook" msgid "Facebook" -msgstr "Facebook" +msgstr "Facebook" #. (itstool) path: item/p #: C/share-upload.page:19 -#, fuzzy #| msgid "Flickr" msgid "Flickr" -msgstr "Flickr" +msgstr "Flickr" #. (itstool) path: item/p #: C/share-upload.page:20 -#, fuzzy #| msgid "" #| "Picasa Web Albums and " #| "Google+" @@ -3038,22 +3034,20 @@ msgid "" "Picasa Web Albums and " "Google+" msgstr "" -"Álbumes de Picasa Web y " +"Álbumes de Picasa Web y " "Google+" #. (itstool) path: item/p #: C/share-upload.page:21 -#, fuzzy #| msgid "YouTube (videos only)" msgid "YouTube (videos only)" -msgstr "YouTube (sólo vídeos)" +msgstr "YouTube (sólo vídeos)" #. (itstool) path: item/p #: C/share-upload.page:22 -#, fuzzy #| msgid "YouTube (videos only)" msgid "Tumblr (videos only)" -msgstr "YouTube (sólo vídeos)" +msgstr "Tumblr (sólo vídeos)" #. (itstool) path: item/p #: C/share-upload.page:23 diff --git a/help/hu/hu.po b/help/hu/hu.po index 095de12..ae4c4d2 100644 --- a/help/hu/hu.po +++ b/help/hu/hu.po @@ -1,16 +1,16 @@ # Hungarian translation for shotwell help. -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014, 2015, 2016, 2019 Free Software Foundation, Inc. # This file is distributed under the same license as the shotwell package. # # Gabor Kelemen , 2014, 2015. -# Balázs Úr , 2015, 2016. +# Balázs Úr , 2015, 2016, 2019. msgid "" msgstr "" "Project-Id-Version: shotwell master\n" -"POT-Creation-Date: 2016-08-18 20:06+0000\n" -"PO-Revision-Date: 2016-08-20 13:43+0200\n" +"POT-Creation-Date: 2019-01-27 16:39+0000\n" +"PO-Revision-Date: 2019-02-02 17:52+0100\n" "Last-Translator: Balázs Úr \n" -"Language-Team: Hungarian \n" +"Language-Team: Hungarian \n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,7 +19,6 @@ msgstr "" "X-Generator: Lokalize 1.2\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 -#| msgid "translator-credits" msgctxt "_" msgid "translator-credits" msgstr "" @@ -80,23 +79,35 @@ msgstr "" #. (itstool) path: item/title #: C/edit-adjustments.page:28 +msgid "Contrast" +msgstr "Kontraszt" + +#. (itstool) path: item/p +#: C/edit-adjustments.page:29 +msgid "" +"Changes the contrast of a photo. Use it to correct flat-looking photos or " +"photos where the difference between bright and dark spots seems to big." +msgstr "" + +#. (itstool) path: item/title +#: C/edit-adjustments.page:32 msgid "Saturation" msgstr "Telítettség" #. (itstool) path: item/p -#: C/edit-adjustments.page:29 +#: C/edit-adjustments.page:33 msgid "" "Changes how vivid colors look. If your photo looks gray and washed out, try " "increasing the saturation. If colors look too bold, try decreasing it." msgstr "" #. (itstool) path: item/title -#: C/edit-adjustments.page:32 +#: C/edit-adjustments.page:36 msgid "Tint" msgstr "Árnyalat" #. (itstool) path: item/p -#: C/edit-adjustments.page:33 +#: C/edit-adjustments.page:37 msgid "" "This tints the photo with a color. It's useful for correcting photos taken " "with the wrong white balance setting, which typically have an unnatural " @@ -105,56 +116,42 @@ msgid "" msgstr "" #. (itstool) path: item/title -#: C/edit-adjustments.page:36 +#: C/edit-adjustments.page:40 msgid "Temperature" msgstr "Hőmérséklet" #. (itstool) path: item/p -#: C/edit-adjustments.page:37 +#: C/edit-adjustments.page:41 msgid "" "Changes how \"warm\" or \"cool\" the picture looks. Use this to make cold, " "depressing scenes look more lively, for example." msgstr "" #. (itstool) path: item/title -#: C/edit-adjustments.page:40 +#: C/edit-adjustments.page:44 msgid "Shadows" msgstr "Árnyékok" #. (itstool) path: item/p -#: C/edit-adjustments.page:41 +#: C/edit-adjustments.page:45 msgid "" "This makes shadowy areas appear lighter. Use this to make detail more " "visible if it's obscured by the darkness of a shadow." msgstr "" #. (itstool) path: item/title -#: C/edit-adjustments.page:44 +#: C/edit-adjustments.page:48 msgid "Intensity Threshold (sliders on the histogram)" msgstr "" #. (itstool) path: item/p -#: C/edit-adjustments.page:45 +#: C/edit-adjustments.page:49 msgid "" "These sliders change how light the brightest white is and how dark the " "darkest black is. Use them to change the contrast of the photo. Photos which " "look washed out should particularly benefit from changing these settings." msgstr "" -#. (itstool) path: media -#. This is a reference to an external file such as an image or video. When -#. the file changes, the md5 hash will change to let you know you need to -#. update your localized copy. The msgstr is not used at all. Set it to -#. whatever you like once you have updated your copy of the file. -#: C/edit-crop.page:42 -#| msgid "" -#| "@@image: 'figures/crop_thirds.jpg'; md5=4cf0a026bb812c7eab0c9db8210a9524" -msgctxt "_" -msgid "" -"external ref='figures/crop_thirds.jpg' md5='4cf0a026bb812c7eab0c9db8210a9524'" -msgstr "" -"external ref='figures/crop_thirds.jpg' md5='4cf0a026bb812c7eab0c9db8210a9524'" - #. (itstool) path: info/desc #: C/edit-crop.page:7 msgid "Improve the composition of a photo by cutting out parts of it." @@ -257,6 +254,18 @@ msgid "" "a more visually appealing image." msgstr "" +#. (itstool) path: section/media +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/edit-crop.page:42 +msgctxt "_" +msgid "" +"external ref='figures/crop_thirds.jpg' md5='4cf0a026bb812c7eab0c9db8210a9524'" +msgstr "" +"external ref='figures/crop_thirds.jpg' md5='4cf0a026bb812c7eab0c9db8210a9524'" + #. (itstool) path: media/p #: C/edit-crop.page:43 msgid "" @@ -264,6 +273,40 @@ msgid "" "composition." msgstr "" +#. (itstool) path: info/desc +#: C/edit-date-time.page:7 +msgid "Change the date and time of photos if those details are incorrect." +msgstr "" + +#. (itstool) path: page/title +#: C/edit-date-time.page:12 +msgid "Adjust the date and time of photos" +msgstr "" + +#. (itstool) path: page/p +#: C/edit-date-time.page:14 +msgid "" +"To adjust the date and time of photos, select the photos you would like to " +"adjust, choose PhotosAdjust Date and Time... and select a new date and time." +msgstr "" + +#. (itstool) path: page/p +#: C/edit-date-time.page:16 +msgid "" +"If you are changing the date and time of multiple photos at once, you can " +"choose to shift all the photos by the same amount of time or to set all the " +"photos to the same time." +msgstr "" + +#. (itstool) path: page/p +#: C/edit-date-time.page:18 +msgid "" +"By default, the date and time are only changed inside Shotwell. You can also " +"choose to modify the date and time in the original file, but this cannot be " +"undone once you exit Shotwell." +msgstr "" + #. (itstool) path: info/desc #: C/edit-enhance.page:7 msgid "" @@ -511,44 +554,6 @@ msgstr "" msgid "Press Straighten when finished." msgstr "" -#. (itstool) path: info/desc -#: C/edit-date-time.page:7 -msgid "Change the date and time of photos if those details are incorrect." -msgstr "" - -#. (itstool) path: page/title -#: C/edit-date-time.page:12 -msgid "Adjust the date and time of photos" -msgstr "" - -#. (itstool) path: page/p -#: C/edit-date-time.page:14 -#| msgid "" -#| "To change a photo's title, select the photo and click " -#| "PhotosEdit Title, or press " -#| "F2." -msgid "" -"To adjust the date and time of photos, select the photos you would like to " -"adjust, choose PhotosAdjust Date and Time... and select a new date and time." -msgstr "" - -#. (itstool) path: page/p -#: C/edit-date-time.page:16 -msgid "" -"If you are changing the date and time of multiple photos at once, you can " -"choose to shift all the photos by the same amount of time or to set all the " -"photos to the same time." -msgstr "" - -#. (itstool) path: page/p -#: C/edit-date-time.page:18 -msgid "" -"By default, the date and time are only changed inside Shotwell. You can also " -"choose to modify the date and time in the original file, but this cannot be " -"undone once you exit Shotwell." -msgstr "" - #. (itstool) path: info/desc #: C/edit-undo.page:7 msgid "Return a photo to its original, unedited form." @@ -589,9 +594,9 @@ msgstr "" #. (itstool) path: page/p #: C/formats.page:14 msgid "" -"Shotwell supports JPEG, PNG, TIFF, BMP and RAW photo files. Shotwell does not yet support other graphics " -"format such as GIF." +"Shotwell supports JPEG, PNG, TIFF, BMP and RAW photo files. Shotwell does not yet support other graphics format such " +"as GIF." msgstr "" #. (itstool) path: page/p @@ -608,7 +613,7 @@ msgstr "" #: C/formats.page:18 msgid "" "For more information about RAW-format photos in Shotwell, please see the " -"RAW section." +"RAW section." msgstr "" #. (itstool) path: page/p @@ -715,7 +720,10 @@ msgstr "" #: C/import-file.page:16 msgid "" "Alternatively, click FileImport From Folder... and select the folder containing the photos you want to import." +"gui> and select the folder containing the photos you want to " +"import. If you do not want Shotwell to recurse into subfolders while " +"importing, you can uncheck the Recurse Into Subfolders checkbox " +"on the bottom of the file dialog." msgstr "" #. (itstool) path: page/p @@ -743,45 +751,6 @@ msgid "" "show new entries for the dates corresponding to the imported photos." msgstr "" -#. (itstool) path: info/desc -#: C/import-f-spot.page:7 -msgid "" -"Shotwell can import all your photos and tags from the F-Spot photo manager." -msgstr "" - -#. (itstool) path: page/title -#: C/import-f-spot.page:12 -msgid "Importing from F-Spot" -msgstr "" - -#. (itstool) path: page/p -#: C/import-f-spot.page:14 -msgid "To import an existing photo collection from F-Spot:" -msgstr "" - -#. (itstool) path: item/p -#: C/import-f-spot.page:16 -msgid "Select FileImport From F-Spot." -msgstr "" - -#. (itstool) path: item/p -#: C/import-f-spot.page:17 -msgid "" -"Now choose either the default F-Spot library or another F-Spot database. If " -"importing from another F-Spot database, select a directory and file from the " -"chooser dialog box." -msgstr "" - -#. (itstool) path: page/p -#: C/import-f-spot.page:20 -msgid "" -"Shotwell will import your photos, together with their tags and other " -"information. Once the import is complete, you can select Last Import in the sidebar to see all photos successfully imported. The Events list " -"will also show new entries for the dates corresponding to the imported " -"photos." -msgstr "" - #. (itstool) path: info/desc #: C/import-memorycard.page:7 msgid "Import photos from a digital camera's memory card." @@ -835,61 +804,53 @@ msgid "" "though." msgstr "" -#. (itstool) path: media -#. This is a reference to an external file such as an image or video. When -#. the file changes, the md5 hash will change to let you know you need to -#. update your localized copy. The msgstr is not used at all. Set it to -#. whatever you like once you have updated your copy of the file. -#: C/index.page:23 -msgctxt "_" -msgid "" -"external ref='figures/shotwell_logo.png' " -"md5='4b333499555b4e496b1a38f7899067f3'" -msgstr "" -"external ref='figures/shotwell_logo.png' " -"md5='4b333499555b4e496b1a38f7899067f3'" - #. (itstool) path: info/title #: C/index.page:6 -#| msgid "Shotwell" msgctxt "link" msgid "Shotwell" msgstr "Shotwell" -#. (itstool) path: info/title -#: C/index.page:7 -#| msgid "Shotwell" -msgctxt "text" -msgid "Shotwell" -msgstr "Shotwell" - #. (itstool) path: credit/name -#: C/index.page:9 +#: C/index.page:8 msgid "Jim Nelson" msgstr "Jim Nelson" #. (itstool) path: credit/name -#: C/index.page:11 +#: C/index.page:10 msgid "Allison Barlow" msgstr "Allison Barlow" #. (itstool) path: credit/name -#: C/index.page:13 +#: C/index.page:12 msgid "Robert Ancell" msgstr "Robert Ancell" #. (itstool) path: credit/name -#: C/index.page:15 +#: C/index.page:14 msgid "Peter Smith" msgstr "Peter Smith" #. (itstool) path: credit/name -#: C/index.page:17 +#: C/index.page:16 msgid "Phil Bull" msgstr "Phil Bull" +#. (itstool) path: title/media +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.page:22 +msgctxt "_" +msgid "" +"external ref='figures/shotwell_logo.png' " +"md5='4b333499555b4e496b1a38f7899067f3'" +msgstr "" +"external ref='figures/shotwell_logo.png' " +"md5='4b333499555b4e496b1a38f7899067f3'" + #. (itstool) path: page/title -#: C/index.page:23 +#: C/index.page:22 msgid "" "Shotwell Photo " "Manager" @@ -898,32 +859,32 @@ msgstr "" "fényképkezelő" #. (itstool) path: section/title -#: C/index.page:26 +#: C/index.page:25 msgid "Importing Photos" msgstr "Fényképek importálása" #. (itstool) path: section/title -#: C/index.page:30 +#: C/index.page:29 msgid "Viewing Photos" msgstr "Fényképek megjelenítése" #. (itstool) path: section/title -#: C/index.page:34 +#: C/index.page:33 msgid "Organizing Photos" msgstr "Fényképek rendszerezése" #. (itstool) path: section/title -#: C/index.page:38 +#: C/index.page:37 msgid "Editing Photos" msgstr "Fényképek szerkesztése" #. (itstool) path: section/title -#: C/index.page:42 +#: C/index.page:41 msgid "Sharing Photos" msgstr "Fényképek megosztása" #. (itstool) path: section/title -#: C/index.page:46 +#: C/index.page:45 msgid "Other Features" msgstr "Más funkciók" @@ -1172,22 +1133,6 @@ msgid "" "< and >." msgstr "" -#. (itstool) path: media -#. This is a reference to an external file such as an image or video. When -#. the file changes, the md5 hash will change to let you know you need to -#. update your localized copy. The msgstr is not used at all. Set it to -#. whatever you like once you have updated your copy of the file. -#: C/organize-remove.page:15 -#| msgid "" -#| "@@image: 'figures/trash_process.png'; md5=ed596bda34c2f4a79a310fbc8bb51fd2" -msgctxt "_" -msgid "" -"external ref='figures/trash_process.png' " -"md5='ed596bda34c2f4a79a310fbc8bb51fd2'" -msgstr "" -"external ref='figures/trash_process.png' " -"md5='ed596bda34c2f4a79a310fbc8bb51fd2'" - #. (itstool) path: info/desc #: C/organize-remove.page:7 msgid "" @@ -1207,6 +1152,20 @@ msgid "" msgstr "" #. (itstool) path: page/media +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/organize-remove.page:15 +msgctxt "_" +msgid "" +"external ref='figures/trash_process.png' " +"md5='ed596bda34c2f4a79a310fbc8bb51fd2'" +msgstr "" +"external ref='figures/trash_process.png' " +"md5='ed596bda34c2f4a79a310fbc8bb51fd2'" + +#. (itstool) path: media/p #: C/organize-remove.page:15 msgid "Delete process" msgstr "" @@ -1426,12 +1385,6 @@ msgstr "" #. (itstool) path: section/p #: C/organize-search.page:50 -#| msgid "" -#| "Create a new saved search with EditNew Search or by hitting CtrlS. " -#| "The dialog box allows you to enter a name for the search and select " -#| "whether you want to meet Any, All, or None of the criteria in the " -#| "following rows." msgid "" "Create a new saved search with EditNew Saved " "Search... or by hitting CtrlSSzerkesztésÚj mentett keresés…<" -"/gui> menüponttal, vagy a CtrlS<" -"/keyseq> lenyomásával hozható létre. Az ablak lehetővé teszi a keresés " +"Új mentett keresés a SzerkesztésÚj mentett keresés… menüponttal, vagy a CtrlS lenyomásával hozható létre. Az ablak lehetővé teszi a keresés " "nevének megadását, és annak kiválasztását, hogy a következő sorban lévő " "bármely, az összes vagy egyik keresési feltételre se illeszkedjen." @@ -1484,7 +1437,6 @@ msgstr "" #. (itstool) path: item/p #: C/organize-tag.page:28 -#| msgid "Choose TagsAdd Tags." msgid "Choose TagsAdd Tags...." msgstr "" "Válassza a CímkékCímkék hozzáadása… " @@ -1504,14 +1456,6 @@ msgstr "Fogja meg a kijelölt fényképeket, és ejtse azokat a kívánt címké #. (itstool) path: page/p #: C/organize-tag.page:33 -#| msgid "" -#| "When you use CtrlT or " -#| "TagsAdd Tags you can type in the " -#| "names of one or more tags, separated by commas. Once you have created a " -#| "tag, you can rename it by selecting that tag in the sidebar and choosing " -#| "TagsRename Tag \"[name]\", by " -#| "rightclicking on it and choose Rename... or double-click on " -#| "the tag in the sidebar." msgid "" "When you use CtrlT or " "TagsAdd Tags... you can type in the " @@ -1521,25 +1465,17 @@ msgid "" "rightclicking on it and choose Rename... or double-click on the " "tag in the sidebar." msgstr "" -"Ha a CtrlT billentyűket vagy a " -"CímkékCímkék hozzáadása… menüpontot használja, " -"akkor vesszővel elválasztva beírhat több címkenevet is. Ha létrehozott egy " -"címkét, akkor átnevezheti azt az oldalsávon való kiválasztással, és a " -"Címkék„[név]” címke átnevezése… menüpont " -"választásával, ha a jobb egérgombbal kattint rá, és az Átnevezés… " -"menüpontot választja, vagy duplán kattint a címkére az oldalsávon." +"Ha a CtrlT billentyűket vagy a " +"CímkékCímkék hozzáadása… menüpontot " +"használja, akkor vesszővel elválasztva beírhat több címkenevet is. Ha " +"létrehozott egy címkét, akkor átnevezheti azt az oldalsávon való " +"kiválasztással, és a Címkék„[név]” címke átnevezése…" +" menüpont választásával, ha a jobb egérgombbal kattint rá, és " +"az Átnevezés… menüpontot választja, vagy duplán kattint a címkére " +"az oldalsávon." #. (itstool) path: page/p #: C/organize-tag.page:44 -#| msgid "" -#| "To change which tags are associated with a particular photo, select that " -#| "photo, choose TagsModify Tags or " -#| "right-click on a photo and select Modify Tags and edit the " -#| "comma separated list. To remove a tag from one or more photos, first " -#| "select that tag in the sidebar, then select the photos you would like to " -#| "remove, and choose TagsRemove Tag \"[name]\" from " -#| "Photos or right-click on the photos an select Remove " -#| "Tag \"[name]\" from Photos." msgid "" "To change which tags are associated with a particular photo, select that " "photo, choose TagsModify Tags... or " @@ -1551,16 +1487,16 @@ msgid "" "\"[name]\" from Photos." msgstr "" "Annak módosításához, hogy mely címkék legyenek hozzárendelve egy adott " -"fényképhez, jelölje ki a fényképet, válassza a Címkék" -"Címkék módosítása… menüpontot, vagy kattintson a jobb " -"egérgombbal egy fényképre, és válassza a Címkék módosítása… " +"fényképhez, jelölje ki a fényképet, válassza a CímkékCímkék módosítása… menüpontot, vagy kattintson a " +"jobb egérgombbal egy fényképre, és válassza a Címkék módosítása… " "lehetőséget, majd szerkessze a vesszővel elválasztott listát. Egy címke " "fényképekről eltávolításához először jelölje ki az adott címkét az " "oldalsávon, majd jelölje ki azokat a fényképeket, amelyekről el szeretné " "távolítani, és válassza a Címkék„[név]” címke " -"eltávolítása a fényképekről menüpontot, vagy kattintson a jobb " -"egérgombbal a fényképekre, és válassza a „[név]” címke eltávolítása a " -"fényképekről menüpontot." +"eltávolítása a fényképekről menüpontot, vagy kattintson a " +"jobb egérgombbal a fényképekre, és válassza a „[név]” címke " +"eltávolítása a fényképekről menüpontot." #. (itstool) path: page/p #: C/organize-tag.page:58 @@ -1576,22 +1512,17 @@ msgstr "" #. (itstool) path: page/p #: C/organize-tag.page:64 -#| msgid "" -#| "When you create a tag, it will appear in the sidebar under the Tags item, " -#| "which is hidden if there are no tags. Photos can have multiple tags " -#| "attached to them, and when you click on the name of a given tag in the " -#| "sidebar, you will see all the photos associated with that tag." msgid "" "When you create a tag, it will appear in the sidebar under the Tags item, which is hidden if there are no tags. Photos can have multiple " "tags attached to them, and when you click on the name of a given tag in the " "sidebar, you will see all the photos associated with that tag." msgstr "" -"Ha létrehoz egy címkét, akkor az meg fog jelenni az oldalsávon a Címkék<" -"/gui> elem alatt, amely nem látható, ha nincsenek címkék. A fényképekhez több " -"címkét is lehet csatolni, és amikor rákattint az oldalsávon egy adott címke " -"nevére, akkor látni fogja az összes fényképet, amely ahhoz a címkéhez van " -"rendelve." +"Ha létrehoz egy címkét, akkor az meg fog jelenni az oldalsávon a " +"Címkék elem alatt, amely nem látható, ha nincsenek címkék. A " +"fényképekhez több címkét is lehet csatolni, és amikor rákattint az " +"oldalsávon egy adott címke nevére, akkor látni fogja az összes fényképet, " +"amely ahhoz a címkéhez van rendelve." #. (itstool) path: section/title #: C/organize-tag.page:73 @@ -1653,17 +1584,13 @@ msgstr "" #. (itstool) path: page/p #: C/organize-title.page:17 -#| msgid "" -#| "To change a photo's title, select the photo and click " -#| "PhotosEdit Title, or press " -#| "F2." msgid "" "To change a photo's title, select the photo and click PhotosEdit Title..., or press F2." msgstr "" -"Egy fénykép címének módosításához válassza ki a fényképet, és válassza a <" -"guiseq>FényképekCím szerkesztése… menüpontot, " -"vagy nyomja meg az F2 billentyűt." +"Egy fénykép címének módosításához válassza ki a fényképet, és válassza a " +"FényképekCím szerkesztése… " +"menüpontot, vagy nyomja meg az F2 billentyűt." #. (itstool) path: info/desc #: C/other-files.page:7 @@ -1712,13 +1639,11 @@ msgstr "Szimbólum" #. (itstool) path: td/p #: C/other-files.page:38 -#| msgid "Meaning" msgid "Meaning" msgstr "Jelentés" #. (itstool) path: td/p #: C/other-files.page:38 -#| msgid "Example" msgid "Example" msgstr "Példa" @@ -1920,13 +1845,13 @@ msgstr "DU" #. (itstool) path: section/p #: C/other-files.page:72 msgid "" -"There are other symbols available; please check the manual for strftime by " -"running the command man strftime if you need one that isn't " -"listed here." +"There are other symbols available; please check the manual for strftime by running the command man strftime " +"if you need one that isn't listed here." msgstr "" -"További szimbólumok érhetők el. Nézze meg az strftime kézikönyvét a man " -"strftime parancsot lefuttatva, ha olyanra van szüksége, amely nincs " -"itt felsorolva." +"További szimbólumok érhetők el. Nézze meg az " +"strftime kézikönyvét a man strftime parancsot lefuttatva, " +"ha olyanra van szüksége, amely nincs itt felsorolva." #. (itstool) path: section/title #: C/other-files.page:79 @@ -2346,12 +2271,6 @@ msgstr "" #. (itstool) path: page/p #: C/share-export.page:18 -#| msgid "" -#| "Alternatively, select a set of photos and choose the FileExport command or press ShiftCtrlE, which exports photos while " -#| "letting you fine-tune the size and dimensions of your photo files. A " -#| "window will appear allowing you to make several choices:" msgid "" "Alternatively, select a set of photos and choose the FileExport... command or press ShiftPixels and the other according to the aspect ratio" +msgstr "" + +#. (itstool) path: item/title +#: C/share-export.page:42 +msgid "Width" +msgstr "Szélesség" + +#. (itstool) path: item/p +#: C/share-export.page:42 +msgid "" +"The image width will have its width scaled to the given pixel size and its " +"height according to the aspect ratio. This is equivalent to Longest " +"Edge for landscape pictures." +msgstr "" + +#. (itstool) path: item/title +#: C/share-export.page:43 +msgid "Height" +msgstr "Magasság" + #. (itstool) path: item/p -#: C/share-export.page:39 +#: C/share-export.page:43 +msgid "" +"The image height will have its height scaled to the given pixel size and its " +"width according to the aspect ratio. This is equivalent to Longest " +"Edge for portrait pictures." +msgstr "" + +#. (itstool) path: item/p +#: C/share-export.page:46 msgid "" "The option whether you like to export metadatas such as tags or ratings. " "This can help to save your privacy if you have geolocation tags or tags " @@ -2430,7 +2397,7 @@ msgid "" msgstr "" #. (itstool) path: page/p -#: C/share-export.page:42 +#: C/share-export.page:49 msgid "" "If selected, Shotwell will write tags, titles, and other metadata to the new " "files." @@ -2438,10 +2405,6 @@ msgstr "" #. (itstool) path: info/desc #: C/share-print.page:7 -#| msgid "" -#| "Click FilePrint. For more printing " -#| "options, select the Page Setup tab in the Print " -#| "dialog." msgid "" "Click FilePrint.... For more printing " "options, select the Page Setup tab in the Print dialog." @@ -2457,9 +2420,6 @@ msgstr "Nyomtatás" #. (itstool) path: page/p #: C/share-print.page:14 -#| msgid "" -#| "To print a photo, select it and choose FilePrint." msgid "" "To print a photo, select it and choose FilePrint...." @@ -2469,12 +2429,6 @@ msgstr "" #. (itstool) path: page/p #: C/share-print.page:16 -#| msgid "" -#| "Shotwell can also print multiple images in one page; to do this, select " -#| "multiple images, choose FilePrint, " -#| "and in the Print dialog, choose the Image Settings " -#| "tab. In Image Settings, choose one of the multiple-image-per-" -#| "page options under Autosize." msgid "" "Shotwell can also print multiple images in one page; to do this, select " "multiple images, choose FilePrint..., " @@ -2581,10 +2535,9 @@ msgstr "Az egyes átmeneti effektusok hossza: 0,1 - 1,0 másodperc" #. (itstool) path: info/desc #: C/share-upload.page:7 -msgid "Publish photos to Facebook, Flickr, Picasa Web Albums, or other sites." +msgid "Publish photos to Flickr, Google Photos, or other sites." msgstr "" -"Tegye közzé fényképeit a Facebook, Flickr, Picasa Webalbumok vagy más " -"oldalakon" +"Tegye közzé fényképeit a Flickr, a Google Fényképek vagy más oldalakon." #. (itstool) path: page/title #: C/share-upload.page:12 @@ -2604,38 +2557,28 @@ msgstr "" #. (itstool) path: item/p #: C/share-upload.page:18 -#| msgid "YouTube (videos only)" -msgid "Facebook" -msgstr "Facebook" +msgid "Facebook" +msgstr "Facebook" #. (itstool) path: item/p #: C/share-upload.page:19 -#| msgid "YouTube (videos only)" -msgid "Flickr" -msgstr "Flickr" +msgid "Flickr" +msgstr "Flickr" #. (itstool) path: item/p #: C/share-upload.page:20 -msgid "" -"Picasa Web Albums and " -"Google+" -msgstr "" -"Picasa Webalbumok és Google+" +msgid "Google Photos" +msgstr "Google Fényképek" #. (itstool) path: item/p #: C/share-upload.page:21 -msgid "YouTube (videos only)" -msgstr "YouTube (csak videók)" +msgid "YouTube (videos only)" +msgstr "YouTube (csak videók)" #. (itstool) path: item/p #: C/share-upload.page:22 -msgid "" -"Yandex.Fotki, a photo site " -"popular in Russia (photos only)" -msgstr "" -"Yandex.Fotki, egy " -"Oroszországban népszerű fénykép-megosztó oldal (csak fényképek)" +msgid "Tumblr (videos only)" +msgstr "Tumblr (csak videók)" #. (itstool) path: item/p #: C/share-upload.page:23 @@ -2653,27 +2596,22 @@ msgid "" "gui>Preferences and click on the Plugins tab " "to enable the plugin for the service you want to publish to. Next, choose, " "FilePublish, press the Publish toolbar button or use CtrlP. You " -"will see a dialog that lets you select a publishing service. You will then " -"need to log in or create an account." +"gui> toolbar button or use CtrlShiftP. You will see a dialog that lets you select a publishing " +"service. You will then need to log in or create an account." msgstr "" -"Egy gyűjtemény kiválasztott fényképeinek közzétételéhez válassza a " -"SzerkesztésBeállítások menüpontot, és " +"Egy gyűjtemény kiválasztott fényképeinek közzétételéhez válassza a <" +"gui>SzerkesztésBeállítások menüpontot, és " "kattintson a Bővítmények lapra azon szolgáltatás bővítményének " "bekapcsolásához, amelyen közzé szeretné tenni a fényképeket. Ezután válassza " "a FájlKözzététel menüpontot, nyomja " -"meg a Közzététel eszköztárgombot, vagy használja a " -"CtrlP kombinációt. A megjelenő " +"meg a Közzététel eszköztárgombot, vagy használja a " +"CtrlShiftP kombinációt. A megjelenő " "ablakban kiválaszthat egy közzétételi szolgáltatást. Ezután be kell " "jelentkeznie vagy létre kell hoznia egy fiókot." #. (itstool) path: page/p #: C/share-upload.page:31 -#| msgid "" -#| "Publishing to Facebook requires you to grant certain permissions to the " -#| "Shotwell Connect Facebook application. You only need to grant these " -#| "permissions once, when you first associate Shotwell Connect with your " -#| "Facebook account." msgid "" "Publishing to Facebook requires you to grant certain permissions to the " "Shotwell Facebook application. You only need to grant these permissions " @@ -2693,22 +2631,12 @@ msgstr "" #. (itstool) path: page/p #: C/share-upload.page:36 msgid "" -"Similarly, publishing to Flickr requires you to log in and permit Shotwell " -"Connect to access your account." -msgstr "" -"Ehhez hasonlóan a Flickr-en való közzétételhez is be kell jelentkeznie, és " -"engedélyeznie kell a Shotwell Connectnek a fiók elérését." - -#. (itstool) path: page/p -#: C/share-upload.page:38 -msgid "" -"If you have a Google account, but have not yet used Picasa Web Albums, you " -"will need to log in to Picasa using a browser once before you can publish to " -"this service." +"Similarly, publishing to Flickr, YouTube or Google Photos requires you to " +"log in and permit Shotwell Connect to access your account." msgstr "" -"Ha van Google fiókja, de még nem használta a Picasa Webalbumokat, akkor " -"egyszer be kell jelentkeznie a Picasaba egy böngészőből mielőtt közzétehetne " -"képeket ezen a szolgáltatáson." +"Ehhez hasonlóan a Flickr-en, YouTube-on vagy a Google Fényképeken való " +"közzétételhez is be kell jelentkeznie, és engedélyeznie kell a Shotwell " +"Connectnek a fiók elérését." #. (itstool) path: info/desc #: C/view-displaying.page:7 @@ -2857,12 +2785,12 @@ msgstr "" "fel." #. (itstool) path: page/title -#: C/view-sidebar.page:21 +#: C/view-sidebar.page:20 msgid "The sidebar" msgstr "Az oldalsáv" #. (itstool) path: page/p -#: C/view-sidebar.page:23 +#: C/view-sidebar.page:22 msgid "" "The sidebar on the left side of the Shotwell window lists various views of " "your library. Although you may see the same photo in multiple views, it's " @@ -2873,7 +2801,7 @@ msgstr "" "egyszer van tárolva." #. (itstool) path: page/p -#: C/view-sidebar.page:25 +#: C/view-sidebar.page:24 msgid "" "The Last Import view lists your last imported photos no matter if " "they are imported from F-Spot, your camera, a memory card or the hard disk." @@ -2883,12 +2811,12 @@ msgstr "" "memóriakártyáról vagy a merevlemezről importálta azokat." #. (itstool) path: page/p -#: C/view-sidebar.page:27 +#: C/view-sidebar.page:26 msgid "The Flagged lists all photos you had previous flagged." msgstr "A Megjelölt a korábban megjelölt fényképeket sorolja fel." #. (itstool) path: page/p -#: C/view-sidebar.page:29 +#: C/view-sidebar.page:28 msgid "" "The Saved Search allows you to sort your library by many criteria." msgstr "" @@ -2896,7 +2824,7 @@ msgstr "" "szempont szerint." #. (itstool) path: page/p -#: C/view-sidebar.page:31 +#: C/view-sidebar.page:30 msgid "" "The Events folder lists all events in your library. An event is a " "group of photos that were taken at approximately the same time." @@ -2905,7 +2833,7 @@ msgstr "" "esemény a nagyjából egy időben készített fényképek csoportja." #. (itstool) path: page/p -#: C/view-sidebar.page:33 +#: C/view-sidebar.page:32 msgid "" "The Tags folder lists all tags you've assigned to photos. Photos " "can have multiple tags attached to them. When you click on the name of a tag " diff --git a/help/sv/sv.po b/help/sv/sv.po index 4b46131..995cb0a 100644 --- a/help/sv/sv.po +++ b/help/sv/sv.po @@ -1,13 +1,13 @@ # Swedish translation for shotwell help -# Copyright © 2015, 2016, 2017, 2018 shotwell's COPYRIGHT HOLDER +# Copyright © 2015, 2016, 2017, 2018, 2019 shotwell's COPYRIGHT HOLDER # This file is distributed under the same license as the shotwell package. # Josef Andersson , 2015. -# Anders Jonsson , 2016, 2017, 2018. +# Anders Jonsson , 2016, 2017, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: shotwell master\n" -"POT-Creation-Date: 2018-09-05 07:38+0000\n" -"PO-Revision-Date: 2018-09-05 22:19+0200\n" +"POT-Creation-Date: 2019-01-24 22:31+0000\n" +"PO-Revision-Date: 2019-01-26 15:42+0100\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 2.1.1\n" +"X-Generator: Poedit 2.2\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -2916,10 +2916,8 @@ msgstr "Tiden för övergångseffekter: 0,1 - 1,0 sekunder" #. (itstool) path: info/desc #: C/share-upload.page:7 -msgid "Publish photos to Facebook, Flickr, Picasa Web Albums, or other sites." -msgstr "" -"Publicera bilden till Facebook, Flickr, Picasa Web Albums eller andra " -"webbplatser." +msgid "Publish photos to Flickr, Google Photos, or other sites." +msgstr "Publicera bilder till Flickr, Google Foto eller andra webbplatser." #. (itstool) path: page/title #: C/share-upload.page:12 @@ -2939,24 +2937,19 @@ msgstr "" #. (itstool) path: item/p #: C/share-upload.page:18 -#| msgid "Facebook" msgid "Facebook" msgstr "Facebook" #. (itstool) path: item/p #: C/share-upload.page:19 -#| msgid "Flickr" msgid "Flickr" msgstr "Flickr" #. (itstool) path: item/p #: C/share-upload.page:20 -msgid "" -"Picasa Web Albums and " -"Google+" -msgstr "" -"Picasa Web Albums och " -"Google+" +#| msgid "Facebook" +msgid "Google Photos" +msgstr "Google Foto" #. (itstool) path: item/p #: C/share-upload.page:21 @@ -3020,22 +3013,11 @@ msgstr "" #. (itstool) path: page/p #: C/share-upload.page:36 msgid "" -"Similarly, publishing to Flickr requires you to log in and permit Shotwell " -"Connect to access your account." -msgstr "" -"På liknande sätt kräver Flickr att du loggar in och tillåter Shotwell " -"Connect att komma åt ditt konto." - -#. (itstool) path: page/p -#: C/share-upload.page:38 -msgid "" -"If you have a Google account, but have not yet used Picasa Web Albums, you " -"will need to log in to Picasa using a browser once before you can publish to " -"this service." +"Similarly, publishing to Flickr, YouTube or Google Photos requires you to " +"log in and permit Shotwell Connect to access your account." msgstr "" -"Om du har ett Google-konto, men ännu inte använt Picasa Web Albums behöver " -"du logga in till Picasa med en webbläsare en gång innan du kan publicera " -"till tjänsten." +"På liknande sätt kräver Flickr, YouTube eller Google Foto att du loggar in " +"och tillåter Shotwell Connect att komma åt ditt konto." #. (itstool) path: info/desc #: C/view-displaying.page:7 @@ -3240,6 +3222,22 @@ msgstr "" "kan ha flera taggar kopplade till dem. När du klickar på namnet på en tagg i " "sidopanelen kommer du att se alla bilder associerade med den taggen." +#~ msgid "" +#~ "Picasa Web Albums and " +#~ "Google+" +#~ msgstr "" +#~ "Picasa Web Albums och " +#~ "Google+" + +#~ msgid "" +#~ "If you have a Google account, but have not yet used Picasa Web Albums, " +#~ "you will need to log in to Picasa using a browser once before you can " +#~ "publish to this service." +#~ msgstr "" +#~ "Om du har ett Google-konto, men ännu inte använt Picasa Web Albums " +#~ "behöver du logga in till Picasa med en webbläsare en gång innan du kan " +#~ "publicera till tjänsten." + #~ msgid "" #~ "Yandex.Fotki, a photo site " #~ "popular in Russia (photos only)" diff --git a/meson.build b/meson.build index f75ad49..1f9cd42 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('shotwell', ['vala', 'c'], - version : '0.30.1', + version : '0.30.4', meson_version : '>= 0.43.0', default_options : ['buildtype=debugoptimized']) @@ -53,6 +53,9 @@ gstreamer_pbu = dependency('gstreamer-pbutils-1.0', version : '>= 1.0') gphoto2 = dependency('libgphoto2', version : '>= 2.5.0') gudev = dependency('gudev-1.0', version : '>= 145', required: false) gexiv2 = dependency('gexiv2', version: '>= 0.10.4') +if gexiv2.version().version_compare('>= 0.11') + add_global_arguments(['--define=NEW_GEXIV2_API'], language : 'vala') +endif libraw = dependency('libraw', version : '>= 0.13.2') libexif = dependency('libexif', version : '>= 0.6.16') unity = dependency('unity', required : false) diff --git a/meson_options.txt b/meson_options.txt index 30e3f3b..3c81a5c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,5 @@ option('unity-support', type: 'boolean', value : 'false', description: 'Enable Ubuntu Unity support') -option('publishers', type: 'string', value : 'flickr,picasa,piwigo,youtube,gallery3,tumblr', description: 'The list of publishing plugins to build') +option('publishers', type: 'string', value : 'flickr,googlephotos,piwigo,youtube,gallery3,tumblr', description: 'The list of publishing plugins to build') option('extra-plugins', type : 'boolean', value : 'true', description: 'Enable building and installation of extra publishing plugins') option('trace', type: 'string', value : '', description: 'Enable various trace options (available: dtors, import, md5, metadata-writer, monitoring, pixbuf-cache, reflow, reflow-items)') option('measure', type: 'string', value : '', description : 'Enable various timing measurements(available : enhance, import, pipeline, view-filtering, thumbnail-cache)') diff --git a/misc/org.yorba.shotwell.gschema.xml b/misc/org.yorba.shotwell.gschema.xml index bc03007..d21de4e 100644 --- a/misc/org.yorba.shotwell.gschema.xml +++ b/misc/org.yorba.shotwell.gschema.xml @@ -412,7 +412,7 @@ - + @@ -486,17 +486,17 @@ - + "" refresh token - The OAuth token used to refresh the Picasa Web Albums session for the currently logged in user, if any. + The OAuth token used to refresh the Google Photos session for the currently logged in user, if any. 2 default size - A numeric code representing the default size for photos uploaded to Picasa Web Albums + A numeric code representing the default size for photos uploaded to Google Photos Albums @@ -508,7 +508,7 @@ false remove sensitive info from uploads - Whether images being uploaded to Picasa should have their metadata removed first + Whether images being uploaded to Google Photos should have their metadata removed first @@ -721,10 +721,10 @@ True if the Flickr publishing plugin is enabled, false otherwise - + true - enable picasa publishing plugin - True if the Picasa Web Albums publishing plugin is enabled, false otherwise + enable Google Photos publishing plugin + True if the Google Photos publishing plugin is enabled, false otherwise diff --git a/misc/shotwell.appdata.xml.in b/misc/shotwell.appdata.xml.in index 4e7b38c..c29fa8f 100644 --- a/misc/shotwell.appdata.xml.in +++ b/misc/shotwell.appdata.xml.in @@ -17,7 +17,7 @@

When ready, Shotwell can upload your photos to various web sites, such as Facebook, Flickr, - Picasa (Google Plus), and more. + Google Photos, and more.

Shotwell supports JPEG, PNG, TIFF, and a variety of RAW file formats. diff --git a/plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala b/plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala index 97629ed..5188ed6 100644 --- a/plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala +++ b/plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala @@ -15,6 +15,7 @@ namespace Publishing.Authenticator.Shotwell.Flickr { internal const string SERVICE_WELCOME_MESSAGE = _("You are not currently logged into Flickr.\n\nClick Log in to log into Flickr in your Web browser. You will have to authorize Shotwell Connect to link to your Flickr account."); + internal const string SERVICE_DISCLAIMER = "This product uses the Flickr API but is not endorsed or certified by SmugMug, Inc."; internal class AuthenticationRequestTransaction : Publishing.RESTSupport.OAuth1.Transaction { public AuthenticationRequestTransaction(Publishing.RESTSupport.OAuth1.Session session) { @@ -55,7 +56,8 @@ namespace Publishing.Authenticator.Shotwell.Flickr { public override void on_page_load() { var uri = new Soup.URI(get_view().get_uri()); if (uri.scheme == "shotwell-auth" && this.auth_code == null) { - this.error(); + var form_data = Soup.Form.decode (uri.query); + this.auth_code = form_data.lookup("oauth_verifier"); } if (this.auth_code != null) { @@ -108,7 +110,7 @@ namespace Publishing.Authenticator.Shotwell.Flickr { debug("ACTION: installing login welcome pane"); host.set_service_locked(false); - host.install_welcome_pane(SERVICE_WELCOME_MESSAGE, on_welcome_pane_login_clicked); + host.install_welcome_pane("%s\n\n%s".printf(SERVICE_WELCOME_MESSAGE, SERVICE_DISCLAIMER), on_welcome_pane_login_clicked); } private void on_welcome_pane_login_clicked() { diff --git a/plugins/authenticator/shotwell/GoogleAuthenticator.vala b/plugins/authenticator/shotwell/GoogleAuthenticator.vala index f561197..75d8f37 100644 --- a/plugins/authenticator/shotwell/GoogleAuthenticator.vala +++ b/plugins/authenticator/shotwell/GoogleAuthenticator.vala @@ -23,7 +23,8 @@ namespace Publishing.Authenticator.Shotwell.Google { public override void on_page_load() { var uri = new Soup.URI(get_view().get_uri()); if (uri.scheme == REVERSE_CLIENT_ID && this.auth_code == null) { - this.error(); + var form_data = Soup.Form.decode (uri.query); + this.auth_code = form_data.lookup("code"); } if (this.auth_code != null) { diff --git a/plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala b/plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala index 0d813ac..36fb290 100644 --- a/plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala +++ b/plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala @@ -14,9 +14,9 @@ namespace Publishing.Authenticator { var list = new Gee.ArrayList(); list.add("flickr"); list.add("facebook"); - list.add("picasa"); list.add("youtube"); list.add("tumblr"); + list.add("google-photos"); return list; } @@ -28,14 +28,13 @@ namespace Publishing.Authenticator { return new Shotwell.Flickr.Flickr(host); case "facebook": return new Shotwell.Facebook.Facebook(host); - case "picasa": - return new Shotwell.Google.Google("https://picasaweb.google.com/data/", _("You are not currently logged into Picasa Web Albums.\n\nClick Log in to log into Picasa Web Albums in your Web browser. You will have to authorize Shotwell Connect to link to your Picasa Web Albums account."), host); - case "youtube": return new Shotwell.Google.Google("https://gdata.youtube.com/", _("You are not currently logged into YouTube.\n\nYou must have already signed up for a Google account and set it up for use with YouTube to continue. You can set up most accounts by using your browser to log into the YouTube site at least once."), host); case "tumblr": return new Shotwell.Tumblr.Tumblr(host); - default: + case "google-photos": + return new Shotwell.Google.Google("https://www.googleapis.com/auth/photoslibrary", _("You are not currently logged into Google Photos.\n\nYou must have already signed up for a Google account and set it up for use with Google Photos.\n\nYou will have to authorize Shotwell to link to your Google Photos account."), host); + default: return null; } } diff --git a/plugins/common/RESTSupport.vala b/plugins/common/RESTSupport.vala index 482fd2c..5cd3768 100644 --- a/plugins/common/RESTSupport.vala +++ b/plugins/common/RESTSupport.vala @@ -444,6 +444,18 @@ public class Transaction { public void add_argument(string name, string value) { arguments += new Argument(name, value); } + + public void set_argument(string name, string value) { + foreach (var arg in arguments) { + if (arg.key == name) { + arg.value = value; + + return; + } + } + + add_argument(name, value); + } public string? get_endpoint_url() { return (endpoint_url != null) ? endpoint_url : parent_session.get_endpoint_url(); diff --git a/plugins/common/Resources.vala b/plugins/common/Resources.vala index 29c7294..ecbf2f8 100644 --- a/plugins/common/Resources.vala +++ b/plugins/common/Resources.vala @@ -42,7 +42,7 @@ public Gdk.Pixbuf[]? load_icon_set(GLib.File? icon_file) { try { icon = new Gdk.Pixbuf.from_file(icon_file.get_path()); } catch (Error err) { - warning("couldn't load icon set from %s.", icon_file.get_path()); + warning("couldn't load icon set from %s: %s", icon_file.get_path(), err.message); } if (icon != null) { @@ -57,9 +57,10 @@ public Gdk.Pixbuf[]? load_icon_set(GLib.File? icon_file) { public Gdk.Pixbuf[]? load_from_resource (string resource_path) { Gdk.Pixbuf? icon = null; try { - icon = new Gdk.Pixbuf.from_resource (resource_path); + debug ("Loading icon from %s", resource_path); + icon = new Gdk.Pixbuf.from_resource_at_scale (resource_path, 24, 24, true); } catch (Error error) { - warning ("Couldn't load icon set from %s", resource_path); + warning ("Couldn't load icon set from %s: %s", resource_path, error.message); } if (icon != null) { diff --git a/plugins/shotwell-publishing/PhotosPublisher.vala b/plugins/shotwell-publishing/PhotosPublisher.vala new file mode 100644 index 0000000..d878158 --- /dev/null +++ b/plugins/shotwell-publishing/PhotosPublisher.vala @@ -0,0 +1,551 @@ +/* Copyright 2016 Software Freedom Conservancy Inc. + * Copyright 2019 Jens Georg + * + * This software is licensed under the GNU LGPL (version 2.1 or later). + * See the COPYING file in this distribution. + */ + +namespace Publishing.GooglePhotos { +internal const string DEFAULT_ALBUM_NAME = N_("Shotwell Connect"); + +internal class Album { + public string name; + public string id; + + public Album(string name, string id) { + this.name = name; + this.id = id; + } +} + +internal class PublishingParameters { + public const int ORIGINAL_SIZE = -1; + + private string? target_album_name; + private string? target_album_id; + private bool album_public; + private bool strip_metadata; + private int major_axis_size_pixels; + private int major_axis_size_selection_id; + private string user_name; + private Album[] albums; + private Spit.Publishing.Publisher.MediaType media_type; + + public PublishingParameters() { + this.user_name = "[unknown]"; + this.target_album_name = null; + this.target_album_id = null; + this.major_axis_size_selection_id = 0; + this.major_axis_size_pixels = ORIGINAL_SIZE; + this.album_public = false; + this.albums = null; + this.strip_metadata = false; + this.media_type = Spit.Publishing.Publisher.MediaType.PHOTO; + } + + public string get_target_album_name() { + return target_album_name; + } + + public void set_target_album_name(string target_album_name) { + this.target_album_name = target_album_name; + } + + public void set_target_album_entry_id(string target_album_id) { + this.target_album_id = target_album_id; + } + + public string get_target_album_entry_id() { + return this.target_album_id; + } + + public string get_user_name() { + return user_name; + } + + public void set_user_name(string user_name) { + this.user_name = user_name; + } + + public Album[] get_albums() { + return albums; + } + + public void set_albums(Album[] albums) { + this.albums = albums; + } + + + public void set_major_axis_size_pixels(int pixels) { + this.major_axis_size_pixels = pixels; + } + + public int get_major_axis_size_pixels() { + return major_axis_size_pixels; + } + + public void set_major_axis_size_selection_id(int selection_id) { + this.major_axis_size_selection_id = selection_id; + } + + public int get_major_axis_size_selection_id() { + return major_axis_size_selection_id; + } + + public void set_strip_metadata(bool strip_metadata) { + this.strip_metadata = strip_metadata; + } + + public bool get_strip_metadata() { + return strip_metadata; + } + + public void set_media_type(Spit.Publishing.Publisher.MediaType media_type) { + this.media_type = media_type; + } + + public Spit.Publishing.Publisher.MediaType get_media_type() { + return media_type; + } +} + +private class MediaCreationTransaction : Publishing.RESTSupport.GooglePublisher.AuthenticatedTransaction { + private const string ENDPOINT_URL = "https://photoslibrary.googleapis.com/v1/mediaItems:batchCreate"; + private string[] upload_tokens; + private string[] titles; + private string album_id; + + public MediaCreationTransaction(Publishing.RESTSupport.GoogleSession session, + string[] upload_tokens, + string[] titles, + string album_id) { + base(session, ENDPOINT_URL, Publishing.RESTSupport.HttpMethod.POST); + assert(upload_tokens.length == titles.length); + this.upload_tokens = upload_tokens; + this.album_id = album_id; + this.titles = titles; + } + + public override void execute () throws Spit.Publishing.PublishingError { + var builder = new Json.Builder(); + builder.begin_object(); + builder.set_member_name("albumId"); + builder.add_string_value(this.album_id); + builder.set_member_name("newMediaItems"); + builder.begin_array(); + for (var i = 0; i < this.upload_tokens.length; i++) { + builder.begin_object(); + builder.set_member_name("description"); + builder.add_string_value(this.titles[i]); + builder.set_member_name("simpleMediaItem"); + builder.begin_object(); + builder.set_member_name("uploadToken"); + builder.add_string_value(this.upload_tokens[i]); + builder.end_object(); + builder.end_object(); + } + builder.end_array(); + builder.end_object(); + set_custom_payload(Json.to_string (builder.get_root (), false), "application/json"); + + base.execute(); + } +} + +private class AlbumCreationTransaction : Publishing.RESTSupport.GooglePublisher.AuthenticatedTransaction { + private const string ENDPOINT_URL = "https://photoslibrary.googleapis.com/v1/albums"; + private string title; + + public AlbumCreationTransaction(Publishing.RESTSupport.GoogleSession session, + string title) { + base(session, ENDPOINT_URL, Publishing.RESTSupport.HttpMethod.POST); + this.title = title; + } + + public override void execute () throws Spit.Publishing.PublishingError { + var builder = new Json.Builder(); + builder.begin_object(); + builder.set_member_name("album"); + builder.begin_object(); + builder.set_member_name("title"); + builder.add_string_value(this.title); + builder.end_object(); + builder.end_object(); + set_custom_payload(Json.to_string (builder.get_root (), false), "application/json"); + + base.execute(); + } +} + +private class AlbumDirectoryTransaction : Publishing.RESTSupport.GooglePublisher.AuthenticatedTransaction { + private const string ENDPOINT_URL = "https://photoslibrary.googleapis.com/v1/albums"; + private Album[] albums = new Album[0]; + + public AlbumDirectoryTransaction(Publishing.RESTSupport.GoogleSession session) { + base(session, ENDPOINT_URL, Publishing.RESTSupport.HttpMethod.GET); + this.completed.connect(on_internal_continue_pagination); + } + + public Album[] get_albums() { + return this.albums; + } + + private void on_internal_continue_pagination() { + try { + debug(this.get_response()); + var json = Json.from_string (this.get_response()); + var object = json.get_object (); + if (!object.has_member ("albums")) { + return; + } + + var pagination_token_node = object.get_member ("nextPageToken"); + var response_albums = object.get_member ("albums").get_array(); + response_albums.foreach_element( (a, b, element) => { + var album = element.get_object(); + var is_writable = album.get_member("isWriteable"); + if (is_writable != null && is_writable.get_boolean()) + albums += new Album(album.get_string_member("title"), album.get_string_member("id")); + }); + + if (pagination_token_node != null) { + this.set_argument ("pageToken", pagination_token_node.get_string ()); + Signal.stop_emission_by_name (this, "completed"); + Idle.add(() => { + try { + this.execute(); + } catch (Spit.Publishing.PublishingError error) { + this.network_error(error); + } + + return false; + }); + } + } catch (Error error) { + critical ("Got error %s while trying to parse response, delegating", error.message); + this.network_error(new Spit.Publishing.PublishingError.MALFORMED_RESPONSE(error.message)); + } + } +} + +public class Publisher : Publishing.RESTSupport.GooglePublisher { + private Spit.Publishing.Authenticator authenticator; + private bool running = false; + private PublishingParameters publishing_parameters; + private Spit.Publishing.ProgressCallback progress_reporter; + + public Publisher(Spit.Publishing.Service service, + Spit.Publishing.PluginHost host) { + base(service, host, "https://www.googleapis.com/auth/photoslibrary"); + + this.publishing_parameters = new PublishingParameters(); + load_parameters_from_configuration_system(publishing_parameters); + + var media_type = Spit.Publishing.Publisher.MediaType.NONE; + foreach(Spit.Publishing.Publishable p in host.get_publishables()) + media_type |= p.get_media_type(); + + publishing_parameters.set_media_type(media_type); + } + + private void load_parameters_from_configuration_system(PublishingParameters parameters) { + parameters.set_major_axis_size_selection_id(get_host().get_config_int("default-size", 0)); + parameters.set_strip_metadata(get_host().get_config_bool("strip-metadata", false)); + parameters.set_target_album_name(get_host().get_config_string("last-album", null)); + } + + private void save_parameters_to_configuration_system(PublishingParameters parameters) { + get_host().set_config_int("default-size", parameters.get_major_axis_size_selection_id()); + get_host().set_config_bool("strip_metadata", parameters.get_strip_metadata()); + get_host().set_config_string("last-album", parameters.get_target_album_name()); + } + + protected override void on_login_flow_complete() { + debug("EVENT: OAuth login flow complete."); + this.publishing_parameters.set_user_name (this.authenticator.get_authentication_parameter()["UserName"].get_string()); + + get_host().install_account_fetch_wait_pane(); + get_host().set_service_locked(true); + + AlbumDirectoryTransaction txn = new AlbumDirectoryTransaction(get_session()); + txn.completed.connect(on_initial_album_fetch_complete); + txn.network_error.connect(on_initial_album_fetch_error); + + try { + txn.execute(); + } catch (Spit.Publishing.PublishingError error) { + on_initial_album_fetch_error(txn, error); + } + } + + private void on_initial_album_fetch_complete(Publishing.RESTSupport.Transaction txn) { + txn.completed.disconnect(on_initial_album_fetch_complete); + txn.network_error.disconnect(on_initial_album_fetch_error); + + if (!is_running()) + return; + + debug("EVENT: finished fetching album information."); + + display_account_information((AlbumDirectoryTransaction)txn); + } + + private void on_initial_album_fetch_error(Publishing.RESTSupport.Transaction txn, + Spit.Publishing.PublishingError error) { + txn.completed.disconnect(on_initial_album_fetch_complete); + txn.network_error.disconnect(on_initial_album_fetch_error); + + if (!is_running()) + return; + + debug("EVENT: fetching album information failed; response = '%s'.", + txn.get_response()); + + if (txn.get_status_code() == 403 || txn.get_status_code() == 404) { + do_logout(); + } else { + // If we get any other kind of error, we can't recover, so just post it to the user + get_host().post_error(error); + } + } + + private void display_account_information(AlbumDirectoryTransaction txn) { + debug("ACTION: parsing album information"); + this.publishing_parameters.set_albums(txn.get_albums()); + + show_publishing_options_pane(); + } + + private void show_publishing_options_pane() { + debug("ACTION: showing publishing options pane."); + + var opts_pane = new PublishingOptionsPane(this.publishing_parameters, this.authenticator.can_logout()); + opts_pane.publish.connect(on_publishing_options_publish); + opts_pane.logout.connect(on_publishing_options_logout); + get_host().install_dialog_pane(opts_pane); + + get_host().set_service_locked(false); + } + + private void on_publishing_options_logout() { + if (!is_running()) + return; + + debug("EVENT: user clicked 'Logout' in the publishing options pane."); + + do_logout(); + } + + private void on_publishing_options_publish() { + if (!is_running()) + return; + + debug("EVENT: user clicked 'Publish' in the publishing options pane."); + + save_parameters_to_configuration_system(publishing_parameters); + + if (publishing_parameters.get_target_album_entry_id () != null) { + do_upload(); + } else { + do_create_album(); + } + } + + private void do_create_album() { + debug("ACTION: Creating album"); + assert(publishing_parameters.get_target_album_entry_id () == null); + + get_host().set_service_locked(true); + + var txn = new AlbumCreationTransaction(get_session(), publishing_parameters.get_target_album_name()); + txn.completed.connect(on_album_create_complete); + txn.network_error.connect(on_album_create_error); + + try { + txn.execute(); + } catch (Spit.Publishing.PublishingError error) { + on_album_create_error(txn, error); + } + } + + private void on_album_create_complete(Publishing.RESTSupport.Transaction txn) { + txn.completed.disconnect(on_album_create_complete); + txn.network_error.disconnect(on_album_create_error); + + if (!is_running()) + return; + + debug("EVENT: finished creating album information: %s", txn.get_response()); + + try { + var node = Json.from_string(txn.get_response()); + var object = node.get_object(); + publishing_parameters.set_target_album_entry_id (object.get_string_member ("id")); + + do_upload(); + } catch (Error error) { + on_album_create_error(txn, new Spit.Publishing.PublishingError.MALFORMED_RESPONSE (error.message)); + } + } + + private void on_album_create_error(Publishing.RESTSupport.Transaction txn, + Spit.Publishing.PublishingError error) { + txn.completed.disconnect(on_initial_album_fetch_complete); + txn.network_error.disconnect(on_initial_album_fetch_error); + + if (!is_running()) + return; + + debug("EVENT: creating album failed; response = '%s'.", + txn.get_response()); + + if (txn.get_status_code() == 403 || txn.get_status_code() == 404) { + do_logout(); + } else { + // If we get any other kind of error, we can't recover, so just post it to the user + get_host().post_error(error); + } + } + + protected override void do_logout() { + debug("ACTION: logging out user."); + get_session().deauthenticate(); + + if (this.authenticator.can_logout()) { + this.authenticator.logout(); + this.authenticator.authenticate(); + } + } + + private void do_upload() { + debug("ACTION: uploading media items to remote server."); + + get_host().set_service_locked(true); + + progress_reporter = get_host().serialize_publishables( + publishing_parameters.get_major_axis_size_pixels(), + publishing_parameters.get_strip_metadata()); + + // Serialization is a long and potentially cancellable operation, so before we use + // the publishables, make sure that the publishing interaction is still running. If it + // isn't the publishing environment may be partially torn down so do a short-circuit + // return + if (!is_running()) + return; + + Spit.Publishing.Publishable[] publishables = get_host().get_publishables(); + Uploader uploader = new Uploader(get_session(), publishables, publishing_parameters); + + uploader.upload_complete.connect(on_upload_complete); + uploader.upload_error.connect(on_upload_error); + + uploader.upload(on_upload_status_updated); + } + + private void on_upload_status_updated(int file_number, double completed_fraction) { + if (!is_running()) + return; + + debug("EVENT: uploader reports upload %.2f percent complete.", 100.0 * completed_fraction); + + assert(progress_reporter != null); + + progress_reporter(file_number, completed_fraction); + } + + private void on_upload_complete(Publishing.RESTSupport.BatchUploader uploader, + int num_published) { + if (!is_running()) + return; + + debug("EVENT: uploader reports upload complete; %d items published.", num_published); + + uploader.upload_complete.disconnect(on_upload_complete); + uploader.upload_error.disconnect(on_upload_error); + + var txn = new MediaCreationTransaction(get_session(), + ((Uploader) uploader).upload_tokens, + ((Uploader) uploader).titles, + publishing_parameters.get_target_album_entry_id()); + + txn.completed.connect(on_media_creation_complete); + txn.network_error.connect(on_media_creation_error); + + try { + txn.execute(); + } catch (Spit.Publishing.PublishingError error) { + on_media_creation_error(txn, error); + } + } + + private void on_upload_error(Publishing.RESTSupport.BatchUploader uploader, + Spit.Publishing.PublishingError err) { + if (!is_running()) + return; + + debug("EVENT: uploader reports upload error = '%s'.", err.message); + + uploader.upload_complete.disconnect(on_upload_complete); + uploader.upload_error.disconnect(on_upload_error); + + get_host().post_error(err); + } + + private void on_media_creation_complete(Publishing.RESTSupport.Transaction txn) { + txn.completed.disconnect(on_media_creation_complete); + txn.network_error.disconnect(on_media_creation_error); + + if (!is_running()) + return; + + debug("EVENT: Media creation reports success."); + + get_host().set_service_locked(false); + get_host().install_success_pane(); + } + + private void on_media_creation_error(Publishing.RESTSupport.Transaction txn, + Spit.Publishing.PublishingError err) { + txn.completed.disconnect(on_media_creation_complete); + txn.network_error.disconnect(on_media_creation_error); + + if (!is_running()) + return; + + debug("EVENT: Media creation reports error: %s", err.message); + + get_host().post_error(err); + } + + public override bool is_running() { + return running; + } + + public override void start() { + debug("GooglePhotos.Publisher: start() invoked."); + + if (is_running()) + return; + + running = true; + + this.authenticator.authenticate(); + } + + public override void stop() { + debug("GooglePhotos.Publisher: stop() invoked."); + + get_session().stop_transactions(); + + running = false; + } + + protected override Spit.Publishing.Authenticator get_authenticator() { + if (this.authenticator == null) { + this.authenticator = Publishing.Authenticator.Factory.get_instance().create("google-photos", get_host()); + } + + return this.authenticator; + } +} +} // namespace Publishing.GooglePhotos diff --git a/plugins/shotwell-publishing/PhotosPublishingPane.vala b/plugins/shotwell-publishing/PhotosPublishingPane.vala new file mode 100644 index 0000000..d1b00d6 --- /dev/null +++ b/plugins/shotwell-publishing/PhotosPublishingPane.vala @@ -0,0 +1,150 @@ +/* Copyright 2016 Software Freedom Conservancy Inc. + * Copyright 2019 Jens Georg + * + * This software is licensed under the GNU LGPL (version 2.1 or later). + * See the COPYING file in this distribution. + */ + +namespace Publishing.GooglePhotos { +[GtkTemplate (ui = "/org/gnome/Shotwell/Publishing/google_photos_publishing_options_pane.ui")] +internal class PublishingOptionsPane : Gtk.Box, Spit.Publishing.DialogPane { + private struct SizeDescription { + public string name; + public int major_axis_pixels; + } + + private const SizeDescription size_descriptions[] = { + { N_("Small (640 × 480 pixels)"), 640}, + { N_("Medium (1024 × 768 pixels)"), 1024 }, + { N_("Recommended (1600 × 1200 pixels)"), 1600}, + { N_("Google+ (2048 × 1536 pixels)"), 2048}, + { N_("Original Size"), PublishingParameters.ORIGINAL_SIZE } + }; + + [GtkChild] + private Gtk.Button logout_button; + [GtkChild] + private Gtk.Button publish_button; + [GtkChild] + private Gtk.RadioButton existing_album_radio; + [GtkChild] + private Gtk.ComboBoxText existing_albums_combo; + [GtkChild] + private Gtk.ComboBoxText size_combo; + [GtkChild] + private Gtk.Label publish_to_label; + [GtkChild] + private Gtk.Label login_identity_label; + [GtkChild] + private Gtk.CheckButton strip_metadata_check; + [GtkChild] + private Gtk.RadioButton new_album_radio; + [GtkChild] + private Gtk.Entry new_album_entry; + + public signal void publish(); + public signal void logout(); + + private PublishingParameters parameters; + + public PublishingOptionsPane(PublishingParameters parameters, bool can_logout) { + Object(); + this.parameters = parameters; + + if (!can_logout) { + logout_button.parent.remove(logout_button); + } + + // populate any widgets whose contents are programmatically-generated. + login_identity_label.set_label(_("You are logged into Google Photos as %s.").printf( + parameters.get_user_name())); + strip_metadata_check.set_active(parameters.get_strip_metadata()); + + if((parameters.get_media_type() & Spit.Publishing.Publisher.MediaType.PHOTO) == 0) { + publish_to_label.set_label(_("Videos will appear in:")); + size_combo.set_visible(false); + size_combo.set_sensitive(false); + } + else { + publish_to_label.set_label(_("Photos will appear in:")); + foreach(SizeDescription desc in size_descriptions) { + size_combo.append_text(desc.name); + } + size_combo.set_visible(true); + size_combo.set_sensitive(true); + size_combo.set_active(parameters.get_major_axis_size_selection_id()); + } + + existing_album_radio.bind_property("active", existing_albums_combo, "sensitive", GLib.BindingFlags.SYNC_CREATE); + new_album_radio.bind_property("active", new_album_entry, "sensitive", GLib.BindingFlags.SYNC_CREATE); + + publish_button.clicked.connect (on_publish_clicked); + logout_button.clicked.connect (on_logout_clicked); + } + + // DialogPane interface + public Gtk.Widget get_widget() { + return this; + } + + public Spit.Publishing.DialogPane.GeometryOptions get_preferred_geometry() { + return Spit.Publishing.DialogPane.GeometryOptions.NONE; + } + + public void on_pane_installed() { + int default_album_id = -1; + string last_album = parameters.get_target_album_name(); + + var albums = parameters.get_albums(); + + for (int i = 0; i < albums.length; i++) { + existing_albums_combo.append_text(albums[i].name); + // Activate last known album id. If none was chosen, either use the old default (Shotwell connect) + // or the new "Default album" album for Google Photos + if (albums[i].name == last_album || + ((albums[i].name == DEFAULT_ALBUM_NAME || albums[i].name == _("Default album")) && default_album_id == -1)) + default_album_id = i; + } + + if (default_album_id >= 0) { + existing_albums_combo.set_active(default_album_id); + existing_album_radio.set_active(true); + } + + if (albums.length == 0) { + existing_album_radio.set_sensitive(false); + new_album_radio.set_active(true); + } + } + + public void on_pane_uninstalled() { + } + + private void on_publish_clicked() { + // size_combo won't have been set to anything useful if this is the first time we've + // published to Google Photos, and/or we've only published video before, so it may be negative, + // indicating nothing was selected. Clamp it to a valid value... + int size_combo_last_active = (size_combo.get_active() >= 0) ? size_combo.get_active() : 0; + + parameters.set_major_axis_size_selection_id(size_combo_last_active); + parameters.set_major_axis_size_pixels( + size_descriptions[size_combo_last_active].major_axis_pixels); + parameters.set_strip_metadata(strip_metadata_check.get_active()); + + Album[] albums = parameters.get_albums(); + + if (new_album_radio.get_active()) { + parameters.set_target_album_name(new_album_entry.get_text()); + } else { + parameters.set_target_album_name(albums[existing_albums_combo.get_active()].name); + parameters.set_target_album_entry_id(albums[existing_albums_combo.get_active()].id); + } + + publish(); + } + + private void on_logout_clicked() { + logout(); + } + } +} diff --git a/plugins/shotwell-publishing/PhotosService.vala b/plugins/shotwell-publishing/PhotosService.vala new file mode 100644 index 0000000..8e328f4 --- /dev/null +++ b/plugins/shotwell-publishing/PhotosService.vala @@ -0,0 +1,58 @@ +/* Copyright 2016 Software Freedom Conservancy Inc. + * Copyright 2019 Jens Georg + * + * This software is licensed under the GNU LGPL (version 2.1 or later). + * See the COPYING file in this distribution. + */ + +namespace Publishing.GooglePhotos { + +public class Service : Object, Spit.Pluggable, Spit.Publishing.Service { + private const string ICON_FILENAME = "google-photos.svg"; + + private static Gdk.Pixbuf[] icon_pixbuf_set = null; + + static construct { + icon_pixbuf_set = Resources.load_from_resource(Resources.RESOURCE_PATH + "/" + ICON_FILENAME); + } + + public Service(GLib.File resource_directory) {} + + public int get_pluggable_interface(int min_host_interface, int max_host_interface) { + return Spit.negotiate_interfaces(min_host_interface, max_host_interface, + Spit.Publishing.CURRENT_INTERFACE); + } + + public unowned string get_id() { + return "org.gnome.shotwell.publishing.google-photos"; + } + + public unowned string get_pluggable_name() { + return "Google Photos"; + } + + public void get_info(ref Spit.PluggableInfo info) { + info.authors = "Jens Georg"; + info.copyright = _("Copyright 2019 Jens Georg "); + info.translators = Resources.TRANSLATORS; + info.version = _VERSION; + info.website_name = Resources.WEBSITE_NAME; + info.website_url = Resources.WEBSITE_URL; + info.is_license_wordwrapped = false; + info.license = Resources.LICENSE; + info.icons = icon_pixbuf_set; + } + + public Spit.Publishing.Publisher create_publisher(Spit.Publishing.PluginHost host) { + return new Publishing.GooglePhotos.Publisher(this, host); + } + + public Spit.Publishing.Publisher.MediaType get_supported_media() { + return (Spit.Publishing.Publisher.MediaType.PHOTO | + Spit.Publishing.Publisher.MediaType.VIDEO); + } + + public void activation(bool enabled) { + } +} +} // namespace GooglePhotos diff --git a/plugins/shotwell-publishing/PhotosUploader.vala b/plugins/shotwell-publishing/PhotosUploader.vala new file mode 100644 index 0000000..83137ee --- /dev/null +++ b/plugins/shotwell-publishing/PhotosUploader.vala @@ -0,0 +1,104 @@ +/* Copyright 2016 Software Freedom Conservancy Inc. + * Copyright 2019 Jens Georg + * + * This software is licensed under the GNU LGPL (version 2.1 or later). + * See the COPYING file in this distribution. + */ + +namespace Publishing.GooglePhotos { + +internal class UploadTransaction : Publishing.RESTSupport.GooglePublisher.AuthenticatedTransaction { + private PublishingParameters parameters; + private Publishing.RESTSupport.GoogleSession session; + private Spit.Publishing.Publishable publishable; + private MappedFile mapped_file; + + public UploadTransaction(Publishing.RESTSupport.GoogleSession session, + PublishingParameters parameters, Spit.Publishing.Publishable publishable) { + base(session, "https://photoslibrary.googleapis.com/v1/uploads", + Publishing.RESTSupport.HttpMethod.POST); + assert(session.is_authenticated()); + + this.session = session; + this.parameters = parameters; + this.publishable = publishable; + } + + public Spit.Publishing.Publishable get_publishable() { + return this.publishable; + } + + public override void execute() throws Spit.Publishing.PublishingError { + var basename = publishable.get_param_string(Spit.Publishing.Publishable.PARAM_STRING_BASENAME); + + // attempt to map the binary image data from disk into memory + try { + mapped_file = new MappedFile(publishable.get_serialized_file().get_path(), false); + } catch (FileError e) { + string msg = "Google Photos: couldn't read data from %s: %s".printf( + publishable.get_serialized_file().get_path(), e.message); + warning("%s", msg); + + throw new Spit.Publishing.PublishingError.LOCAL_FILE_ERROR(msg); + } + + unowned uint8[] photo_data = (uint8[]) mapped_file.get_contents(); + photo_data.length = (int) mapped_file.get_length(); + + // bind the binary image data read from disk into a Soup.Buffer object so that we + // can attach it to the multipart request, then actaully append the buffer + // to the multipart request. Then, set the MIME type for this part. + Soup.Buffer bindable_data = new Soup.Buffer(Soup.MemoryUse.TEMPORARY, photo_data); + + // create a message that can be sent over the wire whose payload is the multipart container + // that we've been building up + var outbound_message = new Soup.Message ("POST", get_endpoint_url()); + outbound_message.request_headers.append("Authorization", "Bearer " + + session.get_access_token()); + outbound_message.request_headers.append("X-Goog-Upload-File-Name", basename); + outbound_message.request_headers.append("X-Goog-Upload-Protocol", "raw"); + outbound_message.request_headers.set_content_type("application/octet-stream", null); + outbound_message.request_body.append_buffer (bindable_data); + set_message(outbound_message); + + // send the message and get its response + set_is_executed(true); + send(); + } +} + +internal class Uploader : Publishing.RESTSupport.BatchUploader { + private PublishingParameters parameters; + + public string[] upload_tokens = new string[0]; + public string[] titles = new string[0]; + + public Uploader(Publishing.RESTSupport.GoogleSession session, + Spit.Publishing.Publishable[] publishables, PublishingParameters parameters) { + base(session, publishables); + + this.parameters = parameters; + } + + protected override Publishing.RESTSupport.Transaction create_transaction( + Spit.Publishing.Publishable publishable) { + var txn = new UploadTransaction((Publishing.RESTSupport.GoogleSession) get_session(), + parameters, get_current_publishable()); + txn.completed.connect(this.on_transaction_completed); + + return txn; + } + + private void on_transaction_completed (Publishing.RESTSupport.Transaction txn) { + txn.completed.disconnect (on_transaction_completed); + + this.upload_tokens += txn.get_response(); + var title = ((UploadTransaction)txn).get_publishable().get_publishing_name(); + var publishable = ((UploadTransaction)txn).get_publishable(); + if (title == null || title == "") { + title = publishable.get_param_string(Spit.Publishing.Publishable.PARAM_STRING_BASENAME); + } + this.titles += title; + } +} +} diff --git a/plugins/shotwell-publishing/PicasaPublishing.vala b/plugins/shotwell-publishing/PicasaPublishing.vala deleted file mode 100644 index d72ce6d..0000000 --- a/plugins/shotwell-publishing/PicasaPublishing.vala +++ /dev/null @@ -1,770 +0,0 @@ -/* Copyright 2016 Software Freedom Conservancy Inc. - * - * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. - */ - -public class PicasaService : Object, Spit.Pluggable, Spit.Publishing.Service { - private const string ICON_FILENAME = "picasa.png"; - - private static Gdk.Pixbuf[] icon_pixbuf_set = null; - - public PicasaService(GLib.File resource_directory) { - if (icon_pixbuf_set == null) - icon_pixbuf_set = - Resources.load_from_resource(Resources.RESOURCE_PATH + "/" + ICON_FILENAME); - } - - public int get_pluggable_interface(int min_host_interface, int max_host_interface) { - return Spit.negotiate_interfaces(min_host_interface, max_host_interface, - Spit.Publishing.CURRENT_INTERFACE); - } - - public unowned string get_id() { - return "org.yorba.shotwell.publishing.picasa"; - } - - public unowned string get_pluggable_name() { - return "Picasa Web Albums"; - } - - public void get_info(ref Spit.PluggableInfo info) { - info.authors = "Lucas Beeler"; - info.copyright = _("Copyright 2016 Software Freedom Conservancy Inc."); - info.translators = Resources.TRANSLATORS; - info.version = _VERSION; - info.website_name = Resources.WEBSITE_NAME; - info.website_url = Resources.WEBSITE_URL; - info.is_license_wordwrapped = false; - info.license = Resources.LICENSE; - info.icons = icon_pixbuf_set; - } - - public Spit.Publishing.Publisher create_publisher(Spit.Publishing.PluginHost host) { - return new Publishing.Picasa.PicasaPublisher(this, host); - } - - public Spit.Publishing.Publisher.MediaType get_supported_media() { - return (Spit.Publishing.Publisher.MediaType.PHOTO | - Spit.Publishing.Publisher.MediaType.VIDEO); - } - - public void activation(bool enabled) { - } -} - -namespace Publishing.Picasa { - -internal const string DEFAULT_ALBUM_NAME = _("Shotwell Connect"); - -public class PicasaPublisher : Publishing.RESTSupport.GooglePublisher { - private const string DEFAULT_ALBUM_FEED_URL = "https://picasaweb.google.com/data/feed/api/user/default/albumid/default"; - private bool running; - private Spit.Publishing.ProgressCallback progress_reporter; - private PublishingParameters publishing_parameters; - private Spit.Publishing.Authenticator authenticator; - - public PicasaPublisher(Spit.Publishing.Service service, - Spit.Publishing.PluginHost host) { - base(service, host, "https://picasaweb.google.com/data/"); - - this.publishing_parameters = new PublishingParameters(); - load_parameters_from_configuration_system(publishing_parameters); - - Spit.Publishing.Publisher.MediaType media_type = Spit.Publishing.Publisher.MediaType.NONE; - foreach(Spit.Publishing.Publishable p in host.get_publishables()) - media_type |= p.get_media_type(); - publishing_parameters.set_media_type(media_type); - - this.progress_reporter = null; - } - - private Album[] extract_albums_helper(Xml.Node* document_root) - throws Spit.Publishing.PublishingError { - Album[] result = new Album[0]; - - Xml.Node* doc_node_iter = null; - if (document_root->name == "feed") - doc_node_iter = document_root->children; - else if (document_root->name == "entry") - doc_node_iter = document_root; - else - throw new Spit.Publishing.PublishingError.MALFORMED_RESPONSE("response root node " + - "isn't a or "); - - // Add album that will push to the default feed for all the new users - result += new Album(_("Default album"), DEFAULT_ALBUM_FEED_URL); - - for ( ; doc_node_iter != null; doc_node_iter = doc_node_iter->next) { - if (doc_node_iter->name != "entry") - continue; - - string name_val = null; - string url_val = null; - Xml.Node* album_node_iter = doc_node_iter->children; - for ( ; album_node_iter != null; album_node_iter = album_node_iter->next) { - if (album_node_iter->name == "title") { - name_val = album_node_iter->get_content(); - } else if (album_node_iter->name == "id") { - // we only want nodes in the default namespace -- the feed that we get back - // from Google also defines child nodes named in the gphoto and - // media namespaces - if (album_node_iter->ns->prefix != null) - continue; - url_val = album_node_iter->get_content(); - } - } - - // If default album is present in the result list, just skip it because we added it on top anyway - if (url_val == DEFAULT_ALBUM_FEED_URL) { - continue; - } - - result += new Album(name_val, url_val); - } - - return result; - } - - private void load_parameters_from_configuration_system(PublishingParameters parameters) { - parameters.set_major_axis_size_selection_id(get_host().get_config_int("default-size", 0)); - parameters.set_strip_metadata(get_host().get_config_bool("strip-metadata", false)); - parameters.set_target_album_name(get_host().get_config_string("last-album", null)); - } - - private void save_parameters_to_configuration_system(PublishingParameters parameters) { - get_host().set_config_int("default-size", parameters.get_major_axis_size_selection_id()); - get_host().set_config_bool("strip_metadata", parameters.get_strip_metadata()); - get_host().set_config_string("last-album", parameters.get_target_album_name()); - } - - protected override void on_login_flow_complete() { - debug("EVENT: OAuth login flow complete."); - - - publishing_parameters.set_user_name(get_session().get_user_name()); - - do_fetch_account_information(); - } - - private void on_initial_album_fetch_complete(Publishing.RESTSupport.Transaction txn) { - txn.completed.disconnect(on_initial_album_fetch_complete); - txn.network_error.disconnect(on_initial_album_fetch_error); - - if (!is_running()) - return; - - debug("EVENT: finished fetching account and album information."); - - do_parse_and_display_account_information((AlbumDirectoryTransaction) txn); - } - - private void on_initial_album_fetch_error(Publishing.RESTSupport.Transaction bad_txn, - Spit.Publishing.PublishingError err) { - bad_txn.completed.disconnect(on_initial_album_fetch_complete); - bad_txn.network_error.disconnect(on_initial_album_fetch_error); - - if (!is_running()) - return; - - debug("EVENT: fetching account and album information failed; response = '%s'.", - bad_txn.get_response()); - - if (bad_txn.get_status_code() == 403 || bad_txn.get_status_code() == 404) { - do_logout(); - } else { - // If we get any other kind of error, we can't recover, so just post it to the user - get_host().post_error(err); - } - } - - private void on_publishing_options_logout() { - if (!is_running()) - return; - - debug("EVENT: user clicked 'Logout' in the publishing options pane."); - - do_logout(); - } - - private void on_publishing_options_publish() { - if (!is_running()) - return; - - debug("EVENT: user clicked 'Publish' in the publishing options pane."); - - save_parameters_to_configuration_system(publishing_parameters); - - do_upload(); - } - - private void on_upload_status_updated(int file_number, double completed_fraction) { - if (!is_running()) - return; - - debug("EVENT: uploader reports upload %.2f percent complete.", 100.0 * completed_fraction); - - assert(progress_reporter != null); - - progress_reporter(file_number, completed_fraction); - } - - private void on_upload_complete(Publishing.RESTSupport.BatchUploader uploader, - int num_published) { - if (!is_running()) - return; - - debug("EVENT: uploader reports upload complete; %d items published.", num_published); - - uploader.upload_complete.disconnect(on_upload_complete); - uploader.upload_error.disconnect(on_upload_error); - - do_show_success_pane(); - } - - private void on_upload_error(Publishing.RESTSupport.BatchUploader uploader, - Spit.Publishing.PublishingError err) { - if (!is_running()) - return; - - debug("EVENT: uploader reports upload error = '%s'.", err.message); - - uploader.upload_complete.disconnect(on_upload_complete); - uploader.upload_error.disconnect(on_upload_error); - - get_host().post_error(err); - } - - private void do_fetch_account_information() { - debug("ACTION: fetching account and album information."); - - get_host().install_account_fetch_wait_pane(); - get_host().set_service_locked(true); - - AlbumDirectoryTransaction directory_trans = - new AlbumDirectoryTransaction(get_session()); - directory_trans.network_error.connect(on_initial_album_fetch_error); - directory_trans.completed.connect(on_initial_album_fetch_complete); - - try { - directory_trans.execute(); - } catch (Spit.Publishing.PublishingError err) { - // don't post the error here -- some errors are recoverable so let's let the error - // handler function sort out whether the error is recoverable or not. If the error - // isn't recoverable, the error handler will post the error to the host - on_initial_album_fetch_error(directory_trans, err); - } - } - - private void do_parse_and_display_account_information(AlbumDirectoryTransaction transaction) { - debug("ACTION: parsing account and album information from server response XML"); - - Publishing.RESTSupport.XmlDocument response_doc; - try { - response_doc = Publishing.RESTSupport.XmlDocument.parse_string( - transaction.get_response(), AlbumDirectoryTransaction.validate_xml); - } catch (Spit.Publishing.PublishingError err) { - get_host().post_error(err); - return; - } - - try { - publishing_parameters.set_albums(extract_albums_helper(response_doc.get_root_node())); - } catch (Spit.Publishing.PublishingError err) { - get_host().post_error(err); - return; - } - - do_show_publishing_options_pane(); - } - - private void do_show_publishing_options_pane() { - debug("ACTION: showing publishing options pane."); - Gtk.Builder builder = new Gtk.Builder(); - - try { - builder.add_from_resource(Resources.RESOURCE_PATH + "/" + "picasa_publishing_options_pane.ui"); - } catch (Error e) { - warning("Could not parse UI file! Error: %s.", e.message); - get_host().post_error( - new Spit.Publishing.PublishingError.LOCAL_FILE_ERROR( - _("A file required for publishing is unavailable. Publishing to Picasa can’t continue."))); - return; - } - - var opts_pane = new PublishingOptionsPane(builder, publishing_parameters, this.authenticator.can_logout()); - opts_pane.publish.connect(on_publishing_options_publish); - opts_pane.logout.connect(on_publishing_options_logout); - get_host().install_dialog_pane(opts_pane); - - get_host().set_service_locked(false); - } - - private void do_upload() { - debug("ACTION: uploading media items to remote server."); - - get_host().set_service_locked(true); - - progress_reporter = get_host().serialize_publishables( - publishing_parameters.get_major_axis_size_pixels(), - publishing_parameters.get_strip_metadata()); - - // Serialization is a long and potentially cancellable operation, so before we use - // the publishables, make sure that the publishing interaction is still running. If it - // isn't the publishing environment may be partially torn down so do a short-circuit - // return - if (!is_running()) - return; - - Spit.Publishing.Publishable[] publishables = get_host().get_publishables(); - Uploader uploader = new Uploader(get_session(), publishables, publishing_parameters); - - uploader.upload_complete.connect(on_upload_complete); - uploader.upload_error.connect(on_upload_error); - - uploader.upload(on_upload_status_updated); - } - - private void do_show_success_pane() { - debug("ACTION: showing success pane."); - - get_host().set_service_locked(false); - get_host().install_success_pane(); - } - - protected override void do_logout() { - debug("ACTION: logging out user."); - get_session().deauthenticate(); - - if (this.authenticator.can_logout()) { - this.authenticator.logout(); - this.authenticator.authenticate(); - } - } - - public override bool is_running() { - return running; - } - - public override void start() { - debug("PicasaPublisher: start( ) invoked."); - - if (is_running()) - return; - - running = true; - - this.authenticator.authenticate(); - } - - public override void stop() { - debug("PicasaPublisher: stop( ) invoked."); - - get_session().stop_transactions(); - - running = false; - } - - protected override Spit.Publishing.Authenticator get_authenticator() { - if (this.authenticator == null) { - this.authenticator = Publishing.Authenticator.Factory.get_instance().create("picasa", get_host()); - } - - return this.authenticator; - } -} - -internal class Album { - public string name; - public string url; - - public Album(string name, string url) { - this.name = name; - this.url = url; - } -} - -internal class AlbumDirectoryTransaction : - Publishing.RESTSupport.GooglePublisher.AuthenticatedTransaction { - private const string ENDPOINT_URL = "https://picasaweb.google.com/data/feed/api/user/" + - "default"; - - public AlbumDirectoryTransaction(Publishing.RESTSupport.GoogleSession session) { - base(session, ENDPOINT_URL, Publishing.RESTSupport.HttpMethod.GET); - } - - public static string? validate_xml(Publishing.RESTSupport.XmlDocument doc) { - Xml.Node* document_root = doc.get_root_node(); - if ((document_root->name == "feed") || (document_root->name == "entry")) - return null; - else - return "response root node isn't a or "; - } -} - -internal class UploadTransaction : - Publishing.RESTSupport.GooglePublisher.AuthenticatedTransaction { - private PublishingParameters parameters; - private const string METADATA_TEMPLATE = " %s %s %s "; - private Publishing.RESTSupport.GoogleSession session; - private string mime_type; - private Spit.Publishing.Publishable publishable; - private MappedFile mapped_file; - - public UploadTransaction(Publishing.RESTSupport.GoogleSession session, - PublishingParameters parameters, Spit.Publishing.Publishable publishable) { - base(session, parameters.get_target_album_feed_url(), - Publishing.RESTSupport.HttpMethod.POST); - assert(session.is_authenticated()); - this.session = session; - this.parameters = parameters; - this.publishable = publishable; - if (publishable.get_media_type() == Spit.Publishing.Publisher.MediaType.VIDEO) { - try { - var info = this.publishable.get_serialized_file().query_info(FileAttribute.STANDARD_CONTENT_TYPE, FileQueryInfoFlags.NONE); - this.mime_type = ContentType.get_mime_type(info.get_content_type()); - } catch (Error err) { - this.mime_type = "video/mpeg"; - } - } else { - this.mime_type = "image/jpeg"; - } - } - - public override void execute() throws Spit.Publishing.PublishingError { - // create the multipart request container - Soup.Multipart message_parts = new Soup.Multipart("multipart/related"); - - string summary = ""; - if (publishable.get_publishing_name() != "") { - summary = "%s".printf( - Publishing.RESTSupport.decimal_entity_encode(publishable.get_publishing_name())); - } - - string[] keywords = publishable.get_publishing_keywords(); - string keywords_string = ""; - if (keywords.length > 0) { - for (int i = 0; i < keywords.length; i++) { - string[] tmp; - - if (keywords[i].has_prefix("/")) - tmp = keywords[i].substring(1).split("/"); - else - tmp = keywords[i].split("/"); - - if (keywords_string.length > 0) - keywords_string = string.join(", ", keywords_string, string.joinv(", ", tmp)); - else - keywords_string = string.joinv(", ", tmp); - } - - keywords_string = Publishing.RESTSupport.decimal_entity_encode(keywords_string); - keywords_string = "%s".printf(keywords_string); - } - - string metadata = METADATA_TEMPLATE.printf(Publishing.RESTSupport.decimal_entity_encode( - publishable.get_param_string(Spit.Publishing.Publishable.PARAM_STRING_BASENAME)), - summary, keywords_string); - Soup.Buffer metadata_buffer = new Soup.Buffer(Soup.MemoryUse.COPY, metadata.data); - message_parts.append_form_file("", "", "application/atom+xml", metadata_buffer); - - // attempt to map the binary image data from disk into memory - try { - mapped_file = new MappedFile(publishable.get_serialized_file().get_path(), false); - } catch (FileError e) { - string msg = "Picasa: couldn't read data from %s: %s".printf( - publishable.get_serialized_file().get_path(), e.message); - warning("%s", msg); - - throw new Spit.Publishing.PublishingError.LOCAL_FILE_ERROR(msg); - } - unowned uint8[] photo_data = (uint8[]) mapped_file.get_contents(); - photo_data.length = (int) mapped_file.get_length(); - - // bind the binary image data read from disk into a Soup.Buffer object so that we - // can attach it to the multipart request, then actaully append the buffer - // to the multipart request. Then, set the MIME type for this part. - Soup.Buffer bindable_data = new Soup.Buffer(Soup.MemoryUse.TEMPORARY, photo_data); - - message_parts.append_form_file("", publishable.get_serialized_file().get_path(), mime_type, - bindable_data); - // create a message that can be sent over the wire whose payload is the multipart container - // that we've been building up - Soup.Message outbound_message = - Soup.Form.request_new_from_multipart(get_endpoint_url(), message_parts); - outbound_message.request_headers.append("Authorization", "Bearer " + - session.get_access_token()); - set_message(outbound_message); - - // send the message and get its response - set_is_executed(true); - send(); - } -} - -internal class PublishingOptionsPane : Spit.Publishing.DialogPane, GLib.Object { - private class SizeDescription { - public string name; - public int major_axis_pixels; - - public SizeDescription(string name, int major_axis_pixels) { - this.name = name; - this.major_axis_pixels = major_axis_pixels; - } - } - - private const string DEFAULT_SIZE_CONFIG_KEY = "default_size"; - private const string LAST_ALBUM_CONFIG_KEY = "last_album"; - - private Gtk.Builder builder = null; - private Gtk.Box pane_widget = null; - private Gtk.Label login_identity_label = null; - private Gtk.Label publish_to_label = null; - private Gtk.ComboBoxText existing_albums_combo = null; - private Gtk.CheckButton public_check = null; - private Gtk.ComboBoxText size_combo = null; - private Gtk.CheckButton strip_metadata_check = null; - private Gtk.Button publish_button = null; - private Gtk.Button logout_button = null; - private SizeDescription[] size_descriptions; - private PublishingParameters parameters; - - public signal void publish(); - public signal void logout(); - - public PublishingOptionsPane(Gtk.Builder builder, PublishingParameters parameters, bool can_logout) { - size_descriptions = create_size_descriptions(); - - this.builder = builder; - assert(builder != null); - assert(builder.get_objects().length() > 0); - - this.parameters = parameters; - - // pull in all widgets from builder. - pane_widget = (Gtk.Box) builder.get_object("picasa_pane_widget"); - login_identity_label = (Gtk.Label) builder.get_object("login_identity_label"); - publish_to_label = (Gtk.Label) builder.get_object("publish_to_label"); - existing_albums_combo = (Gtk.ComboBoxText) builder.get_object("existing_albums_combo"); - public_check = (Gtk.CheckButton) builder.get_object("public_check"); - size_combo = (Gtk.ComboBoxText) builder.get_object("size_combo"); - strip_metadata_check = (Gtk.CheckButton) this.builder.get_object("strip_metadata_check"); - publish_button = (Gtk.Button) builder.get_object("publish_button"); - logout_button = (Gtk.Button) builder.get_object("logout_button"); - - if (!can_logout) { - logout_button.parent.remove(logout_button); - } - - // populate any widgets whose contents are programmatically-generated. - login_identity_label.set_label(_("You are logged into Picasa Web Albums as %s.").printf( - parameters.get_user_name())); - strip_metadata_check.set_active(parameters.get_strip_metadata()); - - - if((parameters.get_media_type() & Spit.Publishing.Publisher.MediaType.PHOTO) == 0) { - publish_to_label.set_label(_("Videos will appear in:")); - size_combo.set_visible(false); - size_combo.set_sensitive(false); - } - else { - publish_to_label.set_label(_("Photos will appear in:")); - foreach(SizeDescription desc in size_descriptions) { - size_combo.append_text(desc.name); - } - size_combo.set_visible(true); - size_combo.set_sensitive(true); - size_combo.set_active(parameters.get_major_axis_size_selection_id()); - } - - // connect all signals. - logout_button.clicked.connect(on_logout_clicked); - publish_button.clicked.connect(on_publish_clicked); - } - - private void on_publish_clicked() { - // size_combo won't have been set to anything useful if this is the first time we've - // published to Picasa, and/or we've only published video before, so it may be negative, - // indicating nothing was selected. Clamp it to a valid value... - int size_combo_last_active = (size_combo.get_active() >= 0) ? size_combo.get_active() : 0; - - parameters.set_major_axis_size_selection_id(size_combo_last_active); - parameters.set_major_axis_size_pixels( - size_descriptions[size_combo_last_active].major_axis_pixels); - parameters.set_strip_metadata(strip_metadata_check.get_active()); - - Album[] albums = parameters.get_albums(); - - parameters.set_target_album_name(albums[existing_albums_combo.get_active()].name); - parameters.set_target_album_entry_url(albums[existing_albums_combo.get_active()].url); - publish(); - } - - private void on_logout_clicked() { - logout(); - } - - private SizeDescription[] create_size_descriptions() { - SizeDescription[] result = new SizeDescription[0]; - - result += new SizeDescription(_("Small (640 × 480 pixels)"), 640); - result += new SizeDescription(_("Medium (1024 × 768 pixels)"), 1024); - result += new SizeDescription(_("Recommended (1600 × 1200 pixels)"), 1600); - result += new SizeDescription(_("Google+ (2048 × 1536 pixels)"), 2048); - result += new SizeDescription(_("Original Size"), PublishingParameters.ORIGINAL_SIZE); - - return result; - } - - public void installed() { - int default_album_id = -1; - string last_album = parameters.get_target_album_name(); - - Album[] albums = parameters.get_albums(); - - for (int i = 0; i < albums.length; i++) { - existing_albums_combo.append_text(albums[i].name); - // Activate last known album id. If none was chosen, either use the old default (Shotwell connect) - // or the new "Default album" album for Google Photos - if (albums[i].name == last_album || - ((albums[i].name == DEFAULT_ALBUM_NAME || albums[i].name == _("Default album")) && default_album_id == -1)) - default_album_id = i; - } - - if (default_album_id >= 0) { - existing_albums_combo.set_active(default_album_id); - } - } - - public Gtk.Widget get_widget() { - return pane_widget; - } - - public Spit.Publishing.DialogPane.GeometryOptions get_preferred_geometry() { - return Spit.Publishing.DialogPane.GeometryOptions.NONE; - } - - public void on_pane_installed() { - installed(); - } - - public void on_pane_uninstalled() { - } -} - -internal class PublishingParameters { - public const int ORIGINAL_SIZE = -1; - - private string? target_album_name; - private string? target_album_url; - private bool album_public; - private bool strip_metadata; - private int major_axis_size_pixels; - private int major_axis_size_selection_id; - private string user_name; - private Album[] albums; - private Spit.Publishing.Publisher.MediaType media_type; - - public PublishingParameters() { - this.user_name = "[unknown]"; - this.target_album_name = null; - this.major_axis_size_selection_id = 0; - this.major_axis_size_pixels = ORIGINAL_SIZE; - this.target_album_url = null; - this.album_public = false; - this.albums = null; - this.strip_metadata = false; - this.media_type = Spit.Publishing.Publisher.MediaType.PHOTO; - } - - public string get_target_album_name() { - return target_album_name; - } - - public void set_target_album_name(string target_album_name) { - this.target_album_name = target_album_name; - } - - public void set_target_album_entry_url(string target_album_url) { - this.target_album_url = target_album_url; - } - - public string get_target_album_entry_url() { - return target_album_url; - } - - public string get_target_album_feed_url() { - string entry_url = get_target_album_entry_url(); - string feed_url = entry_url.replace("entry", "feed"); - - return feed_url; - } - - public string get_user_name() { - return user_name; - } - - public void set_user_name(string user_name) { - this.user_name = user_name; - } - - public Album[] get_albums() { - return albums; - } - - public void set_albums(Album[] albums) { - this.albums = albums; - } - - public void set_major_axis_size_pixels(int pixels) { - this.major_axis_size_pixels = pixels; - } - - public int get_major_axis_size_pixels() { - return major_axis_size_pixels; - } - - public void set_major_axis_size_selection_id(int selection_id) { - this.major_axis_size_selection_id = selection_id; - } - - public int get_major_axis_size_selection_id() { - return major_axis_size_selection_id; - } - - public void set_strip_metadata(bool strip_metadata) { - this.strip_metadata = strip_metadata; - } - - public bool get_strip_metadata() { - return strip_metadata; - } - - public void set_media_type(Spit.Publishing.Publisher.MediaType media_type) { - this.media_type = media_type; - } - - public Spit.Publishing.Publisher.MediaType get_media_type() { - return media_type; - } -} - -internal class Uploader : Publishing.RESTSupport.BatchUploader { - private PublishingParameters parameters; - - public Uploader(Publishing.RESTSupport.GoogleSession session, - Spit.Publishing.Publishable[] publishables, PublishingParameters parameters) { - base(session, publishables); - - this.parameters = parameters; - } - - protected override Publishing.RESTSupport.Transaction create_transaction( - Spit.Publishing.Publishable publishable) { - return new UploadTransaction((Publishing.RESTSupport.GoogleSession) get_session(), - parameters, get_current_publishable()); - } -} - -} - diff --git a/plugins/shotwell-publishing/flickr.png b/plugins/shotwell-publishing/flickr.png deleted file mode 100644 index b6cae3e..0000000 Binary files a/plugins/shotwell-publishing/flickr.png and /dev/null differ diff --git a/plugins/shotwell-publishing/google-photos.svg b/plugins/shotwell-publishing/google-photos.svg new file mode 100644 index 0000000..498de5a --- /dev/null +++ b/plugins/shotwell-publishing/google-photos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/plugins/shotwell-publishing/google_photos_publishing_options_pane.ui b/plugins/shotwell-publishing/google_photos_publishing_options_pane.ui new file mode 100644 index 0000000..8685b96 --- /dev/null +++ b/plugins/shotwell-publishing/google_photos_publishing_options_pane.ui @@ -0,0 +1,221 @@ + + + + + + + + + + + + diff --git a/plugins/shotwell-publishing/meson.build b/plugins/shotwell-publishing/meson.build index 45058b8..eeac177 100644 --- a/plugins/shotwell-publishing/meson.build +++ b/plugins/shotwell-publishing/meson.build @@ -1,11 +1,15 @@ shotwell_publishing_sources = [ 'shotwell-publishing.vala', 'FacebookPublishing.vala', - 'PicasaPublishing.vala', 'FlickrPublishing.vala', 'TumblrPublishing.vala', 'YouTubePublishing.vala', - 'PiwigoPublishing.vala'] + 'PiwigoPublishing.vala', + 'PhotosPublisher.vala', + 'PhotosService.vala', + 'PhotosPublishingPane.vala', + 'PhotosUploader.vala' +] shotwell_publishing_resources = gnome.compile_resources('publishing-resource', 'org.gnome.Shotwell.Publishing.gresource.xml', @@ -16,9 +20,6 @@ shared_module('shotwell-publishing', dependencies : [gtk, soup, gexiv2, gee, sw_plugin, json_glib, webkit, sw_plugin_common_dep, xml, gdata, gcr, gcr_ui, authenticator_dep], - vala_args : [ - '--gresources', 'org.gnome.Shotwell.Publishing.gresource.xml' - ], c_args : ['-DPLUGIN_RESOURCE_PATH="/org/gnome/Shotwell/Publishing"', '-DGCR_API_SUBJECT_TO_CHANGE'], install: true, diff --git a/plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml b/plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml index 5e8ce1c..436ea9e 100644 --- a/plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml +++ b/plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml @@ -2,14 +2,13 @@ facebook.png - flickr.png - picasa.png piwigo.png youtube.png tumblr.png + google-photos.svg facebook_publishing_options_pane.ui flickr_publishing_options_pane.ui - picasa_publishing_options_pane.ui + google_photos_publishing_options_pane.ui piwigo_authentication_pane.ui piwigo_publishing_options_pane.ui piwigo_ssl_failure_pane.ui diff --git a/plugins/shotwell-publishing/picasa_publishing_options_pane.ui b/plugins/shotwell-publishing/picasa_publishing_options_pane.ui deleted file mode 100644 index 11e79af..0000000 --- a/plugins/shotwell-publishing/picasa_publishing_options_pane.ui +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - True - False - vertical - 1 - - - - - - True - False - 12 - 32 - 'you are logged in as $name' -(populated in the application code) - - - False - True - 4 - 1 - - - - - True - False - 32 - 32 - vertical - - - - - - True - False - 24 - 24 - 8 - True - - - True - False - - - 1 - 0 - - - - - _Remove location, camera, and other identifying information before uploading - True - True - False - start - 16 - True - True - True - - - 0 - 2 - 2 - - - - - True - False - start - $mediatype will appear in -(populated in code) - - - 0 - 0 - - - - - True - False - start - Photo _size preset: - True - size_combo - - - 0 - 1 - - - - - True - False - - - 1 - 1 - - - - - False - True - 4 - 1 - - - - - False - True - 2 - - - - - - - - True - False - 112 - 112 - 48 - 24 - 128 - True - - - _Logout - True - True - True - True - - - False - True - 0 - - - - - _Publish - True - True - True - True - - - False - True - 1 - - - - - False - True - 4 - - - - diff --git a/plugins/shotwell-publishing/shotwell-publishing.vala b/plugins/shotwell-publishing/shotwell-publishing.vala index 3515f5f..52c82ec 100644 --- a/plugins/shotwell-publishing/shotwell-publishing.vala +++ b/plugins/shotwell-publishing/shotwell-publishing.vala @@ -6,7 +6,7 @@ extern const string _VERSION; -// "core services" are: Facebook, Flickr, Picasa Web Albums, Piwigo and YouTube +// "core services" are: Flickr, Google Photos, Piwigo, Tumblr and YouTube private class ShotwellPublishingCoreServices : Object, Spit.Module { private Spit.Pluggable[] pluggables = new Spit.Pluggable[0]; @@ -28,9 +28,9 @@ private class ShotwellPublishingCoreServices : Object, Spit.Module { } #endif -#if HAVE_PICASA - if (authenicators.contains("picasa")) { - pluggables += new PicasaService(resource_directory); +#if HAVE_GOOGLEPHOTOS + if (authenicators.contains("google-photos")) { + pluggables += new Publishing.GooglePhotos.Service(resource_directory); } #endif diff --git a/po/POTFILES.in b/po/POTFILES.in index 92088b9..ff31aad 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -26,8 +26,11 @@ plugins/shotwell-publishing/facebook_publishing_options_pane.ui plugins/shotwell-publishing/FacebookPublishing.vala plugins/shotwell-publishing/flickr_publishing_options_pane.ui plugins/shotwell-publishing/FlickrPublishing.vala -plugins/shotwell-publishing/picasa_publishing_options_pane.ui -plugins/shotwell-publishing/PicasaPublishing.vala +plugins/shotwell-publishing/google_photos_publishing_options_pane.ui +plugins/shotwell-publishing/PhotosPublisher.vala +plugins/shotwell-publishing/PhotosPublishingPane.vala +plugins/shotwell-publishing/PhotosService.vala +plugins/shotwell-publishing/PhotosUploader.vala plugins/shotwell-publishing/piwigo_authentication_pane.ui plugins/shotwell-publishing/piwigo_publishing_options_pane.ui plugins/shotwell-publishing/PiwigoPublishing.vala diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 2ace067..c628ca9 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -14,10 +14,13 @@ plugins/shotwell-publishing-extras/YandexPublishing.c plugins/shotwell-publishing/FacebookPublishing.c plugins/shotwell-publishing/FlickrPublishing.c plugins/shotwell-publishing/PicasaPublishing.c -plugins/shotwell-publishing/PiwigoPublishing.c plugins/shotwell-publishing/shotwell-publishing.c plugins/shotwell-publishing/TumblrPublishing.c plugins/shotwell-publishing/YouTubePublishing.c +plugins/shotwell-publishing/PhotosPublisher.c +plugins/shotwell-publishing/PhotosPublishingPane.c +plugins/shotwell-publishing/PhotosService.c +plugins/shotwell-publishing/PhotosUploader.c plugins/shotwell-transitions/BlindsEffect.c plugins/shotwell-transitions/ChessEffect.c plugins/shotwell-transitions/CircleEffect.c diff --git a/po/de.po b/po/de.po index eb66ed8..4f204cb 100644 --- a/po/de.po +++ b/po/de.po @@ -35,7 +35,7 @@ # Thomas Zach , 2012. # Wolfgang Stöggl , 2014. # Mario Blättermann , 2016-2018. -# Bernd Homuth , 2016. +# Bernd Homuth , 2016, 2019. # Benedikt M. Thoma , 2016. # Paul Seyfert , 2016. # Tim Sabsch , 2018. @@ -43,16 +43,16 @@ msgid "" msgstr "" "Project-Id-Version: master\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/shotwell/issues\n" -"POT-Creation-Date: 2018-06-28 20:40+0000\n" -"PO-Revision-Date: 2018-06-29 21:48+0200\n" -"Last-Translator: Mario Blättermann \n" +"POT-Creation-Date: 2019-02-25 09:06+0000\n" +"PO-Revision-Date: 2019-03-02 21:57+0100\n" +"Last-Translator: Bernd Homuth \n" "Language-Team: German \n" "Language: de\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-Generator: Poedit 2.0.7\n" +"X-Generator: Poedit 2.2.1\n" #: misc/shotwell.appdata.xml.in:8 misc/shotwell.desktop.in:4 #: plugins/shotwell-publishing-extras/GalleryConnector.vala:115 @@ -87,18 +87,18 @@ msgstr "" #: misc/shotwell.appdata.xml.in:18 msgid "" "When ready, Shotwell can upload your photos to various web sites, such as " -"Facebook, Flickr, Picasa (Google Plus), and more." +"Facebook, Flickr, Google Photos, and more." msgstr "" "Wenn Shotwell eingerichtet ist, können Sie Ihre Fotos zu verschiedenen " -"Webseiten hochladen, wie beispielsweise Facebook, Flickr, Picasa (Google " -"Plus) und weitere." +"Webseiten hochladen, wie beispielsweise Facebook, Flickr, Google Fotos und " +"weitere." #: misc/shotwell.appdata.xml.in:22 msgid "Shotwell supports JPEG, PNG, TIFF, and a variety of RAW file formats." msgstr "" "Shotwell unterstützt JPEG, PNG, TIFF und eine Reihe von RAW-Dateiformaten." -#: misc/shotwell.appdata.xml.in:52 +#: misc/shotwell.appdata.xml.in:53 msgid "The Shotwell developers" msgstr "Die Shotwell-Entwickler" @@ -954,19 +954,19 @@ msgstr "Auffrischungs-Token" #: misc/org.yorba.shotwell.gschema.xml:493 msgid "" -"The OAuth token used to refresh the Picasa Web Albums session for the " -"currently logged in user, if any." +"The OAuth token used to refresh the Google Photos session for the currently " +"logged in user, if any." msgstr "" -"Der OAuth-Token, der beim Auffrischen der Picasa-Web-Album-Sitzung des " -"aktuell angemeldeten Benutzers verwendet wird, soweit vorhanden." +"Der OAuth-Token, der beim Auffrischen der Google Fotos-Sitzung des aktuell " +"angemeldeten Benutzers verwendet wird, soweit vorhanden." #: misc/org.yorba.shotwell.gschema.xml:499 msgid "" -"A numeric code representing the default size for photos uploaded to Picasa " -"Web Albums" +"A numeric code representing the default size for photos uploaded to Google " +"Photos Albums" msgstr "" -"Ein Zahlencode, der die Standardgröße für Fotos darstellt, die zu Picasa " -"Webalben hochgeladen werden sollen" +"Ein Zahlencode, der die Standardgröße für Fotos darstellt, die zu Google " +"Fotos-Alben hochgeladen werden sollen" #: misc/org.yorba.shotwell.gschema.xml:504 #: misc/org.yorba.shotwell.gschema.xml:598 @@ -982,10 +982,11 @@ msgstr "" #: misc/org.yorba.shotwell.gschema.xml:511 msgid "" -"Whether images being uploaded to Picasa should have their metadata removed " -"first" +"Whether images being uploaded to Google Photos should have their metadata " +"removed first" msgstr "" -"Legt fest, ob Metadaten vor dem Hochladen zu Picasa entfernt werden sollen" +"Legt fest, ob Metadaten vor dem Hochladen zu Google Fotos entfernt werden " +"sollen" #: misc/org.yorba.shotwell.gschema.xml:518 msgid "Piwigo URL" @@ -1270,15 +1271,14 @@ msgstr "" "Legt fest, ob das Flickr-Veröffentlichungs-Plugin aktiviert ist oder nicht" #: misc/org.yorba.shotwell.gschema.xml:726 -msgid "enable picasa publishing plugin" -msgstr "Picasa-Veröffentlichungs-Plugin aktivieren" +msgid "enable Google Photos publishing plugin" +msgstr "Google Fotos-Veröffentlichungs-Plugin aktivieren" #: misc/org.yorba.shotwell.gschema.xml:727 -msgid "" -"True if the Picasa Web Albums publishing plugin is enabled, false otherwise" +msgid "True if the Google Photos publishing plugin is enabled, false otherwise" msgstr "" -"Legt fest, ob das Picasa-Webalben-Veröffentlichungs-Plugin aktiviert ist " -"oder nicht" +"Legt fest, ob das Google Fotos-Veröffentlichungs-Plugin aktiviert ist oder " +"nicht" #: misc/org.yorba.shotwell.gschema.xml:732 msgid "enable youtube publishing plugin" @@ -1485,19 +1485,19 @@ msgstr "" "anzumelden. Sie müssen »Shotwell Connect« autorisieren, um sich mit Flickr " "zu verbinden." -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:124 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:126 msgid "Preparing for login…" msgstr "Anmeldung wird vorbereitet …" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:193 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:195 msgid "Flickr authorization failed" msgstr "Legitimierung für Flickr ist fehlgeschlagen" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:200 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:202 msgid "Verifying authorization…" msgstr "Legitimierung wird bestätigt …" -#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:137 +#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:138 msgid "" "You have already logged in and out of a Google service during this Shotwell " "session.\n" @@ -1513,19 +1513,6 @@ msgstr "" #: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:32 msgid "" -"You are not currently logged into Picasa Web Albums.\n" -"\n" -"Click Log in to log into Picasa Web Albums in your Web browser. You will " -"have to authorize Shotwell Connect to link to your Picasa Web Albums account." -msgstr "" -"Sie sind zur Zeit nicht bei Picasa Webalben angemeldet.\n" -"\n" -"Klicken Sie auf »Anmelden«, um sich in Ihrem Webbrowser bei Picasa Webalben " -"anzumelden. Sie müssen Shotwell Connect gestatten, sich mit Ihrem Konto bei " -"Picasa Webalben zu verbinden." - -#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:35 -msgid "" "You are not currently logged into YouTube.\n" "\n" "You must have already signed up for a Google account and set it up for use " @@ -1538,6 +1525,23 @@ msgstr "" "haben, um fortzufahren. Sie können die meisten Konten anlegen, indem Sie " "sich mindestens einmal auf der YouTube-Seite anmelden." +#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:36 +msgid "" +"You are not currently logged into Google Photos.\n" +"\n" +"You must have already signed up for a Google account and set it up for use " +"with Google Photos.\n" +"\n" +"You will have to authorize Shotwell to link to your Google Photos account." +msgstr "" +"Sie sind nicht bei Google Fotos angemeldet.\n" +"\n" +"Sie müssen bereits ein Google-Konto besitzen und es für Google Fotos " +"eingerichtet haben.\n" +"\n" +"Sie müssen Shotwell legitimieren, um Ihr Google Fotos-Konto verknüpfen zu " +"können." + #: plugins/authenticator/shotwell/tumblr_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/rajce_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/RajcePublishing.vala:892 @@ -1565,13 +1569,13 @@ msgstr "" "Konto ein." #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:26 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1081 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1084 msgid "Username and/or password invalid. Please try again" msgstr "" "Benutzername und/oder Passwort sind ungültig. Bitte versuchen Sie es erneut" #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:53 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1117 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1120 msgid "Invalid User Name or Password" msgstr "Ungültiger Benutzername oder Passwort" @@ -1585,16 +1589,17 @@ msgstr "UI konnte nicht geladen werden: %s" msgid "Visit the Shotwell home page" msgstr "Die Shotwell-Webseite besuchen" -#: plugins/common/Resources.vala:31 src/AppWindow.vala:603 +#: plugins/common/Resources.vala:31 src/AppWindow.vala:605 msgid "translator-credits" msgstr "" "Christian Kirbach \n" "Mario Blättermann \n" "Paul Seyfert \n" -"Tim Sabsch " +"Tim Sabsch \n" +"Bernd Homuth " #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:217 +#: plugins/common/RESTSupport.vala:220 msgid "" "⚫ This website presented identification that belongs to a different website." msgstr "" @@ -1602,7 +1607,7 @@ msgstr "" "Webseite." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:222 +#: plugins/common/RESTSupport.vala:225 msgid "" "⚫ This website’s identification is too old to trust. Check the date on your " "computer’s calendar." @@ -1612,7 +1617,7 @@ msgstr "" "Ihres Rechners." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:227 +#: plugins/common/RESTSupport.vala:230 msgid "" "⚫ This website’s identification was not issued by a trusted organization." msgstr "" @@ -1620,7 +1625,7 @@ msgstr "" "vertrauenswürdigen Organisation herausgegeben." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:232 +#: plugins/common/RESTSupport.vala:235 msgid "" "⚫ This website’s identification could not be processed. It may be corrupted." msgstr "" @@ -1628,7 +1633,7 @@ msgstr "" "werden. Sie könnte beschädigt sein." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:237 +#: plugins/common/RESTSupport.vala:240 msgid "" "⚫ This website’s identification has been revoked by the trusted organization " "that issued it." @@ -1637,7 +1642,7 @@ msgstr "" "vertrauenswürdigen Organisation zurückgezogen, von der sie ausgegeben wurde." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:242 +#: plugins/common/RESTSupport.vala:245 msgid "" "⚫ This website’s identification cannot be trusted because it uses very weak " "encryption." @@ -1646,7 +1651,7 @@ msgstr "" "vertrauenswürdig, weil die Verschlüsselung zu schwach ist." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:247 +#: plugins/common/RESTSupport.vala:250 msgid "" "⚫ This website’s identification is only valid for future dates. Check the " "date on your computer’s calendar." @@ -1655,7 +1660,7 @@ msgstr "" "in der Zukunft. Überprüfen Sie das Datum mithilfe des Kalenders Ihres " "Rechners." -#: plugins/common/RESTSupport.vala:524 +#: plugins/common/RESTSupport.vala:539 #: plugins/shotwell-publishing/TumblrPublishing.vala:623 msgid "A temporary file needed for publishing is unavailable" msgstr "" @@ -1715,7 +1720,7 @@ msgstr "Pixel" #: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:158 #: plugins/shotwell-publishing/FlickrPublishing.vala:687 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1309 #: src/Dimensions.vala:17 msgid "Original size" msgstr "Ursprüngliche Größe" @@ -1731,7 +1736,7 @@ msgstr "Längste Seite" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:145 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:177 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:125 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:142 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:181 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:105 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:99 msgid "_Logout" @@ -1743,7 +1748,7 @@ msgstr "A_bmelden" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:159 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:192 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:141 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:156 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:195 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:121 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:115 #: src/CollectionPage.vala:82 src/PhotoPage.vala:2492 @@ -1898,7 +1903,7 @@ msgid "You are logged into Rajce as %s." msgstr "Sie sind bei Rajce als %s angemeldet." #: plugins/shotwell-publishing-extras/RajcePublishing.vala:1014 -#: plugins/shotwell-publishing/PicasaPublishing.vala:571 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:69 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:20 msgid "Photos will appear in:" msgstr "Fotos werden erscheinen in:" @@ -1969,7 +1974,7 @@ msgstr "Fotos und Videos _sichtbar für:" #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:155 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:92 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:59 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:75 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:203 msgid "" "_Remove location, camera, and other identifying information before uploading" @@ -1980,15 +1985,14 @@ msgstr "" # Ich würde lieber bei »Copyright« bleiben. #: plugins/shotwell-publishing/FacebookPublishing.vala:33 #: plugins/shotwell-publishing/FlickrPublishing.vala:33 -#: plugins/shotwell-publishing/PicasaPublishing.vala:33 #: plugins/shotwell-publishing/PiwigoPublishing.vala:33 #: plugins/shotwell-publishing/YouTubePublishing.vala:33 src/Resources.vala:27 msgid "Copyright 2016 Software Freedom Conservancy Inc." msgstr "Copyright 2016 Software Freedom Conservancy Inc." #: plugins/shotwell-publishing/FacebookPublishing.vala:61 -#: plugins/shotwell-publishing/PicasaPublishing.vala:58 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1188 +#: plugins/shotwell-publishing/PhotosPublisher.vala:9 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1191 msgid "Shotwell Connect" msgstr "Shotwell Connect" @@ -2032,7 +2036,7 @@ msgstr "Nur mich" #: plugins/shotwell-publishing/FacebookPublishing.vala:889 #: plugins/shotwell-publishing/FlickrPublishing.vala:661 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1290 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 msgid "Everyone" msgstr "Alle" @@ -2097,78 +2101,90 @@ msgid "Friends only" msgstr "Nur Freunde" #: plugins/shotwell-publishing/FlickrPublishing.vala:683 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1302 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 #: plugins/shotwell-publishing/TumblrPublishing.vala:103 msgid "500 × 375 pixels" msgstr "500 × 375 Pixel" #: plugins/shotwell-publishing/FlickrPublishing.vala:684 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1303 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 #: plugins/shotwell-publishing/TumblrPublishing.vala:104 msgid "1024 × 768 pixels" msgstr "1024 × 768 Pixel" #: plugins/shotwell-publishing/FlickrPublishing.vala:685 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1304 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1307 msgid "2048 × 1536 pixels" msgstr "2048 × 1536 Pixel" #: plugins/shotwell-publishing/FlickrPublishing.vala:686 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1308 msgid "4096 × 3072 pixels" msgstr "4096 × 3072 Pixel" -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:93 -msgid "Photo _size preset:" -msgstr "Voreingestellte Foto_größe:" - -#. Add album that will push to the default feed for all the new users -#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) -#. or the new "Default album" album for Google Photos -#: plugins/shotwell-publishing/PicasaPublishing.vala:96 -#: plugins/shotwell-publishing/PicasaPublishing.vala:630 -msgid "Default album" -msgstr "Voreingestelltes Album" - -#: plugins/shotwell-publishing/PicasaPublishing.vala:291 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:66 msgid "" -"A file required for publishing is unavailable. Publishing to Picasa can’t " -"continue." +"Shotwell can only publish into albums that it created by itself, so this " +"list might be empty despite the fact that you already have albums in your " +"Google Photos account" msgstr "" -"Eine Datei, die veröffentlicht werden soll, ist nicht verfügbar. Die " -"Veröffentlichung auf Picasa ist nicht möglich." +"Shotwell kann nur in Alben veröffentlichen, die es selbst erstellt hat. " +"Diese Liste kann darum leer sein, obwohl Sie bereits Alben in Ihrem Google " +"Fotos Konto haben." -#. populate any widgets whose contents are programmatically-generated. -#: plugins/shotwell-publishing/PicasaPublishing.vala:560 -#, c-format -msgid "You are logged into Picasa Web Albums as %s." -msgstr "Sie sind bei Picasa Webalben als %s angemeldet." +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:96 +msgid "Photo _size preset" +msgstr "Voreingestellte Foto_größe" -#: plugins/shotwell-publishing/PicasaPublishing.vala:566 -msgid "Videos will appear in:" -msgstr "Videos werden folgendermaßen dargestellt:" +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:117 +msgid "An existing album" +msgstr "Ein vorhandenes Album" + +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:132 +msgid "A new album named" +msgstr "Ein neues Album namens" -#: plugins/shotwell-publishing/PicasaPublishing.vala:610 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:17 msgid "Small (640 × 480 pixels)" msgstr "Klein (640 × 480 Pixel)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:611 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:18 msgid "Medium (1024 × 768 pixels)" msgstr "Mittel (1024 × 768 Pixel)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:612 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:19 msgid "Recommended (1600 × 1200 pixels)" msgstr "Empfohlen (1600 × 1200 Pixel)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:613 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:20 msgid "Google+ (2048 × 1536 pixels)" msgstr "Google+ (2048 × 1536 Pixel)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:614 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:21 #: src/editing_tools/EditingTools.vala:735 msgid "Original Size" msgstr "Ursprungsgröße" +#. populate any widgets whose contents are programmatically-generated. +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:59 +#, c-format +msgid "You are logged into Google Photos as %s." +msgstr "Sie sind bei Google Fotos als %s angemeldet." + +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:64 +msgid "Videos will appear in:" +msgstr "Videos werden folgendermaßen dargestellt:" + +#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) +#. or the new "Default album" album for Google Photos +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:105 +msgid "Default album" +msgstr "Voreingestelltes Album" + +#: plugins/shotwell-publishing/PhotosService.vala:36 +msgid "Copyright 2019 Jens Georg " +msgstr "Copyright 2019 Jens Georg " + #: plugins/shotwell-publishing/piwigo_authentication_pane.ui:44 msgid "_URL of your Piwigo photo library" msgstr "_Adresse Ihrer Piwigo-Fotobibliothek" @@ -2220,7 +2236,7 @@ msgid "Logout" msgstr "Abmelden" #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:268 -#: src/Resources.vala:266 ui/collection.ui:192 +#: src/Resources.vala:265 ui/collection.ui:192 msgid "Publish" msgstr "Veröffentlichen" @@ -2229,14 +2245,14 @@ msgstr "Veröffentlichen" msgid "Creating album %s…" msgstr "Album %s wird erstellt …" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:946 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:949 msgid "An error message occurred when publishing to Piwigo. Please try again." msgstr "" "Ein Fehler trat beim Veröffentlichen auf Piwigo auf. Bitte versuchen Sie " "erneut." #. %s is the host name that we tried to connect to -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1030 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1033 #, c-format msgid "" "This does not look like the real %s. Attackers might be trying to " @@ -2248,18 +2264,18 @@ msgstr "" "beeinflussen (zum Beispiel private Nachrichten, Kreditkartendaten oder " "Passwörter)." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1048 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 #, c-format msgid "Certificate of %s" msgstr "Zertifikat von %s" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 -#: src/Resources.vala:137 ui/multitextentrydialog.ui:40 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1054 +#: src/Resources.vala:136 ui/multitextentrydialog.ui:40 #: ui/slideshow_settings.ui:52 msgid "_OK" msgstr "_OK" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1079 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1082 msgid "" "Enter the URL of your Piwigo photo library as well as the username and " "password associated with your Piwigo account for that library." @@ -2267,7 +2283,7 @@ msgstr "" "Geben Sie die Adresse Ihrer Piwigo-Fotobibliothek sowie Ihren Benutzernamen " "und Passwort für das mit Ihrer Bibliothek verbundene Piwigo-Benutzerkonto an." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1080 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1083 msgid "" "Shotwell cannot contact your Piwigo photo library. Please verify the URL you " "entered" @@ -2275,23 +2291,23 @@ msgstr "" "Shotwell kann sich nicht mit Ihrer Piwigo-Fotobibliothek verbinden. Bitte " "überprüfen Sie Ihre angegebene Adresse" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1112 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1115 msgid "Invalid URL" msgstr "Ungültige Adresse" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1291 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 msgid "Admins, Family, Friends, Contacts" msgstr "Admins, Familie, Freunde, Kontakte" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1292 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1295 msgid "Admins, Family, Friends" msgstr "Admins, Familie, Freunde" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1296 msgid "Admins, Family" msgstr "Admins, Familie" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1297 msgid "Admins" msgstr "Admins" @@ -2464,18 +2480,18 @@ msgstr "Werkzeugleiste immer geöffnet" msgid "Leave fullscreen" msgstr "Vollbild verlassen" -#: src/AppWindow.vala:530 src/AppWindow.vala:551 src/AppWindow.vala:568 +#: src/AppWindow.vala:532 src/AppWindow.vala:553 src/AppWindow.vala:570 #: src/data_imports/DataImportsUI.vala:302 #: src/data_imports/DataImportsUI.vala:420 src/Dialogs.vala:20 #: src/Dialogs.vala:28 src/Dialogs.vala:58 src/Dialogs.vala:766 #: src/Dialogs.vala:789 src/publishing/PublishingUI.vala:305 -#: src/publishing/PublishingUI.vala:529 src/Resources.vala:128 +#: src/publishing/PublishingUI.vala:529 src/Resources.vala:127 #: ui/multitextentrydialog.ui:25 ui/slideshow_settings.ui:38 #: ui/textentrydialog.ui:19 msgid "_Cancel" msgstr "_Abbrechen" -#: src/AppWindow.vala:578 +#: src/AppWindow.vala:580 #, c-format msgid "" "A fatal error occurred when accessing Shotwell’s library. Shotwell cannot " @@ -2488,21 +2504,21 @@ msgstr "" "\n" "%s" -#: src/AppWindow.vala:599 +#: src/AppWindow.vala:601 msgid "Visit the Shotwell web site" msgstr "Besuchen Sie die Shotwell-Internetseite" -#: src/AppWindow.vala:612 +#: src/AppWindow.vala:614 #, c-format msgid "Unable to display help: %s" msgstr "Die Hilfe kann nicht angezeigt werden: %s" -#: src/AppWindow.vala:620 +#: src/AppWindow.vala:622 #, c-format msgid "Unable to navigate to bug database: %s" msgstr "Zur Datenbank von Fehlerberichten kann nicht gewechselt werden: %s" -#: src/AppWindow.vala:628 +#: src/AppWindow.vala:630 #, c-format msgid "Unable to display FAQ: %s" msgstr "Die oft gestellten Fragen können nicht angezeigt werden: %s" @@ -2589,7 +2605,7 @@ msgstr "Kamera" msgid "%s (%s)" msgstr "%s (%s)" -#: src/camera/ImportPage.vala:311 src/Properties.vala:233 +#: src/camera/ImportPage.vala:307 src/Properties.vala:234 msgid "RAW+JPEG" msgstr "RAW+JPEG" @@ -2740,21 +2756,21 @@ msgstr[1] "" "%d Fotos/Videos können wegen Fehlern nicht von der Kamera gelöscht werden." #: src/CollectionPage.vala:80 src/direct/DirectPhotoPage.vala:85 -#: src/PhotoPage.vala:2487 src/Resources.vala:141 +#: src/PhotoPage.vala:2487 src/Resources.vala:140 msgid "_Print" msgstr "_Drucken" -#: src/CollectionPage.vala:83 src/Resources.vala:294 ui/collection.ui:128 +#: src/CollectionPage.vala:83 src/Resources.vala:293 ui/collection.ui:128 #: ui/direct_context.ui:23 ui/direct.ui:23 ui/event.ui:567 ui/photo.ui:28 msgid "Send _To…" msgstr "Senden _an …" #: src/CollectionPage.vala:84 src/direct/DirectPhotoPage.vala:90 -#: src/PhotoPage.vala:2497 src/Resources.vala:191 +#: src/PhotoPage.vala:2497 src/Resources.vala:190 msgid "Set as _Desktop Background" msgstr "Als Hintergrund_bild festlegen" -#: src/CollectionPage.vala:92 src/Resources.vala:257 +#: src/CollectionPage.vala:92 src/Resources.vala:256 msgid "_Duplicate" msgstr "_Duplizieren" @@ -2766,43 +2782,43 @@ msgstr "Vollbild" msgid "S_lideshow" msgstr "_Diaschau" -#: src/CollectionPage.vala:110 src/Resources.vala:110 ui/direct.ui:111 +#: src/CollectionPage.vala:110 src/Resources.vala:109 ui/direct.ui:111 #: ui/photo.ui:200 msgid "Rotate _Right" msgstr "Nach _rechts drehen" -#: src/CollectionPage.vala:113 src/Resources.vala:115 ui/direct.ui:116 +#: src/CollectionPage.vala:113 src/Resources.vala:114 ui/direct.ui:116 #: ui/photo.ui:205 msgid "Rotate _Left" msgstr "Nach _links drehen" -#: src/CollectionPage.vala:116 src/Resources.vala:120 ui/direct.ui:121 +#: src/CollectionPage.vala:116 src/Resources.vala:119 ui/direct.ui:121 #: ui/photo.ui:210 msgid "Flip Hori_zontally" msgstr "Hori_zontal spiegeln" -#: src/CollectionPage.vala:117 src/Resources.vala:123 ui/direct.ui:125 +#: src/CollectionPage.vala:117 src/Resources.vala:122 ui/direct.ui:125 #: ui/photo.ui:214 msgid "Flip Verti_cally" msgstr "Verti_kal spiegeln" -#: src/CollectionPage.vala:119 src/Resources.vala:157 ui/collection.ui:8 +#: src/CollectionPage.vala:119 src/Resources.vala:156 ui/collection.ui:8 #: ui/direct_context.ui:7 ui/direct.ui:134 ui/event.ui:447 #: ui/photo_context.ui:6 ui/photo.ui:223 msgid "_Enhance" msgstr "_Verbessern" -#: src/CollectionPage.vala:120 src/Resources.vala:185 ui/collection.ui:13 +#: src/CollectionPage.vala:120 src/Resources.vala:184 ui/collection.ui:13 #: ui/direct_context.ui:12 ui/direct.ui:161 ui/event.ui:452 #: ui/photo_context.ui:11 ui/photo.ui:250 msgid "Re_vert to Original" msgstr "_Zurück zum Original" -#: src/CollectionPage.vala:122 src/Resources.vala:161 ui/photo.ui:256 +#: src/CollectionPage.vala:122 src/Resources.vala:160 ui/photo.ui:256 msgid "_Copy Color Adjustments" msgstr "Farbanpassungen _kopieren" -#: src/CollectionPage.vala:125 src/Resources.vala:165 ui/photo.ui:261 +#: src/CollectionPage.vala:125 src/Resources.vala:164 ui/photo.ui:261 msgid "_Paste Color Adjustments" msgstr "Farbanpassungen _einfügen" @@ -2810,17 +2826,17 @@ msgstr "Farbanpassungen _einfügen" msgid "Adjust Date and Time…" msgstr "Datum und Zeit anpassen …" -#: src/CollectionPage.vala:143 src/Resources.vala:290 ui/collection.ui:108 +#: src/CollectionPage.vala:143 src/Resources.vala:289 ui/collection.ui:108 #: ui/event.ui:547 ui/photo_context.ui:115 ui/photo.ui:361 msgid "Open With E_xternal Editor" msgstr "Mit e_xternem Editor öffnen" -#: src/CollectionPage.vala:146 src/Resources.vala:292 ui/collection.ui:113 +#: src/CollectionPage.vala:146 src/Resources.vala:291 ui/collection.ui:113 #: ui/event.ui:552 ui/photo_context.ui:120 ui/photo.ui:366 msgid "Open With RA_W Editor" msgstr "Mit RA_W-Editor öffnen" -#: src/CollectionPage.vala:149 src/Resources.vala:138 +#: src/CollectionPage.vala:149 src/Resources.vala:137 msgid "_Play" msgstr "_Wiedergabe" @@ -3072,7 +3088,7 @@ msgstr "" msgid "Database file:" msgstr "Datenbankdatei:" -#: src/data_imports/DataImportsUI.vala:112 src/library/LibraryWindow.vala:784 +#: src/data_imports/DataImportsUI.vala:112 src/library/LibraryWindow.vala:785 msgid "_Import" msgstr "_Import" @@ -3155,8 +3171,8 @@ msgstr[0] "Dies wird das Stichwort »%s« von einem Foto entfernen. Fortsetzen?" msgstr[1] "Dies wird das Stichwort »%s« von %d Fotos entfernen. Fortsetzen?" #: src/Dialogs.vala:20 src/Dialogs.vala:28 src/Dialogs.vala:58 -#: src/Dialogs.vala:734 src/Resources.vala:129 src/Resources.vala:310 -#: src/Resources.vala:341 src/Resources.vala:394 src/Resources.vala:734 +#: src/Dialogs.vala:734 src/Resources.vala:128 src/Resources.vala:309 +#: src/Resources.vala:340 src/Resources.vala:393 src/Resources.vala:761 #: ui/savedsearch.ui:14 ui/tags.ui:460 ui/trash.ui:63 ui/trash.ui:216 #: ui/trash.ui:258 msgid "_Delete" @@ -3624,7 +3640,7 @@ msgstr "Es wurden keine Fotos oder Videos importiert.\n" msgid "Import Complete" msgstr "Import abgeschlossen" -#: src/Dialogs.vala:663 src/Resources.vala:202 +#: src/Dialogs.vala:663 src/Resources.vala:201 msgid "Rename Event" msgstr "Ereignis umbenennen" @@ -3638,12 +3654,12 @@ msgctxt "Dialog Title" msgid "Edit Title" msgstr "Titel bearbeiten" -#: src/Dialogs.vala:675 src/Properties.vala:346 +#: src/Dialogs.vala:675 src/Properties.vala:347 msgid "Title:" msgstr "Titel:" #. Dialog title -#: src/Dialogs.vala:691 src/Resources.vala:278 +#: src/Dialogs.vala:691 src/Resources.vala:277 msgid "Edit Event Comment" msgstr "Kommentar des Ereignisses bearbeiten" @@ -3698,7 +3714,7 @@ msgid_plural "This will remove %d photos from the library. Continue?" msgstr[0] "Dies wird das Foto aus der Bibliothek entfernen. Fortsetzen?" msgstr[1] "Dies wird %d Fotos aus der Bibliothek entfernen. Fortsetzen?" -#: src/Dialogs.vala:790 src/Resources.vala:144 +#: src/Dialogs.vala:790 src/Resources.vala:143 msgid "_Remove" msgstr "Entfe_rnen" @@ -3889,30 +3905,30 @@ msgstr "" msgid "Unable open photo %s. Sorry." msgstr "Das Foto %s kann nicht geöffnet werden. Entschuldigung." -#: src/direct/DirectPhotoPage.vala:316 src/Resources.vala:146 ui/direct.ui:8 +#: src/direct/DirectPhotoPage.vala:322 src/Resources.vala:145 ui/direct.ui:8 #: ui/textentrydialog.ui:33 msgid "_Save" msgstr "_Speichern" -#: src/direct/DirectPhotoPage.vala:316 +#: src/direct/DirectPhotoPage.vala:322 msgid "_Save a Copy" msgstr "Eine Kopie _speichern" -#: src/direct/DirectPhotoPage.vala:319 +#: src/direct/DirectPhotoPage.vala:325 #, c-format msgid "Lose changes to %s?" msgstr "Änderungen an %s verwerfen?" -#: src/direct/DirectPhotoPage.vala:320 +#: src/direct/DirectPhotoPage.vala:326 msgid "Close _without Saving" msgstr "Schließen _ohne zu speichern" -#: src/direct/DirectPhotoPage.vala:353 +#: src/direct/DirectPhotoPage.vala:359 #, c-format msgid "Error while saving to %s: %s" msgstr "Fehler beim Speichern als %s: %s" -#: src/direct/DirectPhotoPage.vala:383 src/direct/DirectPhotoPage.vala:404 +#: src/direct/DirectPhotoPage.vala:389 src/direct/DirectPhotoPage.vala:410 msgid "Save As" msgstr "Speichern unter" @@ -4261,7 +4277,7 @@ msgstr "30 × 40 cm" msgid "A3 (297 × 420 mm)" msgstr "A3 (297 × 420 mm)" -#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:401 +#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:402 msgid "Size:" msgstr "Größe:" @@ -4279,8 +4295,8 @@ msgid "_Reset" msgstr "_Zurücksetzen" #. fit both on the top line, emit and move on -#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:442 -#: src/Properties.vala:446 src/Properties.vala:453 +#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:443 +#: src/Properties.vala:447 src/Properties.vala:454 msgid "Exposure:" msgstr "Belichtung:" @@ -4354,7 +4370,7 @@ msgstr "Kontrastanhebung" msgid "Angle:" msgstr "Winkel:" -#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:173 +#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:172 #: ui/direct.ui:144 ui/photo.ui:233 msgid "_Straighten" msgstr "Au_srichten" @@ -4366,14 +4382,14 @@ msgid_plural "%d Photos/Videos" msgstr[0] "%d Foto/Video" msgstr[1] "%d Fotos/Videos" -#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:361 +#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:362 #, c-format msgid "%d Video" msgid_plural "%d Videos" msgstr[0] "%d Film" msgstr[1] "%d Filme" -#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:359 +#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:360 #, c-format msgid "%d Photo" msgid_plural "%d Photos" @@ -4452,7 +4468,7 @@ msgstr "_Alle ersetzen" msgid "Export" msgstr "Exportieren" -#: src/faces/FacesBranch.vala:89 src/Resources.vala:305 src/Resources.vala:306 +#: src/faces/FacesBranch.vala:89 src/Resources.vala:304 src/Resources.vala:305 #: ui/faces.ui:403 msgid "Faces" msgstr "Gesichter" @@ -4529,11 +4545,11 @@ msgstr "Ordner" msgid "Browse the library’s folder structure" msgstr "Die Ordnerstruktur der Bibliothek durchsuchen" -#: src/import-roll/ImportRollBranch.vala:44 +#: src/import-roll/ImportRollBranch.vala:43 msgid "Imports" msgstr "Importe" -#: src/import-roll/ImportRollBranch.vala:44 +#: src/import-roll/ImportRollBranch.vala:43 msgid "Browse the library’s import history" msgstr "Den Importverlauf der Bibliothek durchsuchen" @@ -4572,23 +4588,23 @@ msgstr "Ihre Fotos durchsuchen und organisieren" msgid "Photos" msgstr "Fotos" -#: src/library/LibraryWindow.vala:527 +#: src/library/LibraryWindow.vala:528 msgid "Import From Folder" msgstr "Aus Ordner importieren" -#: src/library/LibraryWindow.vala:534 +#: src/library/LibraryWindow.vala:535 msgid "Recurse Into Subfolders" msgstr "Unterordner einbeziehen" -#: src/library/LibraryWindow.vala:602 ui/trash.ui:288 +#: src/library/LibraryWindow.vala:603 ui/trash.ui:288 msgid "Empty Trash" msgstr "Papierkorb leeren" -#: src/library/LibraryWindow.vala:602 +#: src/library/LibraryWindow.vala:603 msgid "Emptying Trash…" msgstr "Papierkorb wird geleert …" -#: src/library/LibraryWindow.vala:781 +#: src/library/LibraryWindow.vala:782 #, c-format msgid "" "Shotwell is configured to import photos to your home directory.\n" @@ -4602,33 +4618,33 @@ msgstr "" "bearbeiten zu ändern.\n" "Möchten Sie mit dem Importieren der Fotos fortfahren?" -#: src/library/LibraryWindow.vala:784 ui/preferences_dialog.ui:86 +#: src/library/LibraryWindow.vala:785 ui/preferences_dialog.ui:86 msgid "Library Location" msgstr "Speicherort der Bibliothek" #. TODO: Specify which directory/file. -#: src/library/LibraryWindow.vala:797 +#: src/library/LibraryWindow.vala:798 msgid "Photos cannot be imported from this directory." msgstr "Aus diesem Ordner können keine Fotos importiert werden." -#: src/library/LibraryWindow.vala:1077 +#: src/library/LibraryWindow.vala:1078 #, c-format msgid "%s (%d%%)" msgstr "%s (%d%%)" -#: src/library/LibraryWindow.vala:1121 src/library/LibraryWindow.vala:1132 +#: src/library/LibraryWindow.vala:1122 src/library/LibraryWindow.vala:1133 msgid "Updating library…" msgstr "Bibliothek wird aktualisiert …" -#: src/library/LibraryWindow.vala:1138 +#: src/library/LibraryWindow.vala:1139 msgid "Preparing to auto-import photos…" -msgstr "Preparing to auto-import photos…" +msgstr "Automatischer Foto-Import wird vorbereitet …" -#: src/library/LibraryWindow.vala:1143 +#: src/library/LibraryWindow.vala:1144 msgid "Auto-importing photos…" msgstr "Fotos werden automatisch importiert …" -#: src/library/LibraryWindow.vala:1151 +#: src/library/LibraryWindow.vala:1152 msgid "Writing metadata to files…" msgstr "Metadaten werden in die Dateien geschrieben …" @@ -4742,11 +4758,11 @@ msgstr "" msgid "Unable to process monitoring updates: %s" msgstr "Überwachungsaktualisierungen können nicht verarbeitet werden: %s" -#: src/MediaPage.vala:157 +#: src/MediaPage.vala:76 msgid "Adjust the size of the thumbnails" msgstr "Die Größe der Vorschaubilder anpassen" -#: src/MediaPage.vala:500 +#: src/MediaPage.vala:419 #, c-format msgid "" "Shotwell was unable to play the selected video:\n" @@ -4831,7 +4847,7 @@ msgstr "RAW" msgid "TIFF" msgstr "TIFF" -#: src/Photo.vala:3774 +#: src/Photo.vala:3770 msgid "modified" msgstr "verändert" @@ -4882,19 +4898,19 @@ msgstr "" "\n" "%s" -#: src/Properties.vala:97 +#: src/Properties.vala:98 msgid "Today" msgstr "Heute" -#: src/Properties.vala:99 +#: src/Properties.vala:100 msgid "Yesterday" msgstr "Gestern" -#: src/Properties.vala:349 +#: src/Properties.vala:350 msgid "Items:" msgstr "Einträge:" -#: src/Properties.vala:352 +#: src/Properties.vala:353 #, c-format msgid "%d Event" msgid_plural "%d Events" @@ -4902,80 +4918,80 @@ msgstr[0] "%d Ereignis" msgstr[1] "%d Ereignisse" #. display only one date if start and end are the same -#: src/Properties.vala:383 +#: src/Properties.vala:384 msgid "Date:" msgstr "Datum:" #. display only one time if start and end are the same -#: src/Properties.vala:387 +#: src/Properties.vala:388 msgid "Time:" msgstr "Zeit:" #. display time range #. display date range -#: src/Properties.vala:390 src/Properties.vala:395 +#: src/Properties.vala:391 src/Properties.vala:396 msgid "From:" msgstr "Von:" -#: src/Properties.vala:391 src/Properties.vala:396 +#: src/Properties.vala:392 src/Properties.vala:397 msgid "To:" msgstr "Bis:" -#: src/Properties.vala:410 +#: src/Properties.vala:411 msgid "Duration:" msgstr "Dauer:" -#: src/Properties.vala:410 +#: src/Properties.vala:411 #, c-format msgid "%.1f seconds" msgstr "%.1f Sekunden" -#: src/Properties.vala:414 +#: src/Properties.vala:415 msgid "Developer:" msgstr "Entwickler:" #. nothing special to be done for now for Events -#: src/Properties.vala:592 +#: src/Properties.vala:593 msgid "Location:" msgstr "Ort:" -#: src/Properties.vala:595 +#: src/Properties.vala:596 msgid "File size:" msgstr "Dateigröße:" -#: src/Properties.vala:599 +#: src/Properties.vala:600 msgid "Current Development:" msgstr "Aktuelle Entwicklung:" -#: src/Properties.vala:601 +#: src/Properties.vala:602 msgid "Original dimensions:" msgstr "Ursprüngliche Größe:" -#: src/Properties.vala:604 +#: src/Properties.vala:605 msgid "Camera make:" msgstr "Kamerahersteller:" -#: src/Properties.vala:607 +#: src/Properties.vala:608 msgid "Camera model:" msgstr "Kameramodell:" -#: src/Properties.vala:610 +#: src/Properties.vala:611 msgid "Flash:" msgstr "Blitz:" -#: src/Properties.vala:612 +#: src/Properties.vala:613 msgid "Focal length:" msgstr "Brennweite:" -#: src/Properties.vala:615 +#: src/Properties.vala:616 msgid "Exposure date:" msgstr "Aufnahmedatum:" -#: src/Properties.vala:618 +#: src/Properties.vala:619 msgid "Exposure time:" msgstr "Belichtungszeit:" -#: src/Properties.vala:621 +#: src/Properties.vala:622 msgid "Exposure bias:" msgstr "Manuelle Belichtungskorrektur:" @@ -5095,61 +5111,61 @@ msgstr "" msgid "Publishing" msgstr "Veröffentlichen" -#: src/Resources.vala:111 src/Resources.vala:116 ui/collection.ui:151 +#: src/Resources.vala:110 src/Resources.vala:115 ui/collection.ui:151 msgid "Rotate" msgstr "Drehen" -#: src/Resources.vala:112 +#: src/Resources.vala:111 msgid "Rotate Right" msgstr "Nach rechts drehen" -#: src/Resources.vala:113 ui/collection.ui:148 +#: src/Resources.vala:112 ui/collection.ui:148 msgid "Rotate the photos right (press Ctrl to rotate left)" msgstr "Fotos nach rechts drehen (Strg zum Drehen nach links drücken)" -#: src/Resources.vala:117 +#: src/Resources.vala:116 msgid "Rotate Left" msgstr "Nach links drehen" -#: src/Resources.vala:118 +#: src/Resources.vala:117 msgid "Rotate the photos left" msgstr "Fotos nach links drehen" -#: src/Resources.vala:121 +#: src/Resources.vala:120 msgid "Flip Horizontally" msgstr "Horizontal spiegeln" -#: src/Resources.vala:124 +#: src/Resources.vala:123 msgid "Flip Vertically" msgstr "Vertikal spiegeln" -#: src/Resources.vala:126 ui/direct.ui:192 ui/events_directory.ui:168 +#: src/Resources.vala:125 ui/direct.ui:192 ui/events_directory.ui:168 #: ui/event.ui:438 ui/faces.ui:448 ui/import_queue.ui:83 ui/import.ui:201 #: ui/manifest_widget.ui:35 ui/media.ui:421 ui/offline.ui:198 ui/photo.ui:405 #: ui/tags.ui:440 ui/trash.ui:207 msgid "_About" msgstr "_Info" -#: src/Resources.vala:127 +#: src/Resources.vala:126 msgid "_Apply" msgstr "_Anwenden" -#: src/Resources.vala:130 ui/direct.ui:44 ui/events_directory.ui:32 +#: src/Resources.vala:129 ui/direct.ui:44 ui/events_directory.ui:32 #: ui/event.ui:47 ui/faces.ui:47 ui/import.ui:40 ui/media.ui:47 #: ui/offline.ui:32 ui/photo.ui:55 ui/tags.ui:47 ui/trash.ui:37 msgid "_Edit" msgstr "_Bearbeiten" -#: src/Resources.vala:131 +#: src/Resources.vala:130 msgid "_Forward" msgstr "_Vor" -#: src/Resources.vala:132 ui/direct.ui:62 ui/events_directory.ui:125 +#: src/Resources.vala:131 ui/direct.ui:62 ui/events_directory.ui:125 #: ui/photo.ui:173 msgid "Fulls_creen" msgstr "Bilds_chirmfüllend" -#: src/Resources.vala:133 ui/direct.ui:174 ui/direct.ui:177 +#: src/Resources.vala:132 ui/direct.ui:174 ui/direct.ui:177 #: ui/events_directory.ui:150 ui/events_directory.ui:153 ui/event.ui:420 #: ui/event.ui:423 ui/faces.ui:430 ui/faces.ui:433 ui/import_queue.ui:65 #: ui/import_queue.ui:68 ui/import.ui:183 ui/import.ui:186 ui/media.ui:403 @@ -5159,404 +5175,404 @@ msgstr "Bilds_chirmfüllend" msgid "_Help" msgstr "_Hilfe" -#: src/Resources.vala:134 +#: src/Resources.vala:133 msgid "Leave _Fullscreen" msgstr "_Vollbild verlassen" -#: src/Resources.vala:135 src/Resources.vala:343 ui/tags.ui:450 +#: src/Resources.vala:134 src/Resources.vala:342 ui/tags.ui:450 msgid "_New" msgstr "_Neu" -#: src/Resources.vala:136 +#: src/Resources.vala:135 msgid "_Next" msgstr "_Nächster" -#: src/Resources.vala:139 src/Resources.vala:288 ui/events_directory.ui:65 +#: src/Resources.vala:138 src/Resources.vala:287 ui/events_directory.ui:65 #: ui/event.ui:93 ui/faces.ui:93 ui/import.ui:68 ui/media.ui:93 #: ui/offline.ui:72 ui/photo.ui:89 ui/tags.ui:93 ui/trash.ui:81 msgid "_Preferences" msgstr "_Einstellungen" -#: src/Resources.vala:140 +#: src/Resources.vala:139 msgid "_Previous" msgstr "_Vorheriger" -#: src/Resources.vala:142 ui/direct.ui:37 ui/events_directory.ui:25 +#: src/Resources.vala:141 ui/direct.ui:37 ui/events_directory.ui:25 #: ui/event.ui:40 ui/faces.ui:40 ui/import_queue.ui:31 ui/import.ui:33 #: ui/media.ui:40 ui/offline.ui:25 ui/photo.ui:48 ui/tags.ui:40 ui/trash.ui:30 msgid "_Quit" msgstr "_Beenden" -#: src/Resources.vala:143 +#: src/Resources.vala:142 msgid "_Refresh" msgstr "_Aktualisieren" -#: src/Resources.vala:145 +#: src/Resources.vala:144 msgid "_Revert" msgstr "_Zurücknehmen" -#: src/Resources.vala:147 +#: src/Resources.vala:146 msgid "Save _As" msgstr "Speichern _unter" -#: src/Resources.vala:148 +#: src/Resources.vala:147 msgid "Sort _Ascending" msgstr "A_ufsteigend sortieren" -#: src/Resources.vala:149 +#: src/Resources.vala:148 msgid "Sort _Descending" msgstr "A_bsteigend sortieren" -#: src/Resources.vala:150 +#: src/Resources.vala:149 msgid "_Stop" msgstr "_Anhalten" -#: src/Resources.vala:151 +#: src/Resources.vala:150 msgid "_Undelete" msgstr "_Löschen rückgängig" -#: src/Resources.vala:152 +#: src/Resources.vala:151 msgid "_Normal Size" msgstr "_Normale Größe" -#: src/Resources.vala:153 +#: src/Resources.vala:152 msgid "Best _Fit" msgstr "_Einpassen" -#: src/Resources.vala:154 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 +#: src/Resources.vala:153 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 #: ui/media.ui:260 ui/photo.ui:144 ui/tags.ui:260 msgid "Zoom _In" msgstr "Ver_größern" -#: src/Resources.vala:155 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 +#: src/Resources.vala:154 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 #: ui/media.ui:265 ui/photo.ui:149 ui/tags.ui:265 msgid "Zoom _Out" msgstr "Ver_kleinern" -#: src/Resources.vala:158 ui/collection.ui:167 +#: src/Resources.vala:157 ui/collection.ui:167 msgid "Enhance" msgstr "Verbessern" -#: src/Resources.vala:159 ui/collection.ui:164 +#: src/Resources.vala:158 ui/collection.ui:164 msgid "Automatically improve the photo’s appearance" msgstr "Automatisch das Aussehen des Fotos verbessern" -#: src/Resources.vala:162 +#: src/Resources.vala:161 msgid "Copy Color Adjustments" msgstr "Farbanpassungen kopieren" -#: src/Resources.vala:163 +#: src/Resources.vala:162 msgid "Copy the color adjustments applied to the photo" msgstr "Die am Foto vorgenommenen Farbanpassungen kopieren" -#: src/Resources.vala:166 +#: src/Resources.vala:165 msgid "Paste Color Adjustments" msgstr "Farbanpassungen einfügen" -#: src/Resources.vala:167 +#: src/Resources.vala:166 msgid "Apply copied color adjustments to the selected photos" msgstr "Die kopierten Farbanpassungen auf die gewählten Fotos anwenden" -#: src/Resources.vala:169 ui/direct.ui:139 ui/photo.ui:228 +#: src/Resources.vala:168 ui/direct.ui:139 ui/photo.ui:228 msgid "_Crop" msgstr "Zus_chneiden" -#: src/Resources.vala:170 +#: src/Resources.vala:169 msgid "Crop" msgstr "Zuschneiden" -#: src/Resources.vala:171 +#: src/Resources.vala:170 msgid "Crop the photo’s size" msgstr "Foto auf eine gewünschte Größe zuschneiden" -#: src/Resources.vala:174 +#: src/Resources.vala:173 msgid "Straighten" msgstr "Ausrichten" -#: src/Resources.vala:175 +#: src/Resources.vala:174 msgid "Straighten the photo" msgstr "Bild begradigen" -#: src/Resources.vala:177 ui/direct.ui:149 ui/photo.ui:238 +#: src/Resources.vala:176 ui/direct.ui:149 ui/photo.ui:238 msgid "_Red-eye" msgstr "_Rote Augen entfernen" -#: src/Resources.vala:178 +#: src/Resources.vala:177 msgid "Red-eye" msgstr "Rote-Augen-Effekt" -#: src/Resources.vala:179 +#: src/Resources.vala:178 msgid "Reduce or eliminate any red-eye effects in the photo" msgstr "Den Rote-Augen-Effekt in diesem Foto vermindern oder beseitigen" -#: src/Resources.vala:181 ui/direct.ui:154 ui/photo.ui:243 +#: src/Resources.vala:180 ui/direct.ui:154 ui/photo.ui:243 msgid "_Adjust" msgstr "_Anpassen" -#: src/Resources.vala:182 +#: src/Resources.vala:181 msgid "Adjust" msgstr "Anpassen" -#: src/Resources.vala:183 +#: src/Resources.vala:182 msgid "Adjust the photo’s color and tone" msgstr "Farbe und Farbton des Fotos anpassen" -#: src/Resources.vala:186 +#: src/Resources.vala:185 msgid "Revert to Original" msgstr "Zurück zum Original" -#: src/Resources.vala:188 +#: src/Resources.vala:187 msgid "Revert External E_dits" msgstr "Externe Veränderungen wi_derrufen" -#: src/Resources.vala:189 +#: src/Resources.vala:188 msgid "Revert to the master photo" msgstr "Zum Ursprungsbild zurückkehren" -#: src/Resources.vala:192 +#: src/Resources.vala:191 msgid "Set selected image to be the new desktop background" msgstr "Das ausgewählte Bild als neues Hintergrundbild festlegen" -#: src/Resources.vala:193 +#: src/Resources.vala:192 msgid "Set as _Desktop Slideshow…" msgstr "Als Hintergrund-Bil_dvorführung setzen …" -#: src/Resources.vala:195 ui/direct.ui:47 ui/events_directory.ui:35 +#: src/Resources.vala:194 ui/direct.ui:47 ui/events_directory.ui:35 #: ui/event.ui:50 ui/faces.ui:50 ui/import.ui:43 ui/media.ui:50 #: ui/offline.ui:35 ui/photo.ui:58 ui/tags.ui:50 ui/trash.ui:40 msgid "_Undo" msgstr "_Rückgängig" -#: src/Resources.vala:196 +#: src/Resources.vala:195 msgid "Undo" msgstr "Rückgängig" -#: src/Resources.vala:198 ui/direct.ui:52 ui/events_directory.ui:40 +#: src/Resources.vala:197 ui/direct.ui:52 ui/events_directory.ui:40 #: ui/event.ui:55 ui/faces.ui:55 ui/import.ui:48 ui/media.ui:55 #: ui/offline.ui:40 ui/photo.ui:63 ui/tags.ui:55 ui/trash.ui:45 msgid "_Redo" msgstr "_Wiederholen" -#: src/Resources.vala:199 +#: src/Resources.vala:198 msgid "Redo" msgstr "Wiederholen" -#: src/Resources.vala:201 ui/events_directory.ui:139 ui/events_directory.ui:181 +#: src/Resources.vala:200 ui/events_directory.ui:139 ui/events_directory.ui:181 #: ui/event.ui:393 ui/event.ui:588 msgid "Re_name Event…" msgstr "Ereignis umbe_nennen …" -#: src/Resources.vala:204 ui/event.ui:373 ui/event.ui:580 +#: src/Resources.vala:203 ui/event.ui:373 ui/event.ui:580 msgid "Make _Key Photo for Event" msgstr "Zum _Schlüsselfoto für dieses Ereignis machen" -#: src/Resources.vala:205 +#: src/Resources.vala:204 msgid "Make Key Photo for Event" msgstr "Zum Schlüsselfoto für dieses Ereignis machen" -#: src/Resources.vala:207 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 +#: src/Resources.vala:206 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 #: ui/tags.ui:376 msgid "_New Event" msgstr "_Neues Ereignis" -#: src/Resources.vala:208 +#: src/Resources.vala:207 msgid "New Event" msgstr "Neues Ereignis" -#: src/Resources.vala:210 +#: src/Resources.vala:209 msgid "Move Photos" msgstr "Fotos verschieben" -#: src/Resources.vala:211 +#: src/Resources.vala:210 msgid "Move photos to an event" msgstr "Fotos in ein Ereignis verschieben" -#: src/Resources.vala:213 ui/events_directory.ui:135 ui/events_directory.ui:177 +#: src/Resources.vala:212 ui/events_directory.ui:135 ui/events_directory.ui:177 msgid "_Merge Events" msgstr "Ereignisse _zusammenführen" -#: src/Resources.vala:214 +#: src/Resources.vala:213 msgid "Merge" msgstr "Zusammenführen" -#: src/Resources.vala:215 +#: src/Resources.vala:214 msgid "Combine events into a single event" msgstr "Mehrere Ereignisse zu einem Einzelereignis zusammenfassen" -#: src/Resources.vala:217 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 +#: src/Resources.vala:216 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 #: ui/faces.ui:286 ui/media.ui:286 ui/photo_context.ui:35 ui/photo.ui:273 #: ui/tags.ui:286 msgid "_Set Rating" msgstr "_Bewerten" -#: src/Resources.vala:218 +#: src/Resources.vala:217 msgid "Set Rating" msgstr "Bewerten" -#: src/Resources.vala:219 +#: src/Resources.vala:218 msgid "Change the rating of your photo" msgstr "Bewertung des Fotos ändern" -#: src/Resources.vala:221 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 +#: src/Resources.vala:220 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 #: ui/faces.ui:326 ui/media.ui:326 ui/photo_context.ui:75 ui/photo.ui:313 #: ui/tags.ui:326 msgid "_Increase" msgstr "_Aufwerten" -#: src/Resources.vala:222 +#: src/Resources.vala:221 msgid "Increase Rating" msgstr "Bewertung erhöhen" -#: src/Resources.vala:224 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 +#: src/Resources.vala:223 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 #: ui/faces.ui:331 ui/media.ui:331 ui/photo_context.ui:80 ui/photo.ui:318 #: ui/tags.ui:331 msgid "_Decrease" msgstr "A_bwerten" -#: src/Resources.vala:225 +#: src/Resources.vala:224 msgid "Decrease Rating" msgstr "Bewertung vermindern" -#: src/Resources.vala:227 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 +#: src/Resources.vala:226 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 #: ui/faces.ui:314 ui/media.ui:314 ui/photo_context.ui:63 ui/photo.ui:301 #: ui/tags.ui:314 msgid "_Unrated" msgstr "_Nicht bewertet" -#: src/Resources.vala:228 +#: src/Resources.vala:227 msgid "Unrated" msgstr "Nicht bewertet" -#: src/Resources.vala:229 +#: src/Resources.vala:228 msgid "Rate Unrated" msgstr "Bewertung entfernen" -#: src/Resources.vala:230 +#: src/Resources.vala:229 msgid "Setting as unrated" msgstr "Bewertung wird entfernt" -#: src/Resources.vala:231 +#: src/Resources.vala:230 msgid "Remove any ratings" msgstr "Alle Bewertungen entfernen" -#: src/Resources.vala:233 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 +#: src/Resources.vala:232 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 #: ui/faces.ui:319 ui/media.ui:319 ui/photo_context.ui:68 ui/photo.ui:306 #: ui/tags.ui:319 msgid "_Rejected" msgstr "A_bgelehnt" -#: src/Resources.vala:234 +#: src/Resources.vala:233 msgid "Rejected" msgstr "Abgelehnt" -#: src/Resources.vala:235 +#: src/Resources.vala:234 msgid "Rate Rejected" msgstr "Ablehnen" -#: src/Resources.vala:236 +#: src/Resources.vala:235 msgid "Setting as rejected" msgstr "Wird als abgelehnt bewertet" -#: src/Resources.vala:237 +#: src/Resources.vala:236 msgid "Set rating to rejected" msgstr "Foto als abgelehnt bewerten" -#: src/Resources.vala:239 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 +#: src/Resources.vala:238 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 #: ui/media.ui:196 ui/offline.ui:153 ui/search_bar.ui:6 ui/tags.ui:196 #: ui/trash.ui:162 msgid "Rejected _Only" msgstr "Nur A_bgelehnte" -#: src/Resources.vala:240 +#: src/Resources.vala:239 msgid "Rejected Only" msgstr "Nur Abgelehnte" -#: src/Resources.vala:241 +#: src/Resources.vala:240 msgid "Show only rejected photos" msgstr "Nur abgelehnte Fotos zeigen" -#: src/Resources.vala:243 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 +#: src/Resources.vala:242 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 #: ui/media.ui:190 ui/offline.ui:147 ui/search_bar.ui:12 ui/tags.ui:190 #: ui/trash.ui:156 msgid "All + _Rejected" msgstr "Alle und A_bgelehnte" -#: src/Resources.vala:244 +#: src/Resources.vala:243 msgctxt "Tooltip" msgid "Show all photos, including rejected" msgstr "Alle Fotos einschließlich abgelehnter anzeigen" -#: src/Resources.vala:246 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 +#: src/Resources.vala:245 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 #: ui/media.ui:184 ui/offline.ui:141 ui/search_bar.ui:18 ui/tags.ui:184 #: ui/trash.ui:150 msgid "_All Photos" msgstr "_Alle Fotos" #. Button tooltip -#: src/Resources.vala:248 +#: src/Resources.vala:247 msgid "Show all photos" msgstr "Alle Fotos anzeigen" -#: src/Resources.vala:250 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 +#: src/Resources.vala:249 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 #: ui/photo.ui:120 ui/tags.ui:144 msgid "_Ratings" msgstr "_Bewertungen" -#: src/Resources.vala:251 +#: src/Resources.vala:250 msgid "Display each photo’s rating" msgstr "Bewertung jedes Fotos anzeigen" -#: src/Resources.vala:253 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 +#: src/Resources.vala:252 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 #: ui/media.ui:151 ui/offline.ui:108 ui/tags.ui:151 ui/trash.ui:117 msgid "_Filter Photos" msgstr "Fotos _filtern" -#: src/Resources.vala:254 +#: src/Resources.vala:253 msgid "Filter Photos" msgstr "Fotos filtern" -#: src/Resources.vala:255 +#: src/Resources.vala:254 msgid "Limit the number of photos displayed based on a filter" msgstr "Angezeigte Fotos anhand eines Filters einschränken" -#: src/Resources.vala:258 +#: src/Resources.vala:257 msgid "Duplicate" msgstr "Duplizieren" -#: src/Resources.vala:259 +#: src/Resources.vala:258 msgid "Make a duplicate of the photo" msgstr "Duplikat dieses Fotos erstellen" -#: src/Resources.vala:261 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 +#: src/Resources.vala:260 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 #: ui/photo.ui:17 ui/tags.ui:17 msgid "_Export…" msgstr "_Exportieren …" -#: src/Resources.vala:263 +#: src/Resources.vala:262 msgid "_Print…" msgstr "_Drucken …" -#: src/Resources.vala:265 +#: src/Resources.vala:264 msgid "Pu_blish…" msgstr "Verö_ffentlichen …" -#: src/Resources.vala:267 ui/collection.ui:189 +#: src/Resources.vala:266 ui/collection.ui:189 msgid "Publish to various websites" msgstr "Das ausgewählte Foto auf verschiedenen Webseiten veröffentlichen" -#: src/Resources.vala:269 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 +#: src/Resources.vala:268 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 #: ui/faces.ui:340 ui/media.ui:340 ui/photo_context.ui:105 ui/photo.ui:327 #: ui/tags.ui:340 msgid "Edit _Title…" msgstr "_Titel bearbeiten …" #. Button label -#: src/Resources.vala:271 +#: src/Resources.vala:270 msgctxt "Button Label" msgid "Edit Title" msgstr "Titel bearbeiten" -#: src/Resources.vala:273 ui/collection.ui:103 ui/events_directory.ui:144 +#: src/Resources.vala:272 ui/collection.ui:103 ui/events_directory.ui:144 #: ui/events_directory.ui:186 ui/event.ui:345 ui/event.ui:398 ui/event.ui:542 #: ui/faces.ui:345 ui/media.ui:345 ui/photo_context.ui:110 ui/photo.ui:332 #: ui/tags.ui:345 @@ -5564,173 +5580,173 @@ msgid "Edit _Comment…" msgstr "_Kommentar bearbeiten …" #. Button label -#: src/Resources.vala:275 +#: src/Resources.vala:274 msgid "Edit Comment" msgstr "Kommentar bearbeiten" -#: src/Resources.vala:277 ui/event.ui:592 +#: src/Resources.vala:276 ui/event.ui:592 msgid "Edit Event _Comment…" msgstr "_Kommentar des Ereignisses bearbeiten …" -#: src/Resources.vala:280 ui/direct.ui:167 ui/photo.ui:337 +#: src/Resources.vala:279 ui/direct.ui:167 ui/photo.ui:337 msgid "_Adjust Date and Time…" msgstr "Datum und Zeit _anpassen …" -#: src/Resources.vala:281 +#: src/Resources.vala:280 msgid "Adjust Date and Time" msgstr "Datum und Zeit anpassen" -#: src/Resources.vala:283 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 +#: src/Resources.vala:282 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 #: ui/faces.ui:390 ui/media.ui:390 ui/photo.ui:375 ui/tags.ui:390 msgid "Add _Tags…" msgstr "Stichwor_te hinzufügen …" -#: src/Resources.vala:284 ui/photo_context.ui:17 +#: src/Resources.vala:283 ui/photo_context.ui:17 msgid "_Add Tags…" msgstr "Stich_worte hinzufügen …" #. Dialog title -#: src/Resources.vala:286 +#: src/Resources.vala:285 msgctxt "Dialog Title" msgid "Add Tags" msgstr "Stichworte hinzufügen" -#: src/Resources.vala:295 ui/photo_context.ui:135 +#: src/Resources.vala:294 ui/photo_context.ui:135 msgid "Send T_o…" msgstr "Senden a_n …" -#: src/Resources.vala:297 +#: src/Resources.vala:296 msgid "_Find…" msgstr "_Suchen …" -#: src/Resources.vala:298 ui/collection.ui:217 ui/offline.ui:239 +#: src/Resources.vala:297 ui/collection.ui:217 ui/offline.ui:239 #: ui/trash.ui:312 msgid "Find" msgstr "Suchen" -#: src/Resources.vala:299 ui/collection.ui:214 ui/offline.ui:236 +#: src/Resources.vala:298 ui/collection.ui:214 ui/offline.ui:236 #: ui/trash.ui:309 msgid "Find an image by typing text that appears in its name or tags" msgstr "" "Ein Bild durch Eingabe von Text suchen, der im Namen oder in den Stichworten " "enthalten ist" -#: src/Resources.vala:301 +#: src/Resources.vala:300 msgid "_Flag" msgstr "_Markieren" -#: src/Resources.vala:303 +#: src/Resources.vala:302 msgid "Un_flag" msgstr "Markierung au_fheben" -#: src/Resources.vala:307 +#: src/Resources.vala:306 msgid "Mark faces of people in the photo" msgstr "Gesichter von Menschen im Foto markieren" -#: src/Resources.vala:308 +#: src/Resources.vala:307 msgid "Modify Faces" msgstr "Gesichter ändern" -#: src/Resources.vala:309 +#: src/Resources.vala:308 msgid "Delete Face" msgstr "Gesichtsmarkierung entfernen" -#: src/Resources.vala:311 src/Resources.vala:353 ui/tags.ui:456 +#: src/Resources.vala:310 src/Resources.vala:352 ui/tags.ui:456 msgid "_Rename…" msgstr "_Umbenennen …" -#: src/Resources.vala:315 +#: src/Resources.vala:314 #, c-format msgid "Unable to launch editor: %s" msgstr "Editor kann nicht gestartet werden: %s" -#: src/Resources.vala:320 +#: src/Resources.vala:319 #, c-format msgid "Add Tag “%s”" msgstr "Stichwort »%s« hinzufügen" #. Used when adding two tags to photo(s) -#: src/Resources.vala:323 +#: src/Resources.vala:322 #, c-format msgid "Add Tags “%s” and “%s”" msgstr "Stichworte »%s« und »%s« hinzufügen" #. Undo/Redo command name (in Edit menu) -#: src/Resources.vala:328 +#: src/Resources.vala:327 msgctxt "UndoRedo menu entry" msgid "Add Tags" msgstr "Stichworte hinzufügen" -#: src/Resources.vala:333 +#: src/Resources.vala:332 #, c-format msgid "_Delete Tag “%s”" msgstr "Stichwort »%s« _entfernen" -#: src/Resources.vala:337 +#: src/Resources.vala:336 #, c-format msgid "Delete Tag “%s”" msgstr "Stichwort »%s« entfernen" -#: src/Resources.vala:340 +#: src/Resources.vala:339 msgid "Delete Tag" msgstr "Stichwort entfernen" -#: src/Resources.vala:346 +#: src/Resources.vala:345 #, c-format msgid "Re_name Tag “%s”…" msgstr "Stichwort »%s« _umbenennen …" -#: src/Resources.vala:350 +#: src/Resources.vala:349 #, c-format msgid "Rename Tag “%s” to “%s”" msgstr "Stichwort »%s« zu »%s« umbenennen" -#: src/Resources.vala:355 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 +#: src/Resources.vala:354 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 #: ui/faces.ui:395 ui/media.ui:395 ui/photo_context.ui:22 ui/photo.ui:380 #: ui/tags.ui:395 msgid "Modif_y Tags…" msgstr "Stichworte _ändern …" -#: src/Resources.vala:356 +#: src/Resources.vala:355 msgid "Modify Tags" msgstr "Stichworte ändern" -#: src/Resources.vala:359 +#: src/Resources.vala:358 #, c-format msgid "Tag Photo as “%s”" msgid_plural "Tag Photos as “%s”" msgstr[0] "Foto mit Stichwort »%s« versehen" msgstr[1] "Fotos mit Stichwort »%s« versehen" -#: src/Resources.vala:365 +#: src/Resources.vala:364 #, c-format msgid "Tag the selected photo as “%s”" msgid_plural "Tag the selected photos as “%s”" msgstr[0] "Ausgewähltes Foto mit Stichwort »%s« versehen" msgstr[1] "Ausgewählte Fotos mit Stichwort »%s« versehen" -#: src/Resources.vala:371 +#: src/Resources.vala:370 #, c-format msgid "Remove Tag “%s” From _Photo" msgid_plural "Remove Tag “%s” From _Photos" msgstr[0] "Stichwort »%s« von _Foto entfernen" msgstr[1] "Stichwort »%s« von _Fotos entfernen" -#: src/Resources.vala:377 +#: src/Resources.vala:376 #, c-format msgid "Remove Tag “%s” From Photo" msgid_plural "Remove Tag “%s” From Photos" msgstr[0] "Stichwort »%s« von Foto entfernen" msgstr[1] "Stichwort »%s« von Fotos entfernen" -#: src/Resources.vala:383 +#: src/Resources.vala:382 #, c-format msgid "Unable to rename tag to “%s” because the tag already exists." msgstr "" "Stichwort kann nicht zu »%s« umbenannt werden, weil ein entsprechendes " "Stichwort bereits vorhanden ist." -#: src/Resources.vala:387 +#: src/Resources.vala:386 #, c-format msgid "Unable to rename search to “%s” because the search already exists." msgstr "" @@ -5738,165 +5754,165 @@ msgstr "" "vorhanden ist." #. Saved search button -#: src/Resources.vala:390 src/SearchFilter.vala:1146 +#: src/Resources.vala:389 src/SearchFilter.vala:1146 msgid "Saved Search" msgstr "Gespeicherte Suche" -#: src/Resources.vala:392 +#: src/Resources.vala:391 msgid "Delete Search" msgstr "Suche löschen" -#: src/Resources.vala:395 ui/savedsearch.ui:10 +#: src/Resources.vala:394 ui/savedsearch.ui:10 msgid "_Edit…" msgstr "_Bearbeiten …" -#: src/Resources.vala:396 ui/savedsearch.ui:6 +#: src/Resources.vala:395 ui/savedsearch.ui:6 msgid "Re_name…" msgstr "_Umbenennen …" -#: src/Resources.vala:399 +#: src/Resources.vala:398 #, c-format msgid "Rename Search “%s” to “%s”" msgstr "Suche »%s« zu »%s« umbenennen" -#: src/Resources.vala:403 +#: src/Resources.vala:402 #, c-format msgid "Delete Search “%s”" msgstr "Suche »%s« löschen" -#: src/Resources.vala:408 +#: src/Resources.vala:407 #, c-format msgid "Unable to rename face to “%s” because the face already exists." msgstr "" "Gesichtsmarkierung kann nicht zu »%s« umbenannt werden, weil eine " "entsprechende Gesichtsmarkierung bereits vorhanden ist." -#: src/Resources.vala:412 +#: src/Resources.vala:411 #, c-format msgid "Remove Face “%s” From _Photo" msgid_plural "Remove Face “%s” From _Photos" msgstr[0] "Gesichtsmarkierung »%s« von _Foto entfernen" msgstr[1] "Gesichtsmarkierung »%s« von _Fotos entfernen" -#: src/Resources.vala:417 +#: src/Resources.vala:416 #, c-format msgid "Remove Face “%s” From Photo" msgid_plural "Remove Face “%s” From Photos" msgstr[0] "Gesichtsmarkierung »%s« von Foto entfernen" msgstr[1] "Gesichtsmarkierung »%s« von Fotos entfernen" -#: src/Resources.vala:422 +#: src/Resources.vala:421 #, c-format msgid "Re_name Face “%s”…" msgstr "Gesichtsmarkierung »%s« _umbenennen …" -#: src/Resources.vala:426 +#: src/Resources.vala:425 #, c-format msgid "Rename Face “%s” to “%s”" msgstr "Gesichtsmarkierung »%s« zu »%s« umbenennen" -#: src/Resources.vala:430 +#: src/Resources.vala:429 #, c-format msgid "_Delete Face “%s”" msgstr "Gesichtsmarkierung »%s« _entfernen" -#: src/Resources.vala:434 +#: src/Resources.vala:433 #, c-format msgid "Delete Face “%s”" msgstr "Gesichtsmarkierung »%s« entfernen" -#: src/Resources.vala:636 +#: src/Resources.vala:663 #, c-format msgid "Rate %s" msgstr "%s bewerten" -#: src/Resources.vala:637 +#: src/Resources.vala:664 #, c-format msgid "Set rating to %s" msgstr "Mit %s bewerten" -#: src/Resources.vala:638 +#: src/Resources.vala:665 #, c-format msgid "Setting rating to %s" msgstr "Wird mit %s bewertet" -#: src/Resources.vala:640 +#: src/Resources.vala:667 #, c-format msgid "Display %s" msgstr "%s anzeigen" -#: src/Resources.vala:641 +#: src/Resources.vala:668 #, c-format msgid "Only show photos with a rating of %s" msgstr "Nur Fotos mit einer Bewertung von %s anzeigen" -#: src/Resources.vala:642 +#: src/Resources.vala:669 #, c-format msgid "%s or Better" msgstr "%s oder besser" -#: src/Resources.vala:643 +#: src/Resources.vala:670 #, c-format msgid "Display %s or Better" msgstr "%s oder besser anzeigen" -#: src/Resources.vala:644 +#: src/Resources.vala:671 #, c-format msgid "Only show photos with a rating of %s or better" msgstr "Nur Fotos mit einer Bewertung von %s oder besser anzeigen" -#: src/Resources.vala:735 ui/trash.ui:255 +#: src/Resources.vala:762 ui/trash.ui:255 msgid "Remove the selected photos from the trash" msgstr "Ausgewählte Fotos aus dem Papierkorb entfernen" -#: src/Resources.vala:736 ui/offline.ui:221 +#: src/Resources.vala:763 ui/offline.ui:221 msgid "Remove the selected photos from the library" msgstr "Die ausgewählten Fotos aus der Bibliothek entfernen" -#: src/Resources.vala:738 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 +#: src/Resources.vala:765 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 msgid "_Restore" msgstr "_Wiederherstellen" -#: src/Resources.vala:739 ui/trash.ui:270 +#: src/Resources.vala:766 ui/trash.ui:270 msgid "Move the selected photos back into the library" msgstr "Die ausgewählten Bilder zurück in die Bibliothek verschieben" -#: src/Resources.vala:741 ui/collection.ui:123 ui/direct_context.ui:18 +#: src/Resources.vala:768 ui/collection.ui:123 ui/direct_context.ui:18 #: ui/direct.ui:30 ui/event.ui:27 ui/event.ui:562 ui/faces.ui:27 ui/media.ui:27 #: ui/photo_context.ui:130 ui/photo.ui:35 ui/tags.ui:27 ui/trash.ui:19 #: ui/trash.ui:227 msgid "Show in File Mana_ger" msgstr "Mit der Dateiverwaltun_g öffnen" -#: src/Resources.vala:742 +#: src/Resources.vala:769 msgid "Open the selected photo’s directory in the file manager" msgstr "" "Den Speicherordner des ausgewählten Fotos in der Dateiverwaltung öffnen" -#: src/Resources.vala:745 +#: src/Resources.vala:772 #, c-format msgid "Unable to open in file manager: %s" msgstr "Speicherort konnte nicht in der Dateiverwaltung geöffnet werden: %s" -#: src/Resources.vala:748 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 +#: src/Resources.vala:775 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 #: ui/offline.ui:58 ui/offline.ui:207 ui/offline.ui:224 ui/photo.ui:77 #: ui/tags.ui:74 msgid "R_emove From Library" msgstr "Aus Bibliothek _entfernen" -#: src/Resources.vala:750 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 +#: src/Resources.vala:777 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 #: ui/faces.ui:79 ui/media.ui:79 ui/photo_context.ui:141 ui/photo.ui:82 #: ui/tags.ui:79 msgid "_Move to Trash" msgstr "In den _Papierkorb verschieben" -#: src/Resources.vala:752 ui/events_directory.ui:58 ui/event.ui:86 +#: src/Resources.vala:779 ui/events_directory.ui:58 ui/event.ui:86 #: ui/faces.ui:86 ui/import.ui:61 ui/media.ui:86 ui/offline.ui:65 ui/tags.ui:86 #: ui/trash.ui:74 msgid "Select _All" msgstr "_Alle auswählen" -#: src/Resources.vala:753 +#: src/Resources.vala:780 msgid "Select all items" msgstr "Alle auswählen" @@ -5909,14 +5925,14 @@ msgstr "Alle auswählen" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format #. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:814 +#: src/Resources.vala:841 msgid "%a %b %d, %Y" msgstr "%a %d. %b, %Y" #. / Locale-specific starting date format for multi-date strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:819 +#: src/Resources.vala:846 msgctxt "MultidayFormat" msgid "%a %b %d" msgstr "%a %b %d" @@ -5924,7 +5940,7 @@ msgstr "%a %b %d" #. / Locale-specific ending date format for multi-date strings, #. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:824 +#: src/Resources.vala:851 msgctxt "MultidayFormat" msgid "%d, %Y" msgstr "%d, %Y" @@ -5932,7 +5948,7 @@ msgstr "%d, %Y" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:829 +#: src/Resources.vala:856 msgctxt "MultimonthFormat" msgid "%a %b %d" msgstr "%a %d %b" @@ -5940,7 +5956,7 @@ msgstr "%a %d %b" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Mon Apr 06, 2006" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:834 +#: src/Resources.vala:861 msgctxt "MultimonthFormat" msgid "%a %b %d, %Y" msgstr "%a %d. %b, %Y" @@ -6699,3 +6715,49 @@ msgstr "Beschriftung" #: ui/trash.ui:285 msgid "Delete all photos in the trash" msgstr "Alle Fotos im Papierkorb löschen" + +#~ msgid "" +#~ "The OAuth token used to refresh the Picasa Web Albums session for the " +#~ "currently logged in user, if any." +#~ msgstr "" +#~ "Der OAuth-Token, der beim Auffrischen der Picasa-Web-Album-Sitzung des " +#~ "aktuell angemeldeten Benutzers verwendet wird, soweit vorhanden." + +#~ msgid "" +#~ "Whether images being uploaded to Picasa should have their metadata " +#~ "removed first" +#~ msgstr "" +#~ "Legt fest, ob Metadaten vor dem Hochladen zu Picasa entfernt werden sollen" + +#~ msgid "enable picasa publishing plugin" +#~ msgstr "Picasa-Veröffentlichungs-Plugin aktivieren" + +#~ msgid "" +#~ "True if the Picasa Web Albums publishing plugin is enabled, false " +#~ "otherwise" +#~ msgstr "" +#~ "Legt fest, ob das Picasa-Webalben-Veröffentlichungs-Plugin aktiviert ist " +#~ "oder nicht" + +#~ msgid "" +#~ "You are not currently logged into Picasa Web Albums.\n" +#~ "\n" +#~ "Click Log in to log into Picasa Web Albums in your Web browser. You will " +#~ "have to authorize Shotwell Connect to link to your Picasa Web Albums " +#~ "account." +#~ msgstr "" +#~ "Sie sind zur Zeit nicht bei Picasa Webalben angemeldet.\n" +#~ "\n" +#~ "Klicken Sie auf »Anmelden«, um sich in Ihrem Webbrowser bei Picasa " +#~ "Webalben anzumelden. Sie müssen Shotwell Connect gestatten, sich mit " +#~ "Ihrem Konto bei Picasa Webalben zu verbinden." + +#~ msgid "" +#~ "A file required for publishing is unavailable. Publishing to Picasa can’t " +#~ "continue." +#~ msgstr "" +#~ "Eine Datei, die veröffentlicht werden soll, ist nicht verfügbar. Die " +#~ "Veröffentlichung auf Picasa ist nicht möglich." + +#~ msgid "You are logged into Picasa Web Albums as %s." +#~ msgstr "Sie sind bei Picasa Webalben als %s angemeldet." diff --git a/po/es.po b/po/es.po index af29255..fc2dcfc 100644 --- a/po/es.po +++ b/po/es.po @@ -23,14 +23,14 @@ # # # -# Daniel Mustieles , 2014-2017, 2018. +# Daniel Mustieles , 2014-2019. # msgid "" msgstr "" "Project-Id-Version: shotwell-0.15\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/shotwell/issues\n" -"POT-Creation-Date: 2018-06-16 10:58+0000\n" -"PO-Revision-Date: 2018-06-22 11:50+0200\n" +"POT-Creation-Date: 2019-02-19 15:05+0000\n" +"PO-Revision-Date: 2019-02-19 16:09+0100\n" "Last-Translator: Daniel Mustieles \n" "Language-Team: es \n" "Language: es\n" @@ -38,7 +38,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Gtranslator 2.91.6\n" +"X-Generator: Gtranslator 3.31.90\n" #: misc/shotwell.appdata.xml.in:8 misc/shotwell.desktop.in:4 #: plugins/shotwell-publishing-extras/GalleryConnector.vala:115 @@ -71,16 +71,16 @@ msgstr "" #: misc/shotwell.appdata.xml.in:18 msgid "" "When ready, Shotwell can upload your photos to various web sites, such as " -"Facebook, Flickr, Picasa (Google Plus), and more." +"Facebook, Flickr, Google Photos, and more." msgstr "" "Cuando esté preparado, Shotwell puede subir sus fotos a varios sitios web, " -"tales como Facebook, Flickr, Picasa (Google Plus) y más" +"tales como Facebook, Flickr, Google Photos y más" #: misc/shotwell.appdata.xml.in:22 msgid "Shotwell supports JPEG, PNG, TIFF, and a variety of RAW file formats." msgstr "Shotwell soporta JPEG, PNG, TIFF, y varios formatos de archivos RAW." -#: misc/shotwell.appdata.xml.in:52 +#: misc/shotwell.appdata.xml.in:53 msgid "The Shotwell developers" msgstr "Los desarrolladores de Shotwell" @@ -947,19 +947,19 @@ msgstr "actualizar testigo" #: misc/org.yorba.shotwell.gschema.xml:493 msgid "" -"The OAuth token used to refresh the Picasa Web Albums session for the " -"currently logged in user, if any." +"The OAuth token used to refresh the Google Photos session for the currently " +"logged in user, if any." msgstr "" -"El testigo OAuth utilizado para actualizar la sesión de álbumes web de " -"Picasa para el usuario que actualmente ha iniciado sesión, si existe" +"El testigo OAuth usado para actualizar la sesión de Google Photos para el " +"usuario que ha iniciado sesión actualmente, si existe." #: misc/org.yorba.shotwell.gschema.xml:499 msgid "" -"A numeric code representing the default size for photos uploaded to Picasa " -"Web Albums" +"A numeric code representing the default size for photos uploaded to Google " +"Photos Albums" msgstr "" "Un código numérico que representa el tamaño predeterminado de las fotos " -"subidas a álbumes web Picasa" +"subidas a álbumes web de Google Photos" #: misc/org.yorba.shotwell.gschema.xml:504 #: misc/org.yorba.shotwell.gschema.xml:598 @@ -974,11 +974,11 @@ msgstr "" #: misc/org.yorba.shotwell.gschema.xml:511 msgid "" -"Whether images being uploaded to Picasa should have their metadata removed " -"first" +"Whether images being uploaded to Google Photos should have their metadata " +"removed first" msgstr "" "Indica si se deben eliminar los metadatos antes de subir las imágenes a " -"Picasa" +"Google Photos" #: misc/org.yorba.shotwell.gschema.xml:518 msgid "Piwigo URL" @@ -1266,14 +1266,13 @@ msgstr "" "otro caso" #: misc/org.yorba.shotwell.gschema.xml:726 -msgid "enable picasa publishing plugin" -msgstr "activar complemento de publicación en Picasa" +msgid "enable Google Photos publishing plugin" +msgstr "activar complemento de publicación en Google Photos" #: misc/org.yorba.shotwell.gschema.xml:727 -msgid "" -"True if the Picasa Web Albums publishing plugin is enabled, false otherwise" +msgid "True if the Google Photos publishing plugin is enabled, false otherwise" msgstr "" -"Cierto si el complemento de publicación en álbumes web Picasa está activado, " +"Cierto si el complemento de publicación en Google Photos está activado, " "falso en otro caso" #: misc/org.yorba.shotwell.gschema.xml:732 @@ -1498,19 +1497,19 @@ msgstr "" "Tendrá que autorizar a Shotwell Connect para que se enlace a su cuenta de " "Flickr." -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:124 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:126 msgid "Preparing for login…" msgstr "Preparándose para iniciar sesión…" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:193 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:195 msgid "Flickr authorization failed" msgstr "Falló la autorización de Flickr" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:200 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:202 msgid "Verifying authorization…" msgstr "Comprobando la autorización…" -#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:137 +#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:138 msgid "" "You have already logged in and out of a Google service during this Shotwell " "session.\n" @@ -1524,19 +1523,6 @@ msgstr "" #: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:32 msgid "" -"You are not currently logged into Picasa Web Albums.\n" -"\n" -"Click Log in to log into Picasa Web Albums in your Web browser. You will " -"have to authorize Shotwell Connect to link to your Picasa Web Albums account." -msgstr "" -"Actualmente no ha iniciado sesión en Álbumes web de Picasa.\n" -"\n" -"Pulse Iniciar sesión para identificarse en Álbumes web de Picasa en su " -"navegador web. Tendrá que autorizar a Shotwell Connect para que se enlace a " -"su cuenta de Álbumes web de Picasa." - -#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:35 -msgid "" "You are not currently logged into YouTube.\n" "\n" "You must have already signed up for a Google account and set it up for use " @@ -1550,6 +1536,23 @@ msgstr "" "el uso de su navegador para registrarse en el sitio de YouTube al menos una " "vez." +#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:36 +msgid "" +"You are not currently logged into Google Photos.\n" +"\n" +"You must have already signed up for a Google account and set it up for use " +"with Google Photos.\n" +"\n" +"You will have to authorize Shotwell to link to your Google Photos account." +msgstr "" +"No ha iniciado sesión en Google Photos.\n" +"\n" +"Debe haber registrado una cuenta de Google y configurarla para utilizarla " +"con Google Photos.\n" +"\n" +"Necesitará autorizar a Shotwell para poder asociarlo a su cuenta de Google " +"Photos." + #: plugins/authenticator/shotwell/tumblr_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/rajce_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/RajcePublishing.vala:892 @@ -1576,12 +1579,12 @@ msgstr "" "Escriba el nombre de usuario y contraseña asociados con su cuenta de Tumblr." #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:26 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1081 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1084 msgid "Username and/or password invalid. Please try again" msgstr "Usuario y/o contraseña no válidos. Inténtelo de nuevo" #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:53 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1117 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1120 msgid "Invalid User Name or Password" msgstr "Nombre de usuario o contraseña no válidos" @@ -1606,7 +1609,7 @@ msgstr "" "José Luis Navarro " #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:217 +#: plugins/common/RESTSupport.vala:220 msgid "" "⚫ This website presented identification that belongs to a different website." msgstr "" @@ -1614,7 +1617,7 @@ msgstr "" "diferente." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:222 +#: plugins/common/RESTSupport.vala:225 msgid "" "⚫ This website’s identification is too old to trust. Check the date on your " "computer’s calendar." @@ -1623,7 +1626,7 @@ msgstr "" "confiar. Compruebe la fecha en el calendario de su equipo." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:227 +#: plugins/common/RESTSupport.vala:230 msgid "" "⚫ This website’s identification was not issued by a trusted organization." msgstr "" @@ -1631,7 +1634,7 @@ msgstr "" "organización de confianza." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:232 +#: plugins/common/RESTSupport.vala:235 msgid "" "⚫ This website’s identification could not be processed. It may be corrupted." msgstr "" @@ -1639,7 +1642,7 @@ msgstr "" "dañada." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:237 +#: plugins/common/RESTSupport.vala:240 msgid "" "⚫ This website’s identification has been revoked by the trusted organization " "that issued it." @@ -1648,7 +1651,7 @@ msgstr "" "de confianza que la emitió." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:242 +#: plugins/common/RESTSupport.vala:245 msgid "" "⚫ This website’s identification cannot be trusted because it uses very weak " "encryption." @@ -1657,7 +1660,7 @@ msgstr "" "un cifrado muy débil." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:247 +#: plugins/common/RESTSupport.vala:250 msgid "" "⚫ This website’s identification is only valid for future dates. Check the " "date on your computer’s calendar." @@ -1665,7 +1668,7 @@ msgstr "" "⚫ La identificación de este sitio web sólo es válida para fechas futuras. " "Compruebe la fecha en el calendario de su equipo." -#: plugins/common/RESTSupport.vala:524 +#: plugins/common/RESTSupport.vala:539 #: plugins/shotwell-publishing/TumblrPublishing.vala:623 msgid "A temporary file needed for publishing is unavailable" msgstr "No está disponible un archivo temporal necesario para la publicación" @@ -1721,7 +1724,7 @@ msgstr "píxeles" #: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:158 #: plugins/shotwell-publishing/FlickrPublishing.vala:687 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1309 #: src/Dimensions.vala:17 msgid "Original size" msgstr "Tamaño original" @@ -1737,7 +1740,7 @@ msgstr "Borde más largo" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:145 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:177 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:125 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:142 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:181 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:105 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:99 msgid "_Logout" @@ -1749,7 +1752,7 @@ msgstr "Cerrar _sesión" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:159 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:192 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:141 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:156 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:195 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:121 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:115 #: src/CollectionPage.vala:82 src/PhotoPage.vala:2492 @@ -1901,7 +1904,7 @@ msgid "You are logged into Rajce as %s." msgstr "Ha iniciado sesión en Rajce como %s." #: plugins/shotwell-publishing-extras/RajcePublishing.vala:1014 -#: plugins/shotwell-publishing/PicasaPublishing.vala:571 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:69 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:20 msgid "Photos will appear in:" msgstr "Las fotos aparecen en:" @@ -1971,7 +1974,7 @@ msgstr "Vídeos y álbumes de fotos nuevos _visibles para:" #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:155 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:92 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:59 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:75 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:203 msgid "" "_Remove location, camera, and other identifying information before uploading" @@ -1979,15 +1982,14 @@ msgstr "_Quitar ubicación, cámara y otra información antes de subir" #: plugins/shotwell-publishing/FacebookPublishing.vala:33 #: plugins/shotwell-publishing/FlickrPublishing.vala:33 -#: plugins/shotwell-publishing/PicasaPublishing.vala:33 #: plugins/shotwell-publishing/PiwigoPublishing.vala:33 #: plugins/shotwell-publishing/YouTubePublishing.vala:33 src/Resources.vala:27 msgid "Copyright 2016 Software Freedom Conservancy Inc." msgstr "Copyright 2016 Software Freedom Conservancy Inc." #: plugins/shotwell-publishing/FacebookPublishing.vala:61 -#: plugins/shotwell-publishing/PicasaPublishing.vala:58 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1188 +#: plugins/shotwell-publishing/PhotosPublisher.vala:9 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1191 msgid "Shotwell Connect" msgstr "Shotwell Connect" @@ -2031,12 +2033,13 @@ msgstr "Solo yo" #: plugins/shotwell-publishing/FacebookPublishing.vala:889 #: plugins/shotwell-publishing/FlickrPublishing.vala:661 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1290 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 msgid "Everyone" msgstr "Todos" #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:61 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:59 +#| msgid "Photo _size" msgid "Photo _size:" msgstr "_Tamaño de la foto:" @@ -2072,14 +2075,17 @@ msgid "Your Flickr Pro account entitles you to unlimited uploads." msgstr "Su cuenta de Flickr Pro le permite subidas ilimitadas." #: plugins/shotwell-publishing/FlickrPublishing.vala:616 +#| msgid "Photos _visible to" msgid "Photos _visible to:" msgstr "Fotos _visibles para:" #: plugins/shotwell-publishing/FlickrPublishing.vala:618 +#| msgid "Videos _visible to" msgid "Videos _visible to:" msgstr "Vídeos _visibles para:" #: plugins/shotwell-publishing/FlickrPublishing.vala:621 +#| msgid "Photos and videos _visible to" msgid "Photos and videos _visible to:" msgstr "Fotos y vídeos _visibles para:" @@ -2096,78 +2102,90 @@ msgid "Friends only" msgstr "Solo amigos" #: plugins/shotwell-publishing/FlickrPublishing.vala:683 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1302 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 #: plugins/shotwell-publishing/TumblrPublishing.vala:103 msgid "500 × 375 pixels" msgstr "500 × 375 píxeles" #: plugins/shotwell-publishing/FlickrPublishing.vala:684 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1303 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 #: plugins/shotwell-publishing/TumblrPublishing.vala:104 msgid "1024 × 768 pixels" msgstr "1024 × 768 píxeles" #: plugins/shotwell-publishing/FlickrPublishing.vala:685 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1304 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1307 msgid "2048 × 1536 pixels" msgstr "2048 × 1536 píxeles" #: plugins/shotwell-publishing/FlickrPublishing.vala:686 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1308 msgid "4096 × 3072 pixels" msgstr "4096 × 3072 píxeles" -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:93 -msgid "Photo _size preset:" -msgstr "_Tamaño de foto predefinido:" - -#. Add album that will push to the default feed for all the new users -#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) -#. or the new "Default album" album for Google Photos -#: plugins/shotwell-publishing/PicasaPublishing.vala:96 -#: plugins/shotwell-publishing/PicasaPublishing.vala:630 -msgid "Default album" -msgstr "Álbum predeterminado" - -#: plugins/shotwell-publishing/PicasaPublishing.vala:291 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:66 msgid "" -"A file required for publishing is unavailable. Publishing to Picasa can’t " -"continue." +"Shotwell can only publish into albums that it created by itself, so this " +"list might be empty despite the fact that you already have albums in your " +"Google Photos account" msgstr "" -"No está disponible un archivo necesario para publicar. La publicación en " -"Picasa no puede continuar." +"Shotwell sólo puede publicar en álbumes que ha creado él mismo, por lo que " +"la lista puede estar vacía a pesar de que tenga álbumes en su cuenta de " +"Google Photos." -#. populate any widgets whose contents are programmatically-generated. -#: plugins/shotwell-publishing/PicasaPublishing.vala:560 -#, c-format -msgid "You are logged into Picasa Web Albums as %s." -msgstr "Ha iniciado sesión en Álbumes web de Picasa como %s." +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:96 +msgid "Photo _size preset" +msgstr "_Tamaño de foto predefinido" -#: plugins/shotwell-publishing/PicasaPublishing.vala:566 -msgid "Videos will appear in:" -msgstr "Los vídeos aparecerán en:" +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:117 +msgid "An existing album" +msgstr "Un álbum existente" + +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:132 +msgid "A new album named" +msgstr "Un álbum nuevo llamado" -#: plugins/shotwell-publishing/PicasaPublishing.vala:610 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:17 msgid "Small (640 × 480 pixels)" msgstr "Pequeño (640 × 480 píxeles)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:611 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:18 msgid "Medium (1024 × 768 pixels)" msgstr "Mediano (1024 × 768 píxeles)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:612 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:19 msgid "Recommended (1600 × 1200 pixels)" msgstr "Recomendado (1600 × 1200 píxeles)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:613 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:20 msgid "Google+ (2048 × 1536 pixels)" msgstr "Google+ (2048 × 1536 píxeles)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:614 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:21 #: src/editing_tools/EditingTools.vala:735 msgid "Original Size" msgstr "Tamaño original" +#. populate any widgets whose contents are programmatically-generated. +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:59 +#, c-format +msgid "You are logged into Google Photos as %s." +msgstr "Ha iniciado sesión en Google Photos como %s." + +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:64 +msgid "Videos will appear in:" +msgstr "Los vídeos aparecerán en:" + +#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) +#. or the new "Default album" album for Google Photos +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:105 +msgid "Default album" +msgstr "Álbum predeterminado" + +#: plugins/shotwell-publishing/PhotosService.vala:36 +msgid "Copyright 2019 Jens Georg " +msgstr "Copyright 2019 Jens Georg " + #: plugins/shotwell-publishing/piwigo_authentication_pane.ui:44 msgid "_URL of your Piwigo photo library" msgstr "_URL de su biblioteca de fotos Piwigo" @@ -2219,7 +2237,7 @@ msgid "Logout" msgstr "Salir" #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:268 -#: src/Resources.vala:266 ui/collection.ui:192 +#: src/Resources.vala:265 ui/collection.ui:192 msgid "Publish" msgstr "Publicar" @@ -2228,12 +2246,12 @@ msgstr "Publicar" msgid "Creating album %s…" msgstr "Creando el álbum %s…" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:946 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:949 msgid "An error message occurred when publishing to Piwigo. Please try again." msgstr "Ocurrió un error al publicar en Piwigo. Inténtelo de nuevo." #. %s is the host name that we tried to connect to -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1030 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1033 #, c-format msgid "" "This does not look like the real %s. Attackers might be trying to " @@ -2244,18 +2262,18 @@ msgstr "" "robar o alterar la información que entra o sale de este sitio (por ejemplo, " "mensajes privados, información de tarjetas de crédito o contraseñas)." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1048 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 #, c-format msgid "Certificate of %s" msgstr "Certificado de %s" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 -#: src/Resources.vala:137 ui/multitextentrydialog.ui:40 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1054 +#: src/Resources.vala:136 ui/multitextentrydialog.ui:40 #: ui/slideshow_settings.ui:52 msgid "_OK" msgstr "_Aceptar" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1079 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1082 msgid "" "Enter the URL of your Piwigo photo library as well as the username and " "password associated with your Piwigo account for that library." @@ -2263,7 +2281,7 @@ msgstr "" "Escriba el URL de su colección fotográfica de Piwigo, así como el nombre de " "usuario y contraseña asociados a esa colección." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1080 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1083 msgid "" "Shotwell cannot contact your Piwigo photo library. Please verify the URL you " "entered" @@ -2271,23 +2289,23 @@ msgstr "" "Shotwell no puede contactar su colección de fotos de Piwigo. Compruebe la " "URL que ha introducido" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1112 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1115 msgid "Invalid URL" msgstr "URL no válida" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1291 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 msgid "Admins, Family, Friends, Contacts" msgstr "Administradores, Familia, Amigos, Contactos" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1292 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1295 msgid "Admins, Family, Friends" msgstr "Administradores, Familia, Amigos" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1296 msgid "Admins, Family" msgstr "Administradores, Familia" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1297 msgid "Admins" msgstr "Administradores" @@ -2308,6 +2326,7 @@ msgid "Core Publishing Services" msgstr "Servicios de publicación" #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:44 +#| msgid "Blogs" msgid "Blogs:" msgstr "Blogs:" @@ -2336,6 +2355,7 @@ msgstr "" "\n" #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:55 +#| msgid "Video privacy _setting" msgid "Video privacy _setting:" msgstr "Co_nfiguración de privacidad de vídeos:" @@ -2464,7 +2484,7 @@ msgstr "Salir de pantalla completa" #: src/data_imports/DataImportsUI.vala:420 src/Dialogs.vala:20 #: src/Dialogs.vala:28 src/Dialogs.vala:58 src/Dialogs.vala:766 #: src/Dialogs.vala:789 src/publishing/PublishingUI.vala:305 -#: src/publishing/PublishingUI.vala:529 src/Resources.vala:128 +#: src/publishing/PublishingUI.vala:529 src/Resources.vala:127 #: ui/multitextentrydialog.ui:25 ui/slideshow_settings.ui:38 #: ui/textentrydialog.ui:19 msgid "_Cancel" @@ -2579,12 +2599,12 @@ msgid "Camera" msgstr "Cámara" #. Translators: First %s is the name of camera as gotten from GPhoto, second is the GVolume name, e.g. Mass storage camera (510MB volume) -#: src/camera/CameraTable.vala:367 +#: src/camera/CameraTable.vala:256 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: src/camera/ImportPage.vala:311 src/Properties.vala:233 +#: src/camera/ImportPage.vala:307 src/Properties.vala:234 msgid "RAW+JPEG" msgstr "RAW+JPEG" @@ -2731,21 +2751,21 @@ msgstr[1] "" "No se pueden eliminar %d fotos/vídeos de la cámara, debido a errores." #: src/CollectionPage.vala:80 src/direct/DirectPhotoPage.vala:85 -#: src/PhotoPage.vala:2487 src/Resources.vala:141 +#: src/PhotoPage.vala:2487 src/Resources.vala:140 msgid "_Print" msgstr "_Imprimir" -#: src/CollectionPage.vala:83 src/Resources.vala:294 ui/collection.ui:128 +#: src/CollectionPage.vala:83 src/Resources.vala:293 ui/collection.ui:128 #: ui/direct_context.ui:23 ui/direct.ui:23 ui/event.ui:567 ui/photo.ui:28 msgid "Send _To…" msgstr "En_viar a…" #: src/CollectionPage.vala:84 src/direct/DirectPhotoPage.vala:90 -#: src/PhotoPage.vala:2497 src/Resources.vala:191 +#: src/PhotoPage.vala:2497 src/Resources.vala:190 msgid "Set as _Desktop Background" msgstr "Establecer como fondo _de escritorio" -#: src/CollectionPage.vala:92 src/Resources.vala:257 +#: src/CollectionPage.vala:92 src/Resources.vala:256 msgid "_Duplicate" msgstr "_Duplicar" @@ -2757,43 +2777,43 @@ msgstr "Pantalla completa" msgid "S_lideshow" msgstr "_Diapositivas" -#: src/CollectionPage.vala:110 src/Resources.vala:110 ui/direct.ui:111 +#: src/CollectionPage.vala:110 src/Resources.vala:109 ui/direct.ui:111 #: ui/photo.ui:200 msgid "Rotate _Right" msgstr "Girar a la _derecha" -#: src/CollectionPage.vala:113 src/Resources.vala:115 ui/direct.ui:116 +#: src/CollectionPage.vala:113 src/Resources.vala:114 ui/direct.ui:116 #: ui/photo.ui:205 msgid "Rotate _Left" msgstr "Girar a la izq_uierda" -#: src/CollectionPage.vala:116 src/Resources.vala:120 ui/direct.ui:121 +#: src/CollectionPage.vala:116 src/Resources.vala:119 ui/direct.ui:121 #: ui/photo.ui:210 msgid "Flip Hori_zontally" msgstr "Voltear hori_zontalmente" -#: src/CollectionPage.vala:117 src/Resources.vala:123 ui/direct.ui:125 +#: src/CollectionPage.vala:117 src/Resources.vala:122 ui/direct.ui:125 #: ui/photo.ui:214 msgid "Flip Verti_cally" msgstr "Voltear _verticalmente" -#: src/CollectionPage.vala:119 src/Resources.vala:157 ui/collection.ui:8 +#: src/CollectionPage.vala:119 src/Resources.vala:156 ui/collection.ui:8 #: ui/direct_context.ui:7 ui/direct.ui:134 ui/event.ui:447 #: ui/photo_context.ui:6 ui/photo.ui:223 msgid "_Enhance" msgstr "M_ejorar" -#: src/CollectionPage.vala:120 src/Resources.vala:185 ui/collection.ui:13 +#: src/CollectionPage.vala:120 src/Resources.vala:184 ui/collection.ui:13 #: ui/direct_context.ui:12 ui/direct.ui:161 ui/event.ui:452 #: ui/photo_context.ui:11 ui/photo.ui:250 msgid "Re_vert to Original" msgstr "_Volver al original" -#: src/CollectionPage.vala:122 src/Resources.vala:161 ui/photo.ui:256 +#: src/CollectionPage.vala:122 src/Resources.vala:160 ui/photo.ui:256 msgid "_Copy Color Adjustments" msgstr "_Copiar ajustes de color" -#: src/CollectionPage.vala:125 src/Resources.vala:165 ui/photo.ui:261 +#: src/CollectionPage.vala:125 src/Resources.vala:164 ui/photo.ui:261 msgid "_Paste Color Adjustments" msgstr "_Pegar ajustes de color" @@ -2801,17 +2821,17 @@ msgstr "_Pegar ajustes de color" msgid "Adjust Date and Time…" msgstr "Ajustar fecha y hora…" -#: src/CollectionPage.vala:143 src/Resources.vala:290 ui/collection.ui:108 +#: src/CollectionPage.vala:143 src/Resources.vala:289 ui/collection.ui:108 #: ui/event.ui:547 ui/photo_context.ui:115 ui/photo.ui:361 msgid "Open With E_xternal Editor" msgstr "Abrir con editor e_xterno" -#: src/CollectionPage.vala:146 src/Resources.vala:292 ui/collection.ui:113 +#: src/CollectionPage.vala:146 src/Resources.vala:291 ui/collection.ui:113 #: ui/event.ui:552 ui/photo_context.ui:120 ui/photo.ui:366 msgid "Open With RA_W Editor" msgstr "Abrir con editor RA_W" -#: src/CollectionPage.vala:149 src/Resources.vala:138 +#: src/CollectionPage.vala:149 src/Resources.vala:137 msgid "_Play" msgstr "_Reproducir" @@ -3076,8 +3096,7 @@ msgstr "Importar desde aplicación" msgid "Import media _from:" msgstr "Importar medios _desde:" -#: src/data_imports/DataImportsUI.vala:415 -#: src/publishing/PublishingUI.vala:524 +#: src/data_imports/DataImportsUI.vala:415 src/publishing/PublishingUI.vala:524 msgid "_Close" msgstr "_Cerrar" @@ -3146,8 +3165,8 @@ msgstr[0] "Esto eliminará la etiqueta «%s» de una foto. ¿Continuar?" msgstr[1] "Esto eliminará la etiqueta «%s» de %d fotos. ¿Continuar?" #: src/Dialogs.vala:20 src/Dialogs.vala:28 src/Dialogs.vala:58 -#: src/Dialogs.vala:734 src/Resources.vala:129 src/Resources.vala:310 -#: src/Resources.vala:341 src/Resources.vala:394 src/Resources.vala:734 +#: src/Dialogs.vala:734 src/Resources.vala:128 src/Resources.vala:309 +#: src/Resources.vala:340 src/Resources.vala:393 src/Resources.vala:761 #: ui/savedsearch.ui:14 ui/tags.ui:460 ui/trash.ui:63 ui/trash.ui:216 #: ui/trash.ui:258 msgid "_Delete" @@ -3178,8 +3197,6 @@ msgstr "_Cambiar de revelador" #: src/Dialogs.vala:54 #, c-format -#| msgid "This will remove the tag “%s” from one photo. Continue?" -#| msgid_plural "This will remove the tag “%s” from %d photos. Continue?" msgid "This will remove the face “%s” from one photo. Continue?" msgid_plural "This will remove the face “%s” from %d photos. Continue?" msgstr[0] "Esto eliminará la cara «%s» de una foto. ¿Quiere continuar?" @@ -3584,7 +3601,7 @@ msgstr "No se importó ninguna foto o vídeo.\n" msgid "Import Complete" msgstr "Importación completa" -#: src/Dialogs.vala:663 src/Resources.vala:202 +#: src/Dialogs.vala:663 src/Resources.vala:201 msgid "Rename Event" msgstr "Renombrar evento" @@ -3598,12 +3615,12 @@ msgctxt "Dialog Title" msgid "Edit Title" msgstr "Editar título" -#: src/Dialogs.vala:675 src/Properties.vala:346 +#: src/Dialogs.vala:675 src/Properties.vala:347 msgid "Title:" msgstr "Título:" #. Dialog title -#: src/Dialogs.vala:691 src/Resources.vala:278 +#: src/Dialogs.vala:691 src/Resources.vala:277 msgid "Edit Event Comment" msgstr "Editar comentario de evento" @@ -3660,7 +3677,7 @@ msgid_plural "This will remove %d photos from the library. Continue?" msgstr[0] "Esto quitará la foto de la colección. ¿Continuar?" msgstr[1] "Esto quitará las %d fotos de la colección. ¿Continuar?" -#: src/Dialogs.vala:790 src/Resources.vala:144 +#: src/Dialogs.vala:790 src/Resources.vala:143 msgid "_Remove" msgstr "_Quitar" @@ -3851,30 +3868,30 @@ msgstr "" msgid "Unable open photo %s. Sorry." msgstr "No se puede abrir la foto %s." -#: src/direct/DirectPhotoPage.vala:316 src/Resources.vala:146 ui/direct.ui:8 +#: src/direct/DirectPhotoPage.vala:322 src/Resources.vala:145 ui/direct.ui:8 #: ui/textentrydialog.ui:33 msgid "_Save" msgstr "_Guardar" -#: src/direct/DirectPhotoPage.vala:316 +#: src/direct/DirectPhotoPage.vala:322 msgid "_Save a Copy" msgstr "_Guardar una copia" -#: src/direct/DirectPhotoPage.vala:319 +#: src/direct/DirectPhotoPage.vala:325 #, c-format msgid "Lose changes to %s?" msgstr "¿Quiere descartar los cambios a %s?" -#: src/direct/DirectPhotoPage.vala:320 +#: src/direct/DirectPhotoPage.vala:326 msgid "Close _without Saving" msgstr "Cerrar _sin guardar" -#: src/direct/DirectPhotoPage.vala:353 +#: src/direct/DirectPhotoPage.vala:359 #, c-format msgid "Error while saving to %s: %s" msgstr "Error al guardar en %s: %s" -#: src/direct/DirectPhotoPage.vala:383 src/direct/DirectPhotoPage.vala:404 +#: src/direct/DirectPhotoPage.vala:389 src/direct/DirectPhotoPage.vala:410 msgid "Save As" msgstr "Guardar como" @@ -4222,7 +4239,7 @@ msgstr "30 × 40 cm" msgid "A3 (297 × 420 mm)" msgstr "A3 (297 × 420 mm)" -#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:401 +#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:402 msgid "Size:" msgstr "Tamaño:" @@ -4240,8 +4257,8 @@ msgid "_Reset" msgstr "_Restablecer" #. fit both on the top line, emit and move on -#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:442 -#: src/Properties.vala:446 src/Properties.vala:453 +#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:443 +#: src/Properties.vala:447 src/Properties.vala:454 msgid "Exposure:" msgstr "Exposición:" @@ -4315,7 +4332,7 @@ msgstr "Expansión de contraste" msgid "Angle:" msgstr "Ángulo:" -#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:173 +#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:172 #: ui/direct.ui:144 ui/photo.ui:233 msgid "_Straighten" msgstr "_Enderezar" @@ -4327,14 +4344,14 @@ msgid_plural "%d Photos/Videos" msgstr[0] "%d foto/vídeo" msgstr[1] "%d fotos/vídeos" -#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:361 +#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:362 #, c-format msgid "%d Video" msgid_plural "%d Videos" msgstr[0] "%d vídeo" msgstr[1] "%d vídeos" -#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:359 +#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:360 #, c-format msgid "%d Photo" msgid_plural "%d Photos" @@ -4413,7 +4430,7 @@ msgstr "Reempla_zar todo" msgid "Export" msgstr "Exportar" -#: src/faces/FacesBranch.vala:89 src/Resources.vala:305 src/Resources.vala:306 +#: src/faces/FacesBranch.vala:89 src/Resources.vala:304 src/Resources.vala:305 #: ui/faces.ui:403 msgid "Faces" msgstr "Caras" @@ -4423,7 +4440,6 @@ msgid "Detect faces…" msgstr "Detectar caras…" #: src/faces/FacesTool.vala:140 -#| msgid "Set the crop for this photo" msgid "Detect faces on this photo" msgstr "Detectar las caras en esta foto" @@ -4457,7 +4473,6 @@ msgid "Move or modify the face shape or name and press Enter" msgstr "Mueva o modifique la forma de la cara o su nombre y pulse Intro" #: src/faces/FacesTool.vala:201 -#| msgid "Settings" msgid "Detecting faces" msgstr "Detectando caras" @@ -4470,7 +4485,6 @@ msgid "Save changes and close the Faces tool" msgstr "Guardar los cambios y cerrar la herramienta de Caras" #: src/faces/FacesTool.vala:235 -#| msgid "Lose changes to %s?" msgid "No changes to save" msgstr "No hay cambios que guardar" @@ -4486,13 +4500,11 @@ msgstr "Carpetas" msgid "Browse the library’s folder structure" msgstr "Explorar la estructura de carpetas de la biblioteca" -#: src/import-roll/ImportRollBranch.vala:44 -#| msgid "_Import" +#: src/import-roll/ImportRollBranch.vala:43 msgid "Imports" msgstr "Importaciones" -#: src/import-roll/ImportRollBranch.vala:44 -#| msgid "Browse the library’s folder structure" +#: src/import-roll/ImportRollBranch.vala:43 msgid "Browse the library’s import history" msgstr "Explorar el histórico de importación de la biblioteca" @@ -4702,11 +4714,11 @@ msgstr "" msgid "Unable to process monitoring updates: %s" msgstr "No se pueden procesar las actualizaciones de la monitorización %s" -#: src/MediaPage.vala:157 +#: src/MediaPage.vala:76 msgid "Adjust the size of the thumbnails" msgstr "Ajustar el tamaño de las miniaturas" -#: src/MediaPage.vala:500 +#: src/MediaPage.vala:419 #, c-format msgid "" "Shotwell was unable to play the selected video:\n" @@ -4791,7 +4803,7 @@ msgstr "RAW" msgid "TIFF" msgstr "TIFF" -#: src/Photo.vala:3774 +#: src/Photo.vala:3770 msgid "modified" msgstr "modificada" @@ -4842,19 +4854,19 @@ msgstr "" "\n" "%s" -#: src/Properties.vala:97 +#: src/Properties.vala:98 msgid "Today" msgstr "Hoy" -#: src/Properties.vala:99 +#: src/Properties.vala:100 msgid "Yesterday" msgstr "Ayer" -#: src/Properties.vala:349 +#: src/Properties.vala:350 msgid "Items:" msgstr "Elementos:" -#: src/Properties.vala:352 +#: src/Properties.vala:353 #, c-format msgid "%d Event" msgid_plural "%d Events" @@ -4862,80 +4874,80 @@ msgstr[0] "%d evento" msgstr[1] "%d eventos" #. display only one date if start and end are the same -#: src/Properties.vala:383 +#: src/Properties.vala:384 msgid "Date:" msgstr "Fecha:" #. display only one time if start and end are the same -#: src/Properties.vala:387 +#: src/Properties.vala:388 msgid "Time:" msgstr "Hora:" #. display time range #. display date range -#: src/Properties.vala:390 src/Properties.vala:395 +#: src/Properties.vala:391 src/Properties.vala:396 msgid "From:" msgstr "De:" -#: src/Properties.vala:391 src/Properties.vala:396 +#: src/Properties.vala:392 src/Properties.vala:397 msgid "To:" msgstr "A:" -#: src/Properties.vala:410 +#: src/Properties.vala:411 msgid "Duration:" msgstr "Duración:" -#: src/Properties.vala:410 +#: src/Properties.vala:411 #, c-format msgid "%.1f seconds" msgstr "%.1f segundos" -#: src/Properties.vala:414 +#: src/Properties.vala:415 msgid "Developer:" msgstr "Revelador:" #. nothing special to be done for now for Events -#: src/Properties.vala:592 +#: src/Properties.vala:593 msgid "Location:" msgstr "Ubicación:" -#: src/Properties.vala:595 +#: src/Properties.vala:596 msgid "File size:" msgstr "Tamaño del archivo:" -#: src/Properties.vala:599 +#: src/Properties.vala:600 msgid "Current Development:" msgstr "Desarrollo actual:" -#: src/Properties.vala:601 +#: src/Properties.vala:602 msgid "Original dimensions:" msgstr "Dimensiones originales:" -#: src/Properties.vala:604 +#: src/Properties.vala:605 msgid "Camera make:" msgstr "Cámara:" -#: src/Properties.vala:607 +#: src/Properties.vala:608 msgid "Camera model:" msgstr "Modelo de la cámara:" -#: src/Properties.vala:610 +#: src/Properties.vala:611 msgid "Flash:" msgstr "Flash:" -#: src/Properties.vala:612 +#: src/Properties.vala:613 msgid "Focal length:" msgstr "Longitud focal:" -#: src/Properties.vala:615 +#: src/Properties.vala:616 msgid "Exposure date:" msgstr "Fecha de exposición:" -#: src/Properties.vala:618 +#: src/Properties.vala:619 msgid "Exposure time:" msgstr "Tiempo de exposición:" -#: src/Properties.vala:621 +#: src/Properties.vala:622 msgid "Exposure bias:" msgstr "Exposición:" @@ -5051,61 +5063,61 @@ msgstr "" msgid "Publishing" msgstr "Publicando" -#: src/Resources.vala:111 src/Resources.vala:116 ui/collection.ui:151 +#: src/Resources.vala:110 src/Resources.vala:115 ui/collection.ui:151 msgid "Rotate" msgstr "Girar" -#: src/Resources.vala:112 +#: src/Resources.vala:111 msgid "Rotate Right" msgstr "Girar a la derecha" -#: src/Resources.vala:113 ui/collection.ui:148 +#: src/Resources.vala:112 ui/collection.ui:148 msgid "Rotate the photos right (press Ctrl to rotate left)" msgstr "Girar las fotos a la derecha (oprima Ctrl para girar a la izquierda)" -#: src/Resources.vala:117 +#: src/Resources.vala:116 msgid "Rotate Left" msgstr "Girar a la izquierda" -#: src/Resources.vala:118 +#: src/Resources.vala:117 msgid "Rotate the photos left" msgstr "Girar las fotos a la izquierda" -#: src/Resources.vala:121 +#: src/Resources.vala:120 msgid "Flip Horizontally" msgstr "Voltear horizontalmente" -#: src/Resources.vala:124 +#: src/Resources.vala:123 msgid "Flip Vertically" msgstr "Voltear verticalmente" -#: src/Resources.vala:126 ui/direct.ui:192 ui/events_directory.ui:168 +#: src/Resources.vala:125 ui/direct.ui:192 ui/events_directory.ui:168 #: ui/event.ui:438 ui/faces.ui:448 ui/import_queue.ui:83 ui/import.ui:201 #: ui/manifest_widget.ui:35 ui/media.ui:421 ui/offline.ui:198 ui/photo.ui:405 #: ui/tags.ui:440 ui/trash.ui:207 msgid "_About" msgstr "_Acerca de" -#: src/Resources.vala:127 +#: src/Resources.vala:126 msgid "_Apply" msgstr "_Aplicar" -#: src/Resources.vala:130 ui/direct.ui:44 ui/events_directory.ui:32 +#: src/Resources.vala:129 ui/direct.ui:44 ui/events_directory.ui:32 #: ui/event.ui:47 ui/faces.ui:47 ui/import.ui:40 ui/media.ui:47 #: ui/offline.ui:32 ui/photo.ui:55 ui/tags.ui:47 ui/trash.ui:37 msgid "_Edit" msgstr "_Editar" -#: src/Resources.vala:131 +#: src/Resources.vala:130 msgid "_Forward" msgstr "_Adelante" -#: src/Resources.vala:132 ui/direct.ui:62 ui/events_directory.ui:125 +#: src/Resources.vala:131 ui/direct.ui:62 ui/events_directory.ui:125 #: ui/photo.ui:173 msgid "Fulls_creen" msgstr "Pantalla c_ompleta" -#: src/Resources.vala:133 ui/direct.ui:174 ui/direct.ui:177 +#: src/Resources.vala:132 ui/direct.ui:174 ui/direct.ui:177 #: ui/events_directory.ui:150 ui/events_directory.ui:153 ui/event.ui:420 #: ui/event.ui:423 ui/faces.ui:430 ui/faces.ui:433 ui/import_queue.ui:65 #: ui/import_queue.ui:68 ui/import.ui:183 ui/import.ui:186 ui/media.ui:403 @@ -5115,405 +5127,404 @@ msgstr "Pantalla c_ompleta" msgid "_Help" msgstr "Ay_uda" -#: src/Resources.vala:134 +#: src/Resources.vala:133 msgid "Leave _Fullscreen" msgstr "Salir de pantalla co_mpleta" -#: src/Resources.vala:135 src/Resources.vala:343 ui/tags.ui:450 +#: src/Resources.vala:134 src/Resources.vala:342 ui/tags.ui:450 msgid "_New" msgstr "_Nueva" -#: src/Resources.vala:136 +#: src/Resources.vala:135 msgid "_Next" msgstr "_Siguiente" -#: src/Resources.vala:139 src/Resources.vala:288 ui/events_directory.ui:65 +#: src/Resources.vala:138 src/Resources.vala:287 ui/events_directory.ui:65 #: ui/event.ui:93 ui/faces.ui:93 ui/import.ui:68 ui/media.ui:93 #: ui/offline.ui:72 ui/photo.ui:89 ui/tags.ui:93 ui/trash.ui:81 msgid "_Preferences" msgstr "_Preferencias" -#: src/Resources.vala:140 +#: src/Resources.vala:139 msgid "_Previous" msgstr "_Anterior" -#: src/Resources.vala:142 ui/direct.ui:37 ui/events_directory.ui:25 +#: src/Resources.vala:141 ui/direct.ui:37 ui/events_directory.ui:25 #: ui/event.ui:40 ui/faces.ui:40 ui/import_queue.ui:31 ui/import.ui:33 #: ui/media.ui:40 ui/offline.ui:25 ui/photo.ui:48 ui/tags.ui:40 ui/trash.ui:30 msgid "_Quit" msgstr "_Salir" -#: src/Resources.vala:143 +#: src/Resources.vala:142 msgid "_Refresh" msgstr "_Actualizar" -#: src/Resources.vala:145 +#: src/Resources.vala:144 msgid "_Revert" msgstr "_Revertir" -#: src/Resources.vala:147 +#: src/Resources.vala:146 msgid "Save _As" msgstr "Guardar _como" -#: src/Resources.vala:148 +#: src/Resources.vala:147 msgid "Sort _Ascending" msgstr "Ordenar _ascendentemente" -#: src/Resources.vala:149 +#: src/Resources.vala:148 msgid "Sort _Descending" msgstr "Ordenar d_escendentemente" -#: src/Resources.vala:150 +#: src/Resources.vala:149 msgid "_Stop" msgstr "_Detener" -#: src/Resources.vala:151 +#: src/Resources.vala:150 msgid "_Undelete" msgstr "_Recuperar" -#: src/Resources.vala:152 +#: src/Resources.vala:151 msgid "_Normal Size" msgstr "Tamaño _normal" -#: src/Resources.vala:153 +#: src/Resources.vala:152 msgid "Best _Fit" msgstr "_Mejor ajuste" -#: src/Resources.vala:154 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 +#: src/Resources.vala:153 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 #: ui/media.ui:260 ui/photo.ui:144 ui/tags.ui:260 msgid "Zoom _In" msgstr "_Ampliar" -#: src/Resources.vala:155 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 +#: src/Resources.vala:154 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 #: ui/media.ui:265 ui/photo.ui:149 ui/tags.ui:265 msgid "Zoom _Out" msgstr "Re_ducir" -#: src/Resources.vala:158 ui/collection.ui:167 +#: src/Resources.vala:157 ui/collection.ui:167 msgid "Enhance" msgstr "Mejorar" -#: src/Resources.vala:159 ui/collection.ui:164 +#: src/Resources.vala:158 ui/collection.ui:164 msgid "Automatically improve the photo’s appearance" msgstr "Mejorar automáticamente la apariencia de la foto" -#: src/Resources.vala:162 +#: src/Resources.vala:161 msgid "Copy Color Adjustments" msgstr "Copiar ajustes de color" -#: src/Resources.vala:163 +#: src/Resources.vala:162 msgid "Copy the color adjustments applied to the photo" msgstr "Copiar los ajustes de color aplicados a la foto" -#: src/Resources.vala:166 +#: src/Resources.vala:165 msgid "Paste Color Adjustments" msgstr "Pegar ajustes de color" -#: src/Resources.vala:167 +#: src/Resources.vala:166 msgid "Apply copied color adjustments to the selected photos" msgstr "Aplicar ajuste de color copiado a las fotos seleccionadas" -#: src/Resources.vala:169 ui/direct.ui:139 ui/photo.ui:228 +#: src/Resources.vala:168 ui/direct.ui:139 ui/photo.ui:228 msgid "_Crop" msgstr "Re_cortar" -#: src/Resources.vala:170 +#: src/Resources.vala:169 msgid "Crop" msgstr "Recortar" -#: src/Resources.vala:171 +#: src/Resources.vala:170 msgid "Crop the photo’s size" msgstr "Recortar el tamaño de la foto" -#: src/Resources.vala:174 +#: src/Resources.vala:173 msgid "Straighten" msgstr "Enderezar" -#: src/Resources.vala:175 +#: src/Resources.vala:174 msgid "Straighten the photo" msgstr "Enderezar la foto" -#: src/Resources.vala:177 ui/direct.ui:149 ui/photo.ui:238 +#: src/Resources.vala:176 ui/direct.ui:149 ui/photo.ui:238 msgid "_Red-eye" msgstr "Ojos _rojos" -#: src/Resources.vala:178 +#: src/Resources.vala:177 msgid "Red-eye" msgstr "Ojos rojos" -#: src/Resources.vala:179 +#: src/Resources.vala:178 msgid "Reduce or eliminate any red-eye effects in the photo" msgstr "Reducir o eliminar cualquier efecto de ojos rojos en la foto" -#: src/Resources.vala:181 ui/direct.ui:154 ui/photo.ui:243 +#: src/Resources.vala:180 ui/direct.ui:154 ui/photo.ui:243 msgid "_Adjust" msgstr "_Ajuste" -#: src/Resources.vala:182 +#: src/Resources.vala:181 msgid "Adjust" msgstr "Ajuste" -#: src/Resources.vala:183 +#: src/Resources.vala:182 msgid "Adjust the photo’s color and tone" msgstr "Ajustar el color y el tono de la foto" -#: src/Resources.vala:186 +#: src/Resources.vala:185 msgid "Revert to Original" msgstr "Volver al original" -#: src/Resources.vala:188 +#: src/Resources.vala:187 msgid "Revert External E_dits" msgstr "Revertir e_diciones externas" -#: src/Resources.vala:189 +#: src/Resources.vala:188 msgid "Revert to the master photo" msgstr "Revertir a la foto original" -#: src/Resources.vala:192 +#: src/Resources.vala:191 msgid "Set selected image to be the new desktop background" msgstr "Establezca la imagen seleccionada como nuevo fondo de escritorio" -#: src/Resources.vala:193 +#: src/Resources.vala:192 msgid "Set as _Desktop Slideshow…" msgstr "Establecer como pase de _diapositivas de escritorio…" -#: src/Resources.vala:195 ui/direct.ui:47 ui/events_directory.ui:35 +#: src/Resources.vala:194 ui/direct.ui:47 ui/events_directory.ui:35 #: ui/event.ui:50 ui/faces.ui:50 ui/import.ui:43 ui/media.ui:50 #: ui/offline.ui:35 ui/photo.ui:58 ui/tags.ui:50 ui/trash.ui:40 msgid "_Undo" msgstr "_Deshacer" -#: src/Resources.vala:196 +#: src/Resources.vala:195 msgid "Undo" msgstr "Deshacer" -#: src/Resources.vala:198 ui/direct.ui:52 ui/events_directory.ui:40 +#: src/Resources.vala:197 ui/direct.ui:52 ui/events_directory.ui:40 #: ui/event.ui:55 ui/faces.ui:55 ui/import.ui:48 ui/media.ui:55 #: ui/offline.ui:40 ui/photo.ui:63 ui/tags.ui:55 ui/trash.ui:45 msgid "_Redo" msgstr "_Rehacer" -#: src/Resources.vala:199 +#: src/Resources.vala:198 msgid "Redo" msgstr "Rehacer" -#: src/Resources.vala:201 ui/events_directory.ui:139 -#: ui/events_directory.ui:181 ui/event.ui:393 ui/event.ui:588 +#: src/Resources.vala:200 ui/events_directory.ui:139 ui/events_directory.ui:181 +#: ui/event.ui:393 ui/event.ui:588 msgid "Re_name Event…" msgstr "Re_nombrar evento…" -#: src/Resources.vala:204 ui/event.ui:373 ui/event.ui:580 +#: src/Resources.vala:203 ui/event.ui:373 ui/event.ui:580 msgid "Make _Key Photo for Event" msgstr "Hacer foto _clave para el evento" -#: src/Resources.vala:205 +#: src/Resources.vala:204 msgid "Make Key Photo for Event" msgstr "Hacer foto clave para el evento" -#: src/Resources.vala:207 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 +#: src/Resources.vala:206 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 #: ui/tags.ui:376 msgid "_New Event" msgstr "Evento _nuevo" -#: src/Resources.vala:208 +#: src/Resources.vala:207 msgid "New Event" msgstr "Evento nuevo" -#: src/Resources.vala:210 +#: src/Resources.vala:209 msgid "Move Photos" msgstr "Mover fotos" -#: src/Resources.vala:211 +#: src/Resources.vala:210 msgid "Move photos to an event" msgstr "Mover fotos a un evento" -#: src/Resources.vala:213 ui/events_directory.ui:135 -#: ui/events_directory.ui:177 +#: src/Resources.vala:212 ui/events_directory.ui:135 ui/events_directory.ui:177 msgid "_Merge Events" msgstr "_Combinar eventos" -#: src/Resources.vala:214 +#: src/Resources.vala:213 msgid "Merge" msgstr "Combinar" -#: src/Resources.vala:215 +#: src/Resources.vala:214 msgid "Combine events into a single event" msgstr "Combinar eventos en uno solo" -#: src/Resources.vala:217 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 +#: src/Resources.vala:216 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 #: ui/faces.ui:286 ui/media.ui:286 ui/photo_context.ui:35 ui/photo.ui:273 #: ui/tags.ui:286 msgid "_Set Rating" msgstr "Establecer p_untuación" -#: src/Resources.vala:218 +#: src/Resources.vala:217 msgid "Set Rating" msgstr "Establecer puntuación" -#: src/Resources.vala:219 +#: src/Resources.vala:218 msgid "Change the rating of your photo" msgstr "Cambiar la puntuación de su foto" -#: src/Resources.vala:221 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 +#: src/Resources.vala:220 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 #: ui/faces.ui:326 ui/media.ui:326 ui/photo_context.ui:75 ui/photo.ui:313 #: ui/tags.ui:326 msgid "_Increase" msgstr "_Aumentar" -#: src/Resources.vala:222 +#: src/Resources.vala:221 msgid "Increase Rating" msgstr "Aumentar puntuación" -#: src/Resources.vala:224 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 +#: src/Resources.vala:223 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 #: ui/faces.ui:331 ui/media.ui:331 ui/photo_context.ui:80 ui/photo.ui:318 #: ui/tags.ui:331 msgid "_Decrease" msgstr "Disminuir" -#: src/Resources.vala:225 +#: src/Resources.vala:224 msgid "Decrease Rating" msgstr "Disminuir puntuación" -#: src/Resources.vala:227 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 +#: src/Resources.vala:226 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 #: ui/faces.ui:314 ui/media.ui:314 ui/photo_context.ui:63 ui/photo.ui:301 #: ui/tags.ui:314 msgid "_Unrated" msgstr "_Sin puntuar" -#: src/Resources.vala:228 +#: src/Resources.vala:227 msgid "Unrated" msgstr "Sin puntuar" -#: src/Resources.vala:229 +#: src/Resources.vala:228 msgid "Rate Unrated" msgstr "Puntuar no puntuadas" -#: src/Resources.vala:230 +#: src/Resources.vala:229 msgid "Setting as unrated" msgstr "Establecer como sin puntuación" -#: src/Resources.vala:231 +#: src/Resources.vala:230 msgid "Remove any ratings" msgstr "Quitar cualquier puntuación" -#: src/Resources.vala:233 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 +#: src/Resources.vala:232 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 #: ui/faces.ui:319 ui/media.ui:319 ui/photo_context.ui:68 ui/photo.ui:306 #: ui/tags.ui:319 msgid "_Rejected" msgstr "_Rechazado" -#: src/Resources.vala:234 +#: src/Resources.vala:233 msgid "Rejected" msgstr "Rechazada" -#: src/Resources.vala:235 +#: src/Resources.vala:234 msgid "Rate Rejected" msgstr "Puntuar rechazadas" -#: src/Resources.vala:236 +#: src/Resources.vala:235 msgid "Setting as rejected" msgstr "Estableciendo como rechazada" -#: src/Resources.vala:237 +#: src/Resources.vala:236 msgid "Set rating to rejected" msgstr "Establecer puntuación para rechazadas" -#: src/Resources.vala:239 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 +#: src/Resources.vala:238 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 #: ui/media.ui:196 ui/offline.ui:153 ui/search_bar.ui:6 ui/tags.ui:196 #: ui/trash.ui:162 msgid "Rejected _Only" msgstr "Solo _rechazadas" -#: src/Resources.vala:240 +#: src/Resources.vala:239 msgid "Rejected Only" msgstr "Solo rechazadas" -#: src/Resources.vala:241 +#: src/Resources.vala:240 msgid "Show only rejected photos" msgstr "Mostrar solo las fotos rechazadas" -#: src/Resources.vala:243 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 +#: src/Resources.vala:242 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 #: ui/media.ui:190 ui/offline.ui:147 ui/search_bar.ui:12 ui/tags.ui:190 #: ui/trash.ui:156 msgid "All + _Rejected" msgstr "Todas + _rechazadas" -#: src/Resources.vala:244 +#: src/Resources.vala:243 msgctxt "Tooltip" msgid "Show all photos, including rejected" msgstr "Mostrar todas las fotos, incluyendo las rechazadas" -#: src/Resources.vala:246 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 +#: src/Resources.vala:245 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 #: ui/media.ui:184 ui/offline.ui:141 ui/search_bar.ui:18 ui/tags.ui:184 #: ui/trash.ui:150 msgid "_All Photos" msgstr "Todas las _fotos" #. Button tooltip -#: src/Resources.vala:248 +#: src/Resources.vala:247 msgid "Show all photos" msgstr "Mostrar todas las fotos" -#: src/Resources.vala:250 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 +#: src/Resources.vala:249 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 #: ui/photo.ui:120 ui/tags.ui:144 msgid "_Ratings" msgstr "_Puntuaciones" -#: src/Resources.vala:251 +#: src/Resources.vala:250 msgid "Display each photo’s rating" msgstr "Mostrar la puntuación de cada foto" -#: src/Resources.vala:253 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 +#: src/Resources.vala:252 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 #: ui/media.ui:151 ui/offline.ui:108 ui/tags.ui:151 ui/trash.ui:117 msgid "_Filter Photos" msgstr "_Filtrar fotos" -#: src/Resources.vala:254 +#: src/Resources.vala:253 msgid "Filter Photos" msgstr "Filtrar fotos" -#: src/Resources.vala:255 +#: src/Resources.vala:254 msgid "Limit the number of photos displayed based on a filter" msgstr "Limitar el número de fotos mostradas en base al filtro" -#: src/Resources.vala:258 +#: src/Resources.vala:257 msgid "Duplicate" msgstr "Duplicar" -#: src/Resources.vala:259 +#: src/Resources.vala:258 msgid "Make a duplicate of the photo" msgstr "Hacer un duplicado de la foto" -#: src/Resources.vala:261 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 +#: src/Resources.vala:260 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 #: ui/photo.ui:17 ui/tags.ui:17 msgid "_Export…" msgstr "_Exportar…" -#: src/Resources.vala:263 +#: src/Resources.vala:262 msgid "_Print…" msgstr "_Imprimir…" -#: src/Resources.vala:265 +#: src/Resources.vala:264 msgid "Pu_blish…" msgstr "Pu_blicar…" -#: src/Resources.vala:267 ui/collection.ui:189 +#: src/Resources.vala:266 ui/collection.ui:189 msgid "Publish to various websites" msgstr "Publicar en varios sitios web" -#: src/Resources.vala:269 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 +#: src/Resources.vala:268 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 #: ui/faces.ui:340 ui/media.ui:340 ui/photo_context.ui:105 ui/photo.ui:327 #: ui/tags.ui:340 msgid "Edit _Title…" msgstr "Editar _título…" #. Button label -#: src/Resources.vala:271 +#: src/Resources.vala:270 msgctxt "Button Label" msgid "Edit Title" msgstr "Editar título" -#: src/Resources.vala:273 ui/collection.ui:103 ui/events_directory.ui:144 +#: src/Resources.vala:272 ui/collection.ui:103 ui/events_directory.ui:144 #: ui/events_directory.ui:186 ui/event.ui:345 ui/event.ui:398 ui/event.ui:542 #: ui/faces.ui:345 ui/media.ui:345 ui/photo_context.ui:110 ui/photo.ui:332 #: ui/tags.ui:345 @@ -5521,343 +5532,331 @@ msgid "Edit _Comment…" msgstr "Editar _comentario…" #. Button label -#: src/Resources.vala:275 +#: src/Resources.vala:274 msgid "Edit Comment" msgstr "Editar comentario" -#: src/Resources.vala:277 ui/event.ui:592 +#: src/Resources.vala:276 ui/event.ui:592 msgid "Edit Event _Comment…" msgstr "Editar _comentario de evento…" -#: src/Resources.vala:280 ui/direct.ui:167 ui/photo.ui:337 +#: src/Resources.vala:279 ui/direct.ui:167 ui/photo.ui:337 msgid "_Adjust Date and Time…" msgstr "_Ajustar fecha y hora…" -#: src/Resources.vala:281 +#: src/Resources.vala:280 msgid "Adjust Date and Time" msgstr "Ajustar fecha y hora" -#: src/Resources.vala:283 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 +#: src/Resources.vala:282 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 #: ui/faces.ui:390 ui/media.ui:390 ui/photo.ui:375 ui/tags.ui:390 msgid "Add _Tags…" msgstr "Añadir e_tiquetas…" -#: src/Resources.vala:284 ui/photo_context.ui:17 +#: src/Resources.vala:283 ui/photo_context.ui:17 msgid "_Add Tags…" msgstr "_Añadir etiquetas…" #. Dialog title -#: src/Resources.vala:286 +#: src/Resources.vala:285 msgctxt "Dialog Title" msgid "Add Tags" msgstr "Añadir etiquetas" -#: src/Resources.vala:295 ui/photo_context.ui:135 +#: src/Resources.vala:294 ui/photo_context.ui:135 msgid "Send T_o…" msgstr "Env_iar a…" -#: src/Resources.vala:297 +#: src/Resources.vala:296 msgid "_Find…" msgstr "_Buscar…" -#: src/Resources.vala:298 ui/collection.ui:217 ui/offline.ui:239 +#: src/Resources.vala:297 ui/collection.ui:217 ui/offline.ui:239 #: ui/trash.ui:312 msgid "Find" msgstr "Buscar" -#: src/Resources.vala:299 ui/collection.ui:214 ui/offline.ui:236 +#: src/Resources.vala:298 ui/collection.ui:214 ui/offline.ui:236 #: ui/trash.ui:309 msgid "Find an image by typing text that appears in its name or tags" msgstr "" "Buscar una imagen escribiendo el texto que aparece en su nombre o etiquetas" -#: src/Resources.vala:301 +#: src/Resources.vala:300 msgid "_Flag" msgstr "_Marcar" -#: src/Resources.vala:303 +#: src/Resources.vala:302 msgid "Un_flag" msgstr "_Desmarcar" -#: src/Resources.vala:307 -#| msgid "Make a duplicate of the photo" +#: src/Resources.vala:306 msgid "Mark faces of people in the photo" msgstr "Marcar las caras en al foto" -#: src/Resources.vala:308 -#| msgid "Modify Tags" +#: src/Resources.vala:307 msgid "Modify Faces" msgstr "Modificar caras" -#: src/Resources.vala:309 -#| msgid "Delete Tag" +#: src/Resources.vala:308 msgid "Delete Face" msgstr "Eliminar cara" -#: src/Resources.vala:311 src/Resources.vala:353 ui/tags.ui:456 +#: src/Resources.vala:310 src/Resources.vala:352 ui/tags.ui:456 msgid "_Rename…" msgstr "_Renombrar…" -#: src/Resources.vala:315 +#: src/Resources.vala:314 #, c-format msgid "Unable to launch editor: %s" msgstr "No se puede abrir el editor: %s" -#: src/Resources.vala:320 +#: src/Resources.vala:319 #, c-format msgid "Add Tag “%s”" msgstr "Añadir etiqueta «%s»" #. Used when adding two tags to photo(s) -#: src/Resources.vala:323 +#: src/Resources.vala:322 #, c-format msgid "Add Tags “%s” and “%s”" msgstr "Añadir etiquetas «%s» y «%s»" #. Undo/Redo command name (in Edit menu) -#: src/Resources.vala:328 +#: src/Resources.vala:327 msgctxt "UndoRedo menu entry" msgid "Add Tags" msgstr "Añadir etiquetas" -#: src/Resources.vala:333 +#: src/Resources.vala:332 #, c-format msgid "_Delete Tag “%s”" msgstr "_Eliminar etiqueta «%s»" -#: src/Resources.vala:337 +#: src/Resources.vala:336 #, c-format msgid "Delete Tag “%s”" msgstr "Eliminar etiqueta «%s»" -#: src/Resources.vala:340 +#: src/Resources.vala:339 msgid "Delete Tag" msgstr "Eliminar etiqueta" -#: src/Resources.vala:346 +#: src/Resources.vala:345 #, c-format msgid "Re_name Tag “%s”…" msgstr "Re_nombrar etiqueta «%s»…" -#: src/Resources.vala:350 +#: src/Resources.vala:349 #, c-format msgid "Rename Tag “%s” to “%s”" msgstr "Renombrar la etiqueta «%s» a «%s»" -#: src/Resources.vala:355 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 +#: src/Resources.vala:354 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 #: ui/faces.ui:395 ui/media.ui:395 ui/photo_context.ui:22 ui/photo.ui:380 #: ui/tags.ui:395 msgid "Modif_y Tags…" msgstr "Mod_ificar etiquetas…" -#: src/Resources.vala:356 +#: src/Resources.vala:355 msgid "Modify Tags" msgstr "Modificar etiquetas" -#: src/Resources.vala:359 +#: src/Resources.vala:358 #, c-format msgid "Tag Photo as “%s”" msgid_plural "Tag Photos as “%s”" msgstr[0] "Etiquetar fotos como «%s»" msgstr[1] "Etiquetar fotos como «%s»" -#: src/Resources.vala:365 +#: src/Resources.vala:364 #, c-format msgid "Tag the selected photo as “%s”" msgid_plural "Tag the selected photos as “%s”" msgstr[0] "Etiquetar las fotos seleccionadas como «%s»" msgstr[1] "Etiquetar las fotos seleccionadas como «%s»" -#: src/Resources.vala:371 +#: src/Resources.vala:370 #, c-format msgid "Remove Tag “%s” From _Photo" msgid_plural "Remove Tag “%s” From _Photos" msgstr[0] "Quitar la etiqueta «%s» de las _fotos" msgstr[1] "Quitar la etiqueta «%s» de las _fotos" -#: src/Resources.vala:377 +#: src/Resources.vala:376 #, c-format msgid "Remove Tag “%s” From Photo" msgid_plural "Remove Tag “%s” From Photos" msgstr[0] "Quitar la etiqueta «%s» de las fotos" msgstr[1] "Quitar la etiqueta «%s» de las fotos" -#: src/Resources.vala:383 +#: src/Resources.vala:382 #, c-format msgid "Unable to rename tag to “%s” because the tag already exists." msgstr "No se puede renombrar la etiqueta a «%s» porque la etiqueta ya existe." -#: src/Resources.vala:387 +#: src/Resources.vala:386 #, c-format msgid "Unable to rename search to “%s” because the search already exists." msgstr "No se pudo renombrar la búsqueda «%s» porque la búsqueda ya existe." #. Saved search button -#: src/Resources.vala:390 src/SearchFilter.vala:1146 +#: src/Resources.vala:389 src/SearchFilter.vala:1146 msgid "Saved Search" msgstr "Búsqueda guardada" -#: src/Resources.vala:392 +#: src/Resources.vala:391 msgid "Delete Search" msgstr "Eliminar búsqueda" -#: src/Resources.vala:395 ui/savedsearch.ui:10 +#: src/Resources.vala:394 ui/savedsearch.ui:10 msgid "_Edit…" msgstr "_Editar…" -#: src/Resources.vala:396 ui/savedsearch.ui:6 +#: src/Resources.vala:395 ui/savedsearch.ui:6 msgid "Re_name…" msgstr "Re_nombrar…" -#: src/Resources.vala:399 +#: src/Resources.vala:398 #, c-format msgid "Rename Search “%s” to “%s”" msgstr "Renombrar la búsqueda «%s» a «%s»" -#: src/Resources.vala:403 +#: src/Resources.vala:402 #, c-format msgid "Delete Search “%s”" msgstr "Eliminar búsqueda «%s»" -#: src/Resources.vala:408 +#: src/Resources.vala:407 #, c-format -#| msgid "Unable to rename tag to “%s” because the tag already exists." msgid "Unable to rename face to “%s” because the face already exists." msgstr "No se puede renombrar la cara a «%s» porque la cara ya existe." -#: src/Resources.vala:412 +#: src/Resources.vala:411 #, c-format -#| msgid "Remove Tag “%s” From _Photo" -#| msgid_plural "Remove Tag “%s” From _Photos" msgid "Remove Face “%s” From _Photo" msgid_plural "Remove Face “%s” From _Photos" msgstr[0] "Quitar la cara «%s» de las _fotos" msgstr[1] "Quitar la cara «%s» de las _fotos" -#: src/Resources.vala:417 +#: src/Resources.vala:416 #, c-format -#| msgid "Remove Tag “%s” From Photo" -#| msgid_plural "Remove Tag “%s” From Photos" msgid "Remove Face “%s” From Photo" msgid_plural "Remove Face “%s” From Photos" msgstr[0] "Quitar la cara «%s» de las fotos" msgstr[1] "Quitar la cara «%s» de las fotos" -#: src/Resources.vala:422 +#: src/Resources.vala:421 #, c-format -#| msgid "Re_name Tag “%s”…" msgid "Re_name Face “%s”…" msgstr "Re_nombrar cara «%s»…" -#: src/Resources.vala:426 +#: src/Resources.vala:425 #, c-format -#| msgid "Rename Tag “%s” to “%s”" msgid "Rename Face “%s” to “%s”" msgstr "Renombrar la cara «%s» a «%s»" -#: src/Resources.vala:430 +#: src/Resources.vala:429 #, c-format -#| msgid "_Delete Tag “%s”" msgid "_Delete Face “%s”" msgstr "_Eliminar cara «%s»" -#: src/Resources.vala:434 +#: src/Resources.vala:433 #, c-format -#| msgid "Delete Tag “%s”" msgid "Delete Face “%s”" msgstr "Eliminar cara «%s»" -#: src/Resources.vala:636 +#: src/Resources.vala:663 #, c-format msgid "Rate %s" msgstr "Puntuar %s" -#: src/Resources.vala:637 +#: src/Resources.vala:664 #, c-format msgid "Set rating to %s" msgstr "Establecer puntuación para %s" -#: src/Resources.vala:638 +#: src/Resources.vala:665 #, c-format msgid "Setting rating to %s" msgstr "Estableciendo la puntuación de %s" -#: src/Resources.vala:640 +#: src/Resources.vala:667 #, c-format msgid "Display %s" msgstr "Mostrar %s" -#: src/Resources.vala:641 +#: src/Resources.vala:668 #, c-format msgid "Only show photos with a rating of %s" msgstr "Solo mostrar fotos con puntuación %s" -#: src/Resources.vala:642 +#: src/Resources.vala:669 #, c-format msgid "%s or Better" msgstr "%s o mayor" -#: src/Resources.vala:643 +#: src/Resources.vala:670 #, c-format msgid "Display %s or Better" msgstr "Mostrar %s o mayor" -#: src/Resources.vala:644 +#: src/Resources.vala:671 #, c-format msgid "Only show photos with a rating of %s or better" msgstr "Solo mostrar fotos con puntuación %s o mayor" -#: src/Resources.vala:735 ui/trash.ui:255 +#: src/Resources.vala:762 ui/trash.ui:255 msgid "Remove the selected photos from the trash" msgstr "Quitar las fotos seleccionadas de la papelera" -#: src/Resources.vala:736 ui/offline.ui:221 +#: src/Resources.vala:763 ui/offline.ui:221 msgid "Remove the selected photos from the library" msgstr "Quitar las fotos seleccionadas de la colección" -#: src/Resources.vala:738 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 +#: src/Resources.vala:765 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 msgid "_Restore" msgstr "_Restaurar" -#: src/Resources.vala:739 ui/trash.ui:270 +#: src/Resources.vala:766 ui/trash.ui:270 msgid "Move the selected photos back into the library" msgstr "Mover las fotos seleccionadas de vuelta a la colección" -#: src/Resources.vala:741 ui/collection.ui:123 ui/direct_context.ui:18 -#: ui/direct.ui:30 ui/event.ui:27 ui/event.ui:562 ui/faces.ui:27 -#: ui/media.ui:27 ui/photo_context.ui:130 ui/photo.ui:35 ui/tags.ui:27 -#: ui/trash.ui:19 ui/trash.ui:227 +#: src/Resources.vala:768 ui/collection.ui:123 ui/direct_context.ui:18 +#: ui/direct.ui:30 ui/event.ui:27 ui/event.ui:562 ui/faces.ui:27 ui/media.ui:27 +#: ui/photo_context.ui:130 ui/photo.ui:35 ui/tags.ui:27 ui/trash.ui:19 +#: ui/trash.ui:227 msgid "Show in File Mana_ger" msgstr "Mostrar en ge_stor de archivos" -#: src/Resources.vala:742 +#: src/Resources.vala:769 msgid "Open the selected photo’s directory in the file manager" msgstr "Abrir el directorio de la foto seleccionada en el gestor de archivos" -#: src/Resources.vala:745 +#: src/Resources.vala:772 #, c-format msgid "Unable to open in file manager: %s" msgstr "No se puede abrir el gestor de archivos: %s" -#: src/Resources.vala:748 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 +#: src/Resources.vala:775 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 #: ui/offline.ui:58 ui/offline.ui:207 ui/offline.ui:224 ui/photo.ui:77 #: ui/tags.ui:74 msgid "R_emove From Library" msgstr "_Quitar de la colección" -#: src/Resources.vala:750 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 +#: src/Resources.vala:777 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 #: ui/faces.ui:79 ui/media.ui:79 ui/photo_context.ui:141 ui/photo.ui:82 #: ui/tags.ui:79 msgid "_Move to Trash" msgstr "_Mover a la papelera" -#: src/Resources.vala:752 ui/events_directory.ui:58 ui/event.ui:86 -#: ui/faces.ui:86 ui/import.ui:61 ui/media.ui:86 ui/offline.ui:65 -#: ui/tags.ui:86 ui/trash.ui:74 +#: src/Resources.vala:779 ui/events_directory.ui:58 ui/event.ui:86 +#: ui/faces.ui:86 ui/import.ui:61 ui/media.ui:86 ui/offline.ui:65 ui/tags.ui:86 +#: ui/trash.ui:74 msgid "Select _All" msgstr "Seleccionar _todo" -#: src/Resources.vala:753 +#: src/Resources.vala:780 msgid "Select all items" msgstr "Seleccionar todos los elementos" @@ -5870,14 +5869,14 @@ msgstr "Seleccionar todos los elementos" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format #. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:814 +#: src/Resources.vala:841 msgid "%a %b %d, %Y" msgstr "%a %d de %b de %Y" #. / Locale-specific starting date format for multi-date strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:819 +#: src/Resources.vala:846 msgctxt "MultidayFormat" msgid "%a %b %d" msgstr "%a, %d de %b" @@ -5885,7 +5884,7 @@ msgstr "%a, %d de %b" #. / Locale-specific ending date format for multi-date strings, #. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:824 +#: src/Resources.vala:851 msgctxt "MultidayFormat" msgid "%d, %Y" msgstr "%d, %Y" @@ -5893,7 +5892,7 @@ msgstr "%d, %Y" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:829 +#: src/Resources.vala:856 msgctxt "MultimonthFormat" msgid "%a %b %d" msgstr "%a, %d de %b" @@ -5901,7 +5900,7 @@ msgstr "%a, %d de %b" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Mon Apr 06, 2006" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:834 +#: src/Resources.vala:861 msgctxt "MultimonthFormat" msgid "%a %b %d, %Y" msgstr "%a %d de %b de %Y" @@ -6411,7 +6410,6 @@ msgid "_Photos" msgstr "_Fotos" #: ui/faces.ui:465 -#| msgid "_Rename…" msgid "Rename…" msgstr "Renombrar…" @@ -6660,6 +6658,64 @@ msgstr "etiqueta" msgid "Delete all photos in the trash" msgstr "Eliminar todas las fotos en la papelera" +#~| msgid "Shotwell" +#~ msgid "org.gnome.Shotwell" +#~ msgstr "org.gnome.Shotwell" + +#~| msgid "write metadata to master files" +#~ msgid "Print the metadata of the image file" +#~ msgstr "Mostrar los metadatos del archivo de imagen" + +#~ msgid "WebP" +#~ msgstr "WebP" + +#~ msgid "" +#~ "The OAuth token used to refresh the Picasa Web Albums session for the " +#~ "currently logged in user, if any." +#~ msgstr "" +#~ "El testigo OAuth utilizado para actualizar la sesión de álbumes web de " +#~ "Picasa para el usuario que actualmente ha iniciado sesión, si existe" + +#~ msgid "" +#~ "Whether images being uploaded to Picasa should have their metadata " +#~ "removed first" +#~ msgstr "" +#~ "Indica si se deben eliminar los metadatos antes de subir las imágenes a " +#~ "Picasa" + +#~ msgid "enable picasa publishing plugin" +#~ msgstr "activar complemento de publicación en Picasa" + +#~ msgid "" +#~ "True if the Picasa Web Albums publishing plugin is enabled, false " +#~ "otherwise" +#~ msgstr "" +#~ "Cierto si el complemento de publicación en álbumes web Picasa está " +#~ "activado, falso en otro caso" + +#~ msgid "" +#~ "You are not currently logged into Picasa Web Albums.\n" +#~ "\n" +#~ "Click Log in to log into Picasa Web Albums in your Web browser. You will " +#~ "have to authorize Shotwell Connect to link to your Picasa Web Albums " +#~ "account." +#~ msgstr "" +#~ "Actualmente no ha iniciado sesión en Álbumes web de Picasa.\n" +#~ "\n" +#~ "Pulse Iniciar sesión para identificarse en Álbumes web de Picasa en su " +#~ "navegador web. Tendrá que autorizar a Shotwell Connect para que se enlace " +#~ "a su cuenta de Álbumes web de Picasa." + +#~ msgid "" +#~ "A file required for publishing is unavailable. Publishing to Picasa can’t " +#~ "continue." +#~ msgstr "" +#~ "No está disponible un archivo necesario para publicar. La publicación en " +#~ "Picasa no puede continuar." + +#~ msgid "You are logged into Picasa Web Albums as %s." +#~ msgstr "Ha iniciado sesión en Álbumes web de Picasa como %s." + #~ msgid "background color" #~ msgstr "color de fondo" diff --git a/po/fi.po b/po/fi.po index 07c8ff2..b5f420c 100644 --- a/po/fi.po +++ b/po/fi.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: shotwell-0.15\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/shotwell/issues\n" -"POT-Creation-Date: 2018-06-25 16:43+0000\n" +"POT-Creation-Date: 2019-01-27 16:38+0000\n" "PO-Revision-Date: 2018-08-06 20:02+0300\n" "Last-Translator: Jiri Grönroos \n" "Language-Team: suomi \n" @@ -60,9 +60,13 @@ msgstr "" "kuvilla ja palaaminen aiempaan tilaan on vaivatonta." #: misc/shotwell.appdata.xml.in:18 +#, fuzzy +#| msgid "" +#| "When ready, Shotwell can upload your photos to various web sites, such as " +#| "Facebook, Flickr, Picasa (Google Plus), and more." msgid "" "When ready, Shotwell can upload your photos to various web sites, such as " -"Facebook, Flickr, Picasa (Google Plus), and more." +"Facebook, Flickr, Google Photos, and more." msgstr "" "Kun kuva on julkaisuvalmis, Shotwell voi lähettää kuvasi useisiin " "verkkopalveluihin kuten Facebookiin, Flickriin, Picasaan (Google+) ja moniin " @@ -74,7 +78,7 @@ msgstr "" "Shotwell tukee useita kuvamuotoja: JPEG, PNG, TIFF ja monet RAW-" "tiedostomuodot." -#: misc/shotwell.appdata.xml.in:52 +#: misc/shotwell.appdata.xml.in:53 msgid "The Shotwell developers" msgstr "Shotwell-kehittäjät" @@ -862,14 +866,14 @@ msgstr "" #: misc/org.yorba.shotwell.gschema.xml:493 msgid "" -"The OAuth token used to refresh the Picasa Web Albums session for the " -"currently logged in user, if any." +"The OAuth token used to refresh the Google Photos session for the currently " +"logged in user, if any." msgstr "" #: misc/org.yorba.shotwell.gschema.xml:499 msgid "" -"A numeric code representing the default size for photos uploaded to Picasa " -"Web Albums" +"A numeric code representing the default size for photos uploaded to Google " +"Photos Albums" msgstr "" #: misc/org.yorba.shotwell.gschema.xml:504 @@ -884,8 +888,8 @@ msgstr "" #: misc/org.yorba.shotwell.gschema.xml:511 msgid "" -"Whether images being uploaded to Picasa should have their metadata removed " -"first" +"Whether images being uploaded to Google Photos should have their metadata " +"removed first" msgstr "" #: misc/org.yorba.shotwell.gschema.xml:518 @@ -1146,12 +1150,13 @@ msgid "True if the Flickr publishing plugin is enabled, false otherwise" msgstr "" #: misc/org.yorba.shotwell.gschema.xml:726 -msgid "enable picasa publishing plugin" -msgstr "käytä picassa-julkaisulaajennusta" +#, fuzzy +#| msgid "enable facebook publishing plugin" +msgid "enable Google Photos publishing plugin" +msgstr "käytä facebook-julkaisulaajennusta" #: misc/org.yorba.shotwell.gschema.xml:727 -msgid "" -"True if the Picasa Web Albums publishing plugin is enabled, false otherwise" +msgid "True if the Google Photos publishing plugin is enabled, false otherwise" msgstr "" #: misc/org.yorba.shotwell.gschema.xml:732 @@ -1364,19 +1369,19 @@ msgid "" "authorize Shotwell Connect to link to your Flickr account." msgstr "" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:124 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:125 msgid "Preparing for login…" msgstr "Valmistaudutaan kirjautumiseen…" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:193 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:194 msgid "Flickr authorization failed" msgstr "Flickr-valtuutus epäonnistui" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:200 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:201 msgid "Verifying authorization…" msgstr "Vahvistetaan valtuutusta…" -#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:137 +#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:138 msgid "" "You have already logged in and out of a Google service during this Shotwell " "session.\n" @@ -1391,19 +1396,33 @@ msgstr "" #: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:32 msgid "" -"You are not currently logged into Picasa Web Albums.\n" +"You are not currently logged into YouTube.\n" "\n" -"Click Log in to log into Picasa Web Albums in your Web browser. You will " -"have to authorize Shotwell Connect to link to your Picasa Web Albums account." +"You must have already signed up for a Google account and set it up for use " +"with YouTube to continue. You can set up most accounts by using your browser " +"to log into the YouTube site at least once." msgstr "" +"Et ole kirjautuneena YouTubeen.\n" +"\n" +"Jotta yhdistämistä voidaan jatkaa, sinulla täytyy olla Google-tili, joka on " +"asetettu toimimaan YouTuben kanssa. Useimpien tilien asetukset voi tehdä " +"kirjautumalla selaimella YouTube-sivustolle ainakin kerran." -#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:35 +#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:36 +#, fuzzy +#| msgid "" +#| "You are not currently logged into YouTube.\n" +#| "\n" +#| "You must have already signed up for a Google account and set it up for " +#| "use with YouTube to continue. You can set up most accounts by using your " +#| "browser to log into the YouTube site at least once." msgid "" -"You are not currently logged into YouTube.\n" +"You are not currently logged into Google Photos.\n" "\n" "You must have already signed up for a Google account and set it up for use " -"with YouTube to continue. You can set up most accounts by using your browser " -"to log into the YouTube site at least once." +"with Google Photos.\n" +"\n" +"You will have to authorize Shotwell to link to your Google Photos account." msgstr "" "Et ole kirjautuneena YouTubeen.\n" "\n" @@ -1436,12 +1455,12 @@ msgid "Enter the username and password associated with your Tumblr account." msgstr "Anna Tumblr-tilisi käyttäjätunnus ja salasana." #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:26 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1081 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1084 msgid "Username and/or password invalid. Please try again" msgstr "Käyttäjätunnus ja/tai salasana on virheellinen. Yritä uudelleen" #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:53 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1117 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1120 msgid "Invalid User Name or Password" msgstr "Virheellinen käyttäjätunnus tai salasana" @@ -1460,52 +1479,52 @@ msgid "translator-credits" msgstr "Jiri Grönroos" #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:217 +#: plugins/common/RESTSupport.vala:220 msgid "" "⚫ This website presented identification that belongs to a different website." msgstr "⚫ Tämä sivusto esitti identiteetin, joka kuuluu toiselle sivustolle." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:222 +#: plugins/common/RESTSupport.vala:225 msgid "" "⚫ This website’s identification is too old to trust. Check the date on your " "computer’s calendar." msgstr "" #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:227 +#: plugins/common/RESTSupport.vala:230 msgid "" "⚫ This website’s identification was not issued by a trusted organization." msgstr "" #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:232 +#: plugins/common/RESTSupport.vala:235 msgid "" "⚫ This website’s identification could not be processed. It may be corrupted." msgstr "" #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:237 +#: plugins/common/RESTSupport.vala:240 msgid "" "⚫ This website’s identification has been revoked by the trusted organization " "that issued it." msgstr "" #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:242 +#: plugins/common/RESTSupport.vala:245 msgid "" "⚫ This website’s identification cannot be trusted because it uses very weak " "encryption." msgstr "" #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:247 +#: plugins/common/RESTSupport.vala:250 msgid "" "⚫ This website’s identification is only valid for future dates. Check the " "date on your computer’s calendar." msgstr "" -#: plugins/common/RESTSupport.vala:524 +#: plugins/common/RESTSupport.vala:539 #: plugins/shotwell-publishing/TumblrPublishing.vala:623 msgid "A temporary file needed for publishing is unavailable" msgstr "Julkaisemisessa tarvittava väliaikainen tiedosto ei ole saatavilla" @@ -1562,7 +1581,7 @@ msgstr "pikseliä" #: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:158 #: plugins/shotwell-publishing/FlickrPublishing.vala:687 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1309 #: src/Dimensions.vala:17 msgid "Original size" msgstr "Alkuperäinen koko" @@ -1578,7 +1597,7 @@ msgstr "Pisin reuna" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:145 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:177 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:125 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:142 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:181 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:105 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:99 msgid "_Logout" @@ -1590,7 +1609,7 @@ msgstr "_Kirjaudu ulos" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:159 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:192 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:141 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:156 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:195 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:121 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:115 #: src/CollectionPage.vala:82 src/PhotoPage.vala:2492 @@ -1740,7 +1759,7 @@ msgid "You are logged into Rajce as %s." msgstr "Olet kirjautunut Rajceen käyttäjänä %s." #: plugins/shotwell-publishing-extras/RajcePublishing.vala:1014 -#: plugins/shotwell-publishing/PicasaPublishing.vala:571 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:69 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:20 msgid "Photos will appear in:" msgstr "Kuvat menevät:" @@ -1810,7 +1829,7 @@ msgstr "Videot ja uudet kuva-albumit _näkyvät:" #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:155 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:92 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:59 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:75 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:203 msgid "" "_Remove location, camera, and other identifying information before uploading" @@ -1819,15 +1838,14 @@ msgstr "" #: plugins/shotwell-publishing/FacebookPublishing.vala:33 #: plugins/shotwell-publishing/FlickrPublishing.vala:33 -#: plugins/shotwell-publishing/PicasaPublishing.vala:33 #: plugins/shotwell-publishing/PiwigoPublishing.vala:33 #: plugins/shotwell-publishing/YouTubePublishing.vala:33 src/Resources.vala:27 msgid "Copyright 2016 Software Freedom Conservancy Inc." msgstr "Tekijänoikeus 2016 Software Freedom Conservancy Inc." #: plugins/shotwell-publishing/FacebookPublishing.vala:61 -#: plugins/shotwell-publishing/PicasaPublishing.vala:58 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1188 +#: plugins/shotwell-publishing/PhotosPublisher.vala:9 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1191 msgid "Shotwell Connect" msgstr "Shotwell-yhdistäjä" @@ -1871,7 +1889,7 @@ msgstr "Vain minulle" #: plugins/shotwell-publishing/FacebookPublishing.vala:889 #: plugins/shotwell-publishing/FlickrPublishing.vala:661 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1290 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 msgid "Everyone" msgstr "Kaikille" @@ -1935,78 +1953,94 @@ msgid "Friends only" msgstr "Vain kaverit" #: plugins/shotwell-publishing/FlickrPublishing.vala:683 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1302 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 #: plugins/shotwell-publishing/TumblrPublishing.vala:103 msgid "500 × 375 pixels" msgstr "500 × 375 pikseliä" #: plugins/shotwell-publishing/FlickrPublishing.vala:684 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1303 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 #: plugins/shotwell-publishing/TumblrPublishing.vala:104 msgid "1024 × 768 pixels" msgstr "1024 × 768 pikseliä" #: plugins/shotwell-publishing/FlickrPublishing.vala:685 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1304 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1307 msgid "2048 × 1536 pixels" msgstr "2048 × 1536 pikseliä" #: plugins/shotwell-publishing/FlickrPublishing.vala:686 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1308 msgid "4096 × 3072 pixels" msgstr "4096 × 3072 pikseliä" -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:93 -msgid "Photo _size preset:" -msgstr "Kuvan _koon esiasetus:" - -#. Add album that will push to the default feed for all the new users -#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) -#. or the new "Default album" album for Google Photos -#: plugins/shotwell-publishing/PicasaPublishing.vala:96 -#: plugins/shotwell-publishing/PicasaPublishing.vala:630 -msgid "Default album" -msgstr "Oletusalbumi" - -#: plugins/shotwell-publishing/PicasaPublishing.vala:291 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:66 msgid "" -"A file required for publishing is unavailable. Publishing to Picasa can’t " -"continue." +"Shotwell can only publish into albums that it created by itself, so this " +"list might be empty despite the fact that you already have albums in your " +"Google Photos account" msgstr "" -"Julkaisuun vaadittava tiedosto ei ole käytettävissä. Julkaisua Picasaan ei " -"voi jatkaa." -#. populate any widgets whose contents are programmatically-generated. -#: plugins/shotwell-publishing/PicasaPublishing.vala:560 -#, c-format -msgid "You are logged into Picasa Web Albums as %s." -msgstr "Olet kirjautuneena Picasa-verkkoalbumeihin nimellä %s." +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:96 +#, fuzzy +#| msgid "Photo _size preset:" +msgid "Photo _size preset" +msgstr "Kuvan _koon esiasetus:" -#: plugins/shotwell-publishing/PicasaPublishing.vala:566 -msgid "Videos will appear in:" -msgstr "Videot ilmestyvät sijaintiin:" +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:117 +#, fuzzy +#| msgid "An _existing album" +msgid "An existing album" +msgstr "_Olemassa oleva albumi" + +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:132 +#, fuzzy +#| msgid "A _new album named" +msgid "A new album named" +msgstr "_Uuteen albumiin nimeltä" -#: plugins/shotwell-publishing/PicasaPublishing.vala:610 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:17 msgid "Small (640 × 480 pixels)" msgstr "Pieni (640 × 480 pikseliä)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:611 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:18 msgid "Medium (1024 × 768 pixels)" msgstr "Keskikoko (1024 × 768 pikseliä)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:612 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:19 msgid "Recommended (1600 × 1200 pixels)" msgstr "Suositeltu (1600 × 1200 pikseliä)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:613 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:20 msgid "Google+ (2048 × 1536 pixels)" msgstr "Google+ (2048 × 1536 pikseliä)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:614 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:21 #: src/editing_tools/EditingTools.vala:735 msgid "Original Size" msgstr "Alkuperäinen koko" +#. populate any widgets whose contents are programmatically-generated. +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:59 +#, fuzzy, c-format +#| msgid "You are logged into YouTube as %s." +msgid "You are logged into Google Photos as %s." +msgstr "Olet kirjautunut YouTubeen käyttäjänä %s." + +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:64 +msgid "Videos will appear in:" +msgstr "Videot ilmestyvät sijaintiin:" + +#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) +#. or the new "Default album" album for Google Photos +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:105 +msgid "Default album" +msgstr "Oletusalbumi" + +#: plugins/shotwell-publishing/PhotosService.vala:36 +msgid "Copyright 2019 Jens Georg " +msgstr "" + #: plugins/shotwell-publishing/piwigo_authentication_pane.ui:44 msgid "_URL of your Piwigo photo library" msgstr "Piwigo-kuvakirjastosi _verkko-osoite" @@ -2061,7 +2095,7 @@ msgid "Logout" msgstr "Kirjaudu ulos" #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:268 -#: src/Resources.vala:266 ui/collection.ui:192 +#: src/Resources.vala:265 ui/collection.ui:192 msgid "Publish" msgstr "Julkaise" @@ -2070,12 +2104,12 @@ msgstr "Julkaise" msgid "Creating album %s…" msgstr "Luodaan albumia %s…" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:946 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:949 msgid "An error message occurred when publishing to Piwigo. Please try again." msgstr "Piwigoon julkaistaessa ilmeni virheviesti. Yritä uudelleen." #. %s is the host name that we tried to connect to -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1030 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1033 #, c-format msgid "" "This does not look like the real %s. Attackers might be trying to " @@ -2083,25 +2117,25 @@ msgid "" "messages, credit card information, or passwords)." msgstr "" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1048 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 #, c-format msgid "Certificate of %s" msgstr "Palvelun %s varmenne" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 -#: src/Resources.vala:137 ui/multitextentrydialog.ui:40 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1054 +#: src/Resources.vala:136 ui/multitextentrydialog.ui:40 #: ui/slideshow_settings.ui:52 msgid "_OK" msgstr "_OK" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1079 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1082 msgid "" "Enter the URL of your Piwigo photo library as well as the username and " "password associated with your Piwigo account for that library." msgstr "" "Määritä Piwigo-kuvakirjastosi verkko-osoite, käyttäjätunnus ja salasana." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1080 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1083 msgid "" "Shotwell cannot contact your Piwigo photo library. Please verify the URL you " "entered" @@ -2109,23 +2143,23 @@ msgstr "" "Shotwell ei voi yhdistää Piwigo-kuvakirjastoosi. Varmista, että " "kirjoittamasi verkko-osoite on oikein" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1112 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1115 msgid "Invalid URL" msgstr "Virheellinen verkko-osoite" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1291 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 msgid "Admins, Family, Friends, Contacts" msgstr "Ylläpitäjät, perhe, kaverit, yhteystiedot" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1292 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1295 msgid "Admins, Family, Friends" msgstr "Ylläpitäjät, perhe, kaverit" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1296 msgid "Admins, Family" msgstr "Ylläpitäjät, perhe" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1297 msgid "Admins" msgstr "Ylläpitäjät" @@ -2302,7 +2336,7 @@ msgstr "Poistu koko näytön tilasta" #: src/data_imports/DataImportsUI.vala:420 src/Dialogs.vala:20 #: src/Dialogs.vala:28 src/Dialogs.vala:58 src/Dialogs.vala:766 #: src/Dialogs.vala:789 src/publishing/PublishingUI.vala:305 -#: src/publishing/PublishingUI.vala:529 src/Resources.vala:128 +#: src/publishing/PublishingUI.vala:529 src/Resources.vala:127 #: ui/multitextentrydialog.ui:25 ui/slideshow_settings.ui:38 #: ui/textentrydialog.ui:19 msgid "_Cancel" @@ -2422,12 +2456,12 @@ msgid "Camera" msgstr "Kamera" #. Translators: First %s is the name of camera as gotten from GPhoto, second is the GVolume name, e.g. Mass storage camera (510MB volume) -#: src/camera/CameraTable.vala:367 +#: src/camera/CameraTable.vala:256 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: src/camera/ImportPage.vala:311 src/Properties.vala:233 +#: src/camera/ImportPage.vala:307 src/Properties.vala:234 msgid "RAW+JPEG" msgstr "RAW+JPEG" @@ -2574,21 +2608,21 @@ msgstr[0] "%d kuvaa tai videota ei voida poistaa kamerasta virheiden vuoksi." msgstr[1] "%d kuvaa tai videota ei voida poistaa kamerasta virheiden vuoksi." #: src/CollectionPage.vala:80 src/direct/DirectPhotoPage.vala:85 -#: src/PhotoPage.vala:2487 src/Resources.vala:141 +#: src/PhotoPage.vala:2487 src/Resources.vala:140 msgid "_Print" msgstr "_Tulosta" -#: src/CollectionPage.vala:83 src/Resources.vala:294 ui/collection.ui:128 +#: src/CollectionPage.vala:83 src/Resources.vala:293 ui/collection.ui:128 #: ui/direct_context.ui:23 ui/direct.ui:23 ui/event.ui:567 ui/photo.ui:28 msgid "Send _To…" msgstr "Lähe_tä…" #: src/CollectionPage.vala:84 src/direct/DirectPhotoPage.vala:90 -#: src/PhotoPage.vala:2497 src/Resources.vala:191 +#: src/PhotoPage.vala:2497 src/Resources.vala:190 msgid "Set as _Desktop Background" msgstr "Aseta _työpöydän taustakuvaksi" -#: src/CollectionPage.vala:92 src/Resources.vala:257 +#: src/CollectionPage.vala:92 src/Resources.vala:256 msgid "_Duplicate" msgstr "_Kopioi" @@ -2600,43 +2634,43 @@ msgstr "Koko näyttö" msgid "S_lideshow" msgstr "_Diaesitys" -#: src/CollectionPage.vala:110 src/Resources.vala:110 ui/direct.ui:111 +#: src/CollectionPage.vala:110 src/Resources.vala:109 ui/direct.ui:111 #: ui/photo.ui:200 msgid "Rotate _Right" msgstr "Kierrä _oikealle" -#: src/CollectionPage.vala:113 src/Resources.vala:115 ui/direct.ui:116 +#: src/CollectionPage.vala:113 src/Resources.vala:114 ui/direct.ui:116 #: ui/photo.ui:205 msgid "Rotate _Left" msgstr "Kierrä _vasemmalle" -#: src/CollectionPage.vala:116 src/Resources.vala:120 ui/direct.ui:121 +#: src/CollectionPage.vala:116 src/Resources.vala:119 ui/direct.ui:121 #: ui/photo.ui:210 msgid "Flip Hori_zontally" msgstr "Kääntö _vaakasuunnassa" -#: src/CollectionPage.vala:117 src/Resources.vala:123 ui/direct.ui:125 +#: src/CollectionPage.vala:117 src/Resources.vala:122 ui/direct.ui:125 #: ui/photo.ui:214 msgid "Flip Verti_cally" msgstr "Kääntö _pystysuunnassa" -#: src/CollectionPage.vala:119 src/Resources.vala:157 ui/collection.ui:8 +#: src/CollectionPage.vala:119 src/Resources.vala:156 ui/collection.ui:8 #: ui/direct_context.ui:7 ui/direct.ui:134 ui/event.ui:447 #: ui/photo_context.ui:6 ui/photo.ui:223 msgid "_Enhance" msgstr "_Paranna" -#: src/CollectionPage.vala:120 src/Resources.vala:185 ui/collection.ui:13 +#: src/CollectionPage.vala:120 src/Resources.vala:184 ui/collection.ui:13 #: ui/direct_context.ui:12 ui/direct.ui:161 ui/event.ui:452 #: ui/photo_context.ui:11 ui/photo.ui:250 msgid "Re_vert to Original" msgstr "_Palauta alkuperäinen" -#: src/CollectionPage.vala:122 src/Resources.vala:161 ui/photo.ui:256 +#: src/CollectionPage.vala:122 src/Resources.vala:160 ui/photo.ui:256 msgid "_Copy Color Adjustments" msgstr "_Kopioi värisäädöt" -#: src/CollectionPage.vala:125 src/Resources.vala:165 ui/photo.ui:261 +#: src/CollectionPage.vala:125 src/Resources.vala:164 ui/photo.ui:261 msgid "_Paste Color Adjustments" msgstr "_Liitä värisäädöt" @@ -2644,17 +2678,17 @@ msgstr "_Liitä värisäädöt" msgid "Adjust Date and Time…" msgstr "Muuta päiväystä ja kellonaikaa…" -#: src/CollectionPage.vala:143 src/Resources.vala:290 ui/collection.ui:108 +#: src/CollectionPage.vala:143 src/Resources.vala:289 ui/collection.ui:108 #: ui/event.ui:547 ui/photo_context.ui:115 ui/photo.ui:361 msgid "Open With E_xternal Editor" msgstr "Avaa ulkoisella _muokkaimella" -#: src/CollectionPage.vala:146 src/Resources.vala:292 ui/collection.ui:113 +#: src/CollectionPage.vala:146 src/Resources.vala:291 ui/collection.ui:113 #: ui/event.ui:552 ui/photo_context.ui:120 ui/photo.ui:366 msgid "Open With RA_W Editor" msgstr "Avaa _RAW-muokkaimessa" -#: src/CollectionPage.vala:149 src/Resources.vala:138 +#: src/CollectionPage.vala:149 src/Resources.vala:137 msgid "_Play" msgstr "T_oista" @@ -2985,8 +3019,8 @@ msgstr[0] "Tämä poistaa tunnisteen “%s” yhdestä kuvasta. Jatketaanko?" msgstr[1] "Tämä poistaa tunnisteen “%s” %d kuvasta. Jatketaanko?" #: src/Dialogs.vala:20 src/Dialogs.vala:28 src/Dialogs.vala:58 -#: src/Dialogs.vala:734 src/Resources.vala:129 src/Resources.vala:310 -#: src/Resources.vala:341 src/Resources.vala:394 src/Resources.vala:734 +#: src/Dialogs.vala:734 src/Resources.vala:128 src/Resources.vala:309 +#: src/Resources.vala:340 src/Resources.vala:393 src/Resources.vala:761 #: ui/savedsearch.ui:14 ui/tags.ui:460 ui/trash.ui:63 ui/trash.ui:216 #: ui/trash.ui:258 msgid "_Delete" @@ -3415,7 +3449,7 @@ msgstr "Yhtään kuvaa tai videota ei tuotu.\n" msgid "Import Complete" msgstr "Tuonti on valmis" -#: src/Dialogs.vala:663 src/Resources.vala:202 +#: src/Dialogs.vala:663 src/Resources.vala:201 msgid "Rename Event" msgstr "Nimeä tapahtuma uudelleen" @@ -3429,12 +3463,12 @@ msgctxt "Dialog Title" msgid "Edit Title" msgstr "Muokkaa nimeä" -#: src/Dialogs.vala:675 src/Properties.vala:346 +#: src/Dialogs.vala:675 src/Properties.vala:347 msgid "Title:" msgstr "Nimi:" #. Dialog title -#: src/Dialogs.vala:691 src/Resources.vala:278 +#: src/Dialogs.vala:691 src/Resources.vala:277 msgid "Edit Event Comment" msgstr "Muokkaa tapahtuman kommenttia" @@ -3450,7 +3484,7 @@ msgstr "Kommentti:" msgid "Remove and _Trash File" msgid_plural "Remove and _Trash Files" msgstr[0] "_Siirrä tiedosto roskakoriin" -msgstr[1] "_Siirtä tiedostot roskakoriin" +msgstr[1] "_Siirrä tiedostot roskakoriin" #: src/Dialogs.vala:713 msgid "_Remove From Library" @@ -3489,7 +3523,7 @@ msgid_plural "This will remove %d photos from the library. Continue?" msgstr[0] "Tämä poistaa kuvan kirjastosta. Jatketaanko?" msgstr[1] "Tämä poistaa %d kuvaa kirjastosta. Jatketaanko?" -#: src/Dialogs.vala:790 src/Resources.vala:144 +#: src/Dialogs.vala:790 src/Resources.vala:143 msgid "_Remove" msgstr "_Poista" @@ -3707,30 +3741,30 @@ msgstr "%s ei tue tiedoston %s tiedostomuotoa." msgid "Unable open photo %s. Sorry." msgstr "Valitettavsti kuvaa %s ei voi avata." -#: src/direct/DirectPhotoPage.vala:316 src/Resources.vala:146 ui/direct.ui:8 +#: src/direct/DirectPhotoPage.vala:322 src/Resources.vala:145 ui/direct.ui:8 #: ui/textentrydialog.ui:33 msgid "_Save" msgstr "_Tallenna" -#: src/direct/DirectPhotoPage.vala:316 +#: src/direct/DirectPhotoPage.vala:322 msgid "_Save a Copy" msgstr "_Tallenna kopio" -#: src/direct/DirectPhotoPage.vala:319 +#: src/direct/DirectPhotoPage.vala:325 #, c-format msgid "Lose changes to %s?" msgstr "Hävitetäänkö tiedostoon %s tehdyt muutokset?" -#: src/direct/DirectPhotoPage.vala:320 +#: src/direct/DirectPhotoPage.vala:326 msgid "Close _without Saving" msgstr "Sulje _tallentamatta" -#: src/direct/DirectPhotoPage.vala:353 +#: src/direct/DirectPhotoPage.vala:359 #, c-format msgid "Error while saving to %s: %s" msgstr "Virhe tallennettaessa tiedostoon %s: %s" -#: src/direct/DirectPhotoPage.vala:383 src/direct/DirectPhotoPage.vala:404 +#: src/direct/DirectPhotoPage.vala:389 src/direct/DirectPhotoPage.vala:410 msgid "Save As" msgstr "Tallenna nimellä" @@ -4077,7 +4111,7 @@ msgstr "30 × 40 cm" msgid "A3 (297 × 420 mm)" msgstr "A3 (297 × 420 mm)" -#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:401 +#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:402 msgid "Size:" msgstr "Koko:" @@ -4095,8 +4129,8 @@ msgid "_Reset" msgstr "_Palauta alkuperäiset arvot" #. fit both on the top line, emit and move on -#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:442 -#: src/Properties.vala:446 src/Properties.vala:453 +#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:443 +#: src/Properties.vala:447 src/Properties.vala:454 msgid "Exposure:" msgstr "Valotus:" @@ -4170,7 +4204,7 @@ msgstr "Kontrastin laajennus" msgid "Angle:" msgstr "Kulma:" -#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:173 +#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:172 #: ui/direct.ui:144 ui/photo.ui:233 msgid "_Straighten" msgstr "_Suorista" @@ -4182,14 +4216,14 @@ msgid_plural "%d Photos/Videos" msgstr[0] "%d kuvaa/videota" msgstr[1] "%d kuva/video" -#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:361 +#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:362 #, c-format msgid "%d Video" msgid_plural "%d Videos" msgstr[0] "%d video" msgstr[1] "%d videota" -#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:359 +#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:360 #, c-format msgid "%d Photo" msgid_plural "%d Photos" @@ -4268,7 +4302,7 @@ msgstr "Korvaa k_aikki" msgid "Export" msgstr "Vie" -#: src/faces/FacesBranch.vala:89 src/Resources.vala:305 src/Resources.vala:306 +#: src/faces/FacesBranch.vala:89 src/Resources.vala:304 src/Resources.vala:305 #: ui/faces.ui:403 msgid "Faces" msgstr "Kasvot" @@ -4338,11 +4372,11 @@ msgstr "Kansiot" msgid "Browse the library’s folder structure" msgstr "Selaa kirjaston kansiorakennetta" -#: src/import-roll/ImportRollBranch.vala:44 +#: src/import-roll/ImportRollBranch.vala:43 msgid "Imports" msgstr "Tuonnit" -#: src/import-roll/ImportRollBranch.vala:44 +#: src/import-roll/ImportRollBranch.vala:43 msgid "Browse the library’s import history" msgstr "Selaa kirjaston tuontihistoriaa" @@ -4555,11 +4589,11 @@ msgstr "" msgid "Unable to process monitoring updates: %s" msgstr "" -#: src/MediaPage.vala:157 +#: src/MediaPage.vala:76 msgid "Adjust the size of the thumbnails" msgstr "Säädä pienoiskuvien kokoa" -#: src/MediaPage.vala:500 +#: src/MediaPage.vala:419 #, c-format msgid "" "Shotwell was unable to play the selected video:\n" @@ -4644,7 +4678,7 @@ msgstr "RAW" msgid "TIFF" msgstr "TIFF" -#: src/Photo.vala:3774 +#: src/Photo.vala:3770 msgid "modified" msgstr "muokattu" @@ -4695,19 +4729,19 @@ msgstr "" "\n" "%s" -#: src/Properties.vala:97 +#: src/Properties.vala:98 msgid "Today" msgstr "Tänään" -#: src/Properties.vala:99 +#: src/Properties.vala:100 msgid "Yesterday" msgstr "Eilen" -#: src/Properties.vala:349 +#: src/Properties.vala:350 msgid "Items:" msgstr "Kohteita:" -#: src/Properties.vala:352 +#: src/Properties.vala:353 #, c-format msgid "%d Event" msgid_plural "%d Events" @@ -4715,80 +4749,80 @@ msgstr[0] "%d tapahtuma" msgstr[1] "%d tapahtumaa" #. display only one date if start and end are the same -#: src/Properties.vala:383 +#: src/Properties.vala:384 msgid "Date:" msgstr "Päiväys:" #. display only one time if start and end are the same -#: src/Properties.vala:387 +#: src/Properties.vala:388 msgid "Time:" msgstr "Aika:" #. display time range #. display date range -#: src/Properties.vala:390 src/Properties.vala:395 +#: src/Properties.vala:391 src/Properties.vala:396 msgid "From:" msgstr "Alkaa:" -#: src/Properties.vala:391 src/Properties.vala:396 +#: src/Properties.vala:392 src/Properties.vala:397 msgid "To:" msgstr "Päättyy:" -#: src/Properties.vala:410 +#: src/Properties.vala:411 msgid "Duration:" msgstr "Kesto:" -#: src/Properties.vala:410 +#: src/Properties.vala:411 #, c-format msgid "%.1f seconds" msgstr "%.1f sekuntia" -#: src/Properties.vala:414 +#: src/Properties.vala:415 msgid "Developer:" msgstr "Kehitin:" #. nothing special to be done for now for Events -#: src/Properties.vala:592 +#: src/Properties.vala:593 msgid "Location:" msgstr "Sijainti:" -#: src/Properties.vala:595 +#: src/Properties.vala:596 msgid "File size:" msgstr "Tiedoston koko:" -#: src/Properties.vala:599 +#: src/Properties.vala:600 msgid "Current Development:" msgstr "Nykyinen kehitin:" -#: src/Properties.vala:601 +#: src/Properties.vala:602 msgid "Original dimensions:" msgstr "Alkuperäiset mitat:" -#: src/Properties.vala:604 +#: src/Properties.vala:605 msgid "Camera make:" msgstr "Kameran merkki:" -#: src/Properties.vala:607 +#: src/Properties.vala:608 msgid "Camera model:" msgstr "Kameran malli:" -#: src/Properties.vala:610 +#: src/Properties.vala:611 msgid "Flash:" msgstr "Salama:" -#: src/Properties.vala:612 +#: src/Properties.vala:613 msgid "Focal length:" msgstr "Polttoväli:" -#: src/Properties.vala:615 +#: src/Properties.vala:616 msgid "Exposure date:" msgstr "Kuvauspäivä:" -#: src/Properties.vala:618 +#: src/Properties.vala:619 msgid "Exposure time:" msgstr "Kuvausaika:" -#: src/Properties.vala:621 +#: src/Properties.vala:622 msgid "Exposure bias:" msgstr "Valotuksen korjaus:" @@ -4901,61 +4935,61 @@ msgstr "" msgid "Publishing" msgstr "Julkaisu" -#: src/Resources.vala:111 src/Resources.vala:116 ui/collection.ui:151 +#: src/Resources.vala:110 src/Resources.vala:115 ui/collection.ui:151 msgid "Rotate" msgstr "Kierrä" -#: src/Resources.vala:112 +#: src/Resources.vala:111 msgid "Rotate Right" msgstr "Kierrä oikealle" -#: src/Resources.vala:113 ui/collection.ui:148 +#: src/Resources.vala:112 ui/collection.ui:148 msgid "Rotate the photos right (press Ctrl to rotate left)" msgstr "Kierrä kuvia oikealle (paina Ctrl kuvien kiertämiseksi vasemmalle)" -#: src/Resources.vala:117 +#: src/Resources.vala:116 msgid "Rotate Left" msgstr "Kierrä vasemmalle" -#: src/Resources.vala:118 +#: src/Resources.vala:117 msgid "Rotate the photos left" msgstr "Kierrä kuvia vasemmalle" -#: src/Resources.vala:121 +#: src/Resources.vala:120 msgid "Flip Horizontally" msgstr "Kääntö vaakasuunnassa" -#: src/Resources.vala:124 +#: src/Resources.vala:123 msgid "Flip Vertically" msgstr "Kääntö pystysuunnassa" -#: src/Resources.vala:126 ui/direct.ui:192 ui/events_directory.ui:168 +#: src/Resources.vala:125 ui/direct.ui:192 ui/events_directory.ui:168 #: ui/event.ui:438 ui/faces.ui:448 ui/import_queue.ui:83 ui/import.ui:201 #: ui/manifest_widget.ui:35 ui/media.ui:421 ui/offline.ui:198 ui/photo.ui:405 #: ui/tags.ui:440 ui/trash.ui:207 msgid "_About" msgstr "_Tietoja" -#: src/Resources.vala:127 +#: src/Resources.vala:126 msgid "_Apply" msgstr "_Toteuta" -#: src/Resources.vala:130 ui/direct.ui:44 ui/events_directory.ui:32 +#: src/Resources.vala:129 ui/direct.ui:44 ui/events_directory.ui:32 #: ui/event.ui:47 ui/faces.ui:47 ui/import.ui:40 ui/media.ui:47 #: ui/offline.ui:32 ui/photo.ui:55 ui/tags.ui:47 ui/trash.ui:37 msgid "_Edit" msgstr "_Muokkaa" -#: src/Resources.vala:131 +#: src/Resources.vala:130 msgid "_Forward" msgstr "_Eteenpäin" -#: src/Resources.vala:132 ui/direct.ui:62 ui/events_directory.ui:125 +#: src/Resources.vala:131 ui/direct.ui:62 ui/events_directory.ui:125 #: ui/photo.ui:173 msgid "Fulls_creen" msgstr "_Koko näyttö" -#: src/Resources.vala:133 ui/direct.ui:174 ui/direct.ui:177 +#: src/Resources.vala:132 ui/direct.ui:174 ui/direct.ui:177 #: ui/events_directory.ui:150 ui/events_directory.ui:153 ui/event.ui:420 #: ui/event.ui:423 ui/faces.ui:430 ui/faces.ui:433 ui/import_queue.ui:65 #: ui/import_queue.ui:68 ui/import.ui:183 ui/import.ui:186 ui/media.ui:403 @@ -4965,404 +4999,404 @@ msgstr "_Koko näyttö" msgid "_Help" msgstr "_Ohje" -#: src/Resources.vala:134 +#: src/Resources.vala:133 msgid "Leave _Fullscreen" msgstr "Poistu _koko näytön tilasta" -#: src/Resources.vala:135 src/Resources.vala:343 ui/tags.ui:450 +#: src/Resources.vala:134 src/Resources.vala:342 ui/tags.ui:450 msgid "_New" msgstr "_Uusi" -#: src/Resources.vala:136 +#: src/Resources.vala:135 msgid "_Next" msgstr "_Seuraava" -#: src/Resources.vala:139 src/Resources.vala:288 ui/events_directory.ui:65 +#: src/Resources.vala:138 src/Resources.vala:287 ui/events_directory.ui:65 #: ui/event.ui:93 ui/faces.ui:93 ui/import.ui:68 ui/media.ui:93 #: ui/offline.ui:72 ui/photo.ui:89 ui/tags.ui:93 ui/trash.ui:81 msgid "_Preferences" msgstr "_Asetukset" -#: src/Resources.vala:140 +#: src/Resources.vala:139 msgid "_Previous" msgstr "_Edellinen" -#: src/Resources.vala:142 ui/direct.ui:37 ui/events_directory.ui:25 +#: src/Resources.vala:141 ui/direct.ui:37 ui/events_directory.ui:25 #: ui/event.ui:40 ui/faces.ui:40 ui/import_queue.ui:31 ui/import.ui:33 #: ui/media.ui:40 ui/offline.ui:25 ui/photo.ui:48 ui/tags.ui:40 ui/trash.ui:30 msgid "_Quit" msgstr "_Lopeta" -#: src/Resources.vala:143 +#: src/Resources.vala:142 msgid "_Refresh" msgstr "_Päivitä" -#: src/Resources.vala:145 +#: src/Resources.vala:144 msgid "_Revert" msgstr "Pa_lauta" -#: src/Resources.vala:147 +#: src/Resources.vala:146 msgid "Save _As" msgstr "Tallenna nim_ellä" -#: src/Resources.vala:148 +#: src/Resources.vala:147 msgid "Sort _Ascending" msgstr "Järjestä _nousevasti" -#: src/Resources.vala:149 +#: src/Resources.vala:148 msgid "Sort _Descending" msgstr "Järjestä _laskevasti" -#: src/Resources.vala:150 +#: src/Resources.vala:149 msgid "_Stop" msgstr "_Pysäytä" -#: src/Resources.vala:151 +#: src/Resources.vala:150 msgid "_Undelete" msgstr "_Peru poistaminen" -#: src/Resources.vala:152 +#: src/Resources.vala:151 msgid "_Normal Size" msgstr "_Normaali koko" -#: src/Resources.vala:153 +#: src/Resources.vala:152 msgid "Best _Fit" msgstr "Paras so_vitus" -#: src/Resources.vala:154 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 +#: src/Resources.vala:153 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 #: ui/media.ui:260 ui/photo.ui:144 ui/tags.ui:260 msgid "Zoom _In" msgstr "_Lähennä" -#: src/Resources.vala:155 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 +#: src/Resources.vala:154 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 #: ui/media.ui:265 ui/photo.ui:149 ui/tags.ui:265 msgid "Zoom _Out" msgstr "_Loitonna" -#: src/Resources.vala:158 ui/collection.ui:167 +#: src/Resources.vala:157 ui/collection.ui:167 msgid "Enhance" msgstr "Paranna" -#: src/Resources.vala:159 ui/collection.ui:164 +#: src/Resources.vala:158 ui/collection.ui:164 msgid "Automatically improve the photo’s appearance" msgstr "Paranna kuvan ulkoasua automaattisesti" -#: src/Resources.vala:162 +#: src/Resources.vala:161 msgid "Copy Color Adjustments" msgstr "Kopioi värisäädöt" -#: src/Resources.vala:163 +#: src/Resources.vala:162 msgid "Copy the color adjustments applied to the photo" msgstr "Kopioi kuvaan toteutetut värisäädöt" -#: src/Resources.vala:166 +#: src/Resources.vala:165 msgid "Paste Color Adjustments" msgstr "Liitä värisäädöt" -#: src/Resources.vala:167 +#: src/Resources.vala:166 msgid "Apply copied color adjustments to the selected photos" msgstr "Toteuta kopioidut värisäädöt valittuun kuvaan" -#: src/Resources.vala:169 ui/direct.ui:139 ui/photo.ui:228 +#: src/Resources.vala:168 ui/direct.ui:139 ui/photo.ui:228 msgid "_Crop" msgstr "_Rajaa" -#: src/Resources.vala:170 +#: src/Resources.vala:169 msgid "Crop" msgstr "Rajaa" -#: src/Resources.vala:171 +#: src/Resources.vala:170 msgid "Crop the photo’s size" msgstr "Rajaa kuvan kokoa" -#: src/Resources.vala:174 +#: src/Resources.vala:173 msgid "Straighten" msgstr "Suorista" -#: src/Resources.vala:175 +#: src/Resources.vala:174 msgid "Straighten the photo" msgstr "Suorista kuva" -#: src/Resources.vala:177 ui/direct.ui:149 ui/photo.ui:238 +#: src/Resources.vala:176 ui/direct.ui:149 ui/photo.ui:238 msgid "_Red-eye" msgstr "_Punasilmäisyys" -#: src/Resources.vala:178 +#: src/Resources.vala:177 msgid "Red-eye" msgstr "Punasilmäisyys" -#: src/Resources.vala:179 +#: src/Resources.vala:178 msgid "Reduce or eliminate any red-eye effects in the photo" msgstr "Vähennä tai poista punasilmäisyyttä kuvasta" -#: src/Resources.vala:181 ui/direct.ui:154 ui/photo.ui:243 +#: src/Resources.vala:180 ui/direct.ui:154 ui/photo.ui:243 msgid "_Adjust" msgstr "_Säädä" -#: src/Resources.vala:182 +#: src/Resources.vala:181 msgid "Adjust" msgstr "Säädä" -#: src/Resources.vala:183 +#: src/Resources.vala:182 msgid "Adjust the photo’s color and tone" msgstr "Säädä kuvan värejä ja sävyä" -#: src/Resources.vala:186 +#: src/Resources.vala:185 msgid "Revert to Original" msgstr "Palauta alkuperäinen" -#: src/Resources.vala:188 +#: src/Resources.vala:187 msgid "Revert External E_dits" msgstr "Kumoa ulkoiset _muokkaukset" -#: src/Resources.vala:189 +#: src/Resources.vala:188 msgid "Revert to the master photo" msgstr "Palauta pääkuva" -#: src/Resources.vala:192 +#: src/Resources.vala:191 msgid "Set selected image to be the new desktop background" msgstr "Aseta valittu kuva uudeksi työpöydän taustakuvaksi" -#: src/Resources.vala:193 +#: src/Resources.vala:192 msgid "Set as _Desktop Slideshow…" msgstr "Aseta työpöydän _diaesitykseksi…" -#: src/Resources.vala:195 ui/direct.ui:47 ui/events_directory.ui:35 +#: src/Resources.vala:194 ui/direct.ui:47 ui/events_directory.ui:35 #: ui/event.ui:50 ui/faces.ui:50 ui/import.ui:43 ui/media.ui:50 #: ui/offline.ui:35 ui/photo.ui:58 ui/tags.ui:50 ui/trash.ui:40 msgid "_Undo" msgstr "_Kumoa" -#: src/Resources.vala:196 +#: src/Resources.vala:195 msgid "Undo" msgstr "Kumoa" -#: src/Resources.vala:198 ui/direct.ui:52 ui/events_directory.ui:40 +#: src/Resources.vala:197 ui/direct.ui:52 ui/events_directory.ui:40 #: ui/event.ui:55 ui/faces.ui:55 ui/import.ui:48 ui/media.ui:55 #: ui/offline.ui:40 ui/photo.ui:63 ui/tags.ui:55 ui/trash.ui:45 msgid "_Redo" msgstr "_Tee uudelleen" -#: src/Resources.vala:199 +#: src/Resources.vala:198 msgid "Redo" msgstr "Tee uudelleen" -#: src/Resources.vala:201 ui/events_directory.ui:139 ui/events_directory.ui:181 +#: src/Resources.vala:200 ui/events_directory.ui:139 ui/events_directory.ui:181 #: ui/event.ui:393 ui/event.ui:588 msgid "Re_name Event…" msgstr "Nimeä tapa_htuma uudelleen…" -#: src/Resources.vala:204 ui/event.ui:373 ui/event.ui:580 +#: src/Resources.vala:203 ui/event.ui:373 ui/event.ui:580 msgid "Make _Key Photo for Event" msgstr "Aseta tapahtuman _pienoiskuvaksi" -#: src/Resources.vala:205 +#: src/Resources.vala:204 msgid "Make Key Photo for Event" msgstr "Aseta tapahtuman pienoiskuvaksi" -#: src/Resources.vala:207 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 +#: src/Resources.vala:206 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 #: ui/tags.ui:376 msgid "_New Event" msgstr "_Uusi tapahtuma" -#: src/Resources.vala:208 +#: src/Resources.vala:207 msgid "New Event" msgstr "Uusi tapahtuma" -#: src/Resources.vala:210 +#: src/Resources.vala:209 msgid "Move Photos" msgstr "Siirrä kuvia" -#: src/Resources.vala:211 +#: src/Resources.vala:210 msgid "Move photos to an event" msgstr "Siirrä kuvia tapahtumaan" -#: src/Resources.vala:213 ui/events_directory.ui:135 ui/events_directory.ui:177 +#: src/Resources.vala:212 ui/events_directory.ui:135 ui/events_directory.ui:177 msgid "_Merge Events" msgstr "_Yhdistä tapahtumat" -#: src/Resources.vala:214 +#: src/Resources.vala:213 msgid "Merge" msgstr "Yhdistä" -#: src/Resources.vala:215 +#: src/Resources.vala:214 msgid "Combine events into a single event" msgstr "Yhdistä tapahtumat yhdeksi tapahtumaksi" -#: src/Resources.vala:217 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 +#: src/Resources.vala:216 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 #: ui/faces.ui:286 ui/media.ui:286 ui/photo_context.ui:35 ui/photo.ui:273 #: ui/tags.ui:286 msgid "_Set Rating" msgstr "_Aseta arvostelu" -#: src/Resources.vala:218 +#: src/Resources.vala:217 msgid "Set Rating" msgstr "Aseta arvostelu" -#: src/Resources.vala:219 +#: src/Resources.vala:218 msgid "Change the rating of your photo" msgstr "Muuta kuvan arvostelua" -#: src/Resources.vala:221 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 +#: src/Resources.vala:220 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 #: ui/faces.ui:326 ui/media.ui:326 ui/photo_context.ui:75 ui/photo.ui:313 #: ui/tags.ui:326 msgid "_Increase" msgstr "_Korota" -#: src/Resources.vala:222 +#: src/Resources.vala:221 msgid "Increase Rating" msgstr "Korota arvostelua" -#: src/Resources.vala:224 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 +#: src/Resources.vala:223 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 #: ui/faces.ui:331 ui/media.ui:331 ui/photo_context.ui:80 ui/photo.ui:318 #: ui/tags.ui:331 msgid "_Decrease" msgstr "_Laske" -#: src/Resources.vala:225 +#: src/Resources.vala:224 msgid "Decrease Rating" msgstr "Laske arvostelua" -#: src/Resources.vala:227 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 +#: src/Resources.vala:226 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 #: ui/faces.ui:314 ui/media.ui:314 ui/photo_context.ui:63 ui/photo.ui:301 #: ui/tags.ui:314 msgid "_Unrated" msgstr "_Ei arvostelua" -#: src/Resources.vala:228 +#: src/Resources.vala:227 msgid "Unrated" msgstr "Ei arvostelua" -#: src/Resources.vala:229 +#: src/Resources.vala:228 msgid "Rate Unrated" msgstr "Jätä arvostelematta" -#: src/Resources.vala:230 +#: src/Resources.vala:229 msgid "Setting as unrated" msgstr "Asetetaan arvostelemattomaksi" -#: src/Resources.vala:231 +#: src/Resources.vala:230 msgid "Remove any ratings" msgstr "Poista kaikki arvostelut" -#: src/Resources.vala:233 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 +#: src/Resources.vala:232 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 #: ui/faces.ui:319 ui/media.ui:319 ui/photo_context.ui:68 ui/photo.ui:306 #: ui/tags.ui:319 msgid "_Rejected" msgstr "_Hylätty" -#: src/Resources.vala:234 +#: src/Resources.vala:233 msgid "Rejected" msgstr "Hylätty" -#: src/Resources.vala:235 +#: src/Resources.vala:234 msgid "Rate Rejected" msgstr "Arvostele hylätyksi" -#: src/Resources.vala:236 +#: src/Resources.vala:235 msgid "Setting as rejected" msgstr "Asetetaan hylätyksi" -#: src/Resources.vala:237 +#: src/Resources.vala:236 msgid "Set rating to rejected" msgstr "Aseta arvostelu hylätyksi" -#: src/Resources.vala:239 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 +#: src/Resources.vala:238 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 #: ui/media.ui:196 ui/offline.ui:153 ui/search_bar.ui:6 ui/tags.ui:196 #: ui/trash.ui:162 msgid "Rejected _Only" msgstr "_Vain hylätyt" -#: src/Resources.vala:240 +#: src/Resources.vala:239 msgid "Rejected Only" msgstr "Vain hylätyt" -#: src/Resources.vala:241 +#: src/Resources.vala:240 msgid "Show only rejected photos" msgstr "Näytä vain hylätyt kuvat" -#: src/Resources.vala:243 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 +#: src/Resources.vala:242 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 #: ui/media.ui:190 ui/offline.ui:147 ui/search_bar.ui:12 ui/tags.ui:190 #: ui/trash.ui:156 msgid "All + _Rejected" msgstr "Kaikki + _Hylätyt" -#: src/Resources.vala:244 +#: src/Resources.vala:243 msgctxt "Tooltip" msgid "Show all photos, including rejected" msgstr "Näytä kaikki kuvat, myös hylätyt" -#: src/Resources.vala:246 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 +#: src/Resources.vala:245 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 #: ui/media.ui:184 ui/offline.ui:141 ui/search_bar.ui:18 ui/tags.ui:184 #: ui/trash.ui:150 msgid "_All Photos" msgstr "_Kaikki kuvat" #. Button tooltip -#: src/Resources.vala:248 +#: src/Resources.vala:247 msgid "Show all photos" msgstr "Näytä kaikki kuvat" -#: src/Resources.vala:250 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 +#: src/Resources.vala:249 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 #: ui/photo.ui:120 ui/tags.ui:144 msgid "_Ratings" msgstr "_Arvostelut" -#: src/Resources.vala:251 +#: src/Resources.vala:250 msgid "Display each photo’s rating" msgstr "Näytä jokaisen kuvan arvostelu" -#: src/Resources.vala:253 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 +#: src/Resources.vala:252 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 #: ui/media.ui:151 ui/offline.ui:108 ui/tags.ui:151 ui/trash.ui:117 msgid "_Filter Photos" msgstr "_Suodata kuvia" -#: src/Resources.vala:254 +#: src/Resources.vala:253 msgid "Filter Photos" msgstr "Suodata kuvia" -#: src/Resources.vala:255 +#: src/Resources.vala:254 msgid "Limit the number of photos displayed based on a filter" msgstr "Rajaa näytettävien kuvien määriä suodattimella" -#: src/Resources.vala:258 +#: src/Resources.vala:257 msgid "Duplicate" msgstr "Kopioi" -#: src/Resources.vala:259 +#: src/Resources.vala:258 msgid "Make a duplicate of the photo" msgstr "Tee tästä valokuvasta kopio" -#: src/Resources.vala:261 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 +#: src/Resources.vala:260 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 #: ui/photo.ui:17 ui/tags.ui:17 msgid "_Export…" msgstr "_Vie…" -#: src/Resources.vala:263 +#: src/Resources.vala:262 msgid "_Print…" msgstr "_Tulosta…" -#: src/Resources.vala:265 +#: src/Resources.vala:264 msgid "Pu_blish…" msgstr "Julkai_se…" -#: src/Resources.vala:267 ui/collection.ui:189 +#: src/Resources.vala:266 ui/collection.ui:189 msgid "Publish to various websites" msgstr "Julkaise eri verkkosivuille" -#: src/Resources.vala:269 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 +#: src/Resources.vala:268 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 #: ui/faces.ui:340 ui/media.ui:340 ui/photo_context.ui:105 ui/photo.ui:327 #: ui/tags.ui:340 msgid "Edit _Title…" msgstr "Muokkaa ni_meä…" #. Button label -#: src/Resources.vala:271 +#: src/Resources.vala:270 msgctxt "Button Label" msgid "Edit Title" msgstr "Muokkaa nimeä" -#: src/Resources.vala:273 ui/collection.ui:103 ui/events_directory.ui:144 +#: src/Resources.vala:272 ui/collection.ui:103 ui/events_directory.ui:144 #: ui/events_directory.ui:186 ui/event.ui:345 ui/event.ui:398 ui/event.ui:542 #: ui/faces.ui:345 ui/media.ui:345 ui/photo_context.ui:110 ui/photo.ui:332 #: ui/tags.ui:345 @@ -5370,172 +5404,172 @@ msgid "Edit _Comment…" msgstr "Muokkaa _kommenttia…" #. Button label -#: src/Resources.vala:275 +#: src/Resources.vala:274 msgid "Edit Comment" msgstr "Muokkaa kommenttia" -#: src/Resources.vala:277 ui/event.ui:592 +#: src/Resources.vala:276 ui/event.ui:592 msgid "Edit Event _Comment…" msgstr "Muokkaa ta_pahtuman kommenttia…" -#: src/Resources.vala:280 ui/direct.ui:167 ui/photo.ui:337 +#: src/Resources.vala:279 ui/direct.ui:167 ui/photo.ui:337 msgid "_Adjust Date and Time…" msgstr "Muut_a päiväystä ja kellonaikaa…" -#: src/Resources.vala:281 +#: src/Resources.vala:280 msgid "Adjust Date and Time" msgstr "Muuta päiväystä ja kellonaikaa..." -#: src/Resources.vala:283 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 +#: src/Resources.vala:282 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 #: ui/faces.ui:390 ui/media.ui:390 ui/photo.ui:375 ui/tags.ui:390 msgid "Add _Tags…" msgstr "Lisää tunn_isteita…" -#: src/Resources.vala:284 ui/photo_context.ui:17 +#: src/Resources.vala:283 ui/photo_context.ui:17 msgid "_Add Tags…" msgstr "Li_sää tunnisteita…" #. Dialog title -#: src/Resources.vala:286 +#: src/Resources.vala:285 msgctxt "Dialog Title" msgid "Add Tags" msgstr "Lisää tunnisteita" -#: src/Resources.vala:295 ui/photo_context.ui:135 +#: src/Resources.vala:294 ui/photo_context.ui:135 msgid "Send T_o…" msgstr "L_ähetä…" -#: src/Resources.vala:297 +#: src/Resources.vala:296 msgid "_Find…" msgstr "_Etsi…" -#: src/Resources.vala:298 ui/collection.ui:217 ui/offline.ui:239 +#: src/Resources.vala:297 ui/collection.ui:217 ui/offline.ui:239 #: ui/trash.ui:312 msgid "Find" msgstr "Etsi" -#: src/Resources.vala:299 ui/collection.ui:214 ui/offline.ui:236 +#: src/Resources.vala:298 ui/collection.ui:214 ui/offline.ui:236 #: ui/trash.ui:309 msgid "Find an image by typing text that appears in its name or tags" msgstr "" "Etsi kuva kirjoittamalla sen nimessä tai tunnisteissa esiintyvää tekstiä" -#: src/Resources.vala:301 +#: src/Resources.vala:300 msgid "_Flag" msgstr "_Merkitse" -#: src/Resources.vala:303 +#: src/Resources.vala:302 msgid "Un_flag" msgstr "Poista _merkintä" -#: src/Resources.vala:307 +#: src/Resources.vala:306 msgid "Mark faces of people in the photo" msgstr "Merkitse tämän kuvan ihmisten kasvot" -#: src/Resources.vala:308 +#: src/Resources.vala:307 msgid "Modify Faces" msgstr "Muokkaa kasvoja" -#: src/Resources.vala:309 +#: src/Resources.vala:308 msgid "Delete Face" msgstr "Poista kasvo" -#: src/Resources.vala:311 src/Resources.vala:353 ui/tags.ui:456 +#: src/Resources.vala:310 src/Resources.vala:352 ui/tags.ui:456 msgid "_Rename…" msgstr "Ni_meä uudelleen…" -#: src/Resources.vala:315 +#: src/Resources.vala:314 #, c-format msgid "Unable to launch editor: %s" msgstr "Muokkaimen käynnistäminen ei onnistu: %s" -#: src/Resources.vala:320 +#: src/Resources.vala:319 #, c-format msgid "Add Tag “%s”" msgstr "Lisää tunniste “%s”" #. Used when adding two tags to photo(s) -#: src/Resources.vala:323 +#: src/Resources.vala:322 #, c-format msgid "Add Tags “%s” and “%s”" msgstr "Lisää tunnisteet “%s” ja “%s”" #. Undo/Redo command name (in Edit menu) -#: src/Resources.vala:328 +#: src/Resources.vala:327 msgctxt "UndoRedo menu entry" msgid "Add Tags" msgstr "Lisää tunnisteita" -#: src/Resources.vala:333 +#: src/Resources.vala:332 #, c-format msgid "_Delete Tag “%s”" msgstr "_Poista tunniste “%s”" -#: src/Resources.vala:337 +#: src/Resources.vala:336 #, c-format msgid "Delete Tag “%s”" msgstr "Poista tunniste “%s”" -#: src/Resources.vala:340 +#: src/Resources.vala:339 msgid "Delete Tag" msgstr "Poista tunniste" -#: src/Resources.vala:346 +#: src/Resources.vala:345 #, c-format msgid "Re_name Tag “%s”…" msgstr "_Nimeä tunniste “%s” uudelleen…" -#: src/Resources.vala:350 +#: src/Resources.vala:349 #, c-format msgid "Rename Tag “%s” to “%s”" msgstr "Nimeä tunniste “%s” muotoon “%s”" -#: src/Resources.vala:355 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 +#: src/Resources.vala:354 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 #: ui/faces.ui:395 ui/media.ui:395 ui/photo_context.ui:22 ui/photo.ui:380 #: ui/tags.ui:395 msgid "Modif_y Tags…" msgstr "Muokkaa tu_nnisteita…" -#: src/Resources.vala:356 +#: src/Resources.vala:355 msgid "Modify Tags" msgstr "Muokkaa tunnisteita" -#: src/Resources.vala:359 +#: src/Resources.vala:358 #, c-format msgid "Tag Photo as “%s”" msgid_plural "Tag Photos as “%s”" msgstr[0] "Aseta kuvalle tunniste “%s”" msgstr[1] "Aseta kuville tunniste “%s”" -#: src/Resources.vala:365 +#: src/Resources.vala:364 #, c-format msgid "Tag the selected photo as “%s”" msgid_plural "Tag the selected photos as “%s”" msgstr[0] "Aseta valitulle kuvalle tunniste “%s”" msgstr[1] "Aseta valituille kuville tunniste “%s”" -#: src/Resources.vala:371 +#: src/Resources.vala:370 #, c-format msgid "Remove Tag “%s” From _Photo" msgid_plural "Remove Tag “%s” From _Photos" msgstr[0] "Poista _kuvasta tunniste “%s”" msgstr[1] "Poista _kuvista tunniste “%s”" -#: src/Resources.vala:377 +#: src/Resources.vala:376 #, c-format msgid "Remove Tag “%s” From Photo" msgid_plural "Remove Tag “%s” From Photos" msgstr[0] "Poista kuvasta tunniste “%s”" msgstr[1] "Poista kuvista tunniste “%s”" -#: src/Resources.vala:383 +#: src/Resources.vala:382 #, c-format msgid "Unable to rename tag to “%s” because the tag already exists." msgstr "" "Tunnisteelle ei voida antaa nimeä “%s”, koska sillä nimellä on jo olemassa " "tunniste." -#: src/Resources.vala:387 +#: src/Resources.vala:386 #, c-format msgid "Unable to rename search to “%s” because the search already exists." msgstr "" @@ -5543,164 +5577,164 @@ msgstr "" "jo olemassa." #. Saved search button -#: src/Resources.vala:390 src/SearchFilter.vala:1146 +#: src/Resources.vala:389 src/SearchFilter.vala:1146 msgid "Saved Search" msgstr "Tallennettu haku" -#: src/Resources.vala:392 +#: src/Resources.vala:391 msgid "Delete Search" msgstr "Poista haku" -#: src/Resources.vala:395 ui/savedsearch.ui:10 +#: src/Resources.vala:394 ui/savedsearch.ui:10 msgid "_Edit…" msgstr "_Muokkaa…" -#: src/Resources.vala:396 ui/savedsearch.ui:6 +#: src/Resources.vala:395 ui/savedsearch.ui:6 msgid "Re_name…" msgstr "_Nimeä uudelleen…" -#: src/Resources.vala:399 +#: src/Resources.vala:398 #, c-format msgid "Rename Search “%s” to “%s”" msgstr "Muuta haun “%s” nimi muotoon “%s”" -#: src/Resources.vala:403 +#: src/Resources.vala:402 #, c-format msgid "Delete Search “%s”" msgstr "Poista haku “%s”" -#: src/Resources.vala:408 +#: src/Resources.vala:407 #, c-format msgid "Unable to rename face to “%s” because the face already exists." msgstr "" "Kasvoille ei voida antaa nimeä “%s”, koska sillä nimellä on jo olemassa " "kasvot." -#: src/Resources.vala:412 +#: src/Resources.vala:411 #, c-format msgid "Remove Face “%s” From _Photo" msgid_plural "Remove Face “%s” From _Photos" msgstr[0] "Poista _kuvasta kasvo “%s”" msgstr[1] "Poista _kuvista kasvo “%s”" -#: src/Resources.vala:417 +#: src/Resources.vala:416 #, c-format msgid "Remove Face “%s” From Photo" msgid_plural "Remove Face “%s” From Photos" msgstr[0] "Poista kuvasta kasvo “%s”" msgstr[1] "Poista kuvista kasvo “%s”" -#: src/Resources.vala:422 +#: src/Resources.vala:421 #, c-format msgid "Re_name Face “%s”…" msgstr "_Nimeä kasvo “%s” uudelleen…" -#: src/Resources.vala:426 +#: src/Resources.vala:425 #, c-format msgid "Rename Face “%s” to “%s”" msgstr "Nimeä kasvo “%s” muotoon “%s”" -#: src/Resources.vala:430 +#: src/Resources.vala:429 #, c-format msgid "_Delete Face “%s”" msgstr "_Poista kasvo “%s”" -#: src/Resources.vala:434 +#: src/Resources.vala:433 #, c-format msgid "Delete Face “%s”" msgstr "Poista kasvo “%s”" -#: src/Resources.vala:636 +#: src/Resources.vala:663 #, c-format msgid "Rate %s" msgstr "Arvostele %s" -#: src/Resources.vala:637 +#: src/Resources.vala:664 #, c-format msgid "Set rating to %s" msgstr "Aseta arvostelu %s" -#: src/Resources.vala:638 +#: src/Resources.vala:665 #, c-format msgid "Setting rating to %s" msgstr "Asetetaan arvostelu %s" -#: src/Resources.vala:640 +#: src/Resources.vala:667 #, c-format msgid "Display %s" msgstr "Näytä %s" -#: src/Resources.vala:641 +#: src/Resources.vala:668 #, c-format msgid "Only show photos with a rating of %s" msgstr "Näytä vain kuvat, joilla on arvostelu %s" -#: src/Resources.vala:642 +#: src/Resources.vala:669 #, c-format msgid "%s or Better" msgstr "%s tai parempi" -#: src/Resources.vala:643 +#: src/Resources.vala:670 #, c-format msgid "Display %s or Better" msgstr "Näytä %s tai parempi" -#: src/Resources.vala:644 +#: src/Resources.vala:671 #, c-format msgid "Only show photos with a rating of %s or better" msgstr "Näytä vain kuvat, joilla on arvostelu %s tai parempi" -#: src/Resources.vala:735 ui/trash.ui:255 +#: src/Resources.vala:762 ui/trash.ui:255 msgid "Remove the selected photos from the trash" msgstr "Poista valitut kuvat roskakorista" -#: src/Resources.vala:736 ui/offline.ui:221 +#: src/Resources.vala:763 ui/offline.ui:221 msgid "Remove the selected photos from the library" msgstr "Poista valitut kuvat kirjastosta" -#: src/Resources.vala:738 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 +#: src/Resources.vala:765 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 msgid "_Restore" msgstr "_Palauta" -#: src/Resources.vala:739 ui/trash.ui:270 +#: src/Resources.vala:766 ui/trash.ui:270 msgid "Move the selected photos back into the library" msgstr "Siirrä valitut kuvat takaisin kirjastoon" -#: src/Resources.vala:741 ui/collection.ui:123 ui/direct_context.ui:18 +#: src/Resources.vala:768 ui/collection.ui:123 ui/direct_context.ui:18 #: ui/direct.ui:30 ui/event.ui:27 ui/event.ui:562 ui/faces.ui:27 ui/media.ui:27 #: ui/photo_context.ui:130 ui/photo.ui:35 ui/tags.ui:27 ui/trash.ui:19 #: ui/trash.ui:227 msgid "Show in File Mana_ger" msgstr "Avaa _tiedostonhallintaohjelmalla" -#: src/Resources.vala:742 +#: src/Resources.vala:769 msgid "Open the selected photo’s directory in the file manager" msgstr "Avaa valitun valokuvan sisältävä kansio tiedostonhallinnassa" -#: src/Resources.vala:745 +#: src/Resources.vala:772 #, c-format msgid "Unable to open in file manager: %s" msgstr "Tiedostonhallinnan avaaminen ei onnistu: %s" -#: src/Resources.vala:748 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 +#: src/Resources.vala:775 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 #: ui/offline.ui:58 ui/offline.ui:207 ui/offline.ui:224 ui/photo.ui:77 #: ui/tags.ui:74 msgid "R_emove From Library" msgstr "_Poista kirjastosta" -#: src/Resources.vala:750 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 +#: src/Resources.vala:777 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 #: ui/faces.ui:79 ui/media.ui:79 ui/photo_context.ui:141 ui/photo.ui:82 #: ui/tags.ui:79 msgid "_Move to Trash" msgstr "_Siirrä roskakoriin" -#: src/Resources.vala:752 ui/events_directory.ui:58 ui/event.ui:86 +#: src/Resources.vala:779 ui/events_directory.ui:58 ui/event.ui:86 #: ui/faces.ui:86 ui/import.ui:61 ui/media.ui:86 ui/offline.ui:65 ui/tags.ui:86 #: ui/trash.ui:74 msgid "Select _All" msgstr "Valitse _kaikki" -#: src/Resources.vala:753 +#: src/Resources.vala:780 msgid "Select all items" msgstr "Valitse kaikki" @@ -5713,14 +5747,14 @@ msgstr "Valitse kaikki" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format #. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:814 +#: src/Resources.vala:841 msgid "%a %b %d, %Y" msgstr "%a %d. %b %Y" #. / Locale-specific starting date format for multi-date strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:819 +#: src/Resources.vala:846 msgctxt "MultidayFormat" msgid "%a %b %d" msgstr "%a, %e. %b" @@ -5728,7 +5762,7 @@ msgstr "%a, %e. %b" #. / Locale-specific ending date format for multi-date strings, #. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:824 +#: src/Resources.vala:851 msgctxt "MultidayFormat" msgid "%d, %Y" msgstr "%e., %Y" @@ -5736,7 +5770,7 @@ msgstr "%e., %Y" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:829 +#: src/Resources.vala:856 msgctxt "MultimonthFormat" msgid "%a %b %d" msgstr "%a, %e. %b" @@ -5744,7 +5778,7 @@ msgstr "%a, %e. %b" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Mon Apr 06, 2006" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:834 +#: src/Resources.vala:861 msgctxt "MultimonthFormat" msgid "%a %b %d, %Y" msgstr "%a %d. %b %Y" @@ -6500,6 +6534,19 @@ msgstr "nimike" msgid "Delete all photos in the trash" msgstr "Poista kaikki kuvat roskakorista" +#~ msgid "enable picasa publishing plugin" +#~ msgstr "käytä picassa-julkaisulaajennusta" + +#~ msgid "" +#~ "A file required for publishing is unavailable. Publishing to Picasa can’t " +#~ "continue." +#~ msgstr "" +#~ "Julkaisuun vaadittava tiedosto ei ole käytettävissä. Julkaisua Picasaan " +#~ "ei voi jatkaa." + +#~ msgid "You are logged into Picasa Web Albums as %s." +#~ msgstr "Olet kirjautuneena Picasa-verkkoalbumeihin nimellä %s." + #~ msgid "background color" #~ msgstr "taustaväri" diff --git a/po/fr.po b/po/fr.po index 56c61c1..e45d202 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,11 +1,11 @@ # PO message string template file for Shotwell Core Components -# Copyright 2016-2018 Software Freedom Conservancy Inc. +# Copyright 2016-2019 Software Freedom Conservancy Inc. # See COPYING for license. # # Translators: # Alexandre Franke , 2011, 2015. # ttoine , 2013. -# Claude Paroz , 2011-2012, 2016-2018. +# Claude Paroz , 2011-2012, 2016-2019. # hellsdark , 2013. # esunyer , 2012. # fbourigault , 2013. @@ -25,8 +25,8 @@ msgid "" msgstr "" "Project-Id-Version: shotwell master\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/shotwell/issues\n" -"POT-Creation-Date: 2018-06-25 16:43+0000\n" -"PO-Revision-Date: 2018-06-27 10:02+0200\n" +"POT-Creation-Date: 2019-01-27 16:38+0000\n" +"PO-Revision-Date: 2019-01-28 11:38+0100\n" "Last-Translator: Claude Paroz \n" "Language-Team: français \n" "Language: fr\n" @@ -67,10 +67,10 @@ msgstr "" #: misc/shotwell.appdata.xml.in:18 msgid "" "When ready, Shotwell can upload your photos to various web sites, such as " -"Facebook, Flickr, Picasa (Google Plus), and more." +"Facebook, Flickr, Google Photos, and more." msgstr "" "Lorsque vos photos sont prêtes, Shotwell sait les envoyer à différents sites " -"Web, tels que Facebook, Flickr, Picasa (Google Plus) et d’autres encore." +"Web, tels que Facebook, Flickr, Google Photos et d’autres encore." #: misc/shotwell.appdata.xml.in:22 msgid "Shotwell supports JPEG, PNG, TIFF, and a variety of RAW file formats." @@ -78,7 +78,7 @@ msgstr "" "Shotwell prend en charge les formats JPEG, PNG, TIFF ainsi qu’une variété de " "formats de fichier RAW." -#: misc/shotwell.appdata.xml.in:52 +#: misc/shotwell.appdata.xml.in:53 msgid "The Shotwell developers" msgstr "Les développeurs de Shotwell" @@ -934,19 +934,19 @@ msgstr "jeton d’actualisation" #: misc/org.yorba.shotwell.gschema.xml:493 msgid "" -"The OAuth token used to refresh the Picasa Web Albums session for the " -"currently logged in user, if any." +"The OAuth token used to refresh the Google Photos session for the currently " +"logged in user, if any." msgstr "" -"Le jeton OAuth utilisé pour actualiser la session Picasa Web Albums pour " +"Le jeton OAuth utilisé pour actualiser la session Google Photos pour " "l’utilisateur actuellement connecté, le cas échéant." #: misc/org.yorba.shotwell.gschema.xml:499 msgid "" -"A numeric code representing the default size for photos uploaded to Picasa " -"Web Albums" +"A numeric code representing the default size for photos uploaded to Google " +"Photos Albums" msgstr "" "Un code numérique représentant la taille par défaut des photos publiées sur " -"Picasa Web Albums" +"Google Photos Albums" #: misc/org.yorba.shotwell.gschema.xml:504 #: misc/org.yorba.shotwell.gschema.xml:598 @@ -962,10 +962,10 @@ msgstr "" #: misc/org.yorba.shotwell.gschema.xml:511 msgid "" -"Whether images being uploaded to Picasa should have their metadata removed " -"first" +"Whether images being uploaded to Google Photos should have their metadata " +"removed first" msgstr "" -"Indique si les images envoyées vers Picasa doivent être préalablement " +"Indique si les images envoyées vers Google Photos doivent être préalablement " "privées de leurs métadonnées" #: misc/org.yorba.shotwell.gschema.xml:518 @@ -1251,13 +1251,12 @@ msgid "True if the Flickr publishing plugin is enabled, false otherwise" msgstr "Si vrai, le greffon de publication vers Flickr est activé" #: misc/org.yorba.shotwell.gschema.xml:726 -msgid "enable picasa publishing plugin" -msgstr "activer le greffon de publication vers Picasa" +msgid "enable Google Photos publishing plugin" +msgstr "activer le greffon de publication vers Google Photos" #: misc/org.yorba.shotwell.gschema.xml:727 -msgid "" -"True if the Picasa Web Albums publishing plugin is enabled, false otherwise" -msgstr "Si vrai, le greffon de publication vers Picasa Web Albums est activé" +msgid "True if the Google Photos publishing plugin is enabled, false otherwise" +msgstr "Si vrai, le greffon de publication vers Google Photos est activé" #: misc/org.yorba.shotwell.gschema.xml:732 msgid "enable youtube publishing plugin" @@ -1447,19 +1446,19 @@ msgstr "" "Cliquez sur « Se connecter » pour lancer la connexion dans votre navigateur " "Web. Vous devrez autoriser Shotwell Connect à se lier à votre compte Flickr." -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:124 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:125 msgid "Preparing for login…" msgstr "Préparation de la connexion…" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:193 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:194 msgid "Flickr authorization failed" msgstr "L’autorisation de Flickr a échoué" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:200 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:201 msgid "Verifying authorization…" msgstr "Vérification de l’autorisation…" -#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:137 +#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:138 msgid "" "You have already logged in and out of a Google service during this Shotwell " "session.\n" @@ -1475,19 +1474,6 @@ msgstr "" #: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:32 msgid "" -"You are not currently logged into Picasa Web Albums.\n" -"\n" -"Click Log in to log into Picasa Web Albums in your Web browser. You will " -"have to authorize Shotwell Connect to link to your Picasa Web Albums account." -msgstr "" -"Vous n’êtes actuellement pas connecté à Picasa Web Albums.\n" -"\n" -"Cliquez sur « Se connecter » pour vous connecter à Picasa Web Albums avec " -"votre navigateur. Vous devrez autoriser Shotwell Connect à communiquer avec " -"votre compte Picasa Web Albums." - -#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:35 -msgid "" "You are not currently logged into YouTube.\n" "\n" "You must have already signed up for a Google account and set it up for use " @@ -1500,6 +1486,22 @@ msgstr "" "pour continuer. Vous pouvez activer la plupart des comptes en vous " "connectant au moins une fois au site de YouTube à l’aide d’un navigateur." +#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:36 +msgid "" +"You are not currently logged into Google Photos.\n" +"\n" +"You must have already signed up for a Google account and set it up for use " +"with Google Photos.\n" +"\n" +"You will have to authorize Shotwell to link to your Google Photos account." +msgstr "" +"Vous n’êtes actuellement pas connecté à Google Photos.\n" +"\n" +"Vous devez déjà avoir un compte Google dont l’accès à Google Photos a été " +"activé.\n" +"\n" +"Vous devrez autoriser Shotwell à se lier à votre compte Google Photos." + #: plugins/authenticator/shotwell/tumblr_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/rajce_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/RajcePublishing.vala:892 @@ -1526,12 +1528,12 @@ msgstr "" "Saisissez le nom d’utilisateur et le mot de passe de votre compte Tumblr." #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:26 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1081 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1084 msgid "Username and/or password invalid. Please try again" msgstr "Nom d’utilisateur et/ou mot de passe non valide. Veuillez réessayer." #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:53 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1117 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1120 msgid "Invalid User Name or Password" msgstr "Le nom d’utilisateur ou le mot de passe n’est pas valide" @@ -1556,14 +1558,14 @@ msgstr "" "Guillaume Bernard " #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:217 +#: plugins/common/RESTSupport.vala:220 msgid "" "⚫ This website presented identification that belongs to a different website." msgstr "" "⚫ Ce site Web a présenté une identification appartenant à un autre site." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:222 +#: plugins/common/RESTSupport.vala:225 msgid "" "⚫ This website’s identification is too old to trust. Check the date on your " "computer’s calendar." @@ -1572,7 +1574,7 @@ msgstr "" "l’agenda de votre ordinateur." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:227 +#: plugins/common/RESTSupport.vala:230 msgid "" "⚫ This website’s identification was not issued by a trusted organization." msgstr "" @@ -1580,7 +1582,7 @@ msgstr "" "certifiée." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:232 +#: plugins/common/RESTSupport.vala:235 msgid "" "⚫ This website’s identification could not be processed. It may be corrupted." msgstr "" @@ -1588,7 +1590,7 @@ msgstr "" "être endommagée." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:237 +#: plugins/common/RESTSupport.vala:240 msgid "" "⚫ This website’s identification has been revoked by the trusted organization " "that issued it." @@ -1597,7 +1599,7 @@ msgstr "" "certifiée qui l’a émise." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:242 +#: plugins/common/RESTSupport.vala:245 msgid "" "⚫ This website’s identification cannot be trusted because it uses very weak " "encryption." @@ -1606,7 +1608,7 @@ msgstr "" "chiffrement très faible." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:247 +#: plugins/common/RESTSupport.vala:250 msgid "" "⚫ This website’s identification is only valid for future dates. Check the " "date on your computer’s calendar." @@ -1614,7 +1616,7 @@ msgstr "" "⚫ L’identification de ce site Web n’est valide que pour le futur. Vérifiez " "la date sur l’agenda de votre ordinateur." -#: plugins/common/RESTSupport.vala:524 +#: plugins/common/RESTSupport.vala:539 #: plugins/shotwell-publishing/TumblrPublishing.vala:623 msgid "A temporary file needed for publishing is unavailable" msgstr "" @@ -1673,7 +1675,7 @@ msgstr "pixels" #: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:158 #: plugins/shotwell-publishing/FlickrPublishing.vala:687 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1309 #: src/Dimensions.vala:17 msgid "Original size" msgstr "Taille originale" @@ -1689,7 +1691,7 @@ msgstr "Bord le plus long" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:145 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:177 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:125 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:142 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:181 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:105 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:99 msgid "_Logout" @@ -1701,7 +1703,7 @@ msgstr "Se _déconnecter" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:159 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:192 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:141 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:156 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:195 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:121 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:115 #: src/CollectionPage.vala:82 src/PhotoPage.vala:2492 @@ -1857,7 +1859,7 @@ msgid "You are logged into Rajce as %s." msgstr "Vous êtes connecté sur Rajce en tant que %s." #: plugins/shotwell-publishing-extras/RajcePublishing.vala:1014 -#: plugins/shotwell-publishing/PicasaPublishing.vala:571 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:69 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:20 msgid "Photos will appear in:" msgstr "Les photos apparaîtront dans :" @@ -1927,7 +1929,7 @@ msgstr "Vidéos et nouveaux albums photos _visibles pour :" #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:155 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:92 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:59 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:75 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:203 msgid "" "_Remove location, camera, and other identifying information before uploading" @@ -1937,15 +1939,14 @@ msgstr "" #: plugins/shotwell-publishing/FacebookPublishing.vala:33 #: plugins/shotwell-publishing/FlickrPublishing.vala:33 -#: plugins/shotwell-publishing/PicasaPublishing.vala:33 #: plugins/shotwell-publishing/PiwigoPublishing.vala:33 #: plugins/shotwell-publishing/YouTubePublishing.vala:33 src/Resources.vala:27 msgid "Copyright 2016 Software Freedom Conservancy Inc." msgstr "Copyright 2016 Software Freedom Conservancy Inc." #: plugins/shotwell-publishing/FacebookPublishing.vala:61 -#: plugins/shotwell-publishing/PicasaPublishing.vala:58 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1188 +#: plugins/shotwell-publishing/PhotosPublisher.vala:9 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1191 msgid "Shotwell Connect" msgstr "Shotwell Connect" @@ -1989,7 +1990,7 @@ msgstr "Seulement moi" #: plugins/shotwell-publishing/FacebookPublishing.vala:889 #: plugins/shotwell-publishing/FlickrPublishing.vala:661 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1290 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 msgid "Everyone" msgstr "Tout le monde" @@ -2056,78 +2057,90 @@ msgid "Friends only" msgstr "Uniquement les amis" #: plugins/shotwell-publishing/FlickrPublishing.vala:683 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1302 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 #: plugins/shotwell-publishing/TumblrPublishing.vala:103 msgid "500 × 375 pixels" msgstr "500 × 375 pixels" #: plugins/shotwell-publishing/FlickrPublishing.vala:684 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1303 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 #: plugins/shotwell-publishing/TumblrPublishing.vala:104 msgid "1024 × 768 pixels" msgstr "1024 × 768 pixels" #: plugins/shotwell-publishing/FlickrPublishing.vala:685 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1304 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1307 msgid "2048 × 1536 pixels" msgstr "2048 × 1536 pixels" #: plugins/shotwell-publishing/FlickrPublishing.vala:686 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1308 msgid "4096 × 3072 pixels" msgstr "4096 × 3072 pixels" -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:93 -msgid "Photo _size preset:" -msgstr "_Taille prédéfinie des photos :" - -#. Add album that will push to the default feed for all the new users -#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) -#. or the new "Default album" album for Google Photos -#: plugins/shotwell-publishing/PicasaPublishing.vala:96 -#: plugins/shotwell-publishing/PicasaPublishing.vala:630 -msgid "Default album" -msgstr "Album par défaut" - -#: plugins/shotwell-publishing/PicasaPublishing.vala:291 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:66 msgid "" -"A file required for publishing is unavailable. Publishing to Picasa can’t " -"continue." +"Shotwell can only publish into albums that it created by itself, so this " +"list might be empty despite the fact that you already have albums in your " +"Google Photos account" msgstr "" -"Un fichier requis pour la publication est indisponible. Impossible de " -"continuer la publication vers Picasa." +"Shotwell ne peut que publier dans des albums qu’il a créés lui-même, donc " +"cette liste peut être vide même si vous disposez déjà d’albums dans votre " +"compte Google Photos" -#. populate any widgets whose contents are programmatically-generated. -#: plugins/shotwell-publishing/PicasaPublishing.vala:560 -#, c-format -msgid "You are logged into Picasa Web Albums as %s." -msgstr "Vous êtes connecté sur Picasa Web Albums en tant que %s." +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:96 +msgid "Photo _size preset" +msgstr "_Taille prédéfinie des photos" -#: plugins/shotwell-publishing/PicasaPublishing.vala:566 -msgid "Videos will appear in:" -msgstr "Les vidéos apparaîtront dans :" +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:117 +msgid "An existing album" +msgstr "Un album existant" -#: plugins/shotwell-publishing/PicasaPublishing.vala:610 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:132 +msgid "A new album named" +msgstr "Un nouvel album appelé" + +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:17 msgid "Small (640 × 480 pixels)" msgstr "Petit (640 × 480 pixels)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:611 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:18 msgid "Medium (1024 × 768 pixels)" msgstr "Moyen (1024 × 768 pixels)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:612 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:19 msgid "Recommended (1600 × 1200 pixels)" msgstr "Recommandé (1600 × 1200 pixels)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:613 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:20 msgid "Google+ (2048 × 1536 pixels)" msgstr "Google+ (2048 × 1536 pixels)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:614 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:21 #: src/editing_tools/EditingTools.vala:735 msgid "Original Size" msgstr "Taille originale" +#. populate any widgets whose contents are programmatically-generated. +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:59 +#, c-format +msgid "You are logged into Google Photos as %s." +msgstr "Vous êtes connecté à Google Photos en tant que %s." + +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:64 +msgid "Videos will appear in:" +msgstr "Les vidéos apparaîtront dans :" + +#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) +#. or the new "Default album" album for Google Photos +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:105 +msgid "Default album" +msgstr "Album par défaut" + +#: plugins/shotwell-publishing/PhotosService.vala:36 +msgid "Copyright 2019 Jens Georg " +msgstr "Copyright 2019 Jens Georg " + #: plugins/shotwell-publishing/piwigo_authentication_pane.ui:44 msgid "_URL of your Piwigo photo library" msgstr "_URL de votre photothèque Piwigo" @@ -2179,7 +2192,7 @@ msgid "Logout" msgstr "Déconnexion" #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:268 -#: src/Resources.vala:266 ui/collection.ui:192 +#: src/Resources.vala:265 ui/collection.ui:192 msgid "Publish" msgstr "Publier" @@ -2188,14 +2201,14 @@ msgstr "Publier" msgid "Creating album %s…" msgstr "Album %s en cours de création…" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:946 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:949 msgid "An error message occurred when publishing to Piwigo. Please try again." msgstr "" "Un message d’erreur est apparu lors de la publication sur Piwigo. Veuillez " "réessayer." #. %s is the host name that we tried to connect to -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1030 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1033 #, c-format msgid "" "This does not look like the real %s. Attackers might be trying to " @@ -2207,18 +2220,18 @@ msgstr "" "provenance de ce site (par exemple, des messages privés, des informations de " "carte de crédit ou des mots de passe)." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1048 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 #, c-format msgid "Certificate of %s" msgstr "Certificat de %s" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 -#: src/Resources.vala:137 ui/multitextentrydialog.ui:40 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1054 +#: src/Resources.vala:136 ui/multitextentrydialog.ui:40 #: ui/slideshow_settings.ui:52 msgid "_OK" msgstr "_Valider" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1079 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1082 msgid "" "Enter the URL of your Piwigo photo library as well as the username and " "password associated with your Piwigo account for that library." @@ -2226,7 +2239,7 @@ msgstr "" "Saisissez l’URL de la photothèque Piwigo ainsi que le nom d’utilisateur et " "le mot de passe associés à votre compte Piwigo pour cette photothèque." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1080 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1083 msgid "" "Shotwell cannot contact your Piwigo photo library. Please verify the URL you " "entered" @@ -2234,23 +2247,23 @@ msgstr "" "Shotwell n’arrive pas à atteindre votre photothèque Piwigo. Veuillez " "vérifier l’URL saisie" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1112 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1115 msgid "Invalid URL" msgstr "L’URL n’est pas valide." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1291 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 msgid "Admins, Family, Friends, Contacts" msgstr "Administrateurs, Famille, Amis, Contacts" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1292 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1295 msgid "Admins, Family, Friends" msgstr "Administrateurs, Famille, Amis" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1296 msgid "Admins, Family" msgstr "Administrateurs, Famille" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1297 msgid "Admins" msgstr "Administrateurs" @@ -2427,7 +2440,7 @@ msgstr "Quitte le mode plein écran" #: src/data_imports/DataImportsUI.vala:420 src/Dialogs.vala:20 #: src/Dialogs.vala:28 src/Dialogs.vala:58 src/Dialogs.vala:766 #: src/Dialogs.vala:789 src/publishing/PublishingUI.vala:305 -#: src/publishing/PublishingUI.vala:529 src/Resources.vala:128 +#: src/publishing/PublishingUI.vala:529 src/Resources.vala:127 #: ui/multitextentrydialog.ui:25 ui/slideshow_settings.ui:38 #: ui/textentrydialog.ui:19 msgid "_Cancel" @@ -2542,12 +2555,12 @@ msgid "Camera" msgstr "Appareil photo" #. Translators: First %s is the name of camera as gotten from GPhoto, second is the GVolume name, e.g. Mass storage camera (510MB volume) -#: src/camera/CameraTable.vala:367 +#: src/camera/CameraTable.vala:256 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: src/camera/ImportPage.vala:311 src/Properties.vala:233 +#: src/camera/ImportPage.vala:307 src/Properties.vala:234 msgid "RAW+JPEG" msgstr "RAW+JPEG" @@ -2699,21 +2712,21 @@ msgstr[1] "" "d’erreurs." #: src/CollectionPage.vala:80 src/direct/DirectPhotoPage.vala:85 -#: src/PhotoPage.vala:2487 src/Resources.vala:141 +#: src/PhotoPage.vala:2487 src/Resources.vala:140 msgid "_Print" msgstr "Impri_mer" -#: src/CollectionPage.vala:83 src/Resources.vala:294 ui/collection.ui:128 +#: src/CollectionPage.vala:83 src/Resources.vala:293 ui/collection.ui:128 #: ui/direct_context.ui:23 ui/direct.ui:23 ui/event.ui:567 ui/photo.ui:28 msgid "Send _To…" msgstr "Envoyer _vers…" #: src/CollectionPage.vala:84 src/direct/DirectPhotoPage.vala:90 -#: src/PhotoPage.vala:2497 src/Resources.vala:191 +#: src/PhotoPage.vala:2497 src/Resources.vala:190 msgid "Set as _Desktop Background" msgstr "Définir comme fond d’_écran" -#: src/CollectionPage.vala:92 src/Resources.vala:257 +#: src/CollectionPage.vala:92 src/Resources.vala:256 msgid "_Duplicate" msgstr "_Dupliquer" @@ -2725,43 +2738,43 @@ msgstr "Plein écran" msgid "S_lideshow" msgstr "Diapora_ma" -#: src/CollectionPage.vala:110 src/Resources.vala:110 ui/direct.ui:111 +#: src/CollectionPage.vala:110 src/Resources.vala:109 ui/direct.ui:111 #: ui/photo.ui:200 msgid "Rotate _Right" msgstr "Pivoter à d_roite" -#: src/CollectionPage.vala:113 src/Resources.vala:115 ui/direct.ui:116 +#: src/CollectionPage.vala:113 src/Resources.vala:114 ui/direct.ui:116 #: ui/photo.ui:205 msgid "Rotate _Left" msgstr "Pivoter à _gauche" -#: src/CollectionPage.vala:116 src/Resources.vala:120 ui/direct.ui:121 +#: src/CollectionPage.vala:116 src/Resources.vala:119 ui/direct.ui:121 #: ui/photo.ui:210 msgid "Flip Hori_zontally" msgstr "Miroir _horizontal" -#: src/CollectionPage.vala:117 src/Resources.vala:123 ui/direct.ui:125 +#: src/CollectionPage.vala:117 src/Resources.vala:122 ui/direct.ui:125 #: ui/photo.ui:214 msgid "Flip Verti_cally" msgstr "Miroir _vertical" -#: src/CollectionPage.vala:119 src/Resources.vala:157 ui/collection.ui:8 +#: src/CollectionPage.vala:119 src/Resources.vala:156 ui/collection.ui:8 #: ui/direct_context.ui:7 ui/direct.ui:134 ui/event.ui:447 #: ui/photo_context.ui:6 ui/photo.ui:223 msgid "_Enhance" msgstr "_Améliorer" -#: src/CollectionPage.vala:120 src/Resources.vala:185 ui/collection.ui:13 +#: src/CollectionPage.vala:120 src/Resources.vala:184 ui/collection.ui:13 #: ui/direct_context.ui:12 ui/direct.ui:161 ui/event.ui:452 #: ui/photo_context.ui:11 ui/photo.ui:250 msgid "Re_vert to Original" msgstr "Re_venir à l’original" -#: src/CollectionPage.vala:122 src/Resources.vala:161 ui/photo.ui:256 +#: src/CollectionPage.vala:122 src/Resources.vala:160 ui/photo.ui:256 msgid "_Copy Color Adjustments" msgstr "_Copier les ajustements de couleur" -#: src/CollectionPage.vala:125 src/Resources.vala:165 ui/photo.ui:261 +#: src/CollectionPage.vala:125 src/Resources.vala:164 ui/photo.ui:261 msgid "_Paste Color Adjustments" msgstr "_Coller les ajustements de couleur" @@ -2769,17 +2782,17 @@ msgstr "_Coller les ajustements de couleur" msgid "Adjust Date and Time…" msgstr "Ajuster la date et l’heure…" -#: src/CollectionPage.vala:143 src/Resources.vala:290 ui/collection.ui:108 +#: src/CollectionPage.vala:143 src/Resources.vala:289 ui/collection.ui:108 #: ui/event.ui:547 ui/photo_context.ui:115 ui/photo.ui:361 msgid "Open With E_xternal Editor" msgstr "Ouvrir avec un éditeur e_xterne" -#: src/CollectionPage.vala:146 src/Resources.vala:292 ui/collection.ui:113 +#: src/CollectionPage.vala:146 src/Resources.vala:291 ui/collection.ui:113 #: ui/event.ui:552 ui/photo_context.ui:120 ui/photo.ui:366 msgid "Open With RA_W Editor" msgstr "Ouvrir avec l’éditeur RA_W" -#: src/CollectionPage.vala:149 src/Resources.vala:138 +#: src/CollectionPage.vala:149 src/Resources.vala:137 msgid "_Play" msgstr "_Lancer" @@ -3116,8 +3129,8 @@ msgstr[0] "Ceci enlèvera l’étiquette « %s » d’une photo. Poursuivre ? msgstr[1] "Ceci enlèvera l’étiquette « %s » de %d photos. Poursuivre ?" #: src/Dialogs.vala:20 src/Dialogs.vala:28 src/Dialogs.vala:58 -#: src/Dialogs.vala:734 src/Resources.vala:129 src/Resources.vala:310 -#: src/Resources.vala:341 src/Resources.vala:394 src/Resources.vala:734 +#: src/Dialogs.vala:734 src/Resources.vala:128 src/Resources.vala:309 +#: src/Resources.vala:340 src/Resources.vala:393 src/Resources.vala:761 #: ui/savedsearch.ui:14 ui/tags.ui:460 ui/trash.ui:63 ui/trash.ui:216 #: ui/trash.ui:258 msgid "_Delete" @@ -3585,7 +3598,7 @@ msgstr "Aucune photo ou vidéo importée.\n" msgid "Import Complete" msgstr "Importation achevée" -#: src/Dialogs.vala:663 src/Resources.vala:202 +#: src/Dialogs.vala:663 src/Resources.vala:201 msgid "Rename Event" msgstr "Renommer l’événement" @@ -3599,12 +3612,12 @@ msgctxt "Dialog Title" msgid "Edit Title" msgstr "Modifier le titre" -#: src/Dialogs.vala:675 src/Properties.vala:346 +#: src/Dialogs.vala:675 src/Properties.vala:347 msgid "Title:" msgstr "Titre :" #. Dialog title -#: src/Dialogs.vala:691 src/Resources.vala:278 +#: src/Dialogs.vala:691 src/Resources.vala:277 msgid "Edit Event Comment" msgstr "Modifier le commentaire de l’événement" @@ -3660,7 +3673,7 @@ msgid_plural "This will remove %d photos from the library. Continue?" msgstr[0] "Ceci enlèvera la photo de la photothèque. Poursuivre ?" msgstr[1] "Ceci enlèvera %d photos de la photothèque. Poursuivre ?" -#: src/Dialogs.vala:790 src/Resources.vala:144 +#: src/Dialogs.vala:790 src/Resources.vala:143 msgid "_Remove" msgstr "_Enlever" @@ -3851,30 +3864,30 @@ msgstr "" msgid "Unable open photo %s. Sorry." msgstr "Impossible d’ouvrir la photo %s. Désolé." -#: src/direct/DirectPhotoPage.vala:316 src/Resources.vala:146 ui/direct.ui:8 +#: src/direct/DirectPhotoPage.vala:322 src/Resources.vala:145 ui/direct.ui:8 #: ui/textentrydialog.ui:33 msgid "_Save" msgstr "Enre_gistrer" -#: src/direct/DirectPhotoPage.vala:316 +#: src/direct/DirectPhotoPage.vala:322 msgid "_Save a Copy" msgstr "_Enregistrer une copie" -#: src/direct/DirectPhotoPage.vala:319 +#: src/direct/DirectPhotoPage.vala:325 #, c-format msgid "Lose changes to %s?" msgstr "Perdre les modifications apportées à %s ?" -#: src/direct/DirectPhotoPage.vala:320 +#: src/direct/DirectPhotoPage.vala:326 msgid "Close _without Saving" msgstr "Fermer _sans enregistrer" -#: src/direct/DirectPhotoPage.vala:353 +#: src/direct/DirectPhotoPage.vala:359 #, c-format msgid "Error while saving to %s: %s" msgstr "Erreur lors de l’enregistrement de %s : %s" -#: src/direct/DirectPhotoPage.vala:383 src/direct/DirectPhotoPage.vala:404 +#: src/direct/DirectPhotoPage.vala:389 src/direct/DirectPhotoPage.vala:410 msgid "Save As" msgstr "Enregistrer sous" @@ -4224,7 +4237,7 @@ msgstr "30 × 40 cm" msgid "A3 (297 × 420 mm)" msgstr "A3 (297 × 420 mm)" -#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:401 +#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:402 msgid "Size:" msgstr "Taille :" @@ -4242,8 +4255,8 @@ msgid "_Reset" msgstr "_Réinitialiser" #. fit both on the top line, emit and move on -#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:442 -#: src/Properties.vala:446 src/Properties.vala:453 +#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:443 +#: src/Properties.vala:447 src/Properties.vala:454 msgid "Exposure:" msgstr "Exposition :" @@ -4317,7 +4330,7 @@ msgstr "Expansion du contrate" msgid "Angle:" msgstr "Angle :" -#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:173 +#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:172 #: ui/direct.ui:144 ui/photo.ui:233 msgid "_Straighten" msgstr "Redre_sser" @@ -4329,14 +4342,14 @@ msgid_plural "%d Photos/Videos" msgstr[0] "%d photo/vidéo" msgstr[1] "%d photos/vidéos" -#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:361 +#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:362 #, c-format msgid "%d Video" msgid_plural "%d Videos" msgstr[0] "%d vidéo" msgstr[1] "%d vidéos" -#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:359 +#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:360 #, c-format msgid "%d Photo" msgid_plural "%d Photos" @@ -4415,7 +4428,7 @@ msgstr "_Tout remplacer" msgid "Export" msgstr "Exporter" -#: src/faces/FacesBranch.vala:89 src/Resources.vala:305 src/Resources.vala:306 +#: src/faces/FacesBranch.vala:89 src/Resources.vala:304 src/Resources.vala:305 #: ui/faces.ui:403 msgid "Faces" msgstr "Visages" @@ -4455,7 +4468,8 @@ msgstr "Saisissez un nom pour ce visage, puis appuyez sur Entrée" #: src/faces/FacesTool.vala:197 msgid "Move or modify the face shape or name and press Enter" -msgstr "Déplacez ou modifiez le nom ou la forme du visage et appuyez sur Entrée" +msgstr "" +"Déplacez ou modifiez le nom ou la forme du visage et appuyez sur Entrée" #: src/faces/FacesTool.vala:201 msgid "Detecting faces" @@ -4487,11 +4501,11 @@ msgstr "Dossiers" msgid "Browse the library’s folder structure" msgstr "Naviguez dans l’arborescence des dossiers de la phototèque" -#: src/import-roll/ImportRollBranch.vala:44 +#: src/import-roll/ImportRollBranch.vala:43 msgid "Imports" msgstr "Importations" -#: src/import-roll/ImportRollBranch.vala:44 +#: src/import-roll/ImportRollBranch.vala:43 msgid "Browse the library’s import history" msgstr "Naviguez dans l’historique d’importation de la phototèque" @@ -4703,11 +4717,11 @@ msgstr "" msgid "Unable to process monitoring updates: %s" msgstr "Impossible de vérifier les mises à jour : %s" -#: src/MediaPage.vala:157 +#: src/MediaPage.vala:76 msgid "Adjust the size of the thumbnails" msgstr "Agrandir ou réduire les miniatures" -#: src/MediaPage.vala:500 +#: src/MediaPage.vala:419 #, c-format msgid "" "Shotwell was unable to play the selected video:\n" @@ -4792,7 +4806,7 @@ msgstr "RAW" msgid "TIFF" msgstr "TIFF" -#: src/Photo.vala:3774 +#: src/Photo.vala:3770 msgid "modified" msgstr "modifiée" @@ -4843,19 +4857,19 @@ msgstr "" "\n" "%s" -#: src/Properties.vala:97 +#: src/Properties.vala:98 msgid "Today" msgstr "Aujourd’hui" -#: src/Properties.vala:99 +#: src/Properties.vala:100 msgid "Yesterday" msgstr "Hier" -#: src/Properties.vala:349 +#: src/Properties.vala:350 msgid "Items:" msgstr "Éléments :" -#: src/Properties.vala:352 +#: src/Properties.vala:353 #, c-format msgid "%d Event" msgid_plural "%d Events" @@ -4863,80 +4877,80 @@ msgstr[0] "%d événement" msgstr[1] "%d événements" #. display only one date if start and end are the same -#: src/Properties.vala:383 +#: src/Properties.vala:384 msgid "Date:" msgstr "Date :" #. display only one time if start and end are the same -#: src/Properties.vala:387 +#: src/Properties.vala:388 msgid "Time:" msgstr "Heure :" #. display time range #. display date range -#: src/Properties.vala:390 src/Properties.vala:395 +#: src/Properties.vala:391 src/Properties.vala:396 msgid "From:" msgstr "De :" -#: src/Properties.vala:391 src/Properties.vala:396 +#: src/Properties.vala:392 src/Properties.vala:397 msgid "To:" msgstr "À :" -#: src/Properties.vala:410 +#: src/Properties.vala:411 msgid "Duration:" msgstr "Durée :" -#: src/Properties.vala:410 +#: src/Properties.vala:411 #, c-format msgid "%.1f seconds" msgstr "%.1f secondes" -#: src/Properties.vala:414 +#: src/Properties.vala:415 msgid "Developer:" msgstr "Révélateur :" #. nothing special to be done for now for Events -#: src/Properties.vala:592 +#: src/Properties.vala:593 msgid "Location:" msgstr "Emplacement :" -#: src/Properties.vala:595 +#: src/Properties.vala:596 msgid "File size:" msgstr "Taille du fichier :" -#: src/Properties.vala:599 +#: src/Properties.vala:600 msgid "Current Development:" msgstr "Développement actuel :" -#: src/Properties.vala:601 +#: src/Properties.vala:602 msgid "Original dimensions:" msgstr "Dimensions originales :" -#: src/Properties.vala:604 +#: src/Properties.vala:605 msgid "Camera make:" msgstr "Fabricant de l’appareil photo :" -#: src/Properties.vala:607 +#: src/Properties.vala:608 msgid "Camera model:" msgstr "Modèle de l’appareil photo :" -#: src/Properties.vala:610 +#: src/Properties.vala:611 msgid "Flash:" msgstr "Flash :" -#: src/Properties.vala:612 +#: src/Properties.vala:613 msgid "Focal length:" msgstr "Distance focale :" -#: src/Properties.vala:615 +#: src/Properties.vala:616 msgid "Exposure date:" msgstr "Date d’exposition :" -#: src/Properties.vala:618 +#: src/Properties.vala:619 msgid "Exposure time:" msgstr "Heure d’exposition :" -#: src/Properties.vala:621 +#: src/Properties.vala:622 msgid "Exposure bias:" msgstr "Correction de l’exposition :" @@ -5054,63 +5068,63 @@ msgstr "" msgid "Publishing" msgstr "Publication" -#: src/Resources.vala:111 src/Resources.vala:116 ui/collection.ui:151 +#: src/Resources.vala:110 src/Resources.vala:115 ui/collection.ui:151 msgid "Rotate" msgstr "Pivoter" -#: src/Resources.vala:112 +#: src/Resources.vala:111 msgid "Rotate Right" msgstr "Pivoter à droite" -#: src/Resources.vala:113 ui/collection.ui:148 +#: src/Resources.vala:112 ui/collection.ui:148 msgid "Rotate the photos right (press Ctrl to rotate left)" msgstr "" "Pivote les photos vers la droite (appuyer sur Ctrl pour pivoter vers la " "gauche)" -#: src/Resources.vala:117 +#: src/Resources.vala:116 msgid "Rotate Left" msgstr "Pivoter à gauche" -#: src/Resources.vala:118 +#: src/Resources.vala:117 msgid "Rotate the photos left" msgstr "Pivote les photos vers la gauche" -#: src/Resources.vala:121 +#: src/Resources.vala:120 msgid "Flip Horizontally" msgstr "Retourner horizontalement" -#: src/Resources.vala:124 +#: src/Resources.vala:123 msgid "Flip Vertically" msgstr "Retourner verticalement" -#: src/Resources.vala:126 ui/direct.ui:192 ui/events_directory.ui:168 +#: src/Resources.vala:125 ui/direct.ui:192 ui/events_directory.ui:168 #: ui/event.ui:438 ui/faces.ui:448 ui/import_queue.ui:83 ui/import.ui:201 #: ui/manifest_widget.ui:35 ui/media.ui:421 ui/offline.ui:198 ui/photo.ui:405 #: ui/tags.ui:440 ui/trash.ui:207 msgid "_About" msgstr "À _propos" -#: src/Resources.vala:127 +#: src/Resources.vala:126 msgid "_Apply" msgstr "_Appliquer" -#: src/Resources.vala:130 ui/direct.ui:44 ui/events_directory.ui:32 +#: src/Resources.vala:129 ui/direct.ui:44 ui/events_directory.ui:32 #: ui/event.ui:47 ui/faces.ui:47 ui/import.ui:40 ui/media.ui:47 #: ui/offline.ui:32 ui/photo.ui:55 ui/tags.ui:47 ui/trash.ui:37 msgid "_Edit" msgstr "É_dition" -#: src/Resources.vala:131 +#: src/Resources.vala:130 msgid "_Forward" msgstr "_En avant" -#: src/Resources.vala:132 ui/direct.ui:62 ui/events_directory.ui:125 +#: src/Resources.vala:131 ui/direct.ui:62 ui/events_directory.ui:125 #: ui/photo.ui:173 msgid "Fulls_creen" msgstr "_Plein écran" -#: src/Resources.vala:133 ui/direct.ui:174 ui/direct.ui:177 +#: src/Resources.vala:132 ui/direct.ui:174 ui/direct.ui:177 #: ui/events_directory.ui:150 ui/events_directory.ui:153 ui/event.ui:420 #: ui/event.ui:423 ui/faces.ui:430 ui/faces.ui:433 ui/import_queue.ui:65 #: ui/import_queue.ui:68 ui/import.ui:183 ui/import.ui:186 ui/media.ui:403 @@ -5120,404 +5134,404 @@ msgstr "_Plein écran" msgid "_Help" msgstr "Aid_e" -#: src/Resources.vala:134 +#: src/Resources.vala:133 msgid "Leave _Fullscreen" msgstr "Quitter le mode _plein écran" -#: src/Resources.vala:135 src/Resources.vala:343 ui/tags.ui:450 +#: src/Resources.vala:134 src/Resources.vala:342 ui/tags.ui:450 msgid "_New" msgstr "_Nouveau" -#: src/Resources.vala:136 +#: src/Resources.vala:135 msgid "_Next" msgstr "_Suivante" -#: src/Resources.vala:139 src/Resources.vala:288 ui/events_directory.ui:65 +#: src/Resources.vala:138 src/Resources.vala:287 ui/events_directory.ui:65 #: ui/event.ui:93 ui/faces.ui:93 ui/import.ui:68 ui/media.ui:93 #: ui/offline.ui:72 ui/photo.ui:89 ui/tags.ui:93 ui/trash.ui:81 msgid "_Preferences" msgstr "_Préférences" -#: src/Resources.vala:140 +#: src/Resources.vala:139 msgid "_Previous" msgstr "_Précédente" -#: src/Resources.vala:142 ui/direct.ui:37 ui/events_directory.ui:25 +#: src/Resources.vala:141 ui/direct.ui:37 ui/events_directory.ui:25 #: ui/event.ui:40 ui/faces.ui:40 ui/import_queue.ui:31 ui/import.ui:33 #: ui/media.ui:40 ui/offline.ui:25 ui/photo.ui:48 ui/tags.ui:40 ui/trash.ui:30 msgid "_Quit" msgstr "_Quitter" -#: src/Resources.vala:143 +#: src/Resources.vala:142 msgid "_Refresh" msgstr "A_ctualiser" -#: src/Resources.vala:145 +#: src/Resources.vala:144 msgid "_Revert" msgstr "_Rétablir" -#: src/Resources.vala:147 +#: src/Resources.vala:146 msgid "Save _As" msgstr "Enregistrer _sous" -#: src/Resources.vala:148 +#: src/Resources.vala:147 msgid "Sort _Ascending" msgstr "Trier dans l’ordre croiss_ant" -#: src/Resources.vala:149 +#: src/Resources.vala:148 msgid "Sort _Descending" msgstr "Trier dans l’ordre _décroissant" -#: src/Resources.vala:150 +#: src/Resources.vala:149 msgid "_Stop" msgstr "A_rrêter" -#: src/Resources.vala:151 +#: src/Resources.vala:150 msgid "_Undelete" msgstr "_Récupérer" -#: src/Resources.vala:152 +#: src/Resources.vala:151 msgid "_Normal Size" msgstr "Taille _normale" -#: src/Resources.vala:153 +#: src/Resources.vala:152 msgid "Best _Fit" msgstr "Taille _idéale" -#: src/Resources.vala:154 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 +#: src/Resources.vala:153 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 #: ui/media.ui:260 ui/photo.ui:144 ui/tags.ui:260 msgid "Zoom _In" msgstr "Zoom _avant" -#: src/Resources.vala:155 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 +#: src/Resources.vala:154 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 #: ui/media.ui:265 ui/photo.ui:149 ui/tags.ui:265 msgid "Zoom _Out" msgstr "Zoom a_rrière" -#: src/Resources.vala:158 ui/collection.ui:167 +#: src/Resources.vala:157 ui/collection.ui:167 msgid "Enhance" msgstr "Améliorer" -#: src/Resources.vala:159 ui/collection.ui:164 +#: src/Resources.vala:158 ui/collection.ui:164 msgid "Automatically improve the photo’s appearance" msgstr "Rehausse automatiquement la qualité de la photo" -#: src/Resources.vala:162 +#: src/Resources.vala:161 msgid "Copy Color Adjustments" msgstr "Copier les ajustements de couleur" -#: src/Resources.vala:163 +#: src/Resources.vala:162 msgid "Copy the color adjustments applied to the photo" msgstr "Copie les ajustements de couleur appliqués à la photo" -#: src/Resources.vala:166 +#: src/Resources.vala:165 msgid "Paste Color Adjustments" msgstr "Coller les ajustements de couleur" -#: src/Resources.vala:167 +#: src/Resources.vala:166 msgid "Apply copied color adjustments to the selected photos" msgstr "Applique les ajustements de couleur copiés aux photos sélectionnées" -#: src/Resources.vala:169 ui/direct.ui:139 ui/photo.ui:228 +#: src/Resources.vala:168 ui/direct.ui:139 ui/photo.ui:228 msgid "_Crop" msgstr "_Rogner" -#: src/Resources.vala:170 +#: src/Resources.vala:169 msgid "Crop" msgstr "Rogner" -#: src/Resources.vala:171 +#: src/Resources.vala:170 msgid "Crop the photo’s size" msgstr "Effectue un rognage de la photo" -#: src/Resources.vala:174 +#: src/Resources.vala:173 msgid "Straighten" msgstr "Redresser" -#: src/Resources.vala:175 +#: src/Resources.vala:174 msgid "Straighten the photo" msgstr "Redresse la photo" -#: src/Resources.vala:177 ui/direct.ui:149 ui/photo.ui:238 +#: src/Resources.vala:176 ui/direct.ui:149 ui/photo.ui:238 msgid "_Red-eye" msgstr "_Yeux rouges" -#: src/Resources.vala:178 +#: src/Resources.vala:177 msgid "Red-eye" msgstr "Yeux rouges" -#: src/Resources.vala:179 +#: src/Resources.vala:178 msgid "Reduce or eliminate any red-eye effects in the photo" msgstr "Réduit ou supprime complètement l’effet yeux rouges" -#: src/Resources.vala:181 ui/direct.ui:154 ui/photo.ui:243 +#: src/Resources.vala:180 ui/direct.ui:154 ui/photo.ui:243 msgid "_Adjust" msgstr "_Ajuster" -#: src/Resources.vala:182 +#: src/Resources.vala:181 msgid "Adjust" msgstr "Ajuster" -#: src/Resources.vala:183 +#: src/Resources.vala:182 msgid "Adjust the photo’s color and tone" msgstr "Ajuste les couleurs et les tonalités de la photo" -#: src/Resources.vala:186 +#: src/Resources.vala:185 msgid "Revert to Original" msgstr "Revenir à l’original" -#: src/Resources.vala:188 +#: src/Resources.vala:187 msgid "Revert External E_dits" msgstr "Annuler les é_ditions externes" -#: src/Resources.vala:189 +#: src/Resources.vala:188 msgid "Revert to the master photo" msgstr "Revient à la photo originale" -#: src/Resources.vala:192 +#: src/Resources.vala:191 msgid "Set selected image to be the new desktop background" msgstr "Définit l’image sélectionnée comme le nouveau fond d’écran" -#: src/Resources.vala:193 +#: src/Resources.vala:192 msgid "Set as _Desktop Slideshow…" msgstr "Définir comme _diaporama d’écran…" -#: src/Resources.vala:195 ui/direct.ui:47 ui/events_directory.ui:35 +#: src/Resources.vala:194 ui/direct.ui:47 ui/events_directory.ui:35 #: ui/event.ui:50 ui/faces.ui:50 ui/import.ui:43 ui/media.ui:50 #: ui/offline.ui:35 ui/photo.ui:58 ui/tags.ui:50 ui/trash.ui:40 msgid "_Undo" msgstr "A_nnuler" -#: src/Resources.vala:196 +#: src/Resources.vala:195 msgid "Undo" msgstr "Annuler" -#: src/Resources.vala:198 ui/direct.ui:52 ui/events_directory.ui:40 +#: src/Resources.vala:197 ui/direct.ui:52 ui/events_directory.ui:40 #: ui/event.ui:55 ui/faces.ui:55 ui/import.ui:48 ui/media.ui:55 #: ui/offline.ui:40 ui/photo.ui:63 ui/tags.ui:55 ui/trash.ui:45 msgid "_Redo" msgstr "_Rétablir" -#: src/Resources.vala:199 +#: src/Resources.vala:198 msgid "Redo" msgstr "Rétablir" -#: src/Resources.vala:201 ui/events_directory.ui:139 ui/events_directory.ui:181 +#: src/Resources.vala:200 ui/events_directory.ui:139 ui/events_directory.ui:181 #: ui/event.ui:393 ui/event.ui:588 msgid "Re_name Event…" msgstr "Re_nommer l’événement…" -#: src/Resources.vala:204 ui/event.ui:373 ui/event.ui:580 +#: src/Resources.vala:203 ui/event.ui:373 ui/event.ui:580 msgid "Make _Key Photo for Event" msgstr "Faire de la photo la photo _clé de l’événement" -#: src/Resources.vala:205 +#: src/Resources.vala:204 msgid "Make Key Photo for Event" msgstr "Faire de la photo la photo clé de l’événement" -#: src/Resources.vala:207 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 +#: src/Resources.vala:206 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 #: ui/tags.ui:376 msgid "_New Event" msgstr "_Nouvel événement" -#: src/Resources.vala:208 +#: src/Resources.vala:207 msgid "New Event" msgstr "Nouvel événement" -#: src/Resources.vala:210 +#: src/Resources.vala:209 msgid "Move Photos" msgstr "Déplacer les photos" -#: src/Resources.vala:211 +#: src/Resources.vala:210 msgid "Move photos to an event" msgstr "Déplace les photos vers un événement" -#: src/Resources.vala:213 ui/events_directory.ui:135 ui/events_directory.ui:177 +#: src/Resources.vala:212 ui/events_directory.ui:135 ui/events_directory.ui:177 msgid "_Merge Events" msgstr "_Fusionner les événements" -#: src/Resources.vala:214 +#: src/Resources.vala:213 msgid "Merge" msgstr "Fusionner" -#: src/Resources.vala:215 +#: src/Resources.vala:214 msgid "Combine events into a single event" msgstr "Combine plusieurs événements en un seul" -#: src/Resources.vala:217 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 +#: src/Resources.vala:216 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 #: ui/faces.ui:286 ui/media.ui:286 ui/photo_context.ui:35 ui/photo.ui:273 #: ui/tags.ui:286 msgid "_Set Rating" msgstr "_Noter" -#: src/Resources.vala:218 +#: src/Resources.vala:217 msgid "Set Rating" msgstr "Attribuer une note" -#: src/Resources.vala:219 +#: src/Resources.vala:218 msgid "Change the rating of your photo" msgstr "Changer la note de cette photo" -#: src/Resources.vala:221 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 +#: src/Resources.vala:220 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 #: ui/faces.ui:326 ui/media.ui:326 ui/photo_context.ui:75 ui/photo.ui:313 #: ui/tags.ui:326 msgid "_Increase" msgstr "_Augmenter" -#: src/Resources.vala:222 +#: src/Resources.vala:221 msgid "Increase Rating" msgstr "Augmenter la note" -#: src/Resources.vala:224 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 +#: src/Resources.vala:223 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 #: ui/faces.ui:331 ui/media.ui:331 ui/photo_context.ui:80 ui/photo.ui:318 #: ui/tags.ui:331 msgid "_Decrease" msgstr "A_baisser" -#: src/Resources.vala:225 +#: src/Resources.vala:224 msgid "Decrease Rating" msgstr "Abaisser la note" -#: src/Resources.vala:227 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 +#: src/Resources.vala:226 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 #: ui/faces.ui:314 ui/media.ui:314 ui/photo_context.ui:63 ui/photo.ui:301 #: ui/tags.ui:314 msgid "_Unrated" msgstr "_Sans note" -#: src/Resources.vala:228 +#: src/Resources.vala:227 msgid "Unrated" msgstr "Sans note" -#: src/Resources.vala:229 +#: src/Resources.vala:228 msgid "Rate Unrated" msgstr "Enlever la note" -#: src/Resources.vala:230 +#: src/Resources.vala:229 msgid "Setting as unrated" msgstr "Supprimer la note" -#: src/Resources.vala:231 +#: src/Resources.vala:230 msgid "Remove any ratings" msgstr "Enlève toute note" -#: src/Resources.vala:233 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 +#: src/Resources.vala:232 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 #: ui/faces.ui:319 ui/media.ui:319 ui/photo_context.ui:68 ui/photo.ui:306 #: ui/tags.ui:319 msgid "_Rejected" msgstr "Re_jeter" -#: src/Resources.vala:234 +#: src/Resources.vala:233 msgid "Rejected" msgstr "Rejetée" -#: src/Resources.vala:235 +#: src/Resources.vala:234 msgid "Rate Rejected" msgstr "Noter pour rejeter" -#: src/Resources.vala:236 +#: src/Resources.vala:235 msgid "Setting as rejected" msgstr "Noter pour rejeter" -#: src/Resources.vala:237 +#: src/Resources.vala:236 msgid "Set rating to rejected" msgstr "Noter pour rejeter" -#: src/Resources.vala:239 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 +#: src/Resources.vala:238 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 #: ui/media.ui:196 ui/offline.ui:153 ui/search_bar.ui:6 ui/tags.ui:196 #: ui/trash.ui:162 msgid "Rejected _Only" msgstr "Rejetées _uniquement" -#: src/Resources.vala:240 +#: src/Resources.vala:239 msgid "Rejected Only" msgstr "Rejetées uniquement" -#: src/Resources.vala:241 +#: src/Resources.vala:240 msgid "Show only rejected photos" msgstr "Afficher uniquement les photos rejetées" -#: src/Resources.vala:243 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 +#: src/Resources.vala:242 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 #: ui/media.ui:190 ui/offline.ui:147 ui/search_bar.ui:12 ui/tags.ui:190 #: ui/trash.ui:156 msgid "All + _Rejected" msgstr "Toutes + re_jetées" -#: src/Resources.vala:244 +#: src/Resources.vala:243 msgctxt "Tooltip" msgid "Show all photos, including rejected" msgstr "Afficher toutes les photos, y compris les rejetées" -#: src/Resources.vala:246 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 +#: src/Resources.vala:245 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 #: ui/media.ui:184 ui/offline.ui:141 ui/search_bar.ui:18 ui/tags.ui:184 #: ui/trash.ui:150 msgid "_All Photos" msgstr "_Toutes les photos" #. Button tooltip -#: src/Resources.vala:248 +#: src/Resources.vala:247 msgid "Show all photos" msgstr "Afficher toutes les photos" -#: src/Resources.vala:250 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 +#: src/Resources.vala:249 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 #: ui/photo.ui:120 ui/tags.ui:144 msgid "_Ratings" msgstr "_Notes" -#: src/Resources.vala:251 +#: src/Resources.vala:250 msgid "Display each photo’s rating" msgstr "Affiche la note de chaque photo" -#: src/Resources.vala:253 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 +#: src/Resources.vala:252 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 #: ui/media.ui:151 ui/offline.ui:108 ui/tags.ui:151 ui/trash.ui:117 msgid "_Filter Photos" msgstr "_Filtrer les photos" -#: src/Resources.vala:254 +#: src/Resources.vala:253 msgid "Filter Photos" msgstr "Filtrer les photos" -#: src/Resources.vala:255 +#: src/Resources.vala:254 msgid "Limit the number of photos displayed based on a filter" msgstr "Restreindre les photos affichées en utilisant un filtre" -#: src/Resources.vala:258 +#: src/Resources.vala:257 msgid "Duplicate" msgstr "Dupliquer" -#: src/Resources.vala:259 +#: src/Resources.vala:258 msgid "Make a duplicate of the photo" msgstr "Crée un duplicata de la photo" -#: src/Resources.vala:261 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 +#: src/Resources.vala:260 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 #: ui/photo.ui:17 ui/tags.ui:17 msgid "_Export…" msgstr "_Exporter…" -#: src/Resources.vala:263 +#: src/Resources.vala:262 msgid "_Print…" msgstr "Impri_mer…" -#: src/Resources.vala:265 +#: src/Resources.vala:264 msgid "Pu_blish…" msgstr "Pu_blier…" -#: src/Resources.vala:267 ui/collection.ui:189 +#: src/Resources.vala:266 ui/collection.ui:189 msgid "Publish to various websites" msgstr "Publie sur différents sites Web" -#: src/Resources.vala:269 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 +#: src/Resources.vala:268 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 #: ui/faces.ui:340 ui/media.ui:340 ui/photo_context.ui:105 ui/photo.ui:327 #: ui/tags.ui:340 msgid "Edit _Title…" msgstr "Modifier le _titre…" #. Button label -#: src/Resources.vala:271 +#: src/Resources.vala:270 msgctxt "Button Label" msgid "Edit Title" msgstr "Modifier le titre" -#: src/Resources.vala:273 ui/collection.ui:103 ui/events_directory.ui:144 +#: src/Resources.vala:272 ui/collection.ui:103 ui/events_directory.ui:144 #: ui/events_directory.ui:186 ui/event.ui:345 ui/event.ui:398 ui/event.ui:542 #: ui/faces.ui:345 ui/media.ui:345 ui/photo_context.ui:110 ui/photo.ui:332 #: ui/tags.ui:345 @@ -5525,334 +5539,334 @@ msgid "Edit _Comment…" msgstr "Modifier le _commentaire…" #. Button label -#: src/Resources.vala:275 +#: src/Resources.vala:274 msgid "Edit Comment" msgstr "Modifier le commentaire" -#: src/Resources.vala:277 ui/event.ui:592 +#: src/Resources.vala:276 ui/event.ui:592 msgid "Edit Event _Comment…" msgstr "Modifier le _commentaire de l’événement…" -#: src/Resources.vala:280 ui/direct.ui:167 ui/photo.ui:337 +#: src/Resources.vala:279 ui/direct.ui:167 ui/photo.ui:337 msgid "_Adjust Date and Time…" msgstr "_Ajuster la date et l’heure…" -#: src/Resources.vala:281 +#: src/Resources.vala:280 msgid "Adjust Date and Time" msgstr "Ajuster la date et l’heure" -#: src/Resources.vala:283 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 +#: src/Resources.vala:282 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 #: ui/faces.ui:390 ui/media.ui:390 ui/photo.ui:375 ui/tags.ui:390 msgid "Add _Tags…" msgstr "Ajouter des é_tiquettes…" -#: src/Resources.vala:284 ui/photo_context.ui:17 +#: src/Resources.vala:283 ui/photo_context.ui:17 msgid "_Add Tags…" msgstr "_Ajouter des étiquettes…" #. Dialog title -#: src/Resources.vala:286 +#: src/Resources.vala:285 msgctxt "Dialog Title" msgid "Add Tags" msgstr "Ajouter des étiquettes" -#: src/Resources.vala:295 ui/photo_context.ui:135 +#: src/Resources.vala:294 ui/photo_context.ui:135 msgid "Send T_o…" msgstr "Envo_yer vers…" -#: src/Resources.vala:297 +#: src/Resources.vala:296 msgid "_Find…" msgstr "_Rechercher…" -#: src/Resources.vala:298 ui/collection.ui:217 ui/offline.ui:239 +#: src/Resources.vala:297 ui/collection.ui:217 ui/offline.ui:239 #: ui/trash.ui:312 msgid "Find" msgstr "Rechercher" -#: src/Resources.vala:299 ui/collection.ui:214 ui/offline.ui:236 +#: src/Resources.vala:298 ui/collection.ui:214 ui/offline.ui:236 #: ui/trash.ui:309 msgid "Find an image by typing text that appears in its name or tags" msgstr "" "Rechercher une image en saisissant du texte se trouvant dans son nom ou ses " "étiquettes" -#: src/Resources.vala:301 +#: src/Resources.vala:300 msgid "_Flag" msgstr "_Marquer" -#: src/Resources.vala:303 +#: src/Resources.vala:302 msgid "Un_flag" msgstr "_Enlever la marque" -#: src/Resources.vala:307 +#: src/Resources.vala:306 msgid "Mark faces of people in the photo" msgstr "Marquer les visages des personnes sur la photo" -#: src/Resources.vala:308 +#: src/Resources.vala:307 msgid "Modify Faces" msgstr "Modifier les visages" -#: src/Resources.vala:309 +#: src/Resources.vala:308 msgid "Delete Face" msgstr "Supprimer le visage" -#: src/Resources.vala:311 src/Resources.vala:353 ui/tags.ui:456 +#: src/Resources.vala:310 src/Resources.vala:352 ui/tags.ui:456 msgid "_Rename…" msgstr "_Renommer…" -#: src/Resources.vala:315 +#: src/Resources.vala:314 #, c-format msgid "Unable to launch editor: %s" msgstr "Impossible de lancer l’éditeur : %s" -#: src/Resources.vala:320 +#: src/Resources.vala:319 #, c-format msgid "Add Tag “%s”" msgstr "Ajouter l’étiquette « %s »" #. Used when adding two tags to photo(s) -#: src/Resources.vala:323 +#: src/Resources.vala:322 #, c-format msgid "Add Tags “%s” and “%s”" msgstr "Ajouter les étiquettes « %s » et « %s »" #. Undo/Redo command name (in Edit menu) -#: src/Resources.vala:328 +#: src/Resources.vala:327 msgctxt "UndoRedo menu entry" msgid "Add Tags" msgstr "Ajouter des étiquettes" -#: src/Resources.vala:333 +#: src/Resources.vala:332 #, c-format msgid "_Delete Tag “%s”" msgstr "_Supprimer l’étiquette « %s »" -#: src/Resources.vala:337 +#: src/Resources.vala:336 #, c-format msgid "Delete Tag “%s”" msgstr "Supprimer l’étiquette « %s »" -#: src/Resources.vala:340 +#: src/Resources.vala:339 msgid "Delete Tag" msgstr "Supprimer l’étiquette" -#: src/Resources.vala:346 +#: src/Resources.vala:345 #, c-format msgid "Re_name Tag “%s”…" msgstr "Re_nommer l’étiquette « %s »…" -#: src/Resources.vala:350 +#: src/Resources.vala:349 #, c-format msgid "Rename Tag “%s” to “%s”" msgstr "Renommer l’étiquette « %s » en « %s »" -#: src/Resources.vala:355 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 +#: src/Resources.vala:354 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 #: ui/faces.ui:395 ui/media.ui:395 ui/photo_context.ui:22 ui/photo.ui:380 #: ui/tags.ui:395 msgid "Modif_y Tags…" msgstr "Mod_ifier les étiquettes…" -#: src/Resources.vala:356 +#: src/Resources.vala:355 msgid "Modify Tags" msgstr "Modifier les étiquettes" -#: src/Resources.vala:359 +#: src/Resources.vala:358 #, c-format msgid "Tag Photo as “%s”" msgid_plural "Tag Photos as “%s”" msgstr[0] "Étiqueter la photo avec « %s »" msgstr[1] "Étiqueter les photos avec « %s »" -#: src/Resources.vala:365 +#: src/Resources.vala:364 #, c-format msgid "Tag the selected photo as “%s”" msgid_plural "Tag the selected photos as “%s”" msgstr[0] "Étiqueter la photo sélectionnée avec « %s »" msgstr[1] "Étiqueter les photos sélectionnées avec « %s »" -#: src/Resources.vala:371 +#: src/Resources.vala:370 #, c-format msgid "Remove Tag “%s” From _Photo" msgid_plural "Remove Tag “%s” From _Photos" msgstr[0] "Enlever l’étiquette « %s » de la _photo" msgstr[1] "Enlever l’étiquette « %s » des _photos" -#: src/Resources.vala:377 +#: src/Resources.vala:376 #, c-format msgid "Remove Tag “%s” From Photo" msgid_plural "Remove Tag “%s” From Photos" msgstr[0] "Enlever l’étiquette « %s » de la photo" msgstr[1] "Enlever l’étiquette « %s » des photos" -#: src/Resources.vala:383 +#: src/Resources.vala:382 #, c-format msgid "Unable to rename tag to “%s” because the tag already exists." msgstr "Impossible de renommer l’étiquette en « %s » car ce nom existe déjà." -#: src/Resources.vala:387 +#: src/Resources.vala:386 #, c-format msgid "Unable to rename search to “%s” because the search already exists." msgstr "" "Impossible de renommer la recherche en « %s » parce que ce nom existe déjà." #. Saved search button -#: src/Resources.vala:390 src/SearchFilter.vala:1146 +#: src/Resources.vala:389 src/SearchFilter.vala:1146 msgid "Saved Search" msgstr "Recherche enregistrée" -#: src/Resources.vala:392 +#: src/Resources.vala:391 msgid "Delete Search" msgstr "Supprimer la recherche" -#: src/Resources.vala:395 ui/savedsearch.ui:10 +#: src/Resources.vala:394 ui/savedsearch.ui:10 msgid "_Edit…" msgstr "É_dition…" -#: src/Resources.vala:396 ui/savedsearch.ui:6 +#: src/Resources.vala:395 ui/savedsearch.ui:6 msgid "Re_name…" msgstr "Re_nommer…" -#: src/Resources.vala:399 +#: src/Resources.vala:398 #, c-format msgid "Rename Search “%s” to “%s”" msgstr "Renommer la recherche « %s » en « %s »" -#: src/Resources.vala:403 +#: src/Resources.vala:402 #, c-format msgid "Delete Search “%s”" msgstr "Supprimer la recherche « %s »" -#: src/Resources.vala:408 +#: src/Resources.vala:407 #, c-format msgid "Unable to rename face to “%s” because the face already exists." msgstr "Impossible de renommer le visage en « %s » car ce nom existe déjà." -#: src/Resources.vala:412 +#: src/Resources.vala:411 #, c-format msgid "Remove Face “%s” From _Photo" msgid_plural "Remove Face “%s” From _Photos" msgstr[0] "Enlever le visage « %s » de la _photo" msgstr[1] "Enlever le visage « %s » des _photos" -#: src/Resources.vala:417 +#: src/Resources.vala:416 #, c-format msgid "Remove Face “%s” From Photo" msgid_plural "Remove Face “%s” From Photos" msgstr[0] "Enlever le visage « %s » de la photo" msgstr[1] "Enlever le visage « %s » des photos" -#: src/Resources.vala:422 +#: src/Resources.vala:421 #, c-format msgid "Re_name Face “%s”…" msgstr "Re_nommer le visage « %s »…" -#: src/Resources.vala:426 +#: src/Resources.vala:425 #, c-format msgid "Rename Face “%s” to “%s”" msgstr "Renommer le visage « %s » en « %s »" -#: src/Resources.vala:430 +#: src/Resources.vala:429 #, c-format msgid "_Delete Face “%s”" msgstr "_Supprimer le visage « %s »" -#: src/Resources.vala:434 +#: src/Resources.vala:433 #, c-format msgid "Delete Face “%s”" msgstr "Supprimer le visage « %s »" -#: src/Resources.vala:636 +#: src/Resources.vala:663 #, c-format msgid "Rate %s" msgstr "Noter %s" -#: src/Resources.vala:637 +#: src/Resources.vala:664 #, c-format msgid "Set rating to %s" msgstr "Donner une note à %s" -#: src/Resources.vala:638 +#: src/Resources.vala:665 #, c-format msgid "Setting rating to %s" msgstr "Attribution de note à %s" -#: src/Resources.vala:640 +#: src/Resources.vala:667 #, c-format msgid "Display %s" msgstr "Afficher %s" -#: src/Resources.vala:641 +#: src/Resources.vala:668 #, c-format msgid "Only show photos with a rating of %s" msgstr "Montrer uniquement les photos avec une note de %s" -#: src/Resources.vala:642 +#: src/Resources.vala:669 #, c-format msgid "%s or Better" msgstr "%s ou plus" -#: src/Resources.vala:643 +#: src/Resources.vala:670 #, c-format msgid "Display %s or Better" msgstr "Afficher %s ou plus" -#: src/Resources.vala:644 +#: src/Resources.vala:671 #, c-format msgid "Only show photos with a rating of %s or better" msgstr "N’afficher que les photos avec une note de %s ou plus" -#: src/Resources.vala:735 ui/trash.ui:255 +#: src/Resources.vala:762 ui/trash.ui:255 msgid "Remove the selected photos from the trash" msgstr "Enlève les photos sélectionnées de la corbeille" -#: src/Resources.vala:736 ui/offline.ui:221 +#: src/Resources.vala:763 ui/offline.ui:221 msgid "Remove the selected photos from the library" msgstr "Enlève les photos sélectionnées de la photothèque" -#: src/Resources.vala:738 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 +#: src/Resources.vala:765 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 msgid "_Restore" msgstr "_Restaurer" -#: src/Resources.vala:739 ui/trash.ui:270 +#: src/Resources.vala:766 ui/trash.ui:270 msgid "Move the selected photos back into the library" msgstr "Réintègre les photos dans la photothèque" -#: src/Resources.vala:741 ui/collection.ui:123 ui/direct_context.ui:18 +#: src/Resources.vala:768 ui/collection.ui:123 ui/direct_context.ui:18 #: ui/direct.ui:30 ui/event.ui:27 ui/event.ui:562 ui/faces.ui:27 ui/media.ui:27 #: ui/photo_context.ui:130 ui/photo.ui:35 ui/tags.ui:27 ui/trash.ui:19 #: ui/trash.ui:227 msgid "Show in File Mana_ger" msgstr "Ouvrir dans le _gestionnaire de fichiers" -#: src/Resources.vala:742 +#: src/Resources.vala:769 msgid "Open the selected photo’s directory in the file manager" msgstr "" "Ouvre le dossier des photos sélectionnées dans le gestionnaire de fichiers" -#: src/Resources.vala:745 +#: src/Resources.vala:772 #, c-format msgid "Unable to open in file manager: %s" msgstr "Impossible d’ouvrir dans le gestionnaire de fichiers : %s" -#: src/Resources.vala:748 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 +#: src/Resources.vala:775 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 #: ui/offline.ui:58 ui/offline.ui:207 ui/offline.ui:224 ui/photo.ui:77 #: ui/tags.ui:74 msgid "R_emove From Library" msgstr "Su_pprimer de la photothèque" -#: src/Resources.vala:750 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 +#: src/Resources.vala:777 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 #: ui/faces.ui:79 ui/media.ui:79 ui/photo_context.ui:141 ui/photo.ui:82 #: ui/tags.ui:79 msgid "_Move to Trash" msgstr "Déplacer dans la cor_beille" -#: src/Resources.vala:752 ui/events_directory.ui:58 ui/event.ui:86 +#: src/Resources.vala:779 ui/events_directory.ui:58 ui/event.ui:86 #: ui/faces.ui:86 ui/import.ui:61 ui/media.ui:86 ui/offline.ui:65 ui/tags.ui:86 #: ui/trash.ui:74 msgid "Select _All" msgstr "_Tout sélectionner" -#: src/Resources.vala:753 +#: src/Resources.vala:780 msgid "Select all items" msgstr "Sélectionner tous les éléments" @@ -5865,14 +5879,14 @@ msgstr "Sélectionner tous les éléments" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format #. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:814 +#: src/Resources.vala:841 msgid "%a %b %d, %Y" msgstr "%a %d %b %Y" #. / Locale-specific starting date format for multi-date strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:819 +#: src/Resources.vala:846 msgctxt "MultidayFormat" msgid "%a %b %d" msgstr "%a %d" @@ -5880,7 +5894,7 @@ msgstr "%a %d" #. / Locale-specific ending date format for multi-date strings, #. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:824 +#: src/Resources.vala:851 msgctxt "MultidayFormat" msgid "%d, %Y" msgstr "%d %b %Y" @@ -5888,7 +5902,7 @@ msgstr "%d %b %Y" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:829 +#: src/Resources.vala:856 msgctxt "MultimonthFormat" msgid "%a %b %d" msgstr "%a %d %b" @@ -5896,7 +5910,7 @@ msgstr "%a %d %b" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Mon Apr 06, 2006" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:834 +#: src/Resources.vala:861 msgctxt "MultimonthFormat" msgid "%a %b %d, %Y" msgstr "%a %d %b %Y" @@ -6658,6 +6672,3 @@ msgstr "étiquette" #: ui/trash.ui:285 msgid "Delete all photos in the trash" msgstr "Supprime toutes les photos de la corbeille" - -#~ msgid "Extended Information" -#~ msgstr "Informations étendues" diff --git a/po/hu.po b/po/hu.po index 66a9069..e397306 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,26 +1,26 @@ # Hungarian translation for shotwell. -# Copyright (C) 2011, 2012, 2014, 2015, 2016, 2017, 2018 Free Software Foundation, Inc. +# Copyright (C) 2011, 2012, 2014, 2015, 2016, 2017, 2018, 2019 Free Software Foundation, Inc. # This file is distributed under the same license as the shotwell package. # # Gábor Kelemen , 2011, 2012, 2014, 2015, 2016, 2017. # László Csordás , 2012. # lsbeeler , 2011. -# Balázs Úr , 2014, 2016, 2017, 2018. +# Balázs Úr , 2014, 2016, 2017, 2018, 2019. # Balázs Meskó , 2016, 2017. msgid "" msgstr "" "Project-Id-Version: shotwell master\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/shotwell/issues\n" -"POT-Creation-Date: 2018-06-25 16:43+0000\n" -"PO-Revision-Date: 2018-09-03 21:32+0200\n" -"Last-Translator: Meskó Balázs \n" -"Language-Team: Hungarian \n" +"POT-Creation-Date: 2019-01-27 16:38+0000\n" +"PO-Revision-Date: 2019-01-28 23:32+0100\n" +"Last-Translator: Balázs Úr \n" +"Language-Team: Hungarian \n" "Language: hu\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-Generator: Poedit 2.1.1\n" +"X-Generator: Lokalize 1.2\n" #: misc/shotwell.appdata.xml.in:8 misc/shotwell.desktop.in:4 #: plugins/shotwell-publishing-extras/GalleryConnector.vala:115 @@ -54,10 +54,10 @@ msgstr "" #: misc/shotwell.appdata.xml.in:18 msgid "" "When ready, Shotwell can upload your photos to various web sites, such as " -"Facebook, Flickr, Picasa (Google Plus), and more." +"Facebook, Flickr, Google Photos, and more." msgstr "" "Ha készen áll, akkor a Shotwell képes feltölteni a képeit különböző " -"weboldalakra, mint a Facebook, Flickr, Picasa (Google Plus), és így tovább." +"weboldalakra, mint a Facebook, Flickr, Google Fényképek, és így tovább." #: misc/shotwell.appdata.xml.in:22 msgid "Shotwell supports JPEG, PNG, TIFF, and a variety of RAW file formats." @@ -65,7 +65,7 @@ msgstr "" "A Shotwell a JPEG, PNG, TIFF, valamint különböző nyers fájl formátumokat " "támogatja." -#: misc/shotwell.appdata.xml.in:52 +#: misc/shotwell.appdata.xml.in:53 msgid "The Shotwell developers" msgstr "A Shotwell fejlesztői" @@ -906,19 +906,19 @@ msgstr "frissítési token" #: misc/org.yorba.shotwell.gschema.xml:493 msgid "" -"The OAuth token used to refresh the Picasa Web Albums session for the " -"currently logged in user, if any." +"The OAuth token used to refresh the Google Photos session for the currently " +"logged in user, if any." msgstr "" -"Az OAuth token, amelyet a jelenleg bejelentkezett felhasználó Picasa " -"Webalbumok munkamenetének frissítésére használ." +"Az OAuth token, amely a pillanatnyilag bejelentkezett felhasználó Google " +"Fényképek munkamenetének frissítésére használt, ha van ilyen." #: misc/org.yorba.shotwell.gschema.xml:499 msgid "" -"A numeric code representing the default size for photos uploaded to Picasa " -"Web Albums" +"A numeric code representing the default size for photos uploaded to Google " +"Photos Albums" msgstr "" -"Numerikus kód, amely a legutóbb, a Picasa Webalbumokba történő feltöltéskor " -"használt alapértelmezett fényképméretet képviseli." +"Numerikus kód, amely a Google Fényképek albumokba feltöltött fényképek " +"alapértelmezett méretét képviseli." #: misc/org.yorba.shotwell.gschema.xml:504 #: misc/org.yorba.shotwell.gschema.xml:598 @@ -934,10 +934,11 @@ msgstr "" #: misc/org.yorba.shotwell.gschema.xml:511 msgid "" -"Whether images being uploaded to Picasa should have their metadata removed " -"first" +"Whether images being uploaded to Google Photos should have their metadata " +"removed first" msgstr "" -"A Picasára feltöltött képek metaadatai előbb eltávolításra kerüljenek-e" +"A Google Fényképekbe feltöltött képek metaadatai előbb eltávolításra " +"kerüljenek-e" #: misc/org.yorba.shotwell.gschema.xml:518 msgid "Piwigo URL" @@ -1215,14 +1216,13 @@ msgid "True if the Flickr publishing plugin is enabled, false otherwise" msgstr "Igaz, ha a Flickr közzétételi bővítmény engedélyezett, különben hamis" #: misc/org.yorba.shotwell.gschema.xml:726 -msgid "enable picasa publishing plugin" -msgstr "picasa közzétételi bővítmény engedélyezése" +msgid "enable Google Photos publishing plugin" +msgstr "Google Fényképek közzétételi bővítmény engedélyezése" #: misc/org.yorba.shotwell.gschema.xml:727 -msgid "" -"True if the Picasa Web Albums publishing plugin is enabled, false otherwise" +msgid "True if the Google Photos publishing plugin is enabled, false otherwise" msgstr "" -"Igaz, ha a Picasa Webalbumok közzétételi bővítmény engedélyezett, különben " +"Igaz, ha a Google Fényképek közzétételi bővítmény engedélyezett, különben " "hamis" #: misc/org.yorba.shotwell.gschema.xml:732 @@ -1418,19 +1418,19 @@ msgstr "" "böngészőből. A bejelentkezés során jogosultságot kell adnia a Shotwell " "Connectnek, hogy hozzáférjen a Flickr fiókjához." -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:124 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:125 msgid "Preparing for login…" msgstr "Felkészülés a bejelentkezésre…" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:193 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:194 msgid "Flickr authorization failed" msgstr "A Flickr felhatalmazás meghiúsult" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:200 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:201 msgid "Verifying authorization…" msgstr "Felhatalmazás ellenőrzése…" -#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:137 +#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:138 msgid "" "You have already logged in and out of a Google service during this Shotwell " "session.\n" @@ -1446,19 +1446,6 @@ msgstr "" #: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:32 msgid "" -"You are not currently logged into Picasa Web Albums.\n" -"\n" -"Click Log in to log into Picasa Web Albums in your Web browser. You will " -"have to authorize Shotwell Connect to link to your Picasa Web Albums account." -msgstr "" -"Jelenleg nincs bejelentkezve Picasa Webalbumokba.\n" -"\n" -"Kattintson a Bejelentkezés gombra a bejelentkezéshez a Picasa Webalbumokba a " -"böngészőből. A bejelentkezés során jogosultságot kell adnia a Shotwell " -"Connectnek, hogy hozzáférjen a Picasa Webalbumokhoz." - -#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:35 -msgid "" "You are not currently logged into YouTube.\n" "\n" "You must have already signed up for a Google account and set it up for use " @@ -1471,6 +1458,23 @@ msgstr "" "állítania a YouTube-bal való használathoz. A legtöbb fiókot a böngészőből is " "beállíthatja, ha bejelentkezik a YouTube oldalon legalább egyszer." +#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:36 +msgid "" +"You are not currently logged into Google Photos.\n" +"\n" +"You must have already signed up for a Google account and set it up for use " +"with Google Photos.\n" +"\n" +"You will have to authorize Shotwell to link to your Google Photos account." +msgstr "" +"Jelenleg nincs bejelentkezve a Google Fényképekbe.\n" +"\n" +"A folytatáshoz rendelkeznie kell egy regisztrált Google fiókkal, és be kell " +"azt állítania a Google Fényképekkel való használathoz.\n" +"\n" +"Fel kell hatalmaznia a Shotwell programot, hogy összekapcsolja a Google " +"Fényképek fiókkal." + #: plugins/authenticator/shotwell/tumblr_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/rajce_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/RajcePublishing.vala:892 @@ -1496,12 +1500,12 @@ msgid "Enter the username and password associated with your Tumblr account." msgstr "Adja meg a Tumblr fiókjához tartozó felhasználónevet és jelszót." #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:26 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1081 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1084 msgid "Username and/or password invalid. Please try again" msgstr "A felhasználónév és/vagy jelszó érvénytelen. Próbálja újra" #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:53 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1117 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1120 msgid "Invalid User Name or Password" msgstr "Érvénytelen felhasználónév vagy jelszó" @@ -1539,7 +1543,7 @@ msgstr "" " csola48 https://launchpad.net/~mail-csordaslaszlo" #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:217 +#: plugins/common/RESTSupport.vala:220 msgid "" "⚫ This website presented identification that belongs to a different website." msgstr "" @@ -1547,7 +1551,7 @@ msgstr "" "tartozik." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:222 +#: plugins/common/RESTSupport.vala:225 msgid "" "⚫ This website’s identification is too old to trust. Check the date on your " "computer’s calendar." @@ -1556,20 +1560,20 @@ msgstr "" "Ellenőrizze a dátumot a számítógépe naptárában." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:227 +#: plugins/common/RESTSupport.vala:230 msgid "" "⚫ This website’s identification was not issued by a trusted organization." msgstr "⚫ A weboldal tanúsítványát nem egy megbízható szervezet állította ki." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:232 +#: plugins/common/RESTSupport.vala:235 msgid "" "⚫ This website’s identification could not be processed. It may be corrupted." msgstr "" "⚫ A weboldal tanúsítványát nem sikerült feldolgozni. Lehet, hogy sérült." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:237 +#: plugins/common/RESTSupport.vala:240 msgid "" "⚫ This website’s identification has been revoked by the trusted organization " "that issued it." @@ -1577,7 +1581,7 @@ msgstr "" "⚫ A weboldal tanúsítványát visszavonta az azt kiállító megbízható szervezet." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:242 +#: plugins/common/RESTSupport.vala:245 msgid "" "⚫ This website’s identification cannot be trusted because it uses very weak " "encryption." @@ -1586,7 +1590,7 @@ msgstr "" "titkosítást használ." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:247 +#: plugins/common/RESTSupport.vala:250 msgid "" "⚫ This website’s identification is only valid for future dates. Check the " "date on your computer’s calendar." @@ -1594,7 +1598,7 @@ msgstr "" "⚫ A weboldal tanúsítványa csak jövőbeli dátumokra érvényes. Ellenőrizze a " "dátumot a számítógépe naptárában." -#: plugins/common/RESTSupport.vala:524 +#: plugins/common/RESTSupport.vala:539 #: plugins/shotwell-publishing/TumblrPublishing.vala:623 msgid "A temporary file needed for publishing is unavailable" msgstr "A közzétételhez szükséges ideiglenes fájl nem érhető el" @@ -1652,7 +1656,7 @@ msgstr "képpont" #: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:158 #: plugins/shotwell-publishing/FlickrPublishing.vala:687 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1309 #: src/Dimensions.vala:17 msgid "Original size" msgstr "Eredeti méret" @@ -1668,7 +1672,7 @@ msgstr "Leghosszabb él" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:145 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:177 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:125 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:142 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:181 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:105 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:99 msgid "_Logout" @@ -1680,7 +1684,7 @@ msgstr "_Kijelentkezés" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:159 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:192 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:141 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:156 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:195 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:121 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:115 #: src/CollectionPage.vala:82 src/PhotoPage.vala:2492 @@ -1830,7 +1834,7 @@ msgid "You are logged into Rajce as %s." msgstr "Bejelentkezett a Rajce-ra %s néven." #: plugins/shotwell-publishing-extras/RajcePublishing.vala:1014 -#: plugins/shotwell-publishing/PicasaPublishing.vala:571 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:69 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:20 msgid "Photos will appear in:" msgstr "A fényképek itt fognak megjelenni:" @@ -1900,7 +1904,7 @@ msgstr "A _videókat és új fényképalbumokat láthatja:" #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:155 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:92 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:59 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:75 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:203 msgid "" "_Remove location, camera, and other identifying information before uploading" @@ -1910,15 +1914,14 @@ msgstr "" #: plugins/shotwell-publishing/FacebookPublishing.vala:33 #: plugins/shotwell-publishing/FlickrPublishing.vala:33 -#: plugins/shotwell-publishing/PicasaPublishing.vala:33 #: plugins/shotwell-publishing/PiwigoPublishing.vala:33 #: plugins/shotwell-publishing/YouTubePublishing.vala:33 src/Resources.vala:27 msgid "Copyright 2016 Software Freedom Conservancy Inc." msgstr "Copyright 2016 Software Freedom Conservancy Inc." #: plugins/shotwell-publishing/FacebookPublishing.vala:61 -#: plugins/shotwell-publishing/PicasaPublishing.vala:58 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1188 +#: plugins/shotwell-publishing/PhotosPublisher.vala:9 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1191 msgid "Shotwell Connect" msgstr "Shotwell kapcsolat" @@ -1962,7 +1965,7 @@ msgstr "Csak én" #: plugins/shotwell-publishing/FacebookPublishing.vala:889 #: plugins/shotwell-publishing/FlickrPublishing.vala:661 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1290 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 msgid "Everyone" msgstr "Mindenki" @@ -2026,78 +2029,90 @@ msgid "Friends only" msgstr "Csak barátok" #: plugins/shotwell-publishing/FlickrPublishing.vala:683 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1302 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 #: plugins/shotwell-publishing/TumblrPublishing.vala:103 msgid "500 × 375 pixels" msgstr "500 × 375 képpont" #: plugins/shotwell-publishing/FlickrPublishing.vala:684 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1303 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 #: plugins/shotwell-publishing/TumblrPublishing.vala:104 msgid "1024 × 768 pixels" msgstr "1024 × 768 képpont" #: plugins/shotwell-publishing/FlickrPublishing.vala:685 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1304 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1307 msgid "2048 × 1536 pixels" msgstr "2048 × 1536 képpont" #: plugins/shotwell-publishing/FlickrPublishing.vala:686 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1308 msgid "4096 × 3072 pixels" msgstr "4096 × 3072 képpont" -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:93 -msgid "Photo _size preset:" -msgstr "Fénykép_méret előbeállítása:" - -#. Add album that will push to the default feed for all the new users -#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) -#. or the new "Default album" album for Google Photos -#: plugins/shotwell-publishing/PicasaPublishing.vala:96 -#: plugins/shotwell-publishing/PicasaPublishing.vala:630 -msgid "Default album" -msgstr "Alapértelmezett album" - -#: plugins/shotwell-publishing/PicasaPublishing.vala:291 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:66 msgid "" -"A file required for publishing is unavailable. Publishing to Picasa can’t " -"continue." +"Shotwell can only publish into albums that it created by itself, so this " +"list might be empty despite the fact that you already have albums in your " +"Google Photos account" msgstr "" -"Egy, a közzétételhez szükséges fájl nem érhető el. A közzététel a Picasara " -"nem folytatódhat." +"A Shotwell csak olyan albumokba tud közzétenni, amelyeket saját maga hozott " +"létre, így ez a lista üres lehet annak ellenére, hogy már rendelkezik " +"albumokkal a Google Fényképek fiókjában" -#. populate any widgets whose contents are programmatically-generated. -#: plugins/shotwell-publishing/PicasaPublishing.vala:560 -#, c-format -msgid "You are logged into Picasa Web Albums as %s." -msgstr "Bejelentkezett a Picasa Webalbumokba %s néven." +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:96 +msgid "Photo _size preset" +msgstr "Fénykép_méret előbeállítása" -#: plugins/shotwell-publishing/PicasaPublishing.vala:566 -msgid "Videos will appear in:" -msgstr "A videók itt jelennek meg:" +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:117 +msgid "An existing album" +msgstr "Egy meglévő album" -#: plugins/shotwell-publishing/PicasaPublishing.vala:610 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:132 +msgid "A new album named" +msgstr "Új album, a neve:" + +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:17 msgid "Small (640 × 480 pixels)" msgstr "Kicsi (640 × 480 képpont)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:611 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:18 msgid "Medium (1024 × 768 pixels)" msgstr "Közepes (1024 × 768 képpont)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:612 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:19 msgid "Recommended (1600 × 1200 pixels)" msgstr "Ajánlott (1600 × 1200 képpont)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:613 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:20 msgid "Google+ (2048 × 1536 pixels)" msgstr "Google+ (2048 × 1536 képpont)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:614 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:21 #: src/editing_tools/EditingTools.vala:735 msgid "Original Size" msgstr "Eredeti méret" +#. populate any widgets whose contents are programmatically-generated. +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:59 +#, c-format +msgid "You are logged into Google Photos as %s." +msgstr "Bejelentkezett a Google Fényképekbe %s néven." + +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:64 +msgid "Videos will appear in:" +msgstr "A videók itt jelennek meg:" + +#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) +#. or the new "Default album" album for Google Photos +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:105 +msgid "Default album" +msgstr "Alapértelmezett album" + +#: plugins/shotwell-publishing/PhotosService.vala:36 +msgid "Copyright 2019 Jens Georg " +msgstr "Copyright 2019 Jens Georg " + #: plugins/shotwell-publishing/piwigo_authentication_pane.ui:44 msgid "_URL of your Piwigo photo library" msgstr "Piwigo fényképgyűjtemény URL-címe" @@ -2149,7 +2164,7 @@ msgid "Logout" msgstr "Kijelentkezés" #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:268 -#: src/Resources.vala:266 ui/collection.ui:192 +#: src/Resources.vala:265 ui/collection.ui:192 msgid "Publish" msgstr "Közzététel" @@ -2158,12 +2173,12 @@ msgstr "Közzététel" msgid "Creating album %s…" msgstr "%s album létrehozása…" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:946 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:949 msgid "An error message occurred when publishing to Piwigo. Please try again." msgstr "Hibaüzenet érkezett a Piwigon való közzététel során. Próbálja újra." #. %s is the host name that we tried to connect to -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1030 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1033 #, c-format msgid "" "This does not look like the real %s. Attackers might be trying to " @@ -2175,18 +2190,18 @@ msgstr "" "információkat (például privát üzeneteket, bankkártya-adatokat vagy " "jelszavakat)." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1048 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 #, c-format msgid "Certificate of %s" msgstr "%s tanúsítványa" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 -#: src/Resources.vala:137 ui/multitextentrydialog.ui:40 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1054 +#: src/Resources.vala:136 ui/multitextentrydialog.ui:40 #: ui/slideshow_settings.ui:52 msgid "_OK" msgstr "_OK" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1079 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1082 msgid "" "Enter the URL of your Piwigo photo library as well as the username and " "password associated with your Piwigo account for that library." @@ -2194,7 +2209,7 @@ msgstr "" "Adja meg a Piwigo fényképgyűjteményének URL-címét, valamint az ahhoz tartozó " "Piwigo fiókjának felhasználónevét és jelszavát." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1080 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1083 msgid "" "Shotwell cannot contact your Piwigo photo library. Please verify the URL you " "entered" @@ -2202,23 +2217,23 @@ msgstr "" "A Shotwell nem éri el a Piwigo fényképgyűjteményét. Ellenőrizze a megadott " "URL-címet." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1112 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1115 msgid "Invalid URL" msgstr "Érvénytelen URL" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1291 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 msgid "Admins, Family, Friends, Contacts" msgstr "Adminok, család, barátok, partnerek" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1292 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1295 msgid "Admins, Family, Friends" msgstr "Adminok, család, barátok" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1296 msgid "Admins, Family" msgstr "Adminok, család" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1297 msgid "Admins" msgstr "Adminok" @@ -2395,7 +2410,7 @@ msgstr "Teljes képernyő elhagyása" #: src/data_imports/DataImportsUI.vala:420 src/Dialogs.vala:20 #: src/Dialogs.vala:28 src/Dialogs.vala:58 src/Dialogs.vala:766 #: src/Dialogs.vala:789 src/publishing/PublishingUI.vala:305 -#: src/publishing/PublishingUI.vala:529 src/Resources.vala:128 +#: src/publishing/PublishingUI.vala:529 src/Resources.vala:127 #: ui/multitextentrydialog.ui:25 ui/slideshow_settings.ui:38 #: ui/textentrydialog.ui:19 msgid "_Cancel" @@ -2510,12 +2525,12 @@ msgid "Camera" msgstr "Fényképezőgép" #. Translators: First %s is the name of camera as gotten from GPhoto, second is the GVolume name, e.g. Mass storage camera (510MB volume) -#: src/camera/CameraTable.vala:367 +#: src/camera/CameraTable.vala:256 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: src/camera/ImportPage.vala:311 src/Properties.vala:233 +#: src/camera/ImportPage.vala:307 src/Properties.vala:234 msgid "RAW+JPEG" msgstr "RAW+JPEG" @@ -2665,21 +2680,21 @@ msgstr[1] "" "Hiba történt, %d fénykép vagy videó nem törölhető a fényképezőgépről." #: src/CollectionPage.vala:80 src/direct/DirectPhotoPage.vala:85 -#: src/PhotoPage.vala:2487 src/Resources.vala:141 +#: src/PhotoPage.vala:2487 src/Resources.vala:140 msgid "_Print" msgstr "_Nyomtatás" -#: src/CollectionPage.vala:83 src/Resources.vala:294 ui/collection.ui:128 +#: src/CollectionPage.vala:83 src/Resources.vala:293 ui/collection.ui:128 #: ui/direct_context.ui:23 ui/direct.ui:23 ui/event.ui:567 ui/photo.ui:28 msgid "Send _To…" msgstr "Kül_dés…" #: src/CollectionPage.vala:84 src/direct/DirectPhotoPage.vala:90 -#: src/PhotoPage.vala:2497 src/Resources.vala:191 +#: src/PhotoPage.vala:2497 src/Resources.vala:190 msgid "Set as _Desktop Background" msgstr "Beállítás _asztalháttérként" -#: src/CollectionPage.vala:92 src/Resources.vala:257 +#: src/CollectionPage.vala:92 src/Resources.vala:256 msgid "_Duplicate" msgstr "_Kettőzés" @@ -2691,43 +2706,43 @@ msgstr "Teljes képernyő" msgid "S_lideshow" msgstr "_Diavetítés" -#: src/CollectionPage.vala:110 src/Resources.vala:110 ui/direct.ui:111 +#: src/CollectionPage.vala:110 src/Resources.vala:109 ui/direct.ui:111 #: ui/photo.ui:200 msgid "Rotate _Right" msgstr "Forgatás j_obbra" -#: src/CollectionPage.vala:113 src/Resources.vala:115 ui/direct.ui:116 +#: src/CollectionPage.vala:113 src/Resources.vala:114 ui/direct.ui:116 #: ui/photo.ui:205 msgid "Rotate _Left" msgstr "Forgatás _balra" -#: src/CollectionPage.vala:116 src/Resources.vala:120 ui/direct.ui:121 +#: src/CollectionPage.vala:116 src/Resources.vala:119 ui/direct.ui:121 #: ui/photo.ui:210 msgid "Flip Hori_zontally" msgstr "_Vízszintes tükrözés" -#: src/CollectionPage.vala:117 src/Resources.vala:123 ui/direct.ui:125 +#: src/CollectionPage.vala:117 src/Resources.vala:122 ui/direct.ui:125 #: ui/photo.ui:214 msgid "Flip Verti_cally" msgstr "_Függőleges tükrözés" -#: src/CollectionPage.vala:119 src/Resources.vala:157 ui/collection.ui:8 +#: src/CollectionPage.vala:119 src/Resources.vala:156 ui/collection.ui:8 #: ui/direct_context.ui:7 ui/direct.ui:134 ui/event.ui:447 #: ui/photo_context.ui:6 ui/photo.ui:223 msgid "_Enhance" msgstr "_Feljavítás" -#: src/CollectionPage.vala:120 src/Resources.vala:185 ui/collection.ui:13 +#: src/CollectionPage.vala:120 src/Resources.vala:184 ui/collection.ui:13 #: ui/direct_context.ui:12 ui/direct.ui:161 ui/event.ui:452 #: ui/photo_context.ui:11 ui/photo.ui:250 msgid "Re_vert to Original" msgstr "_Vissza az eredetihez" -#: src/CollectionPage.vala:122 src/Resources.vala:161 ui/photo.ui:256 +#: src/CollectionPage.vala:122 src/Resources.vala:160 ui/photo.ui:256 msgid "_Copy Color Adjustments" msgstr "_Színbeállítások másolása" -#: src/CollectionPage.vala:125 src/Resources.vala:165 ui/photo.ui:261 +#: src/CollectionPage.vala:125 src/Resources.vala:164 ui/photo.ui:261 msgid "_Paste Color Adjustments" msgstr "_Színbeállítások beillesztése" @@ -2735,17 +2750,17 @@ msgstr "_Színbeállítások beillesztése" msgid "Adjust Date and Time…" msgstr "Dátum és idő módosítása…" -#: src/CollectionPage.vala:143 src/Resources.vala:290 ui/collection.ui:108 +#: src/CollectionPage.vala:143 src/Resources.vala:289 ui/collection.ui:108 #: ui/event.ui:547 ui/photo_context.ui:115 ui/photo.ui:361 msgid "Open With E_xternal Editor" msgstr "Megnyitás külső _szerkesztővel" -#: src/CollectionPage.vala:146 src/Resources.vala:292 ui/collection.ui:113 +#: src/CollectionPage.vala:146 src/Resources.vala:291 ui/collection.ui:113 #: ui/event.ui:552 ui/photo_context.ui:120 ui/photo.ui:366 msgid "Open With RA_W Editor" msgstr "Megnyitás RA_W szerkesztővel" -#: src/CollectionPage.vala:149 src/Resources.vala:138 +#: src/CollectionPage.vala:149 src/Resources.vala:137 msgid "_Play" msgstr "_Lejátszás" @@ -3075,8 +3090,8 @@ msgstr[0] "Ez eltávolítja a(z) „%s” címkét egy fényképről. Folytatja? msgstr[1] "Ez eltávolítja a(z) „%s” címkét %d fényképről. Folytatja?" #: src/Dialogs.vala:20 src/Dialogs.vala:28 src/Dialogs.vala:58 -#: src/Dialogs.vala:734 src/Resources.vala:129 src/Resources.vala:310 -#: src/Resources.vala:341 src/Resources.vala:394 src/Resources.vala:734 +#: src/Dialogs.vala:734 src/Resources.vala:128 src/Resources.vala:309 +#: src/Resources.vala:340 src/Resources.vala:393 src/Resources.vala:761 #: ui/savedsearch.ui:14 ui/tags.ui:460 ui/trash.ui:63 ui/trash.ui:216 #: ui/trash.ui:258 msgid "_Delete" @@ -3514,7 +3529,7 @@ msgstr "Nem lettek importálva fényképek vagy videók.\n" msgid "Import Complete" msgstr "Importálás kész" -#: src/Dialogs.vala:663 src/Resources.vala:202 +#: src/Dialogs.vala:663 src/Resources.vala:201 msgid "Rename Event" msgstr "Esemény átnevezése" @@ -3528,12 +3543,12 @@ msgctxt "Dialog Title" msgid "Edit Title" msgstr "Cím szerkesztése" -#: src/Dialogs.vala:675 src/Properties.vala:346 +#: src/Dialogs.vala:675 src/Properties.vala:347 msgid "Title:" msgstr "Cím:" #. Dialog title -#: src/Dialogs.vala:691 src/Resources.vala:278 +#: src/Dialogs.vala:691 src/Resources.vala:277 msgid "Edit Event Comment" msgstr "Eseménymegjegyzés szerkesztése" @@ -3586,7 +3601,7 @@ msgid_plural "This will remove %d photos from the library. Continue?" msgstr[0] "Ezzel eltávolítja a fényképet a gyűjteményből. Folytatja?" msgstr[1] "Ezzel eltávolít %d fényképet a gyűjteményből. Folytatja?" -#: src/Dialogs.vala:790 src/Resources.vala:144 +#: src/Dialogs.vala:790 src/Resources.vala:143 msgid "_Remove" msgstr "_Eltávolítás" @@ -3773,30 +3788,30 @@ msgstr "" msgid "Unable open photo %s. Sorry." msgstr "Elnézést, a(z) %s fénykép nem nyitható meg." -#: src/direct/DirectPhotoPage.vala:316 src/Resources.vala:146 ui/direct.ui:8 +#: src/direct/DirectPhotoPage.vala:322 src/Resources.vala:145 ui/direct.ui:8 #: ui/textentrydialog.ui:33 msgid "_Save" msgstr "M_entés" -#: src/direct/DirectPhotoPage.vala:316 +#: src/direct/DirectPhotoPage.vala:322 msgid "_Save a Copy" msgstr "_Másolat mentése" -#: src/direct/DirectPhotoPage.vala:319 +#: src/direct/DirectPhotoPage.vala:325 #, c-format msgid "Lose changes to %s?" msgstr "Eldobja a(z) %s változtatásait?" -#: src/direct/DirectPhotoPage.vala:320 +#: src/direct/DirectPhotoPage.vala:326 msgid "Close _without Saving" msgstr "Bezárás mentés _nélkül" -#: src/direct/DirectPhotoPage.vala:353 +#: src/direct/DirectPhotoPage.vala:359 #, c-format msgid "Error while saving to %s: %s" msgstr "Hiba a(z) %s helyre mentéskor: %s" -#: src/direct/DirectPhotoPage.vala:383 src/direct/DirectPhotoPage.vala:404 +#: src/direct/DirectPhotoPage.vala:389 src/direct/DirectPhotoPage.vala:410 msgid "Save As" msgstr "Mentés másként" @@ -4147,7 +4162,7 @@ msgstr "30 × 40 cm" msgid "A3 (297 × 420 mm)" msgstr "A3 (297 × 420 mm)" -#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:401 +#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:402 msgid "Size:" msgstr "Méret:" @@ -4165,8 +4180,8 @@ msgid "_Reset" msgstr "_Visszaállítás" #. fit both on the top line, emit and move on -#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:442 -#: src/Properties.vala:446 src/Properties.vala:453 +#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:443 +#: src/Properties.vala:447 src/Properties.vala:454 msgid "Exposure:" msgstr "Expozíció:" @@ -4240,7 +4255,7 @@ msgstr "Kontraszt növelése" msgid "Angle:" msgstr "Szög:" -#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:173 +#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:172 #: ui/direct.ui:144 ui/photo.ui:233 msgid "_Straighten" msgstr "Ki_egyenesítés" @@ -4252,14 +4267,14 @@ msgid_plural "%d Photos/Videos" msgstr[0] "%d fénykép vagy videó" msgstr[1] "%d fénykép vagy videó" -#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:361 +#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:362 #, c-format msgid "%d Video" msgid_plural "%d Videos" msgstr[0] "%d videó" msgstr[1] "%d videó" -#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:359 +#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:360 #, c-format msgid "%d Photo" msgid_plural "%d Photos" @@ -4338,7 +4353,7 @@ msgstr "Öss_zes cseréje" msgid "Export" msgstr "Exportálás" -#: src/faces/FacesBranch.vala:89 src/Resources.vala:305 src/Resources.vala:306 +#: src/faces/FacesBranch.vala:89 src/Resources.vala:304 src/Resources.vala:305 #: ui/faces.ui:403 msgid "Faces" msgstr "Arcok" @@ -4408,11 +4423,11 @@ msgstr "Mappák" msgid "Browse the library’s folder structure" msgstr "Tallózás a gyűjtemény mappaszerkezetében" -#: src/import-roll/ImportRollBranch.vala:44 +#: src/import-roll/ImportRollBranch.vala:43 msgid "Imports" msgstr "Importálások" -#: src/import-roll/ImportRollBranch.vala:44 +#: src/import-roll/ImportRollBranch.vala:43 msgid "Browse the library’s import history" msgstr "Tallózás a gyűjtemény importálási előzményeiben" @@ -4619,11 +4634,11 @@ msgstr "" msgid "Unable to process monitoring updates: %s" msgstr "A megfigyelés frissítései nem dolgozhatók fel: %s" -#: src/MediaPage.vala:157 +#: src/MediaPage.vala:76 msgid "Adjust the size of the thumbnails" msgstr "A bélyegképek méretének beállítása" -#: src/MediaPage.vala:500 +#: src/MediaPage.vala:419 #, c-format msgid "" "Shotwell was unable to play the selected video:\n" @@ -4708,7 +4723,7 @@ msgstr "RAW" msgid "TIFF" msgstr "TIFF" -#: src/Photo.vala:3774 +#: src/Photo.vala:3770 msgid "modified" msgstr "módosítva" @@ -4759,19 +4774,19 @@ msgstr "" "\n" "%s" -#: src/Properties.vala:97 +#: src/Properties.vala:98 msgid "Today" msgstr "Ma" -#: src/Properties.vala:99 +#: src/Properties.vala:100 msgid "Yesterday" msgstr "Tegnap" -#: src/Properties.vala:349 +#: src/Properties.vala:350 msgid "Items:" msgstr "Elemek:" -#: src/Properties.vala:352 +#: src/Properties.vala:353 #, c-format msgid "%d Event" msgid_plural "%d Events" @@ -4779,80 +4794,80 @@ msgstr[0] "%d esemény" msgstr[1] "%d esemény" #. display only one date if start and end are the same -#: src/Properties.vala:383 +#: src/Properties.vala:384 msgid "Date:" msgstr "Dátum:" #. display only one time if start and end are the same -#: src/Properties.vala:387 +#: src/Properties.vala:388 msgid "Time:" msgstr "Idő:" #. display time range #. display date range -#: src/Properties.vala:390 src/Properties.vala:395 +#: src/Properties.vala:391 src/Properties.vala:396 msgid "From:" msgstr "Ettől:" -#: src/Properties.vala:391 src/Properties.vala:396 +#: src/Properties.vala:392 src/Properties.vala:397 msgid "To:" msgstr "Eddig:" -#: src/Properties.vala:410 +#: src/Properties.vala:411 msgid "Duration:" msgstr "Hossz:" -#: src/Properties.vala:410 +#: src/Properties.vala:411 #, c-format msgid "%.1f seconds" msgstr "%.1f másodperc" -#: src/Properties.vala:414 +#: src/Properties.vala:415 msgid "Developer:" msgstr "Előhívó:" #. nothing special to be done for now for Events -#: src/Properties.vala:592 +#: src/Properties.vala:593 msgid "Location:" msgstr "Hely:" -#: src/Properties.vala:595 +#: src/Properties.vala:596 msgid "File size:" msgstr "Fájl mérete:" -#: src/Properties.vala:599 +#: src/Properties.vala:600 msgid "Current Development:" msgstr "Jelenlegi előhívás:" -#: src/Properties.vala:601 +#: src/Properties.vala:602 msgid "Original dimensions:" msgstr "Eredeti méretek:" -#: src/Properties.vala:604 +#: src/Properties.vala:605 msgid "Camera make:" msgstr "Fényképezőgép gyártója:" -#: src/Properties.vala:607 +#: src/Properties.vala:608 msgid "Camera model:" msgstr "Fényképezőgép típusa:" -#: src/Properties.vala:610 +#: src/Properties.vala:611 msgid "Flash:" msgstr "Vaku:" -#: src/Properties.vala:612 +#: src/Properties.vala:613 msgid "Focal length:" msgstr "Fókusztávolság:" -#: src/Properties.vala:615 +#: src/Properties.vala:616 msgid "Exposure date:" msgstr "Exponálás dátuma:" -#: src/Properties.vala:618 +#: src/Properties.vala:619 msgid "Exposure time:" msgstr "Exponálási idő:" -#: src/Properties.vala:621 +#: src/Properties.vala:622 msgid "Exposure bias:" msgstr "Expozícióeltolás:" @@ -4968,61 +4983,61 @@ msgstr "" msgid "Publishing" msgstr "Közzététel" -#: src/Resources.vala:111 src/Resources.vala:116 ui/collection.ui:151 +#: src/Resources.vala:110 src/Resources.vala:115 ui/collection.ui:151 msgid "Rotate" msgstr "Forgatás" -#: src/Resources.vala:112 +#: src/Resources.vala:111 msgid "Rotate Right" msgstr "Forgatás jobbra" -#: src/Resources.vala:113 ui/collection.ui:148 +#: src/Resources.vala:112 ui/collection.ui:148 msgid "Rotate the photos right (press Ctrl to rotate left)" msgstr "Fényképek forgatása jobbra (Ctrl = balra forgatás)" -#: src/Resources.vala:117 +#: src/Resources.vala:116 msgid "Rotate Left" msgstr "Forgatás balra" -#: src/Resources.vala:118 +#: src/Resources.vala:117 msgid "Rotate the photos left" msgstr "Fényképek forgatása balra" -#: src/Resources.vala:121 +#: src/Resources.vala:120 msgid "Flip Horizontally" msgstr "Tükrözés vízszintesen" -#: src/Resources.vala:124 +#: src/Resources.vala:123 msgid "Flip Vertically" msgstr "Tükrözés függőlegesen" -#: src/Resources.vala:126 ui/direct.ui:192 ui/events_directory.ui:168 +#: src/Resources.vala:125 ui/direct.ui:192 ui/events_directory.ui:168 #: ui/event.ui:438 ui/faces.ui:448 ui/import_queue.ui:83 ui/import.ui:201 #: ui/manifest_widget.ui:35 ui/media.ui:421 ui/offline.ui:198 ui/photo.ui:405 #: ui/tags.ui:440 ui/trash.ui:207 msgid "_About" msgstr "_Névjegy" -#: src/Resources.vala:127 +#: src/Resources.vala:126 msgid "_Apply" msgstr "_Alkalmaz" -#: src/Resources.vala:130 ui/direct.ui:44 ui/events_directory.ui:32 +#: src/Resources.vala:129 ui/direct.ui:44 ui/events_directory.ui:32 #: ui/event.ui:47 ui/faces.ui:47 ui/import.ui:40 ui/media.ui:47 #: ui/offline.ui:32 ui/photo.ui:55 ui/tags.ui:47 ui/trash.ui:37 msgid "_Edit" msgstr "S_zerkesztés" -#: src/Resources.vala:131 +#: src/Resources.vala:130 msgid "_Forward" msgstr "_Előre" -#: src/Resources.vala:132 ui/direct.ui:62 ui/events_directory.ui:125 +#: src/Resources.vala:131 ui/direct.ui:62 ui/events_directory.ui:125 #: ui/photo.ui:173 msgid "Fulls_creen" msgstr "Teljes ké_pernyő" -#: src/Resources.vala:133 ui/direct.ui:174 ui/direct.ui:177 +#: src/Resources.vala:132 ui/direct.ui:174 ui/direct.ui:177 #: ui/events_directory.ui:150 ui/events_directory.ui:153 ui/event.ui:420 #: ui/event.ui:423 ui/faces.ui:430 ui/faces.ui:433 ui/import_queue.ui:65 #: ui/import_queue.ui:68 ui/import.ui:183 ui/import.ui:186 ui/media.ui:403 @@ -5032,404 +5047,404 @@ msgstr "Teljes ké_pernyő" msgid "_Help" msgstr "_Súgó" -#: src/Resources.vala:134 +#: src/Resources.vala:133 msgid "Leave _Fullscreen" msgstr "Teljes képernyő _elhagyása" -#: src/Resources.vala:135 src/Resources.vala:343 ui/tags.ui:450 +#: src/Resources.vala:134 src/Resources.vala:342 ui/tags.ui:450 msgid "_New" msgstr "Ú_j" -#: src/Resources.vala:136 +#: src/Resources.vala:135 msgid "_Next" msgstr "Kö_vetkező" -#: src/Resources.vala:139 src/Resources.vala:288 ui/events_directory.ui:65 +#: src/Resources.vala:138 src/Resources.vala:287 ui/events_directory.ui:65 #: ui/event.ui:93 ui/faces.ui:93 ui/import.ui:68 ui/media.ui:93 #: ui/offline.ui:72 ui/photo.ui:89 ui/tags.ui:93 ui/trash.ui:81 msgid "_Preferences" msgstr "_Beállítások" -#: src/Resources.vala:140 +#: src/Resources.vala:139 msgid "_Previous" msgstr "_Előző" -#: src/Resources.vala:142 ui/direct.ui:37 ui/events_directory.ui:25 +#: src/Resources.vala:141 ui/direct.ui:37 ui/events_directory.ui:25 #: ui/event.ui:40 ui/faces.ui:40 ui/import_queue.ui:31 ui/import.ui:33 #: ui/media.ui:40 ui/offline.ui:25 ui/photo.ui:48 ui/tags.ui:40 ui/trash.ui:30 msgid "_Quit" msgstr "_Kilépés" -#: src/Resources.vala:143 +#: src/Resources.vala:142 msgid "_Refresh" msgstr "_Frissítés" -#: src/Resources.vala:145 +#: src/Resources.vala:144 msgid "_Revert" msgstr "_Visszaállítás" -#: src/Resources.vala:147 +#: src/Resources.vala:146 msgid "Save _As" msgstr "Men_tés másként" -#: src/Resources.vala:148 +#: src/Resources.vala:147 msgid "Sort _Ascending" msgstr "_Növekvő sorrend" -#: src/Resources.vala:149 +#: src/Resources.vala:148 msgid "Sort _Descending" msgstr "_Csökkenő sorrend" -#: src/Resources.vala:150 +#: src/Resources.vala:149 msgid "_Stop" msgstr "_Leállítás" -#: src/Resources.vala:151 +#: src/Resources.vala:150 msgid "_Undelete" msgstr "_Visszaállítás" -#: src/Resources.vala:152 +#: src/Resources.vala:151 msgid "_Normal Size" msgstr "_Normál méret" -#: src/Resources.vala:153 +#: src/Resources.vala:152 msgid "Best _Fit" msgstr "Legjobb _illeszkedés" -#: src/Resources.vala:154 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 +#: src/Resources.vala:153 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 #: ui/media.ui:260 ui/photo.ui:144 ui/tags.ui:260 msgid "Zoom _In" msgstr "_Nagyítás" -#: src/Resources.vala:155 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 +#: src/Resources.vala:154 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 #: ui/media.ui:265 ui/photo.ui:149 ui/tags.ui:265 msgid "Zoom _Out" msgstr "_Kicsinyítés" -#: src/Resources.vala:158 ui/collection.ui:167 +#: src/Resources.vala:157 ui/collection.ui:167 msgid "Enhance" msgstr "Feljavítás" -#: src/Resources.vala:159 ui/collection.ui:164 +#: src/Resources.vala:158 ui/collection.ui:164 msgid "Automatically improve the photo’s appearance" msgstr "Fényképek megjelenésének automatikus javítása" -#: src/Resources.vala:162 +#: src/Resources.vala:161 msgid "Copy Color Adjustments" msgstr "Színbeállítások másolása" -#: src/Resources.vala:163 +#: src/Resources.vala:162 msgid "Copy the color adjustments applied to the photo" msgstr "A képen alkalmazott színbeállítások másolása" -#: src/Resources.vala:166 +#: src/Resources.vala:165 msgid "Paste Color Adjustments" msgstr "Színbeállítások beillesztése" -#: src/Resources.vala:167 +#: src/Resources.vala:166 msgid "Apply copied color adjustments to the selected photos" msgstr "A másolt színbeállítások alkalmazása a kijelölt fényképekre" -#: src/Resources.vala:169 ui/direct.ui:139 ui/photo.ui:228 +#: src/Resources.vala:168 ui/direct.ui:139 ui/photo.ui:228 msgid "_Crop" msgstr "_Levágás" -#: src/Resources.vala:170 +#: src/Resources.vala:169 msgid "Crop" msgstr "Levágás" -#: src/Resources.vala:171 +#: src/Resources.vala:170 msgid "Crop the photo’s size" msgstr "Levágás a fénykép méretéből" -#: src/Resources.vala:174 +#: src/Resources.vala:173 msgid "Straighten" msgstr "Kiegyenesítés" -#: src/Resources.vala:175 +#: src/Resources.vala:174 msgid "Straighten the photo" msgstr "A fénykép kiegyenesítése" -#: src/Resources.vala:177 ui/direct.ui:149 ui/photo.ui:238 +#: src/Resources.vala:176 ui/direct.ui:149 ui/photo.ui:238 msgid "_Red-eye" msgstr "Vö_rösszem-hatás" -#: src/Resources.vala:178 +#: src/Resources.vala:177 msgid "Red-eye" msgstr "Vörösszem-hatás" -#: src/Resources.vala:179 +#: src/Resources.vala:178 msgid "Reduce or eliminate any red-eye effects in the photo" msgstr "Vörösszem-hatás csökkentése vagy eltávolítása a fényképről" -#: src/Resources.vala:181 ui/direct.ui:154 ui/photo.ui:243 +#: src/Resources.vala:180 ui/direct.ui:154 ui/photo.ui:243 msgid "_Adjust" msgstr "Mó_dosítás" -#: src/Resources.vala:182 +#: src/Resources.vala:181 msgid "Adjust" msgstr "Módosítás" -#: src/Resources.vala:183 +#: src/Resources.vala:182 msgid "Adjust the photo’s color and tone" msgstr "Fénykép színének és tónusának módosítása" -#: src/Resources.vala:186 +#: src/Resources.vala:185 msgid "Revert to Original" msgstr "Vissza az eredetihez" -#: src/Resources.vala:188 +#: src/Resources.vala:187 msgid "Revert External E_dits" msgstr "_Külső szerkesztések visszavonása" -#: src/Resources.vala:189 +#: src/Resources.vala:188 msgid "Revert to the master photo" msgstr "Visszatérés az eredeti fényképhez" -#: src/Resources.vala:192 +#: src/Resources.vala:191 msgid "Set selected image to be the new desktop background" msgstr "Kiválasztott fénykép beállítása asztalháttérként" -#: src/Resources.vala:193 +#: src/Resources.vala:192 msgid "Set as _Desktop Slideshow…" msgstr "Beállítás asztali _diavetítésként…" -#: src/Resources.vala:195 ui/direct.ui:47 ui/events_directory.ui:35 +#: src/Resources.vala:194 ui/direct.ui:47 ui/events_directory.ui:35 #: ui/event.ui:50 ui/faces.ui:50 ui/import.ui:43 ui/media.ui:50 #: ui/offline.ui:35 ui/photo.ui:58 ui/tags.ui:50 ui/trash.ui:40 msgid "_Undo" msgstr "_Visszavonás:" -#: src/Resources.vala:196 +#: src/Resources.vala:195 msgid "Undo" msgstr "Visszavonás" -#: src/Resources.vala:198 ui/direct.ui:52 ui/events_directory.ui:40 +#: src/Resources.vala:197 ui/direct.ui:52 ui/events_directory.ui:40 #: ui/event.ui:55 ui/faces.ui:55 ui/import.ui:48 ui/media.ui:55 #: ui/offline.ui:40 ui/photo.ui:63 ui/tags.ui:55 ui/trash.ui:45 msgid "_Redo" msgstr "Új_ra:" -#: src/Resources.vala:199 +#: src/Resources.vala:198 msgid "Redo" msgstr "Újra" -#: src/Resources.vala:201 ui/events_directory.ui:139 ui/events_directory.ui:181 +#: src/Resources.vala:200 ui/events_directory.ui:139 ui/events_directory.ui:181 #: ui/event.ui:393 ui/event.ui:588 msgid "Re_name Event…" msgstr "Esemé_ny átnevezése…" -#: src/Resources.vala:204 ui/event.ui:373 ui/event.ui:580 +#: src/Resources.vala:203 ui/event.ui:373 ui/event.ui:580 msgid "Make _Key Photo for Event" msgstr "_Esemény kulcsképévé tétel" -#: src/Resources.vala:205 +#: src/Resources.vala:204 msgid "Make Key Photo for Event" msgstr "Esemény kulcsképévé tétel" -#: src/Resources.vala:207 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 +#: src/Resources.vala:206 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 #: ui/tags.ui:376 msgid "_New Event" msgstr "Új esemé_ny" -#: src/Resources.vala:208 +#: src/Resources.vala:207 msgid "New Event" msgstr "Új esemény" -#: src/Resources.vala:210 +#: src/Resources.vala:209 msgid "Move Photos" msgstr "Fényképek áthelyezése" -#: src/Resources.vala:211 +#: src/Resources.vala:210 msgid "Move photos to an event" msgstr "Fényképek áthelyezése eseménybe" -#: src/Resources.vala:213 ui/events_directory.ui:135 ui/events_directory.ui:177 +#: src/Resources.vala:212 ui/events_directory.ui:135 ui/events_directory.ui:177 msgid "_Merge Events" msgstr "_Események egyesítése" -#: src/Resources.vala:214 +#: src/Resources.vala:213 msgid "Merge" msgstr "Egyesítés" -#: src/Resources.vala:215 +#: src/Resources.vala:214 msgid "Combine events into a single event" msgstr "Események egyesítése egyetlen eseménnyé" -#: src/Resources.vala:217 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 +#: src/Resources.vala:216 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 #: ui/faces.ui:286 ui/media.ui:286 ui/photo_context.ui:35 ui/photo.ui:273 #: ui/tags.ui:286 msgid "_Set Rating" msgstr "É_rtékelés megadása" -#: src/Resources.vala:218 +#: src/Resources.vala:217 msgid "Set Rating" msgstr "Értékelés megadása" -#: src/Resources.vala:219 +#: src/Resources.vala:218 msgid "Change the rating of your photo" msgstr "Fénykép értékelésének módosítása" -#: src/Resources.vala:221 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 +#: src/Resources.vala:220 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 #: ui/faces.ui:326 ui/media.ui:326 ui/photo_context.ui:75 ui/photo.ui:313 #: ui/tags.ui:326 msgid "_Increase" msgstr "_Növelés" -#: src/Resources.vala:222 +#: src/Resources.vala:221 msgid "Increase Rating" msgstr "Értékelés növelése" -#: src/Resources.vala:224 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 +#: src/Resources.vala:223 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 #: ui/faces.ui:331 ui/media.ui:331 ui/photo_context.ui:80 ui/photo.ui:318 #: ui/tags.ui:331 msgid "_Decrease" msgstr "_Csökkentés" -#: src/Resources.vala:225 +#: src/Resources.vala:224 msgid "Decrease Rating" msgstr "Értékelés csökkentése" -#: src/Resources.vala:227 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 +#: src/Resources.vala:226 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 #: ui/faces.ui:314 ui/media.ui:314 ui/photo_context.ui:63 ui/photo.ui:301 #: ui/tags.ui:314 msgid "_Unrated" msgstr "É_rtékeletlen" -#: src/Resources.vala:228 +#: src/Resources.vala:227 msgid "Unrated" msgstr "Értékeletlen" -#: src/Resources.vala:229 +#: src/Resources.vala:228 msgid "Rate Unrated" msgstr "Értékelés törlése" -#: src/Resources.vala:230 +#: src/Resources.vala:229 msgid "Setting as unrated" msgstr "Beállítás értékeletlenre" -#: src/Resources.vala:231 +#: src/Resources.vala:230 msgid "Remove any ratings" msgstr "Minden értékelés eltávolítása" -#: src/Resources.vala:233 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 +#: src/Resources.vala:232 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 #: ui/faces.ui:319 ui/media.ui:319 ui/photo_context.ui:68 ui/photo.ui:306 #: ui/tags.ui:319 msgid "_Rejected" msgstr "_Visszautasított" -#: src/Resources.vala:234 +#: src/Resources.vala:233 msgid "Rejected" msgstr "Visszautasítva" -#: src/Resources.vala:235 +#: src/Resources.vala:234 msgid "Rate Rejected" msgstr "Értékelés visszautasítottként" -#: src/Resources.vala:236 +#: src/Resources.vala:235 msgid "Setting as rejected" msgstr "Beállítás visszautasítottra" -#: src/Resources.vala:237 +#: src/Resources.vala:236 msgid "Set rating to rejected" msgstr "Értékelés beállítása visszautasítottra" -#: src/Resources.vala:239 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 +#: src/Resources.vala:238 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 #: ui/media.ui:196 ui/offline.ui:153 ui/search_bar.ui:6 ui/tags.ui:196 #: ui/trash.ui:162 msgid "Rejected _Only" msgstr "_Csak visszautasított" -#: src/Resources.vala:240 +#: src/Resources.vala:239 msgid "Rejected Only" msgstr "Csak visszautasított" -#: src/Resources.vala:241 +#: src/Resources.vala:240 msgid "Show only rejected photos" msgstr "Csak a visszautasított fényképek megjelenítése" -#: src/Resources.vala:243 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 +#: src/Resources.vala:242 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 #: ui/media.ui:190 ui/offline.ui:147 ui/search_bar.ui:12 ui/tags.ui:190 #: ui/trash.ui:156 msgid "All + _Rejected" msgstr "Összes + _visszautasított" -#: src/Resources.vala:244 +#: src/Resources.vala:243 msgctxt "Tooltip" msgid "Show all photos, including rejected" msgstr "Összes fénykép megjelenítése, a visszautasítottak is" -#: src/Resources.vala:246 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 +#: src/Resources.vala:245 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 #: ui/media.ui:184 ui/offline.ui:141 ui/search_bar.ui:18 ui/tags.ui:184 #: ui/trash.ui:150 msgid "_All Photos" msgstr "Öss_zes fénykép" #. Button tooltip -#: src/Resources.vala:248 +#: src/Resources.vala:247 msgid "Show all photos" msgstr "Összes fénykép megjelenítése" -#: src/Resources.vala:250 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 +#: src/Resources.vala:249 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 #: ui/photo.ui:120 ui/tags.ui:144 msgid "_Ratings" msgstr "É_rtékelések" -#: src/Resources.vala:251 +#: src/Resources.vala:250 msgid "Display each photo’s rating" msgstr "A fényképek értékelésének megjelenítése" -#: src/Resources.vala:253 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 +#: src/Resources.vala:252 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 #: ui/media.ui:151 ui/offline.ui:108 ui/tags.ui:151 ui/trash.ui:117 msgid "_Filter Photos" msgstr "_Fényképek szűrése" -#: src/Resources.vala:254 +#: src/Resources.vala:253 msgid "Filter Photos" msgstr "Fényképek szűrése" -#: src/Resources.vala:255 +#: src/Resources.vala:254 msgid "Limit the number of photos displayed based on a filter" msgstr "A megjelenített fényképek számának korlátozása szűrővel" -#: src/Resources.vala:258 +#: src/Resources.vala:257 msgid "Duplicate" msgstr "Kettőzés" -#: src/Resources.vala:259 +#: src/Resources.vala:258 msgid "Make a duplicate of the photo" msgstr "Másolat készítése a fényképről" -#: src/Resources.vala:261 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 +#: src/Resources.vala:260 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 #: ui/photo.ui:17 ui/tags.ui:17 msgid "_Export…" msgstr "E_xportálás…" -#: src/Resources.vala:263 +#: src/Resources.vala:262 msgid "_Print…" msgstr "_Nyomtatás…" -#: src/Resources.vala:265 +#: src/Resources.vala:264 msgid "Pu_blish…" msgstr "Kö_zzététel…" -#: src/Resources.vala:267 ui/collection.ui:189 +#: src/Resources.vala:266 ui/collection.ui:189 msgid "Publish to various websites" msgstr "Közzététel különböző weboldalakon" -#: src/Resources.vala:269 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 +#: src/Resources.vala:268 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 #: ui/faces.ui:340 ui/media.ui:340 ui/photo_context.ui:105 ui/photo.ui:327 #: ui/tags.ui:340 msgid "Edit _Title…" msgstr "_Cím szerkesztése…" #. Button label -#: src/Resources.vala:271 +#: src/Resources.vala:270 msgctxt "Button Label" msgid "Edit Title" msgstr "Cím szerkesztése" -#: src/Resources.vala:273 ui/collection.ui:103 ui/events_directory.ui:144 +#: src/Resources.vala:272 ui/collection.ui:103 ui/events_directory.ui:144 #: ui/events_directory.ui:186 ui/event.ui:345 ui/event.ui:398 ui/event.ui:542 #: ui/faces.ui:345 ui/media.ui:345 ui/photo_context.ui:110 ui/photo.ui:332 #: ui/tags.ui:345 @@ -5437,330 +5452,330 @@ msgid "Edit _Comment…" msgstr "Megjegyzés s_zerkesztése…" #. Button label -#: src/Resources.vala:275 +#: src/Resources.vala:274 msgid "Edit Comment" msgstr "A megjegyzés szerkesztése" -#: src/Resources.vala:277 ui/event.ui:592 +#: src/Resources.vala:276 ui/event.ui:592 msgid "Edit Event _Comment…" msgstr "_Eseménymegjegyzés szerkesztése…" -#: src/Resources.vala:280 ui/direct.ui:167 ui/photo.ui:337 +#: src/Resources.vala:279 ui/direct.ui:167 ui/photo.ui:337 msgid "_Adjust Date and Time…" msgstr "_Dátum és idő módosítása…" -#: src/Resources.vala:281 +#: src/Resources.vala:280 msgid "Adjust Date and Time" msgstr "Dátum és idő módosítása" -#: src/Resources.vala:283 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 +#: src/Resources.vala:282 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 #: ui/faces.ui:390 ui/media.ui:390 ui/photo.ui:375 ui/tags.ui:390 msgid "Add _Tags…" msgstr "_Címkék hozzáadása…" -#: src/Resources.vala:284 ui/photo_context.ui:17 +#: src/Resources.vala:283 ui/photo_context.ui:17 msgid "_Add Tags…" msgstr "Címkék _hozzáadása…" #. Dialog title -#: src/Resources.vala:286 +#: src/Resources.vala:285 msgctxt "Dialog Title" msgid "Add Tags" msgstr "Címkék hozzáadása" -#: src/Resources.vala:295 ui/photo_context.ui:135 +#: src/Resources.vala:294 ui/photo_context.ui:135 msgid "Send T_o…" msgstr "_Küldés…" -#: src/Resources.vala:297 +#: src/Resources.vala:296 msgid "_Find…" msgstr "_Keresés…" -#: src/Resources.vala:298 ui/collection.ui:217 ui/offline.ui:239 +#: src/Resources.vala:297 ui/collection.ui:217 ui/offline.ui:239 #: ui/trash.ui:312 msgid "Find" msgstr "Keresés" -#: src/Resources.vala:299 ui/collection.ui:214 ui/offline.ui:236 +#: src/Resources.vala:298 ui/collection.ui:214 ui/offline.ui:236 #: ui/trash.ui:309 msgid "Find an image by typing text that appears in its name or tags" msgstr "Kép keresése a névben vagy a címkékben megjelenő szöveg beírásával" -#: src/Resources.vala:301 +#: src/Resources.vala:300 msgid "_Flag" msgstr "_Megjelölés" -#: src/Resources.vala:303 +#: src/Resources.vala:302 msgid "Un_flag" msgstr "Megjelölés _törlése" -#: src/Resources.vala:307 +#: src/Resources.vala:306 msgid "Mark faces of people in the photo" msgstr "Emberek arcainak megjelölése a fényképen" -#: src/Resources.vala:308 +#: src/Resources.vala:307 msgid "Modify Faces" msgstr "Arcok módosítása" -#: src/Resources.vala:309 +#: src/Resources.vala:308 msgid "Delete Face" msgstr "Arc törlése" -#: src/Resources.vala:311 src/Resources.vala:353 ui/tags.ui:456 +#: src/Resources.vala:310 src/Resources.vala:352 ui/tags.ui:456 msgid "_Rename…" msgstr "Át_nevezés…" -#: src/Resources.vala:315 +#: src/Resources.vala:314 #, c-format msgid "Unable to launch editor: %s" msgstr "A szerkesztő nem indítható el: %s" -#: src/Resources.vala:320 +#: src/Resources.vala:319 #, c-format msgid "Add Tag “%s”" msgstr "„%s” címke hozzáadása" #. Used when adding two tags to photo(s) -#: src/Resources.vala:323 +#: src/Resources.vala:322 #, c-format msgid "Add Tags “%s” and “%s”" msgstr "„%s” és „%s” címke hozzáadása" #. Undo/Redo command name (in Edit menu) -#: src/Resources.vala:328 +#: src/Resources.vala:327 msgctxt "UndoRedo menu entry" msgid "Add Tags" msgstr "Címkék hozzáadása" -#: src/Resources.vala:333 +#: src/Resources.vala:332 #, c-format msgid "_Delete Tag “%s”" msgstr "„%s” címke _törlése" -#: src/Resources.vala:337 +#: src/Resources.vala:336 #, c-format msgid "Delete Tag “%s”" msgstr "„%s” címke törlése" -#: src/Resources.vala:340 +#: src/Resources.vala:339 msgid "Delete Tag" msgstr "Címke törlése" -#: src/Resources.vala:346 +#: src/Resources.vala:345 #, c-format msgid "Re_name Tag “%s”…" msgstr "„%s” címke át_nevezése…" -#: src/Resources.vala:350 +#: src/Resources.vala:349 #, c-format msgid "Rename Tag “%s” to “%s”" msgstr "„%s” címke átnevezése erre: „%s”" -#: src/Resources.vala:355 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 +#: src/Resources.vala:354 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 #: ui/faces.ui:395 ui/media.ui:395 ui/photo_context.ui:22 ui/photo.ui:380 #: ui/tags.ui:395 msgid "Modif_y Tags…" msgstr "Cí_mkék módosítása…" -#: src/Resources.vala:356 +#: src/Resources.vala:355 msgid "Modify Tags" msgstr "Címkék módosítása" -#: src/Resources.vala:359 +#: src/Resources.vala:358 #, c-format msgid "Tag Photo as “%s”" msgid_plural "Tag Photos as “%s”" msgstr[0] "Fénykép címkézése ezzel: „%s”" msgstr[1] "Fényképek címkézése ezzel: „%s”" -#: src/Resources.vala:365 +#: src/Resources.vala:364 #, c-format msgid "Tag the selected photo as “%s”" msgid_plural "Tag the selected photos as “%s”" msgstr[0] "Kiválasztott fénykép címkézése ezzel: „%s”" msgstr[1] "Kiválasztott fényképek címkézése ezzel: „%s”" -#: src/Resources.vala:371 +#: src/Resources.vala:370 #, c-format msgid "Remove Tag “%s” From _Photo" msgid_plural "Remove Tag “%s” From _Photos" msgstr[0] "„%s” címke _eltávolítása a fényképről" msgstr[1] "„%s” címke _eltávolítása a fényképekről" -#: src/Resources.vala:377 +#: src/Resources.vala:376 #, c-format msgid "Remove Tag “%s” From Photo" msgid_plural "Remove Tag “%s” From Photos" msgstr[0] "„%s” címke eltávolítása a fényképről" msgstr[1] "„%s” címke eltávolítása a fényképekről" -#: src/Resources.vala:383 +#: src/Resources.vala:382 #, c-format msgid "Unable to rename tag to “%s” because the tag already exists." msgstr "A címke nem nevezhető át erre: „%s”, mert a címke már létezik." -#: src/Resources.vala:387 +#: src/Resources.vala:386 #, c-format msgid "Unable to rename search to “%s” because the search already exists." msgstr "Nem lehet átnevezni a keresést erre: „%s”, mert a keresés már létezik." #. Saved search button -#: src/Resources.vala:390 src/SearchFilter.vala:1146 +#: src/Resources.vala:389 src/SearchFilter.vala:1146 msgid "Saved Search" msgstr "Mentett keresés" -#: src/Resources.vala:392 +#: src/Resources.vala:391 msgid "Delete Search" msgstr "Keresés törlése" -#: src/Resources.vala:395 ui/savedsearch.ui:10 +#: src/Resources.vala:394 ui/savedsearch.ui:10 msgid "_Edit…" msgstr "S_zerkesztés…" -#: src/Resources.vala:396 ui/savedsearch.ui:6 +#: src/Resources.vala:395 ui/savedsearch.ui:6 msgid "Re_name…" msgstr "Át_nevezés…" -#: src/Resources.vala:399 +#: src/Resources.vala:398 #, c-format msgid "Rename Search “%s” to “%s”" msgstr "„%s” keresés átnevezése erre: „%s”" -#: src/Resources.vala:403 +#: src/Resources.vala:402 #, c-format msgid "Delete Search “%s”" msgstr "„%s” keresés törlése" -#: src/Resources.vala:408 +#: src/Resources.vala:407 #, c-format msgid "Unable to rename face to “%s” because the face already exists." msgstr "Az arc nem nevezhető át erre: „%s”, mert az arc már létezik." -#: src/Resources.vala:412 +#: src/Resources.vala:411 #, c-format msgid "Remove Face “%s” From _Photo" msgid_plural "Remove Face “%s” From _Photos" msgstr[0] "„%s” arc _eltávolítása a fényképről" msgstr[1] "„%s” arc _eltávolítása a fényképekről" -#: src/Resources.vala:417 +#: src/Resources.vala:416 #, c-format msgid "Remove Face “%s” From Photo" msgid_plural "Remove Face “%s” From Photos" msgstr[0] "„%s” arc eltávolítása a fényképről" msgstr[1] "„%s” arc eltávolítása a fényképekről" -#: src/Resources.vala:422 +#: src/Resources.vala:421 #, c-format msgid "Re_name Face “%s”…" msgstr "„%s” arc át_nevezése…" -#: src/Resources.vala:426 +#: src/Resources.vala:425 #, c-format msgid "Rename Face “%s” to “%s”" msgstr "„%s” arc átnevezése erre: „%s”" -#: src/Resources.vala:430 +#: src/Resources.vala:429 #, c-format msgid "_Delete Face “%s”" msgstr "„%s” arc _törlése" -#: src/Resources.vala:434 +#: src/Resources.vala:433 #, c-format msgid "Delete Face “%s”" msgstr "„%s” arc törlése" -#: src/Resources.vala:636 +#: src/Resources.vala:663 #, c-format msgid "Rate %s" msgstr "%s értékelés" -#: src/Resources.vala:637 +#: src/Resources.vala:664 #, c-format msgid "Set rating to %s" msgstr "Értékelés beállítása erre: %s" -#: src/Resources.vala:638 +#: src/Resources.vala:665 #, c-format msgid "Setting rating to %s" msgstr "Értékelés beállítása erre: %s" -#: src/Resources.vala:640 +#: src/Resources.vala:667 #, c-format msgid "Display %s" msgstr "%s megjelenítése" -#: src/Resources.vala:641 +#: src/Resources.vala:668 #, c-format msgid "Only show photos with a rating of %s" msgstr "Csak azon fényképek megjelenítése, amelyek értékelése %s" -#: src/Resources.vala:642 +#: src/Resources.vala:669 #, c-format msgid "%s or Better" msgstr "%s vagy jobb" -#: src/Resources.vala:643 +#: src/Resources.vala:670 #, c-format msgid "Display %s or Better" msgstr "%s vagy jobb megjelenítése" -#: src/Resources.vala:644 +#: src/Resources.vala:671 #, c-format msgid "Only show photos with a rating of %s or better" msgstr "Csak azon fényképek mutatása, amelyek értékelése %s vagy jobb" -#: src/Resources.vala:735 ui/trash.ui:255 +#: src/Resources.vala:762 ui/trash.ui:255 msgid "Remove the selected photos from the trash" msgstr "Kijelölt fényképek eltávolítása a Kukából" -#: src/Resources.vala:736 ui/offline.ui:221 +#: src/Resources.vala:763 ui/offline.ui:221 msgid "Remove the selected photos from the library" msgstr "Kijelölt fényképek eltávolítása a gyűjteményből" -#: src/Resources.vala:738 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 +#: src/Resources.vala:765 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 msgid "_Restore" msgstr "_Visszaállítás" -#: src/Resources.vala:739 ui/trash.ui:270 +#: src/Resources.vala:766 ui/trash.ui:270 msgid "Move the selected photos back into the library" msgstr "Kijelölt fényképek visszaállítása a gyűjteménybe" -#: src/Resources.vala:741 ui/collection.ui:123 ui/direct_context.ui:18 +#: src/Resources.vala:768 ui/collection.ui:123 ui/direct_context.ui:18 #: ui/direct.ui:30 ui/event.ui:27 ui/event.ui:562 ui/faces.ui:27 ui/media.ui:27 #: ui/photo_context.ui:130 ui/photo.ui:35 ui/tags.ui:27 ui/trash.ui:19 #: ui/trash.ui:227 msgid "Show in File Mana_ger" msgstr "_Megjelenítés a fájlkezelőben" -#: src/Resources.vala:742 +#: src/Resources.vala:769 msgid "Open the selected photo’s directory in the file manager" msgstr "Kijelölt fénykép könyvtárának megnyitása a fájlkezelőben" -#: src/Resources.vala:745 +#: src/Resources.vala:772 #, c-format msgid "Unable to open in file manager: %s" msgstr "Nem nyitható meg a fájlkezelőben: %s" -#: src/Resources.vala:748 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 +#: src/Resources.vala:775 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 #: ui/offline.ui:58 ui/offline.ui:207 ui/offline.ui:224 ui/photo.ui:77 #: ui/tags.ui:74 msgid "R_emove From Library" msgstr "_Eltávolítás a gyűjteményből" -#: src/Resources.vala:750 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 +#: src/Resources.vala:777 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 #: ui/faces.ui:79 ui/media.ui:79 ui/photo_context.ui:141 ui/photo.ui:82 #: ui/tags.ui:79 msgid "_Move to Trash" msgstr "Á_thelyezés a Kukába" -#: src/Resources.vala:752 ui/events_directory.ui:58 ui/event.ui:86 +#: src/Resources.vala:779 ui/events_directory.ui:58 ui/event.ui:86 #: ui/faces.ui:86 ui/import.ui:61 ui/media.ui:86 ui/offline.ui:65 ui/tags.ui:86 #: ui/trash.ui:74 msgid "Select _All" msgstr "Összes _kijelölése" -#: src/Resources.vala:753 +#: src/Resources.vala:780 msgid "Select all items" msgstr "Minden elem kijelölése" @@ -5773,14 +5788,14 @@ msgstr "Minden elem kijelölése" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format #. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:814 +#: src/Resources.vala:841 msgid "%a %b %d, %Y" msgstr "%Y. %b. %d., %a" #. / Locale-specific starting date format for multi-date strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:819 +#: src/Resources.vala:846 msgctxt "MultidayFormat" msgid "%a %b %d" msgstr "%a. %b. %d" @@ -5788,7 +5803,7 @@ msgstr "%a. %b. %d" #. / Locale-specific ending date format for multi-date strings, #. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:824 +#: src/Resources.vala:851 msgctxt "MultidayFormat" msgid "%d, %Y" msgstr "%Y. %d." @@ -5796,7 +5811,7 @@ msgstr "%Y. %d." #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:829 +#: src/Resources.vala:856 msgctxt "MultimonthFormat" msgid "%a %b %d" msgstr "%a. %b. %d" @@ -5804,7 +5819,7 @@ msgstr "%a. %b. %d" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Mon Apr 06, 2006" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:834 +#: src/Resources.vala:861 msgctxt "MultimonthFormat" msgid "%a %b %d, %Y" msgstr "%Y. %b. %d., %a" @@ -6560,20 +6575,3 @@ msgstr "címke" msgid "Delete all photos in the trash" msgstr "Minden fénykép törlése a Kukában" -#~ msgid "background color" -#~ msgstr "háttérszín" - -#~ msgid "A grayscale color for use as the background color." -#~ msgstr "Háttérszínként használandó szürkeárnyalatos szín." - -#~ msgid "Extended Information" -#~ msgstr "Bővebb információk" - -#~ msgid "white" -#~ msgstr "fehér" - -#~ msgid "black" -#~ msgstr "fekete" - -#~ msgid "_Background:" -#~ msgstr "_Háttér:" diff --git a/po/ja.po b/po/ja.po index 5cc7377..0fde97d 100644 --- a/po/ja.po +++ b/po/ja.po @@ -11,1362 +11,2914 @@ # Tiago , 2011 # verayin , 2011 # Jiro Matsuzawa , 2014 +# Launchpad Contributions , 2018 +# sicklylife , 2019 # msgid "" msgstr "" "Project-Id-Version: master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=shotwell&keywords=I18N+L10N&component=Internationalization\n" -"POT-Creation-Date: 2014-08-14 10:26+0000\n" -"PO-Revision-Date: 2014-08-14 16:14+0900\n" -"Last-Translator: Hajime Taira \n" +"Report-Msgid-Bugs-To: " +"http://bugzilla.gnome.org/enter_bug.cgi?product=shotwell&keywords=I18N+L10N&c" +"omponent=Internationalization\n" +"POT-Creation-Date: 2018-10-09 10:35+0000\n" +"PO-Revision-Date: 2019-01-21 01:36+0000\n" +"Last-Translator: sicklylife \n" "Language-Team: Japanese \n" -"Language: ja\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: 2018-10-11 22:06+0000\n" +"X-Generator: Launchpad (build 18790)\n" +"Language: ja\n" -#: ../plugins/common/RESTSupport.vala:424 -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:968 -msgid "A temporary file needed for publishing is unavailable" -msgstr "公開するために必要な一時ファイルが利用できません" +#: misc/shotwell.appdata.xml.in:8 misc/shotwell.desktop.in:4 +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:115 +#: src/photos/RawSupport.vala:308 ui/collection.ui:85 ui/event.ui:356 +#: ui/event.ui:524 ui/faces.ui:356 ui/media.ui:356 ui/photo_context.ui:91 +#: ui/photo.ui:347 ui/tags.ui:356 +msgid "Shotwell" +msgstr "Shotwell" -#: ../plugins/common/RESTSupport.vala:1138 +#: misc/shotwell.appdata.xml.in:9 +msgid "Popular photo manager" +msgstr "ポピュラーな写真管理ツール" + +#: misc/shotwell.appdata.xml.in:11 msgid "" -"You have already logged in and out of a Google service during this Shotwell session.\n" -"\n" -"To continue publishing to Google services, quit and restart Shotwell, then try publishing again." +"Shotwell is an easy-to-use, fast photo organizer designed for the GNOME " +"desktop. It allows you to import photos from your camera or disk, organize " +"them by date and subject matter, even ratings. It also offers basic photo " +"editing, like crop, red-eye correction, color adjustments, and straighten. " +"Shotwell’s non-destructive photo editor does not alter your master photos, " +"making it easy to experiment and correct errors." msgstr "" -"このShotwellのセッション中に、すでにGoogleサービスへログインとログアウトを行っています。\n" -"\n" -"Googleサービスへの公開を続けるには、Shotwellを終了して再起動してからもう一度公開を試してください。" -#: ../plugins/common/Resources.vala:9 -msgid "Visit the Shotwell home page" -msgstr "Shotwellのホームページにアクセスする" +#: misc/shotwell.appdata.xml.in:18 +msgid "" +"When ready, Shotwell can upload your photos to various web sites, such as " +"Facebook, Flickr, Picasa (Google Plus), and more." +msgstr "" -#: ../plugins/common/Resources.vala:28 ../src/AppWindow.vala:688 -msgid "translator-credits" +#: misc/shotwell.appdata.xml.in:22 +msgid "Shotwell supports JPEG, PNG, TIFF, and a variety of RAW file formats." msgstr "" -"Shushi Kurose \n" -"Slackhideo \n" -"Yohsuke Ooi \n" -"Hajime Taira \n" -"Jiro Matsuzawa " -#: ../plugins/shotwell-data-imports/FSpotImporter.vala:34 -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:32 -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:34 -#: ../plugins/shotwell-publishing/PicasaPublishing.vala:32 -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:32 -#: ../plugins/shotwell-publishing/YouTubePublishing.vala:32 -#: ../src/Resources.vala:27 -msgid "Copyright 2009-2014 Yorba Foundation" -msgstr "Copyright 2009-2014 Yorba Foundation" +#: misc/shotwell.desktop.in:5 src/Resources.vala:17 +msgid "Photo Manager" +msgstr "Shotwell 写真管理ツール" -#: ../plugins/shotwell-data-imports/FSpotImporter.vala:56 -msgid "" -"Welcome to the F-Spot library import service.\n" -"\n" -"Please select a library to import, either by selecting one of the existing libraries found by Shotwell or by selecting an alternative F-Spot database file." -msgstr "" -"F-Spotライブラリインポートサービスへ、ようこそ!\n" -"\n" -"まずはインポートしたいライブラリを選びます。Shotwellによって検出された既存のライブラリの中、もしくは、その他のF-Spotデータベースファイルを1つ選択してください。" +# GNOME Application Comment +#: misc/shotwell.desktop.in:6 +msgid "Organize your photos" +msgstr "写真の整理" -#: ../plugins/shotwell-data-imports/FSpotImporter.vala:58 +# GNOME Application Keywords +#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! +#: misc/shotwell.desktop.in:8 msgid "" -"Welcome to the F-Spot library import service.\n" -"\n" -"Please select an F-Spot database file." +"album;camera;cameras;crop;edit;enhance;export;gallery;image;images;import;org" +"anize;photo;photographs;photos;picture;pictures;photography;print;publish;rot" +"ate;share;tags;video;facebook;flickr;picasa;youtube;piwigo;" msgstr "" -"F-Spotライブラリインポートサービスにようこそ。\n" -"\n" -"F-Spotデータベースファイルを選択してください。" +"album;camera;cameras;crop;edit;enhance;export;gallery;image;images;import;org" +"anize;photo;photographs;photos;picture;pictures;photography;print;publish;rot" +"ate;share;tags;video;facebook;flickr;picasa;youtube;piwigo;" -#: ../plugins/shotwell-data-imports/FSpotImporter.vala:60 -msgid "Manually select an F-Spot database file to import:" -msgstr "インポートするF-Spotデータベースファイルを手動で選択:" +#. Translators: Do NOT translate or transliterate this text (this is an icon file name)! +#: misc/shotwell.desktop.in:11 misc/shotwell-viewer.desktop.in:8 +msgid "shotwell" +msgstr "" -#: ../plugins/shotwell-data-imports/FSpotImporter.vala:62 -msgid "Cannot open the selected F-Spot database file: the file does not exist or is not an F-Spot database" -msgstr "選択されたF-Spotデータベースファイルが開けません: ファイルが存在しないか、F-Spotデータベースではありません。" +#: misc/shotwell-viewer.desktop.in:4 +msgid "Shotwell Viewer" +msgstr "" -#: ../plugins/shotwell-data-imports/FSpotImporter.vala:64 -msgid "Cannot open the selected F-Spot database file: this version of the F-Spot database is not supported by Shotwell" -msgstr "選択されたF-Spotデータベースファイルが開けません: このバージョンのF-SpotデータベースファイルはShotwellではサポートしていません。" +#: misc/shotwell-viewer.desktop.in:5 src/Resources.vala:18 +msgid "Photo Viewer" +msgstr "写真ビューアー" -#: ../plugins/shotwell-data-imports/FSpotImporter.vala:66 -msgid "Cannot read the selected F-Spot database file: error while reading tags table" -msgstr "選択されたF-Spotデータベースファイルが読み込めません: tags テーブルを読み込み中にエラーが発生" +#: misc/org.yorba.shotwell-extras.gschema.xml:6 +msgid "authentication token" +msgstr "" -#: ../plugins/shotwell-data-imports/FSpotImporter.vala:68 -msgid "Cannot read the selected F-Spot database file: error while reading photos table" -msgstr "選択されたF-Spotデータベースファイルが読み込めません: photos テーブルを読み込み中にエラーが発生" +#: misc/org.yorba.shotwell-extras.gschema.xml:7 +msgid "Yandex-Fotki authentication token, if logged in." +msgstr "" -#: ../plugins/shotwell-data-imports/FSpotImporter.vala:70 -#, c-format -msgid "" -"Shotwell has found %d photos in the F-Spot library and is currently importing them. Duplicates will be automatically detected and removed.\n" -"\n" -"You can close this dialog and start using Shotwell while the import is taking place in the background." +#: misc/org.yorba.shotwell-extras.gschema.xml:14 +msgid "Token" msgstr "" -"ShotwellはF-Spotライブラリの中から %d 枚の写真を見つけ、そして、インポートしました。なお、重複している写真は自動検出して削除します。\n" -"\n" -"このダイアログを閉じることができます。Shotwellを使用している間にインポート作業がバックグラウンドで処理されます。" -#: ../plugins/shotwell-data-imports/FSpotImporter.vala:84 -#, c-format -msgid "F-Spot library: %s" -msgstr "F-Spotライブラリ: %s" +#: misc/org.yorba.shotwell-extras.gschema.xml:15 +msgid "The token to access tumblr" +msgstr "" -#: ../plugins/shotwell-data-imports/FSpotImporter.vala:416 -msgid "Preparing to import" -msgstr "インポートの準備中" +#: misc/org.yorba.shotwell-extras.gschema.xml:20 +msgid "Secret token" +msgstr "" -#: ../plugins/shotwell-data-imports/shotwell-data-imports.vala:22 -msgid "Core Data Import Services" -msgstr "コアデータインポートサービス" +#: misc/org.yorba.shotwell-extras.gschema.xml:21 +msgid "The secret token to sign oauth requests" +msgstr "" -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:41 -msgid "Gallery3 publishing module" -msgstr "Gallery3公開モジュール" +#: misc/org.yorba.shotwell-extras.gschema.xml:26 +#: misc/org.yorba.shotwell.gschema.xml:498 +msgid "default size" +msgstr "" -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:114 +#: misc/org.yorba.shotwell-extras.gschema.xml:27 msgid "" -"You are not currently logged into your Gallery.\n" -"\n" -"You must have already signed up for a Gallery3 account to complete the login process." +"A numeric code representing the default size for photos uploaded to Tumblr" msgstr "" -"現在Galleryにログインしていません。\n" -"\n" -"ログイン処理を完了するには、前もってGallery3アカウントにサインアップしておく必要があります。" - -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:115 -#: ../src/MediaPage.vala:420 ../src/photos/RawSupport.vala:297 -msgid "Shotwell" -msgstr "Shotwell" -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:117 -msgid "Shotwell default directory" -msgstr "Shotwellのデフォルトディレクトリ" +#: misc/org.yorba.shotwell-extras.gschema.xml:32 +msgid "default blog" +msgstr "" -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:801 -#, c-format -msgid "" -"\n" -"\n" -"The file \"%s\" may not be supported by or may be too large for this instance of Gallery3." +#: misc/org.yorba.shotwell-extras.gschema.xml:33 +msgid "The name of the default blog of the user, if any" msgstr "" -"\n" -"\n" -"ファイル \"%s\" はGallery3でサポートされていないか、Gallery3にとって大きすぎる可能性があります。" -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:802 -msgid "" -"\n" -"Note that Gallery3 only supports the video types that Flowplayer does." +#: misc/org.yorba.shotwell-extras.gschema.xml:40 +msgid "Rajce URL" msgstr "" -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1022 -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1774 -msgid "A file required for publishing is unavailable. Publishing to " -msgstr "公開に必要なファイルが利用できません。公開先: " +#: misc/org.yorba.shotwell-extras.gschema.xml:41 +msgid "URL of the Rajce server." +msgstr "" -#. populate any widgets whose contents are -#. programmatically-generated -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1550 -#, c-format -msgid "Publishing to %s as %s." +#: misc/org.yorba.shotwell-extras.gschema.xml:46 +#: misc/org.yorba.shotwell.gschema.xml:466 +#: misc/org.yorba.shotwell.gschema.xml:524 +#: misc/org.yorba.shotwell.gschema.xml:580 +msgid "username" msgstr "" -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1816 -msgid "Enter the URL for your Gallery3 site and the username and password (or API key) for your Gallery3 account." -msgstr "Gallery3サイトのURLと、Gallery3アカウントのユーザー名ならびにパスワード(またはAPIキー)を入力してください。" +#: misc/org.yorba.shotwell-extras.gschema.xml:47 +msgid "Rajce username, if logged in." +msgstr "" -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1817 -msgid "The username and password or API key were incorrect. To try again, re-enter your username and password below." -msgstr "ユーザー名ならびにパスワードまたはAPIキーが正しくありません。もう一度試すには、以下でユーザー名とパスワードを再入力してください。" +#: misc/org.yorba.shotwell-extras.gschema.xml:52 +msgid "token" +msgstr "" -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1818 -msgid "The URL entered does not appear to be the main directory of a Gallery3 instance. Please make sure you typed it correctly and it does not have any trailing components (e.g., index.php)." -msgstr "入力したURLはGallery3のメインディレクトリではないようです。入力内容が正しいこと、および末尾のコンポーネント(例: index.php)が含まれていないことを確認してください。" +#: misc/org.yorba.shotwell-extras.gschema.xml:53 +msgid "user token, if remembered." +msgstr "" -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1871 -msgid "Unrecognized User" -msgstr "認識できないユーザーです" +#: misc/org.yorba.shotwell-extras.gschema.xml:58 +#: misc/org.yorba.shotwell.gschema.xml:542 +msgid "last category" +msgstr "" -#: ../plugins/shotwell-publishing-extras/GalleryConnector.vala:1876 -msgid " Site Not Found" -msgstr "サイトが見つかりません" +#: misc/org.yorba.shotwell-extras.gschema.xml:59 +msgid "The last selected Rajce category." +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:38 -msgid "Copyright (C) 2013 rajce.net" -msgstr "Copyright (C) 2013 rajce.net" +#: misc/org.yorba.shotwell-extras.gschema.xml:64 +#: misc/org.yorba.shotwell.gschema.xml:554 +msgid "last photo size" +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:742 -msgid "An error message occurred when publishing to Rajce. Please try again." -msgstr "Rajceへの公開中にエラーメッセージがあります。再試行してください。" +#: misc/org.yorba.shotwell-extras.gschema.xml:65 +msgid "" +"A numeric code representing the last photo size preset used when publishing " +"to Rajce." +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:831 -msgid "Enter email and password associated with your Rajce account." -msgstr "Tumblrアカウントに関連したユーザー名とパスワードを入力します。" +#: misc/org.yorba.shotwell-extras.gschema.xml:70 +msgid "remember" +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:832 -msgid "Invalid email and/or password. Please try again" -msgstr "メールアドレスまたはパスワードが無効です。もう一度試してください。" +#: misc/org.yorba.shotwell-extras.gschema.xml:71 +msgid "If true, remember last login." +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:863 -msgid "Invalid User Email or Password" -msgstr "メールアドレスまたはパスワードが無効です" +#: misc/org.yorba.shotwell-extras.gschema.xml:76 +msgid "hide album" +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:890 -#: ../plugins/shotwell-publishing-extras/tumblr_authentication_pane.glade.h:2 -#: ../plugins/shotwell-publishing-extras/rajce_authentication_pane.glade.h:2 -msgid "_Email address" -msgstr "メールアドレス(_E)" +#: misc/org.yorba.shotwell-extras.gschema.xml:77 +msgid "If true, hide the newly created Rajce album." +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:891 -#: ../plugins/shotwell-publishing-extras/tumblr_authentication_pane.glade.h:3 -#: ../plugins/shotwell-publishing-extras/rajce_authentication_pane.glade.h:3 -#: ../plugins/shotwell-publishing/piwigo_authentication_pane.glade.h:4 -msgid "_Password" -msgstr "パスワード(_P)" +#: misc/org.yorba.shotwell-extras.gschema.xml:82 +msgid "open album in web browser" +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:892 -#: ../plugins/shotwell-publishing-extras/rajce_authentication_pane.glade.h:4 -msgid "_Remember" -msgstr "パスワードを記憶(_R)" +#: misc/org.yorba.shotwell-extras.gschema.xml:83 +msgid "" +"If true, open target album in the web browser just after uploading photos" +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:893 -#: ../plugins/shotwell-publishing-extras/tumblr_authentication_pane.glade.h:4 -#: ../plugins/shotwell-publishing-extras/rajce_authentication_pane.glade.h:5 -#: ../plugins/shotwell-publishing/piwigo_authentication_pane.glade.h:6 -msgid "Login" -msgstr "ログイン" +#: misc/org.yorba.shotwell-extras.gschema.xml:88 +#: misc/org.yorba.shotwell.gschema.xml:446 +#: misc/org.yorba.shotwell.gschema.xml:484 +#: misc/org.yorba.shotwell.gschema.xml:510 +#: misc/org.yorba.shotwell.gschema.xml:560 +#: misc/org.yorba.shotwell.gschema.xml:604 +msgid "remove sensitive info from uploads" +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:1006 -#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:5 -msgid "_Hide album" -msgstr "アルバムを隠す(_H)" +#: misc/org.yorba.shotwell-extras.gschema.xml:89 +msgid "" +"Whether images being uploaded to Rajce should have their metadata removed " +"first" +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:1013 -#, c-format -msgid "You are logged into Rajce as %s." -msgstr "%s としてRajceにログインしています。" +#: misc/org.yorba.shotwell.gschema.xml:23 +msgid "display basic properties" +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:1014 -#: ../plugins/shotwell-publishing/PicasaPublishing.vala:670 -#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:1 -msgid "Photos will appear in:" -msgstr "写真の表示先:" +#: misc/org.yorba.shotwell.gschema.xml:24 +msgid "" +"True if the basic properties pane is to be displayed, false otherwise." +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:1015 -#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:3 -#: ../plugins/shotwell-publishing/picasa_publishing_options_pane.glade.h:1 -msgid "An _existing album:" -msgstr "既存のアルバム(_E):" +#: misc/org.yorba.shotwell.gschema.xml:29 +msgid "display extended properties" +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:1016 -#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:4 -#: ../plugins/shotwell-publishing/picasa_publishing_options_pane.glade.h:2 -#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:3 -msgid "A _new album named:" -msgstr "新しいアルバム名(_N):" +#: misc/org.yorba.shotwell.gschema.xml:30 +msgid "" +"True if the extended properties window is to be displayed, false otherwise." +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:1017 -#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:6 -msgid "Open target _album in browser" -msgstr "ブラウザーで対象のアルバムを開く(_A)" +#: misc/org.yorba.shotwell.gschema.xml:35 +msgid "display sidebar" +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:1018 -#: ../plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade.h:2 -#: ../plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.glade.h:4 -#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:8 -#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:6 -#: ../plugins/shotwell-publishing/facebook_publishing_options_pane.glade.h:7 -#: ../plugins/shotwell-publishing/flickr_publishing_options_pane.glade.h:4 -#: ../plugins/shotwell-publishing/picasa_publishing_options_pane.glade.h:7 -#: ../plugins/shotwell-publishing/youtube_publishing_options_pane.glade.h:3 -msgid "_Publish" -msgstr "公開(_P)" +#: misc/org.yorba.shotwell.gschema.xml:36 +msgid "True if the sidebar is to be displayed, false otherwise." +msgstr "" -#: ../plugins/shotwell-publishing-extras/RajcePublishing.vala:1019 -#: ../plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade.h:1 -#: ../plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.glade.h:3 -#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:2 -#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:5 -#: ../plugins/shotwell-publishing/facebook_publishing_options_pane.glade.h:6 -#: ../plugins/shotwell-publishing/flickr_publishing_options_pane.glade.h:3 -#: ../plugins/shotwell-publishing/picasa_publishing_options_pane.glade.h:6 -#: ../plugins/shotwell-publishing/youtube_publishing_options_pane.glade.h:2 -msgid "_Logout" -msgstr "ログアウト(_L)" +#: misc/org.yorba.shotwell.gschema.xml:41 +msgid "display toolbar" +msgstr "" -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:35 -msgid "Copyright 2012 BJA Electronics" -msgstr "Copyright 2012 BJA Electronics" +#: misc/org.yorba.shotwell.gschema.xml:42 +msgid "True if the bottom toolbar is to be displayed, false otherwise." +msgstr "" -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:104 -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1229 -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1246 -msgid "500 x 375 pixels" -msgstr "500 x 375 ピクセル" +#: misc/org.yorba.shotwell.gschema.xml:47 +msgid "display search bar" +msgstr "" -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:105 -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1230 -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1247 -msgid "1024 x 768 pixels" -msgstr "1024 x 768 ピクセル" +#: misc/org.yorba.shotwell.gschema.xml:48 +msgid "" +"True if the Search/Filter Toolbar is to be displayed, false otherwise." +msgstr "" -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:106 -msgid "1280 x 853 pixels" -msgstr "1280 x 853 ピクセル" +#: misc/org.yorba.shotwell.gschema.xml:53 +msgid "display photo titles" +msgstr "" -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:310 -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:320 -#, c-format -msgid "'%s' isn't a valid response to an OAuth authentication request" -msgstr "'%s' は、OAuth の認証要求に対して有効な応答ではありません" +#: misc/org.yorba.shotwell.gschema.xml:54 +msgid "" +"True if photo titles are to be displayed beneath thumbnails in collection " +"views, false otherwise." +msgstr "" -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:558 -msgid "TumblrPublisher: start( ): can't start; this publisher is not restartable." -msgstr "TumblrPublisher: start( ): 開始できません; このパブリッシャーは開始不能です。" +#: misc/org.yorba.shotwell.gschema.xml:59 +msgid "display photo comments" +msgstr "" -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:586 -msgid "Enter the username and password associated with your Tumblr account." -msgstr "Tumblrアカウントに関連したユーザー名とパスワードを入力してください。" +#: misc/org.yorba.shotwell.gschema.xml:60 +msgid "" +"True if photo comments are to be displayed beneath thumbnails in collection " +"views, false otherwise." +msgstr "" -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:587 -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1000 -msgid "Username and/or password invalid. Please try again" -msgstr "ユーザー名またはパスワードが無効です。もう一度試してください。" +#: misc/org.yorba.shotwell.gschema.xml:65 +msgid "display event comments" +msgstr "" -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:617 -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1037 -msgid "Invalid User Name or Password" -msgstr "ユーザー名またはパスワードが無効です" +#: misc/org.yorba.shotwell.gschema.xml:66 +msgid "" +"True if event comments are to be displayed beneath thumbnails in event " +"views, false otherwise." +msgstr "" -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:636 -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:757 -#, c-format -msgid "Could not load UI: %s" -msgstr "UIを読み込めません: %s" +#: misc/org.yorba.shotwell.gschema.xml:71 +msgid "display photo tags" +msgstr "" -#: ../plugins/shotwell-publishing-extras/TumblrPublishing.vala:739 -#, c-format +#: misc/org.yorba.shotwell.gschema.xml:72 msgid "" -"You are logged into Tumblr as %s.\n" -"\n" +"True if photo tags are to be listed beneath thumbnails in collection views, " +"false otherwise." msgstr "" -"%s としてTumblrにログインしています。\n" -"\n" -#: ../plugins/shotwell-publishing-extras/YandexPublishing.vala:22 -msgid "Copyright 2010+ Evgeniy Polyakov " -msgstr "Copyright 2010+ Evgeniy Polyakov " +#: misc/org.yorba.shotwell.gschema.xml:77 +msgid "display photo ratings" +msgstr "" -#: ../plugins/shotwell-publishing-extras/YandexPublishing.vala:25 -msgid "Visit the Yandex.Fotki web site" -msgstr "Yandex.Fotkiのウェブサイトにアクセスする" +#: misc/org.yorba.shotwell.gschema.xml:78 +msgid "" +"True if a photo’s rating should be displayed as overlaid trinket, false " +"otherwise." +msgstr "" -#: ../plugins/shotwell-publishing-extras/YandexPublishing.vala:632 -msgid "You are not currently logged into Yandex.Fotki." -msgstr "現在Yandex.Fotkiにログインしていません。" +#: misc/org.yorba.shotwell.gschema.xml:83 +msgid "rating filter level" +msgstr "" -#: ../plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala:20 -msgid "Shotwell Extra Publishing Services" -msgstr "Shotwell 公開サービス(拡張)" +#: misc/org.yorba.shotwell.gschema.xml:84 +msgid "" +"Determines how to filter photos based on their ratings. 1: Rejected or " +"better, 2: Unrated or better, 3: One or better, 4: Two or better, 5: Three " +"or better, 6: Four or better, 7: Five or better." +msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_authentication_pane.glade.h:1 -msgid "Go _Back" -msgstr "戻る(_B)" +#: misc/org.yorba.shotwell.gschema.xml:89 +msgid "sort events ascending" +msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_authentication_pane.glade.h:2 -#: ../ui/shotwell.glade.h:43 -msgid "_Login" -msgstr "ログイン(_L)" +#: misc/org.yorba.shotwell.gschema.xml:90 +msgid "True if events should be sorted ascending, false if descending." +msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_authentication_pane.glade.h:3 -msgid "Intro message replaced at runtime" +#: misc/org.yorba.shotwell.gschema.xml:95 +msgid "sort library photos ascending" msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_authentication_pane.glade.h:4 -msgid "_Gallery3 URL:" -msgstr "Gallery3 URL(_G):" +#: misc/org.yorba.shotwell.gschema.xml:96 +msgid "" +"True if library photos should be sorted ascending, false if descending." +msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_authentication_pane.glade.h:5 -msgid "_User name:" -msgstr "ユーザー名(_U):" +#: misc/org.yorba.shotwell.gschema.xml:101 +msgid "sort library photos criteria" +msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_authentication_pane.glade.h:6 -msgid "_Password:" -msgstr "パスワード(_P):" +#: misc/org.yorba.shotwell.gschema.xml:102 +msgid "" +"A numeric code that specifies the sort criteria for photos in library views." +msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_authentication_pane.glade.h:7 -msgid "API _Key:" -msgstr "APIキー(_K):" +#: misc/org.yorba.shotwell.gschema.xml:107 +msgid "sort event photos ascending" +msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_authentication_pane.glade.h:8 -msgid "or" +#: misc/org.yorba.shotwell.gschema.xml:108 +msgid "True if event photos should be sorted ascending, false if descending." msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade.h:3 -msgid "A _new album" -msgstr "新しいアルバム(_N)" +#: misc/org.yorba.shotwell.gschema.xml:113 +msgid "sort event photos criteria" +msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade.h:4 -msgid "An _existing album" -msgstr "既存のアルバム(_E)" +#: misc/org.yorba.shotwell.gschema.xml:114 +msgid "Specifies the sort criteria for event photos." +msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade.h:5 -msgid "_Remove location, tag and camera-identifying data before uploading" -msgstr "アップロード前に撮影場所、タグ、カメラの識別情報を削除する(_R)" +#: misc/org.yorba.shotwell.gschema.xml:119 +msgid "use 24 hour time" +msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade.h:6 -msgid "'Publishing to $url as $username' (populated in application code)" +#: misc/org.yorba.shotwell.gschema.xml:120 +msgid "" +"True if should display times with a 24 hour clock, false if times should use " +"AM/PM notation." msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade.h:7 -msgid "Scaling constraint:" +#: misc/org.yorba.shotwell.gschema.xml:125 +msgid "keep relative time between photos" msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade.h:8 -msgid "pixels" -msgstr " ピクセル" +#: misc/org.yorba.shotwell.gschema.xml:126 +msgid "" +"True if when adjusting time/date of photos, relative time should be " +"maintained. False if all photos should be set to the same time." +msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade.h:9 -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1233 -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1250 -#: ../src/Dimensions.vala:17 -msgid "Original size" -msgstr "オリジナルのサイズ" +#: misc/org.yorba.shotwell.gschema.xml:131 +msgid "modify original photo files" +msgstr "" -#: ../plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade.h:10 -#: ../src/Dimensions.vala:20 -msgid "Width or height" -msgstr "幅または高さ" +#: misc/org.yorba.shotwell.gschema.xml:132 +msgid "" +"True if when adjusting time/date of photos, the original files should be " +"modified as well. False if changes are made only in the database." +msgstr "" -#: ../plugins/shotwell-publishing-extras/tumblr_authentication_pane.glade.h:1 -#: ../plugins/shotwell-publishing-extras/rajce_authentication_pane.glade.h:1 -#: ../plugins/shotwell-publishing/piwigo_authentication_pane.glade.h:1 -#: ../ui/shotwell.glade.h:15 -msgid "label" -msgstr "ラベル" +#: misc/org.yorba.shotwell.gschema.xml:137 +msgid "show welcome dialog on startup" +msgstr "" -#: ../plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.glade.h:1 -msgid "Blogs:" -msgstr "ブログ:" +#: misc/org.yorba.shotwell.gschema.xml:138 +msgid "" +"True if, when on startup, a welcome dialog should be shown. False if it " +"should not be shown." +msgstr "" -#: ../plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.glade.h:2 -#: ../plugins/shotwell-publishing/flickr_publishing_options_pane.glade.h:1 -msgid "Photo _size:" -msgstr "写真サイズ(_S):" +#: misc/org.yorba.shotwell.gschema.xml:143 +msgid "sidebar position" +msgstr "" -#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:1 -msgid "you are logged in rajce as $name" -msgstr "$name としてrajceにログインしています。" +#: misc/org.yorba.shotwell.gschema.xml:144 +msgid "The width, in pixels, of the sidebar" +msgstr "" -#: ../plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade.h:7 -msgid "$mediatype will appear in" +#: misc/org.yorba.shotwell.gschema.xml:149 +msgid "photo thumbnail scale" msgstr "" -#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:1 -msgid "_Albums (or write new):" -msgstr "アルバム(または新規書き込み)(_A):" +#: misc/org.yorba.shotwell.gschema.xml:150 +msgid "The scale of photo thumbnails, ranging from 72 to 360." +msgstr "" -#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:2 -msgid "Access _type:" -msgstr "アクセスタイプ(_T):" +#: misc/org.yorba.shotwell.gschema.xml:155 +msgid "pin toolbar state" +msgstr "" -#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:3 -msgid "Disable _comments" -msgstr "コメント不可(_C)" +#: misc/org.yorba.shotwell.gschema.xml:156 +msgid "Pin toolbar in fullscreen, or not." +msgstr "" -#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:4 -msgid "_Forbid downloading original photo" -msgstr "オリジナル写真のダウンロード禁止(_F)" +#: misc/org.yorba.shotwell.gschema.xml:161 +msgid "prefer GTK+’s dark theme" +msgstr "" -#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:7 -msgid "Public" -msgstr "公開" +#: misc/org.yorba.shotwell.gschema.xml:162 +msgid "Whether to use the dark theme of GTK+ for Shotwell or not." +msgstr "" -#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:8 -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1181 -msgid "Friends" -msgstr "友達" +#: misc/org.yorba.shotwell.gschema.xml:167 +msgid "background for transparent images" +msgstr "" -#: ../plugins/shotwell-publishing-extras/yandex_publish_model.glade.h:9 -#: ../plugins/shotwell-publishing/YouTubePublishing.vala:497 -msgid "Private" -msgstr "非公開" +#: misc/org.yorba.shotwell.gschema.xml:168 +msgid "The background to use for transparent images." +msgstr "" -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:61 -#: ../plugins/shotwell-publishing/PicasaPublishing.vala:59 -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1127 -msgid "Shotwell Connect" -msgstr "Shotwell Connect" +#: misc/org.yorba.shotwell.gschema.xml:173 +msgid "color for solid transparency background" +msgstr "" -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:63 +#: misc/org.yorba.shotwell.gschema.xml:174 msgid "" -"You are not currently logged into Facebook.\n" -"\n" -"If you don't yet have a Facebook account, you can create one during the login process. During login, Shotwell Connect may ask you for permission to upload photos and publish to your feed. These permissions are required for Shotwell Connect to function." +"Color to use if background for transparent images is set to solid color" msgstr "" -"現在Facebookにログインしていません。\n" -"\n" -"Facebookアカウントを持っていないのであれば、ログイン処理の間にアカウントを作ることができます。ログイン中に、Shotwell Connectで写真のアップロードの許可やフィードの公開について確認が行われるでしょう。これらの許可はShotwell Connectの機能として必要です。" -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:65 +#: misc/org.yorba.shotwell.gschema.xml:179 +msgid "Selection state of “hide photos” option" +msgstr "" + +#: misc/org.yorba.shotwell.gschema.xml:180 msgid "" -"You have already logged in and out of Facebook during this Shotwell session.\n" -"To continue publishing to Facebook, quit and restart Shotwell, then try publishing again." +"Last used selection state of the “hide photos already imported” option in " +"the import page." msgstr "" -"このShotwellのセッション中に、すでにFacebookへログインとログアウトを行っています。\n" -"Facebookへの公開を続けるには、Shotwellを終了して再起動してから、もう一度公開してみてください。" -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:86 -msgid "Standard (720 pixels)" -msgstr "標準 (720ピクセル)" +#: misc/org.yorba.shotwell.gschema.xml:187 +msgid "delay" +msgstr "" -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:89 -msgid "Large (2048 pixels)" -msgstr "大 (2048ピクセル)" +#: misc/org.yorba.shotwell.gschema.xml:188 +msgid "Delay (in seconds) between photos in the slideshow." +msgstr "" -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:254 -msgid "Testing connection to Facebook..." -msgstr "Facebookへの接続テスト中..." +#: misc/org.yorba.shotwell.gschema.xml:193 +msgid "transition delay" +msgstr "" -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:347 -#: ../plugins/shotwell-publishing/PicasaPublishing.vala:379 -msgid "Creating album..." -msgstr "アルバムの作成中..." +#: misc/org.yorba.shotwell.gschema.xml:194 +msgid "" +"The time (in seconds) that a transition runs between photos in a slideshow" +msgstr "" -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:374 -msgid "A file required for publishing is unavailable. Publishing to Facebook can't continue." -msgstr "公開に必要なファイルが利用できません。Facebookへの公開を続けることができません。" +#: misc/org.yorba.shotwell.gschema.xml:199 +msgid "transition effect id" +msgstr "" -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1019 -#, c-format +#: misc/org.yorba.shotwell.gschema.xml:200 msgid "" -"You are logged into Facebook as %s.\n" -"\n" +"The name of the transition effect that will be used between photos when " +"running a slideshow" msgstr "" -"%s としてFacebookにログインしています。\n" -"\n" -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1020 -msgid "Where would you like to publish the selected photos?" -msgstr "選択された写真をどこに公開しますか?" +#: misc/org.yorba.shotwell.gschema.xml:205 +msgid "Show title" +msgstr "" -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1021 -#: ../plugins/shotwell-publishing/facebook_publishing_options_pane.glade.h:3 -msgid "Upload _size:" -msgstr "アップロードサイズ(_S):" +#: misc/org.yorba.shotwell.gschema.xml:206 +msgid "Whether to show the title of a photo during the slideshow" +msgstr "" -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1180 -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1211 -msgid "Just me" -msgstr "自分のみ" +#: misc/org.yorba.shotwell.gschema.xml:213 +msgid "maximize library window" +msgstr "" -#: ../plugins/shotwell-publishing/FacebookPublishing.vala:1182 -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1207 -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1234 -msgid "Everyone" -msgstr "全体" +#: misc/org.yorba.shotwell.gschema.xml:214 +msgid "True if library application is maximized, false otherwise." +msgstr "" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:61 -msgid "" -"You are not currently logged into Flickr.\n" -"\n" -"Click Login to log into Flickr in your Web browser. You will have to authorize Shotwell Connect to link to your Flickr account." +#: misc/org.yorba.shotwell.gschema.xml:219 +msgid "width of library window" msgstr "" -"現在Flickrにログインしていません。\n" -"\n" -"ログインをクリックして、ウェブブラウザーでFlickrにログインしてください。Flickrアカウントとリンクさせるには、Shotwell Connectにアクセス権を与える必要があります。" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:63 -msgid "" -"You have already logged in and out of Flickr during this Shotwell session.\n" -"To continue publishing to Flickr, quit and restart Shotwell, then try publishing again." +#: misc/org.yorba.shotwell.gschema.xml:220 +msgid "The last recorded width of the library application window." msgstr "" -"このShotwellのセッション中に、すでにFlickrへログインとログアウトを行っています。\n" -"Flickrへの公開を続けるには、Shotwellを終了して再起動してから、もう一度公開してみてください。" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:375 -msgid "Preparing for login..." -msgstr "ログイン準備中..." +#: misc/org.yorba.shotwell.gschema.xml:225 +msgid "height of library window" +msgstr "" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:444 -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:595 -msgid "A file required for publishing is unavailable. Publishing to Flickr can't continue." -msgstr "公開に必要なファイルが利用できません。Flickrへの公開を続けることができません。" +#: misc/org.yorba.shotwell.gschema.xml:226 +msgid "The last recorded height of the library application window." +msgstr "" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:457 -msgid "Verifying authorization..." -msgstr "認証の確認中..." +#: misc/org.yorba.shotwell.gschema.xml:231 +msgid "maximize direct-edit window" +msgstr "" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1153 -#, c-format -msgid "" -"You are logged into Flickr as %s.\n" -"\n" +#: misc/org.yorba.shotwell.gschema.xml:232 +msgid "True if direct-edit application is maximized, false otherwise." msgstr "" -"%s としてFlickrにログインしています。\n" -"\n" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1155 -#, c-format -msgid "" -"Your free Flickr account limits how much data you can upload per month.\n" -"This month, you have %d megabytes remaining in your upload quota." +#: misc/org.yorba.shotwell.gschema.xml:237 +msgid "width of direct-edit window" msgstr "" -"あなたの無料Flickrアカウントは月ごとのアップロード可能なデータに制限があります。\n" -"今月は、%d メガバイトのアップロードの割り当てが残っています。" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1157 -msgid "Your Flickr Pro account entitles you to unlimited uploads." -msgstr "あなたのFlickr Proアカウントは無制限のアップロード容量が与えられています。" +#: misc/org.yorba.shotwell.gschema.xml:238 +msgid "The last recorded width of the direct-edit application window." +msgstr "" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1162 -msgid "Photos _visible to:" -msgstr "写真を公開する範囲(_V):" +#: misc/org.yorba.shotwell.gschema.xml:243 +msgid "height of direct-edit window" +msgstr "" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1164 -msgid "Videos _visible to:" -msgstr "動画を公開する範囲(_V):" +#: misc/org.yorba.shotwell.gschema.xml:244 +msgid "The last recorded height of the direct-edit application window." +msgstr "" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1167 -msgid "Photos and videos _visible to:" -msgstr "写真と動画を公開する範囲(_V):" +#: misc/org.yorba.shotwell.gschema.xml:249 +msgid "sidebar divider position" +msgstr "" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1208 -msgid "Friends & family only" -msgstr "友人と家族のみ" +#: misc/org.yorba.shotwell.gschema.xml:250 +msgid "" +"The last recorded position of the divider between the sidebar and view in " +"library application window." +msgstr "" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1209 -msgid "Family only" -msgstr "家族のみ" +#: misc/org.yorba.shotwell.gschema.xml:257 +msgid "import directory" +msgstr "" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1210 -msgid "Friends only" -msgstr "友達のみ" +#: misc/org.yorba.shotwell.gschema.xml:258 +msgid "Directory in which imported photo files are placed." +msgstr "" + +#: misc/org.yorba.shotwell.gschema.xml:263 +msgid "watch library directory for new files" +msgstr "" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1231 -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1248 -msgid "2048 x 1536 pixels" -msgstr "2048 x 1536 ピクセル" +#: misc/org.yorba.shotwell.gschema.xml:264 +msgid "" +"If true, files added to the library directory are automatically imported." +msgstr "" -#: ../plugins/shotwell-publishing/FlickrPublishing.vala:1232 -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1249 -msgid "4096 x 3072 pixels" -msgstr "4096 x 3072 ピクセル" +#: misc/org.yorba.shotwell.gschema.xml:269 +msgid "write metadata to master files" +msgstr "" -#: ../plugins/shotwell-publishing/PicasaPublishing.vala:58 +#: misc/org.yorba.shotwell.gschema.xml:270 msgid "" -"You are not currently logged into Picasa Web Albums.\n" -"\n" -"Click Login to log into Picasa Web Albums in your Web browser. You will have to authorize Shotwell Connect to link to your Picasa Web Albums account." +"If true, changes to metadata (tags, titles, etc.) are written to the master " +"photo file." msgstr "" -"現在、Picasa Web Albumsにログインしていません。\n" -"\n" -"ログインをクリックして、ウェブブラウザーでPicasa Web Albumsにログインしてください。Picasa Web Albumsアカウントとリンクさせるには、Shotwell Connectにアクセス権を与える必要があります。" -#: ../plugins/shotwell-publishing/PicasaPublishing.vala:361 -msgid "A file required for publishing is unavailable. Publishing to Picasa can't continue." -msgstr "公開に必要なファイルが利用できません。Picasaへの公開を続けることができません。" +#: misc/org.yorba.shotwell.gschema.xml:275 +msgid "use lowercase filenames" +msgstr "" -#. populate any widgets whose contents are programmatically-generated. -#: ../plugins/shotwell-publishing/PicasaPublishing.vala:659 -#, c-format -msgid "You are logged into Picasa Web Albums as %s." -msgstr "%s としてPicasa Web Albumにログインしています。" +#: misc/org.yorba.shotwell.gschema.xml:276 +msgid "" +"If true, Shotwell will convert all filenames to lowercase when importing " +"photo files" +msgstr "" -#: ../plugins/shotwell-publishing/PicasaPublishing.vala:665 -msgid "Videos will appear in:" -msgstr "動画の表示先:" +#: misc/org.yorba.shotwell.gschema.xml:281 +msgid "directory pattern" +msgstr "" -#: ../plugins/shotwell-publishing/PicasaPublishing.vala:746 -msgid "Small (640 x 480 pixels)" -msgstr "小 (640 x 480 ピクセル)" +#: misc/org.yorba.shotwell.gschema.xml:282 +msgid "" +"A string encoding a naming pattern that will be used to name photo " +"directories on import." +msgstr "" -#: ../plugins/shotwell-publishing/PicasaPublishing.vala:747 -msgid "Medium (1024 x 768 pixels)" -msgstr "中 (1024 x 768 ピクセル)" +#: misc/org.yorba.shotwell.gschema.xml:287 +msgid "directory pattern custom" +msgstr "" -#: ../plugins/shotwell-publishing/PicasaPublishing.vala:748 -msgid "Recommended (1600 x 1200 pixels)" -msgstr "推奨 (1600 x 1200 ピクセル)" +#: misc/org.yorba.shotwell.gschema.xml:288 +msgid "" +"A string encoding a custom naming pattern that will be used to name photo " +"directories on import." +msgstr "" -#: ../plugins/shotwell-publishing/PicasaPublishing.vala:749 -msgid "Google+ (2048 x 1536 pixels)" -msgstr "Google+ (2048 x 1536 pixels)" +#: misc/org.yorba.shotwell.gschema.xml:293 +msgid "RAW developer default" +msgstr "" -#: ../plugins/shotwell-publishing/PicasaPublishing.vala:750 -#: ../src/editing_tools/EditingTools.vala:756 -msgid "Original Size" -msgstr "オリジナルのサイズ" +#: misc/org.yorba.shotwell.gschema.xml:294 +msgid "Default option for which RAW developer Shotwell will use." +msgstr "" -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:746 -#, c-format -msgid "Creating album %s..." -msgstr "アルバム %s を作成しています..." +#: misc/org.yorba.shotwell.gschema.xml:301 +msgid "Most-recently-used crop aspect ratio menu choice." +msgstr "" -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:917 -msgid "An error message occurred when publishing to Piwigo. Please try again." -msgstr "Piwigoへの公開中にエラーが発生しました。もう一度試してください。" +#: misc/org.yorba.shotwell.gschema.xml:302 +msgid "A numeric code representing the last crop menu choice the user made." +msgstr "" -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:998 -msgid "Enter the URL of your Piwigo photo library as well as the username and password associated with your Piwigo account for that library." -msgstr "PiwigoフォトライブラリのURLと、ライブラリのPiwigoアカウントに関連するユーザー名およびパスワードを入力してください。" +#: misc/org.yorba.shotwell.gschema.xml:306 +msgid "Most-recently-used crop custom aspect ratio’s numerator." +msgstr "" -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:999 -msgid "Shotwell cannot contact your Piwigo photo library. Please verify the URL you entered" -msgstr "ShotwellはPiwigoフォトライブラリに接続できません。入力したURLを確認してください。" +#: misc/org.yorba.shotwell.gschema.xml:307 +msgid "" +"A nonzero, positive integer representing the width part of the last custom " +"crop ratio the user entered." +msgstr "" -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1032 -msgid "Invalid URL" -msgstr "無効なURL" +#: misc/org.yorba.shotwell.gschema.xml:311 +msgid "Most-recently-used crop custom aspect ratio’s denominator." +msgstr "" -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1235 -msgid "Admins, Family, Friends, Contacts" -msgstr "管理者、家族、友達、連絡先" +#: misc/org.yorba.shotwell.gschema.xml:312 +msgid "" +"A nonzero, positive integer representing the height part of the last custom " +"crop ratio the user entered." +msgstr "" -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1236 -msgid "Admins, Family, Friends" -msgstr "管理者、家族、友達" +#: misc/org.yorba.shotwell.gschema.xml:319 +msgid "external photo editor" +msgstr "" -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1237 -msgid "Admins, Family" -msgstr "管理者、家族" +#: misc/org.yorba.shotwell.gschema.xml:320 +msgid "External application used to edit photos." +msgstr "" -#: ../plugins/shotwell-publishing/PiwigoPublishing.vala:1238 -msgid "Admins" -msgstr "管理者" +#: misc/org.yorba.shotwell.gschema.xml:325 +msgid "external raw editor" +msgstr "" -#: ../plugins/shotwell-publishing/YouTubePublishing.vala:57 -msgid "" -"You are not currently logged into YouTube.\n" -"\n" -"You must have already signed up for a Google account and set it up for use with YouTube to continue. You can set up most accounts by using your browser to log into the YouTube site at least once." +#: misc/org.yorba.shotwell.gschema.xml:326 +msgid "External application used to edit RAW photos." msgstr "" -"現在YouTubeにログインしていません。\n" -"\n" -"続けるには、Googleアカウントにサインアップした上で、YouTubeを利用するための設定を行う必要があります。少なくとも一度ブラウザーを使って YouTubeのサイトにログインしておけば、ほとんどのアカウントを設定することができます。" -#: ../plugins/shotwell-publishing/YouTubePublishing.vala:362 -msgid "A file required for publishing is unavailable. Publishing to Youtube can't continue." -msgstr "公開に必要なファイルが利用できません。 Youtubeへの公開を続けることができません。" +#: misc/org.yorba.shotwell.gschema.xml:364 +#: misc/org.yorba.shotwell.gschema.xml:365 +msgid "Setting in export dialog: how to trim images" +msgstr "" -#: ../plugins/shotwell-publishing/YouTubePublishing.vala:461 -#, c-format -msgid "You are logged into YouTube as %s." -msgstr "%s としてYouTubeにログインしています。" +#: misc/org.yorba.shotwell.gschema.xml:370 +msgid "export metadata" +msgstr "" -#: ../plugins/shotwell-publishing/YouTubePublishing.vala:463 -#, c-format -msgid "Videos will appear in '%s'" -msgstr "動画は '%s' で表示されます" +#: misc/org.yorba.shotwell.gschema.xml:371 +msgid "Setting in export dialog: option to export metadata" +msgstr "" -#: ../plugins/shotwell-publishing/YouTubePublishing.vala:495 -msgid "Public listed" -msgstr "公開" +#: misc/org.yorba.shotwell.gschema.xml:376 +msgid "format setting, special value" +msgstr "" -#: ../plugins/shotwell-publishing/YouTubePublishing.vala:496 -msgid "Public unlisted" -msgstr "限定公開" +#: misc/org.yorba.shotwell.gschema.xml:377 +msgid "Setting in export dialog: format setting, special value" +msgstr "" -#: ../plugins/shotwell-publishing/facebook_publishing_options_pane.glade.h:1 -msgid "Publish to an e_xisting album:" -msgstr "既存のアルバムで公開する(_X):" +#: misc/org.yorba.shotwell.gschema.xml:382 +msgid "format setting, type value" +msgstr "" -#: ../plugins/shotwell-publishing/facebook_publishing_options_pane.glade.h:2 -msgid "Create a _new album named:" -msgstr "新しいアルバム名(_N):" +#: misc/org.yorba.shotwell.gschema.xml:383 +msgid "Setting in export dialog: format setting, type value" +msgstr "" -#: ../plugins/shotwell-publishing/facebook_publishing_options_pane.glade.h:4 -msgid "Videos and new photo albums _visible to:" -msgstr "動画と新しいフォトアルバムを公開する範囲(_V):" +#: misc/org.yorba.shotwell.gschema.xml:388 +msgid "JPEG quality option" +msgstr "" -#: ../plugins/shotwell-publishing/facebook_publishing_options_pane.glade.h:5 -#: ../plugins/shotwell-publishing/flickr_publishing_options_pane.glade.h:2 -#: ../plugins/shotwell-publishing/picasa_publishing_options_pane.glade.h:5 -#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:8 -msgid "_Remove location, camera, and other identifying information before uploading" -msgstr "アップロード前に撮影場所やカメラ、その他の識別情報を削除する(_R)" +#: misc/org.yorba.shotwell.gschema.xml:389 +msgid "Setting in export dialog: jpeg quality option" +msgstr "" -#: ../plugins/shotwell-publishing/flickr_pin_entry_pane.glade.h:1 -msgid "Enter the confirmation number which appears after you log into Flickr in your Web browser." -msgstr "ウェブブラウザーでFlickrにログインした後に表示された確認番号を入力してください。" +#: misc/org.yorba.shotwell.gschema.xml:394 +msgid "maximal size of image" +msgstr "" -#: ../plugins/shotwell-publishing/flickr_pin_entry_pane.glade.h:2 -msgid "Authorization _Number:" -msgstr "認証番号(_N):" +#: misc/org.yorba.shotwell.gschema.xml:395 +msgid "Setting in export dialog: maximal size of image" +msgstr "" -#: ../plugins/shotwell-publishing/flickr_pin_entry_pane.glade.h:3 -#: ../src/Dialogs.vala:131 -msgid "Con_tinue" -msgstr "続行(_T)" +#: misc/org.yorba.shotwell.gschema.xml:402 +msgid "last used publishing service" +msgstr "" -#: ../plugins/shotwell-publishing/picasa_publishing_options_pane.glade.h:3 -msgid "L_ist album in public gallery" -msgstr "アルバムを公開ギャラリーに追加する(_I)" +#: misc/org.yorba.shotwell.gschema.xml:403 +#: misc/org.yorba.shotwell.gschema.xml:409 +msgid "" +"A numeric code representing the last service to which photos were published" +msgstr "" -#: ../plugins/shotwell-publishing/picasa_publishing_options_pane.glade.h:4 -msgid "Photo _size preset:" -msgstr "プリセットの写真サイズ(_S):" +#: misc/org.yorba.shotwell.gschema.xml:408 +msgid "default publishing service" +msgstr "" -#: ../plugins/shotwell-publishing/piwigo_authentication_pane.glade.h:2 -msgid "_URL of your Piwigo photo library" -msgstr "PiwigoフォトライブラリでのURL(_U)" +#: misc/org.yorba.shotwell.gschema.xml:422 +msgid "access token" +msgstr "" -#: ../plugins/shotwell-publishing/piwigo_authentication_pane.glade.h:3 -msgid "User _name" -msgstr "ユーザー名(_N)" +#: misc/org.yorba.shotwell.gschema.xml:423 +msgid "Facebook OAuth token for the currently logged in session, if any" +msgstr "" -#: ../plugins/shotwell-publishing/piwigo_authentication_pane.glade.h:5 -msgid "_Remember Password" -msgstr "パスワードを記憶(_R)" +#: misc/org.yorba.shotwell.gschema.xml:428 +msgid "user i.d." +msgstr "" -#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:2 -msgid "An _existing category:" -msgstr "既存のカテゴリ(_E):" +#: misc/org.yorba.shotwell.gschema.xml:429 +msgid "Facebook user i.d. for the currently logged in user, if any" +msgstr "" -#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:4 -msgid "Photos will be _visible by:" -msgstr "写真が表示可能(_V):" +#: misc/org.yorba.shotwell.gschema.xml:434 +msgid "user name" +msgstr "" -#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:5 -msgid "Photo size:" -msgstr "写真サイズ:" +#: misc/org.yorba.shotwell.gschema.xml:435 +msgid "The name of the currently logged in Facebook user, if any" +msgstr "" -#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:6 -msgid "within category:" -msgstr "カテゴリ内:" +#: misc/org.yorba.shotwell.gschema.xml:440 +#: misc/org.yorba.shotwell.gschema.xml:472 +msgid "default size code" +msgstr "" -#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:7 -msgid "Album comment:" -msgstr "アルバムコメント:" +#: misc/org.yorba.shotwell.gschema.xml:441 +msgid "" +"A numeric code representing the default size for photos published to Facebook" +msgstr "" -#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:9 -msgid "_If a title is set and comment unset, use title as comment" -msgstr "タイトルが設定され、コメントが設定されていない場合、タイトルをコメントに使用する(_I)" +#: misc/org.yorba.shotwell.gschema.xml:447 +msgid "" +"Whether images being uploaded to Facebook should have their metadata removed " +"first" +msgstr "" -#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:10 -msgid "_Do no upload tags" -msgstr "タグをアップロードしない(_D)" +#: misc/org.yorba.shotwell.gschema.xml:454 +msgid "OAuth Access Phase Token" +msgstr "" -#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:11 -msgid "Logout" -msgstr "ログアウト" +#: misc/org.yorba.shotwell.gschema.xml:455 +msgid "" +"The authorization token for the currently logged in Flickr user, if any" +msgstr "" -#: ../plugins/shotwell-publishing/piwigo_publishing_options_pane.glade.h:12 -#: ../src/Resources.vala:268 -msgid "Publish" -msgstr "公開先" +#: misc/org.yorba.shotwell.gschema.xml:460 +msgid "OAuth Access Phase Token Secret" +msgstr "" -#: ../plugins/shotwell-publishing/shotwell-publishing.vala:26 -msgid "Core Publishing Services" -msgstr "メインの公開サービス" +#: misc/org.yorba.shotwell.gschema.xml:461 +msgid "" +"The cryptographic secret used to sign requests against the authorization " +"token for the currently logged in Flickr user, if any" +msgstr "" -#: ../plugins/shotwell-publishing/youtube_publishing_options_pane.glade.h:1 -msgid "Video privacy _setting:" -msgstr "動画のプライバシー設定(_S):" +#: misc/org.yorba.shotwell.gschema.xml:467 +msgid "The user name of the currently logged in Flickr user, if any" +msgstr "" -#: ../plugins/shotwell-transitions/BlindsEffect.vala:20 -msgid "Blinds" -msgstr "ブラインド" +#: misc/org.yorba.shotwell.gschema.xml:473 +msgid "" +"A numeric code representing the default size for photos published to Flickr" +msgstr "" -#: ../plugins/shotwell-transitions/ChessEffect.vala:20 -msgid "Chess" -msgstr "チェス" +#: misc/org.yorba.shotwell.gschema.xml:478 +msgid "default visibility" +msgstr "" -#: ../plugins/shotwell-transitions/CircleEffect.vala:20 -msgid "Circle" -msgstr "サークル" +#: misc/org.yorba.shotwell.gschema.xml:479 +msgid "" +"A numeric code representing the default visibility for photos published to " +"Flickr" +msgstr "" -#: ../plugins/shotwell-transitions/CirclesEffect.vala:20 -msgid "Circles" -msgstr "円形" +#: misc/org.yorba.shotwell.gschema.xml:485 +msgid "" +"Whether images being uploaded to Flickr should have their metadata removed " +"first" +msgstr "" -#: ../plugins/shotwell-transitions/ClockEffect.vala:20 -msgid "Clock" -msgstr "クロック" +#: misc/org.yorba.shotwell.gschema.xml:492 +#: misc/org.yorba.shotwell.gschema.xml:624 +msgid "refresh token" +msgstr "" -#: ../plugins/shotwell-transitions/CrumbleEffect.vala:20 -msgid "Crumble" -msgstr "崩壊" +#: misc/org.yorba.shotwell.gschema.xml:493 +msgid "" +"The OAuth token used to refresh the Picasa Web Albums session for the " +"currently logged in user, if any." +msgstr "" -#: ../plugins/shotwell-transitions/FadeEffect.vala:20 -msgid "Fade" -msgstr "フェード" +#: misc/org.yorba.shotwell.gschema.xml:499 +msgid "" +"A numeric code representing the default size for photos uploaded to Picasa " +"Web Albums" +msgstr "" -#: ../plugins/shotwell-transitions/SlideEffect.vala:20 -msgid "Slide" -msgstr "スライド" +#: misc/org.yorba.shotwell.gschema.xml:504 +#: misc/org.yorba.shotwell.gschema.xml:598 +msgid "last album" +msgstr "" -#: ../plugins/shotwell-transitions/SquaresEffect.vala:20 -msgid "Squares" -msgstr "正方形" +#: misc/org.yorba.shotwell.gschema.xml:505 +#: misc/org.yorba.shotwell.gschema.xml:599 +msgid "The name of the last album the user published photos to, if any" +msgstr "" -#: ../plugins/shotwell-transitions/StripesEffect.vala:20 -msgid "Stripes" -msgstr "ストライプ" +#: misc/org.yorba.shotwell.gschema.xml:511 +msgid "" +"Whether images being uploaded to Picasa should have their metadata removed " +"first" +msgstr "" -#: ../plugins/shotwell-transitions/shotwell-transitions.vala:28 -msgid "Core Slideshow Transitions" -msgstr "メインのスライドショーのトランジション" +#: misc/org.yorba.shotwell.gschema.xml:518 +msgid "Piwigo URL" +msgstr "" -#: ../plugins/shotwell-transitions/shotwell-transitions.vala:75 -msgid "Copyright 2010 Maxim Kartashev, Copyright 2011-2014 Yorba Foundation" -msgstr "Copyright 2010 Maxim Kartashev, Copyright 2011-2014 Yorba Foundation" +#: misc/org.yorba.shotwell.gschema.xml:519 +msgid "URL of the Piwigo server." +msgstr "" -#: ../src/AppDirs.vala:48 ../src/AppDirs.vala:99 -#, c-format -msgid "Unable to create cache directory %s: %s" -msgstr "キャッシュディレクトリ %s を作成できません: %s" +#: misc/org.yorba.shotwell.gschema.xml:525 +msgid "Piwigo username, if logged in." +msgstr "" -#: ../src/AppDirs.vala:58 ../src/AppDirs.vala:88 -#, c-format -msgid "Unable to create data directory %s: %s" -msgstr "データディレクトリ %s を作成できません: %s" +#: misc/org.yorba.shotwell.gschema.xml:530 +msgid "password" +msgstr "" -#. If XDG yarfed, use ~/Pictures -#: ../src/AppDirs.vala:152 -msgid "Pictures" -msgstr "画像" +#: misc/org.yorba.shotwell.gschema.xml:531 +msgid "Piwigo password, if logged in." +msgstr "" -#: ../src/AppDirs.vala:190 -#, c-format -msgid "Unable to create temporary directory %s: %s" -msgstr "一時ディレクトリ %s を作成できません: %s" +#: misc/org.yorba.shotwell.gschema.xml:536 +msgid "remember password" +msgstr "" -#: ../src/AppDirs.vala:207 ../src/AppDirs.vala:223 -#, c-format -msgid "Unable to create data subdirectory %s: %s" -msgstr "データサブディレクトリ %s を作成できません: %s" +#: misc/org.yorba.shotwell.gschema.xml:537 +msgid "If true, remember the Piwigo password." +msgstr "" -#. restore pin state -#: ../src/AppWindow.vala:52 -msgid "Pin Toolbar" -msgstr "ツールバーを固定" +#: misc/org.yorba.shotwell.gschema.xml:543 +msgid "The last selected Piwigo category." +msgstr "" -#: ../src/AppWindow.vala:53 -msgid "Pin the toolbar open" -msgstr "ツールバーを開いた状態で固定します" +#: misc/org.yorba.shotwell.gschema.xml:548 +msgid "last permission level" +msgstr "" -#: ../src/AppWindow.vala:57 ../src/AppWindow.vala:135 -msgid "Leave fullscreen" -msgstr "全画面表示の解除" +#: misc/org.yorba.shotwell.gschema.xml:549 +msgid "The last chosen Piwigo permission level." +msgstr "" -#: ../src/AppWindow.vala:134 -msgid "Leave _Fullscreen" -msgstr "フルスクリーンの解除(_F)" +#: misc/org.yorba.shotwell.gschema.xml:555 +msgid "" +"A numeric code representing the last photo size preset used when publishing " +"to Piwigo." +msgstr "" -#: ../src/AppWindow.vala:493 -msgid "_Quit" -msgstr "終了(_Q)" +#: misc/org.yorba.shotwell.gschema.xml:561 +msgid "" +"Whether images being uploaded to Piwigo should have their metadata removed " +"first" +msgstr "" -#: ../src/AppWindow.vala:498 -msgid "_About" -msgstr "このアプリケーションについて(_A)" +#: misc/org.yorba.shotwell.gschema.xml:566 +msgid "" +"if title is set and comment unset, use title as comment for uploads to Piwigo" +msgstr "" -#: ../src/AppWindow.vala:503 -msgid "Fulls_creen" -msgstr "フルスクリーン(_C)" +#: misc/org.yorba.shotwell.gschema.xml:567 +msgid "" +"Whether images being uploaded to Piwigo should have their comment set from " +"the title if title is set and comment unset" +msgstr "" -#: ../src/AppWindow.vala:508 -msgid "_Contents" -msgstr "目次(_C)" +#: misc/org.yorba.shotwell.gschema.xml:572 +msgid "do not upload tags when uploading to Piwigo" +msgstr "" -#: ../src/AppWindow.vala:513 -msgid "_Frequently Asked Questions" -msgstr "FAQ(_F)" +#: misc/org.yorba.shotwell.gschema.xml:573 +msgid "" +"Whether images being uploaded to Piwigo should have their tags removed on " +"upload, such that these tags will not appear on the remote Piwigo server." +msgstr "" -#: ../src/AppWindow.vala:518 -msgid "_Report a Problem..." -msgstr "問題を報告する(_R)..." +#: misc/org.yorba.shotwell.gschema.xml:581 +msgid "Gallery3 username" +msgstr "" -#: ../src/AppWindow.vala:617 ../src/AppWindow.vala:638 -#: ../src/AppWindow.vala:655 ../src/Dialogs.vala:20 ../src/Dialogs.vala:28 -#: ../src/Dialogs.vala:1417 ../src/Dialogs.vala:1440 -#: ../src/data_imports/DataImportsUI.vala:399 -#: ../src/publishing/PublishingUI.vala:498 -msgid "_Cancel" -msgstr "キャンセル(_C)" +#: misc/org.yorba.shotwell.gschema.xml:586 +msgid "API key" +msgstr "" -#: ../src/AppWindow.vala:665 -#, c-format -msgid "" -"A fatal error occurred when accessing Shotwell's library. Shotwell cannot continue.\n" -"\n" -"%s" +#: misc/org.yorba.shotwell.gschema.xml:587 +msgid "Gallery3 API key" msgstr "" -"Shotwellのライブラリにアクセスする際に致命的なエラーが発生しました。Shotwellを続行できません。\n" -"\n" -"%s" -#: ../src/AppWindow.vala:685 -msgid "Visit the Yorba web site" -msgstr "Yorba ウェブサイトにアクセスする" +#: misc/org.yorba.shotwell.gschema.xml:592 +msgid "URL" +msgstr "" -#: ../src/AppWindow.vala:697 -#, c-format -msgid "Unable to display help: %s" -msgstr "ヘルプを表示できません: %s" +#: misc/org.yorba.shotwell.gschema.xml:593 +msgid "Gallery3 site URL" +msgstr "" -#: ../src/AppWindow.vala:705 -#, c-format -msgid "Unable to navigate to bug database: %s" -msgstr "バグデータベースへ移動できません: %s" +#: misc/org.yorba.shotwell.gschema.xml:605 +msgid "" +"Indicates whether images being uploaded to Gallery3 should have their " +"metadata removed first" +msgstr "" -#: ../src/AppWindow.vala:713 -#, c-format -msgid "Unable to display FAQ: %s" -msgstr "FAQを表示できません: %s" +#: misc/org.yorba.shotwell.gschema.xml:610 +msgid "scaling constraint of uploaded picture" +msgstr "" -#: ../src/BatchImport.vala:26 -msgid "Success" -msgstr "成功" +#: misc/org.yorba.shotwell.gschema.xml:611 +msgid "The scaling constraint ID of the picture to be uploaded" +msgstr "" -#: ../src/BatchImport.vala:29 -msgid "File error" -msgstr "ファイルエラー" +#: misc/org.yorba.shotwell.gschema.xml:616 +msgid "pixels of the major axis uploaded picture" +msgstr "" -#: ../src/BatchImport.vala:32 -msgid "Unable to decode file" -msgstr "ファイルをデコードできません" +#: misc/org.yorba.shotwell.gschema.xml:617 +msgid "" +"The pixels of the major axis of the picture to be uploaded; used only if " +"scaling-constraint-id is an appropriate value" +msgstr "" -#: ../src/BatchImport.vala:35 -msgid "Database error" -msgstr "データベースエラー" +#: misc/org.yorba.shotwell.gschema.xml:625 +msgid "" +"The OAuth token used to refresh the YouTube session for the currently logged " +"in user, if any." +msgstr "" -#: ../src/BatchImport.vala:38 -msgid "User aborted import" -msgstr "ユーザーがインポートを中断しました" +#: misc/org.yorba.shotwell.gschema.xml:632 +msgid "last used import service" +msgstr "" -#: ../src/BatchImport.vala:41 -msgid "Not a file" -msgstr "ファイルではありません" +#: misc/org.yorba.shotwell.gschema.xml:633 +msgid "" +"A numeric code representing the last service from which photos were imported" +msgstr "" -#: ../src/BatchImport.vala:44 -msgid "File already exists in database" -msgstr "ファイルがデータベースにすでに存在します" +#: misc/org.yorba.shotwell.gschema.xml:640 +msgid "interpreter state cookie" +msgstr "" -#: ../src/BatchImport.vala:47 -msgid "Unsupported file format" -msgstr "サポートされていないファイル形式です" +#: misc/org.yorba.shotwell.gschema.xml:641 +msgid "" +"A numeric code that captures the state of the GStreamer plug-in environment" +msgstr "" -#: ../src/BatchImport.vala:50 -msgid "Not an image file" -msgstr "画像ファイルではありません" +#: misc/org.yorba.shotwell.gschema.xml:648 +msgid "content layout mode" +msgstr "" -#: ../src/BatchImport.vala:53 -msgid "Disk failure" -msgstr "ディスク障害です" +#: misc/org.yorba.shotwell.gschema.xml:649 +msgid "" +"A numeric code that describes how photos are laid out on the page during " +"printing" +msgstr "" -#: ../src/BatchImport.vala:56 -msgid "Disk full" -msgstr "ディスクがいっぱいです" +#: misc/org.yorba.shotwell.gschema.xml:654 +msgid "content ppi" +msgstr "" -#: ../src/BatchImport.vala:59 -msgid "Camera error" -msgstr "カメラのエラーです" +#: misc/org.yorba.shotwell.gschema.xml:655 +msgid "" +"The number of pixels per inch (ppi) sent to the printer during printing" +msgstr "" -#: ../src/BatchImport.vala:62 -msgid "File write error" -msgstr "ファイル書き込みエラー" +#: misc/org.yorba.shotwell.gschema.xml:660 +msgid "content width" +msgstr "" -#: ../src/BatchImport.vala:65 -msgid "Corrupt image file" -msgstr "画像ファイルが壊れています" +#: misc/org.yorba.shotwell.gschema.xml:661 +msgid "The width of the printed emulsion on the page when printing" +msgstr "" -#: ../src/BatchImport.vala:68 -#, c-format -msgid "Imported failed (%d)" -msgstr "インポートに失敗しました (%d)" +#: misc/org.yorba.shotwell.gschema.xml:666 +msgid "content height" +msgstr "" -#: ../src/CollectionPage.vala:230 ../src/PhotoPage.vala:2634 -msgid "S_lideshow" -msgstr "スライドショー(_L)" +#: misc/org.yorba.shotwell.gschema.xml:667 +msgid "The height of the printed emulsion on the page when printing" +msgstr "" -#: ../src/CollectionPage.vala:231 ../src/PhotoPage.vala:2635 -msgid "Play a slideshow" -msgstr "スライドショーを開始します" +#: misc/org.yorba.shotwell.gschema.xml:672 +msgid "content units" +msgstr "" -#: ../src/CollectionPage.vala:456 -msgid "Export Photo/Video" -msgstr "写真/動画のエクスポート" +#: misc/org.yorba.shotwell.gschema.xml:673 +msgid "" +"A numeric code representing unit of measure (inches or centimeters) used " +"when printing" +msgstr "" -#: ../src/CollectionPage.vala:456 -msgid "Export Photos/Videos" -msgstr "写真/動画のエクスポート" +#: misc/org.yorba.shotwell.gschema.xml:678 +msgid "images per page code" +msgstr "" -#: ../src/CollectionPage.vala:458 ../src/Dialogs.vala:58 -#: ../src/PhotoPage.vala:3210 -msgid "Export Photo" -msgstr "写真のエクスポート" +#: misc/org.yorba.shotwell.gschema.xml:679 +msgid "" +"A numeric code representing the currently selected images per page mode used " +"when printing" +msgstr "" -#: ../src/CollectionPage.vala:458 ../src/Dialogs.vala:87 -msgid "Export Photos" -msgstr "写真のエクスポート" +#: misc/org.yorba.shotwell.gschema.xml:684 +msgid "size selection" +msgstr "" -#: ../src/CollectionPage.vala:545 ../src/CollectionPage.vala:561 -msgid "Rotating" -msgstr "回転" +#: misc/org.yorba.shotwell.gschema.xml:685 +msgid "" +"The index of the current print size in a pre-defined list of standard sizes" +msgstr "" -#: ../src/CollectionPage.vala:545 ../src/CollectionPage.vala:561 -msgid "Undoing Rotate" -msgstr "回転を元に戻す" +#: misc/org.yorba.shotwell.gschema.xml:690 +msgid "match aspect ratio" +msgstr "" -#: ../src/CollectionPage.vala:570 -msgid "Flipping Horizontally" -msgstr "左右反転" +#: misc/org.yorba.shotwell.gschema.xml:691 +msgid "" +"Determines whether custom print sizes must match the aspect ratio of the " +"original photo" +msgstr "" -#: ../src/CollectionPage.vala:571 -msgid "Undoing Flip Horizontally" -msgstr "左右反転を元に戻す" +#: misc/org.yorba.shotwell.gschema.xml:696 +msgid "print titles" +msgstr "" -#: ../src/CollectionPage.vala:580 -msgid "Flipping Vertically" -msgstr "上下反転" +#: misc/org.yorba.shotwell.gschema.xml:697 +msgid "" +"True if the title of a photo should be printed when the photo is printed, " +"false otherwise." +msgstr "" -#: ../src/CollectionPage.vala:581 -msgid "Undoing Flip Vertically" -msgstr "上下反転を元に戻す" +#: misc/org.yorba.shotwell.gschema.xml:702 +msgid "titles font" +msgstr "" -#: ../src/Commands.vala:733 -msgid "Reverting" -msgstr "取り消す" +#: misc/org.yorba.shotwell.gschema.xml:703 +msgid "The name of the font to use for photo titles when they are printed." +msgstr "" -#: ../src/Commands.vala:733 -msgid "Undoing Revert" -msgstr "取り消しを元に戻す" +#: misc/org.yorba.shotwell.gschema.xml:714 +msgid "enable facebook publishing plugin" +msgstr "" -#: ../src/Commands.vala:777 -msgid "Enhancing" -msgstr "強調" +#: misc/org.yorba.shotwell.gschema.xml:715 +msgid "True if the Facebook publishing plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:777 -msgid "Undoing Enhance" -msgstr "強調を元に戻す" +#: misc/org.yorba.shotwell.gschema.xml:720 +msgid "enable flickr publishing plugin" +msgstr "" -#: ../src/Commands.vala:845 -msgid "Applying Color Transformations" -msgstr "色変換を適用する" +#: misc/org.yorba.shotwell.gschema.xml:721 +msgid "True if the Flickr publishing plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:845 -msgid "Undoing Color Transformations" -msgstr "色変換を元に戻す" +#: misc/org.yorba.shotwell.gschema.xml:726 +msgid "enable picasa publishing plugin" +msgstr "" -#: ../src/Commands.vala:995 -msgid "Creating New Event" -msgstr "新規イベントの作成" +#: misc/org.yorba.shotwell.gschema.xml:727 +msgid "" +"True if the Picasa Web Albums publishing plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:996 -msgid "Removing Event" -msgstr "イベントの削除中" +#: misc/org.yorba.shotwell.gschema.xml:732 +msgid "enable youtube publishing plugin" +msgstr "" -#: ../src/Commands.vala:1005 -msgid "Moving Photos to New Event" -msgstr "写真を新しいイベントに移動します" +#: misc/org.yorba.shotwell.gschema.xml:733 +msgid "True if the YouTube publishing plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:1006 -msgid "Setting Photos to Previous Event" -msgstr "写真を以前のイベントに設定します" +#: misc/org.yorba.shotwell.gschema.xml:738 +msgid "enable piwigo publishing plugin" +msgstr "" -#: ../src/Commands.vala:1063 -msgid "Merging" -msgstr "マージ" +#: misc/org.yorba.shotwell.gschema.xml:739 +msgid "True if the Piwigo publishing plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:1064 -msgid "Unmerging" -msgstr "マージを元に戻す" +#: misc/org.yorba.shotwell.gschema.xml:744 +msgid "enable yandex publishing plugin" +msgstr "" -#: ../src/Commands.vala:1073 -msgid "Duplicating photos" -msgstr "写真の複製" +#: misc/org.yorba.shotwell.gschema.xml:745 +msgid "" +"True if the Yandex.Fotki publishing plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:1073 -msgid "Removing duplicated photos" -msgstr "重複した写真を削除しています" +#: misc/org.yorba.shotwell.gschema.xml:750 +msgid "enable tumblr publishing plugin" +msgstr "" -#: ../src/Commands.vala:1096 -#, c-format -msgid "Unable to duplicate one photo due to a file error" -msgid_plural "Unable to duplicate %d photos due to file errors" -msgstr[0] "ファイルエラーのため %d 個の写真を複製できません" +#: misc/org.yorba.shotwell.gschema.xml:751 +msgid "True if the Tumblr publishing plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:1183 -msgid "Restoring previous rating" -msgstr "前の評価に戻す" +#: misc/org.yorba.shotwell.gschema.xml:756 +msgid "enable rajce publishing plugin" +msgstr "" -#: ../src/Commands.vala:1193 ../src/Commands.vala:1194 -msgid "Increasing ratings" -msgstr "評価を上げる" +#: misc/org.yorba.shotwell.gschema.xml:757 +msgid "True if the Rajce publishing plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:1193 ../src/Commands.vala:1194 -msgid "Decreasing ratings" -msgstr "評価を下げる" +#: misc/org.yorba.shotwell.gschema.xml:762 +msgid "enable gallery3 publishing plugin" +msgstr "" -#: ../src/Commands.vala:1244 -msgid "Setting RAW developer" -msgstr "RAW現像の設定" +#: misc/org.yorba.shotwell.gschema.xml:763 +msgid "True if the Gallery3 publishing plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:1244 -msgid "Restoring previous RAW developer" -msgstr "以前のRAW現像に戻す" +#: misc/org.yorba.shotwell.gschema.xml:768 +msgid "enable F-Spot import plugin" +msgstr "" -#: ../src/Commands.vala:1245 -msgid "Set Developer" -msgstr "現像を設定" +#: misc/org.yorba.shotwell.gschema.xml:769 +msgid "True if the F-Spot import plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:1335 -msgid "Original photo could not be adjusted." -msgstr "オリジナルの写真を調整できませんでした。" +#: misc/org.yorba.shotwell.gschema.xml:774 +msgid "enable slideshow crumble transition" +msgstr "" -#: ../src/Commands.vala:1356 -msgid "Adjusting Date and Time" -msgstr "日付と時刻の調整" +#: misc/org.yorba.shotwell.gschema.xml:775 +msgid "" +"True if the Crumble slideshow transition plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:1356 -msgid "Undoing Date and Time Adjustment" -msgstr "日付と時刻の調整を元に戻す" +#: misc/org.yorba.shotwell.gschema.xml:780 +msgid "enable slideshow fade transition" +msgstr "" -#: ../src/Commands.vala:1387 -msgid "One original photo could not be adjusted." -msgid_plural "The following original photos could not be adjusted." -msgstr[0] "以下のオリジナルの写真は調整できませんでした。" +#: misc/org.yorba.shotwell.gschema.xml:781 +msgid "" +"True if the Fade slideshow transition plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:1389 ../src/Commands.vala:1413 -msgid "Time Adjustment Error" -msgstr "時刻調整エラー" +#: misc/org.yorba.shotwell.gschema.xml:786 +msgid "enable slideshow slide transition" +msgstr "" -#: ../src/Commands.vala:1411 -msgid "Time adjustments could not be undone on the following photo file." -msgid_plural "Time adjustments could not be undone on the following photo files." -msgstr[0] "以下の写真ファイルへの時間調整を元に戻せませんでした。" +#: misc/org.yorba.shotwell.gschema.xml:787 +msgid "" +"True if the Slide slideshow transition plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:1625 ../src/Commands.vala:1648 -msgid "Create Tag" -msgstr "タグの作成" +#: misc/org.yorba.shotwell.gschema.xml:792 +msgid "enable slideshow clock transition" +msgstr "" -#: ../src/Commands.vala:1683 -#, c-format -msgid "Move Tag \"%s\"" -msgstr "タグを \"%s\" に移動" +#: misc/org.yorba.shotwell.gschema.xml:793 +msgid "" +"True if the Clock slideshow transition plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:2335 -msgid "Move Photos to Trash" -msgstr "写真をゴミ箱に移動する" +#: misc/org.yorba.shotwell.gschema.xml:798 +msgid "enable slideshow circle transition" +msgstr "" -#: ../src/Commands.vala:2335 -msgid "Restore Photos from Trash" -msgstr "ゴミ箱から写真を元に戻す" +#: misc/org.yorba.shotwell.gschema.xml:799 +msgid "" +"True if the Circle slideshow transition plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:2336 -msgid "Move the photos to the Shotwell trash" -msgstr "写真をShotwellのゴミ箱に移動します" +#: misc/org.yorba.shotwell.gschema.xml:804 +msgid "enable slideshow circles transition" +msgstr "" -#: ../src/Commands.vala:2336 -msgid "Restore the photos back to the Shotwell library" -msgstr "写真をShotwellライブラリに戻します" +#: misc/org.yorba.shotwell.gschema.xml:805 +msgid "" +"True if the Circles slideshow transition plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:2355 -msgid "Moving Photos to Trash" -msgstr "写真をゴミ箱へ移動しています" +#: misc/org.yorba.shotwell.gschema.xml:810 +msgid "enable slideshow blinds transition" +msgstr "" -#: ../src/Commands.vala:2355 -msgid "Restoring Photos From Trash" -msgstr "ゴミ箱から写真を元に戻しています" +#: misc/org.yorba.shotwell.gschema.xml:811 +msgid "" +"True if the Blinds slideshow transition plugin is enabled, false otherwise" +msgstr "" -#: ../src/Commands.vala:2441 +#: misc/org.yorba.shotwell.gschema.xml:816 +msgid "enable slideshow squares transition" +msgstr "" + +#: misc/org.yorba.shotwell.gschema.xml:817 +msgid "" +"True if the Squares slideshow transition plugin is enabled, false otherwise" +msgstr "" + +#: misc/org.yorba.shotwell.gschema.xml:822 +msgid "enable slideshow stripes transition" +msgstr "" + +#: misc/org.yorba.shotwell.gschema.xml:823 +msgid "" +"True if the Stripes slideshow transition plugin is enabled, false otherwise" +msgstr "" + +#: misc/org.yorba.shotwell.gschema.xml:828 +msgid "enable slideshow chess transition" +msgstr "" + +#: misc/org.yorba.shotwell.gschema.xml:829 +msgid "" +"True if the Chess-Board slideshow transition plugin is enabled, false " +"otherwise" +msgstr "" + +#: plugins/authenticator/shotwell/FacebookPublishingAuthenticator.vala:166 +msgid "" +"You are not currently logged into Facebook.\n" +"\n" +"If you don’t yet have a Facebook account, you can create one during the " +"login process. During login, Shotwell Connect may ask you for permission to " +"upload photos and publish to your feed. These permissions are required for " +"Shotwell Connect to function." +msgstr "" + +#: plugins/authenticator/shotwell/FacebookPublishingAuthenticator.vala:168 +msgid "" +"You have already logged in and out of Facebook during this Shotwell " +"session.\n" +"To continue publishing to Facebook, quit and restart Shotwell, then try " +"publishing again." +msgstr "" +"このShotwellのセッション中に、すでにFacebookへログインとログアウトを行っています。\n" +"Facebookへの公開を続けるには、Shotwellを終了して再起動してから、もう一度公開してみてください。" + +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:17 +msgid "" +"You are not currently logged into Flickr.\n" +"\n" +"Click Log in to log into Flickr in your Web browser. You will have to " +"authorize Shotwell Connect to link to your Flickr account." +msgstr "" + +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:124 +msgid "Preparing for login…" +msgstr "ログインの準備中…" + +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:193 +msgid "Flickr authorization failed" +msgstr "" + +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:200 +msgid "Verifying authorization…" +msgstr "認証の確認中…" + +#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:137 +msgid "" +"You have already logged in and out of a Google service during this Shotwell " +"session.\n" +"\n" +"To continue publishing to Google services, quit and restart Shotwell, then " +"try publishing again." +msgstr "" +"このShotwellのセッション中に、すでにGoogleサービスへログインとログアウトを行っています。\n" +"\n" +"Googleサービスへの公開を続けるには、Shotwellを終了して再起動してからもう一度公開を試してください。" + +#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:32 +msgid "" +"You are not currently logged into Picasa Web Albums.\n" +"\n" +"Click Log in to log into Picasa Web Albums in your Web browser. You will " +"have to authorize Shotwell Connect to link to your Picasa Web Albums account." +msgstr "" + +#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:35 +msgid "" +"You are not currently logged into YouTube.\n" +"\n" +"You must have already signed up for a Google account and set it up for use " +"with YouTube to continue. You can set up most accounts by using your browser " +"to log into the YouTube site at least once." +msgstr "" +"現在YouTubeにログインしていません。\n" +"\n" +"続けるには、Googleアカウントにサインアップした上で、YouTubeを利用するための設定を行う必要があります。少なくとも一度ブラウザーを使って " +"YouTubeのサイトにログインしておけば、ほとんどのアカウントを設定することができます。" + +#: plugins/authenticator/shotwell/tumblr_authentication_pane.ui:42 +#: plugins/shotwell-publishing-extras/rajce_authentication_pane.ui:42 +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:892 +msgid "_Email address" +msgstr "メールアドレス(_E)" + +#: plugins/authenticator/shotwell/tumblr_authentication_pane.ui:82 +#: plugins/shotwell-publishing-extras/rajce_authentication_pane.ui:82 +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:893 +#: plugins/shotwell-publishing/piwigo_authentication_pane.ui:119 +msgid "_Password" +msgstr "パスワード(_P)" + +#: plugins/authenticator/shotwell/tumblr_authentication_pane.ui:104 +#: plugins/shotwell-publishing-extras/rajce_authentication_pane.ui:120 +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:895 +#: plugins/shotwell-publishing/piwigo_authentication_pane.ui:154 +msgid "Log in" +msgstr "ログイン" + +#: plugins/authenticator/shotwell/TumblrAuthenticator.vala:25 +msgid "Enter the username and password associated with your Tumblr account." +msgstr "Tumblrアカウントに関連したユーザー名とパスワードを入力してください。" + +#: plugins/authenticator/shotwell/TumblrAuthenticator.vala:26 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1084 +msgid "Username and/or password invalid. Please try again" +msgstr "ユーザー名またはパスワードが無効です。もう一度試してください。" + +#: plugins/authenticator/shotwell/TumblrAuthenticator.vala:53 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1120 +msgid "Invalid User Name or Password" +msgstr "ユーザー名またはパスワードが無効です" + +#: plugins/authenticator/shotwell/TumblrAuthenticator.vala:72 +#: plugins/shotwell-publishing/TumblrPublishing.vala:498 +#, c-format +msgid "Could not load UI: %s" +msgstr "UIを読み込めません: %s" + +#: plugins/common/Resources.vala:12 +msgid "Visit the Shotwell home page" +msgstr "Shotwellのホームページにアクセスする" + +#: plugins/common/Resources.vala:31 src/AppWindow.vala:603 +msgid "translator-credits" +msgstr "" +"Shushi Kurose \n" +"Slackhideo \n" +"Yohsuke Ooi \n" +"Hajime Taira \n" +"Jiro Matsuzawa \n" +"\n" +"Launchpad Contributions:\n" +" Akira Tanaka https://launchpad.net/~popo1897\n" +" Fumihito YOSHIDA https://launchpad.net/~hito\n" +" Hajime Mizuno https://launchpad.net/~mizuno-as\n" +" Hajime Taira https://launchpad.net/~htaira\n" +" Hiroshi Tagawa https://launchpad.net/~kuponuga\n" +" Kenichi Ito https://launchpad.net/~ken-i54k\n" +" Kentaro Kazuhama https://launchpad.net/~kazken3\n" +" Kiyoto James Hashida https://launchpad.net/~khashida\n" +" Koichi Akabe https://launchpad.net/~vbkaisetsu\n" +" Laura Khalil https://launchpad.net/~loura\n" +" OKANO Takayoshi https://launchpad.net/~kano\n" +" Robert Ancell https://launchpad.net/~robert-ancell\n" +" Shinichirou Yamada https://launchpad.net/~yamada-strong-yamada-nice-64bit\n" +" Shushi Kurose https://launchpad.net/~kuromabo\n" +" Vera Yin https://launchpad.net/~vera-yorba\n" +" brokeasshachi https://launchpad.net/~greasemunkeyparts\n" +" slackhideo https://launchpad.net/~burajirugaijin" + +#. Possible error message when a site presents a bad certificate. +#: plugins/common/RESTSupport.vala:220 +msgid "" +"⚫ This website presented identification that belongs to a different website." +msgstr "" + +#. Possible error message when a site presents a bad certificate. +#: plugins/common/RESTSupport.vala:225 +msgid "" +"⚫ This website’s identification is too old to trust. Check the date on your " +"computer’s calendar." +msgstr "" + +#. Possible error message when a site presents a bad certificate. +#: plugins/common/RESTSupport.vala:230 +msgid "" +"⚫ This website’s identification was not issued by a trusted organization." +msgstr "" + +#. Possible error message when a site presents a bad certificate. +#: plugins/common/RESTSupport.vala:235 +msgid "" +"⚫ This website’s identification could not be processed. It may be corrupted." +msgstr "" + +#. Possible error message when a site presents a bad certificate. +#: plugins/common/RESTSupport.vala:240 +msgid "" +"⚫ This website’s identification has been revoked by the trusted organization " +"that issued it." +msgstr "" + +#. Possible error message when a site presents a bad certificate. +#: plugins/common/RESTSupport.vala:245 +msgid "" +"⚫ This website’s identification cannot be trusted because it uses very weak " +"encryption." +msgstr "" + +#. Possible error message when a site presents a bad certificate. +#: plugins/common/RESTSupport.vala:250 +msgid "" +"⚫ This website’s identification is only valid for future dates. Check the " +"date on your computer’s calendar." +msgstr "" + +#: plugins/common/RESTSupport.vala:527 +#: plugins/shotwell-publishing/TumblrPublishing.vala:623 +msgid "A temporary file needed for publishing is unavailable" +msgstr "公開するために必要な一時ファイルが利用できません" + +#: plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui:28 +msgid "_Gallery3 URL:" +msgstr "Gallery3 URL(_G):" + +#: plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui:55 +msgid "_User name:" +msgstr "ユーザー名(_U):" + +#: plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui:68 +msgid "_Password:" +msgstr "パスワード(_P):" + +#: plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui:108 +msgid "Go _Back" +msgstr "戻る(_B)" + +#: plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui:125 +#: ui/shotwell.ui:76 +msgid "_Log in" +msgstr "ログイン(_L)" + +#: plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui:154 +msgid "API _Key:" +msgstr "APIキー(_K):" + +#: plugins/shotwell-publishing-extras/gallery3_authentication_pane.ui:180 +msgid "or" +msgstr "または" + +#: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:34 +msgid "An _existing album" +msgstr "既存のアルバム(_E)" + +#: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:60 +msgid "A _new album" +msgstr "新しいアルバム(_N)" + +#: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:86 +msgid "_Remove location, tag and camera-identifying data before uploading" +msgstr "アップロード前に撮影場所、タグ、カメラの識別情報を削除する(_R)" + +#: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:108 +msgid "Scaling constraint:" +msgstr "サイズ変更の基準:" + +#: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:124 +msgid "pixels" +msgstr "ピクセル" + +#: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:158 +#: plugins/shotwell-publishing/FlickrPublishing.vala:687 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1309 +#: src/Dimensions.vala:17 +msgid "Original size" +msgstr "オリジナルのサイズ" + +#: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:159 +#: src/Dimensions.vala:20 +msgid "Longest edge" +msgstr "" + +#: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:203 +#: plugins/shotwell-publishing-extras/rajce_publishing_options_pane.ui:39 +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:1019 +#: plugins/shotwell-publishing-extras/yandex_publish_model.ui:145 +#: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:177 +#: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:125 +#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:142 +#: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:105 +#: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:99 +msgid "_Logout" +msgstr "ログアウト(_L)" + +#: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:216 +#: plugins/shotwell-publishing-extras/rajce_publishing_options_pane.ui:220 +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:1018 +#: plugins/shotwell-publishing-extras/yandex_publish_model.ui:159 +#: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:192 +#: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:141 +#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:156 +#: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:121 +#: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:115 +#: src/CollectionPage.vala:82 src/PhotoPage.vala:2492 +msgid "_Publish" +msgstr "公開(_P)" + +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:41 +msgid "Gallery3 publishing module" +msgstr "Gallery3公開モジュール" + +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:114 +msgid "" +"You are not currently logged into your Gallery.\n" +"\n" +"You must have already signed up for a Gallery3 account to complete the login " +"process." +msgstr "" +"現在Galleryにログインしていません。\n" +"\n" +"ログイン処理を完了するには、前もってGallery3アカウントにサインアップしておく必要があります。" + +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:117 +msgid "Shotwell default directory" +msgstr "Shotwellのデフォルトディレクトリ" + +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:801 +#, c-format +msgid "" +"\n" +"\n" +"The file “%s” may not be supported by or may be too large for this instance " +"of Gallery3." +msgstr "" + +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:802 +msgid "" +"\n" +"Note that Gallery3 only supports the video types that Flowplayer does." +msgstr "" + +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:1021 +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:1773 +#, c-format +msgid "" +"A file required for publishing is unavailable. Publishing to %s can’t " +"continue." +msgstr "公開に必要なファイルが利用できません。%s への公開を続行できません。" + +#. populate any widgets whose contents are +#. programmatically-generated +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:1550 +#, c-format +msgid "Publishing to %s as %s." +msgstr "" + +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:1817 +msgid "" +"Enter the URL for your Gallery3 site and the username and password (or API " +"key) for your Gallery3 account." +msgstr "Gallery3サイトのURLと、Gallery3アカウントのユーザー名ならびにパスワード(またはAPIキー)を入力してください。" + +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:1818 +msgid "" +"The username and password or API key were incorrect. To try again, re-enter " +"your username and password below." +msgstr "ユーザー名ならびにパスワードまたはAPIキーが正しくありません。もう一度試すには、以下でユーザー名とパスワードを再入力してください。" + +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:1819 +msgid "" +"The URL entered does not appear to be the main directory of a Gallery3 " +"instance. Please make sure you typed it correctly and it does not have any " +"trailing components (e.g., index.php)." +msgstr "" +"入力したURLはGallery3のメインディレクトリではないようです。入力内容が正しいこと、および末尾のコンポーネント(例: " +"index.php)が含まれていないことを確認してください。" + +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:1872 +msgid "Unrecognized User" +msgstr "認識できないユーザーです" + +#: plugins/shotwell-publishing-extras/GalleryConnector.vala:1877 +msgid " Site Not Found" +msgstr " サイトが見つかりません" + +#: plugins/shotwell-publishing-extras/rajce_authentication_pane.ui:100 +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:894 +msgid "_Remember" +msgstr "パスワードを記憶(_R)" + +#: plugins/shotwell-publishing-extras/rajce_publishing_options_pane.ui:104 +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:1015 +msgid "An _existing album:" +msgstr "既存のアルバム(_E):" + +#: plugins/shotwell-publishing-extras/rajce_publishing_options_pane.ui:123 +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:1016 +msgid "A _new album named:" +msgstr "新しいアルバム名(_N):" + +#: plugins/shotwell-publishing-extras/rajce_publishing_options_pane.ui:141 +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:1006 +msgid "_Hide album" +msgstr "アルバムを隠す(_H)" + +#: plugins/shotwell-publishing-extras/rajce_publishing_options_pane.ui:156 +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:1017 +msgid "Open target _album in browser" +msgstr "ブラウザーで対象のアルバムを開く(_A)" + +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:40 +msgid "Copyright © 2013 rajce.net" +msgstr "Copyright © 2013 rajce.net" + +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:744 +msgid "An error message occurred when publishing to Rajce. Please try again." +msgstr "Rajceへの公開中にエラーメッセージがあります。再試行してください。" + +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:833 +msgid "Enter email and password associated with your Rajce account." +msgstr "Tumblrアカウントに関連したユーザー名とパスワードを入力します。" + +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:834 +msgid "Invalid email and/or password. Please try again" +msgstr "メールアドレスまたはパスワードが無効です。もう一度試してください。" + +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:865 +msgid "Invalid User Email or Password" +msgstr "メールアドレスまたはパスワードが無効です" + +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:1013 +#, c-format +msgid "You are logged into Rajce as %s." +msgstr "%s としてRajceにログインしています。" + +#: plugins/shotwell-publishing-extras/RajcePublishing.vala:1014 +#: plugins/shotwell-publishing/PicasaPublishing.vala:571 +#: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:20 +msgid "Photos will appear in:" +msgstr "写真の表示先:" + +#: plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala:27 +msgid "Shotwell Extra Publishing Services" +msgstr "Shotwell 公開サービス(拡張)" + +#: plugins/shotwell-publishing-extras/YandexPublishing.vala:22 +msgid "Copyright 2010+ Evgeniy Polyakov " +msgstr "Copyright 2010+ Evgeniy Polyakov " + +#: plugins/shotwell-publishing-extras/YandexPublishing.vala:25 +msgid "Visit the Yandex.Fotki web site" +msgstr "Yandex.Fotkiのウェブサイトにアクセスする" + +#: plugins/shotwell-publishing-extras/YandexPublishing.vala:609 +msgid "You are not currently logged into Yandex.Fotki." +msgstr "現在Yandex.Fotkiにログインしていません。" + +#: plugins/shotwell-publishing-extras/yandex_publish_model.ui:12 +msgid "Public" +msgstr "公開" + +#: plugins/shotwell-publishing-extras/yandex_publish_model.ui:15 +#: plugins/shotwell-publishing/FacebookPublishing.vala:888 +msgid "Friends" +msgstr "友達" + +#: plugins/shotwell-publishing-extras/yandex_publish_model.ui:18 +#: plugins/shotwell-publishing/YouTubePublishing.vala:378 +msgid "Private" +msgstr "非公開" + +#: plugins/shotwell-publishing-extras/yandex_publish_model.ui:47 +msgid "_Albums (or write new):" +msgstr "アルバム(または新規書き込み)(_A):" + +#: plugins/shotwell-publishing-extras/yandex_publish_model.ui:85 +msgid "Access _type:" +msgstr "アクセスタイプ(_T):" + +#: plugins/shotwell-publishing-extras/yandex_publish_model.ui:106 +msgid "Disable _comments" +msgstr "コメント不可(_C)" + +#: plugins/shotwell-publishing-extras/yandex_publish_model.ui:123 +msgid "_Forbid downloading original photo" +msgstr "オリジナル写真のダウンロード禁止(_F)" + +#: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:42 +msgid "Publish to an e_xisting album:" +msgstr "既存のアルバムで公開する(_X):" + +#: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:58 +msgid "Create a _new album named:" +msgstr "新しいアルバム名(_N):" + +#: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:100 +#: plugins/shotwell-publishing/FacebookPublishing.vala:725 +msgid "Upload _size:" +msgstr "アップロードサイズ(_S):" + +#: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:125 +msgid "Videos and new photo albums _visible to:" +msgstr "動画と新しいフォトアルバムを公開する範囲(_V):" + +#: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:155 +#: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:92 +#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:59 +#: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:203 +msgid "" +"_Remove location, camera, and other identifying information before uploading" +msgstr "アップロード前に撮影場所やカメラ、その他の識別情報を削除する(_R)" + +#: plugins/shotwell-publishing/FacebookPublishing.vala:33 +#: plugins/shotwell-publishing/FlickrPublishing.vala:33 +#: plugins/shotwell-publishing/PicasaPublishing.vala:33 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:33 +#: plugins/shotwell-publishing/YouTubePublishing.vala:33 src/Resources.vala:27 +msgid "Copyright 2016 Software Freedom Conservancy Inc." +msgstr "Copyright 2016 Software Freedom Conservancy Inc." + +#: plugins/shotwell-publishing/FacebookPublishing.vala:61 +#: plugins/shotwell-publishing/PicasaPublishing.vala:58 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1191 +msgid "Shotwell Connect" +msgstr "Shotwell Connect" + +#: plugins/shotwell-publishing/FacebookPublishing.vala:81 +msgid "Standard (720 pixels)" +msgstr "標準 (720ピクセル)" + +#: plugins/shotwell-publishing/FacebookPublishing.vala:84 +msgid "Large (2048 pixels)" +msgstr "大 (2048ピクセル)" + +#: plugins/shotwell-publishing/FacebookPublishing.vala:314 +msgid "Creating album…" +msgstr "アルバムを作成しています…" + +#: plugins/shotwell-publishing/FacebookPublishing.vala:340 +msgid "" +"A file required for publishing is unavailable. Publishing to Facebook can’t " +"continue." +msgstr "公開に必要なファイルが利用できません。Facebookへの公開を続行できません。" + +#: plugins/shotwell-publishing/FacebookPublishing.vala:723 +#, c-format +msgid "" +"You are logged into Facebook as %s.\n" +"\n" +msgstr "" +"%s としてFacebookにログインしています。\n" +"\n" + +#: plugins/shotwell-publishing/FacebookPublishing.vala:724 +msgid "Where would you like to publish the selected photos?" +msgstr "選択された写真をどこに公開しますか?" + +#: plugins/shotwell-publishing/FacebookPublishing.vala:887 +#: plugins/shotwell-publishing/FlickrPublishing.vala:665 +msgid "Just me" +msgstr "自分のみ" + +#: plugins/shotwell-publishing/FacebookPublishing.vala:889 +#: plugins/shotwell-publishing/FlickrPublishing.vala:661 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 +msgid "Everyone" +msgstr "全体" + +#: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:61 +#: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:59 +msgid "Photo _size:" +msgstr "写真サイズ(_S):" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:340 +msgid "" +"A file required for publishing is unavailable. Publishing to Flickr can’t " +"continue." +msgstr "公開に必要なファイルが利用できません。Flickrへの公開を続行できません。" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:607 +#, c-format +msgid "" +"You are logged into Flickr as %s.\n" +"\n" +msgstr "" +"%s としてFlickrにログインしています。\n" +"\n" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:609 +#, c-format +msgid "" +"Your free Flickr account limits how much data you can upload per month.\n" +"This month you have %s remaining in your upload quota." +msgstr "" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:611 +msgid "Your Flickr Pro account entitles you to unlimited uploads." +msgstr "あなたのFlickr Proアカウントは無制限のアップロード容量が与えられています。" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:616 +msgid "Photos _visible to:" +msgstr "写真を公開する範囲(_V):" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:618 +msgid "Videos _visible to:" +msgstr "動画を公開する範囲(_V):" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:621 +msgid "Photos and videos _visible to:" +msgstr "写真と動画を公開する範囲(_V):" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:662 +msgid "Friends & family only" +msgstr "友人と家族のみ" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:663 +msgid "Family only" +msgstr "家族のみ" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:664 +msgid "Friends only" +msgstr "友達のみ" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:683 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 +#: plugins/shotwell-publishing/TumblrPublishing.vala:103 +msgid "500 × 375 pixels" +msgstr "500×375ピクセル" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:684 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 +#: plugins/shotwell-publishing/TumblrPublishing.vala:104 +msgid "1024 × 768 pixels" +msgstr "1024×768ピクセル" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:685 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1307 +msgid "2048 × 1536 pixels" +msgstr "2048×1536ピクセル" + +#: plugins/shotwell-publishing/FlickrPublishing.vala:686 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1308 +msgid "4096 × 3072 pixels" +msgstr "4096×3072ピクセル" + +#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:93 +msgid "Photo _size preset:" +msgstr "プリセットの写真サイズ(_S):" + +#. Add album that will push to the default feed for all the new users +#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) +#. or the new "Default album" album for Google Photos +#: plugins/shotwell-publishing/PicasaPublishing.vala:96 +#: plugins/shotwell-publishing/PicasaPublishing.vala:630 +msgid "Default album" +msgstr "デフォルトのアルバム" + +#: plugins/shotwell-publishing/PicasaPublishing.vala:291 +msgid "" +"A file required for publishing is unavailable. Publishing to Picasa can’t " +"continue." +msgstr "公開に必要なファイルが利用できません。Picasaへの公開を続行できません。" + +#. populate any widgets whose contents are programmatically-generated. +#: plugins/shotwell-publishing/PicasaPublishing.vala:560 +#, c-format +msgid "You are logged into Picasa Web Albums as %s." +msgstr "%s としてPicasa Web Albumにログインしています。" + +#: plugins/shotwell-publishing/PicasaPublishing.vala:566 +msgid "Videos will appear in:" +msgstr "動画の表示先:" + +#: plugins/shotwell-publishing/PicasaPublishing.vala:610 +msgid "Small (640 × 480 pixels)" +msgstr "小 (640×480ピクセル)" + +#: plugins/shotwell-publishing/PicasaPublishing.vala:611 +msgid "Medium (1024 × 768 pixels)" +msgstr "中 (1024×768ピクセル)" + +#: plugins/shotwell-publishing/PicasaPublishing.vala:612 +msgid "Recommended (1600 × 1200 pixels)" +msgstr "推奨 (1600×1200ピクセル)" + +#: plugins/shotwell-publishing/PicasaPublishing.vala:613 +msgid "Google+ (2048 × 1536 pixels)" +msgstr "Google+ (2048×1536ピクセル)" + +#: plugins/shotwell-publishing/PicasaPublishing.vala:614 +#: src/editing_tools/EditingTools.vala:735 +msgid "Original Size" +msgstr "オリジナルのサイズ" + +#: plugins/shotwell-publishing/piwigo_authentication_pane.ui:44 +msgid "_URL of your Piwigo photo library" +msgstr "PiwigoフォトライブラリでのURL(_U)" + +#: plugins/shotwell-publishing/piwigo_authentication_pane.ui:94 +msgid "User _name" +msgstr "ユーザー名(_N)" + +#: plugins/shotwell-publishing/piwigo_authentication_pane.ui:133 +msgid "Remember Password" +msgstr "パスワードを記憶" + +#: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:36 +msgid "An _existing category" +msgstr "既存のカテゴリ(_E)" + +#: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:110 +msgid "A _new album named" +msgstr "新しいアルバム名(_N)" + +#: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:142 +msgid "within category" +msgstr "カテゴリ内" + +#: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:155 +msgid "Album comment" +msgstr "アルバムコメント" + +#: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:167 +msgid "Photos will be _visible by" +msgstr "写真が表示可能(_V)" + +#: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:181 +msgid "Photo size" +msgstr "写真サイズ" + +#: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:219 +msgid "_If a title is set and comment unset, use title as comment" +msgstr "タイトルが設定され、コメントが設定されていない場合、タイトルをコメントに使用する(_I)" + +#: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:235 +msgid "_Do no upload tags" +msgstr "タグをアップロードしない(_D)" + +#: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:255 +msgid "Logout" +msgstr "ログアウト" + +#: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:268 +#: src/Resources.vala:265 ui/collection.ui:192 +msgid "Publish" +msgstr "公開先" + +#: plugins/shotwell-publishing/PiwigoPublishing.vala:773 +#, c-format +msgid "Creating album %s…" +msgstr "アルバム %s を作成しています…" + +#: plugins/shotwell-publishing/PiwigoPublishing.vala:949 +msgid "" +"An error message occurred when publishing to Piwigo. Please try again." +msgstr "Piwigoへの公開中にエラーが発生しました。もう一度試してください。" + +#. %s is the host name that we tried to connect to +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1033 +#, c-format +msgid "" +"This does not look like the real %s. Attackers might be trying to " +"steal or alter information going to or from this site (for example, private " +"messages, credit card information, or passwords)." +msgstr "" + +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 +#, c-format +msgid "Certificate of %s" +msgstr "" + +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1054 +#: src/Resources.vala:136 ui/multitextentrydialog.ui:40 +#: ui/slideshow_settings.ui:52 +msgid "_OK" +msgstr "OK(_O)" + +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1082 +msgid "" +"Enter the URL of your Piwigo photo library as well as the username and " +"password associated with your Piwigo account for that library." +msgstr "PiwigoフォトライブラリのURLと、ライブラリのPiwigoアカウントに関連するユーザー名およびパスワードを入力してください。" + +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1083 +msgid "" +"Shotwell cannot contact your Piwigo photo library. Please verify the URL you " +"entered" +msgstr "ShotwellはPiwigoフォトライブラリに接続できません。入力したURLを確認してください。" + +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1115 +msgid "Invalid URL" +msgstr "無効なURL" + +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 +msgid "Admins, Family, Friends, Contacts" +msgstr "管理者、家族、友達、連絡先" + +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1295 +msgid "Admins, Family, Friends" +msgstr "管理者、家族、友達" + +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1296 +msgid "Admins, Family" +msgstr "管理者、家族" + +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1297 +msgid "Admins" +msgstr "管理者" + +#: plugins/shotwell-publishing/piwigo_ssl_failure_pane.ui:21 +msgid "This connection is not secure" +msgstr "" + +#: plugins/shotwell-publishing/piwigo_ssl_failure_pane.ui:75 +msgid "Show the certificate…" +msgstr "" + +#: plugins/shotwell-publishing/piwigo_ssl_failure_pane.ui:88 +msgid "I understand, please _proceed." +msgstr "" + +#: plugins/shotwell-publishing/shotwell-publishing.vala:59 +msgid "Core Publishing Services" +msgstr "メインの公開サービス" + +#: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:44 +msgid "Blogs:" +msgstr "ブログ:" + +#: plugins/shotwell-publishing/TumblrPublishing.vala:35 +msgid "Copyright 2012 BJA Electronics" +msgstr "Copyright 2012 BJA Electronics" + +#: plugins/shotwell-publishing/TumblrPublishing.vala:105 +msgid "1280 × 853 pixels" +msgstr "1280×853ピクセル" + +#: plugins/shotwell-publishing/TumblrPublishing.vala:407 +msgid "" +"TumblrPublisher: start( ): can’t start; this publisher is not restartable." +msgstr "" +"TumblrPublisher: start( ): 開始できません; このパブリッシャーは開始不能です。" + +#: plugins/shotwell-publishing/TumblrPublishing.vala:480 +#, c-format +msgid "" +"You are logged into Tumblr as %s.\n" +"\n" +msgstr "" +"%s としてTumblrにログインしています。\n" +"\n" + +#: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:55 +msgid "Video privacy _setting:" +msgstr "動画のプライバシー設定(_S):" + +#: plugins/shotwell-publishing/YouTubePublishing.vala:236 +msgid "" +"A file required for publishing is unavailable. Publishing to YouTube can’t " +"continue." +msgstr "公開に必要なファイルが利用できません。YouTubeへの公開を続行できません。" + +#: plugins/shotwell-publishing/YouTubePublishing.vala:344 +#, c-format +msgid "You are logged into YouTube as %s." +msgstr "%s としてYouTubeにログインしています。" + +#: plugins/shotwell-publishing/YouTubePublishing.vala:376 +msgid "Public listed" +msgstr "公開" + +#: plugins/shotwell-publishing/YouTubePublishing.vala:377 +msgid "Public unlisted" +msgstr "限定公開" + +#: plugins/shotwell-transitions/BlindsEffect.vala:20 +msgid "Blinds" +msgstr "ブラインド" + +#: plugins/shotwell-transitions/ChessEffect.vala:20 +msgid "Chess" +msgstr "チェス" + +#: plugins/shotwell-transitions/CircleEffect.vala:20 +msgid "Circle" +msgstr "サークル" + +#: plugins/shotwell-transitions/CirclesEffect.vala:20 +msgid "Circles" +msgstr "円形" + +#: plugins/shotwell-transitions/ClockEffect.vala:20 +msgid "Clock" +msgstr "クロック" + +#: plugins/shotwell-transitions/CrumbleEffect.vala:20 +msgid "Crumble" +msgstr "崩壊" + +#: plugins/shotwell-transitions/FadeEffect.vala:20 +msgid "Fade" +msgstr "フェード" + +#: plugins/shotwell-transitions/shotwell-transitions.vala:28 +msgid "Core Slideshow Transitions" +msgstr "メインのスライドショーのトランジション" + +#: plugins/shotwell-transitions/shotwell-transitions.vala:76 +msgid "" +"Copyright 2010 Maxim Kartashev, Copyright 2016 Software Freedom Conservancy " +"Inc." +msgstr "Copyright 2010 Maxim Kartashev, Copyright 2016 Software Freedom Conservancy Inc." + +#: plugins/shotwell-transitions/SlideEffect.vala:20 +msgid "Slide" +msgstr "スライド" + +#: plugins/shotwell-transitions/SquaresEffect.vala:20 +msgid "Squares" +msgstr "正方形" + +#: plugins/shotwell-transitions/StripesEffect.vala:20 +msgid "Stripes" +msgstr "ストライプ" + +#: src/AppDirs.vala:64 src/AppDirs.vala:115 +#, c-format +msgid "Unable to create cache directory %s: %s" +msgstr "キャッシュディレクトリ %s を作成できません: %s" + +#: src/AppDirs.vala:74 src/AppDirs.vala:104 +#, c-format +msgid "Unable to create data directory %s: %s" +msgstr "データディレクトリ %s を作成できません: %s" + +#. If XDG yarfed, use ~/Pictures +#: src/AppDirs.vala:168 +msgid "Pictures" +msgstr "画像" + +#: src/AppDirs.vala:206 +#, c-format +msgid "Unable to create temporary directory %s: %s" +msgstr "一時ディレクトリ %s を作成できません: %s" + +#: src/AppDirs.vala:223 src/AppDirs.vala:254 +#, c-format +msgid "Unable to create data subdirectory %s: %s" +msgstr "データサブディレクトリ %s を作成できません: %s" + +#: src/AppDirs.vala:236 +#, c-format +msgid "Could not make directory %s writable" +msgstr "" + +#: src/AppDirs.vala:239 +#, c-format +msgid "Could not make directory %s writable: %s" +msgstr "" + +#: src/AppWindow.vala:47 +msgid "Pin Toolbar" +msgstr "ツールバーを固定" + +#: src/AppWindow.vala:48 +msgid "Pin the toolbar open" +msgstr "ツールバーを開いた状態で固定します" + +#: src/AppWindow.vala:53 +msgid "Leave fullscreen" +msgstr "フルスクリーンの解除" + +#: src/AppWindow.vala:530 src/AppWindow.vala:551 src/AppWindow.vala:568 +#: src/data_imports/DataImportsUI.vala:302 +#: src/data_imports/DataImportsUI.vala:420 src/Dialogs.vala:20 +#: src/Dialogs.vala:28 src/Dialogs.vala:58 src/Dialogs.vala:766 +#: src/Dialogs.vala:789 src/publishing/PublishingUI.vala:305 +#: src/publishing/PublishingUI.vala:529 src/Resources.vala:127 +#: ui/multitextentrydialog.ui:25 ui/slideshow_settings.ui:38 +#: ui/textentrydialog.ui:19 +msgid "_Cancel" +msgstr "キャンセル(_C)" + +#: src/AppWindow.vala:578 +#, c-format +msgid "" +"A fatal error occurred when accessing Shotwell’s library. Shotwell cannot " +"continue.\n" +"\n" +"%s" +msgstr "" +"Shotwellのライブラリにアクセスした際に致命的なエラーが発生しました。Shotwellを続行できません。\n" +"\n" +"%s" + +#: src/AppWindow.vala:599 +msgid "Visit the Shotwell web site" +msgstr "Shotwellのウェブサイトにアクセスする" + +#: src/AppWindow.vala:612 +#, c-format +msgid "Unable to display help: %s" +msgstr "ヘルプを表示できません: %s" + +#: src/AppWindow.vala:620 +#, c-format +msgid "Unable to navigate to bug database: %s" +msgstr "バグデータベースへ移動できません: %s" + +#: src/AppWindow.vala:628 +#, c-format +msgid "Unable to display FAQ: %s" +msgstr "FAQを表示できません: %s" + +#: src/BatchImport.vala:26 +msgid "Success" +msgstr "成功" + +#: src/BatchImport.vala:29 +msgid "File error" +msgstr "ファイルエラー" + +#: src/BatchImport.vala:32 +msgid "Unable to decode file" +msgstr "ファイルをデコードできません" + +#: src/BatchImport.vala:35 +msgid "Database error" +msgstr "データベースエラー" + +#: src/BatchImport.vala:38 +msgid "User aborted import" +msgstr "ユーザーがインポートを中断しました" + +#: src/BatchImport.vala:41 +msgid "Not a file" +msgstr "ファイルではありません" + +#: src/BatchImport.vala:44 +msgid "File already exists in database" +msgstr "ファイルがデータベースにすでに存在します" + +#: src/BatchImport.vala:47 +msgid "Unsupported file format" +msgstr "サポートされていないファイル形式です" + +#: src/BatchImport.vala:50 +msgid "Not an image file" +msgstr "画像ファイルではありません" + +#: src/BatchImport.vala:53 +msgid "Disk failure" +msgstr "ディスク障害です" + +#: src/BatchImport.vala:56 +msgid "Disk full" +msgstr "ディスクがいっぱいです" + +#: src/BatchImport.vala:59 +msgid "Camera error" +msgstr "カメラのエラーです" + +#: src/BatchImport.vala:62 +msgid "File write error" +msgstr "ファイル書き込みエラー" + +#: src/BatchImport.vala:65 +msgid "Corrupt image file" +msgstr "画像ファイルが壊れています" + +#: src/BatchImport.vala:68 +#, c-format +msgid "Imported failed (%d)" +msgstr "インポートに失敗しました (%d)" + +#: src/camera/CameraBranch.vala:85 +msgid "Cameras" +msgstr "カメラ" + +#: src/camera/CameraBranch.vala:85 +msgid "List of all discovered camera devices" +msgstr "検出されたすべてのカメラデバイスの一覧" + +#: src/camera/CameraBranch.vala:99 src/camera/ImportPage.vala:711 +#: src/camera/ImportPage.vala:727 src/photos/RawSupport.vala:311 +#: ui/collection.ui:90 ui/event.ui:361 ui/event.ui:529 ui/faces.ui:361 +#: ui/media.ui:361 ui/photo_context.ui:96 ui/photo.ui:352 ui/tags.ui:361 +msgid "Camera" +msgstr "カメラ" + +#. Translators: First %s is the name of camera as gotten from GPhoto, second is the GVolume name, e.g. Mass storage camera (510MB volume) +#: src/camera/CameraTable.vala:256 +#, c-format +msgid "%s (%s)" +msgstr "" + +#: src/camera/ImportPage.vala:307 src/Properties.vala:234 +msgid "RAW+JPEG" +msgstr "RAW+JPEG" + +#: src/camera/ImportPage.vala:466 +msgid "" +"Unable to unmount camera. Try unmounting the camera from the file manager." +msgstr "カメラをアンマウントできません。ファイルマネージャーからカメラのアンマウントを試行してください。" + +#. hide duplicates checkbox +#: src/camera/ImportPage.vala:776 +msgid "Hide photos already imported" +msgstr "既にインポートした写真を隠す" + +#: src/camera/ImportPage.vala:777 +msgid "Only display photos that have not been imported" +msgstr "インポートされてない写真を表示" + +#: src/camera/ImportPage.vala:816 ui/import.ui:13 ui/import.ui:210 +msgid "Import _Selected" +msgstr "選択されたものをインポート(_S)" + +#: src/camera/ImportPage.vala:826 ui/import.ui:17 ui/import.ui:214 +msgid "Import _All" +msgstr "すべてインポート(_A)" + +#: src/camera/ImportPage.vala:850 +msgid "The camera seems to be empty. No photos/videos found to import" +msgstr "カメラが空のためインポートする写真/動画はありません" + +#: src/camera/ImportPage.vala:854 +msgid "No new photos/videos found on camera" +msgstr "カメラに新しい写真/動画はありません" + +#. it's mounted, offer to unmount for the user +#: src/camera/ImportPage.vala:1025 +msgid "" +"Shotwell needs to unmount the camera from the filesystem in order to access " +"it. Continue?" +msgstr "Shotwellがカメラにアクセスするために、ファイルシステムからのカメラのアンマウントが必要です。続けますか?" + +#: src/camera/ImportPage.vala:1031 +msgid "_Unmount" +msgstr "アンマウント(_U)" + +#: src/camera/ImportPage.vala:1036 +msgid "Please unmount the camera." +msgstr "カメラをアンマウントしてください。" + +#: src/camera/ImportPage.vala:1041 +msgid "" +"The camera is locked by another application. Shotwell can only access the " +"camera when it’s unlocked. Please close any other application using the " +"camera and try again." +msgstr "カメラは他のアプリケーションによってロックされています。Shotwellはカメラがロックされていない場合にのみアクセスすることができます。カメラを使用している他のアプリケーションを終了してから再試行してください。" + +#: src/camera/ImportPage.vala:1051 +msgid "Please close any other application using the camera." +msgstr "カメラを利用している他のすべてのアプリケーションを閉じてください。" + +#: src/camera/ImportPage.vala:1056 +#, c-format +msgid "" +"Unable to fetch previews from the camera:\n" +"%s" +msgstr "" +"カメラからプレビューを取得できません:\n" +"%s" + +#: src/camera/ImportPage.vala:1073 +msgid "Unmounting…" +msgstr "アンマウントしています…" + +#: src/camera/ImportPage.vala:1166 +msgid "Connecting to camera, please wait…" +msgstr "カメラに接続しています、お待ちください…" + +#: src/camera/ImportPage.vala:1198 +msgid "Starting import, please wait…" +msgstr "インポートを開始します、お待ちください…" + +#: src/camera/ImportPage.vala:1204 +msgid "Fetching photo information" +msgstr "写真情報を取得中" + +#: src/camera/ImportPage.vala:1563 +#, c-format +msgid "Fetching preview for %s" +msgstr "%s のプレビューを取得中" + +#: src/camera/ImportPage.vala:1671 +#, c-format +msgid "Unable to lock camera: %s" +msgstr "カメラをロックできません: %s" + +#: src/camera/ImportPage.vala:1756 +#, c-format +msgid "Delete this photo from camera?" +msgid_plural "Delete these %d photos from camera?" +msgstr[0] "カメラから %d 個の写真を削除しますか?" + +#: src/camera/ImportPage.vala:1759 +#, c-format +msgid "Delete this video from camera?" +msgid_plural "Delete these %d videos from camera?" +msgstr[0] "カメラから %d 個の動画を削除しますか?" + +#: src/camera/ImportPage.vala:1762 +#, c-format +msgid "Delete this photo/video from camera?" +msgid_plural "Delete these %d photos/videos from camera?" +msgstr[0] "カメラから %d 個の写真/動画を削除しますか?" + +#: src/camera/ImportPage.vala:1765 +#, c-format +msgid "Delete these files from camera?" +msgid_plural "Delete these %d files from camera?" +msgstr[0] "カメラから %d 個のファイルを削除しますか?" + +#: src/camera/ImportPage.vala:1773 src/Dialogs.vala:733 +msgid "_Keep" +msgstr "保持する(_K)" + +#: src/camera/ImportPage.vala:1792 +msgid "Removing photos/videos from camera" +msgstr "カメラから写真/動画を削除中" + +#: src/camera/ImportPage.vala:1796 +#, c-format +msgid "Unable to delete %d photo/video from the camera due to errors." +msgid_plural "" +"Unable to delete %d photos/videos from the camera due to errors." +msgstr[0] "エラーのためカメラから %d 個の写真/動画を削除できません。" + +#: src/CollectionPage.vala:80 src/direct/DirectPhotoPage.vala:85 +#: src/PhotoPage.vala:2487 src/Resources.vala:140 +msgid "_Print" +msgstr "印刷(_P)" + +#: src/CollectionPage.vala:83 src/Resources.vala:293 ui/collection.ui:128 +#: ui/direct_context.ui:23 ui/direct.ui:23 ui/event.ui:567 ui/photo.ui:28 +msgid "Send _To…" +msgstr "送る(_T)…" + +#: src/CollectionPage.vala:84 src/direct/DirectPhotoPage.vala:90 +#: src/PhotoPage.vala:2497 src/Resources.vala:190 +msgid "Set as _Desktop Background" +msgstr "デスクトップの背景に設定(_D)" + +#: src/CollectionPage.vala:92 src/Resources.vala:256 +msgid "_Duplicate" +msgstr "複製(_D)" + +#: src/CollectionPage.vala:100 +msgid "Fullscreen" +msgstr "フルスクリーン" + +#: src/CollectionPage.vala:102 ui/photo.ui:180 +msgid "S_lideshow" +msgstr "スライドショー(_L)" + +#: src/CollectionPage.vala:110 src/Resources.vala:109 ui/direct.ui:111 +#: ui/photo.ui:200 +msgid "Rotate _Right" +msgstr "右回転(_R)" + +#: src/CollectionPage.vala:113 src/Resources.vala:114 ui/direct.ui:116 +#: ui/photo.ui:205 +msgid "Rotate _Left" +msgstr "左回転(_L)" + +#: src/CollectionPage.vala:116 src/Resources.vala:119 ui/direct.ui:121 +#: ui/photo.ui:210 +msgid "Flip Hori_zontally" +msgstr "左右反転(_Z)" + +#: src/CollectionPage.vala:117 src/Resources.vala:122 ui/direct.ui:125 +#: ui/photo.ui:214 +msgid "Flip Verti_cally" +msgstr "上下反転(_C)" + +#: src/CollectionPage.vala:119 src/Resources.vala:156 ui/collection.ui:8 +#: ui/direct_context.ui:7 ui/direct.ui:134 ui/event.ui:447 +#: ui/photo_context.ui:6 ui/photo.ui:223 +msgid "_Enhance" +msgstr "強調(_E)" + +#: src/CollectionPage.vala:120 src/Resources.vala:184 ui/collection.ui:13 +#: ui/direct_context.ui:12 ui/direct.ui:161 ui/event.ui:452 +#: ui/photo_context.ui:11 ui/photo.ui:250 +msgid "Re_vert to Original" +msgstr "オリジナルに戻す(_V)" + +#: src/CollectionPage.vala:122 src/Resources.vala:160 ui/photo.ui:256 +msgid "_Copy Color Adjustments" +msgstr "色調整をコピーする(_C)" + +#: src/CollectionPage.vala:125 src/Resources.vala:164 ui/photo.ui:261 +msgid "_Paste Color Adjustments" +msgstr "色調整を貼り付ける(_P)" + +#: src/CollectionPage.vala:135 +msgid "Adjust Date and Time…" +msgstr "日付と時刻の調整…" + +#: src/CollectionPage.vala:143 src/Resources.vala:289 ui/collection.ui:108 +#: ui/event.ui:547 ui/photo_context.ui:115 ui/photo.ui:361 +msgid "Open With E_xternal Editor" +msgstr "外部エディターで開く(_X)" + +#: src/CollectionPage.vala:146 src/Resources.vala:291 ui/collection.ui:113 +#: ui/event.ui:552 ui/photo_context.ui:120 ui/photo.ui:366 +msgid "Open With RA_W Editor" +msgstr "RAWエディターで開く(_W)" + +#: src/CollectionPage.vala:149 src/Resources.vala:137 +msgid "_Play" +msgstr "再生(_P)" + +#: src/CollectionPage.vala:410 +msgid "Export Photo/Video" +msgid_plural "Export Photos/Videos" +msgstr[0] "写真/動画のエクスポート" + +#: src/CollectionPage.vala:412 src/Dialogs.vala:74 src/PhotoPage.vala:3021 +msgid "Export Photo" +msgid_plural "Export Photos" +msgstr[0] "写真のエクスポート" + +#: src/CollectionPage.vala:499 src/CollectionPage.vala:515 +msgid "Rotating" +msgstr "回転" + +#: src/CollectionPage.vala:499 src/CollectionPage.vala:515 +msgid "Undoing Rotate" +msgstr "回転を元に戻す" + +#: src/CollectionPage.vala:524 +msgid "Flipping Horizontally" +msgstr "左右反転" + +#: src/CollectionPage.vala:525 +msgid "Undoing Flip Horizontally" +msgstr "左右反転を元に戻す" + +#: src/CollectionPage.vala:534 +msgid "Flipping Vertically" +msgstr "上下反転" + +#: src/CollectionPage.vala:535 +msgid "Undoing Flip Vertically" +msgstr "上下反転を元に戻す" + +#: src/Commands.vala:737 +msgid "Reverting" +msgstr "取り消す" + +#: src/Commands.vala:737 +msgid "Undoing Revert" +msgstr "取り消しを元に戻す" + +#: src/Commands.vala:781 +msgid "Enhancing" +msgstr "強調" + +#: src/Commands.vala:781 +msgid "Undoing Enhance" +msgstr "強調を元に戻す" + +#: src/Commands.vala:857 +msgid "Applying Color Transformations" +msgstr "色変換を適用する" + +#: src/Commands.vala:857 +msgid "Undoing Color Transformations" +msgstr "色変換を元に戻す" + +#: src/Commands.vala:1006 +msgid "Creating New Event" +msgstr "新しいイベントの作成" + +#: src/Commands.vala:1007 +msgid "Removing Event" +msgstr "イベントの削除中" + +#: src/Commands.vala:1016 +msgid "Moving Photos to New Event" +msgstr "写真を新しいイベントに移動します" + +#: src/Commands.vala:1017 +msgid "Setting Photos to Previous Event" +msgstr "写真を以前のイベントに設定します" + +#: src/Commands.vala:1074 +msgid "Merging" +msgstr "マージ" + +#: src/Commands.vala:1075 +msgid "Unmerging" +msgstr "マージを元に戻す" + +#: src/Commands.vala:1084 +msgid "Duplicating photos" +msgstr "写真の複製" + +#: src/Commands.vala:1084 +msgid "Removing duplicated photos" +msgstr "重複した写真を削除しています" + +#: src/Commands.vala:1107 +#, c-format +msgid "Unable to duplicate one photo due to a file error" +msgid_plural "Unable to duplicate %d photos due to file errors" +msgstr[0] "ファイルエラーのため %d 個の写真を複製できません" + +#: src/Commands.vala:1194 +msgid "Restoring previous rating" +msgstr "前の評価に戻す" + +#: src/Commands.vala:1204 src/Commands.vala:1205 +msgid "Increasing ratings" +msgstr "評価を上げる" + +#: src/Commands.vala:1204 src/Commands.vala:1205 +msgid "Decreasing ratings" +msgstr "評価を下げる" + +#: src/Commands.vala:1255 +msgid "Setting RAW developer" +msgstr "RAW現像の設定" + +#: src/Commands.vala:1255 +msgid "Restoring previous RAW developer" +msgstr "以前のRAW現像に戻す" + +#: src/Commands.vala:1256 +msgid "Set Developer" +msgstr "現像を設定" + +#: src/Commands.vala:1346 +msgid "Original photo could not be adjusted." +msgstr "オリジナルの写真を調整できませんでした。" + +#: src/Commands.vala:1367 +msgid "Adjusting Date and Time" +msgstr "日付と時刻の調整" + +#: src/Commands.vala:1367 +msgid "Undoing Date and Time Adjustment" +msgstr "日付と時刻の調整を元に戻す" + +#: src/Commands.vala:1398 +msgid "One original photo could not be adjusted." +msgid_plural "The following original photos could not be adjusted." +msgstr[0] "以下のオリジナルの写真は調整できませんでした。" + +#: src/Commands.vala:1400 src/Commands.vala:1424 +msgid "Time Adjustment Error" +msgstr "時刻調整エラー" + +#: src/Commands.vala:1422 +msgid "Time adjustments could not be undone on the following photo file." +msgid_plural "" +"Time adjustments could not be undone on the following photo files." +msgstr[0] "以下の写真ファイルへの時間調整を元に戻せませんでした。" + +#: src/Commands.vala:1636 src/Commands.vala:1659 +msgid "Create Tag" +msgstr "タグの作成" + +#: src/Commands.vala:1694 +#, c-format +msgid "Move Tag “%s”" +msgstr "タグを “%s” に移動" + +#: src/Commands.vala:2346 +msgid "Move Photos to Trash" +msgstr "写真をゴミ箱に移動する" + +#: src/Commands.vala:2346 +msgid "Restore Photos from Trash" +msgstr "ゴミ箱から写真を元に戻す" + +#: src/Commands.vala:2347 +msgid "Move the photos to the Shotwell trash" +msgstr "写真をShotwellのゴミ箱に移動します" + +#: src/Commands.vala:2347 +msgid "Restore the photos back to the Shotwell library" +msgstr "写真をShotwellライブラリに戻します" + +#: src/Commands.vala:2366 +msgid "Moving Photos to Trash" +msgstr "写真をゴミ箱へ移動しています" + +#: src/Commands.vala:2366 +msgid "Restoring Photos From Trash" +msgstr "ゴミ箱から写真を元に戻しています" + +#: src/Commands.vala:2452 msgid "Flag selected photos" msgstr "選択された写真にフラグを付ける" -#: ../src/Commands.vala:2442 +#: src/Commands.vala:2453 msgid "Unflag selected photos" msgstr "選択された写真のフラグを外す" -#: ../src/Commands.vala:2443 +#: src/Commands.vala:2454 msgid "Flagging selected photos" msgstr "選択された写真にフラグを付けています" -#: ../src/Commands.vala:2444 +#: src/Commands.vala:2455 msgid "Unflagging selected photos" msgstr "選択された写真のフラグを外しています" -#: ../src/Commands.vala:2451 -msgid "Flag" -msgstr "フラグを付ける" +#: src/Commands.vala:2462 +msgid "Flag" +msgstr "フラグを付ける" + +#: src/Commands.vala:2462 +msgid "Unflag" +msgstr "フラグを外す" + +#. Send an empty job to the queue to mark the end of the import +#: src/data_imports/DataImportsPluginHost.vala:65 +#: src/data_imports/DataImportsPluginHost.vala:78 +#, c-format +msgid "%s Database" +msgstr "%s のデータベース" + +#: src/data_imports/DataImportsPluginHost.vala:148 +#: src/data_imports/DataImportsPluginHost.vala:294 +#, c-format +msgid "Importing from %s can’t continue because an error occurred:" +msgstr "エラーが発生したため %s からのインポートを続行できません:" + +#: src/data_imports/DataImportsPluginHost.vala:151 +msgid "" +"To try importing from another service, select one from the above menu." +msgstr "他のサービスからインポートするには、上記メニューから1つ選択してください。" + +#: src/data_imports/DataImportsUI.vala:10 +msgid "" +"You do not have any data imports plugins enabled.\n" +"\n" +"In order to use the Import From Application functionality, you need to have " +"at least one data imports plugin enabled. Plugins can be enabled in the " +"Preferences dialog." +msgstr "" +"有効なデータインポートプラグインがありません。\n" +"\n" +"アプリケーションからのインポートを利用するには、有効なデータインポートプラグインが少なくとも一つは必要です。プラグインは、設定ダイアログで有効にできます。" + +#: src/data_imports/DataImportsUI.vala:100 +msgid "Database file:" +msgstr "データベースファイル:" + +#: src/data_imports/DataImportsUI.vala:112 src/library/LibraryWindow.vala:783 +msgid "_Import" +msgstr "インポート(_I)" + +#: src/data_imports/DataImportsUI.vala:219 +msgid "Import From Application" +msgstr "アプリケーションからインポート" + +#: src/data_imports/DataImportsUI.vala:220 +msgid "Import media _from:" +msgstr "メディアからインポート(_F):" + +#: src/data_imports/DataImportsUI.vala:415 src/publishing/PublishingUI.vala:524 +msgid "_Close" +msgstr "閉じる(_C)" + +#: src/data_imports/DataImports.vala:22 +msgid "Data Imports" +msgstr "データのインポート" + +#: src/db/DatabaseTable.vala:37 +#, c-format +msgid "Unable to open/create photo database %s: error code %d" +msgstr "写真データベース %s を開く/作成できません: エラーコード %d" + +#: src/db/DatabaseTable.vala:46 +#, c-format +msgid "" +"Unable to write to photo database file:\n" +" %s" +msgstr "" +"写真データベースファイルに書き込めませんでした:\n" +" %s" + +#: src/db/DatabaseTable.vala:48 +#, c-format +msgid "" +"Error accessing database file:\n" +" %s\n" +"\n" +"Error was: \n" +"%s" +msgstr "" +"データベースのアクセス時にエラーが発生しました:\n" +" %s\n" +"\n" +"エラーは以下の通り: \n" +"%s" -#: ../src/Commands.vala:2451 -msgid "Unflag" -msgstr "フラグを外す" +#: src/db/DatabaseTable.vala:92 +#, c-format +msgid "Unable to restore photo database %s" +msgstr "写真データベース %s を復元できません" -#: ../src/DesktopIntegration.vala:121 +#: src/DesktopIntegration.vala:121 #, c-format msgid "Unable to launch Nautilus Send-To: %s" msgstr "Nautilus Send-To を起動できません: %s" -#: ../src/DesktopIntegration.vala:129 +#: src/DesktopIntegration.vala:129 msgid "Send To" msgstr "送信する" -#: ../src/DesktopIntegration.vala:174 +#: src/DesktopIntegration.vala:174 #, c-format msgid "Unable to export background to %s: %s" msgstr "%s へバックグランドのエクスポートができません: %s" -#: ../src/DesktopIntegration.vala:311 +#: src/DesktopIntegration.vala:311 #, c-format msgid "Unable to prepare desktop slideshow: %s" msgstr "デスクトップ・スライドショーを準備できません: %s" -#: ../src/Dialogs.vala:16 +#: src/Dialogs.vala:16 #, c-format -msgid "This will remove the tag \"%s\" from one photo. Continue?" -msgid_plural "This will remove the tag \"%s\" from %d photos. Continue?" -msgstr[0] "%2$d 個の写真からタグ \"%1$s\" を削除します。続けますか?" - -#: ../src/Dialogs.vala:20 ../src/Dialogs.vala:28 ../src/Dialogs.vala:1385 -#: ../src/Resources.vala:328 ../src/Resources.vala:376 -#: ../src/Resources.vala:641 +msgid "This will remove the tag “%s” from one photo. Continue?" +msgid_plural "This will remove the tag “%s” from %d photos. Continue?" +msgstr[0] "タグ “%s” を %d 個の写真から削除します。続けますか?" +#: src/Dialogs.vala:20 src/Dialogs.vala:28 src/Dialogs.vala:58 +#: src/Dialogs.vala:734 src/Resources.vala:128 src/Resources.vala:309 +#: src/Resources.vala:340 src/Resources.vala:393 src/Resources.vala:761 +#: ui/savedsearch.ui:14 ui/tags.ui:460 ui/trash.ui:63 ui/trash.ui:216 +#: ui/trash.ui:258 msgid "_Delete" msgstr "削除(_D)" -#: ../src/Dialogs.vala:25 +#: src/Dialogs.vala:25 #, c-format -msgid "This will remove the saved search \"%s\". Continue?" -msgstr "保存された検索 \"%s\" を削除します。続けますか?" +msgid "This will remove the saved search “%s”. Continue?" +msgstr "保存された検索 “%s” を削除します。続けますか?" -#: ../src/Dialogs.vala:35 -msgid "Switching developers will undo all changes you have made to this photo in Shotwell" -msgid_plural "Switching developers will undo all changes you have made to these photos in Shotwell" +#: src/Dialogs.vala:36 +msgid "" +"Switching developers will undo all changes you have made to this photo in " +"Shotwell" +msgid_plural "" +"Switching developers will undo all changes you have made to these photos in " +"Shotwell" msgstr[0] "" "one: デベロッパーを切り替えると、Shotwell 内のこの写真に加えた全ての変更は元に戻ります。\n" "\n" "other: デベロッパーを切り替えると、Shotwell 内のこれらの写真に加えた全ての変更は元に戻ります。" -#: ../src/Dialogs.vala:39 +#: src/Dialogs.vala:40 msgid "_Switch Developer" msgstr "デベロッパーを切り替える(_S)" -#: ../src/Dialogs.vala:58 +#: src/Dialogs.vala:54 +#, c-format +msgid "This will remove the face “%s” from one photo. Continue?" +msgid_plural "This will remove the face “%s” from %d photos. Continue?" +msgstr[0] "" +msgstr[1] "" + +#: src/Dialogs.vala:74 msgid "Export Video" msgstr "動画のエクスポート" +#: src/Dialogs.vala:99 +msgid "Export Photos" +msgstr "写真のエクスポート" + #. Ticket #3023 #. Attempt to replace the system error with something friendlier #. if we can't copy an image over for editing in an external tool. #. Did we fail because we can't write to this directory? #. Yes - display an alternate error message here. -#: ../src/Dialogs.vala:115 +#: src/Dialogs.vala:127 #, c-format -msgid "Shotwell couldn't create a file for editing this photo because you do not have permission to write to %s." -msgstr "%s への書き込み権限がないため、Shotwellはこの写真を編集する際にファイルを作成することができませんでした。" +msgid "" +"Shotwell couldn’t create a file for editing this photo because you do not " +"have permission to write to %s." +msgstr "%s への書き込み権限がないため、Shotwellはこの写真を編集する際にファイルを作成できませんでした。" -#: ../src/Dialogs.vala:124 +#: src/Dialogs.vala:136 msgid "" "Unable to export the following photo due to a file error.\n" "\n" @@ -1374,7 +2926,7 @@ msgstr "" "ファイルエラーのため以下の写真をエクスポートできません。\n" "\n" -#: ../src/Dialogs.vala:130 +#: src/Dialogs.vala:142 msgid "" "\n" "\n" @@ -1384,243 +2936,234 @@ msgstr "" "\n" "エクスポートを続けますか?" -#. "Unmodified" and "Current," though they appear in the "Format:" popup menu, really -#. aren't formats so much as they are operating modes that determine specific formats. -#. Hereafter we'll refer to these as "special formats." -#: ../src/Dialogs.vala:147 -msgid "Unmodified" -msgstr "変更なし" - -#: ../src/Dialogs.vala:148 -msgid "Current" -msgstr "現在のフォーマット" - -#. layout controls -#: ../src/Dialogs.vala:212 -msgid "_Format:" -msgstr "フォーマット(_F):" - -#: ../src/Dialogs.vala:215 -msgid "_Quality:" -msgstr "品質(_Q):" - -#: ../src/Dialogs.vala:218 -msgid "_Scaling constraint:" -msgstr "サイズ変更の基準(_S):" - -#: ../src/Dialogs.vala:221 -msgid " _pixels" -msgstr " ピクセル(_P)" - -#: ../src/Dialogs.vala:229 -msgid "Export metadata" -msgstr "メタデータのエクスポート" +#: src/Dialogs.vala:143 +msgid "Con_tinue" +msgstr "続行(_T)" -#: ../src/Dialogs.vala:465 -msgid "Save Details..." -msgstr "詳細を保存..." +#: src/Dialogs.vala:153 +msgid "Save Details…" +msgstr "詳細を保存…" -#: ../src/Dialogs.vala:466 +#: src/Dialogs.vala:154 msgid "Save Details" msgstr "詳細を保存" -#: ../src/Dialogs.vala:481 +#: src/Dialogs.vala:169 #, c-format msgid "(and %d more)\n" msgstr "(その他 %d 個)\n" -#: ../src/Dialogs.vala:534 +#: src/Dialogs.vala:222 msgid "Import Results Report" msgstr "インポート結果のレポート" -#: ../src/Dialogs.vala:538 +#: src/Dialogs.vala:226 #, c-format msgid "Attempted to import %d file." msgid_plural "Attempted to import %d files." msgstr[0] "%d 個のファイルのインポートを試みました。" -#: ../src/Dialogs.vala:541 +#: src/Dialogs.vala:229 #, c-format msgid "Of these, %d file was successfully imported." msgid_plural "Of these, %d files were successfully imported." msgstr[0] "以下の %d 個のファイルのインポートに成功しました。" -#. +#. #. Duplicates -#. -#: ../src/Dialogs.vala:553 +#. +#: src/Dialogs.vala:241 msgid "Duplicate Photos/Videos Not Imported:" msgstr "重複した写真/動画はインポートされませんでした:" -#: ../src/Dialogs.vala:557 +#: src/Dialogs.vala:245 msgid "duplicates existing media item" msgstr "重複する既存のメディアアイテム" -#. +#. #. Files Not Imported Due to Camera Errors -#. -#: ../src/Dialogs.vala:568 +#. +#: src/Dialogs.vala:256 msgid "Photos/Videos Not Imported Due to Camera Errors:" msgstr "カメラ側のエラーにより写真/動画はインポートされませんでした:" -#: ../src/Dialogs.vala:571 ../src/Dialogs.vala:586 ../src/Dialogs.vala:601 -#: ../src/Dialogs.vala:617 ../src/Dialogs.vala:632 ../src/Dialogs.vala:646 +#: src/Dialogs.vala:259 src/Dialogs.vala:274 src/Dialogs.vala:289 +#: src/Dialogs.vala:305 src/Dialogs.vala:320 src/Dialogs.vala:334 msgid "error message:" msgstr "エラーメッセージ:" -#. +#. #. Files Not Imported Because They Weren't Recognized as Photos or Videos -#. -#: ../src/Dialogs.vala:582 -msgid "Files Not Imported Because They Weren't Recognized as Photos or Videos:" -msgstr "ファイルが認識できなかったため、写真もしくは動画をインポートできませんでした:" +#. +#: src/Dialogs.vala:270 +msgid "" +"Files Not Imported Because They Weren’t Recognized as Photos or Videos:" +msgstr "Shotwellが理解できる形式ではなかったため、写真と動画をインポートできませんでした:" -#. +#. #. Photos/Videos Not Imported Because They Weren't in a Format Shotwell Understands -#. -#: ../src/Dialogs.vala:597 -msgid "Photos/Videos Not Imported Because They Weren't in a Format Shotwell Understands:" -msgstr "Shotwellが理解できる形式ではなかったため、写真と動画をインポートできませんでした:" +#. +#: src/Dialogs.vala:285 +msgid "" +"Photos/Videos Not Imported Because They Weren’t in a Format Shotwell " +"Understands:" +msgstr "Shotwellが対応していないフォーマットのためインポートされなかった写真/動画:" -#. +#. #. Photos/Videos Not Imported Because Shotwell Couldn't Copy Them into its Library -#. -#: ../src/Dialogs.vala:612 -msgid "Photos/Videos Not Imported Because Shotwell Couldn't Copy Them into its Library:" +#. +#: src/Dialogs.vala:300 +msgid "" +"Photos/Videos Not Imported Because Shotwell Couldn’t Copy Them into its " +"Library:" msgstr "Shotwellがライブラリにコピーできないため、写真/動画をインポートできませんでした:" -#: ../src/Dialogs.vala:616 +#: src/Dialogs.vala:304 #, c-format msgid "" -"couldn't copy %s\n" +"couldn’t copy %s\n" "\tto %s" msgstr "" "%s をコピーできません。\n" "\tコピー先 %s" -#. +#. #. Photos/Videos Not Imported Because GDK Pixbuf Library Identified them as Corrupt -#. -#: ../src/Dialogs.vala:628 +#. +#: src/Dialogs.vala:316 msgid "Photos/Videos Not Imported Because Files Are Corrupt:" msgstr "ファイルが壊れているため、写真とビデオをインポートできませんでした:" -#. +#. #. Photos/Videos Not Imported for Other Reasons -#. -#: ../src/Dialogs.vala:643 +#. +#: src/Dialogs.vala:331 msgid "Photos/Videos Not Imported for Other Reasons:" msgstr "他の理由により写真/動画はインポートされませんでした:" -#: ../src/Dialogs.vala:663 +#: src/Dialogs.vala:351 #, c-format msgid "1 duplicate photo was not imported:\n" msgid_plural "%d duplicate photos were not imported:\n" msgstr[0] "%d 個の重複した写真はインポートされませんでした:\n" -#: ../src/Dialogs.vala:666 +#: src/Dialogs.vala:354 #, c-format msgid "1 duplicate video was not imported:\n" msgid_plural "%d duplicate videos were not imported:\n" msgstr[0] "%d 個の重複した動画はインポートされませんでした:\n" -#: ../src/Dialogs.vala:669 +#: src/Dialogs.vala:357 #, c-format msgid "1 duplicate photo/video was not imported:\n" msgid_plural "%d duplicate photos/videos were not imported:\n" msgstr[0] "%d 個の重複した写真/動画はインポートされませんでした:\n" -#: ../src/Dialogs.vala:683 +#: src/Dialogs.vala:371 #, c-format msgid "1 photo failed to import due to a file or hardware error:\n" msgid_plural "%d photos failed to import due to a file or hardware error:\n" msgstr[0] "ファイルまたはハードウェアエラーのため %d 個の写真のインポートに失敗しました:\n" -#: ../src/Dialogs.vala:686 +#: src/Dialogs.vala:374 #, c-format msgid "1 video failed to import due to a file or hardware error:\n" msgid_plural "%d videos failed to import due to a file or hardware error:\n" msgstr[0] "ファイルまたはハードウェアエラーのため %d 個の動画のインポートに失敗しました:\n" -#: ../src/Dialogs.vala:689 +#: src/Dialogs.vala:377 #, c-format msgid "1 photo/video failed to import due to a file or hardware error:\n" -msgid_plural "%d photos/videos failed to import due to a file or hardware error:\n" +msgid_plural "" +"%d photos/videos failed to import due to a file or hardware error:\n" msgstr[0] "ファイルまたはハードウェアエラーのため %d 個の写真/動画のインポートに失敗しました:\n" -#: ../src/Dialogs.vala:692 +#: src/Dialogs.vala:380 #, c-format msgid "1 file failed to import due to a file or hardware error:\n" msgid_plural "%d files failed to import due to a file or hardware error:\n" msgstr[0] "ファイルまたはハードウェアのエラーのため %d 個のファイルのインポートに失敗しました:\n" -#: ../src/Dialogs.vala:706 +#: src/Dialogs.vala:394 #, c-format -msgid "1 photo failed to import because the photo library folder was not writable:\n" -msgid_plural "%d photos failed to import because the photo library folder was not writable:\n" +msgid "" +"1 photo failed to import because the photo library folder was not writable:\n" +msgid_plural "" +"%d photos failed to import because the photo library folder was not " +"writable:\n" msgstr[0] "写真ライブラリのフォルダーが書き込み可能でないため %d 個の写真のインポートに失敗しました:\n" -#: ../src/Dialogs.vala:709 +#: src/Dialogs.vala:397 #, c-format -msgid "1 video failed to import because the photo library folder was not writable:\n" -msgid_plural "%d videos failed to import because the photo library folder was not writable:\n" +msgid "" +"1 video failed to import because the photo library folder was not writable:\n" +msgid_plural "" +"%d videos failed to import because the photo library folder was not " +"writable:\n" msgstr[0] "写真ライブラリのフォルダーが書き込み可能でないため %d 個の動画のインポートに失敗しました:\n" -#: ../src/Dialogs.vala:712 +#: src/Dialogs.vala:400 #, c-format -msgid "1 photo/video failed to import because the photo library folder was not writable:\n" -msgid_plural "%d photos/videos failed to import because the photo library folder was not writable:\n" +msgid "" +"1 photo/video failed to import because the photo library folder was not " +"writable:\n" +msgid_plural "" +"%d photos/videos failed to import because the photo library folder was not " +"writable:\n" msgstr[0] "写真ライブラリのフォルダーが書き込み可能でないため %d 個の写真/動画のインポートに失敗しました:\n" -#: ../src/Dialogs.vala:715 +#: src/Dialogs.vala:403 #, c-format -msgid "1 file failed to import because the photo library folder was not writable:\n" -msgid_plural "%d files failed to import because the photo library folder was not writable:\n" +msgid "" +"1 file failed to import because the photo library folder was not writable:\n" +msgid_plural "" +"%d files failed to import because the photo library folder was not " +"writable:\n" msgstr[0] "フォトライブラリフォルダーに書き込めなかったので、%d 個のファイルのインポートに失敗しました。\n" -#: ../src/Dialogs.vala:729 +#: src/Dialogs.vala:417 #, c-format msgid "1 photo failed to import due to a camera error:\n" msgid_plural "%d photos failed to import due to a camera error:\n" -msgstr[0] "カメラのエラーによって %d 個の写真のインポートに失敗しました:\n" +msgstr[0] "カメラのエラーのため %d 個の写真のインポートに失敗しました:\n" -#: ../src/Dialogs.vala:732 +#: src/Dialogs.vala:420 #, c-format msgid "1 video failed to import due to a camera error:\n" msgid_plural "%d videos failed to import due to a camera error:\n" msgstr[0] "カメラのエラーのため %d 個の動画のインポートに失敗しました:\n" -#: ../src/Dialogs.vala:735 +#: src/Dialogs.vala:423 #, c-format msgid "1 photo/video failed to import due to a camera error:\n" msgid_plural "%d photos/videos failed to import due to a camera error:\n" msgstr[0] "カメラのエラーのため %d 個の写真/動画のインポートに失敗しました:\n" -#: ../src/Dialogs.vala:738 +#: src/Dialogs.vala:426 #, c-format msgid "1 file failed to import due to a camera error:\n" msgid_plural "%d files failed to import due to a camera error:\n" msgstr[0] "カメラのエラーのため %d 個のファイルのインポートに失敗しました:\n" -#: ../src/Dialogs.vala:752 +#: src/Dialogs.vala:440 #, c-format msgid "1 photo failed to import because it was corrupt:\n" msgid_plural "%d photos failed to import because they were corrupt:\n" msgstr[0] "ファイルが壊れているため、 %d 個の写真のインポートに失敗しました:\n" -#: ../src/Dialogs.vala:755 +#: src/Dialogs.vala:443 #, c-format msgid "1 video failed to import because it was corrupt:\n" msgid_plural "%d videos failed to import because they were corrupt:\n" msgstr[0] "ファイルが壊れているため、 %d 個のビデオのインポートに失敗しました:\n" -#: ../src/Dialogs.vala:758 +#: src/Dialogs.vala:446 #, c-format msgid "1 photo/video failed to import because it was corrupt:\n" msgid_plural "%d photos/videos failed to import because they were corrupt:\n" msgstr[0] "ファイルが壊れているため、 %d 個の写真とビデオのインポートに失敗しました:\n" -#: ../src/Dialogs.vala:761 +#: src/Dialogs.vala:449 #, c-format msgid "1 file failed to import because it was corrupt:\n" msgid_plural "%d files failed to import because it was corrupt:\n" @@ -1630,7 +3173,7 @@ msgstr[0] "ファイルが壊れているため、%d 個のファイルのイン #. standard container formats are supported, it's just that the streams in them #. might or might not be interpretable), so this message does not need to be #. media specific -#: ../src/Dialogs.vala:778 +#: src/Dialogs.vala:466 #, c-format msgid "1 unsupported photo skipped:\n" msgid_plural "%d unsupported photos skipped:\n" @@ -1638,49 +3181,49 @@ msgstr[0] "%d 個のサポートされていない写真をスキップしまし #. we have no notion of "non-video" video files right now in Shotwell, so this #. message doesn't need to be media specific -#: ../src/Dialogs.vala:793 +#: src/Dialogs.vala:481 #, c-format msgid "1 non-image file skipped.\n" msgid_plural "%d non-image files skipped.\n" msgstr[0] "%d 個の画像以外のファイルをスキップしました。\n" -#: ../src/Dialogs.vala:804 +#: src/Dialogs.vala:492 #, c-format msgid "1 photo skipped due to user cancel:\n" msgid_plural "%d photos skipped due to user cancel:\n" msgstr[0] "ユーザーがキャンセルしたので %d 個の写真をスキップしました:\n" -#: ../src/Dialogs.vala:807 +#: src/Dialogs.vala:495 #, c-format msgid "1 video skipped due to user cancel:\n" msgid_plural "%d videos skipped due to user cancel:\n" msgstr[0] "ユーザーがキャンセルしたので %d 個の動画をスキップしました:\n" -#: ../src/Dialogs.vala:810 +#: src/Dialogs.vala:498 #, c-format msgid "1 photo/video skipped due to user cancel:\n" msgid_plural "%d photos/videos skipped due to user cancel:\n" msgstr[0] "ユーザーがキャンセルしたので %d 個の写真/動画をスキップしました:\n" -#: ../src/Dialogs.vala:813 +#: src/Dialogs.vala:501 #, c-format msgid "1 file skipped due to user cancel:\n" msgid_plural "%d file skipped due to user cancel:\n" msgstr[0] "ユーザーがキャンセルしたので %d 個のファイルをスキップしました:\n" -#: ../src/Dialogs.vala:827 +#: src/Dialogs.vala:515 #, c-format msgid "1 photo successfully imported.\n" msgid_plural "%d photos successfully imported.\n" msgstr[0] "%d 枚の写真のインポートが完了しました。\n" -#: ../src/Dialogs.vala:830 +#: src/Dialogs.vala:518 #, c-format msgid "1 video successfully imported.\n" msgid_plural "%d videos successfully imported.\n" msgstr[0] "%d 個の動画のインポートが完了しました。\n" -#: ../src/Dialogs.vala:833 +#: src/Dialogs.vala:521 #, c-format msgid "1 photo/video successfully imported.\n" msgid_plural "%d photos/videos successfully imported.\n" @@ -1688,171 +3231,324 @@ msgstr[0] "%d 個の写真/動画のインポートが完了しました。\n" #. if no media items were imported at all (i.e. an empty directory attempted), need to at least #. report that nothing was imported -#: ../src/Dialogs.vala:849 +#: src/Dialogs.vala:537 msgid "No photos or videos imported.\n" msgstr "インポートした写真または動画はありません。\n" -#: ../src/Dialogs.vala:856 ../src/Dialogs.vala:875 +#: src/Dialogs.vala:544 src/Dialogs.vala:563 msgid "Import Complete" msgstr "インポート完了" -#: ../src/Dialogs.vala:1161 -#, c-format -msgid "%d second" -msgid_plural "%d seconds" -msgstr[0] "%d 秒" - -#: ../src/Dialogs.vala:1164 -#, c-format -msgid "%d minute" -msgid_plural "%d minutes" -msgstr[0] "%d 分" - -#: ../src/Dialogs.vala:1168 -#, c-format -msgid "%d hour" -msgid_plural "%d hours" -msgstr[0] "%d 時間" - -#: ../src/Dialogs.vala:1171 -msgid "1 day" -msgstr "1 日" - -#: ../src/Dialogs.vala:1319 ../src/Resources.vala:203 +#: src/Dialogs.vala:663 src/Resources.vala:201 msgid "Rename Event" msgstr "イベント名の変更" -#: ../src/Dialogs.vala:1319 +#: src/Dialogs.vala:663 msgid "Name:" msgstr "名前:" -#: ../src/Dialogs.vala:1329 ../src/Resources.vala:272 +#. Dialog title +#: src/Dialogs.vala:674 +msgctxt "Dialog Title" msgid "Edit Title" msgstr "タイトルの編集" -#: ../src/Dialogs.vala:1329 ../src/Properties.vala:340 +#: src/Dialogs.vala:675 src/Properties.vala:347 msgid "Title:" msgstr "タイトル:" -#: ../src/Dialogs.vala:1343 ../src/Resources.vala:278 +#. Dialog title +#: src/Dialogs.vala:691 src/Resources.vala:277 msgid "Edit Event Comment" msgstr "イベントコメントの編集" -#: ../src/Dialogs.vala:1343 +#: src/Dialogs.vala:692 msgid "Edit Photo/Video Comment" msgstr "写真/動画コメントの編集" -#: ../src/Dialogs.vala:1344 ../src/Properties.vala:630 +#: src/Dialogs.vala:693 src/Properties.vala:645 msgid "Comment:" msgstr "コメント" -#: ../src/Dialogs.vala:1360 +#: src/Dialogs.vala:709 msgid "Remove and _Trash File" msgid_plural "Remove and _Trash Files" msgstr[0] "ファイルをゴミ箱に捨てる(_T)" -#: ../src/Dialogs.vala:1364 +#: src/Dialogs.vala:713 msgid "_Remove From Library" msgstr "ライブラリから削除(_R)" -#: ../src/Dialogs.vala:1384 ../src/camera/ImportPage.vala:1739 -msgid "_Keep" -msgstr "保持する(_K)" - -#: ../src/Dialogs.vala:1407 +#: src/Dialogs.vala:756 msgid "Revert External Edit?" msgstr "外部での編集を元に戻しますか?" -#: ../src/Dialogs.vala:1407 +#: src/Dialogs.vala:756 msgid "Revert External Edits?" msgstr "外部での編集を元に戻しますか?" -#: ../src/Dialogs.vala:1409 +#: src/Dialogs.vala:758 #, c-format -msgid "This will destroy all changes made to the external file. Continue?" -msgid_plural "This will destroy all changes made to %d external files. Continue?" -msgstr[0] "実行すると %d 個の外部ファイルに対して行ったすべての変更点を破棄します。続けますか?" +msgid "This will destroy all changes made to the external file. Continue?" +msgid_plural "" +"This will destroy all changes made to %d external files. Continue?" +msgstr[0] "%d 個の外部ファイルへの変更を破棄します。続けますか?" -#: ../src/Dialogs.vala:1413 +#: src/Dialogs.vala:762 msgid "Re_vert External Edit" msgstr "外部での編集を元に戻す(_V)" -#: ../src/Dialogs.vala:1413 +#: src/Dialogs.vala:762 msgid "Re_vert External Edits" msgstr "外部での編集を元に戻す(_V)" -#: ../src/Dialogs.vala:1434 +#: src/Dialogs.vala:783 #, c-format -msgid "This will remove the photo from the library. Continue?" -msgid_plural "This will remove %d photos from the library. Continue?" -msgstr[0] "実行するとライブラリから %d 個の写真を削除します。続けますか?" +msgid "This will remove the photo from the library. Continue?" +msgid_plural "This will remove %d photos from the library. Continue?" +msgstr[0] "ライブラリから %d 個の写真を削除します。続けますか?" -#: ../src/Dialogs.vala:1441 +#: src/Dialogs.vala:790 src/Resources.vala:143 msgid "_Remove" msgstr "削除(_R)" -#: ../src/Dialogs.vala:1442 +#: src/Dialogs.vala:791 msgid "Remove Photo From Library" msgstr "ライブラリから写真を削除" -#: ../src/Dialogs.vala:1442 +#: src/Dialogs.vala:791 msgid "Remove Photos From Library" msgstr "ライブラリから写真を削除" -#: ../src/Dialogs.vala:1535 +#: src/Dialogs.vala:811 #, c-format -msgid "%d%%" -msgstr "%d%%" +msgid "" +"\n" +"\n" +"And %d other." +msgid_plural "" +"\n" +"\n" +"And %d others." +msgstr[0] "" +"\n" +"\n" +"その他 %d 個" + +#: src/Dialogs.vala:835 src/Dialogs.vala:862 +msgid "Tags (separated by commas):" +msgstr "タグ (カンマ区切り):" + +#. This function is used to determine whether or not files should be copied or linked when imported. +#. Returns ACCEPT for copy, REJECT for link, and CANCEL for (drum-roll) cancel. +#: src/Dialogs.vala:921 +msgid "" +"Shotwell can copy the photos into your library folder or it can import them " +"without copying." +msgstr "Shotwell はライブラリフォルダーに写真をコピーしたり、写真をコピーせずにインポートすることもできます。" + +#: src/Dialogs.vala:926 +msgid "Co_py Photos" +msgstr "写真をコピー(_P)" + +#: src/Dialogs.vala:927 +msgid "_Import in Place" +msgstr "元の場所でインポート(_I)" + +#: src/Dialogs.vala:928 +msgid "Import to Library" +msgstr "ライブラリにインポート" + +#: src/Dialogs.vala:938 src/PhotoPage.vala:2897 +msgid "Remove From Library" +msgstr "ライブラリから削除" + +#: src/Dialogs.vala:939 src/PhotoPage.vala:2897 +msgid "Removing Photo From Library" +msgstr "ライブラリから写真を削除しています" + +#: src/Dialogs.vala:939 +msgid "Removing Photos From Library" +msgstr "ライブラリから写真を削除しています" + +#: src/Dialogs.vala:953 +#, c-format +msgid "" +"This will remove the photo/video from your Shotwell library. Would you also " +"like to move the file to your desktop trash?\n" +"\n" +"This action cannot be undone." +msgid_plural "" +"This will remove %d photos/videos from your Shotwell library. Would you also " +"like to move the files to your desktop trash?\n" +"\n" +"This action cannot be undone." +msgstr[0] "" +"Shotwellのライブラリから %d 個の写真と動画を削除します。ファイルをデスクトッ" +"プのゴミ箱に移動しますか?\n" +"\n" +"この操作は元に戻すことができません。" + +#: src/Dialogs.vala:957 +#, c-format +msgid "" +"This will remove the video from your Shotwell library. Would you also like " +"to move the file to your desktop trash?\n" +"\n" +"This action cannot be undone." +msgid_plural "" +"This will remove %d videos from your Shotwell library. Would you also like " +"to move the files to your desktop trash?\n" +"\n" +"This action cannot be undone." +msgstr[0] "" +"Shotwellのライブラリから %d 個の動画を削除します。ファイルをデスクトップのゴ" +"ミ箱に移動しますか?\n" +"\n" +"この操作は元に戻すことができません。" + +#: src/Dialogs.vala:961 +#, c-format +msgid "" +"This will remove the photo from your Shotwell library. Would you also like " +"to move the file to your desktop trash?\n" +"\n" +"This action cannot be undone." +msgid_plural "" +"This will remove %d photos from your Shotwell library. Would you also like " +"to move the files to your desktop trash?\n" +"\n" +"This action cannot be undone." +msgstr[0] "" +"Shotwellのライブラリから %d 個の写真を削除します。ファイルをデスクトップのゴ" +"ミ箱に移動しますか?\n" +"\n" +"この操作は元に戻すことができません。" + +#: src/Dialogs.vala:993 +#, c-format +msgid "" +"The photo or video cannot be moved to your desktop trash. Delete this file?" +msgid_plural "" +"%d photos/videos cannot be moved to your desktop trash. Delete these files?" +msgstr[0] "" +"%d 個の写真/動画をデスクトップのゴミ箱に移動できません。これらのファイルを削除しますか?" + +#. Alert the user that the files were not removed. +#: src/Dialogs.vala:1010 +#, c-format +msgid "The photo or video cannot be deleted." +msgid_plural "%d photos/videos cannot be deleted." +msgstr[0] "%d 個の写真/動画を削除できません。" + +#: src/Dimensions.vala:23 +msgid "Width" +msgstr "幅" + +#: src/Dimensions.vala:26 +msgid "Height" +msgstr "高さ" + +#: src/direct/DirectPhotoPage.vala:99 +#, c-format +msgid "%s does not exist." +msgstr "%s は存在しません。" + +#: src/direct/DirectPhotoPage.vala:101 +#, c-format +msgid "%s is not a file." +msgstr "%s はファイルではありません。" + +#: src/direct/DirectPhotoPage.vala:103 +#, c-format +msgid "" +"%s does not support the file format of\n" +"%s." +msgstr "" +"%s は以下のファイルフォーマットをサポートしていません。\n" +"%s" + +#: src/direct/DirectPhotoPage.vala:120 +#, c-format +msgid "Unable open photo %s. Sorry." +msgstr "写真 %s を開けません。申し訳ございません。" -#: ../src/Dialogs.vala:1682 +#: src/direct/DirectPhotoPage.vala:316 src/Resources.vala:145 ui/direct.ui:8 +#: ui/textentrydialog.ui:33 +msgid "_Save" +msgstr "保存(_S)" + +#: src/direct/DirectPhotoPage.vala:316 +msgid "_Save a Copy" +msgstr "コピーを保存(_S)" + +#: src/direct/DirectPhotoPage.vala:319 +#, c-format +msgid "Lose changes to %s?" +msgstr "%s への変更を破棄しますか?" + +#: src/direct/DirectPhotoPage.vala:320 +msgid "Close _without Saving" +msgstr "保存せずに閉じる(_W)" + +#: src/direct/DirectPhotoPage.vala:353 +#, c-format +msgid "Error while saving to %s: %s" +msgstr "%s に保存する際にエラーが発生しました: %s" + +#: src/direct/DirectPhotoPage.vala:383 src/direct/DirectPhotoPage.vala:404 +msgid "Save As" +msgstr "別名で保存" + +#. verify this is a directory +#: src/DirectoryMonitor.vala:891 +#, c-format +msgid "Unable to monitor %s: Not a directory (%s)" +msgstr "%s をモニターできません: ディレクトリではありません (%s)" + +#: src/dialogs/AdjustDateTimeDialog.vala:78 msgid "AM" msgstr "午前" -#: ../src/Dialogs.vala:1683 +#: src/dialogs/AdjustDateTimeDialog.vala:79 msgid "PM" msgstr "午後" -#: ../src/Dialogs.vala:1684 +#: src/dialogs/AdjustDateTimeDialog.vala:80 msgid "24 Hr" msgstr "24 時間" -#: ../src/Dialogs.vala:1699 +#: src/dialogs/AdjustDateTimeDialog.vala:95 msgid "_Shift photos/videos by the same amount" msgstr "写真/動画を同じ時間だけずらす(_S)" -#: ../src/Dialogs.vala:1704 +#: src/dialogs/AdjustDateTimeDialog.vala:100 msgid "Set _all photos/videos to this time" msgstr "すべての写真/動画をこの時刻に設定する(_A)" -#: ../src/Dialogs.vala:1711 +#: src/dialogs/AdjustDateTimeDialog.vala:106 msgid "_Modify original photo file" -msgstr "最初の写真ファイルを修正する(_M)" - -#: ../src/Dialogs.vala:1711 -msgid "_Modify original photo files" -msgstr "最初の写真ファイルを修正する(_M)" +msgid_plural "_Modify original photo files" +msgstr[0] "オリジナルの写真ファイルを変更する(_M)" -#: ../src/Dialogs.vala:1714 +#: src/dialogs/AdjustDateTimeDialog.vala:110 msgid "_Modify original file" -msgstr "オリジナルのファイルを変更する(_M)" +msgid_plural "_Modify original files" +msgstr[0] "オリジナルのファイルを変更する(_M)" -#: ../src/Dialogs.vala:1714 -msgid "_Modify original files" -msgstr "オリジナルのファイルを変更(_M)" - -#: ../src/Dialogs.vala:1800 +#: src/dialogs/AdjustDateTimeDialog.vala:213 msgid "Original: " msgstr "オリジナル: " -#: ../src/Dialogs.vala:1801 +#: src/dialogs/AdjustDateTimeDialog.vala:214 msgid "%m/%d/%Y, %H:%M:%S" msgstr "%Y年%m月%d日 %H:%M:%S" -#: ../src/Dialogs.vala:1802 +#: src/dialogs/AdjustDateTimeDialog.vala:215 msgid "%m/%d/%Y, %I:%M:%S %p" msgstr "%Y年%m月%d日 %p %I:%M:%S" -#: ../src/Dialogs.vala:1891 +#: src/dialogs/AdjustDateTimeDialog.vala:306 #, c-format msgid "" "Exposure time will be shifted forward by\n" @@ -1861,7 +3557,7 @@ msgstr "" "撮影時刻を以下の時間だけ未来に進めます\n" "%d %s %d %s %d %s %d %s" -#: ../src/Dialogs.vala:1892 +#: src/dialogs/AdjustDateTimeDialog.vala:307 #, c-format msgid "" "Exposure time will be shifted backward by\n" @@ -1870,2738 +3566,2660 @@ msgstr "" "撮影時刻を以下の時間だけ過去に戻します\n" "%d %s %d %s %d %s %d %s" -#: ../src/Dialogs.vala:1894 +#: src/dialogs/AdjustDateTimeDialog.vala:309 msgid "day" msgid_plural "days" msgstr[0] "日" -#: ../src/Dialogs.vala:1895 +#: src/dialogs/AdjustDateTimeDialog.vala:310 msgid "hour" msgid_plural "hours" msgstr[0] "時間" -#: ../src/Dialogs.vala:1896 +#: src/dialogs/AdjustDateTimeDialog.vala:311 msgid "minute" msgid_plural "minutes" msgstr[0] "分" -#: ../src/Dialogs.vala:1897 +#: src/dialogs/AdjustDateTimeDialog.vala:312 msgid "second" msgid_plural "seconds" msgstr[0] "秒" -#: ../src/Dialogs.vala:1941 -#, c-format -msgid "" -"\n" -"\n" -"And %d other." -msgid_plural "" -"\n" -"\n" -"And %d others." -msgstr[0] "" -"\n" -"\n" -"その他 %d 個" - -#: ../src/Dialogs.vala:1963 ../src/Dialogs.vala:1990 -msgid "Tags (separated by commas):" -msgstr "タグ (カンマ区切り):" - -#: ../src/Dialogs.vala:2070 -msgid "Welcome!" -msgstr "ようこそ!" - -#: ../src/Dialogs.vala:2077 -msgid "Welcome to Shotwell!" -msgstr "ようこそ Shotwell へ!" - -#: ../src/Dialogs.vala:2081 -msgid "To get started, import photos in any of these ways:" -msgstr "始めるには、いずれかの方法で写真をインポートしてください:" - -#: ../src/Dialogs.vala:2100 -#, c-format -msgid "Choose File %s Import From Folder" -msgstr "ファイル %s をフォルダーからインポート を選択する" +#. "Unmodified" and "Current," though they appear in the "Format:" popup menu, really +#. aren't formats so much as they are operating modes that determine specific formats. +#. Hereafter we'll refer to these as "special formats." +#: src/dialogs/ExportDialog.vala:15 +msgid "Unmodified" +msgstr "変更なし" -#: ../src/Dialogs.vala:2101 -msgid "Drag and drop photos onto the Shotwell window" -msgstr "Shotwell ウィンドウに写真をドラッグアンドドロップする" +#: src/dialogs/ExportDialog.vala:16 +msgid "Current" +msgstr "現在のフォーマット" -#: ../src/Dialogs.vala:2102 -msgid "Connect a camera to your computer and import" -msgstr "コンピューターにカメラを接続してインポートする" +#. layout controls +#: src/dialogs/ExportDialog.vala:90 +msgid "_Format:" +msgstr "フォーマット(_F):" -#: ../src/Dialogs.vala:2112 -#, c-format -msgid "_Import photos from your %s folder" -msgstr "%s フォルダーから写真をインポート(_I)" +#: src/dialogs/ExportDialog.vala:93 +msgid "_Quality:" +msgstr "品質(_Q):" -#: ../src/Dialogs.vala:2119 -msgid "You can also import photos in any of these ways:" -msgstr "いずれかの方法で写真をインポートすることができます:" +#: src/dialogs/ExportDialog.vala:96 +msgid "_Scaling constraint:" +msgstr "サイズ変更の基準(_S):" -#: ../src/Dialogs.vala:2129 -msgid "_Don't show this message again" -msgstr "このメッセージを再び表示しない(_D)" +#: src/dialogs/ExportDialog.vala:99 +msgid "_Pixels:" +msgstr "ピクセル(_P):" -#: ../src/Dialogs.vala:2164 -#, c-format -msgid "Import photos from your %s library" -msgstr "%s ライブラリから写真をインポート" +#: src/dialogs/ExportDialog.vala:103 +msgid "Export _metadata:" +msgstr "メタデータのエクスポート(_M):" #. We're installed system-wide, so use the system help. #. We're being run from the build directory; we'll have to handle clicks to this -#. link manually ourselves, due to a limitation ghelp: URIs. -#: ../src/Dialogs.vala:2308 ../src/Dialogs.vala:2312 +#. link manually ourselves, due to a limitation of help: URIs. +#: src/dialogs/Preferences.vala:108 src/dialogs/Preferences.vala:112 msgid "(Help)" msgstr "(ヘルプ)" -#: ../src/Dialogs.vala:2321 +#: src/dialogs/Preferences.vala:116 #, c-format msgid "Year%sMonth%sDay" msgstr "年%s月%s日" -#: ../src/Dialogs.vala:2323 +#: src/dialogs/Preferences.vala:118 #, c-format msgid "Year%sMonth" msgstr "年%s月" -#: ../src/Dialogs.vala:2325 +#: src/dialogs/Preferences.vala:120 #, c-format msgid "Year%sMonth-Day" msgstr "年%s月-日" -#: ../src/Dialogs.vala:2327 +#: src/dialogs/Preferences.vala:122 msgid "Year-Month-Day" msgstr "年-月-日" -#: ../src/Dialogs.vala:2328 ../src/editing_tools/EditingTools.vala:781 +#: src/dialogs/Preferences.vala:123 src/editing_tools/EditingTools.vala:760 msgid "Custom" msgstr "カスタム" #. Invalid pattern. -#: ../src/Dialogs.vala:2565 +#: src/dialogs/Preferences.vala:351 msgid "Invalid pattern" msgstr "無効なパターン" -#. This function is used to determine whether or not files should be copied or linked when imported. -#. Returns ACCEPT for copy, REJECT for link, and CANCEL for (drum-roll) cancel. -#: ../src/Dialogs.vala:2668 -msgid "Shotwell can copy the photos into your library folder or it can import them without copying." -msgstr "Shotwell はライブラリフォルダーに写真をコピーしたり、写真をコピーせずにインポートすることもできます。" - -#: ../src/Dialogs.vala:2673 -msgid "Co_py Photos" -msgstr "写真をコピー(_P)" - -#: ../src/Dialogs.vala:2674 -msgid "_Import in Place" -msgstr "元の場所でインポート(_I)" - -#: ../src/Dialogs.vala:2675 -msgid "Import to Library" -msgstr "ライブラリにインポート" - -#: ../src/Dialogs.vala:2685 ../src/PhotoPage.vala:3086 -msgid "Remove From Library" -msgstr "ライブラリから削除" - -#: ../src/Dialogs.vala:2686 ../src/PhotoPage.vala:3086 -msgid "Removing Photo From Library" -msgstr "ライブラリから写真を削除しています" - -#: ../src/Dialogs.vala:2686 -msgid "Removing Photos From Library" -msgstr "ライブラリから写真を削除しています" - -#: ../src/Dialogs.vala:2700 +#: src/dialogs/ProgressDialog.vala:97 #, c-format -msgid "" -"This will remove the photo/video from your Shotwell library. Would you also like to move the file to your desktop trash?\n" -"\n" -"This action cannot be undone." -msgid_plural "" -"This will remove %d photos/videos from your Shotwell library. Would you also like to move the files to your desktop trash?\n" -"\n" -"This action cannot be undone." -msgstr[0] "" -"実行すると Shotwell ライブラリから %d 個の写真/動画を削除します。ファイルをデスクトップのゴミ箱にも移動しますか?\n" -"\n" -"このアクションは元に戻せません。" +msgid "%d%%" +msgstr "%d%%" -#: ../src/Dialogs.vala:2704 +#: src/dialogs/SetBackgroundSlideshow.vala:49 #, c-format -msgid "" -"This will remove the video from your Shotwell library. Would you also like to move the file to your desktop trash?\n" -"\n" -"This action cannot be undone." -msgid_plural "" -"This will remove %d videos from your Shotwell library. Would you also like to move the files to your desktop trash?\n" -"\n" -"This action cannot be undone." -msgstr[0] "" -"実行すると Shotwell ライブラリから %d 個の動画を削除します。ファイルをデスクトップのゴミ箱にも移動しますか?\n" -"\n" -"このアクションは元に戻せません。" +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "%d 秒" -#: ../src/Dialogs.vala:2708 +#: src/dialogs/SetBackgroundSlideshow.vala:52 #, c-format -msgid "" -"This will remove the photo from your Shotwell library. Would you also like to move the file to your desktop trash?\n" -"\n" -"This action cannot be undone." -msgid_plural "" -"This will remove %d photos from your Shotwell library. Would you also like to move the files to your desktop trash?\n" -"\n" -"This action cannot be undone." -msgstr[0] "" -"実行すると Shotwell ライブラリから %d 個の写真を削除します。ファイルをデスクトップのゴミ箱にも移動しますか?\n" -"\n" -"このアクションは元に戻せません。" +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d 分" -#: ../src/Dialogs.vala:2740 +#: src/dialogs/SetBackgroundSlideshow.vala:56 #, c-format -msgid "The photo or video cannot be moved to your desktop trash. Delete this file?" -msgid_plural "%d photos/videos cannot be moved to your desktop trash. Delete these files?" -msgstr[0] "%d 個の写真/動画をデスクトップのゴミ箱に移動できませんでした。これらのファイルを削除しますか?" +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d 時間" -#. Alert the user that the files were not removed. -#: ../src/Dialogs.vala:2757 -#, c-format -msgid "The photo or video cannot be deleted." -msgid_plural "%d photos/videos cannot be deleted." -msgstr[0] "%d 個の写真/動画を削除できません。" +#: src/dialogs/SetBackgroundSlideshow.vala:59 +msgid "1 day" +msgstr "1 日" -#: ../src/Dimensions.vala:23 -msgid "Width" -msgstr "幅" +#: src/dialogs/WelcomeDialog.vala:35 +msgid "Welcome!" +msgstr "ようこそ!" -#: ../src/Dimensions.vala:26 -msgid "Height" -msgstr "高さ" +#: src/dialogs/WelcomeDialog.vala:42 +msgid "Welcome to Shotwell!" +msgstr "ようこそ Shotwell へ!" -#. verify this is a directory -#: ../src/DirectoryMonitor.vala:889 -#, c-format -msgid "Unable to monitor %s: Not a directory (%s)" -msgstr "%s をモニターできません: ディレクトリではありません (%s)" +#: src/dialogs/WelcomeDialog.vala:47 +msgid "To get started, import photos in any of these ways:" +msgstr "始めるには、いずれかの方法で写真をインポートしてください:" -#. if no name, pretty up the start time -#: ../src/Event.vala:751 +#: src/dialogs/WelcomeDialog.vala:67 #, c-format -msgid "Event %s" -msgstr "イベント %s" +msgid "Choose File %s Import From Folder" +msgstr "ファイル %s をフォルダーからインポート を選択する" -#: ../src/Exporter.vala:232 -#, c-format -msgid "Unable to generate a temporary file for %s: %s" -msgstr "%s 用の一時ファイルを作成できません: %s" +#: src/dialogs/WelcomeDialog.vala:68 +msgid "Drag and drop photos onto the Shotwell window" +msgstr "Shotwell ウィンドウに写真をドラッグアンドドロップする" -#: ../src/Exporter.vala:299 -msgid "Exporting" -msgstr "エクスポート中" +#: src/dialogs/WelcomeDialog.vala:69 +msgid "Connect a camera to your computer and import" +msgstr "コンピューターにカメラを接続してインポートする" -#: ../src/Exporter.vala:317 +#: src/dialogs/WelcomeDialog.vala:80 #, c-format -msgid "File %s already exists. Replace?" -msgstr "ファイル %s はすでに存在します。置き換えますか?" - -#: ../src/Exporter.vala:319 -msgid "_Skip" -msgstr "スキップ(_S)" - -#: ../src/Exporter.vala:319 -msgid "_Replace" -msgstr "置き換える(_R)" +msgid "_Import photos from your %s folder" +msgstr "%s フォルダーから写真をインポート(_I)" -#: ../src/Exporter.vala:319 -msgid "Replace _All" -msgstr "すべて置き換える(_A)" +#: src/dialogs/WelcomeDialog.vala:87 +msgid "You can also import photos in any of these ways:" +msgstr "いずれかの方法で写真をインポートすることができます:" -#: ../src/Exporter.vala:319 -msgid "Export" -msgstr "エクスポート" +#: src/dialogs/WelcomeDialog.vala:98 +msgid "_Don’t show this message again" +msgstr "このメッセージを今後表示しない(_D)" -#: ../src/MediaMonitor.vala:400 +#: src/dialogs/WelcomeDialog.vala:135 #, c-format -msgid "Unable to process monitoring updates: %s" -msgstr "アップデートの監視を処理できませんでした: %s" - -#: ../src/MediaPage.vala:143 -msgid "Adjust the size of the thumbnails" -msgstr "サムネイルのサイズを調整します" - -#: ../src/MediaPage.vala:325 ../src/PhotoPage.vala:2590 -#: ../src/direct/DirectPhotoPage.vala:174 -msgid "Zoom _In" -msgstr "拡大(_I)" - -#: ../src/MediaPage.vala:326 -msgid "Increase the magnification of the thumbnails" -msgstr "サムネイルの倍率を上げます" - -#: ../src/MediaPage.vala:331 ../src/PhotoPage.vala:2596 -#: ../src/direct/DirectPhotoPage.vala:180 -msgid "Zoom _Out" -msgstr "縮小(_O)" - -#: ../src/MediaPage.vala:332 -msgid "Decrease the magnification of the thumbnails" -msgstr "サムネイルの倍率を下げます" - -#: ../src/MediaPage.vala:399 -msgid "Sort _Photos" -msgstr "写真の並び替え(_P)" - -#: ../src/MediaPage.vala:408 -msgid "_Play Video" -msgstr "動画の再生(_P)" - -#: ../src/MediaPage.vala:409 -msgid "Open the selected videos in the system video player" -msgstr "システムの動画プレイヤーで選択された動画を開きます" - -#: ../src/MediaPage.vala:413 ../src/PhotoPage.vala:2639 -msgid "_Developer" -msgstr "現像(_D)" - -#: ../src/MediaPage.vala:425 ../src/camera/Branch.vala:101 -#: ../src/camera/ImportPage.vala:711 ../src/camera/ImportPage.vala:727 -#: ../src/photos/RawSupport.vala:300 -msgid "Camera" -msgstr "カメラ" - -#: ../src/MediaPage.vala:436 ../src/camera/ImportPage.vala:872 -msgid "_Titles" -msgstr "タイトル(_T)" - -#: ../src/MediaPage.vala:437 ../src/camera/ImportPage.vala:873 -msgid "Display the title of each photo" -msgstr "写真のタイトルを表示します" - -#: ../src/MediaPage.vala:442 ../src/events/EventsDirectoryPage.vala:130 -msgid "_Comments" -msgstr "コメント(_C)" - -#: ../src/MediaPage.vala:443 -msgid "Display the comment of each photo" -msgstr "各写真のコメントを表示します" - -#: ../src/MediaPage.vala:454 ../src/library/LibraryWindow.vala:376 -msgid "Ta_gs" -msgstr "タグ(_G)" - -#: ../src/MediaPage.vala:455 -msgid "Display each photo's tags" -msgstr "写真のタグを表示します" - -#: ../src/MediaPage.vala:471 -msgid "By _Title" -msgstr "タイトルで並び替え(_T)" +msgid "Import photos from your %s library" +msgstr "%s ライブラリから写真をインポート" -#: ../src/MediaPage.vala:472 -msgid "Sort photos by title" -msgstr "写真をタイトルで並び替える" +#: src/editing_tools/EditingTools.vala:644 +msgid "Return to current photo dimensions" +msgstr "現在の写真サイズに戻す" -#: ../src/MediaPage.vala:477 -msgid "By Exposure _Date" -msgstr "撮影日で並び替え(_D)" +#: src/editing_tools/EditingTools.vala:647 +msgid "Set the crop for this photo" +msgstr "この写真の切り抜きを設定" -#: ../src/MediaPage.vala:478 -msgid "Sort photos by exposure date" -msgstr "写真を撮影日で並び替える" +#: src/editing_tools/EditingTools.vala:659 +msgid "Pivot the crop rectangle between portrait and landscape orientations" +msgstr "切り抜く長方形の縦方向と横方向を回転させます" -#: ../src/MediaPage.vala:483 -msgid "By _Rating" -msgstr "評価で並び替え(_R)" +#: src/editing_tools/EditingTools.vala:732 +msgid "Unconstrained" +msgstr "制限なし" -#: ../src/MediaPage.vala:484 -msgid "Sort photos by rating" -msgstr "写真を評価で並び替える" +#: src/editing_tools/EditingTools.vala:733 +msgid "Square" +msgstr "正方形" -#: ../src/MediaPage.vala:494 ../src/library/LibraryWindow.vala:422 -msgid "_Ascending" -msgstr "昇順(_A)" +#: src/editing_tools/EditingTools.vala:734 +msgid "Screen" +msgstr "画面" -#: ../src/MediaPage.vala:495 ../src/library/LibraryWindow.vala:423 -msgid "Sort photos in an ascending order" -msgstr "写真を昇順で並び替える" +#: src/editing_tools/EditingTools.vala:736 +#: src/editing_tools/EditingTools.vala:739 +#: src/editing_tools/EditingTools.vala:749 +#: src/editing_tools/EditingTools.vala:759 +msgid "-" +msgstr "-" -#: ../src/MediaPage.vala:500 ../src/library/LibraryWindow.vala:429 -msgid "D_escending" -msgstr "降順(_E)" +#: src/editing_tools/EditingTools.vala:737 +msgid "SD Video (4 ∶ 3)" +msgstr "SD動画 (4 ∶ 3)" -#: ../src/MediaPage.vala:501 ../src/library/LibraryWindow.vala:430 -msgid "Sort photos in a descending order" -msgstr "写真を降順で並び替える" +#: src/editing_tools/EditingTools.vala:738 +msgid "HD Video (16 ∶ 9)" +msgstr "HD動画 (16 ∶ 9)" -#: ../src/MediaPage.vala:702 -#, c-format -msgid "" -"Shotwell was unable to play the selected video:\n" -"%s" +#: src/editing_tools/EditingTools.vala:740 src/Printing.vala:792 +msgid "Wallet (2 × 3 in.)" msgstr "" -"Shotwell は選択された動画を再生できませんでした:\n" -"%s" -#: ../src/Page.vala:1268 -msgid "No photos/videos" -msgstr "写真/動画がありません" +#: src/editing_tools/EditingTools.vala:741 src/Printing.vala:795 +msgid "Notecard (3 × 5 in.)" +msgstr "" -#: ../src/Page.vala:1272 -msgid "No photos/videos found" -msgstr "写真/動画が見つかりません" +#: src/editing_tools/EditingTools.vala:742 src/Printing.vala:798 +msgid "4 × 6 in." +msgstr "" -#: ../src/Page.vala:2573 -msgid "Photos cannot be exported to this directory." -msgstr "写真をこのディレクトリにエクスポートできません。" +#: src/editing_tools/EditingTools.vala:743 src/Printing.vala:801 +msgid "5 × 7 in." +msgstr "" -#: ../src/Photo.vala:3656 -msgid "modified" -msgstr "変更済み" +#: src/editing_tools/EditingTools.vala:744 src/Printing.vala:804 +msgid "8 × 10 in." +msgstr "" -#. previous button -#: ../src/PhotoPage.vala:532 -msgid "Previous photo" -msgstr "前の写真" +#: src/editing_tools/EditingTools.vala:745 +msgid "Letter (8.5 × 11 in.)" +msgstr "レター (8.5 × 11 in.)" -#. next button -#: ../src/PhotoPage.vala:537 -msgid "Next photo" -msgstr "次の写真" +#: src/editing_tools/EditingTools.vala:746 src/Printing.vala:807 +msgid "11 × 14 in." +msgstr "" -#: ../src/PhotoPage.vala:1844 -#, c-format -msgid "Photo source file missing: %s" -msgstr "元の写真ファイルが見つかりません: %s" +#: src/editing_tools/EditingTools.vala:747 +msgid "Tabloid (11 × 17 in.)" +msgstr "タブロイド (11 × 17 in.)" -#: ../src/PhotoPage.vala:2411 ../src/direct/DirectPhotoPage.vala:165 -#: ../src/library/LibraryWindow.vala:360 -msgid "_View" -msgstr "表示(_V)" +#: src/editing_tools/EditingTools.vala:748 src/Printing.vala:810 +msgid "16 × 20 in." +msgstr "" -#: ../src/PhotoPage.vala:2415 ../src/direct/DirectPhotoPage.vala:81 -msgid "T_ools" -msgstr "ツール(_O)" +#: src/editing_tools/EditingTools.vala:750 src/Printing.vala:816 +msgid "Metric Wallet (9 × 13 cm)" +msgstr "" -#: ../src/PhotoPage.vala:2420 ../src/direct/DirectPhotoPage.vala:86 -msgid "_Previous Photo" -msgstr "前の写真(_P)" +#: src/editing_tools/EditingTools.vala:751 src/Printing.vala:819 +msgid "Postcard (10 × 15 cm)" +msgstr "ポストカード (10 × 15 cm)" -#: ../src/PhotoPage.vala:2421 ../src/direct/DirectPhotoPage.vala:87 -msgid "Previous Photo" -msgstr "前の写真" +#: src/editing_tools/EditingTools.vala:752 src/Printing.vala:822 +msgid "13 × 18 cm" +msgstr "" -#: ../src/PhotoPage.vala:2426 ../src/direct/DirectPhotoPage.vala:92 -msgid "_Next Photo" -msgstr "次の写真(_N)" +#: src/editing_tools/EditingTools.vala:753 src/Printing.vala:825 +msgid "18 × 24 cm" +msgstr "" -#: ../src/PhotoPage.vala:2427 ../src/direct/DirectPhotoPage.vala:93 -msgid "Next Photo" -msgstr "次の写真" +#: src/editing_tools/EditingTools.vala:754 +msgid "A4 (210 × 297 mm)" +msgstr "" -#: ../src/PhotoPage.vala:2591 ../src/direct/DirectPhotoPage.vala:175 -msgid "Increase the magnification of the photo" -msgstr "写真の倍率を上げます" +#: src/editing_tools/EditingTools.vala:755 src/Printing.vala:828 +msgid "20 × 30 cm" +msgstr "" -#: ../src/PhotoPage.vala:2597 ../src/direct/DirectPhotoPage.vala:181 -msgid "Decrease the magnification of the photo" -msgstr "写真の倍率を下げます" +#: src/editing_tools/EditingTools.vala:756 src/Printing.vala:831 +msgid "24 × 40 cm" +msgstr "" -#: ../src/PhotoPage.vala:2602 ../src/direct/DirectPhotoPage.vala:186 -msgid "Fit to _Page" -msgstr "ページに合わせる(_P)" +#: src/editing_tools/EditingTools.vala:757 src/Printing.vala:834 +msgid "30 × 40 cm" +msgstr "" -#: ../src/PhotoPage.vala:2603 ../src/direct/DirectPhotoPage.vala:187 -msgid "Zoom the photo to fit on the screen" -msgstr "写真をズームして画面に合わせます" +#: src/editing_tools/EditingTools.vala:758 +msgid "A3 (297 × 420 mm)" +msgstr "" -#: ../src/PhotoPage.vala:2609 ../src/direct/DirectPhotoPage.vala:193 -#, no-c-format -msgid "Zoom _100%" -msgstr "100% ズーム(_1)" +#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:402 +msgid "Size:" +msgstr "サイズ:" -#: ../src/PhotoPage.vala:2611 ../src/direct/DirectPhotoPage.vala:195 -#, no-c-format -msgid "Zoom the photo to 100% magnification" -msgstr "写真の倍率を100%にする" +#: src/editing_tools/EditingTools.vala:1873 +msgid "Close the red-eye tool" +msgstr "赤目ツールを閉じる" -#: ../src/PhotoPage.vala:2617 ../src/direct/DirectPhotoPage.vala:201 -#, no-c-format -msgid "Zoom _200%" -msgstr "200% ズーム(_2)" +#: src/editing_tools/EditingTools.vala:1876 +msgid "Remove any red-eye effects in the selected region" +msgstr "選択された範囲で赤目現象を取り除きます" -#: ../src/PhotoPage.vala:2619 ../src/direct/DirectPhotoPage.vala:203 -#, no-c-format -msgid "Zoom the photo to 200% magnification" -msgstr "写真の倍率を200%にする" +#: src/editing_tools/EditingTools.vala:2216 +#: src/editing_tools/StraightenTool.vala:102 +msgid "_Reset" +msgstr "リセット(_R)" -#: ../src/PhotoPage.vala:3230 -#, c-format -msgid "Unable to export %s: %s" -msgstr "%s をエクスポートできません: %s" +#. fit both on the top line, emit and move on +#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:443 +#: src/Properties.vala:447 src/Properties.vala:454 +msgid "Exposure:" +msgstr "露出:" -#: ../src/Printing.vala:255 -msgid "Fill the entire page" -msgstr "ページ全体に合わせる" +#: src/editing_tools/EditingTools.vala:2239 +msgid "Contrast:" +msgstr "コントラスト:" -#: ../src/Printing.vala:256 -msgid "2 images per page" -msgstr "ページあたり画像2枚" +#: src/editing_tools/EditingTools.vala:2248 +msgid "Saturation:" +msgstr "彩度:" -#: ../src/Printing.vala:257 -msgid "4 images per page" -msgstr "ページあたり画像4枚" +#: src/editing_tools/EditingTools.vala:2257 +msgid "Tint:" +msgstr "色合い:" -#: ../src/Printing.vala:258 -msgid "6 images per page" -msgstr "ページあたり画像6枚" +#: src/editing_tools/EditingTools.vala:2267 +msgid "Temperature:" +msgstr "温度:" -#: ../src/Printing.vala:259 -msgid "8 images per page" -msgstr "ページあたり画像8枚" +#: src/editing_tools/EditingTools.vala:2276 +msgid "Shadows:" +msgstr "シャドウ:" -#: ../src/Printing.vala:260 -msgid "16 images per page" -msgstr "ページあたり画像16枚" +#. FIXME: Hack to make the slider the same length as the other. Find out why it is aligned +#. Differently (probably because it only has positive values) +#: src/editing_tools/EditingTools.vala:2287 +msgid "Highlights:" +msgstr "ハイライト:" -#: ../src/Printing.vala:261 -msgid "32 images per page" -msgstr "ページあたり画像32枚" +#: src/editing_tools/EditingTools.vala:2344 +msgid "Reset Colors" +msgstr "色をリセット" -#: ../src/Printing.vala:348 -msgid "in." -msgstr "インチ" +#: src/editing_tools/EditingTools.vala:2344 +msgid "Reset all color adjustments to original" +msgstr "すべての色調整をオリジナルの状態に戻す" -#: ../src/Printing.vala:349 -msgid "cm" -msgstr "センチメートル" +#: src/editing_tools/EditingTools.vala:2703 +msgid "Temperature" +msgstr "温度" -#: ../src/Printing.vala:817 ../src/editing_tools/EditingTools.vala:761 -msgid "Wallet (2 x 3 in.)" -msgstr "ウォレット (2 x 3 インチ)" +#: src/editing_tools/EditingTools.vala:2715 +msgid "Tint" +msgstr "色合い" -#: ../src/Printing.vala:820 ../src/editing_tools/EditingTools.vala:762 -msgid "Notecard (3 x 5 in.)" -msgstr "ノートカード (3 x 5 インチ)" +#: src/editing_tools/EditingTools.vala:2727 +msgid "Contrast" +msgstr "コントラスト" -#: ../src/Printing.vala:823 ../src/editing_tools/EditingTools.vala:763 -msgid "4 x 6 in." -msgstr "4 x 6 インチ" +#: src/editing_tools/EditingTools.vala:2741 +msgid "Saturation" +msgstr "彩度" -#: ../src/Printing.vala:826 ../src/editing_tools/EditingTools.vala:764 -msgid "5 x 7 in." -msgstr "5 x 7 インチ" +#: src/editing_tools/EditingTools.vala:2754 +msgid "Exposure" +msgstr "露出" -#: ../src/Printing.vala:829 ../src/editing_tools/EditingTools.vala:765 -msgid "8 x 10 in." -msgstr "8 x 10 インチ" +#: src/editing_tools/EditingTools.vala:2767 +msgid "Shadows" +msgstr "シャドウ" -#: ../src/Printing.vala:832 ../src/editing_tools/EditingTools.vala:767 -msgid "11 x 14 in." -msgstr "11 x 14 インチ" +#: src/editing_tools/EditingTools.vala:2780 +msgid "Highlights" +msgstr "ハイライト" -#: ../src/Printing.vala:835 ../src/editing_tools/EditingTools.vala:769 -msgid "16 x 20 in." -msgstr "16 x 20 インチ" +#: src/editing_tools/EditingTools.vala:2790 +msgid "Contrast Expansion" +msgstr "コントラストの拡張" -#: ../src/Printing.vala:841 ../src/editing_tools/EditingTools.vala:771 -msgid "Metric Wallet (9 x 13 cm)" -msgstr "メトリック・ウォレット (9 x 13 cm)" +#: src/editing_tools/StraightenTool.vala:99 +msgid "Angle:" +msgstr "角度:" -#: ../src/Printing.vala:844 ../src/editing_tools/EditingTools.vala:772 -msgid "Postcard (10 x 15 cm)" -msgstr "ポストカード (10 x 15 cm)" +#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:172 +#: ui/direct.ui:144 ui/photo.ui:233 +msgid "_Straighten" +msgstr "傾き補正(_S)" -#: ../src/Printing.vala:847 ../src/editing_tools/EditingTools.vala:773 -msgid "13 x 18 cm" -msgstr "13 x 18 cm" +#: src/events/EventDirectoryItem.vala:97 +#, c-format +msgid "%d Photo/Video" +msgid_plural "%d Photos/Videos" +msgstr[0] "%d 個の写真/動画" -#: ../src/Printing.vala:850 ../src/editing_tools/EditingTools.vala:774 -msgid "18 x 24 cm" -msgstr "18 x 24 cm" +#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:362 +#, c-format +msgid "%d Video" +msgid_plural "%d Videos" +msgstr[0] "%d 個の動画" -#: ../src/Printing.vala:853 ../src/editing_tools/EditingTools.vala:776 -msgid "20 x 30 cm" -msgstr "20 x 30 cm" +#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:360 +#, c-format +msgid "%d Photo" +msgid_plural "%d Photos" +msgstr[0] "%d 枚の写真" -#: ../src/Printing.vala:856 ../src/editing_tools/EditingTools.vala:777 -msgid "24 x 40 cm" -msgstr "24 x 40 cm" +#: src/events/EventPage.vala:128 +msgid "No Event" +msgstr "イベントなし" -#: ../src/Printing.vala:859 ../src/editing_tools/EditingTools.vala:778 -msgid "30 x 40 cm" -msgstr "30 x 40 cm" +#: src/events/EventsBranch.vala:25 +msgid "Events" +msgstr "イベント" -#: ../src/Printing.vala:875 -msgid "Image Settings" -msgstr "画像の設定" +#: src/events/EventsBranch.vala:25 +msgid "Browse through your events" +msgstr "イベントの閲覧" -#: ../src/Printing.vala:888 -msgid "Printing..." -msgstr "印刷しています..." +#: src/events/EventsDirectoryPage.vala:149 +msgid "No events" +msgstr "イベントなし" -#: ../src/Printing.vala:908 ../src/Printing.vala:1111 -#, c-format -msgid "" -"Unable to print photo:\n" -"\n" -"%s" -msgstr "" -"写真を印刷できません:\n" -"\n" -"%s" +#: src/events/EventsDirectoryPage.vala:153 +msgid "No events found" +msgstr "イベントが見つかりません" -#: ../src/Properties.vala:84 -msgid "Today" -msgstr "今日" +#: src/events/EventsDirectoryPage.vala:226 +msgid "All Events" +msgstr "すべてのイベント" -#: ../src/Properties.vala:86 -msgid "Yesterday" -msgstr "昨日" +#: src/events/EventsDirectoryPage.vala:240 +msgid "Undated" +msgstr "日付なし" -#: ../src/Properties.vala:227 ../src/camera/ImportPage.vala:312 -msgid "RAW+JPEG" -msgstr "RAW+JPEG" +#: src/events/EventsDirectoryPage.vala:241 +msgid "%Y" +msgstr "%Y年" -#: ../src/Properties.vala:343 -msgid "Items:" -msgstr "アイテム:" +#: src/events/EventsDirectoryPage.vala:242 +msgid "%B" +msgstr "%B" -#: ../src/Properties.vala:346 +#. if no name, pretty up the start time +#: src/Event.vala:753 #, c-format -msgid "%d Event" -msgid_plural "%d Events" -msgstr[0] "%d 個のイベント" +msgid "Event %s" +msgstr "イベント %s" -#: ../src/Properties.vala:353 ../src/events/EventDirectoryItem.vala:87 +#: src/Exporter.vala:232 #, c-format -msgid "%d Photo" -msgid_plural "%d Photos" -msgstr[0] "%d 枚の写真" +msgid "Unable to generate a temporary file for %s: %s" +msgstr "%s 用の一時ファイルを作成できません: %s" + +#: src/Exporter.vala:299 +msgid "Exporting" +msgstr "エクスポート中" -#: ../src/Properties.vala:355 ../src/events/EventDirectoryItem.vala:85 +#: src/Exporter.vala:317 #, c-format -msgid "%d Video" -msgid_plural "%d Videos" -msgstr[0] "%d 個の動画" +msgid "File %s already exists. Replace?" +msgstr "ファイル %s はすでに存在します。置き換えますか?" -#. display only one date if start and end are the same -#: ../src/Properties.vala:377 -msgid "Date:" -msgstr "日付:" +#: src/Exporter.vala:319 +msgid "_Skip" +msgstr "スキップ(_S)" -#. display only one time if start and end are the same -#: ../src/Properties.vala:381 -msgid "Time:" -msgstr "時刻:" +#: src/Exporter.vala:319 +msgid "_Replace" +msgstr "置き換える(_R)" -#. display time range -#. display date range -#: ../src/Properties.vala:384 ../src/Properties.vala:389 -msgid "From:" -msgstr "最古:" +#: src/Exporter.vala:319 +msgid "Replace _All" +msgstr "すべて置き換える(_A)" -#: ../src/Properties.vala:385 ../src/Properties.vala:390 -msgid "To:" -msgstr "最新:" +#: src/Exporter.vala:319 +msgid "Export" +msgstr "エクスポート" -#: ../src/Properties.vala:395 ../src/editing_tools/EditingTools.vala:1890 -msgid "Size:" -msgstr "サイズ:" +#: src/faces/FacesBranch.vala:89 src/Resources.vala:304 src/Resources.vala:305 +#: ui/faces.ui:403 +msgid "Faces" +msgstr "フェイス" -#: ../src/Properties.vala:404 -msgid "Duration:" -msgstr "時間:" +#: src/faces/FacesTool.vala:115 +msgid "Detect faces…" +msgstr "" -#: ../src/Properties.vala:404 -#, c-format -msgid "%.1f seconds" -msgstr "%.1f 秒" +#: src/faces/FacesTool.vala:140 +msgid "Detect faces on this photo" +msgstr "" -#: ../src/Properties.vala:408 -msgid "Developer:" -msgstr "現像:" +#: src/faces/FacesTool.vala:142 +msgid "Cancel face detection" +msgstr "" -#. fit both on the top line, emit and move on -#: ../src/Properties.vala:436 ../src/Properties.vala:440 -#: ../src/Properties.vala:447 ../src/editing_tools/EditingTools.vala:2258 -msgid "Exposure:" -msgstr "露出:" +#: src/faces/FacesTool.vala:146 +msgid "Close the Faces tool without saving changes" +msgstr "変更点を保存せずにフェイスツールを閉じる" -#. nothing special to be done for now for Events -#: ../src/Properties.vala:585 -msgid "Location:" -msgstr "場所:" +#: src/faces/FacesTool.vala:153 src/faces/FacesTool.vala:185 +msgid "Click and drag to tag a face" +msgstr "フェイスにタグをつけるにはクリックしてドラッグしてください" -#: ../src/Properties.vala:588 -msgid "File size:" -msgstr "ファイルサイズ:" +#: src/faces/FacesTool.vala:180 +#, c-format +msgid "Click to edit face %s" +msgstr "クリックしてフェイス %s を編集します" -#: ../src/Properties.vala:592 -msgid "Current Development:" -msgstr "現在の現像:" +#: src/faces/FacesTool.vala:189 +msgid "Stop dragging to add your face and name it." +msgstr "フェイスを追加して名前をつけるにはドラッグをやめてください。" -#: ../src/Properties.vala:594 -msgid "Original dimensions:" -msgstr "オリジナルの画像サイズ:" +#: src/faces/FacesTool.vala:193 +msgid "Type a name for this face, then press Enter" +msgstr "このフェイスの名前を入力してEnterを押してください" -#: ../src/Properties.vala:597 -msgid "Camera make:" -msgstr "カメラのメーカー:" +#: src/faces/FacesTool.vala:197 +msgid "Move or modify the face shape or name and press Enter" +msgstr "フェイスの形または名前を移動するか変更してEnterを押してください" -#: ../src/Properties.vala:600 -msgid "Camera model:" -msgstr "カメラのモデル:" +#: src/faces/FacesTool.vala:201 +msgid "Detecting faces" +msgstr "" -#: ../src/Properties.vala:603 -msgid "Flash:" -msgstr "フラッシュ:" +#: src/faces/FacesTool.vala:212 +msgid "If you don’t set the name of unknown faces they won’t be saved." +msgstr "" -#: ../src/Properties.vala:605 -msgid "Focal length:" -msgstr "焦点距離:" +#: src/faces/FacesTool.vala:233 +msgid "Save changes and close the Faces tool" +msgstr "変更点を保存してフェイスツールを閉じる" -#: ../src/Properties.vala:608 -msgid "Exposure date:" -msgstr "露出日時:" +#: src/faces/FacesTool.vala:235 +msgid "No changes to save" +msgstr "" -#: ../src/Properties.vala:611 -msgid "Exposure time:" -msgstr "露出時間:" +#: src/faces/FacesTool.vala:956 +msgid "Error trying to spawn face detection program:\n" +msgstr "" -#: ../src/Properties.vala:614 -msgid "Exposure bias:" -msgstr "露出補正:" +#: src/folders/FoldersBranch.vala:144 +msgid "Folders" +msgstr "フォルダー" -#: ../src/Properties.vala:616 -msgid "GPS latitude:" -msgstr "GPS緯度:" +#: src/folders/FoldersBranch.vala:144 +msgid "Browse the library’s folder structure" +msgstr "ライブラリのフォルダー階層の閲覧" -#: ../src/Properties.vala:619 -msgid "GPS longitude:" -msgstr "GPS経度:" +#: src/import-roll/ImportRollBranch.vala:43 +msgid "Imports" +msgstr "インポート" -#: ../src/Properties.vala:622 -msgid "Artist:" -msgstr "撮影者:" +#: src/import-roll/ImportRollBranch.vala:43 +msgid "Browse the library’s import history" +msgstr "ライブラリのインポート履歴の閲覧" -#: ../src/Properties.vala:624 -msgid "Copyright:" -msgstr "著作者:" +#: src/library/FlaggedPage.vala:8 src/SearchFilter.vala:1124 +#: src/SearchFilter.vala:1125 +msgid "Flagged" +msgstr "フラグ付き" -#: ../src/Properties.vala:626 -msgid "Software:" -msgstr "ソフトウェア:" +#: src/library/ImportQueuePage.vala:8 +msgid "Importing…" +msgstr "インポート中…" -#: ../src/Properties.vala:639 -msgid "Extended Information" -msgstr "拡張情報" +#: src/library/ImportQueuePage.vala:129 +msgid "Preparing to import…" +msgstr "インポートの準備中…" -#: ../src/Resources.vala:17 -msgid "Photo Manager" -msgstr "Shotwell 写真管理ツール" +#: src/library/ImportQueuePage.vala:156 +#, c-format +msgid "Imported %s" +msgstr "%s をインポートしました" -#: ../src/Resources.vala:18 -msgid "Photo Viewer" -msgstr "写真ビューアー" +#: src/library/LastImportPage.vala:8 +msgid "Last Import" +msgstr "最後にインポートしたもの" -#: ../src/Resources.vala:142 -msgid "Rotate _Right" -msgstr "右回転(_R)" +#: src/library/LibraryBranch.vala:30 src/library/LibraryBranch.vala:130 +#: ui/preferences_dialog.ui:465 +msgid "Library" +msgstr "ライブラリ" -#: ../src/Resources.vala:143 ../src/Resources.vala:148 -msgid "Rotate" -msgstr "回転" +#: src/library/LibraryBranch.vala:30 +msgid "Organize and browse your photos" +msgstr "写真の整理と閲覧" -#: ../src/Resources.vala:144 -msgid "Rotate Right" -msgstr "右回転" +#: src/library/LibraryBranch.vala:97 src/SearchFilter.vala:1105 +msgid "Photos" +msgstr "写真" -#: ../src/Resources.vala:145 -msgid "Rotate the photos right (press Ctrl to rotate left)" -msgstr "写真を右に回転します (Ctrlを押すと左に回転)" +#: src/library/LibraryWindow.vala:526 +msgid "Import From Folder" +msgstr "フォルダーからインポート" -#: ../src/Resources.vala:147 -msgid "Rotate _Left" -msgstr "左回転(_L)" +#: src/library/LibraryWindow.vala:533 +msgid "Recurse Into Subfolders" +msgstr "サブフォルダーを再帰" -#: ../src/Resources.vala:149 -msgid "Rotate Left" -msgstr "左回転" +#: src/library/LibraryWindow.vala:601 ui/trash.ui:288 +msgid "Empty Trash" +msgstr "ゴミ箱を空にする" -#: ../src/Resources.vala:150 -msgid "Rotate the photos left" -msgstr "写真を左に回転します" +#: src/library/LibraryWindow.vala:601 +msgid "Emptying Trash…" +msgstr "ゴミ箱を空にしています…" -#: ../src/Resources.vala:152 -msgid "Flip Hori_zontally" -msgstr "左右反転(_Z)" +#: src/library/LibraryWindow.vala:780 +#, c-format +msgid "" +"Shotwell is configured to import photos to your home directory.\n" +"We recommend changing this in Edit %s " +"Preferences.\n" +"Do you want to continue importing photos?" +msgstr "" +"Shotwellはホームディレクトリに写真をインポートする設定になっています。\n" +"編集 %s 設定でこの設定を変更することをお勧めします。\n" +"写真のインポートを続けますか?" -#: ../src/Resources.vala:153 -msgid "Flip Horizontally" -msgstr "左右反転" +#: src/library/LibraryWindow.vala:783 ui/preferences_dialog.ui:86 +msgid "Library Location" +msgstr "ライブラリの場所" -#: ../src/Resources.vala:155 -msgid "Flip Verti_cally" -msgstr "上下反転(_C)" +#. TODO: Specify which directory/file. +#: src/library/LibraryWindow.vala:796 +msgid "Photos cannot be imported from this directory." +msgstr "このディレクトリから写真のインポートができませんでした." -#: ../src/Resources.vala:156 -msgid "Flip Vertically" -msgstr "上下反転" +#: src/library/LibraryWindow.vala:1076 +#, c-format +msgid "%s (%d%%)" +msgstr "%s (%d%%)" -#: ../src/Resources.vala:158 -msgid "_Enhance" -msgstr "強調(_E)" +#: src/library/LibraryWindow.vala:1120 src/library/LibraryWindow.vala:1131 +msgid "Updating library…" +msgstr "ライブラリを更新しています…" -#: ../src/Resources.vala:159 -msgid "Enhance" -msgstr "強調" +#: src/library/LibraryWindow.vala:1137 +msgid "Preparing to auto-import photos…" +msgstr "写真の自動インポートの準備中…" -#: ../src/Resources.vala:160 -msgid "Automatically improve the photo's appearance" -msgstr "自動的に写真の見た目を改善します" +#: src/library/LibraryWindow.vala:1142 +msgid "Auto-importing photos…" +msgstr "写真の自動インポート中…" -#: ../src/Resources.vala:162 -msgid "_Copy Color Adjustments" -msgstr "色調整をコピーする(_C)" +#: src/library/LibraryWindow.vala:1150 +msgid "Writing metadata to files…" +msgstr "ファイルにメタデータを書き込んでいます…" -#: ../src/Resources.vala:163 -msgid "Copy Color Adjustments" -msgstr "色調整をコピーする" +#: src/library/OfflinePage.vala:8 +msgid "Missing Files" +msgstr "見つからないファイル" -#: ../src/Resources.vala:164 -msgid "Copy the color adjustments applied to the photo" -msgstr "色調整をコピーして写真へ適用する" +#: src/library/OfflinePage.vala:110 +msgid "Deleting…" +msgstr "削除しています…" -#: ../src/Resources.vala:166 -msgid "_Paste Color Adjustments" -msgstr "色調整を貼り付ける(_P)" +#: src/library/TrashPage.vala:8 +msgid "Trash" +msgstr "ゴミ箱" -#: ../src/Resources.vala:167 -msgid "Paste Color Adjustments" -msgstr "色調整を貼り付ける" +#: src/library/TrashPage.vala:106 +msgid "Trash is empty" +msgstr "ゴミ箱は空です" -#: ../src/Resources.vala:168 -msgid "Apply copied color adjustments to the selected photos" -msgstr "色調整をコピーして選択された写真へ適用する" +#: src/library/TrashPage.vala:110 ui/faces.ui:469 +msgid "Delete" +msgstr "削除" -#: ../src/Resources.vala:170 -msgid "_Crop" -msgstr "切り抜き(_C)" +#: src/library/TrashPage.vala:111 +msgid "Deleting Photos" +msgstr "写真を削除しています" -#: ../src/Resources.vala:171 -msgid "Crop" -msgstr "切り抜き" +#: src/main.vala:54 +#, c-format +msgid "" +"Your photo library is not compatible with this version of Shotwell. It " +"appears it was created by Shotwell %s (schema %d). This version is %s " +"(schema %d). Please use the latest version of Shotwell." +msgstr "あなたの写真ライブラリは、このバージョンのShotwellと互換性がありません。ライブラリはShotwell %s (スキーマ %d) によって作成されたと思われます。このShotwellのバージョンは %s (スキーマ %d) です。Shotwellの最新バージョンを使用してください。" -#: ../src/Resources.vala:172 -msgid "Crop the photo's size" -msgstr "写真サイズを切り抜きます" +#: src/main.vala:59 +#, c-format +msgid "" +"Shotwell was unable to upgrade your photo library from version %s (schema " +"%d) to %s (schema %d). For more information please check the Shotwell Wiki " +"at %s" +msgstr "Shotwellはあなたの写真ライブラリのバージョンを %s (スキーマ %d) から %s (スキーマ %d) へアップグレードすることができませんでした。詳細はShotwellウィキ(%s)を参照してください。" -#: ../src/Resources.vala:174 ../src/editing_tools/StraightenTool.vala:100 -msgid "_Straighten" -msgstr "傾き補正(_S)" +#: src/main.vala:65 +#, c-format +msgid "" +"Your photo library is not compatible with this version of Shotwell. It " +"appears it was created by Shotwell %s (schema %d). This version is %s " +"(schema %d). Please clear your library by deleting %s and re-import your " +"photos." +msgstr "あなたの写真ライブラリは、このバージョンのShotwellと互換性がありません。ライブラリはShotwell %s (スキーマ %d) によって作成されたと思われます。このShotwellのバージョンは %s (スキーマ %d) です。%s を削除してライブラリを消去し、写真を再インポートしてください。" -#: ../src/Resources.vala:175 -msgid "Straighten" -msgstr "傾き補正" +#: src/main.vala:71 +#, c-format +msgid "Unknown error attempting to verify Shotwell’s database: %s" +msgstr "Shotwellのデータベースを検証しようとした際に不明なエラーが発生しました: %s" -#: ../src/Resources.vala:176 -msgid "Straighten the photo" -msgstr "写真の傾きを補正します" +#: src/main.vala:108 +msgid "Loading Shotwell" +msgstr "Shotwell を読み込み中" -#: ../src/Resources.vala:178 -msgid "_Red-eye" -msgstr "赤目(_R)" +#: src/main.vala:320 +msgid "Path to Shotwell’s private data" +msgstr "Shotwellのプライベートデータのパス" -#: ../src/Resources.vala:179 -msgid "Red-eye" -msgstr "赤目" +#: src/main.vala:320 +msgid "DIRECTORY" +msgstr "ディレクトリ" -#: ../src/Resources.vala:180 -msgid "Reduce or eliminate any red-eye effects in the photo" -msgstr "写真のすべての赤目現象を軽減または除去します" +#: src/main.vala:324 +msgid "Do not monitor library directory at runtime for changes" +msgstr "変更処理実行時にライブラリのディレクトリを監視しない" -#: ../src/Resources.vala:182 -msgid "_Adjust" -msgstr "調整(_A)" +#: src/main.vala:328 +msgid "Don’t display startup progress meter" +msgstr "起動時に進捗状況を表示しない" -#: ../src/Resources.vala:183 -msgid "Adjust" -msgstr "調整" +#: src/main.vala:332 +msgid "Show the application’s version" +msgstr "アプリケーションのバージョンを表示する" -#: ../src/Resources.vala:184 -msgid "Adjust the photo's color and tone" -msgstr "写真の色とトーンを調整します" +#: src/main.vala:336 +msgid "Start the application in fullscreen mode" +msgstr "フルスクリーンモードで起動する" -#: ../src/Resources.vala:186 -msgid "Re_vert to Original" -msgstr "オリジナルに戻す(_V)" +#. init GTK (valac has already called g_threads_init()) +#: src/main.vala:373 +msgid "[FILE]" +msgstr "[ファイル]" -#: ../src/Resources.vala:187 -msgid "Revert to Original" -msgstr "オリジナルに戻す" +#: src/main.vala:380 +#, c-format +msgid "" +"Run “%s --help” to see a full list of available command line options.\n" +msgstr "“%s --help”を実行すると利用可能なすべてのコマンドラインオプションの一覧が表示されます。\n" -#: ../src/Resources.vala:189 -msgid "Revert External E_dits" -msgstr "外部での編集を元に戻す(_D)" +#: src/MediaMonitor.vala:400 +#, c-format +msgid "Unable to process monitoring updates: %s" +msgstr "アップデートの監視を処理できませんでした: %s" -#: ../src/Resources.vala:190 -msgid "Revert to the master photo" -msgstr "原版の写真に戻す" +#: src/MediaPage.vala:76 +msgid "Adjust the size of the thumbnails" +msgstr "サムネイルのサイズを調整します" -#: ../src/Resources.vala:192 -msgid "Set as _Desktop Background" -msgstr "デスクトップの背景に設定(_D)" +#: src/MediaPage.vala:419 +#, c-format +msgid "" +"Shotwell was unable to play the selected video:\n" +"%s" +msgstr "" +"Shotwell は選択された動画を再生できませんでした:\n" +"%s" -#: ../src/Resources.vala:193 -msgid "Set selected image to be the new desktop background" -msgstr "選択した画像をデスクトップの壁紙として設定します" +#: src/Page.vala:1324 +msgid "No photos/videos" +msgstr "写真/動画がありません" -#: ../src/Resources.vala:194 -msgid "Set as _Desktop Slideshow..." -msgstr "デスクトップ・スライドショーに設定(_D)..." +#: src/Page.vala:1328 +msgid "No photos/videos found which match the current filter" +msgstr "現在のフィルターに一致する写真/動画はありません" -#: ../src/Resources.vala:196 -msgid "_Undo" -msgstr "元に戻す(_U)" +#: src/Page.vala:2641 +msgid "Photos cannot be exported to this directory." +msgstr "写真をこのディレクトリにエクスポートできません。" -#: ../src/Resources.vala:197 -msgid "Undo" -msgstr "元に戻す" +#. previous button +#: src/PhotoPage.vala:550 +msgid "Previous photo" +msgstr "前の写真" -#: ../src/Resources.vala:199 -msgid "_Redo" -msgstr "やり直し(_R)" +#. next button +#: src/PhotoPage.vala:556 +msgid "Next photo" +msgstr "次の写真" -#: ../src/Resources.vala:200 -msgid "Redo" -msgstr "やり直し" +#: src/PhotoPage.vala:1862 +#, c-format +msgid "Photo source file missing: %s" +msgstr "元の写真ファイルが見つかりません: %s" -#: ../src/Resources.vala:202 -msgid "Re_name Event..." -msgstr "イベント名の変更(_N)..." +#: src/PhotoPage.vala:3041 +#, c-format +msgid "Unable to export %s: %s" +msgstr "%s をエクスポートできません: %s" -#: ../src/Resources.vala:205 -msgid "Make _Key Photo for Event" -msgstr "イベントのキー写真に設定(_K)" +#: src/photos/BmpSupport.vala:32 +msgid "BMP" +msgstr "BMP" -#: ../src/Resources.vala:206 -msgid "Make Key Photo for Event" -msgstr "イベントのキーとなる写真に設定します" +#: src/photos/GifSupport.vala:32 +msgid "GIF" +msgstr "GIF" -#: ../src/Resources.vala:208 -msgid "_New Event" -msgstr "新しいイベント(_N)" +#: src/photos/JfifSupport.vala:84 +msgid "JPEG" +msgstr "JPEG" -#: ../src/Resources.vala:209 -msgid "New Event" -msgstr "新しいイベント" +#: src/photos/JfifSupport.vala:185 +#, c-format +msgid "Low (%d%%)" +msgstr "低 (%d%%)" -#: ../src/Resources.vala:211 -msgid "Move Photos" -msgstr "写真を移動" +#: src/photos/JfifSupport.vala:188 +#, c-format +msgid "Medium (%d%%)" +msgstr "中 (%d%%)" -#: ../src/Resources.vala:212 -msgid "Move photos to an event" -msgstr "写真をイベントに移動します" +#: src/photos/JfifSupport.vala:191 +#, c-format +msgid "High (%d%%)" +msgstr "高 (%d%%)" -#: ../src/Resources.vala:214 -msgid "_Merge Events" -msgstr "イベントをマージ(_M)" +#: src/photos/JfifSupport.vala:194 +#, c-format +msgid "Maximum (%d%%)" +msgstr "最高 (%d%%)" -#: ../src/Resources.vala:215 -msgid "Merge" -msgstr "マージ" +#: src/photos/PngSupport.vala:30 +msgid "PNG" +msgstr "PNG" -#: ../src/Resources.vala:216 -msgid "Combine events into a single event" -msgstr "イベントを一つにまとめる" +#: src/photos/RawSupport.vala:134 +msgid "RAW" +msgstr "RAW" -#: ../src/Resources.vala:218 -msgid "_Set Rating" -msgstr "評価の設定(_S)" +#: src/photos/TiffSupport.vala:86 +msgid "TIFF" +msgstr "TIFF" -#: ../src/Resources.vala:219 -msgid "Set Rating" -msgstr "評価の設定" +#: src/Photo.vala:3774 +msgid "modified" +msgstr "変更済み" -#: ../src/Resources.vala:220 -msgid "Change the rating of your photo" -msgstr "写真の評価を変更" +#: src/Printing.vala:255 +msgid "Fill the entire page" +msgstr "ページ全体に合わせる" -#: ../src/Resources.vala:222 -msgid "_Increase" -msgstr "上げる(_I)" +#: src/Printing.vala:256 +msgid "2 images per page" +msgstr "ページあたり画像2枚" -#: ../src/Resources.vala:223 -msgid "Increase Rating" -msgstr "評価を上げる" +#: src/Printing.vala:257 +msgid "4 images per page" +msgstr "ページあたり画像4枚" -#: ../src/Resources.vala:225 -msgid "_Decrease" -msgstr "下げる(_D)" +#: src/Printing.vala:258 +msgid "6 images per page" +msgstr "ページあたり画像6枚" -#: ../src/Resources.vala:226 -msgid "Decrease Rating" -msgstr "評価を下げる" +#: src/Printing.vala:259 +msgid "8 images per page" +msgstr "ページあたり画像8枚" -#: ../src/Resources.vala:228 -msgid "_Unrated" -msgstr "未評価(_U)" +#: src/Printing.vala:260 +msgid "16 images per page" +msgstr "ページあたり画像16枚" -#: ../src/Resources.vala:229 -msgid "Unrated" -msgstr "評価なし" +#: src/Printing.vala:261 +msgid "32 images per page" +msgstr "ページあたり画像32枚" -#: ../src/Resources.vala:230 -msgid "Rate Unrated" -msgstr "未評価にする" +#: src/Printing.vala:851 +msgid "Image Settings" +msgstr "画像の設定" -#: ../src/Resources.vala:231 -msgid "Setting as unrated" -msgstr "未評価として設定" +#: src/Printing.vala:864 +msgid "Printing…" +msgstr "印刷中…" -#: ../src/Resources.vala:232 -msgid "Remove any ratings" -msgstr "評価を削除する" +#: src/Printing.vala:884 src/Printing.vala:1087 +#, c-format +msgid "" +"Unable to print photo:\n" +"\n" +"%s" +msgstr "" +"写真を印刷できません:\n" +"\n" +"%s" -#: ../src/Resources.vala:234 -msgid "_Rejected" -msgstr "対象外(_R)" +#: src/Properties.vala:98 +msgid "Today" +msgstr "今日" -#: ../src/Resources.vala:235 -msgid "Rejected" -msgstr "対象外" +#: src/Properties.vala:100 +msgid "Yesterday" +msgstr "昨日" -#: ../src/Resources.vala:236 -msgid "Rate Rejected" -msgstr "対象外に設定" +#: src/Properties.vala:350 +msgid "Items:" +msgstr "アイテム:" -#: ../src/Resources.vala:237 -msgid "Setting as rejected" -msgstr "対象外として設定" +#: src/Properties.vala:353 +#, c-format +msgid "%d Event" +msgid_plural "%d Events" +msgstr[0] "%d 個のイベント" -#: ../src/Resources.vala:238 -msgid "Set rating to rejected" -msgstr "対象外に設定します" +#. display only one date if start and end are the same +#: src/Properties.vala:384 +msgid "Date:" +msgstr "日付:" -#: ../src/Resources.vala:240 -msgid "Rejected _Only" -msgstr "対象外のみ(_O)" +#. display only one time if start and end are the same +#: src/Properties.vala:388 +msgid "Time:" +msgstr "時刻:" -#: ../src/Resources.vala:241 -msgid "Rejected Only" -msgstr "対象外のみ" +#. display time range +#. display date range +#: src/Properties.vala:391 src/Properties.vala:396 +msgid "From:" +msgstr "最古:" -#: ../src/Resources.vala:242 -msgid "Show only rejected photos" -msgstr "対象外の写真のみ表示します" +#: src/Properties.vala:392 src/Properties.vala:397 +msgid "To:" +msgstr "最新:" -#: ../src/Resources.vala:244 -msgid "All + _Rejected" -msgstr "すべて+対象外(_R)" +#: src/Properties.vala:411 +msgid "Duration:" +msgstr "時間:" -#: ../src/Resources.vala:245 ../src/Resources.vala:246 -msgid "Show all photos, including rejected" -msgstr "評価対象外のものを含め、すべての写真を表示します" +#: src/Properties.vala:411 +#, c-format +msgid "%.1f seconds" +msgstr "%.1f 秒" -#: ../src/Resources.vala:248 -msgid "_All Photos" -msgstr "すべての写真(_A)" +#: src/Properties.vala:415 +msgid "Developer:" +msgstr "現像:" -#: ../src/Resources.vala:249 ../src/Resources.vala:250 -msgid "Show all photos" -msgstr "すべての写真を表示します" +#. nothing special to be done for now for Events +#: src/Properties.vala:593 +msgid "Location:" +msgstr "場所:" -#: ../src/Resources.vala:252 -msgid "_Ratings" -msgstr "評価(_R)" +#: src/Properties.vala:596 +msgid "File size:" +msgstr "ファイルサイズ:" -#: ../src/Resources.vala:253 -msgid "Display each photo's rating" -msgstr "写真の評価を表示します" +#: src/Properties.vala:600 +msgid "Current Development:" +msgstr "現在の現像:" -#: ../src/Resources.vala:255 -msgid "_Filter Photos" -msgstr "写真のフィルタリング(_F)" +#: src/Properties.vala:602 +msgid "Original dimensions:" +msgstr "オリジナルの画像サイズ:" -#: ../src/Resources.vala:256 -msgid "Filter Photos" -msgstr "写真のフィルタリング" +#: src/Properties.vala:605 +msgid "Camera make:" +msgstr "カメラのメーカー:" -#: ../src/Resources.vala:257 -msgid "Limit the number of photos displayed based on a filter" -msgstr "フィルターによって表示する写真の数を制限します" +#: src/Properties.vala:608 +msgid "Camera model:" +msgstr "カメラのモデル:" -#: ../src/Resources.vala:259 -msgid "_Duplicate" -msgstr "複製(_D)" +#: src/Properties.vala:611 +msgid "Flash:" +msgstr "フラッシュ:" -#: ../src/Resources.vala:260 -msgid "Duplicate" -msgstr "複製する" +#: src/Properties.vala:613 +msgid "Focal length:" +msgstr "焦点距離:" -#: ../src/Resources.vala:261 -msgid "Make a duplicate of the photo" -msgstr "写真の複製を作成する" +#: src/Properties.vala:616 +msgid "Exposure date:" +msgstr "露出日時:" -#: ../src/Resources.vala:263 -msgid "_Export..." -msgstr "エクスポート(_E)..." +#: src/Properties.vala:619 +msgid "Exposure time:" +msgstr "露出時間:" -#: ../src/Resources.vala:265 -msgid "_Print..." -msgstr "印刷(_P)..." +#: src/Properties.vala:622 +msgid "Exposure bias:" +msgstr "露出補正:" -#: ../src/Resources.vala:267 -msgid "Pu_blish..." -msgstr "公開(_B)..." +#: src/Properties.vala:631 +msgid "GPS latitude:" +msgstr "GPS緯度:" -#: ../src/Resources.vala:269 -msgid "Publish to various websites" -msgstr "色々なウェブサイトに公開します" +#: src/Properties.vala:634 +msgid "GPS longitude:" +msgstr "GPS経度:" -#: ../src/Resources.vala:271 -msgid "Edit _Title..." -msgstr "タイトルを編集(_T)..." +#: src/Properties.vala:637 +msgid "Artist:" +msgstr "撮影者:" -#: ../src/Resources.vala:274 -msgid "Edit _Comment..." -msgstr "コメントの編集(_C)..." +#: src/Properties.vala:639 +msgid "Copyright:" +msgstr "著作者:" -#: ../src/Resources.vala:275 -msgid "Edit Comment" -msgstr "コメントの編集" +#: src/Properties.vala:641 +msgid "Software:" +msgstr "ソフトウェア:" -#: ../src/Resources.vala:277 -msgid "Edit Event _Comment..." -msgstr "イベントコメントの編集(_C)..." +#: src/publishing/PublishingPluginHost.vala:11 +msgid "Preparing for upload" +msgstr "アップロードの準備中…" -#: ../src/Resources.vala:280 -msgid "_Adjust Date and Time..." -msgstr "日付と時刻の調整(_A)..." +#: src/publishing/PublishingPluginHost.vala:12 +#, c-format +msgid "Uploading %d of %d" +msgstr "アップロード中… %d / %d" -#: ../src/Resources.vala:281 -msgid "Adjust Date and Time" -msgstr "日付と時刻の調整" +#: src/publishing/PublishingPluginHost.vala:81 +#, c-format +msgid "Publishing to %s can’t continue because an error occurred:" +msgstr "エラーが発生したため %s への公開を続行できません:" -#: ../src/Resources.vala:283 -msgid "Add _Tags..." -msgstr "タグの追加(_T)..." +#: src/publishing/PublishingPluginHost.vala:84 +msgid "To try publishing to another service, select one from the above menu." +msgstr "他のサービスへの公開を試すには、上のメニューから選択してください。" -#: ../src/Resources.vala:284 -msgid "_Add Tags..." -msgstr "タグを追加する(_A)..." +#. Here, we check whether more than one item is being uploaded, and if so, display +#. an alternate message. +#: src/publishing/PublishingUI.vala:104 +msgid "The selected video was successfully published." +msgid_plural "The selected videos were successfully published." +msgstr[0] "選択された動画の公開が完了しました。" -#: ../src/Resources.vala:285 ../src/Resources.vala:316 -msgid "Add Tags" -msgstr "タグの追加" +#: src/publishing/PublishingUI.vala:109 +msgid "The selected photo was successfully published." +msgid_plural "The selected photos were successfully published." +msgstr[0] "選択された写真の公開が完了しました。" -#: ../src/Resources.vala:287 -msgid "_Preferences" -msgstr "設定(_P)" +#: src/publishing/PublishingUI.vala:115 +msgid "The selected photos/videos were successfully published." +msgstr "選択された写真/動画の公開が完了しました。" -#: ../src/Resources.vala:289 -msgid "Open With E_xternal Editor" -msgstr "外部エディターで開く(_X)" +#: src/publishing/PublishingUI.vala:127 +msgid "Fetching account information…" +msgstr "アカウント情報を取得しています…" -#: ../src/Resources.vala:291 -msgid "Open With RA_W Editor" -msgstr "RAWエディターで開く(_W)" +#: src/publishing/PublishingUI.vala:133 +msgid "Logging in…" +msgstr "ログインしています…" -#: ../src/Resources.vala:293 -msgid "Send _To..." -msgstr "送信(_T)..." +#: src/publishing/PublishingUI.vala:197 +msgid "Publish Photos" +msgstr "写真の公開" -#: ../src/Resources.vala:294 -msgid "Send T_o..." -msgstr "送信先(_O)..." +#: src/publishing/PublishingUI.vala:198 +msgid "Publish photos _to:" +msgstr "写真の公開先(_T):" -#: ../src/Resources.vala:296 -msgid "_Find..." -msgstr "検索(_F)..." +#: src/publishing/PublishingUI.vala:200 +msgid "Publish Videos" +msgstr "動画の公開" -#: ../src/Resources.vala:297 -msgid "Find" -msgstr "検索" +#: src/publishing/PublishingUI.vala:201 +msgid "Publish videos _to" +msgstr "動画の公開先(_T)" -#: ../src/Resources.vala:298 -msgid "Find an image by typing text that appears in its name or tags" -msgstr "名前やタグに表示されているテキストを入力して画像を検索します" +#: src/publishing/PublishingUI.vala:203 +msgid "Publish Photos and Videos" +msgstr "写真と動画の公開" -#: ../src/Resources.vala:300 -msgid "_Flag" -msgstr "フラグを付ける(_F)" +#: src/publishing/PublishingUI.vala:204 +msgid "Publish photos and videos _to" +msgstr "写真と動画の公開先(_T)" -#: ../src/Resources.vala:302 -msgid "Un_flag" -msgstr "フラグを外す(_F)" +#. There are no enabled publishing services that accept this media type, +#. warn the user. +#: src/publishing/PublishingUI.vala:414 +msgid "Unable to publish" +msgstr "公開できません" -#: ../src/Resources.vala:305 +#: src/publishing/PublishingUI.vala:415 #, c-format -msgid "Unable to launch editor: %s" -msgstr "エディターを起動できません: %s" +msgid "" +"Shotwell cannot publish the selected items because you do not have a " +"compatible publishing plugin enabled. To correct this, choose Edit %s " +"Preferences and enable one or more of the publishing plugins on the " +"Plugins tab." +msgstr "" +"一致する公開プラグインが有効になっていないため、Shotwellは選択されたアイテムを公開できません。これを直すには、 設定 %s 編集 " +"を選択して、プラグイン タブにあるいずれかの公開プラグインを有効にしてください。" -#: ../src/Resources.vala:310 -#, c-format -msgid "Add Tag \"%s\"" -msgstr "タグ \"%s\" を追加" +#: src/publishing/Publishing.vala:16 +msgid "Publishing" +msgstr "公開" -#: ../src/Resources.vala:312 -#, c-format -msgid "Add Tags \"%s\" and \"%s\"" -msgstr "タグ \"%s\" や \"%s\" を追加" +#: src/Resources.vala:110 src/Resources.vala:115 ui/collection.ui:151 +msgid "Rotate" +msgstr "回転" -#: ../src/Resources.vala:320 -#, c-format -msgid "_Delete Tag \"%s\"" -msgstr "タグ \"%s\" を削除(_D)" +#: src/Resources.vala:111 +msgid "Rotate Right" +msgstr "右回転" -#: ../src/Resources.vala:324 -#, c-format -msgid "Delete Tag \"%s\"" -msgstr "タグ \"%s\" を削除します" +#: src/Resources.vala:112 ui/collection.ui:148 +msgid "Rotate the photos right (press Ctrl to rotate left)" +msgstr "写真を右に回転します (Ctrlを押すと左に回転)" -#: ../src/Resources.vala:327 -msgid "Delete Tag" -msgstr "タグの削除" +#: src/Resources.vala:116 +msgid "Rotate Left" +msgstr "左回転" -#: ../src/Resources.vala:330 -msgid "_New" -msgstr "新規(_N)" +#: src/Resources.vala:117 +msgid "Rotate the photos left" +msgstr "写真を左に回転します" -#: ../src/Resources.vala:333 -#, c-format -msgid "Re_name Tag \"%s\"..." -msgstr "タグ名 \"%s\" の変更(_N)..." +#: src/Resources.vala:120 +msgid "Flip Horizontally" +msgstr "左右反転" -#: ../src/Resources.vala:337 -#, c-format -msgid "Rename Tag \"%s\" to \"%s\"" -msgstr "タグ名 \"%s\" を \"%s\" に変更します" +#: src/Resources.vala:123 +msgid "Flip Vertically" +msgstr "上下反転" -#: ../src/Resources.vala:340 -msgid "_Rename..." -msgstr "名前を変更(_R)..." +#: src/Resources.vala:125 ui/direct.ui:192 ui/events_directory.ui:168 +#: ui/event.ui:438 ui/faces.ui:448 ui/import_queue.ui:83 ui/import.ui:201 +#: ui/manifest_widget.ui:35 ui/media.ui:421 ui/offline.ui:198 ui/photo.ui:405 +#: ui/tags.ui:440 ui/trash.ui:207 +msgid "_About" +msgstr "このアプリケーションについて(_A)" -#: ../src/Resources.vala:342 -msgid "Modif_y Tags..." -msgstr "タグの変更(_Y)..." +#: src/Resources.vala:126 +msgid "_Apply" +msgstr "適用(_A)" -#: ../src/Resources.vala:343 -msgid "Modify Tags" -msgstr "タグの変更" +#: src/Resources.vala:129 ui/direct.ui:44 ui/events_directory.ui:32 +#: ui/event.ui:47 ui/faces.ui:47 ui/import.ui:40 ui/media.ui:47 +#: ui/offline.ui:32 ui/photo.ui:55 ui/tags.ui:47 ui/trash.ui:37 +msgid "_Edit" +msgstr "編集(_E)" -#: ../src/Resources.vala:346 -#, c-format -msgid "Tag Photo as \"%s\"" -msgstr "写真に \"%s\" というタグを付ける" +#: src/Resources.vala:130 +msgid "_Forward" +msgstr "" -#: ../src/Resources.vala:346 -#, c-format -msgid "Tag Photos as \"%s\"" -msgstr "写真にタグ \"%s\" を付ける" +#: src/Resources.vala:131 ui/direct.ui:62 ui/events_directory.ui:125 +#: ui/photo.ui:173 +msgid "Fulls_creen" +msgstr "フルスクリーン(_C)" -#: ../src/Resources.vala:350 -#, c-format -msgid "Tag the selected photo as \"%s\"" -msgstr "選択された写真に \"%s\" というタグを付ける" +#: src/Resources.vala:132 ui/direct.ui:174 ui/direct.ui:177 +#: ui/events_directory.ui:150 ui/events_directory.ui:153 ui/event.ui:420 +#: ui/event.ui:423 ui/faces.ui:430 ui/faces.ui:433 ui/import_queue.ui:65 +#: ui/import_queue.ui:68 ui/import.ui:183 ui/import.ui:186 ui/media.ui:403 +#: ui/media.ui:406 ui/offline.ui:180 ui/offline.ui:183 ui/photo.ui:387 +#: ui/photo.ui:390 ui/tags.ui:422 ui/tags.ui:425 ui/trash.ui:189 +#: ui/trash.ui:192 +msgid "_Help" +msgstr "ヘルプ(_H)" -#: ../src/Resources.vala:351 -#, c-format -msgid "Tag the selected photos as \"%s\"" -msgstr "選択された写真にタグ \"%s\" を付ける" +#: src/Resources.vala:133 +msgid "Leave _Fullscreen" +msgstr "フルスクリーンの解除(_F)" -#: ../src/Resources.vala:355 -#, c-format -msgid "Remove Tag \"%s\" From _Photo" -msgstr "写真からタグ \"%s\" を削除(_P)" +#: src/Resources.vala:134 src/Resources.vala:342 ui/tags.ui:450 +msgid "_New" +msgstr "新規(_N)" -#: ../src/Resources.vala:356 -#, c-format -msgid "Remove Tag \"%s\" From _Photos" -msgstr "写真からタグ \"%s\" を削除(_P)" +#: src/Resources.vala:135 +msgid "_Next" +msgstr "次へ(_N)" -#: ../src/Resources.vala:360 -#, c-format -msgid "Remove Tag \"%s\" From Photo" -msgstr "写真からタグ \"%s\" を削除します" +#: src/Resources.vala:138 src/Resources.vala:287 ui/events_directory.ui:65 +#: ui/event.ui:93 ui/faces.ui:93 ui/import.ui:68 ui/media.ui:93 +#: ui/offline.ui:72 ui/photo.ui:89 ui/tags.ui:93 ui/trash.ui:81 +msgid "_Preferences" +msgstr "設定(_P)" -#: ../src/Resources.vala:361 -#, c-format -msgid "Remove Tag \"%s\" From Photos" -msgstr "写真からタグ \"%s\" を削除します" +#: src/Resources.vala:139 +msgid "_Previous" +msgstr "前へ(_P)" -#: ../src/Resources.vala:365 -#, c-format -msgid "Unable to rename tag to \"%s\" because the tag already exists." -msgstr "すでにタグが存在しているのでタグを \"%s\" に変更できません。" +#: src/Resources.vala:141 ui/direct.ui:37 ui/events_directory.ui:25 +#: ui/event.ui:40 ui/faces.ui:40 ui/import_queue.ui:31 ui/import.ui:33 +#: ui/media.ui:40 ui/offline.ui:25 ui/photo.ui:48 ui/tags.ui:40 ui/trash.ui:30 +msgid "_Quit" +msgstr "終了(_Q)" -#: ../src/Resources.vala:369 -#, c-format -msgid "Unable to rename search to \"%s\" because the search already exists." -msgstr "すでに検索が存在しているのでタグを \"%s\" に変更できません。" +#: src/Resources.vala:142 +msgid "_Refresh" +msgstr "更新(_R)" -#: ../src/Resources.vala:372 -msgid "Saved Search" -msgstr "保存された検索" +#: src/Resources.vala:144 +msgid "_Revert" +msgstr "元に戻す(_R)" -#: ../src/Resources.vala:374 -msgid "Delete Search" -msgstr "検索を削除" +#: src/Resources.vala:146 +msgid "Save _As" +msgstr "名前を付けて保存(_A)" -#: ../src/Resources.vala:377 -msgid "_Edit..." -msgstr "編集(_E)..." +#: src/Resources.vala:147 +msgid "Sort _Ascending" +msgstr "昇順で並び替え(_A)" -#: ../src/Resources.vala:378 -msgid "Re_name..." -msgstr "名前を変更(_N)..." +#: src/Resources.vala:148 +msgid "Sort _Descending" +msgstr "降順で並び替え(_D)" -#: ../src/Resources.vala:381 -#, c-format -msgid "Rename Search \"%s\" to \"%s\"" -msgstr "検索 \"%s\" の名前を \"%s\" に変更" +#: src/Resources.vala:149 +msgid "_Stop" +msgstr "停止(_S)" -#: ../src/Resources.vala:385 -#, c-format -msgid "Delete Search \"%s\"" -msgstr "検索 \"%s\" を削除" +#: src/Resources.vala:150 +msgid "_Undelete" +msgstr "削除の取り消し(_U)" -#: ../src/Resources.vala:543 -#, c-format -msgid "Rate %s" -msgstr "評価 %s" +#: src/Resources.vala:151 +msgid "_Normal Size" +msgstr "通常の大きさ(_N)" -#: ../src/Resources.vala:544 -#, c-format -msgid "Set rating to %s" -msgstr "評価を %s に設定" +#: src/Resources.vala:152 +msgid "Best _Fit" +msgstr "フィットさせる(_F)" -#: ../src/Resources.vala:545 -#, c-format -msgid "Setting rating to %s" -msgstr "評価を %s に設定" +#: src/Resources.vala:153 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 +#: ui/media.ui:260 ui/photo.ui:144 ui/tags.ui:260 +msgid "Zoom _In" +msgstr "拡大(_I)" -#: ../src/Resources.vala:547 -#, c-format -msgid "Display %s" -msgstr "%s を表示" +#: src/Resources.vala:154 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 +#: ui/media.ui:265 ui/photo.ui:149 ui/tags.ui:265 +msgid "Zoom _Out" +msgstr "縮小(_O)" -#: ../src/Resources.vala:548 -#, c-format -msgid "Only show photos with a rating of %s" -msgstr "評価が %s の写真のみ表示" +#: src/Resources.vala:157 ui/collection.ui:167 +msgid "Enhance" +msgstr "強調" -#: ../src/Resources.vala:549 -#, c-format -msgid "%s or Better" -msgstr "%s 以上" +#: src/Resources.vala:158 ui/collection.ui:164 +msgid "Automatically improve the photo’s appearance" +msgstr "写真の見た目を自動的に改良する" -#: ../src/Resources.vala:550 -#, c-format -msgid "Display %s or Better" -msgstr "%s 以上のものを表示します" +#: src/Resources.vala:161 +msgid "Copy Color Adjustments" +msgstr "色調整をコピーする" -#: ../src/Resources.vala:551 -#, c-format -msgid "Only show photos with a rating of %s or better" -msgstr "%s 以上の評価の写真のみ表示します" +#: src/Resources.vala:162 +msgid "Copy the color adjustments applied to the photo" +msgstr "色調整をコピーして写真へ適用する" -#: ../src/Resources.vala:642 -msgid "Remove the selected photos from the trash" -msgstr "選択された写真をゴミ箱から削除" +#: src/Resources.vala:165 +msgid "Paste Color Adjustments" +msgstr "色調整を貼り付ける" -#: ../src/Resources.vala:643 -msgid "Remove the selected photos from the library" -msgstr "選択されたファイルをライブラリから削除" +#: src/Resources.vala:166 +msgid "Apply copied color adjustments to the selected photos" +msgstr "色調整をコピーして選択された写真へ適用する" -#: ../src/Resources.vala:645 -msgid "_Restore" -msgstr "元に戻す(_R)" +#: src/Resources.vala:168 ui/direct.ui:139 ui/photo.ui:228 +msgid "_Crop" +msgstr "切り抜き(_C)" -#: ../src/Resources.vala:646 -msgid "Move the selected photos back into the library" -msgstr "選択された写真をライブラリに戻します" +#: src/Resources.vala:169 +msgid "Crop" +msgstr "切り抜き" -#: ../src/Resources.vala:648 -msgid "Show in File Mana_ger" -msgstr "ファイルマネージャーで開く(_G)" +#: src/Resources.vala:170 +msgid "Crop the photo’s size" +msgstr "切り抜く写真のサイズ" -#: ../src/Resources.vala:649 -msgid "Open the selected photo's directory in the file manager" -msgstr "ファイルマネージャーで選択された写真のディレクトリを開きます" +#: src/Resources.vala:173 +msgid "Straighten" +msgstr "傾き補正" -#: ../src/Resources.vala:652 -#, c-format -msgid "Unable to open in file manager: %s" -msgstr "ファイルマネージャーで開けません: %s" +#: src/Resources.vala:174 +msgid "Straighten the photo" +msgstr "写真の傾きを補正します" -#: ../src/Resources.vala:655 -msgid "R_emove From Library" -msgstr "ライブラリから削除(_E)" +#: src/Resources.vala:176 ui/direct.ui:149 ui/photo.ui:238 +msgid "_Red-eye" +msgstr "赤目(_R)" -#: ../src/Resources.vala:657 -msgid "_Move to Trash" -msgstr "ゴミ箱へ移動(_M)" +#: src/Resources.vala:177 +msgid "Red-eye" +msgstr "赤目" -#: ../src/Resources.vala:659 -msgid "Select _All" -msgstr "すべて選択(_A)" +#: src/Resources.vala:178 +msgid "Reduce or eliminate any red-eye effects in the photo" +msgstr "写真のすべての赤目現象を軽減または除去します" -#: ../src/Resources.vala:660 -msgid "Select all items" -msgstr "すべてのアイテムを選択します" +#: src/Resources.vala:180 ui/direct.ui:154 ui/photo.ui:243 +msgid "_Adjust" +msgstr "調整(_A)" -#. ...precache the timestamp string... -#. / Locale-specific time format for 12-hour time, i.e. 8:31 PM -#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes -#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: ../src/Resources.vala:741 -msgid "%-I:%M %p" -msgstr "%p %-I:%M" +#: src/Resources.vala:181 +msgid "Adjust" +msgstr "調整" -#. / Locale-specific time format for 12-hour time with seconds, i.e. 8:31:42 PM -#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes -#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: ../src/Resources.vala:746 -msgid "%-I:%M:%S %p" -msgstr "%p %-I:%M:%S" +#: src/Resources.vala:182 +msgid "Adjust the photo’s color and tone" +msgstr "写真の色と色調を調整する" -#. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006" -#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: ../src/Resources.vala:750 -msgid "%a %b %d, %Y" -msgstr "%Y年%m月%d日 (%a)" +#: src/Resources.vala:185 +msgid "Revert to Original" +msgstr "オリジナルに戻す" -#. / Locale-specific starting date format for multi-date strings, -#. / i.e. the "Tue Mar 08" in "Tue Mar 08 - 10, 2006" -#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#. / Locale-specific calendar date format for multi-month strings, -#. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006" -#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: ../src/Resources.vala:755 ../src/Resources.vala:765 -msgid "%a %b %d" -msgstr "%m月%d日 (%a)" +#: src/Resources.vala:187 +msgid "Revert External E_dits" +msgstr "外部での編集を元に戻す(_D)" -#. / Locale-specific ending date format for multi-date strings, -#. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006" -#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: ../src/Resources.vala:760 -msgid "%d, %Y" -msgstr "%d, %Y" +#: src/Resources.vala:188 +msgid "Revert to the master photo" +msgstr "原版の写真に戻す" + +#: src/Resources.vala:191 +msgid "Set selected image to be the new desktop background" +msgstr "選択した画像をデスクトップの壁紙として設定します" -#: ../src/Screensaver.vala:18 ../src/SlideshowPage.vala:141 -msgid "Slideshow" -msgstr "スライドショー" +#: src/Resources.vala:192 +msgid "Set as _Desktop Slideshow…" +msgstr "デスクトップのスライドショーとして設定(_D)…" -#. Flagged label and toggle -#: ../src/SearchFilter.vala:587 ../src/SearchFilter.vala:588 -#: ../src/SearchFilter.vala:990 ../src/library/FlaggedPage.vala:8 -msgid "Flagged" -msgstr "フラグ付き" +#: src/Resources.vala:194 ui/direct.ui:47 ui/events_directory.ui:35 +#: ui/event.ui:50 ui/faces.ui:50 ui/import.ui:43 ui/media.ui:50 +#: ui/offline.ui:35 ui/photo.ui:58 ui/tags.ui:50 ui/trash.ui:40 +msgid "_Undo" +msgstr "元に戻す(_U)" -#: ../src/SearchFilter.vala:593 ../src/SearchFilter.vala:594 -msgid "Photos" -msgstr "写真" +#: src/Resources.vala:195 +msgid "Undo" +msgstr "元に戻す" -#: ../src/SearchFilter.vala:599 ../src/SearchFilter.vala:600 -msgid "Videos" -msgstr "動画" +#: src/Resources.vala:197 ui/direct.ui:52 ui/events_directory.ui:40 +#: ui/event.ui:55 ui/faces.ui:55 ui/import.ui:48 ui/media.ui:55 +#: ui/offline.ui:40 ui/photo.ui:63 ui/tags.ui:55 ui/trash.ui:45 +msgid "_Redo" +msgstr "やり直し(_R)" -#: ../src/SearchFilter.vala:605 -msgid "RAW Photos" -msgstr "RAW画像" +#: src/Resources.vala:198 +msgid "Redo" +msgstr "やり直し" -#: ../src/SearchFilter.vala:606 -msgid "RAW photos" -msgstr "RAW画像" +#: src/Resources.vala:200 ui/events_directory.ui:139 ui/events_directory.ui:181 +#: ui/event.ui:393 ui/event.ui:588 +msgid "Re_name Event…" +msgstr "イベント名の変更(_N)…" -#: ../src/SearchFilter.vala:952 -#, c-format -msgid "Error loading UI file %s: %s" -msgstr "UI ファイル %s の読み込みエラー: %s" +#: src/Resources.vala:203 ui/event.ui:373 ui/event.ui:580 +msgid "Make _Key Photo for Event" +msgstr "イベントのキー写真に設定(_K)" -#. Type label and toggles -#: ../src/SearchFilter.vala:969 -msgid "Type" -msgstr "種類" +#: src/Resources.vala:204 +msgid "Make Key Photo for Event" +msgstr "イベントのキーとなる写真に設定します" -#. Rating label and button -#: ../src/SearchFilter.vala:1003 ../src/searches/SearchBoolean.vala:184 -msgid "Rating" -msgstr "評価" +#: src/Resources.vala:206 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 +#: ui/tags.ui:376 +msgid "_New Event" +msgstr "新しいイベント(_N)" -#: ../src/SlideshowPage.vala:49 ../src/SlideshowPage.vala:182 -msgid "Settings" -msgstr "設定" +#: src/Resources.vala:207 +msgid "New Event" +msgstr "新しいイベント" -#. Set up toolbar -#. add toolbar buttons -#: ../src/SlideshowPage.vala:161 -msgid "Back" -msgstr "戻る" +#: src/Resources.vala:209 +msgid "Move Photos" +msgstr "写真を移動" -#: ../src/SlideshowPage.vala:162 -msgid "Go to the previous photo" -msgstr "前の写真に戻る" +#: src/Resources.vala:210 +msgid "Move photos to an event" +msgstr "写真をイベントに移動します" -#: ../src/SlideshowPage.vala:168 ../src/SlideshowPage.vala:273 -msgid "Pause" -msgstr "一時停止" +#: src/Resources.vala:212 ui/events_directory.ui:135 ui/events_directory.ui:177 +msgid "_Merge Events" +msgstr "イベントをマージ(_M)" -#: ../src/SlideshowPage.vala:169 ../src/SlideshowPage.vala:274 -msgid "Pause the slideshow" -msgstr "スライドショーの一時停止" +#: src/Resources.vala:213 +msgid "Merge" +msgstr "マージ" -#: ../src/SlideshowPage.vala:175 -msgid "Next" -msgstr "次へ" +#: src/Resources.vala:214 +msgid "Combine events into a single event" +msgstr "イベントを一つにまとめる" -#: ../src/SlideshowPage.vala:176 -msgid "Go to the next photo" -msgstr "次の写真に進む" +#: src/Resources.vala:216 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 +#: ui/faces.ui:286 ui/media.ui:286 ui/photo_context.ui:35 ui/photo.ui:273 +#: ui/tags.ui:286 +msgid "_Set Rating" +msgstr "評価の設定(_S)" -#: ../src/SlideshowPage.vala:183 -msgid "Change slideshow settings" -msgstr "スライドショー設定の変更" +#: src/Resources.vala:217 +msgid "Set Rating" +msgstr "評価の設定" -#. An entire slideshow set might be missing, so check for a loop. -#: ../src/SlideshowPage.vala:237 -msgid "All photo source files are missing." -msgstr "元の写真すべてが見つかりません。" +#: src/Resources.vala:218 +msgid "Change the rating of your photo" +msgstr "写真の評価を変更" -#: ../src/SlideshowPage.vala:269 -msgid "Play" -msgstr "再生" +#: src/Resources.vala:220 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 +#: ui/faces.ui:326 ui/media.ui:326 ui/photo_context.ui:75 ui/photo.ui:313 +#: ui/tags.ui:326 +msgid "_Increase" +msgstr "上げる(_I)" -#: ../src/SlideshowPage.vala:270 -msgid "Continue the slideshow" -msgstr "スライドショーの続行" +#: src/Resources.vala:221 +msgid "Increase Rating" +msgstr "評価を上げる" -#: ../src/Tag.vala:817 -msgid "untitled" -msgstr "タイトルなし" +#: src/Resources.vala:223 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 +#: ui/faces.ui:331 ui/media.ui:331 ui/photo_context.ui:80 ui/photo.ui:318 +#: ui/tags.ui:331 +msgid "_Decrease" +msgstr "下げる(_D)" -#. multiple videos -#: ../src/VideoSupport.vala:486 -msgid "Export Videos" -msgstr "動画のエクスポート" +#: src/Resources.vala:224 +msgid "Decrease Rating" +msgstr "評価を下げる" -#: ../src/camera/Branch.vala:87 -msgid "Cameras" -msgstr "カメラ" +#: src/Resources.vala:226 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 +#: ui/faces.ui:314 ui/media.ui:314 ui/photo_context.ui:63 ui/photo.ui:301 +#: ui/tags.ui:314 +msgid "_Unrated" +msgstr "未評価(_U)" -#: ../src/camera/ImportPage.vala:459 -msgid "Unable to unmount camera. Try unmounting the camera from the file manager." -msgstr "カメラをアンマウントできません。ファイルマネージャーからカメラのアンマウントを試してください。" +#: src/Resources.vala:227 +msgid "Unrated" +msgstr "評価なし" -#. hide duplicates checkbox -#: ../src/camera/ImportPage.vala:776 -msgid "Hide photos already imported" -msgstr "既にインポートした写真を隠す" +#: src/Resources.vala:228 +msgid "Rate Unrated" +msgstr "未評価にする" -#: ../src/camera/ImportPage.vala:777 -msgid "Only display photos that have not been imported" -msgstr "インポートされてない写真を表示" +#: src/Resources.vala:229 +msgid "Setting as unrated" +msgstr "未評価として設定" -#. Ticket #3304 - Import page shouldn't display confusing message -#. prior to import. -#. TODO: replace this with approved text for "talking to camera, -#. please wait" once new strings are being accepted. -#: ../src/camera/ImportPage.vala:845 -msgid "Starting import, please wait..." -msgstr "インポートを開始しますのでお待ちください..." +#: src/Resources.vala:230 +msgid "Remove any ratings" +msgstr "評価を削除する" -#: ../src/camera/ImportPage.vala:884 -msgid "Import _Selected" -msgstr "選択されたものをインポート(_S)" +#: src/Resources.vala:232 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 +#: ui/faces.ui:319 ui/media.ui:319 ui/photo_context.ui:68 ui/photo.ui:306 +#: ui/tags.ui:319 +msgid "_Rejected" +msgstr "対象外(_R)" -#: ../src/camera/ImportPage.vala:885 -msgid "Import the selected photos into your library" -msgstr "選択した写真をライブラリにインポート" +#: src/Resources.vala:233 +msgid "Rejected" +msgstr "対象外" -#: ../src/camera/ImportPage.vala:890 -msgid "Import _All" -msgstr "すべてインポート(_A)" +#: src/Resources.vala:234 +msgid "Rate Rejected" +msgstr "対象外に設定" -#: ../src/camera/ImportPage.vala:891 -msgid "Import all the photos into your library" -msgstr "すべての写真をライブラリにインポート" +#: src/Resources.vala:235 +msgid "Setting as rejected" +msgstr "対象外として設定" -#. it's mounted, offer to unmount for the user -#: ../src/camera/ImportPage.vala:1012 -msgid "Shotwell needs to unmount the camera from the filesystem in order to access it. Continue?" -msgstr "Shotwell がこのカメラにアクセスするため、ファイルシステムからカメラをアンマウントする必要があります。続けますか?" +#: src/Resources.vala:236 +msgid "Set rating to rejected" +msgstr "対象外に設定します" -#: ../src/camera/ImportPage.vala:1018 -msgid "_Unmount" -msgstr "アンマウント(_U)" +#: src/Resources.vala:238 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 +#: ui/media.ui:196 ui/offline.ui:153 ui/search_bar.ui:6 ui/tags.ui:196 +#: ui/trash.ui:162 +msgid "Rejected _Only" +msgstr "対象外のみ(_O)" -#: ../src/camera/ImportPage.vala:1023 -msgid "Please unmount the camera." -msgstr "カメラをアンマウントしてください。" +#: src/Resources.vala:239 +msgid "Rejected Only" +msgstr "対象外のみ" -#: ../src/camera/ImportPage.vala:1028 -msgid "The camera is locked by another application. Shotwell can only access the camera when it's unlocked. Please close any other application using the camera and try again." -msgstr "カメラが他のアプリケーションによってロックされています。Shotwell はカメラがロックされていない時のみアクセスできます。カメラを使用している他のすべてのアプリケーションを閉じてもう一度試してください。" +#: src/Resources.vala:240 +msgid "Show only rejected photos" +msgstr "対象外の写真のみ表示します" -#: ../src/camera/ImportPage.vala:1038 -msgid "Please close any other application using the camera." -msgstr "カメラを利用している他のすべてのアプリケーションを閉じてください。" +#: src/Resources.vala:242 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 +#: ui/media.ui:190 ui/offline.ui:147 ui/search_bar.ui:12 ui/tags.ui:190 +#: ui/trash.ui:156 +msgid "All + _Rejected" +msgstr "すべて+対象外(_R)" -#: ../src/camera/ImportPage.vala:1043 -#, c-format -msgid "" -"Unable to fetch previews from the camera:\n" -"%s" -msgstr "" -"カメラからプレビューを取得できません:\n" -"%s" +#: src/Resources.vala:243 +msgctxt "Tooltip" +msgid "Show all photos, including rejected" +msgstr "評価対象外のものを含めてすべての写真を表示します" -#: ../src/camera/ImportPage.vala:1060 -msgid "Unmounting..." -msgstr "アンマウント中..." +#: src/Resources.vala:245 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 +#: ui/media.ui:184 ui/offline.ui:141 ui/search_bar.ui:18 ui/tags.ui:184 +#: ui/trash.ui:150 +msgid "_All Photos" +msgstr "すべての写真(_A)" -#: ../src/camera/ImportPage.vala:1166 -msgid "Fetching photo information" -msgstr "写真情報を取得中" +#. Button tooltip +#: src/Resources.vala:247 +msgid "Show all photos" +msgstr "すべての写真を表示します" -#: ../src/camera/ImportPage.vala:1521 -#, c-format -msgid "Fetching preview for %s" -msgstr "%s のプレビューを取得中" +#: src/Resources.vala:249 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 +#: ui/photo.ui:120 ui/tags.ui:144 +msgid "_Ratings" +msgstr "評価(_R)" -#: ../src/camera/ImportPage.vala:1637 -#, c-format -msgid "Unable to lock camera: %s" -msgstr "カメラをロックできません: %s" +#: src/Resources.vala:250 +msgid "Display each photo’s rating" +msgstr "各写真の評価を表示" -#: ../src/camera/ImportPage.vala:1722 -#, c-format -msgid "Delete this photo from camera?" -msgid_plural "Delete these %d photos from camera?" -msgstr[0] "カメラから %d 個の写真を削除しますか?" +#: src/Resources.vala:252 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 +#: ui/media.ui:151 ui/offline.ui:108 ui/tags.ui:151 ui/trash.ui:117 +msgid "_Filter Photos" +msgstr "写真のフィルタリング(_F)" -#: ../src/camera/ImportPage.vala:1725 -#, c-format -msgid "Delete this video from camera?" -msgid_plural "Delete these %d videos from camera?" -msgstr[0] "カメラから %d 個の動画を削除しますか?" +#: src/Resources.vala:253 +msgid "Filter Photos" +msgstr "写真のフィルタリング" -#: ../src/camera/ImportPage.vala:1728 -#, c-format -msgid "Delete this photo/video from camera?" -msgid_plural "Delete these %d photos/videos from camera?" -msgstr[0] "カメラから %d 個の写真/動画を削除しますか?" +#: src/Resources.vala:254 +msgid "Limit the number of photos displayed based on a filter" +msgstr "フィルターによって表示する写真の数を制限します" -#: ../src/camera/ImportPage.vala:1731 -#, c-format -msgid "Delete these files from camera?" -msgid_plural "Delete these %d files from camera?" -msgstr[0] "カメラから %d 個のファイルを削除しますか?" +#: src/Resources.vala:257 +msgid "Duplicate" +msgstr "複製する" -#: ../src/camera/ImportPage.vala:1758 -msgid "Removing photos/videos from camera" -msgstr "カメラから写真/動画を削除中" +#: src/Resources.vala:258 +msgid "Make a duplicate of the photo" +msgstr "写真の複製を作成する" -#: ../src/camera/ImportPage.vala:1762 -#, c-format -msgid "Unable to delete %d photo/video from the camera due to errors." -msgid_plural "Unable to delete %d photos/videos from the camera due to errors." -msgstr[0] "エラーのためカメラから %d 個の写真/動画を削除できません。" +#: src/Resources.vala:260 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 +#: ui/photo.ui:17 ui/tags.ui:17 +msgid "_Export…" +msgstr "エクスポート(_E)…" -#: ../src/data_imports/DataImports.vala:22 -msgid "Data Imports" -msgstr "データのインポート" +#: src/Resources.vala:262 +msgid "_Print…" +msgstr "印刷(_P)…" -#. Send an empty job to the queue to mark the end of the import -#: ../src/data_imports/DataImportsPluginHost.vala:65 -#: ../src/data_imports/DataImportsPluginHost.vala:78 -#, c-format -msgid "%s Database" -msgstr "%s のデータベース" +#: src/Resources.vala:264 +msgid "Pu_blish…" +msgstr "公開(_B)…" -#: ../src/data_imports/DataImportsPluginHost.vala:148 -#: ../src/data_imports/DataImportsPluginHost.vala:294 -#, c-format -msgid "Importing from %s can't continue because an error occurred:" -msgstr "エラーが発生したため %s からのインポートを継続できません:" +#: src/Resources.vala:266 ui/collection.ui:189 +msgid "Publish to various websites" +msgstr "色々なウェブサイトに公開します" -#: ../src/data_imports/DataImportsPluginHost.vala:151 -msgid "To try importing from another service, select one from the above menu." -msgstr "他のサービスからインポートするには、上記メニューから1つ選択してください。" +#: src/Resources.vala:268 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 +#: ui/faces.ui:340 ui/media.ui:340 ui/photo_context.ui:105 ui/photo.ui:327 +#: ui/tags.ui:340 +msgid "Edit _Title…" +msgstr "タイトルの編集(_T)…" -#: ../src/data_imports/DataImportsUI.vala:10 -msgid "" -"You do not have any data imports plugins enabled.\n" -"\n" -"In order to use the Import From Application functionality, you need to have at least one data imports plugin enabled. Plugins can be enabled in the Preferences dialog." -msgstr "" -"有効なデータインポートプラグインがありません。\n" -"\n" -"アプリケーションからのインポートを利用するには、有効なデータインポートプラグインが少なくとも一つは必要です。プラグインは、設定ダイアログで有効にできます。" +#. Button label +#: src/Resources.vala:270 +msgctxt "Button Label" +msgid "Edit Title" +msgstr "タイトルの編集" -#: ../src/data_imports/DataImportsUI.vala:100 -msgid "Database file:" -msgstr "データベースファイル:" +#: src/Resources.vala:272 ui/collection.ui:103 ui/events_directory.ui:144 +#: ui/events_directory.ui:186 ui/event.ui:345 ui/event.ui:398 ui/event.ui:542 +#: ui/faces.ui:345 ui/media.ui:345 ui/photo_context.ui:110 ui/photo.ui:332 +#: ui/tags.ui:345 +msgid "Edit _Comment…" +msgstr "コメントの編集(_C)…" -#: ../src/data_imports/DataImportsUI.vala:112 -#: ../src/library/LibraryWindow.vala:899 -msgid "_Import" -msgstr "インポート(_I)" +#. Button label +#: src/Resources.vala:274 +msgid "Edit Comment" +msgstr "コメントの編集" -#: ../src/data_imports/DataImportsUI.vala:216 -msgid "Import From Application" -msgstr "アプリケーションからインポート" +#: src/Resources.vala:276 ui/event.ui:592 +msgid "Edit Event _Comment…" +msgstr "イベントのコメントの編集(_C)…" -#: ../src/data_imports/DataImportsUI.vala:217 -msgid "Import media _from:" -msgstr "メディアからインポート(_F):" +#: src/Resources.vala:279 ui/direct.ui:167 ui/photo.ui:337 +msgid "_Adjust Date and Time…" +msgstr "日付と時刻の調整(_A)…" -#: ../src/data_imports/DataImportsUI.vala:394 -#: ../src/publishing/PublishingUI.vala:493 -msgid "_Close" -msgstr "閉じる(_C)" +#: src/Resources.vala:280 +msgid "Adjust Date and Time" +msgstr "日付と時刻の調整" -#: ../src/db/DatabaseTable.vala:37 -#, c-format -msgid "Unable to open/create photo database %s: error code %d" -msgstr "写真データベース %s を開く/作成できません: エラーコード %d" +#: src/Resources.vala:282 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 +#: ui/faces.ui:390 ui/media.ui:390 ui/photo.ui:375 ui/tags.ui:390 +msgid "Add _Tags…" +msgstr "タグの追加(_T)…" -#: ../src/db/DatabaseTable.vala:46 -#, c-format -msgid "" -"Unable to write to photo database file:\n" -" %s" -msgstr "" -"写真データベースファイルに書き込めませんでした:\n" -" %s" +#: src/Resources.vala:283 ui/photo_context.ui:17 +msgid "_Add Tags…" +msgstr "タグの追加(_A)…" -#: ../src/db/DatabaseTable.vala:48 -#, c-format -msgid "" -"Error accessing database file:\n" -" %s\n" -"\n" -"Error was: \n" -"%s" -msgstr "" -"データベースのアクセス時にエラーが発生しました:\n" -" %s\n" -"\n" -"エラーは以下の通り: \n" -"%s" +#. Dialog title +#: src/Resources.vala:285 +msgctxt "Dialog Title" +msgid "Add Tags" +msgstr "タグの追加" -#: ../src/direct/DirectPhotoPage.vala:46 ../src/library/LibraryWindow.vala:352 -msgid "_File" -msgstr "ファイル(_F)" +#: src/Resources.vala:294 ui/photo_context.ui:135 +msgid "Send T_o…" +msgstr "送る(_O)…" -#: ../src/direct/DirectPhotoPage.vala:51 -#: ../src/direct/DirectPhotoPage.vala:417 -msgid "_Save" -msgstr "保存(_S)" +#: src/Resources.vala:296 +msgid "_Find…" +msgstr "検索(_F)…" + +#: src/Resources.vala:297 ui/collection.ui:217 ui/offline.ui:239 +#: ui/trash.ui:312 +msgid "Find" +msgstr "検索" -#: ../src/direct/DirectPhotoPage.vala:52 -msgid "Save photo" -msgstr "写真を保存" +#: src/Resources.vala:298 ui/collection.ui:214 ui/offline.ui:236 +#: ui/trash.ui:309 +msgid "Find an image by typing text that appears in its name or tags" +msgstr "名前やタグに表示されているテキストを入力して画像を検索します" -#: ../src/direct/DirectPhotoPage.vala:57 -msgid "Save _As..." -msgstr "別名で保存(_A)..." +#: src/Resources.vala:300 +msgid "_Flag" +msgstr "フラグを付ける(_F)" -#: ../src/direct/DirectPhotoPage.vala:58 -msgid "Save photo with a different name" -msgstr "写真を別の名前で保存します" +#: src/Resources.vala:302 +msgid "Un_flag" +msgstr "フラグを外す(_F)" -#: ../src/direct/DirectPhotoPage.vala:69 -msgid "Print the photo to a printer connected to your computer" -msgstr "コンピューターに接続されたプリンターに写真を印刷します" +#: src/Resources.vala:306 +msgid "Mark faces of people in the photo" +msgstr "写真の中の人のフェイスをマーク" -#: ../src/direct/DirectPhotoPage.vala:73 ../src/library/LibraryWindow.vala:356 -msgid "_Edit" -msgstr "編集(_E)" +#: src/Resources.vala:307 +msgid "Modify Faces" +msgstr "フェイスを変更" -#: ../src/direct/DirectPhotoPage.vala:77 ../src/library/LibraryWindow.vala:364 -msgid "_Photo" -msgstr "写真(_P)" +#: src/Resources.vala:308 +msgid "Delete Face" +msgstr "顔を削除" -#: ../src/direct/DirectPhotoPage.vala:169 -#: ../src/library/LibraryWindow.vala:380 -msgid "_Help" -msgstr "ヘルプ(_H)" +#: src/Resources.vala:310 src/Resources.vala:352 ui/tags.ui:456 +msgid "_Rename…" +msgstr "名前の変更(_R)…" -#: ../src/direct/DirectPhotoPage.vala:227 +#: src/Resources.vala:314 #, c-format -msgid "%s does not exist." -msgstr "%s は存在しません。" +msgid "Unable to launch editor: %s" +msgstr "エディターを起動できません: %s" -#: ../src/direct/DirectPhotoPage.vala:229 +#: src/Resources.vala:319 #, c-format -msgid "%s is not a file." -msgstr "%s はファイルではありません。" +msgid "Add Tag “%s”" +msgstr "タグ “%s” の追加" -#: ../src/direct/DirectPhotoPage.vala:231 +#. Used when adding two tags to photo(s) +#: src/Resources.vala:322 #, c-format -msgid "" -"%s does not support the file format of\n" -"%s." -msgstr "" -"%s は以下のファイルフォーマットをサポートしていません。\n" -"%s" +msgid "Add Tags “%s” and “%s”" +msgstr "タグ “%s” と “%s” の追加" -#: ../src/direct/DirectPhotoPage.vala:417 -msgid "_Save a Copy" -msgstr "コピーを保存(_S)" +#. Undo/Redo command name (in Edit menu) +#: src/Resources.vala:327 +msgctxt "UndoRedo menu entry" +msgid "Add Tags" +msgstr "タグの追加" -#: ../src/direct/DirectPhotoPage.vala:420 +#: src/Resources.vala:332 #, c-format -msgid "Lose changes to %s?" -msgstr "%s への変更を破棄しますか?" - -#: ../src/direct/DirectPhotoPage.vala:421 -msgid "Close _without Saving" -msgstr "保存せずに閉じる(_W)" +msgid "_Delete Tag “%s”" +msgstr "タグ “%s” の削除(_D)" -#: ../src/direct/DirectPhotoPage.vala:454 +#: src/Resources.vala:336 #, c-format -msgid "Error while saving to %s: %s" -msgstr "%s に保存する際にエラーが発生しました: %s" - -#: ../src/direct/DirectPhotoPage.vala:482 -#: ../src/direct/DirectPhotoPage.vala:503 -msgid "Save As" -msgstr "別名で保存" - -#: ../src/editing_tools/EditingTools.vala:665 -msgid "Return to current photo dimensions" -msgstr "現在の写真サイズに戻す" - -#: ../src/editing_tools/EditingTools.vala:668 -msgid "Set the crop for this photo" -msgstr "この写真の切り抜きを設定" - -#: ../src/editing_tools/EditingTools.vala:680 -msgid "Pivot the crop rectangle between portrait and landscape orientations" -msgstr "切り抜く長方形の縦方向と横方向を回転させます" - -#: ../src/editing_tools/EditingTools.vala:753 -msgid "Unconstrained" -msgstr "制限なし" - -#: ../src/editing_tools/EditingTools.vala:754 -msgid "Square" -msgstr "正方形" - -#: ../src/editing_tools/EditingTools.vala:755 -msgid "Screen" -msgstr "画面" +msgid "Delete Tag “%s”" +msgstr "タグ “%s” の削除" -#: ../src/editing_tools/EditingTools.vala:757 -#: ../src/editing_tools/EditingTools.vala:760 -#: ../src/editing_tools/EditingTools.vala:770 -#: ../src/editing_tools/EditingTools.vala:780 -msgid "-" -msgstr "-" +#: src/Resources.vala:339 +msgid "Delete Tag" +msgstr "タグの削除" -#: ../src/editing_tools/EditingTools.vala:758 -msgid "SD Video (4 : 3)" -msgstr "SD動画サイズ (4:3)" +#: src/Resources.vala:345 +#, c-format +msgid "Re_name Tag “%s”…" +msgstr "タグ名の変更(_N) “%s”…" -#: ../src/editing_tools/EditingTools.vala:759 -msgid "HD Video (16 : 9)" -msgstr "HD動画サイズ (16:9)" +#: src/Resources.vala:349 +#, c-format +msgid "Rename Tag “%s” to “%s”" +msgstr "タグ名の変更 “%s” → “%s”" -#: ../src/editing_tools/EditingTools.vala:766 -msgid "Letter (8.5 x 11 in.)" -msgstr "Letter (8.5 x 11 in.)" +#: src/Resources.vala:354 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 +#: ui/faces.ui:395 ui/media.ui:395 ui/photo_context.ui:22 ui/photo.ui:380 +#: ui/tags.ui:395 +msgid "Modif_y Tags…" +msgstr "タグの変更(_Y)…" -#: ../src/editing_tools/EditingTools.vala:768 -msgid "Tabloid (11 x 17 in.)" -msgstr "Tabloid (11 x 17 in.)" +#: src/Resources.vala:355 +msgid "Modify Tags" +msgstr "タグの変更" -#: ../src/editing_tools/EditingTools.vala:775 -msgid "A4 (210 x 297 mm)" -msgstr "A4 (210 x 297 mm)" +#: src/Resources.vala:358 +#, c-format +msgid "Tag Photo as “%s”" +msgid_plural "Tag Photos as “%s”" +msgstr[0] "" +msgstr[1] "" -#: ../src/editing_tools/EditingTools.vala:779 -msgid "A3 (297 x 420 mm)" -msgstr "A3 (297 x 420 mm)" +#: src/Resources.vala:364 +#, c-format +msgid "Tag the selected photo as “%s”" +msgid_plural "Tag the selected photos as “%s”" +msgstr[0] "" +msgstr[1] "" -#: ../src/editing_tools/EditingTools.vala:1905 -msgid "Close the red-eye tool" -msgstr "赤目ツールを閉じる" +#: src/Resources.vala:370 +#, c-format +msgid "Remove Tag “%s” From _Photo" +msgid_plural "Remove Tag “%s” From _Photos" +msgstr[0] "タグ “%s” を写真から削除する(_P)" -#: ../src/editing_tools/EditingTools.vala:1908 -msgid "Remove any red-eye effects in the selected region" -msgstr "選択された範囲で赤目現象を取り除きます" +#: src/Resources.vala:376 +#, c-format +msgid "Remove Tag “%s” From Photo" +msgid_plural "Remove Tag “%s” From Photos" +msgstr[0] "タグ “%s” を写真から削除する" -#: ../src/editing_tools/EditingTools.vala:2244 -#: ../src/editing_tools/StraightenTool.vala:102 -msgid "_Reset" -msgstr "リセット(_R)" +#: src/Resources.vala:382 +#, c-format +msgid "Unable to rename tag to “%s” because the tag already exists." +msgstr "タグがすでに存在するため、タグ名を “%s” に変更できません。" -#: ../src/editing_tools/EditingTools.vala:2266 -msgid "Saturation:" -msgstr "彩度:" +#: src/Resources.vala:386 +#, c-format +msgid "Unable to rename search to “%s” because the search already exists." +msgstr "検索がすでに存在するため、検索名を “%s” に変更できません。" -#: ../src/editing_tools/EditingTools.vala:2274 -msgid "Tint:" -msgstr "色合い:" +#. Saved search button +#: src/Resources.vala:389 src/SearchFilter.vala:1146 +msgid "Saved Search" +msgstr "保存された検索" -#: ../src/editing_tools/EditingTools.vala:2283 -msgid "Temperature:" -msgstr "温度:" +#: src/Resources.vala:391 +msgid "Delete Search" +msgstr "検索を削除" -#: ../src/editing_tools/EditingTools.vala:2291 -msgid "Shadows:" -msgstr "シャドウ:" +#: src/Resources.vala:394 ui/savedsearch.ui:10 +msgid "_Edit…" +msgstr "編集(_E)…" -#: ../src/editing_tools/EditingTools.vala:2299 -msgid "Highlights:" -msgstr "ハイライト:" +#: src/Resources.vala:395 ui/savedsearch.ui:6 +msgid "Re_name…" +msgstr "名前の変更(_N)…" -#: ../src/editing_tools/EditingTools.vala:2353 -msgid "Reset Colors" -msgstr "色をリセット" +#: src/Resources.vala:398 +#, c-format +msgid "Rename Search “%s” to “%s”" +msgstr "検索名の変更 “%s” → “%s”" -#: ../src/editing_tools/EditingTools.vala:2353 -msgid "Reset all color adjustments to original" -msgstr "すべての色調整をオリジナルの状態に戻す" +#: src/Resources.vala:402 +#, c-format +msgid "Delete Search “%s”" +msgstr "“%s” を削除" -#: ../src/editing_tools/EditingTools.vala:2705 -msgid "Temperature" -msgstr "温度" +#: src/Resources.vala:407 +#, c-format +msgid "Unable to rename face to “%s” because the face already exists." +msgstr "" -#: ../src/editing_tools/EditingTools.vala:2718 -msgid "Tint" -msgstr "色合い" +#: src/Resources.vala:411 +#, c-format +msgid "Remove Face “%s” From _Photo" +msgid_plural "Remove Face “%s” From _Photos" +msgstr[0] "" +msgstr[1] "" -#: ../src/editing_tools/EditingTools.vala:2731 -msgid "Saturation" -msgstr "彩度" +#: src/Resources.vala:416 +#, c-format +msgid "Remove Face “%s” From Photo" +msgid_plural "Remove Face “%s” From Photos" +msgstr[0] "" +msgstr[1] "" -#: ../src/editing_tools/EditingTools.vala:2744 -msgid "Exposure" -msgstr "露出" +#: src/Resources.vala:421 +#, c-format +msgid "Re_name Face “%s”…" +msgstr "" -#: ../src/editing_tools/EditingTools.vala:2757 -msgid "Shadows" -msgstr "シャドウ" +#: src/Resources.vala:425 +#, c-format +msgid "Rename Face “%s” to “%s”" +msgstr "" -#: ../src/editing_tools/EditingTools.vala:2770 -msgid "Highlights" -msgstr "ハイライト" +#: src/Resources.vala:429 +#, c-format +msgid "_Delete Face “%s”" +msgstr "" -#: ../src/editing_tools/EditingTools.vala:2780 -msgid "Contrast Expansion" -msgstr "コントラストの拡張" +#: src/Resources.vala:433 +#, c-format +msgid "Delete Face “%s”" +msgstr "" -#: ../src/editing_tools/StraightenTool.vala:99 -msgid "Angle:" -msgstr "角度:" +#: src/Resources.vala:663 +#, c-format +msgid "Rate %s" +msgstr "評価 %s" -#: ../src/events/EventDirectoryItem.vala:83 +#: src/Resources.vala:664 #, c-format -msgid "%d Photo/Video" -msgid_plural "%d Photos/Videos" -msgstr[0] "%d 個の写真/動画" +msgid "Set rating to %s" +msgstr "評価を %s に設定" -#: ../src/events/EventPage.vala:129 -msgid "No Event" -msgstr "イベントなし" +#: src/Resources.vala:665 +#, c-format +msgid "Setting rating to %s" +msgstr "評価を %s に設定" -#: ../src/events/EventsDirectoryPage.vala:131 -msgid "Display the comment of each event" -msgstr "各イベントのコメントを表示します" +#: src/Resources.vala:667 +#, c-format +msgid "Display %s" +msgstr "%s を表示" -#: ../src/events/EventsDirectoryPage.vala:155 -msgid "No events" -msgstr "イベントなし" +#: src/Resources.vala:668 +#, c-format +msgid "Only show photos with a rating of %s" +msgstr "評価が %s の写真のみ表示" -#: ../src/events/EventsDirectoryPage.vala:159 -msgid "No events found" -msgstr "イベントが見つかりません" +#: src/Resources.vala:669 +#, c-format +msgid "%s or Better" +msgstr "%s 以上" -#: ../src/events/EventsDirectoryPage.vala:230 -msgid "Events" -msgstr "イベント" +#: src/Resources.vala:670 +#, c-format +msgid "Display %s or Better" +msgstr "%s 以上のものを表示します" -#: ../src/events/EventsDirectoryPage.vala:244 -msgid "Undated" -msgstr "日付なし" +#: src/Resources.vala:671 +#, c-format +msgid "Only show photos with a rating of %s or better" +msgstr "%s 以上の評価の写真のみ表示します" -#: ../src/events/EventsDirectoryPage.vala:245 -msgid "%Y" -msgstr "%Y年" +#: src/Resources.vala:762 ui/trash.ui:255 +msgid "Remove the selected photos from the trash" +msgstr "選択された写真をゴミ箱から削除" -#: ../src/events/EventsDirectoryPage.vala:246 -msgid "%B" -msgstr "%B" +#: src/Resources.vala:763 ui/offline.ui:221 +msgid "Remove the selected photos from the library" +msgstr "選択されたファイルをライブラリから削除" -#: ../src/folders/Branch.vala:141 -msgid "Folders" -msgstr "フォルダー" +#: src/Resources.vala:765 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 +msgid "_Restore" +msgstr "元に戻す(_R)" -#: ../src/library/Branch.vala:37 ../ui/shotwell.glade.h:33 -msgid "Library" -msgstr "ライブラリ" +#: src/Resources.vala:766 ui/trash.ui:270 +msgid "Move the selected photos back into the library" +msgstr "選択された写真をライブラリに戻します" -#: ../src/library/ImportQueuePage.vala:8 -msgid "Importing..." -msgstr "インポート中..." +#: src/Resources.vala:768 ui/collection.ui:123 ui/direct_context.ui:18 +#: ui/direct.ui:30 ui/event.ui:27 ui/event.ui:562 ui/faces.ui:27 ui/media.ui:27 +#: ui/photo_context.ui:130 ui/photo.ui:35 ui/tags.ui:27 ui/trash.ui:19 +#: ui/trash.ui:227 +msgid "Show in File Mana_ger" +msgstr "ファイルマネージャーで開く(_G)" -#: ../src/library/ImportQueuePage.vala:66 -msgid "_Stop Import" -msgstr "インポートを停止(_S)" +#: src/Resources.vala:769 +msgid "Open the selected photo’s directory in the file manager" +msgstr "選択された写真があるディレクトリをファイルマネージャーで開きます" -#: ../src/library/ImportQueuePage.vala:67 -msgid "Stop importing photos" -msgstr "画像のインポートを停止" +#: src/Resources.vala:772 +#, c-format +msgid "Unable to open in file manager: %s" +msgstr "ファイルマネージャーで開けません: %s" -#: ../src/library/ImportQueuePage.vala:123 -msgid "Preparing to import..." -msgstr "インポートしようとしています..." +#: src/Resources.vala:775 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 +#: ui/offline.ui:58 ui/offline.ui:207 ui/offline.ui:224 ui/photo.ui:77 +#: ui/tags.ui:74 +msgid "R_emove From Library" +msgstr "ライブラリから削除(_E)" -#: ../src/library/ImportQueuePage.vala:150 -#, c-format -msgid "Imported %s" -msgstr "%s をインポートしました" +#: src/Resources.vala:777 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 +#: ui/faces.ui:79 ui/media.ui:79 ui/photo_context.ui:141 ui/photo.ui:82 +#: ui/tags.ui:79 +msgid "_Move to Trash" +msgstr "ゴミ箱へ移動(_M)" -#: ../src/library/LastImportPage.vala:8 -msgid "Last Import" -msgstr "最後にインポートしたもの" +#: src/Resources.vala:779 ui/events_directory.ui:58 ui/event.ui:86 +#: ui/faces.ui:86 ui/import.ui:61 ui/media.ui:86 ui/offline.ui:65 ui/tags.ui:86 +#: ui/trash.ui:74 +msgid "Select _All" +msgstr "すべて選択(_A)" -#: ../src/library/LibraryWindow.vala:301 -msgid "_Import From Folder..." -msgstr "フォルダーからインポート(_I)..." +#: src/Resources.vala:780 +msgid "Select all items" +msgstr "すべてのアイテムを選択します" -#: ../src/library/LibraryWindow.vala:302 -msgid "Import photos from disk to library" -msgstr "ディスクからライブラリに写真をインポートします" +#. ...precache the timestamp string... +#. / Locale-specific time format for 12-hour time, i.e. 8:31 PM +#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes +#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format +#. / Locale-specific time format for 12-hour time with seconds, i.e. 8:31:42 PM +#. / Precede modifier with a dash ("-") to pad with spaces, otherwise will pad with zeroes +#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format +#. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006" +#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format +#: src/Resources.vala:841 +msgid "%a %b %d, %Y" +msgstr "%Y年%m月%d日 (%a)" -#: ../src/library/LibraryWindow.vala:309 -msgid "Import From _Application..." -msgstr "アプリケーションからインポート(_A)..." +#. / Locale-specific starting date format for multi-date strings, +#. / i.e. the "Tue Mar 08" in "Tue Mar 08 - 10, 2006" +#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format +#: src/Resources.vala:846 +msgctxt "MultidayFormat" +msgid "%a %b %d" +msgstr "%m月%d日 (%a)" -#: ../src/library/LibraryWindow.vala:313 -msgid "Sort _Events" -msgstr "イベントの並び替え(_E)" +#. / Locale-specific ending date format for multi-date strings, +#. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006" +#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format +#: src/Resources.vala:851 +msgctxt "MultidayFormat" +msgid "%d, %Y" +msgstr "%d日, %Y年" -#: ../src/library/LibraryWindow.vala:323 -msgid "Empty T_rash" -msgstr "ゴミ箱を空にする(_R)" +#. / Locale-specific calendar date format for multi-month strings, +#. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006" +#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format +#: src/Resources.vala:856 +msgctxt "MultimonthFormat" +msgid "%a %b %d" +msgstr "%m月%d日 (%a)" -#: ../src/library/LibraryWindow.vala:324 -msgid "Delete all photos in the trash" -msgstr "ゴミ箱にあるすべての写真を削除します" +#. / Locale-specific calendar date format for multi-month strings, +#. / i.e. the "Mon Apr 06, 2006" in "Tue Mar 08 to Mon Apr 06, 2006" +#. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format +#: src/Resources.vala:861 +msgctxt "MultimonthFormat" +msgid "%a %b %d, %Y" +msgstr "%m月%d日 (%a), %Y年" -#: ../src/library/LibraryWindow.vala:329 -msgid "View Eve_nt for Photo" -msgstr "写真のイベントを表示(_N)" +#: src/Screensaver.vala:18 src/SlideshowPage.vala:117 +msgid "Slideshow" +msgstr "スライドショー" -#: ../src/library/LibraryWindow.vala:334 -msgid "_Find" -msgstr "検索(_F)" +#. Ordering must correspond with SearchConditionText.Context +#: src/searches/SavedSearchDialog.vala:170 +msgid "contains" +msgstr "が次を含む" -#: ../src/library/LibraryWindow.vala:335 -msgid "Find photos and videos by search criteria" -msgstr "検索条件で写真とビデオを探す" +#. Ordering must correspond with Context +#: src/searches/SavedSearchDialog.vala:171 +#: src/searches/SavedSearchDialog.vala:502 +msgid "is exactly" +msgstr "が完全に一致" -#: ../src/library/LibraryWindow.vala:346 ../src/searches/Branch.vala:77 -#: ../src/sidebar/Tree.vala:194 -msgid "Ne_w Saved Search..." -msgstr "新しい保存された検索(_W)..." +#: src/searches/SavedSearchDialog.vala:172 +msgid "starts with" +msgstr "が次で始まる" -#: ../src/library/LibraryWindow.vala:368 -msgid "_Photos" -msgstr "写真(_P)" +#: src/searches/SavedSearchDialog.vala:173 +msgid "ends with" +msgstr "が次で終わる" -#: ../src/library/LibraryWindow.vala:372 -msgid "Even_ts" -msgstr "イベント(_T)" +#: src/searches/SavedSearchDialog.vala:174 +msgid "does not contain" +msgstr "が次を含まない" -#: ../src/library/LibraryWindow.vala:391 -msgid "_Basic Information" -msgstr "基本情報(_B)" +#: src/searches/SavedSearchDialog.vala:175 +#: src/searches/SavedSearchDialog.vala:506 +msgid "is not set" +msgstr "がセットされていない" -#: ../src/library/LibraryWindow.vala:392 -msgid "Display basic information for the selection" -msgstr "選択した写真の基本情報を表示します" +#: src/searches/SavedSearchDialog.vala:176 +msgid "is set" +msgstr "がセットされている" -#: ../src/library/LibraryWindow.vala:397 -msgid "E_xtended Information" -msgstr "拡張情報(_X)" +#. Ordering must correspond with SearchConditionMediaType.Context +#: src/searches/SavedSearchDialog.vala:250 +#: src/searches/SavedSearchDialog.vala:381 +#: src/searches/SavedSearchDialog.vala:446 +msgid "is" +msgstr "が次である" -#: ../src/library/LibraryWindow.vala:398 -msgid "Display extended information for the selection" -msgstr "選択した写真の拡張情報を表示します" +#: src/searches/SavedSearchDialog.vala:251 +msgid "is not" +msgstr "が次でない" -#: ../src/library/LibraryWindow.vala:403 -msgid "_Search Bar" -msgstr "検索バー(_S)" +#. Ordering must correspond with SearchConditionMediaType.MediaType +#: src/searches/SavedSearchDialog.vala:257 +msgid "any photo" +msgstr "いずれかの写真" -#: ../src/library/LibraryWindow.vala:404 -msgid "Display the search bar" -msgstr "検索バーを表示" +#: src/searches/SavedSearchDialog.vala:258 +msgid "a raw photo" +msgstr "RAW画像" -#: ../src/library/LibraryWindow.vala:409 -msgid "S_idebar" -msgstr "サイドバー(_I)" +#: src/searches/SavedSearchDialog.vala:259 +msgid "a video" +msgstr "動画" -#: ../src/library/LibraryWindow.vala:410 -msgid "Display the sidebar" -msgstr "サイドバーを表示します" +#: src/searches/SavedSearchDialog.vala:313 +msgid "has" +msgstr "が次である" -#: ../src/library/LibraryWindow.vala:668 -msgid "Import From Folder" -msgstr "フォルダーからインポート" +#: src/searches/SavedSearchDialog.vala:314 +msgid "has no" +msgstr "が次ではない" -#: ../src/library/LibraryWindow.vala:737 -msgid "Empty Trash" -msgstr "ゴミ箱を空にする" +#: src/searches/SavedSearchDialog.vala:319 +msgid "modifications" +msgstr "画像補正がある" -#: ../src/library/LibraryWindow.vala:737 -msgid "Emptying Trash..." -msgstr "ゴミ箱を空にしています..." +#: src/searches/SavedSearchDialog.vala:320 +msgid "internal modifications" +msgstr "内部機能で画像補正がある" -#: ../src/library/LibraryWindow.vala:896 -#, c-format -msgid "" -"Shotwell is configured to import photos to your home directory.\n" -"We recommend changing this in Edit %s Preferences.\n" -"Do you want to continue importing photos?" -msgstr "" -"Shotwellはホームディレクトリに写真をインポートする設定になっています。\n" -"編集 %s 設定でこの設定を変更することをお勧めします。\n" -"写真のインポートを続けますか?" +#: src/searches/SavedSearchDialog.vala:321 +msgid "external modifications" +msgstr "外部エディターで画像補正がある" -#: ../src/library/LibraryWindow.vala:899 ../ui/shotwell.glade.h:19 -msgid "Library Location" -msgstr "ライブラリの場所" +#. Ordering must correspond with SearchConditionFlagged.State +#: src/searches/SavedSearchDialog.vala:375 +msgid "flagged" +msgstr "フラグ付き" -#. TODO: Specify which directory/file. -#: ../src/library/LibraryWindow.vala:912 -msgid "Photos cannot be imported from this directory." -msgstr "このディレクトリから写真のインポートができませんでした." +#: src/searches/SavedSearchDialog.vala:376 +msgid "not flagged" +msgstr "フラグなし" -#: ../src/library/LibraryWindow.vala:1200 -#, c-format -msgid "%s (%d%%)" -msgstr "%s (%d%%)" +#: src/searches/SavedSearchDialog.vala:439 +msgid "and higher" +msgstr "以上" -#: ../src/library/LibraryWindow.vala:1244 -#: ../src/library/LibraryWindow.vala:1255 -msgid "Updating library..." -msgstr "ライブラリの更新中..." +#: src/searches/SavedSearchDialog.vala:440 +msgid "only" +msgstr "のみ" -#: ../src/library/LibraryWindow.vala:1261 -msgid "Preparing to auto-import photos..." -msgstr "写真の自動インポートを行おうとしています..." +#: src/searches/SavedSearchDialog.vala:441 +msgid "and lower" +msgstr "以下" -#: ../src/library/LibraryWindow.vala:1266 -msgid "Auto-importing photos..." -msgstr "写真の自動インポート..." +#: src/searches/SavedSearchDialog.vala:503 +msgid "is after" +msgstr "が指定日より後" -#: ../src/library/LibraryWindow.vala:1274 -msgid "Writing metadata to files..." -msgstr "ファイルにメタデータを書き込んでいます..." +#: src/searches/SavedSearchDialog.vala:504 +msgid "is before" +msgstr "が指定日より前" -#: ../src/library/OfflinePage.vala:8 -msgid "Missing Files" -msgstr "見つからないファイル" +#: src/searches/SavedSearchDialog.vala:505 +msgid "is between" +msgstr "が以下の間" -#: ../src/library/OfflinePage.vala:106 -msgid "Deleting..." -msgstr "削除中..." +#: src/searches/SavedSearchDialog.vala:518 +msgid "and" +msgstr "から" -#: ../src/library/TrashPage.vala:8 -msgid "Trash" -msgstr "ゴミ箱" +#: src/searches/SearchBoolean.vala:169 +msgid "Any text" +msgstr "いずれかのテキスト" -#: ../src/library/TrashPage.vala:108 -msgid "Trash is empty" -msgstr "ゴミ箱は空です" +#: src/searches/SearchBoolean.vala:172 +msgid "Title" +msgstr "タイトル" -#: ../src/library/TrashPage.vala:112 -msgid "Delete" -msgstr "削除" +#: src/searches/SearchBoolean.vala:175 +msgid "Tag" +msgstr "タグ" -#: ../src/library/TrashPage.vala:113 -msgid "Deleting Photos" -msgstr "写真を削除しています" +#: src/searches/SearchBoolean.vala:178 +msgid "Comment" +msgstr "コメント" -#: ../src/main.vala:54 -#, c-format -msgid "Your photo library is not compatible with this version of Shotwell. It appears it was created by Shotwell %s (schema %d). This version is %s (schema %d). Please use the latest version of Shotwell." -msgstr "あなたの写真ライブラリは、このバージョンのShotwellと互換性がありません。ライブラリはShotwell %s (スキーマ %d)で作成されたもののようです。このバージョンは %s (スキーマ %d)です。最新バージョンのShotwellを利用してください。" +#: src/searches/SearchBoolean.vala:181 +msgid "Event name" +msgstr "イベント名" -#: ../src/main.vala:59 -#, c-format -msgid "Shotwell was unable to upgrade your photo library from version %s (schema %d) to %s (schema %d). For more information please check the Shotwell Wiki at %s" -msgstr "Shotwell は写真ライブラリのバージョンを %s (スキーマ %d)から %s (スキーマ %d)にアップグレードすることができません。詳しい情報は %s の Shotwell Wikiを確認してください。" +#: src/searches/SearchBoolean.vala:184 +msgid "File name" +msgstr "ファイル名" -#: ../src/main.vala:65 -#, c-format -msgid "Your photo library is not compatible with this version of Shotwell. It appears it was created by Shotwell %s (schema %d). This version is %s (schema %d). Please clear your library by deleting %s and re-import your photos." -msgstr "あなたの写真ライブラリは、このバージョンのShotwellと互換性がありません。ライブラリはShotwell %s (スキーマ %d)で作成されたもののようです。このバージョンは %s (スキーマ %d)です。%s を削除してライブラリを消去した上で、写真を再インポートしてください。" +#: src/searches/SearchBoolean.vala:187 +msgid "Face" +msgstr "フェイス" -#: ../src/main.vala:71 -#, c-format -msgid "Unknown error attempting to verify Shotwell's database: %s" -msgstr "Shotwell のデータベースを検査する際に不明なエラーが発生しました: %s" +#: src/searches/SearchBoolean.vala:190 +msgid "Media type" +msgstr "メディアタイプ" -#: ../src/main.vala:104 -msgid "Loading Shotwell" -msgstr "Shotwell を読み込み中" +#: src/searches/SearchBoolean.vala:193 +msgid "Flag state" +msgstr "フラグの状態" -#: ../src/main.vala:294 -msgid "Path to Shotwell's private data" -msgstr "Shotwellのプライベートデータのパス" +#: src/searches/SearchBoolean.vala:196 +msgid "Photo state" +msgstr "写真の状態" -#: ../src/main.vala:294 -msgid "DIRECTORY" -msgstr "ディレクトリ" +#: src/searches/SearchBoolean.vala:199 src/SearchFilter.vala:853 +#: src/SearchFilter.vala:1136 +msgid "Rating" +msgstr "評価" -#: ../src/main.vala:298 -msgid "Do not monitor library directory at runtime for changes" -msgstr "変更処理実行時にライブラリのディレクトリを監視しない" +#: src/searches/SearchBoolean.vala:202 +msgid "Date" +msgstr "日付" -#: ../src/main.vala:302 -msgid "Don't display startup progress meter" -msgstr "起動時のプログレスバーを表示できません。" +#: src/searches/SearchesBranch.vala:68 +msgid "Saved Searches" +msgstr "保存された検索" -#: ../src/main.vala:306 -msgid "Show the application's version" -msgstr "アプリケーションのバージョンを表示" +#: src/searches/SearchesBranch.vala:68 +msgid "Organize your saved searches" +msgstr "保存された検索の整理" -#. init GTK (valac has already called g_threads_init()) -#: ../src/main.vala:338 -msgid "[FILE]" -msgstr "[ファイル]" +#: src/SearchFilter.vala:837 +msgid "★+ Rating" +msgstr "" -#: ../src/main.vala:342 -#, c-format -msgid "Run '%s --help' to see a full list of available command line options.\n" -msgstr "利用可能なコマンドラインオプションの一覧を表示するには '%s --help' を実行してください。\n" +#: src/SearchFilter.vala:840 +msgid "★★+ Rating" +msgstr "" -#: ../src/photos/BmpSupport.vala:32 -msgid "BMP" -msgstr "BMP" +#: src/SearchFilter.vala:843 +msgid "★★★+ Rating" +msgstr "" -#: ../src/photos/JfifSupport.vala:84 -msgid "JPEG" -msgstr "JPEG" +#: src/SearchFilter.vala:846 +msgid "★★★★+ Rating" +msgstr "" -#: ../src/photos/JfifSupport.vala:182 -#, c-format -msgid "Low (%d%%)" -msgstr "低 (%d%%)" +#: src/SearchFilter.vala:850 +msgid "★★★★★+ Rating" +msgstr "" -#: ../src/photos/JfifSupport.vala:185 +#: src/SearchFilter.vala:1086 #, c-format -msgid "Medium (%d%%)" -msgstr "中 (%d%%)" +msgid "Error loading search bar UI: %s" +msgstr "検索バーUIを読み込む際にエラーが発生しました: %s" -#: ../src/photos/JfifSupport.vala:188 -#, c-format -msgid "High (%d%%)" -msgstr "高 (%d%%)" +#. Ticket #3260 - Add a 'close' context menu to +#. the searchbar. +#. Prepare the close menu for use, but don't +#. display it yet; we'll connect it to secondary +#. click later on. +#: src/SearchFilter.vala:1095 +msgid "Close" +msgstr "閉じる" -#: ../src/photos/JfifSupport.vala:191 -#, c-format -msgid "Maximum (%d%%)" -msgstr "最高 (%d%%)" +#. Type label and toggles +#: src/SearchFilter.vala:1101 +msgid "Type" +msgstr "種類" -#: ../src/photos/PngSupport.vala:30 -msgid "PNG" -msgstr "PNG" +#: src/SearchFilter.vala:1108 +msgid "Videos" +msgstr "動画" -#: ../src/photos/RawSupport.vala:134 -msgid "RAW" -msgstr "RAW" +#: src/SearchFilter.vala:1111 +msgid "RAW Photos" +msgstr "RAW画像" -#: ../src/photos/TiffSupport.vala:86 -msgid "TIFF" -msgstr "TIFF" +#: src/SearchFilter.vala:1147 +msgid "Use a saved search to filter items in the current view" +msgstr "保存された検索を使用して現在表示されているアイテムをフィルタリングします" -#: ../src/publishing/Publishing.vala:16 -msgid "Publishing" -msgstr "公開" +#. Set up toolbar +#. add toolbar buttons +#: src/SlideshowPage.vala:136 +msgid "Back" +msgstr "戻る" -#: ../src/publishing/PublishingPluginHost.vala:11 -msgid "Preparing for upload" -msgstr "アップロードの準備中…" +#: src/SlideshowPage.vala:138 +msgid "Go to the previous photo" +msgstr "前の写真に戻る" -#: ../src/publishing/PublishingPluginHost.vala:12 -#, c-format -msgid "Uploading %d of %d" -msgstr "アップロード中… %d / %d" +#: src/SlideshowPage.vala:143 src/SlideshowPage.vala:250 +msgid "Pause" +msgstr "一時停止" -#: ../src/publishing/PublishingPluginHost.vala:81 -#, c-format -msgid "Publishing to %s can't continue because an error occurred:" -msgstr "エラーが発生したため %s への公開を続けることができません。" +#: src/SlideshowPage.vala:145 src/SlideshowPage.vala:251 +msgid "Pause the slideshow" +msgstr "スライドショーの一時停止" -#: ../src/publishing/PublishingPluginHost.vala:84 -msgid "To try publishing to another service, select one from the above menu." -msgstr "他のサービスへの公開を試すには、上のメニューから選択してください。" +#: src/SlideshowPage.vala:150 +msgid "Next" +msgstr "次へ" -#: ../src/publishing/PublishingUI.vala:105 -msgid "The selected photos/videos were successfully published." -msgstr "選択された写真/動画の公開が完了しました。" +#: src/SlideshowPage.vala:152 +msgid "Go to the next photo" +msgstr "次の写真に進む" -#: ../src/publishing/PublishingUI.vala:107 -msgid "The selected videos were successfully published." -msgstr "選択された動画の公開が完了しました。" +#: src/SlideshowPage.vala:159 ui/slideshow_settings.ui:21 +msgid "Settings" +msgstr "設定" -#: ../src/publishing/PublishingUI.vala:109 -msgid "The selected photos were successfully published." -msgstr "選択された写真の公開が完了しました。" +#: src/SlideshowPage.vala:160 +msgid "Change slideshow settings" +msgstr "スライドショー設定の変更" -#: ../src/publishing/PublishingUI.vala:112 -msgid "The selected video was successfully published." -msgstr "選択された動画の公開が完了しました。" +#. An entire slideshow set might be missing, so check for a loop. +#: src/SlideshowPage.vala:214 +msgid "All photo source files are missing." +msgstr "元の写真すべてが見つかりません。" -#: ../src/publishing/PublishingUI.vala:114 -msgid "The selected photo was successfully published." -msgstr "選択された写真の公開が完了しました。" +#: src/SlideshowPage.vala:246 +msgid "Play" +msgstr "再生" -#: ../src/publishing/PublishingUI.vala:122 -msgid "Fetching account information..." -msgstr "アカウント情報を取得しています..." +#: src/SlideshowPage.vala:247 +msgid "Continue the slideshow" +msgstr "スライドショーの続行" -#: ../src/publishing/PublishingUI.vala:128 -msgid "Logging in..." -msgstr "ログイン中..." +#: src/slideshow/Slideshow.vala:22 +msgid "Slideshow Transitions" +msgstr "スライドショーのトランジション" -#: ../src/publishing/PublishingUI.vala:183 -msgid "Publish Photos" -msgstr "写真の公開" +#: src/slideshow/TransitionEffects.vala:98 +msgid "(None)" +msgstr "(なし)" -#: ../src/publishing/PublishingUI.vala:184 -msgid "Publish photos _to:" -msgstr "写真の公開先(_T):" +#: src/slideshow/TransitionEffects.vala:287 ui/preferences_dialog.ui:414 +msgid "None" +msgstr "なし" -#: ../src/publishing/PublishingUI.vala:186 -msgid "Publish Videos" -msgstr "動画の公開" +#: src/slideshow/TransitionEffects.vala:339 +msgid "Random" +msgstr "ランダム" -#: ../src/publishing/PublishingUI.vala:187 -msgid "Publish videos _to" -msgstr "動画の公開先(_T)" +#: src/tags/TagsBranch.vala:131 +msgid "Tags" +msgstr "タグ" -#: ../src/publishing/PublishingUI.vala:189 -msgid "Publish Photos and Videos" -msgstr "写真と動画の公開" +#: src/tags/TagsBranch.vala:131 +msgid "Organize and browse your photo’s tags" +msgstr "写真のタグの整理と閲覧" -#: ../src/publishing/PublishingUI.vala:190 -msgid "Publish photos and videos _to" -msgstr "写真と動画の公開先(_T)" +#: src/Tag.vala:830 +msgid "untitled" +msgstr "タイトルなし" -#. There are no enabled publishing services that accept this media type, -#. warn the user. -#: ../src/publishing/PublishingUI.vala:383 -msgid "Unable to publish" -msgstr "公開できません" +#. multiple videos +#: src/VideoSupport.vala:521 +msgid "Export Videos" +msgstr "動画のエクスポート" -#: ../src/publishing/PublishingUI.vala:384 -#, c-format -msgid "Shotwell cannot publish the selected items because you do not have a compatible publishing plugin enabled. To correct this, choose Edit %s Preferences and enable one or more of the publishing plugins on the Plugins tab." -msgstr "一致する公開プラグインが有効になっていないため、Shotwellは選択されたアイテムを公開できません。これを直すには、 設定 %s 編集 を選択して、プラグイン タブにあるいずれかの公開プラグインを有効にしてください。" +#: ui/collection.ui:33 ui/event.ui:281 ui/event.ui:472 ui/faces.ui:281 +#: ui/media.ui:281 ui/photo_context.ui:30 ui/photo.ui:268 ui/tags.ui:281 +msgid "Toggle _Flag" +msgstr "フラグの切り替え(_F)" -#: ../src/searches/Branch.vala:68 -msgid "Saved Searches" -msgstr "保存された検索" +#: ui/collection.ui:82 ui/event.ui:353 ui/event.ui:521 ui/faces.ui:353 +#: ui/media.ui:353 ui/photo_context.ui:88 ui/photo.ui:344 ui/tags.ui:353 +msgid "_Developer" +msgstr "現像(_D)" -#. Ordering must correspond with SearchConditionText.Context -#: ../src/searches/SavedSearchDialog.vala:169 -msgid "contains" -msgstr "が次を含む" +#: ui/collection.ui:119 ui/event.ui:387 ui/event.ui:558 ui/faces.ui:381 +#: ui/media.ui:381 ui/photo_context.ui:126 ui/tags.ui:381 +msgid "View Eve_nt for Photo" +msgstr "写真のイベントを表示(_N)" -#. Ordering must correspond with Context -#: ../src/searches/SavedSearchDialog.vala:170 -#: ../src/searches/SavedSearchDialog.vala:497 -msgid "is exactly" -msgstr "が完全に一致" +#: ui/direct.ui:5 ui/events_directory.ui:5 ui/event.ui:5 ui/faces.ui:5 +#: ui/import_queue.ui:5 ui/import.ui:5 ui/media.ui:5 ui/offline.ui:5 +#: ui/photo.ui:5 ui/tags.ui:5 ui/trash.ui:5 +msgid "_File" +msgstr "ファイル(_F)" -#: ../src/searches/SavedSearchDialog.vala:171 -msgid "starts with" -msgstr "が次で始まる" +#: ui/direct.ui:13 +msgid "Save _As…" +msgstr "名前を付けて保存(_A)…" -#: ../src/searches/SavedSearchDialog.vala:172 -msgid "ends with" -msgstr "が次で終わる" +#: ui/direct.ui:59 ui/events_directory.ui:71 ui/event.ui:99 ui/faces.ui:99 +#: ui/import_queue.ui:38 ui/import.ui:74 ui/media.ui:99 ui/offline.ui:78 +#: ui/photo.ui:95 ui/tags.ui:99 ui/trash.ui:87 +msgid "_View" +msgstr "表示(_V)" -#: ../src/searches/SavedSearchDialog.vala:173 -msgid "does not contain" -msgstr "が次を含まない" +#: ui/direct.ui:81 ui/photo.ui:156 +msgid "Fit to _Page" +msgstr "ページに合わせる(_P)" -#: ../src/searches/SavedSearchDialog.vala:174 -#: ../src/searches/SavedSearchDialog.vala:501 -msgid "is not set" -msgstr "がセットされていない" +#: ui/direct.ui:86 ui/photo.ui:161 +msgid "Zoom _100%" +msgstr "100% ズーム(_1)" -#. Ordering must correspond with SearchConditionMediaType.Context -#: ../src/searches/SavedSearchDialog.vala:245 -#: ../src/searches/SavedSearchDialog.vala:376 -#: ../src/searches/SavedSearchDialog.vala:441 -msgid "is" -msgstr "が次である" +#: ui/direct.ui:91 ui/photo.ui:166 +msgid "Zoom _200%" +msgstr "200% ズーム(_2)" + +#: ui/direct.ui:98 ui/photo.ui:187 +msgid "_Photo" +msgstr "写真(_P)" -#: ../src/searches/SavedSearchDialog.vala:246 -msgid "is not" -msgstr "が次でない" +#: ui/direct.ui:101 ui/photo.ui:190 +msgid "_Previous Photo" +msgstr "前の写真(_P)" -#. Ordering must correspond with SearchConditionMediaType.MediaType -#: ../src/searches/SavedSearchDialog.vala:252 -msgid "any photo" -msgstr "いずれかの写真" +#: ui/direct.ui:105 ui/photo.ui:194 +msgid "_Next Photo" +msgstr "次の写真(_N)" -#: ../src/searches/SavedSearchDialog.vala:253 -msgid "a raw photo" -msgstr "RAW画像" +#: ui/direct.ui:131 ui/photo.ui:220 +msgid "T_ools" +msgstr "ツール(_O)" -#: ../src/searches/SavedSearchDialog.vala:254 -msgid "a video" -msgstr "動画" +#: ui/direct.ui:182 ui/events_directory.ui:158 ui/event.ui:428 ui/faces.ui:438 +#: ui/import_queue.ui:73 ui/import.ui:191 ui/media.ui:411 ui/offline.ui:188 +#: ui/photo.ui:395 ui/tags.ui:430 ui/trash.ui:197 +msgid "_Frequently Asked Questions" +msgstr "FAQ(_F)" -#: ../src/searches/SavedSearchDialog.vala:308 -msgid "has" -msgstr "が次である" +#: ui/direct.ui:186 ui/events_directory.ui:162 ui/event.ui:432 ui/faces.ui:442 +#: ui/import_queue.ui:77 ui/import.ui:195 ui/media.ui:415 ui/offline.ui:192 +#: ui/photo.ui:399 ui/tags.ui:434 ui/trash.ui:201 +msgid "_Report a Problem…" +msgstr "問題を報告(_R)…" + +#: ui/events_directory.ui:8 ui/event.ui:8 ui/faces.ui:8 ui/import_queue.ui:14 +#: ui/import.ui:8 ui/media.ui:8 ui/offline.ui:8 ui/photo.ui:8 ui/tags.ui:8 +#: ui/trash.ui:8 +msgid "_Import From Folder…" +msgstr "フォルダーからインポート(_I)…" + +#: ui/events_directory.ui:13 ui/event.ui:13 ui/faces.ui:13 +#: ui/import_queue.ui:19 ui/import.ui:21 ui/media.ui:13 ui/offline.ui:13 +#: ui/photo.ui:13 ui/tags.ui:13 ui/trash.ui:13 +msgid "Import From _Application…" +msgstr "アプリケーションからインポート(_A)…" + +#: ui/events_directory.ui:19 ui/event.ui:34 ui/faces.ui:34 +#: ui/import_queue.ui:25 ui/import.ui:27 ui/media.ui:34 ui/offline.ui:19 +#: ui/photo.ui:42 ui/tags.ui:34 ui/trash.ui:24 ui/trash.ui:234 ui/trash.ui:242 +msgid "Empty T_rash" +msgstr "ゴミ箱を空にする(_R)" -#: ../src/searches/SavedSearchDialog.vala:309 -msgid "has no" -msgstr "が次ではない" +#: ui/events_directory.ui:47 ui/event.ui:62 ui/faces.ui:62 ui/import.ui:55 +#: ui/media.ui:62 ui/offline.ui:47 ui/tags.ui:62 ui/trash.ui:52 +msgid "_Find" +msgstr "検索(_F)" -#: ../src/searches/SavedSearchDialog.vala:314 -msgid "modifications" -msgstr "画像補正がある" +#: ui/events_directory.ui:51 ui/event.ui:66 ui/faces.ui:66 ui/media.ui:66 +#: ui/offline.ui:51 ui/photo.ui:70 ui/search_sidebar_context.ui:6 +#: ui/sidebar_default_context.ui:6 ui/tags.ui:66 ui/trash.ui:56 +msgid "Ne_w Saved Search…" +msgstr "新しい保存された検索(_W)…" -#: ../src/searches/SavedSearchDialog.vala:315 -msgid "internal modifications" -msgstr "内部機能で画像補正がある" +#: ui/events_directory.ui:74 ui/event.ui:102 ui/faces.ui:102 +#: ui/import_queue.ui:41 ui/import.ui:77 ui/media.ui:102 ui/offline.ui:81 +#: ui/photo.ui:98 ui/tags.ui:102 ui/trash.ui:90 +msgid "_Basic Information" +msgstr "基本情報(_B)" -#: ../src/searches/SavedSearchDialog.vala:316 -msgid "external modifications" -msgstr "外部エディターで画像補正がある" +#: ui/events_directory.ui:79 ui/event.ui:107 ui/faces.ui:107 ui/import.ui:82 +#: ui/media.ui:107 ui/offline.ui:86 ui/photo.ui:103 ui/tags.ui:107 +#: ui/trash.ui:95 +msgid "E_xtended Information" +msgstr "拡張情報(_X)" -#. Ordering must correspond with SearchConditionFlagged.State -#: ../src/searches/SavedSearchDialog.vala:370 -msgid "flagged" -msgstr "フラグ付き" +#: ui/events_directory.ui:84 ui/event.ui:112 ui/faces.ui:112 ui/import.ui:87 +#: ui/media.ui:112 ui/offline.ui:91 ui/tags.ui:112 ui/trash.ui:100 +msgid "_Search Bar" +msgstr "検索バー(_S)" -#: ../src/searches/SavedSearchDialog.vala:371 -msgid "not flagged" -msgstr "フラグなし" +#: ui/events_directory.ui:89 ui/event.ui:117 ui/faces.ui:117 ui/import.ui:92 +#: ui/media.ui:117 ui/offline.ui:96 ui/photo.ui:108 ui/tags.ui:117 +#: ui/trash.ui:105 +msgid "S_idebar" +msgstr "サイドバー(_I)" -#: ../src/searches/SavedSearchDialog.vala:434 -msgid "and higher" -msgstr "以上" +#: ui/events_directory.ui:94 ui/event.ui:122 ui/faces.ui:122 ui/import.ui:97 +#: ui/media.ui:122 ui/offline.ui:101 ui/photo.ui:113 ui/tags.ui:122 +#: ui/trash.ui:110 +msgid "T_oolbar" +msgstr "ツールバー(_O)" -#: ../src/searches/SavedSearchDialog.vala:435 -msgid "only" -msgstr "のみ" +#: ui/events_directory.ui:101 ui/event.ui:134 ui/faces.ui:134 ui/media.ui:134 +#: ui/tags.ui:134 +msgid "_Comments" +msgstr "コメント(_C)" -#: ../src/searches/SavedSearchDialog.vala:436 -msgid "and lower" -msgstr "以下" +#: ui/events_directory.ui:108 ui/event.ui:243 ui/faces.ui:243 +#: ui/import_queue.ui:48 ui/import.ui:166 ui/media.ui:243 ui/offline.ui:163 +#: ui/photo.ui:127 ui/tags.ui:243 ui/trash.ui:172 +msgid "Sort _Events" +msgstr "イベントの並び替え(_E)" -#: ../src/searches/SavedSearchDialog.vala:498 -msgid "is after" -msgstr "が指定日より後" +#: ui/events_directory.ui:111 ui/event.ui:231 ui/event.ui:246 ui/faces.ui:231 +#: ui/faces.ui:246 ui/import_queue.ui:51 ui/import.ui:169 ui/media.ui:231 +#: ui/media.ui:246 ui/offline.ui:166 ui/photo.ui:130 ui/tags.ui:231 +#: ui/tags.ui:246 ui/trash.ui:175 +msgid "_Ascending" +msgstr "昇順(_A)" -#: ../src/searches/SavedSearchDialog.vala:499 -msgid "is before" -msgstr "が指定日より前" +#: ui/events_directory.ui:116 ui/event.ui:236 ui/faces.ui:236 +#: ui/import_queue.ui:56 ui/media.ui:236 ui/offline.ui:171 ui/tags.ui:236 +#: ui/trash.ui:180 +msgid "D_escending" +msgstr "降順(_E)" -#: ../src/searches/SavedSearchDialog.vala:500 -msgid "is between" -msgstr "が以下の間" +#: ui/events_directory.ui:132 ui/event.ui:379 ui/faces.ui:373 ui/media.ui:373 +#: ui/tags.ui:373 +msgid "Even_ts" +msgstr "イベント(_T)" -#: ../src/searches/SavedSearchDialog.vala:513 -msgid "and" -msgstr "から" +#: ui/event.ui:129 ui/faces.ui:129 ui/import.ui:104 ui/media.ui:129 +#: ui/tags.ui:129 +msgid "_Titles" +msgstr "タイトル(_T)" -#: ../src/searches/SavedSearchDialog.vala:720 -msgid "any" -msgstr "いずれか" +#: ui/event.ui:139 ui/event.ui:404 ui/faces.ui:139 ui/faces.ui:387 +#: ui/media.ui:139 ui/media.ui:387 ui/photo.ui:372 ui/tags.ui:139 +#: ui/tags.ui:387 +msgid "Ta_gs" +msgstr "タグ(_G)" -#: ../src/searches/SavedSearchDialog.vala:721 -msgid "all" -msgstr "すべて" +#: ui/event.ui:206 ui/faces.ui:206 ui/media.ui:206 ui/tags.ui:206 +msgid "Sort _Photos" +msgstr "写真の並び替え(_P)" -#: ../src/searches/SavedSearchDialog.vala:722 -msgid "none" -msgstr "なし" +#: ui/event.ui:209 ui/faces.ui:209 ui/media.ui:209 ui/tags.ui:209 +msgid "By _Title" +msgstr "タイトルで並び替え(_T)" -#: ../src/searches/SearchBoolean.vala:157 -msgid "Any text" -msgstr "いずれかのテキスト" +#: ui/event.ui:214 ui/faces.ui:214 ui/media.ui:214 ui/tags.ui:214 +msgid "By _Filename" +msgstr "ファイル名で並び替え(_F)" -#: ../src/searches/SearchBoolean.vala:160 -msgid "Title" -msgstr "タイトル" +#: ui/event.ui:219 ui/faces.ui:219 ui/media.ui:219 ui/tags.ui:219 +msgid "By Exposure _Date" +msgstr "撮影日で並び替え(_D)" -#: ../src/searches/SearchBoolean.vala:163 -msgid "Tag" -msgstr "タグ" +#: ui/event.ui:224 ui/faces.ui:224 ui/media.ui:224 ui/tags.ui:224 +msgid "By _Rating" +msgstr "評価で並び替え(_R)" -#: ../src/searches/SearchBoolean.vala:166 -msgid "Comment" -msgstr "コメント" +#: ui/event.ui:251 ui/faces.ui:251 ui/import.ui:174 ui/media.ui:251 +#: ui/photo.ui:135 ui/tags.ui:251 +msgid "_Descending" +msgstr "降順(_D)" -#: ../src/searches/SearchBoolean.vala:169 -msgid "Event name" -msgstr "イベント名" +#: ui/event.ui:275 ui/faces.ui:275 ui/media.ui:275 ui/tags.ui:275 +msgid "_Photos" +msgstr "写真(_P)" -#: ../src/searches/SearchBoolean.vala:172 -msgid "File name" -msgstr "ファイル名" +#: ui/faces.ui:465 +msgid "Rename…" +msgstr "名前の変更…" -#: ../src/searches/SearchBoolean.vala:175 -msgid "Media type" -msgstr "メディアタイプ" +#: ui/import_queue.ui:8 +msgid "_Stop Import" +msgstr "インポートを停止(_S)" -#: ../src/searches/SearchBoolean.vala:178 -msgid "Flag state" -msgstr "フラグの状態" +#: ui/preferences_dialog.ui:67 +msgid "Display" +msgstr "表示" -#: ../src/searches/SearchBoolean.vala:181 -msgid "Photo state" -msgstr "写真の状態" +#: ui/preferences_dialog.ui:103 +msgid "_Import photos to:" +msgstr "写真のインポート先(_I):" -#: ../src/searches/SearchBoolean.vala:187 -msgid "Date" -msgstr "日付" +#: ui/preferences_dialog.ui:114 +msgid "_Watch library directory for new files" +msgstr "ライブラリのディレクトリで新規ファイルを監視する(_W)" -#: ../src/sidebar/Tree.vala:198 -msgid "New _Tag..." -msgstr "新規タグ(_T)..." +#: ui/preferences_dialog.ui:137 +msgid "Importing" +msgstr "インポート" -#: ../src/slideshow/Slideshow.vala:22 -msgid "Slideshow Transitions" -msgstr "スライドショーのトランジション" +#: ui/preferences_dialog.ui:154 +msgid "_Directory structure:" +msgstr "ディレクトリ構造(_D):" -#: ../src/slideshow/TransitionEffects.vala:98 -msgid "(None)" -msgstr "(なし)" +#: ui/preferences_dialog.ui:169 +msgid "Example:" +msgstr "例:" -#: ../src/slideshow/TransitionEffects.vala:287 -msgid "None" -msgstr "なし" +#: ui/preferences_dialog.ui:178 +msgid "R_ename imported files to lowercase" +msgstr "インポートしたファイル名を小文字にする(_E)" -#: ../src/slideshow/TransitionEffects.vala:339 -msgid "Random" -msgstr "ランダム" +#: ui/preferences_dialog.ui:200 +msgid "Metadata" +msgstr "メタデータ" -#: ../src/tags/Branch.vala:127 -msgid "Tags" -msgstr "タグ" +#: ui/preferences_dialog.ui:213 +msgid "Write tags, titles, and other _metadata to photo files" +msgstr "タグ、タイトル、他のメタデータをファイルに書き込む(_M)" -#: ../ui/set_background_dialog.glade.h:1 -msgid "Set as Desktop Background" -msgstr "デスクトップの背景に設定" +#: ui/preferences_dialog.ui:235 +msgid "RAW Developer" +msgstr "RAW現像" -#: ../ui/set_background_dialog.glade.h:2 -#: ../ui/set_background_slideshow_dialog.glade.h:6 -msgid "Use for Desktop" -msgstr "デスクトップで使用する" +#: ui/preferences_dialog.ui:252 +msgid "De_fault:" +msgstr "デフォルト(_F):" -#: ../ui/set_background_dialog.glade.h:3 -#: ../ui/set_background_slideshow_dialog.glade.h:7 -msgid "Use for Lock Screen" -msgstr "ロック画面で使用する" +#: ui/preferences_dialog.ui:306 +msgid "_Pattern:" +msgstr "パターン(_P):" -#: ../ui/set_background_slideshow_dialog.glade.h:1 -msgid "Set as Desktop Slideshow" -msgstr "デスクトップ・スライドショーに設定" +#: ui/preferences_dialog.ui:339 +msgid "" +"When viewing images that are transparent, they will be drawn against this " +"background." +msgstr "" -#: ../ui/set_background_slideshow_dialog.glade.h:2 -msgid "Show each photo for" -msgstr "写真を表示する時間 :" +#: ui/preferences_dialog.ui:343 +msgid "Transparent Background:" +msgstr "透過背景:" -#: ../ui/set_background_slideshow_dialog.glade.h:3 -msgid "period of time" -msgstr "時間" +#: ui/preferences_dialog.ui:357 +msgid "Checkered" +msgstr "チェック" -#: ../ui/set_background_slideshow_dialog.glade.h:4 -msgid "Generate desktop background slideshow" -msgstr "デスクトップの背景スライドショーを作成" +#: ui/preferences_dialog.ui:378 +msgid "Solid color" +msgstr "単色" -#: ../ui/set_background_slideshow_dialog.glade.h:5 -msgid "How long each photo is shown on the desktop background" -msgstr "デスクトップの背景に写真を表示する時間です" +#: ui/preferences_dialog.ui:441 +msgid "Use dark theme:" +msgstr "ダークテーマを使用:" -#: ../ui/shotwell.glade.h:1 -msgid "Search" -msgstr "検索" +#: ui/preferences_dialog.ui:492 +msgid "E_xternal photo editor:" +msgstr "外部のフォトエディター(_X):" -#: ../ui/shotwell.glade.h:2 -msgid "_Name of search:" -msgstr "検索の名前(_N):" +#: ui/preferences_dialog.ui:509 +msgid "External _RAW editor:" +msgstr "外部のRAWエディター(_R):" -#: ../ui/shotwell.glade.h:3 -msgid "_Match" -msgstr "以下のうち(_M)" +#: ui/preferences_dialog.ui:570 +msgid "External Editors" +msgstr "外部のエディター" -#: ../ui/shotwell.glade.h:4 -msgid "of the following:" -msgstr "のものにマッチ:" +#: ui/preferences_dialog.ui:595 +msgid "Plugins" +msgstr "プラグイン" + +#: ui/preferences_dialog.ui:621 +msgid "Shotwell Preferences" +msgstr "Shotwell の設定" -#: ../ui/shotwell.glade.h:5 +#: ui/printing_widget.ui:18 msgid "Printed Image Size" msgstr "印刷する画像サイズ" -#: ../ui/shotwell.glade.h:6 +#: ui/printing_widget.ui:38 msgid "Use a _standard size:" msgstr "標準サイズを使用(_S):" -#: ../ui/shotwell.glade.h:7 +#: ui/printing_widget.ui:65 msgid "Use a c_ustom size:" msgstr "カスタムサイズを使用(_U):" -#: ../ui/shotwell.glade.h:8 +#. Abbrevation for "inch" +#: ui/printing_widget.ui:128 +msgid "in." +msgstr "インチ" + +#. Abbrevation for "centimeters" +#: ui/printing_widget.ui:129 +msgid "cm" +msgstr "センチメートル" + +#: ui/printing_widget.ui:146 msgid "_Match photo aspect ratio" msgstr "写真のアスペクト比に合わせる(_M)" -#: ../ui/shotwell.glade.h:9 +#: ui/printing_widget.ui:161 msgid "_Autosize:" msgstr "自動サイズ調整(_A):" -#: ../ui/shotwell.glade.h:10 +#: ui/printing_widget.ui:202 msgid "Titles" msgstr "タイトル" -#: ../ui/shotwell.glade.h:11 +#: ui/printing_widget.ui:219 msgid "Print image _title" msgstr "画像のタイトルを印刷(_T)" -#: ../ui/shotwell.glade.h:12 +#: ui/printing_widget.ui:262 msgid "Pixel Resolution" msgstr "ピクセル解像度" -#: ../ui/shotwell.glade.h:13 +#: ui/printing_widget.ui:282 msgid "_Output photo at:" msgstr "写真の出力先(_O):" -#: ../ui/shotwell.glade.h:14 +#: ui/printing_widget.ui:316 msgid "pixels per inch" msgstr "ピクセル/インチ" -#: ../ui/shotwell.glade.h:16 -msgid "Shotwell Preferences" -msgstr "Shotwell の設定" - -#: ../ui/shotwell.glade.h:17 -msgid "white" -msgstr "白" - -#: ../ui/shotwell.glade.h:18 -msgid "black" -msgstr "黒" +#: ui/saved_search_dialog.ui:7 +msgid "Search" +msgstr "検索" -#: ../ui/shotwell.glade.h:20 -msgid "_Watch library directory for new files" -msgstr "ライブラリのディレクトリで新規ファイルを監視する(_W)" +#: ui/saved_search_dialog.ui:23 +msgid "Cancel" +msgstr "キャンセル" -#: ../ui/shotwell.glade.h:21 -msgid "Metadata" -msgstr "メタデータ" +#: ui/saved_search_dialog.ui:36 +msgid "OK" +msgstr "OK" -#: ../ui/shotwell.glade.h:22 -msgid "Write tags, titles, and other _metadata to photo files" -msgstr "タグ、タイトル、他のメタデータをファイルに書き込む(_M)" +#: ui/saved_search_dialog.ui:74 +msgid "_Name of search:" +msgstr "検索の名前(_N):" -#: ../ui/shotwell.glade.h:23 -msgid "Display" -msgstr "表示" +#: ui/saved_search_dialog.ui:132 +msgid "_Match" +msgstr "以下のうち(_M)" -#: ../ui/shotwell.glade.h:24 -msgid "_Import photos to:" -msgstr "写真のインポート先(_I):" +#: ui/saved_search_dialog.ui:149 +msgid "any" +msgstr "任意" -#: ../ui/shotwell.glade.h:25 -msgid "_Background:" -msgstr "背景(_B):" +#: ui/saved_search_dialog.ui:150 +msgid "all" +msgstr "すべて" -#: ../ui/shotwell.glade.h:26 -msgid "Importing" -msgstr "インポート" +#: ui/saved_search_dialog.ui:151 +msgid "none" +msgstr "なし" -#: ../ui/shotwell.glade.h:27 -msgid "_Directory structure:" -msgstr "ディレクトリ構造(_D):" +#: ui/saved_search_dialog.ui:165 +msgid "of the following:" +msgstr "のものにマッチ:" -#: ../ui/shotwell.glade.h:28 -msgid "_Pattern:" -msgstr "パターン(_P):" +#: ui/set_background_dialog.ui:9 +msgid "Set as Desktop Background" +msgstr "デスクトップの背景に設定" -#: ../ui/shotwell.glade.h:29 -msgid "Example:" -msgstr "例:" +#: ui/set_background_dialog.ui:69 ui/set_background_slideshow_dialog.ui:132 +msgid "Use for Desktop" +msgstr "デスクトップで使用する" -#: ../ui/shotwell.glade.h:30 -msgid "R_ename imported files to lowercase" -msgstr "インポートしたファイル名を小文字にする(_E)" +#: ui/set_background_dialog.ui:86 ui/set_background_slideshow_dialog.ui:149 +msgid "Use for Lock Screen" +msgstr "ロック画面で使用する" -#: ../ui/shotwell.glade.h:31 -msgid "RAW Developer" -msgstr "RAW現像" +#: ui/set_background_slideshow_dialog.ui:16 +msgid "Set as Desktop Slideshow" +msgstr "デスクトップ・スライドショーに設定" -#: ../ui/shotwell.glade.h:32 -msgid "De_fault:" -msgstr "デフォルト(_F):" +#: ui/set_background_slideshow_dialog.ui:54 +msgid "Generate desktop background slideshow" +msgstr "デスクトップの背景スライドショーを作成" -#: ../ui/shotwell.glade.h:34 -msgid "E_xternal photo editor:" -msgstr "外部のフォトエディター(_X):" +#: ui/set_background_slideshow_dialog.ui:80 +msgid "Show each photo for" +msgstr "写真を表示する時間 :" -#: ../ui/shotwell.glade.h:35 -msgid "External _RAW editor:" -msgstr "外部のRAWエディター(_R):" +#: ui/set_background_slideshow_dialog.ui:92 +msgid "period of time" +msgstr "時間" -#: ../ui/shotwell.glade.h:36 -msgid "External Editors" -msgstr "外部のエディター" +#: ui/set_background_slideshow_dialog.ui:114 +msgid "How long each photo is shown on the desktop background" +msgstr "デスクトップの背景に写真を表示する時間です" -#: ../ui/shotwell.glade.h:37 -msgid "Plugins" -msgstr "プラグイン" +#: ui/sidebar_default_context.ui:11 ui/tag_sidebar_context.ui:6 +msgid "New _Tag…" +msgstr "新しいタグ(_T)…" -#: ../ui/shotwell.glade.h:38 +#: ui/slideshow_settings.ui:98 msgid "_Delay:" msgstr "間隔(_D):" -#: ../ui/shotwell.glade.h:39 +#: ui/slideshow_settings.ui:112 msgid "_Transition effect:" msgstr "トランジションの効果(_T):" -#: ../ui/shotwell.glade.h:40 +#: ui/slideshow_settings.ui:126 msgid "Transition d_elay:" msgstr "トランジションの間隔(_E):" -#: ../ui/shotwell.glade.h:41 +#: ui/slideshow_settings.ui:136 msgid "Show t_itle" msgstr "タイトルを表示する(_I)" -#: ../ui/shotwell.glade.h:42 +#: ui/slideshow_settings.ui:219 ui/slideshow_settings.ui:230 msgid "seconds" msgstr "秒" -#~ msgid "Only _Remove" -#~ msgstr "削除のみ(_R)" - -#~ msgid "Shotwell is configured to import photos to your home directory.\n" -#~ msgstr "Shotwell はホームディレクトリに写真をインポートするよう設定されています。\n" +#: ui/textentrydialog.ui:66 +msgid "label" +msgstr "ラベル" -#~ msgid "" -#~ "You are logged into Tumblr as (name).\n" -#~ "\n" -#~ "(this label's string is populated and set inside the code, \n" -#~ "so changes made here will not display)" -#~ msgstr "(名前) としてTumblr にログインしています。⏎ ⏎ (このラベルの文字列は充填されて、コード内部に設定されますので、 ⏎ ここで加える変更は表示されません)" +#: ui/trash.ui:285 +msgid "Delete all photos in the trash" +msgstr "ゴミ箱にあるすべての写真を削除します" diff --git a/po/pl.po b/po/pl.po index fa5dc49..0de8138 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,17 +1,17 @@ # Polish translation for shotwell. -# Copyright © 2011-2018 the shotwell authors. +# Copyright © 2011-2019 the shotwell authors. # This file is distributed under the same license as the shotwell package. # verayin , 2011. # lsbeeler , 2011. -# Piotr Drąg , 2011-2018. -# Aviary.pl , 2014-2018. +# Piotr Drąg , 2011-2019. +# Aviary.pl , 2014-2019. # msgid "" msgstr "" "Project-Id-Version: shotwell\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/shotwell/issues\n" -"POT-Creation-Date: 2018-06-03 05:50+0000\n" -"PO-Revision-Date: 2018-06-03 14:40+0200\n" +"POT-Creation-Date: 2019-01-30 16:40+0000\n" +"PO-Revision-Date: 2019-01-30 18:01+0100\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" "Language: pl\n" @@ -53,18 +53,17 @@ msgstr "" #: misc/shotwell.appdata.xml.in:18 msgid "" "When ready, Shotwell can upload your photos to various web sites, such as " -"Facebook, Flickr, Picasa (Google Plus), and more." +"Facebook, Flickr, Google Photos, and more." msgstr "" "Po edycji, program Shotwell może wysłać zdjęcia do różnych serwisów " -"internetowych, takich jak Facebook, Flickr, Picasa (Google Plus) i wiele " -"więcej." +"internetowych, takich jak Facebook, Flickr, Zdjęcia Google i wiele więcej." #: misc/shotwell.appdata.xml.in:22 msgid "Shotwell supports JPEG, PNG, TIFF, and a variety of RAW file formats." msgstr "" "Shotwell obsługuje formaty JPEG, PNG, TIFF i wiele rodzajów plików RAW." -#: misc/shotwell.appdata.xml.in:52 +#: misc/shotwell.appdata.xml.in:53 msgid "The Shotwell developers" msgstr "Programiści projektu Shotwell" @@ -908,19 +907,19 @@ msgstr "token odświeżania" #: misc/org.yorba.shotwell.gschema.xml:493 msgid "" -"The OAuth token used to refresh the Picasa Web Albums session for the " -"currently logged in user, if any." +"The OAuth token used to refresh the Google Photos session for the currently " +"logged in user, if any." msgstr "" -"Token OAuth używany do odświeżania sesji serwisu Picasa Web Albums dla " -"obecnie zalogowanego użytkownika." +"Token OAuth używany do odświeżania sesji serwisu Zdjęcia Google dla obecnie " +"zalogowanego użytkownika." #: misc/org.yorba.shotwell.gschema.xml:499 msgid "" -"A numeric code representing the default size for photos uploaded to Picasa " -"Web Albums" +"A numeric code representing the default size for photos uploaded to Google " +"Photos Albums" msgstr "" "Kod numeryczny przedstawiający domyślne wymiary zdjęć wysyłanych do serwisu " -"Picasa Web Albums" +"Zdjęcia Google" #: misc/org.yorba.shotwell.gschema.xml:504 #: misc/org.yorba.shotwell.gschema.xml:598 @@ -934,10 +933,11 @@ msgstr "Nazwa albumu, w którym ostatnio publikowano zdjęcia" #: misc/org.yorba.shotwell.gschema.xml:511 msgid "" -"Whether images being uploaded to Picasa should have their metadata removed " -"first" +"Whether images being uploaded to Google Photos should have their metadata " +"removed first" msgstr "" -"Czy obrazy wysyłane do serwisu Picasa mają mieć najpierw usuwane metadane" +"Czy obrazy wysyłane do serwisu Zdjęcia Google mają mieć najpierw usuwane " +"metadane" #: misc/org.yorba.shotwell.gschema.xml:518 msgid "Piwigo URL" @@ -1220,15 +1220,14 @@ msgstr "" "Flickr jest włączona" #: misc/org.yorba.shotwell.gschema.xml:726 -msgid "enable picasa publishing plugin" -msgstr "włączenie wtyczki publikowania w serwisie Picasa" +msgid "enable Google Photos publishing plugin" +msgstr "włączenie wtyczki publikowania w serwisie Zdjęcia Google" #: misc/org.yorba.shotwell.gschema.xml:727 -msgid "" -"True if the Picasa Web Albums publishing plugin is enabled, false otherwise" +msgid "True if the Google Photos publishing plugin is enabled, false otherwise" msgstr "" "Jeśli jest ustawione na wartość „true”, wtyczka publikowania w serwisie " -"Picasa Web Albums jest włączona" +"Zdjęcia Google jest włączona" #: misc/org.yorba.shotwell.gschema.xml:732 msgid "enable youtube publishing plugin" @@ -1453,19 +1452,19 @@ msgstr "" "w przeglądarce WWW. Następnie należy upoważnić Shotwell Connect na " "dowiązanie do konta serwisu Flickr." -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:124 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:126 msgid "Preparing for login…" msgstr "Przygotowywanie do zalogowania…" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:193 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:195 msgid "Flickr authorization failed" msgstr "Upoważnienie w serwisie Flickr się nie powiodło" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:200 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:202 msgid "Verifying authorization…" msgstr "Sprawdzanie upoważnienia…" -#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:118 +#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:138 msgid "" "You have already logged in and out of a Google service during this Shotwell " "session.\n" @@ -1481,19 +1480,6 @@ msgstr "" #: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:32 msgid "" -"You are not currently logged into Picasa Web Albums.\n" -"\n" -"Click Log in to log into Picasa Web Albums in your Web browser. You will " -"have to authorize Shotwell Connect to link to your Picasa Web Albums account." -msgstr "" -"Obecnie nie zalogowano w serwisie Picasa Web Albums.\n" -"\n" -"Należy kliknąć przycisk Zaloguj, aby zalogować w serwisie Picasa Web Albums " -"w przeglądarce WWW. Należy upoważnić program Shotwell Connect do powiązania " -"z kontem serwisu Picasa Web Albums." - -#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:35 -msgid "" "You are not currently logged into YouTube.\n" "\n" "You must have already signed up for a Google account and set it up for use " @@ -1507,6 +1493,23 @@ msgstr "" "ustawić za pomocą przeglądarki WWW do zalogowania się do serwisu YouTube co " "najmniej raz." +#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:36 +msgid "" +"You are not currently logged into Google Photos.\n" +"\n" +"You must have already signed up for a Google account and set it up for use " +"with Google Photos.\n" +"\n" +"You will have to authorize Shotwell to link to your Google Photos account." +msgstr "" +"Nie zalogowano w serwisie Zdjęcia Google.\n" +"\n" +"Należy już mieć konto Google i skonfigurować je do używania serwisu Zdjęcia " +"Google.\n" +"\n" +"Należy będzie upoważnić program Shotwell do łączenia się z kontem serwisu " +"Zdjęcia Google." + #: plugins/authenticator/shotwell/tumblr_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/rajce_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/RajcePublishing.vala:892 @@ -1533,12 +1536,12 @@ msgstr "" "Proszę podać nazwę użytkownika i hasło powiązane z kontem serwisu Tumblr." #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:26 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1081 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1084 msgid "Username and/or password invalid. Please try again" msgstr "Nieprawidłowa nazwa użytkownika lub hasło. Proszę spróbować ponownie" #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:53 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1117 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1120 msgid "Invalid User Name or Password" msgstr "Nieprawidłowa nazwa użytkownika lub hasło" @@ -1557,17 +1560,17 @@ msgid "translator-credits" msgstr "" "verayin , 2011\n" "lsbeeler , 2011\n" -"Piotr Drąg , 2011-2018\n" -"Aviary.pl , 2014-2018" +"Piotr Drąg , 2011-2019\n" +"Aviary.pl , 2014-2019" #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:217 +#: plugins/common/RESTSupport.vala:220 msgid "" "⚫ This website presented identification that belongs to a different website." msgstr "• Ta strona przedstawiła identyfikację należącą do innej strony." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:222 +#: plugins/common/RESTSupport.vala:225 msgid "" "⚫ This website’s identification is too old to trust. Check the date on your " "computer’s calendar." @@ -1576,20 +1579,20 @@ msgstr "" "sprawdzić poprawność daty w kalendarzu komputera." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:227 +#: plugins/common/RESTSupport.vala:230 msgid "" "⚫ This website’s identification was not issued by a trusted organization." msgstr "" "• Identyfikacja tej strony nie została wydana przez zaufaną organizację." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:232 +#: plugins/common/RESTSupport.vala:235 msgid "" "⚫ This website’s identification could not be processed. It may be corrupted." msgstr "• Nie można przetworzyć identyfikacji tej strony. Może być uszkodzona." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:237 +#: plugins/common/RESTSupport.vala:240 msgid "" "⚫ This website’s identification has been revoked by the trusted organization " "that issued it." @@ -1598,7 +1601,7 @@ msgstr "" "która ją wydała." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:242 +#: plugins/common/RESTSupport.vala:245 msgid "" "⚫ This website’s identification cannot be trusted because it uses very weak " "encryption." @@ -1607,7 +1610,7 @@ msgstr "" "szyfrowania." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:247 +#: plugins/common/RESTSupport.vala:250 msgid "" "⚫ This website’s identification is only valid for future dates. Check the " "date on your computer’s calendar." @@ -1615,7 +1618,7 @@ msgstr "" "• Identyfikacja tej strony jest ważna tylko w przyszłości. Proszę sprawdzić " "poprawność daty w kalendarzu komputera." -#: plugins/common/RESTSupport.vala:524 +#: plugins/common/RESTSupport.vala:539 #: plugins/shotwell-publishing/TumblrPublishing.vala:623 msgid "A temporary file needed for publishing is unavailable" msgstr "Plik tymczasowy wymagany do publikacji jest niedostępny" @@ -1673,7 +1676,7 @@ msgstr "piksele" #: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:158 #: plugins/shotwell-publishing/FlickrPublishing.vala:687 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1309 #: src/Dimensions.vala:17 msgid "Original size" msgstr "Oryginalny rozmiar" @@ -1689,7 +1692,7 @@ msgstr "Najdłuższa krawędź" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:145 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:177 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:125 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:142 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:181 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:105 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:99 msgid "_Logout" @@ -1701,7 +1704,7 @@ msgstr "_Wyloguj" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:159 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:192 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:141 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:156 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:195 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:121 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:115 #: src/CollectionPage.vala:82 src/PhotoPage.vala:2492 @@ -1853,7 +1856,7 @@ msgid "You are logged into Rajce as %s." msgstr "Zalogowano w serwisie Rajce jako użytkownik %s." #: plugins/shotwell-publishing-extras/RajcePublishing.vala:1014 -#: plugins/shotwell-publishing/PicasaPublishing.vala:571 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:69 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:20 msgid "Photos will appear in:" msgstr "Zdjęcia pojawią się w:" @@ -1923,7 +1926,7 @@ msgstr "Nagrania wideo i nowe albumy zdjęć _widoczne dla:" #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:155 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:92 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:59 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:75 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:203 msgid "" "_Remove location, camera, and other identifying information before uploading" @@ -1933,15 +1936,14 @@ msgstr "" #: plugins/shotwell-publishing/FacebookPublishing.vala:33 #: plugins/shotwell-publishing/FlickrPublishing.vala:33 -#: plugins/shotwell-publishing/PicasaPublishing.vala:33 #: plugins/shotwell-publishing/PiwigoPublishing.vala:33 #: plugins/shotwell-publishing/YouTubePublishing.vala:33 src/Resources.vala:27 msgid "Copyright 2016 Software Freedom Conservancy Inc." msgstr "Copyright 2016 Software Freedom Conservancy Inc." #: plugins/shotwell-publishing/FacebookPublishing.vala:61 -#: plugins/shotwell-publishing/PicasaPublishing.vala:58 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1188 +#: plugins/shotwell-publishing/PhotosPublisher.vala:9 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1191 msgid "Shotwell Connect" msgstr "Połączenie programu Shotwell" @@ -1985,7 +1987,7 @@ msgstr "Tylko dla mnie" #: plugins/shotwell-publishing/FacebookPublishing.vala:889 #: plugins/shotwell-publishing/FlickrPublishing.vala:661 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1290 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 msgid "Everyone" msgstr "Wszystkich" @@ -2050,78 +2052,89 @@ msgid "Friends only" msgstr "Tylko przyjaciele" #: plugins/shotwell-publishing/FlickrPublishing.vala:683 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1302 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 #: plugins/shotwell-publishing/TumblrPublishing.vala:103 msgid "500 × 375 pixels" msgstr "500×375 pikseli" #: plugins/shotwell-publishing/FlickrPublishing.vala:684 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1303 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 #: plugins/shotwell-publishing/TumblrPublishing.vala:104 msgid "1024 × 768 pixels" msgstr "1024×768 pikseli" #: plugins/shotwell-publishing/FlickrPublishing.vala:685 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1304 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1307 msgid "2048 × 1536 pixels" msgstr "2048×1536 pikseli" #: plugins/shotwell-publishing/FlickrPublishing.vala:686 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1308 msgid "4096 × 3072 pixels" msgstr "4096×3072 piksele" -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:93 -msgid "Photo _size preset:" -msgstr "Rozmiar _zdjęcia:" - -#. Add album that will push to the default feed for all the new users -#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) -#. or the new "Default album" album for Google Photos -#: plugins/shotwell-publishing/PicasaPublishing.vala:96 -#: plugins/shotwell-publishing/PicasaPublishing.vala:630 -msgid "Default album" -msgstr "Domyślny album" - -#: plugins/shotwell-publishing/PicasaPublishing.vala:291 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:66 msgid "" -"A file required for publishing is unavailable. Publishing to Picasa can’t " -"continue." +"Shotwell can only publish into albums that it created by itself, so this " +"list might be empty despite the fact that you already have albums in your " +"Google Photos account" msgstr "" -"Plik wymagany do publikowania jest niedostępny. Nie można kontynuować " -"publikowania do serwisu Picasa." +"Shotwell może publikować tylko w albumach, które sam utworzył, więc ta lista " +"może być pusta pomimo tego, że na koncie serwisu Zdjęcia Google są już albumy" -#. populate any widgets whose contents are programmatically-generated. -#: plugins/shotwell-publishing/PicasaPublishing.vala:560 -#, c-format -msgid "You are logged into Picasa Web Albums as %s." -msgstr "Zalogowano w serwisie Picasa Web Albums jako użytkownik %s." +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:96 +msgid "Photo _size preset" +msgstr "Rozmiar _zdjęcia" -#: plugins/shotwell-publishing/PicasaPublishing.vala:566 -msgid "Videos will appear in:" -msgstr "Nagrania wideo pojawią się w:" +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:117 +msgid "An existing album" +msgstr "Istniejący album" + +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:132 +msgid "A new album named" +msgstr "Nowy album o nazwie" -#: plugins/shotwell-publishing/PicasaPublishing.vala:610 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:17 msgid "Small (640 × 480 pixels)" msgstr "Małe (640×480 pikseli)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:611 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:18 msgid "Medium (1024 × 768 pixels)" msgstr "Średnie (1024×768 pikseli)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:612 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:19 msgid "Recommended (1600 × 1200 pixels)" msgstr "Zalecane (1600×1200 pikseli)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:613 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:20 msgid "Google+ (2048 × 1536 pixels)" msgstr "Google+ (2048×1536 pikseli)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:614 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:21 #: src/editing_tools/EditingTools.vala:735 msgid "Original Size" msgstr "Oryginalny rozmiar" +#. populate any widgets whose contents are programmatically-generated. +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:59 +#, c-format +msgid "You are logged into Google Photos as %s." +msgstr "Zalogowano w serwisie Zdjęcia Google jako użytkownik %s." + +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:64 +msgid "Videos will appear in:" +msgstr "Nagrania wideo pojawią się w:" + +#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) +#. or the new "Default album" album for Google Photos +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:105 +msgid "Default album" +msgstr "Domyślny album" + +#: plugins/shotwell-publishing/PhotosService.vala:36 +msgid "Copyright 2019 Jens Georg " +msgstr "Copyright 2019 Jens Georg " + #: plugins/shotwell-publishing/piwigo_authentication_pane.ui:44 msgid "_URL of your Piwigo photo library" msgstr "Adres _URL kolekcji zdjęć Piwigo" @@ -2173,7 +2186,7 @@ msgid "Logout" msgstr "Wyloguj" #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:268 -#: src/Resources.vala:266 ui/collection.ui:192 +#: src/Resources.vala:265 ui/collection.ui:192 msgid "Publish" msgstr "Opublikuj" @@ -2182,14 +2195,14 @@ msgstr "Opublikuj" msgid "Creating album %s…" msgstr "Tworzenie albumu %s…" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:946 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:949 msgid "An error message occurred when publishing to Piwigo. Please try again." msgstr "" "Wystąpił komunikat o błędzie podczas publikowania w serwisie Piwigo. Proszę " "spróbować ponownie." #. %s is the host name that we tried to connect to -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1030 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1033 #, c-format msgid "" "This does not look like the real %s. Attackers might be trying to " @@ -2200,18 +2213,18 @@ msgstr "" "lub zmienić informacje wychodzące i przychodzące z tej strony, takie jak " "prywatne wiadomości, karty płatnicze lub hasła." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1048 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 #, c-format msgid "Certificate of %s" msgstr "Certyfikat „%s”" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 -#: src/Resources.vala:137 ui/multitextentrydialog.ui:40 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1054 +#: src/Resources.vala:136 ui/multitextentrydialog.ui:40 #: ui/slideshow_settings.ui:52 msgid "_OK" msgstr "_OK" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1079 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1082 msgid "" "Enter the URL of your Piwigo photo library as well as the username and " "password associated with your Piwigo account for that library." @@ -2219,7 +2232,7 @@ msgstr "" "Proszę podać adres URL kolekcji zdjęć serwisu Piwigo oraz nazwę użytkownika " "i hasło powiązane z kontem w serwisie Piwigo dla tej kolekcji." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1080 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1083 msgid "" "Shotwell cannot contact your Piwigo photo library. Please verify the URL you " "entered" @@ -2227,23 +2240,23 @@ msgstr "" "Program Shotwell nie może połączyć się z kolekcją zdjęć serwisu Piwigo. " "Proszę sprawdzić podany adres URL" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1112 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1115 msgid "Invalid URL" msgstr "Nieprawidłowy adres URL" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1291 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 msgid "Admins, Family, Friends, Contacts" msgstr "Administratorzy, rodzina, przyjaciele, kontakty" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1292 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1295 msgid "Admins, Family, Friends" msgstr "Administratorzy, rodzina, przyjaciele" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1296 msgid "Admins, Family" msgstr "Administratorzy, rodzina" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1297 msgid "Admins" msgstr "Administratorzy" @@ -2420,7 +2433,7 @@ msgstr "Opuszcza pełny ekran" #: src/data_imports/DataImportsUI.vala:420 src/Dialogs.vala:20 #: src/Dialogs.vala:28 src/Dialogs.vala:58 src/Dialogs.vala:766 #: src/Dialogs.vala:789 src/publishing/PublishingUI.vala:305 -#: src/publishing/PublishingUI.vala:529 src/Resources.vala:128 +#: src/publishing/PublishingUI.vala:529 src/Resources.vala:127 #: ui/multitextentrydialog.ui:25 ui/slideshow_settings.ui:38 #: ui/textentrydialog.ui:19 msgid "_Cancel" @@ -2535,12 +2548,12 @@ msgid "Camera" msgstr "Aparat" #. Translators: First %s is the name of camera as gotten from GPhoto, second is the GVolume name, e.g. Mass storage camera (510MB volume) -#: src/camera/CameraTable.vala:351 +#: src/camera/CameraTable.vala:256 #, c-format msgid "%s (%s)" msgstr "%s — %s" -#: src/camera/ImportPage.vala:311 src/Properties.vala:231 +#: src/camera/ImportPage.vala:307 src/Properties.vala:234 msgid "RAW+JPEG" msgstr "RAW+JPEG" @@ -2694,21 +2707,21 @@ msgstr[1] "Nie można usunąć %d zdjęć/nagrań wideo z aparatu z powodu bł msgstr[2] "Nie można usunąć %d zdjęć/nagrań wideo z aparatu z powodu błędów." #: src/CollectionPage.vala:80 src/direct/DirectPhotoPage.vala:85 -#: src/PhotoPage.vala:2487 src/Resources.vala:141 +#: src/PhotoPage.vala:2487 src/Resources.vala:140 msgid "_Print" msgstr "Wy_drukuj" -#: src/CollectionPage.vala:83 src/Resources.vala:294 ui/collection.ui:128 +#: src/CollectionPage.vala:83 src/Resources.vala:293 ui/collection.ui:128 #: ui/direct_context.ui:23 ui/direct.ui:23 ui/event.ui:567 ui/photo.ui:28 msgid "Send _To…" msgstr "Wyślij _do…" #: src/CollectionPage.vala:84 src/direct/DirectPhotoPage.vala:90 -#: src/PhotoPage.vala:2497 src/Resources.vala:191 +#: src/PhotoPage.vala:2497 src/Resources.vala:190 msgid "Set as _Desktop Background" msgstr "Ustaw jako tło p_ulpitu" -#: src/CollectionPage.vala:92 src/Resources.vala:257 +#: src/CollectionPage.vala:92 src/Resources.vala:256 msgid "_Duplicate" msgstr "Utwórz _kopię" @@ -2720,43 +2733,43 @@ msgstr "Pełny ekran" msgid "S_lideshow" msgstr "Pokaz s_lajdów" -#: src/CollectionPage.vala:110 src/Resources.vala:110 ui/direct.ui:111 +#: src/CollectionPage.vala:110 src/Resources.vala:109 ui/direct.ui:111 #: ui/photo.ui:200 msgid "Rotate _Right" msgstr "Obróć w p_rawo" -#: src/CollectionPage.vala:113 src/Resources.vala:115 ui/direct.ui:116 +#: src/CollectionPage.vala:113 src/Resources.vala:114 ui/direct.ui:116 #: ui/photo.ui:205 msgid "Rotate _Left" msgstr "Obróć w _lewo" -#: src/CollectionPage.vala:116 src/Resources.vala:120 ui/direct.ui:121 +#: src/CollectionPage.vala:116 src/Resources.vala:119 ui/direct.ui:121 #: ui/photo.ui:210 msgid "Flip Hori_zontally" msgstr "Odwróć po_ziomo" -#: src/CollectionPage.vala:117 src/Resources.vala:123 ui/direct.ui:125 +#: src/CollectionPage.vala:117 src/Resources.vala:122 ui/direct.ui:125 #: ui/photo.ui:214 msgid "Flip Verti_cally" msgstr "Odwróć pi_onowo" -#: src/CollectionPage.vala:119 src/Resources.vala:157 ui/collection.ui:8 +#: src/CollectionPage.vala:119 src/Resources.vala:156 ui/collection.ui:8 #: ui/direct_context.ui:7 ui/direct.ui:134 ui/event.ui:447 #: ui/photo_context.ui:6 ui/photo.ui:223 msgid "_Enhance" msgstr "_Uwydatnij" -#: src/CollectionPage.vala:120 src/Resources.vala:185 ui/collection.ui:13 +#: src/CollectionPage.vala:120 src/Resources.vala:184 ui/collection.ui:13 #: ui/direct_context.ui:12 ui/direct.ui:161 ui/event.ui:452 #: ui/photo_context.ui:11 ui/photo.ui:250 msgid "Re_vert to Original" msgstr "Przy_wróć oryginalne" -#: src/CollectionPage.vala:122 src/Resources.vala:161 ui/photo.ui:256 +#: src/CollectionPage.vala:122 src/Resources.vala:160 ui/photo.ui:256 msgid "_Copy Color Adjustments" msgstr "S_kopiuj dostosowania kolorów" -#: src/CollectionPage.vala:125 src/Resources.vala:165 ui/photo.ui:261 +#: src/CollectionPage.vala:125 src/Resources.vala:164 ui/photo.ui:261 msgid "_Paste Color Adjustments" msgstr "_Wklej dostosowania kolorów" @@ -2764,17 +2777,17 @@ msgstr "_Wklej dostosowania kolorów" msgid "Adjust Date and Time…" msgstr "Dostosuj datę i czas…" -#: src/CollectionPage.vala:143 src/Resources.vala:290 ui/collection.ui:108 +#: src/CollectionPage.vala:143 src/Resources.vala:289 ui/collection.ui:108 #: ui/event.ui:547 ui/photo_context.ui:115 ui/photo.ui:361 msgid "Open With E_xternal Editor" msgstr "_Otwórz za pomocą zewnętrznego edytora" -#: src/CollectionPage.vala:146 src/Resources.vala:292 ui/collection.ui:113 +#: src/CollectionPage.vala:146 src/Resources.vala:291 ui/collection.ui:113 #: ui/event.ui:552 ui/photo_context.ui:120 ui/photo.ui:366 msgid "Open With RA_W Editor" msgstr "Otwórz za pomocą edytora plików _RAW" -#: src/CollectionPage.vala:149 src/Resources.vala:138 +#: src/CollectionPage.vala:149 src/Resources.vala:137 msgid "_Play" msgstr "Od_twórz" @@ -3030,7 +3043,7 @@ msgstr "" msgid "Database file:" msgstr "Plik bazy danych:" -#: src/data_imports/DataImportsUI.vala:112 src/library/LibraryWindow.vala:806 +#: src/data_imports/DataImportsUI.vala:112 src/library/LibraryWindow.vala:783 msgid "_Import" msgstr "Zai_mportuj" @@ -3112,8 +3125,8 @@ msgstr[1] "Etykieta „%s” zostanie usunięta z %d zdjęć. Kontynuować?" msgstr[2] "Etykieta „%s” zostanie usunięta z %d zdjęć. Kontynuować?" #: src/Dialogs.vala:20 src/Dialogs.vala:28 src/Dialogs.vala:58 -#: src/Dialogs.vala:734 src/Resources.vala:129 src/Resources.vala:310 -#: src/Resources.vala:341 src/Resources.vala:394 src/Resources.vala:734 +#: src/Dialogs.vala:734 src/Resources.vala:128 src/Resources.vala:309 +#: src/Resources.vala:340 src/Resources.vala:393 src/Resources.vala:761 #: ui/savedsearch.ui:14 ui/tags.ui:460 ui/trash.ui:63 ui/trash.ui:216 #: ui/trash.ui:258 msgid "_Delete" @@ -3642,7 +3655,7 @@ msgstr "Nie zaimportowano żadnych zdjęć lub nagrań wideo.\n" msgid "Import Complete" msgstr "Ukończono importowanie" -#: src/Dialogs.vala:663 src/Resources.vala:202 +#: src/Dialogs.vala:663 src/Resources.vala:201 msgid "Rename Event" msgstr "Zmień nazwę wydarzenia" @@ -3656,12 +3669,12 @@ msgctxt "Dialog Title" msgid "Edit Title" msgstr "Modyfikacja tytułu" -#: src/Dialogs.vala:675 src/Properties.vala:344 +#: src/Dialogs.vala:675 src/Properties.vala:347 msgid "Title:" msgstr "Tytuł:" #. Dialog title -#: src/Dialogs.vala:691 src/Resources.vala:278 +#: src/Dialogs.vala:691 src/Resources.vala:277 msgid "Edit Event Comment" msgstr "Modyfikuj komentarz wydarzenia" @@ -3669,7 +3682,7 @@ msgstr "Modyfikuj komentarz wydarzenia" msgid "Edit Photo/Video Comment" msgstr "Modyfikuj komentarz zdjęcia/nagrania wideo" -#: src/Dialogs.vala:693 src/Properties.vala:632 +#: src/Dialogs.vala:693 src/Properties.vala:645 msgid "Comment:" msgstr "Komentarz:" @@ -3722,7 +3735,7 @@ msgstr[0] "Zdjęcie zostanie usunięte z kolekcji. Kontynuować?" msgstr[1] "%d zdjęcia zostaną usunięte z kolekcji. Kontynuować?" msgstr[2] "%d zdjęć zostaną usuniętych z kolekcji. Kontynuować?" -#: src/Dialogs.vala:790 src/Resources.vala:144 +#: src/Dialogs.vala:790 src/Resources.vala:143 msgid "_Remove" msgstr "_Usuń" @@ -3933,30 +3946,30 @@ msgstr "" msgid "Unable open photo %s. Sorry." msgstr "Nie można otworzyć zdjęcia %s." -#: src/direct/DirectPhotoPage.vala:316 src/Resources.vala:146 ui/direct.ui:8 +#: src/direct/DirectPhotoPage.vala:322 src/Resources.vala:145 ui/direct.ui:8 #: ui/textentrydialog.ui:33 msgid "_Save" msgstr "Zapi_sz" -#: src/direct/DirectPhotoPage.vala:316 +#: src/direct/DirectPhotoPage.vala:322 msgid "_Save a Copy" msgstr "Zapi_sz kopię" -#: src/direct/DirectPhotoPage.vala:319 +#: src/direct/DirectPhotoPage.vala:325 #, c-format msgid "Lose changes to %s?" msgstr "Utracić zmiany w %s?" -#: src/direct/DirectPhotoPage.vala:320 +#: src/direct/DirectPhotoPage.vala:326 msgid "Close _without Saving" msgstr "Zamknij _bez zapisywania" -#: src/direct/DirectPhotoPage.vala:353 +#: src/direct/DirectPhotoPage.vala:359 #, c-format msgid "Error while saving to %s: %s" msgstr "Błąd podczas zapisywania zdjęcia do %s: %s" -#: src/direct/DirectPhotoPage.vala:383 src/direct/DirectPhotoPage.vala:404 +#: src/direct/DirectPhotoPage.vala:389 src/direct/DirectPhotoPage.vala:410 msgid "Save As" msgstr "Zapisz jako" @@ -4313,7 +4326,7 @@ msgstr "30×40 cm" msgid "A3 (297 × 420 mm)" msgstr "A3 (297×420 mm)" -#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:399 +#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:402 msgid "Size:" msgstr "Rozmiar:" @@ -4331,8 +4344,8 @@ msgid "_Reset" msgstr "P_rzywróć" #. fit both on the top line, emit and move on -#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:440 -#: src/Properties.vala:444 src/Properties.vala:451 +#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:443 +#: src/Properties.vala:447 src/Properties.vala:454 msgid "Exposure:" msgstr "Ekspozycja:" @@ -4406,7 +4419,7 @@ msgstr "Rozszerzenie kontrastu" msgid "Angle:" msgstr "Kąt:" -#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:173 +#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:172 #: ui/direct.ui:144 ui/photo.ui:233 msgid "_Straighten" msgstr "_Wyrównaj" @@ -4419,7 +4432,7 @@ msgstr[0] "%d zdjęcie/nagranie wideo" msgstr[1] "%d zdjęcia/nagrania wideo" msgstr[2] "%d zdjęć/nagrań wideo" -#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:359 +#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:362 #, c-format msgid "%d Video" msgid_plural "%d Videos" @@ -4427,7 +4440,7 @@ msgstr[0] "%d nagranie wideo" msgstr[1] "%d nagrania wideo" msgstr[2] "%d nagrań wideo" -#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:357 +#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:360 #, c-format msgid "%d Photo" msgid_plural "%d Photos" @@ -4507,7 +4520,7 @@ msgstr "Z_astąp wszystkie" msgid "Export" msgstr "Eksport" -#: src/faces/FacesBranch.vala:89 src/Resources.vala:305 src/Resources.vala:306 +#: src/faces/FacesBranch.vala:89 src/Resources.vala:304 src/Resources.vala:305 #: ui/faces.ui:403 msgid "Faces" msgstr "Twarze" @@ -4579,11 +4592,11 @@ msgstr "Katalogi" msgid "Browse the library’s folder structure" msgstr "Przegląda strukturę katalogów kolekcji" -#: src/import-roll/ImportRollBranch.vala:44 +#: src/import-roll/ImportRollBranch.vala:43 msgid "Imports" msgstr "Zaimportowane" -#: src/import-roll/ImportRollBranch.vala:44 +#: src/import-roll/ImportRollBranch.vala:43 msgid "Browse the library’s import history" msgstr "Przegląda historię importowania do kolekcji" @@ -4622,23 +4635,23 @@ msgstr "Przegląda i organizuje zdjęcia" msgid "Photos" msgstr "Zdjęcia" -#: src/library/LibraryWindow.vala:532 +#: src/library/LibraryWindow.vala:526 msgid "Import From Folder" msgstr "Importowanie z katalogu" -#: src/library/LibraryWindow.vala:539 +#: src/library/LibraryWindow.vala:533 msgid "Recurse Into Subfolders" msgstr "Także podkatalogi" -#: src/library/LibraryWindow.vala:607 ui/trash.ui:288 +#: src/library/LibraryWindow.vala:601 ui/trash.ui:288 msgid "Empty Trash" msgstr "Opróżnij kosz" -#: src/library/LibraryWindow.vala:607 +#: src/library/LibraryWindow.vala:601 msgid "Emptying Trash…" msgstr "Opróżnianie kosza…" -#: src/library/LibraryWindow.vala:803 +#: src/library/LibraryWindow.vala:780 #, c-format msgid "" "Shotwell is configured to import photos to your home directory.\n" @@ -4652,33 +4665,33 @@ msgstr "" "Preferencje.\n" "Kontynuować importowanie zdjęć?" -#: src/library/LibraryWindow.vala:806 ui/preferences_dialog.ui:86 +#: src/library/LibraryWindow.vala:783 ui/preferences_dialog.ui:86 msgid "Library Location" msgstr "Położenie kolekcji" #. TODO: Specify which directory/file. -#: src/library/LibraryWindow.vala:819 +#: src/library/LibraryWindow.vala:796 msgid "Photos cannot be imported from this directory." msgstr "Nie można importować zdjęć z tego katalogu." -#: src/library/LibraryWindow.vala:1099 +#: src/library/LibraryWindow.vala:1076 #, c-format msgid "%s (%d%%)" msgstr "%s (%d%%)" -#: src/library/LibraryWindow.vala:1143 src/library/LibraryWindow.vala:1154 +#: src/library/LibraryWindow.vala:1120 src/library/LibraryWindow.vala:1131 msgid "Updating library…" msgstr "Aktualizowanie kolekcji…" -#: src/library/LibraryWindow.vala:1160 +#: src/library/LibraryWindow.vala:1137 msgid "Preparing to auto-import photos…" msgstr "Przygotowywanie do automatycznego zaimportowania zdjęć…" -#: src/library/LibraryWindow.vala:1165 +#: src/library/LibraryWindow.vala:1142 msgid "Auto-importing photos…" msgstr "Automatyczne importowanie zdjęć…" -#: src/library/LibraryWindow.vala:1173 +#: src/library/LibraryWindow.vala:1150 msgid "Writing metadata to files…" msgstr "Zapisywanie metadanych do plików…" @@ -4792,11 +4805,11 @@ msgstr "" msgid "Unable to process monitoring updates: %s" msgstr "Nie można przetworzyć aktualizacji monitorowania: %s" -#: src/MediaPage.vala:157 +#: src/MediaPage.vala:76 msgid "Adjust the size of the thumbnails" msgstr "Dopasowuje rozmiar miniatur" -#: src/MediaPage.vala:500 +#: src/MediaPage.vala:419 #, c-format msgid "" "Shotwell was unable to play the selected video:\n" @@ -4881,7 +4894,7 @@ msgstr "RAW" msgid "TIFF" msgstr "TIFF" -#: src/Photo.vala:3774 +#: src/Photo.vala:3770 msgid "modified" msgstr "zmodyfikowany" @@ -4932,19 +4945,19 @@ msgstr "" "\n" "%s" -#: src/Properties.vala:88 +#: src/Properties.vala:98 msgid "Today" msgstr "Dzisiaj" -#: src/Properties.vala:90 +#: src/Properties.vala:100 msgid "Yesterday" msgstr "Wczoraj" -#: src/Properties.vala:347 +#: src/Properties.vala:350 msgid "Items:" msgstr "Elementy:" -#: src/Properties.vala:350 +#: src/Properties.vala:353 #, c-format msgid "%d Event" msgid_plural "%d Events" @@ -4953,107 +4966,103 @@ msgstr[1] "%d wydarzenia" msgstr[2] "%d wydarzeń" #. display only one date if start and end are the same -#: src/Properties.vala:381 +#: src/Properties.vala:384 msgid "Date:" msgstr "Data:" #. display only one time if start and end are the same -#: src/Properties.vala:385 +#: src/Properties.vala:388 msgid "Time:" msgstr "Czas:" #. display time range #. display date range -#: src/Properties.vala:388 src/Properties.vala:393 +#: src/Properties.vala:391 src/Properties.vala:396 msgid "From:" msgstr "Od:" -#: src/Properties.vala:389 src/Properties.vala:394 +#: src/Properties.vala:392 src/Properties.vala:397 msgid "To:" msgstr "Do:" -#: src/Properties.vala:408 +#: src/Properties.vala:411 msgid "Duration:" msgstr "Czas trwania:" -#: src/Properties.vala:408 +#: src/Properties.vala:411 #, c-format msgid "%.1f seconds" msgstr "%.1f s" -#: src/Properties.vala:412 +#: src/Properties.vala:415 msgid "Developer:" msgstr "Wywoływacz:" #. nothing special to be done for now for Events -#: src/Properties.vala:587 +#: src/Properties.vala:593 msgid "Location:" msgstr "Położenie:" -#: src/Properties.vala:590 +#: src/Properties.vala:596 msgid "File size:" msgstr "Rozmiar pliku:" -#: src/Properties.vala:594 +#: src/Properties.vala:600 msgid "Current Development:" msgstr "Bieżący wywoływacz:" -#: src/Properties.vala:596 +#: src/Properties.vala:602 msgid "Original dimensions:" msgstr "Oryginalne wymiary:" -#: src/Properties.vala:599 +#: src/Properties.vala:605 msgid "Camera make:" msgstr "Producent aparatu:" -#: src/Properties.vala:602 +#: src/Properties.vala:608 msgid "Camera model:" msgstr "Model aparatu:" -#: src/Properties.vala:605 +#: src/Properties.vala:611 msgid "Flash:" msgstr "Lampa błyskowa:" -#: src/Properties.vala:607 +#: src/Properties.vala:613 msgid "Focal length:" msgstr "Odległość ogniskowa:" -#: src/Properties.vala:610 +#: src/Properties.vala:616 msgid "Exposure date:" msgstr "Data ekspozycji:" -#: src/Properties.vala:613 +#: src/Properties.vala:619 msgid "Exposure time:" msgstr "Czas ekspozycji:" -#: src/Properties.vala:616 +#: src/Properties.vala:622 msgid "Exposure bias:" msgstr "Wpływ na ekspozycję:" -#: src/Properties.vala:618 +#: src/Properties.vala:631 msgid "GPS latitude:" msgstr "Szerokość geograficzna GPS:" -#: src/Properties.vala:621 +#: src/Properties.vala:634 msgid "GPS longitude:" msgstr "Długość geograficzna GPS:" -#: src/Properties.vala:624 +#: src/Properties.vala:637 msgid "Artist:" msgstr "Artysta:" -#: src/Properties.vala:626 +#: src/Properties.vala:639 msgid "Copyright:" msgstr "Prawa autorskie:" -#: src/Properties.vala:628 +#: src/Properties.vala:641 msgid "Software:" msgstr "Oprogramowanie:" -#: src/Properties.vala:643 -msgid "Extended Information" -msgstr "Rozszerzone informacje" - #: src/publishing/PublishingPluginHost.vala:11 msgid "Preparing for upload" msgstr "Przygotowywanie do wysłania" @@ -5149,61 +5158,61 @@ msgstr "" msgid "Publishing" msgstr "Publikowanie" -#: src/Resources.vala:111 src/Resources.vala:116 ui/collection.ui:151 +#: src/Resources.vala:110 src/Resources.vala:115 ui/collection.ui:151 msgid "Rotate" msgstr "Obróć" -#: src/Resources.vala:112 +#: src/Resources.vala:111 msgid "Rotate Right" msgstr "Obróć w prawo" -#: src/Resources.vala:113 ui/collection.ui:148 +#: src/Resources.vala:112 ui/collection.ui:148 msgid "Rotate the photos right (press Ctrl to rotate left)" msgstr "Obraca zdjęcia w prawo (naciśnięcie klawisza Ctrl obraca w lewo)" -#: src/Resources.vala:117 +#: src/Resources.vala:116 msgid "Rotate Left" msgstr "Obróć w lewo" -#: src/Resources.vala:118 +#: src/Resources.vala:117 msgid "Rotate the photos left" msgstr "Obraca zdjęcia w lewo" -#: src/Resources.vala:121 +#: src/Resources.vala:120 msgid "Flip Horizontally" msgstr "Odwróć poziomo" -#: src/Resources.vala:124 +#: src/Resources.vala:123 msgid "Flip Vertically" msgstr "Odwróć pionowo" -#: src/Resources.vala:126 ui/direct.ui:192 ui/events_directory.ui:168 +#: src/Resources.vala:125 ui/direct.ui:192 ui/events_directory.ui:168 #: ui/event.ui:438 ui/faces.ui:448 ui/import_queue.ui:83 ui/import.ui:201 #: ui/manifest_widget.ui:35 ui/media.ui:421 ui/offline.ui:198 ui/photo.ui:405 #: ui/tags.ui:440 ui/trash.ui:207 msgid "_About" msgstr "_O programie" -#: src/Resources.vala:127 +#: src/Resources.vala:126 msgid "_Apply" msgstr "_Zastosuj" -#: src/Resources.vala:130 ui/direct.ui:44 ui/events_directory.ui:32 +#: src/Resources.vala:129 ui/direct.ui:44 ui/events_directory.ui:32 #: ui/event.ui:47 ui/faces.ui:47 ui/import.ui:40 ui/media.ui:47 #: ui/offline.ui:32 ui/photo.ui:55 ui/tags.ui:47 ui/trash.ui:37 msgid "_Edit" msgstr "_Edycja" -#: src/Resources.vala:131 +#: src/Resources.vala:130 msgid "_Forward" msgstr "_Dalej" -#: src/Resources.vala:132 ui/direct.ui:62 ui/events_directory.ui:125 +#: src/Resources.vala:131 ui/direct.ui:62 ui/events_directory.ui:125 #: ui/photo.ui:173 msgid "Fulls_creen" msgstr "_Pełny ekran" -#: src/Resources.vala:133 ui/direct.ui:174 ui/direct.ui:177 +#: src/Resources.vala:132 ui/direct.ui:174 ui/direct.ui:177 #: ui/events_directory.ui:150 ui/events_directory.ui:153 ui/event.ui:420 #: ui/event.ui:423 ui/faces.ui:430 ui/faces.ui:433 ui/import_queue.ui:65 #: ui/import_queue.ui:68 ui/import.ui:183 ui/import.ui:186 ui/media.ui:403 @@ -5213,404 +5222,404 @@ msgstr "_Pełny ekran" msgid "_Help" msgstr "Pomo_c" -#: src/Resources.vala:134 +#: src/Resources.vala:133 msgid "Leave _Fullscreen" msgstr "Opuść p_ełny ekran" -#: src/Resources.vala:135 src/Resources.vala:343 ui/tags.ui:450 +#: src/Resources.vala:134 src/Resources.vala:342 ui/tags.ui:450 msgid "_New" msgstr "_Nowa" -#: src/Resources.vala:136 +#: src/Resources.vala:135 msgid "_Next" msgstr "_Dalej" -#: src/Resources.vala:139 src/Resources.vala:288 ui/events_directory.ui:65 +#: src/Resources.vala:138 src/Resources.vala:287 ui/events_directory.ui:65 #: ui/event.ui:93 ui/faces.ui:93 ui/import.ui:68 ui/media.ui:93 #: ui/offline.ui:72 ui/photo.ui:89 ui/tags.ui:93 ui/trash.ui:81 msgid "_Preferences" msgstr "_Preferencje" -#: src/Resources.vala:140 +#: src/Resources.vala:139 msgid "_Previous" msgstr "_Wstecz" -#: src/Resources.vala:142 ui/direct.ui:37 ui/events_directory.ui:25 +#: src/Resources.vala:141 ui/direct.ui:37 ui/events_directory.ui:25 #: ui/event.ui:40 ui/faces.ui:40 ui/import_queue.ui:31 ui/import.ui:33 #: ui/media.ui:40 ui/offline.ui:25 ui/photo.ui:48 ui/tags.ui:40 ui/trash.ui:30 msgid "_Quit" msgstr "Za_kończ" -#: src/Resources.vala:143 +#: src/Resources.vala:142 msgid "_Refresh" msgstr "_Odśwież" -#: src/Resources.vala:145 +#: src/Resources.vala:144 msgid "_Revert" msgstr "P_rzywróć" -#: src/Resources.vala:147 +#: src/Resources.vala:146 msgid "Save _As" msgstr "Z_apisz jako" -#: src/Resources.vala:148 +#: src/Resources.vala:147 msgid "Sort _Ascending" msgstr "Porządkowanie _rosnąco" -#: src/Resources.vala:149 +#: src/Resources.vala:148 msgid "Sort _Descending" msgstr "Porządkowanie mal_ejąco" -#: src/Resources.vala:150 +#: src/Resources.vala:149 msgid "_Stop" msgstr "_Zatrzymaj" -#: src/Resources.vala:151 +#: src/Resources.vala:150 msgid "_Undelete" msgstr "_Cofnij usunięcie" -#: src/Resources.vala:152 +#: src/Resources.vala:151 msgid "_Normal Size" msgstr "Z_wykły rozmiar" -#: src/Resources.vala:153 +#: src/Resources.vala:152 msgid "Best _Fit" msgstr "_Najlepsze dopasowanie" -#: src/Resources.vala:154 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 +#: src/Resources.vala:153 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 #: ui/media.ui:260 ui/photo.ui:144 ui/tags.ui:260 msgid "Zoom _In" msgstr "Pow_iększ" -#: src/Resources.vala:155 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 +#: src/Resources.vala:154 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 #: ui/media.ui:265 ui/photo.ui:149 ui/tags.ui:265 msgid "Zoom _Out" msgstr "P_omniejsz" -#: src/Resources.vala:158 ui/collection.ui:167 +#: src/Resources.vala:157 ui/collection.ui:167 msgid "Enhance" msgstr "Uwydatnij" -#: src/Resources.vala:159 ui/collection.ui:164 +#: src/Resources.vala:158 ui/collection.ui:164 msgid "Automatically improve the photo’s appearance" msgstr "Automatycznie ulepsza wygląd zdjęcia" -#: src/Resources.vala:162 +#: src/Resources.vala:161 msgid "Copy Color Adjustments" msgstr "Skopiuj dostosowania kolorów" -#: src/Resources.vala:163 +#: src/Resources.vala:162 msgid "Copy the color adjustments applied to the photo" msgstr "Kopiuje dostosowania kolorów zastosowane na zdjęciu" -#: src/Resources.vala:166 +#: src/Resources.vala:165 msgid "Paste Color Adjustments" msgstr "Wklej dostosowania kolorów" -#: src/Resources.vala:167 +#: src/Resources.vala:166 msgid "Apply copied color adjustments to the selected photos" msgstr "Wkleja skopiowane dostosowania kolorów zastosowane na zdjęciu" -#: src/Resources.vala:169 ui/direct.ui:139 ui/photo.ui:228 +#: src/Resources.vala:168 ui/direct.ui:139 ui/photo.ui:228 msgid "_Crop" msgstr "Przyt_nij" -#: src/Resources.vala:170 +#: src/Resources.vala:169 msgid "Crop" msgstr "Przytnij" -#: src/Resources.vala:171 +#: src/Resources.vala:170 msgid "Crop the photo’s size" msgstr "Przycina rozmiar zdjęcia" -#: src/Resources.vala:174 +#: src/Resources.vala:173 msgid "Straighten" msgstr "Wyrównaj" -#: src/Resources.vala:175 +#: src/Resources.vala:174 msgid "Straighten the photo" msgstr "Wyrównuje zdjęcie" -#: src/Resources.vala:177 ui/direct.ui:149 ui/photo.ui:238 +#: src/Resources.vala:176 ui/direct.ui:149 ui/photo.ui:238 msgid "_Red-eye" msgstr "_Czerwone oczy" -#: src/Resources.vala:178 +#: src/Resources.vala:177 msgid "Red-eye" msgstr "Czerwone oczy" -#: src/Resources.vala:179 +#: src/Resources.vala:178 msgid "Reduce or eliminate any red-eye effects in the photo" msgstr "Zmniejsza lub usuwa wszystkie efekty czerwonych oczu na zdjęciu" -#: src/Resources.vala:181 ui/direct.ui:154 ui/photo.ui:243 +#: src/Resources.vala:180 ui/direct.ui:154 ui/photo.ui:243 msgid "_Adjust" msgstr "_Dopasuj" -#: src/Resources.vala:182 +#: src/Resources.vala:181 msgid "Adjust" msgstr "Dopasuj" -#: src/Resources.vala:183 +#: src/Resources.vala:182 msgid "Adjust the photo’s color and tone" msgstr "Dopasowuje kolor i tonację zdjęcia" -#: src/Resources.vala:186 +#: src/Resources.vala:185 msgid "Revert to Original" msgstr "Przywróć oryginalne" -#: src/Resources.vala:188 +#: src/Resources.vala:187 msgid "Revert External E_dits" msgstr "Odwróć zewnętrzne mo_dyfikacje" -#: src/Resources.vala:189 +#: src/Resources.vala:188 msgid "Revert to the master photo" msgstr "Przywraca pierwotne zdjęcie" -#: src/Resources.vala:192 +#: src/Resources.vala:191 msgid "Set selected image to be the new desktop background" msgstr "Ustawia wybrany obraz jako nowe tło pulpitu" -#: src/Resources.vala:193 +#: src/Resources.vala:192 msgid "Set as _Desktop Slideshow…" msgstr "Ustaw jako pokaz slaj_dów pulpitu…" -#: src/Resources.vala:195 ui/direct.ui:47 ui/events_directory.ui:35 +#: src/Resources.vala:194 ui/direct.ui:47 ui/events_directory.ui:35 #: ui/event.ui:50 ui/faces.ui:50 ui/import.ui:43 ui/media.ui:50 #: ui/offline.ui:35 ui/photo.ui:58 ui/tags.ui:50 ui/trash.ui:40 msgid "_Undo" msgstr "Cof_nij" -#: src/Resources.vala:196 +#: src/Resources.vala:195 msgid "Undo" msgstr "Cofnij" -#: src/Resources.vala:198 ui/direct.ui:52 ui/events_directory.ui:40 +#: src/Resources.vala:197 ui/direct.ui:52 ui/events_directory.ui:40 #: ui/event.ui:55 ui/faces.ui:55 ui/import.ui:48 ui/media.ui:55 #: ui/offline.ui:40 ui/photo.ui:63 ui/tags.ui:55 ui/trash.ui:45 msgid "_Redo" msgstr "P_onów" -#: src/Resources.vala:199 +#: src/Resources.vala:198 msgid "Redo" msgstr "Ponów" -#: src/Resources.vala:201 ui/events_directory.ui:139 ui/events_directory.ui:181 +#: src/Resources.vala:200 ui/events_directory.ui:139 ui/events_directory.ui:181 #: ui/event.ui:393 ui/event.ui:588 msgid "Re_name Event…" msgstr "Zmień _nazwę wydarzenia…" -#: src/Resources.vala:204 ui/event.ui:373 ui/event.ui:580 +#: src/Resources.vala:203 ui/event.ui:373 ui/event.ui:580 msgid "Make _Key Photo for Event" msgstr "Utwórz _kluczowe zdjęcie dla wydarzenia" -#: src/Resources.vala:205 +#: src/Resources.vala:204 msgid "Make Key Photo for Event" msgstr "Tworzy kluczowe zdjęcie dla wydarzenia" -#: src/Resources.vala:207 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 +#: src/Resources.vala:206 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 #: ui/tags.ui:376 msgid "_New Event" msgstr "_Nowe wydarzenie" -#: src/Resources.vala:208 +#: src/Resources.vala:207 msgid "New Event" msgstr "Nowe wydarzenie" -#: src/Resources.vala:210 +#: src/Resources.vala:209 msgid "Move Photos" msgstr "Przenieś zdjęcia" -#: src/Resources.vala:211 +#: src/Resources.vala:210 msgid "Move photos to an event" msgstr "Przenosi zdjęcia do innego wydarzenia" -#: src/Resources.vala:213 ui/events_directory.ui:135 ui/events_directory.ui:177 +#: src/Resources.vala:212 ui/events_directory.ui:135 ui/events_directory.ui:177 msgid "_Merge Events" msgstr "_Połącz wydarzenia" -#: src/Resources.vala:214 +#: src/Resources.vala:213 msgid "Merge" msgstr "Połącz" -#: src/Resources.vala:215 +#: src/Resources.vala:214 msgid "Combine events into a single event" msgstr "Łączy wydarzenia w jedno" -#: src/Resources.vala:217 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 +#: src/Resources.vala:216 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 #: ui/faces.ui:286 ui/media.ui:286 ui/photo_context.ui:35 ui/photo.ui:273 #: ui/tags.ui:286 msgid "_Set Rating" msgstr "U_staw ocenę" -#: src/Resources.vala:218 +#: src/Resources.vala:217 msgid "Set Rating" msgstr "Ustaw ocenę" -#: src/Resources.vala:219 +#: src/Resources.vala:218 msgid "Change the rating of your photo" msgstr "Zmienia ocenę zdjęcia" -#: src/Resources.vala:221 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 +#: src/Resources.vala:220 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 #: ui/faces.ui:326 ui/media.ui:326 ui/photo_context.ui:75 ui/photo.ui:313 #: ui/tags.ui:326 msgid "_Increase" msgstr "Z_większ" -#: src/Resources.vala:222 +#: src/Resources.vala:221 msgid "Increase Rating" msgstr "Zwiększ ocenę" -#: src/Resources.vala:224 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 +#: src/Resources.vala:223 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 #: ui/faces.ui:331 ui/media.ui:331 ui/photo_context.ui:80 ui/photo.ui:318 #: ui/tags.ui:331 msgid "_Decrease" msgstr "_Zmniejsz" -#: src/Resources.vala:225 +#: src/Resources.vala:224 msgid "Decrease Rating" msgstr "Zmniejsz ocenę" -#: src/Resources.vala:227 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 +#: src/Resources.vala:226 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 #: ui/faces.ui:314 ui/media.ui:314 ui/photo_context.ui:63 ui/photo.ui:301 #: ui/tags.ui:314 msgid "_Unrated" msgstr "_Bez oceny" -#: src/Resources.vala:228 +#: src/Resources.vala:227 msgid "Unrated" msgstr "Bez oceny" -#: src/Resources.vala:229 +#: src/Resources.vala:228 msgid "Rate Unrated" msgstr "Ustaw jako bez oceny" -#: src/Resources.vala:230 +#: src/Resources.vala:229 msgid "Setting as unrated" msgstr "Ustawianie jako bez oceny" -#: src/Resources.vala:231 +#: src/Resources.vala:230 msgid "Remove any ratings" msgstr "Usuwa wszystkie oceny" -#: src/Resources.vala:233 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 +#: src/Resources.vala:232 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 #: ui/faces.ui:319 ui/media.ui:319 ui/photo_context.ui:68 ui/photo.ui:306 #: ui/tags.ui:319 msgid "_Rejected" msgstr "_Odrzucona" -#: src/Resources.vala:234 +#: src/Resources.vala:233 msgid "Rejected" msgstr "Odrzucona" -#: src/Resources.vala:235 +#: src/Resources.vala:234 msgid "Rate Rejected" msgstr "Odrzucona ocena" -#: src/Resources.vala:236 +#: src/Resources.vala:235 msgid "Setting as rejected" msgstr "Ustawianie jako odrzucona" -#: src/Resources.vala:237 +#: src/Resources.vala:236 msgid "Set rating to rejected" msgstr "Ustawia ocenę jako odrzuconą" -#: src/Resources.vala:239 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 +#: src/Resources.vala:238 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 #: ui/media.ui:196 ui/offline.ui:153 ui/search_bar.ui:6 ui/tags.ui:196 #: ui/trash.ui:162 msgid "Rejected _Only" msgstr "Tylko _odrzucone" -#: src/Resources.vala:240 +#: src/Resources.vala:239 msgid "Rejected Only" msgstr "Tylko odrzucone" -#: src/Resources.vala:241 +#: src/Resources.vala:240 msgid "Show only rejected photos" msgstr "Wyświetla tylko odrzucone zdjęcia" -#: src/Resources.vala:243 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 +#: src/Resources.vala:242 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 #: ui/media.ui:190 ui/offline.ui:147 ui/search_bar.ui:12 ui/tags.ui:190 #: ui/trash.ui:156 msgid "All + _Rejected" msgstr "Wszystkie + _odrzucone" -#: src/Resources.vala:244 +#: src/Resources.vala:243 msgctxt "Tooltip" msgid "Show all photos, including rejected" msgstr "Wyświetla wszystkie zdjęcia, w tym odrzucone" -#: src/Resources.vala:246 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 +#: src/Resources.vala:245 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 #: ui/media.ui:184 ui/offline.ui:141 ui/search_bar.ui:18 ui/tags.ui:184 #: ui/trash.ui:150 msgid "_All Photos" msgstr "_Wszystkie zdjęcia" #. Button tooltip -#: src/Resources.vala:248 +#: src/Resources.vala:247 msgid "Show all photos" msgstr "Wyświetla wszystkie zdjęcia" -#: src/Resources.vala:250 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 +#: src/Resources.vala:249 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 #: ui/photo.ui:120 ui/tags.ui:144 msgid "_Ratings" msgstr "O_ceny" -#: src/Resources.vala:251 +#: src/Resources.vala:250 msgid "Display each photo’s rating" msgstr "Wyświetla oceny każdego zdjęcia" -#: src/Resources.vala:253 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 +#: src/Resources.vala:252 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 #: ui/media.ui:151 ui/offline.ui:108 ui/tags.ui:151 ui/trash.ui:117 msgid "_Filter Photos" msgstr "_Filtruj zdjęcia" -#: src/Resources.vala:254 +#: src/Resources.vala:253 msgid "Filter Photos" msgstr "Filtruj zdjęcia" -#: src/Resources.vala:255 +#: src/Resources.vala:254 msgid "Limit the number of photos displayed based on a filter" msgstr "Ogranicza liczbę wyświetlanych zdjęć na podstawie filtru" -#: src/Resources.vala:258 +#: src/Resources.vala:257 msgid "Duplicate" msgstr "Utwórz kopię" -#: src/Resources.vala:259 +#: src/Resources.vala:258 msgid "Make a duplicate of the photo" msgstr "Tworzy kopię zdjęcia" -#: src/Resources.vala:261 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 +#: src/Resources.vala:260 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 #: ui/photo.ui:17 ui/tags.ui:17 msgid "_Export…" msgstr "Wy_eksportuj…" -#: src/Resources.vala:263 +#: src/Resources.vala:262 msgid "_Print…" msgstr "Wy_drukuj…" -#: src/Resources.vala:265 +#: src/Resources.vala:264 msgid "Pu_blish…" msgstr "Opu_blikuj…" -#: src/Resources.vala:267 ui/collection.ui:189 +#: src/Resources.vala:266 ui/collection.ui:189 msgid "Publish to various websites" msgstr "Publikuje na różnych witrynach WWW" -#: src/Resources.vala:269 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 +#: src/Resources.vala:268 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 #: ui/faces.ui:340 ui/media.ui:340 ui/photo_context.ui:105 ui/photo.ui:327 #: ui/tags.ui:340 msgid "Edit _Title…" msgstr "Mo_dyfikuj tytuł…" #. Button label -#: src/Resources.vala:271 +#: src/Resources.vala:270 msgctxt "Button Label" msgid "Edit Title" msgstr "Modyfikuj tytuł" -#: src/Resources.vala:273 ui/collection.ui:103 ui/events_directory.ui:144 +#: src/Resources.vala:272 ui/collection.ui:103 ui/events_directory.ui:144 #: ui/events_directory.ui:186 ui/event.ui:345 ui/event.ui:398 ui/event.ui:542 #: ui/faces.ui:345 ui/media.ui:345 ui/photo_context.ui:110 ui/photo.ui:332 #: ui/tags.ui:345 @@ -5618,138 +5627,138 @@ msgid "Edit _Comment…" msgstr "Modyfikuj _komentarz…" #. Button label -#: src/Resources.vala:275 +#: src/Resources.vala:274 msgid "Edit Comment" msgstr "Modyfikacja komentarza" -#: src/Resources.vala:277 ui/event.ui:592 +#: src/Resources.vala:276 ui/event.ui:592 msgid "Edit Event _Comment…" msgstr "Modyfikuj _komentarz wydarzenia…" -#: src/Resources.vala:280 ui/direct.ui:167 ui/photo.ui:337 +#: src/Resources.vala:279 ui/direct.ui:167 ui/photo.ui:337 msgid "_Adjust Date and Time…" msgstr "Dostosuj d_atę i czas…" -#: src/Resources.vala:281 +#: src/Resources.vala:280 msgid "Adjust Date and Time" msgstr "Dostosowuje datę i czas" -#: src/Resources.vala:283 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 +#: src/Resources.vala:282 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 #: ui/faces.ui:390 ui/media.ui:390 ui/photo.ui:375 ui/tags.ui:390 msgid "Add _Tags…" msgstr "Dodaj e_tykiety…" -#: src/Resources.vala:284 ui/photo_context.ui:17 +#: src/Resources.vala:283 ui/photo_context.ui:17 msgid "_Add Tags…" msgstr "_Dodaj etykiety…" #. Dialog title -#: src/Resources.vala:286 +#: src/Resources.vala:285 msgctxt "Dialog Title" msgid "Add Tags" msgstr "Dodanie etykiet" -#: src/Resources.vala:295 ui/photo_context.ui:135 +#: src/Resources.vala:294 ui/photo_context.ui:135 msgid "Send T_o…" msgstr "Wyślij d_o…" -#: src/Resources.vala:297 +#: src/Resources.vala:296 msgid "_Find…" msgstr "_Znajdź…" -#: src/Resources.vala:298 ui/collection.ui:217 ui/offline.ui:239 +#: src/Resources.vala:297 ui/collection.ui:217 ui/offline.ui:239 #: ui/trash.ui:312 msgid "Find" msgstr "Wyszukiwanie" -#: src/Resources.vala:299 ui/collection.ui:214 ui/offline.ui:236 +#: src/Resources.vala:298 ui/collection.ui:214 ui/offline.ui:236 #: ui/trash.ui:309 msgid "Find an image by typing text that appears in its name or tags" msgstr "" "Wyszukuje obraz przez wpisanie tekstu pojawiającego się w jego nazwie lub " "etykietach" -#: src/Resources.vala:301 +#: src/Resources.vala:300 msgid "_Flag" msgstr "_Dodaj flagę" -#: src/Resources.vala:303 +#: src/Resources.vala:302 msgid "Un_flag" msgstr "_Usuń flagę" -#: src/Resources.vala:307 +#: src/Resources.vala:306 msgid "Mark faces of people in the photo" msgstr "Oznacza twarze osób na zdjęciu" -#: src/Resources.vala:308 +#: src/Resources.vala:307 msgid "Modify Faces" msgstr "Modyfikuj twarze" -#: src/Resources.vala:309 +#: src/Resources.vala:308 msgid "Delete Face" msgstr "Usuń twarz" -#: src/Resources.vala:311 src/Resources.vala:353 ui/tags.ui:456 +#: src/Resources.vala:310 src/Resources.vala:352 ui/tags.ui:456 msgid "_Rename…" msgstr "_Zmień nazwę…" -#: src/Resources.vala:315 +#: src/Resources.vala:314 #, c-format msgid "Unable to launch editor: %s" msgstr "Nie można uruchomić edytora: %s" -#: src/Resources.vala:320 +#: src/Resources.vala:319 #, c-format msgid "Add Tag “%s”" msgstr "Dodaj etykietę „%s”" #. Used when adding two tags to photo(s) -#: src/Resources.vala:323 +#: src/Resources.vala:322 #, c-format msgid "Add Tags “%s” and “%s”" msgstr "Dodaj etykiety „%s” i „%s”" #. Undo/Redo command name (in Edit menu) -#: src/Resources.vala:328 +#: src/Resources.vala:327 msgctxt "UndoRedo menu entry" msgid "Add Tags" msgstr "Dodaj etykiety" -#: src/Resources.vala:333 +#: src/Resources.vala:332 #, c-format msgid "_Delete Tag “%s”" msgstr "_Usuń etykietę „%s”" -#: src/Resources.vala:337 +#: src/Resources.vala:336 #, c-format msgid "Delete Tag “%s”" msgstr "Usuń etykietę „%s”" -#: src/Resources.vala:340 +#: src/Resources.vala:339 msgid "Delete Tag" msgstr "Usuń etykietę" -#: src/Resources.vala:346 +#: src/Resources.vala:345 #, c-format msgid "Re_name Tag “%s”…" msgstr "Zmień _nazwę etykiety „%s”…" -#: src/Resources.vala:350 +#: src/Resources.vala:349 #, c-format msgid "Rename Tag “%s” to “%s”" msgstr "Zmień nazwę etykiety „%s” na „%s”" -#: src/Resources.vala:355 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 +#: src/Resources.vala:354 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 #: ui/faces.ui:395 ui/media.ui:395 ui/photo_context.ui:22 ui/photo.ui:380 #: ui/tags.ui:395 msgid "Modif_y Tags…" msgstr "M_odyfikuj etykiety…" -#: src/Resources.vala:356 +#: src/Resources.vala:355 msgid "Modify Tags" msgstr "Modyfikuj etykiety" -#: src/Resources.vala:359 +#: src/Resources.vala:358 #, c-format msgid "Tag Photo as “%s”" msgid_plural "Tag Photos as “%s”" @@ -5757,7 +5766,7 @@ msgstr[0] "Dodaj etykietę „%s” do zdjęcia" msgstr[1] "Dodaj etykietę „%s” do zdjęć" msgstr[2] "Dodaj etykietę „%s” do zdjęć" -#: src/Resources.vala:365 +#: src/Resources.vala:364 #, c-format msgid "Tag the selected photo as “%s”" msgid_plural "Tag the selected photos as “%s”" @@ -5765,7 +5774,7 @@ msgstr[0] "Dodaje etykietę „%s” do wybranego zdjęcia" msgstr[1] "Dodaje etykietę „%s” do wybranych zdjęć" msgstr[2] "Dodaje etykietę „%s” do wybranych zdjęć" -#: src/Resources.vala:371 +#: src/Resources.vala:370 #, c-format msgid "Remove Tag “%s” From _Photo" msgid_plural "Remove Tag “%s” From _Photos" @@ -5773,7 +5782,7 @@ msgstr[0] "Usuń etykietę „%s” ze _zdjęcia" msgstr[1] "Usuń etykietę „%s” ze _zdjęć" msgstr[2] "Usuń etykietę „%s” ze _zdjęć" -#: src/Resources.vala:377 +#: src/Resources.vala:376 #, c-format msgid "Remove Tag “%s” From Photo" msgid_plural "Remove Tag “%s” From Photos" @@ -5781,13 +5790,13 @@ msgstr[0] "Usuń etykietę „%s” ze zdjęcia" msgstr[1] "Usuń etykietę „%s” ze zdjęć" msgstr[2] "Usuń etykietę „%s” ze zdjęć" -#: src/Resources.vala:383 +#: src/Resources.vala:382 #, c-format msgid "Unable to rename tag to “%s” because the tag already exists." msgstr "" "Nie można zmienić nazwy etykiety na „%s”, ponieważ ta etykieta już istnieje." -#: src/Resources.vala:387 +#: src/Resources.vala:386 #, c-format msgid "Unable to rename search to “%s” because the search already exists." msgstr "" @@ -5795,39 +5804,39 @@ msgstr "" "już istnieje." #. Saved search button -#: src/Resources.vala:390 src/SearchFilter.vala:1146 +#: src/Resources.vala:389 src/SearchFilter.vala:1146 msgid "Saved Search" msgstr "Zapisane wyszukiwanie" -#: src/Resources.vala:392 +#: src/Resources.vala:391 msgid "Delete Search" msgstr "Usunięcie wyszukiwania" -#: src/Resources.vala:395 ui/savedsearch.ui:10 +#: src/Resources.vala:394 ui/savedsearch.ui:10 msgid "_Edit…" msgstr "_Modyfikuj…" -#: src/Resources.vala:396 ui/savedsearch.ui:6 +#: src/Resources.vala:395 ui/savedsearch.ui:6 msgid "Re_name…" msgstr "Zmień _nazwę…" -#: src/Resources.vala:399 +#: src/Resources.vala:398 #, c-format msgid "Rename Search “%s” to “%s”" msgstr "Zmienia nazwę wyszukiwania z „%s” na „%s”" -#: src/Resources.vala:403 +#: src/Resources.vala:402 #, c-format msgid "Delete Search “%s”" msgstr "Usuwa wyszukiwanie „%s”" -#: src/Resources.vala:408 +#: src/Resources.vala:407 #, c-format msgid "Unable to rename face to “%s” because the face already exists." msgstr "" "Nie można zmienić nazwy twarzy na „%s”, ponieważ ta twarz już istnieje." -#: src/Resources.vala:412 +#: src/Resources.vala:411 #, c-format msgid "Remove Face “%s” From _Photo" msgid_plural "Remove Face “%s” From _Photos" @@ -5835,7 +5844,7 @@ msgstr[0] "Usuń twarz „%s” ze _zdjęcia" msgstr[1] "Usuń twarz „%s” ze _zdjęć" msgstr[2] "Usuń twarz „%s” ze _zdjęć" -#: src/Resources.vala:417 +#: src/Resources.vala:416 #, c-format msgid "Remove Face “%s” From Photo" msgid_plural "Remove Face “%s” From Photos" @@ -5843,117 +5852,117 @@ msgstr[0] "Usuń twarz „%s” ze zdjęcia" msgstr[1] "Usuń twarz „%s” ze zdjęć" msgstr[2] "Usuń twarz „%s” ze zdjęć" -#: src/Resources.vala:422 +#: src/Resources.vala:421 #, c-format msgid "Re_name Face “%s”…" msgstr "Zmień _nazwę twarzy „%s”…" -#: src/Resources.vala:426 +#: src/Resources.vala:425 #, c-format msgid "Rename Face “%s” to “%s”" msgstr "Zmień nazwę twarzy „%s” na „%s”" -#: src/Resources.vala:430 +#: src/Resources.vala:429 #, c-format msgid "_Delete Face “%s”" msgstr "_Usuń twarz „%s”" -#: src/Resources.vala:434 +#: src/Resources.vala:433 #, c-format msgid "Delete Face “%s”" msgstr "Usuń twarz „%s”" -#: src/Resources.vala:636 +#: src/Resources.vala:663 #, c-format msgid "Rate %s" msgstr "Ocena %s" -#: src/Resources.vala:637 +#: src/Resources.vala:664 #, c-format msgid "Set rating to %s" msgstr "Ustaw ocenę na %s" -#: src/Resources.vala:638 +#: src/Resources.vala:665 #, c-format msgid "Setting rating to %s" msgstr "Ustawianie oceny na %s" -#: src/Resources.vala:640 +#: src/Resources.vala:667 #, c-format msgid "Display %s" msgstr "Wyświetlanie %s" -#: src/Resources.vala:641 +#: src/Resources.vala:668 #, c-format msgid "Only show photos with a rating of %s" msgstr "Wyświetla tylko z oceną %s" -#: src/Resources.vala:642 +#: src/Resources.vala:669 #, c-format msgid "%s or Better" msgstr "%s lub lepszą" -#: src/Resources.vala:643 +#: src/Resources.vala:670 #, c-format msgid "Display %s or Better" msgstr "Wyświetlanie %s lub lepszych" -#: src/Resources.vala:644 +#: src/Resources.vala:671 #, c-format msgid "Only show photos with a rating of %s or better" msgstr "Wyświetla tylko zdjęcia z oceną %s lub lepszą" -#: src/Resources.vala:735 ui/trash.ui:255 +#: src/Resources.vala:762 ui/trash.ui:255 msgid "Remove the selected photos from the trash" msgstr "Usuwa wybrane zdjęcia z kosza" -#: src/Resources.vala:736 ui/offline.ui:221 +#: src/Resources.vala:763 ui/offline.ui:221 msgid "Remove the selected photos from the library" msgstr "Usuwa wybrane zdjęcia z kolekcji" -#: src/Resources.vala:738 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 +#: src/Resources.vala:765 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 msgid "_Restore" msgstr "P_rzywróć" -#: src/Resources.vala:739 ui/trash.ui:270 +#: src/Resources.vala:766 ui/trash.ui:270 msgid "Move the selected photos back into the library" msgstr "Przenosi wybrane zdjęcia z powrotem do kolekcji" -#: src/Resources.vala:741 ui/collection.ui:123 ui/direct_context.ui:18 +#: src/Resources.vala:768 ui/collection.ui:123 ui/direct_context.ui:18 #: ui/direct.ui:30 ui/event.ui:27 ui/event.ui:562 ui/faces.ui:27 ui/media.ui:27 #: ui/photo_context.ui:130 ui/photo.ui:35 ui/tags.ui:27 ui/trash.ui:19 #: ui/trash.ui:227 msgid "Show in File Mana_ger" msgstr "Wyświetl w mene_dżerze plików" -#: src/Resources.vala:742 +#: src/Resources.vala:769 msgid "Open the selected photo’s directory in the file manager" msgstr "Otwiera wybrany katalog zdjęć w menedżerze plików" -#: src/Resources.vala:745 +#: src/Resources.vala:772 #, c-format msgid "Unable to open in file manager: %s" msgstr "Nie można otworzyć w menedżerze plików: %s" -#: src/Resources.vala:748 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 +#: src/Resources.vala:775 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 #: ui/offline.ui:58 ui/offline.ui:207 ui/offline.ui:224 ui/photo.ui:77 #: ui/tags.ui:74 msgid "R_emove From Library" msgstr "_Usuń z kolekcji" -#: src/Resources.vala:750 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 +#: src/Resources.vala:777 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 #: ui/faces.ui:79 ui/media.ui:79 ui/photo_context.ui:141 ui/photo.ui:82 #: ui/tags.ui:79 msgid "_Move to Trash" msgstr "Przenieś do _kosza" -#: src/Resources.vala:752 ui/events_directory.ui:58 ui/event.ui:86 +#: src/Resources.vala:779 ui/events_directory.ui:58 ui/event.ui:86 #: ui/faces.ui:86 ui/import.ui:61 ui/media.ui:86 ui/offline.ui:65 ui/tags.ui:86 #: ui/trash.ui:74 msgid "Select _All" msgstr "Z_aznacz wszystkie" -#: src/Resources.vala:753 +#: src/Resources.vala:780 msgid "Select all items" msgstr "Zaznacza wszystkie elementy" @@ -5966,14 +5975,14 @@ msgstr "Zaznacza wszystkie elementy" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format #. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:814 +#: src/Resources.vala:841 msgid "%a %b %d, %Y" msgstr "%a, %-d %b %Y" #. / Locale-specific starting date format for multi-date strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:819 +#: src/Resources.vala:846 msgctxt "MultidayFormat" msgid "%a %b %d" msgstr "%a, %-d %b" @@ -5981,7 +5990,7 @@ msgstr "%a, %-d %b" #. / Locale-specific ending date format for multi-date strings, #. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:824 +#: src/Resources.vala:851 msgctxt "MultidayFormat" msgid "%d, %Y" msgstr "%-d, %Y" @@ -5989,7 +5998,7 @@ msgstr "%-d, %Y" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:829 +#: src/Resources.vala:856 msgctxt "MultimonthFormat" msgid "%a %b %d" msgstr "%a, %-d %b" @@ -5997,7 +6006,7 @@ msgstr "%a, %-d %b" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Mon Apr 06, 2006" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:834 +#: src/Resources.vala:861 msgctxt "MultimonthFormat" msgid "%a %b %d, %Y" msgstr "%a, %-d %b %Y" @@ -6753,6 +6762,3 @@ msgstr "etykieta" #: ui/trash.ui:285 msgid "Delete all photos in the trash" msgstr "Usuwa wszystkie zdjęcia z kosza" - -msgid "WebP" -msgstr "WebP" diff --git a/po/pt_BR.po b/po/pt_BR.po index c97e75c..2f3325c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -12,22 +12,23 @@ # Translators from GNOME Translation Project (2014 forward): # Felipe Braga , 2015. # Enrico Nicoletto , 2016. -# Rafael Fontenelle , 2014-2018. # Isaac Ferreira Filho , 2017. +# Rafael Fontenelle , 2014-2019. +# msgid "" msgstr "" "Project-Id-Version: shotwell\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/shotwell/issues\n" -"POT-Creation-Date: 2018-06-03 05:50+0000\n" -"PO-Revision-Date: 2018-06-05 22:47-0200\n" +"POT-Creation-Date: 2019-01-28 12:13+0000\n" +"PO-Revision-Date: 2019-01-28 15:26-0200\n" "Last-Translator: Rafael Fontenelle \n" -"Language-Team: Brazilian Portuguese \n" +"Language-Team: Portuguese - Brazil \n" "Language: pt_BR\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-Generator: Virtaal 1.0.0-beta1\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" +"X-Generator: Gtranslator 3.31.0\n" "X-Project-Style: gnome\n" #: misc/shotwell.appdata.xml.in:8 misc/shotwell.desktop.in:4 @@ -59,12 +60,15 @@ msgstr "" "suas fotos mestres, tornando mais fácil experimentar e corrigir erros." #: misc/shotwell.appdata.xml.in:18 +#| msgid "" +#| "When ready, Shotwell can upload your photos to various web sites, such as " +#| "Facebook, Flickr, Picasa (Google Plus), and more." msgid "" "When ready, Shotwell can upload your photos to various web sites, such as " -"Facebook, Flickr, Picasa (Google Plus), and more." +"Facebook, Flickr, Google Photos, and more." msgstr "" "Quando estiver pronto, Shotwell pode enviar suas fotos para vários sites, " -"tais como Facebook, Flickr, Picasa (Google Plus) e mais." +"tais como Facebook, Flickr, Google Fotos e mais." #: misc/shotwell.appdata.xml.in:22 msgid "Shotwell supports JPEG, PNG, TIFF, and a variety of RAW file formats." @@ -72,7 +76,7 @@ msgstr "" "Shotwell oferece suporte a JPEG, PNG, TIFF e a uma variedade de formatos de " "arquivo RAW." -#: misc/shotwell.appdata.xml.in:52 +#: misc/shotwell.appdata.xml.in:53 msgid "The Shotwell developers" msgstr "Os desenvolvedores do Shotwell" @@ -928,20 +932,26 @@ msgid "refresh token" msgstr "atualizar token" #: misc/org.yorba.shotwell.gschema.xml:493 +#| msgid "" +#| "The OAuth token used to refresh the YouTube session for the currently " +#| "logged in user, if any." msgid "" -"The OAuth token used to refresh the Picasa Web Albums session for the " -"currently logged in user, if any." +"The OAuth token used to refresh the Google Photos session for the currently " +"logged in user, if any." msgstr "" -"O token Oauth usado para atualizar a sessão do Picasa Web Albums para o " -"usuário atualmente autenticado, se houver." +"O token Oauth usado para atualizar a sessão do Google Fotos para o usuário " +"atualmente autenticado, se houver." #: misc/org.yorba.shotwell.gschema.xml:499 +#| msgid "" +#| "A numeric code representing the default size for photos uploaded to " +#| "Picasa Web Albums" msgid "" -"A numeric code representing the default size for photos uploaded to Picasa " -"Web Albums" +"A numeric code representing the default size for photos uploaded to Google " +"Photos Albums" msgstr "" -"um código numérico representando o tamanho padrão para fotos enviadas ao " -"Picasa Web Albums" +"Um código numérico representando o tamanho padrão para fotos enviadas ao " +"Google Fotos" #: misc/org.yorba.shotwell.gschema.xml:504 #: misc/org.yorba.shotwell.gschema.xml:598 @@ -954,12 +964,15 @@ msgid "The name of the last album the user published photos to, if any" msgstr "O nome do último álbum para o qual o usuário publicou fotos, se houver" #: misc/org.yorba.shotwell.gschema.xml:511 +#| msgid "" +#| "Whether images being uploaded to Facebook should have their metadata " +#| "removed first" msgid "" -"Whether images being uploaded to Picasa should have their metadata removed " -"first" +"Whether images being uploaded to Google Photos should have their metadata " +"removed first" msgstr "" -"Se imagens sendo enviadas para o Picasa devem ter primeiro seus metadados " -"removidos" +"Se as imagens sendo enviadas para Google Fotos devem possuir seus metadados " +"removidos primeiro" #: misc/org.yorba.shotwell.gschema.xml:518 msgid "Piwigo URL" @@ -1248,14 +1261,15 @@ msgstr "" "falso" #: misc/org.yorba.shotwell.gschema.xml:726 -msgid "enable picasa publishing plugin" -msgstr "habilitar plug-in de publicação no picasa" +#| msgid "enable facebook publishing plugin" +msgid "enable Google Photos publishing plugin" +msgstr "habilitar plug-in de publicação no Google Fotos" #: misc/org.yorba.shotwell.gschema.xml:727 -msgid "" -"True if the Picasa Web Albums publishing plugin is enabled, false otherwise" +#| msgid "True if the Gallery3 publishing plugin is enabled, false otherwise" +msgid "True if the Google Photos publishing plugin is enabled, false otherwise" msgstr "" -"Verdadeiro se plug-in de publicação no Picasa Web Albums está habilitado; do " +"Verdadeiro se plug-in de publicação no Google Fotos está habilitado; do " "contrário, falso" #: misc/org.yorba.shotwell.gschema.xml:732 @@ -1478,19 +1492,19 @@ msgstr "" "Clique em Autenticar para entrar no Flickr no seu navegador de internet. " "Você terá que autorizar o Shotwell para conectar a sua conta do Flickr." -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:124 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:125 msgid "Preparing for login…" msgstr "Preparando para iniciar sessão…" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:193 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:194 msgid "Flickr authorization failed" msgstr "Falha de autorização no Flickr" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:200 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:201 msgid "Verifying authorization…" msgstr "Verificando autorização…" -#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:118 +#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:138 msgid "" "You have already logged in and out of a Google service during this Shotwell " "session.\n" @@ -1506,18 +1520,6 @@ msgstr "" #: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:32 msgid "" -"You are not currently logged into Picasa Web Albums.\n" -"\n" -"Click Log in to log into Picasa Web Albums in your Web browser. You will " -"have to authorize Shotwell Connect to link to your Picasa Web Albums account." -msgstr "" -"Você não está autenticado no Picasa Web Albums.\n" -"\n" -"Clique em Autenticar para entrar no Picasa Web Albums em seu navegador. Você " -"terá que autorizar a conexão do Shotwell à sua conta Picasa Web Albums." - -#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:35 -msgid "" "You are not currently logged into YouTube.\n" "\n" "You must have already signed up for a Google account and set it up for use " @@ -1530,6 +1532,28 @@ msgstr "" "de continuar. Você pode configurar sua conta usando seu navegador para " "entrar no site do Youtube." +#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:36 +#| msgid "" +#| "You are not currently logged into YouTube.\n" +#| "\n" +#| "You must have already signed up for a Google account and set it up for " +#| "use with YouTube to continue. You can set up most accounts by using your " +#| "browser to log into the YouTube site at least once." +msgid "" +"You are not currently logged into Google Photos.\n" +"\n" +"You must have already signed up for a Google account and set it up for use " +"with Google Photos.\n" +"\n" +"You will have to authorize Shotwell to link to your Google Photos account." +msgstr "" +"Você atualmente não está autenticado nos Google Fotos.\n" +"\n" +"Você precisa ter uma conta do Google configurada para usar com o Google " +"Fotos\n" +"\n" +"Você terá que autorizar o Shotwell a se vincular à sua conta do Google Fotos." + #: plugins/authenticator/shotwell/tumblr_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/rajce_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/RajcePublishing.vala:892 @@ -1555,12 +1579,12 @@ msgid "Enter the username and password associated with your Tumblr account." msgstr "Digite o nome de usuário e senha associados à sua conta Tumblr." #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:26 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1081 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1084 msgid "Username and/or password invalid. Please try again" msgstr "Nome de usuário e/ou senha inválida. Por favor, tente novamente" #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:53 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1117 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1120 msgid "Invalid User Name or Password" msgstr "Usuário ou senha inválida" @@ -1589,13 +1613,13 @@ msgstr "" "Enrico Nicoletto " #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:217 +#: plugins/common/RESTSupport.vala:220 msgid "" "⚫ This website presented identification that belongs to a different website." msgstr "⚫ Este site apresentou identificação que pertence a um site diferente." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:222 +#: plugins/common/RESTSupport.vala:225 msgid "" "⚫ This website’s identification is too old to trust. Check the date on your " "computer’s calendar." @@ -1604,14 +1628,14 @@ msgstr "" "data no calendário de seu computador." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:227 +#: plugins/common/RESTSupport.vala:230 msgid "" "⚫ This website’s identification was not issued by a trusted organization." msgstr "" "⚫ A identificação deste site não foi emitida por uma organização confiável." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:232 +#: plugins/common/RESTSupport.vala:235 msgid "" "⚫ This website’s identification could not be processed. It may be corrupted." msgstr "" @@ -1619,7 +1643,7 @@ msgstr "" "corrompida." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:237 +#: plugins/common/RESTSupport.vala:240 msgid "" "⚫ This website’s identification has been revoked by the trusted organization " "that issued it." @@ -1628,7 +1652,7 @@ msgstr "" "emitiu." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:242 +#: plugins/common/RESTSupport.vala:245 msgid "" "⚫ This website’s identification cannot be trusted because it uses very weak " "encryption." @@ -1637,7 +1661,7 @@ msgstr "" "codificação muito fraca." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:247 +#: plugins/common/RESTSupport.vala:250 msgid "" "⚫ This website’s identification is only valid for future dates. Check the " "date on your computer’s calendar." @@ -1645,7 +1669,7 @@ msgstr "" "⚫ A identificação deste site somente é válida para datas futuras. Por favor, " "verifique a data no calendário do seu computador." -#: plugins/common/RESTSupport.vala:524 +#: plugins/common/RESTSupport.vala:539 #: plugins/shotwell-publishing/TumblrPublishing.vala:623 msgid "A temporary file needed for publishing is unavailable" msgstr "Um arquivo temporário necessário para a publicação não está disponível" @@ -1703,7 +1727,7 @@ msgstr "pixels" #: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:158 #: plugins/shotwell-publishing/FlickrPublishing.vala:687 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1309 #: src/Dimensions.vala:17 msgid "Original size" msgstr "Tamanho original" @@ -1719,7 +1743,7 @@ msgstr "Borda longa" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:145 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:177 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:125 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:142 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:181 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:105 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:99 msgid "_Logout" @@ -1731,7 +1755,7 @@ msgstr "_Sair" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:159 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:192 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:141 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:156 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:195 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:121 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:115 #: src/CollectionPage.vala:82 src/PhotoPage.vala:2492 @@ -1883,7 +1907,7 @@ msgid "You are logged into Rajce as %s." msgstr "Você está autenticado no Rajce como %s." #: plugins/shotwell-publishing-extras/RajcePublishing.vala:1014 -#: plugins/shotwell-publishing/PicasaPublishing.vala:571 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:69 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:20 msgid "Photos will appear in:" msgstr "As fotos irão aparecer em:" @@ -1953,7 +1977,7 @@ msgstr "Vídeos e álbuns de fotos novos _visível para:" #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:155 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:92 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:59 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:75 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:203 msgid "" "_Remove location, camera, and other identifying information before uploading" @@ -1963,15 +1987,14 @@ msgstr "" #: plugins/shotwell-publishing/FacebookPublishing.vala:33 #: plugins/shotwell-publishing/FlickrPublishing.vala:33 -#: plugins/shotwell-publishing/PicasaPublishing.vala:33 #: plugins/shotwell-publishing/PiwigoPublishing.vala:33 #: plugins/shotwell-publishing/YouTubePublishing.vala:33 src/Resources.vala:27 msgid "Copyright 2016 Software Freedom Conservancy Inc." msgstr "Copyright 2016 Software Freedom Conservancy Inc." #: plugins/shotwell-publishing/FacebookPublishing.vala:61 -#: plugins/shotwell-publishing/PicasaPublishing.vala:58 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1188 +#: plugins/shotwell-publishing/PhotosPublisher.vala:9 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1191 msgid "Shotwell Connect" msgstr "Conexão do Shotwell" @@ -2015,7 +2038,7 @@ msgstr "Somente para mim" #: plugins/shotwell-publishing/FacebookPublishing.vala:889 #: plugins/shotwell-publishing/FlickrPublishing.vala:661 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1290 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 msgid "Everyone" msgstr "Todos" @@ -2079,78 +2102,94 @@ msgid "Friends only" msgstr "Somente amigos" #: plugins/shotwell-publishing/FlickrPublishing.vala:683 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1302 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 #: plugins/shotwell-publishing/TumblrPublishing.vala:103 msgid "500 × 375 pixels" msgstr "500 × 375 pixels" #: plugins/shotwell-publishing/FlickrPublishing.vala:684 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1303 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 #: plugins/shotwell-publishing/TumblrPublishing.vala:104 msgid "1024 × 768 pixels" msgstr "1024 × 768 pixels" #: plugins/shotwell-publishing/FlickrPublishing.vala:685 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1304 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1307 msgid "2048 × 1536 pixels" msgstr "2048 × 1536 pixels" #: plugins/shotwell-publishing/FlickrPublishing.vala:686 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1308 msgid "4096 × 3072 pixels" msgstr "4096 × 3072 pixels" -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:93 -msgid "Photo _size preset:" -msgstr "Tama_nho pré-definido da foto:" - -#. Add album that will push to the default feed for all the new users -#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) -#. or the new "Default album" album for Google Photos -#: plugins/shotwell-publishing/PicasaPublishing.vala:96 -#: plugins/shotwell-publishing/PicasaPublishing.vala:630 -msgid "Default album" -msgstr "Álbum padrão" - -#: plugins/shotwell-publishing/PicasaPublishing.vala:291 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:66 msgid "" -"A file required for publishing is unavailable. Publishing to Picasa can’t " -"continue." +"Shotwell can only publish into albums that it created by itself, so this " +"list might be empty despite the fact that you already have albums in your " +"Google Photos account" msgstr "" -"O arquivo necessário para a publicação não está disponível. A publicação " -"para o Picasa não pode continuar." +"O Shotwell só pode publicar em álbuns criados por ele mesmo, portanto, essa " +"lista pode estar vazia, apesar de você já ter álbuns na sua conta do Google " +"Fotos" -#. populate any widgets whose contents are programmatically-generated. -#: plugins/shotwell-publishing/PicasaPublishing.vala:560 -#, c-format -msgid "You are logged into Picasa Web Albums as %s." -msgstr "Você está autenticado nos Álbuns da Web do Picasa como %s." +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:96 +#| msgid "Photo _size preset:" +msgid "Photo _size preset" +msgstr "Tama_nho pré-definido da foto" -#: plugins/shotwell-publishing/PicasaPublishing.vala:566 -msgid "Videos will appear in:" -msgstr "Os vídeos irão aparecer em:" +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:117 +#| msgid "An _existing album" +msgid "An existing album" +msgstr "Um álbum existente" -#: plugins/shotwell-publishing/PicasaPublishing.vala:610 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:132 +#| msgid "A _new album named" +msgid "A new album named" +msgstr "Um novo álbum chamado" + +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:17 msgid "Small (640 × 480 pixels)" msgstr "Pequeno (640 × 480 pixels)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:611 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:18 msgid "Medium (1024 × 768 pixels)" msgstr "Médio (1024 × 768 pixels)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:612 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:19 msgid "Recommended (1600 × 1200 pixels)" msgstr "Recomendado (1600 × 1200 pixels)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:613 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:20 msgid "Google+ (2048 × 1536 pixels)" msgstr "Google+ (2048 × 1536 pixels)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:614 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:21 #: src/editing_tools/EditingTools.vala:735 msgid "Original Size" msgstr "Tamanho original" +#. populate any widgets whose contents are programmatically-generated. +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:59 +#, c-format +#| msgid "You are logged into YouTube as %s." +msgid "You are logged into Google Photos as %s." +msgstr "Você está autenticado no Google Fotos como %s." + +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:64 +msgid "Videos will appear in:" +msgstr "Os vídeos irão aparecer em:" + +#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) +#. or the new "Default album" album for Google Photos +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:105 +msgid "Default album" +msgstr "Álbum padrão" + +#: plugins/shotwell-publishing/PhotosService.vala:36 +msgid "Copyright 2019 Jens Georg " +msgstr "Copyright 2019 Jens Georg " + #: plugins/shotwell-publishing/piwigo_authentication_pane.ui:44 msgid "_URL of your Piwigo photo library" msgstr "_URL da sua biblioteca de fotos Piwigo" @@ -2201,7 +2240,7 @@ msgid "Logout" msgstr "Encerrar sessão" #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:268 -#: src/Resources.vala:266 ui/collection.ui:192 +#: src/Resources.vala:265 ui/collection.ui:192 msgid "Publish" msgstr "Publicar" @@ -2210,13 +2249,13 @@ msgstr "Publicar" msgid "Creating album %s…" msgstr "Criando álbum %s…" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:946 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:949 msgid "An error message occurred when publishing to Piwigo. Please try again." msgstr "" "Ocorreu uma mensagem de erro ao publicar o Piwigo. Por favor tente novamente." #. %s is the host name that we tried to connect to -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1030 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1033 #, c-format msgid "" "This does not look like the real %s. Attackers might be trying to " @@ -2227,18 +2266,18 @@ msgstr "" "ou alterar informações indo para ou vindo deste site (por exemplo, mensagens " "privadas, informações de cartões de crédito ou senhas)." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1048 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 #, c-format msgid "Certificate of %s" msgstr "Certificado de %s" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 -#: src/Resources.vala:137 ui/multitextentrydialog.ui:40 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1054 +#: src/Resources.vala:136 ui/multitextentrydialog.ui:40 #: ui/slideshow_settings.ui:52 msgid "_OK" msgstr "_OK" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1079 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1082 msgid "" "Enter the URL of your Piwigo photo library as well as the username and " "password associated with your Piwigo account for that library." @@ -2246,7 +2285,7 @@ msgstr "" "Digite a URL de sua biblioteca de fotos Piwigo, bem como o nome de usuário e " "senha associados à sua conta Piwigo para essa biblioteca." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1080 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1083 msgid "" "Shotwell cannot contact your Piwigo photo library. Please verify the URL you " "entered" @@ -2254,23 +2293,23 @@ msgstr "" "Shotwell não pode acessar sua biblioteca de fotos Piwigo. Por favor, " "verifique a URL digitada" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1112 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1115 msgid "Invalid URL" msgstr "URL inválida" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1291 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 msgid "Admins, Family, Friends, Contacts" msgstr "Administradores, Família, Amigos, Contatos" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1292 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1295 msgid "Admins, Family, Friends" msgstr "Administradores, Família, Amigos" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1296 msgid "Admins, Family" msgstr "Administradores, Família" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1297 msgid "Admins" msgstr "Administradores" @@ -2446,7 +2485,7 @@ msgstr "Sai da tela cheia" #: src/data_imports/DataImportsUI.vala:420 src/Dialogs.vala:20 #: src/Dialogs.vala:28 src/Dialogs.vala:58 src/Dialogs.vala:766 #: src/Dialogs.vala:789 src/publishing/PublishingUI.vala:305 -#: src/publishing/PublishingUI.vala:529 src/Resources.vala:128 +#: src/publishing/PublishingUI.vala:529 src/Resources.vala:127 #: ui/multitextentrydialog.ui:25 ui/slideshow_settings.ui:38 #: ui/textentrydialog.ui:19 msgid "_Cancel" @@ -2561,12 +2600,12 @@ msgid "Camera" msgstr "Câmera" #. Translators: First %s is the name of camera as gotten from GPhoto, second is the GVolume name, e.g. Mass storage camera (510MB volume) -#: src/camera/CameraTable.vala:351 +#: src/camera/CameraTable.vala:256 #, c-format msgid "%s (%s)" msgstr "%s (%s)" -#: src/camera/ImportPage.vala:311 src/Properties.vala:231 +#: src/camera/ImportPage.vala:307 src/Properties.vala:234 msgid "RAW+JPEG" msgstr "RAW+JPEG" @@ -2713,21 +2752,21 @@ msgstr[0] "Não foi possível excluir %d foto/vídeo da câmera devido a erros." msgstr[1] "Não foi possível excluir %d fotos/vídeos da câmera devido a erros." #: src/CollectionPage.vala:80 src/direct/DirectPhotoPage.vala:85 -#: src/PhotoPage.vala:2487 src/Resources.vala:141 +#: src/PhotoPage.vala:2487 src/Resources.vala:140 msgid "_Print" msgstr "Im_primir" -#: src/CollectionPage.vala:83 src/Resources.vala:294 ui/collection.ui:128 +#: src/CollectionPage.vala:83 src/Resources.vala:293 ui/collection.ui:128 #: ui/direct_context.ui:23 ui/direct.ui:23 ui/event.ui:567 ui/photo.ui:28 msgid "Send _To…" msgstr "Enviar _para…" #: src/CollectionPage.vala:84 src/direct/DirectPhotoPage.vala:90 -#: src/PhotoPage.vala:2497 src/Resources.vala:191 +#: src/PhotoPage.vala:2497 src/Resources.vala:190 msgid "Set as _Desktop Background" msgstr "Definir como _plano de fundo da área de trabalho" -#: src/CollectionPage.vala:92 src/Resources.vala:257 +#: src/CollectionPage.vala:92 src/Resources.vala:256 msgid "_Duplicate" msgstr "_Duplicar" @@ -2739,43 +2778,43 @@ msgstr "Tela cheia" msgid "S_lideshow" msgstr "Apresentação de s_lides" -#: src/CollectionPage.vala:110 src/Resources.vala:110 ui/direct.ui:111 +#: src/CollectionPage.vala:110 src/Resources.vala:109 ui/direct.ui:111 #: ui/photo.ui:200 msgid "Rotate _Right" msgstr "Girar à _direita" -#: src/CollectionPage.vala:113 src/Resources.vala:115 ui/direct.ui:116 +#: src/CollectionPage.vala:113 src/Resources.vala:114 ui/direct.ui:116 #: ui/photo.ui:205 msgid "Rotate _Left" msgstr "Girar à _esquerda" -#: src/CollectionPage.vala:116 src/Resources.vala:120 ui/direct.ui:121 +#: src/CollectionPage.vala:116 src/Resources.vala:119 ui/direct.ui:121 #: ui/photo.ui:210 msgid "Flip Hori_zontally" msgstr "Inverter hori_zontalmente" -#: src/CollectionPage.vala:117 src/Resources.vala:123 ui/direct.ui:125 +#: src/CollectionPage.vala:117 src/Resources.vala:122 ui/direct.ui:125 #: ui/photo.ui:214 msgid "Flip Verti_cally" msgstr "Inverter verti_calmente" -#: src/CollectionPage.vala:119 src/Resources.vala:157 ui/collection.ui:8 +#: src/CollectionPage.vala:119 src/Resources.vala:156 ui/collection.ui:8 #: ui/direct_context.ui:7 ui/direct.ui:134 ui/event.ui:447 #: ui/photo_context.ui:6 ui/photo.ui:223 msgid "_Enhance" msgstr "_Melhorar" -#: src/CollectionPage.vala:120 src/Resources.vala:185 ui/collection.ui:13 +#: src/CollectionPage.vala:120 src/Resources.vala:184 ui/collection.ui:13 #: ui/direct_context.ui:12 ui/direct.ui:161 ui/event.ui:452 #: ui/photo_context.ui:11 ui/photo.ui:250 msgid "Re_vert to Original" msgstr "Re_verter para o original" -#: src/CollectionPage.vala:122 src/Resources.vala:161 ui/photo.ui:256 +#: src/CollectionPage.vala:122 src/Resources.vala:160 ui/photo.ui:256 msgid "_Copy Color Adjustments" msgstr "_Copiar ajustes de cor" -#: src/CollectionPage.vala:125 src/Resources.vala:165 ui/photo.ui:261 +#: src/CollectionPage.vala:125 src/Resources.vala:164 ui/photo.ui:261 msgid "_Paste Color Adjustments" msgstr "C_olar ajustes de cor" @@ -2783,17 +2822,17 @@ msgstr "C_olar ajustes de cor" msgid "Adjust Date and Time…" msgstr "Ajustar a data e hora…" -#: src/CollectionPage.vala:143 src/Resources.vala:290 ui/collection.ui:108 +#: src/CollectionPage.vala:143 src/Resources.vala:289 ui/collection.ui:108 #: ui/event.ui:547 ui/photo_context.ui:115 ui/photo.ui:361 msgid "Open With E_xternal Editor" msgstr "Abrir com o editor e_xterno" -#: src/CollectionPage.vala:146 src/Resources.vala:292 ui/collection.ui:113 +#: src/CollectionPage.vala:146 src/Resources.vala:291 ui/collection.ui:113 #: ui/event.ui:552 ui/photo_context.ui:120 ui/photo.ui:366 msgid "Open With RA_W Editor" msgstr "Abrir com editor de RA_W" -#: src/CollectionPage.vala:149 src/Resources.vala:138 +#: src/CollectionPage.vala:149 src/Resources.vala:137 msgid "_Play" msgstr "_Reproduzir" @@ -3043,7 +3082,7 @@ msgstr "" msgid "Database file:" msgstr "Arquivo de banco de dados:" -#: src/data_imports/DataImportsUI.vala:112 src/library/LibraryWindow.vala:806 +#: src/data_imports/DataImportsUI.vala:112 src/library/LibraryWindow.vala:783 msgid "_Import" msgstr "Parar _importação" @@ -3126,8 +3165,8 @@ msgstr[0] "Isto irá remover a etiqueta “%s” de uma foto. Continuar?" msgstr[1] "Isto irá remover a etiqueta “%s” de %d fotos. Continuar?" #: src/Dialogs.vala:20 src/Dialogs.vala:28 src/Dialogs.vala:58 -#: src/Dialogs.vala:734 src/Resources.vala:129 src/Resources.vala:310 -#: src/Resources.vala:341 src/Resources.vala:394 src/Resources.vala:734 +#: src/Dialogs.vala:734 src/Resources.vala:128 src/Resources.vala:309 +#: src/Resources.vala:340 src/Resources.vala:393 src/Resources.vala:761 #: ui/savedsearch.ui:14 ui/tags.ui:460 ui/trash.ui:63 ui/trash.ui:216 #: ui/trash.ui:258 msgid "_Delete" @@ -3158,8 +3197,6 @@ msgstr "_Mudar Desenvolvedor" #: src/Dialogs.vala:54 #, c-format -#| msgid "This will remove the tag “%s” from one photo. Continue?" -#| msgid_plural "This will remove the tag “%s” from %d photos. Continue?" msgid "This will remove the face “%s” from one photo. Continue?" msgid_plural "This will remove the face “%s” from %d photos. Continue?" msgstr[0] "Isto irá remover a face “%s” de uma foto. Continuar?" @@ -3576,7 +3613,7 @@ msgstr "Sem fotos ou vídeos importados.\n" msgid "Import Complete" msgstr "Importação concluída" -#: src/Dialogs.vala:663 src/Resources.vala:202 +#: src/Dialogs.vala:663 src/Resources.vala:201 msgid "Rename Event" msgstr "Renomear evento" @@ -3590,12 +3627,12 @@ msgctxt "Dialog Title" msgid "Edit Title" msgstr "Editar título" -#: src/Dialogs.vala:675 src/Properties.vala:344 +#: src/Dialogs.vala:675 src/Properties.vala:347 msgid "Title:" msgstr "Título:" #. Dialog title -#: src/Dialogs.vala:691 src/Resources.vala:278 +#: src/Dialogs.vala:691 src/Resources.vala:277 msgid "Edit Event Comment" msgstr "Editar comentário de evento" @@ -3603,7 +3640,7 @@ msgstr "Editar comentário de evento" msgid "Edit Photo/Video Comment" msgstr "Editar comentário de foto/vídeo" -#: src/Dialogs.vala:693 src/Properties.vala:632 +#: src/Dialogs.vala:693 src/Properties.vala:645 msgid "Comment:" msgstr "Comentário:" @@ -3652,7 +3689,7 @@ msgid_plural "This will remove %d photos from the library. Continue?" msgstr[0] "Isto irá remover a foto da biblioteca. Continuar?" msgstr[1] "Isto irá remover %d fotos da biblioteca. Continuar?" -#: src/Dialogs.vala:790 src/Resources.vala:144 +#: src/Dialogs.vala:790 src/Resources.vala:143 msgid "_Remove" msgstr "_Remover" @@ -3841,30 +3878,30 @@ msgstr "" msgid "Unable open photo %s. Sorry." msgstr "Não foi possível abrir a foto %s. Desculpe-me." -#: src/direct/DirectPhotoPage.vala:316 src/Resources.vala:146 ui/direct.ui:8 +#: src/direct/DirectPhotoPage.vala:322 src/Resources.vala:145 ui/direct.ui:8 #: ui/textentrydialog.ui:33 msgid "_Save" msgstr "_Salvar" -#: src/direct/DirectPhotoPage.vala:316 +#: src/direct/DirectPhotoPage.vala:322 msgid "_Save a Copy" msgstr "_Salvar uma cópia" -#: src/direct/DirectPhotoPage.vala:319 +#: src/direct/DirectPhotoPage.vala:325 #, c-format msgid "Lose changes to %s?" msgstr "Descartar alterações para %s?" -#: src/direct/DirectPhotoPage.vala:320 +#: src/direct/DirectPhotoPage.vala:326 msgid "Close _without Saving" msgstr "Fechar s_em salvar" -#: src/direct/DirectPhotoPage.vala:353 +#: src/direct/DirectPhotoPage.vala:359 #, c-format msgid "Error while saving to %s: %s" msgstr "Erro ao salvar para %s: %s" -#: src/direct/DirectPhotoPage.vala:383 src/direct/DirectPhotoPage.vala:404 +#: src/direct/DirectPhotoPage.vala:389 src/direct/DirectPhotoPage.vala:410 msgid "Save As" msgstr "Salvar como" @@ -4211,7 +4248,7 @@ msgstr "30 × 40 cm" msgid "A3 (297 × 420 mm)" msgstr "A3 (297 × 420 mm)" -#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:399 +#: src/editing_tools/EditingTools.vala:1858 src/Properties.vala:402 msgid "Size:" msgstr "Tamanho:" @@ -4229,8 +4266,8 @@ msgid "_Reset" msgstr "_Reiniciar" #. fit both on the top line, emit and move on -#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:440 -#: src/Properties.vala:444 src/Properties.vala:451 +#: src/editing_tools/EditingTools.vala:2230 src/Properties.vala:443 +#: src/Properties.vala:447 src/Properties.vala:454 msgid "Exposure:" msgstr "Exposição:" @@ -4304,7 +4341,7 @@ msgstr "Expansão de contraste" msgid "Angle:" msgstr "Ângulo:" -#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:173 +#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:172 #: ui/direct.ui:144 ui/photo.ui:233 msgid "_Straighten" msgstr "En_direitar" @@ -4316,14 +4353,14 @@ msgid_plural "%d Photos/Videos" msgstr[0] "%d fotos/vídeos" msgstr[1] "%d foto/vídeo" -#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:359 +#: src/events/EventDirectoryItem.vala:99 src/Properties.vala:362 #, c-format msgid "%d Video" msgid_plural "%d Videos" msgstr[0] "%d vídeo" msgstr[1] "%d vídeos" -#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:357 +#: src/events/EventDirectoryItem.vala:101 src/Properties.vala:360 #, c-format msgid "%d Photo" msgid_plural "%d Photos" @@ -4402,7 +4439,7 @@ msgstr "Sobrescrever _todas" msgid "Export" msgstr "Exportar" -#: src/faces/FacesBranch.vala:89 src/Resources.vala:305 src/Resources.vala:306 +#: src/faces/FacesBranch.vala:89 src/Resources.vala:304 src/Resources.vala:305 #: ui/faces.ui:403 msgid "Faces" msgstr "Faces" @@ -4412,7 +4449,6 @@ msgid "Detect faces…" msgstr "Detectar faces…" #: src/faces/FacesTool.vala:140 -#| msgid "Set the crop for this photo" msgid "Detect faces on this photo" msgstr "Detectar faces nesta foto" @@ -4446,7 +4482,6 @@ msgid "Move or modify the face shape or name and press Enter" msgstr "Mova ou modifique a forma da face ou nomeia e pressione Enter" #: src/faces/FacesTool.vala:201 -#| msgid "Settings" msgid "Detecting faces" msgstr "Detectando faces" @@ -4460,7 +4495,6 @@ msgid "Save changes and close the Faces tool" msgstr "Salvar alterações e fechar a ferramenta Faces" #: src/faces/FacesTool.vala:235 -#| msgid "Lose changes to %s?" msgid "No changes to save" msgstr "Nenhuma alteração para salvar" @@ -4476,13 +4510,11 @@ msgstr "Pastas" msgid "Browse the library’s folder structure" msgstr "Navegue na estrutura de pasta da biblioteca" -#: src/import-roll/ImportRollBranch.vala:44 -#| msgid "_Import" +#: src/import-roll/ImportRollBranch.vala:43 msgid "Imports" msgstr "Importações" -#: src/import-roll/ImportRollBranch.vala:44 -#| msgid "Browse the library’s folder structure" +#: src/import-roll/ImportRollBranch.vala:43 msgid "Browse the library’s import history" msgstr "Navegue na histórico de importação da biblioteca" @@ -4521,23 +4553,23 @@ msgstr "Organize e navegue por suas fotos" msgid "Photos" msgstr "Fotos" -#: src/library/LibraryWindow.vala:532 +#: src/library/LibraryWindow.vala:526 msgid "Import From Folder" msgstr "Importa da pasta" -#: src/library/LibraryWindow.vala:539 +#: src/library/LibraryWindow.vala:533 msgid "Recurse Into Subfolders" msgstr "Recursividade em subpastas" -#: src/library/LibraryWindow.vala:607 ui/trash.ui:288 +#: src/library/LibraryWindow.vala:601 ui/trash.ui:288 msgid "Empty Trash" msgstr "Esvaziar lixeira" -#: src/library/LibraryWindow.vala:607 +#: src/library/LibraryWindow.vala:601 msgid "Emptying Trash…" msgstr "Esvaziando lixeira…" -#: src/library/LibraryWindow.vala:803 +#: src/library/LibraryWindow.vala:780 #, c-format msgid "" "Shotwell is configured to import photos to your home directory.\n" @@ -4550,33 +4582,33 @@ msgstr "" "%s.\n" "Você deseja continuar a importação de fotos?" -#: src/library/LibraryWindow.vala:806 ui/preferences_dialog.ui:86 +#: src/library/LibraryWindow.vala:783 ui/preferences_dialog.ui:86 msgid "Library Location" msgstr "Localização da biblioteca" #. TODO: Specify which directory/file. -#: src/library/LibraryWindow.vala:819 +#: src/library/LibraryWindow.vala:796 msgid "Photos cannot be imported from this directory." msgstr "Fotos não podem ser importadas deste diretório." -#: src/library/LibraryWindow.vala:1099 +#: src/library/LibraryWindow.vala:1076 #, c-format msgid "%s (%d%%)" msgstr "%s (%d%%)" -#: src/library/LibraryWindow.vala:1143 src/library/LibraryWindow.vala:1154 +#: src/library/LibraryWindow.vala:1120 src/library/LibraryWindow.vala:1131 msgid "Updating library…" msgstr "Atualizando biblioteca…" -#: src/library/LibraryWindow.vala:1160 +#: src/library/LibraryWindow.vala:1137 msgid "Preparing to auto-import photos…" msgstr "Preparando para auto-importação de fotos…" -#: src/library/LibraryWindow.vala:1165 +#: src/library/LibraryWindow.vala:1142 msgid "Auto-importing photos…" msgstr "Auto-importação de fotos…" -#: src/library/LibraryWindow.vala:1173 +#: src/library/LibraryWindow.vala:1150 msgid "Writing metadata to files…" msgstr "Escrevendo metadados para arquivos…" @@ -4691,11 +4723,11 @@ msgstr "" msgid "Unable to process monitoring updates: %s" msgstr "Não foi possível processar as atualizações monitoradas: %s" -#: src/MediaPage.vala:157 +#: src/MediaPage.vala:76 msgid "Adjust the size of the thumbnails" msgstr "Ajustar o tamanho das miniaturas" -#: src/MediaPage.vala:500 +#: src/MediaPage.vala:419 #, c-format msgid "" "Shotwell was unable to play the selected video:\n" @@ -4780,7 +4812,7 @@ msgstr "RAW" msgid "TIFF" msgstr "TIFF" -#: src/Photo.vala:3774 +#: src/Photo.vala:3770 msgid "modified" msgstr "modificado" @@ -4831,19 +4863,19 @@ msgstr "" "\n" "%s" -#: src/Properties.vala:88 +#: src/Properties.vala:98 msgid "Today" msgstr "Hoje" -#: src/Properties.vala:90 +#: src/Properties.vala:100 msgid "Yesterday" msgstr "Ontem" -#: src/Properties.vala:347 +#: src/Properties.vala:350 msgid "Items:" msgstr "Itens:" -#: src/Properties.vala:350 +#: src/Properties.vala:353 #, c-format msgid "%d Event" msgid_plural "%d Events" @@ -4851,107 +4883,103 @@ msgstr[0] "%d evento" msgstr[1] "%d eventos" #. display only one date if start and end are the same -#: src/Properties.vala:381 +#: src/Properties.vala:384 msgid "Date:" msgstr "Data:" #. display only one time if start and end are the same -#: src/Properties.vala:385 +#: src/Properties.vala:388 msgid "Time:" msgstr "Hora:" #. display time range #. display date range -#: src/Properties.vala:388 src/Properties.vala:393 +#: src/Properties.vala:391 src/Properties.vala:396 msgid "From:" msgstr "De:" -#: src/Properties.vala:389 src/Properties.vala:394 +#: src/Properties.vala:392 src/Properties.vala:397 msgid "To:" msgstr "Para:" -#: src/Properties.vala:408 +#: src/Properties.vala:411 msgid "Duration:" msgstr "Duração:" -#: src/Properties.vala:408 +#: src/Properties.vala:411 #, c-format msgid "%.1f seconds" msgstr "%.1f segundos" -#: src/Properties.vala:412 +#: src/Properties.vala:415 msgid "Developer:" msgstr "Desenvolvedor:" #. nothing special to be done for now for Events -#: src/Properties.vala:587 +#: src/Properties.vala:593 msgid "Location:" msgstr "Localização:" -#: src/Properties.vala:590 +#: src/Properties.vala:596 msgid "File size:" msgstr "Tamanho do arquivo:" -#: src/Properties.vala:594 +#: src/Properties.vala:600 msgid "Current Development:" msgstr "Desenvolvimento atual:" -#: src/Properties.vala:596 +#: src/Properties.vala:602 msgid "Original dimensions:" msgstr "Dimensões originais:" -#: src/Properties.vala:599 +#: src/Properties.vala:605 msgid "Camera make:" msgstr "Câmera:" -#: src/Properties.vala:602 +#: src/Properties.vala:608 msgid "Camera model:" msgstr "Modelo da câmera:" -#: src/Properties.vala:605 +#: src/Properties.vala:611 msgid "Flash:" msgstr "Flash:" -#: src/Properties.vala:607 +#: src/Properties.vala:613 msgid "Focal length:" msgstr "Comprimento focal:" -#: src/Properties.vala:610 +#: src/Properties.vala:616 msgid "Exposure date:" msgstr "Data de exposição:" -#: src/Properties.vala:613 +#: src/Properties.vala:619 msgid "Exposure time:" msgstr "Horário da exposição:" -#: src/Properties.vala:616 +#: src/Properties.vala:622 msgid "Exposure bias:" msgstr "Exposição bias:" -#: src/Properties.vala:618 +#: src/Properties.vala:631 msgid "GPS latitude:" msgstr "Latitude do GPS:" -#: src/Properties.vala:621 +#: src/Properties.vala:634 msgid "GPS longitude:" msgstr "Longitude do GPS:" -#: src/Properties.vala:624 +#: src/Properties.vala:637 msgid "Artist:" msgstr "Artista:" -#: src/Properties.vala:626 +#: src/Properties.vala:639 msgid "Copyright:" msgstr "Copyright:" -#: src/Properties.vala:628 +#: src/Properties.vala:641 msgid "Software:" msgstr "Software:" -#: src/Properties.vala:643 -msgid "Extended Information" -msgstr "Informações estendidas" - #: src/publishing/PublishingPluginHost.vala:11 msgid "Preparing for upload" msgstr "Preparando fotos envio" @@ -5043,61 +5071,61 @@ msgstr "" msgid "Publishing" msgstr "Publicando" -#: src/Resources.vala:111 src/Resources.vala:116 ui/collection.ui:151 +#: src/Resources.vala:110 src/Resources.vala:115 ui/collection.ui:151 msgid "Rotate" msgstr "Girar" -#: src/Resources.vala:112 +#: src/Resources.vala:111 msgid "Rotate Right" msgstr "Girar à direita" -#: src/Resources.vala:113 ui/collection.ui:148 +#: src/Resources.vala:112 ui/collection.ui:148 msgid "Rotate the photos right (press Ctrl to rotate left)" msgstr "Gira as fotos para direita (pressione Ctrl para girar para esquerda)" -#: src/Resources.vala:117 +#: src/Resources.vala:116 msgid "Rotate Left" msgstr "Girar à esquerda" -#: src/Resources.vala:118 +#: src/Resources.vala:117 msgid "Rotate the photos left" msgstr "Gira a foto para a esquerda" -#: src/Resources.vala:121 +#: src/Resources.vala:120 msgid "Flip Horizontally" msgstr "Inverter horizontalmente" -#: src/Resources.vala:124 +#: src/Resources.vala:123 msgid "Flip Vertically" msgstr "Inverter verticalmente" -#: src/Resources.vala:126 ui/direct.ui:192 ui/events_directory.ui:168 +#: src/Resources.vala:125 ui/direct.ui:192 ui/events_directory.ui:168 #: ui/event.ui:438 ui/faces.ui:448 ui/import_queue.ui:83 ui/import.ui:201 #: ui/manifest_widget.ui:35 ui/media.ui:421 ui/offline.ui:198 ui/photo.ui:405 #: ui/tags.ui:440 ui/trash.ui:207 msgid "_About" msgstr "S_obre" -#: src/Resources.vala:127 +#: src/Resources.vala:126 msgid "_Apply" msgstr "_Aplicar" -#: src/Resources.vala:130 ui/direct.ui:44 ui/events_directory.ui:32 +#: src/Resources.vala:129 ui/direct.ui:44 ui/events_directory.ui:32 #: ui/event.ui:47 ui/faces.ui:47 ui/import.ui:40 ui/media.ui:47 #: ui/offline.ui:32 ui/photo.ui:55 ui/tags.ui:47 ui/trash.ui:37 msgid "_Edit" msgstr "_Editar" -#: src/Resources.vala:131 +#: src/Resources.vala:130 msgid "_Forward" msgstr "A_vançar" -#: src/Resources.vala:132 ui/direct.ui:62 ui/events_directory.ui:125 +#: src/Resources.vala:131 ui/direct.ui:62 ui/events_directory.ui:125 #: ui/photo.ui:173 msgid "Fulls_creen" msgstr "Tela _cheia" -#: src/Resources.vala:133 ui/direct.ui:174 ui/direct.ui:177 +#: src/Resources.vala:132 ui/direct.ui:174 ui/direct.ui:177 #: ui/events_directory.ui:150 ui/events_directory.ui:153 ui/event.ui:420 #: ui/event.ui:423 ui/faces.ui:430 ui/faces.ui:433 ui/import_queue.ui:65 #: ui/import_queue.ui:68 ui/import.ui:183 ui/import.ui:186 ui/media.ui:403 @@ -5107,405 +5135,405 @@ msgstr "Tela _cheia" msgid "_Help" msgstr "A_juda" -#: src/Resources.vala:134 +#: src/Resources.vala:133 msgid "Leave _Fullscreen" msgstr "Sair da _tela cheia" -#: src/Resources.vala:135 src/Resources.vala:343 ui/tags.ui:450 +#: src/Resources.vala:134 src/Resources.vala:342 ui/tags.ui:450 msgid "_New" msgstr "_Nova" -#: src/Resources.vala:136 +#: src/Resources.vala:135 msgid "_Next" msgstr "_Próximo" -#: src/Resources.vala:139 src/Resources.vala:288 ui/events_directory.ui:65 +#: src/Resources.vala:138 src/Resources.vala:287 ui/events_directory.ui:65 #: ui/event.ui:93 ui/faces.ui:93 ui/import.ui:68 ui/media.ui:93 #: ui/offline.ui:72 ui/photo.ui:89 ui/tags.ui:93 ui/trash.ui:81 msgid "_Preferences" msgstr "_Preferências" -#: src/Resources.vala:140 +#: src/Resources.vala:139 msgid "_Previous" msgstr "_Anterior" -#: src/Resources.vala:142 ui/direct.ui:37 ui/events_directory.ui:25 +#: src/Resources.vala:141 ui/direct.ui:37 ui/events_directory.ui:25 #: ui/event.ui:40 ui/faces.ui:40 ui/import_queue.ui:31 ui/import.ui:33 #: ui/media.ui:40 ui/offline.ui:25 ui/photo.ui:48 ui/tags.ui:40 ui/trash.ui:30 msgid "_Quit" msgstr "_Sair" -#: src/Resources.vala:143 +#: src/Resources.vala:142 msgid "_Refresh" msgstr "Atualiza_r" -#: src/Resources.vala:145 +#: src/Resources.vala:144 msgid "_Revert" msgstr "_Reverter" -#: src/Resources.vala:147 +#: src/Resources.vala:146 msgid "Save _As" msgstr "_Salvar como" -#: src/Resources.vala:148 +#: src/Resources.vala:147 msgid "Sort _Ascending" msgstr "Ordem _crescente" -#: src/Resources.vala:149 +#: src/Resources.vala:148 msgid "Sort _Descending" msgstr "Ordem _decrescente" -#: src/Resources.vala:150 +#: src/Resources.vala:149 msgid "_Stop" msgstr "_Parar" -#: src/Resources.vala:151 +#: src/Resources.vala:150 msgid "_Undelete" msgstr "Rec_uperar" -#: src/Resources.vala:152 +#: src/Resources.vala:151 msgid "_Normal Size" msgstr "Tamanho _normal" -#: src/Resources.vala:153 +#: src/Resources.vala:152 msgid "Best _Fit" msgstr "Melhor aj_uste" -#: src/Resources.vala:154 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 +#: src/Resources.vala:153 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 #: ui/media.ui:260 ui/photo.ui:144 ui/tags.ui:260 msgid "Zoom _In" msgstr "Ampl_iar" -#: src/Resources.vala:155 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 +#: src/Resources.vala:154 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 #: ui/media.ui:265 ui/photo.ui:149 ui/tags.ui:265 msgid "Zoom _Out" msgstr "Redu_zir" -#: src/Resources.vala:158 ui/collection.ui:167 +#: src/Resources.vala:157 ui/collection.ui:167 msgid "Enhance" msgstr "Melhorar" -#: src/Resources.vala:159 ui/collection.ui:164 +#: src/Resources.vala:158 ui/collection.ui:164 msgid "Automatically improve the photo’s appearance" msgstr "Melhora automaticamente a aparência da foto" -#: src/Resources.vala:162 +#: src/Resources.vala:161 msgid "Copy Color Adjustments" msgstr "Copiar ajustes de cor" -#: src/Resources.vala:163 +#: src/Resources.vala:162 msgid "Copy the color adjustments applied to the photo" msgstr "Copiar os ajustes de cor aplicados na foto" -#: src/Resources.vala:166 +#: src/Resources.vala:165 msgid "Paste Color Adjustments" msgstr "Colar ajustes de cor" -#: src/Resources.vala:167 +#: src/Resources.vala:166 msgid "Apply copied color adjustments to the selected photos" msgstr "Aplicar ajustes de cor copiados nas fotos selecionadas" -#: src/Resources.vala:169 ui/direct.ui:139 ui/photo.ui:228 +#: src/Resources.vala:168 ui/direct.ui:139 ui/photo.ui:228 msgid "_Crop" msgstr "_Cortar" -#: src/Resources.vala:170 +#: src/Resources.vala:169 msgid "Crop" msgstr "Cortar" -#: src/Resources.vala:171 +#: src/Resources.vala:170 msgid "Crop the photo’s size" msgstr "Corta o tamanho da foto" -#: src/Resources.vala:174 +#: src/Resources.vala:173 msgid "Straighten" msgstr "Endireitar" -#: src/Resources.vala:175 +#: src/Resources.vala:174 msgid "Straighten the photo" msgstr "Endireita foto" -#: src/Resources.vala:177 ui/direct.ui:149 ui/photo.ui:238 +#: src/Resources.vala:176 ui/direct.ui:149 ui/photo.ui:238 msgid "_Red-eye" msgstr "Olhos ve_rmelhos" -#: src/Resources.vala:178 +#: src/Resources.vala:177 msgid "Red-eye" msgstr "Olhos vermelhos" -#: src/Resources.vala:179 +#: src/Resources.vala:178 msgid "Reduce or eliminate any red-eye effects in the photo" msgstr "Reduz ou elimina qualquer efeito de olhos vermelhos na foto" -#: src/Resources.vala:181 ui/direct.ui:154 ui/photo.ui:243 +#: src/Resources.vala:180 ui/direct.ui:154 ui/photo.ui:243 msgid "_Adjust" msgstr "_Ajustar" -#: src/Resources.vala:182 +#: src/Resources.vala:181 msgid "Adjust" msgstr "Ajustar" -#: src/Resources.vala:183 +#: src/Resources.vala:182 msgid "Adjust the photo’s color and tone" msgstr "Ajusta a cor e os tons das fotos" -#: src/Resources.vala:186 +#: src/Resources.vala:185 msgid "Revert to Original" msgstr "Reverter para o original" -#: src/Resources.vala:188 +#: src/Resources.vala:187 msgid "Revert External E_dits" msgstr "Reverter e_dição externa" -#: src/Resources.vala:189 +#: src/Resources.vala:188 msgid "Revert to the master photo" msgstr "Reverter para a foto mestre" -#: src/Resources.vala:192 +#: src/Resources.vala:191 msgid "Set selected image to be the new desktop background" msgstr "" "Definir a imagem selecionada como novo plano de fundo da área de trabalho" -#: src/Resources.vala:193 +#: src/Resources.vala:192 msgid "Set as _Desktop Slideshow…" msgstr "Definir como apresentação de sli_des da área de trabalho…" -#: src/Resources.vala:195 ui/direct.ui:47 ui/events_directory.ui:35 +#: src/Resources.vala:194 ui/direct.ui:47 ui/events_directory.ui:35 #: ui/event.ui:50 ui/faces.ui:50 ui/import.ui:43 ui/media.ui:50 #: ui/offline.ui:35 ui/photo.ui:58 ui/tags.ui:50 ui/trash.ui:40 msgid "_Undo" msgstr "Des_fazer" -#: src/Resources.vala:196 +#: src/Resources.vala:195 msgid "Undo" msgstr "Desfazer" -#: src/Resources.vala:198 ui/direct.ui:52 ui/events_directory.ui:40 +#: src/Resources.vala:197 ui/direct.ui:52 ui/events_directory.ui:40 #: ui/event.ui:55 ui/faces.ui:55 ui/import.ui:48 ui/media.ui:55 #: ui/offline.ui:40 ui/photo.ui:63 ui/tags.ui:55 ui/trash.ui:45 msgid "_Redo" msgstr "_Refazer" -#: src/Resources.vala:199 +#: src/Resources.vala:198 msgid "Redo" msgstr "Refazer" -#: src/Resources.vala:201 ui/events_directory.ui:139 ui/events_directory.ui:181 +#: src/Resources.vala:200 ui/events_directory.ui:139 ui/events_directory.ui:181 #: ui/event.ui:393 ui/event.ui:588 msgid "Re_name Event…" msgstr "Re_nomear evento…" -#: src/Resources.vala:204 ui/event.ui:373 ui/event.ui:580 +#: src/Resources.vala:203 ui/event.ui:373 ui/event.ui:580 msgid "Make _Key Photo for Event" msgstr "Designar f_oto como chave para evento" -#: src/Resources.vala:205 +#: src/Resources.vala:204 msgid "Make Key Photo for Event" msgstr "Designa a foto como chave para evento" -#: src/Resources.vala:207 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 +#: src/Resources.vala:206 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 #: ui/tags.ui:376 msgid "_New Event" msgstr "_Novo evento" -#: src/Resources.vala:208 +#: src/Resources.vala:207 msgid "New Event" msgstr "Novo evento" -#: src/Resources.vala:210 +#: src/Resources.vala:209 msgid "Move Photos" msgstr "Mover fotos" -#: src/Resources.vala:211 +#: src/Resources.vala:210 msgid "Move photos to an event" msgstr "Mover as fotos selecionadas para um evento" -#: src/Resources.vala:213 ui/events_directory.ui:135 ui/events_directory.ui:177 +#: src/Resources.vala:212 ui/events_directory.ui:135 ui/events_directory.ui:177 msgid "_Merge Events" msgstr "_Unir eventos" -#: src/Resources.vala:214 +#: src/Resources.vala:213 msgid "Merge" msgstr "Unir" -#: src/Resources.vala:215 +#: src/Resources.vala:214 msgid "Combine events into a single event" msgstr "Combinar eventos em um único evento" -#: src/Resources.vala:217 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 +#: src/Resources.vala:216 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 #: ui/faces.ui:286 ui/media.ui:286 ui/photo_context.ui:35 ui/photo.ui:273 #: ui/tags.ui:286 msgid "_Set Rating" msgstr "A_valiar" -#: src/Resources.vala:218 +#: src/Resources.vala:217 msgid "Set Rating" msgstr "Avaliar" -#: src/Resources.vala:219 +#: src/Resources.vala:218 msgid "Change the rating of your photo" msgstr "Alterar a avaliação da foto" -#: src/Resources.vala:221 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 +#: src/Resources.vala:220 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 #: ui/faces.ui:326 ui/media.ui:326 ui/photo_context.ui:75 ui/photo.ui:313 #: ui/tags.ui:326 msgid "_Increase" msgstr "_Aumentar" -#: src/Resources.vala:222 +#: src/Resources.vala:221 msgid "Increase Rating" msgstr "Aumentar avaliação" -#: src/Resources.vala:224 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 +#: src/Resources.vala:223 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 #: ui/faces.ui:331 ui/media.ui:331 ui/photo_context.ui:80 ui/photo.ui:318 #: ui/tags.ui:331 msgid "_Decrease" msgstr "_Diminuir" -#: src/Resources.vala:225 +#: src/Resources.vala:224 msgid "Decrease Rating" msgstr "Diminuir avaliação" -#: src/Resources.vala:227 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 +#: src/Resources.vala:226 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 #: ui/faces.ui:314 ui/media.ui:314 ui/photo_context.ui:63 ui/photo.ui:301 #: ui/tags.ui:314 msgid "_Unrated" msgstr "_Sem avaliação" -#: src/Resources.vala:228 +#: src/Resources.vala:227 msgid "Unrated" msgstr "Sem avaliação" -#: src/Resources.vala:229 +#: src/Resources.vala:228 msgid "Rate Unrated" msgstr "Apagar avaliação" -#: src/Resources.vala:230 +#: src/Resources.vala:229 msgid "Setting as unrated" msgstr "Definir como não avaliado" -#: src/Resources.vala:231 +#: src/Resources.vala:230 msgid "Remove any ratings" msgstr "Remove avaliação" -#: src/Resources.vala:233 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 +#: src/Resources.vala:232 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 #: ui/faces.ui:319 ui/media.ui:319 ui/photo_context.ui:68 ui/photo.ui:306 #: ui/tags.ui:319 msgid "_Rejected" msgstr "_Rejeitada" -#: src/Resources.vala:234 +#: src/Resources.vala:233 msgid "Rejected" msgstr "Rejeitada" -#: src/Resources.vala:235 +#: src/Resources.vala:234 msgid "Rate Rejected" msgstr "Avaliar como rejeitada" -#: src/Resources.vala:236 +#: src/Resources.vala:235 msgid "Setting as rejected" msgstr "Definir como rejeitada" -#: src/Resources.vala:237 +#: src/Resources.vala:236 msgid "Set rating to rejected" msgstr "Avaliar como rejeitada" -#: src/Resources.vala:239 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 +#: src/Resources.vala:238 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 #: ui/media.ui:196 ui/offline.ui:153 ui/search_bar.ui:6 ui/tags.ui:196 #: ui/trash.ui:162 msgid "Rejected _Only" msgstr "Rejeitada _apenas" -#: src/Resources.vala:240 +#: src/Resources.vala:239 msgid "Rejected Only" msgstr "Rejeitadas apenas" -#: src/Resources.vala:241 +#: src/Resources.vala:240 msgid "Show only rejected photos" msgstr "Exibir apenas fotos rejeitadas" -#: src/Resources.vala:243 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 +#: src/Resources.vala:242 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 #: ui/media.ui:190 ui/offline.ui:147 ui/search_bar.ui:12 ui/tags.ui:190 #: ui/trash.ui:156 msgid "All + _Rejected" msgstr "Tudo + _rejeitadas" -#: src/Resources.vala:244 +#: src/Resources.vala:243 msgctxt "Tooltip" msgid "Show all photos, including rejected" msgstr "Mostrar todas as fotos, inclusive as rejeitadas" -#: src/Resources.vala:246 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 +#: src/Resources.vala:245 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 #: ui/media.ui:184 ui/offline.ui:141 ui/search_bar.ui:18 ui/tags.ui:184 #: ui/trash.ui:150 msgid "_All Photos" msgstr "Todas as _fotos" #. Button tooltip -#: src/Resources.vala:248 +#: src/Resources.vala:247 msgid "Show all photos" msgstr "Exibe todas fotos" -#: src/Resources.vala:250 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 +#: src/Resources.vala:249 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 #: ui/photo.ui:120 ui/tags.ui:144 msgid "_Ratings" msgstr "_Avaliações" -#: src/Resources.vala:251 +#: src/Resources.vala:250 msgid "Display each photo’s rating" msgstr "Exibe as avaliações de cada foto" -#: src/Resources.vala:253 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 +#: src/Resources.vala:252 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 #: ui/media.ui:151 ui/offline.ui:108 ui/tags.ui:151 ui/trash.ui:117 msgid "_Filter Photos" msgstr "_Filtrar fotos" -#: src/Resources.vala:254 +#: src/Resources.vala:253 msgid "Filter Photos" msgstr "Filtrar fotos" -#: src/Resources.vala:255 +#: src/Resources.vala:254 msgid "Limit the number of photos displayed based on a filter" msgstr "Limita o número de fotos mostradas com base num filtro" -#: src/Resources.vala:258 +#: src/Resources.vala:257 msgid "Duplicate" msgstr "Duplicar" -#: src/Resources.vala:259 +#: src/Resources.vala:258 msgid "Make a duplicate of the photo" msgstr "Duplicar a foto" -#: src/Resources.vala:261 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 +#: src/Resources.vala:260 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 #: ui/photo.ui:17 ui/tags.ui:17 msgid "_Export…" msgstr "_Exportar…" -#: src/Resources.vala:263 +#: src/Resources.vala:262 msgid "_Print…" msgstr "Im_primir…" -#: src/Resources.vala:265 +#: src/Resources.vala:264 msgid "Pu_blish…" msgstr "Pu_blicar…" -#: src/Resources.vala:267 ui/collection.ui:189 +#: src/Resources.vala:266 ui/collection.ui:189 msgid "Publish to various websites" msgstr "Publicar para vários sites" -#: src/Resources.vala:269 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 +#: src/Resources.vala:268 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 #: ui/faces.ui:340 ui/media.ui:340 ui/photo_context.ui:105 ui/photo.ui:327 #: ui/tags.ui:340 msgid "Edit _Title…" msgstr "Editar _título…" #. Button label -#: src/Resources.vala:271 +#: src/Resources.vala:270 msgctxt "Button Label" msgid "Edit Title" msgstr "Editar título" -#: src/Resources.vala:273 ui/collection.ui:103 ui/events_directory.ui:144 +#: src/Resources.vala:272 ui/collection.ui:103 ui/events_directory.ui:144 #: ui/events_directory.ui:186 ui/event.ui:345 ui/event.ui:398 ui/event.ui:542 #: ui/faces.ui:345 ui/media.ui:345 ui/photo_context.ui:110 ui/photo.ui:332 #: ui/tags.ui:345 @@ -5513,345 +5541,333 @@ msgid "Edit _Comment…" msgstr "Editar _comentário…" #. Button label -#: src/Resources.vala:275 +#: src/Resources.vala:274 msgid "Edit Comment" msgstr "Editar comentário" -#: src/Resources.vala:277 ui/event.ui:592 +#: src/Resources.vala:276 ui/event.ui:592 msgid "Edit Event _Comment…" msgstr "Editar _comentário de evento…" -#: src/Resources.vala:280 ui/direct.ui:167 ui/photo.ui:337 +#: src/Resources.vala:279 ui/direct.ui:167 ui/photo.ui:337 msgid "_Adjust Date and Time…" msgstr "_Ajustar data e hora…" -#: src/Resources.vala:281 +#: src/Resources.vala:280 msgid "Adjust Date and Time" msgstr "Ajustar a data e hora" -#: src/Resources.vala:283 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 +#: src/Resources.vala:282 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 #: ui/faces.ui:390 ui/media.ui:390 ui/photo.ui:375 ui/tags.ui:390 msgid "Add _Tags…" msgstr "Adicionar e_tiquetas…" -#: src/Resources.vala:284 ui/photo_context.ui:17 +#: src/Resources.vala:283 ui/photo_context.ui:17 msgid "_Add Tags…" msgstr "_Adicionar etiquetas…" #. Dialog title -#: src/Resources.vala:286 +#: src/Resources.vala:285 msgctxt "Dialog Title" msgid "Add Tags" msgstr "Adicionar etiquetas" -#: src/Resources.vala:295 ui/photo_context.ui:135 +#: src/Resources.vala:294 ui/photo_context.ui:135 msgid "Send T_o…" msgstr "Enviar p_ara…" -#: src/Resources.vala:297 +#: src/Resources.vala:296 msgid "_Find…" msgstr "_Localizar…" -#: src/Resources.vala:298 ui/collection.ui:217 ui/offline.ui:239 +#: src/Resources.vala:297 ui/collection.ui:217 ui/offline.ui:239 #: ui/trash.ui:312 msgid "Find" msgstr "Localização" -#: src/Resources.vala:299 ui/collection.ui:214 ui/offline.ui:236 +#: src/Resources.vala:298 ui/collection.ui:214 ui/offline.ui:236 #: ui/trash.ui:309 msgid "Find an image by typing text that appears in its name or tags" msgstr "" "Encontre uma imagem digitando o texto que aparece em seu nome ou etiquetas" -#: src/Resources.vala:301 +#: src/Resources.vala:300 msgid "_Flag" msgstr "_Marcar" -#: src/Resources.vala:303 +#: src/Resources.vala:302 msgid "Un_flag" msgstr "Des_marcar" -#: src/Resources.vala:307 -#| msgid "Make a duplicate of the photo" +#: src/Resources.vala:306 msgid "Mark faces of people in the photo" msgstr "Marca faces de pessoas na foto" -#: src/Resources.vala:308 -#| msgid "Modify Tags" +#: src/Resources.vala:307 msgid "Modify Faces" msgstr "Modificar faces" -#: src/Resources.vala:309 -#| msgid "Delete Tag" +#: src/Resources.vala:308 msgid "Delete Face" msgstr "Excluir face" -#: src/Resources.vala:311 src/Resources.vala:353 ui/tags.ui:456 +#: src/Resources.vala:310 src/Resources.vala:352 ui/tags.ui:456 msgid "_Rename…" msgstr "_Renomear…" -#: src/Resources.vala:315 +#: src/Resources.vala:314 #, c-format msgid "Unable to launch editor: %s" msgstr "Não foi possível iniciar o editor: %s" -#: src/Resources.vala:320 +#: src/Resources.vala:319 #, c-format msgid "Add Tag “%s”" msgstr "Adicionar etiqueta “%s”" #. Used when adding two tags to photo(s) -#: src/Resources.vala:323 +#: src/Resources.vala:322 #, c-format msgid "Add Tags “%s” and “%s”" msgstr "Adicionar etiquetas “%s” e “%s”" #. Undo/Redo command name (in Edit menu) -#: src/Resources.vala:328 +#: src/Resources.vala:327 msgctxt "UndoRedo menu entry" msgid "Add Tags" msgstr "Adicionar etiquetas" -#: src/Resources.vala:333 +#: src/Resources.vala:332 #, c-format msgid "_Delete Tag “%s”" msgstr "A_pagar etiqueta “%s”" -#: src/Resources.vala:337 +#: src/Resources.vala:336 #, c-format msgid "Delete Tag “%s”" msgstr "Apagar etiqueta “%s”" -#: src/Resources.vala:340 +#: src/Resources.vala:339 msgid "Delete Tag" msgstr "Apagar etiqueta" -#: src/Resources.vala:346 +#: src/Resources.vala:345 #, c-format msgid "Re_name Tag “%s”…" msgstr "Re_nomear etiqueta “%s”…" -#: src/Resources.vala:350 +#: src/Resources.vala:349 #, c-format msgid "Rename Tag “%s” to “%s”" msgstr "Renomear a etiqueta “%s” para “%s”" -#: src/Resources.vala:355 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 +#: src/Resources.vala:354 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 #: ui/faces.ui:395 ui/media.ui:395 ui/photo_context.ui:22 ui/photo.ui:380 #: ui/tags.ui:395 msgid "Modif_y Tags…" msgstr "_Modificar etiquetas…" -#: src/Resources.vala:356 +#: src/Resources.vala:355 msgid "Modify Tags" msgstr "Modificar etiquetas" -#: src/Resources.vala:359 +#: src/Resources.vala:358 #, c-format msgid "Tag Photo as “%s”" msgid_plural "Tag Photos as “%s”" msgstr[0] "Etiquetar foto como “%s”" msgstr[1] "Etiquetar fotos como “%s”" -#: src/Resources.vala:365 +#: src/Resources.vala:364 #, c-format msgid "Tag the selected photo as “%s”" msgid_plural "Tag the selected photos as “%s”" msgstr[0] "Etiquetar a foto selecionada como “%s”" msgstr[1] "Etiquetar as fotos selecionadas como “%s”" -#: src/Resources.vala:371 +#: src/Resources.vala:370 #, c-format msgid "Remove Tag “%s” From _Photo" msgid_plural "Remove Tag “%s” From _Photos" msgstr[0] "Remover etiqueta “%s” da _foto" msgstr[1] "Remover etiqueta “%s” das _fotos" -#: src/Resources.vala:377 +#: src/Resources.vala:376 #, c-format msgid "Remove Tag “%s” From Photo" msgid_plural "Remove Tag “%s” From Photos" msgstr[0] "Remove a etiqueta “%s” da foto" msgstr[1] "Remove a etiqueta “%s” das fotos" -#: src/Resources.vala:383 +#: src/Resources.vala:382 #, c-format msgid "Unable to rename tag to “%s” because the tag already exists." msgstr "" "Não foi possível renomear a etiqueta para “%s” porque a etiqueta já existe." -#: src/Resources.vala:387 +#: src/Resources.vala:386 #, c-format msgid "Unable to rename search to “%s” because the search already exists." msgstr "" "Não foi possível renomear a pesquisa para “%s” porque a pesquisa já existe." #. Saved search button -#: src/Resources.vala:390 src/SearchFilter.vala:1146 +#: src/Resources.vala:389 src/SearchFilter.vala:1146 msgid "Saved Search" msgstr "Pesquisa salva" -#: src/Resources.vala:392 +#: src/Resources.vala:391 msgid "Delete Search" msgstr "Apagar pesquisa" -#: src/Resources.vala:395 ui/savedsearch.ui:10 +#: src/Resources.vala:394 ui/savedsearch.ui:10 msgid "_Edit…" msgstr "_Editar…" -#: src/Resources.vala:396 ui/savedsearch.ui:6 +#: src/Resources.vala:395 ui/savedsearch.ui:6 msgid "Re_name…" msgstr "Re_nomear…" -#: src/Resources.vala:399 +#: src/Resources.vala:398 #, c-format msgid "Rename Search “%s” to “%s”" msgstr "Renomeia a pesquisa “%s” para “%s”" -#: src/Resources.vala:403 +#: src/Resources.vala:402 #, c-format msgid "Delete Search “%s”" msgstr "Apagar pesquisa “%s”" -#: src/Resources.vala:408 +#: src/Resources.vala:407 #, c-format -#| msgid "Unable to rename tag to “%s” because the tag already exists." msgid "Unable to rename face to “%s” because the face already exists." msgstr "Não foi possível renomear a face para “%s” porque a face já existe." -#: src/Resources.vala:412 +#: src/Resources.vala:411 #, c-format -#| msgid "Remove Tag “%s” From _Photo" -#| msgid_plural "Remove Tag “%s” From _Photos" msgid "Remove Face “%s” From _Photo" msgid_plural "Remove Face “%s” From _Photos" msgstr[0] "Remover face “%s” da _foto" msgstr[1] "Remover face “%s” das _fotos" -#: src/Resources.vala:417 +#: src/Resources.vala:416 #, c-format -#| msgid "Remove Tag “%s” From Photo" -#| msgid_plural "Remove Tag “%s” From Photos" msgid "Remove Face “%s” From Photo" msgid_plural "Remove Face “%s” From Photos" msgstr[0] "Remove face “%s” da foto" msgstr[1] "Remove face “%s” das fotos" -#: src/Resources.vala:422 +#: src/Resources.vala:421 #, c-format -#| msgid "Re_name Tag “%s”…" msgid "Re_name Face “%s”…" msgstr "Re_nomear face “%s”…" -#: src/Resources.vala:426 +#: src/Resources.vala:425 #, c-format -#| msgid "Rename Tag “%s” to “%s”" msgid "Rename Face “%s” to “%s”" msgstr "Renomear a face “%s” para “%s”" -#: src/Resources.vala:430 +#: src/Resources.vala:429 #, c-format -#| msgid "_Delete Tag “%s”" msgid "_Delete Face “%s”" msgstr "A_pagar face “%s”" -#: src/Resources.vala:434 +#: src/Resources.vala:433 #, c-format -#| msgid "Delete Tag “%s”" msgid "Delete Face “%s”" msgstr "Apagar face “%s”" -#: src/Resources.vala:636 +#: src/Resources.vala:663 #, c-format msgid "Rate %s" msgstr "Avaliar %s" -#: src/Resources.vala:637 +#: src/Resources.vala:664 #, c-format msgid "Set rating to %s" msgstr "Avaliar como %s" -#: src/Resources.vala:638 +#: src/Resources.vala:665 #, c-format msgid "Setting rating to %s" msgstr "Avaliando como %s" -#: src/Resources.vala:640 +#: src/Resources.vala:667 #, c-format msgid "Display %s" msgstr "Mostra %s" -#: src/Resources.vala:641 +#: src/Resources.vala:668 #, c-format msgid "Only show photos with a rating of %s" msgstr "Mostra somente as fotos com avaliação de %s" -#: src/Resources.vala:642 +#: src/Resources.vala:669 #, c-format msgid "%s or Better" msgstr "%s ou melhor" -#: src/Resources.vala:643 +#: src/Resources.vala:670 #, c-format msgid "Display %s or Better" msgstr "Mostrar %s ou melhor" -#: src/Resources.vala:644 +#: src/Resources.vala:671 #, c-format msgid "Only show photos with a rating of %s or better" msgstr "Mostra somente as fotos com avaliação de %s ou melhor" -#: src/Resources.vala:735 ui/trash.ui:255 +#: src/Resources.vala:762 ui/trash.ui:255 msgid "Remove the selected photos from the trash" msgstr "Remover as fotos selecionadas para a lixeira" -#: src/Resources.vala:736 ui/offline.ui:221 +#: src/Resources.vala:763 ui/offline.ui:221 msgid "Remove the selected photos from the library" msgstr "Remover as fotos selecionadas da biblioteca" -#: src/Resources.vala:738 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 +#: src/Resources.vala:765 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 msgid "_Restore" msgstr "_Restaurar" -#: src/Resources.vala:739 ui/trash.ui:270 +#: src/Resources.vala:766 ui/trash.ui:270 msgid "Move the selected photos back into the library" msgstr "Mover as fotos selecionadas para a biblioteca" -#: src/Resources.vala:741 ui/collection.ui:123 ui/direct_context.ui:18 +#: src/Resources.vala:768 ui/collection.ui:123 ui/direct_context.ui:18 #: ui/direct.ui:30 ui/event.ui:27 ui/event.ui:562 ui/faces.ui:27 ui/media.ui:27 #: ui/photo_context.ui:130 ui/photo.ui:35 ui/tags.ui:27 ui/trash.ui:19 #: ui/trash.ui:227 msgid "Show in File Mana_ger" msgstr "Abrir com o gerenciador de a_rquivos" -#: src/Resources.vala:742 +#: src/Resources.vala:769 msgid "Open the selected photo’s directory in the file manager" msgstr "Abre o diretório da foto selecionada no gerenciador de arquivos" -#: src/Resources.vala:745 +#: src/Resources.vala:772 #, c-format msgid "Unable to open in file manager: %s" msgstr "Não foi possível abrir no gerenciador de arquivos: %s" -#: src/Resources.vala:748 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 +#: src/Resources.vala:775 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 #: ui/offline.ui:58 ui/offline.ui:207 ui/offline.ui:224 ui/photo.ui:77 #: ui/tags.ui:74 msgid "R_emove From Library" msgstr "R_emover da biblioteca" -#: src/Resources.vala:750 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 +#: src/Resources.vala:777 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 #: ui/faces.ui:79 ui/media.ui:79 ui/photo_context.ui:141 ui/photo.ui:82 #: ui/tags.ui:79 msgid "_Move to Trash" msgstr "_Mover para a lixeira" -#: src/Resources.vala:752 ui/events_directory.ui:58 ui/event.ui:86 +#: src/Resources.vala:779 ui/events_directory.ui:58 ui/event.ui:86 #: ui/faces.ui:86 ui/import.ui:61 ui/media.ui:86 ui/offline.ui:65 ui/tags.ui:86 #: ui/trash.ui:74 msgid "Select _All" msgstr "Selecionar _todas" -#: src/Resources.vala:753 +#: src/Resources.vala:780 msgid "Select all items" msgstr "Selecionar todos os itens" @@ -5864,14 +5880,14 @@ msgstr "Selecionar todos os itens" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format #. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:814 +#: src/Resources.vala:841 msgid "%a %b %d, %Y" msgstr "%a, %d de %b de %Y" #. / Locale-specific starting date format for multi-date strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:819 +#: src/Resources.vala:846 msgctxt "MultidayFormat" msgid "%a %b %d" msgstr "%a, %d de %b" @@ -5879,7 +5895,7 @@ msgstr "%a, %d de %b" #. / Locale-specific ending date format for multi-date strings, #. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:824 +#: src/Resources.vala:851 msgctxt "MultidayFormat" msgid "%d, %Y" msgstr "%d, %Y" @@ -5887,7 +5903,7 @@ msgstr "%d, %Y" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:829 +#: src/Resources.vala:856 msgctxt "MultimonthFormat" msgid "%a %b %d" msgstr "%a, %d de %b" @@ -5895,7 +5911,7 @@ msgstr "%a, %d de %b" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Mon Apr 06, 2006" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:834 +#: src/Resources.vala:861 msgctxt "MultimonthFormat" msgid "%a %b %d, %Y" msgstr "%a, %d de %b de %Y" @@ -6404,7 +6420,6 @@ msgid "_Photos" msgstr "_Fotos" #: ui/faces.ui:465 -#| msgid "_Rename…" msgid "Rename…" msgstr "Renomear…" @@ -6655,6 +6670,56 @@ msgstr "rótulo" msgid "Delete all photos in the trash" msgstr "Apaga todas as fotos na lixeira" +#~ msgid "" +#~ "The OAuth token used to refresh the Picasa Web Albums session for the " +#~ "currently logged in user, if any." +#~ msgstr "" +#~ "O token Oauth usado para atualizar a sessão do Picasa Web Albums para o " +#~ "usuário atualmente autenticado, se houver." + +#~ msgid "" +#~ "Whether images being uploaded to Picasa should have their metadata " +#~ "removed first" +#~ msgstr "" +#~ "Se imagens sendo enviadas para o Picasa devem ter primeiro seus metadados " +#~ "removidos" + +#~ msgid "enable picasa publishing plugin" +#~ msgstr "habilitar plug-in de publicação no picasa" + +#~ msgid "" +#~ "True if the Picasa Web Albums publishing plugin is enabled, false " +#~ "otherwise" +#~ msgstr "" +#~ "Verdadeiro se plug-in de publicação no Picasa Web Albums está habilitado; " +#~ "do contrário, falso" + +#~ msgid "" +#~ "You are not currently logged into Picasa Web Albums.\n" +#~ "\n" +#~ "Click Log in to log into Picasa Web Albums in your Web browser. You will " +#~ "have to authorize Shotwell Connect to link to your Picasa Web Albums " +#~ "account." +#~ msgstr "" +#~ "Você não está autenticado no Picasa Web Albums.\n" +#~ "\n" +#~ "Clique em Autenticar para entrar no Picasa Web Albums em seu navegador. " +#~ "Você terá que autorizar a conexão do Shotwell à sua conta Picasa Web " +#~ "Albums." + +#~ msgid "" +#~ "A file required for publishing is unavailable. Publishing to Picasa can’t " +#~ "continue." +#~ msgstr "" +#~ "O arquivo necessário para a publicação não está disponível. A publicação " +#~ "para o Picasa não pode continuar." + +#~ msgid "You are logged into Picasa Web Albums as %s." +#~ msgstr "Você está autenticado nos Álbuns da Web do Picasa como %s." + +#~ msgid "Extended Information" +#~ msgstr "Informações estendidas" + #~ msgid "background color" #~ msgstr "cor do plano de fundo" diff --git a/po/sv.po b/po/sv.po index 8742422..5d95e80 100644 --- a/po/sv.po +++ b/po/sv.po @@ -10,13 +10,13 @@ # verayin , 2011 # lsbeeler , 2011 # Josef Andersson , 2015. -# Anders Jonsson , 2016, 2018. +# Anders Jonsson , 2016, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: shotwell\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/shotwell/issues\n" -"POT-Creation-Date: 2018-09-05 07:37+0000\n" -"PO-Revision-Date: 2018-09-05 12:57+0200\n" +"POT-Creation-Date: 2019-01-27 16:38+0000\n" +"PO-Revision-Date: 2019-01-27 22:16+0100\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -24,7 +24,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 2.1.1\n" +"X-Generator: Poedit 2.2.1\n" "X-Project-Style: gnome\n" #: misc/shotwell.appdata.xml.in:8 misc/shotwell.desktop.in:4 @@ -59,16 +59,16 @@ msgstr "" #: misc/shotwell.appdata.xml.in:18 msgid "" "When ready, Shotwell can upload your photos to various web sites, such as " -"Facebook, Flickr, Picasa (Google Plus), and more." +"Facebook, Flickr, Google Photos, and more." msgstr "" "Shotwell kan, om så önskas, skicka upp dina bilder till olika webbplatser " -"som Facebook, Flickr, Picasa (Google Plus) och fler." +"som Facebook, Flickr, Google Foto med flera." #: misc/shotwell.appdata.xml.in:22 msgid "Shotwell supports JPEG, PNG, TIFF, and a variety of RAW file formats." msgstr "Shotwell stödjer JPEG, PNG, TIFF och flera varianter av RAW-filformat." -#: misc/shotwell.appdata.xml.in:52 +#: misc/shotwell.appdata.xml.in:53 msgid "The Shotwell developers" msgstr "Shotwells utvecklare" @@ -883,19 +883,19 @@ msgstr "uppdatera token" #: misc/org.yorba.shotwell.gschema.xml:493 msgid "" -"The OAuth token used to refresh the Picasa Web Albums session for the " -"currently logged in user, if any." +"The OAuth token used to refresh the Google Photos session for the currently " +"logged in user, if any." msgstr "" -"OAuth-token använd för att uppdatera Picasa Web Album-sessionen för den " -"inloggade användaren, om någon." +"OAuth-token använd för att uppdatera Google Foto-sessionen för den inloggade " +"användaren, om någon." #: misc/org.yorba.shotwell.gschema.xml:499 msgid "" -"A numeric code representing the default size for photos uploaded to Picasa " -"Web Albums" +"A numeric code representing the default size for photos uploaded to Google " +"Photos Albums" msgstr "" "En sifferkod representerande standardstorleken för bilder uppskickade till " -"Picasa Web Albums" +"Google Foto-album" #: misc/org.yorba.shotwell.gschema.xml:504 #: misc/org.yorba.shotwell.gschema.xml:598 @@ -909,9 +909,10 @@ msgstr "Namnet på senaste albumet användaren publicerade bilder till, om någo #: misc/org.yorba.shotwell.gschema.xml:511 msgid "" -"Whether images being uploaded to Picasa should have their metadata removed " -"first" -msgstr "Huruvida bilder uppskickade till Picasa ska rensas på metadata först" +"Whether images being uploaded to Google Photos should have their metadata " +"removed first" +msgstr "" +"Huruvida bilder som skickas upp till Google Foto ska rensas på metadata först" #: misc/org.yorba.shotwell.gschema.xml:518 msgid "Piwigo URL" @@ -1186,15 +1187,14 @@ msgstr "" "True om insticksmodulen för Flickr-publicering är aktiverad, annars false" #: misc/org.yorba.shotwell.gschema.xml:726 -msgid "enable picasa publishing plugin" -msgstr "aktivera insticksmodulen för Picasa-publicering" +msgid "enable Google Photos publishing plugin" +msgstr "aktivera insticksmodulen för Google Foto-publicering" #: misc/org.yorba.shotwell.gschema.xml:727 -msgid "" -"True if the Picasa Web Albums publishing plugin is enabled, false otherwise" +msgid "True if the Google Photos publishing plugin is enabled, false otherwise" msgstr "" -"True om insticksmodulen för Picasa Web Albums-publicering är aktiverad, " -"annars false" +"True om insticksmodulen för Google Foto-publicering är aktiverad, annars " +"false" #: misc/org.yorba.shotwell.gschema.xml:732 msgid "enable youtube publishing plugin" @@ -1409,19 +1409,19 @@ msgstr "" "Klicka på Logga in för att logga in på Flickr med din webbläsare. Du måste " "specifikt godkänna att Shotwell Connect kan länka till ditt Flickr-konto." -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:124 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:125 msgid "Preparing for login…" msgstr "Förbereder inloggning…" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:193 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:194 msgid "Flickr authorization failed" msgstr "Misslyckades med Flickr-auktorisering" -#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:200 +#: plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala:201 msgid "Verifying authorization…" msgstr "Verifierar behörighet…" -#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:137 +#: plugins/authenticator/shotwell/GoogleAuthenticator.vala:138 msgid "" "You have already logged in and out of a Google service during this Shotwell " "session.\n" @@ -1435,19 +1435,6 @@ msgstr "" #: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:32 msgid "" -"You are not currently logged into Picasa Web Albums.\n" -"\n" -"Click Log in to log into Picasa Web Albums in your Web browser. You will " -"have to authorize Shotwell Connect to link to your Picasa Web Albums account." -msgstr "" -"Du är för närvarande inte inloggad på Picasa Web Albums.\n" -"\n" -"Klicka på Logga in för att logga in på Picasa Web Albums med din webbläsare. " -"Du måste specifikt godkänna att Shotwell Connect kan länka till ditt Picasa " -"Web Albums-konto." - -#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:35 -msgid "" "You are not currently logged into YouTube.\n" "\n" "You must have already signed up for a Google account and set it up for use " @@ -1460,6 +1447,23 @@ msgstr "" "användning med YouTube för att fortsätta. Du kan konfigurera de flesta " "konton genom att logga in på YouTube med din webbläsare." +#: plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala:36 +msgid "" +"You are not currently logged into Google Photos.\n" +"\n" +"You must have already signed up for a Google account and set it up for use " +"with Google Photos.\n" +"\n" +"You will have to authorize Shotwell to link to your Google Photos account." +msgstr "" +"Du är för närvarande inte inloggad på Google Foto.\n" +"\n" +"Du måste redan ha registrerat ett Google-konto och konfigurerat det för " +"användning med Google Foto.\n" +"\n" +"Du måste specifikt godkänna att Shotwell kan länka till ditt Google Foto-" +"konto." + #: plugins/authenticator/shotwell/tumblr_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/rajce_authentication_pane.ui:42 #: plugins/shotwell-publishing-extras/RajcePublishing.vala:892 @@ -1485,12 +1489,12 @@ msgid "Enter the username and password associated with your Tumblr account." msgstr "Fyll i användarnamn och lösenord för ditt Tumblr-konto." #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:26 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1081 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1084 msgid "Username and/or password invalid. Please try again" msgstr "Användarnamn och/eller lösenord ogiltigt. Var god försök igen" #: plugins/authenticator/shotwell/TumblrAuthenticator.vala:53 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1117 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1120 msgid "Invalid User Name or Password" msgstr "Ogiltigt användarnamn eller lösenord" @@ -1514,7 +1518,7 @@ msgstr "" "Josef Andersson " #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:217 +#: plugins/common/RESTSupport.vala:220 msgid "" "⚫ This website presented identification that belongs to a different website." msgstr "" @@ -1522,7 +1526,7 @@ msgstr "" "webbplats." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:222 +#: plugins/common/RESTSupport.vala:225 msgid "" "⚫ This website’s identification is too old to trust. Check the date on your " "computer’s calendar." @@ -1531,7 +1535,7 @@ msgstr "" "Kontrollera datumet i din dators kalender." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:227 +#: plugins/common/RESTSupport.vala:230 msgid "" "⚫ This website’s identification was not issued by a trusted organization." msgstr "" @@ -1539,7 +1543,7 @@ msgstr "" "organisation." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:232 +#: plugins/common/RESTSupport.vala:235 msgid "" "⚫ This website’s identification could not be processed. It may be corrupted." msgstr "" @@ -1547,7 +1551,7 @@ msgstr "" "trasig." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:237 +#: plugins/common/RESTSupport.vala:240 msgid "" "⚫ This website’s identification has been revoked by the trusted organization " "that issued it." @@ -1556,7 +1560,7 @@ msgstr "" "organisation som utfärdade den." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:242 +#: plugins/common/RESTSupport.vala:245 msgid "" "⚫ This website’s identification cannot be trusted because it uses very weak " "encryption." @@ -1565,7 +1569,7 @@ msgstr "" "en väldigt svag kryptering." #. Possible error message when a site presents a bad certificate. -#: plugins/common/RESTSupport.vala:247 +#: plugins/common/RESTSupport.vala:250 msgid "" "⚫ This website’s identification is only valid for future dates. Check the " "date on your computer’s calendar." @@ -1573,7 +1577,7 @@ msgstr "" "⚫ Den här webbplatsens identifiering är endast giltig för framtida datum. " "Kontrollera datumet i din dators kalender." -#: plugins/common/RESTSupport.vala:524 +#: plugins/common/RESTSupport.vala:539 #: plugins/shotwell-publishing/TumblrPublishing.vala:623 msgid "A temporary file needed for publishing is unavailable" msgstr "En temporärfil som krävs för publicering är inte tillgänglig" @@ -1631,7 +1635,7 @@ msgstr "bildpunkter" #: plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.ui:158 #: plugins/shotwell-publishing/FlickrPublishing.vala:687 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1309 #: src/Dimensions.vala:17 msgid "Original size" msgstr "Ursprungsstorlek" @@ -1647,7 +1651,7 @@ msgstr "Längsta kanten" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:145 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:177 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:125 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:142 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:181 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:105 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:99 msgid "_Logout" @@ -1659,7 +1663,7 @@ msgstr "_Logga ut" #: plugins/shotwell-publishing-extras/yandex_publish_model.ui:159 #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:192 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:141 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:156 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:195 #: plugins/shotwell-publishing/tumblr_publishing_options_pane.ui:121 #: plugins/shotwell-publishing/youtube_publishing_options_pane.ui:115 #: src/CollectionPage.vala:82 src/PhotoPage.vala:2492 @@ -1808,7 +1812,7 @@ msgid "You are logged into Rajce as %s." msgstr "Du är inloggad på Rajce som %s." #: plugins/shotwell-publishing-extras/RajcePublishing.vala:1014 -#: plugins/shotwell-publishing/PicasaPublishing.vala:571 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:69 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:20 msgid "Photos will appear in:" msgstr "Bilder kommer att visas i:" @@ -1878,7 +1882,7 @@ msgstr "Filmer och nya fotoalbum är _synliga för:" #: plugins/shotwell-publishing/facebook_publishing_options_pane.ui:155 #: plugins/shotwell-publishing/flickr_publishing_options_pane.ui:92 -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:59 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:75 #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:203 msgid "" "_Remove location, camera, and other identifying information before uploading" @@ -1888,15 +1892,14 @@ msgstr "" #: plugins/shotwell-publishing/FacebookPublishing.vala:33 #: plugins/shotwell-publishing/FlickrPublishing.vala:33 -#: plugins/shotwell-publishing/PicasaPublishing.vala:33 #: plugins/shotwell-publishing/PiwigoPublishing.vala:33 #: plugins/shotwell-publishing/YouTubePublishing.vala:33 src/Resources.vala:27 msgid "Copyright 2016 Software Freedom Conservancy Inc." msgstr "Copyright 2016 Software Freedom Conservancy Inc." #: plugins/shotwell-publishing/FacebookPublishing.vala:61 -#: plugins/shotwell-publishing/PicasaPublishing.vala:58 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1188 +#: plugins/shotwell-publishing/PhotosPublisher.vala:9 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1191 msgid "Shotwell Connect" msgstr "Shotwell Connect" @@ -1940,7 +1943,7 @@ msgstr "Bara jag" #: plugins/shotwell-publishing/FacebookPublishing.vala:889 #: plugins/shotwell-publishing/FlickrPublishing.vala:661 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1290 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 msgid "Everyone" msgstr "Alla" @@ -2004,78 +2007,89 @@ msgid "Friends only" msgstr "Endast vänner" #: plugins/shotwell-publishing/FlickrPublishing.vala:683 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1302 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 #: plugins/shotwell-publishing/TumblrPublishing.vala:103 msgid "500 × 375 pixels" msgstr "500 × 375 bildpunkter" #: plugins/shotwell-publishing/FlickrPublishing.vala:684 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1303 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1306 #: plugins/shotwell-publishing/TumblrPublishing.vala:104 msgid "1024 × 768 pixels" msgstr "1024 × 768 bildpunkter" #: plugins/shotwell-publishing/FlickrPublishing.vala:685 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1304 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1307 msgid "2048 × 1536 pixels" msgstr "2048 × 1536 bildpunkter" #: plugins/shotwell-publishing/FlickrPublishing.vala:686 -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1305 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1308 msgid "4096 × 3072 pixels" msgstr "4096 × 3072 bildpunkter" -#: plugins/shotwell-publishing/picasa_publishing_options_pane.ui:93 -msgid "Photo _size preset:" -msgstr "Förval för bild_storlek:" - -#. Add album that will push to the default feed for all the new users -#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) -#. or the new "Default album" album for Google Photos -#: plugins/shotwell-publishing/PicasaPublishing.vala:96 -#: plugins/shotwell-publishing/PicasaPublishing.vala:630 -msgid "Default album" -msgstr "Standardalbum" - -#: plugins/shotwell-publishing/PicasaPublishing.vala:291 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:66 msgid "" -"A file required for publishing is unavailable. Publishing to Picasa can’t " -"continue." +"Shotwell can only publish into albums that it created by itself, so this " +"list might be empty despite the fact that you already have albums in your " +"Google Photos account" msgstr "" -"En fil som krävs för publiceringen saknas. Därför kan publiceringen till " -"Picasa inte fortsätta." +"Shotwell kan bara publicera till album som det skapat själv, så denna lista " +"kan vara tom även om du redan har album i ditt Google Foto-konto" -#. populate any widgets whose contents are programmatically-generated. -#: plugins/shotwell-publishing/PicasaPublishing.vala:560 -#, c-format -msgid "You are logged into Picasa Web Albums as %s." -msgstr "Du är inloggad på Picasa webbalbum som %s." +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:96 +msgid "Photo _size preset" +msgstr "Förval för bild_storlek" -#: plugins/shotwell-publishing/PicasaPublishing.vala:566 -msgid "Videos will appear in:" -msgstr "Filmer kommer att visas i:" +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:117 +msgid "An existing album" +msgstr "Ett befintligt album" -#: plugins/shotwell-publishing/PicasaPublishing.vala:610 +#: plugins/shotwell-publishing/google_photos_publishing_options_pane.ui:132 +msgid "A new album named" +msgstr "Ett nytt album med namnet" + +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:17 msgid "Small (640 × 480 pixels)" msgstr "Liten (640 × 480 bildpunkter)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:611 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:18 msgid "Medium (1024 × 768 pixels)" msgstr "Medel (1024 × 768 bildpunkter)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:612 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:19 msgid "Recommended (1600 × 1200 pixels)" msgstr "Rekommenderad (1600 × 1200 bildpunkter)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:613 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:20 msgid "Google+ (2048 × 1536 pixels)" msgstr "Google+ (2048 × 1536 bildpunkter)" -#: plugins/shotwell-publishing/PicasaPublishing.vala:614 +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:21 #: src/editing_tools/EditingTools.vala:735 msgid "Original Size" msgstr "Ursprungsstorlek" +#. populate any widgets whose contents are programmatically-generated. +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:59 +#, c-format +msgid "You are logged into Google Photos as %s." +msgstr "Du är inloggad på Google Foto som %s." + +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:64 +msgid "Videos will appear in:" +msgstr "Filmer kommer att visas i:" + +#. Activate last known album id. If none was chosen, either use the old default (Shotwell connect) +#. or the new "Default album" album for Google Photos +#: plugins/shotwell-publishing/PhotosPublishingPane.vala:105 +msgid "Default album" +msgstr "Standardalbum" + +#: plugins/shotwell-publishing/PhotosService.vala:36 +msgid "Copyright 2019 Jens Georg " +msgstr "Copyright 2019 Jens Georg " + #: plugins/shotwell-publishing/piwigo_authentication_pane.ui:44 msgid "_URL of your Piwigo photo library" msgstr "_URL till ditt Piwigo-bildbibliotek" @@ -2126,7 +2140,7 @@ msgid "Logout" msgstr "Logga ut" #: plugins/shotwell-publishing/piwigo_publishing_options_pane.ui:268 -#: src/Resources.vala:266 ui/collection.ui:192 +#: src/Resources.vala:265 ui/collection.ui:192 msgid "Publish" msgstr "Publicera" @@ -2135,12 +2149,12 @@ msgstr "Publicera" msgid "Creating album %s…" msgstr "Skapar album %s…" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:946 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:949 msgid "An error message occurred when publishing to Piwigo. Please try again." msgstr "Ett felmeddelande visades vid publiceringen till Piwigo. Försök igen." #. %s is the host name that we tried to connect to -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1030 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1033 #, c-format msgid "" "This does not look like the real %s. Attackers might be trying to " @@ -2151,18 +2165,18 @@ msgstr "" "stjäla eller ändra information som passerar till eller från denna webbplats " "(till exempel, privata meddelanden, kreditkortsinformation eller lösenord)." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1048 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 #, c-format msgid "Certificate of %s" msgstr "Certifikat för %s" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1051 -#: src/Resources.vala:137 ui/multitextentrydialog.ui:40 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1054 +#: src/Resources.vala:136 ui/multitextentrydialog.ui:40 #: ui/slideshow_settings.ui:52 msgid "_OK" msgstr "_OK" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1079 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1082 msgid "" "Enter the URL of your Piwigo photo library as well as the username and " "password associated with your Piwigo account for that library." @@ -2170,30 +2184,30 @@ msgstr "" "Skriv in länken till ditt Piwigo-bildbibliotek, samt ditt Piwigo-" "användarnamn och -lösenord." -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1080 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1083 msgid "" "Shotwell cannot contact your Piwigo photo library. Please verify the URL you " "entered" msgstr "" "Shotwell kan inte nå ditt Piwigo-bildbibliotek. Kontrollera länkadressen igen" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1112 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1115 msgid "Invalid URL" msgstr "Ogiltig länkadress" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1291 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 msgid "Admins, Family, Friends, Contacts" msgstr "Administratörer, familj, vänner, kontakter" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1292 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1295 msgid "Admins, Family, Friends" msgstr "Administratörer, familj, vänner" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1293 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1296 msgid "Admins, Family" msgstr "Administratörer, familj" -#: plugins/shotwell-publishing/PiwigoPublishing.vala:1294 +#: plugins/shotwell-publishing/PiwigoPublishing.vala:1297 msgid "Admins" msgstr "Administratörer" @@ -2370,7 +2384,7 @@ msgstr "Avsluta helskärmsläge" #: src/data_imports/DataImportsUI.vala:420 src/Dialogs.vala:20 #: src/Dialogs.vala:28 src/Dialogs.vala:58 src/Dialogs.vala:766 #: src/Dialogs.vala:789 src/publishing/PublishingUI.vala:305 -#: src/publishing/PublishingUI.vala:529 src/Resources.vala:128 +#: src/publishing/PublishingUI.vala:529 src/Resources.vala:127 #: ui/multitextentrydialog.ui:25 ui/slideshow_settings.ui:38 #: ui/textentrydialog.ui:19 msgid "_Cancel" @@ -2638,21 +2652,21 @@ msgstr[1] "" "Kunde inte radera %d bilder och filmer från kameran på grund av ett fel." #: src/CollectionPage.vala:80 src/direct/DirectPhotoPage.vala:85 -#: src/PhotoPage.vala:2487 src/Resources.vala:141 +#: src/PhotoPage.vala:2487 src/Resources.vala:140 msgid "_Print" msgstr "Skriv _ut" -#: src/CollectionPage.vala:83 src/Resources.vala:294 ui/collection.ui:128 +#: src/CollectionPage.vala:83 src/Resources.vala:293 ui/collection.ui:128 #: ui/direct_context.ui:23 ui/direct.ui:23 ui/event.ui:567 ui/photo.ui:28 msgid "Send _To…" msgstr "Skicka t_ill…" #: src/CollectionPage.vala:84 src/direct/DirectPhotoPage.vala:90 -#: src/PhotoPage.vala:2497 src/Resources.vala:191 +#: src/PhotoPage.vala:2497 src/Resources.vala:190 msgid "Set as _Desktop Background" msgstr "Använd som skrivbords_bakgrund" -#: src/CollectionPage.vala:92 src/Resources.vala:257 +#: src/CollectionPage.vala:92 src/Resources.vala:256 msgid "_Duplicate" msgstr "_Duplicera" @@ -2664,43 +2678,43 @@ msgstr "Helskärm" msgid "S_lideshow" msgstr "_Bildspel" -#: src/CollectionPage.vala:110 src/Resources.vala:110 ui/direct.ui:111 +#: src/CollectionPage.vala:110 src/Resources.vala:109 ui/direct.ui:111 #: ui/photo.ui:200 msgid "Rotate _Right" msgstr "Rotera åt _höger" -#: src/CollectionPage.vala:113 src/Resources.vala:115 ui/direct.ui:116 +#: src/CollectionPage.vala:113 src/Resources.vala:114 ui/direct.ui:116 #: ui/photo.ui:205 msgid "Rotate _Left" msgstr "Rotera åt _vänster" -#: src/CollectionPage.vala:116 src/Resources.vala:120 ui/direct.ui:121 +#: src/CollectionPage.vala:116 src/Resources.vala:119 ui/direct.ui:121 #: ui/photo.ui:210 msgid "Flip Hori_zontally" msgstr "Vänd hor_isontellt" -#: src/CollectionPage.vala:117 src/Resources.vala:123 ui/direct.ui:125 +#: src/CollectionPage.vala:117 src/Resources.vala:122 ui/direct.ui:125 #: ui/photo.ui:214 msgid "Flip Verti_cally" msgstr "Vänd verti_kalt" -#: src/CollectionPage.vala:119 src/Resources.vala:157 ui/collection.ui:8 +#: src/CollectionPage.vala:119 src/Resources.vala:156 ui/collection.ui:8 #: ui/direct_context.ui:7 ui/direct.ui:134 ui/event.ui:447 #: ui/photo_context.ui:6 ui/photo.ui:223 msgid "_Enhance" msgstr "Förbä_ttra" -#: src/CollectionPage.vala:120 src/Resources.vala:185 ui/collection.ui:13 +#: src/CollectionPage.vala:120 src/Resources.vala:184 ui/collection.ui:13 #: ui/direct_context.ui:12 ui/direct.ui:161 ui/event.ui:452 #: ui/photo_context.ui:11 ui/photo.ui:250 msgid "Re_vert to Original" msgstr "_Återställ till original" -#: src/CollectionPage.vala:122 src/Resources.vala:161 ui/photo.ui:256 +#: src/CollectionPage.vala:122 src/Resources.vala:160 ui/photo.ui:256 msgid "_Copy Color Adjustments" msgstr "_Kopiera färgjusteringar" -#: src/CollectionPage.vala:125 src/Resources.vala:165 ui/photo.ui:261 +#: src/CollectionPage.vala:125 src/Resources.vala:164 ui/photo.ui:261 msgid "_Paste Color Adjustments" msgstr "_Klistra in färgjusteringar" @@ -2708,17 +2722,17 @@ msgstr "_Klistra in färgjusteringar" msgid "Adjust Date and Time…" msgstr "Justera datum och tid…" -#: src/CollectionPage.vala:143 src/Resources.vala:290 ui/collection.ui:108 +#: src/CollectionPage.vala:143 src/Resources.vala:289 ui/collection.ui:108 #: ui/event.ui:547 ui/photo_context.ui:115 ui/photo.ui:361 msgid "Open With E_xternal Editor" msgstr "Öppna med e_xtern redigerare" -#: src/CollectionPage.vala:146 src/Resources.vala:292 ui/collection.ui:113 +#: src/CollectionPage.vala:146 src/Resources.vala:291 ui/collection.ui:113 #: ui/event.ui:552 ui/photo_context.ui:120 ui/photo.ui:366 msgid "Open With RA_W Editor" msgstr "Öppna i RA_W-redigerare" -#: src/CollectionPage.vala:149 src/Resources.vala:138 +#: src/CollectionPage.vala:149 src/Resources.vala:137 msgid "_Play" msgstr "_Spela" @@ -3051,8 +3065,8 @@ msgstr[1] "" "Det här kommer att ta bort taggen ”%s” från %d bilder. Vill du fortsätta?" #: src/Dialogs.vala:20 src/Dialogs.vala:28 src/Dialogs.vala:58 -#: src/Dialogs.vala:734 src/Resources.vala:129 src/Resources.vala:310 -#: src/Resources.vala:341 src/Resources.vala:394 src/Resources.vala:762 +#: src/Dialogs.vala:734 src/Resources.vala:128 src/Resources.vala:309 +#: src/Resources.vala:340 src/Resources.vala:393 src/Resources.vala:761 #: ui/savedsearch.ui:14 ui/tags.ui:460 ui/trash.ui:63 ui/trash.ui:216 #: ui/trash.ui:258 msgid "_Delete" @@ -3498,7 +3512,7 @@ msgstr "Inga bilder eller filmer importerades.\n" msgid "Import Complete" msgstr "Importen är färdig" -#: src/Dialogs.vala:663 src/Resources.vala:202 +#: src/Dialogs.vala:663 src/Resources.vala:201 msgid "Rename Event" msgstr "Byt namn på händelse" @@ -3517,7 +3531,7 @@ msgid "Title:" msgstr "Titel:" #. Dialog title -#: src/Dialogs.vala:691 src/Resources.vala:278 +#: src/Dialogs.vala:691 src/Resources.vala:277 msgid "Edit Event Comment" msgstr "Redigera händelsekommentar" @@ -3525,7 +3539,7 @@ msgstr "Redigera händelsekommentar" msgid "Edit Photo/Video Comment" msgstr "Redigera bild/filmkommentar" -#: src/Dialogs.vala:693 src/Properties.vala:646 +#: src/Dialogs.vala:693 src/Properties.vala:645 msgid "Comment:" msgstr "Kommentar:" @@ -3576,7 +3590,7 @@ msgstr[0] "" msgstr[1] "" "Det här kommer att ta bort %d bilder från biblioteket. Vill du fortsätta?" -#: src/Dialogs.vala:790 src/Resources.vala:144 +#: src/Dialogs.vala:790 src/Resources.vala:143 msgid "_Remove" msgstr "_Ta bort" @@ -3767,30 +3781,30 @@ msgstr "" msgid "Unable open photo %s. Sorry." msgstr "Kunde inte öppna bilden %s." -#: src/direct/DirectPhotoPage.vala:316 src/Resources.vala:146 ui/direct.ui:8 +#: src/direct/DirectPhotoPage.vala:322 src/Resources.vala:145 ui/direct.ui:8 #: ui/textentrydialog.ui:33 msgid "_Save" msgstr "_Spara" -#: src/direct/DirectPhotoPage.vala:316 +#: src/direct/DirectPhotoPage.vala:322 msgid "_Save a Copy" msgstr "_Spara en kopia" -#: src/direct/DirectPhotoPage.vala:319 +#: src/direct/DirectPhotoPage.vala:325 #, c-format msgid "Lose changes to %s?" msgstr "Förkasta ändringarna i %s?" -#: src/direct/DirectPhotoPage.vala:320 +#: src/direct/DirectPhotoPage.vala:326 msgid "Close _without Saving" msgstr "_Stäng utan att spara" -#: src/direct/DirectPhotoPage.vala:353 +#: src/direct/DirectPhotoPage.vala:359 #, c-format msgid "Error while saving to %s: %s" msgstr "Fel vid sparande till %s: %s" -#: src/direct/DirectPhotoPage.vala:383 src/direct/DirectPhotoPage.vala:404 +#: src/direct/DirectPhotoPage.vala:389 src/direct/DirectPhotoPage.vala:410 msgid "Save As" msgstr "Spara som" @@ -4230,7 +4244,7 @@ msgstr "Kontrastökning" msgid "Angle:" msgstr "Vinkel:" -#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:173 +#: src/editing_tools/StraightenTool.vala:100 src/Resources.vala:172 #: ui/direct.ui:144 ui/photo.ui:233 msgid "_Straighten" msgstr "_Räta ut" @@ -4328,7 +4342,7 @@ msgstr "Ersätt _alla" msgid "Export" msgstr "Exportera" -#: src/faces/FacesBranch.vala:89 src/Resources.vala:305 src/Resources.vala:306 +#: src/faces/FacesBranch.vala:89 src/Resources.vala:304 src/Resources.vala:305 #: ui/faces.ui:403 msgid "Faces" msgstr "Ansikten" @@ -4699,7 +4713,7 @@ msgstr "RAW" msgid "TIFF" msgstr "TIFF" -#: src/Photo.vala:3774 +#: src/Photo.vala:3770 msgid "modified" msgstr "ändrad" @@ -4847,23 +4861,23 @@ msgstr "Exponeringstid:" msgid "Exposure bias:" msgstr "Exponeringskompensation:" -#: src/Properties.vala:632 +#: src/Properties.vala:631 msgid "GPS latitude:" msgstr "GPS-latitud:" -#: src/Properties.vala:635 +#: src/Properties.vala:634 msgid "GPS longitude:" msgstr "GPS-longitud:" -#: src/Properties.vala:638 +#: src/Properties.vala:637 msgid "Artist:" msgstr "Konstnär:" -#: src/Properties.vala:640 +#: src/Properties.vala:639 msgid "Copyright:" msgstr "Upphovsrätt:" -#: src/Properties.vala:642 +#: src/Properties.vala:641 msgid "Software:" msgstr "Program:" @@ -4961,61 +4975,61 @@ msgstr "" msgid "Publishing" msgstr "Publicering" -#: src/Resources.vala:111 src/Resources.vala:116 ui/collection.ui:151 +#: src/Resources.vala:110 src/Resources.vala:115 ui/collection.ui:151 msgid "Rotate" msgstr "Rotera" -#: src/Resources.vala:112 +#: src/Resources.vala:111 msgid "Rotate Right" msgstr "Rotera åt höger" -#: src/Resources.vala:113 ui/collection.ui:148 +#: src/Resources.vala:112 ui/collection.ui:148 msgid "Rotate the photos right (press Ctrl to rotate left)" msgstr "Rotera bilderna åt höger (tryck Ctrl för att rotera åt vänster)" -#: src/Resources.vala:117 +#: src/Resources.vala:116 msgid "Rotate Left" msgstr "Rotera åt vänster" -#: src/Resources.vala:118 +#: src/Resources.vala:117 msgid "Rotate the photos left" msgstr "Rotera bilderna åt vänster" -#: src/Resources.vala:121 +#: src/Resources.vala:120 msgid "Flip Horizontally" msgstr "Vänd horisontellt" -#: src/Resources.vala:124 +#: src/Resources.vala:123 msgid "Flip Vertically" msgstr "Vänd vertikalt" -#: src/Resources.vala:126 ui/direct.ui:192 ui/events_directory.ui:168 +#: src/Resources.vala:125 ui/direct.ui:192 ui/events_directory.ui:168 #: ui/event.ui:438 ui/faces.ui:448 ui/import_queue.ui:83 ui/import.ui:201 #: ui/manifest_widget.ui:35 ui/media.ui:421 ui/offline.ui:198 ui/photo.ui:405 #: ui/tags.ui:440 ui/trash.ui:207 msgid "_About" msgstr "_Om" -#: src/Resources.vala:127 +#: src/Resources.vala:126 msgid "_Apply" msgstr "_Verkställ" -#: src/Resources.vala:130 ui/direct.ui:44 ui/events_directory.ui:32 +#: src/Resources.vala:129 ui/direct.ui:44 ui/events_directory.ui:32 #: ui/event.ui:47 ui/faces.ui:47 ui/import.ui:40 ui/media.ui:47 #: ui/offline.ui:32 ui/photo.ui:55 ui/tags.ui:47 ui/trash.ui:37 msgid "_Edit" msgstr "_Redigera" -#: src/Resources.vala:131 +#: src/Resources.vala:130 msgid "_Forward" msgstr "_Framåt" -#: src/Resources.vala:132 ui/direct.ui:62 ui/events_directory.ui:125 +#: src/Resources.vala:131 ui/direct.ui:62 ui/events_directory.ui:125 #: ui/photo.ui:173 msgid "Fulls_creen" msgstr "_Helskärm" -#: src/Resources.vala:133 ui/direct.ui:174 ui/direct.ui:177 +#: src/Resources.vala:132 ui/direct.ui:174 ui/direct.ui:177 #: ui/events_directory.ui:150 ui/events_directory.ui:153 ui/event.ui:420 #: ui/event.ui:423 ui/faces.ui:430 ui/faces.ui:433 ui/import_queue.ui:65 #: ui/import_queue.ui:68 ui/import.ui:183 ui/import.ui:186 ui/media.ui:403 @@ -5025,404 +5039,404 @@ msgstr "_Helskärm" msgid "_Help" msgstr "_Hjälp" -#: src/Resources.vala:134 +#: src/Resources.vala:133 msgid "Leave _Fullscreen" msgstr "Avsluta _helskärmsläge" -#: src/Resources.vala:135 src/Resources.vala:343 ui/tags.ui:450 +#: src/Resources.vala:134 src/Resources.vala:342 ui/tags.ui:450 msgid "_New" msgstr "_Ny" -#: src/Resources.vala:136 +#: src/Resources.vala:135 msgid "_Next" msgstr "_Nästa" -#: src/Resources.vala:139 src/Resources.vala:288 ui/events_directory.ui:65 +#: src/Resources.vala:138 src/Resources.vala:287 ui/events_directory.ui:65 #: ui/event.ui:93 ui/faces.ui:93 ui/import.ui:68 ui/media.ui:93 #: ui/offline.ui:72 ui/photo.ui:89 ui/tags.ui:93 ui/trash.ui:81 msgid "_Preferences" msgstr "_Inställningar" -#: src/Resources.vala:140 +#: src/Resources.vala:139 msgid "_Previous" msgstr "_Föregående" -#: src/Resources.vala:142 ui/direct.ui:37 ui/events_directory.ui:25 +#: src/Resources.vala:141 ui/direct.ui:37 ui/events_directory.ui:25 #: ui/event.ui:40 ui/faces.ui:40 ui/import_queue.ui:31 ui/import.ui:33 #: ui/media.ui:40 ui/offline.ui:25 ui/photo.ui:48 ui/tags.ui:40 ui/trash.ui:30 msgid "_Quit" msgstr "_Avsluta" -#: src/Resources.vala:143 +#: src/Resources.vala:142 msgid "_Refresh" msgstr "_Uppdatera" -#: src/Resources.vala:145 +#: src/Resources.vala:144 msgid "_Revert" msgstr "_Återställ" -#: src/Resources.vala:147 +#: src/Resources.vala:146 msgid "Save _As" msgstr "_Spara som" -#: src/Resources.vala:148 +#: src/Resources.vala:147 msgid "Sort _Ascending" msgstr "Sortera _stigande" -#: src/Resources.vala:149 +#: src/Resources.vala:148 msgid "Sort _Descending" msgstr "Sortera _fallande" -#: src/Resources.vala:150 +#: src/Resources.vala:149 msgid "_Stop" msgstr "_Stoppa" -#: src/Resources.vala:151 +#: src/Resources.vala:150 msgid "_Undelete" msgstr "_Ångra radering" -#: src/Resources.vala:152 +#: src/Resources.vala:151 msgid "_Normal Size" msgstr "_Normalstorlek" -#: src/Resources.vala:153 +#: src/Resources.vala:152 msgid "Best _Fit" msgstr "_Passa" -#: src/Resources.vala:154 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 +#: src/Resources.vala:153 ui/direct.ui:69 ui/event.ui:260 ui/faces.ui:260 #: ui/media.ui:260 ui/photo.ui:144 ui/tags.ui:260 msgid "Zoom _In" msgstr "_Förstora" -#: src/Resources.vala:155 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 +#: src/Resources.vala:154 ui/direct.ui:74 ui/event.ui:265 ui/faces.ui:265 #: ui/media.ui:265 ui/photo.ui:149 ui/tags.ui:265 msgid "Zoom _Out" msgstr "_Förminska" -#: src/Resources.vala:158 ui/collection.ui:167 +#: src/Resources.vala:157 ui/collection.ui:167 msgid "Enhance" msgstr "Förbättra" -#: src/Resources.vala:159 ui/collection.ui:164 +#: src/Resources.vala:158 ui/collection.ui:164 msgid "Automatically improve the photo’s appearance" msgstr "Förbättra visningen av bilden automatiskt" -#: src/Resources.vala:162 +#: src/Resources.vala:161 msgid "Copy Color Adjustments" msgstr "Kopiera färgjusteringar" -#: src/Resources.vala:163 +#: src/Resources.vala:162 msgid "Copy the color adjustments applied to the photo" msgstr "Kopiera färgjusteringarna verkställda på bilden" -#: src/Resources.vala:166 +#: src/Resources.vala:165 msgid "Paste Color Adjustments" msgstr "Klistra in färgjusteringar" -#: src/Resources.vala:167 +#: src/Resources.vala:166 msgid "Apply copied color adjustments to the selected photos" msgstr "Verkställ kopierade färgjusteringar till de markerade bilderna" -#: src/Resources.vala:169 ui/direct.ui:139 ui/photo.ui:228 +#: src/Resources.vala:168 ui/direct.ui:139 ui/photo.ui:228 msgid "_Crop" msgstr "_Beskär" -#: src/Resources.vala:170 +#: src/Resources.vala:169 msgid "Crop" msgstr "Beskär" -#: src/Resources.vala:171 +#: src/Resources.vala:170 msgid "Crop the photo’s size" msgstr "Beskär bildstorlek" -#: src/Resources.vala:174 +#: src/Resources.vala:173 msgid "Straighten" msgstr "Räta ut" -#: src/Resources.vala:175 +#: src/Resources.vala:174 msgid "Straighten the photo" msgstr "Räta ut bilden" -#: src/Resources.vala:177 ui/direct.ui:149 ui/photo.ui:238 +#: src/Resources.vala:176 ui/direct.ui:149 ui/photo.ui:238 msgid "_Red-eye" msgstr "_Röda ögon" -#: src/Resources.vala:178 +#: src/Resources.vala:177 msgid "Red-eye" msgstr "Röda ögon" -#: src/Resources.vala:179 +#: src/Resources.vala:178 msgid "Reduce or eliminate any red-eye effects in the photo" msgstr "Minska eller ta bort röda ögon i bilden" -#: src/Resources.vala:181 ui/direct.ui:154 ui/photo.ui:243 +#: src/Resources.vala:180 ui/direct.ui:154 ui/photo.ui:243 msgid "_Adjust" msgstr "_Justera" -#: src/Resources.vala:182 +#: src/Resources.vala:181 msgid "Adjust" msgstr "Justera" -#: src/Resources.vala:183 +#: src/Resources.vala:182 msgid "Adjust the photo’s color and tone" msgstr "Justera bildens färg och ton" -#: src/Resources.vala:186 +#: src/Resources.vala:185 msgid "Revert to Original" msgstr "Återställ till original" -#: src/Resources.vala:188 +#: src/Resources.vala:187 msgid "Revert External E_dits" msgstr "Återställ externa r_edigeringar" -#: src/Resources.vala:189 +#: src/Resources.vala:188 msgid "Revert to the master photo" msgstr "Återställ till huvudbild" -#: src/Resources.vala:192 +#: src/Resources.vala:191 msgid "Set selected image to be the new desktop background" msgstr "Använd bilden som ny skrivbordsbakgrund" -#: src/Resources.vala:193 +#: src/Resources.vala:192 msgid "Set as _Desktop Slideshow…" msgstr "Ange som _skrivbordsbildspel…" -#: src/Resources.vala:195 ui/direct.ui:47 ui/events_directory.ui:35 +#: src/Resources.vala:194 ui/direct.ui:47 ui/events_directory.ui:35 #: ui/event.ui:50 ui/faces.ui:50 ui/import.ui:43 ui/media.ui:50 #: ui/offline.ui:35 ui/photo.ui:58 ui/tags.ui:50 ui/trash.ui:40 msgid "_Undo" msgstr "_Ångra" -#: src/Resources.vala:196 +#: src/Resources.vala:195 msgid "Undo" msgstr "Ångra" -#: src/Resources.vala:198 ui/direct.ui:52 ui/events_directory.ui:40 +#: src/Resources.vala:197 ui/direct.ui:52 ui/events_directory.ui:40 #: ui/event.ui:55 ui/faces.ui:55 ui/import.ui:48 ui/media.ui:55 #: ui/offline.ui:40 ui/photo.ui:63 ui/tags.ui:55 ui/trash.ui:45 msgid "_Redo" msgstr "_Gör om" -#: src/Resources.vala:199 +#: src/Resources.vala:198 msgid "Redo" msgstr "Gör om" -#: src/Resources.vala:201 ui/events_directory.ui:139 ui/events_directory.ui:181 +#: src/Resources.vala:200 ui/events_directory.ui:139 ui/events_directory.ui:181 #: ui/event.ui:393 ui/event.ui:588 msgid "Re_name Event…" msgstr "Byt namn på händelse…" -#: src/Resources.vala:204 ui/event.ui:373 ui/event.ui:580 +#: src/Resources.vala:203 ui/event.ui:373 ui/event.ui:580 msgid "Make _Key Photo for Event" msgstr "Gör till _huvudbild för händelsen" -#: src/Resources.vala:205 +#: src/Resources.vala:204 msgid "Make Key Photo for Event" msgstr "Gör till huvudbild för händelsen" -#: src/Resources.vala:207 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 +#: src/Resources.vala:206 ui/event.ui:382 ui/faces.ui:376 ui/media.ui:376 #: ui/tags.ui:376 msgid "_New Event" msgstr "_Ny händelse" -#: src/Resources.vala:208 +#: src/Resources.vala:207 msgid "New Event" msgstr "Ny händelse" -#: src/Resources.vala:210 +#: src/Resources.vala:209 msgid "Move Photos" msgstr "Flytta bilder" -#: src/Resources.vala:211 +#: src/Resources.vala:210 msgid "Move photos to an event" msgstr "Flytta bilder till en händelse" -#: src/Resources.vala:213 ui/events_directory.ui:135 ui/events_directory.ui:177 +#: src/Resources.vala:212 ui/events_directory.ui:135 ui/events_directory.ui:177 msgid "_Merge Events" msgstr "Sa_mmanfoga händelser" -#: src/Resources.vala:214 +#: src/Resources.vala:213 msgid "Merge" msgstr "Sammanfoga" -#: src/Resources.vala:215 +#: src/Resources.vala:214 msgid "Combine events into a single event" msgstr "Lägg samman händelser till en enskild händelse" -#: src/Resources.vala:217 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 +#: src/Resources.vala:216 ui/collection.ui:39 ui/event.ui:286 ui/event.ui:478 #: ui/faces.ui:286 ui/media.ui:286 ui/photo_context.ui:35 ui/photo.ui:273 #: ui/tags.ui:286 msgid "_Set Rating" msgstr "_Betygsätt" -#: src/Resources.vala:218 +#: src/Resources.vala:217 msgid "Set Rating" msgstr "Betygsätt" -#: src/Resources.vala:219 +#: src/Resources.vala:218 msgid "Change the rating of your photo" msgstr "Ändra betyget för din bild" -#: src/Resources.vala:221 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 +#: src/Resources.vala:220 ui/collection.ui:72 ui/event.ui:326 ui/event.ui:511 #: ui/faces.ui:326 ui/media.ui:326 ui/photo_context.ui:75 ui/photo.ui:313 #: ui/tags.ui:326 msgid "_Increase" msgstr "_Höj" -#: src/Resources.vala:222 +#: src/Resources.vala:221 msgid "Increase Rating" msgstr "Höj betyg" -#: src/Resources.vala:224 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 +#: src/Resources.vala:223 ui/collection.ui:76 ui/event.ui:331 ui/event.ui:515 #: ui/faces.ui:331 ui/media.ui:331 ui/photo_context.ui:80 ui/photo.ui:318 #: ui/tags.ui:331 msgid "_Decrease" msgstr "_Sänk" -#: src/Resources.vala:225 +#: src/Resources.vala:224 msgid "Decrease Rating" msgstr "Sänk betyg" -#: src/Resources.vala:227 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 +#: src/Resources.vala:226 ui/collection.ui:62 ui/event.ui:314 ui/event.ui:501 #: ui/faces.ui:314 ui/media.ui:314 ui/photo_context.ui:63 ui/photo.ui:301 #: ui/tags.ui:314 msgid "_Unrated" msgstr "_Ej betygsatt" -#: src/Resources.vala:228 +#: src/Resources.vala:227 msgid "Unrated" msgstr "Ej betygsatt" -#: src/Resources.vala:229 +#: src/Resources.vala:228 msgid "Rate Unrated" msgstr "Ange som ej betygsatt" -#: src/Resources.vala:230 +#: src/Resources.vala:229 msgid "Setting as unrated" msgstr "Anger som ej betygsatt" -#: src/Resources.vala:231 +#: src/Resources.vala:230 msgid "Remove any ratings" msgstr "Ta bort eventuella betyg" -#: src/Resources.vala:233 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 +#: src/Resources.vala:232 ui/collection.ui:66 ui/event.ui:319 ui/event.ui:505 #: ui/faces.ui:319 ui/media.ui:319 ui/photo_context.ui:68 ui/photo.ui:306 #: ui/tags.ui:319 msgid "_Rejected" msgstr "_Avvisad" -#: src/Resources.vala:234 +#: src/Resources.vala:233 msgid "Rejected" msgstr "Avvisad" -#: src/Resources.vala:235 +#: src/Resources.vala:234 msgid "Rate Rejected" msgstr "Ange som avvisad" -#: src/Resources.vala:236 +#: src/Resources.vala:235 msgid "Setting as rejected" msgstr "Anger som avvisad" -#: src/Resources.vala:237 +#: src/Resources.vala:236 msgid "Set rating to rejected" msgstr "Ange som avvisad" -#: src/Resources.vala:239 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 +#: src/Resources.vala:238 ui/event.ui:196 ui/faces.ui:196 ui/import.ui:156 #: ui/media.ui:196 ui/offline.ui:153 ui/search_bar.ui:6 ui/tags.ui:196 #: ui/trash.ui:162 msgid "Rejected _Only" msgstr "_Enbart avvisade" -#: src/Resources.vala:240 +#: src/Resources.vala:239 msgid "Rejected Only" msgstr "Enbart avvisade" -#: src/Resources.vala:241 +#: src/Resources.vala:240 msgid "Show only rejected photos" msgstr "Visa enbart avvisade bilder" -#: src/Resources.vala:243 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 +#: src/Resources.vala:242 ui/event.ui:190 ui/faces.ui:190 ui/import.ui:150 #: ui/media.ui:190 ui/offline.ui:147 ui/search_bar.ui:12 ui/tags.ui:190 #: ui/trash.ui:156 msgid "All + _Rejected" msgstr "Alla + _avvisade" -#: src/Resources.vala:244 +#: src/Resources.vala:243 msgctxt "Tooltip" msgid "Show all photos, including rejected" msgstr "Visa alla bilder, inklusive avvisade" -#: src/Resources.vala:246 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 +#: src/Resources.vala:245 ui/event.ui:184 ui/faces.ui:184 ui/import.ui:144 #: ui/media.ui:184 ui/offline.ui:141 ui/search_bar.ui:18 ui/tags.ui:184 #: ui/trash.ui:150 msgid "_All Photos" msgstr "_Alla bilder" #. Button tooltip -#: src/Resources.vala:248 +#: src/Resources.vala:247 msgid "Show all photos" msgstr "Visa alla bilder" -#: src/Resources.vala:250 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 +#: src/Resources.vala:249 ui/event.ui:144 ui/faces.ui:144 ui/media.ui:144 #: ui/photo.ui:120 ui/tags.ui:144 msgid "_Ratings" msgstr "_Betyg" -#: src/Resources.vala:251 +#: src/Resources.vala:250 msgid "Display each photo’s rating" msgstr "Visa betyg för varje bild" -#: src/Resources.vala:253 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 +#: src/Resources.vala:252 ui/event.ui:151 ui/faces.ui:151 ui/import.ui:111 #: ui/media.ui:151 ui/offline.ui:108 ui/tags.ui:151 ui/trash.ui:117 msgid "_Filter Photos" msgstr "_Filtrera bilder" -#: src/Resources.vala:254 +#: src/Resources.vala:253 msgid "Filter Photos" msgstr "Filtrera bilder" -#: src/Resources.vala:255 +#: src/Resources.vala:254 msgid "Limit the number of photos displayed based on a filter" msgstr "Begränsa antalet bilder som visas baserat på ett filter" -#: src/Resources.vala:258 +#: src/Resources.vala:257 msgid "Duplicate" msgstr "Duplicera" -#: src/Resources.vala:259 +#: src/Resources.vala:258 msgid "Make a duplicate of the photo" msgstr "Gör en kopia av bilden" -#: src/Resources.vala:261 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 +#: src/Resources.vala:260 ui/event.ui:17 ui/faces.ui:17 ui/media.ui:17 #: ui/photo.ui:17 ui/tags.ui:17 msgid "_Export…" msgstr "_Exportera…" -#: src/Resources.vala:263 +#: src/Resources.vala:262 msgid "_Print…" msgstr "_Skriv _ut…" -#: src/Resources.vala:265 +#: src/Resources.vala:264 msgid "Pu_blish…" msgstr "_Publicera…" -#: src/Resources.vala:267 ui/collection.ui:189 +#: src/Resources.vala:266 ui/collection.ui:189 msgid "Publish to various websites" msgstr "Publicera till olika webbplatser" -#: src/Resources.vala:269 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 +#: src/Resources.vala:268 ui/collection.ui:98 ui/event.ui:340 ui/event.ui:537 #: ui/faces.ui:340 ui/media.ui:340 ui/photo_context.ui:105 ui/photo.ui:327 #: ui/tags.ui:340 msgid "Edit _Title…" msgstr "_Redigera titel…" #. Button label -#: src/Resources.vala:271 +#: src/Resources.vala:270 msgctxt "Button Label" msgid "Edit Title" msgstr "Redigera titel" -#: src/Resources.vala:273 ui/collection.ui:103 ui/events_directory.ui:144 +#: src/Resources.vala:272 ui/collection.ui:103 ui/events_directory.ui:144 #: ui/events_directory.ui:186 ui/event.ui:345 ui/event.ui:398 ui/event.ui:542 #: ui/faces.ui:345 ui/media.ui:345 ui/photo_context.ui:110 ui/photo.ui:332 #: ui/tags.ui:345 @@ -5430,333 +5444,333 @@ msgid "Edit _Comment…" msgstr "Redigera _kommentar…" #. Button label -#: src/Resources.vala:275 +#: src/Resources.vala:274 msgid "Edit Comment" msgstr "Redigera kommentar" -#: src/Resources.vala:277 ui/event.ui:592 +#: src/Resources.vala:276 ui/event.ui:592 msgid "Edit Event _Comment…" msgstr "Redigera _händelsekommentar…" -#: src/Resources.vala:280 ui/direct.ui:167 ui/photo.ui:337 +#: src/Resources.vala:279 ui/direct.ui:167 ui/photo.ui:337 msgid "_Adjust Date and Time…" msgstr "_Justera datum och tid…" -#: src/Resources.vala:281 +#: src/Resources.vala:280 msgid "Adjust Date and Time" msgstr "Justera datum och tid" -#: src/Resources.vala:283 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 +#: src/Resources.vala:282 ui/collection.ui:19 ui/event.ui:407 ui/event.ui:458 #: ui/faces.ui:390 ui/media.ui:390 ui/photo.ui:375 ui/tags.ui:390 msgid "Add _Tags…" msgstr "Lägg till _taggar…" -#: src/Resources.vala:284 ui/photo_context.ui:17 +#: src/Resources.vala:283 ui/photo_context.ui:17 msgid "_Add Tags…" msgstr "_Lägg till taggar…" #. Dialog title -#: src/Resources.vala:286 +#: src/Resources.vala:285 msgctxt "Dialog Title" msgid "Add Tags" msgstr "Lägg till taggar" -#: src/Resources.vala:295 ui/photo_context.ui:135 +#: src/Resources.vala:294 ui/photo_context.ui:135 msgid "Send T_o…" msgstr "Skicka t_ill…" -#: src/Resources.vala:297 +#: src/Resources.vala:296 msgid "_Find…" msgstr "_Sök…" -#: src/Resources.vala:298 ui/collection.ui:217 ui/offline.ui:239 +#: src/Resources.vala:297 ui/collection.ui:217 ui/offline.ui:239 #: ui/trash.ui:312 msgid "Find" msgstr "Sök" -#: src/Resources.vala:299 ui/collection.ui:214 ui/offline.ui:236 +#: src/Resources.vala:298 ui/collection.ui:214 ui/offline.ui:236 #: ui/trash.ui:309 msgid "Find an image by typing text that appears in its name or tags" msgstr "" "Sök efter en bild genom att skriva något som finns i dess namn eller taggar" -#: src/Resources.vala:301 +#: src/Resources.vala:300 msgid "_Flag" msgstr "_Flagga" -#: src/Resources.vala:303 +#: src/Resources.vala:302 msgid "Un_flag" msgstr "Flagga _av" -#: src/Resources.vala:307 +#: src/Resources.vala:306 msgid "Mark faces of people in the photo" msgstr "Markera ansikten på personer i bilden" -#: src/Resources.vala:308 +#: src/Resources.vala:307 msgid "Modify Faces" msgstr "Ändra ansikten" -#: src/Resources.vala:309 +#: src/Resources.vala:308 msgid "Delete Face" msgstr "Ta bort ansikte" -#: src/Resources.vala:311 src/Resources.vala:353 ui/tags.ui:456 +#: src/Resources.vala:310 src/Resources.vala:352 ui/tags.ui:456 msgid "_Rename…" msgstr "_Byt namn…" -#: src/Resources.vala:315 +#: src/Resources.vala:314 #, c-format msgid "Unable to launch editor: %s" msgstr "Kunde inte starta redigerare: %s" -#: src/Resources.vala:320 +#: src/Resources.vala:319 #, c-format msgid "Add Tag “%s”" msgstr "Lägg till taggen ”%s”" #. Used when adding two tags to photo(s) -#: src/Resources.vala:323 +#: src/Resources.vala:322 #, c-format msgid "Add Tags “%s” and “%s”" msgstr "Lägg till taggarna ”%s” och ”%s”" #. Undo/Redo command name (in Edit menu) -#: src/Resources.vala:328 +#: src/Resources.vala:327 msgctxt "UndoRedo menu entry" msgid "Add Tags" msgstr "Lägg till taggar" -#: src/Resources.vala:333 +#: src/Resources.vala:332 #, c-format msgid "_Delete Tag “%s”" msgstr "_Ta bort taggen ”%s”" -#: src/Resources.vala:337 +#: src/Resources.vala:336 #, c-format msgid "Delete Tag “%s”" msgstr "Ta bort taggen ”%s”" -#: src/Resources.vala:340 +#: src/Resources.vala:339 msgid "Delete Tag" msgstr "Ta bort tagg" -#: src/Resources.vala:346 +#: src/Resources.vala:345 #, c-format msgid "Re_name Tag “%s”…" msgstr "B_yt namn på taggen ”%s”…" -#: src/Resources.vala:350 +#: src/Resources.vala:349 #, c-format msgid "Rename Tag “%s” to “%s”" msgstr "Byt namn på taggen ”%s” till ”%s”" -#: src/Resources.vala:355 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 +#: src/Resources.vala:354 ui/collection.ui:24 ui/event.ui:412 ui/event.ui:463 #: ui/faces.ui:395 ui/media.ui:395 ui/photo_context.ui:22 ui/photo.ui:380 #: ui/tags.ui:395 msgid "Modif_y Tags…" msgstr "_Ändra taggar…" -#: src/Resources.vala:356 +#: src/Resources.vala:355 msgid "Modify Tags" msgstr "Ändra taggar" -#: src/Resources.vala:359 +#: src/Resources.vala:358 #, c-format msgid "Tag Photo as “%s”" msgid_plural "Tag Photos as “%s”" msgstr[0] "Lägg till taggen ”%s” till bilden" msgstr[1] "Lägg till taggen ”%s” till bilderna" -#: src/Resources.vala:365 +#: src/Resources.vala:364 #, c-format msgid "Tag the selected photo as “%s”" msgid_plural "Tag the selected photos as “%s”" msgstr[0] "Lägg till taggen ”%s” på den markerade bilden" msgstr[1] "Lägg till taggen ”%s” på de markerade bilderna" -#: src/Resources.vala:371 +#: src/Resources.vala:370 #, c-format msgid "Remove Tag “%s” From _Photo" msgid_plural "Remove Tag “%s” From _Photos" msgstr[0] "_Ta bort taggen ”%s” från bilden" msgstr[1] "_Ta bort taggen ”%s” från bilderna" -#: src/Resources.vala:377 +#: src/Resources.vala:376 #, c-format msgid "Remove Tag “%s” From Photo" msgid_plural "Remove Tag “%s” From Photos" msgstr[0] "Ta bort taggen ”%s” från bilden" msgstr[1] "Ta bort taggen ”%s” från bilderna" -#: src/Resources.vala:383 +#: src/Resources.vala:382 #, c-format msgid "Unable to rename tag to “%s” because the tag already exists." msgstr "Kunde inte byta namn på taggen till ”%s” eftersom taggen redan finns." -#: src/Resources.vala:387 +#: src/Resources.vala:386 #, c-format msgid "Unable to rename search to “%s” because the search already exists." msgstr "" "Kunde inte byta namn på sökningen till ”%s” eftersom sökningen redan finns." #. Saved search button -#: src/Resources.vala:390 src/SearchFilter.vala:1146 +#: src/Resources.vala:389 src/SearchFilter.vala:1146 msgid "Saved Search" msgstr "Sparad sökning" -#: src/Resources.vala:392 +#: src/Resources.vala:391 msgid "Delete Search" msgstr "Ta bort sökning" -#: src/Resources.vala:395 ui/savedsearch.ui:10 +#: src/Resources.vala:394 ui/savedsearch.ui:10 msgid "_Edit…" msgstr "_Redigera…" -#: src/Resources.vala:396 ui/savedsearch.ui:6 +#: src/Resources.vala:395 ui/savedsearch.ui:6 msgid "Re_name…" msgstr "Byt _namn…" -#: src/Resources.vala:399 +#: src/Resources.vala:398 #, c-format msgid "Rename Search “%s” to “%s”" msgstr "Byt namn på sökningen ”%s” till ”%s”" -#: src/Resources.vala:403 +#: src/Resources.vala:402 #, c-format msgid "Delete Search “%s”" msgstr "Ta bort sökningen ”%s”" -#: src/Resources.vala:408 +#: src/Resources.vala:407 #, c-format msgid "Unable to rename face to “%s” because the face already exists." msgstr "" "Kunde inte byta namn på ansikte till ”%s” eftersom ansiktet redan finns." -#: src/Resources.vala:412 +#: src/Resources.vala:411 #, c-format msgid "Remove Face “%s” From _Photo" msgid_plural "Remove Face “%s” From _Photos" msgstr[0] "_Ta bort ansiktet ”%s” från bilden" msgstr[1] "_Ta bort ansiktet ”%s” från bilderna" -#: src/Resources.vala:417 +#: src/Resources.vala:416 #, c-format msgid "Remove Face “%s” From Photo" msgid_plural "Remove Face “%s” From Photos" msgstr[0] "Ta bort ansiktet ”%s” från bilden" msgstr[1] "Ta bort ansiktet ”%s” från bilderna" -#: src/Resources.vala:422 +#: src/Resources.vala:421 #, c-format msgid "Re_name Face “%s”…" msgstr "B_yt namn på ansiktet ”%s”…" -#: src/Resources.vala:426 +#: src/Resources.vala:425 #, c-format msgid "Rename Face “%s” to “%s”" msgstr "Byt namn på ansiktet ”%s” till ”%s”" -#: src/Resources.vala:430 +#: src/Resources.vala:429 #, c-format msgid "_Delete Face “%s”" msgstr "_Ta bort ansiktet ”%s”" -#: src/Resources.vala:434 +#: src/Resources.vala:433 #, c-format msgid "Delete Face “%s”" msgstr "Ta bort ansiktet ”%s”" -#: src/Resources.vala:664 +#: src/Resources.vala:663 #, c-format msgid "Rate %s" msgstr "Betyg %s" -#: src/Resources.vala:665 +#: src/Resources.vala:664 #, c-format msgid "Set rating to %s" msgstr "Sätt betyget %s" -#: src/Resources.vala:666 +#: src/Resources.vala:665 #, c-format msgid "Setting rating to %s" msgstr "Sätt betyget till %s" -#: src/Resources.vala:668 +#: src/Resources.vala:667 #, c-format msgid "Display %s" msgstr "Visa %s" -#: src/Resources.vala:669 +#: src/Resources.vala:668 #, c-format msgid "Only show photos with a rating of %s" msgstr "Visa endast bilder med betyget %s" -#: src/Resources.vala:670 +#: src/Resources.vala:669 #, c-format msgid "%s or Better" msgstr "%s eller högre" -#: src/Resources.vala:671 +#: src/Resources.vala:670 #, c-format msgid "Display %s or Better" msgstr "Visa %s eller högre" -#: src/Resources.vala:672 +#: src/Resources.vala:671 #, c-format msgid "Only show photos with a rating of %s or better" msgstr "Visa endast bilder med betyget %s eller högre" -#: src/Resources.vala:763 ui/trash.ui:255 +#: src/Resources.vala:762 ui/trash.ui:255 msgid "Remove the selected photos from the trash" msgstr "Ta bort markerade bilder från papperskorgen" -#: src/Resources.vala:764 ui/offline.ui:221 +#: src/Resources.vala:763 ui/offline.ui:221 msgid "Remove the selected photos from the library" msgstr "Ta bort markerade bilder från biblioteket" -#: src/Resources.vala:766 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 +#: src/Resources.vala:765 ui/trash.ui:68 ui/trash.ui:221 ui/trash.ui:273 msgid "_Restore" msgstr "Åt_erställ" -#: src/Resources.vala:767 ui/trash.ui:270 +#: src/Resources.vala:766 ui/trash.ui:270 msgid "Move the selected photos back into the library" msgstr "Flytta tillbaka markerade bilder till biblioteket" -#: src/Resources.vala:769 ui/collection.ui:123 ui/direct_context.ui:18 +#: src/Resources.vala:768 ui/collection.ui:123 ui/direct_context.ui:18 #: ui/direct.ui:30 ui/event.ui:27 ui/event.ui:562 ui/faces.ui:27 ui/media.ui:27 #: ui/photo_context.ui:130 ui/photo.ui:35 ui/tags.ui:27 ui/trash.ui:19 #: ui/trash.ui:227 msgid "Show in File Mana_ger" msgstr "Öppna med _filhanteraren" -#: src/Resources.vala:770 +#: src/Resources.vala:769 msgid "Open the selected photo’s directory in the file manager" msgstr "Öppna mappen för den markerade bilden i filhanteraren" -#: src/Resources.vala:773 +#: src/Resources.vala:772 #, c-format msgid "Unable to open in file manager: %s" msgstr "Kunde inte öppna i filhanterare: %s" -#: src/Resources.vala:776 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 +#: src/Resources.vala:775 ui/event.ui:74 ui/faces.ui:74 ui/media.ui:74 #: ui/offline.ui:58 ui/offline.ui:207 ui/offline.ui:224 ui/photo.ui:77 #: ui/tags.ui:74 msgid "R_emove From Library" msgstr "Ta _bort från biblioteket" -#: src/Resources.vala:778 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 +#: src/Resources.vala:777 ui/collection.ui:134 ui/event.ui:79 ui/event.ui:573 #: ui/faces.ui:79 ui/media.ui:79 ui/photo_context.ui:141 ui/photo.ui:82 #: ui/tags.ui:79 msgid "_Move to Trash" msgstr "_Flytta till papperskorgen" -#: src/Resources.vala:780 ui/events_directory.ui:58 ui/event.ui:86 +#: src/Resources.vala:779 ui/events_directory.ui:58 ui/event.ui:86 #: ui/faces.ui:86 ui/import.ui:61 ui/media.ui:86 ui/offline.ui:65 ui/tags.ui:86 #: ui/trash.ui:74 msgid "Select _All" msgstr "Markera _alla" -#: src/Resources.vala:781 +#: src/Resources.vala:780 msgid "Select all items" msgstr "Markera alla objekt" @@ -5769,7 +5783,7 @@ msgstr "Markera alla objekt" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format #. / Locale-specific calendar date format, i.e. "Tue Mar 08, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:842 +#: src/Resources.vala:841 msgid "%a %b %d, %Y" msgstr "%a %d %b, %Y" @@ -5777,7 +5791,7 @@ msgstr "%a %d %b, %Y" #. / Locale-specific starting date format for multi-date strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:847 +#: src/Resources.vala:846 msgctxt "MultidayFormat" msgid "%a %b %d" msgstr "%a %b %d" @@ -5785,7 +5799,7 @@ msgstr "%a %b %d" #. / Locale-specific ending date format for multi-date strings, #. / i.e. the "10, 2006" in "Tue Mar 08 - 10, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:852 +#: src/Resources.vala:851 msgctxt "MultidayFormat" msgid "%d, %Y" msgstr "%d, %Y" @@ -5793,7 +5807,7 @@ msgstr "%d, %Y" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:857 +#: src/Resources.vala:856 msgctxt "MultimonthFormat" msgid "%a %b %d" msgstr "%a %d %b" @@ -5801,7 +5815,7 @@ msgstr "%a %d %b" #. / Locale-specific calendar date format for multi-month strings, #. / i.e. the "Mon Apr 06, 2006" in "Tue Mar 08 to Mon Apr 06, 2006" #. / See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format -#: src/Resources.vala:862 +#: src/Resources.vala:861 msgctxt "MultimonthFormat" msgid "%a %b %d, %Y" msgstr "%a %d %b, %Y" @@ -6557,6 +6571,61 @@ msgstr "etikett" msgid "Delete all photos in the trash" msgstr "Radera alla bilder från papperskorgen" +#~ msgid "org.gnome.Shotwell" +#~ msgstr "org.gnome.Shotwell" + +#~ msgid "Print the metadata of the image file" +#~ msgstr "Skriv ut metadata för bildfilen" + +#~ msgid "WebP" +#~ msgstr "WebP" + +#~ msgid "" +#~ "The OAuth token used to refresh the Picasa Web Albums session for the " +#~ "currently logged in user, if any." +#~ msgstr "" +#~ "OAuth-token använd för att uppdatera Picasa Web Album-sessionen för den " +#~ "inloggade användaren, om någon." + +#~ msgid "" +#~ "Whether images being uploaded to Picasa should have their metadata " +#~ "removed first" +#~ msgstr "" +#~ "Huruvida bilder uppskickade till Picasa ska rensas på metadata först" + +#~ msgid "enable picasa publishing plugin" +#~ msgstr "aktivera insticksmodulen för Picasa-publicering" + +#~ msgid "" +#~ "True if the Picasa Web Albums publishing plugin is enabled, false " +#~ "otherwise" +#~ msgstr "" +#~ "True om insticksmodulen för Picasa Web Albums-publicering är aktiverad, " +#~ "annars false" + +#~ msgid "" +#~ "You are not currently logged into Picasa Web Albums.\n" +#~ "\n" +#~ "Click Log in to log into Picasa Web Albums in your Web browser. You will " +#~ "have to authorize Shotwell Connect to link to your Picasa Web Albums " +#~ "account." +#~ msgstr "" +#~ "Du är för närvarande inte inloggad på Picasa Web Albums.\n" +#~ "\n" +#~ "Klicka på Logga in för att logga in på Picasa Web Albums med din " +#~ "webbläsare. Du måste specifikt godkänna att Shotwell Connect kan länka " +#~ "till ditt Picasa Web Albums-konto." + +#~ msgid "" +#~ "A file required for publishing is unavailable. Publishing to Picasa can’t " +#~ "continue." +#~ msgstr "" +#~ "En fil som krävs för publiceringen saknas. Därför kan publiceringen till " +#~ "Picasa inte fortsätta." + +#~ msgid "You are logged into Picasa Web Albums as %s." +#~ msgstr "Du är inloggad på Picasa webbalbum som %s." + #~ msgid "background color" #~ msgstr "bakgrundsfärg" diff --git a/src/AppWindow.vala b/src/AppWindow.vala index 22b47c2..5c1496e 100644 --- a/src/AppWindow.vala +++ b/src/AppWindow.vala @@ -408,6 +408,8 @@ public abstract class AppWindow : PageWindow { protected int pos_y = 0; public AppWindow() { + base(); + // although there are multiple AppWindow types, only one may exist per-process assert(instance == null); instance = this; diff --git a/src/NaturalCollate.vala b/src/NaturalCollate.vala index 4adb027..6d38a08 100644 --- a/src/NaturalCollate.vala +++ b/src/NaturalCollate.vala @@ -20,7 +20,7 @@ private const unichar SUPERDIGIT = ':'; private const unichar NUM_SENTINEL = 0x2; // glib uses these, so do we private const string COLLATION_SENTINEL = "\x01\x01\x01"; -private static int read_number(owned string s, ref int byte_index) { +private static int read_number(owned string s, ref long byte_index) { /* * Given a string in the form [numerals]*[everythingelse]* * returns the int value of the first block and increments index @@ -33,7 +33,7 @@ private static int read_number(owned string s, ref int byte_index) { while (s.length != 0 && s.get_char(0).isdigit()) { number = number*10; number += s.get_char(0).digit_value(); - int second_char = s.index_of_nth_char(1); + var second_char = s.index_of_nth_char(1); s = s.substring(second_char); byte_index += second_char; } @@ -56,7 +56,7 @@ public static string collate_key(owned string str) { while (!eos) { assert(str.validate()); - int position = 0; + long position = 0L; while (!(str.get_char(position).to_string() in "0123456789")) { // We only care about plain old 0123456789, aping what g_utf8_collate_key_for_filename does position++; @@ -69,7 +69,7 @@ public static string collate_key(owned string str) { str = str.substring(position); eos = (str.length == 0); - position = 0; + position = 0L; if (!eos) { // We have some numbers to handle in front of us diff --git a/src/Photo.vala b/src/Photo.vala index 0d8e955..ae0f489 100644 --- a/src/Photo.vala +++ b/src/Photo.vala @@ -429,7 +429,7 @@ public abstract class Photo : PhotoSource, Dateable { // need to remove all transformations as they're keyed to the editable's // coordinate system - internal_remove_all_transformations(false); + remove_all_transformations(false); } } @@ -1519,7 +1519,7 @@ public abstract class Photo : PhotoSource, Dateable { row.master = original_master; row.master.copy_from(reimport_state.row.master); if (!reimport_state.metadata_only) - internal_remove_all_transformations(false); + remove_all_transformations(false); } if (reimport_state.metadata != null) @@ -1596,7 +1596,7 @@ public abstract class Photo : PhotoSource, Dateable { lock (row) { editable = reimport_state.backing_state; set_orientation(reimport_state.backing_state.original_orientation); - internal_remove_all_transformations(false); + remove_all_transformations(false); } } else { set_orientation(reimport_state.backing_state.original_orientation); @@ -2820,11 +2820,7 @@ public abstract class Photo : PhotoSource, Dateable { return committed; } - public void remove_all_transformations() { - internal_remove_all_transformations(true); - } - - private void internal_remove_all_transformations(bool notify) { + public void remove_all_transformations(bool notify = true) { bool is_altered = false; lock (row) { is_altered = PhotoTable.get_instance().remove_all_transformations(row.photo_id); @@ -3907,7 +3903,7 @@ public abstract class Photo : PhotoSource, Dateable { // transformations are in the master's coordinate system, not the editable's ... don't // notify photo is altered *yet* because update_editable will notify, and want to avoid // stacking them up - internal_remove_all_transformations(false); + remove_all_transformations(false); update_editable(false, file_format.create_reader(file.get_path())); } @@ -4077,7 +4073,7 @@ public abstract class Photo : PhotoSource, Dateable { } if (remove_transformations) - internal_remove_all_transformations(false); + remove_all_transformations(false); if (has_editable) { notify_baseline_replaced(); diff --git a/src/Resources.vala b/src/Resources.vala index 8fabbe4..801305c 100644 --- a/src/Resources.vala +++ b/src/Resources.vala @@ -88,7 +88,7 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc., public const int ICON_FILTER_UNRATED_OR_BETTER_FIXED_SIZE = 16; public const int ICON_ZOOM_SCALE = 16; - public const string ICON_CAMERAS = "camera-photo"; + public const string ICON_CAMERAS = "camera-photo-symbolic"; public const string ICON_EVENTS = "multiple-events-symbolic"; public const string ICON_ONE_EVENT = "one-event-symbolic"; public const string ICON_NO_EVENT = "no-event-symbolic"; @@ -1038,11 +1038,13 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc., debug("Failed to find icon %s in theme, falling back to resources", name); } - try { - var path = "/org/gnome/Shotwell/icons/%s".printf(name); - pixbuf = new Gdk.Pixbuf.from_resource(path); - } catch (Error err) { - critical("Unable to load icon %s: %s", name, err.message); + if (pixbuf == null) { + try { + var path = "/org/gnome/Shotwell/icons/%s".printf(name); + pixbuf = new Gdk.Pixbuf.from_resource(path); + } catch (Error err) { + critical("Unable to load icon %s: %s", name, err.message); + } } if (pixbuf == null) diff --git a/src/SlideshowPage.vala b/src/SlideshowPage.vala index 18fef7f..9810236 100644 --- a/src/SlideshowPage.vala +++ b/src/SlideshowPage.vala @@ -340,6 +340,12 @@ class SlideshowPage : SinglePhotoPage { public override bool key_press_event(Gdk.EventKey event) { bool handled = true; switch (Gdk.keyval_name(event.keyval)) { + // Block activating the toolbar on key down + // FIXME: Why is SinglePhotoPage not a PhotoPage which already does this? + case "Down": + case "KP_Down": + ; + break; case "space": on_play_pause(); break; @@ -362,6 +368,7 @@ class SlideshowPage : SinglePhotoPage { bool slideshow_playing = playing; playing = false; hide_toolbar(); + suspend_cursor_hiding(); if (settings_dialog.run() == Gtk.ResponseType.OK) { // sync with the config setting so it will persist @@ -375,6 +382,7 @@ class SlideshowPage : SinglePhotoPage { } settings_dialog.destroy(); + restore_cursor_hiding(); playing = slideshow_playing; timer.start(); } diff --git a/src/direct/DirectPhotoPage.vala b/src/direct/DirectPhotoPage.vala index 14b54bc..8eb2e3f 100644 --- a/src/direct/DirectPhotoPage.vala +++ b/src/direct/DirectPhotoPage.vala @@ -218,6 +218,12 @@ public class DirectPhotoPage : EditingHostPage { fs.close(); return true; + } else { + if (get_container() is DirectWindow) { + (get_container() as DirectWindow).do_fullscreen(); + + return true; + } } return base.on_double_click(event); @@ -295,7 +301,7 @@ public class DirectPhotoPage : EditingHostPage { base.update_actions(selected_count, count); } - private bool check_ok_to_close_photo(Photo? photo) { + private bool check_ok_to_close_photo(Photo? photo, bool notify = true) { // Means we failed to load the photo for some reason. Do not block // shutdown if (photo == null) @@ -307,7 +313,7 @@ public class DirectPhotoPage : EditingHostPage { if (drop_if_dirty) { // need to remove transformations, or else they stick around in memory (reappearing // if the user opens the file again) - photo.remove_all_transformations(); + photo.remove_all_transformations(notify); return true; } @@ -320,7 +326,7 @@ public class DirectPhotoPage : EditingHostPage { _("Close _without Saving")); if (response == Gtk.ResponseType.YES) - photo.remove_all_transformations(); + photo.remove_all_transformations(notify); else if (response == Gtk.ResponseType.NO) { if (is_writeable) save(photo.get_file(), 0, ScaleConstraint.ORIGINAL, Jpeg.Quality.HIGH, @@ -336,7 +342,7 @@ public class DirectPhotoPage : EditingHostPage { } public bool check_quit() { - return check_ok_to_close_photo(get_photo()); + return check_ok_to_close_photo(get_photo(), false); } protected override bool confirm_replace_photo(Photo? old_photo, Photo new_photo) { diff --git a/src/direct/DirectWindow.vala b/src/direct/DirectWindow.vala index e1cbf75..9eec5b1 100644 --- a/src/direct/DirectWindow.vala +++ b/src/direct/DirectWindow.vala @@ -8,6 +8,8 @@ public class DirectWindow : AppWindow { private DirectPhotoPage direct_photo_page; public DirectWindow(File file) { + base(); + direct_photo_page = new DirectPhotoPage(file); direct_photo_page.get_view().items_altered.connect(on_photo_changed); direct_photo_page.get_view().items_state_changed.connect(on_photo_changed); @@ -42,6 +44,11 @@ public class DirectWindow : AppWindow { get_display_pathname(file.get_parent()), Resources.APP_TITLE); } + // Expose on_fullscreen publicly so we can call it from the DirectPhotoPage + public void do_fullscreen() { + on_fullscreen(); + } + protected override void on_fullscreen() { File file = get_direct_page().get_current_file(); @@ -74,16 +81,6 @@ public class DirectWindow : AppWindow { return (base.delete_event != null) ? base.delete_event(event) : false; } - public override bool button_press_event(Gdk.EventButton event) { - if (event.type == Gdk.EventType.2BUTTON_PRESS) { - on_fullscreen(); - - return true; - } - - return false; - } - public override bool key_press_event(Gdk.EventKey event) { // check for an escape if (Gdk.keyval_name(event.keyval) == "Escape") { diff --git a/src/library/LibraryWindow.vala b/src/library/LibraryWindow.vala index b9acb22..99a1c67 100644 --- a/src/library/LibraryWindow.vala +++ b/src/library/LibraryWindow.vala @@ -162,6 +162,8 @@ public class LibraryWindow : AppWindow { #endif public LibraryWindow(ProgressMonitor progress_monitor) { + base(); + // prep sidebar and add roots sidebar_tree = new Sidebar.Tree(DND_TARGET_ENTRIES, Gdk.DragAction.ASK, external_drop_handler); diff --git a/src/photos/PhotoMetadata.vala b/src/photos/PhotoMetadata.vala index 2c2d6c5..288a362 100644 --- a/src/photos/PhotoMetadata.vala +++ b/src/photos/PhotoMetadata.vala @@ -70,6 +70,8 @@ public class ACDSeeKeywordTransformer : KeywordTransformer { } public override Gee.List transform (string input) throws Error { + this.stack.clear(); + this.result.clear(); var ctx = new MarkupParseContext (this.parser, 0, this, null); ctx.parse (input, input.length); @@ -276,7 +278,11 @@ public class PhotoMetadata : MediaMetadata { exiv2 = new GExiv2.Metadata(); exif = null; +#if NEW_GEXIV2_API + exiv2.open_buf(buffer[0:length]); +#else exiv2.open_buf(buffer, length); +#endif exif = Exif.Data.new_from_data(buffer, length); source_name = "".printf(length); } @@ -285,8 +291,11 @@ public class PhotoMetadata : MediaMetadata { exiv2 = new GExiv2.Metadata(); exif = null; - exiv2.from_app1_segment(buffer.get_data(), (long) buffer.get_size()); +#if NEW_GEXIV2_API + exiv2.from_app1_segment(buffer.get_data()); +#else exif = Exif.Data.new_from_data(buffer.get_data(), buffer.get_size()); +#endif source_name = "".printf(buffer.get_size()); } diff --git a/src/plugins/StandardHostInterface.vala b/src/plugins/StandardHostInterface.vala index 857c8ff..d0f3ed4 100644 --- a/src/plugins/StandardHostInterface.vala +++ b/src/plugins/StandardHostInterface.vala @@ -26,9 +26,6 @@ public class StandardHostInterface : Object, Spit.HostInterface { case "org.yorba.shotwell.publishing.facebook": return "facebook"; - case "org.yorba.shotwell.publishing.picasa": - return "picasa"; - case "org.yorba.shotwell.publishing.flickr": return "flickr"; diff --git a/src/publishing/Publishing.vala b/src/publishing/Publishing.vala index 6c30b91..455013c 100644 --- a/src/publishing/Publishing.vala +++ b/src/publishing/Publishing.vala @@ -9,9 +9,9 @@ namespace Publishing { public void init() throws Error { string[] core_ids = new string[0]; core_ids += "org.yorba.shotwell.publishing.facebook"; - core_ids += "org.yorba.shotwell.publishing.picasa"; core_ids += "org.yorba.shotwell.publishing.flickr"; core_ids += "org.yorba.shotwell.publishing.youtube"; + core_ids += "org.yorba.shotwell.publishing.gnome-photos"; Plugins.register_extension_point(typeof(Spit.Publishing.Service), _("Publishing"), Resources.PUBLISH, core_ids); diff --git a/src/publishing/PublishingUI.vala b/src/publishing/PublishingUI.vala index 3d4f609..d3d4a69 100644 --- a/src/publishing/PublishingUI.vala +++ b/src/publishing/PublishingUI.vala @@ -527,6 +527,7 @@ public class PublishingDialog : Gtk.Dialog { public void set_cancel_button_mode() { close_cancel_button.set_label(_("_Cancel")); + set_default(null); } public void lock_service() { -- cgit v1.2.3