Page 1 of 1

1.82 Translation questions & answers

Posted: Tue Jan 10, 2006 9:42 pm
by Xyzzy
What does this option do:
#define TXT_Option_Reset_XY "Reset X/Y"

Where in the GUI do I find:
#define TXT_TemplateMenu_Filename_Number "Filename Number"
#define TXT_BrowseMenu_Open_Container_Folder "Open container folder"
#define TXT_Thumbnail_For_Folder "Show thumbnails on folder"
#define TXT_Browse "Browse"
#define TXT_Iptc_Time_Created "Time created"
#define TXT_Iptc_Release_Time "Release time"
#define TXT_Iptc_Sent_Date "Sent date"
#define TXT_Iptc_Sent_Time "Sent time"
#define TXT_Iptc_Close "Close"
#define TXT_Adjust_Smooth "Smooth"
#define TXT_SeqConvert_Switch_WH_Orientation "Switch Width and Height to follow orientation
#define TXT_Listing_Replace_Backslash "Replace '\\' by '/'
#define TXT_String_Transformations "Transformations
#define TXT_String_EXIF_Date "EXIF Date"
#define TXT_String_EXIF_Date_Descending "EXIF Date (descending)"
#define TXT_String_TB_Filter "Filter

The rest is already done.

X.

Re: 1.82 questions

Posted: Wed Jan 11, 2006 9:28 am
by xnview
Xyzzy wrote:What does this option do:
#define TXT_Option_Reset_XY "Reset X/Y"
Set X/Y to 0 when using file next/previous
#define TXT_TemplateMenu_Filename_Number "Filename Number"
Popup menu to add info (fullscreen, view, slideshow)
#define TXT_BrowseMenu_Open_Container_Folder "Open container folder"
In context menu after a search
#define TXT_Thumbnail_For_Folder "Show thumbnails on folder"
No more used :-)
#define TXT_Browse "Browse"
Search dialog
#define TXT_Iptc_Time_Created "Time created"
#define TXT_Iptc_Release_Time "Release time"
#define TXT_Iptc_Sent_Date "Sent date"
#define TXT_Iptc_Sent_Time "Sent time"
#define TXT_Iptc_Close "Close"
IPTC dialog
#define TXT_Adjust_Smooth "Smooth"
Rotate dialog
#define TXT_SeqConvert_Switch_WH_Orientation "Switch Width and Height to follow orientation
Convert dialog after adding resize
#define TXT_Listing_Replace_Backslash "Replace '\\' by '/'
Generate listing dialog
#define TXT_String_Transformations "Transformations
Tab in convert dialog
#define TXT_String_EXIF_Date "EXIF Date"
#define TXT_String_EXIF_Date_Descending "EXIF Date (descending)"
Sort option in batch rename
#define TXT_String_TB_Filter "Filter
Tooltips for new icon in mini toolbar

Posted: Wed Jan 11, 2006 8:56 pm
by Xyzzy
Thanks.

However for the life of me I cannot make Reset X/Y work.

X.

Posted: Wed Jan 11, 2006 9:34 pm
by helmut
Xyzzy wrote:However for the life of me I cannot make Reset X/Y work.
I'm not clear how this is supposed to work, either. I've zoomed into an image, locked zoom, then navigated to next. -> Position was reset

There's definitely a better name for this option, e.g. "Reset image position" (but first we have to understand what it actually does).

Posted: Thu Jan 12, 2006 7:47 am
by Guest
Xyzzy wrote: However for the life of me I cannot make Reset X/Y work.
When you are in 'Fit to window width/height', and you use file prev/next, the position of picture is always reset to 0

Posted: Thu Jan 12, 2006 12:02 pm
by Xyzzy
OK, I got it.

So we have another option that is improprely named, non-obviously depends on other option and should work another way anyway (for all auto image sizes/also in fullscreen).

On the bright side, it is properly placed in Options.

X.

Posted: Mon Jan 16, 2006 10:12 pm
by helmut
While translating to German I also have some questions:

- Where are the following strings used:
#define TXT_NviewMenu_Clean "Clean..."
#define TXT_NviewMenu_Levels "Levels..."

- What does this one exactly do:
#define TXT_String_Auto_Levels "Auto levels"
Does it affect colours or also brightness?

Posted: Tue Jan 17, 2006 8:05 am
by xnview
helmut wrote: #define TXT_NviewMenu_Clean "Clean..."
Clean metadata
#define TXT_NviewMenu_Levels "Levels..."
Difficult ot explain, it's based on a histogram, to change black/white point
#define TXT_String_Auto_Levels "Auto levels"
Does it affect colours or also brightness?
Rearrange levels based on histogram