189496 patch by magicdice@hotmail.com r=dean_tessman sr=bz Capitalize accesskeys in cache preferences

This commit is contained in:
cbiesinger%web.de 2006-05-17 02:35:32 +00:00
Родитель 52bbc3616c
Коммит 64c4a17bc0
1 изменённых файлов: 9 добавлений и 9 удалений

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

@ -5,7 +5,7 @@
<!ENTITY cacheTitle.label "Set Cache Options">
<!ENTITY cachePara "The cache keeps copies of frequently visited web pages on your hard disk. (Clicking Reload always shows you the latest version of a page.)">
<!ENTITY diskCache.label "Cache:">
<!ENTITY diskCache.accesskey "c">
<!ENTITY diskCache.accesskey "C">
<!ENTITY kbytes "KB">
<!ENTITY diskCacheFolder.label "Cache Folder:">
<!ENTITY clearDiskCache.label "Clear Cache">
@ -15,18 +15,18 @@
<!ENTITY diskCacheFolderExplanation "Cache files will be stored in a subfolder named &quot;Cache&quot; of the directory you specify. Restart &brandShortName; for changes to take effect.">
<!ENTITY docCache "Compare the page in the cache to the page on the network:">
<!ENTITY chooseFolder.label "Choose Folder...">
<!ENTITY chooseFolder.accesskey "f">
<!ENTITY chooseFolder.accesskey "F">
<!ENTITY oncePsessionRadio.label "Once per session">
<!ENTITY oncePsessionRadio.accesskey "o">
<!ENTITY oncePsessionRadio.accesskey "O">
<!ENTITY everyTimeRadio.label "Every time I view the page">
<!ENTITY everyTimeRadio.accesskey "e">
<!ENTITY everyTimeRadio.accesskey "E">
<!ENTITY neverRadio.label "Never">
<!ENTITY neverRadio.accesskey "n">
<!ENTITY neverRadio.accesskey "N">
<!ENTITY autoRadio.label "When the page is out of date">
<!ENTITY autoRadio.accesskey "w">
<!ENTITY autoRadio.accesskey "W">
<!ENTITY prefetchTitle.label "Link Prefetching">
<!ENTITY prefetchTitle.label "Link Prefetching">
<!-- <!ENTITY enablePrefetch.label "Enable link prefetching"> -->
<!ENTITY enablePrefetch.label "Prefetch web pages when idle, so that links in web pages designed for prefetching can load faster.">
<!ENTITY enablePrefetch.accesskey "p">
<!ENTITY enablePrefetch.label "Prefetch web pages when idle, so that links in web pages designed for prefetching can load faster.">
<!ENTITY enablePrefetch.accesskey "P">
<!-- <!ENTITY prefetchDesc.label "If you check this item, &brandShortName; will follow special directives from websites to prefetch content while the browser is idle. Websites designed to take advantage of this feature will appear to load quicker."> -->