Bug 194852
Summary: | Add comments not to translate "file URL" and "file scheme URLs". | ||
---|---|---|---|
Product: | WebKit | Reporter: | scootergrisen |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Enhancement | CC: | bugs-noreply, piotrdrag |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
scootergrisen
The translation po files for WebKitGTK+ contains some strings with "file URL" and "file scheme URLs".
I suspect these are describing the "file:///..." kind of URLs and therefor should proplerly not translate the word "file" as seems to be the case for at least some languages.
So suggest adding comments to the strings about not translating "file URL" and "file scheme URLs" and give an example like "file://..." so the translator can better understand what it is for.
#: ../../../../WebKit/UIProcess/API/glib/WebKitSettings.cpp:1412
msgid "Allow file access from file URLs"
#: ../../../../WebKit/UIProcess/API/glib/WebKitSettings.cpp:1413
msgid "Whether file access is allowed from file URLs."
#: ../../../../WebKit/UIProcess/API/glib/WebKitSettings.cpp:1432
msgid "Allow universal access from the context of file scheme URLs"
#: ../../../../WebKit/UIProcess/API/glib/WebKitSettings.cpp:1433
msgid ""
"Whether or not universal access is allowed from the context of file scheme "
"URLs"
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |