Localisation fixes

pull/58/head
parent 2ccabba299
commit b493a91599

@ -176,4 +176,7 @@
#define EXIT_WARNING_LABEL _("Are you sure want to exit and interrupt installation process?")
#define PROGRESS_LOG_LABEL _("Progress log")
#define INSTALL_LOG_LABEL _("Installation log")
#define INSTALL_LOG_LABEL _("Installation log")
#define ADD_LAYOUT_LABEL _("Add layouts")
#define REMOVE_LAYOUT_LABEL _("Remove layout")

@ -2159,6 +2159,7 @@ and help you install UBLinux on your computer</property>
<property name="sensitive">False</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">Add layouts</property>
<property name="image">image13</property>
<style>
<class name="thin"/>
@ -2176,6 +2177,7 @@ and help you install UBLinux on your computer</property>
<property name="sensitive">False</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">Remove layout</property>
<property name="image">image14</property>
<style>
<class name="thin"/>

@ -622,6 +622,12 @@ msgstr ""
msgid "Progress log"
msgstr ""
msgid "Add layouts"
msgstr ""
msgid "Remove layout"
msgstr ""
msgid "English, U.S.A.; Russian, Russia"
msgstr ""

@ -635,6 +635,12 @@ msgstr "Лог установки"
msgid "Progress log"
msgstr "Лог прогресса"
msgid "Add layouts"
msgstr "Добавить раскладки"
msgid "Remove layout"
msgstr "Удалить раскладку"
#: source/ubl-strings.h:140
msgid "Read installation log"
msgstr "Открыть лог установки"

Loading…
Cancel
Save