aboutsummaryrefslogtreecommitdiff
path: root/source/sk/wizards
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-01-26 18:36:38 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-01-26 20:45:24 +0100
commitf6f80453277b09ee87688949dce31fb350d068c0 (patch)
tree9c0bbb0456245b9a77e15e92c9f64b56c41c23bc /source/sk/wizards
parentb42935352f559784853712a2612ea975265d190a (diff)
update translations for 5.3.0 rc3
and force-fix errors using pocheck Change-Id: I6b04819571adace8dd8bd2f5bfa6e37c0e4ac618
Diffstat (limited to 'source/sk/wizards')
-rw-r--r--source/sk/wizards/source/formwizard.po14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/sk/wizards/source/formwizard.po b/source/sk/wizards/source/formwizard.po
index 0c97ddfb9f7..0297ce45590 100644
--- a/source/sk/wizards/source/formwizard.po
+++ b/source/sk/wizards/source/formwizard.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-11-10 19:32+0100\n"
-"PO-Revision-Date: 2015-11-13 18:41+0000\n"
+"PO-Revision-Date: 2017-01-19 14:21+0000\n"
"Last-Translator: Miloš Šrámek <msramek22@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: sk\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1447440099.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1484835700.000000\n"
#: dbwizres.src
msgctxt ""
@@ -1268,7 +1268,7 @@ msgctxt ""
"RID_DB_QUERY_WIZARD_START + 48\n"
"string.text"
msgid "(none)"
-msgstr "(nič)"
+msgstr "(žiadny)"
#: dbwizres.src
msgctxt ""
@@ -3273,7 +3273,7 @@ msgctxt ""
"RID_LETTERWIZARDDIALOG_START + 64\n"
"string.text"
msgid "Mail"
-msgstr "Email"
+msgstr "E-mail"
#: dbwizres.src
msgctxt ""
@@ -5301,7 +5301,7 @@ msgctxt ""
"RID_AGENDAWIZARDDIALOG_START + 16\n"
"string.text"
msgid "Location:"
-msgstr "Miesto:"
+msgstr "Umiestnenie:"
#: dbwizres.src
msgctxt ""
@@ -5749,7 +5749,7 @@ msgctxt ""
"RID_AGENDAWIZARDDIALOG_START +74\n"
"string.text"
msgid "Location:"
-msgstr "Miesto:"
+msgstr "Umiestnenie:"
#: dbwizres.src
msgctxt ""
ice-3-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/writerfilter/dmapper/ConversionHelper.hxx
AgeCommit message (Collapse)Author
2024-06-29Rename some ConversionHelper functionsMike Kaganski
Make their names more explicit. This avoids ambiguity; previously, convertTwipToMM100 was very similar to tools' convertTwipToMm100, provoking the former function's use where the latter is better. Drop convertTwipToMM100WithoutLimit, and use the unconstrained function from tools directly instead. Change-Id: Icdd1a67721cdd8a578bc786fda67c341b07ec84a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169759 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
2024-04-18move writerfilter inside swNoel Grandin
writerfilter wants to convert incoming RTF and OOXML files into writer's document model. But it currently has to do so by manipulating the limited subset that we expose through the UNO API. This is both slower and less accurate than having access to the full document model. So move it inside, and then we can strip out various hacks, and optimise imports. Change-Id: Ie1114d28130ef5f9a786531bc552cb8ee7768015 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165953 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>