Everything 1.3.2.649b Translation Template

General discussion related to "Everything".
Post Reply
void
Developer
Posts: 15384
Joined: Fri Oct 16, 2009 11:31 pm

Everything 1.3.2.649b Translation Template

Post by void »

The translation template:
Template-1.3.2.649b.zip

The .lng language compiler:
makelng-1.3.2.649b.zip

Translating guide:
http://support.voidtools.com/everything/Translating
sirliu
Posts: 15
Joined: Wed Jan 30, 2013 11:05 am

Re: Everything 1.3.2.649b Translation Template

Post by sirliu »

How to resize the Search Syntax contain fonts? I thought it would more suit for reading if the fonts is bigger.
void
Developer
Posts: 15384
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything 1.3.2.649b Translation Template

Post by void »

Please check the following settings in the translation template:

Code: Select all

GUI_FONT_POINTSIZE = "8"
GUI_FONT_WEIGHT = "400"
GUI_FONT_ITALIC = "0"
GUI_FONT_CHARSET = "0"
GUI_FONT_TYPEFACE = "MS Shell Dlg"
The search syntax help will use the above font.
However, changing the above will effect the font for all the controls in Everything.
sirliu
Posts: 15
Joined: Wed Jan 30, 2013 11:05 am

Re: Everything 1.3.2.649b Translation Template

Post by sirliu »

I set the GUI font as following:

Code: Select all

GUI_FONT_POINTSIZE = "12"
GUI_FONT_WEIGHT = "400"
GUI_FONT_ITALIC = "0"
GUI_FONT_CHARSET = "0"
GUI_FONT_TYPEFACE = "MS Shell Dlg"
The Search Syntax contains is very friendly for reading.

Image

As what you says, the option GUI change to this:

Image
sirliu
Posts: 15
Joined: Wed Jan 30, 2013 11:05 am

Re: Everything 1.3.2.649b Translation Template

Post by sirliu »

I try to set the font size to 10 and successed,the effect as following:

Image

Image
Last edited by sirliu on Fri May 10, 2013 8:51 am, edited 1 time in total.
void
Developer
Posts: 15384
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything 1.3.2.649b Translation Template

Post by void »

Thanks for the images, could you post a screen shot with the size set to 8 just for reference?

I will consider an option to set the help window font size, so you don't need to change all the controls.
sirliu
Posts: 15
Joined: Wed Jan 30, 2013 11:05 am

Re: Everything 1.3.2.649b Translation Template

Post by sirliu »

Here's the default effect:
Image


Image

Wish can help you!
sirliu
Posts: 15
Joined: Wed Jan 30, 2013 11:05 am

Re: Everything 1.3.2.649b Translation Template

Post by sirliu »

void wrote:Thanks for the images, could you post a screen shot with the size set to 8 just for reference?

I will consider an option to set the help window font size, so you don't need to change all the controls.
I'm very glad to hear this。
sirliu
Posts: 15
Joined: Wed Jan 30, 2013 11:05 am

Re: Everything 1.3.2.649b Translation Template

Post by sirliu »

It is very usesful to add a function as following:
Image
void
Developer
Posts: 15384
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything 1.3.2.649b Translation Template

Post by void »

This might be overkill for the search syntax help built into Everything.
However, I consider adding more information and examples to the built-in search syntax help.

I will add detailed online help with examples once the beta is stable.
piotrex
Posts: 5
Joined: Sat Jan 12, 2013 10:08 am

Re: Everything 1.3.2.649b Translation Template

Post by piotrex »

Are there available not compiled translation files to improve them?
void
Developer
Posts: 15384
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything 1.3.2.649b Translation Template

Post by void »

Are there available not compiled translation files to improve them?
Non-compiled translations are not available online.

If you would like a non-compiled translation please send a request here with the language required.
piotrex
Posts: 5
Joined: Sat Jan 12, 2013 10:08 am

Re: Everything 1.3.2.649b Translation Template

Post by piotrex »

If you would like a non-compiled translation please send a request here with the language required.
I would like update Polish localization.
piotrex
Posts: 5
Joined: Sat Jan 12, 2013 10:08 am

Re: Everything 1.3.2.649b Translation Template

Post by piotrex »

Polish update almost done.
I have doubt about CONTEXT_MENU_COMMAND_HELP string. There is written:

Code: Select all

"The command for this context menu item.\n$exec(application parameters) execute application with parameters.\n$parent(filename) returns the parent folder of the specified file or folder.\n$pathpart(filename) returns the parent folder of the specified file or folder.\n$namepart(filename) returns the name part of the specified file or folder.\n%1 = selected filename.\n$$ = $\n$( = (\n$) = )"
My question: parent(filename) = pathpart(filename) ?
void
Developer
Posts: 15384
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything 1.3.2.649b Translation Template

Post by void »

Yes, $parent and $pathpart function identically.
piotrex
Posts: 5
Joined: Sat Jan 12, 2013 10:08 am

Re: Everything 1.3.2.649b Translation Template

Post by piotrex »

OK, so Polish localization is complete. I think will be good.

In Piotr's Balwierz part I fixed some orographic errors and changed "pełna nazwa" (fullname) to "pełna ścieżka" (full path) because I think that it was confusing phrase (e.g. if fullname = name+extension).

I translated all strings except error messages and strings with a "verbs" (didn't know what means "verb" in Everything).

Translation
File with translation has name "Template-1.3.2.649.Polish.Translation.txt"

PS: Thanks for the great tool!
void
Developer
Posts: 15384
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything 1.3.2.649b Translation Template

Post by void »

Thanks for the Polush Translation.
crcbak
Posts: 18
Joined: Mon Apr 15, 2013 4:50 pm

Re: Everything 1.3.2.649b Translation Template

Post by crcbak »

The version has update to 1.3.3.653

The new version of the translation template should be uploaded.


thanks
void
Developer
Posts: 15384
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything 1.3.2.649b Translation Template

Post by void »

Post Reply