FlashFXP v5.x Public Beta Please direct all comments, suggestions, bug reports, and feedback for public beta releases to this forum. |
09-12-2013, 11:22 AM
|
#16
|
FlashFXP Developer
FlashFXP Administrator ioFTPD Beta Tester
Join Date: Oct 2001
Posts: 8,012
|
I think this might just be the perfect way to resolve this problem.
Let me see what I can do for the next release.
|
|
|
09-14-2013, 03:59 PM
|
#17
|
FlashFXP Developer
FlashFXP Administrator ioFTPD Beta Tester
Join Date: Oct 2001
Posts: 8,012
|
I have released build 3671 with the following changes.
I've added the following new translation strings
%s File
%s Files
%s Folder
%s Folders
%s Total
%s Selected
%s Free
and I added the ? to the string
Are you sure you want to delete the selected task(s)?
I've refactored some code to optimize it for speed and resolve a performance penalty that was introduced over the past few builds.
This build also includes the latest icon set by X3.
This build also addresses some issues where if a "Network Error (10054): Connection reset by peer" error was triggered during certain operations no automatic reconnect was performed.
This includes CHMOD operations, on file download of a remote view/edit (on upload worked correctly), and while changing directories.
|
|
|
09-15-2013, 02:55 AM
|
#18
|
Junior Member
FlashFXP Registered User
Join Date: Dec 2010
Posts: 19
|
Quote:
Originally Posted by bigstar
I have released build 3671 with the following changes.
I've added the following new translation strings
%s File
%s Files
%s Folder
%s Folders
%s Total
%s Selected
%s Free
and I added the ? to the string
Are you sure you want to delete the selected task(s)?
I've refactored some code to optimize it for speed and resolve a performance penalty that was introduced over the past few builds.
This build also includes the latest icon set by X3.
This build also addresses some issues where if a "Network Error (10054): Connection reset by peer" error was triggered during certain operations no automatic reconnect was performed.
This includes CHMOD operations, on file download of a remote view/edit (on upload worked correctly), and while changing directories.
|
I have updated to build 3671, and got the similar problem:
It seems need to add another new translation strings to the language file
|
|
|
09-15-2013, 05:19 AM
|
#19
|
Senior Member
FlashFXP Beta Tester
Join Date: Feb 2006
Location: location, location.
Posts: 324
|
@libojun
Language Modified strings within the Translator (where you highlighted) is part of server side text, these strings are not translatable I dont think, you need to find another example since server side string aren't translatable at the moment.
@bigstar
I did find some clipping in site manager where the line height is smaller then others so it clips the g in this line only, see
I've translated those string to PT as well and fixed another half dozen. cheers.
__________________
Regards
Last edited by X3; 09-15-2013 at 05:52 AM.
|
|
|
09-15-2013, 05:37 AM
|
#20
|
Junior Member
FlashFXP Registered User
Join Date: Dec 2010
Posts: 19
|
Quote:
Originally Posted by X3
Language Modified in the Translator is part of server side text, these strings are not translatable I dont think.
|
Nope!
You can find this strings at "A61D0EFA=Modified" in the language file.
And, this string has quoted to 2 places at least. (as the above and following picture)
Last edited by libojun; 09-15-2013 at 05:58 AM.
|
|
|
09-15-2013, 06:15 AM
|
#21
|
Junior Member
FlashFXP Registered User
Join Date: Dec 2010
Posts: 19
|
4. The string "B19943CE=bytes" in the language file seems Not Work!
I have translated it, but in the GUI, it still show me the English string.
|
|
|
09-15-2013, 07:13 AM
|
#22
|
Senior Member
FlashFXP Beta Tester
Join Date: Feb 2006
Location: location, location.
Posts: 324
|
Are you sure that its ok to translate a measurement unit, since these are standard networking terms/names, imo many of these are not ok to be translated. Accurate translations is one thing and like for like translations are not always the best practice.
The server side strings I never noticed them being translatable but idk whats going on.
__________________
Regards
|
|
|
09-15-2013, 08:20 AM
|
#23
|
Junior Member
FlashFXP Registered User
Join Date: Dec 2010
Posts: 19
|
Quote:
Originally Posted by X3
Are you sure that its ok to translate a measurement unit, since these are standard networking terms/names, imo many of these are not ok to be translated. Accurate translations is one thing and like for like translations are not always the best practice.
|
Actually, all of those "measurement unit" has its corresponding translation norms in Chinese languge. (I don't know if other languages also like this?) So it is no need to doubt its accuracy, and, it would be easier to be translated.
|
|
|
09-15-2013, 08:56 AM
|
#24
|
Senior Member
FlashFXP Beta Tester
Join Date: Feb 2006
Location: location, location.
Posts: 324
|
If Everywhere in Chinese, like OS and other common programs you find these things also translated then the translation should be equal to that which is commonly found (so its consistent and accurate).
Some things are not meant to be translated because they are universal, like mathematical terms, measurement units. But having said that Im not familiar with Chinese.
Interpreting and translating is not equal. Most of time I find translations are interpretations rather than translations and most of the time they are interpreted inaccurately and incorrectly.
__________________
Regards
|
|
|
09-15-2013, 09:39 AM
|
#25
|
Junior Member
FlashFXP Registered User
Join Date: Dec 2010
Posts: 19
|
Quote:
Originally Posted by X3
If Everywhere in Chinese, like OS and other common programs you find these things also translated then the translation should be equal to that which is commonly found (so its consistent and accurate).
Some things are not meant to be translated because they are universal, like mathematical terms, measurement units. But having said that Im not familiar with Chinese.
Interpreting and translating is not equal. Most of time I find translations are interpretations rather than translations and most of the time they are interpreted inaccurately and incorrectly.
|
Well, maybe you misunderstood what I want to express.
I just means somewhere other programs has been translated (such as a standard multi-language software of Microsoft ), and the previous version of FlashFXP has also Included that strings, but the new version does not works correctly, so it would be a bug in the new version, and it should be fixed. No more means! Maybe you Imagined that as "Everything Should Be Translated, No One Can Be Left!"
And, I have checked the string "A61D0EFA=Modified", 100% sure that is a "Fixed and full Locally string", not the "server side strings". (You can Confirm it by yourself)
|
|
|
09-15-2013, 10:23 AM
|
#26
|
FlashFXP Developer
FlashFXP Administrator ioFTPD Beta Tester
Join Date: Oct 2001
Posts: 8,012
|
I am changing the usage of "Modified" to work as followed.
Modified will now only be used in the following 3 places
Text Editor dialog, Active Edits dialog, Language dialog
It will be used exclusively to indicate that the file has been modified.
The "Modified" and "Date" column names are changing to match the English wording "Date Modified"
This was something that should of been done along time ago.
I believe X3 was referring to the use of "bytes" when he replied to you.
In v5 the way translations are done is somewhat different compared to v4, as a result some strings that were previously translated might not be translated, a good example of this is "bytes", please let me know of all situations you encounter like this and I will fix them. this will be corrected for the next build.
|
|
|
09-16-2013, 12:24 AM
|
#27
|
Senior Member
FlashFXP Beta Tester
Join Date: Feb 2006
Location: location, location.
Posts: 324
|
Yes I was referring to bytes, but libojun is saying that hes translated it and that the translation doesn't work or show up.
__________________
Regards
|
|
|
09-16-2013, 01:26 PM
|
#28
|
Junior Member
FlashFXP Registered User
Join Date: Dec 2010
Posts: 19
|
Quote:
Originally Posted by X3
Yes I was referring to bytes, but libojun is saying that hes translated it and that the translation doesn't work or show up.
|
Well, actually, some "measurement unit" already has its corresponding translation norms and a good
quality, not only in Chinese but also others language. (such as Japanese, Korean) You can Search them at http://www.microsoft.com/Language/ , it would be help to you!
I also noted that the localize team of Portuguese does not going to translate some of "measurement unit", maybe due to the customs and habits or something else.
My suggestion is, keep all of similar strings in the language file, and give all of translators the rights to choose if they need/want to translate them or not, and respect their choice and customs and habits.
Nowadays, the FlashFXP no longer a "English Only" program, it would be a "International Multilingual software". So I just hope it could keeps an "Open and Tolerant attitude" eyes to the future!
|
|
|
09-16-2013, 04:23 PM
|
#29
|
Member
FlashFXP Beta Tester
Join Date: Jul 2011
Location: Lincoln Park, NJ
Posts: 73
|
Quote:
Originally Posted by X3
Yes I was referring to bytes, but libojun is saying that hes translated it and that the translation doesn't work or show up.
|
Well since the word is 'byte' not 'B', it should be translated to the native language presentation, if it exists.
The same applies to the 'kilobyte' (which should be translated) and 'KB' (which should not, IMHO).
So that if a file is less than 1KB, it appears as, let's say 500 bytes, it should be 500 å*—节, while if it's 10KB, it would be 10KB.
YMMV.
__________________
Beta testing environment
Desktop:
* * Intel i7-4770 * 16G RAM * SSD * 3 HDD *
* * Simplified Chinese Windows 10 *
Laptop:
* * Intel i5-5200U * 12G RAM * SSD * HDD
* * Simplified Chinese Windows 10 *
|
|
|
09-16-2013, 07:02 PM
|
#30
|
Senior Member
FlashFXP Beta Tester
Join Date: Feb 2006
Location: location, location.
Posts: 324
|
Yes I understand That Chinese has these "rules" though if you look at it, consistency is throw out the door.
Though the only thing that matter is that it is indeed correct and common place and is consistent with however rules for translations are done.
I have learned something interesting about your Mother tongue today.
__________________
Regards
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:44 PM.
|