зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1186498 - Let the "cached" of transferredSize can be localized. r=jsantell
This commit is contained in:
Родитель
f7e2152921
Коммит
898422e42d
|
@ -1667,7 +1667,7 @@ RequestsMenuView.prototype = Heritage.extend(WidgetMethods, {
|
|||
text = L10N.getStr("networkMenu.sizeUnavailable");
|
||||
}
|
||||
else if(aValue === "cached") {
|
||||
text = aValue;
|
||||
text = L10N.getStr("networkMenu.sizeCached");
|
||||
node.classList.add('theme-comment');
|
||||
}
|
||||
else {
|
||||
|
|
|
@ -179,6 +179,11 @@ networkMenu.sizeKB=%S KB
|
|||
# unavailable.
|
||||
networkMenu.sizeUnavailable=—
|
||||
|
||||
# LOCALIZATION NOTE (networkMenu.sizeCached): This is the label displayed
|
||||
# in the network menu specifying the transferred of a request is
|
||||
# cached.
|
||||
networkMenu.sizeCached=cached
|
||||
|
||||
# LOCALIZATION NOTE (networkMenu.totalMS): This is the label displayed
|
||||
# in the network menu specifying the time for a request to finish (in milliseconds).
|
||||
networkMenu.totalMS=→ %S ms
|
||||
|
|
Загрузка…
Ссылка в новой задаче