aboutsummaryrefslogtreecommitdiff
path: root/source/bs/sd/uiconfig/sdraw/ui.po
blob: 7e8016ffe63a39864b8562f0c2eb33c60e8cfbbc (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
#. extracted from sd/uiconfig/sdraw/ui
msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2012-12-10 11:45+0100\n"
"PO-Revision-Date: 2012-11-17 19:02+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"

#: printeroptions.ui
#, fuzzy
msgctxt ""
"printeroptions.ui\n"
"printname\n"
"label\n"
"string.text"
msgid "Page name"
msgstr "Naslov ~stranice"

#: printeroptions.ui
msgctxt ""
"printeroptions.ui\n"
"printdatetime\n"
"label\n"
"string.text"
msgid "Date and time"
msgstr "Datum i vrijeme"

#: printeroptions.ui
msgctxt ""
"printeroptions.ui\n"
"label4\n"
"label\n"
"string.text"
msgid "Contents"
msgstr "Sadržaj"

#: printeroptions.ui
#, fuzzy
msgctxt ""
"printeroptions.ui\n"
"originalcolors\n"
"label\n"
"string.text"
msgid "Original size"
msgstr "Originalna veličina"

#: printeroptions.ui
msgctxt ""
"printeroptions.ui\n"
"grayscale\n"
"label\n"
"string.text"
msgid "Grayscale"
msgstr "Sive nijanse"

#: printeroptions.ui
msgctxt ""
"printeroptions.ui\n"
"blackandwhite\n"
"label\n"
"string.text"
msgid "Black & white"
msgstr "Crno-bijelo"

#: printeroptions.ui
msgctxt ""
"printeroptions.ui\n"
"label5\n"
"label\n"
"string.text"
msgid "Color"
msgstr "Boja"

#: printeroptions.ui
#, fuzzy
msgctxt ""
"printeroptions.ui\n"
"originalsize\n"
"label\n"
"string.text"
msgid "Original size"
msgstr "Originalna veličina"

#: printeroptions.ui
msgctxt ""
"printeroptions.ui\n"
"fittoprintable\n"
"label\n"
"string.text"
msgid "Fit to printable page"
msgstr "Prilagodi veličinu stranici papira"

#: printeroptions.ui
msgctxt ""
"printeroptions.ui\n"
"distributeonmultiple\n"
"label\n"
"string.text"
msgid "Distribute on multiple sheets of paper"
msgstr "Rasporedi na više listova papira"

#: printeroptions.ui
#, fuzzy
msgctxt ""
"printeroptions.ui\n"
"tilesheet\n"
"label\n"
"string.text"
msgid "Tile sheet of paper with repeated pages"
msgstr "Popločaj papir ponovljenim slajdom"

#: printeroptions.ui
msgctxt ""
"printeroptions.ui\n"
"label6\n"
"label\n"
"string.text"
msgid "Size"
msgstr "Veličina"
'libreoffice-4-1-1'>libreoffice-4-1-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/toolkit
AgeCommit message (Expand)Author
2014-06-05toolkit: remove SAL_THROW macroNoel Grandin
2014-06-04coverity#705388 Mixing enum typesCaolán McNamara
2014-05-30header guard naming consistencyNoel Grandin
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-20remove unused header filesThomas Arnhold
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist
2014-04-19If it has been "not recommended currently" since 2007, it can go awayTor Lillqvist
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-17sal,toolkit,unotools: prefer passing OUString by referenceNoel Grandin
2014-03-14Mark overriding OGeometryControlModel class template mem funs as SAL_OVERRIDEStephan Bergmann
2014-03-13...and now actually non-virtualStephan Bergmann
2014-03-13Getter members of VCLXGraphics not in XGraphics need not be virtualStephan Bergmann
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann
2014-03-10toolkit: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-10coverity#708529 Uninitialized scalar fieldCaolán McNamara
2014-03-01Remove visual noise from includeAlexander Wilms
2014-02-27Remove unused VCLXTabPageModelStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-13coverity#737151 Uncaught exceptionCaolán McNamara
2014-02-11coverity#703895 Failed to override methodCaolán McNamara
2014-01-29bool improvementsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-24tk: Constructor feature for VCLXToolkit.Matúš Kukan
2014-01-23tk: Constructor feature for UnoSpinButton(Control|Model).Matúš Kukan
2014-01-23tk: Constructor feature for OGeometryControlModel<UnoControlDialogModel>.Matúš Kukan
2014-01-23tk: Constructor feature for UnoControlTabPageContainer(Model).Matúš Kukan
2014-01-23tk: Constructor feature for UnoControlTabPage(Model).Matúš Kukan
2014-01-23tk: Constructor feature for AnimatedImagesControl(Model).Matúš Kukan
2014-01-23tk: Constructor feature for SpinningProgressControlModel.Matúš Kukan
2014-01-23fdo#63154 Removed unused solar.h referenceAlexandre Vicenzi
2014-01-22Fix service name of UnoFrameControlZolnai Tamás
2013-12-20Resolves: #i120358# apply patch to support properties from tab modelJürgen Schmidt
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann
2013-12-08Drop duplicate #includeTakeshi Abe
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-11-26Integrate branch of IAccessible2Steve Yin
2013-11-15Remove unused parts of TkResMgrStephan Bergmann
2013-11-09fdo#65108 inter-module includes <> include/toolkitNorbert Thiebaud
2013-10-28remove local css namespace definitionsThomas Arnhold
2013-10-23fixincludeguards.sh: include/{toolkit,tools}Thomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-15Remove unused macroStephan Bergmann
2013-10-02toolkit: avoid deadlock in UnoControl::setDesignMode()Michael Stahl