Closed
Bug 761972
Opened 13 years ago
Closed 13 years ago
Multiple access keys used in preferences dialog for is locale
Categories
(Mozilla Localizations :: is / Icelandic, defect)
Mozilla Localizations
is / Icelandic
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: kristjanbjarni)
References
()
Details
(Whiteboard: [mozmill-l10n])
Our Mozmill l10n tests have been shown that there are some access keys which are used multiple times in the same scope. The full list of those keys you can find here:
http://mozmill-ci.blargon7.com/#/l10n/report/fdec829b93b19c73985be1d388717c6b
Details:
accessKey: l found in strings: [id: showTabBar, label: Sýna alltaf flipaslá], [id: restoreOnDemand, label: Don’t load tabs until selected]
accessKey: e found in strings: [id: privateBrowsingAutoStart, label: Nota alltaf einkavöfrun], [id: keepUntil, label: (label is undefined)]
accessKey: h found in strings: [id: (id is undefined), label: Hjálp], [id: alwaysClear, label: Hreinsa feril þegar Aurora hættir]
| Assignee | ||
Comment 1•13 years ago
|
||
OK Fixed the access keys in revision 195eb83e843e
http://hg.mozilla.org/releases/l10n/mozilla-aurora/is/rev/195eb83e843e
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•13 years ago
|
||
It's not fully fixed on aurora yet, but because of bug 762798 we are blocked in reporting all the broken nodes.
http://mozmill-crowd.blargon7.com/#/l10n/report/87961186c2b807b7747aa7e6d4070c48
accessKey: e found in strings: [id: privateBrowsingAutoStart, label: Nota alltaf einkavöfrun], [id: keepUntil, label: (label is undefined)]
accessKey: h found in strings: [id: (id is undefined), label: Hjálp], [id: alwaysClear, label: Hreinsa feril þegar Aurora hættir]
That's with the latest 14.0a2 Aurora build which is now in beta.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 3•13 years ago
|
||
The reason why we fail to process all windows with this locale is:
http://hg.mozilla.org/releases/l10n/mozilla-aurora/is/file/195eb83e843e/browser/chrome/browser/preferences/preferences.properties#l19
cookiepermissionstitle=Undanþágur - Smákökur\n
The final backslash shouldn't be there. If you can remove this too we can hopefully check all accesskeys again. This should apply to all branches IMO.
Assignee: nobody → kristjanbjarni
Status: REOPENED → ASSIGNED
| Assignee | ||
Comment 4•13 years ago
|
||
Ok fixed the cookiepermissionstitle aurora and beta
| Reporter | ||
Comment 5•13 years ago
|
||
I cannot verify this fix because no repack has been triggered for changeset:
http://hg.mozilla.org/releases/l10n/mozilla-aurora/is/rev/9bf83aca9807
Chris, would you mind to check that?
| Reporter | ||
Comment 6•13 years ago
|
||
Oh just to add it refers to bug 741756.
| Reporter | ||
Comment 7•13 years ago
|
||
There are still a couple of duplicates around:
http://mozmill-ci.blargon7.com/#/l10n/report/44fc451c2e6b66b62172f2e13e23e6ad
accessKey: "l" found in: label[control=filter][accesskey=L], button[label=Loka]
accessKey: "h" found in: button[label=Hjálp], checkbox#allowHWAccel, checkbox#alwaysCheckDefault
accessKey: "v" found in: checkbox#blockAutoRefresh, button#setDefaultButton
accessKey: "h" found in: button[label=Hjálp], button#clearCacheButton, checkbox#allowSmartSize
accessKey: "t" found in: button#connectionSettings, checkbox#offlineNotify
accessKey: "a" found in: radio[label=Setja sjálfvirkt inn uppfærslur (mælt með: eykur öryggi)], radio[label=Athuga með uppfærslur, en leyfa mér að velja hvenær á að setja þær upp]
accessKey: "l" found in: radio[label=Aldrei athuga með uppfærslur (ekki mælt með: öryggisáhætta)], checkbox#enableSearchUpdate
| Assignee | ||
Comment 8•13 years ago
|
||
I believe that there are no duplicates anymore
| Reporter | ||
Comment 9•13 years ago
|
||
I have seen that our CI was not running. :/ I fixed it but we will have to wait until your next commit to the aurora branch. Once that happened please let me know and we can re-check.
| Assignee | ||
Comment 10•13 years ago
|
||
I think there are no more duplicates
| Reporter | ||
Comment 11•13 years ago
|
||
Yes, it looks great at the moment. Thanks a lot!
Status: ASSIGNED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•