Version Description
- Bug - Fixed issue with core fonts Arial/Helvetica, Times/Times New Roman and Courier not displaying in the PDF.
- Bug - Fixed display issues for multiple PDFs on the details admin entry page
- Housekeeping - Made the details entry page PDF view consistent for single or multiple PDFs
- Housekeeping - Ensured all javascript files are minified and are correctly being used
- Housekeeping - Remove legacy notices from mPDF package
Download this release
Release Info
Developer | Blue Liquid Designs |
Plugin | Gravity PDF |
Version | 3.5.1 |
Comparing to | |
See all releases |
Code changes from version 3.5.0 to 3.5.1
- .gitignore +5 -0
- LICENSE +339 -0
- README.md +29 -0
- README.txt +9 -2
- languages/language.po +921 -921
- mPDF/config_fonts.php +5 -5
- mPDF/mpdf-extra-lite.php +0 -2
- mPDF/mpdf-lite.php +0 -2
- mPDF/mpdf.php +0 -2
- mPDF/mpdfi/filters/_notes/dwsync.xml +0 -5
- model/pdf.php +22 -31
- pdf.php +2 -2
- resources/css/admin-styles.css +1 -18
- resources/css/admin-styles.min.css +1 -1
- resources/javascript/admin.min.js +1 -1
- view/templates/settings/changelog.php +11 -0
.gitignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
_notes
|
2 |
+
_notes/*
|
3 |
+
Thumbs.db
|
4 |
+
default.po
|
5 |
+
default.mo
|
LICENSE
ADDED
@@ -0,0 +1,339 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
GNU GENERAL PUBLIC LICENSE
|
2 |
+
Version 2, June 1991
|
3 |
+
|
4 |
+
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
|
5 |
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
6 |
+
Everyone is permitted to copy and distribute verbatim copies
|
7 |
+
of this license document, but changing it is not allowed.
|
8 |
+
|
9 |
+
Preamble
|
10 |
+
|
11 |
+
The licenses for most software are designed to take away your
|
12 |
+
freedom to share and change it. By contrast, the GNU General Public
|
13 |
+
License is intended to guarantee your freedom to share and change free
|
14 |
+
software--to make sure the software is free for all its users. This
|
15 |
+
General Public License applies to most of the Free Software
|
16 |
+
Foundation's software and to any other program whose authors commit to
|
17 |
+
using it. (Some other Free Software Foundation software is covered by
|
18 |
+
the GNU Lesser General Public License instead.) You can apply it to
|
19 |
+
your programs, too.
|
20 |
+
|
21 |
+
When we speak of free software, we are referring to freedom, not
|
22 |
+
price. Our General Public Licenses are designed to make sure that you
|
23 |
+
have the freedom to distribute copies of free software (and charge for
|
24 |
+
this service if you wish), that you receive source code or can get it
|
25 |
+
if you want it, that you can change the software or use pieces of it
|
26 |
+
in new free programs; and that you know you can do these things.
|
27 |
+
|
28 |
+
To protect your rights, we need to make restrictions that forbid
|
29 |
+
anyone to deny you these rights or to ask you to surrender the rights.
|
30 |
+
These restrictions translate to certain responsibilities for you if you
|
31 |
+
distribute copies of the software, or if you modify it.
|
32 |
+
|
33 |
+
For example, if you distribute copies of such a program, whether
|
34 |
+
gratis or for a fee, you must give the recipients all the rights that
|
35 |
+
you have. You must make sure that they, too, receive or can get the
|
36 |
+
source code. And you must show them these terms so they know their
|
37 |
+
rights.
|
38 |
+
|
39 |
+
We protect your rights with two steps: (1) copyright the software, and
|
40 |
+
(2) offer you this license which gives you legal permission to copy,
|
41 |
+
distribute and/or modify the software.
|
42 |
+
|
43 |
+
Also, for each author's protection and ours, we want to make certain
|
44 |
+
that everyone understands that there is no warranty for this free
|
45 |
+
software. If the software is modified by someone else and passed on, we
|
46 |
+
want its recipients to know that what they have is not the original, so
|
47 |
+
that any problems introduced by others will not reflect on the original
|
48 |
+
authors' reputations.
|
49 |
+
|
50 |
+
Finally, any free program is threatened constantly by software
|
51 |
+
patents. We wish to avoid the danger that redistributors of a free
|
52 |
+
program will individually obtain patent licenses, in effect making the
|
53 |
+
program proprietary. To prevent this, we have made it clear that any
|
54 |
+
patent must be licensed for everyone's free use or not licensed at all.
|
55 |
+
|
56 |
+
The precise terms and conditions for copying, distribution and
|
57 |
+
modification follow.
|
58 |
+
|
59 |
+
GNU GENERAL PUBLIC LICENSE
|
60 |
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
61 |
+
|
62 |
+
0. This License applies to any program or other work which contains
|
63 |
+
a notice placed by the copyright holder saying it may be distributed
|
64 |
+
under the terms of this General Public License. The "Program", below,
|
65 |
+
refers to any such program or work, and a "work based on the Program"
|
66 |
+
means either the Program or any derivative work under copyright law:
|
67 |
+
that is to say, a work containing the Program or a portion of it,
|
68 |
+
either verbatim or with modifications and/or translated into another
|
69 |
+
language. (Hereinafter, translation is included without limitation in
|
70 |
+
the term "modification".) Each licensee is addressed as "you".
|
71 |
+
|
72 |
+
Activities other than copying, distribution and modification are not
|
73 |
+
covered by this License; they are outside its scope. The act of
|
74 |
+
running the Program is not restricted, and the output from the Program
|
75 |
+
is covered only if its contents constitute a work based on the
|
76 |
+
Program (independent of having been made by running the Program).
|
77 |
+
Whether that is true depends on what the Program does.
|
78 |
+
|
79 |
+
1. You may copy and distribute verbatim copies of the Program's
|
80 |
+
source code as you receive it, in any medium, provided that you
|
81 |
+
conspicuously and appropriately publish on each copy an appropriate
|
82 |
+
copyright notice and disclaimer of warranty; keep intact all the
|
83 |
+
notices that refer to this License and to the absence of any warranty;
|
84 |
+
and give any other recipients of the Program a copy of this License
|
85 |
+
along with the Program.
|
86 |
+
|
87 |
+
You may charge a fee for the physical act of transferring a copy, and
|
88 |
+
you may at your option offer warranty protection in exchange for a fee.
|
89 |
+
|
90 |
+
2. You may modify your copy or copies of the Program or any portion
|
91 |
+
of it, thus forming a work based on the Program, and copy and
|
92 |
+
distribute such modifications or work under the terms of Section 1
|
93 |
+
above, provided that you also meet all of these conditions:
|
94 |
+
|
95 |
+
a) You must cause the modified files to carry prominent notices
|
96 |
+
stating that you changed the files and the date of any change.
|
97 |
+
|
98 |
+
b) You must cause any work that you distribute or publish, that in
|
99 |
+
whole or in part contains or is derived from the Program or any
|
100 |
+
part thereof, to be licensed as a whole at no charge to all third
|
101 |
+
parties under the terms of this License.
|
102 |
+
|
103 |
+
c) If the modified program normally reads commands interactively
|
104 |
+
when run, you must cause it, when started running for such
|
105 |
+
interactive use in the most ordinary way, to print or display an
|
106 |
+
announcement including an appropriate copyright notice and a
|
107 |
+
notice that there is no warranty (or else, saying that you provide
|
108 |
+
a warranty) and that users may redistribute the program under
|
109 |
+
these conditions, and telling the user how to view a copy of this
|
110 |
+
License. (Exception: if the Program itself is interactive but
|
111 |
+
does not normally print such an announcement, your work based on
|
112 |
+
the Program is not required to print an announcement.)
|
113 |
+
|
114 |
+
These requirements apply to the modified work as a whole. If
|
115 |
+
identifiable sections of that work are not derived from the Program,
|
116 |
+
and can be reasonably considered independent and separate works in
|
117 |
+
themselves, then this License, and its terms, do not apply to those
|
118 |
+
sections when you distribute them as separate works. But when you
|
119 |
+
distribute the same sections as part of a whole which is a work based
|
120 |
+
on the Program, the distribution of the whole must be on the terms of
|
121 |
+
this License, whose permissions for other licensees extend to the
|
122 |
+
entire whole, and thus to each and every part regardless of who wrote it.
|
123 |
+
|
124 |
+
Thus, it is not the intent of this section to claim rights or contest
|
125 |
+
your rights to work written entirely by you; rather, the intent is to
|
126 |
+
exercise the right to control the distribution of derivative or
|
127 |
+
collective works based on the Program.
|
128 |
+
|
129 |
+
In addition, mere aggregation of another work not based on the Program
|
130 |
+
with the Program (or with a work based on the Program) on a volume of
|
131 |
+
a storage or distribution medium does not bring the other work under
|
132 |
+
the scope of this License.
|
133 |
+
|
134 |
+
3. You may copy and distribute the Program (or a work based on it,
|
135 |
+
under Section 2) in object code or executable form under the terms of
|
136 |
+
Sections 1 and 2 above provided that you also do one of the following:
|
137 |
+
|
138 |
+
a) Accompany it with the complete corresponding machine-readable
|
139 |
+
source code, which must be distributed under the terms of Sections
|
140 |
+
1 and 2 above on a medium customarily used for software interchange; or,
|
141 |
+
|
142 |
+
b) Accompany it with a written offer, valid for at least three
|
143 |
+
years, to give any third party, for a charge no more than your
|
144 |
+
cost of physically performing source distribution, a complete
|
145 |
+
machine-readable copy of the corresponding source code, to be
|
146 |
+
distributed under the terms of Sections 1 and 2 above on a medium
|
147 |
+
customarily used for software interchange; or,
|
148 |
+
|
149 |
+
c) Accompany it with the information you received as to the offer
|
150 |
+
to distribute corresponding source code. (This alternative is
|
151 |
+
allowed only for noncommercial distribution and only if you
|
152 |
+
received the program in object code or executable form with such
|
153 |
+
an offer, in accord with Subsection b above.)
|
154 |
+
|
155 |
+
The source code for a work means the preferred form of the work for
|
156 |
+
making modifications to it. For an executable work, complete source
|
157 |
+
code means all the source code for all modules it contains, plus any
|
158 |
+
associated interface definition files, plus the scripts used to
|
159 |
+
control compilation and installation of the executable. However, as a
|
160 |
+
special exception, the source code distributed need not include
|
161 |
+
anything that is normally distributed (in either source or binary
|
162 |
+
form) with the major components (compiler, kernel, and so on) of the
|
163 |
+
operating system on which the executable runs, unless that component
|
164 |
+
itself accompanies the executable.
|
165 |
+
|
166 |
+
If distribution of executable or object code is made by offering
|
167 |
+
access to copy from a designated place, then offering equivalent
|
168 |
+
access to copy the source code from the same place counts as
|
169 |
+
distribution of the source code, even though third parties are not
|
170 |
+
compelled to copy the source along with the object code.
|
171 |
+
|
172 |
+
4. You may not copy, modify, sublicense, or distribute the Program
|
173 |
+
except as expressly provided under this License. Any attempt
|
174 |
+
otherwise to copy, modify, sublicense or distribute the Program is
|
175 |
+
void, and will automatically terminate your rights under this License.
|
176 |
+
However, parties who have received copies, or rights, from you under
|
177 |
+
this License will not have their licenses terminated so long as such
|
178 |
+
parties remain in full compliance.
|
179 |
+
|
180 |
+
5. You are not required to accept this License, since you have not
|
181 |
+
signed it. However, nothing else grants you permission to modify or
|
182 |
+
distribute the Program or its derivative works. These actions are
|
183 |
+
prohibited by law if you do not accept this License. Therefore, by
|
184 |
+
modifying or distributing the Program (or any work based on the
|
185 |
+
Program), you indicate your acceptance of this License to do so, and
|
186 |
+
all its terms and conditions for copying, distributing or modifying
|
187 |
+
the Program or works based on it.
|
188 |
+
|
189 |
+
6. Each time you redistribute the Program (or any work based on the
|
190 |
+
Program), the recipient automatically receives a license from the
|
191 |
+
original licensor to copy, distribute or modify the Program subject to
|
192 |
+
these terms and conditions. You may not impose any further
|
193 |
+
restrictions on the recipients' exercise of the rights granted herein.
|
194 |
+
You are not responsible for enforcing compliance by third parties to
|
195 |
+
this License.
|
196 |
+
|
197 |
+
7. If, as a consequence of a court judgment or allegation of patent
|
198 |
+
infringement or for any other reason (not limited to patent issues),
|
199 |
+
conditions are imposed on you (whether by court order, agreement or
|
200 |
+
otherwise) that contradict the conditions of this License, they do not
|
201 |
+
excuse you from the conditions of this License. If you cannot
|
202 |
+
distribute so as to satisfy simultaneously your obligations under this
|
203 |
+
License and any other pertinent obligations, then as a consequence you
|
204 |
+
may not distribute the Program at all. For example, if a patent
|
205 |
+
license would not permit royalty-free redistribution of the Program by
|
206 |
+
all those who receive copies directly or indirectly through you, then
|
207 |
+
the only way you could satisfy both it and this License would be to
|
208 |
+
refrain entirely from distribution of the Program.
|
209 |
+
|
210 |
+
If any portion of this section is held invalid or unenforceable under
|
211 |
+
any particular circumstance, the balance of the section is intended to
|
212 |
+
apply and the section as a whole is intended to apply in other
|
213 |
+
circumstances.
|
214 |
+
|
215 |
+
It is not the purpose of this section to induce you to infringe any
|
216 |
+
patents or other property right claims or to contest validity of any
|
217 |
+
such claims; this section has the sole purpose of protecting the
|
218 |
+
integrity of the free software distribution system, which is
|
219 |
+
implemented by public license practices. Many people have made
|
220 |
+
generous contributions to the wide range of software distributed
|
221 |
+
through that system in reliance on consistent application of that
|
222 |
+
system; it is up to the author/donor to decide if he or she is willing
|
223 |
+
to distribute software through any other system and a licensee cannot
|
224 |
+
impose that choice.
|
225 |
+
|
226 |
+
This section is intended to make thoroughly clear what is believed to
|
227 |
+
be a consequence of the rest of this License.
|
228 |
+
|
229 |
+
8. If the distribution and/or use of the Program is restricted in
|
230 |
+
certain countries either by patents or by copyrighted interfaces, the
|
231 |
+
original copyright holder who places the Program under this License
|
232 |
+
may add an explicit geographical distribution limitation excluding
|
233 |
+
those countries, so that distribution is permitted only in or among
|
234 |
+
countries not thus excluded. In such case, this License incorporates
|
235 |
+
the limitation as if written in the body of this License.
|
236 |
+
|
237 |
+
9. The Free Software Foundation may publish revised and/or new versions
|
238 |
+
of the General Public License from time to time. Such new versions will
|
239 |
+
be similar in spirit to the present version, but may differ in detail to
|
240 |
+
address new problems or concerns.
|
241 |
+
|
242 |
+
Each version is given a distinguishing version number. If the Program
|
243 |
+
specifies a version number of this License which applies to it and "any
|
244 |
+
later version", you have the option of following the terms and conditions
|
245 |
+
either of that version or of any later version published by the Free
|
246 |
+
Software Foundation. If the Program does not specify a version number of
|
247 |
+
this License, you may choose any version ever published by the Free Software
|
248 |
+
Foundation.
|
249 |
+
|
250 |
+
10. If you wish to incorporate parts of the Program into other free
|
251 |
+
programs whose distribution conditions are different, write to the author
|
252 |
+
to ask for permission. For software which is copyrighted by the Free
|
253 |
+
Software Foundation, write to the Free Software Foundation; we sometimes
|
254 |
+
make exceptions for this. Our decision will be guided by the two goals
|
255 |
+
of preserving the free status of all derivatives of our free software and
|
256 |
+
of promoting the sharing and reuse of software generally.
|
257 |
+
|
258 |
+
NO WARRANTY
|
259 |
+
|
260 |
+
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
261 |
+
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
262 |
+
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
263 |
+
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
264 |
+
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
265 |
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
266 |
+
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
267 |
+
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
268 |
+
REPAIR OR CORRECTION.
|
269 |
+
|
270 |
+
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
271 |
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
272 |
+
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
273 |
+
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
274 |
+
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
275 |
+
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
276 |
+
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
277 |
+
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
278 |
+
POSSIBILITY OF SUCH DAMAGES.
|
279 |
+
|
280 |
+
END OF TERMS AND CONDITIONS
|
281 |
+
|
282 |
+
How to Apply These Terms to Your New Programs
|
283 |
+
|
284 |
+
If you develop a new program, and you want it to be of the greatest
|
285 |
+
possible use to the public, the best way to achieve this is to make it
|
286 |
+
free software which everyone can redistribute and change under these terms.
|
287 |
+
|
288 |
+
To do so, attach the following notices to the program. It is safest
|
289 |
+
to attach them to the start of each source file to most effectively
|
290 |
+
convey the exclusion of warranty; and each file should have at least
|
291 |
+
the "copyright" line and a pointer to where the full notice is found.
|
292 |
+
|
293 |
+
{description}
|
294 |
+
Copyright (C) {year} {fullname}
|
295 |
+
|
296 |
+
This program is free software; you can redistribute it and/or modify
|
297 |
+
it under the terms of the GNU General Public License as published by
|
298 |
+
the Free Software Foundation; either version 2 of the License, or
|
299 |
+
(at your option) any later version.
|
300 |
+
|
301 |
+
This program is distributed in the hope that it will be useful,
|
302 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
303 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
304 |
+
GNU General Public License for more details.
|
305 |
+
|
306 |
+
You should have received a copy of the GNU General Public License along
|
307 |
+
with this program; if not, write to the Free Software Foundation, Inc.,
|
308 |
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
309 |
+
|
310 |
+
Also add information on how to contact you by electronic and paper mail.
|
311 |
+
|
312 |
+
If the program is interactive, make it output a short notice like this
|
313 |
+
when it starts in an interactive mode:
|
314 |
+
|
315 |
+
Gnomovision version 69, Copyright (C) year name of author
|
316 |
+
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
317 |
+
This is free software, and you are welcome to redistribute it
|
318 |
+
under certain conditions; type `show c' for details.
|
319 |
+
|
320 |
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
321 |
+
parts of the General Public License. Of course, the commands you use may
|
322 |
+
be called something other than `show w' and `show c'; they could even be
|
323 |
+
mouse-clicks or menu items--whatever suits your program.
|
324 |
+
|
325 |
+
You should also get your employer (if you work as a programmer) or your
|
326 |
+
school, if any, to sign a "copyright disclaimer" for the program, if
|
327 |
+
necessary. Here is a sample; alter the names:
|
328 |
+
|
329 |
+
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
330 |
+
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
331 |
+
|
332 |
+
{signature of Ty Coon}, 1 April 1989
|
333 |
+
Ty Coon, President of Vice
|
334 |
+
|
335 |
+
This General Public License does not permit incorporating your program into
|
336 |
+
proprietary programs. If your program is a subroutine library, you may
|
337 |
+
consider it more useful to permit linking proprietary applications with the
|
338 |
+
library. If this is what you want to do, use the GNU Lesser General
|
339 |
+
Public License instead of this License.
|
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Gravity Forms PDF Extended
|
2 |
+
==========================
|
3 |
+
|
4 |
+
Gravity Forms PDF Extended is a Wordpress plugin that allows you to save/view/download a PDF from the front- and back-end, and automate PDF creation on form submission.
|
5 |
+
|
6 |
+
Find out more at [http://gravityformspdfextended.com](http://gravityformspdfextended.com/).
|
7 |
+
|
8 |
+
|
9 |
+
# Documentation
|
10 |
+
|
11 |
+
All documentation can be found at [http://gravityformspdfextended.com](http://gravityformspdfextended.com/documentation/).
|
12 |
+
|
13 |
+
# Branches
|
14 |
+
|
15 |
+
## master
|
16 |
+
|
17 |
+
The master branch contains the latest stable release of the software. It's the same version [avaliable in the Wordpress repository](http://wordpress.org/plugins/gravity-forms-pdf-extended/).
|
18 |
+
|
19 |
+
## beta
|
20 |
+
|
21 |
+
If we are currently running a beta edition of the software, this version will be avalible in the beta branch. This is a stable development version *but should not be used in a production environment*.
|
22 |
+
|
23 |
+
## development
|
24 |
+
|
25 |
+
This is our work in progress, bleeding edge edition of the software. Consider this an alpha edition.
|
26 |
+
|
27 |
+
# Pull Requests
|
28 |
+
|
29 |
+
Pull requests are always welcome.
|
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.gravityformspdfextended.com
|
|
4 |
Tags: gravity, forms, pdf, automation, attachment
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 3.9
|
7 |
-
Stable tag: 3.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -48,7 +48,7 @@ Along with the above, the PDF software includes powerful feature such as:
|
|
48 |
3. GD Library
|
49 |
4. RAM: Recommended: 128MB. Minimum: 64MB.
|
50 |
|
51 |
-
*Note:* We've had clients report slow PDF generation times and problems meeting the RAM requirements on cheap shared web hosting. If you experience these problems [we recommend you look into WP Engine's managed hosting platform](http://www.shareasale.com/r.cfm?
|
52 |
|
53 |
**Software Requirements**
|
54 |
|
@@ -80,6 +80,13 @@ All FAQs can be [viewed on the Gravity Forms PDF Extended website](http://gravit
|
|
80 |
|
81 |
== Changelog ==
|
82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
= 3.5.0 =
|
84 |
* Feature - No longer need to reinitialise every time the software is updated.
|
85 |
* Feature - Add auto-initialiser on initial installation for sites that have direct write access to their server files
|
4 |
Tags: gravity, forms, pdf, automation, attachment
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 3.9
|
7 |
+
Stable tag: 3.5.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
48 |
3. GD Library
|
49 |
4. RAM: Recommended: 128MB. Minimum: 64MB.
|
50 |
|
51 |
+
*Note:* We've had clients report slow PDF generation times and problems meeting the RAM requirements on cheap shared web hosting. If you experience these problems [we recommend you look into WP Engine's managed hosting platform](http://www.shareasale.com/r.cfm?B=398776&U=955815&M=41388&urllink=) as our software works correctly out of the box.
|
52 |
|
53 |
**Software Requirements**
|
54 |
|
80 |
|
81 |
== Changelog ==
|
82 |
|
83 |
+
= 3.5.1 =
|
84 |
+
* Bug - Fixed issue with core fonts Arial/Helvetica, Times/Times New Roman and Courier not displaying in the PDF.
|
85 |
+
* Bug - Fixed display issues for multiple PDFs on the details admin entry page
|
86 |
+
* Housekeeping - Made the details entry page PDF view consistent for single or multiple PDFs
|
87 |
+
* Housekeeping - Ensured all javascript files are minified and are correctly being used
|
88 |
+
* Housekeeping - Remove legacy notices from mPDF package
|
89 |
+
|
90 |
= 3.5.0 =
|
91 |
* Feature - No longer need to reinitialise every time the software is updated.
|
92 |
* Feature - Add auto-initialiser on initial installation for sites that have direct write access to their server files
|
languages/language.po
CHANGED
@@ -1,921 +1,921 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: Gravity Forms PDF Extended\n"
|
4 |
-
"POT-Creation-Date: 2014-06-05 13:39+1000\n"
|
5 |
-
"PO-Revision-Date: 2014-06-05 13:39+1000\n"
|
6 |
-
"Last-Translator: Blue Liquid Designs <enquire@blueliquiddesigns.com.au>\n"
|
7 |
-
"Language-Team: <enquire@blueliquiddesigns.com.au>\n"
|
8 |
-
"Language: en\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.6.5\n"
|
13 |
-
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
-
"X-Poedit-Basepath: /\n"
|
15 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Poedit-SearchPath-0: G:\\Blue Liquid Designs\\4) BLUE LIQUID DESIGNS\\19) "
|
17 |
-
"GRAVITY FORMS PDF EXTENDED\\2) WP SVN repository\\tags\\3.5.0\n"
|
18 |
-
|
19 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
20 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/api.php:142
|
21 |
-
msgid "Bad Request."
|
22 |
-
msgstr ""
|
23 |
-
|
24 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
25 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/api.php:150
|
26 |
-
#: repository\tags\3.5.0/helper/api.php:261
|
27 |
-
msgid "Unauthorized Access."
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
31 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/api.php:172
|
32 |
-
msgid "Method not allowed."
|
33 |
-
msgstr ""
|
34 |
-
|
35 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
36 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/api.php:180
|
37 |
-
msgid "Internal API Error."
|
38 |
-
msgstr ""
|
39 |
-
|
40 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
41 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/api.php:188
|
42 |
-
msgid "API Unavailable."
|
43 |
-
msgstr ""
|
44 |
-
|
45 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
46 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:54
|
47 |
-
#, php-format
|
48 |
-
msgid "%sGravity Forms PDF Extended Automated Installer%s: "
|
49 |
-
msgstr ""
|
50 |
-
|
51 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
52 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:64
|
53 |
-
#, php-format
|
54 |
-
msgid " %sGo to installer%s."
|
55 |
-
msgstr ""
|
56 |
-
|
57 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
58 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:74
|
59 |
-
msgid ""
|
60 |
-
"The font files have been successfully installed. A font can be used by "
|
61 |
-
"adding its file name (without .ttf and in lower case) in a CSS font-family "
|
62 |
-
"declaration."
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
66 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:85
|
67 |
-
msgid ""
|
68 |
-
"There was a problem installing the font files. Check the file permissions in "
|
69 |
-
"the plugin folder and try again."
|
70 |
-
msgstr ""
|
71 |
-
|
72 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
73 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:96
|
74 |
-
msgid "Could not create font configuration file. Try initialise again."
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
78 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:112
|
79 |
-
msgid ""
|
80 |
-
"Gravity Forms PDF Extended detected a configuration problem. Please "
|
81 |
-
"reinitialise the plugin."
|
82 |
-
msgstr ""
|
83 |
-
|
84 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
85 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:116
|
86 |
-
#, php-format
|
87 |
-
msgid ""
|
88 |
-
"Gravity Forms PDF Extended detected a configuration problem. Please go to "
|
89 |
-
"the %splugin's settings page%s to reinitialise."
|
90 |
-
msgstr ""
|
91 |
-
|
92 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
93 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:133
|
94 |
-
msgid ""
|
95 |
-
"Gravity Forms PDF Extended detected a server compatibility problem which "
|
96 |
-
"prevented the software from running. See the System Status section below for "
|
97 |
-
"details."
|
98 |
-
msgstr ""
|
99 |
-
|
100 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
101 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:137
|
102 |
-
#, php-format
|
103 |
-
msgid ""
|
104 |
-
"Gravity Forms PDF Extended detected a server compatibility problem which "
|
105 |
-
"prevented the software from running. Please go to the %splugin's settings "
|
106 |
-
"page%s to view the issue."
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
110 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:153
|
111 |
-
msgid ""
|
112 |
-
"Welcome to Gravity Forms PDF Extended. Before you can use the plugin "
|
113 |
-
"correctly you need to initilise it."
|
114 |
-
msgstr ""
|
115 |
-
|
116 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
117 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:157
|
118 |
-
#, php-format
|
119 |
-
msgid ""
|
120 |
-
"Welcome to Gravity Forms PDF Extended. Before you can use the plugin "
|
121 |
-
"correctly you need to initilise it. Please go to the %splugin's settings page"
|
122 |
-
"%s to initialise."
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
126 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:169
|
127 |
-
#, php-format
|
128 |
-
msgid ""
|
129 |
-
"Gravity Forms PDF Extended only works with Gravity Forms version %s and "
|
130 |
-
"higher. Please %supgrade your copy of Gravity Forms%s to use this plugin."
|
131 |
-
msgstr ""
|
132 |
-
|
133 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
134 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:183
|
135 |
-
msgid ""
|
136 |
-
"We could not create a template folder in your active theme's directory. "
|
137 |
-
"Please ensure your active theme directory is writable by your web server and "
|
138 |
-
"try again."
|
139 |
-
msgstr ""
|
140 |
-
|
141 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
142 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:198
|
143 |
-
#, php-format
|
144 |
-
msgid ""
|
145 |
-
"We could not remove the default template files from the Gravity Forms PDF "
|
146 |
-
"Extended folder in your active theme's directory. Please ensure %s is "
|
147 |
-
"wriable by your web server and try again."
|
148 |
-
msgstr ""
|
149 |
-
|
150 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
151 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:211
|
152 |
-
#, php-format
|
153 |
-
msgid ""
|
154 |
-
"We could not move the template files to the PDF_EXTENDED_TEMPLATES folder. "
|
155 |
-
"Please ensure %s is wriable by your web server and try again."
|
156 |
-
msgstr ""
|
157 |
-
|
158 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
159 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:229
|
160 |
-
#, php-format
|
161 |
-
msgid ""
|
162 |
-
"Gravity Forms PDF Extended needs to keep your configuration and templates "
|
163 |
-
"folder in sync with your current active theme. %sSync Now%s"
|
164 |
-
msgstr ""
|
165 |
-
|
166 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
167 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:238
|
168 |
-
#, php-format
|
169 |
-
msgid "%sGravity Forms PDF Extended Automated Theme Sync%s: "
|
170 |
-
msgstr ""
|
171 |
-
|
172 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
173 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:240
|
174 |
-
msgid ""
|
175 |
-
"Your PDF configuration and template folder was successfully synced to your "
|
176 |
-
"new theme."
|
177 |
-
msgstr ""
|
178 |
-
|
179 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
180 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:252
|
181 |
-
msgid ""
|
182 |
-
"Gravity Forms PDF Extended Auto Initialisation Complete across the entire "
|
183 |
-
"network."
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
187 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:256
|
188 |
-
msgid ""
|
189 |
-
"Gravity Forms PDF Extended Initialisation Complete across the entire network."
|
190 |
-
msgstr ""
|
191 |
-
|
192 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
193 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:261
|
194 |
-
#: repository\tags\3.5.0/helper/notices.php:273
|
195 |
-
#, php-format
|
196 |
-
msgid "%sLearn how to configuring the plugin%s."
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
200 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:269
|
201 |
-
msgid "Gravity Forms PDF Extended Auto Initialisation Complete."
|
202 |
-
msgstr ""
|
203 |
-
|
204 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
205 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:287
|
206 |
-
msgid "There was a network initialisation issue on the following sites;"
|
207 |
-
msgstr ""
|
208 |
-
|
209 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
210 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:300
|
211 |
-
msgid "Please try manually initialise the software"
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
215 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:304
|
216 |
-
msgid ""
|
217 |
-
"An unknown network initialisation error occured. Please try initialise again."
|
218 |
-
msgstr ""
|
219 |
-
|
220 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
221 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:311
|
222 |
-
msgid "You've successfully initialised Gravity Forms PDF Extended."
|
223 |
-
msgstr ""
|
224 |
-
|
225 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
226 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:318
|
227 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:34
|
228 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:41
|
229 |
-
msgid "Gravity Forms "
|
230 |
-
msgstr ""
|
231 |
-
|
232 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
233 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:324
|
234 |
-
msgid "Wordpress "
|
235 |
-
msgstr ""
|
236 |
-
|
237 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
238 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:336
|
239 |
-
msgid "PHP "
|
240 |
-
msgstr ""
|
241 |
-
|
242 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
243 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:342
|
244 |
-
#, php-format
|
245 |
-
msgid ""
|
246 |
-
"If you reinitialise and enable this option %syou will overwrite%s the "
|
247 |
-
"default and example template files in your active theme directory."
|
248 |
-
msgstr ""
|
249 |
-
|
250 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
251 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:240
|
252 |
-
msgid "Order"
|
253 |
-
msgstr ""
|
254 |
-
|
255 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
256 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:251
|
257 |
-
msgid "Product"
|
258 |
-
msgstr ""
|
259 |
-
|
260 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
261 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:252
|
262 |
-
msgid "Qty"
|
263 |
-
msgstr ""
|
264 |
-
|
265 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
266 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:253
|
267 |
-
msgid "Unit Price"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
271 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:254
|
272 |
-
msgid "Price"
|
273 |
-
msgstr ""
|
274 |
-
|
275 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
276 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:317
|
277 |
-
msgid "Total"
|
278 |
-
msgstr ""
|
279 |
-
|
280 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
281 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:927
|
282 |
-
msgid ""
|
283 |
-
"Activate Gravity Forms Quiz Add On to see global quiz statistics for this "
|
284 |
-
"form"
|
285 |
-
msgstr ""
|
286 |
-
|
287 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
288 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:1340
|
289 |
-
#: repository\tags\3.5.0/helper/pdf-entry-detail.php:1705
|
290 |
-
msgid "Qty: "
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
294 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:1340
|
295 |
-
#: repository\tags\3.5.0/helper/pdf-entry-detail.php:1705
|
296 |
-
msgid "Price: "
|
297 |
-
msgstr ""
|
298 |
-
|
299 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
300 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:1639
|
301 |
-
msgid "Title"
|
302 |
-
msgstr ""
|
303 |
-
|
304 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
305 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:1640
|
306 |
-
msgid "Caption"
|
307 |
-
msgstr ""
|
308 |
-
|
309 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
310 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:1641
|
311 |
-
msgid "Description"
|
312 |
-
msgstr ""
|
313 |
-
|
314 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
315 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:1646
|
316 |
-
#: repository\tags\3.5.0/helper/pdf-entry-detail.php:1665
|
317 |
-
msgid "Click to view"
|
318 |
-
msgstr ""
|
319 |
-
|
320 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
321 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/pdf.php:127
|
322 |
-
#: repository\tags\3.5.0/model/pdf.php:142
|
323 |
-
msgid "View"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
327 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/pdf.php:128
|
328 |
-
#: repository\tags\3.5.0/model/pdf.php:143
|
329 |
-
msgid "Download"
|
330 |
-
msgstr ""
|
331 |
-
|
332 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
333 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/pdf.php:142
|
334 |
-
msgid "PDF"
|
335 |
-
msgstr ""
|
336 |
-
|
337 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
338 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/pdf.php:182
|
339 |
-
msgid "View PDFs"
|
340 |
-
msgstr ""
|
341 |
-
|
342 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
343 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/pdf.php:213
|
344 |
-
msgid "View PDF"
|
345 |
-
msgstr ""
|
346 |
-
|
347 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
348 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:355
|
349 |
-
msgid "Plugin not yet initialised"
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
353 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:410
|
354 |
-
msgid ""
|
355 |
-
"There was a problem with your submission. Please reload the page and try "
|
356 |
-
"again"
|
357 |
-
msgstr ""
|
358 |
-
|
359 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
360 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:427
|
361 |
-
msgid "Please enter a valid email address"
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
365 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:430
|
366 |
-
msgid "Problem"
|
367 |
-
msgstr ""
|
368 |
-
|
369 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
370 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:430
|
371 |
-
msgid "Question"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
375 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:430
|
376 |
-
msgid "Suggestion"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
380 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:434
|
381 |
-
msgid "Please select a valid support type."
|
382 |
-
msgstr ""
|
383 |
-
|
384 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
385 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:439
|
386 |
-
msgid ""
|
387 |
-
"Please enter information about your support query so we can aid you more "
|
388 |
-
"easily."
|
389 |
-
msgstr ""
|
390 |
-
|
391 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
392 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:444
|
393 |
-
msgid ""
|
394 |
-
"There is a problem with your support request. Please correct the marked "
|
395 |
-
"issues above."
|
396 |
-
msgstr ""
|
397 |
-
|
398 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
399 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:454
|
400 |
-
msgid ""
|
401 |
-
"Thank you for your support request. We'll respond to your request in the "
|
402 |
-
"next 24-48 hours."
|
403 |
-
msgstr ""
|
404 |
-
|
405 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
406 |
-
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:512
|
407 |
-
msgid "Support request received. We will responed in 24 to 48 hours."
|
408 |
-
msgstr ""
|
409 |
-
|
410 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
411 |
-
#: EXTENDED\2) WP SVN
|
412 |
-
#: repository\tags\3.5.0/view/templates/settings/changelog.php:19
|
413 |
-
msgid "Changelog"
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
417 |
-
#: EXTENDED\2) WP SVN
|
418 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation-tab.php:41
|
419 |
-
msgid "Gravity Forms PDF Extended"
|
420 |
-
msgstr ""
|
421 |
-
|
422 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
423 |
-
#: EXTENDED\2) WP SVN
|
424 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation-tab.php:42
|
425 |
-
msgid ""
|
426 |
-
"Your web server isn't compatible with Gravity Forms PDF Extended. Please see "
|
427 |
-
"the problem areas below."
|
428 |
-
msgstr ""
|
429 |
-
|
430 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
431 |
-
#: EXTENDED\2) WP SVN
|
432 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation-tab.php:52
|
433 |
-
msgid "Can't Resolve the Issue?"
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
437 |
-
#: EXTENDED\2) WP SVN
|
438 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation-tab.php:53
|
439 |
-
#, php-format
|
440 |
-
msgid ""
|
441 |
-
"Does Gravity Forms PDF Extended detect a problem that your web host won't "
|
442 |
-
"fix? %sWe recommend you move to a quality web hosting service like WP Engine"
|
443 |
-
"%s which runs our software straight out of the box."
|
444 |
-
msgstr ""
|
445 |
-
|
446 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
447 |
-
#: EXTENDED\2) WP SVN
|
448 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:19
|
449 |
-
msgid "Welcome to Gravity Forms PDF Extended"
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
453 |
-
#: EXTENDED\2) WP SVN
|
454 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:19
|
455 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:66
|
456 |
-
msgid "Initialise Plugin"
|
457 |
-
msgstr ""
|
458 |
-
|
459 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
460 |
-
#: EXTENDED\2) WP SVN
|
461 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:23
|
462 |
-
msgid ""
|
463 |
-
"The plugin has successfully installed and is ready to start automating your "
|
464 |
-
"documents."
|
465 |
-
msgstr ""
|
466 |
-
|
467 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
468 |
-
#: EXTENDED\2) WP SVN
|
469 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:25
|
470 |
-
msgid "What's next?"
|
471 |
-
msgstr ""
|
472 |
-
|
473 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
474 |
-
#: EXTENDED\2) WP SVN
|
475 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:26
|
476 |
-
msgid ""
|
477 |
-
"The next step is to correctly configured the plugin so that you can generate "
|
478 |
-
"PDF documents."
|
479 |
-
msgstr ""
|
480 |
-
|
481 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
482 |
-
#: EXTENDED\2) WP SVN
|
483 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:27
|
484 |
-
msgid ""
|
485 |
-
"To help you get started, we've put together a five-part video series with "
|
486 |
-
"the most common plugin configurations."
|
487 |
-
msgstr ""
|
488 |
-
|
489 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
490 |
-
#: EXTENDED\2) WP SVN
|
491 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:29
|
492 |
-
msgid "The Basics: Only Download PDF through the Admin Area"
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
496 |
-
#: EXTENDED\2) WP SVN
|
497 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:30
|
498 |
-
msgid "The Email: Send Completed PDF via Email"
|
499 |
-
msgstr ""
|
500 |
-
|
501 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
502 |
-
#: EXTENDED\2) WP SVN
|
503 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:31
|
504 |
-
msgid ""
|
505 |
-
"The Download: User Downloads PDF after Submitting Form (using a link or auto "
|
506 |
-
"redirecting)"
|
507 |
-
msgstr ""
|
508 |
-
|
509 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
510 |
-
#: EXTENDED\2) WP SVN
|
511 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:32
|
512 |
-
msgid "The Email Advanced: Manually Review User Submission before Emailing PDF"
|
513 |
-
msgstr ""
|
514 |
-
|
515 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
516 |
-
#: EXTENDED\2) WP SVN
|
517 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:33
|
518 |
-
msgid "The Payment: Send PDF after Capturing Payment using Paypal Standard"
|
519 |
-
msgstr ""
|
520 |
-
|
521 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
522 |
-
#: EXTENDED\2) WP SVN
|
523 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:36
|
524 |
-
#, php-format
|
525 |
-
msgid ""
|
526 |
-
"If you know little about PHP we recommend starting with %sPart 1:The Basics"
|
527 |
-
"%s and then watching the tutorial you’re interested in. It will give you the "
|
528 |
-
"foundational skills you need to configure the software."
|
529 |
-
msgstr ""
|
530 |
-
|
531 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
532 |
-
#: EXTENDED\2) WP SVN
|
533 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:38
|
534 |
-
msgid "Custom Templates"
|
535 |
-
msgstr ""
|
536 |
-
|
537 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
538 |
-
#: EXTENDED\2) WP SVN
|
539 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:39
|
540 |
-
#, php-format
|
541 |
-
msgid ""
|
542 |
-
"Creating a custom template gives you ultimate control of the look and feel "
|
543 |
-
"of your documents using only HTML and CSS. %sWe recommend you review our "
|
544 |
-
"online documentation%s to create and customise your template files."
|
545 |
-
msgstr ""
|
546 |
-
|
547 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
548 |
-
#: EXTENDED\2) WP SVN
|
549 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:45
|
550 |
-
msgid ""
|
551 |
-
"To complete the installation, Gravity Forms PDF Extended needs to be "
|
552 |
-
"initialised."
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
556 |
-
#: EXTENDED\2) WP SVN
|
557 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:47
|
558 |
-
msgid "Does does initialisation do?"
|
559 |
-
msgstr ""
|
560 |
-
|
561 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
562 |
-
#: EXTENDED\2) WP SVN
|
563 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:50
|
564 |
-
msgid "Install the template files"
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
568 |
-
#: EXTENDED\2) WP SVN
|
569 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:50
|
570 |
-
msgid ""
|
571 |
-
"We create a folder called PDF_EXTENDED_TEMPLATE in your active theme "
|
572 |
-
"directory and move over all the templates and configuration files. This "
|
573 |
-
"folder is where you'll look to configure the software and create your PDF "
|
574 |
-
"templates."
|
575 |
-
msgstr ""
|
576 |
-
|
577 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
578 |
-
#: EXTENDED\2) WP SVN
|
579 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:62
|
580 |
-
msgid "Have a problem with the software?"
|
581 |
-
msgstr ""
|
582 |
-
|
583 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
584 |
-
#: EXTENDED\2) WP SVN
|
585 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:63
|
586 |
-
msgid ""
|
587 |
-
"Did you switch themes and something went wrong syncing the template folder? "
|
588 |
-
"Try reinitialise the software."
|
589 |
-
msgstr ""
|
590 |
-
|
591 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
592 |
-
#: EXTENDED\2) WP SVN
|
593 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:66
|
594 |
-
msgid "Reinitialise Plugin"
|
595 |
-
msgstr ""
|
596 |
-
|
597 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
598 |
-
#: EXTENDED\2) WP SVN
|
599 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:68
|
600 |
-
msgid "Reinstall Default and Example Templates"
|
601 |
-
msgstr ""
|
602 |
-
|
603 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
604 |
-
#: EXTENDED\2) WP SVN
|
605 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:74
|
606 |
-
msgid "Install a new font?"
|
607 |
-
msgstr ""
|
608 |
-
|
609 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
610 |
-
#: EXTENDED\2) WP SVN
|
611 |
-
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:75
|
612 |
-
#, php-format
|
613 |
-
msgid ""
|
614 |
-
"Do you want to use a custom font in your template? %sSee our documentation "
|
615 |
-
"on how to correctly install and use a custom font%s before initialising "
|
616 |
-
"below."
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
620 |
-
#: EXTENDED\2) WP SVN
|
621 |
-
#: repository\tags\3.5.0/view/templates/settings/support-form.php:26
|
622 |
-
msgid ""
|
623 |
-
"Gravity Forms PDF Extended's support hours are from 9:00am-5:00pm Monday to "
|
624 |
-
"Friday, Sydney Australia time."
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
628 |
-
#: EXTENDED\2) WP SVN
|
629 |
-
#: repository\tags\3.5.0/view/templates/settings/support-form.php:29
|
630 |
-
#, php-format
|
631 |
-
msgid "The current time in Sydney Australia is %s."
|
632 |
-
msgstr ""
|
633 |
-
|
634 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
635 |
-
#: EXTENDED\2) WP SVN
|
636 |
-
#: repository\tags\3.5.0/view/templates/settings/support-form.php:55
|
637 |
-
msgid "Enter the email address you want us to contact you on."
|
638 |
-
msgstr ""
|
639 |
-
|
640 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
641 |
-
#: EXTENDED\2) WP SVN
|
642 |
-
#: repository\tags\3.5.0/view/templates/settings/support-form.php:56
|
643 |
-
msgid ""
|
644 |
-
"Note: To ensure the best support possible, please use the above email to "
|
645 |
-
"respond to all support communications."
|
646 |
-
msgstr ""
|
647 |
-
|
648 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
649 |
-
#: EXTENDED\2) WP SVN
|
650 |
-
#: repository\tags\3.5.0/view/templates/settings/support-form.php:92
|
651 |
-
msgid "Enter as much detail about the problem as you can."
|
652 |
-
msgstr ""
|
653 |
-
|
654 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
655 |
-
#: EXTENDED\2) WP SVN
|
656 |
-
#: repository\tags\3.5.0/view/templates/settings/support-form.php:93
|
657 |
-
msgid "Please enter as much detail about the problem as you can."
|
658 |
-
msgstr ""
|
659 |
-
|
660 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
661 |
-
#: EXTENDED\2) WP SVN
|
662 |
-
#: repository\tags\3.5.0/view/templates/settings/support-form.php:94
|
663 |
-
msgid "Note: Our support representatives can only communicate in English."
|
664 |
-
msgstr ""
|
665 |
-
|
666 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
667 |
-
#: EXTENDED\2) WP SVN
|
668 |
-
#: repository\tags\3.5.0/view/templates/settings/support-form.php:97
|
669 |
-
msgid "Request Support"
|
670 |
-
msgstr ""
|
671 |
-
|
672 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
673 |
-
#: EXTENDED\2) WP SVN
|
674 |
-
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:20
|
675 |
-
msgid "Frequently Asked Questions"
|
676 |
-
msgstr ""
|
677 |
-
|
678 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
679 |
-
#: EXTENDED\2) WP SVN
|
680 |
-
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:22
|
681 |
-
msgid "Can I exclude a field from showing up in the PDF?"
|
682 |
-
msgstr ""
|
683 |
-
|
684 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
685 |
-
#: EXTENDED\2) WP SVN
|
686 |
-
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:23
|
687 |
-
msgid ""
|
688 |
-
"I want to have multiple PDF template files generated on one form. How do I "
|
689 |
-
"do it?"
|
690 |
-
msgstr ""
|
691 |
-
|
692 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
693 |
-
#: EXTENDED\2) WP SVN
|
694 |
-
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:24
|
695 |
-
msgid "I want users to be able to download the PDF from the server."
|
696 |
-
msgstr ""
|
697 |
-
|
698 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
699 |
-
#: EXTENDED\2) WP SVN
|
700 |
-
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:25
|
701 |
-
msgid "How do I change the PDF size or create a landscape PDF?"
|
702 |
-
msgstr ""
|
703 |
-
|
704 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
705 |
-
#: EXTENDED\2) WP SVN
|
706 |
-
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:26
|
707 |
-
msgid ""
|
708 |
-
"I am created a custom template. How do I know the names of my fields in the "
|
709 |
-
"$form_data array?"
|
710 |
-
msgstr ""
|
711 |
-
|
712 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
713 |
-
#: EXTENDED\2) WP SVN
|
714 |
-
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:27
|
715 |
-
msgid "How large a PDF are you able to create/process?"
|
716 |
-
msgstr ""
|
717 |
-
|
718 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
719 |
-
#: EXTENDED\2) WP SVN
|
720 |
-
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:30
|
721 |
-
#, php-format
|
722 |
-
msgid ""
|
723 |
-
"Got a question that isn't answered above? %sHead to our support forum%s and "
|
724 |
-
"let us know."
|
725 |
-
msgstr ""
|
726 |
-
|
727 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
728 |
-
#: EXTENDED\2) WP SVN
|
729 |
-
#: repository\tags\3.5.0/view/templates/settings/support.php:20
|
730 |
-
msgid "Support"
|
731 |
-
msgstr ""
|
732 |
-
|
733 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
734 |
-
#: EXTENDED\2) WP SVN
|
735 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:19
|
736 |
-
msgid "System Status"
|
737 |
-
msgstr ""
|
738 |
-
|
739 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
740 |
-
#: EXTENDED\2) WP SVN
|
741 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:22
|
742 |
-
msgid "Wordpress Version"
|
743 |
-
msgstr ""
|
744 |
-
|
745 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
746 |
-
#: EXTENDED\2) WP SVN
|
747 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:25
|
748 |
-
msgid "Wordpress Version "
|
749 |
-
msgstr ""
|
750 |
-
|
751 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
752 |
-
#: EXTENDED\2) WP SVN
|
753 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:30
|
754 |
-
msgid "Gravity Forms"
|
755 |
-
msgstr ""
|
756 |
-
|
757 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
758 |
-
#: EXTENDED\2) WP SVN
|
759 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:32
|
760 |
-
msgid "Not Installed"
|
761 |
-
msgstr ""
|
762 |
-
|
763 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
764 |
-
#: EXTENDED\2) WP SVN
|
765 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:47
|
766 |
-
msgid "PHP Version"
|
767 |
-
msgstr ""
|
768 |
-
|
769 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
770 |
-
#: EXTENDED\2) WP SVN
|
771 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:50
|
772 |
-
msgid "PHP Version "
|
773 |
-
msgstr ""
|
774 |
-
|
775 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
776 |
-
#: EXTENDED\2) WP SVN
|
777 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:54
|
778 |
-
msgid "MB String"
|
779 |
-
msgstr ""
|
780 |
-
|
781 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
782 |
-
#: EXTENDED\2) WP SVN
|
783 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:54
|
784 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:62
|
785 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:94
|
786 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:101
|
787 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:110
|
788 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:117
|
789 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:124
|
790 |
-
msgid "Yes"
|
791 |
-
msgstr ""
|
792 |
-
|
793 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
794 |
-
#: EXTENDED\2) WP SVN
|
795 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:54
|
796 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:62
|
797 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:94
|
798 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:101
|
799 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:110
|
800 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:117
|
801 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:124
|
802 |
-
msgid "No"
|
803 |
-
msgstr ""
|
804 |
-
|
805 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
806 |
-
#: EXTENDED\2) WP SVN
|
807 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:58
|
808 |
-
msgid ""
|
809 |
-
"The PHP extension MB String and MB String Regex functions are required to "
|
810 |
-
"use this plugin. Contact your web host to have it enabled."
|
811 |
-
msgstr ""
|
812 |
-
|
813 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
814 |
-
#: EXTENDED\2) WP SVN
|
815 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:62
|
816 |
-
msgid "GD Library"
|
817 |
-
msgstr ""
|
818 |
-
|
819 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
820 |
-
#: EXTENDED\2) WP SVN
|
821 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:66
|
822 |
-
msgid ""
|
823 |
-
"The PHP extension GD Library is required to use this plugin. Contact your "
|
824 |
-
"web host to have it enabled."
|
825 |
-
msgstr ""
|
826 |
-
|
827 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
828 |
-
#: EXTENDED\2) WP SVN
|
829 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:84
|
830 |
-
msgid "Available RAM"
|
831 |
-
msgstr ""
|
832 |
-
|
833 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
834 |
-
#: EXTENDED\2) WP SVN
|
835 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:87
|
836 |
-
#, php-format
|
837 |
-
msgid ""
|
838 |
-
"We recommend you have 128MB of available RAM to run this plugin. The minimum "
|
839 |
-
"system requirement is 64MB. %sNot sure what this means? Contact your web "
|
840 |
-
"host and ask them to fix the issue. %sNote: If you run less than 128MB, you "
|
841 |
-
"risk PHP suffering a fatal error which will stop your website from running "
|
842 |
-
"on Gravity Form pages."
|
843 |
-
msgstr ""
|
844 |
-
|
845 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
846 |
-
#: EXTENDED\2) WP SVN
|
847 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:94
|
848 |
-
msgid "Plugin Directory Writable?"
|
849 |
-
msgstr ""
|
850 |
-
|
851 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
852 |
-
#: EXTENDED\2) WP SVN
|
853 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:97
|
854 |
-
#, php-format
|
855 |
-
msgid ""
|
856 |
-
"The plugin folder is not writable by your web server. Check the directory "
|
857 |
-
"\"%s\" is writable by your web server otherwise we will attempt to use the "
|
858 |
-
"FTP installer to initialise."
|
859 |
-
msgstr ""
|
860 |
-
|
861 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
862 |
-
#: EXTENDED\2) WP SVN
|
863 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:101
|
864 |
-
msgid "Theme Directory Writable?"
|
865 |
-
msgstr ""
|
866 |
-
|
867 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
868 |
-
#: EXTENDED\2) WP SVN
|
869 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:104
|
870 |
-
#, php-format
|
871 |
-
msgid ""
|
872 |
-
"Your active theme folder is not writable by your web server. Check that \"%s"
|
873 |
-
"\" is writable by your web server otherwise we will attempt to use the FTP "
|
874 |
-
"installer to initialise."
|
875 |
-
msgstr ""
|
876 |
-
|
877 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
878 |
-
#: EXTENDED\2) WP SVN
|
879 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:110
|
880 |
-
msgid "PDF Output Directory Writable?"
|
881 |
-
msgstr ""
|
882 |
-
|
883 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
884 |
-
#: EXTENDED\2) WP SVN
|
885 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:113
|
886 |
-
#, php-format
|
887 |
-
msgid ""
|
888 |
-
"The plugin's output folder is not writable by your web server. PDFs will not "
|
889 |
-
"be attached to notifications until this problem is fixed. Check that \"%s\" "
|
890 |
-
"is writable by your web server."
|
891 |
-
msgstr ""
|
892 |
-
|
893 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
894 |
-
#: EXTENDED\2) WP SVN
|
895 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:117
|
896 |
-
msgid "PDF Font Directory Writable?"
|
897 |
-
msgstr ""
|
898 |
-
|
899 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
900 |
-
#: EXTENDED\2) WP SVN
|
901 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:120
|
902 |
-
#, php-format
|
903 |
-
msgid ""
|
904 |
-
"The plugin's font folder is not writable by your web server. Check that \"%s"
|
905 |
-
"\" is writable by your web server otherwise we will attempt to use the FTP "
|
906 |
-
"installer to initialise."
|
907 |
-
msgstr ""
|
908 |
-
|
909 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
910 |
-
#: EXTENDED\2) WP SVN
|
911 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:124
|
912 |
-
msgid "mPDF Temporary Directory Writable?"
|
913 |
-
msgstr ""
|
914 |
-
|
915 |
-
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
916 |
-
#: EXTENDED\2) WP SVN
|
917 |
-
#: repository\tags\3.5.0/view/templates/settings/system-status.php:127
|
918 |
-
msgid ""
|
919 |
-
"mPDF temporary directory not writable (mPDF/tmp/). Memory and image "
|
920 |
-
"processing time will increase."
|
921 |
-
msgstr ""
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Gravity Forms PDF Extended\n"
|
4 |
+
"POT-Creation-Date: 2014-06-05 13:39+1000\n"
|
5 |
+
"PO-Revision-Date: 2014-06-05 13:39+1000\n"
|
6 |
+
"Last-Translator: Blue Liquid Designs <enquire@blueliquiddesigns.com.au>\n"
|
7 |
+
"Language-Team: <enquire@blueliquiddesigns.com.au>\n"
|
8 |
+
"Language: en\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.6.5\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: /\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Poedit-SearchPath-0: G:\\Blue Liquid Designs\\4) BLUE LIQUID DESIGNS\\19) "
|
17 |
+
"GRAVITY FORMS PDF EXTENDED\\2) WP SVN repository\\tags\\3.5.0\n"
|
18 |
+
|
19 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
20 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/api.php:142
|
21 |
+
msgid "Bad Request."
|
22 |
+
msgstr ""
|
23 |
+
|
24 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
25 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/api.php:150
|
26 |
+
#: repository\tags\3.5.0/helper/api.php:261
|
27 |
+
msgid "Unauthorized Access."
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
31 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/api.php:172
|
32 |
+
msgid "Method not allowed."
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
36 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/api.php:180
|
37 |
+
msgid "Internal API Error."
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
41 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/api.php:188
|
42 |
+
msgid "API Unavailable."
|
43 |
+
msgstr ""
|
44 |
+
|
45 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
46 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:54
|
47 |
+
#, php-format
|
48 |
+
msgid "%sGravity Forms PDF Extended Automated Installer%s: "
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
52 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:64
|
53 |
+
#, php-format
|
54 |
+
msgid " %sGo to installer%s."
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
58 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:74
|
59 |
+
msgid ""
|
60 |
+
"The font files have been successfully installed. A font can be used by "
|
61 |
+
"adding its file name (without .ttf and in lower case) in a CSS font-family "
|
62 |
+
"declaration."
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
66 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:85
|
67 |
+
msgid ""
|
68 |
+
"There was a problem installing the font files. Check the file permissions in "
|
69 |
+
"the plugin folder and try again."
|
70 |
+
msgstr ""
|
71 |
+
|
72 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
73 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:96
|
74 |
+
msgid "Could not create font configuration file. Try initialise again."
|
75 |
+
msgstr ""
|
76 |
+
|
77 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
78 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:112
|
79 |
+
msgid ""
|
80 |
+
"Gravity Forms PDF Extended detected a configuration problem. Please "
|
81 |
+
"reinitialise the plugin."
|
82 |
+
msgstr ""
|
83 |
+
|
84 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
85 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:116
|
86 |
+
#, php-format
|
87 |
+
msgid ""
|
88 |
+
"Gravity Forms PDF Extended detected a configuration problem. Please go to "
|
89 |
+
"the %splugin's settings page%s to reinitialise."
|
90 |
+
msgstr ""
|
91 |
+
|
92 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
93 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:133
|
94 |
+
msgid ""
|
95 |
+
"Gravity Forms PDF Extended detected a server compatibility problem which "
|
96 |
+
"prevented the software from running. See the System Status section below for "
|
97 |
+
"details."
|
98 |
+
msgstr ""
|
99 |
+
|
100 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
101 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:137
|
102 |
+
#, php-format
|
103 |
+
msgid ""
|
104 |
+
"Gravity Forms PDF Extended detected a server compatibility problem which "
|
105 |
+
"prevented the software from running. Please go to the %splugin's settings "
|
106 |
+
"page%s to view the issue."
|
107 |
+
msgstr ""
|
108 |
+
|
109 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
110 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:153
|
111 |
+
msgid ""
|
112 |
+
"Welcome to Gravity Forms PDF Extended. Before you can use the plugin "
|
113 |
+
"correctly you need to initilise it."
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
117 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:157
|
118 |
+
#, php-format
|
119 |
+
msgid ""
|
120 |
+
"Welcome to Gravity Forms PDF Extended. Before you can use the plugin "
|
121 |
+
"correctly you need to initilise it. Please go to the %splugin's settings page"
|
122 |
+
"%s to initialise."
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
126 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:169
|
127 |
+
#, php-format
|
128 |
+
msgid ""
|
129 |
+
"Gravity Forms PDF Extended only works with Gravity Forms version %s and "
|
130 |
+
"higher. Please %supgrade your copy of Gravity Forms%s to use this plugin."
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
134 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:183
|
135 |
+
msgid ""
|
136 |
+
"We could not create a template folder in your active theme's directory. "
|
137 |
+
"Please ensure your active theme directory is writable by your web server and "
|
138 |
+
"try again."
|
139 |
+
msgstr ""
|
140 |
+
|
141 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
142 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:198
|
143 |
+
#, php-format
|
144 |
+
msgid ""
|
145 |
+
"We could not remove the default template files from the Gravity Forms PDF "
|
146 |
+
"Extended folder in your active theme's directory. Please ensure %s is "
|
147 |
+
"wriable by your web server and try again."
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
151 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:211
|
152 |
+
#, php-format
|
153 |
+
msgid ""
|
154 |
+
"We could not move the template files to the PDF_EXTENDED_TEMPLATES folder. "
|
155 |
+
"Please ensure %s is wriable by your web server and try again."
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
159 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:229
|
160 |
+
#, php-format
|
161 |
+
msgid ""
|
162 |
+
"Gravity Forms PDF Extended needs to keep your configuration and templates "
|
163 |
+
"folder in sync with your current active theme. %sSync Now%s"
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
167 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:238
|
168 |
+
#, php-format
|
169 |
+
msgid "%sGravity Forms PDF Extended Automated Theme Sync%s: "
|
170 |
+
msgstr ""
|
171 |
+
|
172 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
173 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:240
|
174 |
+
msgid ""
|
175 |
+
"Your PDF configuration and template folder was successfully synced to your "
|
176 |
+
"new theme."
|
177 |
+
msgstr ""
|
178 |
+
|
179 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
180 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:252
|
181 |
+
msgid ""
|
182 |
+
"Gravity Forms PDF Extended Auto Initialisation Complete across the entire "
|
183 |
+
"network."
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
187 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:256
|
188 |
+
msgid ""
|
189 |
+
"Gravity Forms PDF Extended Initialisation Complete across the entire network."
|
190 |
+
msgstr ""
|
191 |
+
|
192 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
193 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:261
|
194 |
+
#: repository\tags\3.5.0/helper/notices.php:273
|
195 |
+
#, php-format
|
196 |
+
msgid "%sLearn how to configuring the plugin%s."
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
200 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:269
|
201 |
+
msgid "Gravity Forms PDF Extended Auto Initialisation Complete."
|
202 |
+
msgstr ""
|
203 |
+
|
204 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
205 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:287
|
206 |
+
msgid "There was a network initialisation issue on the following sites;"
|
207 |
+
msgstr ""
|
208 |
+
|
209 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
210 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:300
|
211 |
+
msgid "Please try manually initialise the software"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
215 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:304
|
216 |
+
msgid ""
|
217 |
+
"An unknown network initialisation error occured. Please try initialise again."
|
218 |
+
msgstr ""
|
219 |
+
|
220 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
221 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:311
|
222 |
+
msgid "You've successfully initialised Gravity Forms PDF Extended."
|
223 |
+
msgstr ""
|
224 |
+
|
225 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
226 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:318
|
227 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:34
|
228 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:41
|
229 |
+
msgid "Gravity Forms "
|
230 |
+
msgstr ""
|
231 |
+
|
232 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
233 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:324
|
234 |
+
msgid "Wordpress "
|
235 |
+
msgstr ""
|
236 |
+
|
237 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
238 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:336
|
239 |
+
msgid "PHP "
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
243 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/notices.php:342
|
244 |
+
#, php-format
|
245 |
+
msgid ""
|
246 |
+
"If you reinitialise and enable this option %syou will overwrite%s the "
|
247 |
+
"default and example template files in your active theme directory."
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
251 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:240
|
252 |
+
msgid "Order"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
256 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:251
|
257 |
+
msgid "Product"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
261 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:252
|
262 |
+
msgid "Qty"
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
266 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:253
|
267 |
+
msgid "Unit Price"
|
268 |
+
msgstr ""
|
269 |
+
|
270 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
271 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:254
|
272 |
+
msgid "Price"
|
273 |
+
msgstr ""
|
274 |
+
|
275 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
276 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:317
|
277 |
+
msgid "Total"
|
278 |
+
msgstr ""
|
279 |
+
|
280 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
281 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:927
|
282 |
+
msgid ""
|
283 |
+
"Activate Gravity Forms Quiz Add On to see global quiz statistics for this "
|
284 |
+
"form"
|
285 |
+
msgstr ""
|
286 |
+
|
287 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
288 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:1340
|
289 |
+
#: repository\tags\3.5.0/helper/pdf-entry-detail.php:1705
|
290 |
+
msgid "Qty: "
|
291 |
+
msgstr ""
|
292 |
+
|
293 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
294 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:1340
|
295 |
+
#: repository\tags\3.5.0/helper/pdf-entry-detail.php:1705
|
296 |
+
msgid "Price: "
|
297 |
+
msgstr ""
|
298 |
+
|
299 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
300 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:1639
|
301 |
+
msgid "Title"
|
302 |
+
msgstr ""
|
303 |
+
|
304 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
305 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:1640
|
306 |
+
msgid "Caption"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
310 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:1641
|
311 |
+
msgid "Description"
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
315 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/helper/pdf-entry-detail.php:1646
|
316 |
+
#: repository\tags\3.5.0/helper/pdf-entry-detail.php:1665
|
317 |
+
msgid "Click to view"
|
318 |
+
msgstr ""
|
319 |
+
|
320 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
321 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/pdf.php:127
|
322 |
+
#: repository\tags\3.5.0/model/pdf.php:142
|
323 |
+
msgid "View"
|
324 |
+
msgstr ""
|
325 |
+
|
326 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
327 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/pdf.php:128
|
328 |
+
#: repository\tags\3.5.0/model/pdf.php:143
|
329 |
+
msgid "Download"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
333 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/pdf.php:142
|
334 |
+
msgid "PDF"
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
338 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/pdf.php:182
|
339 |
+
msgid "View PDFs"
|
340 |
+
msgstr ""
|
341 |
+
|
342 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
343 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/pdf.php:213
|
344 |
+
msgid "View PDF"
|
345 |
+
msgstr ""
|
346 |
+
|
347 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
348 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:355
|
349 |
+
msgid "Plugin not yet initialised"
|
350 |
+
msgstr ""
|
351 |
+
|
352 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
353 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:410
|
354 |
+
msgid ""
|
355 |
+
"There was a problem with your submission. Please reload the page and try "
|
356 |
+
"again"
|
357 |
+
msgstr ""
|
358 |
+
|
359 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
360 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:427
|
361 |
+
msgid "Please enter a valid email address"
|
362 |
+
msgstr ""
|
363 |
+
|
364 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
365 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:430
|
366 |
+
msgid "Problem"
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
370 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:430
|
371 |
+
msgid "Question"
|
372 |
+
msgstr ""
|
373 |
+
|
374 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
375 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:430
|
376 |
+
msgid "Suggestion"
|
377 |
+
msgstr ""
|
378 |
+
|
379 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
380 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:434
|
381 |
+
msgid "Please select a valid support type."
|
382 |
+
msgstr ""
|
383 |
+
|
384 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
385 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:439
|
386 |
+
msgid ""
|
387 |
+
"Please enter information about your support query so we can aid you more "
|
388 |
+
"easily."
|
389 |
+
msgstr ""
|
390 |
+
|
391 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
392 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:444
|
393 |
+
msgid ""
|
394 |
+
"There is a problem with your support request. Please correct the marked "
|
395 |
+
"issues above."
|
396 |
+
msgstr ""
|
397 |
+
|
398 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
399 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:454
|
400 |
+
msgid ""
|
401 |
+
"Thank you for your support request. We'll respond to your request in the "
|
402 |
+
"next 24-48 hours."
|
403 |
+
msgstr ""
|
404 |
+
|
405 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
406 |
+
#: EXTENDED\2) WP SVN repository\tags\3.5.0/model/settings.php:512
|
407 |
+
msgid "Support request received. We will responed in 24 to 48 hours."
|
408 |
+
msgstr ""
|
409 |
+
|
410 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
411 |
+
#: EXTENDED\2) WP SVN
|
412 |
+
#: repository\tags\3.5.0/view/templates/settings/changelog.php:19
|
413 |
+
msgid "Changelog"
|
414 |
+
msgstr ""
|
415 |
+
|
416 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
417 |
+
#: EXTENDED\2) WP SVN
|
418 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation-tab.php:41
|
419 |
+
msgid "Gravity Forms PDF Extended"
|
420 |
+
msgstr ""
|
421 |
+
|
422 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
423 |
+
#: EXTENDED\2) WP SVN
|
424 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation-tab.php:42
|
425 |
+
msgid ""
|
426 |
+
"Your web server isn't compatible with Gravity Forms PDF Extended. Please see "
|
427 |
+
"the problem areas below."
|
428 |
+
msgstr ""
|
429 |
+
|
430 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
431 |
+
#: EXTENDED\2) WP SVN
|
432 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation-tab.php:52
|
433 |
+
msgid "Can't Resolve the Issue?"
|
434 |
+
msgstr ""
|
435 |
+
|
436 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
437 |
+
#: EXTENDED\2) WP SVN
|
438 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation-tab.php:53
|
439 |
+
#, php-format
|
440 |
+
msgid ""
|
441 |
+
"Does Gravity Forms PDF Extended detect a problem that your web host won't "
|
442 |
+
"fix? %sWe recommend you move to a quality web hosting service like WP Engine"
|
443 |
+
"%s which runs our software straight out of the box."
|
444 |
+
msgstr ""
|
445 |
+
|
446 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
447 |
+
#: EXTENDED\2) WP SVN
|
448 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:19
|
449 |
+
msgid "Welcome to Gravity Forms PDF Extended"
|
450 |
+
msgstr ""
|
451 |
+
|
452 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
453 |
+
#: EXTENDED\2) WP SVN
|
454 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:19
|
455 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:66
|
456 |
+
msgid "Initialise Plugin"
|
457 |
+
msgstr ""
|
458 |
+
|
459 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
460 |
+
#: EXTENDED\2) WP SVN
|
461 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:23
|
462 |
+
msgid ""
|
463 |
+
"The plugin has successfully installed and is ready to start automating your "
|
464 |
+
"documents."
|
465 |
+
msgstr ""
|
466 |
+
|
467 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
468 |
+
#: EXTENDED\2) WP SVN
|
469 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:25
|
470 |
+
msgid "What's next?"
|
471 |
+
msgstr ""
|
472 |
+
|
473 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
474 |
+
#: EXTENDED\2) WP SVN
|
475 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:26
|
476 |
+
msgid ""
|
477 |
+
"The next step is to correctly configured the plugin so that you can generate "
|
478 |
+
"PDF documents."
|
479 |
+
msgstr ""
|
480 |
+
|
481 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
482 |
+
#: EXTENDED\2) WP SVN
|
483 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:27
|
484 |
+
msgid ""
|
485 |
+
"To help you get started, we've put together a five-part video series with "
|
486 |
+
"the most common plugin configurations."
|
487 |
+
msgstr ""
|
488 |
+
|
489 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
490 |
+
#: EXTENDED\2) WP SVN
|
491 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:29
|
492 |
+
msgid "The Basics: Only Download PDF through the Admin Area"
|
493 |
+
msgstr ""
|
494 |
+
|
495 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
496 |
+
#: EXTENDED\2) WP SVN
|
497 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:30
|
498 |
+
msgid "The Email: Send Completed PDF via Email"
|
499 |
+
msgstr ""
|
500 |
+
|
501 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
502 |
+
#: EXTENDED\2) WP SVN
|
503 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:31
|
504 |
+
msgid ""
|
505 |
+
"The Download: User Downloads PDF after Submitting Form (using a link or auto "
|
506 |
+
"redirecting)"
|
507 |
+
msgstr ""
|
508 |
+
|
509 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
510 |
+
#: EXTENDED\2) WP SVN
|
511 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:32
|
512 |
+
msgid "The Email Advanced: Manually Review User Submission before Emailing PDF"
|
513 |
+
msgstr ""
|
514 |
+
|
515 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
516 |
+
#: EXTENDED\2) WP SVN
|
517 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:33
|
518 |
+
msgid "The Payment: Send PDF after Capturing Payment using Paypal Standard"
|
519 |
+
msgstr ""
|
520 |
+
|
521 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
522 |
+
#: EXTENDED\2) WP SVN
|
523 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:36
|
524 |
+
#, php-format
|
525 |
+
msgid ""
|
526 |
+
"If you know little about PHP we recommend starting with %sPart 1:The Basics"
|
527 |
+
"%s and then watching the tutorial you’re interested in. It will give you the "
|
528 |
+
"foundational skills you need to configure the software."
|
529 |
+
msgstr ""
|
530 |
+
|
531 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
532 |
+
#: EXTENDED\2) WP SVN
|
533 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:38
|
534 |
+
msgid "Custom Templates"
|
535 |
+
msgstr ""
|
536 |
+
|
537 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
538 |
+
#: EXTENDED\2) WP SVN
|
539 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:39
|
540 |
+
#, php-format
|
541 |
+
msgid ""
|
542 |
+
"Creating a custom template gives you ultimate control of the look and feel "
|
543 |
+
"of your documents using only HTML and CSS. %sWe recommend you review our "
|
544 |
+
"online documentation%s to create and customise your template files."
|
545 |
+
msgstr ""
|
546 |
+
|
547 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
548 |
+
#: EXTENDED\2) WP SVN
|
549 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:45
|
550 |
+
msgid ""
|
551 |
+
"To complete the installation, Gravity Forms PDF Extended needs to be "
|
552 |
+
"initialised."
|
553 |
+
msgstr ""
|
554 |
+
|
555 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
556 |
+
#: EXTENDED\2) WP SVN
|
557 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:47
|
558 |
+
msgid "Does does initialisation do?"
|
559 |
+
msgstr ""
|
560 |
+
|
561 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
562 |
+
#: EXTENDED\2) WP SVN
|
563 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:50
|
564 |
+
msgid "Install the template files"
|
565 |
+
msgstr ""
|
566 |
+
|
567 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
568 |
+
#: EXTENDED\2) WP SVN
|
569 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:50
|
570 |
+
msgid ""
|
571 |
+
"We create a folder called PDF_EXTENDED_TEMPLATE in your active theme "
|
572 |
+
"directory and move over all the templates and configuration files. This "
|
573 |
+
"folder is where you'll look to configure the software and create your PDF "
|
574 |
+
"templates."
|
575 |
+
msgstr ""
|
576 |
+
|
577 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
578 |
+
#: EXTENDED\2) WP SVN
|
579 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:62
|
580 |
+
msgid "Have a problem with the software?"
|
581 |
+
msgstr ""
|
582 |
+
|
583 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
584 |
+
#: EXTENDED\2) WP SVN
|
585 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:63
|
586 |
+
msgid ""
|
587 |
+
"Did you switch themes and something went wrong syncing the template folder? "
|
588 |
+
"Try reinitialise the software."
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
592 |
+
#: EXTENDED\2) WP SVN
|
593 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:66
|
594 |
+
msgid "Reinitialise Plugin"
|
595 |
+
msgstr ""
|
596 |
+
|
597 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
598 |
+
#: EXTENDED\2) WP SVN
|
599 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:68
|
600 |
+
msgid "Reinstall Default and Example Templates"
|
601 |
+
msgstr ""
|
602 |
+
|
603 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
604 |
+
#: EXTENDED\2) WP SVN
|
605 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:74
|
606 |
+
msgid "Install a new font?"
|
607 |
+
msgstr ""
|
608 |
+
|
609 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
610 |
+
#: EXTENDED\2) WP SVN
|
611 |
+
#: repository\tags\3.5.0/view/templates/settings/initialisation.php:75
|
612 |
+
#, php-format
|
613 |
+
msgid ""
|
614 |
+
"Do you want to use a custom font in your template? %sSee our documentation "
|
615 |
+
"on how to correctly install and use a custom font%s before initialising "
|
616 |
+
"below."
|
617 |
+
msgstr ""
|
618 |
+
|
619 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
620 |
+
#: EXTENDED\2) WP SVN
|
621 |
+
#: repository\tags\3.5.0/view/templates/settings/support-form.php:26
|
622 |
+
msgid ""
|
623 |
+
"Gravity Forms PDF Extended's support hours are from 9:00am-5:00pm Monday to "
|
624 |
+
"Friday, Sydney Australia time."
|
625 |
+
msgstr ""
|
626 |
+
|
627 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
628 |
+
#: EXTENDED\2) WP SVN
|
629 |
+
#: repository\tags\3.5.0/view/templates/settings/support-form.php:29
|
630 |
+
#, php-format
|
631 |
+
msgid "The current time in Sydney Australia is %s."
|
632 |
+
msgstr ""
|
633 |
+
|
634 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
635 |
+
#: EXTENDED\2) WP SVN
|
636 |
+
#: repository\tags\3.5.0/view/templates/settings/support-form.php:55
|
637 |
+
msgid "Enter the email address you want us to contact you on."
|
638 |
+
msgstr ""
|
639 |
+
|
640 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
641 |
+
#: EXTENDED\2) WP SVN
|
642 |
+
#: repository\tags\3.5.0/view/templates/settings/support-form.php:56
|
643 |
+
msgid ""
|
644 |
+
"Note: To ensure the best support possible, please use the above email to "
|
645 |
+
"respond to all support communications."
|
646 |
+
msgstr ""
|
647 |
+
|
648 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
649 |
+
#: EXTENDED\2) WP SVN
|
650 |
+
#: repository\tags\3.5.0/view/templates/settings/support-form.php:92
|
651 |
+
msgid "Enter as much detail about the problem as you can."
|
652 |
+
msgstr ""
|
653 |
+
|
654 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
655 |
+
#: EXTENDED\2) WP SVN
|
656 |
+
#: repository\tags\3.5.0/view/templates/settings/support-form.php:93
|
657 |
+
msgid "Please enter as much detail about the problem as you can."
|
658 |
+
msgstr ""
|
659 |
+
|
660 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
661 |
+
#: EXTENDED\2) WP SVN
|
662 |
+
#: repository\tags\3.5.0/view/templates/settings/support-form.php:94
|
663 |
+
msgid "Note: Our support representatives can only communicate in English."
|
664 |
+
msgstr ""
|
665 |
+
|
666 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
667 |
+
#: EXTENDED\2) WP SVN
|
668 |
+
#: repository\tags\3.5.0/view/templates/settings/support-form.php:97
|
669 |
+
msgid "Request Support"
|
670 |
+
msgstr ""
|
671 |
+
|
672 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
673 |
+
#: EXTENDED\2) WP SVN
|
674 |
+
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:20
|
675 |
+
msgid "Frequently Asked Questions"
|
676 |
+
msgstr ""
|
677 |
+
|
678 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
679 |
+
#: EXTENDED\2) WP SVN
|
680 |
+
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:22
|
681 |
+
msgid "Can I exclude a field from showing up in the PDF?"
|
682 |
+
msgstr ""
|
683 |
+
|
684 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
685 |
+
#: EXTENDED\2) WP SVN
|
686 |
+
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:23
|
687 |
+
msgid ""
|
688 |
+
"I want to have multiple PDF template files generated on one form. How do I "
|
689 |
+
"do it?"
|
690 |
+
msgstr ""
|
691 |
+
|
692 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
693 |
+
#: EXTENDED\2) WP SVN
|
694 |
+
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:24
|
695 |
+
msgid "I want users to be able to download the PDF from the server."
|
696 |
+
msgstr ""
|
697 |
+
|
698 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
699 |
+
#: EXTENDED\2) WP SVN
|
700 |
+
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:25
|
701 |
+
msgid "How do I change the PDF size or create a landscape PDF?"
|
702 |
+
msgstr ""
|
703 |
+
|
704 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
705 |
+
#: EXTENDED\2) WP SVN
|
706 |
+
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:26
|
707 |
+
msgid ""
|
708 |
+
"I am created a custom template. How do I know the names of my fields in the "
|
709 |
+
"$form_data array?"
|
710 |
+
msgstr ""
|
711 |
+
|
712 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
713 |
+
#: EXTENDED\2) WP SVN
|
714 |
+
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:27
|
715 |
+
msgid "How large a PDF are you able to create/process?"
|
716 |
+
msgstr ""
|
717 |
+
|
718 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
719 |
+
#: EXTENDED\2) WP SVN
|
720 |
+
#: repository\tags\3.5.0/view/templates/settings/support-sidebar.php:30
|
721 |
+
#, php-format
|
722 |
+
msgid ""
|
723 |
+
"Got a question that isn't answered above? %sHead to our support forum%s and "
|
724 |
+
"let us know."
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
728 |
+
#: EXTENDED\2) WP SVN
|
729 |
+
#: repository\tags\3.5.0/view/templates/settings/support.php:20
|
730 |
+
msgid "Support"
|
731 |
+
msgstr ""
|
732 |
+
|
733 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
734 |
+
#: EXTENDED\2) WP SVN
|
735 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:19
|
736 |
+
msgid "System Status"
|
737 |
+
msgstr ""
|
738 |
+
|
739 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
740 |
+
#: EXTENDED\2) WP SVN
|
741 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:22
|
742 |
+
msgid "Wordpress Version"
|
743 |
+
msgstr ""
|
744 |
+
|
745 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
746 |
+
#: EXTENDED\2) WP SVN
|
747 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:25
|
748 |
+
msgid "Wordpress Version "
|
749 |
+
msgstr ""
|
750 |
+
|
751 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
752 |
+
#: EXTENDED\2) WP SVN
|
753 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:30
|
754 |
+
msgid "Gravity Forms"
|
755 |
+
msgstr ""
|
756 |
+
|
757 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
758 |
+
#: EXTENDED\2) WP SVN
|
759 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:32
|
760 |
+
msgid "Not Installed"
|
761 |
+
msgstr ""
|
762 |
+
|
763 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
764 |
+
#: EXTENDED\2) WP SVN
|
765 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:47
|
766 |
+
msgid "PHP Version"
|
767 |
+
msgstr ""
|
768 |
+
|
769 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
770 |
+
#: EXTENDED\2) WP SVN
|
771 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:50
|
772 |
+
msgid "PHP Version "
|
773 |
+
msgstr ""
|
774 |
+
|
775 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
776 |
+
#: EXTENDED\2) WP SVN
|
777 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:54
|
778 |
+
msgid "MB String"
|
779 |
+
msgstr ""
|
780 |
+
|
781 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
782 |
+
#: EXTENDED\2) WP SVN
|
783 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:54
|
784 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:62
|
785 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:94
|
786 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:101
|
787 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:110
|
788 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:117
|
789 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:124
|
790 |
+
msgid "Yes"
|
791 |
+
msgstr ""
|
792 |
+
|
793 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
794 |
+
#: EXTENDED\2) WP SVN
|
795 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:54
|
796 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:62
|
797 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:94
|
798 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:101
|
799 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:110
|
800 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:117
|
801 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:124
|
802 |
+
msgid "No"
|
803 |
+
msgstr ""
|
804 |
+
|
805 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
806 |
+
#: EXTENDED\2) WP SVN
|
807 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:58
|
808 |
+
msgid ""
|
809 |
+
"The PHP extension MB String and MB String Regex functions are required to "
|
810 |
+
"use this plugin. Contact your web host to have it enabled."
|
811 |
+
msgstr ""
|
812 |
+
|
813 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
814 |
+
#: EXTENDED\2) WP SVN
|
815 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:62
|
816 |
+
msgid "GD Library"
|
817 |
+
msgstr ""
|
818 |
+
|
819 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
820 |
+
#: EXTENDED\2) WP SVN
|
821 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:66
|
822 |
+
msgid ""
|
823 |
+
"The PHP extension GD Library is required to use this plugin. Contact your "
|
824 |
+
"web host to have it enabled."
|
825 |
+
msgstr ""
|
826 |
+
|
827 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
828 |
+
#: EXTENDED\2) WP SVN
|
829 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:84
|
830 |
+
msgid "Available RAM"
|
831 |
+
msgstr ""
|
832 |
+
|
833 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
834 |
+
#: EXTENDED\2) WP SVN
|
835 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:87
|
836 |
+
#, php-format
|
837 |
+
msgid ""
|
838 |
+
"We recommend you have 128MB of available RAM to run this plugin. The minimum "
|
839 |
+
"system requirement is 64MB. %sNot sure what this means? Contact your web "
|
840 |
+
"host and ask them to fix the issue. %sNote: If you run less than 128MB, you "
|
841 |
+
"risk PHP suffering a fatal error which will stop your website from running "
|
842 |
+
"on Gravity Form pages."
|
843 |
+
msgstr ""
|
844 |
+
|
845 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
846 |
+
#: EXTENDED\2) WP SVN
|
847 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:94
|
848 |
+
msgid "Plugin Directory Writable?"
|
849 |
+
msgstr ""
|
850 |
+
|
851 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
852 |
+
#: EXTENDED\2) WP SVN
|
853 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:97
|
854 |
+
#, php-format
|
855 |
+
msgid ""
|
856 |
+
"The plugin folder is not writable by your web server. Check the directory "
|
857 |
+
"\"%s\" is writable by your web server otherwise we will attempt to use the "
|
858 |
+
"FTP installer to initialise."
|
859 |
+
msgstr ""
|
860 |
+
|
861 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
862 |
+
#: EXTENDED\2) WP SVN
|
863 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:101
|
864 |
+
msgid "Theme Directory Writable?"
|
865 |
+
msgstr ""
|
866 |
+
|
867 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
868 |
+
#: EXTENDED\2) WP SVN
|
869 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:104
|
870 |
+
#, php-format
|
871 |
+
msgid ""
|
872 |
+
"Your active theme folder is not writable by your web server. Check that \"%s"
|
873 |
+
"\" is writable by your web server otherwise we will attempt to use the FTP "
|
874 |
+
"installer to initialise."
|
875 |
+
msgstr ""
|
876 |
+
|
877 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
878 |
+
#: EXTENDED\2) WP SVN
|
879 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:110
|
880 |
+
msgid "PDF Output Directory Writable?"
|
881 |
+
msgstr ""
|
882 |
+
|
883 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
884 |
+
#: EXTENDED\2) WP SVN
|
885 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:113
|
886 |
+
#, php-format
|
887 |
+
msgid ""
|
888 |
+
"The plugin's output folder is not writable by your web server. PDFs will not "
|
889 |
+
"be attached to notifications until this problem is fixed. Check that \"%s\" "
|
890 |
+
"is writable by your web server."
|
891 |
+
msgstr ""
|
892 |
+
|
893 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
894 |
+
#: EXTENDED\2) WP SVN
|
895 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:117
|
896 |
+
msgid "PDF Font Directory Writable?"
|
897 |
+
msgstr ""
|
898 |
+
|
899 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
900 |
+
#: EXTENDED\2) WP SVN
|
901 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:120
|
902 |
+
#, php-format
|
903 |
+
msgid ""
|
904 |
+
"The plugin's font folder is not writable by your web server. Check that \"%s"
|
905 |
+
"\" is writable by your web server otherwise we will attempt to use the FTP "
|
906 |
+
"installer to initialise."
|
907 |
+
msgstr ""
|
908 |
+
|
909 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
910 |
+
#: EXTENDED\2) WP SVN
|
911 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:124
|
912 |
+
msgid "mPDF Temporary Directory Writable?"
|
913 |
+
msgstr ""
|
914 |
+
|
915 |
+
#: G:\Blue Liquid Designs\4) BLUE LIQUID DESIGNS\19) GRAVITY FORMS PDF
|
916 |
+
#: EXTENDED\2) WP SVN
|
917 |
+
#: repository\tags\3.5.0/view/templates/settings/system-status.php:127
|
918 |
+
msgid ""
|
919 |
+
"mPDF temporary directory not writable (mPDF/tmp/). Memory and image "
|
920 |
+
"processing time will increase."
|
921 |
+
msgstr ""
|
mPDF/config_fonts.php
CHANGED
@@ -43,9 +43,11 @@ by including the font-family in $this->sans_fonts below
|
|
43 |
To aid backwards compatability some are included:
|
44 |
*/
|
45 |
$this->fonttrans = array(
|
46 |
-
'helvetica' => '
|
47 |
-
'
|
48 |
-
'
|
|
|
|
|
49 |
'trebuchet' => 'trebuchetms',
|
50 |
'comic' => 'comicsansms',
|
51 |
'franklin' => 'franklingothicbook',
|
@@ -54,8 +56,6 @@ $this->fonttrans = array(
|
|
54 |
'zn_hannom_a' => 'hannoma',
|
55 |
'ocr-b' => 'ocrb',
|
56 |
'ocr-b10bt' => 'ocrb',
|
57 |
-
|
58 |
-
|
59 |
);
|
60 |
|
61 |
/*
|
43 |
To aid backwards compatability some are included:
|
44 |
*/
|
45 |
$this->fonttrans = array(
|
46 |
+
'helvetica' => 'chelvetica',
|
47 |
+
'arial' => 'chelvetica',
|
48 |
+
'times' => 'ctimesnewroman',
|
49 |
+
'timesnewroman' => 'ctimesnewroman',
|
50 |
+
'courier' => 'ccourier',
|
51 |
'trebuchet' => 'trebuchetms',
|
52 |
'comic' => 'comicsansms',
|
53 |
'franklin' => 'franklingothicbook',
|
56 |
'zn_hannom_a' => 'hannoma',
|
57 |
'ocr-b' => 'ocrb',
|
58 |
'ocr-b10bt' => 'ocrb',
|
|
|
|
|
59 |
);
|
60 |
|
61 |
/*
|
mPDF/mpdf-extra-lite.php
CHANGED
@@ -5941,12 +5941,10 @@ function Output($name='',$dest='')
|
|
5941 |
if (count($this->PDFAXwarnings) && (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto))) {
|
5942 |
if ($this->PDFA) {
|
5943 |
echo '<div>WARNING - This file could not be generated as it stands as a PDFA1-b compliant file.</div>';
|
5944 |
-
echo '<div>These issues can be automatically fixed by setting <i>"pdfa1b_force" => true</i> in the Gravity Forms PDF Extended configuration.php file</div>';
|
5945 |
echo '<div>Action that mPDF will take to automatically force PDFA1-b compliance are shown in brackets.</div>';
|
5946 |
}
|
5947 |
else {
|
5948 |
echo '<div>WARNING - This file could not be generated as it stands as a PDFX/1-a compliant file.</div>';
|
5949 |
-
echo '<div>These issues can be automatically fixed by setting <i>"pdfx1a_force" => true</i> in the Gravity Forms PDF Extended configuration.php file</div>';
|
5950 |
echo '<div>Action that mPDF will take to automatically force PDFX/1-a compliance are shown in brackets.</div>';
|
5951 |
}
|
5952 |
echo '<div>Warning(s) generated:</div><ul>';
|
5941 |
if (count($this->PDFAXwarnings) && (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto))) {
|
5942 |
if ($this->PDFA) {
|
5943 |
echo '<div>WARNING - This file could not be generated as it stands as a PDFA1-b compliant file.</div>';
|
|
|
5944 |
echo '<div>Action that mPDF will take to automatically force PDFA1-b compliance are shown in brackets.</div>';
|
5945 |
}
|
5946 |
else {
|
5947 |
echo '<div>WARNING - This file could not be generated as it stands as a PDFX/1-a compliant file.</div>';
|
|
|
5948 |
echo '<div>Action that mPDF will take to automatically force PDFX/1-a compliance are shown in brackets.</div>';
|
5949 |
}
|
5950 |
echo '<div>Warning(s) generated:</div><ul>';
|
mPDF/mpdf-lite.php
CHANGED
@@ -6471,12 +6471,10 @@ function Output($name='',$dest='')
|
|
6471 |
if (count($this->PDFAXwarnings) && (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto))) {
|
6472 |
if ($this->PDFA) {
|
6473 |
echo '<div>WARNING - This file could not be generated as it stands as a PDFA1-b compliant file.</div>';
|
6474 |
-
echo '<div>These issues can be automatically fixed by setting <i>"pdfa1b_force" => true</i> in the Gravity Forms PDF Extended configuration.php file</div>';
|
6475 |
echo '<div>Action that mPDF will take to automatically force PDFA1-b compliance are shown in brackets.</div>';
|
6476 |
}
|
6477 |
else {
|
6478 |
echo '<div>WARNING - This file could not be generated as it stands as a PDFX/1-a compliant file.</div>';
|
6479 |
-
echo '<div>These issues can be automatically fixed by setting <i>"pdfx1a_force" => true</i> in the Gravity Forms PDF Extended configuration.php file</div>';
|
6480 |
echo '<div>Action that mPDF will take to automatically force PDFX/1-a compliance are shown in brackets.</div>';
|
6481 |
}
|
6482 |
echo '<div>Warning(s) generated:</div><ul>';
|
6471 |
if (count($this->PDFAXwarnings) && (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto))) {
|
6472 |
if ($this->PDFA) {
|
6473 |
echo '<div>WARNING - This file could not be generated as it stands as a PDFA1-b compliant file.</div>';
|
|
|
6474 |
echo '<div>Action that mPDF will take to automatically force PDFA1-b compliance are shown in brackets.</div>';
|
6475 |
}
|
6476 |
else {
|
6477 |
echo '<div>WARNING - This file could not be generated as it stands as a PDFX/1-a compliant file.</div>';
|
|
|
6478 |
echo '<div>Action that mPDF will take to automatically force PDFX/1-a compliance are shown in brackets.</div>';
|
6479 |
}
|
6480 |
echo '<div>Warning(s) generated:</div><ul>';
|
mPDF/mpdf.php
CHANGED
@@ -7351,12 +7351,10 @@ function Output($name='',$dest='')
|
|
7351 |
if (count($this->PDFAXwarnings) && (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto))) {
|
7352 |
if ($this->PDFA) {
|
7353 |
echo '<div>WARNING - This file could not be generated as it stands as a PDFA1-b compliant file.</div>';
|
7354 |
-
echo '<div>These issues can be automatically fixed by setting <i>"pdfa1b_force" => true</i> in the Gravity Forms PDF Extended configuration.php file</div>';
|
7355 |
echo '<div>Action that mPDF will take to automatically force PDFA1-b compliance are shown in brackets.</div>';
|
7356 |
}
|
7357 |
else {
|
7358 |
echo '<div>WARNING - This file could not be generated as it stands as a PDFX/1-a compliant file.</div>';
|
7359 |
-
echo '<div>These issues can be automatically fixed by setting <i>"pdfx1a_force" => true</i> in the Gravity Forms PDF Extended configuration.php file</div>';
|
7360 |
echo '<div>Action that mPDF will take to automatically force PDFX/1-a compliance are shown in brackets.</div>';
|
7361 |
}
|
7362 |
echo '<div>Warning(s) generated:</div><ul>';
|
7351 |
if (count($this->PDFAXwarnings) && (($this->PDFA && !$this->PDFAauto) || ($this->PDFX && !$this->PDFXauto))) {
|
7352 |
if ($this->PDFA) {
|
7353 |
echo '<div>WARNING - This file could not be generated as it stands as a PDFA1-b compliant file.</div>';
|
|
|
7354 |
echo '<div>Action that mPDF will take to automatically force PDFA1-b compliance are shown in brackets.</div>';
|
7355 |
}
|
7356 |
else {
|
7357 |
echo '<div>WARNING - This file could not be generated as it stands as a PDFX/1-a compliant file.</div>';
|
|
|
7358 |
echo '<div>Action that mPDF will take to automatically force PDFX/1-a compliance are shown in brackets.</div>';
|
7359 |
}
|
7360 |
echo '<div>Warning(s) generated:</div><ul>';
|
mPDF/mpdfi/filters/_notes/dwsync.xml
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="utf-8" ?>
|
2 |
-
<dwsync>
|
3 |
-
<file name="FilterASCII85.php" server="54.252.94.54" local="130264007400000000" remote="130264007400000000" />
|
4 |
-
<file name="FilterLZW.php" server="54.252.94.54" local="130264007400000000" remote="130264007400000000" />
|
5 |
-
</dwsync>
|
|
|
|
|
|
|
|
|
|
model/pdf.php
CHANGED
@@ -110,40 +110,31 @@ class GFPDF_Core_Model
|
|
110 |
return;
|
111 |
}
|
112 |
|
113 |
-
if(is_array($templates))
|
114 |
{
|
115 |
-
|
116 |
-
<strong>PDFs</strong><br />
|
117 |
-
|
118 |
-
<?php foreach($templates as $id => $val):
|
119 |
-
$name = $gfpdf->get_pdf_name($id, $form_id, $lead['id']);
|
120 |
-
$aid = (int) $id + 1;
|
121 |
-
?>
|
122 |
-
<div class="detailed_pdf">
|
123 |
-
<span><?php
|
124 |
-
echo $name;
|
125 |
-
$url = home_url() .'/?gf_pdf=1&aid='. $aid .'&fid=' . $form_id . '&lid=' . $lead_id . '&template=' . $val['template'];
|
126 |
-
?></span>
|
127 |
-
<a href="<?php echo $url; ?>" target="_blank" class="button"><?php _e('View', 'pdfextended'); ?></a>
|
128 |
-
<a href="<?php echo $url.'&download=1'; ?>" target="_blank" class="button"><?php _e('Download', 'pdfextended'); ?></a>
|
129 |
-
</div>
|
130 |
-
|
131 |
-
<?php endforeach; ?>
|
132 |
-
|
133 |
-
|
134 |
-
<?php
|
135 |
}
|
136 |
-
elseif($templates !== false)
|
137 |
-
{
|
138 |
-
$url = home_url() .'/?gf_pdf=1&fid=' . $form_id . '&lid=' . $lead_id . '&template=' . $templates;
|
139 |
|
140 |
-
|
141 |
-
<
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
}
|
148 |
|
149 |
/*
|
110 |
return;
|
111 |
}
|
112 |
|
113 |
+
if(!is_array($templates))
|
114 |
{
|
115 |
+
$templates = array(array('template' => $templates));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
}
|
|
|
|
|
|
|
117 |
|
118 |
+
?>
|
119 |
+
<strong>PDFs</strong><br />
|
120 |
+
|
121 |
+
<?php foreach($templates as $id => $val):
|
122 |
+
$name = $gfpdf->get_pdf_name($id, $form_id, $lead['id']);
|
123 |
+
$aid = (int) $id + 1;
|
124 |
+
?>
|
125 |
+
<div class="detailed_pdf">
|
126 |
+
<span><?php
|
127 |
+
echo $name;
|
128 |
+
$url = home_url() .'/?gf_pdf=1&aid='. $aid .'&fid=' . $form_id . '&lid=' . $lead_id . '&template=' . $val['template'];
|
129 |
+
?></span>
|
130 |
+
<a href="<?php echo $url; ?>" target="_blank" class="button"><?php _e('View', 'pdfextended'); ?></a>
|
131 |
+
<a href="<?php echo $url.'&download=1'; ?>" target="_blank" class="button"><?php _e('Download', 'pdfextended'); ?></a>
|
132 |
+
</div>
|
133 |
+
|
134 |
+
<?php endforeach; ?>
|
135 |
+
|
136 |
+
|
137 |
+
<?php
|
138 |
}
|
139 |
|
140 |
/*
|
pdf.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Gravity Forms PDF Extended
|
5 |
Plugin URI: http://www.gravityformspdfextended.com
|
6 |
Description: Gravity Forms PDF Extended allows you to save/view/download a PDF from the front- and back-end, and automate PDF creation on form submission. Our Business Plus package also allows you to overlay field onto an existing PDF.
|
7 |
-
Version: 3.5.
|
8 |
Author: Blue Liquid Designs
|
9 |
Author URI: http://www.blueliquiddesigns.com.au
|
10 |
|
@@ -33,7 +33,7 @@ GNU General Public License for more details.
|
|
33 |
/*
|
34 |
* Define our constants
|
35 |
*/
|
36 |
-
define('PDF_EXTENDED_VERSION', '3.5.
|
37 |
define('GF_PDF_EXTENDED_SUPPORTED_VERSION', '1.7');
|
38 |
define('GF_PDF_EXTENDED_WP_SUPPORTED_VERSION', '3.5');
|
39 |
define('GF_PDF_EXTENDED_PHP_SUPPORTED_VERSION', '5');
|
4 |
Plugin Name: Gravity Forms PDF Extended
|
5 |
Plugin URI: http://www.gravityformspdfextended.com
|
6 |
Description: Gravity Forms PDF Extended allows you to save/view/download a PDF from the front- and back-end, and automate PDF creation on form submission. Our Business Plus package also allows you to overlay field onto an existing PDF.
|
7 |
+
Version: 3.5.1
|
8 |
Author: Blue Liquid Designs
|
9 |
Author URI: http://www.blueliquiddesigns.com.au
|
10 |
|
33 |
/*
|
34 |
* Define our constants
|
35 |
*/
|
36 |
+
define('PDF_EXTENDED_VERSION', '3.5.1');
|
37 |
define('GF_PDF_EXTENDED_SUPPORTED_VERSION', '1.7');
|
38 |
define('GF_PDF_EXTENDED_WP_SUPPORTED_VERSION', '3.5');
|
39 |
define('GF_PDF_EXTENDED_PHP_SUPPORTED_VERSION', '5');
|
resources/css/admin-styles.css
CHANGED
@@ -35,25 +35,8 @@ display: none;
|
|
35 |
}
|
36 |
|
37 |
.detailed_pdf span {
|
38 |
-
float: left;
|
39 |
-
width: 8em;
|
40 |
-
margin-right: 10px;
|
41 |
-
|
42 |
-
-ms-word-break: break-all;
|
43 |
-
word-break: break-all;
|
44 |
-
|
45 |
-
/* Non standard for webkit */
|
46 |
-
word-break: break-word;
|
47 |
-
|
48 |
-
-webkit-hyphens: auto;
|
49 |
-
-moz-hyphens: auto;
|
50 |
-
hyphens: auto;
|
51 |
-
}
|
52 |
-
|
53 |
-
.detailed_pdf:after {
|
54 |
-
clear: both;
|
55 |
display: block;
|
56 |
-
|
57 |
}
|
58 |
|
59 |
#support-request label {
|
35 |
}
|
36 |
|
37 |
.detailed_pdf span {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
display: block;
|
39 |
+
padding: 2px 0 2px 2px;
|
40 |
}
|
41 |
|
42 |
#support-request label {
|
resources/css/admin-styles.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#pdfextended-settings{margin-top:20px}#pdfextended-settings ol,#pdfextended-settings ul{margin-left:25px}#pdfextended-settings ul>li{list-style:disc}#pdfextended-settings ol>li{list-style:decimal}#pdfextended-settings ol li>ul,#pdfextended-settings ul li>ul{margin:5px 0 0 20px}#pdfextended-settings ul ul>li{list-style:circle}#pdfextended-settings ol ul>li{list-style:disc}#gform_tab_group #icon-gf_edit_forms{display:none}.detailed_pdf{clear:left;margin-bottom:3px}.detailed_pdf span{
|
1 |
+
#pdfextended-settings{margin-top:20px}#pdfextended-settings ol,#pdfextended-settings ul{margin-left:25px}#pdfextended-settings ul>li{list-style:disc}#pdfextended-settings ol>li{list-style:decimal}#pdfextended-settings ol li>ul,#pdfextended-settings ul li>ul{margin:5px 0 0 20px}#pdfextended-settings ul ul>li{list-style:circle}#pdfextended-settings ol ul>li{list-style:disc}#gform_tab_group #icon-gf_edit_forms{display:none}.detailed_pdf{clear:left;margin-bottom:3px}.detailed_pdf span{display:block;padding:2px 0 2px 2px}#support-request label{display:block;font-weight:bold}#pdf-system-status span.details,#support-request span.details{font-size:95%;color:#444;padding-top:7px;display:block}#support-request input,#support-request select{width:20em}#support-request input[type="submit"]{width:auto}#support-request textarea{width:65%;height:150px}#support-request input,#support-request textarea{padding:5px 4px}#support-request #support-request-button{padding:5px 8px}#support-request textarea{border:1px solid #999;color:#444}#support-request :disabled,#support-request textarea:disabled{color:#CCC;border:1px solid #CCC}#support-request input.error,#support-request textarea.error,#support-request select.error{color:#d10b0b;border:1px solid #d10b0b}#support-request .icon-remove-sign{vertical-align:middle}.icon-spinner{font-size:18px;margin-left:5px}#support-request span.msg{margin-left:5px;color:#008000}#support-request span.error{margin-left:5px;color:#d10b0b}#pdfextended-settings #changelog h3{margin-top:20px}#pdfextended-settings div.notice{margin:5px 15px 2px;padding:0 .6em}#pdfextended-settings div.notice{background-color:#fff;border-left:4px solid #7ad03a;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1)}.wrap #pdfextended-settings div.notice{margin:5px 0 15px;padding:1px 12px}div.notice p{margin:.5em 0;padding:2px}[class^="icon-"]:before,[class*=" icon-"]:before{display:inline-block;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class^="icon-"],[class*=" icon-"]{background-image:none;background-position:0 0;background-repeat:repeat;display:inline;height:auto;line-height:normal;margin-top:0;vertical-align:baseline;width:auto;-webkit-font-smoothing:antialiased}[class^="icon-"],[class*=" icon-"]{font-family:"dashicons";font-style:normal;font-weight:normal;text-decoration:inherit}.icon-ok-sign,.icon-remove-sign,.icon-warning-sign{border-radius:50%;font-size:13px;margin-left:5px;color:#FFF}.icon-ok-sign{background:#008000}.icon-remove-sign{background:#d10b0b}.icon-warning-sign{background:#ff8a00}.icon-ok-sign:before{content:"\f147";padding:0 1px 0 0}.icon-remove-sign:before{content:"\f335";padding:0 1px 0 0}.icon-warning-sign:before{content:"\f107"}#pdf-system-status label,label.inline-label{float:left;width:15em}#pdf-system-status strong{display:inline-block;float:left}#initialisation label{line-height:26px}@media only screen and (min-width:1000px){#pdfextended-settings .leftcolumn{width:65%;float:left}#pdfextended-settings .rightcolumn{margin-left:70%}#pdf-system-status label,label.inline-label{float:none;width:auto}#pdf-system-status strong{display:inline;float:none;vertical-align:middle}[class^="icon-"],[class*=" icon-"]{vertical-align:middle}}@media only screen and (min-width:1250px){#pdf-system-status label,label.inline-label{float:left;width:15em}#pdf-system-status strong{display:inline-block;float:left}#support-request span.details.tabbed{margin-left:16em}}
|
resources/javascript/admin.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
1 |
+
(function($){jQuery(document).ready(function($){jQuery(".nav-tab-contents:not(:first)").hide();jQuery(".nav-tab").click(function(){switch_tabs($(this));return false;});if(window.location.hash){switch_tabs($('.nav-tab[href="'+window.location.hash+'"]'));}jQuery("#support-request-button").click(function(){if(validate_form()===true){return false;}else{ajax_request();return false;}});});function ajax_request(){$("#support-request-button").after('<span class="icon-spinner icon-spin">');$("span.msg").remove();$("span.error").remove();$.ajax({type:"POST",url:ajaxurl,dataType:"json",data:{action:"support_request",nonce:$("#pdf_settings_nonce_field").val(),email:$("#email-address").val(),supportType:$("#support-type").val(),comments:$("#comments").val()}}).done(function(results){$(".icon-spinner").remove();if(results.error){if(results.error.email){var $email=$("#email-address");$email.addClass("error").after($('<span class="icon-remove-sign">'));}if(results.error.supportType){var $support=$("#support-type");$support.addClass("error").after($('<span class="icon-remove-sign">'));}if(results.error.comments){var $comments=$("#comments");$comments.addClass("error").after($('<span class="icon-remove-sign">'));}$("#support-request-button").after('<span class="error">'+results.error.msg+"</span>");}else{if(results.msg){$("#support-request-button").after('<span class="msg">'+results.msg+"</span>");}}});}function switch_tabs(obj){if(!obj.hasClass("nav-tab-active")){jQuery(".nav-tab-active").removeClass("nav-tab-active");jQuery(".nav-tab-contents").hide();var id=obj.attr("href");obj.addClass("nav-tab-active");jQuery(id).show();}}function validate_form(){var error=false;var $email=$("#email-address");var $comments=$("#comments");$email.removeClass("error");$comments.removeClass("error");$("#support .icon-remove-sign").remove();if($email.val().length==0){$email.addClass("error").after($('<span class="icon-remove-sign">'));error=true;}if($comments.val().length==0){$comments.addClass("error").after($('<span class="icon-remove-sign">'));error=true;}return error;}})(jQuery);
|
view/templates/settings/changelog.php
CHANGED
@@ -21,6 +21,17 @@
|
|
21 |
<p><strong>Current Version: <?php echo PDF_EXTENDED_VERSION; ?></strong></p>
|
22 |
|
23 |
<h3><?php echo PDF_EXTENDED_VERSION; ?></h3>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
<ul>
|
25 |
<li>Feature - No longer need to reinitialise every time the software is updated. </li>
|
26 |
<li>Feature - Add auto-initialiser on initial installation for sites that have direct write access to their server files</li>
|
21 |
<p><strong>Current Version: <?php echo PDF_EXTENDED_VERSION; ?></strong></p>
|
22 |
|
23 |
<h3><?php echo PDF_EXTENDED_VERSION; ?></h3>
|
24 |
+
|
25 |
+
<ul>
|
26 |
+
<li>Bug - Fixed issue using core fonts Arial/Helvetica, Times/Times New Roman and Courier.</li>
|
27 |
+
<li>Bug - Fixed display issues for multiple PDFs on the details admin entry page</li>
|
28 |
+
<li>Housekeeping - Made the details entry page PDF view consistent for single or multiple PDFs</li>
|
29 |
+
<li>Housekeeping - Ensured all javascript files are minified and are correctly being used</li>
|
30 |
+
<li>Housekeeping - Remove legacy notices from mPDF package</li>
|
31 |
+
</ul>
|
32 |
+
|
33 |
+
<h3>3.5.0</h3>
|
34 |
+
|
35 |
<ul>
|
36 |
<li>Feature - No longer need to reinitialise every time the software is updated. </li>
|
37 |
<li>Feature - Add auto-initialiser on initial installation for sites that have direct write access to their server files</li>
|