Bug 1153805 - Fix localization string in about:serviceworkers, r=flod

This commit is contained in:
Andrea Marchesini 2015-04-13 13:47:30 +01:00
Родитель fb4b821e19
Коммит 5ed1a7e3b7
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -14,10 +14,8 @@ scriptSpec = Script Spec:
# LOCALIZATION NOTE the term "Worker" should not be translated.
currentWorkerURL = Current Worker URL:
# LOCALIZATION NOTE the term "Cache" should not be translated.
activeCacheName = Active Cache Name:
# LOCALIZATION NOTE the term "Cache" should not be translated.
waitingCacheName = Waiting Cache Name:
true = true

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

@ -55,7 +55,9 @@ Windows/Mac use the term "Folder" instead of "Directory" -->
<!ENTITY aboutSupport.appBasicsBuildConfig "Build Configuration">
<!ENTITY aboutSupport.appBasicsUserAgent "User Agent">
<!ENTITY aboutSupport.appBasicsMemoryUse "Memory Use">
<!ENTITY aboutSupport.appBasicsServiceWorkers "Registered ServiceWorkers">
<!-- LOCALIZATION NOTE the term "Service Workers" should not be translated. -->
<!ENTITY aboutSupport.appBasicsServiceWorkers "Registered Service Workers">
<!ENTITY aboutSupport.appBasicsMultiProcessSupport "Multiprocess Windows">