Add floater_media_settings.xml to translations, and fix its title to fit in with the other floater titles
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
mouse_opaque="true"
|
mouse_opaque="true"
|
||||||
name="media_settings"
|
name="media_settings"
|
||||||
help_topic = "media_settings"
|
help_topic = "media_settings"
|
||||||
title="MEDIA SETTINGS">
|
title="Media Settings">
|
||||||
<button
|
<button
|
||||||
bottom="-525"
|
bottom="-525"
|
||||||
enabled="true"
|
enabled="true"
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<floater name="media_settings" title="Configuración De Los Media">
|
||||||
|
<button label="OK" label_selected="OK" name="OK"/>
|
||||||
|
<button label="Cancelar" label_selected="Cancelar" name="Cancel"/>
|
||||||
|
<button label="Aplicar" label_selected="Aplicar" name="Apply"/>
|
||||||
|
</floater>
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<floater name="media_settings" title="Paramètres Des Médias">
|
||||||
|
<button label="OK" label_selected="OK" name="OK"/>
|
||||||
|
<button label="Annuler" label_selected="Annuler" name="Cancel"/>
|
||||||
|
<button label="Appliquer" label_selected="Appliquer" name="Apply"/>
|
||||||
|
</floater>
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<floater name="media_settings" title="Configurações De Mídia">
|
||||||
|
<button label="OK" label_selected="OK" name="OK"/>
|
||||||
|
<button label="Cancelar" label_selected="Cancelar" name="Cancel"/>
|
||||||
|
<button label="Aplicar" label_selected="Aplicar" name="Apply"/>
|
||||||
|
</floater>
|
||||||
Reference in New Issue
Block a user