aboutsummaryrefslogtreecommitdiff
path: root/source/pa-IN
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-07-28 23:29:30 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-08-10 01:41:50 +0200
commit0e7f41b389429e077042f7acf144fa841978deae (patch)
treeefabe669ec38ee0d5c321ae172d1f0a9ff5bfde9 /source/pa-IN
parent80052aba6733db08b4b0124a0c8f2d8662c78713 (diff)
update translations for 5.2.0 rc4
and force-fix errors using pocheck Change-Id: If338de1b28c0e26c2a9069a35de02bb21fe80d06
Diffstat (limited to 'source/pa-IN')
-rw-r--r--source/pa-IN/sfx2/source/view.po17
1 files changed, 11 insertions, 6 deletions
diff --git a/source/pa-IN/sfx2/source/view.po b/source/pa-IN/sfx2/source/view.po
index 01ca0b6ac1d..89545c1b36a 100644
--- a/source/pa-IN/sfx2/source/view.po
+++ b/source/pa-IN/sfx2/source/view.po
@@ -3,8 +3,8 @@ msgid ""
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: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-04-17 06:40+0000\n"
+"POT-Creation-Date: 2016-07-20 11:54+0200\n"
+"PO-Revision-Date: 2016-05-23 21:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: pa_IN\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1460875212.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1464039606.000000\n"
#: view.src
msgctxt ""
@@ -216,6 +216,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:"
@@ -224,7 +231,6 @@ msgstr ""
#: view.src
msgctxt ""
"view.src\n"
-"STR_CLASSIFIED_NATIONAL_SECURITY\n"
"BT_CHECKOUT\n"
"pushbutton.text"
msgid "Check Out"
@@ -233,7 +239,6 @@ msgstr ""
#: view.src
msgctxt ""
"view.src\n"
-"STR_CLASSIFIED_NATIONAL_SECURITY\n"
"BT_READONLY_EDIT\n"
"pushbutton.text"
msgid "Edit Document"
breoffice-4-0-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/setup_native/Library_sn_tools.mk
AgeCommit message (Collapse)Author
2018-09-28tdf#120099 Reintroduce .def filesStephan Bergmann
...that had been removed with 28b4f4aeaf160c7721dfecf5bd2445d7dbc6f01c "Get rid of Windows .def files in setup_native, use __declspec(dllexport)". Looks like for 32-bit builds, the .def file EXPORTS are still needed to avoid __stdcall's _...@NN symbol decoration (and for 64-bit builds __stdcall is effectively ignored, so the removed .def files didn't make a difference there). This is only a partial revert of 28b4f4aeaf160c7721dfecf5bd2445d7dbc6f01c, the addition of __declspec(dllexport) for the benefit of loplguin:external should still be fine. Change-Id: I76a1a3f4671824367bab495afeba291c0340108d Reviewed-on: https://gerrit.libreoffice.org/61047 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-09-18Get rid of Windows .def files in setup_native, use __declspec(dllexport)Stephan Bergmann
For one, replacing the dated .def files with equivalent functionality should be a good move all by itself. And for another, it paves the way for using loplugin:external with clang-cl on Windows, which uses the heuristic of not warning about functions that are explicitly marked as __declspec(dllexport). Change-Id: I6efd50a8c5ce2a166ca0dd4e5f472118f3f9a071 Reviewed-on: https://gerrit.libreoffice.org/60691 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-09-03setup_native: Add vcruntime and libucrt on MSVC 14.0David Ostrovsky
Change-Id: If55979b55b4bc8dee785f0940461a01995060682 Reviewed-on: https://gerrit.libreoffice.org/17362 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>