aboutsummaryrefslogtreecommitdiff
path: root/source/hi
diff options
context:
space:
mode:
Diffstat (limited to 'source/hi')
-rw-r--r--source/hi/sfx2/source/view.po17
1 files changed, 11 insertions, 6 deletions
diff --git a/source/hi/sfx2/source/view.po b/source/hi/sfx2/source/view.po
index 9268a183406..9b6150225cc 100644
--- a/source/hi/sfx2/source/view.po
+++ b/source/hi/sfx2/source/view.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-04-17 03:24+0000\n"
+"POT-Creation-Date: 2016-07-20 11:54+0200\n"
+"PO-Revision-Date: 2016-05-25 13:14+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Hindi <hindi>\n"
"Language: hi\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1460863493.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464182094.000000\n"
#: view.src
msgctxt ""
@@ -218,6 +218,13 @@ msgstr ""
msgctxt ""
"view.src\n"
"STR_CLASSIFIED_NATIONAL_SECURITY\n"
+"string.text"
+msgid "National Security:"
+msgstr ""
+
+#: view.src
+msgctxt ""
+"view.src\n"
"STR_CLASSIFIED_EXPORT_CONTROL\n"
"string.text"
msgid "Export Control:"
@@ -227,7 +234,6 @@ msgstr ""
#, fuzzy
msgctxt ""
"view.src\n"
-"STR_CLASSIFIED_NATIONAL_SECURITY\n"
"BT_CHECKOUT\n"
"pushbutton.text"
msgid "Check Out"
@@ -236,7 +242,6 @@ msgstr "चेकआउट"
#: view.src
msgctxt ""
"view.src\n"
-"STR_CLASSIFIED_NATIONAL_SECURITY\n"
"BT_READONLY_EDIT\n"
"pushbutton.text"
msgid "Edit Document"
ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svgio/inc/svgtspannode.hxx
AgeCommit message (Collapse)Author
2024-04-18tdf#160593: make sure to use current element's font size for em unitMike Kaganski
According to https://drafts.csswg.org/css-values-4/#font-relative-length em is "equal to the computed value of the font-size property of the element on which it is used". This means, that for an element that defines its own font-size, attributes like 'dy' using em refer to the new font-size, not to inherited font-size. Change-Id: Ie5a013df99a68edddf466e4c0ee5311f6219fcb2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166233 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-10-27Drop rTokenName argument from SvgNode::parseAttributeMike Kaganski
It was never used. Change-Id: I8bc7d625977a6cdc8fe6863037e72577dbfc46c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158493 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-08-16svgio: fix typo in codeXisco Fauli
Change-Id: Ice8e830cebf307b6a4deb9dbbd26e65b34420a31 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155734 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-08-15tdf#93583: use getTextWidth to calculate line's widthXisco Fauli
Since every character in the line might use different styles Change-Id: I2ce079d4308f4acde42a8366838749a7c20331b4 Change-Id: I01f51f157caa667cebc8860ae37d4458fac2d511 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155666 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-08-12tdf#156616: check if character's parent has x or yXisco Fauli
if so, only concatenate the characters that are in the same line so the alignment will be calculated based on the line's width Change-Id: I704370c0a470f8b4cff97c51ad9863158118ee8a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155636 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-08-09svgio: get rid of SvgTextPositionsXisco Fauli
and make SvgText inherit from SvgTspan Change-Id: Ief25e52ba2a493936f82f1674f73168ed5647278 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155521 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>