aboutsummaryrefslogtreecommitdiff
path: root/source/th/cui/uiconfig/ui.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/th/cui/uiconfig/ui.po')
-rw-r--r--source/th/cui/uiconfig/ui.po14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/th/cui/uiconfig/ui.po b/source/th/cui/uiconfig/ui.po
index 5a1b3b3585e..c74ed0aa4ab 100644
--- a/source/th/cui/uiconfig/ui.po
+++ b/source/th/cui/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:14+0100\n"
-"PO-Revision-Date: 2014-05-19 17:14+0000\n"
+"PO-Revision-Date: 2014-06-06 15:01+0000\n"
"Last-Translator: jteera <jteera5@hotmail.com>\n"
"Language-Team: none\n"
"Language: th\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1400519653.000000\n"
+"X-POOTLE-MTIME: 1402066860.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -7654,7 +7654,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Microsoft PowerPoint 97/2000/XP"
-msgstr "Microsoft PowerPoint 97/2000/XP"
+msgstr "ไมโครซอฟท์เพาเวอร์พอยนต์ 97/2000/XP"
#: optfontspage.ui
#, fuzzy
@@ -9468,7 +9468,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "City"
-msgstr ""
+msgstr "เมือง"
#: optuserpage.ui
msgctxt ""
@@ -9667,7 +9667,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Zip/City"
-msgstr ""
+msgstr "_รหัสไปรษณีย์/เมือง"
#: optuserpage.ui
msgctxt ""
@@ -9676,7 +9676,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "City"
-msgstr ""
+msgstr "เมือง"
#: optuserpage.ui
msgctxt ""
@@ -9694,7 +9694,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Address"
-msgstr ""
+msgstr "ที่อยู่"
#: optviewpage.ui
msgctxt ""
-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleEmptyEditSource.cxx
AgeCommit message (Expand)Author
2024-11-22tdf#163598 editeng: avoid using fake outline depthJustin Luth
2024-06-22fix O(n^2) behaviour when fetching field info from EditEngineNoel Grandin
2023-06-16tdf#103064 sw,editeng: enable UNO API and ODF import/exportMaxim Monastirsky
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin
2019-09-02we only need an OutputDevice here, not a WindowCaolán McNamara
2019-04-25Convert remaining SdrHint to static_castXisco Fauli
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-16convert EditEngineAttribs to scoped enumNoel Grandin
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann
2016-11-13drop useless semicolonsDavid Tardon
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-22convert SdrHintKind to scoped enumNoel Grandin
2016-04-05loplugin:constantparam in editengNoel Grandin
2016-03-18loplugin:constantfunction in editengNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin