mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
40 lines
2.1 KiB
DTD
40 lines
2.1 KiB
DTD
<!-- LOCALIZATION NOTE : This file contains platform-specific strings which
|
|
occur in large numbers throughout Help docs.
|
|
Generally, for these strings it's less code to store
|
|
them here than to hard-code the value of the entity
|
|
in every place it's used, or using an entity is less
|
|
confusing than typing a string like the jumbled messes
|
|
used below for "preference" and derivatives. Feel free
|
|
to add more strings here as long as you run them by the
|
|
Help module owner first (to prevent excessive use of
|
|
such strings when other methods are preferable). -->
|
|
|
|
<!-- Options -->
|
|
|
|
<!ENTITY pref.menuPath '<span class="win menuPath">Tools > Options</span><span
|
|
class="unix menuPath">Edit > Preferences</span><span
|
|
class="mac menuPath">&brandShortName; > Preferences</span>' >
|
|
<!ENTITY pref.singular '<span class="win">option</span><span
|
|
class="noWin">preference</span>' >
|
|
<!ENTITY pref.plural '<span class="win">options</span><span
|
|
class="noWin">preferences</span>' >
|
|
<!ENTITY pref.singularCaps '<span class="win">Option</span><span
|
|
class="noWin">Preference</span>' >
|
|
<!ENTITY pref.pluralCaps '<span class="win">Options</span><span
|
|
class="noWin">Preferences</span>' >
|
|
|
|
<!-- Keys -->
|
|
|
|
<!ENTITY ctrlKey '<kbd>Ctrl</kbd>' >
|
|
<!ENTITY accelKey '<kbd class="noMac">Ctrl</kbd><kbd
|
|
class="mac">Cmd</kbd>' >
|
|
<!ENTITY altKey '<kbd class="noMac">Alt</kbd><kbd
|
|
class="mac">Opt</kbd>' >
|
|
<!ENTITY shiftKey '<kbd>Shift</kbd>' >
|
|
<!ENTITY enterKey '<kbd class="noMac">Enter</kbd><kbd
|
|
class="mac">Return</kbd>' >
|
|
|
|
<!-- Image Location Base URL -->
|
|
|
|
<!ENTITY images.baseURL 'http://www.mozilla.org/projects/firefox/help/2.0'>
|