Summary: | Translation problems for logging in Spanish, Italian and Russian | ||
---|---|---|---|
Product: | ThinLinc | Reporter: | Niko Lehto <nikle> |
Component: | Client | Assignee: | Niko Lehto <nikle> |
Status: | CLOSED FIXED | ||
Severity: | Normal | Keywords: | ossman_tester, prosaic, translation |
Priority: | P2 | ||
Version: | trunk | ||
Target Milestone: | 4.13.0 | ||
Hardware: | PC | ||
OS: | All | ||
Acceptance Criteria: |
Description
Niko Lehto
I've reported these issues to our translators so we'll just have to wait for them to fix this. Found additional errors during testing: In fr.po: - Should not contain a punctuation. >> msgid "Full" >> msgstr "Max." And furthermore the following msgid has problems with the length: >> msgid "Emulate middle mouse button" This string is too long, but still fully visible in: - fr.po - ru.po and too long, with the last letter cropped off every now and then in: - it.po Should be fine to include these in release, but needs to be reported to the translators (In reply to Niko Lehto from comment #2) > Found additional errors during testing: > > In fr.po: > - Should not contain a punctuation. > >> msgid "Full" > >> msgstr "Max." This is propably an abbreviation, so should be fine. > And furthermore the following msgid has problems with the length: > >> msgid "Emulate middle mouse button" > > This string is too long, but still fully visible in: > - fr.po > - ru.po > and too long, with the last letter cropped off every now and then in: > - it.po This we can fix at our end, we will shuffle the ui around a little. (In reply to Niko Lehto from comment #3) > This we can fix at our end, we will shuffle the ui around a little. This will be done in Bug 3990. We have now gotten the changes from transifex. We noticed now that the changes in r35134 are still faulty in es.po: > msgid "Connected to host %s port %d" > msgstr "Conectado al puerto %s del servidor %d" > ^^^^^^^^^ ^^^^^^^^^^^ > "Visor TigerVNC %d-bit v%s\n" > "Visor TigerVNC v. %d de %s bits\n" > ^^^^^ ^^^^^^^ The marked bits are still wrong. They just swapped the format markers around to fix the issues we had. Now the "host %s" is translated to "puerto %s" which is wrong. (In reply to Niko Lehto from comment #6) > > msgid "Connected to host %s port %d" > > msgstr "Conectado al puerto %s del servidor %d" > > ^^^^^^^^^ ^^^^^^^^^^^ > > > "Visor TigerVNC %d-bit v%s\n" > > "Visor TigerVNC v. %d de %s bits\n" These two are now fixed. Tested the 'host/port' logging, and the logfile looks good. Commits look good, as does the log output: > 2020-07-02T12:45:29: vncviewer[E]: CConn: Conectado al servidor 127.0.0.1, puerto 37533 > 2020-07-02T12:46:17: vncviewer[E]: CConn: Connesso all’host 127.0.0.1 porta 49041 |