summaryrefslogtreecommitdiff
path: root/RepositoryModule_host.mk
blob: b215316d70a15326254ca2af6446695cf1ca8563 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#


$(eval $(call gb_Module_Module,libreoffice))

# This makefile needs to be read first because some variables like T_LIBS
# for libmerged are cleared there and then later we append stuff to it
# through e.g. gb_Library_use_external for various libraries in libmerged.
ifneq ($(MERGELIBS),)
$(eval $(call gb_Module_add_targets,libreoffice,\
	Library_merged \
))
endif

$(eval $(call gb_Module_add_moduledirs,libreoffice,\
	accessibility \
	android \
	animations \
	apple_remote \
	$(call gb_Helper_optional,AVMEDIA,avmedia) \
	basctl \
	basebmp \
	basegfx \
	basic \
	bean \
	binaryurp \
	bridges \
	canvas \
	chart2 \
	$(call gb_Helper_optional,OPENCL,clew) \
	cli_ure \
	$(call gb_Helper_optional,DESKTOP,codemaker) \
	comphelper \
	configmgr \
	$(call gb_Helper_optional,DBCONNECTIVITY,connectivity) \
	cppcanvas \
	cppu \
	cppuhelper \
	cpputools \
	cui \
	$(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
	desktop \
	$(call gb_Helper_optional,DICTIONARIES,dictionaries) \
	dtrans \
	drawinglayer \
	editeng \
	embeddedobj \
	embedserv \
	eventattacher \
	extensions \
	external \
	extras \
	filter \
	$(call gb_Helper_optional,DBCONNECTIVITY,forms) \
	formula \
	$(call gb_Helper_optional,DESKTOP,fpicker) \
	framework \
	$(call gb_Helper_optional,DESKTOP,helpcompiler) \
	$(call gb_Helper_optional,HELP,helpcontent2) \
	hwpfilter \
	i18nlangtag \
	i18npool \
	i18nutil \
	idl \
	$(call gb_Helper_optional,DESKTOP,idlc) \
	instsetoo_native \
	io \
	javaunohelper \
	jurt \
	jvmaccess \
	jvmfwk \
	librelogo \
	libreofficekit \
	lingucomponent \
	linguistic \
	lotuswordpro \
	$(call gb_Helper_optional,DESKTOP,l10ntools) \
	$(call gb_Helper_optional,MARIADBC,mysqlc) \
	$(call gb_Helper_optional,NLPSOLVER,nlpsolver) \
	o3tl \
	$(call gb_Helper_optional,ODK,odk) \
	offapi \
	officecfg \
	oovbaapi \
	oox \
	$(call gb_Helper_optional,OPENCL,opencl) \
	package \
	postprocess \
	$(call gb_Helper_optional,PYUNO,pyuno) \
	$(call gb_Helper_optional,QADEVOOO,qadevOOo) \
	readlicense_oo \
	registry \
	remotebridges \
	reportbuilder \
	$(call gb_Helper_optional,DBCONNECTIVITY,reportdesign) \
	ridljar \
	rsc \
	sal \
	salhelper \
	sax \
	sc \
	scaddins \
	sccomp \
	$(call gb_Helper_optional,DESKTOP,scp2) \
	scripting \
	sd \
	sdext \
	$(call gb_Helper_optional,DESKTOP,setup_native) \
	sfx2 \
	shell \
	slideshow \
	smoketest \
	solenv \
	soltools \
	sot \
	starmath \
	stoc \
	store \
	svl \
	svtools \
	svgio \
	svx \
	sw \
	swext \
	sysui \
	test \
	testtools \
	toolkit \
	tools \
	tubes \
	ucb \
	ucbhelper \
	udkapi \
	UnoControls \
	unodevtools \
	unoil \
	unoidl \
	unotest \
	unotools \
	unoxml \
	ure \
	uui \
	vbahelper \
	vcl \
	winaccessibility \
	wizards \
	writerfilter \
	writerperfect \
	xmerge \
	$(call gb_Helper_optional,DESKTOP,xmlhelp) \
	xmloff \
	xmlreader \
	xmlscript \
	xmlsecurity \
))

# Especially when building everything with symbols, the linking of the largest
# libraries takes enormous amounts of RAM.	To prevent annoying OOM situations
# etc., try to prevent linking these in parallel by adding artificial build
# order dependencies here.
define repositorymodule_serialize1
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktarget,$(1))) \
	:| $(foreach lib,$(2),$(call gb_Library_get_target,$(lib)))
endef

define repositorymodule_serialize
$(if $(filter-out 0 1,$(words $(1))),\
$(call repositorymodule_serialize1,$(firstword $(1)),$(wordlist 2,$(words $(1)),$(1))))
$(if $(strip $(1)),\
$(call repositorymodule_serialize,$(wordlist 2,$(words $(1)),$(1))))
endef

# DO NOT SORT ALPHABETICALLY: the libraries must be listed in dependency order,
# otherwise cyclic dependencies ruin everything.
# do not serialize on a partial build as that may fail due to missing deps.
# the default goal is all (see Module.mk)
ifeq (,$(filter-out all build check unitcheck slowcheck subsequentcheck,$(MAKECMDGOALS)))
$(eval $(call repositorymodule_serialize,\
	scfilt \
	$(call gb_Helper_optional,SCRIPTING,vbaobj) \
	sc msword \
	$(call gb_Helper_optional,DESKTOP,swui) \
	sw sd \
	$(call gb_Helper_optional,DBCONNECTIVITY,dbu) \
	writerfilter cui chartcontroller chartcore oox \
	$(if $(MERGELIBS), merged, \
		svx svxcore xo sfx fwk svt vcl) \
))
endif

# vim: set noet sw=4 ts=4:
ctx'> "fixedtext.text"
-msgid "For example: -Dmyprop=c:program filesjava"
-msgstr ""
+msgid "For example: -Dmyprop=c:\\program files\\java"
+msgstr "Ví dụ: -Dmyprop=c:\\program files\\java"
#: optjava.src
msgctxt ""
diff --git a/source/vi/cui/uiconfig/ui.po b/source/vi/cui/uiconfig/ui.po
index e95f204a551..6c81061eda9 100644
--- a/source/vi/cui/uiconfig/ui.po
+++ b/source/vi/cui/uiconfig/ui.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-05-23 12:05+0200\n"
+"POT-Creation-Date: 2013-06-02 13:55+0200\n"
"PO-Revision-Date: 2013-01-19 17:03+0000\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: none\n"
@@ -442,6 +442,15 @@ msgstr "Màu nền"
#: backgroundpage.ui
msgctxt ""
"backgroundpage.ui\n"
+"fileft\n"
+"label\n"
+"string.text"
+msgid "<FILENAME>"
+msgstr ""
+
+#: backgroundpage.ui
+msgctxt ""
+"backgroundpage.ui\n"
"unlinkedft\n"
"label\n"
"string.text"
@@ -1741,7 +1750,7 @@ msgctxt ""
"modellb\n"
"1\n"
"stringlist.text"
-msgid "CYMK"
+msgid "CMYK"
msgstr ""
#: colorpage.ui
@@ -2011,7 +2020,7 @@ msgctxt ""
"label4\n"
"label\n"
"string.text"
-msgid "LiberOffice Writer Menus"
+msgid "%PRODUCTNAME Writer Menus"
msgstr ""
#: customize.ui
@@ -2218,7 +2227,7 @@ msgctxt ""
"label29\n"
"label\n"
"string.text"
-msgid "_Toolbare"
+msgid "_Toolbars"
msgstr ""
#: customize.ui
@@ -2290,7 +2299,7 @@ msgctxt ""
"label26\n"
"label\n"
"string.text"
-msgid "LiberOffice Writer Toolbars"
+msgid "%PRODUCTNAME Writer Toolbars"
msgstr ""
#: customize.ui
@@ -4789,6 +4798,15 @@ msgstr "Đã cài đặt xong môi trường chạy Java (JRE)."
#: optadvancedpage.ui
msgctxt ""
"optadvancedpage.ui\n"
+"add\n"
+"label\n"
+"string.text"
+msgid "_Add..."
+msgstr ""
+
+#: optadvancedpage.ui
+msgctxt ""
+"optadvancedpage.ui\n"
"parameters\n"
"label\n"
"string.text"
@@ -4891,8 +4909,8 @@ msgctxt ""
"macrorecording\n"
"label\n"
"string.text"
-msgid "Enable macro recording"
-msgstr "Bật ghi vĩ lệnh"
+msgid "Enable macro recording (limited)"
+msgstr ""
#: optadvancedpage.ui
msgctxt ""
@@ -5659,6 +5677,15 @@ msgctxt ""
msgid "_Default"
msgstr "_Mặc định"
+#: optpathspage.ui
+msgctxt ""
+"optpathspage.ui\n"
+"edit\n"
+"label\n"
+"string.text"
+msgid "_Edit..."
+msgstr ""
+
#: optproxypage.ui
msgctxt ""
"optproxypage.ui\n"
@@ -6079,7 +6106,7 @@ msgctxt ""
"usemasterpassword\n"
"label\n"
"string.text"
-msgid "Protected _by a master passwords (recommended)"
+msgid "Protected _by a master password (recommended)"
msgstr ""
#: optsecuritypage.ui
diff --git a/source/vi/dbaccess/uiconfig/ui.po b/source/vi/dbaccess/uiconfig/ui.po
index 6c31610560a..dfff3062ce9 100644
--- a/source/vi/dbaccess/uiconfig/ui.po
+++ b/source/vi/dbaccess/uiconfig/ui.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-05-23 12:06+0200\n"
+"POT-Creation-Date: 2013-05-28 18:08+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -101,6 +101,15 @@ msgstr ""
#: generalpagewizard.ui
msgctxt ""
"generalpagewizard.ui\n"
+"openDatabase\n"
+"label\n"
+"string.text"
+msgid "Open"
+msgstr ""
+
+#: generalpagewizard.ui
+msgctxt ""
+"generalpagewizard.ui\n"
"connectDatabase\n"
"label\n"
"string.text"
@@ -128,6 +137,24 @@ msgstr ""
#: querypropertiesdialog.ui
msgctxt ""
"querypropertiesdialog.ui\n"
+"distinct\n"
+"label\n"
+"string.text"
+msgid "Yes"
+msgstr ""
+
+#: querypropertiesdialog.ui
+msgctxt ""
+"querypropertiesdialog.ui\n"
+"nondistinct\n"
+"label\n"
+"string.text"
+msgid "No"
+msgstr ""
+
+#: querypropertiesdialog.ui
+msgctxt ""
+"querypropertiesdialog.ui\n"
"limit-label\n"
"label\n"
"string.text"
diff --git a/source/vi/dictionaries/is.po b/source/vi/dictionaries/is.po
new file mode 100644
index 00000000000..bd1c75d7dfa
--- /dev/null
+++ b/source/vi/dictionaries/is.po
@@ -0,0 +1,23 @@
+#. extracted from dictionaries/is
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2013-06-03 08:43+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: vi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
+msgid "Icelandic spelling dictionary and thesaurus"
+msgstr ""
diff --git a/source/vi/dictionaries/no.po b/source/vi/dictionaries/no.po
index ab865737f90..7af6fdbbb31 100644
--- a/source/vi/dictionaries/no.po
+++ b/source/vi/dictionaries/no.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-05-23 12:05+0200\n"
+"POT-Creation-Date: 2013-05-28 18:07+0200\n"
"PO-Revision-Date: 2012-07-11 08:35+0200\n"
"Last-Translator: vuhung <vuhung16plus@gmail.com>\n"
"Language-Team: none\n"
@@ -20,7 +20,5 @@ msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
-msgid ""
-"\n"
-"Norwegian (Nynorsk and Bokmål) spelling dictionary, hyphenation rules, and thesaurus\n"
-msgstr ""
+msgid "Norwegian (Nynorsk and Bokmål) spelling dictionary, hyphenation rules, and thesaurus"
+msgstr "Từ điển chính tả, luật ngạch ngang, từ điển đồng nghĩa tiếng Na Uy (Nynorsk và Bokmal)"
diff --git a/source/vi/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po b/source/vi/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po
index cfe3dd337a1..04272f495f1 100644
--- a/source/vi/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po
+++ b/source/vi/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-05-23 12:05+0200\n"
+"POT-Creation-Date: 2013-06-03 08:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,5 +29,5 @@ msgctxt ""
"..OptionsDialog.Nodes.LanguageSettings.Leaves.org.openoffice.lightproof.pt_BR\n"
"Label\n"
"value.text"
-msgid "Grammar checking (Portuguese)"
+msgid "Portuguese sentence checking"
msgstr ""
diff --git a/source/vi/helpcontent2/source/auxiliary.po b/source/vi/helpcontent2/source/auxiliary.po
index 8db49a587bf..521abfcce89 100644
--- a/source/vi/helpcontent2/source/auxiliary.po
+++ b/source/vi/helpcontent2/source/auxiliary.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:43+0100\n"
+"POT-Creation-Date: 2013-05-23 12:05+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -62,141 +62,149 @@ msgctxt ""
msgid "Guides"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"04\n"
+"scalc.tree\n"
+"08\n"
"help_section.text"
-msgid "Presentations and Drawings"
-msgstr ""
+msgid "Spreadsheets"
+msgstr "Bảng tính"
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0401\n"
+"scalc.tree\n"
+"0801\n"
"node.text"
msgid "General Information and User Interface Usage"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0402\n"
+"scalc.tree\n"
+"0802\n"
"node.text"
msgid "Command and Menu Reference"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"040201\n"
+"scalc.tree\n"
+"080201\n"
"node.text"
-msgid "Presentations (%PRODUCTNAME Impress)"
-msgstr ""
+msgid "Menus"
+msgstr "Trình đơn"
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"04020101\n"
+"scalc.tree\n"
+"080202\n"
"node.text"
-msgid "Menus"
-msgstr ""
+msgid "Toolbars"
+msgstr "Thanh công cụ"
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"04020102\n"
+"scalc.tree\n"
+"0803\n"
"node.text"
-msgid "Toolbars"
+msgid "Functions Types and Operators"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"040202\n"
+"scalc.tree\n"
+"0804\n"
"node.text"
-msgid "Drawings (%PRODUCTNAME Draw)"
+msgid "Loading, Saving, Importing, and Exporting"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"04020201\n"
+"scalc.tree\n"
+"0805\n"
"node.text"
-msgid "Menus"
-msgstr ""
+msgid "Formatting"
+msgstr "Định dạng"
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"04020202\n"
+"scalc.tree\n"
+"0806\n"
"node.text"
-msgid "Toolbars"
+msgid "Filtering and Sorting"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0403\n"
+"scalc.tree\n"
+"0807\n"
"node.text"
-msgid "Loading, Saving, Importing, and Exporting"
-msgstr ""
+msgid "Printing"
+msgstr "In ấn"
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0404\n"
+"scalc.tree\n"
+"0808\n"
"node.text"
-msgid "Formatting"
+msgid "Data Ranges"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0405\n"
+"scalc.tree\n"
+"0809\n"
"node.text"
-msgid "Printing"
+msgid "Pivot Table"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0406\n"
+"scalc.tree\n"
+"0810\n"
"node.text"
-msgid "Effects"
-msgstr ""
+msgid "Scenarios"
+msgstr "Kịch bản"
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0407\n"
+"scalc.tree\n"
+"0811\n"
"node.text"
-msgid "Objects, Graphics, and Bitmaps"
+msgid "References"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0408\n"
+"scalc.tree\n"
+"0812\n"
"node.text"
-msgid "Groups and Layers"
+msgid "Viewing, Selecting, Copying"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0409\n"
+"scalc.tree\n"
+"0813\n"
"node.text"
-msgid "Text in Presentations and Drawings"
+msgid "Formulas and Calculations"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0410\n"
+"scalc.tree\n"
+"0814\n"
"node.text"
-msgid "Viewing"
-msgstr ""
+msgid "Protection"
+msgstr "Bảo vệ"
+
+#: scalc.tree
+msgctxt ""
+"scalc.tree\n"
+"0815\n"
+"node.text"
+msgid "Miscellaneous"
+msgstr "Lặt vặt"
#: schart.tree
msgctxt ""
@@ -214,254 +222,6 @@ msgctxt ""
msgid "General Information"
msgstr ""
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"02\n"
-"help_section.text"
-msgid "Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0201\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0202\n"
-"node.text"
-msgid "Command and Menu Reference"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"020201\n"
-"node.text"
-msgid "Menus"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"020202\n"
-"node.text"
-msgid "Toolbars"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0203\n"
-"node.text"
-msgid "Creating Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0204\n"
-"node.text"
-msgid "Graphics in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0205\n"
-"node.text"
-msgid "Tables in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0206\n"
-"node.text"
-msgid "Objects in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0207\n"
-"node.text"
-msgid "Sections and Frames in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0208\n"
-"node.text"
-msgid "Tables of Contents and Indexes"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0209\n"
-"node.text"
-msgid "Fields in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0210\n"
-"node.text"
-msgid "Navigating Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0211\n"
-"node.text"
-msgid "Calculating in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0212\n"
-"node.text"
-msgid "Formatting Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"021201\n"
-"node.text"
-msgid "Templates and Styles"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0213\n"
-"node.text"
-msgid "Special Text Elements"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0214\n"
-"node.text"
-msgid "Automatic Functions"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0215\n"
-"node.text"
-msgid "Numbering and Lists"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0216\n"
-"node.text"
-msgid "Spellchecking, Thesaurus, and Languages"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0218\n"
-"node.text"
-msgid "Troubleshooting Tips"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0219\n"
-"node.text"
-msgid "Loading, Saving, Importing, and Exporting"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0220\n"
-"node.text"
-msgid "Master Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0221\n"
-"node.text"
-msgid "Links and References"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0222\n"
-"node.text"
-msgid "Printing"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0223\n"
-"node.text"
-msgid "Searching and Replacing"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"06\n"
-"help_section.text"
-msgid "HTML Documents"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"03\n"
-"help_section.text"
-msgid "Formulas"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"0301\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"0302\n"
-"node.text"
-msgid "Command and Menu Reference"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"0303\n"
-"node.text"
-msgid "Working with Formulas"
-msgstr ""
-
#: shared.tree
msgctxt ""
"shared.tree\n"
@@ -516,7 +276,7 @@ msgctxt ""
"100501\n"
"node.text"
msgid "Letter Wizard"
-msgstr ""
+msgstr "Trợ lý Thư"
#: shared.tree
msgctxt ""
@@ -524,7 +284,7 @@ msgctxt ""
"100502\n"
"node.text"
msgid "Fax Wizard"
-msgstr ""
+msgstr "Trợ lý Điện thư"
#: shared.tree
msgctxt ""
@@ -532,7 +292,7 @@ msgctxt ""
"100504\n"
"node.text"
msgid "Agenda Wizard"
-msgstr ""
+msgstr "Trợ lý Nghị sự"
#: shared.tree
msgctxt ""
@@ -540,7 +300,7 @@ msgctxt ""
"100505\n"
"node.text"
msgid "Presentation Wizard"
-msgstr ""
+msgstr "Trợ lý Trình diễn"
#: shared.tree
msgctxt ""
@@ -686,146 +446,386 @@ msgctxt ""
msgid "General Information"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"08\n"
+"simpress.tree\n"
+"04\n"
"help_section.text"
-msgid "Spreadsheets"
+msgid "Presentations and Drawings"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0801\n"
+"simpress.tree\n"
+"0401\n"
"node.text"
msgid "General Information and User Interface Usage"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0802\n"
+"simpress.tree\n"
+"0402\n"
"node.text"
msgid "Command and Menu Reference"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"080201\n"
+"simpress.tree\n"
+"040201\n"
"node.text"
-msgid "Menus"
+msgid "Presentations (%PRODUCTNAME Impress)"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"080202\n"
+"simpress.tree\n"
+"04020101\n"
+"node.text"
+msgid "Menus"
+msgstr "Trình đơn"
+
+#: simpress.tree
+msgctxt ""
+"simpress.tree\n"
+"04020102\n"
"node.text"
msgid "Toolbars"
-msgstr ""
+msgstr "Thanh công cụ"
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0803\n"
+"simpress.tree\n"
+"040202\n"
"node.text"
-msgid "Functions Types and Operators"
+msgid "Drawings (%PRODUCTNAME Draw)"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0804\n"
+"simpress.tree\n"
+"04020201\n"
+"node.text"
+msgid "Menus"
+msgstr "Trình đơn"
+
+#: simpress.tree
+msgctxt ""
+"simpress.tree\n"
+"04020202\n"
+"node.text"
+msgid "Toolbars"
+msgstr "Thanh công cụ"
+
+#: simpress.tree
+msgctxt ""
+"simpress.tree\n"
+"0403\n"
"node.text"
msgid "Loading, Saving, Importing, and Exporting"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0805\n"
+"simpress.tree\n"
+"0404\n"
"node.text"
msgid "Formatting"
+msgstr "Định dạng"
+
+#: simpress.tree
+msgctxt ""
+"simpress.tree\n"
+"0405\n"
+"node.text"
+msgid "Printing"
+msgstr "In ấn"
+
+#: simpress.tree
+msgctxt ""
+"simpress.tree\n"
+"0406\n"
+"node.text"
+msgid "Effects"
+msgstr "Hiệu ứng"
+
+#: simpress.tree
+msgctxt ""
+"simpress.tree\n"
+"0407\n"
+"node.text"
+msgid "Objects, Graphics, and Bitmaps"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0806\n"
+"simpress.tree\n"
+"0408\n"
"node.text"
-msgid "Filtering and Sorting"
+msgid "Groups and Layers"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0807\n"
+"simpress.tree\n"
+"0409\n"
"node.text"
-msgid "Printing"
+msgid "Text in Presentations and Drawings"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0808\n"
+"simpress.tree\n"
+"0410\n"
"node.text"
-msgid "Data Ranges"
+msgid "Viewing"
msgstr ""
-#: scalc.tree
+#: smath.tree
msgctxt ""
-"scalc.tree\n"
-"0809\n"
+"smath.tree\n"
+"03\n"
+"help_section.text"
+msgid "Formulas"
+msgstr "Công thức"
+
+#: smath.tree
+msgctxt ""
+"smath.tree\n"
+"0301\n"
"node.text"
-msgid "Pivot Table"
+msgid "General Information and User Interface Usage"
msgstr ""
-#: scalc.tree
+#: smath.tree
msgctxt ""
-"scalc.tree\n"
-"0810\n"
+"smath.tree\n"
+"0302\n"
"node.text"
-msgid "Scenarios"
+msgid "Command and Menu Reference"
msgstr ""
-#: scalc.tree
+#: smath.tree
msgctxt ""
-"scalc.tree\n"
-"0811\n"
+"smath.tree\n"
+"0303\n"
"node.text"
-msgid "References"
+msgid "Working with Formulas"
msgstr ""
-#: scalc.tree
+#: swriter.tree
msgctxt ""
-"scalc.tree\n"
-"0812\n"
+"swriter.tree\n"
+"02\n"
+"help_section.text"
+msgid "Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0201\n"
"node.text"
-msgid "Viewing, Selecting, Copying"
+msgid "General Information and User Interface Usage"
msgstr ""
-#: scalc.tree
+#: swriter.tree
msgctxt ""
-"scalc.tree\n"
-"0813\n"
+"swriter.tree\n"
+"0202\n"
"node.text"
-msgid "Formulas and Calculations"
+msgid "Command and Menu Reference"
msgstr ""
-#: scalc.tree
+#: swriter.tree
msgctxt ""
-"scalc.tree\n"
-"0814\n"
+"swriter.tree\n"
+"020201\n"
"node.text"
-msgid "Protection"
+msgid "Menus"
+msgstr "Trình đơn"
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"020202\n"
+"node.text"
+msgid "Toolbars"
+msgstr "Thanh công cụ"
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0203\n"
+"node.text"
+msgid "Creating Text Documents"
msgstr ""
-#: scalc.tree
+#: swriter.tree
msgctxt ""
-"scalc.tree\n"
-"0815\n"
+"swriter.tree\n"
+"0204\n"
"node.text"
-msgid "Miscellaneous"
+msgid "Graphics in Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0205\n"
+"node.text"
+msgid "Tables in Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0206\n"
+"node.text"
+msgid "Objects in Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0207\n"
+"node.text"
+msgid "Sections and Frames in Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0208\n"
+"node.text"
+msgid "Tables of Contents and Indexes"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0209\n"
+"node.text"
+msgid "Fields in Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0210\n"
+"node.text"
+msgid "Navigating Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0211\n"
+"node.text"
+msgid "Calculating in Text Documents"
+msgstr "Tính trong tài liệu văn bản"
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0212\n"
+"node.text"
+msgid "Formatting Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"021201\n"
+"node.text"
+msgid "Templates and Styles"
+msgstr "Mẫu và Kiểu dáng"
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0213\n"
+"node.text"
+msgid "Special Text Elements"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0214\n"
+"node.text"
+msgid "Automatic Functions"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0215\n"
+"node.text"
+msgid "Numbering and Lists"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0216\n"
+"node.text"
+msgid "Spellchecking, Thesaurus, and Languages"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0218\n"
+"node.text"
+msgid "Troubleshooting Tips"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0219\n"
+"node.text"
+msgid "Loading, Saving, Importing, and Exporting"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0220\n"
+"node.text"
+msgid "Master Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0221\n"
+"node.text"
+msgid "Links and References"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0222\n"
+"node.text"
+msgid "Printing"
+msgstr "In ấn"
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0223\n"
+"node.text"
+msgid "Searching and Replacing"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"06\n"
+"help_section.text"
+msgid "HTML Documents"
msgstr ""
diff --git a/source/vi/helpcontent2/source/text/sbasic/guide.po b/source/vi/helpcontent2/source/text/sbasic/guide.po
index 28efbd98360..c0913dd9bf4 100644
--- a/source/vi/helpcontent2/source/text/sbasic/guide.po
+++ b/source/vi/helpcontent2/source/text/sbasic/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:05+0200\n"
"PO-Revision-Date: 2011-04-05 23:26+0200\n"
"Last-Translator: vuhung <vuhung16plus@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15,6 +15,49 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+#: control_properties.xhp
+msgctxt ""
+"control_properties.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing the Properties of Controls in the Dialog Editor"
+msgstr "Thay đổi các Các thuộc tính của Điều khiển trong bộ Sửa Hộp thoại"
+
+#: control_properties.xhp
+msgctxt ""
+"control_properties.xhp\n"
+"bm_id3145786\n"
+"help.text"
+msgid "<bookmark_value>properties; controls in dialog editor</bookmark_value><bookmark_value>changing;control properties</bookmark_value><bookmark_value>controls;changing properties</bookmark_value><bookmark_value>dialog editor;changing control properties</bookmark_value>"
+msgstr "<bookmark_value>thuộc tính;điều khiển trong bộ sửa hộp thoại</bookmark_value><bookmark_value>thay đổi;thuộc tính điều khiển</bookmark_value><bookmark_value>điều khiển;thay đổi thuộc tính</bookmark_value><bookmark_value>bộ sửa hộp thoại;thay đổi thuộc tính điều khiển</bookmark_value>"
+
+#: control_properties.xhp
+msgctxt ""
+"control_properties.xhp\n"
+"hd_id3145786\n"
+"1\n"
+"help.text"
+msgid "<variable id=\"control_properties\"><link href=\"text/sbasic/guide/control_properties.xhp\" name=\"Changing the Properties of Controls in the Dialog Editor\">Changing the Properties of Controls in the Dialog Editor</link></variable>"
+msgstr "<variable id=\"control_properties\"><link href=\"text/sbasic/guide/control_properties.xhp\" name=\"Thay đổi các Các thuộc tính của Điều khiển trong bộ Sửa Hộp thoại\">Thay đổi các Các thuộc tính của Điều khiển trong bộ Sửa Hộp thoại</link></variable>"
+
+#: control_properties.xhp
+msgctxt ""
+"control_properties.xhp\n"
+"par_id3147317\n"
+"2\n"
+"help.text"
+msgid "You can set the properties of control that you add to a dialog. For example, you can change the color, name, and size of a button that you added. You can change most control properties when you create or edit a dialog. However, you can only change some properties at runtime."
+msgstr "Bạn có thể đặt các thuộc tính của điều khiển bạn thêm vào hộp thoại. Chẳng hạn, bạn có thể thay đổi màu, tên và kích cỡ của nút bạn đã thêm. Cũng có thể thay đổi phần lớn thuộc tính điều khiển khi tạo hay sửa hộp thoại. Tuy nhiên, một số thuộc tính chỉ có thể được thay đổi vào lúc chạy."
+
+#: control_properties.xhp
+msgctxt ""
+"control_properties.xhp\n"
+"par_id3145749\n"
+"3\n"
+"help.text"
+msgid "To change the properties of a control in design mode, right-click the control, and then choose <emph>Properties</emph>."
+msgstr "Để thay đổi thuộc tính của một điều khiển trong chế độ thiết kế, nhấn-phải vào điều khiển rồi chọn <emph>Thuộc tính</emph>."
+
#: create_dialog.xhp
msgctxt ""
"create_dialog.xhp\n"
@@ -207,7 +250,6 @@ msgid "Displaying a Dialog"
msgstr "Hiển thị hộp thoại"
#: sample_code.xhp
-#, fuzzy
msgctxt ""
"sample_code.xhp\n"
"par_id3145801\n"
@@ -297,7 +339,6 @@ msgid "REM execute dialog"
msgstr "REM thực hiện hộp thoại"
#: sample_code.xhp
-#, fuzzy
msgctxt ""
"sample_code.xhp\n"
"par_id3146115\n"
@@ -347,48 +388,66 @@ msgctxt ""
msgid "REM remove the first entry from the ListBox"
msgstr "REM gỡ bỏ mục nhập thứ nhất khỏi Hộp Liệt kê"
-#: control_properties.xhp
+#: show_dialog.xhp
msgctxt ""
-"control_properties.xhp\n"
+"show_dialog.xhp\n"
"tit\n"
"help.text"
-msgid "Changing the Properties of Controls in the Dialog Editor"
-msgstr "Thay đổi các Các thuộc tính của Điều khiển trong bộ Sửa Hộp thoại"
+msgid "Opening a Dialog With Program Code"
+msgstr "Mở Hộp thoại bằng Mã Chương trình"
-#: control_properties.xhp
+#: show_dialog.xhp
msgctxt ""
-"control_properties.xhp\n"
-"bm_id3145786\n"
+"show_dialog.xhp\n"
+"bm_id3154140\n"
"help.text"
-msgid "<bookmark_value>properties; controls in dialog editor</bookmark_value><bookmark_value>changing;control properties</bookmark_value><bookmark_value>controls;changing properties</bookmark_value><bookmark_value>dialog editor;changing control properties</bookmark_value>"
-msgstr "<bookmark_value>thuộc tính;điều khiển trong bộ sửa hộp thoại</bookmark_value><bookmark_value>thay đổi;thuộc tính điều khiển</bookmark_value><bookmark_value>điều khiển;thay đổi thuộc tính</bookmark_value><bookmark_value>bộ sửa hộp thoại;thay đổi thuộc tính điều khiển</bookmark_value>"
+msgid "<bookmark_value>module/dialog toggle</bookmark_value><bookmark_value>dialogs;using program code to show (example)</bookmark_value><bookmark_value>examples; showing a dialog using program code</bookmark_value>"
+msgstr "<bookmark_value>bật/tắt mô-đun và hộp thoại</bookmark_value><bookmark_value>hộp thoại;dùng mã chương trình để hiển thị (thí dụ)</bookmark_value><bookmark_value>thí dụ;hiển thị hộp thoại bằng mã chương trình</bookmark_value>"
-#: control_properties.xhp
+#: show_dialog.xhp
msgctxt ""
-"control_properties.xhp\n"
-"hd_id3145786\n"
+"show_dialog.xhp\n"
+"hd_id3154140\n"
"1\n"
"help.text"
-msgid "<variable id=\"control_properties\"><link href=\"text/sbasic/guide/control_properties.xhp\" name=\"Changing the Properties of Controls in the Dialog Editor\">Changing the Properties of Controls in the Dialog Editor</link></variable>"
-msgstr "<variable id=\"control_properties\"><link href=\"text/sbasic/guide/control_properties.xhp\" name=\"Thay đổi các Các thuộc tính của Điều khiển trong bộ Sửa Hộp thoại\">Thay đổi các Các thuộc tính của Điều khiển trong bộ Sửa Hộp thoại</link></variable>"
+msgid "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog With Program Code\">Opening a Dialog With Program Code</link></variable>"
+msgstr "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Mở Hộp thoại bằng Mã Chương trình\">Mở Hộp thoại bằng Mã Chương trình</link></variable>"
-#: control_properties.xhp
+#: show_dialog.xhp
msgctxt ""
-"control_properties.xhp\n"
-"par_id3147317\n"
+"show_dialog.xhp\n"
+"par_id3145171\n"
"2\n"
"help.text"
-msgid "You can set the properties of control that you add to a dialog. For example, you can change the color, name, and size of a button that you added. You can change most control properties when you create or edit a dialog. However, you can only change some properties at runtime."
-msgstr "Bạn có thể đặt các thuộc tính của điều khiển bạn thêm vào hộp thoại. Chẳng hạn, bạn có thể thay đổi màu, tên và kích cỡ của nút bạn đã thêm. Cũng có thể thay đổi phần lớn thuộc tính điều khiển khi tạo hay sửa hộp thoại. Tuy nhiên, một số thuộc tính chỉ có thể được thay đổi vào lúc chạy."
+msgid "In the <item type=\"productname\">%PRODUCTNAME</item> BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window."
+msgstr "Trong cửa sổ <item type=\"productname\">%PRODUCTNAME</item> BASIC cho hộp thoại bạn đã tạo, rời bộ sửa hộp thoại bằng cách nhấn vào thẻ tên của Mô-đun cho đó hộp thoại được gán. Thẻ tên ở dưới cửa sổ."
-#: control_properties.xhp
+#: show_dialog.xhp
msgctxt ""
-"control_properties.xhp\n"
-"par_id3145749\n"
-"3\n"
+"show_dialog.xhp\n"
+"par_id3153968\n"
+"6\n"
"help.text"
-msgid "To change the properties of a control in design mode, right-click the control, and then choose <emph>Properties</emph>."
-msgstr "Để thay đổi thuộc tính của một điều khiển trong chế độ thiết kế, nhấn-phải vào điều khiển rồi chọn <emph>Thuộc tính</emph>."
+msgid "Enter the following code for a subroutine called <emph>Dialog1Show</emph>. In this example, the name of the dialog that you created is \"Dialog1\":"
+msgstr "Hãy gõ mã theo đây cho hàm phụ tên <emph>Dialog1Show</emph>. Trong mẫu này, bạn tạo một hộp thoại tên \"Dialog1\":"
+
+#: show_dialog.xhp
+msgctxt ""
+"show_dialog.xhp\n"
+"par_id3152596\n"
+"18\n"
+"help.text"
+msgid "Without using \"LoadDialog\" you can call the code as follows:"
+msgstr "Không dùng \"LoadDialog\", bạn vẫn còn có thể gọi mã như theo :"
+
+#: show_dialog.xhp
+msgctxt ""
+"show_dialog.xhp\n"
+"par_id3153157\n"
+"16\n"
+"help.text"
+msgid "When you execute this code, \"Dialog1\" opens. To close the dialog, click the close button (x) on its title bar."
+msgstr "Khi bạn thực hiện mã này, hộp thoại \"Dialog1\" sẽ mở. Để đóng nó, nhấn vào nút đóng (x) trên thanh tựa."
#: translation.xhp
msgctxt ""
@@ -661,64 +720,3 @@ msgctxt ""
"help.text"
msgid "If the user has an older version of %PRODUCTNAME that does not know localizable string resources for Basic dialogs, the user will see the default language strings."
msgstr "Nếu người dùng có phiên bản %PRODUCTNAME cũ không hỗ trợ tài nguyên chuỗi có thể địa hoá trong hộp thoại Basic thì người dùng sẽ thấy các chuỗi theo ngôn ngữ mặc định."
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"tit\n"
-"help.text"
-msgid "Opening a Dialog With Program Code"
-msgstr "Mở Hộp thoại bằng Mã Chương trình"
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"bm_id3154140\n"
-"help.text"
-msgid "<bookmark_value>module/dialog toggle</bookmark_value><bookmark_value>dialogs;using program code to show (example)</bookmark_value><bookmark_value>examples; showing a dialog using program code</bookmark_value>"
-msgstr "<bookmark_value>bật/tắt mô-đun và hộp thoại</bookmark_value><bookmark_value>hộp thoại;dùng mã chương trình để hiển thị (thí dụ)</bookmark_value><bookmark_value>thí dụ;hiển thị hộp thoại bằng mã chương trình</bookmark_value>"
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"hd_id3154140\n"
-"1\n"
-"help.text"
-msgid "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog With Program Code\">Opening a Dialog With Program Code</link></variable>"
-msgstr "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Mở Hộp thoại bằng Mã Chương trình\">Mở Hộp thoại bằng Mã Chương trình</link></variable>"
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"par_id3145171\n"
-"2\n"
-"help.text"
-msgid "In the <item type=\"productname\">%PRODUCTNAME</item> BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window."
-msgstr "Trong cửa sổ <item type=\"productname\">%PRODUCTNAME</item> BASIC cho hộp thoại bạn đã tạo, rời bộ sửa hộp thoại bằng cách nhấn vào thẻ tên của Mô-đun cho đó hộp thoại được gán. Thẻ tên ở dưới cửa sổ."
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"par_id3153968\n"
-"6\n"
-"help.text"
-msgid "Enter the following code for a subroutine called <emph>Dialog1Show</emph>. In this example, the name of the dialog that you created is \"Dialog1\":"
-msgstr "Hãy gõ mã theo đây cho hàm phụ tên <emph>Dialog1Show</emph>. Trong mẫu này, bạn tạo một hộp thoại tên \"Dialog1\":"
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"par_id3152596\n"
-"18\n"
-"help.text"
-msgid "Without using \"LoadDialog\" you can call the code as follows:"
-msgstr "Không dùng \"LoadDialog\", bạn vẫn còn có thể gọi mã như theo :"
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"par_id3153157\n"
-"16\n"
-"help.text"
-msgid "When you execute this code, \"Dialog1\" opens. To close the dialog, click the close button (x) on its title bar."
-msgstr "Khi bạn thực hiện mã này, hộp thoại \"Dialog1\" sẽ mở. Để đóng nó, nhấn vào nút đóng (x) trên thanh tựa."
diff --git a/source/vi/helpcontent2/source/text/sbasic/shared.po b/source/vi/helpcontent2/source/text/sbasic/shared.po
index 13ab591db26..801c77c17eb 100644
--- a/source/vi/helpcontent2/source/text/sbasic/shared.po
+++ b/source/vi/helpcontent2/source/text/sbasic/shared.po