Bug 1186498 - Let the "cached" of transferredSize can be localized. r=jsantell

This commit is contained in:
YFdyh000 2015-08-03 04:56:00 -04:00
Родитель f7e2152921
Коммит 898422e42d
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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