Queue state verbose, fixes #4058
Improvement to the Batch Queue: - Start Queue/Stop Queue checkboxes replaced with one swith. - It is now immediately clear whether the queue is running or not. - The queue is visually stopped once it is empty. - String keys fixed to use BATCHQUEUE_ prefix instead of FILEBROWSER_.
This commit is contained in:
@@ -11,6 +11,7 @@ ABOUT_TAB_RELEASENOTES;Note di rilascio
|
||||
ABOUT_TAB_SPLASH;Emblema
|
||||
ADJUSTER_RESET_TO_DEFAULT;Ripristina
|
||||
BATCHQUEUE_AUTOSTART;Autoavvia
|
||||
BATCHQUEUE_AUTOSTARTHINT;Inizia a sviluppare automaticamente quando un nuovo lavoro viene accodato
|
||||
BATCHQUEUE_DESTFILENAME;Percorso e nome file
|
||||
BATCH_PROCESSING;Sviluppo in serie
|
||||
CURVEEDITOR_CURVE;Curva
|
||||
@@ -174,12 +175,7 @@ FILEBROWSER_SHOWRECENTLYSAVEDNOTHINT;Mostra le immagini non salvate.\nScorciatoi
|
||||
FILEBROWSER_SHOWTRASHHINT;Mostra il contenuto del cestino.\nScorciatoia: <b>Ctrl-t</b>
|
||||
FILEBROWSER_SHOWUNCOLORHINT;Mostra le immagini senza etichetta colorata.\nScorciatoia: <b>Alt-0</b>
|
||||
FILEBROWSER_SHOWUNRANKHINT;Mostra le immagini non classificate.\nScorciatoia: <b>0</b>
|
||||
FILEBROWSER_STARTPROCESSING;Comincia a sviluppare
|
||||
FILEBROWSER_STARTPROCESSINGHINT;Inizia a sviluppare le immagini nella Coda.
|
||||
FILEBROWSER_STOPPROCESSING;Ferma lo sviluppo
|
||||
FILEBROWSER_STOPPROCESSINGHINT;Ferma lo sviluppo delle immagini nella Coda.
|
||||
FILEBROWSER_THUMBSIZE;Dimensione miniature
|
||||
FILEBROWSER_TOOLTIP_STOPPROCESSING;Inizia a sviluppare automaticamente quando un nuovo lavoro viene accodato
|
||||
FILEBROWSER_UNRANK_TOOLTIP;Nessun Punteggio.\nScorciatoia: <b>Shift-0</b>
|
||||
FILEBROWSER_ZOOMINHINT;Aumenta la dimensione delle miniature.\n\nScorciatoie:\n<b>+</b> - Modalità a Schede Multiple,\n<b>Alt</b>-<b>+</b> - Modalità a Schede Singole.
|
||||
FILEBROWSER_ZOOMOUTHINT;Diminuisci la dimensione delle miniature.\n\nScorciatoie:\n<b>-</b> - Modalità a Schede Multiple,\n<b>Alt</b>-<b>-</b> - Modalità a Schede Singole.
|
||||
@@ -1326,6 +1322,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: <b>-</b>
|
||||
! Untranslated keys follow; remove the ! prefix after an entry is translated.
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
!BATCHQUEUE_STARTSTOPHINT;Start or stop processing the images in the queue.\n\nShortcut: <b>Ctrl</b>+<b>s</b>
|
||||
!CURVEEDITOR_AXIS_IN;I:
|
||||
!CURVEEDITOR_AXIS_LEFT_TAN;LT:
|
||||
!CURVEEDITOR_AXIS_OUT;O:
|
||||
@@ -1656,6 +1653,12 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: <b>-</b>
|
||||
!PREFERENCES_CLUTSCACHE_LABEL;Maximum number of cached CLUTs
|
||||
!PREFERENCES_CLUTSDIR;HaldCLUT directory
|
||||
!PREFERENCES_CMMBPC;Black point compensation
|
||||
!PREFERENCES_CROP;Crop editing
|
||||
!PREFERENCES_CROP_AUTO_FIT;Automatically zoom to fit the crop area
|
||||
!PREFERENCES_CROP_GUIDES;Guides shown when not editing the crop
|
||||
!PREFERENCES_CROP_GUIDES_FRAME;Frame
|
||||
!PREFERENCES_CROP_GUIDES_FULL;Original
|
||||
!PREFERENCES_CROP_GUIDES_NONE;None
|
||||
!PREFERENCES_CURVEBBOXPOS;Position of curve copy & paste buttons
|
||||
!PREFERENCES_CURVEBBOXPOS_ABOVE;Above
|
||||
!PREFERENCES_CURVEBBOXPOS_BELOW;Below
|
||||
|
Reference in New Issue
Block a user