This is an automated email from the ASF dual-hosted git repository. marcus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
commit 3e55996680e1d2be279a87947b0d2370500d5254 Author: Marcus <[email protected]> AuthorDate: Wed Mar 31 21:38:02 2021 +0200 Added missing strings --- assets/xx/download/msg_prop_l10n_xx.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/xx/download/msg_prop_l10n_xx.js b/assets/xx/download/msg_prop_l10n_xx.js index e13d83a..be664d1 100644 --- a/assets/xx/download/msg_prop_l10n_xx.js +++ b/assets/xx/download/msg_prop_l10n_xx.js @@ -52,7 +52,7 @@ l10n.dl_green_box_select_box_os_values = [ "Windows (EXE)", l10n.dl_green_box_select_box_language_values = [ "" ]; // l10n.dl_green_box_select_box_lang_values_custom = [ "" ]; - // Value Visible text Tool tip +// Value Visible text Tool tip l10n.dl_green_box_select_box_lang_values_custom = [ "ast", "Asturian", "Asturianu", "eu", "Basque", "Euskara", "bg", "Bulgarian", "български език", @@ -347,6 +347,8 @@ l10n.dl_analyze_copy_button_text = "Copy with [Ctrl]+[C] / [⌘]+[C]"; l10n.dl_analyze_copy_button_title = "Copy the selected table data via [ Ctrl ] + [ C ] or [ ⌘ ] + [ C ] into the clipboard"; // Analyze: Strings for the table (used in "analyze.html"). +l10n.dl_analyze_table_problem_text1 = "Problem description"; +l10n.dl_analyze_table_problem_text2 = "Exchange this text to describe the problem <br /><br />(What does not work? What do you expect?)"; l10n.dl_analyze_table_browser_text = "Browser variables"; l10n.dl_analyze_table_values_text = "Values"; l10n.dl_analyze_table_yes_text = "Yes";
