зеркало из https://github.com/mozilla/gecko-dev.git
Bug 584767 - webapps frontend (string tweak) [r=fabrice]
This commit is contained in:
Родитель
15f103724e
Коммит
8bea83ca56
|
@ -67,21 +67,21 @@
|
|||
<image class="button-image-icon"/>
|
||||
<vbox flex="1">
|
||||
<description class="prompt-checkbox-label" flex="1">&webapps.perm.geolocation;</description>
|
||||
<description class="prompt-checkbox-label webapps-perm-requested-hint" id="webapps-geoloc-app">&webapps.perm.requested;</description>
|
||||
<description class="prompt-checkbox-label webapps-perm-requested-hint" id="webapps-geoloc-app">&webapps.perm.requestedHint;</description>
|
||||
</vbox>
|
||||
</button>
|
||||
<button id="webapps-offline-checkbox" perm="offline-app" type="checkbox" class="button-checkbox webapps-perm" flex="1">
|
||||
<image class="button-image-icon"/>
|
||||
<vbox flex="1">
|
||||
<description class="prompt-checkbox-label" flex="1">&webapps.perm.offline;</description>
|
||||
<description class="prompt-checkbox-label webapps-perm-requested-hint" id="webapps-offline-app">&webapps.perm.requested;</description>
|
||||
<description class="prompt-checkbox-label webapps-perm-requested-hint" id="webapps-offline-app">&webapps.perm.requestedHint;</description>
|
||||
</vbox>
|
||||
</button>
|
||||
<button id="webapps-notifications-checkbox" perm="desktop-notification" type="checkbox" class="button-checkbox webapps-perm" flex="1">
|
||||
<image class="button-image-icon"/>
|
||||
<vbox flex="1">
|
||||
<description class="prompt-checkbox-label" flex="1">&webapps.perm.notifications;</description>
|
||||
<description class="prompt-checkbox-label webapps-perm-requested-hint" id="webapps-notifications-app">&webapps.perm.requested;</description>
|
||||
<description class="prompt-checkbox-label webapps-perm-requested-hint" id="webapps-notifications-app">&webapps.perm.requestedHint;</description>
|
||||
</vbox>
|
||||
</button>
|
||||
</scrollbox>
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
<!ENTITY webapps.perm.geolocation "Location-aware browsing">
|
||||
<!ENTITY webapps.perm.offline "Offline data storage">
|
||||
<!ENTITY webapps.perm.notifications "Desktop notifications">
|
||||
<!ENTITY webapps.perm.requested "requested">
|
||||
<!ENTITY webapps.perm.requestedHint "(requested)">
|
||||
|
|
Загрузка…
Ссылка в новой задаче