From 56d732c8ddb32b9b2a274bc8cacd22c58b4af793 Mon Sep 17 00:00:00 2001 From: Lukas Spies Date: Thu, 29 Feb 2024 18:59:34 -0600 Subject: [PATCH] release 4.3 --- CHANGELOG | 22 + CMakeLists.txt | 4 +- INSTALL | 5 +- INSTALL.md | 57 +- README.md | 1 + cplusplus/singletons/engines/pqc_settings.cpp | 2 +- .../singletons/engines/pqc_shortcuts.cpp | 2 +- lang/photoqt_ca_ES.ts | 2254 ++++++++-------- lang/photoqt_de_DE.ts | 2250 ++++++++-------- lang/photoqt_es_ES.ts | 2290 +++++++++-------- lang/photoqt_it_IT.ts | 2254 ++++++++-------- lang/photoqt_lt_LT.ts | 2254 ++++++++-------- lang/photoqt_pl_PL.ts | 2254 ++++++++-------- lang/photoqt_pt_BR.ts | 2254 ++++++++-------- lang/photoqt_pt_PT.ts | 2254 ++++++++-------- lang/photoqt_ru_RU.ts | 2254 ++++++++-------- lang/photoqt_uk_UA.ts | 2254 ++++++++-------- org.photoqt.PhotoQt.metainfo.xml | 10 + .../settings/interface/PQLanguage.qml | 2 +- 19 files changed, 11816 insertions(+), 10861 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c6367cb1..287f9cd2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,28 @@ Changelog PhotoQt - Copyright (C) 2011-2024, Lukas Spies (Lukas@photoqt.org), Li ---------------------------------------------------------------------------------------------------------- +Release 4.3 - 2024-02-29 +---------------------------- +- add: support for detecting QR and bar codes (using ZXing) +- add: shortcut to jump 5s forwards/backwards in videos +- add: motion/live photos react to play/pause shortcut +- add: notification popups for various actions without clear visual feedback +- add: touch-and-hold opens context menu +- add: implement missing mirroring for Qt Video element +- add: animate mirroring of images/videos +- improve: clarify and streamline layout of settings manager +- improve: clicking a value in metadata element copies value to clipboard +- fix: proper handling of link/shortcut files on all platforms +- fix: show videos of motion/live photos again when loading an image subsequent times +- fix: motion/live photos respect orientation stored in metadata +- fix: skip windows thumbnail cache for now +- fix: correctly compute fitted size for (re-)svg provider +- fix: proper handling of Windows network paths +- fix: remove duplicate down array in bread crumbs when path ends with slash +- fix: fix loading files with CJK characters in filename or path on Windows +- fix: file dialog no longer pops up when application window is made very small + + Release 4.2 - 2024-01-18 ---------------------------- - add: support for Google Motion Photos and Apple Live Photos diff --git a/CMakeLists.txt b/CMakeLists.txt index c0911a4f..03c5208e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(photoqt LANGUAGES CXX) #### GLOBAL VERSION STRING FOR ALL FILES (INCLUDING CPP/QML) #### ################################################################## -SET(APPVERSION "dev") +SET(APPVERSION "4.3") add_definitions(-DPQMVERSION="${APPVERSION}") ######################################## @@ -221,7 +221,7 @@ else() endif() # add qml files -qt_add_qml_module(photoqt URI src VERSION 1.0 QML_FILES ${photoqt_QML}) +qt_add_qml_module(photoqt URI src VERSION 1.0 QML_FILES ${photoqt_QML} RESOURCE_PREFIX) # set header files as include files target_include_directories(photoqt PRIVATE "cplusplus/header") diff --git a/INSTALL b/INSTALL index ef7f1e72..e9c9169b 100644 --- a/INSTALL +++ b/INSTALL @@ -24,15 +24,15 @@ - ImageMagick or GraphicsMagick - LibRaw - Poppler (can be replaced by QtPDF) -- LibVips - FreeImage - DevIL - pugixml - libmpv - Python (incl. pychromecast package) +- ZXing-C++ > Dependencies that are disabled by default, but can be enabled via CMake: -- libvips +- LibVips - resvg > Please note that you probably want to have as many of these enabled as possible as @@ -141,6 +141,7 @@ 6) Poppler: https://poppler.freedesktop.org/ 7) FreeImage: https://freeimage.sourceforge.io/ 8) DevIL: http://openil.sourceforge.net/ + 9) ZXing-C++: https://github.com/zxing-cpp/zxing-cpp/ Make sure that any installed dependency is added to the system path, or otherwise you need to explicitely point CMake to the right location for each of them. Regardless, CMake diff --git a/INSTALL.md b/INSTALL.md index 06fd8b8a..1f783a29 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -13,22 +13,22 @@ QtGraphicalEffects, QtMultimedia, QtQuick, QtQuick.Controls, QtQuick.Controls.St Dependencies that are needed by default, but can be disabled via CMake: -- LibArchive -- Exiv2 -- ImageMagick _or_ GraphicsMagick -- LibRaw -- Poppler (can be replaced by QtPDF) -- LibVips -- FreeImage -- DevIL -- pugixml -- libmpv -- Python (incl. pychromecast package) +- [LibArchive](https://libarchive.org) +- [Exiv2](https://exiv2.org) +- [ImageMagick](https://imagemagick.org) *or* [GraphicsMagick](http://www.graphicsmagick.org/) +- [LibRaw](https://www.libraw.org) +- [Poppler](https://poppler.freedesktop.org) (can be replaced by QtPDF) +- [FreeImage](https://freeimage.sourceforge.io) +- [DevIL](http://openil.sourceforge.net) +- [pugixml](https://pugixml.org) +- [libmpv](https://mpv.io/) +- [Python](https://www.python.org/) (incl. [pychromecast](https://pypi.org/project/PyChromecast/) package) +- [ZXing-C++](https://github.com/zxing-cpp/zxing-cpp/) Dependencies that are disabled by default, but can be enabled via CMake: -- libvips -- resvg +- [LibVips](https://www.libvips.org/) +- [resvg](https://github.com/RazrFalcon/resvg) Please note that you probably want to have as many of these enabled as possible as they greatly enhance the experience of PhotoQt. @@ -49,13 +49,13 @@ Exiv2 can be compiled with support for the BMFF format. Note that there is the p These are some libraries and tools that can add additional formats to PhotoQt if installed. None of them are needed at compile time, but they can be picked up at runtime if available. -- KImageFormats - https://api.kde.org/frameworks/kimageformats/html/index.html -- Qt plug-in for AVIF images - https://github.com/novomesk/qt-avif-image-plugin -- Qt plug-in for JPEG XL images - https://github.com/novomesk/qt-jpegxl-image-plugin -- Qt plug-in for HEIF/HEIC images - https://github.com/novomesk/qt-heic-image-plugin -- XCFtools - https://github.com/j-jorge/xcftools -- libqpsd - https://github.com/Code-ReaQtor/libqpsd -- unrar +- [KImageFormats](https://api.kde.org/frameworks/kimageformats/html/) +- [Qt plug-in for AVIF images](https://github.com/novomesk/qt-avif-image-plugin) +- [Qt plug-in for JPEG XL images](https://github.com/novomesk/qt-jpegxl-image-plugin) +- [Qt plug-in for HEIF/HEIC images](https://github.com/novomesk/qt-heic-image-plugin) +- [XCFtools](https://github.com/j-jorge/xcftools) +- [libqpsd](https://github.com/Code-ReaQtor/libqpsd) +- [unrar](https://www.rarlab.com/) ## BUILDING AND INSTALLING @@ -107,14 +107,15 @@ The following are required dependencies: The following dependencies are recommended but can be disabled through CMake if not wanted: -1. LibArchive: https://libarchive.org/ -2. Exiv2: https://exiv2.org/ -3. ImageMagick: https://imagemagick.org/ -4. LibRaw: https://www.libraw.org/ -5. pugixml: https://pugixml.org/ -6. Poppler: https://poppler.freedesktop.org/ -7. FreeImage: https://freeimage.sourceforge.io/ -8. DevIL: http://openil.sourceforge.net/ +1. [LibArchive](https://libarchive.org) +2. [Exiv2](https://exiv2.org) +3. [ImageMagick](https://imagemagick.org) +4. [LibRaw](https://www.libraw.org) +5. [pugixml](https://pugixml.org) +6. [Poppler](https://poppler.freedesktop.org) (can be replaced by QtPDF) +7. [FreeImage](https://freeimage.sourceforge.io) +8. [DevIL](http://openil.sourceforge.net) +9. [ZXing-C++](https://github.com/zxing-cpp/zxing-cpp/) Make sure that any installed dependency is added to the system path, or otherwise you need to explicitely point CMake to the right location for each of them. Regardless, CMake might have to be explicitely pointed to the library/include paths of some of the dependencies by specifying `target_include_directories()` and `target_link_libraries()`. diff --git a/README.md b/README.md index 805e6740..df893846 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ PhotoQt is an image viewer that provides a simple and uncluttered interface. Yet - Support for **motion photos**, **micro videos**, and **Apple live photos** - Showing GPS locations of images with an **embedded map** or explore all images with location data in current folder with an **interactive map** - **Chromecast** support (tested with third generation devices) +- Detect **bar codes** and **QR codes** in images - Basic **image manipulation**: zooming, rotating, mirroring (all of which per-session only) - **Convert images** between supported formats - Keyboard and mouse **shortcuts** for maximum flexibility and control diff --git a/cplusplus/singletons/engines/pqc_settings.cpp b/cplusplus/singletons/engines/pqc_settings.cpp index 9c7cf313..96db4906 100644 --- a/cplusplus/singletons/engines/pqc_settings.cpp +++ b/cplusplus/singletons/engines/pqc_settings.cpp @@ -413,7 +413,7 @@ int PQCSettings::migrate(QString oldversion) { /*************************************************************************/ QStringList versions; - versions << "4.0" << "4.1" << "4.2"; + versions << "4.0" << "4.1" << "4.2" << "4.3"; // this is a safety check to make sure we don't forget the above check if(oldversion != "dev" && versions.indexOf(oldversion) == -1 && !oldversion.startsWith("3")) { diff --git a/cplusplus/singletons/engines/pqc_shortcuts.cpp b/cplusplus/singletons/engines/pqc_shortcuts.cpp index acfa4f19..437280db 100644 --- a/cplusplus/singletons/engines/pqc_shortcuts.cpp +++ b/cplusplus/singletons/engines/pqc_shortcuts.cpp @@ -429,7 +429,7 @@ bool PQCShortcuts::migrate(QString oldversion) { /*************************************************************************/ QStringList versions; - versions << "4.0" << "4.1" << "4.2"; + versions << "4.0" << "4.1" << "4.2" << "4.3"; // this is a safety check to make sure we don't forget the above check if(oldversion != "dev" && versions.indexOf(oldversion) == -1) { diff --git a/lang/photoqt_ca_ES.ts b/lang/photoqt_ca_ES.ts index ea2c91db..a72e6d42 100644 --- a/lang/photoqt_ca_ES.ts +++ b/lang/photoqt_ca_ES.ts @@ -4,61 +4,61 @@ MainMenu - + navigation This is a category in the main menu. navegació - + previous as in: PREVIOUS image. Please keep short. anterior - + next as in: NEXT image. Please keep short. següent - + first as in: FIRST image. Please keep short. primer - + last as in: LAST image. Please keep short. darrer - + Browse images Browse images - + Map Explorer Map Explorer - + current image This is a category in the main menu. imatge actual - + Zoom Entry in main menu. Please keep short. Zoom - - - + + + reset Used as in RESET zoom. ---------- @@ -68,52 +68,52 @@ Used as in RESET mirroring. reinicialitza - + Rotation Entry in main menu. Please keep short. Gir - + Mirror Mirroring (or flipping) an image. Please keep short. Mirror - + Hide histogram Amaga l’histograma - + Show histogram Mostra l’histograma - + Hide current location Amaga la ubicació actual - + Show current location Mostra la ubicació actual - + all images This is a category in the main menu. totes les imatges - + Slideshow Entry in main menu. Please keep short. Presentació de diapositives - - + + Start Used as in START slideshow. Please keep short ---------- @@ -121,8 +121,8 @@ Used as in START advanced sort. Please keep short Inici - - + + Setup Used as in SETUP slideshow. Please keep short ---------- @@ -130,54 +130,54 @@ Used as in SETUP advanced sort. Please keep short Setup - + Sort Entry in main menu. Please keep short. Ordena - + Filter images Filter images - + Streaming (Chromecast) Streaming (Chromecast) - + Open in default file manager Obre al gestor de fitxers per defecte - + general This is a category in the main menu. general - + Settings Paràmetres - + About Quant a - + Online help Ajuda en línia - + Quit Surt - + custom This is a category in the main menu. personalitzat @@ -208,189 +208,189 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsMetaData - + yes This string identifies that flash was fired, stored in image metadata - + no This string identifies that flash was not fired, stored in image metadata no - + No flash function This string refers to the absense of a flash, stored in image metadata No flash function - + strobe return light not detected This string refers to a flash mode, stored in image metadata strobe return light not detected - + strobe return light detected This string refers to a flash mode, stored in image metadata strobe return light detected - + compulsory flash mode This string refers to a flash mode, stored in image metadata compulsory flash mode - + auto mode This string refers to a flash mode, stored in image metadata mode automàtic - + red-eye reduction mode This string refers to a flash mode, stored in image metadata mode de reducció d’ulls vermells - + return light detected This string refers to a flash mode, stored in image metadata return light detected - + return light not detected This string refers to a flash mode, stored in image metadata return light not detected - + Invalid flash This string refers to a flash mode, stored in image metadata El flaix no és vàlid - + Standard This string refers to a type of scene, stored in image metadata Standard - + Landscape This string refers to a type of scene, stored in image metadata Landscape - + Portrait This string refers to a type of scene, stored in image metadata Portrait - + Night Scene This string refers to a type of scene, stored in image metadata Night Scene - + Invalid Scene Type This string refers to a type of scene, stored in image metadata Invalid Scene Type - + Unknown This string refers to the light source stored in image metadata Desconeguda - + Daylight This string refers to the light source stored in image metadata Daylight - + Fluorescent This string refers to the light source stored in image metadata Fluorescent - + Tungsten (incandescent light) This string refers to the light source stored in image metadata Tungsten (incandescent light) - + Flash This string refers to the light source stored in image metadata Flaix - + Fine weather This string refers to the light source stored in image metadata Fine weather - + Cloudy Weather This string refers to the light source stored in image metadata Cloudy Weather - + Shade This string refers to the light source stored in image metadata Shade - + Daylight fluorescent This string refers to the light source stored in image metadata Daylight fluorescent - + Day white fluorescent This string refers to the light source stored in image metadata Day white fluorescent - + Cool white fluorescent This string refers to the light source stored in image metadata Cool white fluorescent - + White fluorescent This string refers to the light source stored in image metadata White fluorescent - - - + + + Standard light This string refers to the light source stored in image metadata Standard light - + Other light source This string refers to the light source stored in image metadata Altra font de llum - + Invalid light source This string refers to the light source stored in image metadata La font de llum no és vàlida @@ -399,7 +399,7 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsOther - + Print Print @@ -478,241 +478,241 @@ Used as in SETUP advanced sort. Please keep short I tried hard, but I just cannot open the database of default shortcuts. - + Alt Refers to a keyboard modifier Alt - + Ctrl Refers to a keyboard modifier Ctrl - + Shift Refers to a keyboard modifier Shift - + Page Up Refers to one of the keys on the keyboard Page Up - + Page Down Refers to one of the keys on the keyboard Page Down - + Meta Refers to the key that usually has the Windows symbol on it Meta - + Keypad Refers to the key that triggers the number block on keyboards Keypad - + Escape Refers to one of the keys on the keyboard Escape - + Right Refers to one of the arrow keys on the keyboard Right - + Left Refers to one of the arrow keys on the keyboard Left - + Up Refers to one of the arrow keys on the keyboard Up - + Down Refers to one of the arrow keys on the keyboard Down - + Space Refers to one of the keys on the keyboard Space - + Delete Refers to one of the keys on the keyboard Delete - + Backspace Refers to one of the keys on the keyboard Backspace - + Home Refers to one of the keys on the keyboard Home - + End Refers to one of the keys on the keyboard End - + Insert Refers to one of the keys on the keyboard Insert - + Tab Refers to one of the keys on the keyboard Tab - + Return Return refers to the enter key of the number block - please try to make the translations of Return and Enter (the main button) different if possible! Return - + Enter Enter refers to the main enter key - please try to make the translations of Return (in the number block) and Enter different if possible! Enter - + Left Button Refers to a mouse button Left Button - + Right Button Refers to a mouse button Right Button - + Middle Button Refers to a mouse button Middle Button - + Back Button Refers to a mouse button Back Button - + Forward Button Refers to a mouse button Forward Button - + Task Button Refers to a mouse button Task Button - + Button #7 Refers to a mouse button Button #7 - + Button #8 Refers to a mouse button Button #8 - + Button #9 Refers to a mouse button Button #9 - + Button #10 Refers to a mouse button Button #10 - + Double Click Refers to a mouse event Double Click - + Wheel Up Refers to the mouse wheel Wheel Up - + Wheel Down Refers to the mouse wheel Wheel Down - + Wheel Left Refers to the mouse wheel Wheel Left - + Wheel Right Refers to the mouse wheel Wheel Right - + East Refers to a direction of the mouse when performing a mouse gesture East - + South Refers to a direction of the mouse when performing a mouse gesture South - + West Refers to a direction of the mouse when performing a mouse gesture West - + North Refers to a direction of the mouse when performing a mouse gesture North @@ -721,54 +721,54 @@ Used as in SETUP advanced sort. Please keep short about - + About Quant a - + Show configuration overview The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Show configuration overview - + License: Llicència: - + Open license in browser Open license in browser - + Website: Lloc web: - + Open website in browser Open website in browser - + Contact: Contact: - + Send an email Send an email - + Configuration The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Configuració - + Copy to clipboard Copia al porta-retalls @@ -816,146 +816,146 @@ Used as in SETUP advanced sort. Please keep short advancedsort - + Advanced image sort Window title Advanced image sort - + Sort images Sort images - + Sorting criteria: Sorting criteria: - + Resolution The image resolution (width/height in pixels) Resolució - + Dominant color The color that is most common in the image Color dominant - + Average color the average color of the image Average color - + Luminosity the average color of the image Lluminositat - + Exif date Data EXIF - + Sort by image resolution Sort by image resolution - - - - - + + + + + in ascending order as is: sort in ascending order in ascending order - - - - - + + + + + in descending order as is: sort in descending order in descending order - + Sort by dominant color Sort by dominant color - - - + + + low quality (fast) quality and speed of advanced sorting of images low quality (fast) - - - + + + medium quality quality and speed of advanced sorting of images medium quality - - - + + + high quality (slow) quality and speed of advanced sorting of images high quality (slow) - + Sort by average color Sort by average color - + Sort by luminosity Sort by luminosity - + Sort by date Ordena per data - + Order of priority: Order of priority: - + Exif tag: Original date/time Exif tag: Original date/time - + Exif tag: Digitized date/time Exif tag: Digitized date/time - + File creation date Data de creació del fitxer - + File modification date Data de modificació del fitxer - + If a value cannot be found, PhotoQt will proceed to the next item in the list. If a value cannot be found, PhotoQt will proceed to the next item in the list. @@ -1118,112 +1118,122 @@ Used as in SETUP advanced sort. Please keep short contextmenu - + Rename file Canvia el nom del fitxer - + Copy file Copia el fitxer - + Move file Mou el fitxer - + Delete file Suprimeix el fitxer - + Copy to clipboard Copia al porta-retalls - + Export to different format Exporta a un altre format - + Scale image Escala la imatge - + Tag faces Tag faces - + Set as wallpaper Defineix com a fons de pantalla - + Show histogram Mostra l’histograma - + Show on map Mostra al mapa + + + Hide QR/barcodes + Hide QR/barcodes + + + + Detect QR/barcodes + Detect QR/barcodes + export - + Export image title of action element Exporta la imatge - - + + Export written on button Exporta - + Something went wrong during export to the selected format... Something went wrong during export to the selected format... - + Favorites: These are the favorite image formats for exporting images to Favorites: - + no favorites set the favorites are image formats for exporting images to no favorites set - - + + Click to select this image format Feu clic per a seleccionar aquest format de fitxer - - + + Click to remove this image format from your favorites Click to remove this image format from your favorites - + Click to add this image format to your favorites Click to add this image format to your favorites - + Selected target format: The target format is the format the image is about to be exported to Selected target format: @@ -1232,17 +1242,23 @@ Used as in SETUP advanced sort. Please keep short facetagging - + Click to exit face tagging mode Feu clic per a sortir del mode d'etiquetatge facial - + Who is this? Qui és? - + + Face tagging mode activated. Click-and-drag to tag faces. + Face tagging mode activated. Click-and-drag to tag faces. + + + + Click to exit photo sphere Click to exit photo sphere @@ -1250,48 +1266,48 @@ Used as in SETUP advanced sort. Please keep short filedialog - + Show files as icons Mostra els fitxers com a icones - + Show files as list Mostra els fitxers en una llista - + no subfolders found no subfolders found - - + + %1 image %1 imatge - - + + %1 images %1 imatges - + # images # imatges - - + + Date: Data: - - + + Time: Hora: @@ -1302,336 +1318,336 @@ Used as in SETUP advanced sort. Please keep short - + File size: Mida del fitxer: - + File type: Tipus de fitxer: - + no supported files/folders found no supported files/folders found - + Load this folder Carrega aquesta carpeta - + Load this file Carrega aquest fitxer - + Add to Favorites Add to Favorites - + Remove file selection Remove file selection - + Select file Select file - + Remove all file selection Remove all file selection - + Select all files Selecciona tots els fitxers - + Delete selection Suprimeix la selecció - + Delete file Suprimeix el fitxer - + Delete folder Suprimeix la carpeta - + Delete file/folder Suprimeix el fitxer/la carpeta - + Cut selection Retalla la selecció - + Cut file Retalla el fitxer - + Cut folder Retalla la carpeta - + Cut file/folder Retalla el fitxer/la carpeta - + Copy selection Copia la selecció - + Copy file Copia el fitxer - + Copy folder Copia la carpeta - + Copy file/folder Copia el fitxer/la carpeta - + Paste files from clipboard Enganxa fitxers des del porta-retalls - + Show hidden files Mostra els fitxers amagats - + Show tooltip with image details Show tooltip with image details - + bookmarks and devices disabled bookmarks and devices disabled - + Show entry Show entry - + Hide entry Hide entry - + Remove entry Remove entry - + Hide hidden entries Hide hidden entries - + Show hidden entries Show hidden entries - + Hide bookmarked places Hide bookmarked places - + Show bookmarked places Show bookmarked places - + Hide storage devices Hide storage devices - + Show storage devices Show storage devices - + Storage Devices Storage Devices - - + + Bookmarks file manager settings popdown: menu title Bookmarks - + Zoom: Zoom: - + Adjust size of files and folders Adjust size of files and folders - + Cancel and close Cancel and close - + Sort by: Sort by: - + Name Name - + Natural Name Nom natural - + Time modified Hora de modificació - + File size Mida del fitxer - + File type Tipus de fitxer - + reverse order reverse order - + All supported images Totes les imatges compatibles - + Video files Fitxers de vídeo - + All files Tots els fitxers - + View file manager settings popdown: menu title View - + layout file manager settings popdown: submenu title layout - + list view list view - + icon view icon view - + padding file manager settings popdown: submenu title padding - + drag and drop file manager settings popdown: submenu title drag and drop - + enable for list view file manager settings popdown: the thing to enable here is drag-and-drop enable for list view - + enable for grid view file manager settings popdown: the thing to enable here is drag-and-drop enable for grid view - + enable for bookmarks file manager settings popdown: the thing to enable here is drag-and-drop enable for bookmarks - + select with single click file manager settings popdown: how to select files select with single click - + hidden files hidden files - + tooltips tooltips - + Thumbnails file manager settings popdown: menu title Thumbnails - - - + + + show file manager settings popdown: show thumbnails ---------- @@ -1641,9 +1657,9 @@ file manager settings popdown: show image previews show - - - + + + scale and crop file manager settings popdown: scale and crop the thumbnails ---------- @@ -1653,90 +1669,90 @@ file manager settings popdown: scale and crop image previews scale and crop - + folder thumbnails folder thumbnails - + autoload file manager settings popdown: automatically load the folder thumbnails autoload - + loop file manager settings popdown: loop through the folder thumbnails loop - + timeout file manager settings popdown: timeout between switching folder thumbnails timeout - + 1 second 1 second - + half a second half a second - + show bookmarks show bookmarks - + show devices file manager settings popdown: the devices here are the storage devices show devices - + Preview file manager settings popdown: menu title Preview - + higher resolution file manager settings popdown: use higher resolution for image previews higher resolution - + blur file manager settings popdown: blur image previews blur - + color intensity file manager settings popdown: color intensity of image previews color intensity - + %1 files already exist in the target directory. %1 files already exist in the target directory. - + Check the files below that you want to paste anyways. Files left unchecked will not be pasted. Check the files below that you want to paste anyways. Files left unchecked will not be pasted. - + Select all Select all - + Select none Select none @@ -1745,58 +1761,58 @@ file manager settings popdown: scale and crop image previews filemanagement - + Delete file? Window title Voleu suprimir el fitxer? - - + + Rename file Window title Canvia el nom del fitxer - - + + Move to trash Move to trash - - + + Delete permanently Suprimeix permanentment - + Are you sure you want to delete this file? Segur que voleu suprimir aquest fitxer? - + An error occured, file could not be deleted! S’ha produït un error i el fitxer no s’ha pogut suprimir. - + old filename: nom de fitxer antic: - + new filename: nom de fitxer nou: - + An error occured, file could not be renamed S’ha produït un error i el fitxer no s’ha pogut canviar de nom. - + A file with this filename already exists Ja existeix un fitxer amb aquest nom @@ -1827,22 +1843,22 @@ file manager settings popdown: scale and crop image previews File could not be moved - + File successfully deleted File successfully deleted - + Could not delete file Could not delete file - + File successfully moved to trash File successfully moved to trash - + Could not move file to trash Could not move file to trash @@ -1851,46 +1867,46 @@ file manager settings popdown: scale and crop image previews filter - + Filter images in current directory Window title Filtra les imatges al directori actual - + Filter Written on a clickable button - please keep short Filtra - + Remove filter Written on a clickable button - please keep short Elimina el filtre - + To filter by file extension, start the term with a dot. Setting the width or height of the resolution to 0 ignores that dimension. Per a filtrar per extensió de fitxer, inicieu el terme amb un punt. Si definiu l’amplada o l’alçada de la resolució com a 0, la dimensió s’ignora. - + File name/extension: Nom/extensió de fitxer: - + Enter terms Introduïu termes - + Image Resolution Resolució de la imatge - - + + greater than used as tooltip in the sense of 'image resolution GREATER THAN 123x123' ---------- @@ -1898,8 +1914,8 @@ used as tooltip in the sense of 'file size GREATER THAN 123 KB/MB'greater than - - + + less than used as tooltip in the sense of 'image resolution LESS THAN 123x123' ---------- @@ -1907,12 +1923,12 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'less than - + File size Mida del fitxer - + Please note that filtering by image resolution can take a little while, depending on the number of images in the folder. Please note that filtering by image resolution can take a little while, depending on the number of images in the folder. @@ -1921,28 +1937,28 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'histogram - + Histogram Window title Histogram - + Click-and-drag to move. Click-and-drag to move. - + Right click to switch version. Right click to switch version. - + Loading... Loading... - + Error loading histogram Error loading histogram @@ -1950,26 +1966,41 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' image - + Click here to enter photo sphere Click here to enter photo sphere - + Click here to enter viewer mode Click here to enter viewer mode - + Hide central button for entering viewer mode Hide central button for entering viewer mode + + + No bar/QR codes found. + No bar/QR codes found. + + + + 1 bar/QR code found. + 1 bar/QR code found. + + + + %1 bar/QR codes found. + %1 bar/QR codes found. + imageprovider - + File failed to load, it does not exist! File failed to load, it does not exist! @@ -1978,85 +2009,85 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'imgur - - + + Upload to imgur.com Window title Upload to imgur.com - + Show past uploads Show past uploads - + This seems to take a long time... This seems to take a long time... - + There might be a problem with your internet connection or the imgur.com servers. There might be a problem with your internet connection or the imgur.com servers. - + An Error occurred while uploading image! An Error occurred while uploading image! - + Error code: Error code: - + You do not seem to be connected to the internet... You do not seem to be connected to the internet... - + Unable to upload! Unable to upload! - + Access Image Access Image - - - - + + + + Click to open in browser Click to open in browser - + Delete Image Delete Image - + No past uploads found The uploads are uploads to imgur.com No past uploads found - + Access: Used as in: access this image Access: - + Delete: Used as in: delete this image Suprimeix: - + Clear all Written on button, please keep short. Used as in: clear all entries Neteja-ho tot @@ -2087,18 +2118,18 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'mapcurrent - + Current location Window title Ubicació actual - + Click-and-drag to move. Click-and-drag to move. - + No location data No location data @@ -2141,111 +2172,121 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' metadata - + No file loaded No file loaded - + Metadata The title of the floating element Metadata - + File name Nom del fitxer - + Dimensions Dimensions - + Image Imatge - + File size Mida del fitxer - + File type Tipus de fitxer - + Make Fabricant - + Model Model - + Software Programari - + Time Photo was Taken Time Photo was Taken - + Exposure Time Temps d’exposició - + Flash Flaix - + Scene Type Scene Type - + Focal Length Focal Length - + F Number F Number - + Light Source Light Source - + Keywords Paraules claus - + Location Ubicació - + Copyright Copyright - + GPS Position Posició del GPS + + + Click to copy value to clipboard, Ctrl+Click to open location in online map service + Click to copy value to clipboard, Ctrl+Click to open location in online map service + + + + Copy value to clipboard + Copy value to clipboard + navigate @@ -2275,13 +2316,13 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' other - + Click anywhere to open a file Part of the message shown in the main view before any image is loaded Click anywhere to open a file - + Move your cursor to the indicated window edges for various actions Part of the message shown in the main view before any image is loaded Move your cursor to the indicated window edges for various actions @@ -2290,25 +2331,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' popinpopout - - - - - - - + + + + + + + Merge into main interface Tooltip of small button to merge a popped out element (i.e., one in its own window) into the main interface Merge into main interface - - - - - - - + + + + + + + Move to its own window Tooltip of small button to show an element in its own window (i.e., not merged into main interface) Move to its own window @@ -2366,52 +2407,52 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'scale - + Scale image Window title Scale image - - + + Scale Scale - + An error occured, file could not be scaled An error occured, file could not be scaled - + Scaling of this file format is not yet supported Scaling of this file format is not yet supported - + Width: The number of horizontal pixels of the image Width: - + Height: The number of vertical pixels of the image Height: - + New size: New size: - + pixels This is used as in: 100x100 pixels pixels - + Quality: Quality: @@ -2420,25 +2461,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'settingsmanager - + Settings Manager Window title Settings Manager - + Apply changes Apply changes - + Revert changes Reverteix els canvis - + - + Interface A settings category ---------- @@ -2446,9 +2487,9 @@ This is a shortcut category Interfície - - - + + + Language A settings subcategory and the qml filename ---------- @@ -2456,9 +2497,9 @@ A settings title Llengua - - - + + + Background A settings subcategory ---------- @@ -2466,9 +2507,9 @@ Settings title Fons - - - + + + Popout A settings subcategory ---------- @@ -2476,9 +2517,9 @@ Settings title Popout - - - + + + Context menu A settings subcategory ---------- @@ -2486,92 +2527,92 @@ Settings title Menú contextual - + Window A settings subcategory Finestra - - + + Image A settings subcategory Image - + Interaction A settings subcategory Interaction - + Folder A settings subcategory Folder - + Share online A settings subcategory Share online - + All thumbnails A settings subcategory All thumbnails - - + + Manage A settings subcategory Manage - + Face tags A settings subcategory Face tags - + Instance A settings subcategory Instance - + Tray icon A settings subcategory Icona a la safata - + Image view A settings category Visualització de les imatges - - + + Look Settings title Aspecte - - - + + + Behavior A settings subcategory Behavior - - - + + + Edges A settings subcategory ---------- @@ -2579,8 +2620,8 @@ Settings title Edges - - + + Thumbnails A settings category ---------- @@ -2588,9 +2629,9 @@ Used as descriptor for a screen edge action Thumbnails - - - + + + Metadata A settings category ---------- @@ -2600,9 +2641,9 @@ Used as identifying name for one of the elements in the interface Metadades - - - + + + Labels A settings subcategory ---------- @@ -2610,21 +2651,21 @@ Settings title Etiquetes - + Session A settings category Sessió - + Remember A settings subcategory Remember - - - + + + File types A settings category ---------- @@ -2632,20 +2673,20 @@ A settings subcategory Tipus de fitxer - + Advanced Advanced - + Keyboard & Mouse A settings category Teclat i ratolí - - - + + + Shortcuts A settings subcategory ---------- @@ -2653,93 +2694,93 @@ Settings title Dreceres - + Reset Reset - + Reset settings Reset settings - + Reset shortcuts Reset shortcuts - + Export/Import Export/Import - + Export settings Export settings - + Import settings Import settings - + Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close - + Unsaved changes Unsaved changes - + The settings on this page have changed. Do you want to apply or discard them? The settings on this page have changed. Do you want to apply or discard them? - + Apply written on button, used as in: apply changes Aplica - + Discard written on button, used as in: discard changes Descarta - - + + PDF Settings title PDF - + PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + current value: The current value of the slider specifying the PDF quality ---------- @@ -2749,303 +2790,324 @@ The current value of the slider specifying the size of the window buttonscurrent value: - - + + Archive Settings title Archive - + PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. - + use external tool: unrar use external tool: unrar - - + + Video Settings title Video - + PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. - + Autoplay Autoplay - + Loop Loop - + prefer Qt Multimedia prefer Qt Multimedia - + prefer Libmpv prefer Libmpv - + Video thumbnail generator: Video thumbnail generator: - + + Always use left/right arrow keys to jump back/ahead in videos + Always use left/right arrow keys to jump back/ahead in videos + + + RAW images Settings title RAW images - + Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. - + use embedded image if available use embedded image if available - - + + Viewer mode Settings title Viewer mode - + When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. - + show big button to enter viewer mode show big button to enter viewer mode - + images This is a category of files PhotoQt can recognize: any image format images - + compressed files This is a category of files PhotoQt can recognize: compressed files like zip, tar, cbr, 7z, etc. compressed files - + documents This is a category of files PhotoQt can recognize: documents like pdf, txt, etc. documents - + videos This is a type of category of files PhotoQt can recognize: videos like mp4, avi, etc. videos - + Enable As in: "Enable all formats in the seleted category of file types" Enable - + Disable As in: "Disable all formats in the seleted category of file types" Disable - + Enable everything As in "Enable every single file format PhotoQt can open in any category" Enable everything - + Currently there are %1 file formats enabled The %1 will be replaced with the number of file formats, please don't forget to add it. Currently there are %1 file formats enabled - + Search by description or file ending Search by description or file ending - + Search by image library or category Search by image library or category - + File endings: File endings: - - + + Looping Settings title Looping - + Loop around When reaching the end of the images in the folder whether to loop back around to the beginning or not Loop around - - + + Sort images Settings title Sort images - + Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. - + Sort by: Sort by: - + natural name A criteria for sorting images natural name - + name A criteria for sorting images name - + time A criteria for sorting images time - + size A criteria for sorting images size - + type A criteria for sorting images type - + ascending order Sort images in ascending order ascending order - + descending order Sort images in descending order descending order - - + + Zoom Settings title Zoom - + PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). - + zoom speed: zoom speed: - + minimum zoom: minimum zoom: - + maximum zoom: maximum zoom: - - + + Mirror/Flip + Settings title + Mirror/Flip + + + + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + + + + Animate mirror/flip + Animate mirror/flip + + + + Animation Settings title Animation - + When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. - + When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. - + animate switching between images animate switching between images - + Animation: Animation: - + opacity This is referring to an in/out animation of images opacity - + along x-axis This is referring to an in/out animation of images along x-axis - + along y-axis This is referring to an in/out animation of images along y-axis - - - + + + rotation This is referring to an in/out animation of images ---------- @@ -3053,329 +3115,329 @@ Please keep short! This is the rotation of the current image rotation - + explosion This is referring to an in/out animation of images explosion - + implosion This is referring to an in/out animation of images implosion - + choose one at random This is referring to an in/out animation of images choose one at random - + very slow used here for the animation speed very slow - + very fast used here for the animation speed very fast - - + + Floating navigation Settings title Floating navigation - + Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. - + show floating navigation buttons show floating navigation buttons - - - - + + + + Cache Settings title Cache - + Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. - - + + Interpolation Settings title Interpolation - + none used as in: no margin around image none - + large images: large images: - - + + fit to view fit to view - + load at full scale load at full scale - + small images: small images: - + load as-is load as-is - + show checkerboard pattern show checkerboard pattern - + PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. - + disable interpolation for small images disable interpolation for small images - - + + Margin Settings title Margin - + PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. - - + + Image size Settings title Image size - + PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. - - + + Transparency marker Settings title Transparency marker - + When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. - + It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. - + Note that any change here is saved immediately! Note that any change here is saved immediately! - + Authenticated with user account: Authenticated with user account: - + Authenticate Written on button, used as in: Authenticate with user account Authenticate - + Forget account Written on button, used as in: Forget user account Forget account - + Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. - + An error occured: An error occured: - + The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. - + real transparency How the background of PhotoQt should be real transparency - + fake transparency How the background of PhotoQt should be fake transparency - + solid background color How the background of PhotoQt should be solid background color - + custom background image How the background of PhotoQt should be custom background image - + background image background image - + Click to select an image Tooltip for a mouse area, a click on which opens a file dialog for selecting an image Click to select an image - + scale to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale to fit - + scale and crop to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale and crop to fit - + stretch to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled stretch to fit - + center image If an image is set as background of PhotoQt this is one way it can be shown/scaled center image - + tile image If an image is set as background of PhotoQt this is one way it can be shown/scaled tile image - - + + Click on empty background Click on empty background - + The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured - + no action what to do when the empty background is clicked no action - + close window what to do when the empty background is clicked close window - + navigate between images what to do when the empty background is clicked navigate between images - + toggle window decoration what to do when the empty background is clicked toggle window decoration - - + + Blurring elements behind other elements A settings title Blurring elements behind other elements - + Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. - + Blur elements in the back Blur elements in the back - + The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. - + No custom entries exists yet The custom entries here are the custom entries in the context menu No custom entries exists yet - - + + Select written on button for selecting a file from the file dialog @@ -3384,24 +3446,24 @@ written on button in file picker to select an existing executable fileSelect - + entry name The entry here refers to the text that is shown in the context menu for a custom entry entry name - + executable executable - + Select executable Select executable - + additional flags The flags here are additional parameters that can be passed on to an executable @@ -3410,56 +3472,56 @@ the flags here are parameters specified on the command line additional flags - + quit Quit PhotoQt after executing custom context menu entry. Please keep as short as possible!! quit - + Delete entry The entry here is a custom entry in the context menu Delete entry - + Add new entry The entry here is a custom entry in the context menu Add new entry - + Add system applications The system applications here refers to any image related applications that can be found automatically on your system Add system applications - - + + Duplicate entries in main menu The entries here are the custom entries in the context menu Duplicate entries in main menu - + The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. - + Duplicate in main menu Refers to duplicating the custom context menu entries in the main menu Duplicate in main menu - + No action Used as descriptor for a screen edge action No action - - + + Main menu Used as descriptor for a screen edge action ---------- @@ -3467,212 +3529,217 @@ Used as identifying name for one of the elements in the interface Main menu - + Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. - + The right edge action cannot be changed The action here is a screen edge action The right edge action cannot be changed - - - + + + Click to change action The action here is a screen edge action Click to change action - - + + Sensitivity Settings title Sensitivity - + The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. - + PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. - + Thank you to all who volunteered their time to help translate PhotoQt into other languages! Thank you to all who volunteered their time to help translate PhotoQt into other languages! - + If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: - + Open in browser Open in browser - + Copy to clipboard Copy to clipboard - + File dialog Used as identifying name for one of the elements in the interface File dialog - + Map explorer Used as identifying name for one of the elements in the interface Map explorer - + Settings manager Used as identifying name for one of the elements in the interface Settings manager - + Histogram Used as identifying name for one of the elements in the interface Histogram - + Map (current image) Used as identifying name for one of the elements in the interface Map (current image) - + Scale Used as identifying name for one of the elements in the interface Scale - + Slideshow setup Used as identifying name for one of the elements in the interface Slideshow setup - + Slideshow controls Used as identifying name for one of the elements in the interface Slideshow controls - + Rename file Used as identifying name for one of the elements in the interface Rename file - + Delete file Used as identifying name for one of the elements in the interface Delete file - + Export file Used as identifying name for one of the elements in the interface Export file - + About Used as identifying name for one of the elements in the interface About - + Imgur Used as identifying name for one of the elements in the interface Imgur - + Wallpaper Used as identifying name for one of the elements in the interface Wallpaper - - + + category + category + + + + Filter Noun, not a verb. Used as identifying name for one of the elements in the interface Filter - + Advanced image sort Used as identifying name for one of the elements in the interface Advanced image sort - + Streaming (Chromecast) Used as identifying name for one of the elements in the interface Streaming (Chromecast) - + Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. - + Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. - - + + Keep popouts open Settings title Keep popouts open - + keep file dialog open keep file dialog open - + keep map explorer open keep map explorer open - - + + Pop out when window is small Settings title Pop out when window is small - + Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. - + pop out when application window is small pop out when application window is small - - - + + + Status info A settings subcategory ---------- @@ -3680,92 +3747,92 @@ Settings title Status info - + The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. - + show status information show status information - - + + counter Please keep short! The counter shows where we are in the folder. counter - - + + filename Please keep short! filename - - + + filepath Please keep short! filepath - - + + resolution Please keep short! This is the image resolution. resolution - - + + zoom Please keep short! This is the current zoom level. zoom - - + + filesize Please keep short! This is the filesize of the current image. filesize - + add This is written on a button that is used to add a selected block to the status info section. add - - + + Font size Settings title, the font sized of the status information Font size - + The size of the status info is determined by the font size of the text. The size of the status info is determined by the font size of the text. - - - - + + + + Hide automatically Settings title Hide automatically - + The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. - - + + keep always visible visibility status of the status information ---------- @@ -3773,8 +3840,8 @@ visibility status of the window buttons keep always visible - - + + only show with any cursor move visibility status of the status information ---------- @@ -3782,8 +3849,8 @@ visibility status of the window buttons only show with any cursor move - - + + only show when cursor near top edge visibility status of the status information ---------- @@ -3791,8 +3858,8 @@ visibility status of the window buttons only show when cursor near top edge - - + + hide again after timeout: the status information can be hidden automatically after a set timeout ---------- @@ -3800,586 +3867,586 @@ the window buttons can be hidden automatically after a set timeouthide again after timeout: - + also show when image changes Refers to the status information's auto-hide feature, this is an additional case it can be shown also show when image changes - - + + Window management Settings title Window management - + By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. - + manage window through status info manage window through status info - - + + Fullscreen or window mode Settings title Fullscreen or window mode - + There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. - + fullscreen mode fullscreen mode - + window mode window mode - + keep above other windows keep above other windows - + remember its geometry remember the geometry of PhotoQts window between sessions remember its geometry - + enable window decoration enable window decoration - - + + Window buttons Settings title Window buttons - + PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. - + show integrated window buttons show integrated window buttons - + duplicate buttons from window decoration duplicate buttons from window decoration - + add navigation buttons add navigation buttons - + The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. - - + + Auto Rotation Settings title Auto Rotation - + When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. - + Apply default rotation automatically Apply default rotation automatically - - + + GPS map Settings title GPS map - + Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. - - + + Floating element Settings title Floating element - + The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. - + hide behind screen edge hide behind screen edge - + use floating element use floating element - - - + + + Show face tags Settings title Show face tags - + PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). - + It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. - + font size: font size: - + Show border around face tags Show border around face tags - + red red - + green green - + blue blue - + alpha alpha - - - - + + + + Visibility Settings title Visibility - + The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. - + always show all used as in: always show all face tags always show all - + show one on hover used as in: show one face tag on hover show one on hover - + show all on hover used as in: show one face tag on hover show all on hover - + file name Part of the meta information about the current image. file name - + file type Part of the meta information about the current image. file type - + file size Part of the meta information about the current image. file size - + image #/# Part of the meta information about the current image. image #/# - + dimensions Part of the meta information about the current image. dimensions - + copyright Part of the meta information about the current image. copyright - + exposure time Part of the meta information about the current image. exposure time - + flash Part of the meta information about the current image. flash - + focal length Part of the meta information about the current image. focal length - + f-number Part of the meta information about the current image. f-number - + GPS position Part of the meta information about the current image. GPS position - + keywords Part of the meta information about the current image. keywords - + light source Part of the meta information about the current image. light source - + location Part of the meta information about the current image. location - + make Part of the meta information about the current image. make - + model Part of the meta information about the current image. model - + scene type Part of the meta information about the current image. scene type - + software Part of the meta information about the current image. software - + time photo was taken Part of the meta information about the current image. time photo was taken - + Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. - + Check all used as in: check all checkboxes Check all - + Check none used as in: check none of the checkboxes Check none - - + + Single instance Settings title Single instance - + PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. - + run a single instance only run a single instance only - + allow multiple instances allow multiple instances - - + + Reopen last image Settings title Reopen last image - + When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. - + start with blank session start with blank session - + reopen last used image reopen last used image - - + + Remember changes Settings title Remember changes - + Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. - + In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. - + forget changes when other image loaded forget changes when other image loaded - + remember changes per session remember changes per session - + reuse same changes for all images reuse same changes for all images - - + + Tray Icon Settings title Tray Icon - + PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. - + Show tray icon Show tray icon - + monochrome icon monochrome icon - + hide to tray icon instead of closing hide to tray icon instead of closing - - + + Reset when hiding Settings title Reset when hiding - + When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. - + reset session when hiding reset session when hiding - - + + Move image with mouse Settings title Move image with mouse - + PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). - + move image with left button move image with left button - + move image with mouse wheel move image with mouse wheel - + very sensitive used as in: very sensitive mouse wheel very sensitive - + not sensitive used as in: not at all sensitive mouse wheel not sensitive - + hide cursor after timeout hide cursor after timeout - - + + Double click Settings title Double click - + A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. - - + + Mouse wheel Settings title Mouse wheel - + Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. - - + + Hide mouse cursor Settings title Hide mouse cursor - + Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. - + Viewing images This is a shortcut category Viewing images - + Current image This is a shortcut category Current image - + Current folder This is a shortcut category Current folder - + Other This is a shortcut category Other - + External This is a shortcut category External @@ -4495,447 +4562,471 @@ the window buttons can be hidden automatically after a set timeoutIt can be used as part of a shortcut only when combined with modifier buttons (Alt, Ctrl, etc.). - + Next image Name of shortcut action Next image - + Previous image Name of shortcut action Previous image - + Go to first image Name of shortcut action Go to first image - + Go to last image Name of shortcut action Go to last image - + Zoom In Name of shortcut action Zoom In - + Zoom Out Name of shortcut action Zoom Out - + Zoom to Actual Size Name of shortcut action Zoom to Actual Size - + Reset Zoom Name of shortcut action Reset Zoom - + Rotate Right Name of shortcut action Rotate Right - + Rotate Left Name of shortcut action Rotate Left - + Reset Rotation Name of shortcut action Reset Rotation - - Flip Horizontally + + Mirror Horizontally Name of shortcut action - Flip Horizontally + Mirror Horizontally - - Flip Vertically + + Mirror Vertically Name of shortcut action - Flip Vertically + Mirror Vertically - + + Reset Mirror + Name of shortcut action + Reset Mirror + + + Load a random image Name of shortcut action Load a random image - + Hide/Show face tags (stored in metadata) Name of shortcut action Hide/Show face tags (stored in metadata) - + Toggle: Fit in window Name of shortcut action Toggle: Fit in window - + Toggle: Show always actual size by default Name of shortcut action Toggle: Show always actual size by default - + Stream content to Chromecast device Name of shortcut action Stream content to Chromecast device - + Move view left Name of shortcut action Move view left - + Move view right Name of shortcut action Move view right - + Move view up Name of shortcut action Move view up - + Move view down Name of shortcut action Move view down - + Go to left edge of image Name of shortcut action Go to left edge of image - + Go to right edge of image Name of shortcut action Go to right edge of image - + Go to top edge of image Name of shortcut action Go to top edge of image - + Go to bottom edge of image Name of shortcut action Go to bottom edge of image - + Show Histogram Name of shortcut action Show Histogram - + Show Image on Map Name of shortcut action Show Image on Map - + Enter viewer mode Name of shortcut action Enter viewer mode - + Scale Image Name of shortcut action Scale Image - + Rename File Name of shortcut action Rename File - + Delete File Name of shortcut action Delete File - + Delete File (without confirmation) Name of shortcut action Delete File (without confirmation) - + Copy File to a New Location Name of shortcut action Copy File to a New Location - + Move File to a New Location Name of shortcut action Move File to a New Location - + Copy Image to Clipboard Name of shortcut action Copy Image to Clipboard - + Save image in another format Name of shortcut action Save image in another format - + Print current photo Name of shortcut action Print current photo - + Set as Wallpaper Name of shortcut action Set as Wallpaper - + Upload to imgur.com (anonymously) Name of shortcut action Upload to imgur.com (anonymously) - + Upload to imgur.com user account Name of shortcut action Upload to imgur.com user account - + Play/Pause animation/video Name of shortcut action Play/Pause animation/video - + + Go ahead 5 seconds in video + Name of shortcut action + Go ahead 5 seconds in video + + + + Go back 5 seconds in video + Name of shortcut action + Go back 5 seconds in video + + + Start tagging faces Name of shortcut action Start tagging faces - + Enter photo sphere Name of shortcut action Enter photo sphere - + + Detect QR and barcodes + Name of shortcut action + Detect QR and barcodes + + + Open file (browse images) Name of shortcut action Open file (browse images) - + Show map explorer Name of shortcut action Show map explorer - + Filter images in folder Name of shortcut action Filter images in folder - + Advanced image sort (Setup) Name of shortcut action Advanced image sort (Setup) - + Advanced image sort (Quickstart) Name of shortcut action Advanced image sort (Quickstart) - + Start Slideshow (Setup) Name of shortcut action Start Slideshow (Setup) - + Start Slideshow (Quickstart) Name of shortcut action Start Slideshow (Quickstart) - + Show Context Menu Name of shortcut action Show Context Menu - + Hide/Show main menu Name of shortcut action Hide/Show main menu - + Hide/Show metadata Name of shortcut action Hide/Show metadata - + Hide/Show thumbnails Name of shortcut action Hide/Show thumbnails - + Show floating navigation buttons Name of shortcut action Show floating navigation buttons - + Toggle fullscreen mode Name of shortcut action Toggle fullscreen mode - + Close window (hides to system tray if enabled) Name of shortcut action Close window (hides to system tray if enabled) - + Quit PhotoQt Name of shortcut action Quit PhotoQt - + Show Settings Name of shortcut action Show Settings - + About PhotoQt Name of shortcut action About PhotoQt - + Show log/debug messages Name of shortcut action Show log/debug messages - + Reset current session Name of shortcut action Reset current session - + Reset current session and hide window Name of shortcut action Reset current session and hide window - + Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. - + Add new shortcuts group Add new shortcuts group - + The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. - + Filter key combinations Filter key combinations - + Filter shortcut actions Filter shortcut actions - + Show all categories Show all categories - - - - - - + + + + + + Category: Category: - + no key combination set no key combination set - + Click to change key combination Click to change key combination - + Click to delete key combination Click to delete key combination - - + + ADD Written on small button, used as in: add new key combination. Please keep short! ---------- @@ -4943,455 +5034,440 @@ Written on small button, used as in: add new shortcut action. Please keep short! ADD - + Click to add new key combination Click to add new key combination - + The new shortcut was in use by another shortcuts group. It has been reassigned to this group. The new shortcut was in use by another shortcuts group. It has been reassigned to this group. - + Undo reassignment Undo reassignment - + no action selected The action here is a shortcut action no action selected - + unknown: The unknown here refers to an unknown internal action that was set as shortcut unknown: - + external This is an identifier in the shortcuts settings used to identify an external shortcut. external - + quit after This is used for listing external commands for shortcuts, showing if the quit after checkbox has been checked quit after - + Click to change shortcut action Click to change shortcut action - + Click to delete shortcut action Click to delete shortcut action - + Click to add new action The action here is a shortcut action Click to add new action - + cycle through actions one by one The actions here are shortcut actions cycle through actions one by one - + timeout for resetting cycle: The cycle here is the act of cycling through shortcut actions one by one timeout for resetting cycle: - + run all actions at once The actions here are shortcut actions run all actions at once - - + + Spacing Settings title Spacing - + PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. - - + + Highlight Settings title Highlight - + The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. - + invert background color effect for highlighting active thumbnail invert background color - + invert label color effect for highlighting active thumbnail invert label color - + line below effect for highlighting active thumbnail line below - + magnify effect for highlighting active thumbnail magnify - + lift up effect for highlighting active thumbnail lift up - + hide when not needed used as in: hide thumbnail bar when not needed hide when not needed - - + + Center on active Settings title Center on active - + When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. - + keep active thumbnail in center keep active thumbnail in center - + The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. - + always keep visible used as in: always keep thumbnail bar visible always keep visible - + hide when zoomed in used as in: hide thumbnail bar when zoomed in hide when zoomed in - - + + Size Settings title Size - + The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. - - + + Scale and crop Settings title Scale and crop - + The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. - + fit thumbnail fit thumbnail - + scale and crop thumbnail scale and crop thumbnail - + keep small thumbnails small keep small thumbnails small - + On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. - + decrease opacity for inactive thumbnails decrease opacity for inactive thumbnails - - + + Icons only Settings title Icons only - + Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. - + use actual thumbnail images The word actual is used with the same meaning as: real use actual thumbnail images - + use filetype icons use filetype icons - - + + Label Settings title Label - + show filename label show filename label - - + + Tooltip Settings title Tooltip - + PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. - + show tooltips show tooltips - + PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. - + enable cache enable cache - - + + Exclude folders Settings title Exclude folders - + PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. - + When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. - + Cloud providers to exclude from caching: Cloud providers to exclude from caching: - + Do not cache these folders: Do not cache these folders: - + One folder per line One folder per line - + Add folder Written on a button Add folder - - + + How many threads Settings title How many threads - + In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. - + current value: %1 thread(s) Important: Please do not forget the placeholder! current value: %1 thread(s) - - subcategory - subcategory - - - - Settings: - Settings: - - - - main category - main category - - - + Export/Import configuration Settings title Export/Import configuration - + Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. - + export configuration export configuration - + import configuration import configuration - + Restart required Restart required - + PhotoQt will now quit as it needs to be restarted for the changes to take effect. PhotoQt will now quit as it needs to be restarted for the changes to take effect. - + Reset settings and shortcuts Settings title Reset settings and shortcuts - + Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. - + reset settings reset settings - + reset shortcuts reset shortcuts - + reset enabled file formats reset enabled file formats - + You can still cancel this action. Seconds remaining: You can still cancel this action. Seconds remaining: - + Motion/Live photos Settings title Motion/Live photos - + This feature is not supported by your build of PhotoQt. This feature is not supported by your build of PhotoQt. - + Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. - + Look for Apple Live Photos Look for Apple Live Photos - + Photo spheres Settings title Photo spheres - + PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. - + Check for photo spheres Check for photo spheres - + Look for Google Motion Photos Look for Google Motion Photos @@ -5400,190 +5476,190 @@ Written on small button, used as in: add new shortcut action. Please keep short! slideshow - + Slideshow setup Window title Slideshow setup - + Start slideshow Written on a clickable button Start slideshow - + interval The interval between images in a slideshow interval - + animation This is referring to the in/out animation of images during a slideshow animation - + opacity This is referring to the in/out animation of images during slideshows opacity - + along x-axis This is referring to the in/out animation of images during slideshows along x-axis - + along y-axis This is referring to the in/out animation of images during slideshows along y-axis - + rotation This is referring to the in/out animation of images rotation - + explosion This is referring to the in/out animation of images explosion - + implosion This is referring to the in/out animation of images implosion - + choose one at random This is referring to the in/out animation of images choose one at random - + animation speed The speed of transitioning from one image to another during slideshows animation speed - + immediately, without animation This refers to a speed of transitioning from one image to another during slideshows immediately, without animation - + pretty fast animation This refers to a speed of transitioning from one image to another during slideshows pretty fast animation - + not too fast and not too slow This refers to a speed of transitioning from one image to another during slideshows not too fast and not too slow - + very slow animation This refers to a speed of transitioning from one image to another during slideshows very slow animation - + current speed This refers to the currently set speed of transitioning from one image to another during slideshows current speed - + looping looping - + loop over all files Loop over all images during slideshows loop over all files - + shuffle during slideshows shuffle the order of all images shuffle - + shuffle all files during slideshows shuffle the order of all images shuffle all files - + subfolders also include images in subfolders during slideshows subfolders - + include images in subfolders also include images in subfolders during slideshows include images in subfolders - + status info What to do with the file details during slideshows status info - + hide status info during slideshow What to do with the file details during slideshows hide status info during slideshow - + window buttons What to do with the window buttons during slideshows window buttons - + hide window buttons during slideshow What to do with the window buttons during slideshows hide window buttons during slideshow - + music The music that is to be played during slideshows music - + enable music Enable music to be played during slideshows enable music - + no file selected no file selected - + Click to select music file Click to select music file - + Click to change music file Click to change music file @@ -5594,47 +5670,52 @@ Written on small button, used as in: add new shortcut action. Please keep short! Slideshow - + Click to go to the previous image Click to go to the previous image - + Click to pause slideshow Click to pause slideshow - + Click to play slideshow Click to play slideshow - + Click to go to the next image Click to go to the next image - + Click to exit slideshow Click to exit slideshow + + + Slideshow started. + Slideshow started. + startup - - - + + + Edit with %1 Used as in 'Edit with [application]'. %1 will be replaced with application name. Edita amb l’aplicació %1 - - - - - + + + + + Open in %1 Used as in 'Open with [application]'. %1 will be replaced with application name. Abre amb l’aplicació %1 @@ -5643,35 +5724,35 @@ Written on small button, used as in: add new shortcut action. Please keep short! statusinfo - + Click anywhere to open a file Click anywhere to open a file - + Click and drag to move window around Click and drag to move window around - - - + + + Click and drag to move status info around Click and drag to move status info around - + Click to remove filter Feu-hi clic per a eliminar el filtre - + Filter: This refers to the currently set filter Filtre: - + Connected to: Used in tooltip for the chromecast icon Connected to: @@ -5681,43 +5762,43 @@ Written on small button, used as in: add new shortcut action. Please keep short! streaming - + Streaming (Chromecast) Window title Streaming (Chromecast) - + Connect Used as in: Connect to chromecast device Connect - + Disconnect Used as in: Disconnect from chromecast device Disconnect - - + + No devices found The devices here are chromecast devices No devices found - + Status: The status refers to whether the chromecast manager is currently scanning or idle Status: - + Looking for Chromecast devices Looking for Chromecast devices - + Select which device to connect to Select which device to connect to @@ -5725,12 +5806,12 @@ Written on small button, used as in: add new shortcut action. Please keep short! thumbnails - + File size: File size: - + File type: File type: @@ -5738,42 +5819,53 @@ Written on small button, used as in: add new shortcut action. Please keep short! unavailable - + The chromecast feature is not available in this build of PhotoQt. The chromecast feature is not available in this build of PhotoQt. - + The location feature is not available in this build of PhotoQt. The location feature is not available in this build of PhotoQt. + + + + Photo spheres are not supported by this build of PhotoQt. + Photo spheres are not supported by this build of PhotoQt. + + + + This file type does not support face tags. + This file type does not support face tags. + wallpaper - + Wallpaper Window title Wallpaper - + Set as Wallpaper Set as Wallpaper - - - - - + + + + + Click to choose %1 %1 is a placeholder for the name of a desktop environment (plasma, xfce, gnome, etc.) Feu clic per a seleccionar l’entorn %1 - + Other Used as in: Other Desktop Environment diff --git a/lang/photoqt_de_DE.ts b/lang/photoqt_de_DE.ts index 1317f4eb..3ceecb50 100644 --- a/lang/photoqt_de_DE.ts +++ b/lang/photoqt_de_DE.ts @@ -4,61 +4,61 @@ MainMenu - + navigation This is a category in the main menu. Navigation - + previous as in: PREVIOUS image. Please keep short. vorheriges - + next as in: NEXT image. Please keep short. nächstes - + first as in: FIRST image. Please keep short. erstes - + last as in: LAST image. Please keep short. letztes - + Browse images Bilder durchsuchen - + Map Explorer Kartenansicht - + current image This is a category in the main menu. Aktuelles Bild - + Zoom Entry in main menu. Please keep short. Zoom - - - + + + reset Used as in RESET zoom. ---------- @@ -68,52 +68,52 @@ Used as in RESET mirroring. zurücksetzen - + Rotation Entry in main menu. Please keep short. Drehung - + Mirror Mirroring (or flipping) an image. Please keep short. Spiegeln - + Hide histogram Histogramm verstecken - + Show histogram Histogramm anzeigen - + Hide current location Aktuellen Standort ausblenden - + Show current location Aktuellen Standort anzeigen - + all images This is a category in the main menu. Alle Bilder - + Slideshow Entry in main menu. Please keep short. Diaschau - - + + Start Used as in START slideshow. Please keep short ---------- @@ -121,8 +121,8 @@ Used as in START advanced sort. Please keep short Start - - + + Setup Used as in SETUP slideshow. Please keep short ---------- @@ -130,54 +130,54 @@ Used as in SETUP advanced sort. Please keep short Einrichten - + Sort Entry in main menu. Please keep short. Sortieren - + Filter images Dateien filtern - + Streaming (Chromecast) Streaming (Chromecast) - + Open in default file manager Im Dateimanager öffnen - + general This is a category in the main menu. Allgemein - + Settings Einstellungen - + About Über - + Online help Online-Hilfe - + Quit Beenden - + custom This is a category in the main menu. Benutzerdefiniert @@ -208,189 +208,189 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsMetaData - + yes This string identifies that flash was fired, stored in image metadata ja - + no This string identifies that flash was not fired, stored in image metadata nein - + No flash function This string refers to the absense of a flash, stored in image metadata Keine Blitzfunktion - + strobe return light not detected This string refers to a flash mode, stored in image metadata Stroboskop-Lichtreflexion nicht erkannt - + strobe return light detected This string refers to a flash mode, stored in image metadata Stroboskop-Lichtreflexion erkannt - + compulsory flash mode This string refers to a flash mode, stored in image metadata obligatorischer Blitzmodus - + auto mode This string refers to a flash mode, stored in image metadata automatisch - + red-eye reduction mode This string refers to a flash mode, stored in image metadata Rote-Augen-Reduktionsmodus - + return light detected This string refers to a flash mode, stored in image metadata Lichtreflexion erkannt - + return light not detected This string refers to a flash mode, stored in image metadata Lichtreflexion nicht erkannt - + Invalid flash This string refers to a flash mode, stored in image metadata Ungültiger Blitz - + Standard This string refers to a type of scene, stored in image metadata Standard - + Landscape This string refers to a type of scene, stored in image metadata Querformat - + Portrait This string refers to a type of scene, stored in image metadata Hochformat - + Night Scene This string refers to a type of scene, stored in image metadata Nachtszene - + Invalid Scene Type This string refers to a type of scene, stored in image metadata Ungültiger Szenentyp - + Unknown This string refers to the light source stored in image metadata Unbekannt - + Daylight This string refers to the light source stored in image metadata Tageslicht - + Fluorescent This string refers to the light source stored in image metadata Fluoreszierend - + Tungsten (incandescent light) This string refers to the light source stored in image metadata Tungsten (Glühbirne) - + Flash This string refers to the light source stored in image metadata Blitz - + Fine weather This string refers to the light source stored in image metadata Heiteres Wetter - + Cloudy Weather This string refers to the light source stored in image metadata Bewölktes Wetter - + Shade This string refers to the light source stored in image metadata Schatten - + Daylight fluorescent This string refers to the light source stored in image metadata Fluoreszierendes Tageslicht - + Day white fluorescent This string refers to the light source stored in image metadata Weißes fluoreszierendes Tageslicht - + Cool white fluorescent This string refers to the light source stored in image metadata Weißes fluoreszierendes kaltes Licht - + White fluorescent This string refers to the light source stored in image metadata Weißes fluoreszierendes Licht - - - + + + Standard light This string refers to the light source stored in image metadata Standard-Licht - + Other light source This string refers to the light source stored in image metadata Andere Lichtquelle - + Invalid light source This string refers to the light source stored in image metadata Ungültige Lichtquelle @@ -399,7 +399,7 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsOther - + Print Drucken @@ -478,241 +478,241 @@ Used as in SETUP advanced sort. Please keep short Ich habe alles versucht, aber die Datenbank mit den voreingestellten Kurzbefehlen kann einfach nicht geladen werden. - + Alt Refers to a keyboard modifier Alt - + Ctrl Refers to a keyboard modifier Strg - + Shift Refers to a keyboard modifier Umschalt - + Page Up Refers to one of the keys on the keyboard Bild Hoch - + Page Down Refers to one of the keys on the keyboard Bild Runter - + Meta Refers to the key that usually has the Windows symbol on it Meta - + Keypad Refers to the key that triggers the number block on keyboards Ziffernblock - + Escape Refers to one of the keys on the keyboard Esc - + Right Refers to one of the arrow keys on the keyboard Rechts - + Left Refers to one of the arrow keys on the keyboard Links - + Up Refers to one of the arrow keys on the keyboard Hoch - + Down Refers to one of the arrow keys on the keyboard Runter - + Space Refers to one of the keys on the keyboard Leertaste - + Delete Refers to one of the keys on the keyboard Löschen - + Backspace Refers to one of the keys on the keyboard Rücktaste - + Home Refers to one of the keys on the keyboard Pos 1 - + End Refers to one of the keys on the keyboard Ende - + Insert Refers to one of the keys on the keyboard Einfg - + Tab Refers to one of the keys on the keyboard Tab - + Return Return refers to the enter key of the number block - please try to make the translations of Return and Enter (the main button) different if possible! Enter - + Enter Enter refers to the main enter key - please try to make the translations of Return (in the number block) and Enter different if possible! Eingabe - + Left Button Refers to a mouse button Linke Taste - + Right Button Refers to a mouse button Rechte Taste - + Middle Button Refers to a mouse button Mittlere Taste - + Back Button Refers to a mouse button Zurück - + Forward Button Refers to a mouse button Vorwärts - + Task Button Refers to a mouse button Task - + Button #7 Refers to a mouse button Taste #7 - + Button #8 Refers to a mouse button Taste #8 - + Button #9 Refers to a mouse button Taste #9 - + Button #10 Refers to a mouse button Taste #10 - + Double Click Refers to a mouse event Doppelklick - + Wheel Up Refers to the mouse wheel Mausrad hoch - + Wheel Down Refers to the mouse wheel Mausrad runter - + Wheel Left Refers to the mouse wheel Mausrad links - + Wheel Right Refers to the mouse wheel Mausrad rechts - + East Refers to a direction of the mouse when performing a mouse gesture Osten - + South Refers to a direction of the mouse when performing a mouse gesture Süden - + West Refers to a direction of the mouse when performing a mouse gesture Westen - + North Refers to a direction of the mouse when performing a mouse gesture Norden @@ -721,54 +721,54 @@ Used as in SETUP advanced sort. Please keep short about - + About Über - + Show configuration overview The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Zeige Konfigurationsübersicht - + License: Lizenz: - + Open license in browser Lizenz im Browser öffnen - + Website: Webseite: - + Open website in browser Webseite im Browser öffnen - + Contact: Kontakt: - + Send an email Sende eine E-Mail - + Configuration The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Konfiguration - + Copy to clipboard In die Zwischenablage kopieren @@ -816,146 +816,146 @@ Used as in SETUP advanced sort. Please keep short advancedsort - + Advanced image sort Window title Erweiterte Bildsortierung - + Sort images Bilder sortieren - + Sorting criteria: Sortier-Kriterien: - + Resolution The image resolution (width/height in pixels) Auflösung - + Dominant color The color that is most common in the image Dominante Farbe - + Average color the average color of the image Durchschnittsfarbe - + Luminosity the average color of the image Helligkeit - + Exif date Exif Datum - + Sort by image resolution Nach Bildauflösung sortieren - - - - - + + + + + in ascending order as is: sort in ascending order in aufsteigender Reihenfolge - - - - - + + + + + in descending order as is: sort in descending order in absteigender Reihenfolge - + Sort by dominant color Nach dominanter Farbe sortieren - - - + + + low quality (fast) quality and speed of advanced sorting of images geringe Qualität (schnell) - - - + + + medium quality quality and speed of advanced sorting of images mittlere Qualität - - - + + + high quality (slow) quality and speed of advanced sorting of images hohe Qualität (langsam) - + Sort by average color Nach Durchschnittsfarbe sortieren - + Sort by luminosity Nach Helligkeit sortieren - + Sort by date Nach Datum sortieren - + Order of priority: Prioritätsordnung: - + Exif tag: Original date/time Exif-Tag: Originales Datum/Zeit - + Exif tag: Digitized date/time Exif-Tag: Digitalisiertes Datum/Zeit - + File creation date Erstellungsdatum der Datei - + File modification date Änderungsdatum der Datei - + If a value cannot be found, PhotoQt will proceed to the next item in the list. Falls ein Wert nicht gefunden werden konnte, wird PhotoQt zum nächsten Eintrag in der Liste übergehen. @@ -1118,112 +1118,122 @@ Used as in SETUP advanced sort. Please keep short contextmenu - + Rename file Datei umbenennen - + Copy file Datei kopieren - + Move file Datei verschieben - + Delete file Datei löschen - + Copy to clipboard In die Zwischenablage kopieren - + Export to different format In ein anderes Format exportieren - + Scale image Bild skalieren - + Tag faces Gesichter markieren - + Set as wallpaper Als Hintergrundbild setzen - + Show histogram Histogramm anzeigen - + Show on map Auf Karte anzeigen + + + Hide QR/barcodes + Verstecke Bar-/QR-Codes + + + + Detect QR/barcodes + Suche nach Bar-/QR-Codes + export - + Export image title of action element Bild exportieren - - + + Export written on button Exportieren - + Something went wrong during export to the selected format... Beim Export in das ausgewählte Format ist etwas schiefgelaufen... - + Favorites: These are the favorite image formats for exporting images to Favoriten: - + no favorites set the favorites are image formats for exporting images to Keine Favoriten gesetzt - - + + Click to select this image format Klicken, um dieses Bildformat auszuwählen - - + + Click to remove this image format from your favorites Klicken, um dieses Bildformat aus deinen Favoriten zu entfernen - + Click to add this image format to your favorites Klicken, um dieses Bildformat zu deinen Favoriten hinzuzufügen - + Selected target format: The target format is the format the image is about to be exported to Ausgewähltes Zielformat: @@ -1232,17 +1242,23 @@ Used as in SETUP advanced sort. Please keep short facetagging - + Click to exit face tagging mode Klicken, um den Modus zum Markieren von Gesichtern zu verlassen - + Who is this? Wer ist das? - + + Face tagging mode activated. Click-and-drag to tag faces. + Modus zum Markieren von Gesichtern aktiviert. + + + + Click to exit photo sphere Hier klicken, um die Fotosphäre zu verlassen @@ -1250,48 +1266,48 @@ Used as in SETUP advanced sort. Please keep short filedialog - + Show files as icons Dateien als Symbole anzeigen - + Show files as list Dateien als Liste anzeigen - + no subfolders found keine Unterordner gefunden - - + + %1 image %1 Bild - - + + %1 images %1 Bilder - + # images # Bilder - - + + Date: Datum: - - + + Time: Zeit: @@ -1302,336 +1318,336 @@ Used as in SETUP advanced sort. Please keep short - + File size: Dateigröße: - + File type: Dateityp: - + no supported files/folders found keine unterstützten Dateien/Ordner gefunden - + Load this folder Diesen Ordner laden - + Load this file Diese Datei laden - + Add to Favorites Zu den Favoriten hinzufügen - + Remove file selection Auswahl aufheben - + Select file Datei auswählen - + Remove all file selection Auswahl aufheben - + Select all files Alle Dateien auswählen - + Delete selection Markierte löschen - + Delete file Datei löschen - + Delete folder Ordner löschen - + Delete file/folder Datei/Ordner löschen - + Cut selection Auswahl ausschneiden - + Cut file Datei ausschneiden - + Cut folder Ordner ausschneiden - + Cut file/folder Datei/Ordner ausschneiden - + Copy selection Markierte kopieren - + Copy file Datei kopieren - + Copy folder Ordner kopieren - + Copy file/folder Datei/Ordner kopieren - + Paste files from clipboard Dateien aus Zwischenablage einfügen - + Show hidden files Versteckte Dateien anzeigen - + Show tooltip with image details Tooltip mit Bilddetails anzeigen - + bookmarks and devices disabled Lesezeichen und Geräte deaktiviert - + Show entry Eintrag anzeigen - + Hide entry Eintrag verstecken - + Remove entry Eintrag entfernen - + Hide hidden entries Versteckte Einträge verbergen - + Show hidden entries Versteckte Einträge anzeigen - + Hide bookmarked places Lesezeichen ausblenden - + Show bookmarked places Lesezeichen anzeigen - + Hide storage devices Speichergeräte ausblenden - + Show storage devices Speichergeräte anzeigen - + Storage Devices Speichergeräte - - + + Bookmarks file manager settings popdown: menu title Lesezeichen - + Zoom: Zoom: - + Adjust size of files and folders Größe von Dateien und Ordner anpassen - + Cancel and close Abbrechen und Schließen - + Sort by: Sortieren nach: - + Name Name - + Natural Name Natürlicher Name - + Time modified Bearbeitungszeit - + File size Dateigröße - + File type Dateityp - + reverse order Reihenfolge umkehren - + All supported images Alle unterstützten Bilder - + Video files Videodateien - + All files Alle Dateien - + View file manager settings popdown: menu title Ansicht - + layout file manager settings popdown: submenu title Layout - + list view Listenansicht - + icon view Symbolansicht - + padding file manager settings popdown: submenu title Abstand - + drag and drop file manager settings popdown: submenu title Klicken und ziehen - + enable for list view file manager settings popdown: the thing to enable here is drag-and-drop für Listenansicht aktivieren - + enable for grid view file manager settings popdown: the thing to enable here is drag-and-drop für Symbolansicht aktivieren - + enable for bookmarks file manager settings popdown: the thing to enable here is drag-and-drop für Lesezeichen aktivieren - + select with single click file manager settings popdown: how to select files mit einem Klick auswählen - + hidden files Versteckte Dateien - + tooltips Tooltips - + Thumbnails file manager settings popdown: menu title Miniaturbilder - - - + + + show file manager settings popdown: show thumbnails ---------- @@ -1641,9 +1657,9 @@ file manager settings popdown: show image previews Anzeigen - - - + + + scale and crop file manager settings popdown: scale and crop the thumbnails ---------- @@ -1653,90 +1669,90 @@ file manager settings popdown: scale and crop image previews skalieren und zuschneiden - + folder thumbnails Miniaturbilder für Ordner - + autoload file manager settings popdown: automatically load the folder thumbnails Automatisch laden - + loop file manager settings popdown: loop through the folder thumbnails Endlosschleife - + timeout file manager settings popdown: timeout between switching folder thumbnails Timeout - + 1 second 1 Sekunde - + half a second halbe Sekunde - + show bookmarks Lesezeichen anzeigen - + show devices file manager settings popdown: the devices here are the storage devices Geräte anzeigen - + Preview file manager settings popdown: menu title Vorschau - + higher resolution file manager settings popdown: use higher resolution for image previews höhere Auflösung - + blur file manager settings popdown: blur image previews verwischen - + color intensity file manager settings popdown: color intensity of image previews Farbintensität - + %1 files already exist in the target directory. %1 Dateien sind bereits im Zielverzeichnis vorhanden. - + Check the files below that you want to paste anyways. Files left unchecked will not be pasted. Markiere die untenstehenden Dateien, die trotzdem eingefügt werden sollen. Nicht markierte Dateien werden nicht eingefügt. - + Select all Alles auswählen - + Select none Nichts auswählen @@ -1745,58 +1761,58 @@ file manager settings popdown: scale and crop image previews filemanagement - + Delete file? Window title Datei löschen? - - + + Rename file Window title Datei umbenennen - - + + Move to trash In den Papierkorb verschieben - - + + Delete permanently Dauerhaft löschen - + Are you sure you want to delete this file? Soll diese Datei wirklich gelöscht werden? - + An error occured, file could not be deleted! Ein Fehler ist aufgetreten, die Datei konnte nicht gelöscht werden! - + old filename: alter Dateiname: - + new filename: neuer Dateiname: - + An error occured, file could not be renamed Ein Fehler ist aufgetreten, die Datei konnte nicht umbenannt werden - + A file with this filename already exists Eine Datei mit diesem Namen existiert bereits @@ -1827,22 +1843,22 @@ file manager settings popdown: scale and crop image previews Datei konnte nicht verschoben werden - + File successfully deleted Datei erfolgreich gelöscht - + Could not delete file Datei konnte nicht gelöscht werden - + File successfully moved to trash Datei erfolgreich in den Papierkorb verschoben - + Could not move file to trash Datei konnte nicht in den Papierkorb verschoben werden @@ -1851,46 +1867,46 @@ file manager settings popdown: scale and crop image previews filter - + Filter images in current directory Window title Bilder im aktuellen Verzeichnis filtern - + Filter Written on a clickable button - please keep short Filter - + Remove filter Written on a clickable button - please keep short Filter entfernen - + To filter by file extension, start the term with a dot. Setting the width or height of the resolution to 0 ignores that dimension. Um nach Dateierweiterung zu filtern, starte den Begriff mit einem Punkt. Wenn die Breite oder Höhe der Auflösung auf 0 gesetzt ist, dann wird diese Dimension ignoriert. - + File name/extension: Dateiname/-erweiterung: - + Enter terms Begriffe eingeben - + Image Resolution Bildauflösung - - + + greater than used as tooltip in the sense of 'image resolution GREATER THAN 123x123' ---------- @@ -1898,8 +1914,8 @@ used as tooltip in the sense of 'file size GREATER THAN 123 KB/MB'größer als - - + + less than used as tooltip in the sense of 'image resolution LESS THAN 123x123' ---------- @@ -1907,12 +1923,12 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'kleiner als - + File size Dateigröße - + Please note that filtering by image resolution can take a little while, depending on the number of images in the folder. Bitte beachte, dass das Filtern nach Bildauflösung eine Weile dauern kann, abhängig von der Anzahl der Bilder im Ordner. @@ -1921,28 +1937,28 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'histogram - + Histogram Window title Histogramm - + Click-and-drag to move. Zum Verschieben klicken und ziehen. - + Right click to switch version. Rechtsklick, um Version zu wechseln. - + Loading... Lade... - + Error loading histogram Fehler beim Laden des Histogramms @@ -1950,26 +1966,41 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' image - + Click here to enter photo sphere Hier klicken, um die Fotosphäre zu betreten - + Click here to enter viewer mode Hier klicken, um den Betrachtermodus zu aktivieren - + Hide central button for entering viewer mode Mittigen Knopf für den Betrachtermodus ausblenden + + + No bar/QR codes found. + Keine Bar/QR-Codes gefunden. + + + + 1 bar/QR code found. + 1 Bar/QR-Code gefunden. + + + + %1 bar/QR codes found. + %1 Bar/QR-Codes gefunden. + imageprovider - + File failed to load, it does not exist! Laden der Datei fehlgeschlagen, sie existiert nicht! @@ -1978,85 +2009,85 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'imgur - - + + Upload to imgur.com Window title Hochladen auf imgur.com - + Show past uploads Vorherige Uploads anzeigen - + This seems to take a long time... Dies scheint eine lange Zeit zu dauern... - + There might be a problem with your internet connection or the imgur.com servers. Es könnte ein Problem mit deiner Internetverbindung oder den Servern von imgur.com geben. - + An Error occurred while uploading image! Beim Hochladen des Bildes ist ein Fehler aufgetreten! - + Error code: Fehlercode: - + You do not seem to be connected to the internet... Du scheinst nicht mit dem Internet verbunden zu sein... - + Unable to upload! Hochladen nicht möglich! - + Access Image Bild aufrufen - - - - + + + + Click to open in browser Zum Öffnen im Browser klicken - + Delete Image Bild löschen - + No past uploads found The uploads are uploads to imgur.com Keine vorherigen Uploads gefunden - + Access: Used as in: access this image Zugriff: - + Delete: Used as in: delete this image Löschen: - + Clear all Written on button, please keep short. Used as in: clear all entries Alles löschen @@ -2087,18 +2118,18 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'mapcurrent - + Current location Window title Aktueller Standort - + Click-and-drag to move. Zum Verschieben klicken und ziehen. - + No location data Keine Standortdaten @@ -2141,111 +2172,121 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' metadata - + No file loaded Keine Datei geladen - + Metadata The title of the floating element Metadaten - + File name Dateiname - + Dimensions Bildgröße - + Image Bild - + File size Dateigröße - + File type Dateityp - + Make Hersteller - + Model Modell - + Software Software - + Time Photo was Taken Aufnahmezeit - + Exposure Time Belichtungszeit - + Flash Blitz - + Scene Type Szenenart - + Focal Length Brennweite - + F Number Blende - + Light Source Lichtquelle - + Keywords Schlüsselwörter - + Location Ort - + Copyright Urheberrecht - + GPS Position GPS-Position + + + Click to copy value to clipboard, Ctrl+Click to open location in online map service + Klicken um Wert in die Zwischenablage zu kopieren, Strg+Klicken zum Öffnen des Standorts im Online-Kartendienst + + + + Copy value to clipboard + Wert in die Zwischenablage kopieren + navigate @@ -2275,13 +2316,13 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' other - + Click anywhere to open a file Part of the message shown in the main view before any image is loaded Zum Öffnen einer Datei irgendwo klicken - + Move your cursor to the indicated window edges for various actions Part of the message shown in the main view before any image is loaded Bewege den Mauszeiger an die gezeigten Fensterkanten für verschiedene Aktionen @@ -2290,25 +2331,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' popinpopout - - - - - - - + + + + + + + Merge into main interface Tooltip of small button to merge a popped out element (i.e., one in its own window) into the main interface In das Hauptfenster integrieren - - - - - - - + + + + + + + Move to its own window Tooltip of small button to show an element in its own window (i.e., not merged into main interface) In eigenem Fenster anzeigen @@ -2366,52 +2407,52 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'scale - + Scale image Window title Bild skalieren - - + + Scale Skalieren - + An error occured, file could not be scaled Ein Fehler ist aufgetreten, die Datei konnte nicht skaliert werden - + Scaling of this file format is not yet supported Skalierung dieses Dateiformats wird noch nicht unterstützt - + Width: The number of horizontal pixels of the image Breite: - + Height: The number of vertical pixels of the image Höhe: - + New size: Neue Größe: - + pixels This is used as in: 100x100 pixels Pixel - + Quality: Qualität: @@ -2420,25 +2461,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'settingsmanager - + Settings Manager Window title Einstellungen - + Apply changes Änderungen übernehmen - + Revert changes Änderungen verwerfen - + - + Interface A settings category ---------- @@ -2446,9 +2487,9 @@ This is a shortcut category Benutzeroberfläche - - - + + + Language A settings subcategory and the qml filename ---------- @@ -2456,9 +2497,9 @@ A settings title Sprache - - - + + + Background A settings subcategory ---------- @@ -2466,9 +2507,9 @@ Settings title Hintergrund - - - + + + Popout A settings subcategory ---------- @@ -2476,9 +2517,9 @@ Settings title Popout - - - + + + Context menu A settings subcategory ---------- @@ -2486,92 +2527,92 @@ Settings title Kontextmenü - + Window A settings subcategory Fenster - - + + Image A settings subcategory Bild - + Interaction A settings subcategory Interaktion - + Folder A settings subcategory Ordner - + Share online A settings subcategory Online teilen - + All thumbnails A settings subcategory Alle Miniaturbilder - - + + Manage A settings subcategory Verwalten - + Face tags A settings subcategory Gesichter - + Instance A settings subcategory Instanz - + Tray icon A settings subcategory Symbol im Infobereich der Systemleiste - + Image view A settings category Bildansicht - - + + Look Settings title Aussehen - - - + + + Behavior A settings subcategory Verhalten - - - + + + Edges A settings subcategory ---------- @@ -2579,8 +2620,8 @@ Settings title Kanten - - + + Thumbnails A settings category ---------- @@ -2588,9 +2629,9 @@ Used as descriptor for a screen edge action Miniaturbilder - - - + + + Metadata A settings category ---------- @@ -2600,9 +2641,9 @@ Used as identifying name for one of the elements in the interface Metadaten - - - + + + Labels A settings subcategory ---------- @@ -2610,21 +2651,21 @@ Settings title Labels - + Session A settings category Sitzung - + Remember A settings subcategory Merken - - - + + + File types A settings category ---------- @@ -2632,20 +2673,20 @@ A settings subcategory Dateitypen - + Advanced Erweitert - + Keyboard & Mouse A settings category Tastatur & Maus - - - + + + Shortcuts A settings subcategory ---------- @@ -2653,93 +2694,93 @@ Settings title Kurzbefehle - + Reset Zurücksetzen - + Reset settings Einstellungen zurücksetzen - + Reset shortcuts Kurzbefehle zurücksetzen - + Export/Import Export/Import - + Export settings Einstellungen exportieren - + Import settings Einstellungen importieren - + Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close Strg+S = Änderungen anwenden, Strg+R = Änderungen zurücksetzen, Esc = Schließen - + Unsaved changes Ungespeicherte Änderungen - + The settings on this page have changed. Do you want to apply or discard them? Die Einstellungen auf dieser Seite haben sich geändert. Sollen sie angewendet oder verworfen werden? - + Apply written on button, used as in: apply changes Anwenden - + Discard written on button, used as in: discard changes Verwerfen - - + + PDF Settings title PDF - + PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. PhotoQt kann PDF- und Postscript-Dokumente zusammen mit den Bildern anzeigen. Mehrseitige Dokument können sogar betreten werden und deren Seiten betrachtet werden als wären es Bilder in einem Ordner. Die hier angegebene Qualitätseinstellung (in DPI) beeinflusst die Auflösung und die Geschwindigkeit beim Laden solcher Seiten. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + current value: The current value of the slider specifying the PDF quality ---------- @@ -2749,303 +2790,324 @@ The current value of the slider specifying the size of the window buttonsaktueller Wert: - - + + Archive Settings title Archiv - + PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. PhotoQt erlaubt das Durchsuchen aller Bilder, die in einer Archivdatei (ZIP, RAR, etc.) enthalten sind, als ob sie alle in einem Ordner lägen. Standardmäßig verwendet PhotoQt Libarchive für diesen Zweck, aber insbesondere für RAR-Archive kann PhotoQt das externe Werkzeug unrar aufrufen, um das Archiv und dessen Inhalt zu laden und anzuzeigen. Bitte beachte, dass unrar installiert ist und sich im Pfad befindet. - + use external tool: unrar externes Werkzeug verwenden: unrar - - + + Video Settings title Video - + PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. PhotoQt kann Videos zusammen mit Bildern anzeigen, solange die entsprechenden Videoformate aktiviert sind. Es gibt ein paar Einstellungen zur Verwaltung des Verhaltens von Videos in PhotoQt: Ob sie beim Laden automatisch abgespielt werden sollen, ob sie in einer Schleife durchspielt werden sollen, ob libmpv (falls verfügbar) oder Qt für die Video-Wiedergabe bevorzugt werden soll, und welcher Generator für Miniaturbilder von Videos verwendet werden soll. - + Autoplay Autoplay - + Loop Schleife - + prefer Qt Multimedia Qt Multimedia bevorzugen - + prefer Libmpv libmpv bevorzugen - + Video thumbnail generator: Generator für Miniaturbilder von Videos: - + + Always use left/right arrow keys to jump back/ahead in videos + Die linke/rechte Pfeiltasten benutzen, um in Videos nach vorne/hinten zu springen + + + RAW images Settings title RAW-Bilder - + Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. Einige RAW-Bilder enthalten Miniaturbilder. Falls vorhanden, dann kann PhotoQt diese zur Generierung der Miniaturbilder verwenden. Einige eingebettete Miniaturbilder sind zudem genauso groß wie das eigentliche RAW-Bild. In diesem Fall kann PhotoQt einfach diese eingebetteten Bilder anstelle des vollständigen RAW-Bildes laden. Dadurch können die Ladezeiten erheblich verkürzt werden. - + use embedded image if available eingebettetes Bild verwenden, falls verfügbar - - + + Viewer mode Settings title Betrachtermodus - + When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. Wenn ein Dokument oder Archiv in PhotoQt geladen wird, ist es möglich, eine solche Datei zu betreten. Das bedeutet, dass PhotoQt so handelt, als ob sich der Inhalt der Datei in einem Ordner befindet und lädt den Inhalt als Miniaturbilder. Die übliche Interaktion und Navigation zum Durchsuchen sind dann möglich. Dieser Betrachtermodus kann entweder über eine kleine Schaltfläche aktiviert werden, die unter der Statusinformation angezeigt wird. Es ist auch möglich einen großen Zentralknopf anzuzeigen, um diesen Modus zu aktivieren. - + show big button to enter viewer mode große Taste zum Betreten des Betrachtermodus anzeigen - + images This is a category of files PhotoQt can recognize: any image format Bilder - + compressed files This is a category of files PhotoQt can recognize: compressed files like zip, tar, cbr, 7z, etc. Komprimierte Dateien - + documents This is a category of files PhotoQt can recognize: documents like pdf, txt, etc. Dokumente - + videos This is a type of category of files PhotoQt can recognize: videos like mp4, avi, etc. Videos - + Enable As in: "Enable all formats in the seleted category of file types" Aktivieren - + Disable As in: "Disable all formats in the seleted category of file types" Deaktivieren - + Enable everything As in "Enable every single file format PhotoQt can open in any category" Alles aktivieren - + Currently there are %1 file formats enabled The %1 will be replaced with the number of file formats, please don't forget to add it. Momentan sind %1 Dateiformate aktiviert - + Search by description or file ending Suche nach Beschreibung oder Dateiendung - + Search by image library or category Suche nach Bildbibliothek oder Kategorie - + File endings: Dateiendungen: - - + + Looping Settings title Schleife - + Loop around When reaching the end of the images in the folder whether to loop back around to the beginning or not Schleife - - + + Sort images Settings title Bilder sortieren - + Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. Bilder in einem Ordner können je nach Vorliebe unterschiedlich sortiert werden. Diese Kriterien hier können sehr effizient angewendet werden. Nach dem Laden eines Ordners ist es möglich, jenen über die Menüoption zur erweiterten Sortierung nach weiteren Kriterien zu sortieren. - + Sort by: Sortieren nach: - + natural name A criteria for sorting images natürlicher Name - + name A criteria for sorting images Name - + time A criteria for sorting images Zeit - + size A criteria for sorting images Größe - + type A criteria for sorting images Typ - + ascending order Sort images in ascending order aufsteigend - + descending order Sort images in descending order absteigend - - + + Zoom Settings title Zoom - + PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). PhotoQt erlaubt für viel Flexibilität beim Betrachten von Bildern in der perfekten Größe. Zusätzlich ermöglicht es die Kontrolle der Geschwindigkeit des Zooms, und ob es eine minimale/maximale Zoomstufe geben soll. Beachte, dass die maximale Zoomstufe die absolute Zoomstufe ist, die minimale Zoomstufe jedoch relativ zur Standard-Zoomstufe (die Zoomstufe beim ersten Laden des Bildes) berechnet wird. - + zoom speed: Zoomgeschwindigkeit: - + minimum zoom: minimaler Zoom: - + maximum zoom: maximaler Zoom: - - + + Mirror/Flip + Settings title + Spiegeln + + + + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + Bilder können in PhotoQt auf verschiedene Arten manipuliert werden, einschließlich Zoom und Drehung. Eine weitere Eigenschaft, die bearbeitet werden kann, ist das Spiegeln von Bildern, sowohl vertikal als auch horizontal. Standardmäßig animiert PhotoQt diesen Vorgang, aber dieses Verhalten kann hier deaktiviert werden. + + + + Animate mirror/flip + Spiegeln animieren + + + + Animation Settings title Animation - + When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. Beim Laden eines Bildes lädt PhotoQt alle Bilder im Ordner als Vorschaubilder zur einfacheren Navigation. Wenn PhotoQt das Ende der Liste erreicht, kann entweder dort angehalten werden oder am anderen Ende der Liste weiter gemacht werden. - + When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. Beim Wechseln zwischen den Bildern kann PhotoQt eine Animation hinzufügen, um einen solchen Übergang weicher zu gestalten. Es kann von einer ganzen Reihe von Übergängen ausgewählt werden, und es ist auch möglich PhotoQt zufällig eine wählen zu lassen. Zusätzlich kann die Geschwindigkeit der gewählten Animation von sehr langsam bis sehr schnell gewählt werden. - + animate switching between images Wechsel zwischen Bildern animieren - + Animation: Animation: - + opacity This is referring to an in/out animation of images Deckkraft - + along x-axis This is referring to an in/out animation of images entlang der x-Achse - + along y-axis This is referring to an in/out animation of images entlang der y-Achse - - - + + + rotation This is referring to an in/out animation of images ---------- @@ -3053,329 +3115,329 @@ Please keep short! This is the rotation of the current image Drehung - + explosion This is referring to an in/out animation of images Explosion - + implosion This is referring to an in/out animation of images Implosion - + choose one at random This is referring to an in/out animation of images zufällig auswählen - + very slow used here for the animation speed sehr langsam - + very fast used here for the animation speed sehr schnell - - + + Floating navigation Settings title Schwebende Navigation - + Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. Der Wechsel zwischen den Bildern kann auf verschiedene Art und Weise erfolgen. Dies ist über die Tastenkombinationen, über das Hauptmenü oder über schwebende Navigationstasten möglich. Diese schwebenden Tasten wurden speziell für bessere Handhabung mit Touchscreens hinzugefügt. da es eine einfachere Navigation ermöglicht, ohne dass man weder die Tastatur noch die Maus benutzen muss. Zusätzlich zu den Schaltflächen für die Navigation enthält es auch eine Schaltfläche zum Verstecken und Anzeigen des Hauptmenüs. - + show floating navigation buttons schwebende Knöpfe zur Navigation anzeigen - - - - + + + + Cache Settings title Zwischenspeicher - + Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. Wann immer ein Bild vollständig geladen wird, speichert PhotoQt solche Bilder in einem Zwischenspeicher, um diese Bilder das nächste Mal schneller anzuzeigen. Dies geschieht bis zu einer bestimmten Speichergrenze, nach der die ersten Bilder im Zwischenspeicher wieder entfernt werden. Je nach verfügbarem Arbeitsspeicher auf dem System kann ein höherer Wert zu einem verbesserten Benutzererlebnis führen. - - + + Interpolation Settings title Interpolation - + none used as in: no margin around image 0 - + large images: große Bilder: - - + + fit to view in Ansicht anpassen - + load at full scale in voller Größe laden - + small images: kleine Bilder: - + load as-is unverändert laden - + show checkerboard pattern Schachbrettmuster zeigen - + PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. PhotoQt verwendet Interpolationsalgorithmen, um glatte Linien zu zeigen und mögliche Artefakte zu vermeiden. Für kleine Bilder kann dies jedoch zu ungewollter Unschärfe führen, wenn keine Interpolation erforderlich ist. Daher kann PhotoQt für kleine Bilder unter dem angegebenen Schwellenwert die Verwendung von Interpolationsalgorithmen überspringen. Beachte, dass sowohl die Breite als auch die Höhe eines Bildes kleiner sein müssen als der Schwellenwert um keine Interpolation durchzuführen. - + disable interpolation for small images deaktiviere Interpolation für kleine Bilder - - + + Margin Settings title Rand - + PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. PhotoQt zeigt das Hauptbild im gesamten Fenster an, von Fensterkante bis Fensterkante. Aus ästhetischen Gründen kann ein kleiner Rand von einigen Pixeln um das Bild herum hinzugefügt werden. Beachte, dass, sobald ein Bild gezoomt wird der Rahmen nicht mehr respektiert wird, er wird nur für die Standard-Zoomstufe eines Bildes angewendet. - - + + Image size Settings title Bildgröße - + PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. PhotoQt stellt sicher, dass ein Bild beim Laden vollständig sichtbar ist. Um dies zu erreichen, werden große Bilder verkleinert, damit diese in die Ansicht zu passen, aber kleinere Bilder bleiben unverändert. Alternativ können große Bilder in voller Größe geladen werden, und kleine Bilder können vergrößert werden um die gesamte Ansicht zu füllen. Letzteres kann dazu führen, dass kleine Bilder etwas unscharf erscheinen. - - + + Transparency marker Settings title Transparenzmarker - + When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. Wenn ein Bild transparente Bereiche enthält, kann dieser Bereich transparent gelassen und der Hintergrund von PhotoQt in diesem Bereich angezeigt werden. Alternativ ist es auch möglich, hinter dem Bild ein Schachbrettmuster anzuzeigen, damit die transparenten Bereiche eines Bildes deutlicher werden. - + It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. Es ist möglich, ein Bild von PhotoQt direkt auf imgur.com zu teilen, entweder anonym oder zu einem Benutzerkonto dort. Für das anonyme Hochladen ist keine weitere Aktion erforderlich, ansonsten muss PhotoQt zuerst mit einem Konto auf imgur.com verbunden werden. Nach einem erfolgreichen Upload erhalten Sie die URL für den Zugriff auf das Bild, und die URL für das Löschen des Bildes. - + Note that any change here is saved immediately! Jede Änderung hier wird automatisch gespeichert! - + Authenticated with user account: Mit Benutzerkonto authentifiziert: - + Authenticate Written on button, used as in: Authenticate with user account Authentifizieren - + Forget account Written on button, used as in: Forget user account Konto vergessen - + Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. Zum Browser wechseln und bei imgur.com-Konto anmelden. Die daraufhin angezeigte PIN muss in das untenstehende Feld kopiert werden. Durch erneutes Klicken auf den obigen Knopf kann die Webseite erneut geöffnet werden. - + An error occured: Ein Fehler ist aufgetreten: - + The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. Der Hintergrund ist der Bereich hinter dem Bild, welches gerade angezeigt wird. Standardmäßig ist der Hintergrund von PhotoQt teilweise transparent mit einer halb-transparenten Farbdeckung. Auf einigen Plattformen kann PhotoQt einen transparenten Hintergrund mittels Bildschirmfotos vortäuschen, die beim Start erstellt werden. Eine weitere Option ist, ein eigenes Hintergrundbild (ebenfalls mit halb-transparenter Farbdeckung) im Hintergrund anzuzeigen. - + real transparency How the background of PhotoQt should be echte Transparenz - + fake transparency How the background of PhotoQt should be falsche Transparenz - + solid background color How the background of PhotoQt should be einfarbiger Hintergrund - + custom background image How the background of PhotoQt should be benutzerdefiniertes Hintergrundbild - + background image Hintergrundbild - + Click to select an image Tooltip for a mouse area, a click on which opens a file dialog for selecting an image Klicken, um ein Bild auszuwählen - + scale to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled Skaliert - + scale and crop to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled Skaliert und beschnitten - + stretch to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled An Fenster anpassen - + center image If an image is set as background of PhotoQt this is one way it can be shown/scaled Zentriert - + tile image If an image is set as background of PhotoQt this is one way it can be shown/scaled Gekachelt - - + + Click on empty background Auf leeren Hintergrund klicken - + The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured Der leere Hintergrundbereich ist der Teil des Hintergrunds, der von keinem Bild abgedeckt ist. Ein Klick auf diesen Bereich kann bestimmte Aktionen auslösen. Einige hängen davon ab, wo genau der Klick aufgetreten ist - + no action what to do when the empty background is clicked keine Aktion - + close window what to do when the empty background is clicked Fenster schließen - + navigate between images what to do when the empty background is clicked zwischen Bildern navigieren - + toggle window decoration what to do when the empty background is clicked Fensterdekoration umschalten - - + + Blurring elements behind other elements A settings title Elemente hinter anderen Elementen verwischen - + Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. Wenn ein Element (z. B. Histogramm, Hauptmenü) geöffnet ist, kann alles dahinter etwas verschwommen werden. Dies reduziert den Kontrast im Hintergrund, was die Lesbarkeit verbessern kann. Beachte, dass dies etwas mehr von der CPU verlangt. Es ist nicht möglich, die Sachen hinter PhotoQt zu verwischen, die nicht selbst Teil von PhotoQt sind. - + Blur elements in the back Elemente im Hintergrund verwischen - + The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. Das Kontextmenü enthält Aktionen, die im Zusammenhang mit dem aktuell angezeigten Bild ausgeführt werden können. Standardmäßig wird es angezeigt, wenn mit der rechten Maustaste auf den Hintergrund geklickt wird. Es ist jedoch möglich, dies in den Einstellungen für Kurzbefehle zu ändern. Zusätzlich zu den vordefinierten Bildfunktionen ist es auch möglich, dem Menü eigene Einträge hinzuzufügen. - + No custom entries exists yet The custom entries here are the custom entries in the context menu Noch keine benutzerdefinierten Einträge vorhanden - - + + Select written on button for selecting a file from the file dialog @@ -3384,24 +3446,24 @@ written on button in file picker to select an existing executable fileAuswählen - + entry name The entry here refers to the text that is shown in the context menu for a custom entry Name des Eintrages - + executable ausführbare Datei - + Select executable Ausführbare Datei auswählen - + additional flags The flags here are additional parameters that can be passed on to an executable @@ -3410,56 +3472,56 @@ the flags here are parameters specified on the command line zusätzliche Flags - + quit Quit PhotoQt after executing custom context menu entry. Please keep as short as possible!! beenden - + Delete entry The entry here is a custom entry in the context menu Eintrag löschen - + Add new entry The entry here is a custom entry in the context menu Neuen Eintrag hinzufügen - + Add system applications The system applications here refers to any image related applications that can be found automatically on your system Systemanwendungen hinzufügen - - + + Duplicate entries in main menu The entries here are the custom entries in the context menu Einträge auch im Hauptmenü anzeigen - + The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. Die benutzerdefinierten Einträge im Kontextmenü können im Hauptmenü dupliziert werden. Wenn aktiviert, sind die obigen Einträge an beiden Stellen zugänglich. - + Duplicate in main menu Refers to duplicating the custom context menu entries in the main menu Auch im Hauptmenü anzeigen - + No action Used as descriptor for a screen edge action Keine Aktion - - + + Main menu Used as descriptor for a screen edge action ---------- @@ -3467,212 +3529,217 @@ Used as identifying name for one of the elements in the interface Hauptmenü - + Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. Das Verschieben des Mauszeigers an die Kanten des Anwendungsfensters kann die Sichtbarkeit einiger Dinge wie des Hauptmenüs, der Miniaturbilder, oder der Metadaten umschalten. Hier kann ausgewählt werden, was durch welche Fensterkante ausgelöst wird. Beachte, dass das Hauptmenü an der rechten Fensterkante fixiert ist und nicht bewegt oder deaktiviert werden kann. - + The right edge action cannot be changed The action here is a screen edge action Die Aktion für den rechten Rand kann nicht geändert werden - - - + + + Click to change action The action here is a screen edge action Zum Ändern der Aktion klicken - - + + Sensitivity Settings title Sensitivität - + The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. Die oben definierten Kantenaktionen werden ausgelöst, wenn sich der Mauszeiger in der Nähe einer Bildschirmkante befindet. Die Empfindlichkeit legt fest, wie nahe der Mauszeiger der Kante sein muss, damit diese ausgelöst werden. Ein zu sensibler Wert kann dazu führen, dass die Kantenaktionen unabsichtlich ausgelöst werden. - + PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. PhotoQt wurde in verschiedene Sprachen übersetzt. Noch nicht alle Sprachen haben eine vollständige Übersetzung, und neue Übersetzer werden immer gesucht. Falls Du dabei helfen kannst, dann wäre ich sehr dankbar. - + Thank you to all who volunteered their time to help translate PhotoQt into other languages! Vielen Dank an alle, die einen Teil ihrer freien Zeit aufgegeben haben, um bei der Übersetzung von PhotoQt zu helfen! - + If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: Wenn du bei den Übersetzungen helfen möchtest, entweder durch Übersetzen oder durch Überprüfung bestehender Übersetzungen, dann besuche am besten die Übersetzungsseite auf Crowdin: - + Open in browser Im Browser öffnen - + Copy to clipboard In die Zwischenablage kopieren - + File dialog Used as identifying name for one of the elements in the interface Dateidialog - + Map explorer Used as identifying name for one of the elements in the interface Kartenansicht - + Settings manager Used as identifying name for one of the elements in the interface Einstellungen - + Histogram Used as identifying name for one of the elements in the interface Histogramm - + Map (current image) Used as identifying name for one of the elements in the interface Karte (aktuelles Bild) - + Scale Used as identifying name for one of the elements in the interface Skalieren - + Slideshow setup Used as identifying name for one of the elements in the interface Einstellungen für die Diaschau - + Slideshow controls Used as identifying name for one of the elements in the interface Diaschau - Steuerelemente - + Rename file Used as identifying name for one of the elements in the interface Datei umbenennen - + Delete file Used as identifying name for one of the elements in the interface Datei löschen - + Export file Used as identifying name for one of the elements in the interface Datei exportieren - + About Used as identifying name for one of the elements in the interface Über - + Imgur Used as identifying name for one of the elements in the interface Imgur - + Wallpaper Used as identifying name for one of the elements in the interface Hintergrundbild - - + + category + Kategorie + + + + Filter Noun, not a verb. Used as identifying name for one of the elements in the interface Filter - + Advanced image sort Used as identifying name for one of the elements in the interface Erweiterte Bildsortierung - + Streaming (Chromecast) Used as identifying name for one of the elements in the interface Streaming (Chromecast) - + Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. Nahezu alle Elemente zur Anzeige von Informationen oder Aktionen können entweder in das Hauptfenster integriert oder in einem eigenen Fenster angezeigt werden. Die meisten von ihnen können auch über einen kleinen Knopf in der oberen linken Ecke in ein eigenes Fenster verschoben werden. - + Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. Zwei der Elemente können nach Ausführung ihrer Aktion geöffnet bleiben. Diese beiden Elemente sind der Dateidialog und der Karten-Explorer (falls verfügbar). Beide können nach Auswahl und Laden einer Datei in der Hauptansicht geöffnet bleiben, um eine schnelle und bequeme Durchsuchung von Bildern zu ermöglichen. - - + + Keep popouts open Settings title Popouts offen halten - + keep file dialog open Dateidialog offen halten - + keep map explorer open Kartenexplorer offen halten - - + + Pop out when window is small Settings title Pop-out bei kleinem Anwendungsfenster - + Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. Einige Elemente sind möglicherweise schwieriger zu benutzen, wenn das Fenster zu klein ist. Daher ist es möglich, solche Elemente automatisch in ein eigenes Fenster zu verschieben, wenn das Anwendungsfenster zu klein ist. - + pop out when application window is small Pop-out, wenn das Anwendungsfenster klein ist - - - + + + Status info A settings subcategory ---------- @@ -3680,92 +3747,92 @@ Settings title Statusinfo - + The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. Die Statusinformationen beziehen sich auf die Informationen, die in der oberen linken Ecke des Fensters angezeigt werden. Dies umfasst in der Regel den Dateinamen des aktuell angezeigten Bildes sowie Informationen wie die Zoomstufe, den Drehwinkel, etc. Die genaue Auswahl der Informationen und ihre Reihenfolge kann nach Belieben angepasst werden. - + show status information Statusinformationen anzeigen - - + + counter Please keep short! The counter shows where we are in the folder. Zähler - - + + filename Please keep short! Dateiname - - + + filepath Please keep short! Dateipfad - - + + resolution Please keep short! This is the image resolution. Auflösung - - + + zoom Please keep short! This is the current zoom level. Zoom - - + + filesize Please keep short! This is the filesize of the current image. Dateigröße - + add This is written on a button that is used to add a selected block to the status info section. hinzufügen - - + + Font size Settings title, the font sized of the status information Schriftgröße - + The size of the status info is determined by the font size of the text. Die Größe der Statusinformation wird durch die Schriftgröße des Textes bestimmt. - - - - + + + + Hide automatically Settings title Automatisch ausblenden - + The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. Die Statusinformationen können entweder jederzeit angezeigt werden oder sie können automatisch nach unterschiedlichen Kriterien ausgeblendet werden. Sie können entweder versteckt bleiben, es sei denn, der Mauszeiger befindet sich am oberen Rand des Bildschirms, oder es sei denn der Mauszeiger wird irgendwo bewegt. Nach einem bestimmten Timeout werden sie dann wieder ausgeblendet. Zusätzlich zu diesen Kriterien können sie auch bei jeder Änderung des Bildes kurz angezeigt werden. - - + + keep always visible visibility status of the status information ---------- @@ -3773,8 +3840,8 @@ visibility status of the window buttons immer sichtbar halten - - + + only show with any cursor move visibility status of the status information ---------- @@ -3782,8 +3849,8 @@ visibility status of the window buttons nur bei Bewegung des Mauszeigers anzeigen - - + + only show when cursor near top edge visibility status of the status information ---------- @@ -3791,8 +3858,8 @@ visibility status of the window buttons nur zeigen, wenn Mauszeiger sich dem oberen Rand nähert - - + + hide again after timeout: the status information can be hidden automatically after a set timeout ---------- @@ -3800,586 +3867,586 @@ the window buttons can be hidden automatically after a set timeoutnach Timeout wieder ausblenden: - + also show when image changes Refers to the status information's auto-hide feature, this is an additional case it can be shown auch anzeigen, wenn sich das Bild ändert - - + + Window management Settings title Fensterverwaltung - + By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. Standardmäßig ist es möglich, die Statusinformationen nach Belieben zu verschieben. Es ist aber auch möglich, die Statusinformationen zur Verwaltung des Fensters selbst zu verwenden. Wenn aktiviert, wird das Ziehen der Statusinformationen das Fenster bewegen, und ein Doppelklick auf die Statusinformationen schaltet den maximierten Status des Fensters um. - + manage window through status info verwalte Fenster mittels Statusinfo - - + + Fullscreen or window mode Settings title Vollbild- oder Fenstermodus - + There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. Es gibt zwei Hauptzustände, in denen sich das Anwendungsfenster befinden kann. Es kann sich entweder im Vollbildmodus oder im Fenstermodus befinden. Im Vollbildmodus wird PhotoQt eher wie eine schwebende Ebene agieren. Im Fenstermodus kann PhotoQt in Kombination mit anderen Anwendungen verwendet werden. Im Fenstermodus kann es auch so eingestellt werden, dass es sich immer über jedem anderen Fenster befindet, und dass die Fenstergeometrie zwischen verschiedenen Sitzungen gemerkt wird. - + fullscreen mode Vollbildmodus - + window mode Fenstermodus - + keep above other windows über anderen Fenstern halten - + remember its geometry remember the geometry of PhotoQts window between sessions an Geometrie erinnern - + enable window decoration Fensterdekoration aktivieren - - + + Window buttons Settings title Fensterknöpfe - + PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. PhotoQt kann einige integrierte Fenstertasten für eine einfache Fensterverwaltung sowohl im Vollbildmodus als auch im Fenstermodus anzeigen. Im Fenstermodus mit aktivierter Fensterdekoration können duplizierte Schaltflächen aus dem integrierten Set entweder ausgeblendet oder angezeigt werden. Um beim Navigieren durch einen Ordner zu helfen, können zwei kleine Pfeile für die Navigation und eine Menü-Taste neben den Fenstertasten hinzugefügt werden. - + show integrated window buttons integrierte Fenstertasten anzeigen - + duplicate buttons from window decoration Fenstertasten duplizieren, die sich in der Fensterdekoration befinden - + add navigation buttons Knöpfe für die Navigation hinzufügen - + The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. Die Fenstertasten können entweder jederzeit angezeigt werden oder sie können automatisch nach unterschiedlichen Kriterien ausgeblendet werden. Sie können entweder versteckt bleiben, es sei denn, der Mauszeiger befindet sich am oberen Rand des Bildschirms, oder es sei denn der Mauszeiger wird irgendwo bewegt. Nach einem bestimmten Timeout werden sie dann wieder ausgeblendet. - - + + Auto Rotation Settings title Automatische Drehung - + When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. Wenn ein Bild mit der Kamera im Querformat aufgenommen wird, speichern einige Kameras diese Drehung in den Metadaten. PhotoQt kann diese Informationen verwenden, um ein Bild so anzuzeigen, wie es ursprünglich gedacht war. Das Deaktivieren dieser Funktion lädt alle Fotos standardmäßig ohne jegliche Rotation. - + Apply default rotation automatically Standardrotation automatisch anwenden - - + + GPS map Settings title GPS-Karte - + Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. Einige Kameras speichern den Standort, an dem das Bild aufgenommen wurde, in den Metadaten ihrer Bilder. PhotoQt kann diese Informationen auf verschiedene Arten nutzen. Es kann eine schwebende integrierte Karte mit einer Markierung an diesem Ort anzeigen, und es kann die GPS-Koordinaten im Metadatenelement anzeigen. In letzterem Fall öffnet ein Klick auf die GPS-Koordinaten den Ort in einem Online-Kartendienst. Hier kann dieser Kartendienst ausgewählt werden. - - + + Floating element Settings title Schwebendes Element - + The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. Das Metadatenelement kann auf zwei verschiedene Arten angezeigt werden. Es kann entweder versteckt hinter einer der Bildschirmkanten sein und angezeigt werden, wenn der Mauszeiger sich diesen Rand nähert. Oder es kann als schwebendes Element angezeigt werden, das durch eine Tastenkombination angezeigt werden kann und solange sichtbar bleibt, bis es manuell wieder ausgeblendet wird. - + hide behind screen edge hinter Bildschirmrand verstecken - + use floating element schwebendes Element verwenden - - - + + + Show face tags Settings title Gesichter anzeigen - + PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). PhotoQt kann Gesichter lesen, die in den Metadaten gespeichert sind. Es bietet eine hohe Flexibilität hinsichtlich der Bedingungen zur Anzeige der Gesichter. Es ist auch möglich, Gesichter zu entfernen und hinzuzufügen (über das Kontextmenü oder durch einen Kurzbefehl). - + It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. Es ist möglich, den um markierte Gesichter angezeigten Rahmen und die Schriftgröße für den angezeigten Namen anzupassen. In Bezug auf den Rahmen kann nicht nur die Breite, sondern auch die Farbe festgelegt werden. - + font size: Schriftgröße: - + Show border around face tags Rahmen um Gesichter anzeigen - + red rot - + green grün - + blue blau - + alpha alpha - - - - + + + + Visibility Settings title Sichtbarkeit - + The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. Die Gesichter können unter verschiedenen Bedingungen angezeigt werden. Es ist möglich, immer alle Gesichter anzuzeigen, oder alle Gesichter anzuzeigen, wenn der Mauszeiger bewegt wird, oder ein individuelles Gesicht nur dann anzuzeigen, wenn der Mauszeiger sich über dem Gesicht befindet. - + always show all used as in: always show all face tags immer alle anzeigen - + show one on hover used as in: show one face tag on hover zeige eines beim Bewegen des Mauszeigers - + show all on hover used as in: show one face tag on hover zeige alle beim Bewegen des Mauszeigers - + file name Part of the meta information about the current image. Dateiname - + file type Part of the meta information about the current image. Dateityp - + file size Part of the meta information about the current image. Dateigröße - + image #/# Part of the meta information about the current image. Bild #/# - + dimensions Part of the meta information about the current image. Bildgröße - + copyright Part of the meta information about the current image. Copyright - + exposure time Part of the meta information about the current image. Belichtungszeit - + flash Part of the meta information about the current image. Blitz - + focal length Part of the meta information about the current image. Brennweite - + f-number Part of the meta information about the current image. Blendenzahl - + GPS position Part of the meta information about the current image. GPS-Position - + keywords Part of the meta information about the current image. Schlüsselwörter - + light source Part of the meta information about the current image. Lichtquelle - + location Part of the meta information about the current image. Standort - + make Part of the meta information about the current image. Hersteller - + model Part of the meta information about the current image. Modell - + scene type Part of the meta information about the current image. Szenenart - + software Part of the meta information about the current image. Software - + time photo was taken Part of the meta information about the current image. Aufnahmezeit - + Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. Immer wenn ein Bild geladen wird, versucht PhotoQt, so viele Metadaten wie möglich über das Bild zu finden. Die gefundenen Informationen werden dann im Metadatenelement angezeigt, das entweder über eine der Fensterkanten oder als schwebendes Element aufgerufen werden kann. Da nicht jeder alle Informationen benötigt, können individuelle Informationslabels deaktiviert werden. - + Check all used as in: check all checkboxes Alles auswählen - + Check none used as in: check none of the checkboxes Nichts auswählen - - + + Single instance Settings title Einzelne Instanz - + PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. PhotoQt kann entweder im Einzelinstanz-Modus ausgeführt werden oder es können mehrere Instanzen gleichzeitig laufen. Ersteres ermöglicht die Interaktion mit einer laufenden Instanz von PhotoQt über die Befehlszeile (dies ist eine Voraussetzung, damit dies möglich ist). Letzteres ermöglicht beispielsweise den Vergleich von mehreren Bildern nebeneinander. - + run a single instance only nur eine einzige Instanz ausführen - + allow multiple instances mehrere Instanzen erlauben - - + + Reopen last image Settings title Letztes Bild wieder öffnen - + When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. Wenn PhotoQt normal gestartet wird, wird standardmäßig ein leeres Fenster angezeigt mit der Aufforderung, ein Bild über den Dateidialog zu öffnen. Alternativ ist es auch möglich, das zuletzt in der vorherigen Sitzung geladene Bild automatisch erneut zu öffnen. - + start with blank session mit leerer Sitzung beginnen - + reopen last used image letztes Bild wieder öffnen - - + + Remember changes Settings title Änderungen merken - + Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. Sobald ein Bild geladen wurde, kann es beliebig durch Zoomen, Drehen oder Spiegeln manipuliert werden. Wenn ein anderes Bild geladen wird, werden solche Änderungen wieder vergessen. Wenn gewünscht, kann PhotoQt diese Manipulationen pro Sitzung speichern. Beachten Sie jedoch, dass diese Änderungen trotz allem vergessen werden, sobald PhotoQt geschlossen wird. - + In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. PhotoQt kann nicht nur pro Bild die jeweiligen Änderungen speichern, sondern auch die gleichen Änderungen über verschiedene Bilder hinweg beibehalten. Wenn aktiviert und möglich, wird das nächste Bild mit der gleichen Skalierung, Drehung und Spiegelung geladen wie das vorhergehende Bild. - + forget changes when other image loaded Änderungen vergessen, wenn ein anderes Bild geladen wird - + remember changes per session Änderungen pro Sitzung speichern - + reuse same changes for all images die gleichen Änderungen für alle Bilder verwenden - - + + Tray Icon Settings title Symbol im Infobereich der Systemleiste - + PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. PhotoQt kann ein kleines Symbol im Infobereich der Systemleiste anzeigen. Das Symbol in der Systemleiste bietet zusätzliche Möglichkeiten zur Steuerung und Interaktion mit der Anwendung. Es ist auch möglich, PhotoQt in die Systemleiste zu minimieren, anstatt es zu schließen. Standardmäßig wird eine farbige Version des Symbols in der Systemleiste verwendet, es ist jedoch auch möglich, eine monochrome Version zu verwenden. - + Show tray icon Zeige Symbol im Infobereich der Systemleiste - + monochrome icon monochromes Symbol - + hide to tray icon instead of closing verstecken statt schließen - - + + Reset when hiding Settings title Beim Verstecken zurücksetzen - + When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. Mit dem Verstecken von PhotoQt in die Systemleiste kann PhotoQt gleichzeitig auch auf den Anfangs-Zustand zurückzusetzen und dadurch den Großteil des benutzten Speichers wieder freizugeben. Beachte jedoch, dass dadurch auch geladene Ordner und Bilder entladen werden. - + reset session when hiding Sitzung beim Ausblenden zurücksetzen - - + + Move image with mouse Settings title Das Bild mit der Maus bewegen - + PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). PhotoQt kann sowohl die linke Maustaste als auch das Mausrad verwenden, um das Bild zu bewegen. In diesem Fall stehen diese Aktionen jedoch nicht mehr als Tastenkürzel zur Verfügung, es sei denn, sie werden in Kombination mit einer oder mehreren Umschalttasten (Alt, Strg, etc.) verwendet. - + move image with left button Bild mit linker Maustaste bewegen - + move image with mouse wheel Bild mit Mausrad bewegen - + very sensitive used as in: very sensitive mouse wheel sehr empfindlich - + not sensitive used as in: not at all sensitive mouse wheel unempfindlich - + hide cursor after timeout Mauszeiger nach Timeout ausblenden - - + + Double click Settings title Doppelklick - + A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. Ein Doppelklick ist als zwei Klicks schnell hintereinander definiert. Das bedeutet, dass PhotoQt eine gewisse Zeitspanne abwarten muss, um zu prüfen, ob ein zweiter Klick erfolgt, bevor es auf einen einfachen Klick reagiert. Daher sollte die Schwelle (in Millisekunden angegeben) zur Erkennung von Doppelklicks so klein wie möglich sein, so lange sie immer noch eine zuverlässige Erkennung von Doppelklicks ermöglicht. Das Setzen dieses Werts auf 0 deaktiviert die Erkennnung von Doppelklicks und behandelt sie als zwei separate einfache Klicks. - - + + Mouse wheel Settings title Mausrad - + Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. Abhängig von der jeweiligen Hardware bewegt sich das Mausrad entweder jedes Mal um einen festgelegten Betrag oder in Relation zur Dauer/Geschwindigkeit der Drehung. Die Empfindlichkeit kontrolliert dieses Verhalten, und kann damit die Wahrscheinlichkeit von unbeabsichtigten/mehrfachen Auslösen von Kurzbefehlen durch Mausradbewegungen zu verringern. - - + + Hide mouse cursor Settings title Mauszeiger ausblenden - + Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. Wenn ein Bild angezeigt wird und der Mauszeiger auf dem Bild nicht bewegt wird, dann ist es möglich, den Mauszeiger nach Ablauf einer festgelegten Zeit auszublenden. Auf diese Weise stört der Mauszeiger nicht beim Betrachten der Bilder. - + Viewing images This is a shortcut category Bildansicht - + Current image This is a shortcut category Aktuelles Bild - + Current folder This is a shortcut category Aktueller Ordner - + Other This is a shortcut category Sonstiges - + External This is a shortcut category Extern @@ -4495,447 +4562,471 @@ the window buttons can be hidden automatically after a set timeoutEs kann nur als Teil eines Kurzbefehls verwendet werden, wenn es mit einer oder mehreren Umschalttasten kombiniert wird (Alt, Strg, etc.). - + Next image Name of shortcut action Nächstes Bild - + Previous image Name of shortcut action Vorheriges Bild - + Go to first image Name of shortcut action Gehe zum ersten Bild - + Go to last image Name of shortcut action Gehe zum letzten Bild - + Zoom In Name of shortcut action Hineinzoomen - + Zoom Out Name of shortcut action Herauszoomen - + Zoom to Actual Size Name of shortcut action Zoom auf tatsächliche Größe - + Reset Zoom Name of shortcut action Zoom zurücksetzen - + Rotate Right Name of shortcut action Nach rechts drehen - + Rotate Left Name of shortcut action Nach links drehen - + Reset Rotation Name of shortcut action Drehung zurücksetzen - - Flip Horizontally + + Mirror Horizontally Name of shortcut action Horizontal spiegeln - - Flip Vertically + + Mirror Vertically Name of shortcut action Vertikal spiegeln - + + Reset Mirror + Name of shortcut action + Spiegelung zurücksetzen + + + Load a random image Name of shortcut action Ein zufälliges Bild laden - + Hide/Show face tags (stored in metadata) Name of shortcut action Markierungen für Gesichter anzeigen/verstecken (in den Metadaten gespeichert) - + Toggle: Fit in window Name of shortcut action Umschalten: An Fenstergröße anpassen - + Toggle: Show always actual size by default Name of shortcut action Umschalten: Standardmäßig immer tatsächliche Größe anzeigen - + Stream content to Chromecast device Name of shortcut action Inhalt auf Chromecast-Gerät übertragen - + Move view left Name of shortcut action Ansicht nach links verschieben - + Move view right Name of shortcut action Ansicht nach rechts verschieben - + Move view up Name of shortcut action Ansicht nach oben verschieben - + Move view down Name of shortcut action Ansicht nach unten verschieben - + Go to left edge of image Name of shortcut action Zum linken Bildrand gehen - + Go to right edge of image Name of shortcut action Zum rechten Bildrand gehen - + Go to top edge of image Name of shortcut action Zum oberen Bildrand gehen - + Go to bottom edge of image Name of shortcut action Zum unteren Bildrand gehen - + Show Histogram Name of shortcut action Zeige Histogramm - + Show Image on Map Name of shortcut action Bild auf Karte anzeigen - + Enter viewer mode Name of shortcut action Betrachtermodus aktivieren - + Scale Image Name of shortcut action Bild skalieren - + Rename File Name of shortcut action Datei umbenennen - + Delete File Name of shortcut action Datei löschen - + Delete File (without confirmation) Name of shortcut action Datei löschen (ohne Bestätigung) - + Copy File to a New Location Name of shortcut action Datei an einen neuen Ort kopieren - + Move File to a New Location Name of shortcut action Datei an einen neuen Ort verschieben - + Copy Image to Clipboard Name of shortcut action Bild in Zwischenablage kopieren - + Save image in another format Name of shortcut action Bild in einem anderen Format speichern - + Print current photo Name of shortcut action Aktuelles Foto drucken - + Set as Wallpaper Name of shortcut action Als Hintergrund setzen - + Upload to imgur.com (anonymously) Name of shortcut action Auf imgur.com hochladen (anonym) - + Upload to imgur.com user account Name of shortcut action Zu Benutzerkonto auf imgur.com hochladen - + Play/Pause animation/video Name of shortcut action Animation/Video abspielen/pausieren - + + Go ahead 5 seconds in video + Name of shortcut action + 5 Sekunden im Video nach vorne springen + + + + Go back 5 seconds in video + Name of shortcut action + 5 Sekunden im Video nach hinten springen + + + Start tagging faces Name of shortcut action Gesichter markieren - + Enter photo sphere Name of shortcut action Fotosphäre betreten - + + Detect QR and barcodes + Name of shortcut action + Suche nach Bar- und QR-Codes + + + Open file (browse images) Name of shortcut action Datei öffnen (Bilder durchsuchen) - + Show map explorer Name of shortcut action Kartenexplorer anzeigen - + Filter images in folder Name of shortcut action Bilder im Ordner filtern - + Advanced image sort (Setup) Name of shortcut action Erweiterte Bildsortierung (Setup) - + Advanced image sort (Quickstart) Name of shortcut action Erweiterte Bildsortierung (Schnellstart) - + Start Slideshow (Setup) Name of shortcut action Diaschau starten (Setup) - + Start Slideshow (Quickstart) Name of shortcut action Diaschau starten (Schnellstart) - + Show Context Menu Name of shortcut action Kontextmenü zeigen - + Hide/Show main menu Name of shortcut action Hauptmenü anzeigen/verstecken - + Hide/Show metadata Name of shortcut action Metadaten verstecken/anzeigen - + Hide/Show thumbnails Name of shortcut action Miniaturbilder anzeigen/verstecken - + Show floating navigation buttons Name of shortcut action Schwebende Knöpfe zur Navigation anzeigen - + Toggle fullscreen mode Name of shortcut action Vollbildmodus umschalten - + Close window (hides to system tray if enabled) Name of shortcut action Fenster schließen (optional in die Systemleiste verstecken) - + Quit PhotoQt Name of shortcut action PhotoQt beenden - + Show Settings Name of shortcut action Einstellungen anzeigen - + About PhotoQt Name of shortcut action Über PhotoQt - + Show log/debug messages Name of shortcut action Protokoll- und Debugmeldungen anzeigen - + Reset current session Name of shortcut action Aktuelle Sitzung zurücksetzen - + Reset current session and hide window Name of shortcut action Aktuelle Sitzung zurücksetzen und Fenster verstecken - + Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. Kurzbefehle sind gruppiert nach Tastenkombinationen. Für jede Gruppe von Tastenkombinationen können mehrere Aktionen festgelegt werden, mit der Möglichkeit, diese entweder einzeln nacheinander oder alle gleichzeitig auszuführen. Beim Ausführen nacheinander kann ein Zeitlimit festgelegt werden, nach Ablauf dessen der Zyklus wieder am Anfang beginnt. Jede Gruppe, für die keine Tastenkombination festgelegt sind, wird beim Anwenden aller Änderungen gelöscht. - + Add new shortcuts group Neue Gruppe hinzufügen - + The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. Die Tastenkürzel können entweder nach Tastenkombinationen, Aktionen, oder nach Kategorie gefiltert werden. Bei der Suche nach Zeichenketten prüft PhotoQt, ob jede Aktion/Tastenkombination die eingegebene Zeichenkette enthält. Das Hinzufügen eines Dollar-Zeichens ($) am Anfang oder Ende des Suchbegriffs erzwingt eine Übereinstimmung entweder am Anfang oder am Ende einer Tastenkombination oder Aktion. - + Filter key combinations Tastenkombinationen filtern - + Filter shortcut actions Aktionen filtern - + Show all categories Alle Kategorien anzeigen - - - - - - + + + + + + Category: Kategorie: - + no key combination set keine Tastenkombination gesetzt - + Click to change key combination Zum Ändern der Tastenkombination klicken - + Click to delete key combination Zum Löschen der Tastenkombination klicken - - + + ADD Written on small button, used as in: add new key combination. Please keep short! ---------- @@ -4943,455 +5034,440 @@ Written on small button, used as in: add new shortcut action. Please keep short! NEU - + Click to add new key combination Klicken, um neue Tastenkombination hinzuzufügen - + The new shortcut was in use by another shortcuts group. It has been reassigned to this group. Der neue Kurzbefehl wurde von einer anderen Gruppe verwendet. Er wurde dieser Gruppe neu zugeordnet. - + Undo reassignment Neuzuordnung rückgängig machen - + no action selected The action here is a shortcut action keine Aktion ausgewählt - + unknown: The unknown here refers to an unknown internal action that was set as shortcut unbekannt: - + external This is an identifier in the shortcuts settings used to identify an external shortcut. extern - + quit after This is used for listing external commands for shortcuts, showing if the quit after checkbox has been checked danach beenden - + Click to change shortcut action Zum Ändern der Verknüpfungsaktion klicken - + Click to delete shortcut action Zum Löschen der Verknüpfungsaktion klicken - + Click to add new action The action here is a shortcut action Zum Hinzufügen einer neuen Aktion klicken - + cycle through actions one by one The actions here are shortcut actions Aktionen einzeln nacheinander ausführen - + timeout for resetting cycle: The cycle here is the act of cycling through shortcut actions one by one Timeout für das Zurücksetzen des Zyklus: - + run all actions at once The actions here are shortcut actions alle Aktionen gleichzeitig ausführen - - + + Spacing Settings title Abstand - + PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. PhotoQt lädt Miniaturbilder für alle Dateien im aktuellen Ordner im Voraus und ordnet sie nebeneinander an. Es ist möglich etwas Abstand zwischen den Miniaturbildern hinzuzufügen, und damit die einzelnen Bilder besser voneinander zu trennen. - - + + Highlight Settings title Highlight - + The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. Das Miniaturbild, das dem gerade geladenen Bild entspricht, wird hervorgehoben, damit es leicht erkennbar ist. Der gleiche Effekt zum Hervorheben wird verwendet, wenn der Mauszeiger sich über einem Miniaturbild befindet. Die verschiedenen Effekte können nach Belieben kombiniert werden. - + invert background color effect for highlighting active thumbnail Hintergrundfarbe invertieren - + invert label color effect for highlighting active thumbnail Hintergrundfarbe der Beschriftung invertieren - + line below effect for highlighting active thumbnail Linie darunter - + magnify effect for highlighting active thumbnail vergrößern - + lift up effect for highlighting active thumbnail anheben - + hide when not needed used as in: hide thumbnail bar when not needed verstecken wenn nicht benötigt - - + + Center on active Settings title Auf aktiven zentrieren - + When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. Beim Wechseln zwischen Bildern stellt PhotoQt sicher, dass das Miniaturbild, das dem gerade angezeigten Bild entspricht, immer sichtbar ist. Darüber hinaus ist es möglich, das Miniaturbild nicht nur sichtbar, sondern auch in der Mitte zu halten. - + keep active thumbnail in center aktives Miniaturbild in der Mitte halten - + The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. Die Sichtbarkeit der Leiste mit den Miniaturbildern kann je nach persönlicher Vorliebe eingestellt werden. Die Leiste kann entweder immer sichtbar gehalten werden, sie kann ausgeblendet werden, es sei denn, der Mauszeiger ist in der Nähe des jeweiligen Bildschirmrandes, oder sie kann sichtbar gehalten werden, es sei denn, das Hauptbild wurde vergrößert. - + always keep visible used as in: always keep thumbnail bar visible immer sichtbar halten - + hide when zoomed in used as in: hide thumbnail bar when zoomed in verstecken wenn gezoomt - - + + Size Settings title Größe - + The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. Die Miniaturbilder sind in der Regel hinter einem der Fensterkanten versteckt, welche, kann in den Einstellungen zur Kante festgelegt werden. Die Größe der Miniaturbilder bezieht sich auf die maximale Größe jedes einzelnen Miniaturbilds. - - + + Scale and crop Settings title Skalieren und zuschneiden - + The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. Das Miniaturbild für ein Bild kann entweder so skaliert werden, dass es vollständig in die oben angegebene maximale Größe passt, oder es kann skaliert und beschnitten werden, sodass es den gesamten verfügbaren Platz einnimmt. In letzterem Fall können einige Teile des Miniaturbilds abgeschnitten sein. Darüber hinaus können Miniaturbilder, die kleiner sind als die oben angegebene Größe, in ihrer Originalgröße belassen werden. - + fit thumbnail Miniaturbild einpassen - + scale and crop thumbnail Miniaturbild skalieren und zuschneiden - + keep small thumbnails small kleine Miniaturbilder klein halten - + On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. Auf jedes Miniaturbild kann PhotoQt einen kleinen Textlabel mit dem Dateinamen legen. Die Schriftgröße des Dateinamens ist frei einstellbar. Wenn ein Dateiname zu lang für den verfügbaren Platz ist, werden nur der Anfang und das Ende des Dateinamens sichtbar sein. Darüber hinaus kann das Label von Miniaturbildern, die weder aktiv noch hervorgehoben sind, mit geringerer Deckkraft angezeigt werden. - + decrease opacity for inactive thumbnails verringerte Deckkraft für inaktive Miniaturbilder - - + + Icons only Settings title Nur Icons - + Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. Anstelle tatsächliche Miniaturbilder im Hintergrund zu laden, kann PhotoQt stattdessen einfach das entsprechende Symbol für den Dateityp anzeigen. Dies erfordert deutlich weniger Ressourcen und Zeit, ist jedoch nicht so benutzerfreundlich. - + use actual thumbnail images The word actual is used with the same meaning as: real echte Miniaturbilder verwenden - + use filetype icons Symbole für den Dateityp benutzen - - + + Label Settings title Beschriftung - + show filename label Beschriftung mit Dateinamen anzeigen - - + + Tooltip Settings title Tooltip - + PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. PhotoQt kann zusätzliche Informationen über ein Bild in Form eines Tooltips anzeigen, welchen angezeigt wird, wenn der Mauszeiger sich über einem Miniaturbild befindet. Die angezeigten Informationen umfassen den vollständigen Dateinamen, die Dateigröße und den Dateityp. - + show tooltips zeige Tooltips - + PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. PhotoQt kann Miniaturbilder zwischenspeichern, so dass sie beim nächsten Mal fast sofort generiert werden können. Unter Windows kann es auch existierende Miniaturbilder aus dem systemweiten Cache lesen (aber nicht schreiben). - + enable cache Zwischenspeicher aktivieren - - + + Exclude folders Settings title Ausgeschlossene Verzeichnisse - + PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. PhotoQt zeigt alle Bilder in dem aktuell geladenen Ordner als Miniaturbilder entlang einer der Fensterkanten an. Wenn die Miniaturbilder komplett deaktivieren werden sollen, kann dies durch das Entfernen der Miniaturbilder von allen Fensterkanten in den Einstellungen der Benutzeroberfläche getan werden. - + When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. Wenn ein Bild geladen wird, lädt PhotoQt Miniaturbilder für alle Bilder im aktuellen Ordner im Voraus. Einige Cloud-Anbieter synchronisieren ihre Dateien nicht vollständig, es sei denn, sie werden aufgerufen. Um das unnötige Herunterladen einer großen Anzahl von Dateien zu vermeiden, ist es möglich, bestimmte Verzeichnisse von jeglicher Art des Cache und Vorausladens auszuschließen. Beachten Sie jedoch, dass für Dateien in diesen Ordnern weiterhin Miniaturbilder bestehend aus Symbolen für den Dateityp angezeigt werden. - + Cloud providers to exclude from caching: Cloud-Provider, die vom Cache ausgeschlossen werden sollen: - + Do not cache these folders: Diese Ordner nicht zwischenspeichern: - + One folder per line Ein Ordner pro Zeile - + Add folder Written on a button Ordner hinzufügen - - + + How many threads Settings title Wie viele Threads - + In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. Um das Laden aller Miniaturbilder in einem Ordner zu beschleunigen, verwendet PhotoQt mehrere Threads gleichzeitig. Auf leistungsfähigeren Systemen kann eine größere Anzahl von Threads zu deutlich schnellerem Laden aller Miniaturbilder in einem Ordner führen. Zu viele Threads können jedoch dazu führen, dass ein System sich vorübergehend langsam anfühlt. - + current value: %1 thread(s) Important: Please do not forget the placeholder! aktueller Wert: %1 Thread(s) - - subcategory - Unterkategorie - - - - Settings: - Einstellungen: - - - - main category - Hauptkategorie - - - + Export/Import configuration Settings title Konfiguration ex-/importieren - + Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. Hier kann eine Sicherung der Konfiguration erstellt werden für ein Backup oder um sie auf eine andere Installation von PhotoQt zu übertragen. Unten kann ebenfalls eine lokales Backup importiert werden. Nach dem Importieren eines Backups wird PhotoQt automatisch geschlossen, da es neu gestartet werden muss, damit die Änderungen wirksam werden. - + export configuration Konfiguration exportieren - + import configuration Konfiguration importieren - + Restart required Neustart erforderlich - + PhotoQt will now quit as it needs to be restarted for the changes to take effect. PhotoQt wird nun beendet, da es neu gestartet werden muss, um die Änderungen wirksam zu machen. - + Reset settings and shortcuts Settings title Einstellungen und Kurzbefehle zurücksetzen - + Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. Hier können die verschiedenen Konfigurationsbereiche von PhotoQt auf ihre Standardwerte zurückgesetzt werden. Sobald du eine der untenstehenden Kategorien auswählst, hast du insgesamt 5 Sekunden Zeit, um die Aktion abzubrechen. Nach Ablauf der 5 Sekunden werden die entsprechenden Standardwerte festgelegt. Dies kann nicht rückgängig gemacht werden. - + reset settings Einstellungen zurücksetzen - + reset shortcuts Kurzbefehle zurücksetzen - + reset enabled file formats aktivierte Dateiformate zurücksetzen - + You can still cancel this action. Seconds remaining: Du kannst diese Aktion noch abbrechen. Sekunden verbleibend: - + Motion/Live photos Settings title Motion/Live photos - + This feature is not supported by your build of PhotoQt. Dieses Feature wird von deiner PhotoQt-Version nicht unterstützt. - + Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. Sowohl Apple- als auch Android-Geräte können ein kurzes Videoclip mit Fotos verbinden. Apple nennt dies Apple Live Photo und Google nennt es Motion Photo (manchmal auch Micro Video). Apple speichert kleine Videodateien neben den Bilddateien, die den gleichen Dateinamen, aber eine andere Dateierweiterung haben. Android integriert diese Videodateien in die Bilddatei. Wenn ersteres aktiviert ist, blendet PhotoQt die Videodateien aus der Dateiliste aus und lädt sie automatisch, wenn die entsprechende Bilddatei geladen wird. Wenn letzteres aktiviert ist, versucht PhotoQt, die Videodatei zu extrahieren und anzuzeigen, sobald die entsprechende Bilddatei geladen ist. All dies geschieht asynchron im Hintergrund. - + Look for Apple Live Photos nach Apple Live Fotos suchen - + Photo spheres Settings title Fotosphären - + PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. PhotoQt kann prüfen, ob ein aktuelles Bild eine Fotosphäre ist, Dies geschieht durch Analyse der Metadaten eines Bildes im Hintergrund. Wird eine gleichwinklige Projektion erkannt, dann wird in der Mitte des Bildes eine Schaltfläche für das Betreten der Fotosphäre sichtbar. Dies wird sowohl für Teilsphären als auch für 360 Grad Ansichten unterstützt. - + Check for photo spheres nach Fotosphären suchen - + Look for Google Motion Photos nach Google Motion Photos suchen @@ -5400,190 +5476,190 @@ Written on small button, used as in: add new shortcut action. Please keep short! slideshow - + Slideshow setup Window title Einstellungen für die Diaschau - + Start slideshow Written on a clickable button Diaschau starten - + interval The interval between images in a slideshow Zeitintervall - + animation This is referring to the in/out animation of images during a slideshow Animation - + opacity This is referring to the in/out animation of images during slideshows Deckkraft - + along x-axis This is referring to the in/out animation of images during slideshows entlang der x-Achse - + along y-axis This is referring to the in/out animation of images during slideshows entlang der y-Achse - + rotation This is referring to the in/out animation of images Drehung - + explosion This is referring to the in/out animation of images Explosion - + implosion This is referring to the in/out animation of images Implosion - + choose one at random This is referring to the in/out animation of images zufällig auswählen - + animation speed The speed of transitioning from one image to another during slideshows Animationsgeschwindigkeit - + immediately, without animation This refers to a speed of transitioning from one image to another during slideshows sofort, ohne Animation - + pretty fast animation This refers to a speed of transitioning from one image to another during slideshows ziemlich schnelle Animation - + not too fast and not too slow This refers to a speed of transitioning from one image to another during slideshows nicht zu schnell und nicht zu langsam - + very slow animation This refers to a speed of transitioning from one image to another during slideshows sehr langsame Animation - + current speed This refers to the currently set speed of transitioning from one image to another during slideshows aktuelle Geschwindigkeit - + looping Wiederholen - + loop over all files Loop over all images during slideshows alle Dateien in Dauerschleife durchlaufen - + shuffle during slideshows shuffle the order of all images Zufallswiedergabe - + shuffle all files during slideshows shuffle the order of all images alle Dateien mischen - + subfolders also include images in subfolders during slideshows Unterordner - + include images in subfolders also include images in subfolders during slideshows Bilder aus den Unterordnern mit einbeziehen - + status info What to do with the file details during slideshows Statusinfo - + hide status info during slideshow What to do with the file details during slideshows Statusinformationen während der Diaschau ausblenden - + window buttons What to do with the window buttons during slideshows Fensterknöpfe - + hide window buttons during slideshow What to do with the window buttons during slideshows Fensterknöpfe während der Slideshow ausblenden - + music The music that is to be played during slideshows Musik - + enable music Enable music to be played during slideshows Musik aktivieren - + no file selected keine Datei ausgewählt - + Click to select music file Klicken, um Musikdatei auszuwählen - + Click to change music file Klicken, um Musikdatei zu ändern @@ -5594,47 +5670,52 @@ Written on small button, used as in: add new shortcut action. Please keep short! Diaschau - + Click to go to the previous image Klicken, um zum vorherigen Bild zu gehen - + Click to pause slideshow Klicken, um die Diaschau zu pausieren - + Click to play slideshow Klicken, um die Diaschau zu starten - + Click to go to the next image Klicke, um zum nächsten Bild zu gehen - + Click to exit slideshow Klicken, um die Diaschau zu beenden + + + Slideshow started. + Diaschau gestartet. + startup - - - + + + Edit with %1 Used as in 'Edit with [application]'. %1 will be replaced with application name. Mit %1 bearbeiten - - - - - + + + + + Open in %1 Used as in 'Open with [application]'. %1 will be replaced with application name. Mit %1 öffnen @@ -5643,35 +5724,35 @@ Written on small button, used as in: add new shortcut action. Please keep short! statusinfo - + Click anywhere to open a file Zum Öffnen einer Datei irgendwo klicken - + Click and drag to move window around Klicken und ziehen um das Fenster zu verschieben - - - + + + Click and drag to move status info around Klicken und ziehen um Statusinformationen zu verschieben - + Click to remove filter Klicken, um den Filter zu entfernen - + Filter: This refers to the currently set filter Filter: - + Connected to: Used in tooltip for the chromecast icon Verbunden mit: @@ -5681,43 +5762,43 @@ Written on small button, used as in: add new shortcut action. Please keep short! streaming - + Streaming (Chromecast) Window title Streaming (Chromecast) - + Connect Used as in: Connect to chromecast device Verbinden - + Disconnect Used as in: Disconnect from chromecast device Trennen - - + + No devices found The devices here are chromecast devices Keine Geräte gefunden - + Status: The status refers to whether the chromecast manager is currently scanning or idle Status: - + Looking for Chromecast devices Suche nach Chromecast-Geräten - + Select which device to connect to Gerät zum Verbinden auswählen @@ -5725,12 +5806,12 @@ Written on small button, used as in: add new shortcut action. Please keep short! thumbnails - + File size: Dateigröße: - + File type: Dateityp: @@ -5738,42 +5819,53 @@ Written on small button, used as in: add new shortcut action. Please keep short! unavailable - + The chromecast feature is not available in this build of PhotoQt. Die Chromecast-Funktion ist in dieser Version von PhotoQt nicht verfügbar. - + The location feature is not available in this build of PhotoQt. Die Standortfunktion ist in dieser Version von PhotoQt nicht verfügbar. + + + + Photo spheres are not supported by this build of PhotoQt. + Fotosphären werden von deiner PhotoQt-Version nicht unterstützt. + + + + This file type does not support face tags. + Dieser Dateityp unterstützt das Markieren von Gesichtern nicht. + wallpaper - + Wallpaper Window title Hintergrundbild - + Set as Wallpaper Als Hintergrund setzen - - - - - + + + + + Click to choose %1 %1 is a placeholder for the name of a desktop environment (plasma, xfce, gnome, etc.) Klicken, um %1 auszuwählen - + Other Used as in: Other Desktop Environment diff --git a/lang/photoqt_es_ES.ts b/lang/photoqt_es_ES.ts index cd1dd67f..da42ff12 100644 --- a/lang/photoqt_es_ES.ts +++ b/lang/photoqt_es_ES.ts @@ -4,61 +4,61 @@ MainMenu - + navigation This is a category in the main menu. navegación - + previous as in: PREVIOUS image. Please keep short. anterior - + next as in: NEXT image. Please keep short. siguiente - + first as in: FIRST image. Please keep short. primero - + last as in: LAST image. Please keep short. último - + Browse images Navegar imágenes - + Map Explorer Explorador de Mapa - + current image This is a category in the main menu. imagen actual - + Zoom Entry in main menu. Please keep short. Zum - - - + + + reset Used as in RESET zoom. ---------- @@ -68,52 +68,52 @@ Used as in RESET mirroring. restablecer - + Rotation Entry in main menu. Please keep short. Rotación - + Mirror Mirroring (or flipping) an image. Please keep short. Espejo - + Hide histogram Ocultar histograma - + Show histogram Mostrar histograma - + Hide current location Ocultar ubicación actual - + Show current location Mostrar ubicación actual - + all images This is a category in the main menu. todas las imágenes - + Slideshow Entry in main menu. Please keep short. Diapositiva - - + + Start Used as in START slideshow. Please keep short ---------- @@ -121,8 +121,8 @@ Used as in START advanced sort. Please keep short Iniciar - - + + Setup Used as in SETUP slideshow. Please keep short ---------- @@ -130,54 +130,54 @@ Used as in SETUP advanced sort. Please keep short Configurar - + Sort Entry in main menu. Please keep short. Ordenar - + Filter images Filtrar imágenes - + Streaming (Chromecast) Transmitiendo (Chromecast) - + Open in default file manager Abrir en el gestor de archivos predeterminado - + general This is a category in the main menu. general - + Settings Preferencias - + About Acerca de - + Online help Ayuda en línea - + Quit Salir - + custom This is a category in the main menu. personalizado @@ -208,189 +208,189 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsMetaData - + yes This string identifies that flash was fired, stored in image metadata - + no This string identifies that flash was not fired, stored in image metadata no - + No flash function This string refers to the absense of a flash, stored in image metadata No hay función de flash - + strobe return light not detected This string refers to a flash mode, stored in image metadata El estroboscopio indicó que no se detectó luz - + strobe return light detected This string refers to a flash mode, stored in image metadata El estroboscopio detectó luz - + compulsory flash mode This string refers to a flash mode, stored in image metadata modo de flash obligatorio - + auto mode This string refers to a flash mode, stored in image metadata modo automático - + red-eye reduction mode This string refers to a flash mode, stored in image metadata modo de reducción de ojos rojos - + return light detected This string refers to a flash mode, stored in image metadata luz de retorno detectada - + return light not detected This string refers to a flash mode, stored in image metadata luz de retorno no detectada - + Invalid flash This string refers to a flash mode, stored in image metadata Flash no válido - + Standard This string refers to a type of scene, stored in image metadata Estándar - + Landscape This string refers to a type of scene, stored in image metadata Apaisada - + Portrait This string refers to a type of scene, stored in image metadata Retrato - + Night Scene This string refers to a type of scene, stored in image metadata Escena nocturna - + Invalid Scene Type This string refers to a type of scene, stored in image metadata Tipo de escena no válido - + Unknown This string refers to the light source stored in image metadata Desconocido - + Daylight This string refers to the light source stored in image metadata Luz diurna - + Fluorescent This string refers to the light source stored in image metadata Fluorescente - + Tungsten (incandescent light) This string refers to the light source stored in image metadata Tungsteno (luz incandescente) - + Flash This string refers to the light source stored in image metadata Flash - + Fine weather This string refers to the light source stored in image metadata Buen tiempo - + Cloudy Weather This string refers to the light source stored in image metadata Tiempo nublado - + Shade This string refers to the light source stored in image metadata Sombra - + Daylight fluorescent This string refers to the light source stored in image metadata Fluorescente de día - + Day white fluorescent This string refers to the light source stored in image metadata Fluorescente blanca de día - + Cool white fluorescent This string refers to the light source stored in image metadata Fluorescente blanca fría - + White fluorescent This string refers to the light source stored in image metadata Fluorescente blanca - - - + + + Standard light This string refers to the light source stored in image metadata Luz estándar - + Other light source This string refers to the light source stored in image metadata Otra fuente de luz - + Invalid light source This string refers to the light source stored in image metadata La fuente de luz no es válida @@ -399,7 +399,7 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsOther - + Print Imprimir @@ -478,241 +478,241 @@ Used as in SETUP advanced sort. Please keep short Lo intenté mucho, pero simplemente no puedo abrir la base de datos de atajos predeterminados. - + Alt Refers to a keyboard modifier Alt - + Ctrl Refers to a keyboard modifier Ctrl - + Shift Refers to a keyboard modifier Mayús - + Page Up Refers to one of the keys on the keyboard Re Pág - + Page Down Refers to one of the keys on the keyboard Av Pág - + Meta Refers to the key that usually has the Windows symbol on it Meta - + Keypad Refers to the key that triggers the number block on keyboards Teclado numérico - + Escape Refers to one of the keys on the keyboard Esc - + Right Refers to one of the arrow keys on the keyboard Derecha - + Left Refers to one of the arrow keys on the keyboard Izquierda - + Up Refers to one of the arrow keys on the keyboard Arriba - + Down Refers to one of the arrow keys on the keyboard Abajo - + Space Refers to one of the keys on the keyboard Espacio - + Delete Refers to one of the keys on the keyboard Supr - + Backspace Refers to one of the keys on the keyboard Retroceso - + Home Refers to one of the keys on the keyboard Inicio - + End Refers to one of the keys on the keyboard Fin - + Insert Refers to one of the keys on the keyboard Ins - + Tab Refers to one of the keys on the keyboard Tab - + Return Return refers to the enter key of the number block - please try to make the translations of Return and Enter (the main button) different if possible! Intro - + Enter Enter refers to the main enter key - please try to make the translations of Return (in the number block) and Enter different if possible! Entrar - + Left Button Refers to a mouse button Botón izquierdo - + Right Button Refers to a mouse button Botón derecho - + Middle Button Refers to a mouse button Botón central - + Back Button Refers to a mouse button Botón de retroceder - + Forward Button Refers to a mouse button Botón de avanzar - + Task Button Refers to a mouse button Botón de tareas - + Button #7 Refers to a mouse button Botón #7 - + Button #8 Refers to a mouse button Botón #8 - + Button #9 Refers to a mouse button Botón #9 - + Button #10 Refers to a mouse button Botón #10 - + Double Click Refers to a mouse event Doble clic - + Wheel Up Refers to the mouse wheel Ruedecilla arriba - + Wheel Down Refers to the mouse wheel Ruedecilla abajo - + Wheel Left Refers to the mouse wheel Ruedecilla a la izquierda - + Wheel Right Refers to the mouse wheel Ruedecilla a la derecha - + East Refers to a direction of the mouse when performing a mouse gesture Este - + South Refers to a direction of the mouse when performing a mouse gesture Sur - + West Refers to a direction of the mouse when performing a mouse gesture Oeste - + North Refers to a direction of the mouse when performing a mouse gesture Norte @@ -721,54 +721,54 @@ Used as in SETUP advanced sort. Please keep short about - + About Acerca de - + Show configuration overview The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Mostrar vista general de configuración - + License: Licencia: - + Open license in browser Abrir licencia en el navegador - + Website: Sitio Web: - + Open website in browser Abrir sitio web en el navegador - + Contact: Contacto: - + Send an email Envíar un correo - + Configuration The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Configuración - + Copy to clipboard Copiar al portapapeles @@ -816,146 +816,146 @@ Used as in SETUP advanced sort. Please keep short advancedsort - + Advanced image sort Window title Ordenamiento avanzado de imágenes - + Sort images Ordenar imágenes - + Sorting criteria: Criterios de ordenación: - + Resolution The image resolution (width/height in pixels) Resolución - + Dominant color The color that is most common in the image Color dominante - + Average color the average color of the image Color promedio - + Luminosity the average color of the image Luminosidad - + Exif date Fecha Exif - + Sort by image resolution Ordenar por resolución de imagen - - - - - + + + + + in ascending order as is: sort in ascending order en orden ascendente - - - - - + + + + + in descending order as is: sort in descending order en orden descendente - + Sort by dominant color Ordenar por color dominante - - - + + + low quality (fast) quality and speed of advanced sorting of images calidad baja (rápido) - - - + + + medium quality quality and speed of advanced sorting of images Calidad media - - - + + + high quality (slow) quality and speed of advanced sorting of images calidad alta (lento) - + Sort by average color Ordenar por color promedio - + Sort by luminosity Ordenar por luminosidad - + Sort by date Ordenar por fecha - + Order of priority: Orden de prioridad: - + Exif tag: Original date/time Etiqueta Exif: Fecha/hora original - + Exif tag: Digitized date/time Etiqueta Exif: Fecha/hora de la digitalización - + File creation date Fecha de creación del archivo - + File modification date Fecha de modificación del archivo - + If a value cannot be found, PhotoQt will proceed to the next item in the list. Si un valor no se puede encontrar, PhotoQt procederá al siguiente elemento en la lista. @@ -1118,112 +1118,122 @@ Used as in SETUP advanced sort. Please keep short contextmenu - + Rename file Cambiar nombre de archivo - + Copy file Copiar archivo - + Move file Mover archivo - + Delete file Borrar archivo - + Copy to clipboard Copiar al portapapeles - + Export to different format Exportar a otro formato - + Scale image Escalar imagen - + Tag faces Etiquetar rostros - + Set as wallpaper Establecer como fondo de pantalla - + Show histogram Mostrar histograma - + Show on map Mostrar en mapa + + + Hide QR/barcodes + Ocultar códigos de barras/QR + + + + Detect QR/barcodes + Detectar códigos de barras/QR + export - + Export image title of action element Exportar imagen - - + + Export written on button Exportar - + Something went wrong during export to the selected format... Se produjo un problema al exportar al formato seleccionado... - + Favorites: These are the favorite image formats for exporting images to Favoritos: - + no favorites set the favorites are image formats for exporting images to no se han establecido favoritos - - + + Click to select this image format - Clic para seleccionar este formato de imagen + Pulse para seleccionar este formato de imagen - - + + Click to remove this image format from your favorites - Clic para eliminar este formato de imagen de tus favoritos + Pulse para eliminar este formato de imagen de sus favoritos - + Click to add this image format to your favorites Clic para agregar este formato de imagen a tus favoritos - + Selected target format: The target format is the format the image is about to be exported to Seleccione el formato objetivo: @@ -1232,17 +1242,23 @@ Used as in SETUP advanced sort. Please keep short facetagging - + Click to exit face tagging mode Pulse para salir del modo de etiquetado de rostros - + Who is this? ¿Quién es? - + + Face tagging mode activated. Click-and-drag to tag faces. + Se activó el modo de etiquetado de rostros. Pulse y arrastre para etiquetar rostros. + + + + Click to exit photo sphere Clic para salir de la foto esfera @@ -1250,48 +1266,48 @@ Used as in SETUP advanced sort. Please keep short filedialog - + Show files as icons Mostrar archivos como iconos - + Show files as list Mostrar archivos como lista - + no subfolders found no se encontró ninguna subcarpeta - - + + %1 image %1 imagen - - + + %1 images %1 imágenes - + # images # imágenes - - + + Date: Fecha: - - + + Time: Hora: @@ -1302,336 +1318,336 @@ Used as in SETUP advanced sort. Please keep short - + File size: Tamaño de archivo: - + File type: Tipo de archivo: - + no supported files/folders found no se encontró ningún archivo o carpeta admitido - + Load this folder Cargar esta carpeta - + Load this file Cargar este archivo - + Add to Favorites Agregar a favoritos - + Remove file selection Eliminar selección de archivo - + Select file Seleccionar archivo - + Remove all file selection Eliminar selección de todos los archivos - + Select all files Seleccionar todos los archivos - + Delete selection Borrar selección - + Delete file Borrar archivo - + Delete folder Borrar carpeta - + Delete file/folder Borrar archivo/carpeta - + Cut selection Cortar selección - + Cut file Cortar archivo - + Cut folder Cortar carpeta - + Cut file/folder Cortar archivo/carpeta - + Copy selection Copiar selección - + Copy file Copiar archivo - + Copy folder Copiar carpeta - + Copy file/folder Copiar archivo/carpeta - + Paste files from clipboard Pegar archivos desde el portapapeles - + Show hidden files Mostrar archivos ocultos - + Show tooltip with image details Mostrar descripción emergente con los detalles de la imagen - + bookmarks and devices disabled marcadores y dispositivos deshabilitados - + Show entry Mostrar entrada - + Hide entry Ocultar entrada - + Remove entry Eliminar entrada - + Hide hidden entries No mostrar las entradas ocultas - + Show hidden entries Mostrar las entradas ocultas - + Hide bookmarked places Ocultar lugares marcados - + Show bookmarked places Mostrar lugares marcados - + Hide storage devices Ocultar dispositivos de almacenamiento - + Show storage devices Mostrar dispositivos de almacenamiento - + Storage Devices Dispositivo de almacenamiento - - + + Bookmarks file manager settings popdown: menu title Marcadores - + Zoom: Zum: - + Adjust size of files and folders Ajustar tamaño de archivos y carpetas - + Cancel and close Cancelar y cerrar - + Sort by: Ordenar por: - + Name Nombre - + Natural Name Nombre natural - + Time modified Modificado - + File size Tamaño de archivo - + File type Tipo de archivo - + reverse order invertir orden - + All supported images Todas las imágenes admitidas - + Video files Archivos de vídeo - + All files Todos los archivos - + View file manager settings popdown: menu title Vista - + layout file manager settings popdown: submenu title disposición - + list view vista de lista - + icon view vista de iconos - + padding file manager settings popdown: submenu title relleno - + drag and drop file manager settings popdown: submenu title arrastrar y soltar - + enable for list view file manager settings popdown: the thing to enable here is drag-and-drop habilitar para vista de lista - + enable for grid view file manager settings popdown: the thing to enable here is drag-and-drop habilitar para vista de cuadrícula - + enable for bookmarks file manager settings popdown: the thing to enable here is drag-and-drop habilitar para marcadores - + select with single click file manager settings popdown: how to select files seleccionar con un solo clic - + hidden files archivos ocultos - + tooltips cuadros emergentes - + Thumbnails file manager settings popdown: menu title Miniaturas - - - + + + show file manager settings popdown: show thumbnails ---------- @@ -1641,9 +1657,9 @@ file manager settings popdown: show image previews mostrar - - - + + + scale and crop file manager settings popdown: scale and crop the thumbnails ---------- @@ -1653,90 +1669,90 @@ file manager settings popdown: scale and crop image previews escalar y recortar - + folder thumbnails miniaturas de carpeta - + autoload file manager settings popdown: automatically load the folder thumbnails carga automática - + loop file manager settings popdown: loop through the folder thumbnails ciclar - + timeout file manager settings popdown: timeout between switching folder thumbnails tiempo de espera - + 1 second 1 segundo - + half a second medio segundo - + show bookmarks mostrar marcadores - + show devices file manager settings popdown: the devices here are the storage devices mostrar dispositivos - + Preview file manager settings popdown: menu title Vista previa - + higher resolution file manager settings popdown: use higher resolution for image previews mayor resolución - + blur file manager settings popdown: blur image previews desenfoque - + color intensity file manager settings popdown: color intensity of image previews intensidad de color - + %1 files already exist in the target directory. Ya existen %1 archivos en el directorio de destino. - + Check the files below that you want to paste anyways. Files left unchecked will not be pasted. Compruebe los archivos siguientes que desea pegar de todos modos. Los archivos que se dejen sin marcar no se pegarán. - + Select all Seleccionar todo - + Select none No seleccionar ninguno @@ -1745,58 +1761,58 @@ file manager settings popdown: scale and crop image previews filemanagement - + Delete file? Window title ¿Eliminar el archivo? - - + + Rename file Window title Renombrar archivo - - + + Move to trash Mover a la basura - - + + Delete permanently Eliminar permanentemente - + Are you sure you want to delete this file? ¿Está seguro que desea borrar este archivo? - + An error occured, file could not be deleted! ¡Ocurrió un error, el archivo no pudo ser eliminado! - + old filename: nombre de archivo anterior: - + new filename: nombre de archivo nuevo: - + An error occured, file could not be renamed Ocurrió un error, el archivo no pudo ser renombrado - + A file with this filename already exists Ya existe un archivo con este nombre @@ -1827,22 +1843,22 @@ file manager settings popdown: scale and crop image previews No se pudo mover el archivo - + File successfully deleted Se eliminó el archivo correctamente - + Could not delete file No se pudo eliminar el archivo - + File successfully moved to trash Se movió el archivo a la papelera correctamente - + Could not move file to trash No se pudo mover el archivo a la papelera @@ -1851,46 +1867,46 @@ file manager settings popdown: scale and crop image previews filter - + Filter images in current directory Window title Filtrar imágenes en el directorio actual - + Filter Written on a clickable button - please keep short Filtrar - + Remove filter Written on a clickable button - please keep short Eliminar filtro - + To filter by file extension, start the term with a dot. Setting the width or height of the resolution to 0 ignores that dimension. Para filtrar por extensión de archivo, inicie el término con un punto. Establecer el ancho o la altura de la resolución hace que se ignore esa dimensión. - + File name/extension: Nombre/extensión de archivo: - + Enter terms Introducir términos - + Image Resolution Resolución de imagen - - + + greater than used as tooltip in the sense of 'image resolution GREATER THAN 123x123' ---------- @@ -1898,8 +1914,8 @@ used as tooltip in the sense of 'file size GREATER THAN 123 KB/MB'mayor que - - + + less than used as tooltip in the sense of 'image resolution LESS THAN 123x123' ---------- @@ -1907,12 +1923,12 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'menor que - + File size Tamaño de archivo - + Please note that filtering by image resolution can take a little while, depending on the number of images in the folder. Nótese que filtrar por resolución de imagen puede tomar algo de tiempo, dependiendo del número de imágenes en la carpeta. @@ -1921,28 +1937,28 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'histogram - + Histogram Window title Histograma - + Click-and-drag to move. Clic y arrastrar para mover. - + Right click to switch version. Clic derecho para cambiar versión. - + Loading... Cargando... - + Error loading histogram Error al cargar el histograma @@ -1950,26 +1966,41 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' image - + Click here to enter photo sphere Clic aquí para entrar en la foto esfera - + Click here to enter viewer mode Pulse aquí para entrar en el modo de visualización - + Hide central button for entering viewer mode Ocultar botón central para entrar en modo de visualización + + + No bar/QR codes found. + No se encontró ningún código de barras o QR. + + + + 1 bar/QR code found. + Se encontró un código de barras o QR. + + + + %1 bar/QR codes found. + Se encontraron %1 códigos de barras o QR. + imageprovider - + File failed to load, it does not exist! ¡Error al cargar, no existe el archivo! @@ -1978,85 +2009,85 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'imgur - - + + Upload to imgur.com Window title Subir a imgur.com - + Show past uploads Mostrar cargas anteriores - + This seems to take a long time... Parece que esto tomará mucho tiempo... - + There might be a problem with your internet connection or the imgur.com servers. Puede que haya un problema con su conexión a internet o con los servidores de imgur.com. - + An Error occurred while uploading image! ¡Ha ocurrido un error mientras se subía la imagen! - + Error code: Código de error: - + You do not seem to be connected to the internet... No parece haber conexión con internet... - + Unable to upload! ¡No se puede subir el archivo! - + Access Image Acceder a imagen - - - - + + + + Click to open in browser Clic para abrir en el navegador - + Delete Image Eliminar imagen - + No past uploads found The uploads are uploads to imgur.com No se encontró ninguna carga anterior - + Access: Used as in: access this image Acceso: - + Delete: Used as in: delete this image Eliminar: - + Clear all Written on button, please keep short. Used as in: clear all entries Vaciar todo @@ -2087,18 +2118,18 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'mapcurrent - + Current location Window title Ubicación actual - + Click-and-drag to move. Pulse y arrastre para mover. - + No location data Sin datos de ubicación @@ -2141,111 +2172,121 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' metadata - + No file loaded No se cargó ningún archivo - + Metadata The title of the floating element Metadatos - + File name Nombre del archivo - + Dimensions Dimensiones - + Image Imagen - + File size Tamaño del archivo - + File type Tipo de archivo - + Make Fabricante - + Model Modelo - + Software Programa - + Time Photo was Taken Hora en la que se tomó la foto - + Exposure Time Tiempo de exposición - + Flash Flash - + Scene Type Tipo de escena - + Focal Length Distancia focal - + F Number Número f - + Light Source Fuente de luz - + Keywords Palabras Claves - + Location Ubicación - + Copyright Derechos de autor - + GPS Position Posición del GPS + + + Click to copy value to clipboard, Ctrl+Click to open location in online map service + Pulse para copiar el valor en el portapapeles. Mantenga presionada Ctrl al pulsar para abrir la ubicación en un servicio de mapas en línea + + + + Copy value to clipboard + Copiar valor en el portapapeles + navigate @@ -2275,13 +2316,13 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' other - + Click anywhere to open a file Part of the message shown in the main view before any image is loaded Clic donde sea para abrir un archivo - + Move your cursor to the indicated window edges for various actions Part of the message shown in the main view before any image is loaded Mueve tu cursor a los bordes de ventana indicados para varias acciones @@ -2290,25 +2331,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' popinpopout - - - - - - - + + + + + + + Merge into main interface Tooltip of small button to merge a popped out element (i.e., one in its own window) into the main interface Combinar dentro de la interfaz principal - - - - - - - + + + + + + + Move to its own window Tooltip of small button to show an element in its own window (i.e., not merged into main interface) Mover a su propia ventana @@ -2366,52 +2407,52 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'scale - + Scale image Window title Escalar imagen - - + + Scale Escala - + An error occured, file could not be scaled Se produjo un error; no se pudo escalar el archivo - + Scaling of this file format is not yet supported Aún no se admite el escalado de este formato de archivo - + Width: The number of horizontal pixels of the image Ancho: - + Height: The number of vertical pixels of the image Alto: - + New size: Tamaño nuevo: - + pixels This is used as in: 100x100 pixels píxeles - + Quality: Calidad: @@ -2420,25 +2461,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'settingsmanager - + Settings Manager Window title Gestor de ajustes - + Apply changes Aplicar cambios - + Revert changes Revertir cambios - + - + Interface A settings category ---------- @@ -2446,9 +2487,9 @@ This is a shortcut category Interfaz - - - + + + Language A settings subcategory and the qml filename ---------- @@ -2456,9 +2497,9 @@ A settings title Idioma - - - + + + Background A settings subcategory ---------- @@ -2466,9 +2507,9 @@ Settings title Fondo - - - + + + Popout A settings subcategory ---------- @@ -2476,9 +2517,9 @@ Settings title Ventanas emergentes - - - + + + Context menu A settings subcategory ---------- @@ -2486,92 +2527,92 @@ Settings title Menú contextual - + Window A settings subcategory Ventana - - + + Image A settings subcategory Imagen - + Interaction A settings subcategory Interacción - + Folder A settings subcategory Carpeta - + Share online A settings subcategory Compartir en línea - + All thumbnails A settings subcategory Todas las miniaturas - - + + Manage A settings subcategory Gestionar - + Face tags A settings subcategory Etiquetas de rostros - + Instance A settings subcategory Proceso - + Tray icon A settings subcategory Icono en área de notificaciones - + Image view A settings category Vista de imágenes - - + + Look Settings title Aspecto - - - + + + Behavior A settings subcategory Comportamiento - - - + + + Edges A settings subcategory ---------- @@ -2579,8 +2620,8 @@ Settings title Bordes - - + + Thumbnails A settings category ---------- @@ -2588,9 +2629,9 @@ Used as descriptor for a screen edge action Miniaturas - - - + + + Metadata A settings category ---------- @@ -2600,9 +2641,9 @@ Used as identifying name for one of the elements in the interface Metadatos - - - + + + Labels A settings subcategory ---------- @@ -2610,21 +2651,21 @@ Settings title Etiquetas - + Session A settings category Sesión - + Remember A settings subcategory Recordar - - - + + + File types A settings category ---------- @@ -2632,20 +2673,20 @@ A settings subcategory Tipos de archivo - + Advanced Avanzado - + Keyboard & Mouse A settings category Teclado y ratón - - - + + + Shortcuts A settings subcategory ---------- @@ -2653,93 +2694,93 @@ Settings title Atajos - + Reset Restablecer - + Reset settings Restablecer configuración - + Reset shortcuts Restablecer atajos - + Export/Import Exportar/importar - + Export settings Exportar ajustes - + Import settings Importar ajustes - + Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close Ctrl+S = Aplicar cambios, Ctrl+R = Invertir cambios, Esc = Cerrar - + Unsaved changes Cambios no guardados - + The settings on this page have changed. Do you want to apply or discard them? La configuración en esta página ha cambiado. ¿Quiere aplicarla o descartarla? - + Apply written on button, used as in: apply changes Aplicar - + Discard written on button, used as in: discard changes Descartar - - + + PDF Settings title PDF - + PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. PhotoQt puede mostrar documentos PDF y PostScript junto a las imágenes, e incluso puede introducir un documento de varias páginas y explorar las páginas como si fuesen imágenes en una carpeta. La configuración de calidad definida aquí (especificada en puntos por píxel, ppp) afecta la resolución y velocidad de carga de las páginas. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + current value: The current value of the slider specifying the PDF quality ---------- @@ -2749,303 +2790,324 @@ The current value of the slider specifying the size of the window buttonsvalor actual: - - + + Archive Settings title Archivador - + PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. - PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. + PhotoQt permite la navegación de todas las imágenes contenidas en un archivo (ZIP, RAR, etc.) como si todas estuvieran ubicadas en una carpeta. Por omisión, PhotoQt utiliza Libarchive para este propósito, pero para los archivos RAR en particular PhotoQt puede llamar a la herramienta externa unrar para cargar y mostrar el archivo y su contenido. Tenga en cuenta que esto requiere que unrar se encuentre instalado y pueda ser encontrado con su variable "PATH". - + use external tool: unrar utilizar herramienta externa: unrar - - + + Video Settings title Vídeo - + PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. - PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. + PhotoQt puede tratar los archivos de vídeo igual que los archivos de imagen, siempre y cuando los respectivos formatos de vídeo estén habilitados. Hay algunos ajustes disponibles para administrar cómo se comportan los vídeos en PhotoQt: Si deberían ser reproducidos automáticamente cuando se cargan, si deben reiniciarse desde el principio cuando se llega al final, si preferir libmpv (si está disponible) o Qt para la reproducción de vídeo, y qué generador de miniaturas de vídeo usar. - + Autoplay Reproducción automática - + Loop - Loop + Bucle - + prefer Qt Multimedia preferir Qt Multimedia - + prefer Libmpv preferir Libmpv - + Video thumbnail generator: Generador de miniaturas de vídeo: - + + Always use left/right arrow keys to jump back/ahead in videos + Always use left/right arrow keys to jump back/ahead in videos + + + RAW images Settings title Imagenes RAW - + Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. - Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. + Algunas imágenes RAW tienen miniaturas incrustadas. Si están disponibles, PhotoQt siempre las utilizará para generar la miniatura de la imagen. Algunas miniaturas incrustadas pueden ser tan grandes como la imagen RAW real. En ese caso, PhotoQt puede simplemente cargar esas imágenes incrustadas en lugar de la imagen RAW completa, lo que puede resultar en tiempos de carga mucho más rápidos. - + use embedded image if available usar imagen incrustada si está disponible - - + + Viewer mode Settings title Modo de visualización - + When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. - When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. + Cuando se carga un documento o archivador en Photo Qt, es posible introducir dicho archivo. Esto significa que PhotoQt actuará como si el contenido del archivo se encontrase en alguna carpeta y carga el contenido como miniaturas, permitiendo la interacción y navegación habituales para navegar por ella. Se puede acceder a este modo de visor mediante un pequeño botón que se mostrará debajo de la información de estado, o también es posible mostrar un botón central grande para activar este modo. - + show big button to enter viewer mode mostrar botón grande para entrar en modo visor - + images This is a category of files PhotoQt can recognize: any image format imágenes - + compressed files This is a category of files PhotoQt can recognize: compressed files like zip, tar, cbr, 7z, etc. archivos comprimidos - + documents This is a category of files PhotoQt can recognize: documents like pdf, txt, etc. documentos - + videos This is a type of category of files PhotoQt can recognize: videos like mp4, avi, etc. vídeos - + Enable As in: "Enable all formats in the seleted category of file types" Activar - + Disable As in: "Disable all formats in the seleted category of file types" Desactivar - + Enable everything As in "Enable every single file format PhotoQt can open in any category" Activar todo - + Currently there are %1 file formats enabled The %1 will be replaced with the number of file formats, please don't forget to add it. Actualmente hay %1 formatos de archivo activados - + Search by description or file ending Buscar por descripción o por extensión de archivo - + Search by image library or category Buscar por librería de imágenes o por categoría - + File endings: Extensiones de archivo: - - + + Looping Settings title - Looping + Bucle - + Loop around When reaching the end of the images in the folder whether to loop back around to the beginning or not - Loop around + Repetir desde el inicio - - + + Sort images Settings title Ordenar imágenes - + Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. - Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. + Las imágenes en una carpeta se pueden ordenar de diferentes maneras dependiendo de tus preferencias. Estos criterios son los que pueden utilizarse de forma muy rápida. Una vez que se ha cargado una carpeta, es posible ordenarla aún más de varias maneras avanzadas usando la opción de menú para ordenar. - + Sort by: Ordenar por: - + natural name A criteria for sorting images nombre natural - + name A criteria for sorting images nombre - + time A criteria for sorting images hora - + size A criteria for sorting images tamaño - + type A criteria for sorting images tipo - + ascending order Sort images in ascending order orden ascendente - + descending order Sort images in descending order orden descendente - - + + Zoom Settings title Zum - + PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). - PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). + PhotoQt permite una gran flexibilidad para visualizar imágenes en tamaño perfecto. Además, permite controlar la rapidez con la que ocurre el acercamiento, y si debería haber un nivel de acercamiento mínimo/máximo en el que siempre debería detenerse sin importar qué. Tenga en cuenta que el nivel de acercamiento máximo es el nivel de acercamiento absoluto, el nivel de acercamiento mínimo es relativo al nivel de acercamiento por omisión (el nivel de acercamiento cuando la imagen se carga por primera vez). - + zoom speed: velocidad de zum: - + minimum zoom: zum mínimo: - + maximum zoom: zum máximo: - - + + Mirror/Flip + Settings title + Reflejar/voltear + + + + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + + + + Animate mirror/flip + Animate mirror/flip + + + + Animation Settings title Animación - + When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. Al cargar una imagen, PhotoQt carga todas las imágenes de la carpeta como miniaturas para una fácil navegación. Cuando PhotoQt llegue al final de la lista de archivos, puede detenerse allí mismo o volver al otro extremo de la lista y seguir. - + When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. - When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. + Al cambiar entre imágenes, PhotoQt puede añadir una animación para suavizar la transición. Hay un montón de transiciones entre las que puedes elegir, y también una opción para que PhotoQt elija una al azar cada vez. Adicionalmente, la velocidad de la animación elegida puede ser ajustada de muy lento a muy rápido. - + animate switching between images animar cambio de imagen - + Animation: Animación: - + opacity This is referring to an in/out animation of images opacidad - + along x-axis This is referring to an in/out animation of images a lo largo del eje X - + along y-axis This is referring to an in/out animation of images a lo largo del eje Y - - - + + + rotation This is referring to an in/out animation of images ---------- @@ -3053,329 +3115,329 @@ Please keep short! This is the rotation of the current image giro - + explosion This is referring to an in/out animation of images explosión - + implosion This is referring to an in/out animation of images implosión - + choose one at random This is referring to an in/out animation of images elegir una al azar - + very slow used here for the animation speed muy lenta - + very fast used here for the animation speed muy rápida - - + + Floating navigation Settings title Navegación flotante - + Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. - + show floating navigation buttons mostrar botones de navegación flotantes - - - - + + + + Cache Settings title Antememoria - + Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. - - + + Interpolation Settings title Interpolación - + none used as in: no margin around image ninguno - + large images: imágenes grandes: - - + + fit to view encajar en la vista - + load at full scale cargar a escala completa - + small images: imágenes pequeñas: - + load as-is cargar tal como son - + show checkerboard pattern mostrar motivo de damero - + PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. - + disable interpolation for small images desactivar interpolación en imágenes pequeñas - - + + Margin Settings title Margen - + PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. - - + + Image size Settings title Tamaño de imagen - + PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. - - + + Transparency marker Settings title Marcador de transparencia - + When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. - + It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. - + Note that any change here is saved immediately! Tenga en cuenta que cualquier cambio aquí es guardado inmediatamente! - + Authenticated with user account: Autenticado con cuenta de usuario: - + Authenticate Written on button, used as in: Authenticate with user account Autenticar - + Forget account Written on button, used as in: Forget user account Olvidar cuenta - + Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. - + An error occured: Ha ocurrido un error: - + The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. - + real transparency How the background of PhotoQt should be transparencia real - + fake transparency How the background of PhotoQt should be transparencia falsa - + solid background color How the background of PhotoQt should be color de fondo sólido - + custom background image How the background of PhotoQt should be imagen de fondo personalizada - + background image imagen de fondo - + Click to select an image Tooltip for a mouse area, a click on which opens a file dialog for selecting an image Pulse para seleccionar una imagen - + scale to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled escalar para encajar - + scale and crop to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled escalar y cortar para encajar - + stretch to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled estirar para encajar - + center image If an image is set as background of PhotoQt this is one way it can be shown/scaled centrar imagen - + tile image If an image is set as background of PhotoQt this is one way it can be shown/scaled repetir imagen en mosaico - - + + Click on empty background Clic en el fondo vacío - + The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured - + no action what to do when the empty background is clicked ninguna acción - + close window what to do when the empty background is clicked cerrar ventana - + navigate between images what to do when the empty background is clicked navegar por las imágenes - + toggle window decoration what to do when the empty background is clicked alternar decoración de ventana - - + + Blurring elements behind other elements A settings title Desenfocar elementos que estén detrás de otros elementos - + Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. - + Blur elements in the back Desenfocar elementos en el fondo - + The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. - + No custom entries exists yet The custom entries here are the custom entries in the context menu No existen entradas personalizadas aún - - + + Select written on button for selecting a file from the file dialog @@ -3384,24 +3446,24 @@ written on button in file picker to select an existing executable fileSeleccionar - + entry name The entry here refers to the text that is shown in the context menu for a custom entry nombre de entrada - + executable ejecutable - + Select executable Seleccionar ejecutable - + additional flags The flags here are additional parameters that can be passed on to an executable @@ -3410,56 +3472,56 @@ the flags here are parameters specified on the command line parámetros adicionales - + quit Quit PhotoQt after executing custom context menu entry. Please keep as short as possible!! salir - + Delete entry The entry here is a custom entry in the context menu Eliminar entrada - + Add new entry The entry here is a custom entry in the context menu Añadir entrada nueva - + Add system applications The system applications here refers to any image related applications that can be found automatically on your system Añadir aplicaciones del sistema - - + + Duplicate entries in main menu The entries here are the custom entries in the context menu Entradas duplicadas en menú principal - + The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. Las entradas personalizadas del menú contextual también se pueden duplicar en el menú principal. Si se activa, las entradas establecidas anteriormente serán accesibles en ambos sitios. - + Duplicate in main menu Refers to duplicating the custom context menu entries in the main menu Duplicar en menú principal - + No action Used as descriptor for a screen edge action Ninguna acción - - + + Main menu Used as descriptor for a screen edge action ---------- @@ -3467,212 +3529,217 @@ Used as identifying name for one of the elements in the interface Menú principal - + Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. - + The right edge action cannot be changed The action here is a screen edge action La acción de borde derecho no se puede cambiar - - - + + + Click to change action The action here is a screen edge action Clic para cambiar la acción - - + + Sensitivity Settings title Sensibilidad - + The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. - + PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. - + Thank you to all who volunteered their time to help translate PhotoQt into other languages! Thank you to all who volunteered their time to help translate PhotoQt into other languages! - + If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: - + Open in browser Abrir en navegador - + Copy to clipboard Copiar en portapapeles - + File dialog Used as identifying name for one of the elements in the interface Cuadro de diálogo de archivos - + Map explorer Used as identifying name for one of the elements in the interface Explorador de Mapa - + Settings manager Used as identifying name for one of the elements in the interface Gestor de configuración - + Histogram Used as identifying name for one of the elements in the interface Histograma - + Map (current image) Used as identifying name for one of the elements in the interface Mapa (imagen actual) - + Scale Used as identifying name for one of the elements in the interface Escala - + Slideshow setup Used as identifying name for one of the elements in the interface Configuración de pase de diapositivas - + Slideshow controls Used as identifying name for one of the elements in the interface Controles de pase de diapositivas - + Rename file Used as identifying name for one of the elements in the interface Cambiar nombre de archivo - + Delete file Used as identifying name for one of the elements in the interface Eliminar archivo - + Export file Used as identifying name for one of the elements in the interface Exportar archivo - + About Used as identifying name for one of the elements in the interface Acerca de - + Imgur Used as identifying name for one of the elements in the interface Imgur - + Wallpaper Used as identifying name for one of the elements in the interface Fondo de escritorio - - + + category + categoría + + + + Filter Noun, not a verb. Used as identifying name for one of the elements in the interface Filtro - + Advanced image sort Used as identifying name for one of the elements in the interface Ordenamiento avanzado de imágenes - + Streaming (Chromecast) Used as identifying name for one of the elements in the interface Transmisión (Chromecast) - + Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. - + Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. - - + + Keep popouts open Settings title Mantener ventanas emergentes abiertas - + keep file dialog open mantener el diálogo de archivo abierto - + keep map explorer open mantener el explorador de mapas abierto - - + + Pop out when window is small Settings title Desplegar ventanas cuando la ventana es pequeña - + Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. - + pop out when application window is small desplegar cuando la ventana de la aplicación sea pequeña - - - + + + Status info A settings subcategory ---------- @@ -3680,92 +3747,92 @@ Settings title Información de estado - + The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. La información de estado se refiere al conjunto de datos que se muestra en la esquina superior izquierda de la pantalla. Esto típicamente incluye el nombre del archivo de la imagen actualmente vista e información como el nivel de zum, ángulo de giro, etc. El conjunto exacto de información y su orden pueden ajustarse como desee. - + show status information mostrar información de estado - - + + counter Please keep short! The counter shows where we are in the folder. contador - - + + filename Please keep short! nombre de archivo - - + + filepath Please keep short! ruta de archivo - - + + resolution Please keep short! This is the image resolution. resolución - - + + zoom Please keep short! This is the current zoom level. zum - - + + filesize Please keep short! This is the filesize of the current image. tamaño de archivo - + add This is written on a button that is used to add a selected block to the status info section. añadir - - + + Font size Settings title, the font sized of the status information Tamaño de letra - + The size of the status info is determined by the font size of the text. El tamaño de la información de estado lo determina el tamaño de letra del texto. - - - - + + + + Hide automatically Settings title Ocultar automáticamente - + The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. La información de estado puede mostrarse incondicionalmente u ocultarse automáticamente en función de varios criterios. Puede ocultarse ya sea cuando el cursor se aleje del borde superior de la pantalla o hasta que el puntero se mueva a cualquier sitio. Luego de un tiempo de espera especificado, se ocultará nuevamente. Además de estos criterios, también se puede definir mostrarla brevemente cuando cambie la imagen. - - + + keep always visible visibility status of the status information ---------- @@ -3773,8 +3840,8 @@ visibility status of the window buttons mantener siempre visible - - + + only show with any cursor move visibility status of the status information ---------- @@ -3782,8 +3849,8 @@ visibility status of the window buttons mostrar solo al mover el puntero - - + + only show when cursor near top edge visibility status of the status information ---------- @@ -3791,8 +3858,8 @@ visibility status of the window buttons mostrar solo cuando el cursor esté cerca del borde superior - - + + hide again after timeout: the status information can be hidden automatically after a set timeout ---------- @@ -3800,586 +3867,586 @@ the window buttons can be hidden automatically after a set timeoutocultar otra vez después del tiempo de espera: - + also show when image changes Refers to the status information's auto-hide feature, this is an additional case it can be shown mostrar también cuando cambie la imagen - - + + Window management Settings title Gestión de ventanas - + By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. - By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. + Por omisión, es posible arrastrar la información de estado a cualquier punto que desee. No obstante, también se puede usar esta información para manipular la ventana. Si se activa esta opción, al arrastrar la información se arrastrará también la ventana, y al pulsar dos veces en esta, la ventana se maximizará o restaurará. - + manage window through status info manipular ventana a través de la información de estado - - + + Fullscreen or window mode Settings title Pantalla completa o modo ventana - + There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. - + fullscreen mode modo a pantalla completa - + window mode modo de ventana - + keep above other windows mantener sobre las demás ventanas - + remember its geometry remember the geometry of PhotoQts window between sessions recordar su geometría - + enable window decoration habilitar decoración de ventana - - + + Window buttons Settings title Botones de ventana - + PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. - + show integrated window buttons mostrar botones de ventana integrados - + duplicate buttons from window decoration duplicar botones de la decoración de ventana - + add navigation buttons añadir botones de navegación - + The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. - - + + Auto Rotation Settings title Giro automático - + When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. - + Apply default rotation automatically Aplicar rotación por omisión automáticamente - - + + GPS map Settings title Mapa GPS - + Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. - - + + Floating element Settings title Elemento flotante - + The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. - + hide behind screen edge ocultar detrás del borde de la pantalla - + use floating element usar elemento flotante - - - + + + Show face tags Settings title Mostrar etiquetas de cara - + PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). PhotoQt puede leer etiquetas de rostros almacenadas en sus metadatos. Ofrece mucha flexibilidad en cómo y cuándo se muestran las etiquetas de rostro. También es posible eliminar y añadir etiquetas de rostro usando la interfaz de etiquetas (accesible a través del menú contextual o por atajo). - + It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. - + font size: tamaño de fuente: - + Show border around face tags Mostrar borde alrededor de las etiquetas de cara - + red rojo - + green verde - + blue azul - + alpha alfa - - - - + + + + Visibility Settings title Visibilidad - + The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. - + always show all used as in: always show all face tags siempre mostrar todas - + show one on hover used as in: show one face tag on hover mostrar una al pasar el ratón - + show all on hover used as in: show one face tag on hover mostrar todas al pasar el ratón - + file name Part of the meta information about the current image. nombre del archivo - + file type Part of the meta information about the current image. tipo del archivo - + file size Part of the meta information about the current image. tamaño de archivo - + image #/# Part of the meta information about the current image. imagen #/# - + dimensions Part of the meta information about the current image. dimensiones - + copyright Part of the meta information about the current image. copyright - + exposure time Part of the meta information about the current image. tiempo de exposición - + flash Part of the meta information about the current image. flash - + focal length Part of the meta information about the current image. distancia focal - + f-number Part of the meta information about the current image. número f - + GPS position Part of the meta information about the current image. posición del GPS - + keywords Part of the meta information about the current image. palabras clave - + light source Part of the meta information about the current image. fuente de luz - + location Part of the meta information about the current image. ubicación - + make Part of the meta information about the current image. fabricante - + model Part of the meta information about the current image. modelo - + scene type Part of the meta information about the current image. tipo de escena - + software Part of the meta information about the current image. software - + time photo was taken Part of the meta information about the current image. hora en que fue tomada la foto - + Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. - + Check all used as in: check all checkboxes Marcar todos - + Check none used as in: check none of the checkboxes Desmarcar todos - - + + Single instance Settings title Instancia única - + PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. PhotoQt puede ejecutarse en modo de uno solo proceso o permitir que múltiples procesos se ejecuten al mismo tiempo. El primero tiene la ventaja de que es posible interactuar con una instancia en ejecución de PhotoQt a través de la línea de órdenes (de hecho, es un requisito para que funcione). Esto último permite, por ejemplo, la comparación de varias imágenes lado a lado. - + run a single instance only ejecutar una sola instancia - + allow multiple instances permitir múltiples instancias - - + + Reopen last image Settings title Reabrir la última imagen - + When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. - + start with blank session comenzar con sesión vacía - + reopen last used image volver a abrir la última imagen utilizada - - + + Remember changes Settings title Recordar cambios - + Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. Una vez que una imagen ha sido cargada, puede ser manipulada libremente mediante el acercamiento, rotación o espejado de esta. Una vez que otra imagen es cargada, cualquiera de esos cambios es olvidado. Si se prefiere, es posible para PhotoQt recordar cualquier manipulación por la sesión. Tengase en cuenta que una vez que se cierra PhotoQt, estos cambios serán olvidados en cualquier caso. - + In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. - + forget changes when other image loaded - forget changes when other image loaded + olvidar cambios cuando se carga otra imagen - + remember changes per session recordar cambios por sesión - + reuse same changes for all images reutilizar los mismos cambios para todas las imágenes - - + + Tray Icon Settings title Icono en área de notificaciones - + PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. - PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. + PhotoQt puede mostrar un pequeño icono en la bandeja del sistema. El icono de la bandeja proporciona formas adicionales de controlar e interactuar con la aplicación. También es posible ocultar PhotoQt a la bandeja del sistema en lugar de cerrar. Por omisión se utiliza una versión coloreada del icono de la bandeja, pero también es posible utilizar una versión monocromática. - + Show tray icon Mostrar icono en área de notificaciones - + monochrome icon icono monocromático - + hide to tray icon instead of closing ocultar al icono en área de notificaciones en vez de cerrar - - + + Reset when hiding Settings title Restablecer al ocultar - + When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. - + reset session when hiding restablecer sesión al ocultar - - + + Move image with mouse Settings title Mover imagen con el ratón - + PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). - + move image with left button mover imagen con el botón izquierdo - + move image with mouse wheel mover imagen con la rueda del ratón - + very sensitive used as in: very sensitive mouse wheel muy sensible - + not sensitive used as in: not at all sensitive mouse wheel no sensible - + hide cursor after timeout ocultar cursor tras un tiempo de espera - - + + Double click Settings title Doble clic - + A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. - - + + Mouse wheel Settings title Rueda del ratón - + Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. - - + + Hide mouse cursor Settings title Ocultar cursor del ratón - + Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. - + Viewing images This is a shortcut category Visualización de imágenes - + Current image This is a shortcut category Imagen actual - + Current folder This is a shortcut category Carpeta actual - + Other This is a shortcut category Otros - + External This is a shortcut category Externos @@ -4495,447 +4562,471 @@ the window buttons can be hidden automatically after a set timeoutPuede usarse como parte de un atajo solo cuando se combina con teclas modificadoras (Alt, Ctrl, etc.). - + Next image Name of shortcut action Imagen siguiente - + Previous image Name of shortcut action Imagen anterior - + Go to first image Name of shortcut action Ir a la primera imagen - + Go to last image Name of shortcut action Ir a la última imagen - + Zoom In Name of shortcut action Acercar - + Zoom Out Name of shortcut action Alejar - + Zoom to Actual Size Name of shortcut action Ajustar al tamaño real - + Reset Zoom Name of shortcut action Restablecer acercamiento - + Rotate Right Name of shortcut action Girar a la derecha - + Rotate Left Name of shortcut action Girar a la izquierda - + Reset Rotation Name of shortcut action Restablecer rotación - - Flip Horizontally + + Mirror Horizontally Name of shortcut action - Voltear horizontalmente + Reflejar horizontalmente - - Flip Vertically + + Mirror Vertically Name of shortcut action - Voltear verticalmente + Reflejar verticalmente - + + Reset Mirror + Name of shortcut action + Restablecer reflejo + + + Load a random image Name of shortcut action Cargar una imagen al azar - + Hide/Show face tags (stored in metadata) Name of shortcut action Ocultar/mostrar etiquetas de rostros (almacenadas en metadatos) - + Toggle: Fit in window Name of shortcut action Alternar: Ajustar en ventana - + Toggle: Show always actual size by default Name of shortcut action Conmutar: mostrar siempre el tamaño real por omisión - + Stream content to Chromecast device Name of shortcut action Transmitir contenido a dispositivo Chromecast - + Move view left Name of shortcut action Mover vista a la izquierda - + Move view right Name of shortcut action Mover vista a la derecha - + Move view up Name of shortcut action Mover vista arriba - + Move view down Name of shortcut action Mover vista abajo - + Go to left edge of image Name of shortcut action Ir al borde izquierdo de la imagen - + Go to right edge of image Name of shortcut action Ir al borde derecho de la imagen - + Go to top edge of image Name of shortcut action Ir al borde superior de la imagen - + Go to bottom edge of image Name of shortcut action Ir al borde inferior de la imagen - + Show Histogram Name of shortcut action Mostrar histograma - + Show Image on Map Name of shortcut action Mostrar imagen en mapa - + Enter viewer mode Name of shortcut action Entrar en modo de visualización - + Scale Image Name of shortcut action Escalar imagen - + Rename File Name of shortcut action Renombrar archivo - + Delete File Name of shortcut action Eliminar archivo - + Delete File (without confirmation) Name of shortcut action Eliminar archivo (sin confirmación) - + Copy File to a New Location Name of shortcut action Copiar archivo a una nueva ubicación - + Move File to a New Location Name of shortcut action Mover archivo a una nueva ubicación - + Copy Image to Clipboard Name of shortcut action Copiar imagen al portapapeles - + Save image in another format Name of shortcut action Guardar imagen en otro formato - + Print current photo Name of shortcut action Imprimir foto actual - + Set as Wallpaper Name of shortcut action Establecer como fondo de escritorio - + Upload to imgur.com (anonymously) Name of shortcut action Subir a imgur.com (anónimamente) - + Upload to imgur.com user account Name of shortcut action Subir a imgur.com con cuenta de usuario - + Play/Pause animation/video Name of shortcut action Reproducir/Pausar animación/video - + + Go ahead 5 seconds in video + Name of shortcut action + Adelantar 5 segundos el vídeo + + + + Go back 5 seconds in video + Name of shortcut action + Retroceder 5 segundos el vídeo + + + Start tagging faces Name of shortcut action Comenzar a etiquetar rostros - + Enter photo sphere Name of shortcut action Entrar en la foto esfera - + + Detect QR and barcodes + Name of shortcut action + Detectar códigos de barras y QR + + + Open file (browse images) Name of shortcut action Abrir archivo (navegar imágenes) - + Show map explorer Name of shortcut action Mostrar explorador de mapa - + Filter images in folder Name of shortcut action Filtrar imágenes en la carpeta - + Advanced image sort (Setup) Name of shortcut action Ordenación avanzada de imágenes (Configurar) - + Advanced image sort (Quickstart) Name of shortcut action Ordenación avanzada de imágenes (Inicio rápido) - + Start Slideshow (Setup) Name of shortcut action Iniciar presentación (Configurar) - + Start Slideshow (Quickstart) Name of shortcut action Iniciar presentación (inicio rápido) - + Show Context Menu Name of shortcut action Mostrar el menú contextual - + Hide/Show main menu Name of shortcut action Ocultar/Mostrar menú principal - + Hide/Show metadata Name of shortcut action Ocultar/Mostrar metadatos - + Hide/Show thumbnails Name of shortcut action Ocultar/Mostrar miniaturas - + Show floating navigation buttons Name of shortcut action Mostrar botones de navegación flotantes - + Toggle fullscreen mode Name of shortcut action Alternar modo de pantalla completa - + Close window (hides to system tray if enabled) Name of shortcut action Cerrar ventana (ocultar a la bandeja del sistema si está habilitado) - + Quit PhotoQt Name of shortcut action Salir de PhotoQt - + Show Settings Name of shortcut action Mostrar ajustes - + About PhotoQt Name of shortcut action Acerca de PhotoQt - + Show log/debug messages Name of shortcut action Mostrar mensajes de bitácora/depuración - + Reset current session Name of shortcut action Restablecer sesión actual - + Reset current session and hide window Name of shortcut action Restablecer sesión actual y ocultar ventana - + Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. - + Add new shortcuts group Añadir grupo de atajos nuevo - + The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. - + Filter key combinations Filtrar combinaciones de teclas - + Filter shortcut actions Filtrar acciones de atajo - + Show all categories Mostrar todas las categorías - - - - - - + + + + + + Category: Categoría: - + no key combination set no se ha establecido combinación de teclas - + Click to change key combination Clic para cambiar combinación de teclas - + Click to delete key combination Clic para borrar combinación de teclas - - + + ADD Written on small button, used as in: add new key combination. Please keep short! ---------- @@ -4943,455 +5034,440 @@ Written on small button, used as in: add new shortcut action. Please keep short! AGREGAR - + Click to add new key combination Clic para agregar una nueva combinación de teclas - + The new shortcut was in use by another shortcuts group. It has been reassigned to this group. The new shortcut was in use by another shortcuts group. It has been reassigned to this group. - + Undo reassignment Deshacer reasignación - + no action selected The action here is a shortcut action no hay acción seleccionada - + unknown: The unknown here refers to an unknown internal action that was set as shortcut desconocido: - + external This is an identifier in the shortcuts settings used to identify an external shortcut. externo - + quit after This is used for listing external commands for shortcuts, showing if the quit after checkbox has been checked salir después de - + Click to change shortcut action Clic para cambiar acción de atajo - + Click to delete shortcut action Clic para borrar acción de atajo - + Click to add new action The action here is a shortcut action Clic para agregar una nueva acción - + cycle through actions one by one The actions here are shortcut actions ciclar a través de las acciones una por una - + timeout for resetting cycle: The cycle here is the act of cycling through shortcut actions one by one tiempo de espera para reiniciar el ciclo: - + run all actions at once The actions here are shortcut actions ejecutar todas las acciones a la vez - - + + Spacing Settings title Espaciado - + PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. PhotoQt precarga miniaturas para todos los archivos de la carpeta actual y las alinea de lado a lado. Entre cada miniatura se puede añadir espacio para separar cada una de las imágenes. - - + + Highlight Settings title Resalte - + The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. - The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. + La miniatura que corresponde a la imagen cargada actualmente se resalta para facilitar su identificación. El mismo efecto de resalte se usa al posar el ratón sobre una miniatura. Los distintos efectos pueden combinarse a su gusto. - + invert background color effect for highlighting active thumbnail invertir color de fondo - + invert label color effect for highlighting active thumbnail invertir color de etiqueta - + line below effect for highlighting active thumbnail línea debajo - + magnify effect for highlighting active thumbnail ampliar - + lift up effect for highlighting active thumbnail levantar - + hide when not needed used as in: hide thumbnail bar when not needed ocultar cuando sea innecesario - - + + Center on active Settings title Centrar en activo - + When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. - + keep active thumbnail in center mantener la miniatura activa en el centro - + The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. La visibilidad de la barra de minuaturas se puede establecer dependiende de la elección personal. La barra puede, ya sea, mantenerse siempre visible, ocultarse a menos que el cursor del ratón este cerca del borde de pantalla respectivo, o puede mantenerse visible a menos que a la imagen principal se le haga un acercamiento. - + always keep visible used as in: always keep thumbnail bar visible mantener siempre visible - + hide when zoomed in used as in: hide thumbnail bar when zoomed in ocultar cuando hay un acercamiento - - + + Size Settings title Tamaño - + The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. - The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. + Las miniaturas típicamente están ocultas detrás de uno de los bordes de la pantalla. Qué borde de pantalla se puede especificar en la configuración de la interfaz. El tamaño de las miniaturas se refiere al tamaño máximo de cada miniatura individual. - - + + Scale and crop Settings title Escalar y recortar - + The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. - + fit thumbnail encajar miniatura - + scale and crop thumbnail escalar y recortar miniatura - + keep small thumbnails small mantener las miniaturas pequeñas - + On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. - + decrease opacity for inactive thumbnails disminuir opacidad de miniaturas inactivas - - + + Icons only Settings title Solo iconos - + Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. - + use actual thumbnail images The word actual is used with the same meaning as: real use actual thumbnail images - + use filetype icons usar iconos de tipo de archivo - - + + Label Settings title Etiqueta - + show filename label mostrar etiqueta de nombre de archivo - - + + Tooltip Settings title Descripción emergente - + PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. - PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. + PhotoQt puede mostrar información adicional sobre una imagen en la forma de un cuadro emergente que es mostrado cuando el cursor del ratón se sitúa sobre una miniatura. La información mostrada incluye el nombre completo del archivo, el tamaño del archivo y el tipo de archivo. - + show tooltips mostrar descripciones emergentes - + PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. - + enable cache activar antememoria - - + + Exclude folders Settings title Excluir carpetas - + PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. - + When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. - + Cloud providers to exclude from caching: Proveedores de nube a excluir de la caché: - + Do not cache these folders: No prealmacenar estas carpetas: - + One folder per line Una carpeta por línea - + Add folder Written on a button Añadir carpeta - - + + How many threads Settings title Cuántos hilos - + In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. - + current value: %1 thread(s) Important: Please do not forget the placeholder! valor actual: %1 hilo(s) - - subcategory - subcategoría - - - - Settings: - Preferencias: - - - - main category - categoría principal - - - + Export/Import configuration Settings title Exportar/Importar configuración - + Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. - + export configuration Exportar configuración - + import configuration Importar Configuración - + Restart required Se requiere reiniciar - + PhotoQt will now quit as it needs to be restarted for the changes to take effect. PhotoQt will now quit as it needs to be restarted for the changes to take effect. - + Reset settings and shortcuts Settings title Restablecer configuración y atajos - + Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. - + reset settings restablecer configuración - + reset shortcuts restablecer atajos - + reset enabled file formats reiniciar formatos de archivo habilitados - + You can still cancel this action. Seconds remaining: Todavía se puede cancelar esta acción. Segundos restantes: - + Motion/Live photos Settings title Fotos de Motion/Live - + This feature is not supported by your build of PhotoQt. Esta característica no está soportada por tu compilación construida de PhotoQt. - + Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. - + Look for Apple Live Photos Busca fotos de Apple Live - + Photo spheres Settings title Foto esferas - + PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. - + Check for photo spheres Buscar foto esferas - + Look for Google Motion Photos Busca fotos de Google Motion @@ -5400,190 +5476,190 @@ Written on small button, used as in: add new shortcut action. Please keep short! slideshow - + Slideshow setup Window title Configuración de pase de diapositivas - + Start slideshow Written on a clickable button Iniciar presentación - + interval The interval between images in a slideshow intervalo - + animation This is referring to the in/out animation of images during a slideshow animación - + opacity This is referring to the in/out animation of images during slideshows desvanecer - + along x-axis This is referring to the in/out animation of images during slideshows Deslizar en el eje X - + along y-axis This is referring to the in/out animation of images during slideshows Deslizar en el eje Y - + rotation This is referring to the in/out animation of images rotación - + explosion This is referring to the in/out animation of images explosión - + implosion This is referring to the in/out animation of images implosión - + choose one at random This is referring to the in/out animation of images elegir uno al azar - + animation speed The speed of transitioning from one image to another during slideshows velocidad de animación - + immediately, without animation This refers to a speed of transitioning from one image to another during slideshows inmediatamente, sin animación - + pretty fast animation This refers to a speed of transitioning from one image to another during slideshows animación bastante rápida - + not too fast and not too slow This refers to a speed of transitioning from one image to another during slideshows ni muy rápido, ni muy lento - + very slow animation This refers to a speed of transitioning from one image to another during slideshows animación muy lenta - + current speed This refers to the currently set speed of transitioning from one image to another during slideshows velocidad actual - + looping ciclar - + loop over all files Loop over all images during slideshows ciclar todas las imágenes - + shuffle during slideshows shuffle the order of all images Orden aleatorio - + shuffle all files during slideshows shuffle the order of all images Usar orden aleatorio para todos los archivos - + subfolders also include images in subfolders during slideshows subcarpetas - + include images in subfolders also include images in subfolders during slideshows incluir imágenes en las subcarpetas - + status info What to do with the file details during slideshows información de estado - + hide status info during slideshow What to do with the file details during slideshows ocultar información de estado durante pase de diapositivas - + window buttons What to do with the window buttons during slideshows botones de ventana - + hide window buttons during slideshow What to do with the window buttons during slideshows ocultar los botones de ventana durante la presentación - + music The music that is to be played during slideshows música - + enable music Enable music to be played during slideshows habilitar música - + no file selected no se ha seleccionado archivo - + Click to select music file Click para seleccionar archivo de música - + Click to change music file Click para cambiar archivo de música @@ -5594,47 +5670,52 @@ Written on small button, used as in: add new shortcut action. Please keep short! Pase de diapositivas - + Click to go to the previous image Clic para ir a la imagen anterior - + Click to pause slideshow Clic para pausar la presentación - + Click to play slideshow Clic para reproducir la presentación - + Click to go to the next image Clic para ir a la siguiente imagen - + Click to exit slideshow Clic para salir de la presentación + + + Slideshow started. + Comenzó el pase de diapositivas. + startup - - - + + + Edit with %1 Used as in 'Edit with [application]'. %1 will be replaced with application name. Editar con %1 - - - - - + + + + + Open in %1 Used as in 'Open with [application]'. %1 will be replaced with application name. Abrir en %1 @@ -5643,35 +5724,35 @@ Written on small button, used as in: add new shortcut action. Please keep short! statusinfo - + Click anywhere to open a file Pulse en cualquier sitio para abrir un archivo - + Click and drag to move window around Pulse y arrastre para mover la ventana - - - + + + Click and drag to move status info around Pulse y arrastre para mover la información de estado - + Click to remove filter Pulse para quitar el filtro - + Filter: This refers to the currently set filter Filtro: - + Connected to: Used in tooltip for the chromecast icon Conectado con: @@ -5681,43 +5762,43 @@ Written on small button, used as in: add new shortcut action. Please keep short! streaming - + Streaming (Chromecast) Window title Transmitiendo (Chromecast) - + Connect Used as in: Connect to chromecast device Conectar - + Disconnect Used as in: Disconnect from chromecast device Desconectar - - + + No devices found The devices here are chromecast devices No se encontró ningún dispositivo - + Status: The status refers to whether the chromecast manager is currently scanning or idle Estado: - + Looking for Chromecast devices Buscando dispositivos Chromecast - + Select which device to connect to Seleccione el dispositivo con el cual conectar @@ -5725,12 +5806,12 @@ Written on small button, used as in: add new shortcut action. Please keep short! thumbnails - + File size: Tamaño de archivo: - + File type: Tipo de archivo: @@ -5738,42 +5819,53 @@ Written on small button, used as in: add new shortcut action. Please keep short! unavailable - + The chromecast feature is not available in this build of PhotoQt. La funcionalidad Chromecast no está disponible en esta versión de PhotoQt. - + The location feature is not available in this build of PhotoQt. La funcionalidad de ubicación no está disponible en esta versión de PhotoQt. + + + + Photo spheres are not supported by this build of PhotoQt. + Photo spheres are not supported by this build of PhotoQt. + + + + This file type does not support face tags. + Este tipo de archivo no admite etiquetar rostros. + wallpaper - + Wallpaper Window title Fondo de escritorio - + Set as Wallpaper Establecer como fondo de pantalla - - - - - + + + + + Click to choose %1 %1 is a placeholder for the name of a desktop environment (plasma, xfce, gnome, etc.) Clic para seleccionar %1 - + Other Used as in: Other Desktop Environment diff --git a/lang/photoqt_it_IT.ts b/lang/photoqt_it_IT.ts index a3621c00..6a0bfcc9 100644 --- a/lang/photoqt_it_IT.ts +++ b/lang/photoqt_it_IT.ts @@ -4,61 +4,61 @@ MainMenu - + navigation This is a category in the main menu. navigation - + previous as in: PREVIOUS image. Please keep short. previous - + next as in: NEXT image. Please keep short. next - + first as in: FIRST image. Please keep short. prima - + last as in: LAST image. Please keep short. ultima - + Browse images Sfoglia immagini - + Map Explorer Map Explorer - + current image This is a category in the main menu. current image - + Zoom Entry in main menu. Please keep short. Ingrandimento - - - + + + reset Used as in RESET zoom. ---------- @@ -68,52 +68,52 @@ Used as in RESET mirroring. reset - + Rotation Entry in main menu. Please keep short. Rotation - + Mirror Mirroring (or flipping) an image. Please keep short. Mirror - + Hide histogram Nascondi istogramma - + Show histogram Mostra istogramma - + Hide current location Hide current location - + Show current location Show current location - + all images This is a category in the main menu. all images - + Slideshow Entry in main menu. Please keep short. Presentazione - - + + Start Used as in START slideshow. Please keep short ---------- @@ -121,8 +121,8 @@ Used as in START advanced sort. Please keep short Avvia - - + + Setup Used as in SETUP slideshow. Please keep short ---------- @@ -130,54 +130,54 @@ Used as in SETUP advanced sort. Please keep short Configurazione - + Sort Entry in main menu. Please keep short. Sort - + Filter images Filtra immagini - + Streaming (Chromecast) Streaming (Chromecast) - + Open in default file manager Aprire con il gestore di file predefinito - + general This is a category in the main menu. general - + Settings Impostazioni - + About Informazioni - + Online help Guida in linea - + Quit Esci - + custom This is a category in the main menu. custom @@ -208,189 +208,189 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsMetaData - + yes This string identifies that flash was fired, stored in image metadata yes - + no This string identifies that flash was not fired, stored in image metadata no - + No flash function This string refers to the absense of a flash, stored in image metadata No flash function - + strobe return light not detected This string refers to a flash mode, stored in image metadata strobe return light not detected - + strobe return light detected This string refers to a flash mode, stored in image metadata strobe return light detected - + compulsory flash mode This string refers to a flash mode, stored in image metadata compulsory flash mode - + auto mode This string refers to a flash mode, stored in image metadata auto mode - + red-eye reduction mode This string refers to a flash mode, stored in image metadata red-eye reduction mode - + return light detected This string refers to a flash mode, stored in image metadata return light detected - + return light not detected This string refers to a flash mode, stored in image metadata return light not detected - + Invalid flash This string refers to a flash mode, stored in image metadata Invalid flash - + Standard This string refers to a type of scene, stored in image metadata Standard - + Landscape This string refers to a type of scene, stored in image metadata Landscape - + Portrait This string refers to a type of scene, stored in image metadata Portrait - + Night Scene This string refers to a type of scene, stored in image metadata Night Scene - + Invalid Scene Type This string refers to a type of scene, stored in image metadata Invalid Scene Type - + Unknown This string refers to the light source stored in image metadata Unknown - + Daylight This string refers to the light source stored in image metadata Daylight - + Fluorescent This string refers to the light source stored in image metadata Fluorescent - + Tungsten (incandescent light) This string refers to the light source stored in image metadata Tungsten (incandescent light) - + Flash This string refers to the light source stored in image metadata Flash - + Fine weather This string refers to the light source stored in image metadata Fine weather - + Cloudy Weather This string refers to the light source stored in image metadata Cloudy Weather - + Shade This string refers to the light source stored in image metadata Shade - + Daylight fluorescent This string refers to the light source stored in image metadata Daylight fluorescent - + Day white fluorescent This string refers to the light source stored in image metadata Day white fluorescent - + Cool white fluorescent This string refers to the light source stored in image metadata Cool white fluorescent - + White fluorescent This string refers to the light source stored in image metadata White fluorescent - - - + + + Standard light This string refers to the light source stored in image metadata Standard light - + Other light source This string refers to the light source stored in image metadata Other light source - + Invalid light source This string refers to the light source stored in image metadata Invalid light source @@ -399,7 +399,7 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsOther - + Print Print @@ -478,241 +478,241 @@ Used as in SETUP advanced sort. Please keep short Ce l'ho messa tutta, ma non riesco proprio ad aprire il database delle scorciatoie predefinite. - + Alt Refers to a keyboard modifier Alt - + Ctrl Refers to a keyboard modifier Ctrl - + Shift Refers to a keyboard modifier Shift - + Page Up Refers to one of the keys on the keyboard Page Up - + Page Down Refers to one of the keys on the keyboard Page Down - + Meta Refers to the key that usually has the Windows symbol on it Meta - + Keypad Refers to the key that triggers the number block on keyboards Keypad - + Escape Refers to one of the keys on the keyboard Escape - + Right Refers to one of the arrow keys on the keyboard Right - + Left Refers to one of the arrow keys on the keyboard Left - + Up Refers to one of the arrow keys on the keyboard Up - + Down Refers to one of the arrow keys on the keyboard Down - + Space Refers to one of the keys on the keyboard Space - + Delete Refers to one of the keys on the keyboard Delete - + Backspace Refers to one of the keys on the keyboard Backspace - + Home Refers to one of the keys on the keyboard Home - + End Refers to one of the keys on the keyboard End - + Insert Refers to one of the keys on the keyboard Insert - + Tab Refers to one of the keys on the keyboard Tab - + Return Return refers to the enter key of the number block - please try to make the translations of Return and Enter (the main button) different if possible! Return - + Enter Enter refers to the main enter key - please try to make the translations of Return (in the number block) and Enter different if possible! Enter - + Left Button Refers to a mouse button Left Button - + Right Button Refers to a mouse button Right Button - + Middle Button Refers to a mouse button Middle Button - + Back Button Refers to a mouse button Back Button - + Forward Button Refers to a mouse button Forward Button - + Task Button Refers to a mouse button Task Button - + Button #7 Refers to a mouse button Button #7 - + Button #8 Refers to a mouse button Button #8 - + Button #9 Refers to a mouse button Button #9 - + Button #10 Refers to a mouse button Button #10 - + Double Click Refers to a mouse event Double Click - + Wheel Up Refers to the mouse wheel Wheel Up - + Wheel Down Refers to the mouse wheel Wheel Down - + Wheel Left Refers to the mouse wheel Wheel Left - + Wheel Right Refers to the mouse wheel Wheel Right - + East Refers to a direction of the mouse when performing a mouse gesture East - + South Refers to a direction of the mouse when performing a mouse gesture South - + West Refers to a direction of the mouse when performing a mouse gesture West - + North Refers to a direction of the mouse when performing a mouse gesture North @@ -721,54 +721,54 @@ Used as in SETUP advanced sort. Please keep short about - + About Informazioni - + Show configuration overview The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Mostra panoramica della configurazione - + License: Licenza: - + Open license in browser Apri licenza nel browser - + Website: Sito web: - + Open website in browser Apri sito web nel browser - + Contact: Contatti: - + Send an email Invia una e-mail - + Configuration The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Configurazione - + Copy to clipboard Copia negli appunti @@ -816,146 +816,146 @@ Used as in SETUP advanced sort. Please keep short advancedsort - + Advanced image sort Window title Advanced image sort - + Sort images Ordina immagini - + Sorting criteria: Sorting criteria: - + Resolution The image resolution (width/height in pixels) Risoluzione - + Dominant color The color that is most common in the image Colore dominante - + Average color the average color of the image Colore medio - + Luminosity the average color of the image Luminosità - + Exif date Data EXIF - + Sort by image resolution Sort by image resolution - - - - - + + + + + in ascending order as is: sort in ascending order in ascending order - - - - - + + + + + in descending order as is: sort in descending order in descending order - + Sort by dominant color Sort by dominant color - - - + + + low quality (fast) quality and speed of advanced sorting of images bassa qualità (veloce) - - - + + + medium quality quality and speed of advanced sorting of images media qualità - - - + + + high quality (slow) quality and speed of advanced sorting of images alta qualità (lento) - + Sort by average color Sort by average color - + Sort by luminosity Sort by luminosity - + Sort by date Sort by date - + Order of priority: Order of priority: - + Exif tag: Original date/time Etichetta EXIF: Data/ora originale - + Exif tag: Digitized date/time Etichetta EXIF: Data/ora digitalizzata - + File creation date Data di creazione del file - + File modification date Data di modifica del file - + If a value cannot be found, PhotoQt will proceed to the next item in the list. If a value cannot be found, PhotoQt will proceed to the next item in the list. @@ -1118,112 +1118,122 @@ Used as in SETUP advanced sort. Please keep short contextmenu - + Rename file Rename file - + Copy file Copy file - + Move file Move file - + Delete file Delete file - + Copy to clipboard Copy to clipboard - + Export to different format Export to different format - + Scale image Scale image - + Tag faces Tag faces - + Set as wallpaper Set as wallpaper - + Show histogram Show histogram - + Show on map Show on map + + + Hide QR/barcodes + Hide QR/barcodes + + + + Detect QR/barcodes + Detect QR/barcodes + export - + Export image title of action element Export image - - + + Export written on button Export - + Something went wrong during export to the selected format... Something went wrong during export to the selected format... - + Favorites: These are the favorite image formats for exporting images to Favorites: - + no favorites set the favorites are image formats for exporting images to no favorites set - - + + Click to select this image format Click to select this image format - - + + Click to remove this image format from your favorites Click to remove this image format from your favorites - + Click to add this image format to your favorites Click to add this image format to your favorites - + Selected target format: The target format is the format the image is about to be exported to Selected target format: @@ -1232,17 +1242,23 @@ Used as in SETUP advanced sort. Please keep short facetagging - + Click to exit face tagging mode Clicca per uscire dalla modalità di etichettatura facciale - + Who is this? Chi è? - + + Face tagging mode activated. Click-and-drag to tag faces. + Face tagging mode activated. Click-and-drag to tag faces. + + + + Click to exit photo sphere Click to exit photo sphere @@ -1250,48 +1266,48 @@ Used as in SETUP advanced sort. Please keep short filedialog - + Show files as icons Show files as icons - + Show files as list Show files as list - + no subfolders found no subfolders found - - + + %1 image %1 immagine - - + + %1 images %1 immagini - + # images Numero di immagini - - + + Date: Data: - - + + Time: Orario: @@ -1302,336 +1318,336 @@ Used as in SETUP advanced sort. Please keep short - + File size: Dimensioni del file: - + File type: Tipo di file: - + no supported files/folders found no supported files/folders found - + Load this folder Carica questa cartella - + Load this file Carica questo file - + Add to Favorites Aggiungi ai preferiti - + Remove file selection Rimuovi selezione file - + Select file Seleziona file - + Remove all file selection Rimuovere tutti dalla selezione - + Select all files Seleziona tutti i file - + Delete selection Elimina selezione - + Delete file Elimina file - + Delete folder Elimina cartella - + Delete file/folder Elimina file/cartella - + Cut selection Taglia selezione - + Cut file Taglia file - + Cut folder Taglia cartella - + Cut file/folder Taglia file/cartella - + Copy selection Copia selezione - + Copy file Copia file - + Copy folder Copia cartella - + Copy file/folder Copia file/cartella - + Paste files from clipboard Incolla file dagli appunti - + Show hidden files Mostra file nascosti - + Show tooltip with image details Mostra suggerimento con i dettagli dell'immagine - + bookmarks and devices disabled bookmarks and devices disabled - + Show entry Mostra elemento - + Hide entry Nascondi elemento - + Remove entry Rimuovi elemento - + Hide hidden entries Nascondi elementi nascosti - + Show hidden entries Mostra elementi nascosti - + Hide bookmarked places Hide bookmarked places - + Show bookmarked places Show bookmarked places - + Hide storage devices Nascondi dispositivi di archiviazione - + Show storage devices Mostra dispositivi di archiviazione - + Storage Devices Storage Devices - - + + Bookmarks file manager settings popdown: menu title Bookmarks - + Zoom: Ingrandimento: - + Adjust size of files and folders Adjust size of files and folders - + Cancel and close Cancel and close - + Sort by: Ordina per: - + Name Nome - + Natural Name Nome naturale - + Time modified Modificato - + File size Dimensione - + File type Tipo - + reverse order Inverti ordine - + All supported images Tutte le immagini supportate - + Video files File video - + All files Tutti i file - + View file manager settings popdown: menu title View - + layout file manager settings popdown: submenu title layout - + list view list view - + icon view icon view - + padding file manager settings popdown: submenu title padding - + drag and drop file manager settings popdown: submenu title drag and drop - + enable for list view file manager settings popdown: the thing to enable here is drag-and-drop enable for list view - + enable for grid view file manager settings popdown: the thing to enable here is drag-and-drop enable for grid view - + enable for bookmarks file manager settings popdown: the thing to enable here is drag-and-drop enable for bookmarks - + select with single click file manager settings popdown: how to select files select with single click - + hidden files hidden files - + tooltips tooltips - + Thumbnails file manager settings popdown: menu title Thumbnails - - - + + + show file manager settings popdown: show thumbnails ---------- @@ -1641,9 +1657,9 @@ file manager settings popdown: show image previews show - - - + + + scale and crop file manager settings popdown: scale and crop the thumbnails ---------- @@ -1653,90 +1669,90 @@ file manager settings popdown: scale and crop image previews scale and crop - + folder thumbnails folder thumbnails - + autoload file manager settings popdown: automatically load the folder thumbnails autoload - + loop file manager settings popdown: loop through the folder thumbnails loop - + timeout file manager settings popdown: timeout between switching folder thumbnails timeout - + 1 second 1 second - + half a second half a second - + show bookmarks show bookmarks - + show devices file manager settings popdown: the devices here are the storage devices show devices - + Preview file manager settings popdown: menu title Preview - + higher resolution file manager settings popdown: use higher resolution for image previews higher resolution - + blur file manager settings popdown: blur image previews blur - + color intensity file manager settings popdown: color intensity of image previews color intensity - + %1 files already exist in the target directory. %1 files already exist in the target directory. - + Check the files below that you want to paste anyways. Files left unchecked will not be pasted. Check the files below that you want to paste anyways. Files left unchecked will not be pasted. - + Select all Select all - + Select none Select none @@ -1745,58 +1761,58 @@ file manager settings popdown: scale and crop image previews filemanagement - + Delete file? Window title Elimina file? - - + + Rename file Window title Rinomina file - - + + Move to trash Sposta nel cestino - - + + Delete permanently Elimina definitivamente - + Are you sure you want to delete this file? Sei sicuro di voler cancellare questo file? - + An error occured, file could not be deleted! Si è verificato un errore, il file non può essere eliminato! - + old filename: old filename: - + new filename: new filename: - + An error occured, file could not be renamed An error occured, file could not be renamed - + A file with this filename already exists A file with this filename already exists @@ -1827,22 +1843,22 @@ file manager settings popdown: scale and crop image previews File could not be moved - + File successfully deleted File successfully deleted - + Could not delete file Could not delete file - + File successfully moved to trash File successfully moved to trash - + Could not move file to trash Could not move file to trash @@ -1851,46 +1867,46 @@ file manager settings popdown: scale and crop image previews filter - + Filter images in current directory Window title Filtra immagini nella cartella corrente - + Filter Written on a clickable button - please keep short Filtro - + Remove filter Written on a clickable button - please keep short Rimuovi filtro - + To filter by file extension, start the term with a dot. Setting the width or height of the resolution to 0 ignores that dimension. Per filtrare i file per estensione, inizia il termine con un punto. Impostare la larghezza o l'altezza della risoluzione a zero ignora quella dimensione. - + File name/extension: Nome/estensione del file: - + Enter terms Inserisci termini - + Image Resolution Image Resolution - - + + greater than used as tooltip in the sense of 'image resolution GREATER THAN 123x123' ---------- @@ -1898,8 +1914,8 @@ used as tooltip in the sense of 'file size GREATER THAN 123 KB/MB'maggiore di - - + + less than used as tooltip in the sense of 'image resolution LESS THAN 123x123' ---------- @@ -1907,12 +1923,12 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'minore di - + File size Dimensione - + Please note that filtering by image resolution can take a little while, depending on the number of images in the folder. Nota che filtrare per risoluzione dell'immagine può richiedere un po' di tempo, a seconda del numero di immagini nella cartella. @@ -1921,28 +1937,28 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'histogram - + Histogram Window title Istogramma - + Click-and-drag to move. Clicca e trascina per spostare. - + Right click to switch version. Clicca col tasto destro per commutare versione. - + Loading... Caricamento... - + Error loading histogram Error loading histogram @@ -1950,26 +1966,41 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' image - + Click here to enter photo sphere Click here to enter photo sphere - + Click here to enter viewer mode Click here to enter viewer mode - + Hide central button for entering viewer mode Hide central button for entering viewer mode + + + No bar/QR codes found. + No bar/QR codes found. + + + + 1 bar/QR code found. + 1 bar/QR code found. + + + + %1 bar/QR codes found. + %1 bar/QR codes found. + imageprovider - + File failed to load, it does not exist! Il file non è stato caricato, non esiste! @@ -1978,85 +2009,85 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'imgur - - + + Upload to imgur.com Window title Carica su imgur.com - + Show past uploads Show past uploads - + This seems to take a long time... Sembra richiedere molto tempo... - + There might be a problem with your internet connection or the imgur.com servers. Potrebbe esserci un problema con la tua connessione internet o i server imgur.com. - + An Error occurred while uploading image! Si è verificato un errore durante il caricamento dell'immagine! - + Error code: Codice errore: - + You do not seem to be connected to the internet... Non sembri essere collegato a internet... - + Unable to upload! Impossibile caricare! - + Access Image Accedi all'immagine - - - - + + + + Click to open in browser Clicca per aprire nel browser - + Delete Image Elimina immagine - + No past uploads found The uploads are uploads to imgur.com No past uploads found - + Access: Used as in: access this image Access: - + Delete: Used as in: delete this image Delete: - + Clear all Written on button, please keep short. Used as in: clear all entries Clear all @@ -2087,18 +2118,18 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'mapcurrent - + Current location Window title Current location - + Click-and-drag to move. Click-and-drag to move. - + No location data Nessun dato sulla posizione @@ -2141,111 +2172,121 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' metadata - + No file loaded No file loaded - + Metadata The title of the floating element Metadata - + File name Nome del file - + Dimensions Dimensioni - + Image Immagine - + File size Dimensioni - + File type Tipo - + Make Marca - + Model Modello - + Software Software - + Time Photo was Taken Orario dello scatto - + Exposure Time Tempo di esposizione - + Flash Flash - + Scene Type Tipo di Scena - + Focal Length Lunghezza Focale - + F Number Rapporto Focale - + Light Source Sorgente Luminosa - + Keywords Parole Chiave - + Location Posizione - + Copyright Diritti - + GPS Position Posizione GPS + + + Click to copy value to clipboard, Ctrl+Click to open location in online map service + Click to copy value to clipboard, Ctrl+Click to open location in online map service + + + + Copy value to clipboard + Copy value to clipboard + navigate @@ -2275,13 +2316,13 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' other - + Click anywhere to open a file Part of the message shown in the main view before any image is loaded Clicca dove vuoi per aprire un file - + Move your cursor to the indicated window edges for various actions Part of the message shown in the main view before any image is loaded Move your cursor to the indicated window edges for various actions @@ -2290,25 +2331,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' popinpopout - - - - - - - + + + + + + + Merge into main interface Tooltip of small button to merge a popped out element (i.e., one in its own window) into the main interface Unisci nell'interfaccia principale - - - - - - - + + + + + + + Move to its own window Tooltip of small button to show an element in its own window (i.e., not merged into main interface) Muovi in una nuova finestra @@ -2366,52 +2407,52 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'scale - + Scale image Window title Scala immagine - - + + Scale Scale - + An error occured, file could not be scaled An error occured, file could not be scaled - + Scaling of this file format is not yet supported Scaling of this file format is not yet supported - + Width: The number of horizontal pixels of the image Width: - + Height: The number of vertical pixels of the image Height: - + New size: New size: - + pixels This is used as in: 100x100 pixels pixels - + Quality: Qualità: @@ -2420,25 +2461,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'settingsmanager - + Settings Manager Window title Settings Manager - + Apply changes Apply changes - + Revert changes Revert changes - + - + Interface A settings category ---------- @@ -2446,9 +2487,9 @@ This is a shortcut category Interface - - - + + + Language A settings subcategory and the qml filename ---------- @@ -2456,9 +2497,9 @@ A settings title Language - - - + + + Background A settings subcategory ---------- @@ -2466,9 +2507,9 @@ Settings title Background - - - + + + Popout A settings subcategory ---------- @@ -2476,9 +2517,9 @@ Settings title Popout - - - + + + Context menu A settings subcategory ---------- @@ -2486,92 +2527,92 @@ Settings title Context menu - + Window A settings subcategory Window - - + + Image A settings subcategory Image - + Interaction A settings subcategory Interaction - + Folder A settings subcategory Folder - + Share online A settings subcategory Share online - + All thumbnails A settings subcategory All thumbnails - - + + Manage A settings subcategory Manage - + Face tags A settings subcategory Face tags - + Instance A settings subcategory Instance - + Tray icon A settings subcategory Tray icon - + Image view A settings category Image view - - + + Look Settings title Look - - - + + + Behavior A settings subcategory Behavior - - - + + + Edges A settings subcategory ---------- @@ -2579,8 +2620,8 @@ Settings title Edges - - + + Thumbnails A settings category ---------- @@ -2588,9 +2629,9 @@ Used as descriptor for a screen edge action Thumbnails - - - + + + Metadata A settings category ---------- @@ -2600,9 +2641,9 @@ Used as identifying name for one of the elements in the interface Metadata - - - + + + Labels A settings subcategory ---------- @@ -2610,21 +2651,21 @@ Settings title Labels - + Session A settings category Session - + Remember A settings subcategory Remember - - - + + + File types A settings category ---------- @@ -2632,20 +2673,20 @@ A settings subcategory File types - + Advanced Advanced - + Keyboard & Mouse A settings category Keyboard & Mouse - - - + + + Shortcuts A settings subcategory ---------- @@ -2653,93 +2694,93 @@ Settings title Shortcuts - + Reset Reset - + Reset settings Reset settings - + Reset shortcuts Reset shortcuts - + Export/Import Export/Import - + Export settings Export settings - + Import settings Import settings - + Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close - + Unsaved changes Unsaved changes - + The settings on this page have changed. Do you want to apply or discard them? The settings on this page have changed. Do you want to apply or discard them? - + Apply written on button, used as in: apply changes Apply - + Discard written on button, used as in: discard changes Discard - - + + PDF Settings title PDF - + PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + current value: The current value of the slider specifying the PDF quality ---------- @@ -2749,303 +2790,324 @@ The current value of the slider specifying the size of the window buttonscurrent value: - - + + Archive Settings title Archive - + PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. - + use external tool: unrar use external tool: unrar - - + + Video Settings title Video - + PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. - + Autoplay Autoplay - + Loop Loop - + prefer Qt Multimedia prefer Qt Multimedia - + prefer Libmpv prefer Libmpv - + Video thumbnail generator: Video thumbnail generator: - + + Always use left/right arrow keys to jump back/ahead in videos + Always use left/right arrow keys to jump back/ahead in videos + + + RAW images Settings title RAW images - + Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. - + use embedded image if available use embedded image if available - - + + Viewer mode Settings title Viewer mode - + When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. - + show big button to enter viewer mode show big button to enter viewer mode - + images This is a category of files PhotoQt can recognize: any image format images - + compressed files This is a category of files PhotoQt can recognize: compressed files like zip, tar, cbr, 7z, etc. compressed files - + documents This is a category of files PhotoQt can recognize: documents like pdf, txt, etc. documents - + videos This is a type of category of files PhotoQt can recognize: videos like mp4, avi, etc. videos - + Enable As in: "Enable all formats in the seleted category of file types" Enable - + Disable As in: "Disable all formats in the seleted category of file types" Disable - + Enable everything As in "Enable every single file format PhotoQt can open in any category" Enable everything - + Currently there are %1 file formats enabled The %1 will be replaced with the number of file formats, please don't forget to add it. Currently there are %1 file formats enabled - + Search by description or file ending Search by description or file ending - + Search by image library or category Search by image library or category - + File endings: File endings: - - + + Looping Settings title Looping - + Loop around When reaching the end of the images in the folder whether to loop back around to the beginning or not Loop around - - + + Sort images Settings title Sort images - + Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. - + Sort by: Sort by: - + natural name A criteria for sorting images natural name - + name A criteria for sorting images name - + time A criteria for sorting images time - + size A criteria for sorting images size - + type A criteria for sorting images type - + ascending order Sort images in ascending order ascending order - + descending order Sort images in descending order descending order - - + + Zoom Settings title Zoom - + PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). - + zoom speed: zoom speed: - + minimum zoom: minimum zoom: - + maximum zoom: maximum zoom: - - + + Mirror/Flip + Settings title + Mirror/Flip + + + + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + + + + Animate mirror/flip + Animate mirror/flip + + + + Animation Settings title Animation - + When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. - + When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. - + animate switching between images animate switching between images - + Animation: Animation: - + opacity This is referring to an in/out animation of images opacity - + along x-axis This is referring to an in/out animation of images along x-axis - + along y-axis This is referring to an in/out animation of images along y-axis - - - + + + rotation This is referring to an in/out animation of images ---------- @@ -3053,329 +3115,329 @@ Please keep short! This is the rotation of the current image rotation - + explosion This is referring to an in/out animation of images explosion - + implosion This is referring to an in/out animation of images implosion - + choose one at random This is referring to an in/out animation of images choose one at random - + very slow used here for the animation speed very slow - + very fast used here for the animation speed very fast - - + + Floating navigation Settings title Floating navigation - + Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. - + show floating navigation buttons show floating navigation buttons - - - - + + + + Cache Settings title Cache - + Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. - - + + Interpolation Settings title Interpolation - + none used as in: no margin around image none - + large images: large images: - - + + fit to view fit to view - + load at full scale load at full scale - + small images: small images: - + load as-is load as-is - + show checkerboard pattern show checkerboard pattern - + PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. - + disable interpolation for small images disable interpolation for small images - - + + Margin Settings title Margin - + PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. - - + + Image size Settings title Image size - + PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. - - + + Transparency marker Settings title Transparency marker - + When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. - + It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. - + Note that any change here is saved immediately! Note that any change here is saved immediately! - + Authenticated with user account: Authenticated with user account: - + Authenticate Written on button, used as in: Authenticate with user account Authenticate - + Forget account Written on button, used as in: Forget user account Forget account - + Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. - + An error occured: An error occured: - + The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. - + real transparency How the background of PhotoQt should be real transparency - + fake transparency How the background of PhotoQt should be fake transparency - + solid background color How the background of PhotoQt should be solid background color - + custom background image How the background of PhotoQt should be custom background image - + background image background image - + Click to select an image Tooltip for a mouse area, a click on which opens a file dialog for selecting an image Click to select an image - + scale to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale to fit - + scale and crop to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale and crop to fit - + stretch to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled stretch to fit - + center image If an image is set as background of PhotoQt this is one way it can be shown/scaled center image - + tile image If an image is set as background of PhotoQt this is one way it can be shown/scaled tile image - - + + Click on empty background Click on empty background - + The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured - + no action what to do when the empty background is clicked no action - + close window what to do when the empty background is clicked close window - + navigate between images what to do when the empty background is clicked navigate between images - + toggle window decoration what to do when the empty background is clicked toggle window decoration - - + + Blurring elements behind other elements A settings title Blurring elements behind other elements - + Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. - + Blur elements in the back Blur elements in the back - + The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. - + No custom entries exists yet The custom entries here are the custom entries in the context menu No custom entries exists yet - - + + Select written on button for selecting a file from the file dialog @@ -3384,24 +3446,24 @@ written on button in file picker to select an existing executable fileSelect - + entry name The entry here refers to the text that is shown in the context menu for a custom entry entry name - + executable executable - + Select executable Select executable - + additional flags The flags here are additional parameters that can be passed on to an executable @@ -3410,56 +3472,56 @@ the flags here are parameters specified on the command line additional flags - + quit Quit PhotoQt after executing custom context menu entry. Please keep as short as possible!! quit - + Delete entry The entry here is a custom entry in the context menu Delete entry - + Add new entry The entry here is a custom entry in the context menu Add new entry - + Add system applications The system applications here refers to any image related applications that can be found automatically on your system Add system applications - - + + Duplicate entries in main menu The entries here are the custom entries in the context menu Duplicate entries in main menu - + The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. - + Duplicate in main menu Refers to duplicating the custom context menu entries in the main menu Duplicate in main menu - + No action Used as descriptor for a screen edge action No action - - + + Main menu Used as descriptor for a screen edge action ---------- @@ -3467,212 +3529,217 @@ Used as identifying name for one of the elements in the interface Main menu - + Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. - + The right edge action cannot be changed The action here is a screen edge action The right edge action cannot be changed - - - + + + Click to change action The action here is a screen edge action Click to change action - - + + Sensitivity Settings title Sensitivity - + The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. - + PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. - + Thank you to all who volunteered their time to help translate PhotoQt into other languages! Thank you to all who volunteered their time to help translate PhotoQt into other languages! - + If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: - + Open in browser Open in browser - + Copy to clipboard Copy to clipboard - + File dialog Used as identifying name for one of the elements in the interface File dialog - + Map explorer Used as identifying name for one of the elements in the interface Map explorer - + Settings manager Used as identifying name for one of the elements in the interface Settings manager - + Histogram Used as identifying name for one of the elements in the interface Histogram - + Map (current image) Used as identifying name for one of the elements in the interface Map (current image) - + Scale Used as identifying name for one of the elements in the interface Scale - + Slideshow setup Used as identifying name for one of the elements in the interface Slideshow setup - + Slideshow controls Used as identifying name for one of the elements in the interface Slideshow controls - + Rename file Used as identifying name for one of the elements in the interface Rename file - + Delete file Used as identifying name for one of the elements in the interface Delete file - + Export file Used as identifying name for one of the elements in the interface Export file - + About Used as identifying name for one of the elements in the interface About - + Imgur Used as identifying name for one of the elements in the interface Imgur - + Wallpaper Used as identifying name for one of the elements in the interface Wallpaper - - + + category + category + + + + Filter Noun, not a verb. Used as identifying name for one of the elements in the interface Filter - + Advanced image sort Used as identifying name for one of the elements in the interface Advanced image sort - + Streaming (Chromecast) Used as identifying name for one of the elements in the interface Streaming (Chromecast) - + Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. - + Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. - - + + Keep popouts open Settings title Keep popouts open - + keep file dialog open keep file dialog open - + keep map explorer open keep map explorer open - - + + Pop out when window is small Settings title Pop out when window is small - + Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. - + pop out when application window is small pop out when application window is small - - - + + + Status info A settings subcategory ---------- @@ -3680,92 +3747,92 @@ Settings title Status info - + The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. - + show status information show status information - - + + counter Please keep short! The counter shows where we are in the folder. counter - - + + filename Please keep short! filename - - + + filepath Please keep short! filepath - - + + resolution Please keep short! This is the image resolution. resolution - - + + zoom Please keep short! This is the current zoom level. zoom - - + + filesize Please keep short! This is the filesize of the current image. filesize - + add This is written on a button that is used to add a selected block to the status info section. add - - + + Font size Settings title, the font sized of the status information Font size - + The size of the status info is determined by the font size of the text. The size of the status info is determined by the font size of the text. - - - - + + + + Hide automatically Settings title Hide automatically - + The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. - - + + keep always visible visibility status of the status information ---------- @@ -3773,8 +3840,8 @@ visibility status of the window buttons keep always visible - - + + only show with any cursor move visibility status of the status information ---------- @@ -3782,8 +3849,8 @@ visibility status of the window buttons only show with any cursor move - - + + only show when cursor near top edge visibility status of the status information ---------- @@ -3791,8 +3858,8 @@ visibility status of the window buttons only show when cursor near top edge - - + + hide again after timeout: the status information can be hidden automatically after a set timeout ---------- @@ -3800,586 +3867,586 @@ the window buttons can be hidden automatically after a set timeouthide again after timeout: - + also show when image changes Refers to the status information's auto-hide feature, this is an additional case it can be shown also show when image changes - - + + Window management Settings title Window management - + By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. - + manage window through status info manage window through status info - - + + Fullscreen or window mode Settings title Fullscreen or window mode - + There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. - + fullscreen mode fullscreen mode - + window mode window mode - + keep above other windows keep above other windows - + remember its geometry remember the geometry of PhotoQts window between sessions remember its geometry - + enable window decoration enable window decoration - - + + Window buttons Settings title Window buttons - + PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. - + show integrated window buttons show integrated window buttons - + duplicate buttons from window decoration duplicate buttons from window decoration - + add navigation buttons add navigation buttons - + The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. - - + + Auto Rotation Settings title Auto Rotation - + When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. - + Apply default rotation automatically Apply default rotation automatically - - + + GPS map Settings title GPS map - + Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. - - + + Floating element Settings title Floating element - + The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. - + hide behind screen edge hide behind screen edge - + use floating element use floating element - - - + + + Show face tags Settings title Show face tags - + PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). - + It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. - + font size: font size: - + Show border around face tags Show border around face tags - + red red - + green green - + blue blue - + alpha alpha - - - - + + + + Visibility Settings title Visibility - + The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. - + always show all used as in: always show all face tags always show all - + show one on hover used as in: show one face tag on hover show one on hover - + show all on hover used as in: show one face tag on hover show all on hover - + file name Part of the meta information about the current image. file name - + file type Part of the meta information about the current image. file type - + file size Part of the meta information about the current image. file size - + image #/# Part of the meta information about the current image. image #/# - + dimensions Part of the meta information about the current image. dimensions - + copyright Part of the meta information about the current image. copyright - + exposure time Part of the meta information about the current image. exposure time - + flash Part of the meta information about the current image. flash - + focal length Part of the meta information about the current image. focal length - + f-number Part of the meta information about the current image. f-number - + GPS position Part of the meta information about the current image. GPS position - + keywords Part of the meta information about the current image. keywords - + light source Part of the meta information about the current image. light source - + location Part of the meta information about the current image. location - + make Part of the meta information about the current image. make - + model Part of the meta information about the current image. model - + scene type Part of the meta information about the current image. scene type - + software Part of the meta information about the current image. software - + time photo was taken Part of the meta information about the current image. time photo was taken - + Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. - + Check all used as in: check all checkboxes Check all - + Check none used as in: check none of the checkboxes Check none - - + + Single instance Settings title Single instance - + PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. - + run a single instance only run a single instance only - + allow multiple instances allow multiple instances - - + + Reopen last image Settings title Reopen last image - + When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. - + start with blank session start with blank session - + reopen last used image reopen last used image - - + + Remember changes Settings title Remember changes - + Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. - + In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. - + forget changes when other image loaded forget changes when other image loaded - + remember changes per session remember changes per session - + reuse same changes for all images reuse same changes for all images - - + + Tray Icon Settings title Tray Icon - + PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. - + Show tray icon Show tray icon - + monochrome icon monochrome icon - + hide to tray icon instead of closing hide to tray icon instead of closing - - + + Reset when hiding Settings title Reset when hiding - + When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. - + reset session when hiding reset session when hiding - - + + Move image with mouse Settings title Move image with mouse - + PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). - + move image with left button move image with left button - + move image with mouse wheel move image with mouse wheel - + very sensitive used as in: very sensitive mouse wheel very sensitive - + not sensitive used as in: not at all sensitive mouse wheel not sensitive - + hide cursor after timeout hide cursor after timeout - - + + Double click Settings title Double click - + A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. - - + + Mouse wheel Settings title Mouse wheel - + Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. - - + + Hide mouse cursor Settings title Hide mouse cursor - + Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. - + Viewing images This is a shortcut category Viewing images - + Current image This is a shortcut category Current image - + Current folder This is a shortcut category Current folder - + Other This is a shortcut category Other - + External This is a shortcut category External @@ -4495,447 +4562,471 @@ the window buttons can be hidden automatically after a set timeoutIt can be used as part of a shortcut only when combined with modifier buttons (Alt, Ctrl, etc.). - + Next image Name of shortcut action Next image - + Previous image Name of shortcut action Previous image - + Go to first image Name of shortcut action Go to first image - + Go to last image Name of shortcut action Go to last image - + Zoom In Name of shortcut action Zoom In - + Zoom Out Name of shortcut action Zoom Out - + Zoom to Actual Size Name of shortcut action Zoom to Actual Size - + Reset Zoom Name of shortcut action Reset Zoom - + Rotate Right Name of shortcut action Rotate Right - + Rotate Left Name of shortcut action Rotate Left - + Reset Rotation Name of shortcut action Reset Rotation - - Flip Horizontally + + Mirror Horizontally Name of shortcut action - Flip Horizontally + Mirror Horizontally - - Flip Vertically + + Mirror Vertically Name of shortcut action - Flip Vertically + Mirror Vertically - + + Reset Mirror + Name of shortcut action + Reset Mirror + + + Load a random image Name of shortcut action Load a random image - + Hide/Show face tags (stored in metadata) Name of shortcut action Hide/Show face tags (stored in metadata) - + Toggle: Fit in window Name of shortcut action Toggle: Fit in window - + Toggle: Show always actual size by default Name of shortcut action Toggle: Show always actual size by default - + Stream content to Chromecast device Name of shortcut action Stream content to Chromecast device - + Move view left Name of shortcut action Move view left - + Move view right Name of shortcut action Move view right - + Move view up Name of shortcut action Move view up - + Move view down Name of shortcut action Move view down - + Go to left edge of image Name of shortcut action Go to left edge of image - + Go to right edge of image Name of shortcut action Go to right edge of image - + Go to top edge of image Name of shortcut action Go to top edge of image - + Go to bottom edge of image Name of shortcut action Go to bottom edge of image - + Show Histogram Name of shortcut action Show Histogram - + Show Image on Map Name of shortcut action Show Image on Map - + Enter viewer mode Name of shortcut action Enter viewer mode - + Scale Image Name of shortcut action Scale Image - + Rename File Name of shortcut action Rename File - + Delete File Name of shortcut action Delete File - + Delete File (without confirmation) Name of shortcut action Delete File (without confirmation) - + Copy File to a New Location Name of shortcut action Copy File to a New Location - + Move File to a New Location Name of shortcut action Move File to a New Location - + Copy Image to Clipboard Name of shortcut action Copy Image to Clipboard - + Save image in another format Name of shortcut action Save image in another format - + Print current photo Name of shortcut action Print current photo - + Set as Wallpaper Name of shortcut action Set as Wallpaper - + Upload to imgur.com (anonymously) Name of shortcut action Upload to imgur.com (anonymously) - + Upload to imgur.com user account Name of shortcut action Upload to imgur.com user account - + Play/Pause animation/video Name of shortcut action Play/Pause animation/video - + + Go ahead 5 seconds in video + Name of shortcut action + Go ahead 5 seconds in video + + + + Go back 5 seconds in video + Name of shortcut action + Go back 5 seconds in video + + + Start tagging faces Name of shortcut action Start tagging faces - + Enter photo sphere Name of shortcut action Enter photo sphere - + + Detect QR and barcodes + Name of shortcut action + Detect QR and barcodes + + + Open file (browse images) Name of shortcut action Open file (browse images) - + Show map explorer Name of shortcut action Show map explorer - + Filter images in folder Name of shortcut action Filter images in folder - + Advanced image sort (Setup) Name of shortcut action Advanced image sort (Setup) - + Advanced image sort (Quickstart) Name of shortcut action Advanced image sort (Quickstart) - + Start Slideshow (Setup) Name of shortcut action Start Slideshow (Setup) - + Start Slideshow (Quickstart) Name of shortcut action Start Slideshow (Quickstart) - + Show Context Menu Name of shortcut action Show Context Menu - + Hide/Show main menu Name of shortcut action Hide/Show main menu - + Hide/Show metadata Name of shortcut action Hide/Show metadata - + Hide/Show thumbnails Name of shortcut action Hide/Show thumbnails - + Show floating navigation buttons Name of shortcut action Show floating navigation buttons - + Toggle fullscreen mode Name of shortcut action Toggle fullscreen mode - + Close window (hides to system tray if enabled) Name of shortcut action Close window (hides to system tray if enabled) - + Quit PhotoQt Name of shortcut action Quit PhotoQt - + Show Settings Name of shortcut action Show Settings - + About PhotoQt Name of shortcut action About PhotoQt - + Show log/debug messages Name of shortcut action Show log/debug messages - + Reset current session Name of shortcut action Reset current session - + Reset current session and hide window Name of shortcut action Reset current session and hide window - + Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. - + Add new shortcuts group Add new shortcuts group - + The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. - + Filter key combinations Filter key combinations - + Filter shortcut actions Filter shortcut actions - + Show all categories Show all categories - - - - - - + + + + + + Category: Category: - + no key combination set no key combination set - + Click to change key combination Click to change key combination - + Click to delete key combination Click to delete key combination - - + + ADD Written on small button, used as in: add new key combination. Please keep short! ---------- @@ -4943,455 +5034,440 @@ Written on small button, used as in: add new shortcut action. Please keep short! ADD - + Click to add new key combination Click to add new key combination - + The new shortcut was in use by another shortcuts group. It has been reassigned to this group. The new shortcut was in use by another shortcuts group. It has been reassigned to this group. - + Undo reassignment Undo reassignment - + no action selected The action here is a shortcut action no action selected - + unknown: The unknown here refers to an unknown internal action that was set as shortcut unknown: - + external This is an identifier in the shortcuts settings used to identify an external shortcut. external - + quit after This is used for listing external commands for shortcuts, showing if the quit after checkbox has been checked quit after - + Click to change shortcut action Click to change shortcut action - + Click to delete shortcut action Click to delete shortcut action - + Click to add new action The action here is a shortcut action Click to add new action - + cycle through actions one by one The actions here are shortcut actions cycle through actions one by one - + timeout for resetting cycle: The cycle here is the act of cycling through shortcut actions one by one timeout for resetting cycle: - + run all actions at once The actions here are shortcut actions run all actions at once - - + + Spacing Settings title Spacing - + PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. - - + + Highlight Settings title Highlight - + The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. - + invert background color effect for highlighting active thumbnail invert background color - + invert label color effect for highlighting active thumbnail invert label color - + line below effect for highlighting active thumbnail line below - + magnify effect for highlighting active thumbnail magnify - + lift up effect for highlighting active thumbnail lift up - + hide when not needed used as in: hide thumbnail bar when not needed hide when not needed - - + + Center on active Settings title Center on active - + When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. - + keep active thumbnail in center keep active thumbnail in center - + The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. - + always keep visible used as in: always keep thumbnail bar visible always keep visible - + hide when zoomed in used as in: hide thumbnail bar when zoomed in hide when zoomed in - - + + Size Settings title Size - + The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. - - + + Scale and crop Settings title Scale and crop - + The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. - + fit thumbnail fit thumbnail - + scale and crop thumbnail scale and crop thumbnail - + keep small thumbnails small keep small thumbnails small - + On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. - + decrease opacity for inactive thumbnails decrease opacity for inactive thumbnails - - + + Icons only Settings title Icons only - + Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. - + use actual thumbnail images The word actual is used with the same meaning as: real use actual thumbnail images - + use filetype icons use filetype icons - - + + Label Settings title Label - + show filename label show filename label - - + + Tooltip Settings title Tooltip - + PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. - + show tooltips show tooltips - + PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. - + enable cache enable cache - - + + Exclude folders Settings title Exclude folders - + PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. - + When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. - + Cloud providers to exclude from caching: Cloud providers to exclude from caching: - + Do not cache these folders: Do not cache these folders: - + One folder per line One folder per line - + Add folder Written on a button Add folder - - + + How many threads Settings title How many threads - + In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. - + current value: %1 thread(s) Important: Please do not forget the placeholder! current value: %1 thread(s) - - subcategory - subcategory - - - - Settings: - Settings: - - - - main category - main category - - - + Export/Import configuration Settings title Export/Import configuration - + Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. - + export configuration export configuration - + import configuration import configuration - + Restart required Restart required - + PhotoQt will now quit as it needs to be restarted for the changes to take effect. PhotoQt will now quit as it needs to be restarted for the changes to take effect. - + Reset settings and shortcuts Settings title Reset settings and shortcuts - + Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. - + reset settings reset settings - + reset shortcuts reset shortcuts - + reset enabled file formats reset enabled file formats - + You can still cancel this action. Seconds remaining: You can still cancel this action. Seconds remaining: - + Motion/Live photos Settings title Motion/Live photos - + This feature is not supported by your build of PhotoQt. This feature is not supported by your build of PhotoQt. - + Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. - + Look for Apple Live Photos Look for Apple Live Photos - + Photo spheres Settings title Photo spheres - + PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. - + Check for photo spheres Check for photo spheres - + Look for Google Motion Photos Look for Google Motion Photos @@ -5400,190 +5476,190 @@ Written on small button, used as in: add new shortcut action. Please keep short! slideshow - + Slideshow setup Window title Slideshow setup - + Start slideshow Written on a clickable button Start slideshow - + interval The interval between images in a slideshow intervallo - + animation This is referring to the in/out animation of images during a slideshow animazione - + opacity This is referring to the in/out animation of images during slideshows opacita' - + along x-axis This is referring to the in/out animation of images during slideshows lungo l’asse x - + along y-axis This is referring to the in/out animation of images during slideshows lungo l'asse y - + rotation This is referring to the in/out animation of images rotazione - + explosion This is referring to the in/out animation of images explosion - + implosion This is referring to the in/out animation of images implosion - + choose one at random This is referring to the in/out animation of images choose one at random - + animation speed The speed of transitioning from one image to another during slideshows velocità animazione - + immediately, without animation This refers to a speed of transitioning from one image to another during slideshows immediately, without animation - + pretty fast animation This refers to a speed of transitioning from one image to another during slideshows pretty fast animation - + not too fast and not too slow This refers to a speed of transitioning from one image to another during slideshows not too fast and not too slow - + very slow animation This refers to a speed of transitioning from one image to another during slideshows very slow animation - + current speed This refers to the currently set speed of transitioning from one image to another during slideshows current speed - + looping looping - + loop over all files Loop over all images during slideshows loop over all files - + shuffle during slideshows shuffle the order of all images shuffle - + shuffle all files during slideshows shuffle the order of all images shuffle all files - + subfolders also include images in subfolders during slideshows subfolders - + include images in subfolders also include images in subfolders during slideshows include images in subfolders - + status info What to do with the file details during slideshows status info - + hide status info during slideshow What to do with the file details during slideshows hide status info during slideshow - + window buttons What to do with the window buttons during slideshows window buttons - + hide window buttons during slideshow What to do with the window buttons during slideshows hide window buttons during slideshow - + music The music that is to be played during slideshows musica - + enable music Enable music to be played during slideshows abilita musica - + no file selected nessun file selezionato - + Click to select music file Click to select music file - + Click to change music file Click to change music file @@ -5594,47 +5670,52 @@ Written on small button, used as in: add new shortcut action. Please keep short! Slideshow - + Click to go to the previous image Click to go to the previous image - + Click to pause slideshow Click to pause slideshow - + Click to play slideshow Click to play slideshow - + Click to go to the next image Click to go to the next image - + Click to exit slideshow Click to exit slideshow + + + Slideshow started. + Slideshow started. + startup - - - + + + Edit with %1 Used as in 'Edit with [application]'. %1 will be replaced with application name. Modifica con %1 - - - - - + + + + + Open in %1 Used as in 'Open with [application]'. %1 will be replaced with application name. Apri in %1 @@ -5643,35 +5724,35 @@ Written on small button, used as in: add new shortcut action. Please keep short! statusinfo - + Click anywhere to open a file Click anywhere to open a file - + Click and drag to move window around Click and drag to move window around - - - + + + Click and drag to move status info around Click and drag to move status info around - + Click to remove filter Click to remove filter - + Filter: This refers to the currently set filter Filter: - + Connected to: Used in tooltip for the chromecast icon Connected to: @@ -5681,43 +5762,43 @@ Written on small button, used as in: add new shortcut action. Please keep short! streaming - + Streaming (Chromecast) Window title Streaming (Chromecast) - + Connect Used as in: Connect to chromecast device Connect - + Disconnect Used as in: Disconnect from chromecast device Disconnetti - - + + No devices found The devices here are chromecast devices No devices found - + Status: The status refers to whether the chromecast manager is currently scanning or idle Status: - + Looking for Chromecast devices Looking for Chromecast devices - + Select which device to connect to Select which device to connect to @@ -5725,12 +5806,12 @@ Written on small button, used as in: add new shortcut action. Please keep short! thumbnails - + File size: File size: - + File type: File type: @@ -5738,42 +5819,53 @@ Written on small button, used as in: add new shortcut action. Please keep short! unavailable - + The chromecast feature is not available in this build of PhotoQt. The chromecast feature is not available in this build of PhotoQt. - + The location feature is not available in this build of PhotoQt. The location feature is not available in this build of PhotoQt. + + + + Photo spheres are not supported by this build of PhotoQt. + Photo spheres are not supported by this build of PhotoQt. + + + + This file type does not support face tags. + This file type does not support face tags. + wallpaper - + Wallpaper Window title Wallpaper - + Set as Wallpaper Set as Wallpaper - - - - - + + + + + Click to choose %1 %1 is a placeholder for the name of a desktop environment (plasma, xfce, gnome, etc.) Click to choose %1 - + Other Used as in: Other Desktop Environment diff --git a/lang/photoqt_lt_LT.ts b/lang/photoqt_lt_LT.ts index e99866d3..7c381653 100644 --- a/lang/photoqt_lt_LT.ts +++ b/lang/photoqt_lt_LT.ts @@ -4,61 +4,61 @@ MainMenu - + navigation This is a category in the main menu. navigation - + previous as in: PREVIOUS image. Please keep short. previous - + next as in: NEXT image. Please keep short. next - + first as in: FIRST image. Please keep short. pirmą - + last as in: LAST image. Please keep short. paskutinį - + Browse images Browse images - + Map Explorer Map Explorer - + current image This is a category in the main menu. current image - + Zoom Entry in main menu. Please keep short. Mastelis - - - + + + reset Used as in RESET zoom. ---------- @@ -68,52 +68,52 @@ Used as in RESET mirroring. reset - + Rotation Entry in main menu. Please keep short. Rotation - + Mirror Mirroring (or flipping) an image. Please keep short. Mirror - + Hide histogram Hide histogram - + Show histogram Show histogram - + Hide current location Hide current location - + Show current location Show current location - + all images This is a category in the main menu. all images - + Slideshow Entry in main menu. Please keep short. Skaidrių rodymas - - + + Start Used as in START slideshow. Please keep short ---------- @@ -121,8 +121,8 @@ Used as in START advanced sort. Please keep short Start - - + + Setup Used as in SETUP slideshow. Please keep short ---------- @@ -130,54 +130,54 @@ Used as in SETUP advanced sort. Please keep short Setup - + Sort Entry in main menu. Please keep short. Sort - + Filter images Filter images - + Streaming (Chromecast) Streaming (Chromecast) - + Open in default file manager Atverti numatytoje failų tvarkytuvėje - + general This is a category in the main menu. general - + Settings Nustatymai - + About About - + Online help Online help - + Quit Išeiti - + custom This is a category in the main menu. custom @@ -208,189 +208,189 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsMetaData - + yes This string identifies that flash was fired, stored in image metadata yes - + no This string identifies that flash was not fired, stored in image metadata no - + No flash function This string refers to the absense of a flash, stored in image metadata No flash function - + strobe return light not detected This string refers to a flash mode, stored in image metadata strobe return light not detected - + strobe return light detected This string refers to a flash mode, stored in image metadata strobe return light detected - + compulsory flash mode This string refers to a flash mode, stored in image metadata compulsory flash mode - + auto mode This string refers to a flash mode, stored in image metadata auto mode - + red-eye reduction mode This string refers to a flash mode, stored in image metadata red-eye reduction mode - + return light detected This string refers to a flash mode, stored in image metadata return light detected - + return light not detected This string refers to a flash mode, stored in image metadata return light not detected - + Invalid flash This string refers to a flash mode, stored in image metadata Invalid flash - + Standard This string refers to a type of scene, stored in image metadata Standard - + Landscape This string refers to a type of scene, stored in image metadata Landscape - + Portrait This string refers to a type of scene, stored in image metadata Portrait - + Night Scene This string refers to a type of scene, stored in image metadata Night Scene - + Invalid Scene Type This string refers to a type of scene, stored in image metadata Invalid Scene Type - + Unknown This string refers to the light source stored in image metadata Unknown - + Daylight This string refers to the light source stored in image metadata Daylight - + Fluorescent This string refers to the light source stored in image metadata Fluorescent - + Tungsten (incandescent light) This string refers to the light source stored in image metadata Tungsten (incandescent light) - + Flash This string refers to the light source stored in image metadata Flash - + Fine weather This string refers to the light source stored in image metadata Fine weather - + Cloudy Weather This string refers to the light source stored in image metadata Cloudy Weather - + Shade This string refers to the light source stored in image metadata Shade - + Daylight fluorescent This string refers to the light source stored in image metadata Daylight fluorescent - + Day white fluorescent This string refers to the light source stored in image metadata Day white fluorescent - + Cool white fluorescent This string refers to the light source stored in image metadata Cool white fluorescent - + White fluorescent This string refers to the light source stored in image metadata White fluorescent - - - + + + Standard light This string refers to the light source stored in image metadata Standard light - + Other light source This string refers to the light source stored in image metadata Other light source - + Invalid light source This string refers to the light source stored in image metadata Invalid light source @@ -399,7 +399,7 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsOther - + Print Print @@ -478,241 +478,241 @@ Used as in SETUP advanced sort. Please keep short I tried hard, but I just cannot open the database of default shortcuts. - + Alt Refers to a keyboard modifier Alt - + Ctrl Refers to a keyboard modifier Ctrl - + Shift Refers to a keyboard modifier Shift - + Page Up Refers to one of the keys on the keyboard Page Up - + Page Down Refers to one of the keys on the keyboard Page Down - + Meta Refers to the key that usually has the Windows symbol on it Meta - + Keypad Refers to the key that triggers the number block on keyboards Keypad - + Escape Refers to one of the keys on the keyboard Escape - + Right Refers to one of the arrow keys on the keyboard Right - + Left Refers to one of the arrow keys on the keyboard Left - + Up Refers to one of the arrow keys on the keyboard Up - + Down Refers to one of the arrow keys on the keyboard Down - + Space Refers to one of the keys on the keyboard Space - + Delete Refers to one of the keys on the keyboard Delete - + Backspace Refers to one of the keys on the keyboard Backspace - + Home Refers to one of the keys on the keyboard Home - + End Refers to one of the keys on the keyboard End - + Insert Refers to one of the keys on the keyboard Insert - + Tab Refers to one of the keys on the keyboard Tab - + Return Return refers to the enter key of the number block - please try to make the translations of Return and Enter (the main button) different if possible! Return - + Enter Enter refers to the main enter key - please try to make the translations of Return (in the number block) and Enter different if possible! Enter - + Left Button Refers to a mouse button Left Button - + Right Button Refers to a mouse button Right Button - + Middle Button Refers to a mouse button Middle Button - + Back Button Refers to a mouse button Back Button - + Forward Button Refers to a mouse button Forward Button - + Task Button Refers to a mouse button Task Button - + Button #7 Refers to a mouse button Button #7 - + Button #8 Refers to a mouse button Button #8 - + Button #9 Refers to a mouse button Button #9 - + Button #10 Refers to a mouse button Button #10 - + Double Click Refers to a mouse event Double Click - + Wheel Up Refers to the mouse wheel Wheel Up - + Wheel Down Refers to the mouse wheel Wheel Down - + Wheel Left Refers to the mouse wheel Wheel Left - + Wheel Right Refers to the mouse wheel Wheel Right - + East Refers to a direction of the mouse when performing a mouse gesture East - + South Refers to a direction of the mouse when performing a mouse gesture South - + West Refers to a direction of the mouse when performing a mouse gesture West - + North Refers to a direction of the mouse when performing a mouse gesture North @@ -721,54 +721,54 @@ Used as in SETUP advanced sort. Please keep short about - + About Apie - + Show configuration overview The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Show configuration overview - + License: Licencija: - + Open license in browser Open license in browser - + Website: Internetinė svetainė: - + Open website in browser Open website in browser - + Contact: Susisiekite: - + Send an email Siųsti el. laišką - + Configuration The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Configuration - + Copy to clipboard Copy to clipboard @@ -816,146 +816,146 @@ Used as in SETUP advanced sort. Please keep short advancedsort - + Advanced image sort Window title Advanced image sort - + Sort images Sort images - + Sorting criteria: Sorting criteria: - + Resolution The image resolution (width/height in pixels) Resolution - + Dominant color The color that is most common in the image Dominant color - + Average color the average color of the image Average color - + Luminosity the average color of the image Luminosity - + Exif date Exif date - + Sort by image resolution Sort by image resolution - - - - - + + + + + in ascending order as is: sort in ascending order in ascending order - - - - - + + + + + in descending order as is: sort in descending order in descending order - + Sort by dominant color Sort by dominant color - - - + + + low quality (fast) quality and speed of advanced sorting of images low quality (fast) - - - + + + medium quality quality and speed of advanced sorting of images medium quality - - - + + + high quality (slow) quality and speed of advanced sorting of images high quality (slow) - + Sort by average color Sort by average color - + Sort by luminosity Sort by luminosity - + Sort by date Sort by date - + Order of priority: Order of priority: - + Exif tag: Original date/time Exif tag: Original date/time - + Exif tag: Digitized date/time Exif tag: Digitized date/time - + File creation date File creation date - + File modification date File modification date - + If a value cannot be found, PhotoQt will proceed to the next item in the list. If a value cannot be found, PhotoQt will proceed to the next item in the list. @@ -1118,112 +1118,122 @@ Used as in SETUP advanced sort. Please keep short contextmenu - + Rename file Rename file - + Copy file Copy file - + Move file Move file - + Delete file Delete file - + Copy to clipboard Copy to clipboard - + Export to different format Export to different format - + Scale image Scale image - + Tag faces Tag faces - + Set as wallpaper Set as wallpaper - + Show histogram Show histogram - + Show on map Show on map + + + Hide QR/barcodes + Hide QR/barcodes + + + + Detect QR/barcodes + Detect QR/barcodes + export - + Export image title of action element Export image - - + + Export written on button Export - + Something went wrong during export to the selected format... Something went wrong during export to the selected format... - + Favorites: These are the favorite image formats for exporting images to Favorites: - + no favorites set the favorites are image formats for exporting images to no favorites set - - + + Click to select this image format Click to select this image format - - + + Click to remove this image format from your favorites Click to remove this image format from your favorites - + Click to add this image format to your favorites Click to add this image format to your favorites - + Selected target format: The target format is the format the image is about to be exported to Selected target format: @@ -1232,17 +1242,23 @@ Used as in SETUP advanced sort. Please keep short facetagging - + Click to exit face tagging mode Spustelėkite norėdami išeiti iš veidų žymėjimo veiksenos - + Who is this? Kas tai? - + + Face tagging mode activated. Click-and-drag to tag faces. + Face tagging mode activated. Click-and-drag to tag faces. + + + + Click to exit photo sphere Click to exit photo sphere @@ -1250,48 +1266,48 @@ Used as in SETUP advanced sort. Please keep short filedialog - + Show files as icons Show files as icons - + Show files as list Show files as list - + no subfolders found no subfolders found - - + + %1 image %1 pav. - - + + %1 images %1 pav. - + # images # pav. - - + + Date: Data: - - + + Time: Laikas: @@ -1302,336 +1318,336 @@ Used as in SETUP advanced sort. Please keep short - + File size: Failo dydis: - + File type: Failo tipas: - + no supported files/folders found no supported files/folders found - + Load this folder Įkelti šį aplanką - + Load this file Įkelti šį failą - + Add to Favorites Pridėti prie mėgstamų - + Remove file selection Remove file selection - + Select file Select file - + Remove all file selection Remove all file selection - + Select all files Select all files - + Delete selection Delete selection - + Delete file Delete file - + Delete folder Delete folder - + Delete file/folder Delete file/folder - + Cut selection Cut selection - + Cut file Cut file - + Cut folder Cut folder - + Cut file/folder Cut file/folder - + Copy selection Copy selection - + Copy file Copy file - + Copy folder Copy folder - + Copy file/folder Copy file/folder - + Paste files from clipboard Paste files from clipboard - + Show hidden files Rodyti paslėptus failus - + Show tooltip with image details Show tooltip with image details - + bookmarks and devices disabled bookmarks and devices disabled - + Show entry Rodyti įrašą - + Hide entry Slėpti įrašą - + Remove entry Šalinti įrašą - + Hide hidden entries Slėpti paslėptus įrašus - + Show hidden entries Rodyti paslėptus įrašus - + Hide bookmarked places Hide bookmarked places - + Show bookmarked places Show bookmarked places - + Hide storage devices Slėpti atminties įrenginius - + Show storage devices Rodyti atminties įrenginius - + Storage Devices Storage Devices - - + + Bookmarks file manager settings popdown: menu title Bookmarks - + Zoom: Mastelis: - + Adjust size of files and folders Adjust size of files and folders - + Cancel and close Cancel and close - + Sort by: Rikiuoti pagal: - + Name Pavadinimas - + Natural Name Natūralus pavadinimas - + Time modified Modifikavimo laikas - + File size Failo dydis - + File type Failo tipas - + reverse order atvirkštinė tvarka - + All supported images Visi palaikomi paveikslai - + Video files Vaizdo įrašų failai - + All files Visi failai - + View file manager settings popdown: menu title View - + layout file manager settings popdown: submenu title layout - + list view list view - + icon view icon view - + padding file manager settings popdown: submenu title padding - + drag and drop file manager settings popdown: submenu title drag and drop - + enable for list view file manager settings popdown: the thing to enable here is drag-and-drop enable for list view - + enable for grid view file manager settings popdown: the thing to enable here is drag-and-drop enable for grid view - + enable for bookmarks file manager settings popdown: the thing to enable here is drag-and-drop enable for bookmarks - + select with single click file manager settings popdown: how to select files select with single click - + hidden files hidden files - + tooltips tooltips - + Thumbnails file manager settings popdown: menu title Thumbnails - - - + + + show file manager settings popdown: show thumbnails ---------- @@ -1641,9 +1657,9 @@ file manager settings popdown: show image previews show - - - + + + scale and crop file manager settings popdown: scale and crop the thumbnails ---------- @@ -1653,90 +1669,90 @@ file manager settings popdown: scale and crop image previews scale and crop - + folder thumbnails folder thumbnails - + autoload file manager settings popdown: automatically load the folder thumbnails autoload - + loop file manager settings popdown: loop through the folder thumbnails loop - + timeout file manager settings popdown: timeout between switching folder thumbnails timeout - + 1 second 1 second - + half a second half a second - + show bookmarks show bookmarks - + show devices file manager settings popdown: the devices here are the storage devices show devices - + Preview file manager settings popdown: menu title Preview - + higher resolution file manager settings popdown: use higher resolution for image previews higher resolution - + blur file manager settings popdown: blur image previews blur - + color intensity file manager settings popdown: color intensity of image previews color intensity - + %1 files already exist in the target directory. %1 files already exist in the target directory. - + Check the files below that you want to paste anyways. Files left unchecked will not be pasted. Check the files below that you want to paste anyways. Files left unchecked will not be pasted. - + Select all Select all - + Select none Select none @@ -1745,58 +1761,58 @@ file manager settings popdown: scale and crop image previews filemanagement - + Delete file? Window title Ištrinti failą? - - + + Rename file Window title Pervadinti failą - - + + Move to trash Perkelti į šiukšlinę - - + + Delete permanently Ištrinti visam laikui - + Are you sure you want to delete this file? Are you sure you want to delete this file? - + An error occured, file could not be deleted! Įvyko klaida, nepavyko ištrinti failo! - + old filename: old filename: - + new filename: new filename: - + An error occured, file could not be renamed An error occured, file could not be renamed - + A file with this filename already exists A file with this filename already exists @@ -1827,22 +1843,22 @@ file manager settings popdown: scale and crop image previews File could not be moved - + File successfully deleted File successfully deleted - + Could not delete file Could not delete file - + File successfully moved to trash File successfully moved to trash - + Could not move file to trash Could not move file to trash @@ -1851,46 +1867,46 @@ file manager settings popdown: scale and crop image previews filter - + Filter images in current directory Window title Filtruoti paveikslus esamame kataloge - + Filter Written on a clickable button - please keep short Filtruoti - + Remove filter Written on a clickable button - please keep short Šalinti filtrą - + To filter by file extension, start the term with a dot. Setting the width or height of the resolution to 0 ignores that dimension. To filter by file extension, start the term with a dot. Setting the width or height of the resolution to 0 ignores that dimension. - + File name/extension: File name/extension: - + Enter terms Enter terms - + Image Resolution Image Resolution - - + + greater than used as tooltip in the sense of 'image resolution GREATER THAN 123x123' ---------- @@ -1898,8 +1914,8 @@ used as tooltip in the sense of 'file size GREATER THAN 123 KB/MB'greater than - - + + less than used as tooltip in the sense of 'image resolution LESS THAN 123x123' ---------- @@ -1907,12 +1923,12 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'less than - + File size File size - + Please note that filtering by image resolution can take a little while, depending on the number of images in the folder. Please note that filtering by image resolution can take a little while, depending on the number of images in the folder. @@ -1921,28 +1937,28 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'histogram - + Histogram Window title Histograma - + Click-and-drag to move. Tempkite norėdami perkelti. - + Right click to switch version. Spustelėkite dešiniuoju mygtuku norėdami perjungti versiją. - + Loading... Įkeliama... - + Error loading histogram Error loading histogram @@ -1950,26 +1966,41 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' image - + Click here to enter photo sphere Click here to enter photo sphere - + Click here to enter viewer mode Click here to enter viewer mode - + Hide central button for entering viewer mode Hide central button for entering viewer mode + + + No bar/QR codes found. + No bar/QR codes found. + + + + 1 bar/QR code found. + 1 bar/QR code found. + + + + %1 bar/QR codes found. + %1 bar/QR codes found. + imageprovider - + File failed to load, it does not exist! Nepavyko įkelti failo, jo nėra! @@ -1978,85 +2009,85 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'imgur - - + + Upload to imgur.com Window title Įkelti į imgur.com - + Show past uploads Show past uploads - + This seems to take a long time... Atrodo, kad tai ilgai užtruko... - + There might be a problem with your internet connection or the imgur.com servers. Gali būti, kad yra problemų su jūsų interneto ryšiu arba imgur.com serveriais. - + An Error occurred while uploading image! Įkeliant paveikslą įvyko klaida! - + Error code: Klaidos kodas: - + You do not seem to be connected to the internet... Atrodo, kad nesate prisijungę prie interneto... - + Unable to upload! Nepavyko įkelti! - + Access Image Pasiekti paveikslą - - - - + + + + Click to open in browser Spustelėkite norėdami atverti naršyklėje - + Delete Image Ištrinti paveikslą - + No past uploads found The uploads are uploads to imgur.com No past uploads found - + Access: Used as in: access this image Access: - + Delete: Used as in: delete this image Delete: - + Clear all Written on button, please keep short. Used as in: clear all entries Clear all @@ -2087,18 +2118,18 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'mapcurrent - + Current location Window title Current location - + Click-and-drag to move. Click-and-drag to move. - + No location data No location data @@ -2141,111 +2172,121 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' metadata - + No file loaded No file loaded - + Metadata The title of the floating element Metadata - + File name Failo pavadinimas - + Dimensions Matmenys - + Image Image - + File size Failo dydis - + File type Failo tipas - + Make Gamintojas - + Model Modelis - + Software Programinė įranga - + Time Photo was Taken Fotografavimo laikas - + Exposure Time Išlaikymas - + Flash Blykstė - + Scene Type Režimas - + Focal Length Židinio nuotolis - + F Number F skaičius - + Light Source Šviesos šaltinis - + Keywords Raktažodžiai - + Location Vieta - + Copyright Autorių teisės - + GPS Position GPS pozicija + + + Click to copy value to clipboard, Ctrl+Click to open location in online map service + Click to copy value to clipboard, Ctrl+Click to open location in online map service + + + + Copy value to clipboard + Copy value to clipboard + navigate @@ -2275,13 +2316,13 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' other - + Click anywhere to open a file Part of the message shown in the main view before any image is loaded Click anywhere to open a file - + Move your cursor to the indicated window edges for various actions Part of the message shown in the main view before any image is loaded Move your cursor to the indicated window edges for various actions @@ -2290,25 +2331,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' popinpopout - - - - - - - + + + + + + + Merge into main interface Tooltip of small button to merge a popped out element (i.e., one in its own window) into the main interface Sulieti su pagrindine sąsaja - - - - - - - + + + + + + + Move to its own window Tooltip of small button to show an element in its own window (i.e., not merged into main interface) Perkelti į atskirą langą @@ -2366,52 +2407,52 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'scale - + Scale image Window title Scale image - - + + Scale Scale - + An error occured, file could not be scaled An error occured, file could not be scaled - + Scaling of this file format is not yet supported Scaling of this file format is not yet supported - + Width: The number of horizontal pixels of the image Width: - + Height: The number of vertical pixels of the image Height: - + New size: New size: - + pixels This is used as in: 100x100 pixels pixels - + Quality: Kokybė: @@ -2420,25 +2461,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'settingsmanager - + Settings Manager Window title Settings Manager - + Apply changes Apply changes - + Revert changes Revert changes - + - + Interface A settings category ---------- @@ -2446,9 +2487,9 @@ This is a shortcut category Interface - - - + + + Language A settings subcategory and the qml filename ---------- @@ -2456,9 +2497,9 @@ A settings title Language - - - + + + Background A settings subcategory ---------- @@ -2466,9 +2507,9 @@ Settings title Background - - - + + + Popout A settings subcategory ---------- @@ -2476,9 +2517,9 @@ Settings title Popout - - - + + + Context menu A settings subcategory ---------- @@ -2486,92 +2527,92 @@ Settings title Context menu - + Window A settings subcategory Window - - + + Image A settings subcategory Image - + Interaction A settings subcategory Interaction - + Folder A settings subcategory Folder - + Share online A settings subcategory Share online - + All thumbnails A settings subcategory All thumbnails - - + + Manage A settings subcategory Manage - + Face tags A settings subcategory Face tags - + Instance A settings subcategory Instance - + Tray icon A settings subcategory Tray icon - + Image view A settings category Image view - - + + Look Settings title Look - - - + + + Behavior A settings subcategory Behavior - - - + + + Edges A settings subcategory ---------- @@ -2579,8 +2620,8 @@ Settings title Edges - - + + Thumbnails A settings category ---------- @@ -2588,9 +2629,9 @@ Used as descriptor for a screen edge action Thumbnails - - - + + + Metadata A settings category ---------- @@ -2600,9 +2641,9 @@ Used as identifying name for one of the elements in the interface Metadata - - - + + + Labels A settings subcategory ---------- @@ -2610,21 +2651,21 @@ Settings title Labels - + Session A settings category Session - + Remember A settings subcategory Remember - - - + + + File types A settings category ---------- @@ -2632,20 +2673,20 @@ A settings subcategory File types - + Advanced Advanced - + Keyboard & Mouse A settings category Keyboard & Mouse - - - + + + Shortcuts A settings subcategory ---------- @@ -2653,93 +2694,93 @@ Settings title Shortcuts - + Reset Reset - + Reset settings Reset settings - + Reset shortcuts Reset shortcuts - + Export/Import Export/Import - + Export settings Export settings - + Import settings Import settings - + Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close - + Unsaved changes Unsaved changes - + The settings on this page have changed. Do you want to apply or discard them? The settings on this page have changed. Do you want to apply or discard them? - + Apply written on button, used as in: apply changes Apply - + Discard written on button, used as in: discard changes Discard - - + + PDF Settings title PDF - + PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + current value: The current value of the slider specifying the PDF quality ---------- @@ -2749,303 +2790,324 @@ The current value of the slider specifying the size of the window buttonscurrent value: - - + + Archive Settings title Archive - + PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. - + use external tool: unrar use external tool: unrar - - + + Video Settings title Video - + PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. - + Autoplay Autoplay - + Loop Loop - + prefer Qt Multimedia prefer Qt Multimedia - + prefer Libmpv prefer Libmpv - + Video thumbnail generator: Video thumbnail generator: - + + Always use left/right arrow keys to jump back/ahead in videos + Always use left/right arrow keys to jump back/ahead in videos + + + RAW images Settings title RAW images - + Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. - + use embedded image if available use embedded image if available - - + + Viewer mode Settings title Viewer mode - + When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. - + show big button to enter viewer mode show big button to enter viewer mode - + images This is a category of files PhotoQt can recognize: any image format images - + compressed files This is a category of files PhotoQt can recognize: compressed files like zip, tar, cbr, 7z, etc. compressed files - + documents This is a category of files PhotoQt can recognize: documents like pdf, txt, etc. documents - + videos This is a type of category of files PhotoQt can recognize: videos like mp4, avi, etc. videos - + Enable As in: "Enable all formats in the seleted category of file types" Enable - + Disable As in: "Disable all formats in the seleted category of file types" Disable - + Enable everything As in "Enable every single file format PhotoQt can open in any category" Enable everything - + Currently there are %1 file formats enabled The %1 will be replaced with the number of file formats, please don't forget to add it. Currently there are %1 file formats enabled - + Search by description or file ending Search by description or file ending - + Search by image library or category Search by image library or category - + File endings: File endings: - - + + Looping Settings title Looping - + Loop around When reaching the end of the images in the folder whether to loop back around to the beginning or not Loop around - - + + Sort images Settings title Sort images - + Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. - + Sort by: Sort by: - + natural name A criteria for sorting images natural name - + name A criteria for sorting images name - + time A criteria for sorting images time - + size A criteria for sorting images size - + type A criteria for sorting images type - + ascending order Sort images in ascending order ascending order - + descending order Sort images in descending order descending order - - + + Zoom Settings title Zoom - + PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). - + zoom speed: zoom speed: - + minimum zoom: minimum zoom: - + maximum zoom: maximum zoom: - - + + Mirror/Flip + Settings title + Mirror/Flip + + + + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + + + + Animate mirror/flip + Animate mirror/flip + + + + Animation Settings title Animation - + When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. - + When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. - + animate switching between images animate switching between images - + Animation: Animation: - + opacity This is referring to an in/out animation of images opacity - + along x-axis This is referring to an in/out animation of images along x-axis - + along y-axis This is referring to an in/out animation of images along y-axis - - - + + + rotation This is referring to an in/out animation of images ---------- @@ -3053,329 +3115,329 @@ Please keep short! This is the rotation of the current image rotation - + explosion This is referring to an in/out animation of images explosion - + implosion This is referring to an in/out animation of images implosion - + choose one at random This is referring to an in/out animation of images choose one at random - + very slow used here for the animation speed very slow - + very fast used here for the animation speed very fast - - + + Floating navigation Settings title Floating navigation - + Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. - + show floating navigation buttons show floating navigation buttons - - - - + + + + Cache Settings title Cache - + Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. - - + + Interpolation Settings title Interpolation - + none used as in: no margin around image none - + large images: large images: - - + + fit to view fit to view - + load at full scale load at full scale - + small images: small images: - + load as-is load as-is - + show checkerboard pattern show checkerboard pattern - + PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. - + disable interpolation for small images disable interpolation for small images - - + + Margin Settings title Margin - + PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. - - + + Image size Settings title Image size - + PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. - - + + Transparency marker Settings title Transparency marker - + When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. - + It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. - + Note that any change here is saved immediately! Note that any change here is saved immediately! - + Authenticated with user account: Authenticated with user account: - + Authenticate Written on button, used as in: Authenticate with user account Authenticate - + Forget account Written on button, used as in: Forget user account Forget account - + Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. - + An error occured: An error occured: - + The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. - + real transparency How the background of PhotoQt should be real transparency - + fake transparency How the background of PhotoQt should be fake transparency - + solid background color How the background of PhotoQt should be solid background color - + custom background image How the background of PhotoQt should be custom background image - + background image background image - + Click to select an image Tooltip for a mouse area, a click on which opens a file dialog for selecting an image Click to select an image - + scale to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale to fit - + scale and crop to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale and crop to fit - + stretch to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled stretch to fit - + center image If an image is set as background of PhotoQt this is one way it can be shown/scaled center image - + tile image If an image is set as background of PhotoQt this is one way it can be shown/scaled tile image - - + + Click on empty background Click on empty background - + The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured - + no action what to do when the empty background is clicked no action - + close window what to do when the empty background is clicked close window - + navigate between images what to do when the empty background is clicked navigate between images - + toggle window decoration what to do when the empty background is clicked toggle window decoration - - + + Blurring elements behind other elements A settings title Blurring elements behind other elements - + Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. - + Blur elements in the back Blur elements in the back - + The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. - + No custom entries exists yet The custom entries here are the custom entries in the context menu No custom entries exists yet - - + + Select written on button for selecting a file from the file dialog @@ -3384,24 +3446,24 @@ written on button in file picker to select an existing executable fileSelect - + entry name The entry here refers to the text that is shown in the context menu for a custom entry entry name - + executable executable - + Select executable Select executable - + additional flags The flags here are additional parameters that can be passed on to an executable @@ -3410,56 +3472,56 @@ the flags here are parameters specified on the command line additional flags - + quit Quit PhotoQt after executing custom context menu entry. Please keep as short as possible!! quit - + Delete entry The entry here is a custom entry in the context menu Delete entry - + Add new entry The entry here is a custom entry in the context menu Add new entry - + Add system applications The system applications here refers to any image related applications that can be found automatically on your system Add system applications - - + + Duplicate entries in main menu The entries here are the custom entries in the context menu Duplicate entries in main menu - + The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. - + Duplicate in main menu Refers to duplicating the custom context menu entries in the main menu Duplicate in main menu - + No action Used as descriptor for a screen edge action No action - - + + Main menu Used as descriptor for a screen edge action ---------- @@ -3467,212 +3529,217 @@ Used as identifying name for one of the elements in the interface Main menu - + Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. - + The right edge action cannot be changed The action here is a screen edge action The right edge action cannot be changed - - - + + + Click to change action The action here is a screen edge action Click to change action - - + + Sensitivity Settings title Sensitivity - + The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. - + PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. - + Thank you to all who volunteered their time to help translate PhotoQt into other languages! Thank you to all who volunteered their time to help translate PhotoQt into other languages! - + If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: - + Open in browser Open in browser - + Copy to clipboard Copy to clipboard - + File dialog Used as identifying name for one of the elements in the interface File dialog - + Map explorer Used as identifying name for one of the elements in the interface Map explorer - + Settings manager Used as identifying name for one of the elements in the interface Settings manager - + Histogram Used as identifying name for one of the elements in the interface Histogram - + Map (current image) Used as identifying name for one of the elements in the interface Map (current image) - + Scale Used as identifying name for one of the elements in the interface Scale - + Slideshow setup Used as identifying name for one of the elements in the interface Slideshow setup - + Slideshow controls Used as identifying name for one of the elements in the interface Slideshow controls - + Rename file Used as identifying name for one of the elements in the interface Rename file - + Delete file Used as identifying name for one of the elements in the interface Delete file - + Export file Used as identifying name for one of the elements in the interface Export file - + About Used as identifying name for one of the elements in the interface About - + Imgur Used as identifying name for one of the elements in the interface Imgur - + Wallpaper Used as identifying name for one of the elements in the interface Wallpaper - - + + category + category + + + + Filter Noun, not a verb. Used as identifying name for one of the elements in the interface Filter - + Advanced image sort Used as identifying name for one of the elements in the interface Advanced image sort - + Streaming (Chromecast) Used as identifying name for one of the elements in the interface Streaming (Chromecast) - + Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. - + Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. - - + + Keep popouts open Settings title Keep popouts open - + keep file dialog open keep file dialog open - + keep map explorer open keep map explorer open - - + + Pop out when window is small Settings title Pop out when window is small - + Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. - + pop out when application window is small pop out when application window is small - - - + + + Status info A settings subcategory ---------- @@ -3680,92 +3747,92 @@ Settings title Status info - + The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. - + show status information show status information - - + + counter Please keep short! The counter shows where we are in the folder. counter - - + + filename Please keep short! filename - - + + filepath Please keep short! filepath - - + + resolution Please keep short! This is the image resolution. resolution - - + + zoom Please keep short! This is the current zoom level. zoom - - + + filesize Please keep short! This is the filesize of the current image. filesize - + add This is written on a button that is used to add a selected block to the status info section. add - - + + Font size Settings title, the font sized of the status information Font size - + The size of the status info is determined by the font size of the text. The size of the status info is determined by the font size of the text. - - - - + + + + Hide automatically Settings title Hide automatically - + The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. - - + + keep always visible visibility status of the status information ---------- @@ -3773,8 +3840,8 @@ visibility status of the window buttons keep always visible - - + + only show with any cursor move visibility status of the status information ---------- @@ -3782,8 +3849,8 @@ visibility status of the window buttons only show with any cursor move - - + + only show when cursor near top edge visibility status of the status information ---------- @@ -3791,8 +3858,8 @@ visibility status of the window buttons only show when cursor near top edge - - + + hide again after timeout: the status information can be hidden automatically after a set timeout ---------- @@ -3800,586 +3867,586 @@ the window buttons can be hidden automatically after a set timeouthide again after timeout: - + also show when image changes Refers to the status information's auto-hide feature, this is an additional case it can be shown also show when image changes - - + + Window management Settings title Window management - + By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. - + manage window through status info manage window through status info - - + + Fullscreen or window mode Settings title Fullscreen or window mode - + There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. - + fullscreen mode fullscreen mode - + window mode window mode - + keep above other windows keep above other windows - + remember its geometry remember the geometry of PhotoQts window between sessions remember its geometry - + enable window decoration enable window decoration - - + + Window buttons Settings title Window buttons - + PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. - + show integrated window buttons show integrated window buttons - + duplicate buttons from window decoration duplicate buttons from window decoration - + add navigation buttons add navigation buttons - + The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. - - + + Auto Rotation Settings title Auto Rotation - + When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. - + Apply default rotation automatically Apply default rotation automatically - - + + GPS map Settings title GPS map - + Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. - - + + Floating element Settings title Floating element - + The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. - + hide behind screen edge hide behind screen edge - + use floating element use floating element - - - + + + Show face tags Settings title Show face tags - + PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). - + It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. - + font size: font size: - + Show border around face tags Show border around face tags - + red red - + green green - + blue blue - + alpha alpha - - - - + + + + Visibility Settings title Visibility - + The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. - + always show all used as in: always show all face tags always show all - + show one on hover used as in: show one face tag on hover show one on hover - + show all on hover used as in: show one face tag on hover show all on hover - + file name Part of the meta information about the current image. file name - + file type Part of the meta information about the current image. file type - + file size Part of the meta information about the current image. file size - + image #/# Part of the meta information about the current image. image #/# - + dimensions Part of the meta information about the current image. dimensions - + copyright Part of the meta information about the current image. copyright - + exposure time Part of the meta information about the current image. exposure time - + flash Part of the meta information about the current image. flash - + focal length Part of the meta information about the current image. focal length - + f-number Part of the meta information about the current image. f-number - + GPS position Part of the meta information about the current image. GPS position - + keywords Part of the meta information about the current image. keywords - + light source Part of the meta information about the current image. light source - + location Part of the meta information about the current image. location - + make Part of the meta information about the current image. make - + model Part of the meta information about the current image. model - + scene type Part of the meta information about the current image. scene type - + software Part of the meta information about the current image. software - + time photo was taken Part of the meta information about the current image. time photo was taken - + Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. - + Check all used as in: check all checkboxes Check all - + Check none used as in: check none of the checkboxes Check none - - + + Single instance Settings title Single instance - + PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. - + run a single instance only run a single instance only - + allow multiple instances allow multiple instances - - + + Reopen last image Settings title Reopen last image - + When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. - + start with blank session start with blank session - + reopen last used image reopen last used image - - + + Remember changes Settings title Remember changes - + Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. - + In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. - + forget changes when other image loaded forget changes when other image loaded - + remember changes per session remember changes per session - + reuse same changes for all images reuse same changes for all images - - + + Tray Icon Settings title Tray Icon - + PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. - + Show tray icon Show tray icon - + monochrome icon monochrome icon - + hide to tray icon instead of closing hide to tray icon instead of closing - - + + Reset when hiding Settings title Reset when hiding - + When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. - + reset session when hiding reset session when hiding - - + + Move image with mouse Settings title Move image with mouse - + PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). - + move image with left button move image with left button - + move image with mouse wheel move image with mouse wheel - + very sensitive used as in: very sensitive mouse wheel very sensitive - + not sensitive used as in: not at all sensitive mouse wheel not sensitive - + hide cursor after timeout hide cursor after timeout - - + + Double click Settings title Double click - + A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. - - + + Mouse wheel Settings title Mouse wheel - + Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. - - + + Hide mouse cursor Settings title Hide mouse cursor - + Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. - + Viewing images This is a shortcut category Viewing images - + Current image This is a shortcut category Current image - + Current folder This is a shortcut category Current folder - + Other This is a shortcut category Other - + External This is a shortcut category External @@ -4495,447 +4562,471 @@ the window buttons can be hidden automatically after a set timeoutIt can be used as part of a shortcut only when combined with modifier buttons (Alt, Ctrl, etc.). - + Next image Name of shortcut action Next image - + Previous image Name of shortcut action Previous image - + Go to first image Name of shortcut action Go to first image - + Go to last image Name of shortcut action Go to last image - + Zoom In Name of shortcut action Zoom In - + Zoom Out Name of shortcut action Zoom Out - + Zoom to Actual Size Name of shortcut action Zoom to Actual Size - + Reset Zoom Name of shortcut action Reset Zoom - + Rotate Right Name of shortcut action Rotate Right - + Rotate Left Name of shortcut action Rotate Left - + Reset Rotation Name of shortcut action Reset Rotation - - Flip Horizontally + + Mirror Horizontally Name of shortcut action - Flip Horizontally + Mirror Horizontally - - Flip Vertically + + Mirror Vertically Name of shortcut action - Flip Vertically + Mirror Vertically - + + Reset Mirror + Name of shortcut action + Reset Mirror + + + Load a random image Name of shortcut action Load a random image - + Hide/Show face tags (stored in metadata) Name of shortcut action Hide/Show face tags (stored in metadata) - + Toggle: Fit in window Name of shortcut action Toggle: Fit in window - + Toggle: Show always actual size by default Name of shortcut action Toggle: Show always actual size by default - + Stream content to Chromecast device Name of shortcut action Stream content to Chromecast device - + Move view left Name of shortcut action Move view left - + Move view right Name of shortcut action Move view right - + Move view up Name of shortcut action Move view up - + Move view down Name of shortcut action Move view down - + Go to left edge of image Name of shortcut action Go to left edge of image - + Go to right edge of image Name of shortcut action Go to right edge of image - + Go to top edge of image Name of shortcut action Go to top edge of image - + Go to bottom edge of image Name of shortcut action Go to bottom edge of image - + Show Histogram Name of shortcut action Show Histogram - + Show Image on Map Name of shortcut action Show Image on Map - + Enter viewer mode Name of shortcut action Enter viewer mode - + Scale Image Name of shortcut action Scale Image - + Rename File Name of shortcut action Rename File - + Delete File Name of shortcut action Delete File - + Delete File (without confirmation) Name of shortcut action Delete File (without confirmation) - + Copy File to a New Location Name of shortcut action Copy File to a New Location - + Move File to a New Location Name of shortcut action Move File to a New Location - + Copy Image to Clipboard Name of shortcut action Copy Image to Clipboard - + Save image in another format Name of shortcut action Save image in another format - + Print current photo Name of shortcut action Print current photo - + Set as Wallpaper Name of shortcut action Set as Wallpaper - + Upload to imgur.com (anonymously) Name of shortcut action Upload to imgur.com (anonymously) - + Upload to imgur.com user account Name of shortcut action Upload to imgur.com user account - + Play/Pause animation/video Name of shortcut action Play/Pause animation/video - + + Go ahead 5 seconds in video + Name of shortcut action + Go ahead 5 seconds in video + + + + Go back 5 seconds in video + Name of shortcut action + Go back 5 seconds in video + + + Start tagging faces Name of shortcut action Start tagging faces - + Enter photo sphere Name of shortcut action Enter photo sphere - + + Detect QR and barcodes + Name of shortcut action + Detect QR and barcodes + + + Open file (browse images) Name of shortcut action Open file (browse images) - + Show map explorer Name of shortcut action Show map explorer - + Filter images in folder Name of shortcut action Filter images in folder - + Advanced image sort (Setup) Name of shortcut action Advanced image sort (Setup) - + Advanced image sort (Quickstart) Name of shortcut action Advanced image sort (Quickstart) - + Start Slideshow (Setup) Name of shortcut action Start Slideshow (Setup) - + Start Slideshow (Quickstart) Name of shortcut action Start Slideshow (Quickstart) - + Show Context Menu Name of shortcut action Show Context Menu - + Hide/Show main menu Name of shortcut action Hide/Show main menu - + Hide/Show metadata Name of shortcut action Hide/Show metadata - + Hide/Show thumbnails Name of shortcut action Hide/Show thumbnails - + Show floating navigation buttons Name of shortcut action Show floating navigation buttons - + Toggle fullscreen mode Name of shortcut action Toggle fullscreen mode - + Close window (hides to system tray if enabled) Name of shortcut action Close window (hides to system tray if enabled) - + Quit PhotoQt Name of shortcut action Quit PhotoQt - + Show Settings Name of shortcut action Show Settings - + About PhotoQt Name of shortcut action About PhotoQt - + Show log/debug messages Name of shortcut action Show log/debug messages - + Reset current session Name of shortcut action Reset current session - + Reset current session and hide window Name of shortcut action Reset current session and hide window - + Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. - + Add new shortcuts group Add new shortcuts group - + The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. - + Filter key combinations Filter key combinations - + Filter shortcut actions Filter shortcut actions - + Show all categories Show all categories - - - - - - + + + + + + Category: Category: - + no key combination set no key combination set - + Click to change key combination Click to change key combination - + Click to delete key combination Click to delete key combination - - + + ADD Written on small button, used as in: add new key combination. Please keep short! ---------- @@ -4943,455 +5034,440 @@ Written on small button, used as in: add new shortcut action. Please keep short! ADD - + Click to add new key combination Click to add new key combination - + The new shortcut was in use by another shortcuts group. It has been reassigned to this group. The new shortcut was in use by another shortcuts group. It has been reassigned to this group. - + Undo reassignment Undo reassignment - + no action selected The action here is a shortcut action no action selected - + unknown: The unknown here refers to an unknown internal action that was set as shortcut unknown: - + external This is an identifier in the shortcuts settings used to identify an external shortcut. external - + quit after This is used for listing external commands for shortcuts, showing if the quit after checkbox has been checked quit after - + Click to change shortcut action Click to change shortcut action - + Click to delete shortcut action Click to delete shortcut action - + Click to add new action The action here is a shortcut action Click to add new action - + cycle through actions one by one The actions here are shortcut actions cycle through actions one by one - + timeout for resetting cycle: The cycle here is the act of cycling through shortcut actions one by one timeout for resetting cycle: - + run all actions at once The actions here are shortcut actions run all actions at once - - + + Spacing Settings title Spacing - + PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. - - + + Highlight Settings title Highlight - + The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. - + invert background color effect for highlighting active thumbnail invert background color - + invert label color effect for highlighting active thumbnail invert label color - + line below effect for highlighting active thumbnail line below - + magnify effect for highlighting active thumbnail magnify - + lift up effect for highlighting active thumbnail lift up - + hide when not needed used as in: hide thumbnail bar when not needed hide when not needed - - + + Center on active Settings title Center on active - + When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. - + keep active thumbnail in center keep active thumbnail in center - + The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. - + always keep visible used as in: always keep thumbnail bar visible always keep visible - + hide when zoomed in used as in: hide thumbnail bar when zoomed in hide when zoomed in - - + + Size Settings title Size - + The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. - - + + Scale and crop Settings title Scale and crop - + The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. - + fit thumbnail fit thumbnail - + scale and crop thumbnail scale and crop thumbnail - + keep small thumbnails small keep small thumbnails small - + On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. - + decrease opacity for inactive thumbnails decrease opacity for inactive thumbnails - - + + Icons only Settings title Icons only - + Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. - + use actual thumbnail images The word actual is used with the same meaning as: real use actual thumbnail images - + use filetype icons use filetype icons - - + + Label Settings title Label - + show filename label show filename label - - + + Tooltip Settings title Tooltip - + PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. - + show tooltips show tooltips - + PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. - + enable cache enable cache - - + + Exclude folders Settings title Exclude folders - + PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. - + When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. - + Cloud providers to exclude from caching: Cloud providers to exclude from caching: - + Do not cache these folders: Do not cache these folders: - + One folder per line One folder per line - + Add folder Written on a button Add folder - - + + How many threads Settings title How many threads - + In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. - + current value: %1 thread(s) Important: Please do not forget the placeholder! current value: %1 thread(s) - - subcategory - subcategory - - - - Settings: - Settings: - - - - main category - main category - - - + Export/Import configuration Settings title Export/Import configuration - + Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. - + export configuration export configuration - + import configuration import configuration - + Restart required Restart required - + PhotoQt will now quit as it needs to be restarted for the changes to take effect. PhotoQt will now quit as it needs to be restarted for the changes to take effect. - + Reset settings and shortcuts Settings title Reset settings and shortcuts - + Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. - + reset settings reset settings - + reset shortcuts reset shortcuts - + reset enabled file formats reset enabled file formats - + You can still cancel this action. Seconds remaining: You can still cancel this action. Seconds remaining: - + Motion/Live photos Settings title Motion/Live photos - + This feature is not supported by your build of PhotoQt. This feature is not supported by your build of PhotoQt. - + Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. - + Look for Apple Live Photos Look for Apple Live Photos - + Photo spheres Settings title Photo spheres - + PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. - + Check for photo spheres Check for photo spheres - + Look for Google Motion Photos Look for Google Motion Photos @@ -5400,190 +5476,190 @@ Written on small button, used as in: add new shortcut action. Please keep short! slideshow - + Slideshow setup Window title Slideshow setup - + Start slideshow Written on a clickable button Pradėti skaidrių rodymą - + interval The interval between images in a slideshow intervalas - + animation This is referring to the in/out animation of images during a slideshow animacija - + opacity This is referring to the in/out animation of images during slideshows nepermatomumas - + along x-axis This is referring to the in/out animation of images during slideshows palei x ašį - + along y-axis This is referring to the in/out animation of images during slideshows palei y ašį - + rotation This is referring to the in/out animation of images rotation - + explosion This is referring to the in/out animation of images explosion - + implosion This is referring to the in/out animation of images implosion - + choose one at random This is referring to the in/out animation of images choose one at random - + animation speed The speed of transitioning from one image to another during slideshows animacijos greitis - + immediately, without animation This refers to a speed of transitioning from one image to another during slideshows nedelsiant, be animacijos - + pretty fast animation This refers to a speed of transitioning from one image to another during slideshows gan greita animacija - + not too fast and not too slow This refers to a speed of transitioning from one image to another during slideshows ne per greita ir ne per lėta - + very slow animation This refers to a speed of transitioning from one image to another during slideshows labai lėta animacija - + current speed This refers to the currently set speed of transitioning from one image to another during slideshows dabartinis greitis - + looping ciklinis kartojimas - + loop over all files Loop over all images during slideshows rodyti paveikslus ciklu - + shuffle during slideshows shuffle the order of all images maišyti - + shuffle all files during slideshows shuffle the order of all images maišyti visus failus - + subfolders also include images in subfolders during slideshows poaplankiai - + include images in subfolders also include images in subfolders during slideshows įtraukti paveikslus iš poaplankių - + status info What to do with the file details during slideshows status info - + hide status info during slideshow What to do with the file details during slideshows hide status info during slideshow - + window buttons What to do with the window buttons during slideshows window buttons - + hide window buttons during slideshow What to do with the window buttons during slideshows hide window buttons during slideshow - + music The music that is to be played during slideshows muzika - + enable music Enable music to be played during slideshows įjungti muziką - + no file selected nepasirinktas joks failas - + Click to select music file Spustelėkite norėdami pasirinkti muzikinį failą - + Click to change music file Spustelėkite norėdami pakeisti muzikinį failą @@ -5594,47 +5670,52 @@ Written on small button, used as in: add new shortcut action. Please keep short! Slideshow - + Click to go to the previous image Spustelėkite norėdami pereiti prie ankstesnio paveikslo - + Click to pause slideshow Spustelėkite norėdami pristabdyti skaidrių rodymą - + Click to play slideshow Spustelėkite norėdami paleisti skaidrių rodymą - + Click to go to the next image Spustelėkite norėdami pereiti prie kito paveikslo - + Click to exit slideshow Click to exit slideshow + + + Slideshow started. + Slideshow started. + startup - - - + + + Edit with %1 Used as in 'Edit with [application]'. %1 will be replaced with application name. Taisyti naudojant %1 - - - - - + + + + + Open in %1 Used as in 'Open with [application]'. %1 will be replaced with application name. Atverti naudojant %1 @@ -5643,35 +5724,35 @@ Written on small button, used as in: add new shortcut action. Please keep short! statusinfo - + Click anywhere to open a file Click anywhere to open a file - + Click and drag to move window around Click and drag to move window around - - - + + + Click and drag to move status info around Click and drag to move status info around - + Click to remove filter Click to remove filter - + Filter: This refers to the currently set filter Filter: - + Connected to: Used in tooltip for the chromecast icon Connected to: @@ -5681,43 +5762,43 @@ Written on small button, used as in: add new shortcut action. Please keep short! streaming - + Streaming (Chromecast) Window title Transliavimas (Chromecast) - + Connect Used as in: Connect to chromecast device Prisijungti - + Disconnect Used as in: Disconnect from chromecast device Atsijungti - - + + No devices found The devices here are chromecast devices No devices found - + Status: The status refers to whether the chromecast manager is currently scanning or idle Status: - + Looking for Chromecast devices Looking for Chromecast devices - + Select which device to connect to Select which device to connect to @@ -5725,12 +5806,12 @@ Written on small button, used as in: add new shortcut action. Please keep short! thumbnails - + File size: File size: - + File type: File type: @@ -5738,42 +5819,53 @@ Written on small button, used as in: add new shortcut action. Please keep short! unavailable - + The chromecast feature is not available in this build of PhotoQt. The chromecast feature is not available in this build of PhotoQt. - + The location feature is not available in this build of PhotoQt. The location feature is not available in this build of PhotoQt. + + + + Photo spheres are not supported by this build of PhotoQt. + Photo spheres are not supported by this build of PhotoQt. + + + + This file type does not support face tags. + This file type does not support face tags. + wallpaper - + Wallpaper Window title Wallpaper - + Set as Wallpaper Nustatyti kaip darbalaukio foną - - - - - + + + + + Click to choose %1 %1 is a placeholder for the name of a desktop environment (plasma, xfce, gnome, etc.) Spustelėkite norėdami pasirinkti %1 - + Other Used as in: Other Desktop Environment diff --git a/lang/photoqt_pl_PL.ts b/lang/photoqt_pl_PL.ts index 02bd51dc..903d40d9 100644 --- a/lang/photoqt_pl_PL.ts +++ b/lang/photoqt_pl_PL.ts @@ -4,61 +4,61 @@ MainMenu - + navigation This is a category in the main menu. nawigacja - + previous as in: PREVIOUS image. Please keep short. poprzedni - + next as in: NEXT image. Please keep short. następny - + first as in: FIRST image. Please keep short. pierwszy - + last as in: LAST image. Please keep short. ostatni - + Browse images Przeglądaj obrazy - + Map Explorer Map Explorer - + current image This is a category in the main menu. bieżący obraz - + Zoom Entry in main menu. Please keep short. Powiększenie - - - + + + reset Used as in RESET zoom. ---------- @@ -68,52 +68,52 @@ Used as in RESET mirroring. wyzeruj - + Rotation Entry in main menu. Please keep short. Obrót - + Mirror Mirroring (or flipping) an image. Please keep short. Odbicie - + Hide histogram Ukryj histogram - + Show histogram Pokaż histogram - + Hide current location Ukryj bieżącą lokalizację - + Show current location Pokaż bieżącą lokalizację - + all images This is a category in the main menu. wszystkie obrazy - + Slideshow Entry in main menu. Please keep short. Pokaz slajdów - - + + Start Used as in START slideshow. Please keep short ---------- @@ -121,8 +121,8 @@ Used as in START advanced sort. Please keep short Uruchom - - + + Setup Used as in SETUP slideshow. Please keep short ---------- @@ -130,54 +130,54 @@ Used as in SETUP advanced sort. Please keep short Konfiguracja - + Sort Entry in main menu. Please keep short. Sortowanie - + Filter images Filtruj obrazy - + Streaming (Chromecast) Strumieniowanie (Chromecast) - + Open in default file manager Otwórz w domyślnym eksploratorze plików - + general This is a category in the main menu. ogólne - + Settings Ustawienia - + About Informacje - + Online help Pomoc online - + Quit Zamknij - + custom This is a category in the main menu. custom @@ -208,189 +208,189 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsMetaData - + yes This string identifies that flash was fired, stored in image metadata tak - + no This string identifies that flash was not fired, stored in image metadata nie - + No flash function This string refers to the absense of a flash, stored in image metadata Brak funkcji lampy błyskowej - + strobe return light not detected This string refers to a flash mode, stored in image metadata nie wykryto zwrotnego światła stroboskopu - + strobe return light detected This string refers to a flash mode, stored in image metadata wykryto zwrotne światło stroboskopu - + compulsory flash mode This string refers to a flash mode, stored in image metadata compulsory flash mode - + auto mode This string refers to a flash mode, stored in image metadata tryb automatyczny - + red-eye reduction mode This string refers to a flash mode, stored in image metadata tryb redukcji czerwonych oczu - + return light detected This string refers to a flash mode, stored in image metadata światło zwrotne wykryte - + return light not detected This string refers to a flash mode, stored in image metadata światło zwrotne nie wykryte - + Invalid flash This string refers to a flash mode, stored in image metadata Nieprawidłowa lampa błyskowa - + Standard This string refers to a type of scene, stored in image metadata Standardowa - + Landscape This string refers to a type of scene, stored in image metadata Krajobraz - + Portrait This string refers to a type of scene, stored in image metadata Portret - + Night Scene This string refers to a type of scene, stored in image metadata Tryb nocny - + Invalid Scene Type This string refers to a type of scene, stored in image metadata Nieprawidłowy typ scenerii - + Unknown This string refers to the light source stored in image metadata Nieznane - + Daylight This string refers to the light source stored in image metadata Światło dzienne - + Fluorescent This string refers to the light source stored in image metadata Świetlówka - + Tungsten (incandescent light) This string refers to the light source stored in image metadata Wolfram (żarówka) - + Flash This string refers to the light source stored in image metadata Lampa błyskowa - + Fine weather This string refers to the light source stored in image metadata Zwyczajna pogoda - + Cloudy Weather This string refers to the light source stored in image metadata Zachmurzenie - + Shade This string refers to the light source stored in image metadata Cień - + Daylight fluorescent This string refers to the light source stored in image metadata Daylight fluorescent - + Day white fluorescent This string refers to the light source stored in image metadata Day white fluorescent - + Cool white fluorescent This string refers to the light source stored in image metadata Cool white fluorescent - + White fluorescent This string refers to the light source stored in image metadata White fluorescent - - - + + + Standard light This string refers to the light source stored in image metadata Standard light - + Other light source This string refers to the light source stored in image metadata Inne źródło światła - + Invalid light source This string refers to the light source stored in image metadata Nieprawidłowe źródło światła @@ -399,7 +399,7 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsOther - + Print Print @@ -478,241 +478,241 @@ Used as in SETUP advanced sort. Please keep short Podjęto wszelkie działania, ale po prostu nie da się otworzyć bazy danych skrótów. - + Alt Refers to a keyboard modifier Alt - + Ctrl Refers to a keyboard modifier Ctrl - + Shift Refers to a keyboard modifier Shift - + Page Up Refers to one of the keys on the keyboard Page Up - + Page Down Refers to one of the keys on the keyboard Page Down - + Meta Refers to the key that usually has the Windows symbol on it Meta - + Keypad Refers to the key that triggers the number block on keyboards Keypad - + Escape Refers to one of the keys on the keyboard Escape - + Right Refers to one of the arrow keys on the keyboard Right - + Left Refers to one of the arrow keys on the keyboard Left - + Up Refers to one of the arrow keys on the keyboard Up - + Down Refers to one of the arrow keys on the keyboard Down - + Space Refers to one of the keys on the keyboard Space - + Delete Refers to one of the keys on the keyboard Delete - + Backspace Refers to one of the keys on the keyboard Backspace - + Home Refers to one of the keys on the keyboard Home - + End Refers to one of the keys on the keyboard End - + Insert Refers to one of the keys on the keyboard Insert - + Tab Refers to one of the keys on the keyboard Tab - + Return Return refers to the enter key of the number block - please try to make the translations of Return and Enter (the main button) different if possible! Return - + Enter Enter refers to the main enter key - please try to make the translations of Return (in the number block) and Enter different if possible! Enter - + Left Button Refers to a mouse button Left Button - + Right Button Refers to a mouse button Right Button - + Middle Button Refers to a mouse button Middle Button - + Back Button Refers to a mouse button Back Button - + Forward Button Refers to a mouse button Forward Button - + Task Button Refers to a mouse button Task Button - + Button #7 Refers to a mouse button Button #7 - + Button #8 Refers to a mouse button Button #8 - + Button #9 Refers to a mouse button Button #9 - + Button #10 Refers to a mouse button Button #10 - + Double Click Refers to a mouse event Double Click - + Wheel Up Refers to the mouse wheel Wheel Up - + Wheel Down Refers to the mouse wheel Wheel Down - + Wheel Left Refers to the mouse wheel Wheel Left - + Wheel Right Refers to the mouse wheel Wheel Right - + East Refers to a direction of the mouse when performing a mouse gesture East - + South Refers to a direction of the mouse when performing a mouse gesture South - + West Refers to a direction of the mouse when performing a mouse gesture West - + North Refers to a direction of the mouse when performing a mouse gesture North @@ -721,54 +721,54 @@ Used as in SETUP advanced sort. Please keep short about - + About Informacje - + Show configuration overview The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Pokaż przegląd konfiguracji - + License: Licencja: - + Open license in browser Otwórz licencję w przeglądarce - + Website: Strona internetowa: - + Open website in browser Otwórz stronę WWW w przeglądarce - + Contact: Kontakt: - + Send an email Wyślij e-mail - + Configuration The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Konfiguracja - + Copy to clipboard Kopiuj do schowka @@ -816,146 +816,146 @@ Used as in SETUP advanced sort. Please keep short advancedsort - + Advanced image sort Window title Advanced image sort - + Sort images Sortuj obrazy - + Sorting criteria: Sorting criteria: - + Resolution The image resolution (width/height in pixels) Rozdzielczość - + Dominant color The color that is most common in the image Kolor dominujący - + Average color the average color of the image Średnie wartości kolorów - + Luminosity the average color of the image Jaskrawość - + Exif date Data Exif - + Sort by image resolution Sort by image resolution - - - - - + + + + + in ascending order as is: sort in ascending order in ascending order - - - - - + + + + + in descending order as is: sort in descending order in descending order - + Sort by dominant color Sort by dominant color - - - + + + low quality (fast) quality and speed of advanced sorting of images niska jakość (szybkie) - - - + + + medium quality quality and speed of advanced sorting of images średnia jakość - - - + + + high quality (slow) quality and speed of advanced sorting of images wysoka jakość (powolne) - + Sort by average color Sort by average color - + Sort by luminosity Sort by luminosity - + Sort by date Sort by date - + Order of priority: Order of priority: - + Exif tag: Original date/time Znacznik Exif: Oryginalna data/czas - + Exif tag: Digitized date/time Znacznik Exif: Data/czas digitalizacji - + File creation date Data utworzenia pliku - + File modification date Data modyfikacji pliku - + If a value cannot be found, PhotoQt will proceed to the next item in the list. If a value cannot be found, PhotoQt will proceed to the next item in the list. @@ -1118,112 +1118,122 @@ Used as in SETUP advanced sort. Please keep short contextmenu - + Rename file Rename file - + Copy file Copy file - + Move file Move file - + Delete file Delete file - + Copy to clipboard Copy to clipboard - + Export to different format Export to different format - + Scale image Scale image - + Tag faces Tag faces - + Set as wallpaper Set as wallpaper - + Show histogram Show histogram - + Show on map Show on map + + + Hide QR/barcodes + Hide QR/barcodes + + + + Detect QR/barcodes + Detect QR/barcodes + export - + Export image title of action element Export image - - + + Export written on button Export - + Something went wrong during export to the selected format... Something went wrong during export to the selected format... - + Favorites: These are the favorite image formats for exporting images to Favorites: - + no favorites set the favorites are image formats for exporting images to no favorites set - - + + Click to select this image format Click to select this image format - - + + Click to remove this image format from your favorites Click to remove this image format from your favorites - + Click to add this image format to your favorites Click to add this image format to your favorites - + Selected target format: The target format is the format the image is about to be exported to Selected target format: @@ -1232,17 +1242,23 @@ Used as in SETUP advanced sort. Please keep short facetagging - + Click to exit face tagging mode Kliknij, aby opuścić tryb wykrywania twarzy - + Who is this? Kto to jest? - + + Face tagging mode activated. Click-and-drag to tag faces. + Face tagging mode activated. Click-and-drag to tag faces. + + + + Click to exit photo sphere Click to exit photo sphere @@ -1250,48 +1266,48 @@ Used as in SETUP advanced sort. Please keep short filedialog - + Show files as icons Show files as icons - + Show files as list Show files as list - + no subfolders found no subfolders found - - + + %1 image %1 obraz - - + + %1 images %1 obrazów - + # images # obrazów - - + + Date: Data: - - + + Time: Czas: @@ -1302,336 +1318,336 @@ Used as in SETUP advanced sort. Please keep short - + File size: Rozmiar pliku: - + File type: Rodzaj pliku: - + no supported files/folders found no supported files/folders found - + Load this folder Wczytaj ten folder - + Load this file Wczytaj ten plik - + Add to Favorites Dodaj do ulubionych - + Remove file selection Usuń zaznaczenie pliku - + Select file Wybierz plik - + Remove all file selection Usuń wszystkie zaznaczenia pliku - + Select all files Zaznacz wszystkie pliki - + Delete selection Usuń zaznaczenie - + Delete file Usuń plik - + Delete folder Usuń folder - + Delete file/folder Usuń plik/folder - + Cut selection Wytnij zaznaczenie - + Cut file Wytnij plik - + Cut folder Wytnij folder - + Cut file/folder Wytnij plik/folder - + Copy selection Kopiuj zaznaczenie - + Copy file Kopiuj plik - + Copy folder Kopiuj folder - + Copy file/folder Kopiuj plik/folder - + Paste files from clipboard Wklej pliki ze schowka - + Show hidden files Pokaż ukryte pliki - + Show tooltip with image details Pokaż dymek ze szczegółami obrazu - + bookmarks and devices disabled bookmarks and devices disabled - + Show entry Pokaż pozycję - + Hide entry Ukryj pozycję - + Remove entry Usuń pozycję - + Hide hidden entries Ukryj ukryte pozycje - + Show hidden entries Pokaż ukryte pozycje - + Hide bookmarked places Hide bookmarked places - + Show bookmarked places Show bookmarked places - + Hide storage devices Ukryj urządzenia pamięci masowej - + Show storage devices Pokaż urządzenia pamięci masowej - + Storage Devices Storage Devices - - + + Bookmarks file manager settings popdown: menu title Bookmarks - + Zoom: Powiększenie: - + Adjust size of files and folders Adjust size of files and folders - + Cancel and close Cancel and close - + Sort by: Sortuj według: - + Name Nazwa - + Natural Name Nazwa macierzysta - + Time modified Data modyfikacji - + File size Rozmiar pliku - + File type Rodzaj pliku - + reverse order odwrotna kolejność - + All supported images Wszystkie wspierane obrazy - + Video files Pliki wideo - + All files Wszystkie pliki - + View file manager settings popdown: menu title View - + layout file manager settings popdown: submenu title layout - + list view list view - + icon view icon view - + padding file manager settings popdown: submenu title padding - + drag and drop file manager settings popdown: submenu title drag and drop - + enable for list view file manager settings popdown: the thing to enable here is drag-and-drop enable for list view - + enable for grid view file manager settings popdown: the thing to enable here is drag-and-drop enable for grid view - + enable for bookmarks file manager settings popdown: the thing to enable here is drag-and-drop enable for bookmarks - + select with single click file manager settings popdown: how to select files select with single click - + hidden files hidden files - + tooltips tooltips - + Thumbnails file manager settings popdown: menu title Thumbnails - - - + + + show file manager settings popdown: show thumbnails ---------- @@ -1641,9 +1657,9 @@ file manager settings popdown: show image previews show - - - + + + scale and crop file manager settings popdown: scale and crop the thumbnails ---------- @@ -1653,90 +1669,90 @@ file manager settings popdown: scale and crop image previews scale and crop - + folder thumbnails folder thumbnails - + autoload file manager settings popdown: automatically load the folder thumbnails autoload - + loop file manager settings popdown: loop through the folder thumbnails loop - + timeout file manager settings popdown: timeout between switching folder thumbnails timeout - + 1 second 1 second - + half a second half a second - + show bookmarks show bookmarks - + show devices file manager settings popdown: the devices here are the storage devices show devices - + Preview file manager settings popdown: menu title Preview - + higher resolution file manager settings popdown: use higher resolution for image previews higher resolution - + blur file manager settings popdown: blur image previews blur - + color intensity file manager settings popdown: color intensity of image previews color intensity - + %1 files already exist in the target directory. %1 files already exist in the target directory. - + Check the files below that you want to paste anyways. Files left unchecked will not be pasted. Check the files below that you want to paste anyways. Files left unchecked will not be pasted. - + Select all Select all - + Select none Select none @@ -1745,58 +1761,58 @@ file manager settings popdown: scale and crop image previews filemanagement - + Delete file? Window title Usunąć plik? - - + + Rename file Window title Zmień nazwę pliku - - + + Move to trash Przenieś do kosza - - + + Delete permanently Usuń na zawsze - + Are you sure you want to delete this file? Are you sure you want to delete this file? - + An error occured, file could not be deleted! Wystąpił błąd, plik nie może zostać usunięty! - + old filename: old filename: - + new filename: new filename: - + An error occured, file could not be renamed An error occured, file could not be renamed - + A file with this filename already exists A file with this filename already exists @@ -1827,22 +1843,22 @@ file manager settings popdown: scale and crop image previews File could not be moved - + File successfully deleted File successfully deleted - + Could not delete file Could not delete file - + File successfully moved to trash File successfully moved to trash - + Could not move file to trash Could not move file to trash @@ -1851,46 +1867,46 @@ file manager settings popdown: scale and crop image previews filter - + Filter images in current directory Window title Filtruj obrazy w bieżącym katalogu - + Filter Written on a clickable button - please keep short Filtruj - + Remove filter Written on a clickable button - please keep short Usuń filtr - + To filter by file extension, start the term with a dot. Setting the width or height of the resolution to 0 ignores that dimension. Aby filtrować według rozszerzenia pliku, rozpocznij wpisywanie znakiem kropki. Ustawienie szerokości lub wysokości rozdzielczości na wartość 0 ignoruje ten wymiar. - + File name/extension: Nazwa/Rozszerzenie pliku: - + Enter terms Wprowadź tekst - + Image Resolution Image Resolution - - + + greater than used as tooltip in the sense of 'image resolution GREATER THAN 123x123' ---------- @@ -1898,8 +1914,8 @@ used as tooltip in the sense of 'file size GREATER THAN 123 KB/MB'więcej niż - - + + less than used as tooltip in the sense of 'image resolution LESS THAN 123x123' ---------- @@ -1907,12 +1923,12 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'mniej niż - + File size Rozmiar pliku - + Please note that filtering by image resolution can take a little while, depending on the number of images in the folder. Pamiętaj, że filtrowanie według rozdzielczości obrazu może chwilę zająć, w zależności od ilości obrazów w folderze. @@ -1921,28 +1937,28 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'histogram - + Histogram Window title Histogram - + Click-and-drag to move. Kliknij i przeciągnij, aby przenieść. - + Right click to switch version. Zmień wersję prawym przyciskiem myszy. - + Loading... Wczytywanie... - + Error loading histogram Error loading histogram @@ -1950,26 +1966,41 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' image - + Click here to enter photo sphere Click here to enter photo sphere - + Click here to enter viewer mode Click here to enter viewer mode - + Hide central button for entering viewer mode Hide central button for entering viewer mode + + + No bar/QR codes found. + No bar/QR codes found. + + + + 1 bar/QR code found. + 1 bar/QR code found. + + + + %1 bar/QR codes found. + %1 bar/QR codes found. + imageprovider - + File failed to load, it does not exist! Błąd wczytywania pliku, plik nie istnieje! @@ -1978,85 +2009,85 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'imgur - - + + Upload to imgur.com Window title Prześlij do imgur.com - + Show past uploads Show past uploads - + This seems to take a long time... Zajmuje to dłużej niż zwykle... - + There might be a problem with your internet connection or the imgur.com servers. Możliwe, że występuje problem z połączeniem internetowym lub z serwerami imgur.com. - + An Error occurred while uploading image! Wystąpił błąd podczas przesyłania obrazu! - + Error code: Kod błędu: - + You do not seem to be connected to the internet... Wygląda na to, że nie masz połączenia z Internetem... - + Unable to upload! Nie można przesłać! - + Access Image Wyświetl obraz - - - - + + + + Click to open in browser Kliknij, aby otworzyć w przeglądarce internetowej - + Delete Image Usuń obraz - + No past uploads found The uploads are uploads to imgur.com No past uploads found - + Access: Used as in: access this image Access: - + Delete: Used as in: delete this image Delete: - + Clear all Written on button, please keep short. Used as in: clear all entries Clear all @@ -2087,18 +2118,18 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'mapcurrent - + Current location Window title Current location - + Click-and-drag to move. Click-and-drag to move. - + No location data No location data @@ -2141,111 +2172,121 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' metadata - + No file loaded No file loaded - + Metadata The title of the floating element Metadata - + File name Nazwa pliku - + Dimensions Wymiary - + Image Obraz - + File size Rozmiar pliku - + File type Rodzaj pliku - + Make Producent - + Model Model - + Software Oprogramowanie - + Time Photo was Taken Czas zrobienia zdjęcia - + Exposure Time Czas naświetlania - + Flash Lampa błyskowa - + Scene Type Tryb - + Focal Length Długość ogniskowej - + F Number Przesłona - + Light Source Źródło światła - + Keywords Słowa kluczowe - + Location Lokalizacja - + Copyright Prawa autorskie - + GPS Position Lokalizacja GPS + + + Click to copy value to clipboard, Ctrl+Click to open location in online map service + Click to copy value to clipboard, Ctrl+Click to open location in online map service + + + + Copy value to clipboard + Copy value to clipboard + navigate @@ -2275,13 +2316,13 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' other - + Click anywhere to open a file Part of the message shown in the main view before any image is loaded Naciśnij w dowolnym miejscu, aby otworzyć plik - + Move your cursor to the indicated window edges for various actions Part of the message shown in the main view before any image is loaded Przesuń wskaźnik do wskazanych krawędzi okna do wywołania różnych czynności @@ -2290,25 +2331,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' popinpopout - - - - - - - + + + + + + + Merge into main interface Tooltip of small button to merge a popped out element (i.e., one in its own window) into the main interface Złącz z oknem głównym - - - - - - - + + + + + + + Move to its own window Tooltip of small button to show an element in its own window (i.e., not merged into main interface) Odłącz do oddzielnego okna @@ -2366,52 +2407,52 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'scale - + Scale image Window title Scale image - - + + Scale Scale - + An error occured, file could not be scaled An error occured, file could not be scaled - + Scaling of this file format is not yet supported Scaling of this file format is not yet supported - + Width: The number of horizontal pixels of the image Width: - + Height: The number of vertical pixels of the image Height: - + New size: New size: - + pixels This is used as in: 100x100 pixels pixels - + Quality: Jakość: @@ -2420,25 +2461,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'settingsmanager - + Settings Manager Window title Settings Manager - + Apply changes Apply changes - + Revert changes Revert changes - + - + Interface A settings category ---------- @@ -2446,9 +2487,9 @@ This is a shortcut category Interface - - - + + + Language A settings subcategory and the qml filename ---------- @@ -2456,9 +2497,9 @@ A settings title Language - - - + + + Background A settings subcategory ---------- @@ -2466,9 +2507,9 @@ Settings title Background - - - + + + Popout A settings subcategory ---------- @@ -2476,9 +2517,9 @@ Settings title Popout - - - + + + Context menu A settings subcategory ---------- @@ -2486,92 +2527,92 @@ Settings title Context menu - + Window A settings subcategory Window - - + + Image A settings subcategory Image - + Interaction A settings subcategory Interaction - + Folder A settings subcategory Folder - + Share online A settings subcategory Share online - + All thumbnails A settings subcategory All thumbnails - - + + Manage A settings subcategory Manage - + Face tags A settings subcategory Face tags - + Instance A settings subcategory Instance - + Tray icon A settings subcategory Tray icon - + Image view A settings category Image view - - + + Look Settings title Look - - - + + + Behavior A settings subcategory Behavior - - - + + + Edges A settings subcategory ---------- @@ -2579,8 +2620,8 @@ Settings title Edges - - + + Thumbnails A settings category ---------- @@ -2588,9 +2629,9 @@ Used as descriptor for a screen edge action Thumbnails - - - + + + Metadata A settings category ---------- @@ -2600,9 +2641,9 @@ Used as identifying name for one of the elements in the interface Metadata - - - + + + Labels A settings subcategory ---------- @@ -2610,21 +2651,21 @@ Settings title Labels - + Session A settings category Session - + Remember A settings subcategory Remember - - - + + + File types A settings category ---------- @@ -2632,20 +2673,20 @@ A settings subcategory File types - + Advanced Advanced - + Keyboard & Mouse A settings category Keyboard & Mouse - - - + + + Shortcuts A settings subcategory ---------- @@ -2653,93 +2694,93 @@ Settings title Shortcuts - + Reset Reset - + Reset settings Reset settings - + Reset shortcuts Reset shortcuts - + Export/Import Export/Import - + Export settings Export settings - + Import settings Import settings - + Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close - + Unsaved changes Unsaved changes - + The settings on this page have changed. Do you want to apply or discard them? The settings on this page have changed. Do you want to apply or discard them? - + Apply written on button, used as in: apply changes Apply - + Discard written on button, used as in: discard changes Discard - - + + PDF Settings title PDF - + PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + current value: The current value of the slider specifying the PDF quality ---------- @@ -2749,303 +2790,324 @@ The current value of the slider specifying the size of the window buttonscurrent value: - - + + Archive Settings title Archive - + PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. - + use external tool: unrar use external tool: unrar - - + + Video Settings title Video - + PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. - + Autoplay Autoplay - + Loop Loop - + prefer Qt Multimedia prefer Qt Multimedia - + prefer Libmpv prefer Libmpv - + Video thumbnail generator: Video thumbnail generator: - + + Always use left/right arrow keys to jump back/ahead in videos + Always use left/right arrow keys to jump back/ahead in videos + + + RAW images Settings title RAW images - + Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. - + use embedded image if available use embedded image if available - - + + Viewer mode Settings title Viewer mode - + When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. - + show big button to enter viewer mode show big button to enter viewer mode - + images This is a category of files PhotoQt can recognize: any image format images - + compressed files This is a category of files PhotoQt can recognize: compressed files like zip, tar, cbr, 7z, etc. compressed files - + documents This is a category of files PhotoQt can recognize: documents like pdf, txt, etc. documents - + videos This is a type of category of files PhotoQt can recognize: videos like mp4, avi, etc. videos - + Enable As in: "Enable all formats in the seleted category of file types" Enable - + Disable As in: "Disable all formats in the seleted category of file types" Disable - + Enable everything As in "Enable every single file format PhotoQt can open in any category" Enable everything - + Currently there are %1 file formats enabled The %1 will be replaced with the number of file formats, please don't forget to add it. Currently there are %1 file formats enabled - + Search by description or file ending Search by description or file ending - + Search by image library or category Search by image library or category - + File endings: File endings: - - + + Looping Settings title Looping - + Loop around When reaching the end of the images in the folder whether to loop back around to the beginning or not Loop around - - + + Sort images Settings title Sort images - + Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. - + Sort by: Sort by: - + natural name A criteria for sorting images natural name - + name A criteria for sorting images name - + time A criteria for sorting images time - + size A criteria for sorting images size - + type A criteria for sorting images type - + ascending order Sort images in ascending order ascending order - + descending order Sort images in descending order descending order - - + + Zoom Settings title Zoom - + PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). - + zoom speed: zoom speed: - + minimum zoom: minimum zoom: - + maximum zoom: maximum zoom: - - + + Mirror/Flip + Settings title + Mirror/Flip + + + + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + + + + Animate mirror/flip + Animate mirror/flip + + + + Animation Settings title Animation - + When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. - + When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. - + animate switching between images animate switching between images - + Animation: Animation: - + opacity This is referring to an in/out animation of images opacity - + along x-axis This is referring to an in/out animation of images along x-axis - + along y-axis This is referring to an in/out animation of images along y-axis - - - + + + rotation This is referring to an in/out animation of images ---------- @@ -3053,329 +3115,329 @@ Please keep short! This is the rotation of the current image rotation - + explosion This is referring to an in/out animation of images explosion - + implosion This is referring to an in/out animation of images implosion - + choose one at random This is referring to an in/out animation of images choose one at random - + very slow used here for the animation speed very slow - + very fast used here for the animation speed very fast - - + + Floating navigation Settings title Floating navigation - + Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. - + show floating navigation buttons show floating navigation buttons - - - - + + + + Cache Settings title Cache - + Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. - - + + Interpolation Settings title Interpolation - + none used as in: no margin around image none - + large images: large images: - - + + fit to view fit to view - + load at full scale load at full scale - + small images: small images: - + load as-is load as-is - + show checkerboard pattern show checkerboard pattern - + PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. - + disable interpolation for small images disable interpolation for small images - - + + Margin Settings title Margin - + PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. - - + + Image size Settings title Image size - + PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. - - + + Transparency marker Settings title Transparency marker - + When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. - + It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. - + Note that any change here is saved immediately! Note that any change here is saved immediately! - + Authenticated with user account: Authenticated with user account: - + Authenticate Written on button, used as in: Authenticate with user account Authenticate - + Forget account Written on button, used as in: Forget user account Forget account - + Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. - + An error occured: An error occured: - + The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. - + real transparency How the background of PhotoQt should be real transparency - + fake transparency How the background of PhotoQt should be fake transparency - + solid background color How the background of PhotoQt should be solid background color - + custom background image How the background of PhotoQt should be custom background image - + background image background image - + Click to select an image Tooltip for a mouse area, a click on which opens a file dialog for selecting an image Click to select an image - + scale to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale to fit - + scale and crop to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale and crop to fit - + stretch to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled stretch to fit - + center image If an image is set as background of PhotoQt this is one way it can be shown/scaled center image - + tile image If an image is set as background of PhotoQt this is one way it can be shown/scaled tile image - - + + Click on empty background Click on empty background - + The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured - + no action what to do when the empty background is clicked no action - + close window what to do when the empty background is clicked close window - + navigate between images what to do when the empty background is clicked navigate between images - + toggle window decoration what to do when the empty background is clicked toggle window decoration - - + + Blurring elements behind other elements A settings title Blurring elements behind other elements - + Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. - + Blur elements in the back Blur elements in the back - + The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. - + No custom entries exists yet The custom entries here are the custom entries in the context menu No custom entries exists yet - - + + Select written on button for selecting a file from the file dialog @@ -3384,24 +3446,24 @@ written on button in file picker to select an existing executable fileSelect - + entry name The entry here refers to the text that is shown in the context menu for a custom entry entry name - + executable executable - + Select executable Select executable - + additional flags The flags here are additional parameters that can be passed on to an executable @@ -3410,56 +3472,56 @@ the flags here are parameters specified on the command line additional flags - + quit Quit PhotoQt after executing custom context menu entry. Please keep as short as possible!! quit - + Delete entry The entry here is a custom entry in the context menu Delete entry - + Add new entry The entry here is a custom entry in the context menu Add new entry - + Add system applications The system applications here refers to any image related applications that can be found automatically on your system Add system applications - - + + Duplicate entries in main menu The entries here are the custom entries in the context menu Duplicate entries in main menu - + The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. - + Duplicate in main menu Refers to duplicating the custom context menu entries in the main menu Duplicate in main menu - + No action Used as descriptor for a screen edge action No action - - + + Main menu Used as descriptor for a screen edge action ---------- @@ -3467,212 +3529,217 @@ Used as identifying name for one of the elements in the interface Main menu - + Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. - + The right edge action cannot be changed The action here is a screen edge action The right edge action cannot be changed - - - + + + Click to change action The action here is a screen edge action Click to change action - - + + Sensitivity Settings title Sensitivity - + The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. - + PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. - + Thank you to all who volunteered their time to help translate PhotoQt into other languages! Thank you to all who volunteered their time to help translate PhotoQt into other languages! - + If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: - + Open in browser Open in browser - + Copy to clipboard Copy to clipboard - + File dialog Used as identifying name for one of the elements in the interface File dialog - + Map explorer Used as identifying name for one of the elements in the interface Map explorer - + Settings manager Used as identifying name for one of the elements in the interface Settings manager - + Histogram Used as identifying name for one of the elements in the interface Histogram - + Map (current image) Used as identifying name for one of the elements in the interface Map (current image) - + Scale Used as identifying name for one of the elements in the interface Scale - + Slideshow setup Used as identifying name for one of the elements in the interface Slideshow setup - + Slideshow controls Used as identifying name for one of the elements in the interface Slideshow controls - + Rename file Used as identifying name for one of the elements in the interface Rename file - + Delete file Used as identifying name for one of the elements in the interface Delete file - + Export file Used as identifying name for one of the elements in the interface Export file - + About Used as identifying name for one of the elements in the interface About - + Imgur Used as identifying name for one of the elements in the interface Imgur - + Wallpaper Used as identifying name for one of the elements in the interface Wallpaper - - + + category + category + + + + Filter Noun, not a verb. Used as identifying name for one of the elements in the interface Filter - + Advanced image sort Used as identifying name for one of the elements in the interface Advanced image sort - + Streaming (Chromecast) Used as identifying name for one of the elements in the interface Streaming (Chromecast) - + Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. - + Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. - - + + Keep popouts open Settings title Keep popouts open - + keep file dialog open keep file dialog open - + keep map explorer open keep map explorer open - - + + Pop out when window is small Settings title Pop out when window is small - + Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. - + pop out when application window is small pop out when application window is small - - - + + + Status info A settings subcategory ---------- @@ -3680,92 +3747,92 @@ Settings title Status info - + The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. - + show status information show status information - - + + counter Please keep short! The counter shows where we are in the folder. counter - - + + filename Please keep short! filename - - + + filepath Please keep short! filepath - - + + resolution Please keep short! This is the image resolution. resolution - - + + zoom Please keep short! This is the current zoom level. zoom - - + + filesize Please keep short! This is the filesize of the current image. filesize - + add This is written on a button that is used to add a selected block to the status info section. add - - + + Font size Settings title, the font sized of the status information Font size - + The size of the status info is determined by the font size of the text. The size of the status info is determined by the font size of the text. - - - - + + + + Hide automatically Settings title Hide automatically - + The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. - - + + keep always visible visibility status of the status information ---------- @@ -3773,8 +3840,8 @@ visibility status of the window buttons keep always visible - - + + only show with any cursor move visibility status of the status information ---------- @@ -3782,8 +3849,8 @@ visibility status of the window buttons only show with any cursor move - - + + only show when cursor near top edge visibility status of the status information ---------- @@ -3791,8 +3858,8 @@ visibility status of the window buttons only show when cursor near top edge - - + + hide again after timeout: the status information can be hidden automatically after a set timeout ---------- @@ -3800,586 +3867,586 @@ the window buttons can be hidden automatically after a set timeouthide again after timeout: - + also show when image changes Refers to the status information's auto-hide feature, this is an additional case it can be shown also show when image changes - - + + Window management Settings title Window management - + By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. - + manage window through status info manage window through status info - - + + Fullscreen or window mode Settings title Fullscreen or window mode - + There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. - + fullscreen mode fullscreen mode - + window mode window mode - + keep above other windows keep above other windows - + remember its geometry remember the geometry of PhotoQts window between sessions remember its geometry - + enable window decoration enable window decoration - - + + Window buttons Settings title Window buttons - + PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. - + show integrated window buttons show integrated window buttons - + duplicate buttons from window decoration duplicate buttons from window decoration - + add navigation buttons add navigation buttons - + The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. - - + + Auto Rotation Settings title Auto Rotation - + When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. - + Apply default rotation automatically Apply default rotation automatically - - + + GPS map Settings title GPS map - + Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. - - + + Floating element Settings title Floating element - + The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. - + hide behind screen edge hide behind screen edge - + use floating element use floating element - - - + + + Show face tags Settings title Show face tags - + PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). - + It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. - + font size: font size: - + Show border around face tags Show border around face tags - + red red - + green green - + blue blue - + alpha alpha - - - - + + + + Visibility Settings title Visibility - + The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. - + always show all used as in: always show all face tags always show all - + show one on hover used as in: show one face tag on hover show one on hover - + show all on hover used as in: show one face tag on hover show all on hover - + file name Part of the meta information about the current image. file name - + file type Part of the meta information about the current image. file type - + file size Part of the meta information about the current image. file size - + image #/# Part of the meta information about the current image. image #/# - + dimensions Part of the meta information about the current image. dimensions - + copyright Part of the meta information about the current image. copyright - + exposure time Part of the meta information about the current image. exposure time - + flash Part of the meta information about the current image. flash - + focal length Part of the meta information about the current image. focal length - + f-number Part of the meta information about the current image. f-number - + GPS position Part of the meta information about the current image. GPS position - + keywords Part of the meta information about the current image. keywords - + light source Part of the meta information about the current image. light source - + location Part of the meta information about the current image. location - + make Part of the meta information about the current image. make - + model Part of the meta information about the current image. model - + scene type Part of the meta information about the current image. scene type - + software Part of the meta information about the current image. software - + time photo was taken Part of the meta information about the current image. time photo was taken - + Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. - + Check all used as in: check all checkboxes Check all - + Check none used as in: check none of the checkboxes Check none - - + + Single instance Settings title Single instance - + PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. - + run a single instance only run a single instance only - + allow multiple instances allow multiple instances - - + + Reopen last image Settings title Reopen last image - + When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. - + start with blank session start with blank session - + reopen last used image reopen last used image - - + + Remember changes Settings title Remember changes - + Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. - + In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. - + forget changes when other image loaded forget changes when other image loaded - + remember changes per session remember changes per session - + reuse same changes for all images reuse same changes for all images - - + + Tray Icon Settings title Tray Icon - + PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. - + Show tray icon Show tray icon - + monochrome icon monochrome icon - + hide to tray icon instead of closing hide to tray icon instead of closing - - + + Reset when hiding Settings title Reset when hiding - + When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. - + reset session when hiding reset session when hiding - - + + Move image with mouse Settings title Move image with mouse - + PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). - + move image with left button move image with left button - + move image with mouse wheel move image with mouse wheel - + very sensitive used as in: very sensitive mouse wheel very sensitive - + not sensitive used as in: not at all sensitive mouse wheel not sensitive - + hide cursor after timeout hide cursor after timeout - - + + Double click Settings title Double click - + A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. - - + + Mouse wheel Settings title Mouse wheel - + Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. - - + + Hide mouse cursor Settings title Hide mouse cursor - + Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. - + Viewing images This is a shortcut category Viewing images - + Current image This is a shortcut category Current image - + Current folder This is a shortcut category Current folder - + Other This is a shortcut category Other - + External This is a shortcut category External @@ -4495,447 +4562,471 @@ the window buttons can be hidden automatically after a set timeoutIt can be used as part of a shortcut only when combined with modifier buttons (Alt, Ctrl, etc.). - + Next image Name of shortcut action Next image - + Previous image Name of shortcut action Previous image - + Go to first image Name of shortcut action Go to first image - + Go to last image Name of shortcut action Go to last image - + Zoom In Name of shortcut action Zoom In - + Zoom Out Name of shortcut action Zoom Out - + Zoom to Actual Size Name of shortcut action Zoom to Actual Size - + Reset Zoom Name of shortcut action Reset Zoom - + Rotate Right Name of shortcut action Rotate Right - + Rotate Left Name of shortcut action Rotate Left - + Reset Rotation Name of shortcut action Reset Rotation - - Flip Horizontally + + Mirror Horizontally Name of shortcut action - Flip Horizontally + Mirror Horizontally - - Flip Vertically + + Mirror Vertically Name of shortcut action - Flip Vertically + Mirror Vertically - + + Reset Mirror + Name of shortcut action + Reset Mirror + + + Load a random image Name of shortcut action Load a random image - + Hide/Show face tags (stored in metadata) Name of shortcut action Hide/Show face tags (stored in metadata) - + Toggle: Fit in window Name of shortcut action Toggle: Fit in window - + Toggle: Show always actual size by default Name of shortcut action Toggle: Show always actual size by default - + Stream content to Chromecast device Name of shortcut action Stream content to Chromecast device - + Move view left Name of shortcut action Move view left - + Move view right Name of shortcut action Move view right - + Move view up Name of shortcut action Move view up - + Move view down Name of shortcut action Move view down - + Go to left edge of image Name of shortcut action Go to left edge of image - + Go to right edge of image Name of shortcut action Go to right edge of image - + Go to top edge of image Name of shortcut action Go to top edge of image - + Go to bottom edge of image Name of shortcut action Go to bottom edge of image - + Show Histogram Name of shortcut action Show Histogram - + Show Image on Map Name of shortcut action Show Image on Map - + Enter viewer mode Name of shortcut action Enter viewer mode - + Scale Image Name of shortcut action Scale Image - + Rename File Name of shortcut action Rename File - + Delete File Name of shortcut action Delete File - + Delete File (without confirmation) Name of shortcut action Delete File (without confirmation) - + Copy File to a New Location Name of shortcut action Copy File to a New Location - + Move File to a New Location Name of shortcut action Move File to a New Location - + Copy Image to Clipboard Name of shortcut action Copy Image to Clipboard - + Save image in another format Name of shortcut action Save image in another format - + Print current photo Name of shortcut action Print current photo - + Set as Wallpaper Name of shortcut action Set as Wallpaper - + Upload to imgur.com (anonymously) Name of shortcut action Upload to imgur.com (anonymously) - + Upload to imgur.com user account Name of shortcut action Upload to imgur.com user account - + Play/Pause animation/video Name of shortcut action Play/Pause animation/video - + + Go ahead 5 seconds in video + Name of shortcut action + Go ahead 5 seconds in video + + + + Go back 5 seconds in video + Name of shortcut action + Go back 5 seconds in video + + + Start tagging faces Name of shortcut action Start tagging faces - + Enter photo sphere Name of shortcut action Enter photo sphere - + + Detect QR and barcodes + Name of shortcut action + Detect QR and barcodes + + + Open file (browse images) Name of shortcut action Open file (browse images) - + Show map explorer Name of shortcut action Show map explorer - + Filter images in folder Name of shortcut action Filter images in folder - + Advanced image sort (Setup) Name of shortcut action Advanced image sort (Setup) - + Advanced image sort (Quickstart) Name of shortcut action Advanced image sort (Quickstart) - + Start Slideshow (Setup) Name of shortcut action Start Slideshow (Setup) - + Start Slideshow (Quickstart) Name of shortcut action Start Slideshow (Quickstart) - + Show Context Menu Name of shortcut action Show Context Menu - + Hide/Show main menu Name of shortcut action Hide/Show main menu - + Hide/Show metadata Name of shortcut action Hide/Show metadata - + Hide/Show thumbnails Name of shortcut action Hide/Show thumbnails - + Show floating navigation buttons Name of shortcut action Show floating navigation buttons - + Toggle fullscreen mode Name of shortcut action Toggle fullscreen mode - + Close window (hides to system tray if enabled) Name of shortcut action Close window (hides to system tray if enabled) - + Quit PhotoQt Name of shortcut action Quit PhotoQt - + Show Settings Name of shortcut action Show Settings - + About PhotoQt Name of shortcut action About PhotoQt - + Show log/debug messages Name of shortcut action Show log/debug messages - + Reset current session Name of shortcut action Reset current session - + Reset current session and hide window Name of shortcut action Reset current session and hide window - + Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. - + Add new shortcuts group Add new shortcuts group - + The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. - + Filter key combinations Filter key combinations - + Filter shortcut actions Filter shortcut actions - + Show all categories Show all categories - - - - - - + + + + + + Category: Category: - + no key combination set no key combination set - + Click to change key combination Click to change key combination - + Click to delete key combination Click to delete key combination - - + + ADD Written on small button, used as in: add new key combination. Please keep short! ---------- @@ -4943,455 +5034,440 @@ Written on small button, used as in: add new shortcut action. Please keep short! ADD - + Click to add new key combination Click to add new key combination - + The new shortcut was in use by another shortcuts group. It has been reassigned to this group. The new shortcut was in use by another shortcuts group. It has been reassigned to this group. - + Undo reassignment Undo reassignment - + no action selected The action here is a shortcut action no action selected - + unknown: The unknown here refers to an unknown internal action that was set as shortcut unknown: - + external This is an identifier in the shortcuts settings used to identify an external shortcut. external - + quit after This is used for listing external commands for shortcuts, showing if the quit after checkbox has been checked quit after - + Click to change shortcut action Click to change shortcut action - + Click to delete shortcut action Click to delete shortcut action - + Click to add new action The action here is a shortcut action Click to add new action - + cycle through actions one by one The actions here are shortcut actions cycle through actions one by one - + timeout for resetting cycle: The cycle here is the act of cycling through shortcut actions one by one timeout for resetting cycle: - + run all actions at once The actions here are shortcut actions run all actions at once - - + + Spacing Settings title Spacing - + PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. - - + + Highlight Settings title Highlight - + The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. - + invert background color effect for highlighting active thumbnail invert background color - + invert label color effect for highlighting active thumbnail invert label color - + line below effect for highlighting active thumbnail line below - + magnify effect for highlighting active thumbnail magnify - + lift up effect for highlighting active thumbnail lift up - + hide when not needed used as in: hide thumbnail bar when not needed hide when not needed - - + + Center on active Settings title Center on active - + When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. - + keep active thumbnail in center keep active thumbnail in center - + The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. - + always keep visible used as in: always keep thumbnail bar visible always keep visible - + hide when zoomed in used as in: hide thumbnail bar when zoomed in hide when zoomed in - - + + Size Settings title Size - + The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. - - + + Scale and crop Settings title Scale and crop - + The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. - + fit thumbnail fit thumbnail - + scale and crop thumbnail scale and crop thumbnail - + keep small thumbnails small keep small thumbnails small - + On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. - + decrease opacity for inactive thumbnails decrease opacity for inactive thumbnails - - + + Icons only Settings title Icons only - + Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. - + use actual thumbnail images The word actual is used with the same meaning as: real use actual thumbnail images - + use filetype icons use filetype icons - - + + Label Settings title Label - + show filename label show filename label - - + + Tooltip Settings title Tooltip - + PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. - + show tooltips show tooltips - + PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. - + enable cache enable cache - - + + Exclude folders Settings title Exclude folders - + PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. - + When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. - + Cloud providers to exclude from caching: Cloud providers to exclude from caching: - + Do not cache these folders: Do not cache these folders: - + One folder per line One folder per line - + Add folder Written on a button Add folder - - + + How many threads Settings title How many threads - + In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. - + current value: %1 thread(s) Important: Please do not forget the placeholder! current value: %1 thread(s) - - subcategory - subcategory - - - - Settings: - Settings: - - - - main category - main category - - - + Export/Import configuration Settings title Export/Import configuration - + Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. - + export configuration export configuration - + import configuration import configuration - + Restart required Restart required - + PhotoQt will now quit as it needs to be restarted for the changes to take effect. PhotoQt will now quit as it needs to be restarted for the changes to take effect. - + Reset settings and shortcuts Settings title Reset settings and shortcuts - + Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. - + reset settings reset settings - + reset shortcuts reset shortcuts - + reset enabled file formats reset enabled file formats - + You can still cancel this action. Seconds remaining: You can still cancel this action. Seconds remaining: - + Motion/Live photos Settings title Motion/Live photos - + This feature is not supported by your build of PhotoQt. This feature is not supported by your build of PhotoQt. - + Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. - + Look for Apple Live Photos Look for Apple Live Photos - + Photo spheres Settings title Photo spheres - + PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. - + Check for photo spheres Check for photo spheres - + Look for Google Motion Photos Look for Google Motion Photos @@ -5400,190 +5476,190 @@ Written on small button, used as in: add new shortcut action. Please keep short! slideshow - + Slideshow setup Window title Slideshow setup - + Start slideshow Written on a clickable button Rozpocznij pokaz slajdów - + interval The interval between images in a slideshow przerwa - + animation This is referring to the in/out animation of images during a slideshow animacja - + opacity This is referring to the in/out animation of images during slideshows przezroczystość - + along x-axis This is referring to the in/out animation of images during slideshows wzdłuż osi x - + along y-axis This is referring to the in/out animation of images during slideshows wzdłuż osi y - + rotation This is referring to the in/out animation of images obrót - + explosion This is referring to the in/out animation of images eksplozja - + implosion This is referring to the in/out animation of images implozja - + choose one at random This is referring to the in/out animation of images losowo - + animation speed The speed of transitioning from one image to another during slideshows prędkość animacji - + immediately, without animation This refers to a speed of transitioning from one image to another during slideshows natychmiast, bez animacji - + pretty fast animation This refers to a speed of transitioning from one image to another during slideshows dość szybka animacja - + not too fast and not too slow This refers to a speed of transitioning from one image to another during slideshows nie za szybka i nie za wolna - + very slow animation This refers to a speed of transitioning from one image to another during slideshows bardzo wolna animacja - + current speed This refers to the currently set speed of transitioning from one image to another during slideshows bieżąca prędkość - + looping powtarzanie - + loop over all files Loop over all images during slideshows powtarzaj wszystkie pliki - + shuffle during slideshows shuffle the order of all images losowo - + shuffle all files during slideshows shuffle the order of all images losowe odtwarzanie plików - + subfolders also include images in subfolders during slideshows podfoldery - + include images in subfolders also include images in subfolders during slideshows uwzględnij obrazy w podfolderach - + status info What to do with the file details during slideshows status info - + hide status info during slideshow What to do with the file details during slideshows hide status info during slideshow - + window buttons What to do with the window buttons during slideshows przyciski okna - + hide window buttons during slideshow What to do with the window buttons during slideshows ukryj przyciski okna podczas pokazu slajdów - + music The music that is to be played during slideshows dźwięki - + enable music Enable music to be played during slideshows włącz dźwięki - + no file selected nie wybrano pliku - + Click to select music file Kliknij, aby wybrać plik dźwięku - + Click to change music file Kliknij, aby zmienić plik dźwięku @@ -5594,47 +5670,52 @@ Written on small button, used as in: add new shortcut action. Please keep short! Slideshow - + Click to go to the previous image Kliknij, aby przejść do poprzedniego obrazu - + Click to pause slideshow Kliknij, aby zatrzymać pokaz slajdów - + Click to play slideshow Kliknij, aby rozpocząć pokaz slajdów - + Click to go to the next image Kliknij, aby przejść do następnego obrazu - + Click to exit slideshow Naciśnij, aby zamknąć pokaz slajdów + + + Slideshow started. + Slideshow started. + startup - - - + + + Edit with %1 Used as in 'Edit with [application]'. %1 will be replaced with application name. Edytuj przez %1 - - - - - + + + + + Open in %1 Used as in 'Open with [application]'. %1 will be replaced with application name. Otwórz przez %1 @@ -5643,35 +5724,35 @@ Written on small button, used as in: add new shortcut action. Please keep short! statusinfo - + Click anywhere to open a file Naciśnij w dowolnym miejscu, aby otworzyć plik - + Click and drag to move window around Naciśnij i przeciągnij, aby przesunąć okno - - - + + + Click and drag to move status info around Click and drag to move status info around - + Click to remove filter Click to remove filter - + Filter: This refers to the currently set filter Filter: - + Connected to: Used in tooltip for the chromecast icon Connected to: @@ -5681,43 +5762,43 @@ Written on small button, used as in: add new shortcut action. Please keep short! streaming - + Streaming (Chromecast) Window title Przesyłanie (Chromecast) - + Connect Used as in: Connect to chromecast device Połącz - + Disconnect Used as in: Disconnect from chromecast device Rozłącz - - + + No devices found The devices here are chromecast devices No devices found - + Status: The status refers to whether the chromecast manager is currently scanning or idle Status: - + Looking for Chromecast devices Looking for Chromecast devices - + Select which device to connect to Select which device to connect to @@ -5725,12 +5806,12 @@ Written on small button, used as in: add new shortcut action. Please keep short! thumbnails - + File size: Rozmiar pliku: - + File type: Typ pliku: @@ -5738,42 +5819,53 @@ Written on small button, used as in: add new shortcut action. Please keep short! unavailable - + The chromecast feature is not available in this build of PhotoQt. The chromecast feature is not available in this build of PhotoQt. - + The location feature is not available in this build of PhotoQt. The location feature is not available in this build of PhotoQt. + + + + Photo spheres are not supported by this build of PhotoQt. + Photo spheres are not supported by this build of PhotoQt. + + + + This file type does not support face tags. + This file type does not support face tags. + wallpaper - + Wallpaper Window title Wallpaper - + Set as Wallpaper Ustaw jako tło pulpitu - - - - - + + + + + Click to choose %1 %1 is a placeholder for the name of a desktop environment (plasma, xfce, gnome, etc.) Kliknij, aby wybrać %1 - + Other Used as in: Other Desktop Environment diff --git a/lang/photoqt_pt_BR.ts b/lang/photoqt_pt_BR.ts index 9afc61a9..69f3c6bf 100644 --- a/lang/photoqt_pt_BR.ts +++ b/lang/photoqt_pt_BR.ts @@ -4,61 +4,61 @@ MainMenu - + navigation This is a category in the main menu. navigation - + previous as in: PREVIOUS image. Please keep short. previous - + next as in: NEXT image. Please keep short. next - + first as in: FIRST image. Please keep short. Primeiro - + last as in: LAST image. Please keep short. Último - + Browse images Browse images - + Map Explorer Map Explorer - + current image This is a category in the main menu. current image - + Zoom Entry in main menu. Please keep short. Zoom - - - + + + reset Used as in RESET zoom. ---------- @@ -68,52 +68,52 @@ Used as in RESET mirroring. reset - + Rotation Entry in main menu. Please keep short. Rotation - + Mirror Mirroring (or flipping) an image. Please keep short. Mirror - + Hide histogram Hide histogram - + Show histogram Show histogram - + Hide current location Hide current location - + Show current location Show current location - + all images This is a category in the main menu. all images - + Slideshow Entry in main menu. Please keep short. Apresentação de slides - - + + Start Used as in START slideshow. Please keep short ---------- @@ -121,8 +121,8 @@ Used as in START advanced sort. Please keep short Start - - + + Setup Used as in SETUP slideshow. Please keep short ---------- @@ -130,54 +130,54 @@ Used as in SETUP advanced sort. Please keep short Setup - + Sort Entry in main menu. Please keep short. Sort - + Filter images Filter images - + Streaming (Chromecast) Streaming (Chromecast) - + Open in default file manager Abrir no gerenciador de arquivos padrão - + general This is a category in the main menu. general - + Settings Configurações - + About About - + Online help Online help - + Quit Sair - + custom This is a category in the main menu. custom @@ -208,189 +208,189 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsMetaData - + yes This string identifies that flash was fired, stored in image metadata yes - + no This string identifies that flash was not fired, stored in image metadata no - + No flash function This string refers to the absense of a flash, stored in image metadata No flash function - + strobe return light not detected This string refers to a flash mode, stored in image metadata strobe return light not detected - + strobe return light detected This string refers to a flash mode, stored in image metadata strobe return light detected - + compulsory flash mode This string refers to a flash mode, stored in image metadata compulsory flash mode - + auto mode This string refers to a flash mode, stored in image metadata auto mode - + red-eye reduction mode This string refers to a flash mode, stored in image metadata red-eye reduction mode - + return light detected This string refers to a flash mode, stored in image metadata return light detected - + return light not detected This string refers to a flash mode, stored in image metadata return light not detected - + Invalid flash This string refers to a flash mode, stored in image metadata Invalid flash - + Standard This string refers to a type of scene, stored in image metadata Standard - + Landscape This string refers to a type of scene, stored in image metadata Landscape - + Portrait This string refers to a type of scene, stored in image metadata Portrait - + Night Scene This string refers to a type of scene, stored in image metadata Night Scene - + Invalid Scene Type This string refers to a type of scene, stored in image metadata Invalid Scene Type - + Unknown This string refers to the light source stored in image metadata Unknown - + Daylight This string refers to the light source stored in image metadata Daylight - + Fluorescent This string refers to the light source stored in image metadata Fluorescent - + Tungsten (incandescent light) This string refers to the light source stored in image metadata Tungsten (incandescent light) - + Flash This string refers to the light source stored in image metadata Flash - + Fine weather This string refers to the light source stored in image metadata Fine weather - + Cloudy Weather This string refers to the light source stored in image metadata Cloudy Weather - + Shade This string refers to the light source stored in image metadata Shade - + Daylight fluorescent This string refers to the light source stored in image metadata Daylight fluorescent - + Day white fluorescent This string refers to the light source stored in image metadata Day white fluorescent - + Cool white fluorescent This string refers to the light source stored in image metadata Cool white fluorescent - + White fluorescent This string refers to the light source stored in image metadata White fluorescent - - - + + + Standard light This string refers to the light source stored in image metadata Standard light - + Other light source This string refers to the light source stored in image metadata Other light source - + Invalid light source This string refers to the light source stored in image metadata Invalid light source @@ -399,7 +399,7 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsOther - + Print Print @@ -478,241 +478,241 @@ Used as in SETUP advanced sort. Please keep short I tried hard, but I just cannot open the database of default shortcuts. - + Alt Refers to a keyboard modifier Alt - + Ctrl Refers to a keyboard modifier Ctrl - + Shift Refers to a keyboard modifier Shift - + Page Up Refers to one of the keys on the keyboard Page Up - + Page Down Refers to one of the keys on the keyboard Page Down - + Meta Refers to the key that usually has the Windows symbol on it Meta - + Keypad Refers to the key that triggers the number block on keyboards Keypad - + Escape Refers to one of the keys on the keyboard Escape - + Right Refers to one of the arrow keys on the keyboard Right - + Left Refers to one of the arrow keys on the keyboard Left - + Up Refers to one of the arrow keys on the keyboard Up - + Down Refers to one of the arrow keys on the keyboard Down - + Space Refers to one of the keys on the keyboard Space - + Delete Refers to one of the keys on the keyboard Delete - + Backspace Refers to one of the keys on the keyboard Backspace - + Home Refers to one of the keys on the keyboard Home - + End Refers to one of the keys on the keyboard End - + Insert Refers to one of the keys on the keyboard Insert - + Tab Refers to one of the keys on the keyboard Tab - + Return Return refers to the enter key of the number block - please try to make the translations of Return and Enter (the main button) different if possible! Return - + Enter Enter refers to the main enter key - please try to make the translations of Return (in the number block) and Enter different if possible! Enter - + Left Button Refers to a mouse button Left Button - + Right Button Refers to a mouse button Right Button - + Middle Button Refers to a mouse button Middle Button - + Back Button Refers to a mouse button Back Button - + Forward Button Refers to a mouse button Forward Button - + Task Button Refers to a mouse button Task Button - + Button #7 Refers to a mouse button Button #7 - + Button #8 Refers to a mouse button Button #8 - + Button #9 Refers to a mouse button Button #9 - + Button #10 Refers to a mouse button Button #10 - + Double Click Refers to a mouse event Double Click - + Wheel Up Refers to the mouse wheel Wheel Up - + Wheel Down Refers to the mouse wheel Wheel Down - + Wheel Left Refers to the mouse wheel Wheel Left - + Wheel Right Refers to the mouse wheel Wheel Right - + East Refers to a direction of the mouse when performing a mouse gesture East - + South Refers to a direction of the mouse when performing a mouse gesture South - + West Refers to a direction of the mouse when performing a mouse gesture West - + North Refers to a direction of the mouse when performing a mouse gesture North @@ -721,54 +721,54 @@ Used as in SETUP advanced sort. Please keep short about - + About Sobre - + Show configuration overview The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Show configuration overview - + License: Licença: - + Open license in browser Open license in browser - + Website: Site da web: - + Open website in browser Open website in browser - + Contact: Contato: - + Send an email Enviar um email - + Configuration The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Configuration - + Copy to clipboard Copy to clipboard @@ -816,146 +816,146 @@ Used as in SETUP advanced sort. Please keep short advancedsort - + Advanced image sort Window title Advanced image sort - + Sort images Sort images - + Sorting criteria: Sorting criteria: - + Resolution The image resolution (width/height in pixels) Resolution - + Dominant color The color that is most common in the image Dominant color - + Average color the average color of the image Average color - + Luminosity the average color of the image Luminosity - + Exif date Exif date - + Sort by image resolution Sort by image resolution - - - - - + + + + + in ascending order as is: sort in ascending order in ascending order - - - - - + + + + + in descending order as is: sort in descending order in descending order - + Sort by dominant color Sort by dominant color - - - + + + low quality (fast) quality and speed of advanced sorting of images low quality (fast) - - - + + + medium quality quality and speed of advanced sorting of images medium quality - - - + + + high quality (slow) quality and speed of advanced sorting of images high quality (slow) - + Sort by average color Sort by average color - + Sort by luminosity Sort by luminosity - + Sort by date Sort by date - + Order of priority: Order of priority: - + Exif tag: Original date/time Exif tag: Original date/time - + Exif tag: Digitized date/time Exif tag: Digitized date/time - + File creation date File creation date - + File modification date File modification date - + If a value cannot be found, PhotoQt will proceed to the next item in the list. If a value cannot be found, PhotoQt will proceed to the next item in the list. @@ -1118,112 +1118,122 @@ Used as in SETUP advanced sort. Please keep short contextmenu - + Rename file Rename file - + Copy file Copy file - + Move file Move file - + Delete file Delete file - + Copy to clipboard Copy to clipboard - + Export to different format Export to different format - + Scale image Scale image - + Tag faces Tag faces - + Set as wallpaper Set as wallpaper - + Show histogram Show histogram - + Show on map Show on map + + + Hide QR/barcodes + Hide QR/barcodes + + + + Detect QR/barcodes + Detect QR/barcodes + export - + Export image title of action element Export image - - + + Export written on button Export - + Something went wrong during export to the selected format... Something went wrong during export to the selected format... - + Favorites: These are the favorite image formats for exporting images to Favorites: - + no favorites set the favorites are image formats for exporting images to no favorites set - - + + Click to select this image format Click to select this image format - - + + Click to remove this image format from your favorites Click to remove this image format from your favorites - + Click to add this image format to your favorites Click to add this image format to your favorites - + Selected target format: The target format is the format the image is about to be exported to Selected target format: @@ -1232,17 +1242,23 @@ Used as in SETUP advanced sort. Please keep short facetagging - + Click to exit face tagging mode Clique para sair de marcação facial - + Who is this? Quem é esse? - + + Face tagging mode activated. Click-and-drag to tag faces. + Face tagging mode activated. Click-and-drag to tag faces. + + + + Click to exit photo sphere Click to exit photo sphere @@ -1250,48 +1266,48 @@ Used as in SETUP advanced sort. Please keep short filedialog - + Show files as icons Show files as icons - + Show files as list Show files as list - + no subfolders found no subfolders found - - + + %1 image %1 Imagem - - + + %1 images %1 Imagens - + # images # imagens - - + + Date: Data: - - + + Time: Tempo: @@ -1302,336 +1318,336 @@ Used as in SETUP advanced sort. Please keep short - + File size: Tamanho do arquivo: - + File type: Tipo do arquivo: - + no supported files/folders found no supported files/folders found - + Load this folder Carregar esta pasta - + Load this file Carregar este arquivo - + Add to Favorites Adicionar aos favoritos - + Remove file selection Remove file selection - + Select file Select file - + Remove all file selection Remove all file selection - + Select all files Select all files - + Delete selection Delete selection - + Delete file Delete file - + Delete folder Delete folder - + Delete file/folder Delete file/folder - + Cut selection Cut selection - + Cut file Cut file - + Cut folder Cut folder - + Cut file/folder Cut file/folder - + Copy selection Copy selection - + Copy file Copy file - + Copy folder Copy folder - + Copy file/folder Copy file/folder - + Paste files from clipboard Paste files from clipboard - + Show hidden files Mostrar arquivos ocultos - + Show tooltip with image details Show tooltip with image details - + bookmarks and devices disabled bookmarks and devices disabled - + Show entry Mostrar entrada - + Hide entry Ocultar entrada - + Remove entry Remover entrada - + Hide hidden entries Escoder entradas ocultas - + Show hidden entries Mostrar entradas ocultas - + Hide bookmarked places Hide bookmarked places - + Show bookmarked places Show bookmarked places - + Hide storage devices Ocultar dispositivos de armazenamento - + Show storage devices Mostrar dispositivos de armazenamento - + Storage Devices Storage Devices - - + + Bookmarks file manager settings popdown: menu title Bookmarks - + Zoom: Zoom: - + Adjust size of files and folders Adjust size of files and folders - + Cancel and close Cancel and close - + Sort by: Ordenar por: - + Name Nome - + Natural Name Nome natural - + Time modified Tempo modificado - + File size Tamanho do arquivo - + File type Tipo de arquivo - + reverse order Ordem reversa - + All supported images Todas as imagens suportadas - + Video files Arquivos de vídeo - + All files Todos os arquivos - + View file manager settings popdown: menu title View - + layout file manager settings popdown: submenu title layout - + list view list view - + icon view icon view - + padding file manager settings popdown: submenu title padding - + drag and drop file manager settings popdown: submenu title drag and drop - + enable for list view file manager settings popdown: the thing to enable here is drag-and-drop enable for list view - + enable for grid view file manager settings popdown: the thing to enable here is drag-and-drop enable for grid view - + enable for bookmarks file manager settings popdown: the thing to enable here is drag-and-drop enable for bookmarks - + select with single click file manager settings popdown: how to select files select with single click - + hidden files hidden files - + tooltips tooltips - + Thumbnails file manager settings popdown: menu title Thumbnails - - - + + + show file manager settings popdown: show thumbnails ---------- @@ -1641,9 +1657,9 @@ file manager settings popdown: show image previews show - - - + + + scale and crop file manager settings popdown: scale and crop the thumbnails ---------- @@ -1653,90 +1669,90 @@ file manager settings popdown: scale and crop image previews scale and crop - + folder thumbnails folder thumbnails - + autoload file manager settings popdown: automatically load the folder thumbnails autoload - + loop file manager settings popdown: loop through the folder thumbnails loop - + timeout file manager settings popdown: timeout between switching folder thumbnails timeout - + 1 second 1 second - + half a second half a second - + show bookmarks show bookmarks - + show devices file manager settings popdown: the devices here are the storage devices show devices - + Preview file manager settings popdown: menu title Preview - + higher resolution file manager settings popdown: use higher resolution for image previews higher resolution - + blur file manager settings popdown: blur image previews blur - + color intensity file manager settings popdown: color intensity of image previews color intensity - + %1 files already exist in the target directory. %1 files already exist in the target directory. - + Check the files below that you want to paste anyways. Files left unchecked will not be pasted. Check the files below that you want to paste anyways. Files left unchecked will not be pasted. - + Select all Select all - + Select none Select none @@ -1745,58 +1761,58 @@ file manager settings popdown: scale and crop image previews filemanagement - + Delete file? Window title Deletar arquivo? - - + + Rename file Window title Renomear arquivo - - + + Move to trash Mover para a lixeira - - + + Delete permanently Deletar permanentemente - + Are you sure you want to delete this file? Are you sure you want to delete this file? - + An error occured, file could not be deleted! Um erro ocorreu, arquivo não pode ser deletado! - + old filename: old filename: - + new filename: new filename: - + An error occured, file could not be renamed An error occured, file could not be renamed - + A file with this filename already exists A file with this filename already exists @@ -1827,22 +1843,22 @@ file manager settings popdown: scale and crop image previews File could not be moved - + File successfully deleted File successfully deleted - + Could not delete file Could not delete file - + File successfully moved to trash File successfully moved to trash - + Could not move file to trash Could not move file to trash @@ -1851,46 +1867,46 @@ file manager settings popdown: scale and crop image previews filter - + Filter images in current directory Window title Filtrar imagens no diretório atual - + Filter Written on a clickable button - please keep short Filtrar - + Remove filter Written on a clickable button - please keep short Remover filtro - + To filter by file extension, start the term with a dot. Setting the width or height of the resolution to 0 ignores that dimension. To filter by file extension, start the term with a dot. Setting the width or height of the resolution to 0 ignores that dimension. - + File name/extension: File name/extension: - + Enter terms Enter terms - + Image Resolution Image Resolution - - + + greater than used as tooltip in the sense of 'image resolution GREATER THAN 123x123' ---------- @@ -1898,8 +1914,8 @@ used as tooltip in the sense of 'file size GREATER THAN 123 KB/MB'greater than - - + + less than used as tooltip in the sense of 'image resolution LESS THAN 123x123' ---------- @@ -1907,12 +1923,12 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'less than - + File size File size - + Please note that filtering by image resolution can take a little while, depending on the number of images in the folder. Please note that filtering by image resolution can take a little while, depending on the number of images in the folder. @@ -1921,28 +1937,28 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'histogram - + Histogram Window title Histograma - + Click-and-drag to move. Clicar e arrastar para mover. - + Right click to switch version. Clique com o botão direito para alternar a versão. - + Loading... Carregando... - + Error loading histogram Error loading histogram @@ -1950,26 +1966,41 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' image - + Click here to enter photo sphere Click here to enter photo sphere - + Click here to enter viewer mode Click here to enter viewer mode - + Hide central button for entering viewer mode Hide central button for entering viewer mode + + + No bar/QR codes found. + No bar/QR codes found. + + + + 1 bar/QR code found. + 1 bar/QR code found. + + + + %1 bar/QR codes found. + %1 bar/QR codes found. + imageprovider - + File failed to load, it does not exist! Falha ao carregar o arquivo, ele não existe! @@ -1978,85 +2009,85 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'imgur - - + + Upload to imgur.com Window title Enviar para imgur.com - + Show past uploads Show past uploads - + This seems to take a long time... Isto parece levar um tempão... - + There might be a problem with your internet connection or the imgur.com servers. Pode haver um problema com sua conexão de internet ou com os servidores de imgur.com. - + An Error occurred while uploading image! Um erro ocorreu no envio da imagem! - + Error code: código de erro: - + You do not seem to be connected to the internet... Você não parece estar conectado a internet... - + Unable to upload! Incapaz de enviar! - + Access Image Acessar imagem - - - - + + + + Click to open in browser Clique para abrir no navegador - + Delete Image Deletar imagem - + No past uploads found The uploads are uploads to imgur.com No past uploads found - + Access: Used as in: access this image Access: - + Delete: Used as in: delete this image Delete: - + Clear all Written on button, please keep short. Used as in: clear all entries Clear all @@ -2087,18 +2118,18 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'mapcurrent - + Current location Window title Current location - + Click-and-drag to move. Click-and-drag to move. - + No location data No location data @@ -2141,111 +2172,121 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' metadata - + No file loaded No file loaded - + Metadata The title of the floating element Metadata - + File name Nome do arquivo - + Dimensions Dimensões - + Image Image - + File size Tamanho do arquivo - + File type Tipo do arquivo - + Make Criar - + Model Model - + Software Sofware - + Time Photo was Taken O tempo que a foto foi tirada - + Exposure Time Tempo de exposição - + Flash Flash - + Scene Type Tipo de cena - + Focal Length Distância focal - + F Number Número F - + Light Source Fonte de luz - + Keywords Palavras-chave - + Location Localização - + Copyright Direitos atuais - + GPS Position Posição de GPS + + + Click to copy value to clipboard, Ctrl+Click to open location in online map service + Click to copy value to clipboard, Ctrl+Click to open location in online map service + + + + Copy value to clipboard + Copy value to clipboard + navigate @@ -2275,13 +2316,13 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' other - + Click anywhere to open a file Part of the message shown in the main view before any image is loaded Click anywhere to open a file - + Move your cursor to the indicated window edges for various actions Part of the message shown in the main view before any image is loaded Move your cursor to the indicated window edges for various actions @@ -2290,25 +2331,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' popinpopout - - - - - - - + + + + + + + Merge into main interface Tooltip of small button to merge a popped out element (i.e., one in its own window) into the main interface Mesclar na interface principal - - - - - - - + + + + + + + Move to its own window Tooltip of small button to show an element in its own window (i.e., not merged into main interface) Mover para sua própria janela @@ -2366,52 +2407,52 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'scale - + Scale image Window title Scale image - - + + Scale Scale - + An error occured, file could not be scaled An error occured, file could not be scaled - + Scaling of this file format is not yet supported Scaling of this file format is not yet supported - + Width: The number of horizontal pixels of the image Width: - + Height: The number of vertical pixels of the image Height: - + New size: New size: - + pixels This is used as in: 100x100 pixels pixels - + Quality: Qualidade: @@ -2420,25 +2461,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'settingsmanager - + Settings Manager Window title Settings Manager - + Apply changes Apply changes - + Revert changes Revert changes - + - + Interface A settings category ---------- @@ -2446,9 +2487,9 @@ This is a shortcut category Interface - - - + + + Language A settings subcategory and the qml filename ---------- @@ -2456,9 +2497,9 @@ A settings title Language - - - + + + Background A settings subcategory ---------- @@ -2466,9 +2507,9 @@ Settings title Background - - - + + + Popout A settings subcategory ---------- @@ -2476,9 +2517,9 @@ Settings title Popout - - - + + + Context menu A settings subcategory ---------- @@ -2486,92 +2527,92 @@ Settings title Context menu - + Window A settings subcategory Window - - + + Image A settings subcategory Image - + Interaction A settings subcategory Interaction - + Folder A settings subcategory Folder - + Share online A settings subcategory Share online - + All thumbnails A settings subcategory All thumbnails - - + + Manage A settings subcategory Manage - + Face tags A settings subcategory Face tags - + Instance A settings subcategory Instance - + Tray icon A settings subcategory Tray icon - + Image view A settings category Image view - - + + Look Settings title Look - - - + + + Behavior A settings subcategory Behavior - - - + + + Edges A settings subcategory ---------- @@ -2579,8 +2620,8 @@ Settings title Edges - - + + Thumbnails A settings category ---------- @@ -2588,9 +2629,9 @@ Used as descriptor for a screen edge action Thumbnails - - - + + + Metadata A settings category ---------- @@ -2600,9 +2641,9 @@ Used as identifying name for one of the elements in the interface Metadata - - - + + + Labels A settings subcategory ---------- @@ -2610,21 +2651,21 @@ Settings title Labels - + Session A settings category Session - + Remember A settings subcategory Remember - - - + + + File types A settings category ---------- @@ -2632,20 +2673,20 @@ A settings subcategory File types - + Advanced Advanced - + Keyboard & Mouse A settings category Keyboard & Mouse - - - + + + Shortcuts A settings subcategory ---------- @@ -2653,93 +2694,93 @@ Settings title Shortcuts - + Reset Reset - + Reset settings Reset settings - + Reset shortcuts Reset shortcuts - + Export/Import Export/Import - + Export settings Export settings - + Import settings Import settings - + Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close - + Unsaved changes Unsaved changes - + The settings on this page have changed. Do you want to apply or discard them? The settings on this page have changed. Do you want to apply or discard them? - + Apply written on button, used as in: apply changes Apply - + Discard written on button, used as in: discard changes Discard - - + + PDF Settings title PDF - + PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + current value: The current value of the slider specifying the PDF quality ---------- @@ -2749,303 +2790,324 @@ The current value of the slider specifying the size of the window buttonscurrent value: - - + + Archive Settings title Archive - + PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. - + use external tool: unrar use external tool: unrar - - + + Video Settings title Video - + PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. - + Autoplay Autoplay - + Loop Loop - + prefer Qt Multimedia prefer Qt Multimedia - + prefer Libmpv prefer Libmpv - + Video thumbnail generator: Video thumbnail generator: - + + Always use left/right arrow keys to jump back/ahead in videos + Always use left/right arrow keys to jump back/ahead in videos + + + RAW images Settings title RAW images - + Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. - + use embedded image if available use embedded image if available - - + + Viewer mode Settings title Viewer mode - + When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. - + show big button to enter viewer mode show big button to enter viewer mode - + images This is a category of files PhotoQt can recognize: any image format images - + compressed files This is a category of files PhotoQt can recognize: compressed files like zip, tar, cbr, 7z, etc. compressed files - + documents This is a category of files PhotoQt can recognize: documents like pdf, txt, etc. documents - + videos This is a type of category of files PhotoQt can recognize: videos like mp4, avi, etc. videos - + Enable As in: "Enable all formats in the seleted category of file types" Enable - + Disable As in: "Disable all formats in the seleted category of file types" Disable - + Enable everything As in "Enable every single file format PhotoQt can open in any category" Enable everything - + Currently there are %1 file formats enabled The %1 will be replaced with the number of file formats, please don't forget to add it. Currently there are %1 file formats enabled - + Search by description or file ending Search by description or file ending - + Search by image library or category Search by image library or category - + File endings: File endings: - - + + Looping Settings title Looping - + Loop around When reaching the end of the images in the folder whether to loop back around to the beginning or not Loop around - - + + Sort images Settings title Sort images - + Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. - + Sort by: Sort by: - + natural name A criteria for sorting images natural name - + name A criteria for sorting images name - + time A criteria for sorting images time - + size A criteria for sorting images size - + type A criteria for sorting images type - + ascending order Sort images in ascending order ascending order - + descending order Sort images in descending order descending order - - + + Zoom Settings title Zoom - + PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). - + zoom speed: zoom speed: - + minimum zoom: minimum zoom: - + maximum zoom: maximum zoom: - - + + Mirror/Flip + Settings title + Mirror/Flip + + + + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + + + + Animate mirror/flip + Animate mirror/flip + + + + Animation Settings title Animation - + When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. - + When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. - + animate switching between images animate switching between images - + Animation: Animation: - + opacity This is referring to an in/out animation of images opacity - + along x-axis This is referring to an in/out animation of images along x-axis - + along y-axis This is referring to an in/out animation of images along y-axis - - - + + + rotation This is referring to an in/out animation of images ---------- @@ -3053,329 +3115,329 @@ Please keep short! This is the rotation of the current image rotation - + explosion This is referring to an in/out animation of images explosion - + implosion This is referring to an in/out animation of images implosion - + choose one at random This is referring to an in/out animation of images choose one at random - + very slow used here for the animation speed very slow - + very fast used here for the animation speed very fast - - + + Floating navigation Settings title Floating navigation - + Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. - + show floating navigation buttons show floating navigation buttons - - - - + + + + Cache Settings title Cache - + Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. - - + + Interpolation Settings title Interpolation - + none used as in: no margin around image none - + large images: large images: - - + + fit to view fit to view - + load at full scale load at full scale - + small images: small images: - + load as-is load as-is - + show checkerboard pattern show checkerboard pattern - + PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. - + disable interpolation for small images disable interpolation for small images - - + + Margin Settings title Margin - + PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. - - + + Image size Settings title Image size - + PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. - - + + Transparency marker Settings title Transparency marker - + When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. - + It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. - + Note that any change here is saved immediately! Note that any change here is saved immediately! - + Authenticated with user account: Authenticated with user account: - + Authenticate Written on button, used as in: Authenticate with user account Authenticate - + Forget account Written on button, used as in: Forget user account Forget account - + Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. - + An error occured: An error occured: - + The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. - + real transparency How the background of PhotoQt should be real transparency - + fake transparency How the background of PhotoQt should be fake transparency - + solid background color How the background of PhotoQt should be solid background color - + custom background image How the background of PhotoQt should be custom background image - + background image background image - + Click to select an image Tooltip for a mouse area, a click on which opens a file dialog for selecting an image Click to select an image - + scale to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale to fit - + scale and crop to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale and crop to fit - + stretch to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled stretch to fit - + center image If an image is set as background of PhotoQt this is one way it can be shown/scaled center image - + tile image If an image is set as background of PhotoQt this is one way it can be shown/scaled tile image - - + + Click on empty background Click on empty background - + The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured - + no action what to do when the empty background is clicked no action - + close window what to do when the empty background is clicked close window - + navigate between images what to do when the empty background is clicked navigate between images - + toggle window decoration what to do when the empty background is clicked toggle window decoration - - + + Blurring elements behind other elements A settings title Blurring elements behind other elements - + Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. - + Blur elements in the back Blur elements in the back - + The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. - + No custom entries exists yet The custom entries here are the custom entries in the context menu No custom entries exists yet - - + + Select written on button for selecting a file from the file dialog @@ -3384,24 +3446,24 @@ written on button in file picker to select an existing executable fileSelect - + entry name The entry here refers to the text that is shown in the context menu for a custom entry entry name - + executable executable - + Select executable Select executable - + additional flags The flags here are additional parameters that can be passed on to an executable @@ -3410,56 +3472,56 @@ the flags here are parameters specified on the command line additional flags - + quit Quit PhotoQt after executing custom context menu entry. Please keep as short as possible!! quit - + Delete entry The entry here is a custom entry in the context menu Delete entry - + Add new entry The entry here is a custom entry in the context menu Add new entry - + Add system applications The system applications here refers to any image related applications that can be found automatically on your system Add system applications - - + + Duplicate entries in main menu The entries here are the custom entries in the context menu Duplicate entries in main menu - + The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. - + Duplicate in main menu Refers to duplicating the custom context menu entries in the main menu Duplicate in main menu - + No action Used as descriptor for a screen edge action No action - - + + Main menu Used as descriptor for a screen edge action ---------- @@ -3467,212 +3529,217 @@ Used as identifying name for one of the elements in the interface Main menu - + Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. - + The right edge action cannot be changed The action here is a screen edge action The right edge action cannot be changed - - - + + + Click to change action The action here is a screen edge action Click to change action - - + + Sensitivity Settings title Sensitivity - + The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. - + PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. - + Thank you to all who volunteered their time to help translate PhotoQt into other languages! Thank you to all who volunteered their time to help translate PhotoQt into other languages! - + If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: - + Open in browser Open in browser - + Copy to clipboard Copy to clipboard - + File dialog Used as identifying name for one of the elements in the interface File dialog - + Map explorer Used as identifying name for one of the elements in the interface Map explorer - + Settings manager Used as identifying name for one of the elements in the interface Settings manager - + Histogram Used as identifying name for one of the elements in the interface Histogram - + Map (current image) Used as identifying name for one of the elements in the interface Map (current image) - + Scale Used as identifying name for one of the elements in the interface Scale - + Slideshow setup Used as identifying name for one of the elements in the interface Slideshow setup - + Slideshow controls Used as identifying name for one of the elements in the interface Slideshow controls - + Rename file Used as identifying name for one of the elements in the interface Rename file - + Delete file Used as identifying name for one of the elements in the interface Delete file - + Export file Used as identifying name for one of the elements in the interface Export file - + About Used as identifying name for one of the elements in the interface About - + Imgur Used as identifying name for one of the elements in the interface Imgur - + Wallpaper Used as identifying name for one of the elements in the interface Wallpaper - - + + category + category + + + + Filter Noun, not a verb. Used as identifying name for one of the elements in the interface Filter - + Advanced image sort Used as identifying name for one of the elements in the interface Advanced image sort - + Streaming (Chromecast) Used as identifying name for one of the elements in the interface Streaming (Chromecast) - + Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. - + Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. - - + + Keep popouts open Settings title Keep popouts open - + keep file dialog open keep file dialog open - + keep map explorer open keep map explorer open - - + + Pop out when window is small Settings title Pop out when window is small - + Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. - + pop out when application window is small pop out when application window is small - - - + + + Status info A settings subcategory ---------- @@ -3680,92 +3747,92 @@ Settings title Status info - + The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. - + show status information show status information - - + + counter Please keep short! The counter shows where we are in the folder. counter - - + + filename Please keep short! filename - - + + filepath Please keep short! filepath - - + + resolution Please keep short! This is the image resolution. resolution - - + + zoom Please keep short! This is the current zoom level. zoom - - + + filesize Please keep short! This is the filesize of the current image. filesize - + add This is written on a button that is used to add a selected block to the status info section. add - - + + Font size Settings title, the font sized of the status information Font size - + The size of the status info is determined by the font size of the text. The size of the status info is determined by the font size of the text. - - - - + + + + Hide automatically Settings title Hide automatically - + The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. - - + + keep always visible visibility status of the status information ---------- @@ -3773,8 +3840,8 @@ visibility status of the window buttons keep always visible - - + + only show with any cursor move visibility status of the status information ---------- @@ -3782,8 +3849,8 @@ visibility status of the window buttons only show with any cursor move - - + + only show when cursor near top edge visibility status of the status information ---------- @@ -3791,8 +3858,8 @@ visibility status of the window buttons only show when cursor near top edge - - + + hide again after timeout: the status information can be hidden automatically after a set timeout ---------- @@ -3800,586 +3867,586 @@ the window buttons can be hidden automatically after a set timeouthide again after timeout: - + also show when image changes Refers to the status information's auto-hide feature, this is an additional case it can be shown also show when image changes - - + + Window management Settings title Window management - + By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. - + manage window through status info manage window through status info - - + + Fullscreen or window mode Settings title Fullscreen or window mode - + There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. - + fullscreen mode fullscreen mode - + window mode window mode - + keep above other windows keep above other windows - + remember its geometry remember the geometry of PhotoQts window between sessions remember its geometry - + enable window decoration enable window decoration - - + + Window buttons Settings title Window buttons - + PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. - + show integrated window buttons show integrated window buttons - + duplicate buttons from window decoration duplicate buttons from window decoration - + add navigation buttons add navigation buttons - + The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. - - + + Auto Rotation Settings title Auto Rotation - + When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. - + Apply default rotation automatically Apply default rotation automatically - - + + GPS map Settings title GPS map - + Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. - - + + Floating element Settings title Floating element - + The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. - + hide behind screen edge hide behind screen edge - + use floating element use floating element - - - + + + Show face tags Settings title Show face tags - + PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). - + It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. - + font size: font size: - + Show border around face tags Show border around face tags - + red red - + green green - + blue blue - + alpha alpha - - - - + + + + Visibility Settings title Visibility - + The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. - + always show all used as in: always show all face tags always show all - + show one on hover used as in: show one face tag on hover show one on hover - + show all on hover used as in: show one face tag on hover show all on hover - + file name Part of the meta information about the current image. file name - + file type Part of the meta information about the current image. file type - + file size Part of the meta information about the current image. file size - + image #/# Part of the meta information about the current image. image #/# - + dimensions Part of the meta information about the current image. dimensions - + copyright Part of the meta information about the current image. copyright - + exposure time Part of the meta information about the current image. exposure time - + flash Part of the meta information about the current image. flash - + focal length Part of the meta information about the current image. focal length - + f-number Part of the meta information about the current image. f-number - + GPS position Part of the meta information about the current image. GPS position - + keywords Part of the meta information about the current image. keywords - + light source Part of the meta information about the current image. light source - + location Part of the meta information about the current image. location - + make Part of the meta information about the current image. make - + model Part of the meta information about the current image. model - + scene type Part of the meta information about the current image. scene type - + software Part of the meta information about the current image. software - + time photo was taken Part of the meta information about the current image. time photo was taken - + Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. - + Check all used as in: check all checkboxes Check all - + Check none used as in: check none of the checkboxes Check none - - + + Single instance Settings title Single instance - + PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. - + run a single instance only run a single instance only - + allow multiple instances allow multiple instances - - + + Reopen last image Settings title Reopen last image - + When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. - + start with blank session start with blank session - + reopen last used image reopen last used image - - + + Remember changes Settings title Remember changes - + Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. - + In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. - + forget changes when other image loaded forget changes when other image loaded - + remember changes per session remember changes per session - + reuse same changes for all images reuse same changes for all images - - + + Tray Icon Settings title Tray Icon - + PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. - + Show tray icon Show tray icon - + monochrome icon monochrome icon - + hide to tray icon instead of closing hide to tray icon instead of closing - - + + Reset when hiding Settings title Reset when hiding - + When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. - + reset session when hiding reset session when hiding - - + + Move image with mouse Settings title Move image with mouse - + PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). - + move image with left button move image with left button - + move image with mouse wheel move image with mouse wheel - + very sensitive used as in: very sensitive mouse wheel very sensitive - + not sensitive used as in: not at all sensitive mouse wheel not sensitive - + hide cursor after timeout hide cursor after timeout - - + + Double click Settings title Double click - + A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. - - + + Mouse wheel Settings title Mouse wheel - + Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. - - + + Hide mouse cursor Settings title Hide mouse cursor - + Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. - + Viewing images This is a shortcut category Viewing images - + Current image This is a shortcut category Current image - + Current folder This is a shortcut category Current folder - + Other This is a shortcut category Other - + External This is a shortcut category External @@ -4495,447 +4562,471 @@ the window buttons can be hidden automatically after a set timeoutIt can be used as part of a shortcut only when combined with modifier buttons (Alt, Ctrl, etc.). - + Next image Name of shortcut action Next image - + Previous image Name of shortcut action Previous image - + Go to first image Name of shortcut action Go to first image - + Go to last image Name of shortcut action Go to last image - + Zoom In Name of shortcut action Zoom In - + Zoom Out Name of shortcut action Zoom Out - + Zoom to Actual Size Name of shortcut action Zoom to Actual Size - + Reset Zoom Name of shortcut action Reset Zoom - + Rotate Right Name of shortcut action Rotate Right - + Rotate Left Name of shortcut action Rotate Left - + Reset Rotation Name of shortcut action Reset Rotation - - Flip Horizontally + + Mirror Horizontally Name of shortcut action - Flip Horizontally + Mirror Horizontally - - Flip Vertically + + Mirror Vertically Name of shortcut action - Flip Vertically + Mirror Vertically - + + Reset Mirror + Name of shortcut action + Reset Mirror + + + Load a random image Name of shortcut action Load a random image - + Hide/Show face tags (stored in metadata) Name of shortcut action Hide/Show face tags (stored in metadata) - + Toggle: Fit in window Name of shortcut action Toggle: Fit in window - + Toggle: Show always actual size by default Name of shortcut action Toggle: Show always actual size by default - + Stream content to Chromecast device Name of shortcut action Stream content to Chromecast device - + Move view left Name of shortcut action Move view left - + Move view right Name of shortcut action Move view right - + Move view up Name of shortcut action Move view up - + Move view down Name of shortcut action Move view down - + Go to left edge of image Name of shortcut action Go to left edge of image - + Go to right edge of image Name of shortcut action Go to right edge of image - + Go to top edge of image Name of shortcut action Go to top edge of image - + Go to bottom edge of image Name of shortcut action Go to bottom edge of image - + Show Histogram Name of shortcut action Show Histogram - + Show Image on Map Name of shortcut action Show Image on Map - + Enter viewer mode Name of shortcut action Enter viewer mode - + Scale Image Name of shortcut action Scale Image - + Rename File Name of shortcut action Rename File - + Delete File Name of shortcut action Delete File - + Delete File (without confirmation) Name of shortcut action Delete File (without confirmation) - + Copy File to a New Location Name of shortcut action Copy File to a New Location - + Move File to a New Location Name of shortcut action Move File to a New Location - + Copy Image to Clipboard Name of shortcut action Copy Image to Clipboard - + Save image in another format Name of shortcut action Save image in another format - + Print current photo Name of shortcut action Print current photo - + Set as Wallpaper Name of shortcut action Set as Wallpaper - + Upload to imgur.com (anonymously) Name of shortcut action Upload to imgur.com (anonymously) - + Upload to imgur.com user account Name of shortcut action Upload to imgur.com user account - + Play/Pause animation/video Name of shortcut action Play/Pause animation/video - + + Go ahead 5 seconds in video + Name of shortcut action + Go ahead 5 seconds in video + + + + Go back 5 seconds in video + Name of shortcut action + Go back 5 seconds in video + + + Start tagging faces Name of shortcut action Start tagging faces - + Enter photo sphere Name of shortcut action Enter photo sphere - + + Detect QR and barcodes + Name of shortcut action + Detect QR and barcodes + + + Open file (browse images) Name of shortcut action Open file (browse images) - + Show map explorer Name of shortcut action Show map explorer - + Filter images in folder Name of shortcut action Filter images in folder - + Advanced image sort (Setup) Name of shortcut action Advanced image sort (Setup) - + Advanced image sort (Quickstart) Name of shortcut action Advanced image sort (Quickstart) - + Start Slideshow (Setup) Name of shortcut action Start Slideshow (Setup) - + Start Slideshow (Quickstart) Name of shortcut action Start Slideshow (Quickstart) - + Show Context Menu Name of shortcut action Show Context Menu - + Hide/Show main menu Name of shortcut action Hide/Show main menu - + Hide/Show metadata Name of shortcut action Hide/Show metadata - + Hide/Show thumbnails Name of shortcut action Hide/Show thumbnails - + Show floating navigation buttons Name of shortcut action Show floating navigation buttons - + Toggle fullscreen mode Name of shortcut action Toggle fullscreen mode - + Close window (hides to system tray if enabled) Name of shortcut action Close window (hides to system tray if enabled) - + Quit PhotoQt Name of shortcut action Quit PhotoQt - + Show Settings Name of shortcut action Show Settings - + About PhotoQt Name of shortcut action About PhotoQt - + Show log/debug messages Name of shortcut action Show log/debug messages - + Reset current session Name of shortcut action Reset current session - + Reset current session and hide window Name of shortcut action Reset current session and hide window - + Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. - + Add new shortcuts group Add new shortcuts group - + The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. - + Filter key combinations Filter key combinations - + Filter shortcut actions Filter shortcut actions - + Show all categories Show all categories - - - - - - + + + + + + Category: Category: - + no key combination set no key combination set - + Click to change key combination Click to change key combination - + Click to delete key combination Click to delete key combination - - + + ADD Written on small button, used as in: add new key combination. Please keep short! ---------- @@ -4943,455 +5034,440 @@ Written on small button, used as in: add new shortcut action. Please keep short! ADD - + Click to add new key combination Click to add new key combination - + The new shortcut was in use by another shortcuts group. It has been reassigned to this group. The new shortcut was in use by another shortcuts group. It has been reassigned to this group. - + Undo reassignment Undo reassignment - + no action selected The action here is a shortcut action no action selected - + unknown: The unknown here refers to an unknown internal action that was set as shortcut unknown: - + external This is an identifier in the shortcuts settings used to identify an external shortcut. external - + quit after This is used for listing external commands for shortcuts, showing if the quit after checkbox has been checked quit after - + Click to change shortcut action Click to change shortcut action - + Click to delete shortcut action Click to delete shortcut action - + Click to add new action The action here is a shortcut action Click to add new action - + cycle through actions one by one The actions here are shortcut actions cycle through actions one by one - + timeout for resetting cycle: The cycle here is the act of cycling through shortcut actions one by one timeout for resetting cycle: - + run all actions at once The actions here are shortcut actions run all actions at once - - + + Spacing Settings title Spacing - + PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. - - + + Highlight Settings title Highlight - + The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. - + invert background color effect for highlighting active thumbnail invert background color - + invert label color effect for highlighting active thumbnail invert label color - + line below effect for highlighting active thumbnail line below - + magnify effect for highlighting active thumbnail magnify - + lift up effect for highlighting active thumbnail lift up - + hide when not needed used as in: hide thumbnail bar when not needed hide when not needed - - + + Center on active Settings title Center on active - + When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. - + keep active thumbnail in center keep active thumbnail in center - + The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. - + always keep visible used as in: always keep thumbnail bar visible always keep visible - + hide when zoomed in used as in: hide thumbnail bar when zoomed in hide when zoomed in - - + + Size Settings title Size - + The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. - - + + Scale and crop Settings title Scale and crop - + The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. - + fit thumbnail fit thumbnail - + scale and crop thumbnail scale and crop thumbnail - + keep small thumbnails small keep small thumbnails small - + On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. - + decrease opacity for inactive thumbnails decrease opacity for inactive thumbnails - - + + Icons only Settings title Icons only - + Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. - + use actual thumbnail images The word actual is used with the same meaning as: real use actual thumbnail images - + use filetype icons use filetype icons - - + + Label Settings title Label - + show filename label show filename label - - + + Tooltip Settings title Tooltip - + PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. - + show tooltips show tooltips - + PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. - + enable cache enable cache - - + + Exclude folders Settings title Exclude folders - + PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. - + When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. - + Cloud providers to exclude from caching: Cloud providers to exclude from caching: - + Do not cache these folders: Do not cache these folders: - + One folder per line One folder per line - + Add folder Written on a button Add folder - - + + How many threads Settings title How many threads - + In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. - + current value: %1 thread(s) Important: Please do not forget the placeholder! current value: %1 thread(s) - - subcategory - subcategory - - - - Settings: - Settings: - - - - main category - main category - - - + Export/Import configuration Settings title Export/Import configuration - + Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. - + export configuration export configuration - + import configuration import configuration - + Restart required Restart required - + PhotoQt will now quit as it needs to be restarted for the changes to take effect. PhotoQt will now quit as it needs to be restarted for the changes to take effect. - + Reset settings and shortcuts Settings title Reset settings and shortcuts - + Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. - + reset settings reset settings - + reset shortcuts reset shortcuts - + reset enabled file formats reset enabled file formats - + You can still cancel this action. Seconds remaining: You can still cancel this action. Seconds remaining: - + Motion/Live photos Settings title Motion/Live photos - + This feature is not supported by your build of PhotoQt. This feature is not supported by your build of PhotoQt. - + Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. - + Look for Apple Live Photos Look for Apple Live Photos - + Photo spheres Settings title Photo spheres - + PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. - + Check for photo spheres Check for photo spheres - + Look for Google Motion Photos Look for Google Motion Photos @@ -5400,190 +5476,190 @@ Written on small button, used as in: add new shortcut action. Please keep short! slideshow - + Slideshow setup Window title Slideshow setup - + Start slideshow Written on a clickable button Iniciar apresentação - + interval The interval between images in a slideshow Intervalo - + animation This is referring to the in/out animation of images during a slideshow Animação - + opacity This is referring to the in/out animation of images during slideshows Opacidade - + along x-axis This is referring to the in/out animation of images during slideshows Ao longo do eixo x - + along y-axis This is referring to the in/out animation of images during slideshows Ao longo do eixo y - + rotation This is referring to the in/out animation of images rotation - + explosion This is referring to the in/out animation of images explosion - + implosion This is referring to the in/out animation of images implosion - + choose one at random This is referring to the in/out animation of images choose one at random - + animation speed The speed of transitioning from one image to another during slideshows Velocidade de animação - + immediately, without animation This refers to a speed of transitioning from one image to another during slideshows Imediatamente, sem animação - + pretty fast animation This refers to a speed of transitioning from one image to another during slideshows Animação muita rápida - + not too fast and not too slow This refers to a speed of transitioning from one image to another during slideshows Não muito rápido e não muito devagar - + very slow animation This refers to a speed of transitioning from one image to another during slideshows Animação muita lenta - + current speed This refers to the currently set speed of transitioning from one image to another during slideshows Velocidade atuaal - + looping Repetição - + loop over all files Loop over all images during slideshows Repetir todos os arquivos - + shuffle during slideshows shuffle the order of all images Embaralhar - + shuffle all files during slideshows shuffle the order of all images Embaralhar todos os arquivos - + subfolders also include images in subfolders during slideshows Subpastas - + include images in subfolders also include images in subfolders during slideshows Incluir imagens nas subpastas - + status info What to do with the file details during slideshows status info - + hide status info during slideshow What to do with the file details during slideshows hide status info during slideshow - + window buttons What to do with the window buttons during slideshows window buttons - + hide window buttons during slideshow What to do with the window buttons during slideshows hide window buttons during slideshow - + music The music that is to be played during slideshows Música - + enable music Enable music to be played during slideshows Habilitar música - + no file selected Nenhum arquivo selecionado - + Click to select music file Clique para selecionar o arquivo de música - + Click to change music file Clique para mudar o arquivo de música @@ -5594,47 +5670,52 @@ Written on small button, used as in: add new shortcut action. Please keep short! Slideshow - + Click to go to the previous image Clique para ir para a imagem prévia - + Click to pause slideshow Clique para pausar a apresentação de slides - + Click to play slideshow Clique para reproduzir apresentação de slides - + Click to go to the next image Clique para ir para próxima imagem - + Click to exit slideshow Click to exit slideshow + + + Slideshow started. + Slideshow started. + startup - - - + + + Edit with %1 Used as in 'Edit with [application]'. %1 will be replaced with application name. Editar com %1 - - - - - + + + + + Open in %1 Used as in 'Open with [application]'. %1 will be replaced with application name. Abrir com %1 @@ -5643,35 +5724,35 @@ Written on small button, used as in: add new shortcut action. Please keep short! statusinfo - + Click anywhere to open a file Click anywhere to open a file - + Click and drag to move window around Click and drag to move window around - - - + + + Click and drag to move status info around Click and drag to move status info around - + Click to remove filter Click to remove filter - + Filter: This refers to the currently set filter Filter: - + Connected to: Used in tooltip for the chromecast icon Connected to: @@ -5681,43 +5762,43 @@ Written on small button, used as in: add new shortcut action. Please keep short! streaming - + Streaming (Chromecast) Window title Streaming (Chromecast) - + Connect Used as in: Connect to chromecast device Connect - + Disconnect Used as in: Disconnect from chromecast device Disconnect - - + + No devices found The devices here are chromecast devices No devices found - + Status: The status refers to whether the chromecast manager is currently scanning or idle Status: - + Looking for Chromecast devices Looking for Chromecast devices - + Select which device to connect to Select which device to connect to @@ -5725,12 +5806,12 @@ Written on small button, used as in: add new shortcut action. Please keep short! thumbnails - + File size: File size: - + File type: File type: @@ -5738,42 +5819,53 @@ Written on small button, used as in: add new shortcut action. Please keep short! unavailable - + The chromecast feature is not available in this build of PhotoQt. The chromecast feature is not available in this build of PhotoQt. - + The location feature is not available in this build of PhotoQt. The location feature is not available in this build of PhotoQt. + + + + Photo spheres are not supported by this build of PhotoQt. + Photo spheres are not supported by this build of PhotoQt. + + + + This file type does not support face tags. + This file type does not support face tags. + wallpaper - + Wallpaper Window title Wallpaper - + Set as Wallpaper Definir como papel de parede - - - - - + + + + + Click to choose %1 %1 is a placeholder for the name of a desktop environment (plasma, xfce, gnome, etc.) Clique para escolher %1 - + Other Used as in: Other Desktop Environment diff --git a/lang/photoqt_pt_PT.ts b/lang/photoqt_pt_PT.ts index f826079b..6d3755f1 100644 --- a/lang/photoqt_pt_PT.ts +++ b/lang/photoqt_pt_PT.ts @@ -4,61 +4,61 @@ MainMenu - + navigation This is a category in the main menu. navigation - + previous as in: PREVIOUS image. Please keep short. previous - + next as in: NEXT image. Please keep short. next - + first as in: FIRST image. Please keep short. primeira - + last as in: LAST image. Please keep short. última - + Browse images Explorar imagens - + Map Explorer Map Explorer - + current image This is a category in the main menu. current image - + Zoom Entry in main menu. Please keep short. Ampliação - - - + + + reset Used as in RESET zoom. ---------- @@ -68,52 +68,52 @@ Used as in RESET mirroring. reset - + Rotation Entry in main menu. Please keep short. Rotation - + Mirror Mirroring (or flipping) an image. Please keep short. Mirror - + Hide histogram Ocultar histograma - + Show histogram Mostrar histograma - + Hide current location Hide current location - + Show current location Show current location - + all images This is a category in the main menu. all images - + Slideshow Entry in main menu. Please keep short. Apresentação - - + + Start Used as in START slideshow. Please keep short ---------- @@ -121,8 +121,8 @@ Used as in START advanced sort. Please keep short Iniciar - - + + Setup Used as in SETUP slideshow. Please keep short ---------- @@ -130,54 +130,54 @@ Used as in SETUP advanced sort. Please keep short Configurar - + Sort Entry in main menu. Please keep short. Sort - + Filter images Filtrar imagens - + Streaming (Chromecast) Streaming (Chromecast) - + Open in default file manager Abrir no gestor de ficheiros - + general This is a category in the main menu. general - + Settings Definições - + About Acerca - + Online help Ajuda online - + Quit Sair - + custom This is a category in the main menu. custom @@ -208,189 +208,189 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsMetaData - + yes This string identifies that flash was fired, stored in image metadata yes - + no This string identifies that flash was not fired, stored in image metadata no - + No flash function This string refers to the absense of a flash, stored in image metadata No flash function - + strobe return light not detected This string refers to a flash mode, stored in image metadata strobe return light not detected - + strobe return light detected This string refers to a flash mode, stored in image metadata strobe return light detected - + compulsory flash mode This string refers to a flash mode, stored in image metadata compulsory flash mode - + auto mode This string refers to a flash mode, stored in image metadata auto mode - + red-eye reduction mode This string refers to a flash mode, stored in image metadata red-eye reduction mode - + return light detected This string refers to a flash mode, stored in image metadata return light detected - + return light not detected This string refers to a flash mode, stored in image metadata return light not detected - + Invalid flash This string refers to a flash mode, stored in image metadata Invalid flash - + Standard This string refers to a type of scene, stored in image metadata Standard - + Landscape This string refers to a type of scene, stored in image metadata Landscape - + Portrait This string refers to a type of scene, stored in image metadata Portrait - + Night Scene This string refers to a type of scene, stored in image metadata Night Scene - + Invalid Scene Type This string refers to a type of scene, stored in image metadata Invalid Scene Type - + Unknown This string refers to the light source stored in image metadata Unknown - + Daylight This string refers to the light source stored in image metadata Daylight - + Fluorescent This string refers to the light source stored in image metadata Fluorescent - + Tungsten (incandescent light) This string refers to the light source stored in image metadata Tungsten (incandescent light) - + Flash This string refers to the light source stored in image metadata Flash - + Fine weather This string refers to the light source stored in image metadata Fine weather - + Cloudy Weather This string refers to the light source stored in image metadata Cloudy Weather - + Shade This string refers to the light source stored in image metadata Shade - + Daylight fluorescent This string refers to the light source stored in image metadata Daylight fluorescent - + Day white fluorescent This string refers to the light source stored in image metadata Day white fluorescent - + Cool white fluorescent This string refers to the light source stored in image metadata Cool white fluorescent - + White fluorescent This string refers to the light source stored in image metadata White fluorescent - - - + + + Standard light This string refers to the light source stored in image metadata Standard light - + Other light source This string refers to the light source stored in image metadata Other light source - + Invalid light source This string refers to the light source stored in image metadata Invalid light source @@ -399,7 +399,7 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsOther - + Print Print @@ -478,241 +478,241 @@ Used as in SETUP advanced sort. Please keep short A aplicação tentou mas não conseguiu abrir a base de dados dos atalhos padrão. - + Alt Refers to a keyboard modifier Alt - + Ctrl Refers to a keyboard modifier Ctrl - + Shift Refers to a keyboard modifier Shift - + Page Up Refers to one of the keys on the keyboard Page Up - + Page Down Refers to one of the keys on the keyboard Page Down - + Meta Refers to the key that usually has the Windows symbol on it Meta - + Keypad Refers to the key that triggers the number block on keyboards Keypad - + Escape Refers to one of the keys on the keyboard Escape - + Right Refers to one of the arrow keys on the keyboard Right - + Left Refers to one of the arrow keys on the keyboard Left - + Up Refers to one of the arrow keys on the keyboard Up - + Down Refers to one of the arrow keys on the keyboard Down - + Space Refers to one of the keys on the keyboard Space - + Delete Refers to one of the keys on the keyboard Delete - + Backspace Refers to one of the keys on the keyboard Backspace - + Home Refers to one of the keys on the keyboard Home - + End Refers to one of the keys on the keyboard End - + Insert Refers to one of the keys on the keyboard Insert - + Tab Refers to one of the keys on the keyboard Tab - + Return Return refers to the enter key of the number block - please try to make the translations of Return and Enter (the main button) different if possible! Return - + Enter Enter refers to the main enter key - please try to make the translations of Return (in the number block) and Enter different if possible! Enter - + Left Button Refers to a mouse button Left Button - + Right Button Refers to a mouse button Right Button - + Middle Button Refers to a mouse button Middle Button - + Back Button Refers to a mouse button Back Button - + Forward Button Refers to a mouse button Forward Button - + Task Button Refers to a mouse button Task Button - + Button #7 Refers to a mouse button Button #7 - + Button #8 Refers to a mouse button Button #8 - + Button #9 Refers to a mouse button Button #9 - + Button #10 Refers to a mouse button Button #10 - + Double Click Refers to a mouse event Double Click - + Wheel Up Refers to the mouse wheel Wheel Up - + Wheel Down Refers to the mouse wheel Wheel Down - + Wheel Left Refers to the mouse wheel Wheel Left - + Wheel Right Refers to the mouse wheel Wheel Right - + East Refers to a direction of the mouse when performing a mouse gesture East - + South Refers to a direction of the mouse when performing a mouse gesture South - + West Refers to a direction of the mouse when performing a mouse gesture West - + North Refers to a direction of the mouse when performing a mouse gesture North @@ -721,54 +721,54 @@ Used as in SETUP advanced sort. Please keep short about - + About Acerca - + Show configuration overview The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Mostrar resumo de configurações - + License: Licença: - + Open license in browser Abrir licença no navegador - + Website: Site: - + Open website in browser Abrir site no navegador - + Contact: Contacto: - + Send an email Enviar e-mail - + Configuration The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Configuração - + Copy to clipboard Copiar para a área de transferência @@ -816,146 +816,146 @@ Used as in SETUP advanced sort. Please keep short advancedsort - + Advanced image sort Window title Advanced image sort - + Sort images Ordenar imagens - + Sorting criteria: Sorting criteria: - + Resolution The image resolution (width/height in pixels) Resolução - + Dominant color The color that is most common in the image Cor dominante - + Average color the average color of the image Cor média - + Luminosity the average color of the image Luminosidade - + Exif date Data EXIF - + Sort by image resolution Sort by image resolution - - - - - + + + + + in ascending order as is: sort in ascending order in ascending order - - - - - + + + + + in descending order as is: sort in descending order in descending order - + Sort by dominant color Sort by dominant color - - - + + + low quality (fast) quality and speed of advanced sorting of images baixa qualidade (rápido) - - - + + + medium quality quality and speed of advanced sorting of images qualidade média - - - + + + high quality (slow) quality and speed of advanced sorting of images alta qualidade (lento) - + Sort by average color Sort by average color - + Sort by luminosity Sort by luminosity - + Sort by date Sort by date - + Order of priority: Order of priority: - + Exif tag: Original date/time Detalhe Exif: Data/Hora original - + Exif tag: Digitized date/time Detalhe Exif: Data/Hora de conversão - + File creation date Data de criação - + File modification date Data de modificação - + If a value cannot be found, PhotoQt will proceed to the next item in the list. If a value cannot be found, PhotoQt will proceed to the next item in the list. @@ -1118,112 +1118,122 @@ Used as in SETUP advanced sort. Please keep short contextmenu - + Rename file Rename file - + Copy file Copy file - + Move file Move file - + Delete file Delete file - + Copy to clipboard Copy to clipboard - + Export to different format Export to different format - + Scale image Scale image - + Tag faces Tag faces - + Set as wallpaper Set as wallpaper - + Show histogram Show histogram - + Show on map Show on map + + + Hide QR/barcodes + Hide QR/barcodes + + + + Detect QR/barcodes + Detect QR/barcodes + export - + Export image title of action element Export image - - + + Export written on button Export - + Something went wrong during export to the selected format... Something went wrong during export to the selected format... - + Favorites: These are the favorite image formats for exporting images to Favorites: - + no favorites set the favorites are image formats for exporting images to no favorites set - - + + Click to select this image format Click to select this image format - - + + Click to remove this image format from your favorites Click to remove this image format from your favorites - + Click to add this image format to your favorites Click to add this image format to your favorites - + Selected target format: The target format is the format the image is about to be exported to Selected target format: @@ -1232,17 +1242,23 @@ Used as in SETUP advanced sort. Please keep short facetagging - + Click to exit face tagging mode Clique para sair deste modo - + Who is this? Quem é? - + + Face tagging mode activated. Click-and-drag to tag faces. + Face tagging mode activated. Click-and-drag to tag faces. + + + + Click to exit photo sphere Click to exit photo sphere @@ -1250,48 +1266,48 @@ Used as in SETUP advanced sort. Please keep short filedialog - + Show files as icons Show files as icons - + Show files as list Show files as list - + no subfolders found no subfolders found - - + + %1 image %1 imagem - - + + %1 images %1 imagens - + # images # imagens - - + + Date: Data: - - + + Time: Hora: @@ -1302,336 +1318,336 @@ Used as in SETUP advanced sort. Please keep short - + File size: Tamanho do ficheiro: - + File type: Tipo de ficheiro: - + no supported files/folders found no supported files/folders found - + Load this folder Carregar esta pasta - + Load this file Carregar este ficheiro - + Add to Favorites Adicionar a Favoritas - + Remove file selection Remover seleção - + Select file Selecionar ficheiro - + Remove all file selection Remova todos da seleção - + Select all files Selecionar todos os ficheiros - + Delete selection Delete selection - + Delete file Delete file - + Delete folder Delete folder - + Delete file/folder Delete file/folder - + Cut selection Cut selection - + Cut file Cut file - + Cut folder Cut folder - + Cut file/folder Cut file/folder - + Copy selection Copy selection - + Copy file Copy file - + Copy folder Copy folder - + Copy file/folder Copy file/folder - + Paste files from clipboard Paste files from clipboard - + Show hidden files Mostrar ficheiros ocultos - + Show tooltip with image details Mostrar dica com os detalhes da imagem - + bookmarks and devices disabled bookmarks and devices disabled - + Show entry Mostrar entrada - + Hide entry Ocultar entrada - + Remove entry Remover entrada - + Hide hidden entries Ocultar entradas ocultas - + Show hidden entries Mostrar entradas ocultas - + Hide bookmarked places Hide bookmarked places - + Show bookmarked places Show bookmarked places - + Hide storage devices Ocultar dispositivos de armazenamento - + Show storage devices Mostrar dispositivos de armazenamento - + Storage Devices Storage Devices - - + + Bookmarks file manager settings popdown: menu title Bookmarks - + Zoom: Ampliação: - + Adjust size of files and folders Adjust size of files and folders - + Cancel and close Cancel and close - + Sort by: Ordenar por: - + Name Nome - + Natural Name Nome natural - + Time modified Data/hora de modificação - + File size Tamanho do ficheiro - + File type Tipo de ficheiro - + reverse order Inverter ordem - + All supported images Todos os formatos suportados - + Video files Ficheiros de vídeo - + All files Todos os ficheiros - + View file manager settings popdown: menu title View - + layout file manager settings popdown: submenu title layout - + list view list view - + icon view icon view - + padding file manager settings popdown: submenu title padding - + drag and drop file manager settings popdown: submenu title drag and drop - + enable for list view file manager settings popdown: the thing to enable here is drag-and-drop enable for list view - + enable for grid view file manager settings popdown: the thing to enable here is drag-and-drop enable for grid view - + enable for bookmarks file manager settings popdown: the thing to enable here is drag-and-drop enable for bookmarks - + select with single click file manager settings popdown: how to select files select with single click - + hidden files hidden files - + tooltips tooltips - + Thumbnails file manager settings popdown: menu title Thumbnails - - - + + + show file manager settings popdown: show thumbnails ---------- @@ -1641,9 +1657,9 @@ file manager settings popdown: show image previews show - - - + + + scale and crop file manager settings popdown: scale and crop the thumbnails ---------- @@ -1653,90 +1669,90 @@ file manager settings popdown: scale and crop image previews scale and crop - + folder thumbnails folder thumbnails - + autoload file manager settings popdown: automatically load the folder thumbnails autoload - + loop file manager settings popdown: loop through the folder thumbnails loop - + timeout file manager settings popdown: timeout between switching folder thumbnails timeout - + 1 second 1 second - + half a second half a second - + show bookmarks show bookmarks - + show devices file manager settings popdown: the devices here are the storage devices show devices - + Preview file manager settings popdown: menu title Preview - + higher resolution file manager settings popdown: use higher resolution for image previews higher resolution - + blur file manager settings popdown: blur image previews blur - + color intensity file manager settings popdown: color intensity of image previews color intensity - + %1 files already exist in the target directory. %1 files already exist in the target directory. - + Check the files below that you want to paste anyways. Files left unchecked will not be pasted. Check the files below that you want to paste anyways. Files left unchecked will not be pasted. - + Select all Select all - + Select none Select none @@ -1745,58 +1761,58 @@ file manager settings popdown: scale and crop image previews filemanagement - + Delete file? Window title Apagar ficheiro? - - + + Rename file Window title Mudar nome - - + + Move to trash Mover para o lixo - - + + Delete permanently Apagar permanentemente - + Are you sure you want to delete this file? Are you sure you want to delete this file? - + An error occured, file could not be deleted! Ocorreu um erro e o ficheiro não foi apagado! - + old filename: old filename: - + new filename: new filename: - + An error occured, file could not be renamed An error occured, file could not be renamed - + A file with this filename already exists A file with this filename already exists @@ -1827,22 +1843,22 @@ file manager settings popdown: scale and crop image previews File could not be moved - + File successfully deleted File successfully deleted - + Could not delete file Could not delete file - + File successfully moved to trash File successfully moved to trash - + Could not move file to trash Could not move file to trash @@ -1851,46 +1867,46 @@ file manager settings popdown: scale and crop image previews filter - + Filter images in current directory Window title Filtrar imagens no diretório atual - + Filter Written on a clickable button - please keep short Filtrar - + Remove filter Written on a clickable button - please keep short Remover filtro - + To filter by file extension, start the term with a dot. Setting the width or height of the resolution to 0 ignores that dimension. Para filtrar por extensão de ficheiro, inicie o termo com um ponto (.). Se a altura ou a largura da resolução for definida como 0, a dimensão será ignorada. - + File name/extension: Extensão/nome do ficheiro: - + Enter terms Digite os termos - + Image Resolution Image Resolution - - + + greater than used as tooltip in the sense of 'image resolution GREATER THAN 123x123' ---------- @@ -1898,8 +1914,8 @@ used as tooltip in the sense of 'file size GREATER THAN 123 KB/MB'maior do que - - + + less than used as tooltip in the sense of 'image resolution LESS THAN 123x123' ---------- @@ -1907,12 +1923,12 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'menor do que - + File size Tamanho do ficheiro - + Please note that filtering by image resolution can take a little while, depending on the number of images in the folder. Tenha em atenção de que o filtro por resolução pode demorar algum tempo pois está dependente do número de imagens da pasta. @@ -1921,28 +1937,28 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'histogram - + Histogram Window title Histograma - + Click-and-drag to move. Clique e arraste para mover - + Right click to switch version. Clique com o botão direito para trocar de versão - + Loading... A carregar... - + Error loading histogram Error loading histogram @@ -1950,26 +1966,41 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' image - + Click here to enter photo sphere Click here to enter photo sphere - + Click here to enter viewer mode Click here to enter viewer mode - + Hide central button for entering viewer mode Hide central button for entering viewer mode + + + No bar/QR codes found. + No bar/QR codes found. + + + + 1 bar/QR code found. + 1 bar/QR code found. + + + + %1 bar/QR codes found. + %1 bar/QR codes found. + imageprovider - + File failed to load, it does not exist! O ficheiro não existe! @@ -1978,85 +2009,85 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'imgur - - + + Upload to imgur.com Window title Carregar para Imgur - + Show past uploads Show past uploads - + This seems to take a long time... Parece que está a demorar demasiado tempo... - + There might be a problem with your internet connection or the imgur.com servers. Pode existir um problema com a sua ligação ou nos servidores imgur.com - + An Error occurred while uploading image! Ocorreu um erro ao carregar a imagem! - + Error code: Código de erro: - + You do not seem to be connected to the internet... Parece que você não tem uma ligação à Internet... - + Unable to upload! Não foi possível carregar! - + Access Image Aceder à imagem - - - - + + + + Click to open in browser Clique para abrir no navegador - + Delete Image Apagar imagem - + No past uploads found The uploads are uploads to imgur.com No past uploads found - + Access: Used as in: access this image Access: - + Delete: Used as in: delete this image Delete: - + Clear all Written on button, please keep short. Used as in: clear all entries Clear all @@ -2087,18 +2118,18 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'mapcurrent - + Current location Window title Current location - + Click-and-drag to move. Click-and-drag to move. - + No location data No location data @@ -2141,111 +2172,121 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' metadata - + No file loaded No file loaded - + Metadata The title of the floating element Metadata - + File name Nome do ficheiro - + Dimensions Dimensões - + Image Imagem - + File size Tamanho do ficheiro - + File type Tipo de ficheiro - + Make Marca - + Model Modelo - + Software Software - + Time Photo was Taken Data de obtenção da foto - + Exposure Time Tempo de exposição - + Flash Flash - + Scene Type Tipo de cena - + Focal Length Distância focal - + F Number Número F - + Light Source Fonte de luz - + Keywords Palavras-chave - + Location Localização - + Copyright Copyright - + GPS Position Posição GPS + + + Click to copy value to clipboard, Ctrl+Click to open location in online map service + Click to copy value to clipboard, Ctrl+Click to open location in online map service + + + + Copy value to clipboard + Copy value to clipboard + navigate @@ -2275,13 +2316,13 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' other - + Click anywhere to open a file Part of the message shown in the main view before any image is loaded Clique em qualquer lugar para abrir um ficheiro - + Move your cursor to the indicated window edges for various actions Part of the message shown in the main view before any image is loaded Move your cursor to the indicated window edges for various actions @@ -2290,25 +2331,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' popinpopout - - - - - - - + + + + + + + Merge into main interface Tooltip of small button to merge a popped out element (i.e., one in its own window) into the main interface Unir com a interface principal - - - - - - - + + + + + + + Move to its own window Tooltip of small button to show an element in its own window (i.e., not merged into main interface) Mover para janela própria @@ -2366,52 +2407,52 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'scale - + Scale image Window title Scale image - - + + Scale Scale - + An error occured, file could not be scaled An error occured, file could not be scaled - + Scaling of this file format is not yet supported Scaling of this file format is not yet supported - + Width: The number of horizontal pixels of the image Width: - + Height: The number of vertical pixels of the image Height: - + New size: New size: - + pixels This is used as in: 100x100 pixels pixels - + Quality: Qualidade: @@ -2420,25 +2461,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'settingsmanager - + Settings Manager Window title Settings Manager - + Apply changes Apply changes - + Revert changes Revert changes - + - + Interface A settings category ---------- @@ -2446,9 +2487,9 @@ This is a shortcut category Interface - - - + + + Language A settings subcategory and the qml filename ---------- @@ -2456,9 +2497,9 @@ A settings title Language - - - + + + Background A settings subcategory ---------- @@ -2466,9 +2507,9 @@ Settings title Background - - - + + + Popout A settings subcategory ---------- @@ -2476,9 +2517,9 @@ Settings title Popout - - - + + + Context menu A settings subcategory ---------- @@ -2486,92 +2527,92 @@ Settings title Context menu - + Window A settings subcategory Window - - + + Image A settings subcategory Image - + Interaction A settings subcategory Interaction - + Folder A settings subcategory Folder - + Share online A settings subcategory Share online - + All thumbnails A settings subcategory All thumbnails - - + + Manage A settings subcategory Manage - + Face tags A settings subcategory Face tags - + Instance A settings subcategory Instance - + Tray icon A settings subcategory Tray icon - + Image view A settings category Image view - - + + Look Settings title Look - - - + + + Behavior A settings subcategory Behavior - - - + + + Edges A settings subcategory ---------- @@ -2579,8 +2620,8 @@ Settings title Edges - - + + Thumbnails A settings category ---------- @@ -2588,9 +2629,9 @@ Used as descriptor for a screen edge action Thumbnails - - - + + + Metadata A settings category ---------- @@ -2600,9 +2641,9 @@ Used as identifying name for one of the elements in the interface Metadata - - - + + + Labels A settings subcategory ---------- @@ -2610,21 +2651,21 @@ Settings title Labels - + Session A settings category Session - + Remember A settings subcategory Remember - - - + + + File types A settings category ---------- @@ -2632,20 +2673,20 @@ A settings subcategory File types - + Advanced Advanced - + Keyboard & Mouse A settings category Keyboard & Mouse - - - + + + Shortcuts A settings subcategory ---------- @@ -2653,93 +2694,93 @@ Settings title Shortcuts - + Reset Reset - + Reset settings Reset settings - + Reset shortcuts Reset shortcuts - + Export/Import Export/Import - + Export settings Export settings - + Import settings Import settings - + Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close - + Unsaved changes Unsaved changes - + The settings on this page have changed. Do you want to apply or discard them? The settings on this page have changed. Do you want to apply or discard them? - + Apply written on button, used as in: apply changes Apply - + Discard written on button, used as in: discard changes Discard - - + + PDF Settings title PDF - + PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + current value: The current value of the slider specifying the PDF quality ---------- @@ -2749,303 +2790,324 @@ The current value of the slider specifying the size of the window buttonscurrent value: - - + + Archive Settings title Archive - + PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. - + use external tool: unrar use external tool: unrar - - + + Video Settings title Video - + PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. - + Autoplay Autoplay - + Loop Loop - + prefer Qt Multimedia prefer Qt Multimedia - + prefer Libmpv prefer Libmpv - + Video thumbnail generator: Video thumbnail generator: - + + Always use left/right arrow keys to jump back/ahead in videos + Always use left/right arrow keys to jump back/ahead in videos + + + RAW images Settings title RAW images - + Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. - + use embedded image if available use embedded image if available - - + + Viewer mode Settings title Viewer mode - + When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. - + show big button to enter viewer mode show big button to enter viewer mode - + images This is a category of files PhotoQt can recognize: any image format images - + compressed files This is a category of files PhotoQt can recognize: compressed files like zip, tar, cbr, 7z, etc. compressed files - + documents This is a category of files PhotoQt can recognize: documents like pdf, txt, etc. documents - + videos This is a type of category of files PhotoQt can recognize: videos like mp4, avi, etc. videos - + Enable As in: "Enable all formats in the seleted category of file types" Enable - + Disable As in: "Disable all formats in the seleted category of file types" Disable - + Enable everything As in "Enable every single file format PhotoQt can open in any category" Enable everything - + Currently there are %1 file formats enabled The %1 will be replaced with the number of file formats, please don't forget to add it. Currently there are %1 file formats enabled - + Search by description or file ending Search by description or file ending - + Search by image library or category Search by image library or category - + File endings: File endings: - - + + Looping Settings title Looping - + Loop around When reaching the end of the images in the folder whether to loop back around to the beginning or not Loop around - - + + Sort images Settings title Sort images - + Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. - + Sort by: Sort by: - + natural name A criteria for sorting images natural name - + name A criteria for sorting images name - + time A criteria for sorting images time - + size A criteria for sorting images size - + type A criteria for sorting images type - + ascending order Sort images in ascending order ascending order - + descending order Sort images in descending order descending order - - + + Zoom Settings title Zoom - + PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). - + zoom speed: zoom speed: - + minimum zoom: minimum zoom: - + maximum zoom: maximum zoom: - - + + Mirror/Flip + Settings title + Mirror/Flip + + + + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + + + + Animate mirror/flip + Animate mirror/flip + + + + Animation Settings title Animation - + When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. - + When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. - + animate switching between images animate switching between images - + Animation: Animation: - + opacity This is referring to an in/out animation of images opacity - + along x-axis This is referring to an in/out animation of images along x-axis - + along y-axis This is referring to an in/out animation of images along y-axis - - - + + + rotation This is referring to an in/out animation of images ---------- @@ -3053,329 +3115,329 @@ Please keep short! This is the rotation of the current image rotation - + explosion This is referring to an in/out animation of images explosion - + implosion This is referring to an in/out animation of images implosion - + choose one at random This is referring to an in/out animation of images choose one at random - + very slow used here for the animation speed very slow - + very fast used here for the animation speed very fast - - + + Floating navigation Settings title Floating navigation - + Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. - + show floating navigation buttons show floating navigation buttons - - - - + + + + Cache Settings title Cache - + Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. - - + + Interpolation Settings title Interpolation - + none used as in: no margin around image none - + large images: large images: - - + + fit to view fit to view - + load at full scale load at full scale - + small images: small images: - + load as-is load as-is - + show checkerboard pattern show checkerboard pattern - + PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. - + disable interpolation for small images disable interpolation for small images - - + + Margin Settings title Margin - + PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. - - + + Image size Settings title Image size - + PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. - - + + Transparency marker Settings title Transparency marker - + When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. - + It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. - + Note that any change here is saved immediately! Note that any change here is saved immediately! - + Authenticated with user account: Authenticated with user account: - + Authenticate Written on button, used as in: Authenticate with user account Authenticate - + Forget account Written on button, used as in: Forget user account Forget account - + Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. - + An error occured: An error occured: - + The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. - + real transparency How the background of PhotoQt should be real transparency - + fake transparency How the background of PhotoQt should be fake transparency - + solid background color How the background of PhotoQt should be solid background color - + custom background image How the background of PhotoQt should be custom background image - + background image background image - + Click to select an image Tooltip for a mouse area, a click on which opens a file dialog for selecting an image Click to select an image - + scale to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale to fit - + scale and crop to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale and crop to fit - + stretch to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled stretch to fit - + center image If an image is set as background of PhotoQt this is one way it can be shown/scaled center image - + tile image If an image is set as background of PhotoQt this is one way it can be shown/scaled tile image - - + + Click on empty background Click on empty background - + The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured - + no action what to do when the empty background is clicked no action - + close window what to do when the empty background is clicked close window - + navigate between images what to do when the empty background is clicked navigate between images - + toggle window decoration what to do when the empty background is clicked toggle window decoration - - + + Blurring elements behind other elements A settings title Blurring elements behind other elements - + Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. - + Blur elements in the back Blur elements in the back - + The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. - + No custom entries exists yet The custom entries here are the custom entries in the context menu No custom entries exists yet - - + + Select written on button for selecting a file from the file dialog @@ -3384,24 +3446,24 @@ written on button in file picker to select an existing executable fileSelect - + entry name The entry here refers to the text that is shown in the context menu for a custom entry entry name - + executable executable - + Select executable Select executable - + additional flags The flags here are additional parameters that can be passed on to an executable @@ -3410,56 +3472,56 @@ the flags here are parameters specified on the command line additional flags - + quit Quit PhotoQt after executing custom context menu entry. Please keep as short as possible!! quit - + Delete entry The entry here is a custom entry in the context menu Delete entry - + Add new entry The entry here is a custom entry in the context menu Add new entry - + Add system applications The system applications here refers to any image related applications that can be found automatically on your system Add system applications - - + + Duplicate entries in main menu The entries here are the custom entries in the context menu Duplicate entries in main menu - + The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. - + Duplicate in main menu Refers to duplicating the custom context menu entries in the main menu Duplicate in main menu - + No action Used as descriptor for a screen edge action No action - - + + Main menu Used as descriptor for a screen edge action ---------- @@ -3467,212 +3529,217 @@ Used as identifying name for one of the elements in the interface Main menu - + Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. - + The right edge action cannot be changed The action here is a screen edge action The right edge action cannot be changed - - - + + + Click to change action The action here is a screen edge action Click to change action - - + + Sensitivity Settings title Sensitivity - + The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. - + PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. - + Thank you to all who volunteered their time to help translate PhotoQt into other languages! Thank you to all who volunteered their time to help translate PhotoQt into other languages! - + If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: - + Open in browser Open in browser - + Copy to clipboard Copy to clipboard - + File dialog Used as identifying name for one of the elements in the interface File dialog - + Map explorer Used as identifying name for one of the elements in the interface Map explorer - + Settings manager Used as identifying name for one of the elements in the interface Settings manager - + Histogram Used as identifying name for one of the elements in the interface Histogram - + Map (current image) Used as identifying name for one of the elements in the interface Map (current image) - + Scale Used as identifying name for one of the elements in the interface Scale - + Slideshow setup Used as identifying name for one of the elements in the interface Slideshow setup - + Slideshow controls Used as identifying name for one of the elements in the interface Slideshow controls - + Rename file Used as identifying name for one of the elements in the interface Rename file - + Delete file Used as identifying name for one of the elements in the interface Delete file - + Export file Used as identifying name for one of the elements in the interface Export file - + About Used as identifying name for one of the elements in the interface About - + Imgur Used as identifying name for one of the elements in the interface Imgur - + Wallpaper Used as identifying name for one of the elements in the interface Wallpaper - - + + category + category + + + + Filter Noun, not a verb. Used as identifying name for one of the elements in the interface Filter - + Advanced image sort Used as identifying name for one of the elements in the interface Advanced image sort - + Streaming (Chromecast) Used as identifying name for one of the elements in the interface Streaming (Chromecast) - + Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. - + Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. - - + + Keep popouts open Settings title Keep popouts open - + keep file dialog open keep file dialog open - + keep map explorer open keep map explorer open - - + + Pop out when window is small Settings title Pop out when window is small - + Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. - + pop out when application window is small pop out when application window is small - - - + + + Status info A settings subcategory ---------- @@ -3680,92 +3747,92 @@ Settings title Status info - + The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. - + show status information show status information - - + + counter Please keep short! The counter shows where we are in the folder. counter - - + + filename Please keep short! filename - - + + filepath Please keep short! filepath - - + + resolution Please keep short! This is the image resolution. resolution - - + + zoom Please keep short! This is the current zoom level. zoom - - + + filesize Please keep short! This is the filesize of the current image. filesize - + add This is written on a button that is used to add a selected block to the status info section. add - - + + Font size Settings title, the font sized of the status information Font size - + The size of the status info is determined by the font size of the text. The size of the status info is determined by the font size of the text. - - - - + + + + Hide automatically Settings title Hide automatically - + The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. - - + + keep always visible visibility status of the status information ---------- @@ -3773,8 +3840,8 @@ visibility status of the window buttons keep always visible - - + + only show with any cursor move visibility status of the status information ---------- @@ -3782,8 +3849,8 @@ visibility status of the window buttons only show with any cursor move - - + + only show when cursor near top edge visibility status of the status information ---------- @@ -3791,8 +3858,8 @@ visibility status of the window buttons only show when cursor near top edge - - + + hide again after timeout: the status information can be hidden automatically after a set timeout ---------- @@ -3800,586 +3867,586 @@ the window buttons can be hidden automatically after a set timeouthide again after timeout: - + also show when image changes Refers to the status information's auto-hide feature, this is an additional case it can be shown also show when image changes - - + + Window management Settings title Window management - + By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. - + manage window through status info manage window through status info - - + + Fullscreen or window mode Settings title Fullscreen or window mode - + There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. - + fullscreen mode fullscreen mode - + window mode window mode - + keep above other windows keep above other windows - + remember its geometry remember the geometry of PhotoQts window between sessions remember its geometry - + enable window decoration enable window decoration - - + + Window buttons Settings title Window buttons - + PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. - + show integrated window buttons show integrated window buttons - + duplicate buttons from window decoration duplicate buttons from window decoration - + add navigation buttons add navigation buttons - + The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. - - + + Auto Rotation Settings title Auto Rotation - + When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. - + Apply default rotation automatically Apply default rotation automatically - - + + GPS map Settings title GPS map - + Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. - - + + Floating element Settings title Floating element - + The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. - + hide behind screen edge hide behind screen edge - + use floating element use floating element - - - + + + Show face tags Settings title Show face tags - + PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). - + It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. - + font size: font size: - + Show border around face tags Show border around face tags - + red red - + green green - + blue blue - + alpha alpha - - - - + + + + Visibility Settings title Visibility - + The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. - + always show all used as in: always show all face tags always show all - + show one on hover used as in: show one face tag on hover show one on hover - + show all on hover used as in: show one face tag on hover show all on hover - + file name Part of the meta information about the current image. file name - + file type Part of the meta information about the current image. file type - + file size Part of the meta information about the current image. file size - + image #/# Part of the meta information about the current image. image #/# - + dimensions Part of the meta information about the current image. dimensions - + copyright Part of the meta information about the current image. copyright - + exposure time Part of the meta information about the current image. exposure time - + flash Part of the meta information about the current image. flash - + focal length Part of the meta information about the current image. focal length - + f-number Part of the meta information about the current image. f-number - + GPS position Part of the meta information about the current image. GPS position - + keywords Part of the meta information about the current image. keywords - + light source Part of the meta information about the current image. light source - + location Part of the meta information about the current image. location - + make Part of the meta information about the current image. make - + model Part of the meta information about the current image. model - + scene type Part of the meta information about the current image. scene type - + software Part of the meta information about the current image. software - + time photo was taken Part of the meta information about the current image. time photo was taken - + Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. - + Check all used as in: check all checkboxes Check all - + Check none used as in: check none of the checkboxes Check none - - + + Single instance Settings title Single instance - + PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. - + run a single instance only run a single instance only - + allow multiple instances allow multiple instances - - + + Reopen last image Settings title Reopen last image - + When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. - + start with blank session start with blank session - + reopen last used image reopen last used image - - + + Remember changes Settings title Remember changes - + Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. - + In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. - + forget changes when other image loaded forget changes when other image loaded - + remember changes per session remember changes per session - + reuse same changes for all images reuse same changes for all images - - + + Tray Icon Settings title Tray Icon - + PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. - + Show tray icon Show tray icon - + monochrome icon monochrome icon - + hide to tray icon instead of closing hide to tray icon instead of closing - - + + Reset when hiding Settings title Reset when hiding - + When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. - + reset session when hiding reset session when hiding - - + + Move image with mouse Settings title Move image with mouse - + PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). - + move image with left button move image with left button - + move image with mouse wheel move image with mouse wheel - + very sensitive used as in: very sensitive mouse wheel very sensitive - + not sensitive used as in: not at all sensitive mouse wheel not sensitive - + hide cursor after timeout hide cursor after timeout - - + + Double click Settings title Double click - + A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. - - + + Mouse wheel Settings title Mouse wheel - + Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. - - + + Hide mouse cursor Settings title Hide mouse cursor - + Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. - + Viewing images This is a shortcut category Viewing images - + Current image This is a shortcut category Current image - + Current folder This is a shortcut category Current folder - + Other This is a shortcut category Other - + External This is a shortcut category External @@ -4495,447 +4562,471 @@ the window buttons can be hidden automatically after a set timeoutIt can be used as part of a shortcut only when combined with modifier buttons (Alt, Ctrl, etc.). - + Next image Name of shortcut action Next image - + Previous image Name of shortcut action Previous image - + Go to first image Name of shortcut action Go to first image - + Go to last image Name of shortcut action Go to last image - + Zoom In Name of shortcut action Zoom In - + Zoom Out Name of shortcut action Zoom Out - + Zoom to Actual Size Name of shortcut action Zoom to Actual Size - + Reset Zoom Name of shortcut action Reset Zoom - + Rotate Right Name of shortcut action Rotate Right - + Rotate Left Name of shortcut action Rotate Left - + Reset Rotation Name of shortcut action Reset Rotation - - Flip Horizontally + + Mirror Horizontally Name of shortcut action - Flip Horizontally + Mirror Horizontally - - Flip Vertically + + Mirror Vertically Name of shortcut action - Flip Vertically + Mirror Vertically - + + Reset Mirror + Name of shortcut action + Reset Mirror + + + Load a random image Name of shortcut action Load a random image - + Hide/Show face tags (stored in metadata) Name of shortcut action Hide/Show face tags (stored in metadata) - + Toggle: Fit in window Name of shortcut action Toggle: Fit in window - + Toggle: Show always actual size by default Name of shortcut action Toggle: Show always actual size by default - + Stream content to Chromecast device Name of shortcut action Stream content to Chromecast device - + Move view left Name of shortcut action Move view left - + Move view right Name of shortcut action Move view right - + Move view up Name of shortcut action Move view up - + Move view down Name of shortcut action Move view down - + Go to left edge of image Name of shortcut action Go to left edge of image - + Go to right edge of image Name of shortcut action Go to right edge of image - + Go to top edge of image Name of shortcut action Go to top edge of image - + Go to bottom edge of image Name of shortcut action Go to bottom edge of image - + Show Histogram Name of shortcut action Show Histogram - + Show Image on Map Name of shortcut action Show Image on Map - + Enter viewer mode Name of shortcut action Enter viewer mode - + Scale Image Name of shortcut action Scale Image - + Rename File Name of shortcut action Rename File - + Delete File Name of shortcut action Delete File - + Delete File (without confirmation) Name of shortcut action Delete File (without confirmation) - + Copy File to a New Location Name of shortcut action Copy File to a New Location - + Move File to a New Location Name of shortcut action Move File to a New Location - + Copy Image to Clipboard Name of shortcut action Copy Image to Clipboard - + Save image in another format Name of shortcut action Save image in another format - + Print current photo Name of shortcut action Print current photo - + Set as Wallpaper Name of shortcut action Set as Wallpaper - + Upload to imgur.com (anonymously) Name of shortcut action Upload to imgur.com (anonymously) - + Upload to imgur.com user account Name of shortcut action Upload to imgur.com user account - + Play/Pause animation/video Name of shortcut action Play/Pause animation/video - + + Go ahead 5 seconds in video + Name of shortcut action + Go ahead 5 seconds in video + + + + Go back 5 seconds in video + Name of shortcut action + Go back 5 seconds in video + + + Start tagging faces Name of shortcut action Start tagging faces - + Enter photo sphere Name of shortcut action Enter photo sphere - + + Detect QR and barcodes + Name of shortcut action + Detect QR and barcodes + + + Open file (browse images) Name of shortcut action Open file (browse images) - + Show map explorer Name of shortcut action Show map explorer - + Filter images in folder Name of shortcut action Filter images in folder - + Advanced image sort (Setup) Name of shortcut action Advanced image sort (Setup) - + Advanced image sort (Quickstart) Name of shortcut action Advanced image sort (Quickstart) - + Start Slideshow (Setup) Name of shortcut action Start Slideshow (Setup) - + Start Slideshow (Quickstart) Name of shortcut action Start Slideshow (Quickstart) - + Show Context Menu Name of shortcut action Show Context Menu - + Hide/Show main menu Name of shortcut action Hide/Show main menu - + Hide/Show metadata Name of shortcut action Hide/Show metadata - + Hide/Show thumbnails Name of shortcut action Hide/Show thumbnails - + Show floating navigation buttons Name of shortcut action Show floating navigation buttons - + Toggle fullscreen mode Name of shortcut action Toggle fullscreen mode - + Close window (hides to system tray if enabled) Name of shortcut action Close window (hides to system tray if enabled) - + Quit PhotoQt Name of shortcut action Quit PhotoQt - + Show Settings Name of shortcut action Show Settings - + About PhotoQt Name of shortcut action About PhotoQt - + Show log/debug messages Name of shortcut action Show log/debug messages - + Reset current session Name of shortcut action Reset current session - + Reset current session and hide window Name of shortcut action Reset current session and hide window - + Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. - + Add new shortcuts group Add new shortcuts group - + The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. - + Filter key combinations Filter key combinations - + Filter shortcut actions Filter shortcut actions - + Show all categories Show all categories - - - - - - + + + + + + Category: Category: - + no key combination set no key combination set - + Click to change key combination Click to change key combination - + Click to delete key combination Click to delete key combination - - + + ADD Written on small button, used as in: add new key combination. Please keep short! ---------- @@ -4943,455 +5034,440 @@ Written on small button, used as in: add new shortcut action. Please keep short! ADD - + Click to add new key combination Click to add new key combination - + The new shortcut was in use by another shortcuts group. It has been reassigned to this group. The new shortcut was in use by another shortcuts group. It has been reassigned to this group. - + Undo reassignment Undo reassignment - + no action selected The action here is a shortcut action no action selected - + unknown: The unknown here refers to an unknown internal action that was set as shortcut unknown: - + external This is an identifier in the shortcuts settings used to identify an external shortcut. external - + quit after This is used for listing external commands for shortcuts, showing if the quit after checkbox has been checked quit after - + Click to change shortcut action Click to change shortcut action - + Click to delete shortcut action Click to delete shortcut action - + Click to add new action The action here is a shortcut action Click to add new action - + cycle through actions one by one The actions here are shortcut actions cycle through actions one by one - + timeout for resetting cycle: The cycle here is the act of cycling through shortcut actions one by one timeout for resetting cycle: - + run all actions at once The actions here are shortcut actions run all actions at once - - + + Spacing Settings title Spacing - + PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. - - + + Highlight Settings title Highlight - + The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. - + invert background color effect for highlighting active thumbnail invert background color - + invert label color effect for highlighting active thumbnail invert label color - + line below effect for highlighting active thumbnail line below - + magnify effect for highlighting active thumbnail magnify - + lift up effect for highlighting active thumbnail lift up - + hide when not needed used as in: hide thumbnail bar when not needed hide when not needed - - + + Center on active Settings title Center on active - + When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. - + keep active thumbnail in center keep active thumbnail in center - + The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. - + always keep visible used as in: always keep thumbnail bar visible always keep visible - + hide when zoomed in used as in: hide thumbnail bar when zoomed in hide when zoomed in - - + + Size Settings title Size - + The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. - - + + Scale and crop Settings title Scale and crop - + The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. - + fit thumbnail fit thumbnail - + scale and crop thumbnail scale and crop thumbnail - + keep small thumbnails small keep small thumbnails small - + On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. - + decrease opacity for inactive thumbnails decrease opacity for inactive thumbnails - - + + Icons only Settings title Icons only - + Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. - + use actual thumbnail images The word actual is used with the same meaning as: real use actual thumbnail images - + use filetype icons use filetype icons - - + + Label Settings title Label - + show filename label show filename label - - + + Tooltip Settings title Tooltip - + PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. - + show tooltips show tooltips - + PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. - + enable cache enable cache - - + + Exclude folders Settings title Exclude folders - + PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. - + When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. - + Cloud providers to exclude from caching: Cloud providers to exclude from caching: - + Do not cache these folders: Do not cache these folders: - + One folder per line One folder per line - + Add folder Written on a button Add folder - - + + How many threads Settings title How many threads - + In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. - + current value: %1 thread(s) Important: Please do not forget the placeholder! current value: %1 thread(s) - - subcategory - subcategory - - - - Settings: - Settings: - - - - main category - main category - - - + Export/Import configuration Settings title Export/Import configuration - + Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. - + export configuration export configuration - + import configuration import configuration - + Restart required Restart required - + PhotoQt will now quit as it needs to be restarted for the changes to take effect. PhotoQt will now quit as it needs to be restarted for the changes to take effect. - + Reset settings and shortcuts Settings title Reset settings and shortcuts - + Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. - + reset settings reset settings - + reset shortcuts reset shortcuts - + reset enabled file formats reset enabled file formats - + You can still cancel this action. Seconds remaining: You can still cancel this action. Seconds remaining: - + Motion/Live photos Settings title Motion/Live photos - + This feature is not supported by your build of PhotoQt. This feature is not supported by your build of PhotoQt. - + Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. - + Look for Apple Live Photos Look for Apple Live Photos - + Photo spheres Settings title Photo spheres - + PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. - + Check for photo spheres Check for photo spheres - + Look for Google Motion Photos Look for Google Motion Photos @@ -5400,190 +5476,190 @@ Written on small button, used as in: add new shortcut action. Please keep short! slideshow - + Slideshow setup Window title Slideshow setup - + Start slideshow Written on a clickable button Iniciar apresentação - + interval The interval between images in a slideshow intervalo - + animation This is referring to the in/out animation of images during a slideshow animação - + opacity This is referring to the in/out animation of images during slideshows opacidade - + along x-axis This is referring to the in/out animation of images during slideshows ao longo do eixo X - + along y-axis This is referring to the in/out animation of images during slideshows ao longo do eixo Y - + rotation This is referring to the in/out animation of images rotação - + explosion This is referring to the in/out animation of images explosão - + implosion This is referring to the in/out animation of images implosão - + choose one at random This is referring to the in/out animation of images escolher aleatoriamente - + animation speed The speed of transitioning from one image to another during slideshows velocidade da animação - + immediately, without animation This refers to a speed of transitioning from one image to another during slideshows imediatamente, sem animação - + pretty fast animation This refers to a speed of transitioning from one image to another during slideshows animação rápida - + not too fast and not too slow This refers to a speed of transitioning from one image to another during slideshows animação média - + very slow animation This refers to a speed of transitioning from one image to another during slideshows animação lenta - + current speed This refers to the currently set speed of transitioning from one image to another during slideshows velocidade atual - + looping repetição - + loop over all files Loop over all images during slideshows repetir todas as imagens - + shuffle during slideshows shuffle the order of all images baralhar - + shuffle all files during slideshows shuffle the order of all images baralhar todos os ficheiros - + subfolders also include images in subfolders during slideshows subpastas - + include images in subfolders also include images in subfolders during slideshows incluir imagens das subpastas - + status info What to do with the file details during slideshows status info - + hide status info during slideshow What to do with the file details during slideshows hide status info during slideshow - + window buttons What to do with the window buttons during slideshows botões na janela - + hide window buttons during slideshow What to do with the window buttons during slideshows ocoltar botões durante uma apresentação - + music The music that is to be played during slideshows música - + enable music Enable music to be played during slideshows ativar música - + no file selected nenhum ficheiro selecionado - + Click to select music file Clique para escolher o ficheiro de áudio - + Click to change music file Clique para alterar o ficheiro de áudio @@ -5594,47 +5670,52 @@ Written on small button, used as in: add new shortcut action. Please keep short! Slideshow - + Click to go to the previous image Clique para aceder à imagem anterior - + Click to pause slideshow Clique para parar a apresentação - + Click to play slideshow Clique para retomar a apresentação - + Click to go to the next image Clique para aceder à imagem seguinte - + Click to exit slideshow Clique para sair da apresentação + + + Slideshow started. + Slideshow started. + startup - - - + + + Edit with %1 Used as in 'Edit with [application]'. %1 will be replaced with application name. Editar com %1 - - - - - + + + + + Open in %1 Used as in 'Open with [application]'. %1 will be replaced with application name. Abrir com %1 @@ -5643,35 +5724,35 @@ Written on small button, used as in: add new shortcut action. Please keep short! statusinfo - + Click anywhere to open a file Click anywhere to open a file - + Click and drag to move window around Click and drag to move window around - - - + + + Click and drag to move status info around Click and drag to move status info around - + Click to remove filter Click to remove filter - + Filter: This refers to the currently set filter Filter: - + Connected to: Used in tooltip for the chromecast icon Connected to: @@ -5681,43 +5762,43 @@ Written on small button, used as in: add new shortcut action. Please keep short! streaming - + Streaming (Chromecast) Window title Streaming (Chromecast) - + Connect Used as in: Connect to chromecast device Conectar - + Disconnect Used as in: Disconnect from chromecast device Desconectar - - + + No devices found The devices here are chromecast devices No devices found - + Status: The status refers to whether the chromecast manager is currently scanning or idle Status: - + Looking for Chromecast devices Looking for Chromecast devices - + Select which device to connect to Select which device to connect to @@ -5725,12 +5806,12 @@ Written on small button, used as in: add new shortcut action. Please keep short! thumbnails - + File size: File size: - + File type: File type: @@ -5738,42 +5819,53 @@ Written on small button, used as in: add new shortcut action. Please keep short! unavailable - + The chromecast feature is not available in this build of PhotoQt. The chromecast feature is not available in this build of PhotoQt. - + The location feature is not available in this build of PhotoQt. The location feature is not available in this build of PhotoQt. + + + + Photo spheres are not supported by this build of PhotoQt. + Photo spheres are not supported by this build of PhotoQt. + + + + This file type does not support face tags. + This file type does not support face tags. + wallpaper - + Wallpaper Window title Wallpaper - + Set as Wallpaper Definir como papel de parede - - - - - + + + + + Click to choose %1 %1 is a placeholder for the name of a desktop environment (plasma, xfce, gnome, etc.) Clique para escolher %1 - + Other Used as in: Other Desktop Environment diff --git a/lang/photoqt_ru_RU.ts b/lang/photoqt_ru_RU.ts index 518c8422..330ed78c 100644 --- a/lang/photoqt_ru_RU.ts +++ b/lang/photoqt_ru_RU.ts @@ -4,61 +4,61 @@ MainMenu - + navigation This is a category in the main menu. navigation - + previous as in: PREVIOUS image. Please keep short. previous - + next as in: NEXT image. Please keep short. next - + first as in: FIRST image. Please keep short. начало - + last as in: LAST image. Please keep short. конец - + Browse images Просмотр изображений - + Map Explorer Map Explorer - + current image This is a category in the main menu. current image - + Zoom Entry in main menu. Please keep short. Масштаб - - - + + + reset Used as in RESET zoom. ---------- @@ -68,52 +68,52 @@ Used as in RESET mirroring. reset - + Rotation Entry in main menu. Please keep short. Rotation - + Mirror Mirroring (or flipping) an image. Please keep short. Mirror - + Hide histogram Скрыть гистограмму - + Show histogram Показать гистограмму - + Hide current location Hide current location - + Show current location Show current location - + all images This is a category in the main menu. all images - + Slideshow Entry in main menu. Please keep short. Слайд-шоу - - + + Start Used as in START slideshow. Please keep short ---------- @@ -121,8 +121,8 @@ Used as in START advanced sort. Please keep short Начать - - + + Setup Used as in SETUP slideshow. Please keep short ---------- @@ -130,54 +130,54 @@ Used as in SETUP advanced sort. Please keep short Конфигурация - + Sort Entry in main menu. Please keep short. Sort - + Filter images Фильтр изображений - + Streaming (Chromecast) Стриминг (Chromecast) - + Open in default file manager Открыть в файловом менеджере - + general This is a category in the main menu. general - + Settings Настройки - + About О приложении - + Online help Онлайн справка - + Quit Выход - + custom This is a category in the main menu. custom @@ -208,189 +208,189 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsMetaData - + yes This string identifies that flash was fired, stored in image metadata yes - + no This string identifies that flash was not fired, stored in image metadata no - + No flash function This string refers to the absense of a flash, stored in image metadata No flash function - + strobe return light not detected This string refers to a flash mode, stored in image metadata strobe return light not detected - + strobe return light detected This string refers to a flash mode, stored in image metadata strobe return light detected - + compulsory flash mode This string refers to a flash mode, stored in image metadata compulsory flash mode - + auto mode This string refers to a flash mode, stored in image metadata auto mode - + red-eye reduction mode This string refers to a flash mode, stored in image metadata red-eye reduction mode - + return light detected This string refers to a flash mode, stored in image metadata return light detected - + return light not detected This string refers to a flash mode, stored in image metadata return light not detected - + Invalid flash This string refers to a flash mode, stored in image metadata Invalid flash - + Standard This string refers to a type of scene, stored in image metadata Standard - + Landscape This string refers to a type of scene, stored in image metadata Landscape - + Portrait This string refers to a type of scene, stored in image metadata Portrait - + Night Scene This string refers to a type of scene, stored in image metadata Night Scene - + Invalid Scene Type This string refers to a type of scene, stored in image metadata Invalid Scene Type - + Unknown This string refers to the light source stored in image metadata Unknown - + Daylight This string refers to the light source stored in image metadata Daylight - + Fluorescent This string refers to the light source stored in image metadata Fluorescent - + Tungsten (incandescent light) This string refers to the light source stored in image metadata Tungsten (incandescent light) - + Flash This string refers to the light source stored in image metadata Flash - + Fine weather This string refers to the light source stored in image metadata Fine weather - + Cloudy Weather This string refers to the light source stored in image metadata Cloudy Weather - + Shade This string refers to the light source stored in image metadata Shade - + Daylight fluorescent This string refers to the light source stored in image metadata Daylight fluorescent - + Day white fluorescent This string refers to the light source stored in image metadata Day white fluorescent - + Cool white fluorescent This string refers to the light source stored in image metadata Cool white fluorescent - + White fluorescent This string refers to the light source stored in image metadata White fluorescent - - - + + + Standard light This string refers to the light source stored in image metadata Standard light - + Other light source This string refers to the light source stored in image metadata Other light source - + Invalid light source This string refers to the light source stored in image metadata Invalid light source @@ -399,7 +399,7 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsOther - + Print Print @@ -478,241 +478,241 @@ Used as in SETUP advanced sort. Please keep short Я очень старался, но просто не могу открыть базу данных настроек горячих клавиш по умолчанию. - + Alt Refers to a keyboard modifier Alt - + Ctrl Refers to a keyboard modifier Ctrl - + Shift Refers to a keyboard modifier Shift - + Page Up Refers to one of the keys on the keyboard Page Up - + Page Down Refers to one of the keys on the keyboard Page Down - + Meta Refers to the key that usually has the Windows symbol on it Meta - + Keypad Refers to the key that triggers the number block on keyboards Keypad - + Escape Refers to one of the keys on the keyboard Escape - + Right Refers to one of the arrow keys on the keyboard Right - + Left Refers to one of the arrow keys on the keyboard Left - + Up Refers to one of the arrow keys on the keyboard Up - + Down Refers to one of the arrow keys on the keyboard Down - + Space Refers to one of the keys on the keyboard Space - + Delete Refers to one of the keys on the keyboard Delete - + Backspace Refers to one of the keys on the keyboard Backspace - + Home Refers to one of the keys on the keyboard Home - + End Refers to one of the keys on the keyboard End - + Insert Refers to one of the keys on the keyboard Insert - + Tab Refers to one of the keys on the keyboard Tab - + Return Return refers to the enter key of the number block - please try to make the translations of Return and Enter (the main button) different if possible! Return - + Enter Enter refers to the main enter key - please try to make the translations of Return (in the number block) and Enter different if possible! Enter - + Left Button Refers to a mouse button Left Button - + Right Button Refers to a mouse button Right Button - + Middle Button Refers to a mouse button Middle Button - + Back Button Refers to a mouse button Back Button - + Forward Button Refers to a mouse button Forward Button - + Task Button Refers to a mouse button Task Button - + Button #7 Refers to a mouse button Button #7 - + Button #8 Refers to a mouse button Button #8 - + Button #9 Refers to a mouse button Button #9 - + Button #10 Refers to a mouse button Button #10 - + Double Click Refers to a mouse event Double Click - + Wheel Up Refers to the mouse wheel Wheel Up - + Wheel Down Refers to the mouse wheel Wheel Down - + Wheel Left Refers to the mouse wheel Wheel Left - + Wheel Right Refers to the mouse wheel Wheel Right - + East Refers to a direction of the mouse when performing a mouse gesture East - + South Refers to a direction of the mouse when performing a mouse gesture South - + West Refers to a direction of the mouse when performing a mouse gesture West - + North Refers to a direction of the mouse when performing a mouse gesture North @@ -721,54 +721,54 @@ Used as in SETUP advanced sort. Please keep short about - + About О приложении - + Show configuration overview The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Показать обзор конфигурации - + License: Лицензия: - + Open license in browser Открыть лицензию в браузере - + Website: Веб-сайт: - + Open website in browser Открыть веб-сайт в браузере - + Contact: Контакты: - + Send an email Отправить эл. письмо - + Configuration The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Конфигурация - + Copy to clipboard Копировать в буфер обмена @@ -816,146 +816,146 @@ Used as in SETUP advanced sort. Please keep short advancedsort - + Advanced image sort Window title Advanced image sort - + Sort images Сортировать изображения - + Sorting criteria: Sorting criteria: - + Resolution The image resolution (width/height in pixels) Разрешение - + Dominant color The color that is most common in the image Доминирующий цвет - + Average color the average color of the image Средний цвет - + Luminosity the average color of the image Светосила - + Exif date Exif date - + Sort by image resolution Sort by image resolution - - - - - + + + + + in ascending order as is: sort in ascending order in ascending order - - - - - + + + + + in descending order as is: sort in descending order in descending order - + Sort by dominant color Sort by dominant color - - - + + + low quality (fast) quality and speed of advanced sorting of images низкое качество (быстро) - - - + + + medium quality quality and speed of advanced sorting of images среднее качество - - - + + + high quality (slow) quality and speed of advanced sorting of images высокое качество (медленно) - + Sort by average color Sort by average color - + Sort by luminosity Sort by luminosity - + Sort by date Sort by date - + Order of priority: Order of priority: - + Exif tag: Original date/time Exif tag: Original date/time - + Exif tag: Digitized date/time Exif tag: Digitized date/time - + File creation date File creation date - + File modification date File modification date - + If a value cannot be found, PhotoQt will proceed to the next item in the list. If a value cannot be found, PhotoQt will proceed to the next item in the list. @@ -1118,112 +1118,122 @@ Used as in SETUP advanced sort. Please keep short contextmenu - + Rename file Rename file - + Copy file Copy file - + Move file Move file - + Delete file Delete file - + Copy to clipboard Copy to clipboard - + Export to different format Export to different format - + Scale image Scale image - + Tag faces Tag faces - + Set as wallpaper Set as wallpaper - + Show histogram Show histogram - + Show on map Show on map + + + Hide QR/barcodes + Hide QR/barcodes + + + + Detect QR/barcodes + Detect QR/barcodes + export - + Export image title of action element Export image - - + + Export written on button Export - + Something went wrong during export to the selected format... Something went wrong during export to the selected format... - + Favorites: These are the favorite image formats for exporting images to Favorites: - + no favorites set the favorites are image formats for exporting images to no favorites set - - + + Click to select this image format Click to select this image format - - + + Click to remove this image format from your favorites Click to remove this image format from your favorites - + Click to add this image format to your favorites Click to add this image format to your favorites - + Selected target format: The target format is the format the image is about to be exported to Selected target format: @@ -1232,17 +1242,23 @@ Used as in SETUP advanced sort. Please keep short facetagging - + Click to exit face tagging mode Нажмите для выхода из режима тегов лица - + Who is this? Кто это? - + + Face tagging mode activated. Click-and-drag to tag faces. + Face tagging mode activated. Click-and-drag to tag faces. + + + + Click to exit photo sphere Click to exit photo sphere @@ -1250,48 +1266,48 @@ Used as in SETUP advanced sort. Please keep short filedialog - + Show files as icons Show files as icons - + Show files as list Show files as list - + no subfolders found no subfolders found - - + + %1 image %1 изображение - - + + %1 images %1 изображений - + # images # изображения - - + + Date: Дата: - - + + Time: Время: @@ -1302,336 +1318,336 @@ Used as in SETUP advanced sort. Please keep short - + File size: Размер файла: - + File type: Тип файла: - + no supported files/folders found no supported files/folders found - + Load this folder Открыть эту папку - + Load this file Загрузить этот файл - + Add to Favorites Добавить в Избранное - + Remove file selection Remove file selection - + Select file Select file - + Remove all file selection Remove all file selection - + Select all files Select all files - + Delete selection Delete selection - + Delete file Delete file - + Delete folder Delete folder - + Delete file/folder Delete file/folder - + Cut selection Cut selection - + Cut file Cut file - + Cut folder Cut folder - + Cut file/folder Cut file/folder - + Copy selection Copy selection - + Copy file Copy file - + Copy folder Copy folder - + Copy file/folder Copy file/folder - + Paste files from clipboard Paste files from clipboard - + Show hidden files Показать скрытые файлы - + Show tooltip with image details Показывать всплывающие подсказки с подробностями изображения - + bookmarks and devices disabled bookmarks and devices disabled - + Show entry Показать запись - + Hide entry Скрыть запись - + Remove entry Удалить запись - + Hide hidden entries Скрыть скрытые записи - + Show hidden entries Показать скрытые записи - + Hide bookmarked places Hide bookmarked places - + Show bookmarked places Show bookmarked places - + Hide storage devices Скрыть накопители - + Show storage devices Показать накопители - + Storage Devices Storage Devices - - + + Bookmarks file manager settings popdown: menu title Bookmarks - + Zoom: Масштаб: - + Adjust size of files and folders Adjust size of files and folders - + Cancel and close Cancel and close - + Sort by: Сортировка: - + Name Имя - + Natural Name Природное имя - + Time modified Время изменения - + File size Размер файла - + File type Тип файла - + reverse order в обратном порядке - + All supported images Все поддерживаемые изображения - + Video files Видео файлы - + All files Все файлы - + View file manager settings popdown: menu title View - + layout file manager settings popdown: submenu title layout - + list view list view - + icon view icon view - + padding file manager settings popdown: submenu title padding - + drag and drop file manager settings popdown: submenu title drag and drop - + enable for list view file manager settings popdown: the thing to enable here is drag-and-drop enable for list view - + enable for grid view file manager settings popdown: the thing to enable here is drag-and-drop enable for grid view - + enable for bookmarks file manager settings popdown: the thing to enable here is drag-and-drop enable for bookmarks - + select with single click file manager settings popdown: how to select files select with single click - + hidden files hidden files - + tooltips tooltips - + Thumbnails file manager settings popdown: menu title Thumbnails - - - + + + show file manager settings popdown: show thumbnails ---------- @@ -1641,9 +1657,9 @@ file manager settings popdown: show image previews show - - - + + + scale and crop file manager settings popdown: scale and crop the thumbnails ---------- @@ -1653,90 +1669,90 @@ file manager settings popdown: scale and crop image previews scale and crop - + folder thumbnails folder thumbnails - + autoload file manager settings popdown: automatically load the folder thumbnails autoload - + loop file manager settings popdown: loop through the folder thumbnails loop - + timeout file manager settings popdown: timeout between switching folder thumbnails timeout - + 1 second 1 second - + half a second half a second - + show bookmarks show bookmarks - + show devices file manager settings popdown: the devices here are the storage devices show devices - + Preview file manager settings popdown: menu title Preview - + higher resolution file manager settings popdown: use higher resolution for image previews higher resolution - + blur file manager settings popdown: blur image previews blur - + color intensity file manager settings popdown: color intensity of image previews color intensity - + %1 files already exist in the target directory. %1 files already exist in the target directory. - + Check the files below that you want to paste anyways. Files left unchecked will not be pasted. Check the files below that you want to paste anyways. Files left unchecked will not be pasted. - + Select all Select all - + Select none Select none @@ -1745,58 +1761,58 @@ file manager settings popdown: scale and crop image previews filemanagement - + Delete file? Window title Удалить файл? - - + + Rename file Window title Переименовать файл - - + + Move to trash Переместить в корзину - - + + Delete permanently Удалить навсегда - + Are you sure you want to delete this file? Are you sure you want to delete this file? - + An error occured, file could not be deleted! Произошла ошибка, файл не может быть удален! - + old filename: old filename: - + new filename: new filename: - + An error occured, file could not be renamed An error occured, file could not be renamed - + A file with this filename already exists A file with this filename already exists @@ -1827,22 +1843,22 @@ file manager settings popdown: scale and crop image previews File could not be moved - + File successfully deleted File successfully deleted - + Could not delete file Could not delete file - + File successfully moved to trash File successfully moved to trash - + Could not move file to trash Could not move file to trash @@ -1851,46 +1867,46 @@ file manager settings popdown: scale and crop image previews filter - + Filter images in current directory Window title Фильтр изображений в текущей папке - + Filter Written on a clickable button - please keep short Фильтр - + Remove filter Written on a clickable button - please keep short Очистить фильтры - + To filter by file extension, start the term with a dot. Setting the width or height of the resolution to 0 ignores that dimension. Чтобы фильтровать по расширению файла, начинайте с точки. Установка ширины или высоты разрешения на 0 игнорирует это измерение. - + File name/extension: Имя файла/расширения: - + Enter terms Введите условия - + Image Resolution Image Resolution - - + + greater than used as tooltip in the sense of 'image resolution GREATER THAN 123x123' ---------- @@ -1898,8 +1914,8 @@ used as tooltip in the sense of 'file size GREATER THAN 123 KB/MB'больше чем - - + + less than used as tooltip in the sense of 'image resolution LESS THAN 123x123' ---------- @@ -1907,12 +1923,12 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'менее чем - + File size Размер файла - + Please note that filtering by image resolution can take a little while, depending on the number of images in the folder. Обратите внимание, что фильтрация по разрешению изображения может занять некоторое время, в зависимости от количества изображений в папке. @@ -1921,28 +1937,28 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'histogram - + Histogram Window title Гистограмма - + Click-and-drag to move. Щёлкните и потащите, чтобы переместить - + Right click to switch version. Щелкните правой кнопкой мыши, чтобы переключить версию. - + Loading... Загрузка... - + Error loading histogram Error loading histogram @@ -1950,26 +1966,41 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' image - + Click here to enter photo sphere Click here to enter photo sphere - + Click here to enter viewer mode Click here to enter viewer mode - + Hide central button for entering viewer mode Hide central button for entering viewer mode + + + No bar/QR codes found. + No bar/QR codes found. + + + + 1 bar/QR code found. + 1 bar/QR code found. + + + + %1 bar/QR codes found. + %1 bar/QR codes found. + imageprovider - + File failed to load, it does not exist! Не удалось загрузить файл, он не существует! @@ -1978,85 +2009,85 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'imgur - - + + Upload to imgur.com Window title Загрузить на imgur.com - + Show past uploads Show past uploads - + This seems to take a long time... Кажется, это займет много времени... - + There might be a problem with your internet connection or the imgur.com servers. Возможно проблема с подключением к интернету или серверам imgur.com. - + An Error occurred while uploading image! Возникла ошибка при загрузке изображения! - + Error code: Код ошибки: - + You do not seem to be connected to the internet... Вы, кажется, не подключены к Интернету... - + Unable to upload! Невозможно загрузить! - + Access Image Доступ к изображению - - - - + + + + Click to open in browser Нажмите, чтобы открыть в браузере - + Delete Image Удалить изображение - + No past uploads found The uploads are uploads to imgur.com No past uploads found - + Access: Used as in: access this image Access: - + Delete: Used as in: delete this image Delete: - + Clear all Written on button, please keep short. Used as in: clear all entries Clear all @@ -2087,18 +2118,18 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'mapcurrent - + Current location Window title Current location - + Click-and-drag to move. Click-and-drag to move. - + No location data No location data @@ -2141,111 +2172,121 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' metadata - + No file loaded No file loaded - + Metadata The title of the floating element Metadata - + File name Имя файла - + Dimensions Размеры - + Image Изображение - + File size Размер файла - + File type Тип файла - + Make Устройство - + Model Модель - + Software ПО - + Time Photo was Taken Время создания (exif) - + Exposure Time Время выдержки - + Flash Вспышка - + Scene Type Тип сцены - + Focal Length Фокусное расстояние - + F Number F (размер диафрагмы) - + Light Source Источник света - + Keywords Ключевые слова - + Location Место нахождения - + Copyright Авторские права - + GPS Position GPS метка + + + Click to copy value to clipboard, Ctrl+Click to open location in online map service + Click to copy value to clipboard, Ctrl+Click to open location in online map service + + + + Copy value to clipboard + Copy value to clipboard + navigate @@ -2275,13 +2316,13 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' other - + Click anywhere to open a file Part of the message shown in the main view before any image is loaded Нажмите в любом месте, чтобы открыть файл - + Move your cursor to the indicated window edges for various actions Part of the message shown in the main view before any image is loaded Move your cursor to the indicated window edges for various actions @@ -2290,25 +2331,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' popinpopout - - - - - - - + + + + + + + Merge into main interface Tooltip of small button to merge a popped out element (i.e., one in its own window) into the main interface Объединить с основным интерфейсом - - - - - - - + + + + + + + Move to its own window Tooltip of small button to show an element in its own window (i.e., not merged into main interface) Показать в отдельном окне @@ -2366,52 +2407,52 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'scale - + Scale image Window title Scale image - - + + Scale Scale - + An error occured, file could not be scaled An error occured, file could not be scaled - + Scaling of this file format is not yet supported Scaling of this file format is not yet supported - + Width: The number of horizontal pixels of the image Width: - + Height: The number of vertical pixels of the image Height: - + New size: New size: - + pixels This is used as in: 100x100 pixels pixels - + Quality: Качество: @@ -2420,25 +2461,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'settingsmanager - + Settings Manager Window title Settings Manager - + Apply changes Apply changes - + Revert changes Revert changes - + - + Interface A settings category ---------- @@ -2446,9 +2487,9 @@ This is a shortcut category Interface - - - + + + Language A settings subcategory and the qml filename ---------- @@ -2456,9 +2497,9 @@ A settings title Language - - - + + + Background A settings subcategory ---------- @@ -2466,9 +2507,9 @@ Settings title Background - - - + + + Popout A settings subcategory ---------- @@ -2476,9 +2517,9 @@ Settings title Popout - - - + + + Context menu A settings subcategory ---------- @@ -2486,92 +2527,92 @@ Settings title Context menu - + Window A settings subcategory Window - - + + Image A settings subcategory Image - + Interaction A settings subcategory Interaction - + Folder A settings subcategory Folder - + Share online A settings subcategory Share online - + All thumbnails A settings subcategory All thumbnails - - + + Manage A settings subcategory Manage - + Face tags A settings subcategory Face tags - + Instance A settings subcategory Instance - + Tray icon A settings subcategory Tray icon - + Image view A settings category Image view - - + + Look Settings title Look - - - + + + Behavior A settings subcategory Behavior - - - + + + Edges A settings subcategory ---------- @@ -2579,8 +2620,8 @@ Settings title Edges - - + + Thumbnails A settings category ---------- @@ -2588,9 +2629,9 @@ Used as descriptor for a screen edge action Thumbnails - - - + + + Metadata A settings category ---------- @@ -2600,9 +2641,9 @@ Used as identifying name for one of the elements in the interface Metadata - - - + + + Labels A settings subcategory ---------- @@ -2610,21 +2651,21 @@ Settings title Labels - + Session A settings category Session - + Remember A settings subcategory Remember - - - + + + File types A settings category ---------- @@ -2632,20 +2673,20 @@ A settings subcategory File types - + Advanced Advanced - + Keyboard & Mouse A settings category Keyboard & Mouse - - - + + + Shortcuts A settings subcategory ---------- @@ -2653,93 +2694,93 @@ Settings title Shortcuts - + Reset Reset - + Reset settings Reset settings - + Reset shortcuts Reset shortcuts - + Export/Import Export/Import - + Export settings Export settings - + Import settings Import settings - + Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close - + Unsaved changes Unsaved changes - + The settings on this page have changed. Do you want to apply or discard them? The settings on this page have changed. Do you want to apply or discard them? - + Apply written on button, used as in: apply changes Apply - + Discard written on button, used as in: discard changes Discard - - + + PDF Settings title PDF - + PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + current value: The current value of the slider specifying the PDF quality ---------- @@ -2749,303 +2790,324 @@ The current value of the slider specifying the size of the window buttonscurrent value: - - + + Archive Settings title Archive - + PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. - + use external tool: unrar use external tool: unrar - - + + Video Settings title Video - + PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. - + Autoplay Autoplay - + Loop Loop - + prefer Qt Multimedia prefer Qt Multimedia - + prefer Libmpv prefer Libmpv - + Video thumbnail generator: Video thumbnail generator: - + + Always use left/right arrow keys to jump back/ahead in videos + Always use left/right arrow keys to jump back/ahead in videos + + + RAW images Settings title RAW images - + Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. - + use embedded image if available use embedded image if available - - + + Viewer mode Settings title Viewer mode - + When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. - + show big button to enter viewer mode show big button to enter viewer mode - + images This is a category of files PhotoQt can recognize: any image format images - + compressed files This is a category of files PhotoQt can recognize: compressed files like zip, tar, cbr, 7z, etc. compressed files - + documents This is a category of files PhotoQt can recognize: documents like pdf, txt, etc. documents - + videos This is a type of category of files PhotoQt can recognize: videos like mp4, avi, etc. videos - + Enable As in: "Enable all formats in the seleted category of file types" Enable - + Disable As in: "Disable all formats in the seleted category of file types" Disable - + Enable everything As in "Enable every single file format PhotoQt can open in any category" Enable everything - + Currently there are %1 file formats enabled The %1 will be replaced with the number of file formats, please don't forget to add it. Currently there are %1 file formats enabled - + Search by description or file ending Search by description or file ending - + Search by image library or category Search by image library or category - + File endings: File endings: - - + + Looping Settings title Looping - + Loop around When reaching the end of the images in the folder whether to loop back around to the beginning or not Loop around - - + + Sort images Settings title Sort images - + Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. - + Sort by: Sort by: - + natural name A criteria for sorting images natural name - + name A criteria for sorting images name - + time A criteria for sorting images time - + size A criteria for sorting images size - + type A criteria for sorting images type - + ascending order Sort images in ascending order ascending order - + descending order Sort images in descending order descending order - - + + Zoom Settings title Zoom - + PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). - + zoom speed: zoom speed: - + minimum zoom: minimum zoom: - + maximum zoom: maximum zoom: - - + + Mirror/Flip + Settings title + Mirror/Flip + + + + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + + + + Animate mirror/flip + Animate mirror/flip + + + + Animation Settings title Animation - + When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. - + When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. - + animate switching between images animate switching between images - + Animation: Animation: - + opacity This is referring to an in/out animation of images opacity - + along x-axis This is referring to an in/out animation of images along x-axis - + along y-axis This is referring to an in/out animation of images along y-axis - - - + + + rotation This is referring to an in/out animation of images ---------- @@ -3053,329 +3115,329 @@ Please keep short! This is the rotation of the current image rotation - + explosion This is referring to an in/out animation of images explosion - + implosion This is referring to an in/out animation of images implosion - + choose one at random This is referring to an in/out animation of images choose one at random - + very slow used here for the animation speed very slow - + very fast used here for the animation speed very fast - - + + Floating navigation Settings title Floating navigation - + Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. - + show floating navigation buttons show floating navigation buttons - - - - + + + + Cache Settings title Cache - + Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. - - + + Interpolation Settings title Interpolation - + none used as in: no margin around image none - + large images: large images: - - + + fit to view fit to view - + load at full scale load at full scale - + small images: small images: - + load as-is load as-is - + show checkerboard pattern show checkerboard pattern - + PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. - + disable interpolation for small images disable interpolation for small images - - + + Margin Settings title Margin - + PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. - - + + Image size Settings title Image size - + PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. - - + + Transparency marker Settings title Transparency marker - + When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. - + It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. - + Note that any change here is saved immediately! Note that any change here is saved immediately! - + Authenticated with user account: Authenticated with user account: - + Authenticate Written on button, used as in: Authenticate with user account Authenticate - + Forget account Written on button, used as in: Forget user account Forget account - + Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. - + An error occured: An error occured: - + The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. - + real transparency How the background of PhotoQt should be real transparency - + fake transparency How the background of PhotoQt should be fake transparency - + solid background color How the background of PhotoQt should be solid background color - + custom background image How the background of PhotoQt should be custom background image - + background image background image - + Click to select an image Tooltip for a mouse area, a click on which opens a file dialog for selecting an image Click to select an image - + scale to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale to fit - + scale and crop to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled scale and crop to fit - + stretch to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled stretch to fit - + center image If an image is set as background of PhotoQt this is one way it can be shown/scaled center image - + tile image If an image is set as background of PhotoQt this is one way it can be shown/scaled tile image - - + + Click on empty background Click on empty background - + The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured - + no action what to do when the empty background is clicked no action - + close window what to do when the empty background is clicked close window - + navigate between images what to do when the empty background is clicked navigate between images - + toggle window decoration what to do when the empty background is clicked toggle window decoration - - + + Blurring elements behind other elements A settings title Blurring elements behind other elements - + Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. - + Blur elements in the back Blur elements in the back - + The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. - + No custom entries exists yet The custom entries here are the custom entries in the context menu No custom entries exists yet - - + + Select written on button for selecting a file from the file dialog @@ -3384,24 +3446,24 @@ written on button in file picker to select an existing executable fileSelect - + entry name The entry here refers to the text that is shown in the context menu for a custom entry entry name - + executable executable - + Select executable Select executable - + additional flags The flags here are additional parameters that can be passed on to an executable @@ -3410,56 +3472,56 @@ the flags here are parameters specified on the command line additional flags - + quit Quit PhotoQt after executing custom context menu entry. Please keep as short as possible!! quit - + Delete entry The entry here is a custom entry in the context menu Delete entry - + Add new entry The entry here is a custom entry in the context menu Add new entry - + Add system applications The system applications here refers to any image related applications that can be found automatically on your system Add system applications - - + + Duplicate entries in main menu The entries here are the custom entries in the context menu Duplicate entries in main menu - + The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. - + Duplicate in main menu Refers to duplicating the custom context menu entries in the main menu Duplicate in main menu - + No action Used as descriptor for a screen edge action No action - - + + Main menu Used as descriptor for a screen edge action ---------- @@ -3467,212 +3529,217 @@ Used as identifying name for one of the elements in the interface Main menu - + Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. - + The right edge action cannot be changed The action here is a screen edge action The right edge action cannot be changed - - - + + + Click to change action The action here is a screen edge action Click to change action - - + + Sensitivity Settings title Sensitivity - + The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. - + PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. - + Thank you to all who volunteered their time to help translate PhotoQt into other languages! Thank you to all who volunteered their time to help translate PhotoQt into other languages! - + If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: - + Open in browser Open in browser - + Copy to clipboard Copy to clipboard - + File dialog Used as identifying name for one of the elements in the interface File dialog - + Map explorer Used as identifying name for one of the elements in the interface Map explorer - + Settings manager Used as identifying name for one of the elements in the interface Settings manager - + Histogram Used as identifying name for one of the elements in the interface Histogram - + Map (current image) Used as identifying name for one of the elements in the interface Map (current image) - + Scale Used as identifying name for one of the elements in the interface Scale - + Slideshow setup Used as identifying name for one of the elements in the interface Slideshow setup - + Slideshow controls Used as identifying name for one of the elements in the interface Slideshow controls - + Rename file Used as identifying name for one of the elements in the interface Rename file - + Delete file Used as identifying name for one of the elements in the interface Delete file - + Export file Used as identifying name for one of the elements in the interface Export file - + About Used as identifying name for one of the elements in the interface About - + Imgur Used as identifying name for one of the elements in the interface Imgur - + Wallpaper Used as identifying name for one of the elements in the interface Wallpaper - - + + category + category + + + + Filter Noun, not a verb. Used as identifying name for one of the elements in the interface Filter - + Advanced image sort Used as identifying name for one of the elements in the interface Advanced image sort - + Streaming (Chromecast) Used as identifying name for one of the elements in the interface Streaming (Chromecast) - + Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. - + Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. - - + + Keep popouts open Settings title Keep popouts open - + keep file dialog open keep file dialog open - + keep map explorer open keep map explorer open - - + + Pop out when window is small Settings title Pop out when window is small - + Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. - + pop out when application window is small pop out when application window is small - - - + + + Status info A settings subcategory ---------- @@ -3680,92 +3747,92 @@ Settings title Status info - + The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. - + show status information show status information - - + + counter Please keep short! The counter shows where we are in the folder. counter - - + + filename Please keep short! filename - - + + filepath Please keep short! filepath - - + + resolution Please keep short! This is the image resolution. resolution - - + + zoom Please keep short! This is the current zoom level. zoom - - + + filesize Please keep short! This is the filesize of the current image. filesize - + add This is written on a button that is used to add a selected block to the status info section. add - - + + Font size Settings title, the font sized of the status information Font size - + The size of the status info is determined by the font size of the text. The size of the status info is determined by the font size of the text. - - - - + + + + Hide automatically Settings title Hide automatically - + The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. - - + + keep always visible visibility status of the status information ---------- @@ -3773,8 +3840,8 @@ visibility status of the window buttons keep always visible - - + + only show with any cursor move visibility status of the status information ---------- @@ -3782,8 +3849,8 @@ visibility status of the window buttons only show with any cursor move - - + + only show when cursor near top edge visibility status of the status information ---------- @@ -3791,8 +3858,8 @@ visibility status of the window buttons only show when cursor near top edge - - + + hide again after timeout: the status information can be hidden automatically after a set timeout ---------- @@ -3800,586 +3867,586 @@ the window buttons can be hidden automatically after a set timeouthide again after timeout: - + also show when image changes Refers to the status information's auto-hide feature, this is an additional case it can be shown also show when image changes - - + + Window management Settings title Window management - + By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. - + manage window through status info manage window through status info - - + + Fullscreen or window mode Settings title Fullscreen or window mode - + There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. - + fullscreen mode fullscreen mode - + window mode window mode - + keep above other windows keep above other windows - + remember its geometry remember the geometry of PhotoQts window between sessions remember its geometry - + enable window decoration enable window decoration - - + + Window buttons Settings title Window buttons - + PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. - + show integrated window buttons show integrated window buttons - + duplicate buttons from window decoration duplicate buttons from window decoration - + add navigation buttons add navigation buttons - + The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. - - + + Auto Rotation Settings title Auto Rotation - + When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. - + Apply default rotation automatically Apply default rotation automatically - - + + GPS map Settings title GPS map - + Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. - - + + Floating element Settings title Floating element - + The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. - + hide behind screen edge hide behind screen edge - + use floating element use floating element - - - + + + Show face tags Settings title Show face tags - + PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). - + It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. - + font size: font size: - + Show border around face tags Show border around face tags - + red red - + green green - + blue blue - + alpha alpha - - - - + + + + Visibility Settings title Visibility - + The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. - + always show all used as in: always show all face tags always show all - + show one on hover used as in: show one face tag on hover show one on hover - + show all on hover used as in: show one face tag on hover show all on hover - + file name Part of the meta information about the current image. file name - + file type Part of the meta information about the current image. file type - + file size Part of the meta information about the current image. file size - + image #/# Part of the meta information about the current image. image #/# - + dimensions Part of the meta information about the current image. dimensions - + copyright Part of the meta information about the current image. copyright - + exposure time Part of the meta information about the current image. exposure time - + flash Part of the meta information about the current image. flash - + focal length Part of the meta information about the current image. focal length - + f-number Part of the meta information about the current image. f-number - + GPS position Part of the meta information about the current image. GPS position - + keywords Part of the meta information about the current image. keywords - + light source Part of the meta information about the current image. light source - + location Part of the meta information about the current image. location - + make Part of the meta information about the current image. make - + model Part of the meta information about the current image. model - + scene type Part of the meta information about the current image. scene type - + software Part of the meta information about the current image. software - + time photo was taken Part of the meta information about the current image. time photo was taken - + Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. - + Check all used as in: check all checkboxes Check all - + Check none used as in: check none of the checkboxes Check none - - + + Single instance Settings title Single instance - + PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. - + run a single instance only run a single instance only - + allow multiple instances allow multiple instances - - + + Reopen last image Settings title Reopen last image - + When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. - + start with blank session start with blank session - + reopen last used image reopen last used image - - + + Remember changes Settings title Remember changes - + Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. - + In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. - + forget changes when other image loaded forget changes when other image loaded - + remember changes per session remember changes per session - + reuse same changes for all images reuse same changes for all images - - + + Tray Icon Settings title Tray Icon - + PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. - + Show tray icon Show tray icon - + monochrome icon monochrome icon - + hide to tray icon instead of closing hide to tray icon instead of closing - - + + Reset when hiding Settings title Reset when hiding - + When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. - + reset session when hiding reset session when hiding - - + + Move image with mouse Settings title Move image with mouse - + PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). - + move image with left button move image with left button - + move image with mouse wheel move image with mouse wheel - + very sensitive used as in: very sensitive mouse wheel very sensitive - + not sensitive used as in: not at all sensitive mouse wheel not sensitive - + hide cursor after timeout hide cursor after timeout - - + + Double click Settings title Double click - + A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. - - + + Mouse wheel Settings title Mouse wheel - + Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. - - + + Hide mouse cursor Settings title Hide mouse cursor - + Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. - + Viewing images This is a shortcut category Viewing images - + Current image This is a shortcut category Current image - + Current folder This is a shortcut category Current folder - + Other This is a shortcut category Other - + External This is a shortcut category External @@ -4495,447 +4562,471 @@ the window buttons can be hidden automatically after a set timeoutIt can be used as part of a shortcut only when combined with modifier buttons (Alt, Ctrl, etc.). - + Next image Name of shortcut action Next image - + Previous image Name of shortcut action Previous image - + Go to first image Name of shortcut action Go to first image - + Go to last image Name of shortcut action Go to last image - + Zoom In Name of shortcut action Zoom In - + Zoom Out Name of shortcut action Zoom Out - + Zoom to Actual Size Name of shortcut action Zoom to Actual Size - + Reset Zoom Name of shortcut action Reset Zoom - + Rotate Right Name of shortcut action Rotate Right - + Rotate Left Name of shortcut action Rotate Left - + Reset Rotation Name of shortcut action Reset Rotation - - Flip Horizontally + + Mirror Horizontally Name of shortcut action - Flip Horizontally + Mirror Horizontally - - Flip Vertically + + Mirror Vertically Name of shortcut action - Flip Vertically + Mirror Vertically - + + Reset Mirror + Name of shortcut action + Reset Mirror + + + Load a random image Name of shortcut action Load a random image - + Hide/Show face tags (stored in metadata) Name of shortcut action Hide/Show face tags (stored in metadata) - + Toggle: Fit in window Name of shortcut action Toggle: Fit in window - + Toggle: Show always actual size by default Name of shortcut action Toggle: Show always actual size by default - + Stream content to Chromecast device Name of shortcut action Stream content to Chromecast device - + Move view left Name of shortcut action Move view left - + Move view right Name of shortcut action Move view right - + Move view up Name of shortcut action Move view up - + Move view down Name of shortcut action Move view down - + Go to left edge of image Name of shortcut action Go to left edge of image - + Go to right edge of image Name of shortcut action Go to right edge of image - + Go to top edge of image Name of shortcut action Go to top edge of image - + Go to bottom edge of image Name of shortcut action Go to bottom edge of image - + Show Histogram Name of shortcut action Show Histogram - + Show Image on Map Name of shortcut action Show Image on Map - + Enter viewer mode Name of shortcut action Enter viewer mode - + Scale Image Name of shortcut action Scale Image - + Rename File Name of shortcut action Rename File - + Delete File Name of shortcut action Delete File - + Delete File (without confirmation) Name of shortcut action Delete File (without confirmation) - + Copy File to a New Location Name of shortcut action Copy File to a New Location - + Move File to a New Location Name of shortcut action Move File to a New Location - + Copy Image to Clipboard Name of shortcut action Copy Image to Clipboard - + Save image in another format Name of shortcut action Save image in another format - + Print current photo Name of shortcut action Print current photo - + Set as Wallpaper Name of shortcut action Set as Wallpaper - + Upload to imgur.com (anonymously) Name of shortcut action Upload to imgur.com (anonymously) - + Upload to imgur.com user account Name of shortcut action Upload to imgur.com user account - + Play/Pause animation/video Name of shortcut action Play/Pause animation/video - + + Go ahead 5 seconds in video + Name of shortcut action + Go ahead 5 seconds in video + + + + Go back 5 seconds in video + Name of shortcut action + Go back 5 seconds in video + + + Start tagging faces Name of shortcut action Start tagging faces - + Enter photo sphere Name of shortcut action Enter photo sphere - + + Detect QR and barcodes + Name of shortcut action + Detect QR and barcodes + + + Open file (browse images) Name of shortcut action Open file (browse images) - + Show map explorer Name of shortcut action Show map explorer - + Filter images in folder Name of shortcut action Filter images in folder - + Advanced image sort (Setup) Name of shortcut action Advanced image sort (Setup) - + Advanced image sort (Quickstart) Name of shortcut action Advanced image sort (Quickstart) - + Start Slideshow (Setup) Name of shortcut action Start Slideshow (Setup) - + Start Slideshow (Quickstart) Name of shortcut action Start Slideshow (Quickstart) - + Show Context Menu Name of shortcut action Show Context Menu - + Hide/Show main menu Name of shortcut action Hide/Show main menu - + Hide/Show metadata Name of shortcut action Hide/Show metadata - + Hide/Show thumbnails Name of shortcut action Hide/Show thumbnails - + Show floating navigation buttons Name of shortcut action Show floating navigation buttons - + Toggle fullscreen mode Name of shortcut action Toggle fullscreen mode - + Close window (hides to system tray if enabled) Name of shortcut action Close window (hides to system tray if enabled) - + Quit PhotoQt Name of shortcut action Quit PhotoQt - + Show Settings Name of shortcut action Show Settings - + About PhotoQt Name of shortcut action About PhotoQt - + Show log/debug messages Name of shortcut action Show log/debug messages - + Reset current session Name of shortcut action Reset current session - + Reset current session and hide window Name of shortcut action Reset current session and hide window - + Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. - + Add new shortcuts group Add new shortcuts group - + The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. - + Filter key combinations Filter key combinations - + Filter shortcut actions Filter shortcut actions - + Show all categories Show all categories - - - - - - + + + + + + Category: Category: - + no key combination set no key combination set - + Click to change key combination Click to change key combination - + Click to delete key combination Click to delete key combination - - + + ADD Written on small button, used as in: add new key combination. Please keep short! ---------- @@ -4943,455 +5034,440 @@ Written on small button, used as in: add new shortcut action. Please keep short! ADD - + Click to add new key combination Click to add new key combination - + The new shortcut was in use by another shortcuts group. It has been reassigned to this group. The new shortcut was in use by another shortcuts group. It has been reassigned to this group. - + Undo reassignment Undo reassignment - + no action selected The action here is a shortcut action no action selected - + unknown: The unknown here refers to an unknown internal action that was set as shortcut unknown: - + external This is an identifier in the shortcuts settings used to identify an external shortcut. external - + quit after This is used for listing external commands for shortcuts, showing if the quit after checkbox has been checked quit after - + Click to change shortcut action Click to change shortcut action - + Click to delete shortcut action Click to delete shortcut action - + Click to add new action The action here is a shortcut action Click to add new action - + cycle through actions one by one The actions here are shortcut actions cycle through actions one by one - + timeout for resetting cycle: The cycle here is the act of cycling through shortcut actions one by one timeout for resetting cycle: - + run all actions at once The actions here are shortcut actions run all actions at once - - + + Spacing Settings title Spacing - + PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. - - + + Highlight Settings title Highlight - + The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. - + invert background color effect for highlighting active thumbnail invert background color - + invert label color effect for highlighting active thumbnail invert label color - + line below effect for highlighting active thumbnail line below - + magnify effect for highlighting active thumbnail magnify - + lift up effect for highlighting active thumbnail lift up - + hide when not needed used as in: hide thumbnail bar when not needed hide when not needed - - + + Center on active Settings title Center on active - + When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. - + keep active thumbnail in center keep active thumbnail in center - + The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. - + always keep visible used as in: always keep thumbnail bar visible always keep visible - + hide when zoomed in used as in: hide thumbnail bar when zoomed in hide when zoomed in - - + + Size Settings title Size - + The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. - - + + Scale and crop Settings title Scale and crop - + The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. - + fit thumbnail fit thumbnail - + scale and crop thumbnail scale and crop thumbnail - + keep small thumbnails small keep small thumbnails small - + On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. - + decrease opacity for inactive thumbnails decrease opacity for inactive thumbnails - - + + Icons only Settings title Icons only - + Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. - + use actual thumbnail images The word actual is used with the same meaning as: real use actual thumbnail images - + use filetype icons use filetype icons - - + + Label Settings title Label - + show filename label show filename label - - + + Tooltip Settings title Tooltip - + PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. - + show tooltips show tooltips - + PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. - + enable cache enable cache - - + + Exclude folders Settings title Exclude folders - + PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. - + When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. - + Cloud providers to exclude from caching: Cloud providers to exclude from caching: - + Do not cache these folders: Do not cache these folders: - + One folder per line One folder per line - + Add folder Written on a button Add folder - - + + How many threads Settings title How many threads - + In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. - + current value: %1 thread(s) Important: Please do not forget the placeholder! current value: %1 thread(s) - - subcategory - subcategory - - - - Settings: - Settings: - - - - main category - main category - - - + Export/Import configuration Settings title Export/Import configuration - + Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. - + export configuration export configuration - + import configuration import configuration - + Restart required Restart required - + PhotoQt will now quit as it needs to be restarted for the changes to take effect. PhotoQt will now quit as it needs to be restarted for the changes to take effect. - + Reset settings and shortcuts Settings title Reset settings and shortcuts - + Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. - + reset settings reset settings - + reset shortcuts reset shortcuts - + reset enabled file formats reset enabled file formats - + You can still cancel this action. Seconds remaining: You can still cancel this action. Seconds remaining: - + Motion/Live photos Settings title Motion/Live photos - + This feature is not supported by your build of PhotoQt. This feature is not supported by your build of PhotoQt. - + Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. - + Look for Apple Live Photos Look for Apple Live Photos - + Photo spheres Settings title Photo spheres - + PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. - + Check for photo spheres Check for photo spheres - + Look for Google Motion Photos Look for Google Motion Photos @@ -5400,190 +5476,190 @@ Written on small button, used as in: add new shortcut action. Please keep short! slideshow - + Slideshow setup Window title Slideshow setup - + Start slideshow Written on a clickable button Начать слайд-шоу - + interval The interval between images in a slideshow интервал - + animation This is referring to the in/out animation of images during a slideshow анимация - + opacity This is referring to the in/out animation of images during slideshows непрозрачность - + along x-axis This is referring to the in/out animation of images during slideshows вдоль оси x - + along y-axis This is referring to the in/out animation of images during slideshows вдоль оси y - + rotation This is referring to the in/out animation of images вращение - + explosion This is referring to the in/out animation of images взрыв - + implosion This is referring to the in/out animation of images имплозия - + choose one at random This is referring to the in/out animation of images выбрать случайно - + animation speed The speed of transitioning from one image to another during slideshows скорость анимации - + immediately, without animation This refers to a speed of transitioning from one image to another during slideshows немедленно, без анимации - + pretty fast animation This refers to a speed of transitioning from one image to another during slideshows довольно быстрая анимация - + not too fast and not too slow This refers to a speed of transitioning from one image to another during slideshows не слишком быстро и не слишком медленно - + very slow animation This refers to a speed of transitioning from one image to another during slideshows очень медленная анимация - + current speed This refers to the currently set speed of transitioning from one image to another during slideshows текущая скорость - + looping зацикливание - + loop over all files Loop over all images during slideshows цикл по всем файлам - + shuffle during slideshows shuffle the order of all images перемешивание - + shuffle all files during slideshows shuffle the order of all images перемешивать все файлы - + subfolders also include images in subfolders during slideshows подпапки - + include images in subfolders also include images in subfolders during slideshows отображать изображения из подпапок - + status info What to do with the file details during slideshows status info - + hide status info during slideshow What to do with the file details during slideshows hide status info during slideshow - + window buttons What to do with the window buttons during slideshows кнопки окна - + hide window buttons during slideshow What to do with the window buttons during slideshows скрыть кнопки окна во время слайд-шоу - + music The music that is to be played during slideshows музыка - + enable music Enable music to be played during slideshows включить музыку - + no file selected файлы не выбраны - + Click to select music file Нажмите для выбора музыкального файла - + Click to change music file Нажмите, чтобы изменить файл музыки @@ -5594,47 +5670,52 @@ Written on small button, used as in: add new shortcut action. Please keep short! Slideshow - + Click to go to the previous image Перейти к предыдущему изображению - + Click to pause slideshow Приостановить показ слайдов - + Click to play slideshow Нажмите, чтобы воспроизвести слайд-шоу - + Click to go to the next image Перейти к следующему изображению - + Click to exit slideshow Нажмите для выхода из слайд-шоу + + + Slideshow started. + Slideshow started. + startup - - - + + + Edit with %1 Used as in 'Edit with [application]'. %1 will be replaced with application name. Редактировать в - - - - - + + + + + Open in %1 Used as in 'Open with [application]'. %1 will be replaced with application name. Открыть в @@ -5643,35 +5724,35 @@ Written on small button, used as in: add new shortcut action. Please keep short! statusinfo - + Click anywhere to open a file Click anywhere to open a file - + Click and drag to move window around Click and drag to move window around - - - + + + Click and drag to move status info around Click and drag to move status info around - + Click to remove filter Click to remove filter - + Filter: This refers to the currently set filter Filter: - + Connected to: Used in tooltip for the chromecast icon Connected to: @@ -5681,43 +5762,43 @@ Written on small button, used as in: add new shortcut action. Please keep short! streaming - + Streaming (Chromecast) Window title Трансляция (Chromecast) - + Connect Used as in: Connect to chromecast device Подключиться - + Disconnect Used as in: Disconnect from chromecast device Отключиться - - + + No devices found The devices here are chromecast devices No devices found - + Status: The status refers to whether the chromecast manager is currently scanning or idle Status: - + Looking for Chromecast devices Looking for Chromecast devices - + Select which device to connect to Select which device to connect to @@ -5725,12 +5806,12 @@ Written on small button, used as in: add new shortcut action. Please keep short! thumbnails - + File size: File size: - + File type: File type: @@ -5738,42 +5819,53 @@ Written on small button, used as in: add new shortcut action. Please keep short! unavailable - + The chromecast feature is not available in this build of PhotoQt. The chromecast feature is not available in this build of PhotoQt. - + The location feature is not available in this build of PhotoQt. The location feature is not available in this build of PhotoQt. + + + + Photo spheres are not supported by this build of PhotoQt. + Photo spheres are not supported by this build of PhotoQt. + + + + This file type does not support face tags. + This file type does not support face tags. + wallpaper - + Wallpaper Window title Wallpaper - + Set as Wallpaper Установить в качестве обоев - - - - - + + + + + Click to choose %1 %1 is a placeholder for the name of a desktop environment (plasma, xfce, gnome, etc.) Нажмите, чтобы выбрать %1 - + Other Used as in: Other Desktop Environment diff --git a/lang/photoqt_uk_UA.ts b/lang/photoqt_uk_UA.ts index 90b7d37d..7c128b77 100644 --- a/lang/photoqt_uk_UA.ts +++ b/lang/photoqt_uk_UA.ts @@ -4,61 +4,61 @@ MainMenu - + navigation This is a category in the main menu. навігація - + previous as in: PREVIOUS image. Please keep short. попереднє - + next as in: NEXT image. Please keep short. наступне - + first as in: FIRST image. Please keep short. початок - + last as in: LAST image. Please keep short. кінець - + Browse images Перегляд зображень - + Map Explorer Огляд мапи - + current image This is a category in the main menu. поточне зображення - + Zoom Entry in main menu. Please keep short. Зум - - - + + + reset Used as in RESET zoom. ---------- @@ -68,52 +68,52 @@ Used as in RESET mirroring. скинути - + Rotation Entry in main menu. Please keep short. Обертання - + Mirror Mirroring (or flipping) an image. Please keep short. Віддзеркалення - + Hide histogram Сховати гістограму - + Show histogram Показати гістограму - + Hide current location Приховати поточне розташування - + Show current location Показати поточне розташування - + all images This is a category in the main menu. усі зображення - + Slideshow Entry in main menu. Please keep short. Слайд-шоу - - + + Start Used as in START slideshow. Please keep short ---------- @@ -121,8 +121,8 @@ Used as in START advanced sort. Please keep short Почати - - + + Setup Used as in SETUP slideshow. Please keep short ---------- @@ -130,54 +130,54 @@ Used as in SETUP advanced sort. Please keep short Налаштування - + Sort Entry in main menu. Please keep short. Сортування - + Filter images Фільтрувати зображення - + Streaming (Chromecast) Потокова передача (Chromecast) - + Open in default file manager Відкрити у файловому менеджері - + general This is a category in the main menu. загальне - + Settings Налаштування - + About Про застосунок - + Online help Онлайн-довідка - + Quit Вихід - + custom This is a category in the main menu. користувацьке @@ -208,189 +208,189 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsMetaData - + yes This string identifies that flash was fired, stored in image metadata так - + no This string identifies that flash was not fired, stored in image metadata ні - + No flash function This string refers to the absense of a flash, stored in image metadata Без функції спалаху - + strobe return light not detected This string refers to a flash mode, stored in image metadata зворотне світло стробоскопа не виявлено - + strobe return light detected This string refers to a flash mode, stored in image metadata виявлено зворотне світло стробоскопа - + compulsory flash mode This string refers to a flash mode, stored in image metadata примусовий режим спалаху - + auto mode This string refers to a flash mode, stored in image metadata автоматичний режим - + red-eye reduction mode This string refers to a flash mode, stored in image metadata коригування ефекту «червоних очей» - + return light detected This string refers to a flash mode, stored in image metadata виявлено зворотне світло - + return light not detected This string refers to a flash mode, stored in image metadata зворотне світло не виявлено - + Invalid flash This string refers to a flash mode, stored in image metadata Недійсний спалах - + Standard This string refers to a type of scene, stored in image metadata Стандартний - + Landscape This string refers to a type of scene, stored in image metadata Пейзаж - + Portrait This string refers to a type of scene, stored in image metadata Портрет - + Night Scene This string refers to a type of scene, stored in image metadata Нічная сцена - + Invalid Scene Type This string refers to a type of scene, stored in image metadata Недійсний тип сцени - + Unknown This string refers to the light source stored in image metadata Невідомий - + Daylight This string refers to the light source stored in image metadata Денне світло - + Fluorescent This string refers to the light source stored in image metadata Флуоресцентний - + Tungsten (incandescent light) This string refers to the light source stored in image metadata Лампа розжарювання (світло дуги) - + Flash This string refers to the light source stored in image metadata Спалах - + Fine weather This string refers to the light source stored in image metadata Ясна погода - + Cloudy Weather This string refers to the light source stored in image metadata Хмарна погода - + Shade This string refers to the light source stored in image metadata Тінь - + Daylight fluorescent This string refers to the light source stored in image metadata Денне світло флуоресцентне - + Day white fluorescent This string refers to the light source stored in image metadata Денний білий флуоресцентний - + Cool white fluorescent This string refers to the light source stored in image metadata Холодний білий флуоресцентний - + White fluorescent This string refers to the light source stored in image metadata Білий флуоресцентний - - - + + + Standard light This string refers to the light source stored in image metadata Стандартне світло - + Other light source This string refers to the light source stored in image metadata Інше джерело світла - + Invalid light source This string refers to the light source stored in image metadata Неправильне джерело світла @@ -399,7 +399,7 @@ Used as in SETUP advanced sort. Please keep short PQCScriptsOther - + Print Друк @@ -478,241 +478,241 @@ Used as in SETUP advanced sort. Please keep short Я дуже старався, але просто не можу відкрити базу даних стандартних ярликів. - + Alt Refers to a keyboard modifier Alt - + Ctrl Refers to a keyboard modifier Ctrl - + Shift Refers to a keyboard modifier Shift - + Page Up Refers to one of the keys on the keyboard Page Up - + Page Down Refers to one of the keys on the keyboard Page Down - + Meta Refers to the key that usually has the Windows symbol on it Meta - + Keypad Refers to the key that triggers the number block on keyboards Keypad - + Escape Refers to one of the keys on the keyboard Escape - + Right Refers to one of the arrow keys on the keyboard Праворуч - + Left Refers to one of the arrow keys on the keyboard Ліворуч - + Up Refers to one of the arrow keys on the keyboard Вгору - + Down Refers to one of the arrow keys on the keyboard Вниз - + Space Refers to one of the keys on the keyboard Пробіл - + Delete Refers to one of the keys on the keyboard Delete - + Backspace Refers to one of the keys on the keyboard Backspace - + Home Refers to one of the keys on the keyboard Home - + End Refers to one of the keys on the keyboard End - + Insert Refers to one of the keys on the keyboard Insert - + Tab Refers to one of the keys on the keyboard Tab - + Return Return refers to the enter key of the number block - please try to make the translations of Return and Enter (the main button) different if possible! Return - + Enter Enter refers to the main enter key - please try to make the translations of Return (in the number block) and Enter different if possible! Enter - + Left Button Refers to a mouse button Ліва Кнопка - + Right Button Refers to a mouse button Права Кнопка - + Middle Button Refers to a mouse button Середня Кнопка - + Back Button Refers to a mouse button Кнопка Назад - + Forward Button Refers to a mouse button Кнопка Вперед - + Task Button Refers to a mouse button Кнопка Завдання - + Button #7 Refers to a mouse button Кнопка #7 - + Button #8 Refers to a mouse button Кнопка #8 - + Button #9 Refers to a mouse button Кнопка #9 - + Button #10 Refers to a mouse button Кнопка #10 - + Double Click Refers to a mouse event Подвійне Клацання - + Wheel Up Refers to the mouse wheel Колесо Вгору - + Wheel Down Refers to the mouse wheel Колесо Вниз - + Wheel Left Refers to the mouse wheel Колесо Вліво - + Wheel Right Refers to the mouse wheel Колесо Праворуч - + East Refers to a direction of the mouse when performing a mouse gesture Схід - + South Refers to a direction of the mouse when performing a mouse gesture Південь - + West Refers to a direction of the mouse when performing a mouse gesture Захід - + North Refers to a direction of the mouse when performing a mouse gesture Північ @@ -721,54 +721,54 @@ Used as in SETUP advanced sort. Please keep short about - + About Про застосунок - + Show configuration overview The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Показати вигляд конфігурації - + License: Ліцензія: - + Open license in browser Відкрити ліцензію у браузері - + Website: Вебсайт: - + Open website in browser Відкрити сайт у браузері - + Contact: Контакти: - + Send an email Відправити e-mail - + Configuration The 'configuration' talked about here refers to the configuration at compile time, i.e., which image libraries were enabled and which versions Конфігурація - + Copy to clipboard Копіювати в буфер обміну @@ -816,146 +816,146 @@ Used as in SETUP advanced sort. Please keep short advancedsort - + Advanced image sort Window title Розширене сортування зображень - + Sort images Сортувати зображення - + Sorting criteria: Критерії сортування: - + Resolution The image resolution (width/height in pixels) Роздільна здатність - + Dominant color The color that is most common in the image Домінуючий колір - + Average color the average color of the image Середній колір - + Luminosity the average color of the image Освітленість - + Exif date Exif дата - + Sort by image resolution Сортувати за роздільною здатністю зображення - - - - - + + + + + in ascending order as is: sort in ascending order у порядку зростання - - - - - + + + + + in descending order as is: sort in descending order у порядку спадання - + Sort by dominant color Сортувати за домінуючим кольором - - - + + + low quality (fast) quality and speed of advanced sorting of images низька якість (швидко) - - - + + + medium quality quality and speed of advanced sorting of images середня якість - - - + + + high quality (slow) quality and speed of advanced sorting of images висока якість (повільно) - + Sort by average color Сортувати за середнім кольором - + Sort by luminosity Сортувати за яскравістю - + Sort by date Сортувати за датою - + Order of priority: Порядок пріоритету: - + Exif tag: Original date/time Тег Exif: Початкова дата/час - + Exif tag: Digitized date/time Тег Exif: Дата/час цифрування - + File creation date Дата створення файлу - + File modification date Дата зміни файлу - + If a value cannot be found, PhotoQt will proceed to the next item in the list. Якщо значення не знайдено, PhotoQt перейде до наступного елемента у списку. @@ -1118,112 +1118,122 @@ Used as in SETUP advanced sort. Please keep short contextmenu - + Rename file Перейменувати файл - + Copy file Копіювати файл - + Move file Перемістити файл - + Delete file Видалити файл - + Copy to clipboard Копіювати в буфер обміну - + Export to different format Експортувати в інший формат - + Scale image Масштабувати зображення - + Tag faces Позначити обличчя - + Set as wallpaper Встановити як шпалери - + Show histogram Показати гістограму - + Show on map Показати на мапі + + + Hide QR/barcodes + Hide QR/barcodes + + + + Detect QR/barcodes + Detect QR/barcodes + export - + Export image title of action element Експорт зображення - - + + Export written on button Export - + Something went wrong during export to the selected format... Something went wrong during export to the selected format... - + Favorites: These are the favorite image formats for exporting images to Favorites: - + no favorites set the favorites are image formats for exporting images to no favorites set - - + + Click to select this image format Click to select this image format - - + + Click to remove this image format from your favorites Click to remove this image format from your favorites - + Click to add this image format to your favorites Click to add this image format to your favorites - + Selected target format: The target format is the format the image is about to be exported to Selected target format: @@ -1232,17 +1242,23 @@ Used as in SETUP advanced sort. Please keep short facetagging - + Click to exit face tagging mode Натисніть, щоб вийти з режиму позначення обличчя - + Who is this? Хто це? - + + Face tagging mode activated. Click-and-drag to tag faces. + Face tagging mode activated. Click-and-drag to tag faces. + + + + Click to exit photo sphere Click to exit photo sphere @@ -1250,48 +1266,48 @@ Used as in SETUP advanced sort. Please keep short filedialog - + Show files as icons Показувати файли як значки - + Show files as list Показати файли як список - + no subfolders found no subfolders found - - + + %1 image %1 зображення - - + + %1 images %1 зображень - + # images # зображень - - + + Date: Дата: - - + + Time: Час: @@ -1302,336 +1318,336 @@ Used as in SETUP advanced sort. Please keep short - + File size: Розмір файлу: - + File type: Тип файлу: - + no supported files/folders found не знайдено підтримуваних файлів/папок - + Load this folder Завантажити цю папку - + Load this file Завантажити цей файл - + Add to Favorites Додати в Обране - + Remove file selection Видалити вибір файлу - + Select file Вибрати файл - + Remove all file selection Видалити виділення всіх файлів - + Select all files Вибрати всі файли - + Delete selection Видалити виділення - + Delete file Видалити файл - + Delete folder Видалити теку - + Delete file/folder Видалити файл/теку - + Cut selection Вирізати виділення - + Cut file Вирізати файл - + Cut folder Вирізати теку - + Cut file/folder Вирізати файл/теку - + Copy selection Копіювати виділення - + Copy file Копіювати файл - + Copy folder Копіювати теку - + Copy file/folder Копіювати файл/теку - + Paste files from clipboard Вставити файли з буфера обміну - + Show hidden files Показувати приховані файли - + Show tooltip with image details Показати підказку з деталями зображення - + bookmarks and devices disabled bookmarks and devices disabled - + Show entry Показати запис - + Hide entry Приховати запис - + Remove entry Видалити запис - + Hide hidden entries Приховати приховані записи - + Show hidden entries Показати приховані записи - + Hide bookmarked places Приховати закладки - + Show bookmarked places Показати закладки - + Hide storage devices Приховати накопичувачі - + Show storage devices Показати накопичувачі - + Storage Devices Пристрої Зберігання - - + + Bookmarks file manager settings popdown: menu title Закладки - + Zoom: Масштаб: - + Adjust size of files and folders Налаштувати розмір файлів і тек - + Cancel and close Скасувати та закрити - + Sort by: Сортувати за: - + Name Ім’я - + Natural Name Звичайне ім'я - + Time modified Час зміни - + File size Розмір файлу - + File type Тип файлу - + reverse order У зворотному порядку - + All supported images Усі підтримувані зображення - + Video files Відеофайли - + All files Всі файли - + View file manager settings popdown: menu title View - + layout file manager settings popdown: submenu title layout - + list view перегляд списком - + icon view перегляд піктограм - + padding file manager settings popdown: submenu title padding - + drag and drop file manager settings popdown: submenu title drag and drop - + enable for list view file manager settings popdown: the thing to enable here is drag-and-drop enable for list view - + enable for grid view file manager settings popdown: the thing to enable here is drag-and-drop enable for grid view - + enable for bookmarks file manager settings popdown: the thing to enable here is drag-and-drop enable for bookmarks - + select with single click file manager settings popdown: how to select files select with single click - + hidden files hidden files - + tooltips tooltips - + Thumbnails file manager settings popdown: menu title Мініатюри - - - + + + show file manager settings popdown: show thumbnails ---------- @@ -1641,9 +1657,9 @@ file manager settings popdown: show image previews показати - - - + + + scale and crop file manager settings popdown: scale and crop the thumbnails ---------- @@ -1653,90 +1669,90 @@ file manager settings popdown: scale and crop image previews scale and crop - + folder thumbnails folder thumbnails - + autoload file manager settings popdown: automatically load the folder thumbnails автозавантаження - + loop file manager settings popdown: loop through the folder thumbnails повторення - + timeout file manager settings popdown: timeout between switching folder thumbnails таймаут - + 1 second 1 секунда - + half a second пів секунди - + show bookmarks показати закладки - + show devices file manager settings popdown: the devices here are the storage devices показати пристрої - + Preview file manager settings popdown: menu title Передогляд - + higher resolution file manager settings popdown: use higher resolution for image previews більша роздільна здатність - + blur file manager settings popdown: blur image previews розмиття - + color intensity file manager settings popdown: color intensity of image previews інтенсивність кольору - + %1 files already exist in the target directory. %1 files already exist in the target directory. - + Check the files below that you want to paste anyways. Files left unchecked will not be pasted. Check the files below that you want to paste anyways. Files left unchecked will not be pasted. - + Select all Select all - + Select none Select none @@ -1745,58 +1761,58 @@ file manager settings popdown: scale and crop image previews filemanagement - + Delete file? Window title Видалити файл? - - + + Rename file Window title Перейменувати файл - - + + Move to trash Перемістити у кошик - - + + Delete permanently Видалити остаточно - + Are you sure you want to delete this file? Ви впевнені, що хочете видалити цей файл? - + An error occured, file could not be deleted! Сталася помилка, файл не може бути видалений! - + old filename: стара назва файлу: - + new filename: нова назва файлу: - + An error occured, file could not be renamed Сталася помилка, файл не можна перейменувати - + A file with this filename already exists Файл із такою назвою вже існує @@ -1827,22 +1843,22 @@ file manager settings popdown: scale and crop image previews Неможливо перемістити файл - + File successfully deleted File successfully deleted - + Could not delete file Could not delete file - + File successfully moved to trash File successfully moved to trash - + Could not move file to trash Could not move file to trash @@ -1851,46 +1867,46 @@ file manager settings popdown: scale and crop image previews filter - + Filter images in current directory Window title Фільтрувати зображення в поточному каталозі - + Filter Written on a clickable button - please keep short Фільтр - + Remove filter Written on a clickable button - please keep short Видалити фільтр - + To filter by file extension, start the term with a dot. Setting the width or height of the resolution to 0 ignores that dimension. Щоб фільтрувати за розширенням файлу, починайте умову із крапки. Встановлення ширини або висоти роздільної здатності на 0 ігнорує цей розмір. - + File name/extension: Ім'я/розширення файлу: - + Enter terms Введіть умови - + Image Resolution Роздільна здатність зображення - - + + greater than used as tooltip in the sense of 'image resolution GREATER THAN 123x123' ---------- @@ -1898,8 +1914,8 @@ used as tooltip in the sense of 'file size GREATER THAN 123 KB/MB'більше ніж - - + + less than used as tooltip in the sense of 'image resolution LESS THAN 123x123' ---------- @@ -1907,12 +1923,12 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'менше ніж - + File size Розмір файлу - + Please note that filtering by image resolution can take a little while, depending on the number of images in the folder. Зверніть увагу, що фільтрація за роздільною здатністю зображення може зайняти деякий час, залежно від кількості зображень у папці. @@ -1921,28 +1937,28 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'histogram - + Histogram Window title Гістограма - + Click-and-drag to move. Натисніть і перетягніть, щоб перемістити. - + Right click to switch version. Правий клац, щоб змінити версію. - + Loading... Завантаження... - + Error loading histogram Помилка завантаження гістограми @@ -1950,26 +1966,41 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' image - + Click here to enter photo sphere Click here to enter photo sphere - + Click here to enter viewer mode Натисніть тут, щоб увійти в режим перегляду - + Hide central button for entering viewer mode Hide central button for entering viewer mode + + + No bar/QR codes found. + No bar/QR codes found. + + + + 1 bar/QR code found. + 1 bar/QR code found. + + + + %1 bar/QR codes found. + %1 bar/QR codes found. + imageprovider - + File failed to load, it does not exist! Не вдалося завантажити файл, він не існує! @@ -1978,85 +2009,85 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'imgur - - + + Upload to imgur.com Window title Завантажити на imgur.com - + Show past uploads Показати минулі завантаження - + This seems to take a long time... Здається, це займе багато часу... - + There might be a problem with your internet connection or the imgur.com servers. Можливо, виникла проблема з підключенням до Інтернету або серверами imgur.com. - + An Error occurred while uploading image! Під час завантаження зображення сталася помилка! - + Error code: Код помилки: - + You do not seem to be connected to the internet... Здається, ви не підключені до Інтернету... - + Unable to upload! Неможливо завантажити! - + Access Image Доступ до зображення - - - - + + + + Click to open in browser Натисніть, щоб відкрити в браузері - + Delete Image Видалити зображення - + No past uploads found The uploads are uploads to imgur.com Немає попередніх завантажень - + Access: Used as in: access this image Доступ: - + Delete: Used as in: delete this image Видалити: - + Clear all Written on button, please keep short. Used as in: clear all entries Очистити все @@ -2087,18 +2118,18 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'mapcurrent - + Current location Window title Поточне розташування - + Click-and-drag to move. Натисніть і перетягніть, щоб перемістити. - + No location data Немає даних про місцезнаходження @@ -2141,111 +2172,121 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' metadata - + No file loaded No file loaded - + Metadata The title of the floating element Метаданні - + File name Ім'я файлу - + Dimensions Розміри - + Image Зображення - + File size Розмір файлу - + File type Тип файлу - + Make Виробник - + Model Модель - + Software Програмне забезпечення - + Time Photo was Taken Час зйомки - + Exposure Time Час експозиції - + Flash Спалах - + Scene Type Тип сцени - + Focal Length Фокусна відстань - + F Number Діафрагма - + Light Source Джерело освітлення - + Keywords Ключові слова - + Location Розташування - + Copyright Авторське право - + GPS Position Місцезнаходження за GPS + + + Click to copy value to clipboard, Ctrl+Click to open location in online map service + Click to copy value to clipboard, Ctrl+Click to open location in online map service + + + + Copy value to clipboard + Copy value to clipboard + navigate @@ -2275,13 +2316,13 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' other - + Click anywhere to open a file Part of the message shown in the main view before any image is loaded Натисніть в будь-якому місці, щоб відкрити файл - + Move your cursor to the indicated window edges for various actions Part of the message shown in the main view before any image is loaded Перемістіть курсор до вказаних країв вікна для різних дій @@ -2290,25 +2331,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB' popinpopout - - - - - - - + + + + + + + Merge into main interface Tooltip of small button to merge a popped out element (i.e., one in its own window) into the main interface Об'єднати в основний інтерфейс - - - - - - - + + + + + + + Move to its own window Tooltip of small button to show an element in its own window (i.e., not merged into main interface) Перенести у власне вікно @@ -2366,52 +2407,52 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'scale - + Scale image Window title Масштабувати зображення - - + + Scale Масштаб - + An error occured, file could not be scaled Сталася помилка, файл не можна масштабувати - + Scaling of this file format is not yet supported Масштабування цього формату файлу ще не підтримується - + Width: The number of horizontal pixels of the image Ширина: - + Height: The number of vertical pixels of the image Висота: - + New size: Новий розмір: - + pixels This is used as in: 100x100 pixels пікселів - + Quality: Якість: @@ -2420,25 +2461,25 @@ used as tooltip in the sense of 'file size LESS THAN 123 KB/MB'settingsmanager - + Settings Manager Window title Менеджер налаштувань - + Apply changes Застосувати зміни - + Revert changes Revert changes - + - + Interface A settings category ---------- @@ -2446,9 +2487,9 @@ This is a shortcut category Interface - - - + + + Language A settings subcategory and the qml filename ---------- @@ -2456,9 +2497,9 @@ A settings title Language - - - + + + Background A settings subcategory ---------- @@ -2466,9 +2507,9 @@ Settings title Background - - - + + + Popout A settings subcategory ---------- @@ -2476,9 +2517,9 @@ Settings title Popout - - - + + + Context menu A settings subcategory ---------- @@ -2486,92 +2527,92 @@ Settings title Context menu - + Window A settings subcategory Window - - + + Image A settings subcategory Image - + Interaction A settings subcategory Interaction - + Folder A settings subcategory Folder - + Share online A settings subcategory Share online - + All thumbnails A settings subcategory All thumbnails - - + + Manage A settings subcategory Manage - + Face tags A settings subcategory Face tags - + Instance A settings subcategory Instance - + Tray icon A settings subcategory Tray icon - + Image view A settings category Image view - - + + Look Settings title Look - - - + + + Behavior A settings subcategory Behavior - - - + + + Edges A settings subcategory ---------- @@ -2579,8 +2620,8 @@ Settings title Edges - - + + Thumbnails A settings category ---------- @@ -2588,9 +2629,9 @@ Used as descriptor for a screen edge action Thumbnails - - - + + + Metadata A settings category ---------- @@ -2600,9 +2641,9 @@ Used as identifying name for one of the elements in the interface Metadata - - - + + + Labels A settings subcategory ---------- @@ -2610,21 +2651,21 @@ Settings title Labels - + Session A settings category Session - + Remember A settings subcategory Remember - - - + + + File types A settings category ---------- @@ -2632,20 +2673,20 @@ A settings subcategory File types - + Advanced Advanced - + Keyboard & Mouse A settings category Keyboard & Mouse - - - + + + Shortcuts A settings subcategory ---------- @@ -2653,93 +2694,93 @@ Settings title Гарячі клавіші - + Reset Скинути - + Reset settings Скинути налаштування - + Reset shortcuts Reset shortcuts - + Export/Import Експорт/Імпорт - + Export settings Експорт налаштувань - + Import settings Імпортувати налаштування - + Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close Ctrl+S = Apply changes, Ctrl+R = Revert changes, Esc = Close - + Unsaved changes Незбережені зміни - + The settings on this page have changed. Do you want to apply or discard them? The settings on this page have changed. Do you want to apply or discard them? - + Apply written on button, used as in: apply changes Застосувати - + Discard written on button, used as in: discard changes Відхилити - - + + PDF Settings title PDF - + PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. PhotoQt can show PDF and Postscript documents alongside your images, you can even enter a multi-page document and browse its pages as if they were images in a folder. The quality setting here - specified in dots per pixel (dpi) - affects the resolution and speed of loading such pages. - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + current value: The current value of the slider specifying the PDF quality ---------- @@ -2749,303 +2790,324 @@ The current value of the slider specifying the size of the window buttonsпоточне значення: - - + + Archive Settings title Архів - + PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. PhotoQt allows the browsing of all images contained in an archive file (ZIP, RAR, etc.) as if they all are located in a folder. By default, PhotoQt uses Libarchive for this purpose, but for RAR archives in particular PhotoQt can call the external tool unrar to load and display the archive and its contents. Note that this requires unrar to be installed and located in your path. - + use external tool: unrar використовувати зовнішній інструмент: unrar - - + + Video Settings title Відео - + PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. PhotoQt can treat video files the same as image files, as long as the respective video formats are enabled. There are a few settings available for managing how videos behave in PhotoQt: Whether they should autoplay when loaded, whether they should loop from the beginning when the end is reached, whether to prefer libmpv (if available) or Qt for video playback, and which video thumbnail generator to use. - + Autoplay Автоматичне відтворення - + Loop Зациклити - + prefer Qt Multimedia prefer Qt Multimedia - + prefer Libmpv prefer Libmpv - + Video thumbnail generator: Video thumbnail generator: - + + Always use left/right arrow keys to jump back/ahead in videos + Always use left/right arrow keys to jump back/ahead in videos + + + RAW images Settings title RAW images - + Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. Some RAW images have embedded thumbnail images. If available, PhotoQt will always use those for generating a thumbnail image. Some embedded thumbnails are even as large as the actual RAW image. In that case, PhotoQt can simply load those embedded images instead of the full RAW image. This can result in much faster load times. - + use embedded image if available use embedded image if available - - + + Viewer mode Settings title Режим перегляду - + When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. When a document or achive is loaded in PhotoQt, it is possible to enter such a file. This means that PhotoQt will act as if the content of the file is located in some folder and loads the content as thumbnails allowing for the usual interaction and navigation to browse around. This viewer mode can be entered either by a small button that will show up below the status info, or it is possible to also show a big central button to activate this mode. - + show big button to enter viewer mode show big button to enter viewer mode - + images This is a category of files PhotoQt can recognize: any image format зображення - + compressed files This is a category of files PhotoQt can recognize: compressed files like zip, tar, cbr, 7z, etc. стиснуті файли - + documents This is a category of files PhotoQt can recognize: documents like pdf, txt, etc. документи - + videos This is a type of category of files PhotoQt can recognize: videos like mp4, avi, etc. відео - + Enable As in: "Enable all formats in the seleted category of file types" Увімкнути - + Disable As in: "Disable all formats in the seleted category of file types" Вимкнути - + Enable everything As in "Enable every single file format PhotoQt can open in any category" Увімкнути все - + Currently there are %1 file formats enabled The %1 will be replaced with the number of file formats, please don't forget to add it. Наразі ввімкнено %1 форматів файлів - + Search by description or file ending Пошук за описом або закінченням файлу - + Search by image library or category Пошук за бібліотекою зображень або категорією - + File endings: Закінчення файлу: - - + + Looping Settings title Зациклювання - + Loop around When reaching the end of the images in the folder whether to loop back around to the beginning or not Loop around - - + + Sort images Settings title Сортувати зображення - + Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. Images in a folder can be sorted in different ways depending on your preferences. These criteria here are the ones that can be used in a very quick way. Once a folder is loaded it is possible to further sort a folder in several advanced ways using the menu option for sorting. - + Sort by: Сортувати за: - + natural name A criteria for sorting images природна назва - + name A criteria for sorting images назва - + time A criteria for sorting images час - + size A criteria for sorting images розмір - + type A criteria for sorting images тип - + ascending order Sort images in ascending order за зростанням - + descending order Sort images in descending order за спаданням - - + + Zoom Settings title Zoom - + PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). PhotoQt allows for a great deal of flexibility in viewing images at the perfect size. Additionally it allows for control of how fast the zoom happens, and if there is a minimum/maximum zoom level at which it should always stop no matter what. Note that the maximum zoom level is the absolute zoom level, the minimum zoom level is relative to the default zoom level (the zoom level when the image is first loaded). - + zoom speed: zoom speed: - + minimum zoom: minimum zoom: - + maximum zoom: maximum zoom: - - + + Mirror/Flip + Settings title + Mirror/Flip + + + + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + Images can be manipulated inside PhotoQt in a variety of ways, including their zoom and rotation. Another property that can be manipulated is the mirroring (or flipping) of images both vertically and horizontally. By default, PhotoQt animates this process, but this behavior can be disabled here. In that case the mirror/flip happens instantaneously. + + + + Animate mirror/flip + Animate mirror/flip + + + + Animation Settings title Анімація - + When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. When loading an image PhotoQt loads all images in the folder as thumbnails for easy navigation. When PhotoQt reaches the end of the list of files, it can either stop right there or loop back to the other end of the list and keep going. - + When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. When switching between images PhotoQt can add an animation to smoothes such a transition. There are a whole bunch of transitions to choose from, and also an option for PhotoQt to choose one at random each time. Additionally, the speed of the chosen animation can be chosen from very slow to very fast. - + animate switching between images animate switching between images - + Animation: Анімація: - + opacity This is referring to an in/out animation of images непрозорість - + along x-axis This is referring to an in/out animation of images вздовж осі х - + along y-axis This is referring to an in/out animation of images вздовж осі у - - - + + + rotation This is referring to an in/out animation of images ---------- @@ -3053,329 +3115,329 @@ Please keep short! This is the rotation of the current image обертання - + explosion This is referring to an in/out animation of images вибух - + implosion This is referring to an in/out animation of images імплозія - + choose one at random This is referring to an in/out animation of images вибрати один навмання - + very slow used here for the animation speed дуже повільно - + very fast used here for the animation speed дуже швидко - - + + Floating navigation Settings title Плавуча навігація - + Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. Switching between images can be done in various ways. It is possible to do so through the shortcuts, through the main menu, or through floating navigation buttons. These floating buttons were added especially with touch screens in mind, as it allows easier navigation without having to use neither the keyboard nor the mouse. In addition to buttons for navigation it also includes a button to hide and show the main menu. - + show floating navigation buttons show floating navigation buttons - - - - + + + + Cache Settings title Кеш - + Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. Whenever an image is loaded in full, PhotoQt caches such images in order to greatly improve performance if that same image is shown again soon after. This is done up to a certain memory limit after which the first images in the cache will be removed again to free up the required memory. Depending on the amount of memory available on the system, a higher value can lead to an improved user experience. - - + + Interpolation Settings title Interpolation - + none used as in: no margin around image none - + large images: large images: - - + + fit to view fit to view - + load at full scale load at full scale - + small images: small images: - + load as-is load as-is - + show checkerboard pattern show checkerboard pattern - + PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. PhotoQt makes use of interpolation algorithms to show smooth lines and avoid potential artefacts to be shown. However, for small images this can lead to blurry images when no interpolation is necessary. Thus, for small images under the specified threshold PhotoQt can skip the use of interpolation algorithms. Note that both the width and height of an image need to be smaller than the threshold for it to be applied. - + disable interpolation for small images disable interpolation for small images - - + + Margin Settings title Margin - + PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. PhotoQt shows the main image fully stretched across its application window. For an improved visual experience, it can add a small margin of some pixels around the image to not have it stretch completely from edge to edge. Note that once an image is zoomed in the margin might be filled, it only applies to the default zoom level of an image. - - + + Image size Settings title Image size - + PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. PhotoQt ensures that an image is fully visible when first loaded. To achieve this, large images are zoomed out to fit into the view, but images smaller than the view are left as-is. Alternatively, large images can be loaded at full scale, and small images can be zoomed in to also fit into view. The latter option might result in small images appearing pixelated. - - + + Transparency marker Settings title Transparency marker - + When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. When an image contains transparent areas, then that area can be left transparent resulting in the background of PhotoQt to show. Alternatively, it is possible to show a checkerboard pattern behind the image, exposing the transparent areas of an image much clearer. - + It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. It is possible to share an image from PhotoQt directly to imgur.com. This can either be done anonymously or to an imgur.com account. For the former, no setup is required, after a successful upload you are presented with the URL to access and the URL to delete the image. For the latter, PhotoQt first needs to be authenticated to an imgur.com user account. - + Note that any change here is saved immediately! Note that any change here is saved immediately! - + Authenticated with user account: Authenticated with user account: - + Authenticate Written on button, used as in: Authenticate with user account Authenticate - + Forget account Written on button, used as in: Forget user account Forget account - + Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. Switch to your browser and log into your imgur.com account. Then paste the displayed PIN in the field below. Click on the button above again to reopen the website. - + An error occured: An error occured: - + The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. The background is the area in the back (no surprise there) behind any image that is currently being viewed. By default, PhotoQt is partially transparent with a dark overlay. This is only possible, though, whenever a compositor is available. On some platforms, PhotoQt can fake a transparent background with screenshots taken at startup. Another option is to show a background image (also with a dark overlay) in the background. - + real transparency How the background of PhotoQt should be real transparency - + fake transparency How the background of PhotoQt should be fake transparency - + solid background color How the background of PhotoQt should be однотонний фоновий колір - + custom background image How the background of PhotoQt should be користувацьке фонове зображення - + background image зображення фону - + Click to select an image Tooltip for a mouse area, a click on which opens a file dialog for selecting an image Натисніть для вибору зображення - + scale to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled підігнати - + scale and crop to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled масштабувати та обрізати, щоб підігнати - + stretch to fit If an image is set as background of PhotoQt this is one way it can be shown/scaled розтягнути - + center image If an image is set as background of PhotoQt this is one way it can be shown/scaled зображення в центрі - + tile image If an image is set as background of PhotoQt this is one way it can be shown/scaled плиткою - - + + Click on empty background Click on empty background - + The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured The empty background area is the part of the background that is not covered by any image. A click on that area can trigger certain actions, some depending on where exactly the click occured - + no action what to do when the empty background is clicked немає дій - + close window what to do when the empty background is clicked закрити вікно - + navigate between images what to do when the empty background is clicked переміщуватися між зображеннями - + toggle window decoration what to do when the empty background is clicked toggle window decoration - - + + Blurring elements behind other elements A settings title Blurring elements behind other elements - + Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. Whenever an element (e.g., histogram, main menu, etc.) is open, anything behind it can be blurred slightly. This reduces the contrast in the background which improves readability. Note that this requires a slightly higher amount of computations. It also does not work with anything behind PhotoQt that is not part of the window itself. - + Blur elements in the back Blur elements in the back - + The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. The context menu contains actions that can be performed related to the currently viewed image. By default is it shown when doing a right click on the background, although it is possible to change that in the shortcuts category. In addition to pre-defined image functions it is also possible to add custom entries to that menu. - + No custom entries exists yet The custom entries here are the custom entries in the context menu No custom entries exists yet - - + + Select written on button for selecting a file from the file dialog @@ -3384,24 +3446,24 @@ written on button in file picker to select an existing executable fileВибрати - + entry name The entry here refers to the text that is shown in the context menu for a custom entry entry name - + executable executable - + Select executable Select executable - + additional flags The flags here are additional parameters that can be passed on to an executable @@ -3410,56 +3472,56 @@ the flags here are parameters specified on the command line additional flags - + quit Quit PhotoQt after executing custom context menu entry. Please keep as short as possible!! вийти - + Delete entry The entry here is a custom entry in the context menu Delete entry - + Add new entry The entry here is a custom entry in the context menu Add new entry - + Add system applications The system applications here refers to any image related applications that can be found automatically on your system Add system applications - - + + Duplicate entries in main menu The entries here are the custom entries in the context menu Duplicate entries in main menu - + The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. The custom context menu entries can also be duplicated in the main menu. If enabled, the entries set above will be accesible in both places. - + Duplicate in main menu Refers to duplicating the custom context menu entries in the main menu Duplicate in main menu - + No action Used as descriptor for a screen edge action No action - - + + Main menu Used as descriptor for a screen edge action ---------- @@ -3467,212 +3529,217 @@ Used as identifying name for one of the elements in the interface Main menu - + Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. Moving the mouse cursor to the edges of the application window can trigger the visibility of some things, like the main menu, thumbnails, or metadata. Here you can choose what is triggered by which window edge. Note that the main menu is fixed to the right window edge and cannot be moved or disabled. - + The right edge action cannot be changed The action here is a screen edge action The right edge action cannot be changed - - - + + + Click to change action The action here is a screen edge action Click to change action - - + + Sensitivity Settings title Sensitivity - + The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. The edge actions defined above are triggered whenever the mouse cursor gets close to the screen edge. The sensitivity determines how close to the edge the mouse cursor needs to be for this to happen. A value that is too sensitive might cause the edge action to sometimes be triggered accidentally. - + PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. PhotoQt has been translated into a number of different languages. Not all of the languages have a complete translation yet, and new translators are always needed. If you are willing and able to help, that would be greatly appreciated. - + Thank you to all who volunteered their time to help translate PhotoQt into other languages! Thank you to all who volunteered their time to help translate PhotoQt into other languages! - + If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: If you want to help with the translations, either by translating or by reviewing existing translations, head over to the translation page on Crowdin: - + Open in browser Open in browser - + Copy to clipboard Copy to clipboard - + File dialog Used as identifying name for one of the elements in the interface Файловий діалог - + Map explorer Used as identifying name for one of the elements in the interface Map explorer - + Settings manager Used as identifying name for one of the elements in the interface Менеджер налаштувань - + Histogram Used as identifying name for one of the elements in the interface Гістограма - + Map (current image) Used as identifying name for one of the elements in the interface Мапа (поточне зображення) - + Scale Used as identifying name for one of the elements in the interface Scale - + Slideshow setup Used as identifying name for one of the elements in the interface Slideshow setup - + Slideshow controls Used as identifying name for one of the elements in the interface Slideshow controls - + Rename file Used as identifying name for one of the elements in the interface Rename file - + Delete file Used as identifying name for one of the elements in the interface Delete file - + Export file Used as identifying name for one of the elements in the interface Export file - + About Used as identifying name for one of the elements in the interface About - + Imgur Used as identifying name for one of the elements in the interface Imgur - + Wallpaper Used as identifying name for one of the elements in the interface Wallpaper - - + + category + category + + + + Filter Noun, not a verb. Used as identifying name for one of the elements in the interface Filter - + Advanced image sort Used as identifying name for one of the elements in the interface Advanced image sort - + Streaming (Chromecast) Used as identifying name for one of the elements in the interface Streaming (Chromecast) - + Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. Almost all of the elements for displaying information or performing actions can either be shown integrated into the main window or shown popped out in their own window. Most of them can also be popped out/in through a small button at the top left corner of each elements. - + Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. Two of the elements can be kept open after they performed their action. These two elements are the file dialog and the map explorer (if available). Both of them can be kept open after a file is selected and loaded in the main view allowing for quick and convenient browsing of images. - - + + Keep popouts open Settings title Keep popouts open - + keep file dialog open keep file dialog open - + keep map explorer open keep map explorer open - - + + Pop out when window is small Settings title Pop out when window is small - + Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. Some elements might not be as usable or function well when the window is too small. Thus it is possible to force such elements to be popped out automatically whenever the application window is too small. - + pop out when application window is small pop out when application window is small - - - + + + Status info A settings subcategory ---------- @@ -3680,92 +3747,92 @@ Settings title Status info - + The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. The status information refers to the set of information shown in the top left corner of the screen. This typically includes the filename of the currently viewed image and information like the zoom level, rotation angle, etc. The exact set of information and their order can be adjusted as desired. - + show status information show status information - - + + counter Please keep short! The counter shows where we are in the folder. counter - - + + filename Please keep short! filename - - + + filepath Please keep short! filepath - - + + resolution Please keep short! This is the image resolution. resolution - - + + zoom Please keep short! This is the current zoom level. zoom - - + + filesize Please keep short! This is the filesize of the current image. filesize - + add This is written on a button that is used to add a selected block to the status info section. add - - + + Font size Settings title, the font sized of the status information Font size - + The size of the status info is determined by the font size of the text. The size of the status info is determined by the font size of the text. - - - - + + + + Hide automatically Settings title Hide automatically - + The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. The status info can either be shown at all times, or it can be hidden automatically based on different criteria. It can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout it will then hide again. In addition to these criteria, it can also be shown shortly whenever the image changes. - - + + keep always visible visibility status of the status information ---------- @@ -3773,8 +3840,8 @@ visibility status of the window buttons keep always visible - - + + only show with any cursor move visibility status of the status information ---------- @@ -3782,8 +3849,8 @@ visibility status of the window buttons only show with any cursor move - - + + only show when cursor near top edge visibility status of the status information ---------- @@ -3791,8 +3858,8 @@ visibility status of the window buttons only show when cursor near top edge - - + + hide again after timeout: the status information can be hidden automatically after a set timeout ---------- @@ -3800,586 +3867,586 @@ the window buttons can be hidden automatically after a set timeouthide again after timeout: - + also show when image changes Refers to the status information's auto-hide feature, this is an additional case it can be shown also show when image changes - - + + Window management Settings title Window management - + By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. By default it is possible to drag the status info around as desired. However, it is also possible to use the status info for managing the window itself. When enabled, dragging the status info will drag the window around, and double clicking the status info will toggle the maximized status of the window. - + manage window through status info manage window through status info - - + + Fullscreen or window mode Settings title Fullscreen or window mode - + There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. There are two main states that the applicaiton window can be in. It can either be in fullscreen mode or in window mode. In fullscreen mode, PhotoQt will act more like a floating layer that allows you to quickly look at images. In window mode, PhotoQt can be used in combination with other applications. When in window mode, it can also be set to always be above any other windows, and to remember the window geometry in between sessions. - + fullscreen mode повноекранний режим - + window mode віконний режим - + keep above other windows keep above other windows - + remember its geometry remember the geometry of PhotoQts window between sessions remember its geometry - + enable window decoration enable window decoration - - + + Window buttons Settings title Window buttons - + PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. PhotoQt can show some integrated window buttons for basic window managements both when shown in fullscreen and when in window mode. In window mode with window decoration enabled it can either hide or show buttons from its integrated set that are duplicates of buttons in the window decoration. For help with navigating through a folder, small left/right arrows for navigation and a menu button can also be added next to the window buttons. - + show integrated window buttons show integrated window buttons - + duplicate buttons from window decoration duplicate buttons from window decoration - + add navigation buttons add navigation buttons - + The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. The window buttons can either be shown at all times, or they can be hidden automatically based on different criteria. They can either be hidden unless the mouse cursor is near the top edge of the screen or until the mouse cursor is moved anywhere. After a specified timeout they will then hide again. - - + + Auto Rotation Settings title Auto Rotation - + When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. When an image is taken with the camera turned on its side, some cameras store that rotation in the metadata. PhotoQt can use that information to display an image the way it was meant to be viewed. Disabling this will load all photos without any rotation applied by default. - + Apply default rotation automatically Apply default rotation automatically - - + + GPS map Settings title GPS map - + Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. Some cameras store the location of where the image was taken in the metadata of its images. PhotoQt can use that information in multiple ways. It can show a floating embedded map with a pin on that location, and it can show the GPS coordinates in the metadata element. In the latter case, a click on the GPS coordinates will open the location in an online map service, the choice of which can be set here. - - + + Floating element Settings title Floating element - + The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. The metadata element can be show in two different ways. It can either be shown hidden behind one of the screen edges and shown when the cursor is close to said edge. Or it can be shown as floating element that can be triggered by shortcut and stays visible until manually hidden. - + hide behind screen edge hide behind screen edge - + use floating element use floating element - - - + + + Show face tags Settings title Show face tags - + PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). PhotoQt can read face tags stored in its metadata. It offers a great deal of flexibility in how and when the face tags are shown. It is also possible to remove and add face tags using the face tagger interface (accessible through the context menu or by shortcut). - + It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. It is possible to adjust the border shown around tagged faces and the font size used for the displayed name. For the border, not only the width but also the color can be specified. - + font size: розмір шрифту: - + Show border around face tags Показувати рамку навколо міток обличчя - + red red - + green green - + blue blue - + alpha alpha - - - - + + + + Visibility Settings title Видимість - + The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. The face tags can be shown under different conditions. It is possible to always show all face tags, to show all face tags when the mouse cursor is moving across the image, or to show an individual face tag only when the mouse cursor is above a face tags. - + always show all used as in: always show all face tags завжди показувати все - + show one on hover used as in: show one face tag on hover show one on hover - + show all on hover used as in: show one face tag on hover show all on hover - + file name Part of the meta information about the current image. file name - + file type Part of the meta information about the current image. file type - + file size Part of the meta information about the current image. file size - + image #/# Part of the meta information about the current image. зображення #/# - + dimensions Part of the meta information about the current image. dimensions - + copyright Part of the meta information about the current image. copyright - + exposure time Part of the meta information about the current image. exposure time - + flash Part of the meta information about the current image. flash - + focal length Part of the meta information about the current image. focal length - + f-number Part of the meta information about the current image. f-number - + GPS position Part of the meta information about the current image. GPS position - + keywords Part of the meta information about the current image. keywords - + light source Part of the meta information about the current image. light source - + location Part of the meta information about the current image. location - + make Part of the meta information about the current image. make - + model Part of the meta information about the current image. model - + scene type Part of the meta information about the current image. scene type - + software Part of the meta information about the current image. software - + time photo was taken Part of the meta information about the current image. time photo was taken - + Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. Whenever an image is loaded PhotoQt tries to find as much metadata about the image as it can. The found information is then displayed in the metadata element that can be accesses either through one of the screen edges or as floating element. Since not all information might be wanted by everyone, individual information labels can be disabled. - + Check all used as in: check all checkboxes Check all - + Check none used as in: check none of the checkboxes Check none - - + + Single instance Settings title Single instance - + PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. PhotoQt can either run in single-instance mode or allow multiple instances to run at the same time. The former has the advantage that it is possible to interact with a running instance of PhotoQt through the command line (in fact, this is a requirement for that to work). The latter allows, for example, for the comparison of multiple images side by side. - + run a single instance only run a single instance only - + allow multiple instances allow multiple instances - - + + Reopen last image Settings title Reopen last image - + When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. When PhotoQt is started normally, by default an empty window is shown with the prompt to open an image from the file dialog. Alternatively it is also possible to reopen the image that was last loaded in the previous session. - + start with blank session start with blank session - + reopen last used image reopen last used image - - + + Remember changes Settings title Запам'ятати зміни - + Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. Once an image has been loaded it can be manipulated freely by zooming, rotating, or mirroring the image. Once another image is loaded any such changes are forgotten. If preferred, it is possible for PhotoQt to remember any such manipulations per session. Note that once PhotoQt is closed these changes will be forgotten in any case. - + In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. In addition to on an per-image basis, PhotoQt can also keep the same changes across different images. If enabled and possible, the next image is loaded with the same scaling, rotation, and mirroring as the image before. - + forget changes when other image loaded forget changes when other image loaded - + remember changes per session remember changes per session - + reuse same changes for all images reuse same changes for all images - - + + Tray Icon Settings title Значок у треї - + PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. PhotoQt can show a small icon in the system tray. The tray icon provides additional ways to control and interact with the application. It is also possible to hide PhotoQt to the system tray instead of closing. By default a colored version of the tray icon is used, but it is also possible to use a monochrome version. - + Show tray icon Показати значок у треї - + monochrome icon monochrome icon - + hide to tray icon instead of closing hide to tray icon instead of closing - - + + Reset when hiding Settings title Скинути під час приховування - + When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. When hiding PhotoQt in the system tray, it is possible to reset PhotoQt to its initial state, thus freeing most of the memory tied up by caching. Note that this will also unload any loaded folder and image. - + reset session when hiding reset session when hiding - - + + Move image with mouse Settings title Переміщати зображення колесом миші - + PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). PhotoQt can use both the left button of the mouse and the mouse wheel to move the image around. In that case, however, these actions are not available for shortcuts anymore, except when combined with one or more modifier buttons (Alt, Ctrl, etc.). - + move image with left button move image with left button - + move image with mouse wheel move image with mouse wheel - + very sensitive used as in: very sensitive mouse wheel very sensitive - + not sensitive used as in: not at all sensitive mouse wheel not sensitive - + hide cursor after timeout hide cursor after timeout - - + + Double click Settings title Double click - + A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. A double click is defined as two clicks in quick succession. This means that PhotoQt will have to wait a certain amount of time to see if there is a second click before acting on a single click. Thus, the threshold (specified in milliseconds) for detecting double clicks should be as small as possible while still allowing for reliable detection of double clicks. Setting this value to zero disables double clicks and treats them as two distinct single clicks. - - + + Mouse wheel Settings title Mouse wheel - + Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. Depending on any particular hardware, the mouse wheel moves either a set amount each time it is moved, or relative to how long/fast it is moved. The sensitivity allows to account for very sensitive hardware to decrease the likelihood of accidental/multiple triggers caused by wheel movement. - - + + Hide mouse cursor Settings title Hide mouse cursor - + Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. Whenever an image is viewed and mouse cursor rests on the image it is possible to hide the mouse cursor after a set timeout. This way the cursor does not get in the way of actually viewing an image. - + Viewing images This is a shortcut category Viewing images - + Current image This is a shortcut category Поточне зображення - + Current folder This is a shortcut category Поточна тека - + Other This is a shortcut category Інше - + External This is a shortcut category Зовнішнє @@ -4495,447 +4562,471 @@ the window buttons can be hidden automatically after a set timeoutIt can be used as part of a shortcut only when combined with modifier buttons (Alt, Ctrl, etc.). - + Next image Name of shortcut action Наступне зображення - + Previous image Name of shortcut action Попереднє зображення - + Go to first image Name of shortcut action Перейти до першого зображення - + Go to last image Name of shortcut action Перейти до останнього зображення - + Zoom In Name of shortcut action Збільшити - + Zoom Out Name of shortcut action Зменшити - + Zoom to Actual Size Name of shortcut action Zoom to Actual Size - + Reset Zoom Name of shortcut action Reset Zoom - + Rotate Right Name of shortcut action Rotate Right - + Rotate Left Name of shortcut action Rotate Left - + Reset Rotation Name of shortcut action Reset Rotation - - Flip Horizontally + + Mirror Horizontally Name of shortcut action - Flip Horizontally + Mirror Horizontally - - Flip Vertically + + Mirror Vertically Name of shortcut action - Flip Vertically + Mirror Vertically - + + Reset Mirror + Name of shortcut action + Reset Mirror + + + Load a random image Name of shortcut action Load a random image - + Hide/Show face tags (stored in metadata) Name of shortcut action Hide/Show face tags (stored in metadata) - + Toggle: Fit in window Name of shortcut action Toggle: Fit in window - + Toggle: Show always actual size by default Name of shortcut action Toggle: Show always actual size by default - + Stream content to Chromecast device Name of shortcut action Stream content to Chromecast device - + Move view left Name of shortcut action Move view left - + Move view right Name of shortcut action Move view right - + Move view up Name of shortcut action Move view up - + Move view down Name of shortcut action Move view down - + Go to left edge of image Name of shortcut action Go to left edge of image - + Go to right edge of image Name of shortcut action Go to right edge of image - + Go to top edge of image Name of shortcut action Go to top edge of image - + Go to bottom edge of image Name of shortcut action Go to bottom edge of image - + Show Histogram Name of shortcut action Show Histogram - + Show Image on Map Name of shortcut action Show Image on Map - + Enter viewer mode Name of shortcut action Enter viewer mode - + Scale Image Name of shortcut action Scale Image - + Rename File Name of shortcut action Rename File - + Delete File Name of shortcut action Delete File - + Delete File (without confirmation) Name of shortcut action Delete File (without confirmation) - + Copy File to a New Location Name of shortcut action Copy File to a New Location - + Move File to a New Location Name of shortcut action Move File to a New Location - + Copy Image to Clipboard Name of shortcut action Copy Image to Clipboard - + Save image in another format Name of shortcut action Save image in another format - + Print current photo Name of shortcut action Print current photo - + Set as Wallpaper Name of shortcut action Set as Wallpaper - + Upload to imgur.com (anonymously) Name of shortcut action Upload to imgur.com (anonymously) - + Upload to imgur.com user account Name of shortcut action Upload to imgur.com user account - + Play/Pause animation/video Name of shortcut action Play/Pause animation/video - + + Go ahead 5 seconds in video + Name of shortcut action + Go ahead 5 seconds in video + + + + Go back 5 seconds in video + Name of shortcut action + Go back 5 seconds in video + + + Start tagging faces Name of shortcut action Start tagging faces - + Enter photo sphere Name of shortcut action Enter photo sphere - + + Detect QR and barcodes + Name of shortcut action + Detect QR and barcodes + + + Open file (browse images) Name of shortcut action Open file (browse images) - + Show map explorer Name of shortcut action Show map explorer - + Filter images in folder Name of shortcut action Filter images in folder - + Advanced image sort (Setup) Name of shortcut action Advanced image sort (Setup) - + Advanced image sort (Quickstart) Name of shortcut action Advanced image sort (Quickstart) - + Start Slideshow (Setup) Name of shortcut action Start Slideshow (Setup) - + Start Slideshow (Quickstart) Name of shortcut action Start Slideshow (Quickstart) - + Show Context Menu Name of shortcut action Show Context Menu - + Hide/Show main menu Name of shortcut action Hide/Show main menu - + Hide/Show metadata Name of shortcut action Hide/Show metadata - + Hide/Show thumbnails Name of shortcut action Hide/Show thumbnails - + Show floating navigation buttons Name of shortcut action Show floating navigation buttons - + Toggle fullscreen mode Name of shortcut action Toggle fullscreen mode - + Close window (hides to system tray if enabled) Name of shortcut action Close window (hides to system tray if enabled) - + Quit PhotoQt Name of shortcut action Quit PhotoQt - + Show Settings Name of shortcut action Show Settings - + About PhotoQt Name of shortcut action About PhotoQt - + Show log/debug messages Name of shortcut action Show log/debug messages - + Reset current session Name of shortcut action Reset current session - + Reset current session and hide window Name of shortcut action Reset current session and hide window - + Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. Shortcuts are grouped by key combination. Multiple actions can be set for each group of key combinations, with the option of cycling through them one by one, or executing all of them at the same time. When cycling through them one by one, a timeout can be set after which the cycle will be reset to the beginning. Any group that has no key combinations set will be deleted when saving all changes. - + Add new shortcuts group Add new shortcuts group - + The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. The shortcuts can be filtered by either the key combinations, shortcut actions, category, or all three. For the string search, PhotoQt will by default check if any action/key combination includes whatever string is entered. Adding a dollar sign ($) at the start or end of the search term forces a match to be either at the start or the end of a key combination or action. - + Filter key combinations Filter key combinations - + Filter shortcut actions Filter shortcut actions - + Show all categories Show all categories - - - - - - + + + + + + Category: Category: - + no key combination set no key combination set - + Click to change key combination Click to change key combination - + Click to delete key combination Click to delete key combination - - + + ADD Written on small button, used as in: add new key combination. Please keep short! ---------- @@ -4943,455 +5034,440 @@ Written on small button, used as in: add new shortcut action. Please keep short! ADD - + Click to add new key combination Click to add new key combination - + The new shortcut was in use by another shortcuts group. It has been reassigned to this group. The new shortcut was in use by another shortcuts group. It has been reassigned to this group. - + Undo reassignment Undo reassignment - + no action selected The action here is a shortcut action no action selected - + unknown: The unknown here refers to an unknown internal action that was set as shortcut unknown: - + external This is an identifier in the shortcuts settings used to identify an external shortcut. external - + quit after This is used for listing external commands for shortcuts, showing if the quit after checkbox has been checked quit after - + Click to change shortcut action Click to change shortcut action - + Click to delete shortcut action Click to delete shortcut action - + Click to add new action The action here is a shortcut action Click to add new action - + cycle through actions one by one The actions here are shortcut actions cycle through actions one by one - + timeout for resetting cycle: The cycle here is the act of cycling through shortcut actions one by one timeout for resetting cycle: - + run all actions at once The actions here are shortcut actions run all actions at once - - + + Spacing Settings title Spacing - + PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. PhotoQt preloads thumbnails for all files in the current folder and lines them up side by side. In between each thumbnail image it is possible to add a little bit of blank space to better separate the individual images. - - + + Highlight Settings title Highlight - + The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. The thumbnail corresponding to the currently loaded image is highlighted so that it is easy to spot. The same highlight effect is used when hovering over a thumbnail image. The different effects can be combined as desired. - + invert background color effect for highlighting active thumbnail invert background color - + invert label color effect for highlighting active thumbnail invert label color - + line below effect for highlighting active thumbnail line below - + magnify effect for highlighting active thumbnail magnify - + lift up effect for highlighting active thumbnail lift up - + hide when not needed used as in: hide thumbnail bar when not needed hide when not needed - - + + Center on active Settings title Center on active - + When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. When switching between images PhotoQt always makes sure that the thumbnail corresponding to the currently viewed image is visible somewhere along the thumbnail bar. Additionally it is possible to tell PhotoQt to not only keep it visible but also keep it in the center of the edge. - + keep active thumbnail in center keep active thumbnail in center - + The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. The visibility of the thumbnail bar can be set depending on personal choice. The bar can either always be kept visible, it can be hidden unless the mouse cursor is close to the respective screen edge, or it can be kept visible unless the main image has been zoomed in. - + always keep visible used as in: always keep thumbnail bar visible always keep visible - + hide when zoomed in used as in: hide thumbnail bar when zoomed in hide when zoomed in - - + + Size Settings title Size - + The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. The thumbnails are typically hidden behind one of the screen edges. Which screen edge can be specified in the interface settings. The size of the thumbnails refers to the maximum size of each individual thumbnail image. - - + + Scale and crop Settings title Scale and crop - + The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. The thumbnail for an image can either be scaled to fit fully inside the maximum size specified above, or it can be scaled and cropped such that it takes up all available space. In the latter case some parts of a thumbnail image might be cut off. In addition, thumbnails that are smaller than the size specified above can be kept at their original size. - + fit thumbnail fit thumbnail - + scale and crop thumbnail scale and crop thumbnail - + keep small thumbnails small keep small thumbnails small - + On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. On top of each thumbnail image PhotoQt can put a small text label with the filename. The font size of the filename is freely adjustable. If a filename is too long for the available space only the beginning and end of the filename will be visible. Additionally, the label of thumbnails that are neither loaded nor hovered can be shown with less opacity. - + decrease opacity for inactive thumbnails decrease opacity for inactive thumbnails - - + + Icons only Settings title Icons only - + Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. Instead of loading actual thumbnail images in the background, PhotoQt can instead simply show the respective icon for the filetype. This requires much fewer resources and time but is not as user friendly. - + use actual thumbnail images The word actual is used with the same meaning as: real use actual thumbnail images - + use filetype icons use filetype icons - - + + Label Settings title Label - + show filename label show filename label - - + + Tooltip Settings title Tooltip - + PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. PhotoQt can show additional information about an image in the form of a tooltip that is shown when the mouse cursor hovers above a thumbnail. The displayed information includes the full file name, file size, and file type. - + show tooltips show tooltips - + PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. PhotoQt can cache thumbnails so that each subsequent time they can be generated near instantaneously. PhotoQt implements the standard for thumbnails defined by freedesktop.org. On Windows it can also load (but not write) existing thumbnails from the thumbnail cache built into Windows. - + enable cache enable cache - - + + Exclude folders Settings title Exclude folders - + PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. PhotoQt shows all images in the currently loaded folder as thumbnails along one of the screen edges. If you want to disable thumbnails altogether, you can do so by removing it from all screen edges in the interface settings. - + When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. When an image is loaded PhotoQt preloads thumbnails for all images found in the current folder. Some cloud providers do not fully sync their files unless accessed. To avoid unnecessarily downloading large amount of files, it is possible to exclude specific directories from any sort of caching and preloading. Note that for files in these folders you will still see thumbnails consisting of filetype icons. - + Cloud providers to exclude from caching: Cloud providers to exclude from caching: - + Do not cache these folders: Do not cache these folders: - + One folder per line One folder per line - + Add folder Written on a button Add folder - - + + How many threads Settings title How many threads - + In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. In order to speed up loading all the thumbnails in a folder PhotoQt uses multiple threads simultaneously. On more powerful systems, a larger number of threads can result in much faster loading of all the thumbnails of a folder. Too many threads, however, might make a system feel slow for a short time. - + current value: %1 thread(s) Important: Please do not forget the placeholder! current value: %1 thread(s) - - subcategory - subcategory - - - - Settings: - Settings: - - - - main category - main category - - - + Export/Import configuration Settings title Export/Import configuration - + Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. Here you can create a backup of the configuration for backup or for moving it to another install of PhotoQt. You can import a local backup below. After importing a backup file PhotoQt will automatically close as it will need to be restarted for the changes to take effect. - + export configuration export configuration - + import configuration import configuration - + Restart required Restart required - + PhotoQt will now quit as it needs to be restarted for the changes to take effect. PhotoQt will now quit as it needs to be restarted for the changes to take effect. - + Reset settings and shortcuts Settings title Reset settings and shortcuts - + Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. Here the various configurations of PhotoQt can be reset to their defaults. Once you select one of the below categories you have a total of 5 seconds to cancel the action. After the 5 seconds are up the respective defaults will be set. This cannot be undone. - + reset settings reset settings - + reset shortcuts reset shortcuts - + reset enabled file formats reset enabled file formats - + You can still cancel this action. Seconds remaining: You can still cancel this action. Seconds remaining: - + Motion/Live photos Settings title Motion/Live photos - + This feature is not supported by your build of PhotoQt. This feature is not supported by your build of PhotoQt. - + Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. Both Apple and Android devices can connect a short video clip to photos. Apple refers to this as Apple Live Photo, and Google refers to it as Motion Photo (or sometimes Micro Video). Apple stores small video files next to the image files that have the same filename but different file ending. Android embeds these video files in the image file. If the former is enabled, PhotoQt will hide the video files from the file list and automatically load them when the connected image file is loaded. If the latter is enabled PhotoQt will try to extract and show the video file once the respective image file is loaded. All of this is done asynchronously and should not cause any slowdown. - + Look for Apple Live Photos Look for Apple Live Photos - + Photo spheres Settings title Photo spheres - + PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. PhotoQt is able to check whether a current image is a photo sphere, this is done by analyzing the meta data of an image in the background. If a equirectangular projection is detected, then a button is visible in the center of the image for entering the photo sphere. This is supported for both partial photo spheres and for 360 degree views. - + Check for photo spheres Check for photo spheres - + Look for Google Motion Photos Look for Google Motion Photos @@ -5400,190 +5476,190 @@ Written on small button, used as in: add new shortcut action. Please keep short! slideshow - + Slideshow setup Window title Налаштування слайд-шоу - + Start slideshow Written on a clickable button Почати слайд-шоу - + interval The interval between images in a slideshow інтервал - + animation This is referring to the in/out animation of images during a slideshow анімація - + opacity This is referring to the in/out animation of images during slideshows непрозорість - + along x-axis This is referring to the in/out animation of images during slideshows вздовж осі х - + along y-axis This is referring to the in/out animation of images during slideshows вздовж осі у - + rotation This is referring to the in/out animation of images обертання - + explosion This is referring to the in/out animation of images вибух - + implosion This is referring to the in/out animation of images імплозія - + choose one at random This is referring to the in/out animation of images виберіть один навмання - + animation speed The speed of transitioning from one image to another during slideshows швидкість анімації - + immediately, without animation This refers to a speed of transitioning from one image to another during slideshows негайно, без анімації - + pretty fast animation This refers to a speed of transitioning from one image to another during slideshows досить швидка анімація - + not too fast and not too slow This refers to a speed of transitioning from one image to another during slideshows не надто швидко і не надто повільно - + very slow animation This refers to a speed of transitioning from one image to another during slideshows дуже повільна анімація - + current speed This refers to the currently set speed of transitioning from one image to another during slideshows поточна швидкість - + looping зациклювання - + loop over all files Loop over all images during slideshows цикл серед усіх файлів - + shuffle during slideshows shuffle the order of all images перемішати - + shuffle all files during slideshows shuffle the order of all images перемішати всі файли - + subfolders also include images in subfolders during slideshows підпапки - + include images in subfolders also include images in subfolders during slideshows включати зображення у підпапках - + status info What to do with the file details during slideshows інформація про статус - + hide status info during slideshow What to do with the file details during slideshows приховати інформацію про статус під час показу слайд-шоу - + window buttons What to do with the window buttons during slideshows віконні кнопки - + hide window buttons during slideshow What to do with the window buttons during slideshows сховати кнопки вікон під час слайд-шоу - + music The music that is to be played during slideshows музика - + enable music Enable music to be played during slideshows увімкнути музику - + no file selected не вибрано жодного файлу - + Click to select music file Натисніть для вибору музичного файлу - + Click to change music file Натисніть, щоб змінити музичний файл @@ -5594,47 +5670,52 @@ Written on small button, used as in: add new shortcut action. Please keep short! Слайд-шоу - + Click to go to the previous image Натисніть, щоб перейти до попереднього зображення - + Click to pause slideshow Натисніть, щоб призупинити показ слайдів - + Click to play slideshow Натисніть, щоб відтворити слайд-шоу - + Click to go to the next image Натисніть, щоб перейти до наступного зображення - + Click to exit slideshow Натисніть для виходу зі слайд-шоу + + + Slideshow started. + Slideshow started. + startup - - - + + + Edit with %1 Used as in 'Edit with [application]'. %1 will be replaced with application name. Редагувати за допомогою %1 - - - - - + + + + + Open in %1 Used as in 'Open with [application]'. %1 will be replaced with application name. Відкрити в %1 @@ -5643,35 +5724,35 @@ Written on small button, used as in: add new shortcut action. Please keep short! statusinfo - + Click anywhere to open a file Натисніть в будь-якому місці, щоб відкрити файл - + Click and drag to move window around Натисніть і перетягніть, щоб перемістити вікно - - - + + + Click and drag to move status info around Натисніть і перетягніть, щоб перемістити інформацію про статус - + Click to remove filter Натисніть, щоб видалити фільтр - + Filter: This refers to the currently set filter Фільтр: - + Connected to: Used in tooltip for the chromecast icon Під'єднано до: @@ -5681,43 +5762,43 @@ Written on small button, used as in: add new shortcut action. Please keep short! streaming - + Streaming (Chromecast) Window title Потокова передача (Chromecast) - + Connect Used as in: Connect to chromecast device Підключити - + Disconnect Used as in: Disconnect from chromecast device Відключити - - + + No devices found The devices here are chromecast devices Пристроїв не знайдено - + Status: The status refers to whether the chromecast manager is currently scanning or idle Статус: - + Looking for Chromecast devices Пошук пристроїв Chromecast - + Select which device to connect to Виберіть, до якого пристрою підключитися @@ -5725,12 +5806,12 @@ Written on small button, used as in: add new shortcut action. Please keep short! thumbnails - + File size: Розмір файлу: - + File type: Тип файлу: @@ -5738,42 +5819,53 @@ Written on small button, used as in: add new shortcut action. Please keep short! unavailable - + The chromecast feature is not available in this build of PhotoQt. Функція chromecast недоступна в цій збірці PhotoQt. - + The location feature is not available in this build of PhotoQt. Функція розташування недоступна в цій збірці PhotoQt. + + + + Photo spheres are not supported by this build of PhotoQt. + Photo spheres are not supported by this build of PhotoQt. + + + + This file type does not support face tags. + This file type does not support face tags. + wallpaper - + Wallpaper Window title Шпалери - + Set as Wallpaper Встановити як шпалери - - - - - + + + + + Click to choose %1 %1 is a placeholder for the name of a desktop environment (plasma, xfce, gnome, etc.) Натисніть, щоб вибрати %1 - + Other Used as in: Other Desktop Environment diff --git a/org.photoqt.PhotoQt.metainfo.xml b/org.photoqt.PhotoQt.metainfo.xml index 318bdaec..a3fc2655 100644 --- a/org.photoqt.PhotoQt.metainfo.xml +++ b/org.photoqt.PhotoQt.metainfo.xml @@ -65,6 +65,8 @@ touchscreen chromecast map + bar codes + QR codes archives zip rar @@ -97,6 +99,14 @@ none + + + PhotoQt v4.3 focusses to a large degree on quality improvement and bug fixes, but it also brings a few new features nonetheless. + + + https://photoqt.org/news/photoqt-4.3 + + PhotoQt v4.2 brings, amongst many other improvements and bug fixes, support for some new types of images. If an image has an associated video file - either embedded as with Google Motion Photos or next to it as with Apple Live Photos - PhotoQt can look for them and, if found, they will automatically be played once whenever an image is loaded. Another new type of image that can be properly viewed now are photo spheres using equirectangular projection. PhotoQt now supports both partial photo spheres and full 360 degree panoramas. diff --git a/qml/settingsmanager/settings/interface/PQLanguage.qml b/qml/settingsmanager/settings/interface/PQLanguage.qml index 64b4c891..3682055e 100644 --- a/qml/settingsmanager/settings/interface/PQLanguage.qml +++ b/qml/settingsmanager/settings/interface/PQLanguage.qml @@ -69,7 +69,7 @@ Flickable { "sk" : "Slovenčina", "tr" : "Türkçe", "uk" : "Українська", - "zh" : "Chinese", + "zh" : "Chinese (simplified)", "zh_TW" : "Chinese (traditional)" }