2016-09-29 12:46 GMT+02:00 Gustavo Noronha Silva <g...@gnome.org>:
> The strings are in the gsettings schema, they will only be visible in
> dconf-editor:
>
> diff --git a/data/org.gnome.epiphany.host.gschema.xml
> b/data/org.gnome.epiphany.host.gschema.xml
> new file mode 100644
> index 0000000..f70c7b7
> --- /dev/null
> +++ b/data/org.gnome.epiphany.host.gschema.xml
> @@ -0,0 +1,13 @@
> +<schemalist>
> +  <enum id="org.gnome.Epiphany.host.permissions">
> +    <value nick="undecided" value="-1"/>
> +    <value nick="deny" value="0"/>
> +    <value nick="allow" value="1"/>
> +  </enum>
> +
> +  <schema id="org.gnome.Epiphany.host" gettext-domain="">
> +    <key name="notifications-permission"
> enum="org.gnome.Epiphany.host.permissions">
> +      <default>"undecided"</default>
> +    </key>
> +  </schema>
> +</schemalist>
>

There are no strings that would be extracted for translation here, as
far as I know.

Best regards,

-- 
Piotr Drąg
https://piotrdrag.fedorapeople.org
_______________________________________________
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to