Suggestion for "Until Active Layer" English translation

Here everybody can post his problems with PhotoLine
Benutzeravatar
photoken
Mitglied
Beiträge: 2162
Registriert: Sa 28 Sep 2013 01:25

Suggestion for "Until Active Layer" English translation

Beitrag von photoken »

Some of the tools have a Source option (in English) that was initially confusing to me: "Until Active Layer". After some experimenting, I confirmed that this means the source is all layers beneath the active layer.

Perhaps the English version would be better translated as "Below Active Layer" or "Beneath Active Layer".

The tools using this source option are:
  • Copy brush
  • Healing brush
  • Patch tool
  • Remove brush
Ken
Yes, I think it can be eeeeeasily done....
Just take everything out on Highway 61.
bkh
Beta Tester
Beiträge: 3687
Registriert: Do 26 Nov 2009 22:59

Re: Suggestion for "Until Active Layer" English translation

Beitrag von bkh »

photoken hat geschrieben:Some of the tools have a Source option (in English) that was initially confusing to me: "Until Active Layer". After some experimenting, I confirmed that this means the source is all layers beneath the active layer.
No, the source includes the active layer as well, so "below" and "beneath" don't fit either.

Cheers

Burkhard.
Benutzeravatar
Hoogo
Beta Tester
Beiträge: 4169
Registriert: So 03 Jul 2005 13:35
Wohnort: Deutschland

Re: Suggestion for "Until Active Layer" English translation

Beitrag von Hoogo »

What about "up to active layer"?
----------------
Herr Doktor, ich bin mir ganz sicher, ich habe Atom! /Doctor, doctor, I'm sure, I've got atoms!
Benutzeravatar
photoken
Mitglied
Beiträge: 2162
Registriert: Sa 28 Sep 2013 01:25

Re: Suggestion for "Until Active Layer" English translation

Beitrag von photoken »

bkh hat geschrieben: No, the source includes the active layer as well, so "below" and "beneath" don't fit either.
Ah, I missed that. :oops:

How about "Active Layer & Below" ?

Added:
I modified the strings file and found that the "&" character won't work, so I'm using "Active Layer and Below".
Ken
Yes, I think it can be eeeeeasily done....
Just take everything out on Highway 61.
Benutzeravatar
photoken
Mitglied
Beiträge: 2162
Registriert: Sa 28 Sep 2013 01:25

Re: Suggestion for "Until Active Layer" English translation

Beitrag von photoken »

Just for the heluvit, instead of translating, I thought about using symbols:

Code: Alles auswählen

// DrawCopyTool
"20059" = "Merged Copy";	//IDS_DRAWCOPY_COPYMERGED
"20060" = "Keep Distance";	//IDS_DRAWCOPY_CONSTDISTANCE
"20061" = "Preview Copy";	//IDS_DRAWCOPY_SHOWCONTENT
"20062" = "Source Layer ↔";	//IDS_DRAWCOPY_SOURCE_LAYER
"20063" = "Active Layer ↓";	//IDS_DRAWCOPY_UNTIL_ACTIVE_LAYER
"20064" = "All Layers ↕";		//IDS_DRAWCOPY_ALL_LAYERS
Those Unicode arrows are kind of nice, and work well in the UI:
  • Source Layer ↔
  • Active Layer ↓
  • All Layers ↕
Ken
Yes, I think it can be eeeeeasily done....
Just take everything out on Highway 61.
Benutzeravatar
Herbert123
Mitglied
Beiträge: 2452
Registriert: Sa 12 Mai 2012 21:38

Re: Suggestion for "Until Active Layer" English translation

Beitrag von Herbert123 »

photoken hat geschrieben:Just for the heluvit, instead of translating, I thought about using symbols:

Code: Alles auswählen

// DrawCopyTool
"20059" = "Merged Copy";	//IDS_DRAWCOPY_COPYMERGED
"20060" = "Keep Distance";	//IDS_DRAWCOPY_CONSTDISTANCE
"20061" = "Preview Copy";	//IDS_DRAWCOPY_SHOWCONTENT
"20062" = "Source Layer ↔";	//IDS_DRAWCOPY_SOURCE_LAYER
"20063" = "Active Layer ↓";	//IDS_DRAWCOPY_UNTIL_ACTIVE_LAYER
"20064" = "All Layers ↕";		//IDS_DRAWCOPY_ALL_LAYERS
Those Unicode arrows are kind of nice, and work well in the UI:
  • Source Layer ↔
  • Active Layer ↓
  • All Layers ↕
I really like that. Good idea.
/*---------------------------------------------*/
System: Win10 64bit - i7 920@3.6Ghz, p6t Deluxe v1, 48gb (6x8gb RipjawsX), Nvidia GTX1080 8GB, Revodrive X2 240gb, e-mu 1820, 2XSamsung SA850 (2560*1440) and 1XHP2408H 1920*1200 portrait
bkh
Beta Tester
Beiträge: 3687
Registriert: Do 26 Nov 2009 22:59

Re: Suggestion for "Until Active Layer" English translation

Beitrag von bkh »

photoken hat geschrieben:Those Unicode arrows are kind of nice, and work well in the UI:
  • Source Layer ↔
  • Active Layer ↓
  • All Layers ↕
Not sure. These arrows are barely visible and easily overlooked, compared to the following arrow indicating the drop-down menu (at least on OS X). Since the entry needs to be short, I'd prefere "Active and below", even if it's not fully visible.

Cheers

Burkhard.