Russian

Where developers, translators, and users meet...
DmFedorov
Posts: 679
Joined: 04 Jan 2011 16:36
Location: Germany

Re: Russian

Post by DmFedorov »

Russian_8.154.lng
(1.22 MiB) Downloaded 121 times
Didn't see it:

1) ms.2564=00|The tags database is not available:
2) ms.2341=00|Some settings (<$settings>) might not have been saved to disk.\n\nApplication data folder: <$path>\nTags database: <$db>\n\nClick OK to exit XYplorer anyway.\nClick Cancel to keep XYplorer running.
3) ms.3121=00|pre-processing stopped
4) ms.3120=00|pre-processing item <#>/<2:#> (ESC to stop)

I think 1 and 2 refers to using shared XYplorer, 3 and 4 - to portable devices. Is that correct?

admin
Site Admin
Posts: 60288
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Russian

Post by admin »

Thanks, and yes.

DmFedorov
Posts: 679
Joined: 04 Jan 2011 16:36
Location: Germany

Re: Russian

Post by DmFedorov »

2. See no problems with quoted patterns. Example?
something is wrong here too
Alternatively you may quote your patterns to protect them from parsing. You must, however, supply all needed wildcards in quoted patterns, else they are taken as "exact matches".
I thought you would just read carefully and see what I see.
When I read this sentence in the Help-file, I have a silogism in my head.
On the one hand, anything enclosed in quotation marks is an exact match.
On the other hand, when it comes to wildcards in quotation marks, on the contrary, it will be NOT an exact match, because
..else they are taken as "exact matches".
sentence doesn't say what search mode we're talking about (logical or regular expression). And it does not say which wildcards are in question (only the asterisk is shown in the examples).
------------------

So actually I'm the one who needs examples of what we're talking about. You have four examples. Each of the examples leads me to believe that asterisks in quotation marks are not treated as characters, but are treated as wildcards. But without the asterisk, this examples work exactly the same.
Give a working example of how a wildcard not surrounded by quotation marks will be treated as a regular, normal character.

admin
Site Admin
Posts: 60288
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Russian

Post by admin »

This is about the parsing of Boolean expressions. Quoting will protect strings that look like Boolean operators (e.g. and, or &) from being seen as Boolean operators.

It's very well explained in the help. I try again:

Code: Select all

SmartBooleanQueryParsing: Yes

========================================================================
                    All files:
------------------------------------------------------------------------
                    !cat.txt
                    cat & dog.txt
                    cat, dog.txt
                    dog & cat.txt
                    dog, cat.txt

========================================================================
Pattern               Match               No Match
========================================================================
"*cat* & *dog*"                           !cat.txt
                      cat & dog.txt
                                          cat, dog.txt
                                          dog & cat.txt
                                          dog, cat.txt
------------------------------------------------------------------------
*cat* & *dog*                             !cat.txt
                      cat & dog.txt
                      cat, dog.txt
                      dog & cat.txt
                      dog, cat.txt
========================================================================
"!*cat*"              !cat.txt
                                          cat & dog.txt
                                          cat, dog.txt
                                          dog & cat.txt
                                          dog, cat.txt
------------------------------------------------------------------------
!*cat*                                    !cat.txt
                                          cat & dog.txt
                                          cat, dog.txt
                                          dog & cat.txt
                                          dog, cat.txt
========================================================================

DmFedorov
Posts: 679
Joined: 04 Jan 2011 16:36
Location: Germany

Re: Russian

Post by DmFedorov »

RemarksToHelpFile.zip
(32.33 KiB) Downloaded 35 times
§ - to search
Remarks you will see in Popup tips.

admin
Site Admin
Posts: 60288
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Russian

Post by admin »

? what is this ?

DmFedorov
Posts: 679
Joined: 04 Jan 2011 16:36
Location: Germany

Re: Russian

Post by DmFedorov »

Is the file not being viewed?
Actually these are remarks (noticed inaccuracies) in the help file.

I made one file, so that you (and I) are comfortable. So I don't have to write all these lines here. And then comments to them.

admin
Site Admin
Posts: 60288
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Russian

Post by admin »

Sorry, but the format is too complex. I will not open alien documents containing scripts. Just post in the forum like everybody else.

DmFedorov
Posts: 679
Joined: 04 Jan 2011 16:36
Location: Germany

Re: Russian

Post by DmFedorov »

Remarks_18dez.zip
(19.85 KiB) Downloaded 35 times
OK. there are no scripts here. There is only a default.css file from your chm
(You could view previous Html file without using script file)

DmFedorov
Posts: 679
Joined: 04 Jan 2011 16:36
Location: Germany

Re: Russian

Post by DmFedorov »

Russian_8.156.lng
(1.22 MiB) Downloaded 31 times
---------from messages----can't see in UI
<#> <item;~s> could not be zipped because item names cannot be longer than 259 characters.
Open the selected List item(s).
tags DB was not opened
Sync Folders doesn't support portable devices.
This item could not be created:
------------------
instead of the first message was always: There is no zip support for file names longer than 259 characters.
When I tried to Zip a folder with several filenames less than 259 characters and one longer than 259 characters I got a completely empty archive, without any warning.
It's bug.

7-zip does things differently.
If a particular file has a name longer than 259 characters, I have no 7-zip context menu.
If I try to archive several files, among which there is a file with a long name, I have a context menu and the work is done.
If I archive a folder inside which there are files with a long name, 7-zip archives and then extracts all those files without any problems.

(I think you know that, but this time you changed the 70 lines where you removed the character &)

admin
Site Admin
Posts: 60288
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Russian

Post by admin »

DmFedorov wrote: 20 Dec 2022 08:27 When I tried to Zip a folder with several filenames less than 259 characters and one longer than 259 characters I got a completely empty archive, without any warning.
It's bug.
Yes. I will add a message.
DmFedorov wrote: 20 Dec 2022 08:27 (I think you know that, but this time you changed the 70 lines where you removed the character &)
What?

admin
Site Admin
Posts: 60288
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Russian

Post by admin »

DmFedorov wrote: 20 Dec 2022 07:25 Remarks_18dez.zip
OK. there are no scripts here. There is only a default.css file from your chm
(You could view previous Html file without using script file)
Thanks. This is a lot of stuff. I assume all this is not so important, otherwise you would discuss it here in public. So I give it a lo prio.

DmFedorov
Posts: 679
Joined: 04 Jan 2011 16:36
Location: Germany

Re: Russian

Post by DmFedorov »

What?
All this was deleted and replaced without &
Form1
&Not ¦ From &start of unit ¦ Search for &folders as well ¦ &Selected files only ¦ C&urrent date ¦ Path (F&ind settings) ¦ Column &headers ¦ Include &subfolders ¦ &Match case ¦ Inve&rt ¦ It's a &hex string ¦ I&mage ¦ Include &version ¦ Search every&where ¦ &Name ¦ &Date ¦ &Size ¦ &Content ¦ Inve&rt ¦ Whole &words ¦ &Path ¦ &Match case ¦ Include s&ubfolders ¦ Inve&rt ¦ Fi&nd hidden ¦ Follow folder lin&ks ¦ Selected lo&cations ¦ Auto s&ync ¦ Ignore diac&ritics ¦ Ma&ximum depth: ¦ &Add Current ¦ &Browse... ¦ &Manage... ¦ &Preview Now ¦ F&ind Now ¦ To&lerance: ¦ At &least: ¦ At &most: ¦ &Name: ¦ &Location: ¦ M&ode: ¦ M&ode: ¦ Typ&e: ¦ &File ¦ &Edit ¦ &View ¦ &Go ¦ Fav&orites ¦ &User ¦ &Scripting ¦ &Panes ¦ Ta&bsets ¦ &Tools ¦ &Window ¦ &Help ¦ T&ags ¦ in the &last ¦ &between ¦ Classic directory d&ump ¦ Basic &info to CSV ¦ E&xtended info to CSV ¦ Meta&data to CSV ¦ T&ree structure ¦ Ta&b ¦ &Other: ¦ &Pad blanks

form6
Z&oom to fit ¦ &Show Status Bar ¦ Top-align if &vertically cropped ¦ Mouse down blow &up

I assume all this is not so important, otherwise you would discuss it here in public.
Have you noticed that I can't debate and discuss anymore? I report.
auf Deutsch besser - Ich melde Ihnen. Nicht mehr

admin
Site Admin
Posts: 60288
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Russian

Post by admin »

DmFedorov wrote: 20 Dec 2022 11:15
What?
All this was deleted and replaced without &
Indeed, I used the StripAccelerators tweak when I created the language file. I'll upload a correction.
Have you noticed that I can't debate and discuss anymore? I report.
auf Deutsch besser - Ich melde Ihnen. Nicht mehr
? don't understand

DmFedorov
Posts: 679
Joined: 04 Jan 2011 16:36
Location: Germany

Re: Russian

Post by DmFedorov »

Russian_8.157.lng
(1.22 MiB) Downloaded 64 times

Post Reply