]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Enable Japanese language on web interface
authorMarcin Haba <marcin.haba@bacula.pl>
Thu, 8 Dec 2016 14:05:19 +0000 (15:05 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Thu, 8 Dec 2016 14:05:19 +0000 (15:05 +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/Lang/pt/messages.mo
gui/baculum/protected/Lang/pt/messages.po
gui/baculum/protected/Pages/ConfigurationWizard.page

index 5fbb7a348ca3fadaaf43572bb3aae34340ea504c..17fffd7f5d04192401858ac8a9cadf487e9607aa 100644 (file)
Binary files a/gui/baculum/protected/Lang/en/messages.mo and b/gui/baculum/protected/Lang/en/messages.mo differ
index 6307d6339813bbdfaad03b612b04c2c9b44ac87c..2eeeb7a3ee43e6ff73f66af04877bdf6f52a526c 100644 (file)
@@ -26,6 +26,9 @@ msgstr "Polish"
 msgid "Portuguese"
 msgstr "Portuguese"
 
+msgid "Japanese"
+msgstr "Japanese"
+
 msgid "&lt; Previous"
 msgstr "&lt; Previous"
 
index aedac03abb7ba47dcdf96ff22ad1a39d5bcf3e46..da79b255506abf8003ba940291a2f6edae1f5e34 100644 (file)
Binary files a/gui/baculum/protected/Lang/pl/messages.mo and b/gui/baculum/protected/Lang/pl/messages.mo differ
index 4afb0867a4491330e38810707e6a8d2f03407404..a4e648452508c757d025420126b238ae3f6a1d2c 100644 (file)
@@ -44,6 +44,9 @@ msgstr "polski"
 msgid "Portuguese"
 msgstr "portugalski"
 
+msgid "Japanese"
+msgstr "japoński"
+
 msgid "Console"
 msgstr "Konsola"
 
index 9af856a48b9dd8ad9e840cfdf93cd27d43654bf4..ae34ec4ad1e26ca9a5e195a7b601125720644d2f 100644 (file)
Binary files a/gui/baculum/protected/Lang/pt/messages.mo and b/gui/baculum/protected/Lang/pt/messages.mo differ
index 6f193fb6a77bf3227c7c00cdd3c4acc5354a23b0..0d7f006e59b5f339b42d713a1a516cd93dbecb39 100644 (file)
@@ -26,6 +26,9 @@ msgstr "Polish"
 msgid "Portuguese"
 msgstr "Português"
 
+msgid "Japanese"
+msgstr "Japanese"
+
 msgid "&lt; Previous"
 msgstr "&lt; Voltar"
 
index e64a94a610932abc34e08637a0214f7005369212..30d3bd106ff041dd28cfeb39795c8e7dfa2ca43e 100644 (file)
@@ -61,6 +61,7 @@
                                                 <com:TListItem Value="en" Text="<%[ English ]%>" />
                                                 <com:TListItem Value="pl" Text="<%[ Polish ]%>" />
                                                 <com:TListItem Value="pt" Text="<%[ Portuguese ]%>" />
+                                                <com:TListItem Value="ja" Text="<%[ Japanese ]%>" />
                                         </com:TActiveDropDownList>
                                         <com:TCompareValidator CssClass="validator-block" Display="Dynamic" ControlToValidate="Lang" DataType="String" ValueToCompare="none" Operator="NotEqual" Text="<%[ Please select language. ]%>" />
                                 </div>