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:
@@ -68,6 +68,7 @@ ABOUT_TAB_RELEASENOTES;Notas de la versión
|
||||
ABOUT_TAB_SPLASH;Splash
|
||||
ADJUSTER_RESET_TO_DEFAULT;Restablece los valores predeterminados
|
||||
BATCHQUEUE_AUTOSTART;Inicio automático
|
||||
BATCHQUEUE_AUTOSTARTHINT;Iniciar automáticamente el procesamiento en cuanto llega un nuevo trabajo
|
||||
BATCHQUEUE_DESTFILENAME;Ruta y nombre del archivo
|
||||
BATCH_PROCESSING;Proceso por lotes
|
||||
CURVEEDITOR_CURVE;Curva
|
||||
@@ -230,12 +231,7 @@ FILEBROWSER_SHOWRECENTLYSAVEDNOTHINT;Mostrar imágenes no guardadas recientement
|
||||
FILEBROWSER_SHOWTRASHHINT;Mostrar el contenido de la papelera.\nAtajo: <b>Ctrl-t</b>
|
||||
FILEBROWSER_SHOWUNCOLORHINT;Mostrar imágenes sin etiqueta de color.\nAtajo: <b>Alt-0</b>
|
||||
FILEBROWSER_SHOWUNRANKHINT;Mostrar imágenes sin rango.\nAtajo: <b>0</b>
|
||||
FILEBROWSER_STARTPROCESSING;Iniciar procesamiento
|
||||
FILEBROWSER_STARTPROCESSINGHINT;Iniciar el procesamiento de imágenes en la cola
|
||||
FILEBROWSER_STOPPROCESSING;Parar procesamiento
|
||||
FILEBROWSER_STOPPROCESSINGHINT;Parar el procesamiento de imágenes en la cola
|
||||
FILEBROWSER_THUMBSIZE;Tamaño miniatura
|
||||
FILEBROWSER_TOOLTIP_STOPPROCESSING;Iniciar automáticamente el procesamiento en cuanto llega un nuevo trabajo
|
||||
FILEBROWSER_UNRANK_TOOLTIP;Sin Rango\nAtajo<b>Shift - 0</b>
|
||||
FILEBROWSER_ZOOMINHINT;Agrandar miniatura.\nAtajo: <b>+</b>\n\nAtajo en modo editor simple: <b>Alt-+</b>
|
||||
FILEBROWSER_ZOOMOUTHINT;Reducir miniatura.\nAtajo: <b>-</b>\n\nAtajo en modo editor simple: <b>Alt--</b>
|
||||
@@ -1491,6 +1487,7 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nAtajo: <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:
|
||||
@@ -1784,6 +1781,12 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nAtajo: <b>-</b>
|
||||
!PREFERENCES_CLUTSCACHE;HaldCLUT Cache
|
||||
!PREFERENCES_CLUTSCACHE_LABEL;Maximum number of cached CLUTs
|
||||
!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