Closed Bug 1422825 Opened 7 years ago Closed 7 years ago

[ta] Strings longer than allowed in pipnss.properties

Categories

(Mozilla Localizations :: ta / Tamil, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: flod, Assigned: ksmammar)

Details

pipnss.properties includes a few special strings with hard length limits https://hg.mozilla.org/l10n/gecko-strings/file/default/security/manager/chrome/pipnss/pipnss.properties#l10 Once converted to UTF-8, the string needs to be shorter than the specified limit (32 or 64 bytes), otherwise it will be truncated in the interface. There are currently some strings in your localization that exceed this limit and need to be fixed: - Fips140SlotDescription (FIPS 140 க்ரிப்டோகிராபிக், விசை மற்றும் சான்றிதழ் சேவைகள்) is longer than 64 bytes (current length: 143 bytes) - Fips140TokenDescription (மென்பொருள் பாதுகாப்பு சாதனம்(FIPS)) is longer than 32 bytes (current length: 86 bytes) - InternalToken (மென்பொருள் பாதுகாப்பு சாதனம்) is longer than 32 bytes (current length: 80 bytes) - LibraryDescription (PSM உள்ளார்ந்த க்ரிப்டோ சேவைகள்) is longer than 32 bytes (current length: 81 bytes) - RootCertModuleName (உட்கட்டப்பட்ட ரூட்ஸ் தொகுதி) is longer than 64 bytes (current length: 77 bytes) - SlotDescription (PSM உள்ளார்ந்த க்ரிப்டோகிராபிக் சேவைகள்) is longer than 64 bytes (current length: 105 bytes) - TokenDescription (பொதுவான க்ரிப்டோ சேவைகள்) is longer than 32 bytes (current length: 68 bytes) - TokenDescription (பொதுவான க்ரிப்டோ சேவைகள்) is longer than 32 bytes (current length: 68 bytes) Strings are available in this file in Pontoon https://pontoon.mozilla.org/ta/firefox/security/manager/chrome/pipnss/pipnss.properties/ *** HOW TO FIX THIS BUG To check the length of a string, you can use the Browser Console in Firefox: 1. Open Tools->Web Developer->Browser Console 2. In the input field at the bottom of the window copy and paste the following code, replacing YOURSTRING with your actual translation, keeping the surrounding quotes (new TextEncoder('utf-8').encode('YOURSTRING')).length 3. Press enter The number displayed is the current string length. One important consideration: it might be impossible for some languages to come up with a reasonable translation within these limits, since the length in bytes does not match the length in characters. For example: "cookie" is 6 bytes, "కుకీలు" is 18 bytes. In this case, it's better to keep the English text than a translation that won't be understandable because of truncations.
Updated list: - Fips140SlotDescription (FIPS 140 க்ரிப்டோகிராபிக், விசை மற்றும் சான்றிதழ் சேவைகள்) is longer than 64 bytes (current length: 143 bytes) - Fips140TokenDescription (மென்பொருள் பாதுகாப்பு சாதனம்(FIPS)) is longer than 32 bytes (current length: 86 bytes) - InternalToken (மென்பொருள் பாதுகாப்பு சாதனம்) is longer than 32 bytes (current length: 80 bytes) - LibraryDescription (PSM உள்ளார்ந்த க்ரிப்டோ சேவைகள்) is longer than 32 bytes (current length: 81 bytes) - PrivateTokenDescription (மென்பொருள் பாதுகாப்பு சாதனம்) is longer than 32 bytes (current length: 80 bytes) - RootCertModuleName (உட்கட்டப்பட்ட ரூட்ஸ் தொகுதி) is longer than 64 bytes (current length: 77 bytes) - SlotDescription (PSM உள்ளார்ந்த க்ரிப்டோகிராபிக் சேவைகள்) is longer than 64 bytes (current length: 105 bytes) - TokenDescription (பொதுவான க்ரிப்டோ சேவைகள்) is longer than 32 bytes (current length: 68 bytes)
Corrected the strings, flod, please verify them.
Looks good, thanks!
Assignee: nobody → ksmammar
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.