]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Enable Portuguese language on web interface
authorMarcin Haba <marcin.haba@bacula.pl>
Mon, 11 Jan 2016 20:14:22 +0000 (21:14 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Wed, 13 Jan 2016 08:00:47 +0000 (09:00 +0100)
gui/baculum/protected/Lang/en/messages.mo
gui/baculum/protected/Lang/en/messages.po
gui/baculum/protected/Lang/pl/messages.mo
gui/baculum/protected/Lang/pl/messages.po
gui/baculum/protected/Pages/ConfigurationWizard.page

index 53838bef85aa50cdf1adec9dc4379f4b44dca07f..474318dcf0f15f6c83bc11b88903bd566a4d349a 100644 (file)
Binary files a/gui/baculum/protected/Lang/en/messages.mo and b/gui/baculum/protected/Lang/en/messages.mo differ
index 714dd3945578a8bc1cc484548a30223bdf8aa68e..08e8266ff8e53f11baab89408c7f7763c40c058b 100644 (file)
@@ -23,6 +23,9 @@ msgstr "English"
 msgid "Polish"
 msgstr "Polish"
 
+msgid "Portuguese"
+msgstr "Portuguese"
+
 msgid "&lt; Previous"
 msgstr "&lt; Previous"
 
index b748100927d705003a7429c13a7a557d26bfc906..a309360e0563e0f73bc15b459d9e3197c026ea6f 100644 (file)
Binary files a/gui/baculum/protected/Lang/pl/messages.mo and b/gui/baculum/protected/Lang/pl/messages.mo differ
index 774876fb357ba5c551e27fc0118adeeb40b1f01c..f04920467f2ba06b96db59be0dce5fc753b94fa1 100644 (file)
@@ -41,6 +41,9 @@ msgstr "angielski"
 msgid "Polish"
 msgstr "polski"
 
+msgid "Portuguese"
+msgstr "portugalski"
+
 msgid "Console"
 msgstr "Konsola"
 
index c070e703b02afb92ea9e1e897c8d40d4cda56610..2efc8ccb7a50ad12a5fc0c12bd23361db429f8b8 100644 (file)
@@ -60,6 +60,7 @@
                                        <com:TActiveDropDownList ID="Lang" CssClass="textbox" Width="150px" OnTextChanged="setLang" CausesValidation="false">
                                                <com:TListItem Value="en" Text="<%[ English ]%>" />
                                                <com:TListItem Value="pl" Text="<%[ Polish ]%>" />
+                                               <com:TListItem Value="pt" Text="<%[ Portuguese ]%>" />
                                        </com:TActiveDropDownList>
                                        <com:TCompareValidator CssClass="validator-block" Display="Dynamic" ControlToValidate="Lang" DataType="String" ValueToCompare="none" Operator="NotEqual" Text="<%[ Please select language. ]%>" />
                                </div>