aboutsummaryrefslogtreecommitdiff
path: root/source/en-ZA/sw/source/ui/chrdlg.po
blob: e68982db46792b770500d9607a2b077b6fb0fa61 (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
#. extracted from sw/source/ui/chrdlg
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: 2014-11-18 11:23+0100\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"

#: chrdlg.src
msgctxt ""
"chrdlg.src\n"
"STR_TEXTCOLL_HEADER\n"
"string.text"
msgid "(Paragraph Style: "
msgstr "(Paragraph Style: "

#: chrdlg.src
msgctxt ""
"chrdlg.src\n"
"STR_PAGEFMT_HEADER\n"
"string.text"
msgid "(Page Style: "
msgstr "(Page Style: "

#: chrdlg.src
msgctxt ""
"chrdlg.src\n"
"STR_ILLEGAL_PAGENUM\n"
"string.text"
msgid "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages."
msgstr ""
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-22 16:57:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-22 18:58:19 +0100
commit75144495ee77a41e5a94d9e21b7f6aaf16a80b4f (patch)
treeb7fb8157daacf2ab54c1099ca1fef91c16f852fd /canvas/source
parent71af2d5885eba0b82e6e0f3938bf08a9346776ff (diff)
Published FormController cannot reference unpublished XFormOperations
...and the hack to locally introduce a bogus pupblished forward declaration of XFormOperations with which this has been worked around in cf5c36912390b2f6018f57f79085ab1fa88a08d6 "INTEGRATION: CWS dba23b: work around idlc limitation, which does not allow to refer unpublished interfaces as optional entities in published services" no longer works in offapi/type_reference/offapi.idl. So given FormController is a (deprecated, even) old-style service (i.e., little more than glorified commentary), the best fix probably is to demote the problematic optional property to a comment. Change-Id: Ia38483c817dc1762ba73315abcd4f9f063db3093