Merge pull request #2001 from understrap/develop
Official PR for Understrap Release 1.2.0
This commit is contained in:
commit
1d84c63322
|
|
@ -1,17 +1,27 @@
|
|||
# Please see https://github.com/browserslist/browserslist for more info
|
||||
# These settings can be changed depending on what browsers your project is supporting
|
||||
|
||||
|
||||
#
|
||||
# BOOTSTRAP 4
|
||||
#
|
||||
|
||||
[bs4]
|
||||
|
||||
# General rules
|
||||
last 2 major version and not dead
|
||||
>= 0.01%
|
||||
|
||||
# Explicit inclusions
|
||||
# See https://getbootstrap.com/docs/4.6/getting-started/browsers-devices/
|
||||
>= 1%
|
||||
last 1 major version
|
||||
not dead
|
||||
Chrome >= 45
|
||||
Firefox >= 38
|
||||
Firefox ESR
|
||||
Explorer >= 10
|
||||
Firefox >= 38
|
||||
Edge >= 12
|
||||
Explorer >= 10
|
||||
iOS >= 9
|
||||
Safari >= 9
|
||||
Android >= 4.4
|
||||
|
|
@ -28,3 +38,19 @@ not Safari < 8 # no support for flex-shrink
|
|||
not Opera < 12.1 # no flexbox support
|
||||
not OperaMobile < 12.1 # no flexbox support
|
||||
not Android < 4.4 # no flexbox support
|
||||
|
||||
#
|
||||
# BOOTSTRAP 5
|
||||
# See https://getbootstrap.com/docs/5.1/getting-started/browsers-devices/
|
||||
#
|
||||
|
||||
[bs5]
|
||||
>= 0.5%
|
||||
last 2 major versions
|
||||
not dead
|
||||
Chrome >= 60
|
||||
Firefox >= 60
|
||||
Firefox ESR
|
||||
iOS >= 12
|
||||
Safari >= 12
|
||||
not Explorer <= 11
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
.editorconfig text
|
||||
.gitattributes text
|
||||
.gitignore text
|
||||
.jscsrc text
|
||||
.jshintignore text
|
||||
*.css text
|
||||
*.js text
|
||||
*.json text
|
||||
|
|
|
|||
|
|
@ -8,6 +8,35 @@
|
|||
|
||||
-
|
||||
|
||||
## Release 1.2.0-beta2 October 5th 2022
|
||||
|
||||
** Enhancements **
|
||||
|
||||
- Updates Bootstrap 5.1.3 to Bootstrap 5.2.2
|
||||
- Updates Bootstrap 4.6.1 to Bootstrap 4.6.2
|
||||
- Updates WooCommerce Templates
|
||||
- Adds a new 'Full Width Landing Page' page template
|
||||
- Imports more Bootstrap utility classes into the block editor
|
||||
- HTML comments have been cleaned up and/or moved into PHP when appropriate
|
||||
- Enhancements to multiple theme template tags
|
||||
- Developers: PHP linting and testing has been overhauled
|
||||
- Developers: Removes the need for jQuery for sites running Bootstrap 5 (doesn't remove jQuery itself, though)
|
||||
|
||||
** Fixes **
|
||||
|
||||
- Fixes issues with flags not showing up in the navigation for WPML and Polylang users
|
||||
- Fixes styles for the select tag in the Categories and Archives widgets and block widgets
|
||||
- Fixes styles for the search block widget
|
||||
- Fixes styles for pagination
|
||||
- Fixes block editor buttons on hover
|
||||
- Fixes skip to content link for Bootstrap 5
|
||||
- Fixes the offfcanvas close icon that was hidden behind the admin bar
|
||||
- Fixes issues with the Customizer preview
|
||||
- Fixes the category transient flush
|
||||
- Accessibility: aria role fixes for the carousel and footer widgets area
|
||||
- Translations: Makes aria-labels translatable
|
||||
|
||||
|
||||
## Release 1.1.0 December 1st 2021
|
||||
|
||||
** Enhancements **
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ This will allow us to grant permissions to key contributors to merge pull reques
|
|||
4. Ensure the test suite passes.
|
||||
|
||||
## Any contributions you make will be under the GNU GPL version 2
|
||||
In short, when you submit code changes, your submissions are understood to be under the same [GNU GPL version 2](https://opensource.org/licenses/GPL-2.0) that covers the project. Feel free to contact the maintainers if that's a concern.
|
||||
In short, when you submit code changes, your submissions are understood to be under the same [GNU GPL version 3](https://www.gnu.org/licenses/gpl-3.0.html) that covers the project. Feel free to contact the maintainers if that's a concern.
|
||||
|
||||
## Report bugs using Github's [issues](https://github.com/understrap/understrap/issues)
|
||||
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/understrap/understrap/issues/new) - it's that easy!
|
||||
|
|
|
|||
|
|
@ -1,339 +1,675 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
### GNU GENERAL PUBLIC LICENSE
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Preamble
|
||||
Copyright (C) 2007 Free Software Foundation, Inc.
|
||||
<https://fsf.org/>
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
Everyone is permitted to copy and distribute verbatim copies of this
|
||||
license document, but changing it is not allowed.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
### Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom
|
||||
to share and change all versions of a program--to make sure it remains
|
||||
free software for all its users. We, the Free Software Foundation, use
|
||||
the GNU General Public License for most of our software; it applies
|
||||
also to any other work released this way by its authors. You can apply
|
||||
it to your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you
|
||||
have certain responsibilities if you distribute copies of the
|
||||
software, or if you modify it: responsibilities to respect the freedom
|
||||
of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the
|
||||
manufacturer can do so. This is fundamentally incompatible with the
|
||||
aim of protecting users' freedom to change the software. The
|
||||
systematic pattern of such abuse occurs in the area of products for
|
||||
individuals to use, which is precisely where it is most unacceptable.
|
||||
Therefore, we have designed this version of the GPL to prohibit the
|
||||
practice for those products. If such problems arise substantially in
|
||||
other domains, we stand ready to extend this provision to those
|
||||
domains in future versions of the GPL, as needed to protect the
|
||||
freedom of users.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish
|
||||
to avoid the special danger that patents applied to a free program
|
||||
could make it effectively proprietary. To prevent this, the GPL
|
||||
assures that patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
### TERMS AND CONDITIONS
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
#### 0. Definitions.
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
"Copyright" also means copyright-like laws that apply to other kinds
|
||||
of works, such as semiconductor masks.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of
|
||||
an exact copy. The resulting work is called a "modified version" of
|
||||
the earlier work or a work "based on" the earlier work.
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user
|
||||
through a computer network, with no transfer of a copy, is not
|
||||
conveying.
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
An interactive user interface displays "Appropriate Legal Notices" to
|
||||
the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
#### 1. Source Code.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
The "source code" for a work means the preferred form of the work for
|
||||
making modifications to it. "Object code" means any non-source form of
|
||||
a work.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
The Corresponding Source need not include anything that users can
|
||||
regenerate automatically from other parts of the Corresponding Source.
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
The Corresponding Source for a work in source code form is that same
|
||||
work.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
#### 2. Basic Permissions.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
You may make, run and propagate covered works that you do not convey,
|
||||
without conditions so long as your license otherwise remains in force.
|
||||
You may convey covered works to others for the sole purpose of having
|
||||
them make modifications exclusively for you, or provide you with
|
||||
facilities for running those works, provided that you comply with the
|
||||
terms of this License in conveying all material for which you do not
|
||||
control copyright. Those thus making or running the covered works for
|
||||
you must do so exclusively on your behalf, under your direction and
|
||||
control, on terms that prohibit them from making any copies of your
|
||||
copyrighted material outside their relationship with you.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
Conveying under any other circumstances is permitted solely under the
|
||||
conditions stated below. Sublicensing is not allowed; section 10 makes
|
||||
it unnecessary.
|
||||
|
||||
#### 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such
|
||||
circumvention is effected by exercising rights under this License with
|
||||
respect to the covered work, and you disclaim any intention to limit
|
||||
operation or modification of the work as a means of enforcing, against
|
||||
the work's users, your or third parties' legal rights to forbid
|
||||
circumvention of technological measures.
|
||||
|
||||
#### 4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
#### 5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these
|
||||
conditions:
|
||||
|
||||
- a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
- b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under
|
||||
section 7. This requirement modifies the requirement in section 4
|
||||
to "keep intact all notices".
|
||||
- c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
- d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
#### 6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms of
|
||||
sections 4 and 5, provided that you also convey the machine-readable
|
||||
Corresponding Source under the terms of this License, in one of these
|
||||
ways:
|
||||
|
||||
- a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
- b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the Corresponding
|
||||
Source from a network server at no charge.
|
||||
- c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
- d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
- e) Convey the object code using peer-to-peer transmission,
|
||||
provided you inform other peers where the object code and
|
||||
Corresponding Source of the work are being offered to the general
|
||||
public at no charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal,
|
||||
family, or household purposes, or (2) anything designed or sold for
|
||||
incorporation into a dwelling. In determining whether a product is a
|
||||
consumer product, doubtful cases shall be resolved in favor of
|
||||
coverage. For a particular product received by a particular user,
|
||||
"normally used" refers to a typical or common use of that class of
|
||||
product, regardless of the status of the particular user or of the way
|
||||
in which the particular user actually uses, or expects or is expected
|
||||
to use, the product. A product is a consumer product regardless of
|
||||
whether the product has substantial commercial, industrial or
|
||||
non-consumer uses, unless such uses represent the only significant
|
||||
mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to
|
||||
install and execute modified versions of a covered work in that User
|
||||
Product from a modified version of its Corresponding Source. The
|
||||
information must suffice to ensure that the continued functioning of
|
||||
the modified object code is in no case prevented or interfered with
|
||||
solely because modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or
|
||||
updates for a work that has been modified or installed by the
|
||||
recipient, or for the User Product in which it has been modified or
|
||||
installed. Access to a network may be denied when the modification
|
||||
itself materially and adversely affects the operation of the network
|
||||
or violates the rules and protocols for communication across the
|
||||
network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
#### 7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders
|
||||
of that material) supplement the terms of this License with terms:
|
||||
|
||||
- a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
- b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
- c) Prohibiting misrepresentation of the origin of that material,
|
||||
or requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
- d) Limiting the use for publicity purposes of names of licensors
|
||||
or authors of the material; or
|
||||
- e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
- f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions
|
||||
of it) with contractual assumptions of liability to the recipient,
|
||||
for any liability that these contractual assumptions directly
|
||||
impose on those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions; the
|
||||
above requirements apply either way.
|
||||
|
||||
#### 8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your license
|
||||
from a particular copyright holder is reinstated (a) provisionally,
|
||||
unless and until the copyright holder explicitly and finally
|
||||
terminates your license, and (b) permanently, if the copyright holder
|
||||
fails to notify you of the violation by some reasonable means prior to
|
||||
60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
#### 9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or run
|
||||
a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
#### 10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
#### 11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims owned
|
||||
or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within the
|
||||
scope of its coverage, prohibits the exercise of, or is conditioned on
|
||||
the non-exercise of one or more of the rights that are specifically
|
||||
granted under this License. You may not convey a covered work if you
|
||||
are a party to an arrangement with a third party that is in the
|
||||
business of distributing software, under which you make payment to the
|
||||
third party based on the extent of your activity of conveying the
|
||||
work, and under which the third party grants, to any of the parties
|
||||
who would receive the covered work from you, a discriminatory patent
|
||||
license (a) in connection with copies of the covered work conveyed by
|
||||
you (or copies made from those copies), or (b) primarily for and in
|
||||
connection with specific products or compilations that contain the
|
||||
covered work, unless you entered into that arrangement, or that patent
|
||||
license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
#### 12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under
|
||||
this License and any other pertinent obligations, then as a
|
||||
consequence you may not convey it at all. For example, if you agree to
|
||||
terms that obligate you to collect a royalty for further conveying
|
||||
from those to whom you convey the Program, the only way you could
|
||||
satisfy both those terms and this License would be to refrain entirely
|
||||
from conveying the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
#### 13. Use with the GNU Affero General Public License.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
#### 14. Revised Versions of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
The Free Software Foundation may publish revised and/or new versions
|
||||
of the GNU General Public License from time to time. Such new versions
|
||||
will be similar in spirit to the present version, but may differ in
|
||||
detail to address new problems or concerns.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies that a certain numbered version of the GNU General Public
|
||||
License "or any later version" applies to it, you have the option of
|
||||
following the terms and conditions either of that numbered version or
|
||||
of any later version published by the Free Software Foundation. If the
|
||||
Program does not specify a version number of the GNU General Public
|
||||
License, you may choose any version ever published by the Free
|
||||
Software Foundation.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
If the Program specifies that a proxy can decide which future versions
|
||||
of the GNU General Public License can be used, that proxy's public
|
||||
statement of acceptance of a version permanently authorizes you to
|
||||
choose that version for the Program.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
NO WARRANTY
|
||||
#### 15. Disclaimer of Warranty.
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
|
||||
WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
|
||||
PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
|
||||
DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
|
||||
CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
#### 16. Limitation of Liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
|
||||
CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
|
||||
ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
|
||||
NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
|
||||
LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM
|
||||
TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
|
||||
PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
#### 17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
### How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
free software which everyone can redistribute and change under these
|
||||
terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
To do so, attach the following notices to the program. It is safest to
|
||||
attach them to the start of each source file to most effectively state
|
||||
the exclusion of warranty; and each file should have at least the
|
||||
"copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
Also add information on how to contact you by electronic and paper
|
||||
mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
The hypothetical commands \`show w' and \`show c' should show the
|
||||
appropriate parts of the General Public License. Of course, your
|
||||
program's commands might be different; for a GUI interface, you would
|
||||
use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
You should also get your employer (if you work as a programmer) or
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
necessary. For more information on this, and how to apply and follow
|
||||
the GNU GPL, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
||||
The GNU General Public License does not permit incorporating your
|
||||
program into proprietary programs. If your program is a subroutine
|
||||
library, you may consider it more useful to permit linking proprietary
|
||||
applications with the library. If this is what you want to do, use the
|
||||
GNU Lesser General Public License instead of this License. But first,
|
||||
please read <https://www.gnu.org/licenses/why-not-lgpl.html>.
|
||||
|
|
|
|||
|
|
@ -1,11 +1,10 @@
|
|||
|
||||
<p align="center"><img src="https://understrap.com/wp-content/uploads/2022/02/Understrap_Logo_Color.svg" width="320" height="auto"></p>
|
||||
|
||||
[](https://travis-ci.org/understrap/understrap)
|
||||
[](https://wordpress.org/themes/understrap)
|
||||
[](https://wordpress.org/themes/understrap/)
|
||||
[](https://github.com/understrap/understrap/commits/master)
|
||||
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0)
|
||||
[](https://github.com/understrap/understrap/commits/develop)
|
||||
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
|
||||
|
||||
#### See: [Official Demo](https://understrap.com) | Read: [Official Docs Page](https://docs.understrap.com/)
|
||||
|
||||
|
|
@ -51,11 +50,11 @@ See [changelog](CHANGELOG.md)
|
|||
## License
|
||||
|
||||
Copyright 2022 [Howard Development & Consulting, LLC](https://howarddc.com).
|
||||
Understrap is distributed under the terms of the GNU GPL version 2
|
||||
Understrap is distributed under the terms of the GNU GPL version 3
|
||||
|
||||
http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
|
||||
https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||
|
||||
## Credits
|
||||
- Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
|
||||
- Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
|
||||
- Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/main/LICENSE (MIT)
|
||||
- WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/wp-bootstrap/wp-bootstrap-navwalker (GNU GPLv3)
|
||||
|
|
|
|||
|
|
@ -1,22 +1,27 @@
|
|||
# Set up for npm and Composer
|
||||
# Set up for GitHub Actions, npm and Composer
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
|
||||
# Maintain dependencies for npm
|
||||
- package-ecosystem: "npm"
|
||||
# Maintain dependencies for GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
ignore:
|
||||
- dependency-name: "bootstrap"
|
||||
versions: "5.x"
|
||||
labels:
|
||||
- "dependencies"
|
||||
open-pull-requests-limit: 10
|
||||
rebase-strategy: auto
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
time: "06:00"
|
||||
interval: "monthly"
|
||||
|
||||
# Maintain dependencies for npm
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
labels:
|
||||
- "dependencies"
|
||||
open-pull-requests-limit: 10
|
||||
rebase-strategy: auto
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
target-branch: "develop"
|
||||
versioning-strategy: increase
|
||||
|
||||
|
|
@ -31,8 +36,6 @@ updates:
|
|||
open-pull-requests-limit: 10
|
||||
rebase-strategy: auto
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
time: "06:00"
|
||||
interval: "monthly"
|
||||
target-branch: "develop"
|
||||
versioning-strategy: increase
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@
|
|||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||
- [ ] New feature (non-breaking change which adds functionality)
|
||||
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
|
||||
- [ ] Refactoring (a code change that neither fixes a bug nor adds a feature)
|
||||
- [ ] Styling (changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc))
|
||||
- [ ] Development (changes that affect the build system or external dependencies)
|
||||
- [ ] Documentation (changes that affect existing inline documentation)
|
||||
|
||||
## Checklist:
|
||||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
||||
|
|
@ -27,8 +31,10 @@
|
|||
- [ ] \(Optional) I have updated the documentation accordingly.
|
||||
- [ ] \(Optional) My change requires a change to the translations.
|
||||
- [ ] \(Optional) I have updated the translations accordingly.
|
||||
- [ ] `composer cs:check` has passed locally.
|
||||
- [ ] `composer lint:php` has passed locally.
|
||||
- [ ] `composer phpcs` has passed locally.
|
||||
- [ ] `composer php-lint` has passed locally.
|
||||
- [ ] `composer phpmd` has passed locally.
|
||||
- [ ] `composer phpstan` has passed locally.
|
||||
- [ ] I have read the **[CONTRIBUTING](https://github.com/understrap/understrap/blob/main/.github/CONTRIBUTING.md)** document.
|
||||
|
||||
## Related Issues or Roadmap requests
|
||||
|
|
|
|||
|
|
@ -0,0 +1,179 @@
|
|||
name: Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
paths:
|
||||
- '**.php'
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
paths:
|
||||
- '**.php'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
php-version: '7.4'
|
||||
|
||||
jobs:
|
||||
|
||||
phpcs:
|
||||
|
||||
name: 'Coding Standards with PHP CodeSniffer'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ env.php-version }}
|
||||
tools: composer, cs2pr
|
||||
coverage: none
|
||||
|
||||
- name: Get Composer cache directory
|
||||
id: composer-cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: vendor
|
||||
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-composer-
|
||||
|
||||
- name: Install dependencies
|
||||
if: steps.composer-cache.outputs.cache-hit != 'true'
|
||||
run: composer install --prefer-dist --no-progress
|
||||
|
||||
- name: Auto fix coding standards
|
||||
run: composer phpcs-fix
|
||||
continue-on-error: true
|
||||
|
||||
- name: Commit coding standards fixes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Fix coding standards with phpcbf
|
||||
branch: ${{ github.head_ref }}
|
||||
|
||||
- name: Check coding standards
|
||||
run: composer phpcs-ga | cs2pr
|
||||
|
||||
php-lint:
|
||||
|
||||
name: 'Syntax with PHP Parallel Lint'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ env.php-version }}
|
||||
tools: composer, cs2pr
|
||||
coverage: none
|
||||
|
||||
- name: Get Composer cache directory
|
||||
id: composer-cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: vendor
|
||||
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-php-
|
||||
|
||||
- name: Install dependencies
|
||||
if: steps.composer-cache.outputs.cache-hit != 'true'
|
||||
run: composer install --prefer-dist --no-progress
|
||||
|
||||
- name: Check syntax
|
||||
run: composer php-lint
|
||||
|
||||
phpstan:
|
||||
|
||||
name: 'Static Analysis with PHPStan'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ env.php-version }}
|
||||
tools: composer, cs2pr
|
||||
coverage: none
|
||||
|
||||
- name: Get Composer cache directory
|
||||
id: composer-cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: vendor
|
||||
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-php-
|
||||
|
||||
- name: Install dependencies
|
||||
if: steps.composer-cache.outputs.cache-hit != 'true'
|
||||
run: composer install --prefer-dist --no-progress
|
||||
|
||||
- name: Static Analysis
|
||||
id: phpstan
|
||||
run: composer phpstan -- --error-format=github
|
||||
|
||||
- name: Update basefile
|
||||
run: composer phpstan-baseline
|
||||
|
||||
- name: Commit updated basefile
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Update PHPStan basefile
|
||||
branch: ${{ github.head_ref }}
|
||||
|
||||
phpmd:
|
||||
|
||||
name: 'Mess Detection with PHPMD'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ env.php-version }}
|
||||
tools: composer, cs2pr
|
||||
coverage: none
|
||||
|
||||
- name: Get Composer cache directory
|
||||
id: composer-cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: vendor
|
||||
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-php-
|
||||
|
||||
- name: Install dependencies
|
||||
if: steps.composer-cache.outputs.cache-hit != 'true'
|
||||
run: composer install --prefer-dist --no-progress
|
||||
|
||||
- name: Detect mess
|
||||
run: composer phpmd-ga
|
||||
|
||||
- name: Update basefile
|
||||
run: composer phpmd-baseline
|
||||
|
||||
- name: Commit updated basefile
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Update PHPMD basefile
|
||||
branch: ${{ github.head_ref }}
|
||||
|
|
@ -20,14 +20,12 @@
|
|||
*~
|
||||
._*
|
||||
# but track
|
||||
!.babelrc.js
|
||||
!.browserslist
|
||||
!.editorconfig
|
||||
!.gitattributes
|
||||
!.github
|
||||
!.gitignore
|
||||
!.jscsrc
|
||||
!.jshintignore
|
||||
!.travis.yml
|
||||
|
||||
# Ignore all files with .lock extentions
|
||||
*.lock
|
||||
|
|
|
|||
13
.jscsrc
13
.jscsrc
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"preset": "wordpress",
|
||||
"fileExtensions": [ ".js" ],
|
||||
"excludeFiles": [
|
||||
"js/**.min.js",
|
||||
"src/**/*.js",
|
||||
"js/popper.js",
|
||||
"js/theme.js",
|
||||
"gulpfile.js",
|
||||
"vendor/**",
|
||||
"node_modules/**"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
js/**.min.js
|
||||
src/**/*.js
|
||||
js/popper.js
|
||||
js/theme.js
|
||||
gulpfile.js
|
||||
node_modules
|
||||
vendor
|
||||
67
.travis.yml
67
.travis.yml
|
|
@ -1,67 +0,0 @@
|
|||
# Travis CI configuration file.
|
||||
# @link https://travis-ci.org/
|
||||
|
||||
# For use with the UnderStrap WordPress theme
|
||||
# @link https://github.com/understrap/understrap
|
||||
|
||||
|
||||
# Declare virtual environment and operating system.
|
||||
# @link https://docs.travis-ci.com/user/reference/overview/#virtualization-environments
|
||||
os: linux
|
||||
dist: xenial
|
||||
|
||||
# Declare project language and PHP versions to test against.
|
||||
# @link https://docs.travis-ci.com/user/languages/php/
|
||||
language: php
|
||||
php:
|
||||
- '5.6'
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- '7.2'
|
||||
- '7.3'
|
||||
- '7.4'
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- php: 7.4
|
||||
env: PHPCS=1
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
|
||||
# Use this to prepare the build for testing.
|
||||
before_script:
|
||||
# Speed up build time by disabling Xdebug.
|
||||
- phpenv config-rm xdebug.ini || echo 'No xdebug config.'
|
||||
# Install composer dependencies
|
||||
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then
|
||||
composer install;
|
||||
else
|
||||
composer install --ignore-platform-reqs;
|
||||
fi
|
||||
# Install JSCS: JavaScript Code Style checker
|
||||
# @link http://jscs.info/
|
||||
- if [[ "$PHPCS" == 1 ]]; then npm install -g jscs; fi
|
||||
# Install JSHint, a JavaScript Code Quality Tool
|
||||
# @link https://jshint.com/docs/
|
||||
- if [[ "$PHPCS" == 1 ]]; then npm install -g jshint; fi
|
||||
- if [[ "$PHPCS" == 1 ]]; then wget https://develop.svn.wordpress.org/trunk/.jshintrc; fi
|
||||
|
||||
# Run test script commands.
|
||||
# Default is specific to project language.
|
||||
# All commands must exit with code 0 on success. Anything else is considered failure.
|
||||
script:
|
||||
# Validate the composer.json file.
|
||||
# @link https://getcomposer.org/doc/03-cli.md#validate
|
||||
- if [[ "$PHPCS" == 1 ]]; then composer validate --no-check-all --strict; fi
|
||||
|
||||
# Lint the PHP files against parse errors.
|
||||
- composer lint:php
|
||||
|
||||
# Check the code against the standards as documented in the phpcs.xml file.
|
||||
- if [[ "$PHPCS" == 1 ]]; then composer check:cs; fi
|
||||
# Run the theme through JSHint
|
||||
- if [[ "$PHPCS" == 1 ]]; then jshint .; fi
|
||||
# Run the theme through JavaScript Code Style checker
|
||||
- if [[ "$PHPCS" == 1 ]]; then jscs .; fi
|
||||
2
404.php
2
404.php
|
|
@ -76,7 +76,7 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
</section><!-- .error-404 -->
|
||||
|
||||
</main><!-- #main -->
|
||||
</main>
|
||||
|
||||
</div><!-- #primary -->
|
||||
|
||||
|
|
|
|||
13
archive.php
13
archive.php
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* The template for displaying archive pages
|
||||
*
|
||||
* Learn more: http://codex.wordpress.org/Template_Hierarchy
|
||||
* Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||
*
|
||||
* @package Understrap
|
||||
*/
|
||||
|
|
@ -21,8 +21,10 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
<div class="row">
|
||||
|
||||
<!-- Do the left sidebar check -->
|
||||
<?php get_template_part( 'global-templates/left-sidebar-check' ); ?>
|
||||
<?php
|
||||
// Do the left sidebar check and open div#primary.
|
||||
get_template_part( 'global-templates/left-sidebar-check' );
|
||||
?>
|
||||
|
||||
<main class="site-main" id="main">
|
||||
|
||||
|
|
@ -52,12 +54,13 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
}
|
||||
?>
|
||||
|
||||
</main><!-- #main -->
|
||||
</main>
|
||||
|
||||
<?php
|
||||
// Display the pagination component.
|
||||
understrap_pagination();
|
||||
// Do the right sidebar check.
|
||||
|
||||
// Do the right sidebar check and close div#primary.
|
||||
get_template_part( 'global-templates/right-sidebar-check' );
|
||||
?>
|
||||
|
||||
|
|
|
|||
22
author.php
22
author.php
|
|
@ -20,8 +20,10 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
<div class="row">
|
||||
|
||||
<!-- Do the left sidebar check -->
|
||||
<?php get_template_part( 'global-templates/left-sidebar-check' ); ?>
|
||||
<?php
|
||||
// Do the left sidebar check and open div#primary.
|
||||
get_template_part( 'global-templates/left-sidebar-check' );
|
||||
?>
|
||||
|
||||
<main class="site-main" id="main">
|
||||
|
||||
|
|
@ -82,8 +84,8 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
</header><!-- .page-header -->
|
||||
|
||||
<!-- The Loop -->
|
||||
<?php
|
||||
// Start the loop.
|
||||
if ( have_posts() ) {
|
||||
while ( have_posts() ) {
|
||||
the_post();
|
||||
|
|
@ -93,15 +95,17 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
get_template_part( 'loop-templates/content', 'none' );
|
||||
}
|
||||
?>
|
||||
<!-- End Loop -->
|
||||
|
||||
</main><!-- #main -->
|
||||
</main>
|
||||
|
||||
<!-- The pagination component -->
|
||||
<?php understrap_pagination(); ?>
|
||||
|
||||
<!-- Do the right sidebar check -->
|
||||
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
||||
<?php
|
||||
// Display the pagination component.
|
||||
understrap_pagination();
|
||||
|
||||
// Do the right sidebar check and close div#primary.
|
||||
get_template_part( 'global-templates/right-sidebar-check' );
|
||||
?>
|
||||
|
||||
</div> <!-- .row -->
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "understrap/understrap",
|
||||
"description": "Combines Automattic´s Underscores Starter Theme and Bootstrap 4",
|
||||
"description": "Combines Automattic's Underscores Starter Theme and Bootstrap",
|
||||
"type": "wordpress-theme",
|
||||
"license": "GPL-2.0-only",
|
||||
"license": "GPL-3.0",
|
||||
"minimum-stability": "stable",
|
||||
"keywords": [
|
||||
"wordpress",
|
||||
|
|
@ -10,21 +10,39 @@
|
|||
"bootstrap"
|
||||
],
|
||||
"homepage": "https://github.com/understrap/understrap",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Contributors",
|
||||
"homepage": "https://github.com/understrap/understrap/contributors.md"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"composer/installers": "^1.12",
|
||||
"php": ">=5.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
||||
"phpcompatibility/phpcompatibility-wp": "^2.1.4",
|
||||
"phpmd/phpmd": "^2.13.0",
|
||||
"phpstan/phpstan": "^1.9.0",
|
||||
"roave/security-advisories": "dev-master",
|
||||
"wp-coding-standards/wpcs": "^2.3",
|
||||
"wptrt/wpthemereview": "*",
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
|
||||
"php-parallel-lint/php-parallel-lint": "^1.3"
|
||||
"squizlabs/php_codesniffer": "^3.7.1",
|
||||
"szepeviktor/phpstan-wordpress": "^1.1.3",
|
||||
"wp-coding-standards/wpcs": "^2.3.0",
|
||||
"wptrt/wpthemereview": "^0.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"check:cs": ["@php ./vendor/squizlabs/php_codesniffer/bin/phpcs"],
|
||||
"fix:cs": ["@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf"],
|
||||
"lint:php": ["@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor ."]
|
||||
"php-lint": "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint --exclude vendor --exclude node_modules --exclude dist --exclude .git --exclude .phpstan-cache .",
|
||||
"phpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -p",
|
||||
"phpcs-ga": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -n --report=checkstyle",
|
||||
"phpcs-fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf",
|
||||
"phpcs-config-set" : "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --config-set installed_paths ../../phpcompatibility/php-compatibility,../../phpcompatibility/phpcompatibility-paragonie,../../phpcompatibility/phpcompatibility-wp,../../wp-coding-standards/wpcs,../../wptrt/wpthemereview",
|
||||
"phpmd": "@php ./vendor/phpmd/phpmd/src/bin/phpmd . ansi phpmd.xml",
|
||||
"phpmd-baseline": "@phpmd -- --generate-baseline",
|
||||
"phpmd-ga": "@php ./vendor/phpmd/phpmd/src/bin/phpmd . github phpmd.xml",
|
||||
"phpstan": "@php ./vendor/phpstan/phpstan/phpstan analyse -a src/phpstan/autoload.php",
|
||||
"phpstan-baseline": "@php ./vendor/phpstan/phpstan/phpstan analyse -a src/phpstan/autoload.php --generate-baseline",
|
||||
"post-install-cmd": "@phpcs-config-set",
|
||||
"post-update-cmd": "@phpcs-config-set"
|
||||
},
|
||||
"support": {
|
||||
"issues": "https://github.com/understrap/understrap/issues",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
6976
css/theme.css
6976
css/theme.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
11
footer.php
11
footer.php
|
|
@ -33,15 +33,16 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
</footer><!-- #colophon -->
|
||||
|
||||
</div><!--col end -->
|
||||
</div><!-- col -->
|
||||
|
||||
</div><!-- row end -->
|
||||
</div><!-- .row -->
|
||||
|
||||
</div><!-- container end -->
|
||||
</div><!-- .container(-fluid) -->
|
||||
|
||||
</div><!-- wrapper end -->
|
||||
</div><!-- #wrapper-footer -->
|
||||
|
||||
</div><!-- #page we need this extra closing tag here -->
|
||||
<?php // Closing div#page from header.php. ?>
|
||||
</div><!-- #page -->
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* Navbar branding
|
||||
*
|
||||
* @package Understrap
|
||||
* @since 1.2.0
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
if ( ! has_custom_logo() ) { ?>
|
||||
|
||||
<?php if ( is_front_page() && is_home() ) : ?>
|
||||
|
||||
<h1 class="navbar-brand mb-0">
|
||||
<a rel="home" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url">
|
||||
<?php bloginfo( 'name' ); ?>
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
<a class="navbar-brand" rel="home" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url">
|
||||
<?php bloginfo( 'name' ); ?>
|
||||
</a>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
} else {
|
||||
the_custom_logo();
|
||||
}
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
* Header Navbar (bootstrap4)
|
||||
*
|
||||
* @package Understrap
|
||||
* @since 1.1.0
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
@ -22,27 +23,17 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
<div class="container">
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- Your site title as branding in the menu -->
|
||||
<?php if ( ! has_custom_logo() ) { ?>
|
||||
<?php get_template_part( 'global-templates/navbar-branding' ); ?>
|
||||
|
||||
<?php if ( is_front_page() && is_home() ) : ?>
|
||||
|
||||
<h1 class="navbar-brand mb-0"><a rel="home" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url"><?php bloginfo( 'name' ); ?></a></h1>
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
<a class="navbar-brand" rel="home" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url"><?php bloginfo( 'name' ); ?></a>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
} else {
|
||||
the_custom_logo();
|
||||
}
|
||||
?>
|
||||
<!-- end custom logo -->
|
||||
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="<?php esc_attr_e( 'Toggle navigation', 'understrap' ); ?>">
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
data-toggle="collapse"
|
||||
data-target="#navbarNavDropdown"
|
||||
aria-controls="navbarNavDropdown"
|
||||
aria-expanded="false"
|
||||
aria-label="<?php esc_attr_e( 'Toggle navigation', 'understrap' ); ?>"
|
||||
>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
|
|
@ -66,4 +57,4 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
</div><!-- .container -->
|
||||
<?php endif; ?>
|
||||
|
||||
</nav><!-- .site-navigation -->
|
||||
</nav><!-- #main-nav -->
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
* Header Navbar (bootstrap5)
|
||||
*
|
||||
* @package Understrap
|
||||
* @since 1.1.0
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
@ -20,27 +21,18 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
<div class="<?php echo esc_attr( $container ); ?>">
|
||||
|
||||
<!-- Your site title as branding in the menu -->
|
||||
<?php if ( ! has_custom_logo() ) { ?>
|
||||
<!-- Your site branding in the menu -->
|
||||
<?php get_template_part( 'global-templates/navbar-branding' ); ?>
|
||||
|
||||
<?php if ( is_front_page() && is_home() ) : ?>
|
||||
|
||||
<h1 class="navbar-brand mb-0"><a rel="home" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url"><?php bloginfo( 'name' ); ?></a></h1>
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
<a class="navbar-brand" rel="home" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url"><?php bloginfo( 'name' ); ?></a>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
} else {
|
||||
the_custom_logo();
|
||||
}
|
||||
?>
|
||||
<!-- end custom logo -->
|
||||
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="<?php esc_attr_e( 'Toggle navigation', 'understrap' ); ?>">
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
data-bs-toggle="collapse"
|
||||
data-bs-target="#navbarNavDropdown"
|
||||
aria-controls="navbarNavDropdown"
|
||||
aria-expanded="false"
|
||||
aria-label="<?php esc_attr_e( 'Toggle navigation', 'understrap' ); ?>"
|
||||
>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
|
|
@ -62,4 +54,4 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
</div><!-- .container(-fluid) -->
|
||||
|
||||
</nav><!-- .site-navigation -->
|
||||
</nav><!-- #main-nav -->
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
* Header Navbar (bootstrap5)
|
||||
*
|
||||
* @package Understrap
|
||||
* @since 1.1.0
|
||||
*/
|
||||
|
||||
// Exit if accessed directly.
|
||||
|
|
@ -20,34 +21,30 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
<div class="<?php echo esc_attr( $container ); ?>">
|
||||
|
||||
<!-- Your site title as branding in the menu -->
|
||||
<?php if ( ! has_custom_logo() ) { ?>
|
||||
<!-- Your site branding in the menu -->
|
||||
<?php get_template_part( 'global-templates/navbar-branding' ); ?>
|
||||
|
||||
<?php if ( is_front_page() && is_home() ) : ?>
|
||||
|
||||
<h1 class="navbar-brand mb-0"><a rel="home" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url"><?php bloginfo( 'name' ); ?></a></h1>
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
<a class="navbar-brand" rel="home" href="<?php echo esc_url( home_url( '/' ) ); ?>" itemprop="url"><?php bloginfo( 'name' ); ?></a>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
} else {
|
||||
the_custom_logo();
|
||||
}
|
||||
?>
|
||||
<!-- end custom logo -->
|
||||
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#navbarNavOffcanvas" aria-controls="navbarNavOffcanvas" aria-expanded="false" aria-label="<?php esc_attr_e( 'Toggle navigation', 'understrap' ); ?>">
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
data-bs-toggle="offcanvas"
|
||||
data-bs-target="#navbarNavOffcanvas"
|
||||
aria-controls="navbarNavOffcanvas"
|
||||
aria-expanded="false"
|
||||
aria-label="<?php esc_attr_e( 'Open menu', 'understrap' ); ?>"
|
||||
>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="offcanvas offcanvas-end bg-primary" tabindex="-1" id="navbarNavOffcanvas">
|
||||
|
||||
<div class="offcanvas-header justify-content-end">
|
||||
<button type="button" class="btn-close btn-close-white text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
||||
<button
|
||||
class="btn-close btn-close-white text-reset"
|
||||
type="button"
|
||||
data-bs-dismiss="offcanvas"
|
||||
aria-label="<?php esc_attr_e( 'Close menu', 'understrap' ); ?>"
|
||||
></button>
|
||||
</div><!-- .offcancas-header -->
|
||||
|
||||
<!-- The WordPress Menu goes here -->
|
||||
|
|
@ -69,4 +66,4 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
</div><!-- .container(-fluid) -->
|
||||
|
||||
</nav><!-- .site-navigation -->
|
||||
</nav><!-- #main-nav -->
|
||||
|
|
|
|||
|
|
@ -7,9 +7,10 @@
|
|||
|
||||
// Exit if accessed directly.
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
?>
|
||||
|
||||
</div><!-- #closing the primary container from /global-templates/left-sidebar-check.php -->
|
||||
// Closing the primary container from /global-templates/left-sidebar-check.php.
|
||||
?>
|
||||
</div><!-- #primary -->
|
||||
|
||||
<?php
|
||||
$sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' );
|
|||
<!-- ******************* The Navbar Area ******************* -->
|
||||
<header id="wrapper-navbar">
|
||||
|
||||
<a class="skip-link sr-only sr-only-focusable" href="#content"><?php esc_html_e( 'Skip to content', 'understrap' ); ?></a>
|
||||
<a class="skip-link" href="#content"><?php esc_html_e( 'Skip to content', 'understrap' ); ?></a>
|
||||
|
||||
<?php get_template_part( 'global-templates/navbar', $navbar_type . '-' . $bootstrap_version ); ?>
|
||||
|
||||
</header><!-- #wrapper-navbar end -->
|
||||
</header><!-- #wrapper-navbar -->
|
||||
|
|
|
|||
|
|
@ -3,15 +3,17 @@
|
|||
* Block editor (gutenberg) specific functionality
|
||||
*
|
||||
* @package Understrap
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
|
||||
add_action( 'after_setup_theme', 'understrap_block_editor_setup' );
|
||||
|
||||
if ( ! function_exists( 'understrap_block_editor_setup' ) ) {
|
||||
|
||||
/**
|
||||
* Sets up our default theme support for the WordPress block editor.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
function understrap_block_editor_setup() {
|
||||
|
||||
|
|
@ -33,7 +35,9 @@ if ( ! function_exists( 'understrap_generate_color_palette' ) ) {
|
|||
/**
|
||||
* Checks for our JSON file of color values. If exists, creates a color palette array.
|
||||
*
|
||||
* @return array|bool
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
function understrap_generate_color_palette() {
|
||||
$color_palette = array();
|
||||
|
|
@ -43,18 +47,25 @@ if ( ! function_exists( 'understrap_generate_color_palette' ) ) {
|
|||
|
||||
if ( $color_palette_json ) {
|
||||
$color_palette_json = json_decode( $color_palette_json, true );
|
||||
foreach ( $color_palette_json as $key => $value ) {
|
||||
$key = str_replace( array( '--bs-', '--' ), '', $key );
|
||||
$color_palette[] = array(
|
||||
'name' => $key,
|
||||
'slug' => $key,
|
||||
'color' => $value,
|
||||
);
|
||||
if ( is_array( $color_palette_json ) ) {
|
||||
foreach ( $color_palette_json as $key => $value ) {
|
||||
if ( ! is_string( $key ) ) {
|
||||
continue;
|
||||
}
|
||||
$key = str_replace( array( '--bs-', '--' ), '', $key );
|
||||
$color_palette[] = array(
|
||||
'name' => $key,
|
||||
'slug' => $key,
|
||||
'color' => $value,
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Filters the default bootstrap color palette so it can be overriden by child themes or plugins when we add theme support for editor-color-palette. This array can also be generated via gulp.
|
||||
* Filters the default bootstrap color palette so it can be overriden by child themes or plugins when we add theme support for editor-color-palette.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @param array $color_palette An array of color options for the editor-color-palette setting.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ defined( 'ABSPATH' ) || exit;
|
|||
* GitHub Plugin URI: https://github.com/wp-bootstrap/wp-bootstrap-navwalker
|
||||
* GitHub Branch: master
|
||||
* License: GPL-3.0+
|
||||
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
||||
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
*/
|
||||
|
||||
/* Check if Class Exists. */
|
||||
|
|
|
|||
|
|
@ -97,7 +97,11 @@ if ( ! function_exists( 'understrap_comment_form_comments_closed' ) ) {
|
|||
* Displays a note that comments are closed if comments are closed and there are comments.
|
||||
*/
|
||||
function understrap_comment_form_comments_closed() {
|
||||
if ( get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) {
|
||||
$post_type = get_post_type();
|
||||
if ( false === $post_type ) {
|
||||
return;
|
||||
}
|
||||
if ( get_comments_number() && post_type_supports( $post_type, 'comments' ) ) {
|
||||
?>
|
||||
<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'understrap' ); ?></p>
|
||||
<?php
|
||||
|
|
|
|||
|
|
@ -8,25 +8,50 @@
|
|||
// Exit if accessed directly.
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
/**
|
||||
* Add postMessage support for site title and description for the Theme Customizer.
|
||||
*
|
||||
* @param WP_Customize_Manager $wp_customize Theme Customizer object.
|
||||
*/
|
||||
if ( ! function_exists( 'understrap_customize_register' ) ) {
|
||||
/**
|
||||
* Register basic customizer support.
|
||||
* Register basic support (site title, header text color) for the Theme Customizer.
|
||||
*
|
||||
* @param object $wp_customize Customizer reference.
|
||||
* @param WP_Customize_Manager $wp_customize Customizer reference.
|
||||
*/
|
||||
function understrap_customize_register( $wp_customize ) {
|
||||
$wp_customize->get_setting( 'blogname' )->transport = 'postMessage';
|
||||
$wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage';
|
||||
$wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage';
|
||||
$settings = array( 'blogname', 'header_textcolor' );
|
||||
foreach ( $settings as $setting ) {
|
||||
$get_setting = $wp_customize->get_setting( $setting );
|
||||
if ( $get_setting instanceof WP_Customize_Setting ) {
|
||||
$get_setting->transport = 'postMessage';
|
||||
}
|
||||
}
|
||||
|
||||
// Override default partial for custom logo.
|
||||
$wp_customize->selective_refresh->add_partial(
|
||||
'custom_logo',
|
||||
array(
|
||||
'settings' => array( 'custom_logo' ),
|
||||
'selector' => '.custom-logo-link',
|
||||
'render_callback' => 'understrap_customize_partial_custom_logo',
|
||||
'container_inclusive' => false,
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
add_action( 'customize_register', 'understrap_customize_register' );
|
||||
|
||||
if ( ! function_exists( 'understrap_customize_partial_custom_logo' ) ) {
|
||||
/**
|
||||
* Callback for rendering the custom logo, used in the custom_logo partial.
|
||||
*
|
||||
* @return string The custom logo markup or the site title.
|
||||
*/
|
||||
function understrap_customize_partial_custom_logo() {
|
||||
if ( has_custom_logo() ) {
|
||||
return get_custom_logo();
|
||||
} else {
|
||||
return get_bloginfo( 'name' );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
|
||||
/**
|
||||
* Register individual settings through customizer's API.
|
||||
|
|
@ -46,26 +71,6 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
|
|||
)
|
||||
);
|
||||
|
||||
/**
|
||||
* Select sanitization function
|
||||
*
|
||||
* @param string $input Slug to sanitize.
|
||||
* @param WP_Customize_Setting $setting Setting instance.
|
||||
* @return string Sanitized slug if it is a valid choice; otherwise, the setting default.
|
||||
*/
|
||||
function understrap_theme_slug_sanitize_select( $input, $setting ) {
|
||||
|
||||
// Ensure input is a slug (lowercase alphanumeric characters, dashes and underscores are allowed only).
|
||||
$input = sanitize_key( $input );
|
||||
|
||||
// Get the list of possible select options.
|
||||
$choices = $setting->manager->get_control( $setting->id )->choices;
|
||||
|
||||
// If the input is a valid key, return it; otherwise, return the default.
|
||||
return ( array_key_exists( $input, $choices ) ? $input : $setting->default );
|
||||
|
||||
}
|
||||
|
||||
$wp_customize->add_setting(
|
||||
'understrap_bootstrap_version',
|
||||
array(
|
||||
|
|
@ -84,7 +89,6 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
|
|||
'label' => __( 'Bootstrap Version', 'understrap' ),
|
||||
'description' => __( 'Choose between Bootstrap 4 or Bootstrap 5', 'understrap' ),
|
||||
'section' => 'understrap_theme_layout_options',
|
||||
'settings' => 'understrap_bootstrap_version',
|
||||
'type' => 'select',
|
||||
'choices' => array(
|
||||
'bootstrap4' => __( 'Bootstrap 4', 'understrap' ),
|
||||
|
|
@ -100,7 +104,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
|
|||
array(
|
||||
'default' => 'container',
|
||||
'type' => 'theme_mod',
|
||||
'sanitize_callback' => 'understrap_theme_slug_sanitize_select',
|
||||
'sanitize_callback' => 'understrap_customize_sanitize_select',
|
||||
'capability' => 'edit_theme_options',
|
||||
)
|
||||
);
|
||||
|
|
@ -113,7 +117,6 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
|
|||
'label' => __( 'Container Width', 'understrap' ),
|
||||
'description' => __( 'Choose between Bootstrap\'s container and container-fluid', 'understrap' ),
|
||||
'section' => 'understrap_theme_layout_options',
|
||||
'settings' => 'understrap_container_type',
|
||||
'type' => 'select',
|
||||
'choices' => array(
|
||||
'container' => __( 'Fixed width container', 'understrap' ),
|
||||
|
|
@ -129,7 +132,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
|
|||
array(
|
||||
'default' => 'collapse',
|
||||
'type' => 'theme_mod',
|
||||
'sanitize_callback' => 'sanitize_text_field',
|
||||
'sanitize_callback' => 'understrap_customize_sanitize_select',
|
||||
'capability' => 'edit_theme_options',
|
||||
)
|
||||
);
|
||||
|
|
@ -139,20 +142,18 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
|
|||
$wp_customize,
|
||||
'understrap_navbar_type',
|
||||
array(
|
||||
'label' => __( 'Responsive Navigation Type', 'understrap' ),
|
||||
'description' => __(
|
||||
'label' => __( 'Responsive Navigation Type', 'understrap' ),
|
||||
'description' => __(
|
||||
'Choose between an expanding and collapsing navbar or an offcanvas drawer.',
|
||||
'understrap'
|
||||
),
|
||||
'section' => 'understrap_theme_layout_options',
|
||||
'settings' => 'understrap_navbar_type',
|
||||
'type' => 'select',
|
||||
'sanitize_callback' => 'understrap_theme_slug_sanitize_select',
|
||||
'choices' => array(
|
||||
'section' => 'understrap_theme_layout_options',
|
||||
'type' => 'select',
|
||||
'choices' => array(
|
||||
'collapse' => __( 'Collapse', 'understrap' ),
|
||||
'offcanvas' => __( 'Offcanvas', 'understrap' ),
|
||||
),
|
||||
'priority' => apply_filters( 'understrap_navbar_type_priority', 20 ),
|
||||
'priority' => apply_filters( 'understrap_navbar_type_priority', 20 ),
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
@ -162,7 +163,7 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
|
|||
array(
|
||||
'default' => 'right',
|
||||
'type' => 'theme_mod',
|
||||
'sanitize_callback' => 'sanitize_text_field',
|
||||
'sanitize_callback' => 'understrap_customize_sanitize_select',
|
||||
'capability' => 'edit_theme_options',
|
||||
)
|
||||
);
|
||||
|
|
@ -172,22 +173,20 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
|
|||
$wp_customize,
|
||||
'understrap_sidebar_position',
|
||||
array(
|
||||
'label' => __( 'Sidebar Positioning', 'understrap' ),
|
||||
'description' => __(
|
||||
'label' => __( 'Sidebar Positioning', 'understrap' ),
|
||||
'description' => __(
|
||||
'Set sidebar\'s default position. Can either be: right, left, both or none. Note: this can be overridden on individual pages.',
|
||||
'understrap'
|
||||
),
|
||||
'section' => 'understrap_theme_layout_options',
|
||||
'settings' => 'understrap_sidebar_position',
|
||||
'type' => 'select',
|
||||
'sanitize_callback' => 'understrap_theme_slug_sanitize_select',
|
||||
'choices' => array(
|
||||
'section' => 'understrap_theme_layout_options',
|
||||
'type' => 'select',
|
||||
'choices' => array(
|
||||
'right' => __( 'Right sidebar', 'understrap' ),
|
||||
'left' => __( 'Left sidebar', 'understrap' ),
|
||||
'both' => __( 'Left & Right sidebars', 'understrap' ),
|
||||
'none' => __( 'No sidebar', 'understrap' ),
|
||||
),
|
||||
'priority' => apply_filters( 'understrap_sidebar_position_priority', 20 ),
|
||||
'priority' => apply_filters( 'understrap_sidebar_position_priority', 20 ),
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
@ -210,17 +209,50 @@ if ( ! function_exists( 'understrap_theme_customize_register' ) ) {
|
|||
'label' => __( 'Footer Site Info', 'understrap' ),
|
||||
'description' => __( 'Override Understrap\'s site info located at the footer of the page.', 'understrap' ),
|
||||
'section' => 'understrap_theme_layout_options',
|
||||
'settings' => 'understrap_site_info_override',
|
||||
'type' => 'textarea',
|
||||
'priority' => 20,
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
$understrap_site_info = $wp_customize->get_setting( 'understrap_site_info_override' );
|
||||
if ( $understrap_site_info instanceof WP_Customize_Setting ) {
|
||||
$understrap_site_info->transport = 'postMessage';
|
||||
}
|
||||
}
|
||||
} // End of if function_exists( 'understrap_theme_customize_register' ).
|
||||
add_action( 'customize_register', 'understrap_theme_customize_register' );
|
||||
|
||||
if ( ! function_exists( 'understrap_customize_sanitize_select' ) ) {
|
||||
/**
|
||||
* Sanitize select.
|
||||
*
|
||||
* @since 1.2.0 Renamed from understrap_theme_slug_sanitize_select()
|
||||
*
|
||||
* @param string $input Slug to sanitize.
|
||||
* @param WP_Customize_Setting $setting Setting instance.
|
||||
* @return string|bool Sanitized slug if it is a valid choice; the setting default for
|
||||
* invalid choices and false in all other cases.
|
||||
*/
|
||||
function understrap_customize_sanitize_select( $input, $setting ) {
|
||||
|
||||
// Ensure input is a slug (lowercase alphanumeric characters, dashes and underscores are allowed only).
|
||||
$input = sanitize_key( $input );
|
||||
|
||||
$control = $setting->manager->get_control( $setting->id );
|
||||
if ( ! $control instanceof WP_Customize_Control ) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Get the list of possible select options.
|
||||
$choices = $control->choices;
|
||||
|
||||
// If the input is a valid key, return it; otherwise, return the default.
|
||||
return ( array_key_exists( $input, $choices ) ? $input : $setting->default );
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
|
||||
*/
|
||||
|
|
@ -229,11 +261,17 @@ if ( ! function_exists( 'understrap_customize_preview_js' ) ) {
|
|||
* Setup JS integration for live previewing.
|
||||
*/
|
||||
function understrap_customize_preview_js() {
|
||||
$file = '/js/customizer.js';
|
||||
$version = filemtime( get_template_directory() . $file );
|
||||
if ( false === $version ) {
|
||||
$version = time();
|
||||
}
|
||||
|
||||
wp_enqueue_script(
|
||||
'understrap_customizer',
|
||||
get_template_directory_uri() . '/js/customizer.js',
|
||||
get_template_directory_uri() . $file,
|
||||
array( 'customize-preview' ),
|
||||
'20130508',
|
||||
(string) $version,
|
||||
true
|
||||
);
|
||||
}
|
||||
|
|
@ -246,27 +284,35 @@ add_action( 'customize_preview_init', 'understrap_customize_preview_js' );
|
|||
if ( ! function_exists( 'understrap_customize_controls_js' ) ) {
|
||||
/**
|
||||
* Setup JS integration for live previewing.
|
||||
*
|
||||
* @since 1.1.0
|
||||
*/
|
||||
function understrap_customize_controls_js() {
|
||||
$file = '/js/customizer-controls.js';
|
||||
$version = filemtime( get_template_directory() . $file );
|
||||
if ( false === $version ) {
|
||||
$version = time();
|
||||
}
|
||||
|
||||
wp_enqueue_script(
|
||||
'understrap_customizer',
|
||||
get_template_directory_uri() . '/js/customizer-controls.js',
|
||||
get_template_directory_uri() . $file,
|
||||
array( 'customize-preview' ),
|
||||
'20130508',
|
||||
(string) $version,
|
||||
true
|
||||
);
|
||||
}
|
||||
}
|
||||
add_action( 'customize_controls_enqueue_scripts', 'understrap_customize_controls_js' );
|
||||
|
||||
|
||||
|
||||
if ( ! function_exists( 'understrap_default_navbar_type' ) ) {
|
||||
/**
|
||||
* Overrides the responsive navbar type for Bootstrap 4
|
||||
* Overrides the responsive navbar type for Bootstrap 4.
|
||||
*
|
||||
* @param string $current_mod
|
||||
* @return string
|
||||
* @since 1.1.0
|
||||
*
|
||||
* @param string $current_mod Current navbar type.
|
||||
* @return string Maybe filtered navbar type.
|
||||
*/
|
||||
function understrap_default_navbar_type( $current_mod ) {
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,26 @@
|
|||
// Exit if accessed directly.
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
if ( ! function_exists( 'understrap_theme_slug_sanitize_select' ) ) {
|
||||
/**
|
||||
* Sanitize select.
|
||||
*
|
||||
* @deprecated 1.2.0 Use understrap_customize_sanitize_select()
|
||||
* @see understrap_customize_sanitize_select()
|
||||
*
|
||||
* @since 0.6.11
|
||||
*
|
||||
* @param string $input Slug to sanitize.
|
||||
* @param WP_Customize_Setting $setting Setting instance.
|
||||
* @return string|bool Sanitized slug if it is a valid choice; the setting default for
|
||||
* invalid choices and false in all other cases.
|
||||
*/
|
||||
function understrap_theme_slug_sanitize_select( $input, $setting ) {
|
||||
_deprecated_function( __FUNCTION__, '1.2.0', 'understrap_customize_sanitize_select' );
|
||||
return understrap_customize_sanitize_select( $input, $setting );
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_adjust_body_class' ) ) {
|
||||
/**
|
||||
* Setup body classes.
|
||||
|
|
@ -18,15 +38,8 @@ if ( ! function_exists( 'understrap_adjust_body_class' ) ) {
|
|||
* @link https://github.com/twbs/bootstrap/issues/20939
|
||||
*/
|
||||
function understrap_adjust_body_class( $classes ) {
|
||||
|
||||
foreach ( $classes as $key => $value ) {
|
||||
if ( 'tag' == $value ) {
|
||||
unset( $classes[ $key ] );
|
||||
}
|
||||
}
|
||||
|
||||
_deprecated_function( 'understrap_adjust_body_class', '0.9.4' );
|
||||
return $classes;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -39,6 +52,9 @@ if ( ! function_exists( 'understrap_slbd_count_widgets' ) ) {
|
|||
* @deprecated 0.8.9
|
||||
*/
|
||||
function understrap_slbd_count_widgets( $sidebar_id ) {
|
||||
|
||||
_deprecated_function( 'understrap_slbd_count_widgets', '0.8.9', 'understrap_widget_classes' );
|
||||
|
||||
// If loading from front page, consult $_wp_sidebars_widgets rather than options
|
||||
// to see if wp_convert_widget_settings() has made manipulations in memory.
|
||||
global $_wp_sidebars_widgets;
|
||||
|
|
@ -69,22 +85,3 @@ if ( ! function_exists( 'understrap_slbd_count_widgets' ) ) {
|
|||
endif;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* This function has never existed in any of the templates. It serves to extract
|
||||
* strings for translations which have been removed or changed and may still be
|
||||
* be present in child themes. The corresponding translations are not maintained.
|
||||
*/
|
||||
function deprecated_translations() {
|
||||
array(
|
||||
__( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'understrap' ),
|
||||
__( 'Previous', 'understrap' ),
|
||||
__( 'Next', 'understrap' ),
|
||||
__( 'About:', 'understrap' ),
|
||||
__( 'Profile', 'understrap' ),
|
||||
__( 'Posts by', 'understrap' ),
|
||||
__( 'Permanent Link:', 'understrap' ),
|
||||
__( 'in', 'understrap' ),
|
||||
__( 'Edit', 'understrap' ),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{"--bs-blue":"#0d6efd","--bs-indigo":"#6610f2","--bs-purple":"#5533ff","--bs-pink":"#d63384","--bs-red":"#dc3545","--bs-orange":"#fd7e14","--bs-yellow":"#ffc107","--bs-green":"#198754","--bs-teal":"#20c997","--bs-cyan":"#0dcaf0","--bs-white":"#fff","--bs-gray":"#6c757d","--bs-gray-dark":"#343a40"}
|
||||
{"--blue":"#007bff","--indigo":"#6610f2","--purple":"#5533ff","--pink":"#e83e8c","--red":"#dc3545","--orange":"#fd7e14","--yellow":"#ffc107","--green":"#28a745","--teal":"#20c997","--cyan":"#17a2b8","--white":"#fff","--gray":"#6c757d","--gray-dark":"#343a40"}
|
||||
|
|
@ -76,7 +76,9 @@ if ( ! function_exists( 'understrap_tiny_mce_before_init' ) ) {
|
|||
|
||||
if ( isset( $settings['style_formats'] ) ) {
|
||||
$orig_style_formats = json_decode( $settings['style_formats'], true );
|
||||
$style_formats = array_merge( $orig_style_formats, $style_formats );
|
||||
if ( is_array( $orig_style_formats ) ) {
|
||||
$style_formats = array_merge( $orig_style_formats, $style_formats );
|
||||
}
|
||||
}
|
||||
|
||||
$settings['style_formats'] = wp_json_encode( $style_formats );
|
||||
|
|
@ -93,6 +95,8 @@ if ( ! function_exists( 'understrap_tiny_mce_blockquote_button' ) ) {
|
|||
* We provide the blockquote via the style formats. Using the style formats
|
||||
* blockquote receives the proper Bootstrap classes.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @see understrap_tiny_mce_before_init()
|
||||
*
|
||||
* @param array $buttons TinyMCE buttons array.
|
||||
|
|
|
|||
|
|
@ -27,12 +27,17 @@ if ( ! function_exists( 'understrap_scripts' ) ) {
|
|||
$theme_scripts = "/js/theme-bootstrap4{$suffix}.js";
|
||||
}
|
||||
|
||||
$css_version = $theme_version . '.' . filemtime( get_template_directory() . $theme_styles );
|
||||
$css_version = $theme_version . '.' . filemtime( get_template_directory() . $theme_styles ); // @phpstan-ignore-line -- file exists
|
||||
wp_enqueue_style( 'understrap-styles', get_template_directory_uri() . $theme_styles, array(), $css_version );
|
||||
|
||||
// Fix that the offcanvas close icon is hidden behind the admin bar.
|
||||
if ( 'bootstrap4' !== $bootstrap_version && is_admin_bar_showing() ) {
|
||||
understrap_offcanvas_admin_bar_inline_styles();
|
||||
}
|
||||
|
||||
wp_enqueue_script( 'jquery' );
|
||||
|
||||
$js_version = $theme_version . '.' . filemtime( get_template_directory() . $theme_scripts );
|
||||
$js_version = $theme_version . '.' . filemtime( get_template_directory() . $theme_scripts ); // @phpstan-ignore-line -- file exists
|
||||
wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . $theme_scripts, array(), $js_version, true );
|
||||
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
|
||||
wp_enqueue_script( 'comment-reply' );
|
||||
|
|
@ -41,3 +46,30 @@ if ( ! function_exists( 'understrap_scripts' ) ) {
|
|||
} // End of if function_exists( 'understrap_scripts' ).
|
||||
|
||||
add_action( 'wp_enqueue_scripts', 'understrap_scripts' );
|
||||
|
||||
if ( ! function_exists( 'understrap_offcanvas_admin_bar_inline_styles' ) ) {
|
||||
/**
|
||||
* Add inline styles for the offcanvas component if the admin bar is visibile.
|
||||
*
|
||||
* Fixes that the offcanvas close icon is hidden behind the admin bar.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*/
|
||||
function understrap_offcanvas_admin_bar_inline_styles() {
|
||||
$navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' );
|
||||
if ( 'offcanvas' !== $navbar_type ) {
|
||||
return;
|
||||
}
|
||||
|
||||
$css = '
|
||||
body.admin-bar .offcanvas.show {
|
||||
margin-top: 32px;
|
||||
}
|
||||
@media screen and ( max-width: 782px ) {
|
||||
body.admin-bar .offcanvas.show {
|
||||
margin-top: 46px;
|
||||
}
|
||||
}';
|
||||
wp_add_inline_style( 'understrap-styles', $css );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
129
inc/extras.php
129
inc/extras.php
|
|
@ -32,7 +32,12 @@ if ( ! function_exists( 'understrap_body_classes' ) ) {
|
|||
|
||||
// Adds a body class based on the presence of a sidebar.
|
||||
$sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
|
||||
if ( is_page_template( 'page-templates/fullwidthpage.php' ) ) {
|
||||
if ( is_page_template(
|
||||
array(
|
||||
'page-templates/fullwidthpage.php',
|
||||
'page-templates/no-title.php',
|
||||
)
|
||||
) ) {
|
||||
$classes[] = 'understrap-no-sidebar';
|
||||
} elseif (
|
||||
is_page_template(
|
||||
|
|
@ -111,8 +116,8 @@ if ( ! function_exists( 'understrap_default_body_attributes' ) ) {
|
|||
/**
|
||||
* Adds schema markup to the body element.
|
||||
*
|
||||
* @param array $atts An associative array of attributes.
|
||||
* @return array
|
||||
* @param array<string,string> $atts An associative array of attributes.
|
||||
* @return array<string,string>
|
||||
*/
|
||||
function understrap_default_body_attributes( $atts ) {
|
||||
$atts['itemscope'] = '';
|
||||
|
|
@ -153,85 +158,35 @@ add_filter( 'get_the_archive_title', 'understrap_kses_title' );
|
|||
|
||||
if ( ! function_exists( 'understrap_kses_title' ) ) {
|
||||
/**
|
||||
* Sanitizes data for allowed HTML tags for post title.
|
||||
* Sanitizes data for allowed HTML tags for titles.
|
||||
*
|
||||
* @param string $data Post title to filter.
|
||||
* @return string Filtered post title with allowed HTML tags and attributes intact.
|
||||
* @param string $data Title to filter.
|
||||
* @return string Filtered title with allowed HTML tags and attributes intact.
|
||||
*/
|
||||
function understrap_kses_title( $data ) {
|
||||
// Tags not supported in HTML5 are not allowed.
|
||||
$allowed_tags = array(
|
||||
'abbr' => array(),
|
||||
'aria-describedby' => true,
|
||||
'aria-details' => true,
|
||||
'aria-label' => true,
|
||||
'aria-labelledby' => true,
|
||||
'aria-hidden' => true,
|
||||
'b' => array(),
|
||||
'bdo' => array(
|
||||
'dir' => true,
|
||||
),
|
||||
'blockquote' => array(
|
||||
'cite' => true,
|
||||
'lang' => true,
|
||||
'xml:lang' => true,
|
||||
),
|
||||
'cite' => array(
|
||||
'dir' => true,
|
||||
'lang' => true,
|
||||
),
|
||||
'dfn' => array(),
|
||||
'em' => array(),
|
||||
'i' => array(
|
||||
'aria-describedby' => true,
|
||||
'aria-details' => true,
|
||||
'aria-label' => true,
|
||||
'aria-labelledby' => true,
|
||||
'aria-hidden' => true,
|
||||
'class' => true,
|
||||
),
|
||||
'code' => array(),
|
||||
'del' => array(
|
||||
'datetime' => true,
|
||||
),
|
||||
'img' => array(
|
||||
'src' => true,
|
||||
'alt' => true,
|
||||
'width' => true,
|
||||
'height' => true,
|
||||
'class' => true,
|
||||
'style' => true,
|
||||
),
|
||||
'ins' => array(
|
||||
'datetime' => true,
|
||||
'cite' => true,
|
||||
),
|
||||
'kbd' => array(),
|
||||
'mark' => array(),
|
||||
'pre' => array(
|
||||
'width' => true,
|
||||
),
|
||||
'q' => array(
|
||||
'cite' => true,
|
||||
),
|
||||
's' => array(),
|
||||
'samp' => array(),
|
||||
'span' => array(
|
||||
'dir' => true,
|
||||
'align' => true,
|
||||
'lang' => true,
|
||||
'xml:lang' => true,
|
||||
),
|
||||
'small' => array(),
|
||||
'strong' => array(),
|
||||
'sub' => array(),
|
||||
'sup' => array(),
|
||||
'u' => array(),
|
||||
'var' => array(),
|
||||
);
|
||||
$allowed_tags = apply_filters( 'understrap_kses_title', $allowed_tags );
|
||||
|
||||
return wp_kses( $data, $allowed_tags );
|
||||
// Get allowed tags and protocols.
|
||||
$allowed_tags = wp_kses_allowed_html( 'post' );
|
||||
$allowed_protocols = wp_allowed_protocols();
|
||||
if (
|
||||
in_array( 'polylang/polylang.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ), true )
|
||||
|| in_array( 'polylang-pro/polylang.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ), true )
|
||||
) {
|
||||
if ( ! in_array( 'data', $allowed_protocols, true ) ) {
|
||||
$allowed_protocols[] = 'data';
|
||||
}
|
||||
}
|
||||
|
||||
if ( has_filter( 'understrap_kses_title' ) ) {
|
||||
/**
|
||||
* Filters the allowed HTML tags and attributes in titles.
|
||||
*
|
||||
* @param array<string,array<string,bool>> $allowed_tags Allowed HTML tags and attributes in titles.
|
||||
*/
|
||||
$allowed_tags = apply_filters_deprecated( 'understrap_kses_title', array( $allowed_tags ), '1.2.0' );
|
||||
}
|
||||
|
||||
return wp_kses( $data, $allowed_tags, $allowed_protocols );
|
||||
}
|
||||
} // End of if function_exists( 'understrap_kses_title' ).
|
||||
|
||||
|
|
@ -239,6 +194,8 @@ if ( ! function_exists( 'understrap_hide_posted_by' ) ) {
|
|||
/**
|
||||
* Hides the posted by markup in `understrap_posted_on()`.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @param string $byline Posted by HTML markup.
|
||||
* @return string Maybe filtered posted by HTML markup.
|
||||
*/
|
||||
|
|
@ -281,12 +238,16 @@ if ( ! function_exists( 'understrap_all_excerpts_get_more_link' ) ) {
|
|||
* @return string
|
||||
*/
|
||||
function understrap_all_excerpts_get_more_link( $post_excerpt ) {
|
||||
if ( ! is_admin() ) {
|
||||
$post_excerpt = $post_excerpt . ' [...]<p><a class="btn btn-secondary understrap-read-more-link" href="' . esc_url( get_permalink( get_the_ID() ) ) . '">' . __(
|
||||
'Read More...',
|
||||
'understrap'
|
||||
) . '<span class="screen-reader-text"> from ' . get_the_title( get_the_ID() ) . '</span></a></p>';
|
||||
if ( is_admin() || ! get_the_ID() ) {
|
||||
return $post_excerpt;
|
||||
}
|
||||
return $post_excerpt;
|
||||
|
||||
$permalink = esc_url( get_permalink( (int) get_the_ID() ) ); // @phpstan-ignore-line -- post exists
|
||||
|
||||
return $post_excerpt . ' [...]<p><a class="btn btn-secondary understrap-read-more-link" href="' . $permalink . '">' . __(
|
||||
'Read More...',
|
||||
'understrap'
|
||||
) . '<span class="screen-reader-text"> from ' . get_the_title( get_the_ID() ) . '</span></a></p>';
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,16 +33,16 @@ if ( ! function_exists( 'understrap_add_site_info' ) ) {
|
|||
esc_html__( 'Proudly powered by %s', 'understrap' ),
|
||||
'WordPress'
|
||||
),
|
||||
sprintf( // WPCS: XSS ok.
|
||||
sprintf(
|
||||
/* translators: 1: Theme name, 2: Theme author */
|
||||
esc_html__( 'Theme: %1$s by %2$s.', 'understrap' ),
|
||||
$the_theme->get( 'Name' ),
|
||||
$the_theme->get( 'Name' ), // @phpstan-ignore-line -- theme exists
|
||||
'<a href="' . esc_url( __( 'https://understrap.com', 'understrap' ) ) . '">understrap.com</a>'
|
||||
),
|
||||
sprintf( // WPCS: XSS ok.
|
||||
sprintf(
|
||||
/* translators: Theme version */
|
||||
esc_html__( 'Version: %1$s', 'understrap' ),
|
||||
$the_theme->get( 'Version' )
|
||||
esc_html__( 'Version: %s', 'understrap' ),
|
||||
$the_theme->get( 'Version' ) // @phpstan-ignore-line -- theme exists
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -47,11 +47,15 @@ if ( ! function_exists( 'understrap_components_infinite_scroll_render' ) ) {
|
|||
function understrap_components_infinite_scroll_render() {
|
||||
while ( have_posts() ) {
|
||||
the_post();
|
||||
if ( is_search() ) :
|
||||
if ( is_search() ) {
|
||||
get_template_part( 'loop-templates/content', 'search' );
|
||||
else :
|
||||
get_template_part( 'loop-templates/content', get_post_format() );
|
||||
endif;
|
||||
} else {
|
||||
$post_format = get_post_format();
|
||||
if ( false === $post_format ) {
|
||||
$post_format = '';
|
||||
}
|
||||
get_template_part( 'loop-templates/content', $post_format );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ if ( ! function_exists( 'understrap_pagination' ) ) {
|
|||
/**
|
||||
* Displays the navigation to next/previous set of posts.
|
||||
*
|
||||
* @param string|array $args {
|
||||
* @param array $args {
|
||||
* (Optional) Array of arguments for generating paginated links for archives.
|
||||
*
|
||||
* @type string $base Base of the paginated url. Default empty.
|
||||
|
|
@ -37,11 +37,11 @@ if ( ! function_exists( 'understrap_pagination' ) ) {
|
|||
* @type string $after_page_number A string to append after the page number. Default empty.
|
||||
* @type string $screen_reader_text Screen reader text for the nav element. Default 'Posts navigation'.
|
||||
* }
|
||||
* @param string $class (Optional) Classes to be added to the <ul> element. Default 'pagination'.
|
||||
* @param string $class (Optional) Classes to be added to the <ul> element. Default 'pagination'.
|
||||
*/
|
||||
function understrap_pagination( $args = array(), $class = 'pagination' ) {
|
||||
|
||||
if ( ! isset( $args['total'] ) && $GLOBALS['wp_query']->max_num_pages <= 1 ) {
|
||||
if ( ! $GLOBALS['wp_query'] instanceof WP_Query || ( ! isset( $args['total'] ) && $GLOBALS['wp_query']->max_num_pages <= 1 ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -50,21 +50,28 @@ if ( ! function_exists( 'understrap_pagination' ) ) {
|
|||
array(
|
||||
'mid_size' => 2,
|
||||
'prev_next' => true,
|
||||
'prev_text' => __( '«', 'understrap' ),
|
||||
'next_text' => __( '»', 'understrap' ),
|
||||
'type' => 'array',
|
||||
'prev_text' => _x( '«', 'previous set of posts', 'understrap' ),
|
||||
'next_text' => _x( '»', 'next set of posts', 'understrap' ),
|
||||
'current' => max( 1, get_query_var( 'paged' ) ),
|
||||
'screen_reader_text' => __( 'Posts navigation', 'understrap' ),
|
||||
)
|
||||
);
|
||||
|
||||
// Make sure we always get an array.
|
||||
$args['type'] = 'array';
|
||||
|
||||
/**
|
||||
* Array of paginated links.
|
||||
*
|
||||
* @var array<int,string>
|
||||
*/
|
||||
$links = paginate_links( $args );
|
||||
if ( ! $links ) {
|
||||
if ( empty( $links ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
<!-- The pagination component -->
|
||||
<nav aria-labelledby="posts-nav-label">
|
||||
|
||||
<h2 id="posts-nav-label" class="screen-reader-text">
|
||||
|
|
@ -74,10 +81,14 @@ if ( ! function_exists( 'understrap_pagination' ) ) {
|
|||
<ul class="<?php echo esc_attr( $class ); ?>">
|
||||
|
||||
<?php
|
||||
foreach ( $links as $key => $link ) {
|
||||
foreach ( $links as $link ) {
|
||||
?>
|
||||
<li class="page-item <?php echo strpos( $link, 'current' ) ? 'active' : ''; ?>">
|
||||
<?php echo str_replace( 'page-numbers', 'page-link', $link ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
|
||||
<?php
|
||||
$search = array( 'page-numbers', 'dots' );
|
||||
$replace = array( 'page-link', 'disabled dots' );
|
||||
echo str_replace( $search, $replace, $link ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||
?>
|
||||
</li>
|
||||
<?php
|
||||
}
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ if ( ! function_exists( 'understrap_setup' ) ) {
|
|||
/*
|
||||
* Adding Thumbnail basic support
|
||||
*/
|
||||
add_theme_support( 'post-thumbnails' );
|
||||
add_theme_support( 'post-thumbnails', array() );
|
||||
|
||||
/*
|
||||
* Adding support for Widget edit icons in customizer
|
||||
|
|
@ -79,7 +79,7 @@ if ( ! function_exists( 'understrap_setup' ) ) {
|
|||
|
||||
/*
|
||||
* Enable support for Post Formats.
|
||||
* See http://codex.wordpress.org/Post_Formats
|
||||
* See https://wordpress.org/support/article/post-formats/
|
||||
*/
|
||||
add_theme_support(
|
||||
'post-formats',
|
||||
|
|
|
|||
|
|
@ -15,35 +15,50 @@ if ( ! function_exists( 'understrap_posted_on' ) ) {
|
|||
* Prints HTML with meta information for the current post-date/time and author.
|
||||
*/
|
||||
function understrap_posted_on() {
|
||||
$post = get_post();
|
||||
if ( ! $post ) {
|
||||
return;
|
||||
}
|
||||
|
||||
$time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>';
|
||||
|
||||
if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {
|
||||
$time_string = '<time class="entry-date published" datetime="%1$s">%2$s</time><time class="updated" datetime="%3$s"> (%4$s) </time>';
|
||||
}
|
||||
|
||||
$time_string = sprintf(
|
||||
$time_string,
|
||||
esc_attr( get_the_date( 'c' ) ),
|
||||
esc_html( get_the_date() ),
|
||||
esc_attr( get_the_modified_date( 'c' ) ),
|
||||
esc_html( get_the_modified_date() )
|
||||
esc_attr( get_the_date( 'c' ) ), // @phpstan-ignore-line -- post exists
|
||||
esc_html( get_the_date() ), // @phpstan-ignore-line -- post exists
|
||||
esc_attr( get_the_modified_date( 'c' ) ), // @phpstan-ignore-line -- post exists
|
||||
esc_html( get_the_modified_date() ) // @phpstan-ignore-line -- post exists
|
||||
);
|
||||
$posted_on = apply_filters(
|
||||
|
||||
$posted_on = apply_filters(
|
||||
'understrap_posted_on',
|
||||
sprintf(
|
||||
'<span class="posted-on">%1$s <a href="%2$s" rel="bookmark">%3$s</a></span>',
|
||||
esc_html_x( 'Posted on', 'post date', 'understrap' ),
|
||||
esc_url( get_permalink() ),
|
||||
esc_url( get_permalink() ), // @phpstan-ignore-line -- post exists
|
||||
apply_filters( 'understrap_posted_on_time', $time_string )
|
||||
)
|
||||
);
|
||||
$byline = apply_filters(
|
||||
'understrap_posted_by',
|
||||
sprintf(
|
||||
'<span class="byline"> %1$s<span class="author vcard"> <a class="url fn n" href="%2$s">%3$s</a></span></span>',
|
||||
$posted_on ? esc_html_x( 'by', 'post author', 'understrap' ) : esc_html_x( 'Posted by', 'post author', 'understrap' ),
|
||||
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
|
||||
esc_html( get_the_author() )
|
||||
)
|
||||
);
|
||||
|
||||
$author_id = (int) get_the_author_meta( 'ID' );
|
||||
if ( 0 === $author_id ) {
|
||||
$byline = '';
|
||||
} else {
|
||||
$byline = apply_filters(
|
||||
'understrap_posted_by',
|
||||
sprintf(
|
||||
'<span class="byline"> %1$s<span class="author vcard"> <a class="url fn n" href="%2$s">%3$s</a></span></span>',
|
||||
$posted_on ? esc_html_x( 'by', 'post author', 'understrap' ) : esc_html_x( 'Posted by', 'post author', 'understrap' ),
|
||||
esc_url( get_author_posts_url( $author_id ) ),
|
||||
esc_html( get_the_author_meta( 'display_name', $author_id ) )
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
echo $posted_on . $byline; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||
}
|
||||
}
|
||||
|
|
@ -55,28 +70,80 @@ if ( ! function_exists( 'understrap_entry_footer' ) ) {
|
|||
function understrap_entry_footer() {
|
||||
// Hide category and tag text for pages.
|
||||
if ( 'post' === get_post_type() ) {
|
||||
/* translators: used between list items, there is a space after the comma */
|
||||
$categories_list = get_the_category_list( esc_html__( ', ', 'understrap' ) );
|
||||
if ( $categories_list && understrap_categorized_blog() ) {
|
||||
/* translators: %s: Categories of current post */
|
||||
printf( '<span class="cat-links">' . esc_html__( 'Posted in %s', 'understrap' ) . '</span>', $categories_list ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||
}
|
||||
/* translators: used between list items, there is a space after the comma */
|
||||
$tags_list = get_the_tag_list( '', esc_html__( ', ', 'understrap' ) );
|
||||
if ( $tags_list ) {
|
||||
/* translators: %s: Tags of current post */
|
||||
printf( '<span class="tags-links">' . esc_html__( 'Tagged %s', 'understrap' ) . '</span>', $tags_list ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||
}
|
||||
}
|
||||
if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) {
|
||||
echo '<span class="comments-link">';
|
||||
comments_popup_link( esc_html__( 'Leave a comment', 'understrap' ), esc_html__( '1 Comment', 'understrap' ), esc_html__( '% Comments', 'understrap' ) );
|
||||
echo '</span>';
|
||||
understrap_categories_tags_list();
|
||||
}
|
||||
understrap_comments_popup_link();
|
||||
understrap_edit_post_link();
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_categories_tags_list' ) ) {
|
||||
/**
|
||||
* Displays a list of categories and a list of tags.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*/
|
||||
function understrap_categories_tags_list() {
|
||||
understrap_categories_list();
|
||||
understrap_tags_list();
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_categories_list' ) ) {
|
||||
/**
|
||||
* Displays a list of categories.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*/
|
||||
function understrap_categories_list() {
|
||||
$categories_list = get_the_category_list( understrap_get_list_item_separator() );
|
||||
if ( $categories_list && understrap_categorized_blog() ) {
|
||||
/* translators: %s: Categories of current post */
|
||||
printf( '<span class="cat-links">' . esc_html__( 'Posted in %s', 'understrap' ) . '</span>', $categories_list ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_tags_list' ) ) {
|
||||
/**
|
||||
* Displays a list of tags.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*/
|
||||
function understrap_tags_list() {
|
||||
$tags_list = get_the_tag_list( '', understrap_get_list_item_separator() );
|
||||
if ( $tags_list && ! is_wp_error( $tags_list ) ) {
|
||||
/* translators: %s: Tags of current post */
|
||||
printf( '<span class="tags-links">' . esc_html__( 'Tagged %s', 'understrap' ) . '</span>', $tags_list ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_comments_popup_link' ) ) {
|
||||
/**
|
||||
* Displays the link to the comments for the current post.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*/
|
||||
function understrap_comments_popup_link() {
|
||||
if ( is_single() || post_password_required() || ( ! comments_open() && 0 === absint( get_comments_number() ) ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
$post_title = get_the_title();
|
||||
$leave_comment = sprintf(
|
||||
/* translators: %s post title */
|
||||
__( 'Leave a comment<span class="screen-reader-text"> on %s</span>', 'understrap' ),
|
||||
$post_title
|
||||
);
|
||||
$leave_comment = wp_kses( $leave_comment, array( 'span' => array( 'class' => true ) ) );
|
||||
|
||||
echo '<span class="comments-link">';
|
||||
comments_popup_link( $leave_comment );
|
||||
echo '</span>';
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_categorized_blog' ) ) {
|
||||
/**
|
||||
* Returns true if a blog has more than 1 category.
|
||||
|
|
@ -108,8 +175,10 @@ if ( ! function_exists( 'understrap_categorized_blog' ) ) {
|
|||
}
|
||||
}
|
||||
|
||||
add_action( 'edit_category', 'understrap_category_transient_flusher' );
|
||||
add_action( 'delete_category', 'understrap_category_transient_flusher' );
|
||||
add_action( 'save_post', 'understrap_category_transient_flusher' );
|
||||
add_action( 'trashed_post', 'understrap_category_transient_flusher' );
|
||||
add_action( 'deleted_post', 'understrap_category_transient_flusher' );
|
||||
|
||||
if ( ! function_exists( 'understrap_category_transient_flusher' ) ) {
|
||||
/**
|
||||
|
|
@ -138,14 +207,19 @@ if ( ! function_exists( 'understrap_body_attributes' ) ) {
|
|||
if ( ! is_array( $atts ) || empty( $atts ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
$attributes = '';
|
||||
foreach ( $atts as $name => $value ) {
|
||||
if ( $value ) {
|
||||
if ( ! is_string( $value ) ) {
|
||||
continue;
|
||||
}
|
||||
$attributes .= sanitize_key( $name ) . '="' . esc_attr( $value ) . '" ';
|
||||
} else {
|
||||
$attributes .= sanitize_key( $name ) . ' ';
|
||||
}
|
||||
}
|
||||
|
||||
echo trim( $attributes ); // phpcs:ignore WordPress.Security.EscapeOutput
|
||||
}
|
||||
}
|
||||
|
|
@ -154,6 +228,8 @@ if ( ! function_exists( 'understrap_comment_navigation' ) ) {
|
|||
/**
|
||||
* Displays the comment navigation.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @param string $nav_id The ID of the comment navigation.
|
||||
*/
|
||||
function understrap_comment_navigation( $nav_id ) {
|
||||
|
|
@ -164,7 +240,7 @@ if ( ! function_exists( 'understrap_comment_navigation' ) ) {
|
|||
?>
|
||||
<nav class="comment-navigation" id="<?php echo esc_attr( $nav_id ); ?>">
|
||||
|
||||
<h1 class="screen-reader-text"><?php esc_html_e( 'Comment navigation', 'understrap' ); ?></h1>
|
||||
<h1 class="screen-reader-text"><?php esc_html_e( 'Comments navigation', 'understrap' ); ?></h1>
|
||||
|
||||
<?php if ( get_previous_comments_link() ) { ?>
|
||||
<div class="nav-previous">
|
||||
|
|
@ -186,6 +262,8 @@ if ( ! function_exists( 'understrap_comment_navigation' ) ) {
|
|||
if ( ! function_exists( 'understrap_edit_post_link' ) ) {
|
||||
/**
|
||||
* Displays the edit post link for post.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
function understrap_edit_post_link() {
|
||||
edit_post_link(
|
||||
|
|
@ -203,10 +281,17 @@ if ( ! function_exists( 'understrap_edit_post_link' ) ) {
|
|||
if ( ! function_exists( 'understrap_post_nav' ) ) {
|
||||
/**
|
||||
* Display navigation to next/previous post when applicable.
|
||||
*
|
||||
* @global WP_Post|null $post The current post.
|
||||
*/
|
||||
function understrap_post_nav() {
|
||||
global $post;
|
||||
if ( ! $post ) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Don't print empty markup if there's nowhere to navigate.
|
||||
$previous = ( is_attachment() ) ? get_post( get_post()->post_parent ) : get_adjacent_post( false, '', true );
|
||||
$previous = ( is_attachment() ) ? get_post( $post->post_parent ) : get_adjacent_post( false, '', true );
|
||||
$next = get_adjacent_post( false, '', false );
|
||||
if ( ! $next && ! $previous ) {
|
||||
return;
|
||||
|
|
@ -224,7 +309,7 @@ if ( ! function_exists( 'understrap_post_nav' ) ) {
|
|||
}
|
||||
?>
|
||||
</div><!-- .nav-links -->
|
||||
</nav><!-- .navigation -->
|
||||
</nav><!-- .post-navigation -->
|
||||
<?php
|
||||
}
|
||||
}
|
||||
|
|
@ -235,6 +320,8 @@ if ( ! function_exists( 'understrap_link_pages' ) ) {
|
|||
* `<!--nextpage-->` Quicktag one or more times). This tag must be
|
||||
* within The Loop. Default: echo.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*
|
||||
* @return void|string Formatted output in HTML.
|
||||
*/
|
||||
function understrap_link_pages() {
|
||||
|
|
@ -248,3 +335,39 @@ if ( ! function_exists( 'understrap_link_pages' ) ) {
|
|||
wp_link_pages( $args );
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_get_select_control_class' ) ) {
|
||||
/**
|
||||
* Retrieves the Bootstrap CSS class for the select tag.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*
|
||||
* @return string Bootstrap CSS class for the select tag.
|
||||
*/
|
||||
function understrap_get_select_control_class() {
|
||||
if ( 'bootstrap4' === get_theme_mod( 'understrap_bootstrap_version', 'bootstrap4' ) ) {
|
||||
return 'form-control';
|
||||
}
|
||||
return 'form-select';
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_get_list_item_separator' ) ) {
|
||||
/**
|
||||
* Retrieves the localized list item separator.
|
||||
*
|
||||
* `wp_get_list_item_separator()` has been introduced in WP 6.0.0. For WP
|
||||
* versions lower than 6.0.0 we have to use a custom translation.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*
|
||||
* @return string Localized list item separator.
|
||||
*/
|
||||
function understrap_get_list_item_separator() {
|
||||
if ( function_exists( 'wp_get_list_item_separator' ) ) {
|
||||
return esc_html( wp_get_list_item_separator() );
|
||||
}
|
||||
/* translators: used between list items, there is a space after the comma */
|
||||
return esc_html__( ', ', 'understrap' );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
177
inc/widgets.php
177
inc/widgets.php
|
|
@ -8,6 +8,181 @@
|
|||
// Exit if accessed directly.
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
if ( ! function_exists( 'understrap_add_widget_categories_class' ) ) {
|
||||
/**
|
||||
* Adds Bootstrap class to select tag in the Categories widget.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*
|
||||
* @param array $cat_args An array of Categories widget drop-down arguments.
|
||||
* @return array The filtered array of Categories widget drop-down arguments.
|
||||
*/
|
||||
function understrap_add_widget_categories_class( $cat_args ) {
|
||||
|
||||
if ( isset( $cat_args['class'] ) ) {
|
||||
$cat_args['class'] .= ' ' . understrap_get_select_control_class();
|
||||
} else {
|
||||
$cat_args['class'] = understrap_get_select_control_class();
|
||||
}
|
||||
|
||||
return $cat_args;
|
||||
}
|
||||
}
|
||||
add_filter( 'widget_categories_dropdown_args', 'understrap_add_widget_categories_class' );
|
||||
|
||||
if ( ! function_exists( 'understrap_add_block_widget_categories_class' ) ) {
|
||||
/**
|
||||
* Adds Bootstrap class to select tag in the Categories block widget.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*
|
||||
* @param string $output The taxonomy drop-down HTML output.
|
||||
* @param array $parsed_args Arguments used to build the drop-down.
|
||||
* @return string The filtered taxonomy drop-down HTML output.
|
||||
*/
|
||||
function understrap_add_block_widget_categories_class( $output, $parsed_args ) {
|
||||
$class = understrap_get_select_control_class();
|
||||
|
||||
if ( isset( $parsed_args['class'] ) && ! empty( $parsed_args['class'] ) ) {
|
||||
$search = array(
|
||||
"class=\"{$parsed_args['class']}\"",
|
||||
"class='{$parsed_args['class']}'",
|
||||
);
|
||||
$replace = array(
|
||||
"class=\"{$parsed_args['class']} {$class}\"",
|
||||
"class=\"{$parsed_args['class']} {$class}\"",
|
||||
);
|
||||
} else {
|
||||
$search = '<select';
|
||||
$replace = "<select class=\"{$class}\"";
|
||||
}
|
||||
|
||||
return str_replace( $search, $replace, $output );
|
||||
}
|
||||
}
|
||||
add_filter( 'wp_dropdown_cats', 'understrap_add_block_widget_categories_class', 10, 2 );
|
||||
|
||||
if ( ! function_exists( 'understrap_add_block_widget_archives_classes' ) ) {
|
||||
/**
|
||||
* Adds Bootstrap class to select tag in the Archives widget.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*
|
||||
* @param string $block_content The block content.
|
||||
* @param array $block The full block, including name and attributes.
|
||||
* @return string The filtered block content.
|
||||
*/
|
||||
function understrap_add_block_widget_archives_classes( $block_content, $block ) {
|
||||
|
||||
if ( isset( $block['attrs']['displayAsDropdown'] ) && true === $block['attrs']['displayAsDropdown'] ) {
|
||||
return str_replace(
|
||||
'<select',
|
||||
'<select class="' . understrap_get_select_control_class() . '"',
|
||||
$block_content
|
||||
);
|
||||
}
|
||||
return $block_content;
|
||||
}
|
||||
}
|
||||
add_filter( 'render_block_core/archives', 'understrap_add_block_widget_archives_classes', 10, 2 );
|
||||
|
||||
if ( ! function_exists( 'understrap_add_block_widget_search_classes' ) ) {
|
||||
/**
|
||||
* Adds Bootstrap classes to search block widget.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*
|
||||
* @param string $block_content The block content.
|
||||
* @param array $block The full block, including name and attributes.
|
||||
* @return string The filtered block content.
|
||||
*/
|
||||
function understrap_add_block_widget_search_classes( $block_content, $block ) {
|
||||
|
||||
$search = array(
|
||||
'wp-block-search__input ',
|
||||
'wp-block-search__input"',
|
||||
'wp-block-search__button ',
|
||||
);
|
||||
$replace = array(
|
||||
'wp-block-search__input form-control ',
|
||||
'wp-block-search__input form-control"',
|
||||
'wp-block-search__button btn btn-primary ',
|
||||
);
|
||||
|
||||
if ( isset( $block['attrs']['buttonPosition'] ) && 'button-inside' === $block['attrs']['buttonPosition'] ) {
|
||||
$search[] = 'wp-block-search__inside-wrapper';
|
||||
$replace[] = 'wp-block-search__inside-wrapper input-group';
|
||||
|
||||
if ( 'bootstrap4' === get_theme_mod( 'understrap_bootstrap_version', 'bootstrap4' ) ) {
|
||||
$search[] = '<button';
|
||||
$search[] = '</button>';
|
||||
$replace[] = '<div class="input-group-append"><button';
|
||||
$replace[] = '</button></div>';
|
||||
}
|
||||
}
|
||||
|
||||
return str_replace( $search, $replace, $block_content );
|
||||
}
|
||||
}
|
||||
add_filter( 'render_block_core/search', 'understrap_add_block_widget_search_classes', 10, 2 );
|
||||
|
||||
/**
|
||||
* Add active class to first item of carousel hero widget area.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*
|
||||
* @param array $params {
|
||||
* Parameters passed to a widget’s display callback.
|
||||
*
|
||||
* @type array $args {
|
||||
* An array of widget display arguments.
|
||||
*
|
||||
* @type string $name Name of the sidebar the widget is assigned to.
|
||||
* @type string $id ID of the sidebar the widget is assigned to.
|
||||
* @type string $description The sidebar description.
|
||||
* @type string $class CSS class applied to the sidebar container.
|
||||
* @type string $before_widget HTML markup to prepend to each widget in the sidebar.
|
||||
* @type string $after_widget HTML markup to append to each widget in the sidebar.
|
||||
* @type string $before_title HTML markup to prepend to the widget title when displayed.
|
||||
* @type string $after_title HTML markup to append to the widget title when displayed.
|
||||
* @type string $widget_id ID of the widget.
|
||||
* @type string $widget_name Name of the widget.
|
||||
* }
|
||||
* @type array $widget_args {
|
||||
* An array of multi-widget arguments.
|
||||
*
|
||||
* @type int $number Number increment used for multiples of the same widget.
|
||||
* }
|
||||
* }
|
||||
* @return array Maybe filtered parameters.
|
||||
*/
|
||||
function understrap_hero_active_carousel_item( $params ) {
|
||||
if (
|
||||
! isset( $params[0] )
|
||||
|| ! isset( $params[0]['id'] )
|
||||
|| 'hero' !== $params[0]['id']
|
||||
) {
|
||||
return $params;
|
||||
}
|
||||
|
||||
static $item_number = 1;
|
||||
if (
|
||||
1 === $item_number
|
||||
&& isset( $params[0]['before_widget'] )
|
||||
&& is_string( $params[0]['before_widget'] )
|
||||
) {
|
||||
$params[0]['before_widget'] = str_replace(
|
||||
'carousel-item',
|
||||
'carousel-item active',
|
||||
$params[0]['before_widget']
|
||||
);
|
||||
}
|
||||
$item_number++;
|
||||
|
||||
return $params;
|
||||
}
|
||||
add_filter( 'dynamic_sidebar_params', 'understrap_hero_active_carousel_item' );
|
||||
|
||||
/**
|
||||
* Add filter to the parameters passed to a widget's display callback.
|
||||
* The filter is evaluated on both the front and the back end!
|
||||
|
|
@ -47,7 +222,7 @@ if ( ! function_exists( 'understrap_widget_classes' ) ) {
|
|||
* @type int $number Number increment used for multiples of the same widget.
|
||||
* }
|
||||
* }
|
||||
* @return array $params
|
||||
* @return array Maybe filtered parameters.
|
||||
*/
|
||||
function understrap_widget_classes( $params ) {
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,15 @@ if ( ! function_exists( 'understrap_woocommerce_support' ) ) {
|
|||
|
||||
// Add Bootstrap classes to form fields.
|
||||
add_filter( 'woocommerce_form_field_args', 'understrap_wc_form_field_args', 10, 3 );
|
||||
add_filter( 'woocommerce_form_field_radio', 'understrap_wc_form_field_radio', 10, 4 );
|
||||
add_filter( 'woocommerce_quantity_input_classes', 'understrap_quantity_input_classes' );
|
||||
add_filter( 'woocommerce_loop_add_to_cart_args', 'understrap_loop_add_to_cart_args' );
|
||||
|
||||
// Wrap the add-to-cart link in `div.add-to-cart-container`.
|
||||
add_filter( 'woocommerce_loop_add_to_cart_link', 'understrap_loop_add_to_cart_link' );
|
||||
|
||||
// Add Bootstrap classes to account navigation.
|
||||
add_filter( 'woocommerce_account_menu_item_classes', 'understrap_account_menu_item_classes' );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -41,6 +49,10 @@ if ( ! function_exists( 'understrap_woocommerce_wrapper_start' ) ) {
|
|||
*/
|
||||
function understrap_woocommerce_wrapper_start() {
|
||||
$container = get_theme_mod( 'understrap_container_type' );
|
||||
if ( false === $container ) {
|
||||
$container = '';
|
||||
}
|
||||
|
||||
echo '<div class="wrapper" id="woocommerce-wrapper">';
|
||||
echo '<div class="' . esc_attr( $container ) . '" id="content" tabindex="-1">';
|
||||
echo '<div class="row">';
|
||||
|
|
@ -54,82 +66,104 @@ if ( ! function_exists( 'understrap_woocommerce_wrapper_end' ) ) {
|
|||
* Display the theme specific end of the page wrapper.
|
||||
*/
|
||||
function understrap_woocommerce_wrapper_end() {
|
||||
echo '</main><!-- #main -->';
|
||||
echo '</main>';
|
||||
get_template_part( 'global-templates/right-sidebar-check' );
|
||||
echo '</div><!-- .row -->';
|
||||
echo '</div><!-- Container end -->';
|
||||
echo '</div><!-- Wrapper end -->';
|
||||
echo '</div><!-- .container(-fluid) -->';
|
||||
echo '</div><!-- #woocommerce-wrapper -->';
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_wc_form_field_args' ) ) {
|
||||
/**
|
||||
* Filter hook function monkey patching form classes
|
||||
* Author: Adriano Monecchi http://stackoverflow.com/a/36724593/307826
|
||||
* Modifies the form field's arguments by input type. The arguments are used
|
||||
* in `woocommerce_form_field()` to build the form fields.
|
||||
*
|
||||
* @param string $args Form attributes.
|
||||
* @param string $key Not in use.
|
||||
* @param null $value Not in use.
|
||||
* @see https://woocommerce.github.io/code-reference/namespaces/default.html#function_woocommerce_form_field
|
||||
*
|
||||
* @return mixed
|
||||
* @param array<string,mixed> $args Form field arguments.
|
||||
* @param string $key Value of the fields name attribute.
|
||||
* @param string|null $value Value of <select> option.
|
||||
*
|
||||
* @return array<string,mixed> Form field arguments.
|
||||
*/
|
||||
function understrap_wc_form_field_args( $args, $key, $value = null ) {
|
||||
function understrap_wc_form_field_args( $args, $key, $value ) {
|
||||
$bootstrap4 = 'bootstrap4' === get_theme_mod( 'understrap_bootstrap_version', 'bootstrap4' );
|
||||
|
||||
// Add margin to each form field's html element wrapper (<p></p>).
|
||||
if ( $bootstrap4 ) {
|
||||
$args['class'][] = 'form-group';
|
||||
}
|
||||
$args['class'][] = 'mb-3';
|
||||
|
||||
// Start field type switch case.
|
||||
switch ( $args['type'] ) {
|
||||
// Targets all select input type elements, except the country and state select input types.
|
||||
case 'select':
|
||||
/*
|
||||
* Add a class to the field's html element wrapper - woocommerce
|
||||
* input types (fields) are often wrapped within a <p></p> tag.
|
||||
*/
|
||||
$args['class'][] = 'form-group mb-3';
|
||||
// Add a class to the form input itself.
|
||||
$args['input_class'][] = 'form-control';
|
||||
// Add custom data attributes to the form input itself.
|
||||
$args['custom_attributes'] = array(
|
||||
'data-plugin' => 'select2',
|
||||
'data-allow-clear' => 'true',
|
||||
'aria-hidden' => 'true',
|
||||
);
|
||||
break;
|
||||
|
||||
/*
|
||||
* By default WooCommerce will populate a select with the country names - $args
|
||||
* defined for this specific input type targets only the country select element.
|
||||
*/
|
||||
case 'country':
|
||||
$args['class'][] = 'form-group mb-3 single-country';
|
||||
break;
|
||||
/*
|
||||
* WooCommerce will populate a <select> element of type 'country'
|
||||
* with the country names. $args defined for this specific input
|
||||
* type targets only the country <select> element.
|
||||
*/
|
||||
|
||||
/*
|
||||
* By default WooCommerce will populate a select with state names - $args defined
|
||||
* for this specific input type targets only the country select element.
|
||||
*/
|
||||
case 'state':
|
||||
$args['class'][] = 'form-group mb-3';
|
||||
$args['custom_attributes'] = array(
|
||||
'data-plugin' => 'select2',
|
||||
'data-allow-clear' => 'true',
|
||||
'aria-hidden' => 'true',
|
||||
);
|
||||
$args['class'][] = 'single-country';
|
||||
break;
|
||||
case 'textarea':
|
||||
$args['input_class'][] = 'form-control';
|
||||
case 'state':
|
||||
/*
|
||||
* WooCommerce will populate a <select> element of type 'state'
|
||||
* with the state names. $args defined for this specific input
|
||||
* type targets only the state <select> element.
|
||||
*/
|
||||
|
||||
// Add custom data attributes to the form input itself.
|
||||
$args['custom_attributes']['data-plugin'] = 'select2';
|
||||
$args['custom_attributes']['data-allow-clear'] = 'true';
|
||||
$args['custom_attributes']['aria-hidden'] = 'true';
|
||||
break;
|
||||
case 'checkbox':
|
||||
$args['class'][] = 'form-group mb-3';
|
||||
/*
|
||||
* WooCommerce checkbox markup differs from Bootstrap checkbox
|
||||
* markup. We apply Bootstrap classes such that the WooCommerce
|
||||
* checkbox look matches the Bootstrap checkbox look.
|
||||
*/
|
||||
|
||||
// Get Bootstrap version specific CSS class base.
|
||||
$base = $bootstrap4 ? 'custom-control' : 'form-check';
|
||||
|
||||
if ( isset( $args['label'] ) ) {
|
||||
// Wrap the label in <span> tag.
|
||||
$args['label'] = isset( $args['label'] ) ? '<span class="custom-control-label">' . $args['label'] . '<span>' : '';
|
||||
// Add a class to the form input's <label> tag.
|
||||
$args['label_class'][] = 'custom-control custom-checkbox';
|
||||
$args['input_class'][] = 'custom-control-input';
|
||||
$args['label'] = "<span class=\"{$base}-label\">{$args['label']}</span>";
|
||||
}
|
||||
|
||||
// Add a class to the form input's <label> tag.
|
||||
$args['label_class'][] = $base;
|
||||
if ( $bootstrap4 ) {
|
||||
$args['label_class'][] = 'custom-checkbox';
|
||||
}
|
||||
|
||||
// Add a class to the form input itself.
|
||||
$args['input_class'][] = $base . '-input';
|
||||
break;
|
||||
case 'select':
|
||||
/*
|
||||
* Targets all <select> elements, except the <select> elements
|
||||
* of type country or of type state.
|
||||
*/
|
||||
|
||||
// Add a class to the form input itself.
|
||||
$args['input_class'][] = $bootstrap4 ? 'form-control' : 'form-select';
|
||||
|
||||
// Add custom data attributes to the form input itself.
|
||||
$args['custom_attributes']['data-plugin'] = 'select2';
|
||||
$args['custom_attributes']['data-allow-clear'] = 'true';
|
||||
break;
|
||||
case 'radio':
|
||||
$args['label_class'][] = 'custom-control custom-radio';
|
||||
$args['input_class'][] = 'custom-control-input';
|
||||
// Get Bootstrap version specific CSS class base.
|
||||
$base = $bootstrap4 ? 'custom-control' : 'form-check';
|
||||
|
||||
$args['label_class'][] = $base . '-label';
|
||||
$args['input_class'][] = $base . '-input';
|
||||
break;
|
||||
default:
|
||||
$args['class'][] = 'form-group mb-3';
|
||||
$args['input_class'][] = 'form-control';
|
||||
break;
|
||||
} // End of switch ( $args ).
|
||||
|
|
@ -137,6 +171,63 @@ if ( ! function_exists( 'understrap_wc_form_field_args' ) ) {
|
|||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_wc_form_field_radio' ) ) {
|
||||
/**
|
||||
* Adjust the WooCommerce checkout/address radio fields to match the look of
|
||||
* Bootstrap radio fields.
|
||||
*
|
||||
* Wraps each radio field (`<input>`+`<label>`) in a `.from-check`.
|
||||
*
|
||||
* If `$args['label']` is set a `<label>` tag is prepended to the radio
|
||||
* fields. `$args['label_class']` is used for the class attribute of this
|
||||
* tag and the class attribute of the actual input labels. Hence, we must
|
||||
* remove the first occurance of the label class added via
|
||||
* `understrap_wc_form_field_args()` that is meant for input labels only.
|
||||
*
|
||||
* @param string $field The field's HTML incl. the wrapper element.
|
||||
* @param string $key The wrapper element's id attribute value.
|
||||
* @param array<string|mixed> $args An array of field arguments.
|
||||
* @param string|null $value The field's value.
|
||||
* @return string
|
||||
*/
|
||||
function understrap_wc_form_field_radio( $field, $key, $args, $value ) {
|
||||
|
||||
// Set up Bootstrap version specific variables.
|
||||
if ( 'bootstrap4' === get_theme_mod( 'understrap_bootstrap_version', 'bootstrap4' ) ) {
|
||||
$wrapper_classes = 'custom-control custom-radio';
|
||||
$label_class = 'custom-control-label';
|
||||
} else {
|
||||
$wrapper_classes = 'form-check';
|
||||
$label_class = 'form-check-label';
|
||||
}
|
||||
|
||||
// Remove the first occurance of the label class if neccessary.
|
||||
if ( isset( $args['label'] ) && isset( $args['label_class'] ) ) {
|
||||
$strpos = strpos( $field, $label_class );
|
||||
if ( false !== $strpos ) {
|
||||
$field = substr_replace( $field, '', $strpos, strlen( $label_class ) );
|
||||
|
||||
/*
|
||||
* If $label_class was the only class in $args['label_class']
|
||||
* then there is an empty class attribute now. Let's remove it.
|
||||
*/
|
||||
$field = str_replace( 'class=""', '', $field );
|
||||
}
|
||||
}
|
||||
|
||||
// Wrap each radio in a <span.from-check>.
|
||||
$field = str_replace( '<input', "<span class=\"{$wrapper_classes}\"><input", $field );
|
||||
$field = str_replace( '</label>', '</label></span>', $field );
|
||||
if ( isset( $args['label'] ) ) {
|
||||
// Remove the closing span tag from the first <label> element.
|
||||
$strpos = strpos( $field, '</label>' ) + strlen( '</label>' );
|
||||
$field = substr_replace( $field, '', $strpos, strlen( '</span>' ) );
|
||||
}
|
||||
|
||||
return $field;
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! is_admin() && ! function_exists( 'wc_review_ratings_enabled' ) ) {
|
||||
/**
|
||||
* Check if reviews are enabled.
|
||||
|
|
@ -173,3 +264,65 @@ if ( ! function_exists( 'understrap_quantity_input_classes' ) ) {
|
|||
return $classes;
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_loop_add_to_cart_link' ) ) {
|
||||
/**
|
||||
* Wrap add to cart link in container.
|
||||
*
|
||||
* @param string $html Add to cart link HTML.
|
||||
* @return string Add to cart link HTML.
|
||||
*/
|
||||
function understrap_loop_add_to_cart_link( $html ) {
|
||||
return '<div class="add-to-cart-container">' . $html . '</div>';
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_loop_add_to_cart_args' ) ) {
|
||||
/**
|
||||
* Add Bootstrap button classes to add to cart link.
|
||||
*
|
||||
* @param array<string,mixed> $args Array of add to cart link arguments.
|
||||
* @return array<string,mixed> Array of add to cart link arguments.
|
||||
*/
|
||||
function understrap_loop_add_to_cart_args( $args ) {
|
||||
if ( isset( $args['class'] ) && ! empty( $args['class'] ) ) {
|
||||
if ( ! is_string( $args['class'] ) ) {
|
||||
return $args;
|
||||
}
|
||||
|
||||
// Remove the `button` class if it exists.
|
||||
if ( false !== strpos( $args['class'], 'button' ) ) {
|
||||
$args['class'] = explode( ' ', $args['class'] );
|
||||
$args['class'] = array_diff( $args['class'], array( 'button' ) );
|
||||
$args['class'] = implode( ' ', $args['class'] );
|
||||
}
|
||||
|
||||
$args['class'] .= ' btn btn-outline-primary';
|
||||
} else {
|
||||
$args['class'] = 'btn btn-outline-primary';
|
||||
}
|
||||
|
||||
if ( 'bootstrap4' === get_theme_mod( 'understrap_bootstrap_version', 'bootstrap4' ) ) {
|
||||
$args['class'] .= ' btn-block';
|
||||
}
|
||||
|
||||
return $args;
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! function_exists( 'understrap_account_menu_item_classes' ) ) {
|
||||
/**
|
||||
* Add Bootstrap classes to the account navigation.
|
||||
*
|
||||
* @param string[] $classes Array of classes added to the account menu items.
|
||||
* @return string[] Array of classes added to the account menu items.
|
||||
*/
|
||||
function understrap_account_menu_item_classes( $classes ) {
|
||||
$classes[] = 'list-group-item';
|
||||
$classes[] = 'list-group-item-action';
|
||||
if ( in_array( 'is-active', $classes, true ) ) {
|
||||
$classes[] = 'active';
|
||||
}
|
||||
return $classes;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
20
index.php
20
index.php
|
|
@ -6,7 +6,7 @@
|
|||
* and one of the two required files for a theme (the other being style.css).
|
||||
* It is used to display a page when nothing more specific matches a query.
|
||||
* E.g., it puts together the home page when no home.php file exists.
|
||||
* Learn more: http://codex.wordpress.org/Template_Hierarchy
|
||||
* Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||
*
|
||||
* @package Understrap
|
||||
*/
|
||||
|
|
@ -29,8 +29,10 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
|
||||
<div class="row">
|
||||
|
||||
<!-- Do the left sidebar check and opens the primary div -->
|
||||
<?php get_template_part( 'global-templates/left-sidebar-check' ); ?>
|
||||
<?php
|
||||
// Do the left sidebar check and open div#primary.
|
||||
get_template_part( 'global-templates/left-sidebar-check' );
|
||||
?>
|
||||
|
||||
<main class="site-main" id="main">
|
||||
|
||||
|
|
@ -52,13 +54,15 @@ $container = get_theme_mod( 'understrap_container_type' );
|
|||
}
|
||||
?>
|
||||
|
||||
</main><!-- #main -->
|
||||
</main>
|
||||
|
||||
<!-- The pagination component -->
|
||||
<?php understrap_pagination(); ?>
|
||||
<?php
|
||||
// Display the pagination component.
|
||||
understrap_pagination();
|
||||
|
||||
<!-- Do the right sidebar check -->
|
||||
<?php get_template_part( 'global-templates/right-sidebar-check' ); ?>
|
||||
// Do the right sidebar check and close div#primary.
|
||||
get_template_part( 'global-templates/right-sidebar-check' );
|
||||
?>
|
||||
|
||||
</div><!-- .row -->
|
||||
|
||||
|
|
|
|||
|
|
@ -5,22 +5,25 @@
|
|||
* when users open or close the front page sections section.
|
||||
*/
|
||||
|
||||
(function() {
|
||||
wp.customize.bind( 'ready', function() {
|
||||
( function () {
|
||||
wp.customize.bind( 'ready', function () {
|
||||
// Only show the navbar type setting when running Bootstrap 5.
|
||||
wp.customize( 'understrap_bootstrap_version', function( setting ) {
|
||||
wp.customize.control( 'understrap_navbar_type', function( control ) {
|
||||
var visibility = function() {
|
||||
if ( 'bootstrap5' === setting.get() ) {
|
||||
control.container.slideDown( 180 );
|
||||
} else {
|
||||
control.container.slideUp( 180 );
|
||||
}
|
||||
};
|
||||
wp.customize( 'understrap_bootstrap_version', function ( setting ) {
|
||||
wp.customize.control(
|
||||
'understrap_navbar_type',
|
||||
function ( control ) {
|
||||
const visibility = function () {
|
||||
if ( 'bootstrap5' === setting.get() ) {
|
||||
control.container.slideDown( 180 );
|
||||
} else {
|
||||
control.container.slideUp( 180 );
|
||||
}
|
||||
};
|
||||
|
||||
visibility();
|
||||
setting.bind( visibility );
|
||||
});
|
||||
});
|
||||
});
|
||||
})();
|
||||
visibility();
|
||||
setting.bind( visibility );
|
||||
}
|
||||
);
|
||||
} );
|
||||
} );
|
||||
} )();
|
||||
|
|
|
|||
|
|
@ -1,42 +1,42 @@
|
|||
/**
|
||||
* File customizcustomizer.js.
|
||||
* File: customizer.js.
|
||||
*
|
||||
* Theme Customizer enhancements for a better user experience.
|
||||
*
|
||||
* Contains handlers to make Theme Customizer preview reload changes asynchronously.
|
||||
*/
|
||||
|
||||
( function( $ ) {
|
||||
( function () {
|
||||
let anchor = document.querySelector( '.navbar-brand' );
|
||||
if ( 'H1' === anchor.tagName ) {
|
||||
anchor = anchor.firstChild;
|
||||
}
|
||||
|
||||
// Site title and description.
|
||||
wp.customize( 'blogname', function( value ) {
|
||||
value.bind( function( to ) {
|
||||
$( '.site-title a' ).text( to );
|
||||
} );
|
||||
} );
|
||||
wp.customize( 'blogdescription', function( value ) {
|
||||
value.bind( function( to ) {
|
||||
$( '.site-description' ).text( to );
|
||||
// Site title.
|
||||
wp.customize( 'blogname', function ( value ) {
|
||||
value.bind( function ( to ) {
|
||||
anchor.textContent = to;
|
||||
} );
|
||||
} );
|
||||
|
||||
// Header text color.
|
||||
wp.customize( 'header_textcolor', function( value ) {
|
||||
value.bind( function( to ) {
|
||||
wp.customize( 'header_textcolor', function ( value ) {
|
||||
value.bind( function ( to ) {
|
||||
if ( 'blank' === to ) {
|
||||
$( '.site-title a, .site-description' ).css( {
|
||||
'clip': 'rect(1px, 1px, 1px, 1px)',
|
||||
'position': 'absolute'
|
||||
} );
|
||||
anchor.style.clip = 'rect(1px, 1px, 1px, 1px)';
|
||||
anchor.style.position = 'absolute';
|
||||
} else {
|
||||
$( '.site-title a, .site-description' ).css( {
|
||||
'clip': 'auto',
|
||||
'position': 'relative'
|
||||
} );
|
||||
$( '.site-title a, .site-description' ).css( {
|
||||
'color': to
|
||||
} );
|
||||
anchor.style.clip = 'auto';
|
||||
anchor.style.position = 'relative';
|
||||
anchor.style.color = to;
|
||||
}
|
||||
} );
|
||||
} );
|
||||
} )( jQuery );
|
||||
|
||||
// Site info.
|
||||
wp.customize( 'understrap_site_info_override', function ( value ) {
|
||||
value.bind( function ( to ) {
|
||||
document.querySelector( '.site-info' ).innerHTML = to;
|
||||
} );
|
||||
} );
|
||||
} )();
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
15437
js/theme.js
15437
js/theme.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -1,47 +1,23 @@
|
|||
# Translation of Understrap in German
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:33+0200\n"
|
||||
"Last-Translator: Thomas A. Reinert | TAR MediaDesign <thomas@tarcgn.de>\n"
|
||||
"Language-Team: German\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:16+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: de_DE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"X-Poedit-SearchPath-21: inc\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -54,31 +30,18 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
"Eine Kombination aus Automattic´s _s theme und Bootstrap 4. Konzipiert als "
|
||||
"solider Ausgangspunkt für dein nächstes Theme-Projekt und WordPress Website. "
|
||||
"Nutze es als eigenes Starter-Theme oder als Parent-Theme. Beides steht dir "
|
||||
"frei. Beinhaltet FontAwesome Unterstützung, integrierten Widget-Slider und "
|
||||
"vieles mehr, was du für die Erstellung einer einfachen Website benötigst. "
|
||||
"WICHTIG: Alle Abhängigkeiten der Entwicklertools sind in diesem Paket nicht "
|
||||
"enthalten! Lade die ZIP-Datei herunter, entpacke sie und führe \"npm install"
|
||||
"\" sowie \"gulp copy-assets\" in der Konsole im entpackten Understrap-Ordner "
|
||||
"aus."
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgstr ""
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr "Howard Development & Consulting"
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr "https://howarddc.com"
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -100,22 +63,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "Versuchs mit einem Blick in die monatlichen Archive. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "Profilbild von %s"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "Webseite"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "Über %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "Beiträge von %s"
|
||||
|
||||
|
|
@ -123,33 +86,44 @@ msgstr "Beiträge von %s"
|
|||
#: comments.php:36
|
||||
msgctxt "comments title"
|
||||
msgid "One thought on “%s”"
|
||||
msgstr ""
|
||||
msgstr "Ein Gedanke zu „%2$s“"
|
||||
|
||||
#. translators: 1: number of comments, 2: post title
|
||||
#: comments.php:43
|
||||
msgctxt "comments title"
|
||||
msgid "%1$s thought on “%2$s”"
|
||||
msgid_plural "%1$s thoughts on “%2$s”"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[0] "Ein Gedanke zu „%2$s“"
|
||||
msgstr[1] "%1$s Gedanken zu „%2$s“"
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "Hauptnavigation"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Navigation umschalten"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "Menü öffnen"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "Menü schließen"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "Direkt zum Inhalt wechseln"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "Menü hinzufügen"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "Kommentare sind geschlossen."
|
||||
|
||||
|
|
@ -157,106 +131,109 @@ msgstr "Kommentare sind geschlossen."
|
|||
msgid "Default Header Image"
|
||||
msgstr "Standard-Header-Bild"
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr "Theme Layout Einstellungen"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr "Container-Breite und Seitenleisten-Einstellungen"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr "Bootstrap-Version"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr "Zwischen Bootstrap 4 und Bootstrap 5 wählen"
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr "Bootstrap 4"
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr "Bootstrap 5"
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "Container-Breite"
|
||||
|
||||
#: inc/customizer.php:85
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "Wähle zwischen dem Bootstrap container und container-fluid aus"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr "Container mit fester Breite"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr "Container mit voller Seitenbreite"
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr "Seitenleisten-Positionierung"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr "Rechte Seitenleiste"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr "Linke Seitenleiste"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr "Linke und rechte Seitenleiste"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr "Keine Seitenleiste"
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
msgid "Lead Paragraph"
|
||||
msgstr ""
|
||||
msgstr "Vorspann"
|
||||
|
||||
#: inc/editor.php:56
|
||||
msgctxt "Font size name"
|
||||
msgid "Small"
|
||||
msgstr ""
|
||||
msgstr "Klein"
|
||||
|
||||
#: inc/editor.php:60
|
||||
msgid "Blockquote"
|
||||
msgstr ""
|
||||
msgstr "Zitat"
|
||||
|
||||
#: inc/editor.php:66
|
||||
msgid "Blockquote Footer"
|
||||
|
|
@ -266,7 +243,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "Weiterlesen..."
|
||||
|
||||
|
|
@ -286,147 +263,142 @@ msgstr "Theme: %1$s von %2$s."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr "Version: %1$s"
|
||||
msgid "Version: %s"
|
||||
msgstr "Version: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "Beitrags-Navigation"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "Hauptmenü"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
msgstr "Veröffentlicht am"
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
msgstr "von"
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
msgstr "Veröffentlicht von"
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "Veröffentlicht in %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "Verschlagwortet mit %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "Kommentar hinterlassen"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1 Kommentar"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% Kommentare"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "Kommentarnavigation"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← Ältere Kommentare"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "Neuere Kommentare →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "%s bearbeiten"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr "Beitrags-Navigation"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "Seiten:"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr "Rechte Seitenleiste"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr "Linke Seitenleiste"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "\"Bühnen\"-Slider"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "Fußbereich"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -479,25 +451,29 @@ msgid "Left Sidebar Layout"
|
|||
msgstr "Layout mit linker Seitenleiste"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr "Layout mit rechter Seitenleiste"
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "Suchergebnisse für: %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "Suche nach:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "Suche …"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "Suche"
|
||||
|
|
@ -505,9 +481,9 @@ msgstr "Suche"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr "Vorherige"
|
||||
msgstr "Zurück"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
msgid "Next"
|
||||
msgstr "Nächste"
|
||||
msgstr "Weiter"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,47 +1,23 @@
|
|||
# Translation of Understrap in German
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:33+0200\n"
|
||||
"Last-Translator: Thomas A. Reinert | TAR MediaDesign <thomas@tarcgn.de>\n"
|
||||
"Language-Team: German\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:17+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: de_DE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"X-Poedit-SearchPath-21: inc\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -54,31 +30,18 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
"Eine Kombination aus Automattic´s _s theme und Bootstrap 4. Konzipiert als "
|
||||
"solider Ausgangspunkt für Ihr nächstes Theme-Projekt und WordPress Website. "
|
||||
"Nutzen Sie es als eigenes Starter-Theme oder als Parent-Theme. Beides steht "
|
||||
"Ihnen frei. Beinhaltet FontAwesome Unterstützung, integrierten Widget-Slider "
|
||||
"und vieles mehr, was du für die Erstellung einer einfachen Website "
|
||||
"benötigst. WICHTIG: Alle Abhängigkeiten der Entwicklertools sind in diesem "
|
||||
"Paket nicht enthalten! Laden Sie die ZIP-Datei herunter, entpacken Sie sie "
|
||||
"und führen Sie \"npm install\" sowie \"gulp copy-assets\" in der Konsole im "
|
||||
"entpackten Understrap-Ordner aus."
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgstr ""
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr "Howard Development & Consulting"
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr "https://howarddc.com"
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -100,22 +63,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "Versuchen Sie es mit einem Blick in die monatlichen Archive. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "Profilbild von %s"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "Webseite"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "Über %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "Beiträge von %s"
|
||||
|
||||
|
|
@ -123,140 +86,154 @@ msgstr "Beiträge von %s"
|
|||
#: comments.php:36
|
||||
msgctxt "comments title"
|
||||
msgid "One thought on “%s”"
|
||||
msgstr ""
|
||||
msgstr "Ein Gedanke zu „%s“"
|
||||
|
||||
#. translators: 1: number of comments, 2: post title
|
||||
#: comments.php:43
|
||||
msgctxt "comments title"
|
||||
msgid "%1$s thought on “%2$s”"
|
||||
msgid_plural "%1$s thoughts on “%2$s”"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[0] "Ein Gedanke zu „%2$s“"
|
||||
msgstr[1] "%1$s Gedanken zu „%2$s“"
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "Hauptnavigation"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Navigation umschalten"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "Menü öffnen"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "Menü schließen"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "Direkt zum Inhalt wechseln"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "Menü hinzufügen"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "Kommentare sind geschlossen."
|
||||
|
||||
#: inc/custom-header.php:54
|
||||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
msgstr "Standard-Header-Bild"
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr "Theme Layout Einstellungen"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr "Container-Breite und Seitenleisten-Einstellungen"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr "Bootstrap-Version"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr "Zwischen Bootstrap 4 und Bootstrap 5 wählen"
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr "Bootstrap 4"
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr "Bootstrap 5"
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "Container-Breite"
|
||||
|
||||
#: inc/customizer.php:85
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "Wählen Sie zwischen dem Bootstrap container und container-fluid aus"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr "Container mit fester Breite"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr "Container mit voller Seitenbreite"
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr "Seitenleisten-Positionierung"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr "Rechte Seitenleiste"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr "Linke Seitenleiste"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr "Linke und rechte Seitenleiste"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr "Keine Seitenleiste"
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
msgid "Lead Paragraph"
|
||||
msgstr ""
|
||||
msgstr "Vorspann"
|
||||
|
||||
#: inc/editor.php:56
|
||||
msgctxt "Font size name"
|
||||
msgid "Small"
|
||||
msgstr ""
|
||||
msgstr "Klein"
|
||||
|
||||
#: inc/editor.php:60
|
||||
msgid "Blockquote"
|
||||
msgstr ""
|
||||
msgstr "Zitat"
|
||||
|
||||
#: inc/editor.php:66
|
||||
msgid "Blockquote Footer"
|
||||
|
|
@ -266,7 +243,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "Weiterlesen..."
|
||||
|
||||
|
|
@ -286,147 +263,142 @@ msgstr "Theme: %1$s von %2$s."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr "Version: %1$s"
|
||||
msgid "Version: %s"
|
||||
msgstr "Version: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "Beitrags-Navigation"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "Hauptmenü"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
msgstr "Veröffentlicht am"
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
msgstr "von"
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
msgstr "Veröffentlicht von"
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "Veröffentlicht in %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "Verschlagwortet mit %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "Kommentar hinterlassen"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1 Kommentar"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% Kommentare"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "Kommentarnavigation"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← Ältere Kommentare"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "Neuere Kommentare →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "%s bearbeiten"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr "Beitrags-Navigation"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "Seiten:"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr "Rechte Seitenleiste"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr "Linke Seitenleiste"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "\"Bühnen\"-Slider"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "Fußbereich"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -479,25 +451,29 @@ msgid "Left Sidebar Layout"
|
|||
msgstr "Layout mit linker Seitenleiste"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr "Layout mit rechter Seitenleiste"
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "Suchergebnisse für: %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "Suche nach:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "Suche …"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "Suche"
|
||||
|
|
@ -505,9 +481,9 @@ msgstr "Suche"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr "Vorherige"
|
||||
msgstr "Zurück"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
msgid "Next"
|
||||
msgstr "Nächste"
|
||||
msgstr "Weiter"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,48 +1,23 @@
|
|||
# Loco Gettext template
|
||||
# Translation of Understrap in Greek
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:36+0200\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:18+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: stef.kariotidis@gmail.com\n"
|
||||
"Language: el_GR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"X-Poedit-SearchPath-21: inc\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -55,30 +30,18 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
"Συνδυασμός του θέματος _s της Automatic και του Bootstrap 4. Δημιουργήθηκε "
|
||||
"ώς βοήθημα για το επόμενο WordPress θέμα σας. Χρησιμοποιήστε το ως αρχικό ή "
|
||||
"ως γονικό θέμα. Συμπεριλαμβάνει υποστήριξη για τα Font Awesome, καθώς και "
|
||||
"διάφορα άλλα εργαλεία που χρειάζονται για νέα websites. ΣΗΜΑΝΤΙΚΟ: όλες οι "
|
||||
"εξαρτήσεις που απαιτούνται για την κατασκευή, δεν συμπεριλαμβάνονται σε αυτό "
|
||||
"το αρχείο. Θα πρέπει εφόσον εγκαταστήσετε αυτό το αρχείο, να τρέξετε \"npm "
|
||||
"install\" και \"gulp copy-assets\" μέσα από τον φάκελο της εγκατάστασης του "
|
||||
"understrap."
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgstr ""
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr "Howard Development & Consulting"
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr "https://howarddc.com"
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -100,22 +63,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "Δοκιμάστε να αναζητήσετε στα μηνιαία αρχεία. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "Εικόνα προφίλ του %s"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "Ιστότοπος"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "Σχετικά με %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "Άρθρα του/της %s"
|
||||
|
||||
|
|
@ -123,33 +86,44 @@ msgstr "Άρθρα του/της %s"
|
|||
#: comments.php:36
|
||||
msgctxt "comments title"
|
||||
msgid "One thought on “%s”"
|
||||
msgstr ""
|
||||
msgstr "Μια σκέψη στο “%s”"
|
||||
|
||||
#. translators: 1: number of comments, 2: post title
|
||||
#: comments.php:43
|
||||
msgctxt "comments title"
|
||||
msgid "%1$s thought on “%2$s”"
|
||||
msgid_plural "%1$s thoughts on “%2$s”"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[0] "%1$s σκέψη σχετικά μέ το “%2$s”"
|
||||
msgstr[1] "%1$s σκέψεις σχετικά με το “%2$s”"
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "Κύριο μενού πλοήγησης"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Εναλλαγή πλοήγησης"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "Άνοιγμα μενού"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "Κλείσιμο Μενού"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "Μετάβαση στο περιεχόμενο"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "Προσθήκη μενού"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "Τα σχόλια είναι απενεργοποιημένα."
|
||||
|
||||
|
|
@ -157,92 +131,95 @@ msgstr "Τα σχόλια είναι απενεργοποιημένα."
|
|||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr "Ρυθμίσεις Διάταξης Θέματος"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr "Πλάτος Διάταξης και Προεπιλογές Εργαλειοθήκης"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr "Έκδοση Bootstrap"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr "Bootstrap 4"
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr "Bootstrap 5"
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "Πλάτος Διάταξης"
|
||||
|
||||
#: inc/customizer.php:85
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "Επιλογή μεταξύ πλήρους ή μη πλάτους"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr "Περιορισμένου πλάτους διάταξη"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr "Πλήρους πλάτους διάταξη"
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr "Τοποθέτηση Εργαλειοθήκης"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr "Εργαλειοθήκη δεξιά"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr "Εργαλειοθήκη αριστερά"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr "Εργαλειοθήκες αριστερά & δεξιά"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr "Χωρίς εργαλειοθήκη"
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
|
|
@ -252,11 +229,11 @@ msgstr ""
|
|||
#: inc/editor.php:56
|
||||
msgctxt "Font size name"
|
||||
msgid "Small"
|
||||
msgstr ""
|
||||
msgstr "Μικρό"
|
||||
|
||||
#: inc/editor.php:60
|
||||
msgid "Blockquote"
|
||||
msgstr ""
|
||||
msgstr "Παράθεμα"
|
||||
|
||||
#: inc/editor.php:66
|
||||
msgid "Blockquote Footer"
|
||||
|
|
@ -266,7 +243,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "Διαβάστε Περισσότερα..."
|
||||
|
||||
|
|
@ -286,147 +263,142 @@ msgstr "Θέμα %1$s από %2$s."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr "Έκδοση: %1$s\t"
|
||||
msgid "Version: %s"
|
||||
msgstr "Έκδοση: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "Πλοήγηση άρθρων"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "Κυρίως Μενού"
|
||||
msgstr "Κύριο Μενού"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "Αναρτήθηκε στις %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "Με ετικέτα: %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "Αφήστε σχόλιο"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1 Σχόλιο"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% Σχόλια"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "Πλοήγηση στα σχόλια"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← Παλαιότερα Σχόλια"
|
||||
msgstr "← Παλιότερα Σχόλια"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "Νεότερα Σχόλια →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "Επεξεργασία %s"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr "Πλοήγηση στα Άρθρα"
|
||||
msgstr "Πλοήγηση άρθρων"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "Σελίδες:"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr "Δεξιά Εργαλειοθήκη"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr "Αριστερή Εργαλειοθήκη"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "Ολισθητής Hero"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "Υποσέλιδο Πλήρες"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -476,26 +448,30 @@ msgstr "Σελίδα Πλήρους Πλάτους"
|
|||
msgid "Left Sidebar Layout"
|
||||
msgstr "Διάταξη με Αριστερή Εργαλειοθήκη"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "Αποτελέσματα αναζήτησης για : %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "Αναζήτηση για:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "Αναζήτηση…"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "Αναζήτηση"
|
||||
|
|
@ -503,9 +479,9 @@ msgstr "Αναζήτηση"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr "Προηγούμενο"
|
||||
msgstr "Προηγούμενη"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
msgid "Next"
|
||||
msgstr "Επόμενο"
|
||||
msgstr "Επόμενη"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,48 +1,23 @@
|
|||
# Loco Gettext template
|
||||
# Translation of Understrap in Spanish (Spain)
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:36+0200\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:20+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"X-Poedit-SearchPath-21: inc\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -55,22 +30,21 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
"El famoso framework de tema de inicio para WordPress que combina "
|
||||
"Underscores y Bootstrap. Con la confianza de más de 100.000 desarrolladores "
|
||||
"para crear sitios WordPress hechos a mano y personalizados."
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgstr ""
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr "Howard Development & Consulting"
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr "https://howarddc.com"
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -92,22 +66,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "Intenta buscar en los archivos mensuales. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "Imagen de perfil de %s"
|
||||
msgstr "Foto del perfil de %s"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "Web"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "Acerca de %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "Entradas de %s"
|
||||
|
||||
|
|
@ -115,140 +89,160 @@ msgstr "Entradas de %s"
|
|||
#: comments.php:36
|
||||
msgctxt "comments title"
|
||||
msgid "One thought on “%s”"
|
||||
msgstr ""
|
||||
msgstr "Un comentario en «%s»"
|
||||
|
||||
#. translators: 1: number of comments, 2: post title
|
||||
#: comments.php:43
|
||||
msgctxt "comments title"
|
||||
msgid "%1$s thought on “%2$s”"
|
||||
msgid_plural "%1$s thoughts on “%2$s”"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[0] "%1$s comentario en «%2$s»"
|
||||
msgstr[1] "%1$s comentarios en «%2$s»"
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "Navegación principal"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Alternar la navegación"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "Abrir el menú"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "Cerrar el menú"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "Saltar al contenido"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "Añadir un menú"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "Los comentarios están cerrados."
|
||||
|
||||
#: inc/custom-header.php:54
|
||||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
msgstr "Imagen por defecto de la cabecera"
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr ""
|
||||
msgstr "Ajustes del diseño del tema"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr ""
|
||||
msgstr "Valores por defecto del ancho del contenedor y de la barra lateral"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
msgid "Container Width"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:85
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr ""
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr "Versión de Bootstrap"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr "Elige entre Bootstrap 4 o Bootstrap 5"
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr "Bootstrap 4"
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr "Bootstrap 5"
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "Ancho del contenedor"
|
||||
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "Elige entre el container y container-fluid de Bootstrap"
|
||||
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr ""
|
||||
msgstr "Contenedor de ancho fijo"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr ""
|
||||
msgstr "Contenedor de ancho completo"
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr "Tipo de navegación adaptable"
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
"Elige entre una barra de navegación ampliable y contraíble o un cajón fuera "
|
||||
"del lienzo."
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr "Contraíble"
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr "Fuera del lienzo"
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr ""
|
||||
msgstr "Posición de la barra lateral"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
"Establece la posición por defecto de la barra lateral. Puede ser: derecha, "
|
||||
"izquierda, ambas o ninguna. Nota: esto puede ser anulado en las páginas "
|
||||
"individuales."
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr ""
|
||||
msgstr "Barra lateral derecha"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr ""
|
||||
msgstr "Barra lateral izquierda"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr ""
|
||||
msgstr "Barras laterales izquierda y derecha"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr ""
|
||||
msgstr "Sin barra lateral"
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
msgstr ""
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr "Información del sitio del pie de página"
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
"Anula la información del sitio de Understrap ubicada en el pie de página."
|
||||
|
||||
#: inc/editor.php:50
|
||||
msgid "Lead Paragraph"
|
||||
msgstr ""
|
||||
msgstr "Párrafo principal"
|
||||
|
||||
#: inc/editor.php:56
|
||||
msgctxt "Font size name"
|
||||
msgid "Small"
|
||||
msgstr ""
|
||||
msgstr "Pequeña"
|
||||
|
||||
#: inc/editor.php:60
|
||||
msgid "Blockquote"
|
||||
msgstr ""
|
||||
msgstr "Cita"
|
||||
|
||||
#: inc/editor.php:66
|
||||
msgid "Blockquote Footer"
|
||||
|
|
@ -258,7 +252,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "Leer más..."
|
||||
|
||||
|
|
@ -269,158 +263,157 @@ msgstr "https://es.wordpress.org/"
|
|||
#. translators: WordPress
|
||||
#: inc/hooks.php:33
|
||||
msgid "Proudly powered by %s"
|
||||
msgstr "Impulsado por %s"
|
||||
msgstr "Funciona gracias a %s"
|
||||
|
||||
#. translators: 1: Theme name, 2: Theme author
|
||||
#: inc/hooks.php:38
|
||||
msgid "Theme: %1$s by %2$s."
|
||||
msgstr "Tema: %1$s para %2$s."
|
||||
msgstr "Tema: %1$s de %2$s."
|
||||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr ""
|
||||
msgid "Version: %s"
|
||||
msgstr "Versión: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "Navegación de entradas"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "Menú principal"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
msgstr "Publicado el"
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
msgstr "por"
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
msgstr "Publicado por"
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "Publicado en %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "Etiquetado como %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "Deja un comentario"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "Navegación de comentarios"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1 Comentario"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% Comentarios"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
msgstr "Ver los comentarios"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← Comentarios antiguos"
|
||||
msgstr "← Comentarios anteriores"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "Comentarios más recientes →"
|
||||
msgstr "Comentarios siguientes →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "Editar %s"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr ""
|
||||
msgstr "Navegación de entradas"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr ""
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr ""
|
||||
msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "Páginas: "
|
||||
msgstr "Páginas:"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr ""
|
||||
msgstr "Barra lateral derecha"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
msgstr "Área de widgets de la barra lateral derecha"
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr ""
|
||||
msgstr "Barra lateral izquierda"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
msgstr "Área de widgets de la barra lateral izquieda"
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "Hero Slider"
|
||||
msgstr "Carrusel a pantalla completa"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
"Área de carrusel a pantalla completa. ¡Coloca aquí dos o más widgets y se "
|
||||
"deslizarán!"
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
msgstr "Lienzo a pantalla completa"
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
"Área de lienzo Hero de tamaño completo para Bootstrap y otro marcado HTML "
|
||||
"personalizado"
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
msgstr "Superior completo"
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
msgstr "Widget superior completo con cuadrícula dinámica"
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "Footer Full"
|
||||
msgstr "Pie de página completo"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
msgstr "Widget del pie de página de tamaño completo con cuadrícula dinámica"
|
||||
|
||||
#: loop-templates/content-none.php:18
|
||||
msgid "Nothing Found"
|
||||
|
|
@ -431,7 +424,8 @@ msgstr "No se ha encontrado nada"
|
|||
msgid ""
|
||||
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
|
||||
msgstr ""
|
||||
"¿Listo para publicar tu primera entrada? <a href=\"%1$s\">Empieza aquí</a>."
|
||||
"¿Preparado para publicar tu primera entrada? <a href=\"%1$s\">Empieza aquí</"
|
||||
"a>."
|
||||
|
||||
#: loop-templates/content-none.php:38
|
||||
msgid ""
|
||||
|
|
@ -451,11 +445,11 @@ msgstr ""
|
|||
|
||||
#. Template Name of the theme
|
||||
msgid "Blank Page Template"
|
||||
msgstr ""
|
||||
msgstr "Plantilla de página en blanco"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Left and Right Sidebar Layout"
|
||||
msgstr ""
|
||||
msgstr "Diseño de las barras laterales izquierda y derecha"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Empty Page Template"
|
||||
|
|
@ -463,32 +457,36 @@ msgstr "Plantilla de página vacía"
|
|||
|
||||
#. Template Name of the theme
|
||||
msgid "Full Width Page"
|
||||
msgstr "Página completa"
|
||||
msgstr "Página de ancho completo"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Left Sidebar Layout"
|
||||
msgstr "Diseño de la barra lateral izquierda"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr ""
|
||||
msgstr "Diseño de la barra lateral derecha"
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "Resultados de la búsqueda de: %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "Buscar:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "Buscar …"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "Buscar"
|
||||
|
|
@ -496,9 +494,9 @@ msgstr "Buscar"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
msgstr "Anterior"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
msgstr "Siguiente"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,48 +1,23 @@
|
|||
# Loco Gettext template
|
||||
# Translation of Understrap in French (France)
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:36+0200\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:21+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"X-Poedit-SearchPath-21: inc\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -55,30 +30,21 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
"Une combinaison du thème _s d'Automattic et de Bootstrap 4. Un excellent "
|
||||
"point de départ pour votre prochain projet de thème et de site Web de "
|
||||
"WordPress. Utilisez-le comme thème de démarrage ou comme thème parent. À "
|
||||
"vous de décider. Inclus Font-Awesome, des widgets intégrés et tout ce dont "
|
||||
"vous avez besoin pour votre site. IMPORTANT: les dépendances des "
|
||||
"développeurs ne sont pas livrées avec ce fichier d'installation. Il suffit "
|
||||
"de télécharger le fichier .zip, de l'extraire et d'exécuter \"npm install\" "
|
||||
"et \"gulp copy-assets\" dans le dossier extract / understrap."
|
||||
"Le célèbre starter thème WordPress qui combine Underscores et Bootstrap. "
|
||||
"Utilisé par plus de 100 000 développeurs et développeuses pour créer des "
|
||||
"sites WordPress sur mesure et personnalisés."
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgstr ""
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr "Howard Development & Consulting"
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr "https://howarddc.com"
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -88,7 +54,7 @@ msgstr "Aïe ! Cette page est introuvable."
|
|||
msgid "It looks like nothing was found at this location. Maybe try a search?"
|
||||
msgstr ""
|
||||
"Apparemment, rien n’a été trouvé à cette adresse. Essayez avec une "
|
||||
"recherche ?"
|
||||
"recherche ?"
|
||||
|
||||
#: 404.php:46
|
||||
msgid "Most Used Categories"
|
||||
|
|
@ -100,22 +66,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "Essayez de voir du côté des archives mensuelles. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "Illustration du profil de %s"
|
||||
msgstr "Photo de profil de %s"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "Site web"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "A propos %s"
|
||||
msgstr "À propos de %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "Articles par %s"
|
||||
|
||||
|
|
@ -123,127 +89,147 @@ msgstr "Articles par %s"
|
|||
#: comments.php:36
|
||||
msgctxt "comments title"
|
||||
msgid "One thought on “%s”"
|
||||
msgstr ""
|
||||
msgstr "Un commentaire sur « %s »"
|
||||
|
||||
#. translators: 1: number of comments, 2: post title
|
||||
#: comments.php:43
|
||||
msgctxt "comments title"
|
||||
msgid "%1$s thought on “%2$s”"
|
||||
msgid_plural "%1$s thoughts on “%2$s”"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[0] "%1$s commentaire sur « %2$s »"
|
||||
msgstr[1] "%1$s commentaires sur « %2$s »"
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "Navigation principale"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Afficher/masquer la navigation"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "Ouvrir le menu"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "Fermer le menu"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "Aller au contenu"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "Ajouter un menu"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "Les commentaires sont fermés."
|
||||
msgstr "Les commentaires sont désactivés."
|
||||
|
||||
#: inc/custom-header.php:54
|
||||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
msgstr "Image d’en-tête par défaut"
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr "Paramètres du layout"
|
||||
msgstr "Réglages de la mise en page du thème"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr "Paramètrage du conteneur"
|
||||
msgstr "Largeur du conteneur et colonne latérale par défaut"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr "Version de Bootstrap"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr "Choisissez entre Bootstrap 4 ou Bootstrap 5"
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr "Bootstrap 4"
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr "Bootstrap 5"
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "Largeur du conteneur"
|
||||
|
||||
#: inc/customizer.php:85
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "Choisir entre le conteneur Bootstrap ou 'container-fluid'"
|
||||
msgstr "Choisissez entre le conteneur de Bootstrap et le conteneur-fluide"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr "Conteneur de largeur fixe"
|
||||
msgstr "Largeur de conteneur fixe"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr "Conteneur de pleine largeur"
|
||||
msgstr "Conteneur en pleine largeur"
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr "Type de navigation responsive"
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
"Choisissez entre une barre de navigation extensible et rétractable ou un "
|
||||
"tiroir hors canevas."
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr "Replier"
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr "Hors champ"
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr "Positionnement des sidebars"
|
||||
msgstr "Position de la colonne latérale"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
"Définissez la position par défaut de la colonne latérale. Elle peut être : à "
|
||||
"droite, à gauche, des deux cotés ou inexistante. Note : ceci peut être "
|
||||
"surclassé sur les pages individuelles."
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr "Sidebar à droite"
|
||||
msgstr "Colonne latérale droite"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr "Sidebar à gauche"
|
||||
msgstr "Colonne latérale gauche"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr "Sidebar gauche et droite"
|
||||
msgstr "Colonnes latérales gauche et droite"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr "Pas de sidebar"
|
||||
msgstr "Aucune colonne latérale"
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
msgstr ""
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr "Information sur le pied de page du site"
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
"Modifier les informations du site d’Understrap localisé dans le pied de page."
|
||||
|
||||
#: inc/editor.php:50
|
||||
msgid "Lead Paragraph"
|
||||
|
|
@ -252,11 +238,11 @@ msgstr ""
|
|||
#: inc/editor.php:56
|
||||
msgctxt "Font size name"
|
||||
msgid "Small"
|
||||
msgstr ""
|
||||
msgstr "Petite"
|
||||
|
||||
#: inc/editor.php:60
|
||||
msgid "Blockquote"
|
||||
msgstr ""
|
||||
msgstr "Bloc de citation"
|
||||
|
||||
#: inc/editor.php:66
|
||||
msgid "Blockquote Footer"
|
||||
|
|
@ -264,11 +250,11 @@ msgstr ""
|
|||
|
||||
#: inc/editor.php:72
|
||||
msgid "Cite"
|
||||
msgstr ""
|
||||
msgstr "Citation"
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "Lire la suite..."
|
||||
msgstr "Lire la suite…"
|
||||
|
||||
#: inc/hooks.php:30
|
||||
msgid "https://wordpress.org/"
|
||||
|
|
@ -277,169 +263,167 @@ msgstr "https://fr.wordpress.org/"
|
|||
#. translators: WordPress
|
||||
#: inc/hooks.php:33
|
||||
msgid "Proudly powered by %s"
|
||||
msgstr "Propulsé par %s"
|
||||
msgstr "Fièrement propulsé par %s"
|
||||
|
||||
#. translators: 1: Theme name, 2: Theme author
|
||||
#: inc/hooks.php:38
|
||||
msgid "Theme: %1$s by %2$s."
|
||||
msgstr "Thème: %1$s par %2$s."
|
||||
msgstr "Thème : %1$s par %2$s."
|
||||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr "Version: %1$s"
|
||||
msgid "Version: %s"
|
||||
msgstr "Version : %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "Navigation des articles"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "Menu principal"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
msgstr "Publié le"
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
msgstr "par"
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
msgstr "Publié par"
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "Publié dans %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "Étiqueté %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "Réagir"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "Navigation des commentaires"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1 Commentaire"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% Commentaires"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
msgstr "Naviguer dans les commentaires"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← Commentaire moins récent"
|
||||
msgstr "← Commentaires plus anciens"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "Commentaire plus récent →"
|
||||
msgstr "Commentaires plus récents →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "Modifier %s"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr "Navigation"
|
||||
msgstr "Navigation de l’article"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "Pages: "
|
||||
msgstr "Pages :"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr "Colonne droite"
|
||||
msgstr "Colonne latérale droite"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr "Colonne gauche"
|
||||
msgstr "Colonne latérale gauche"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "Héro dynamique"
|
||||
msgstr "Diaporama Hero"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
"Zone de diaporama Hero. Placez deux widgets ou plus et ils défileront !"
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
msgstr "Canvas du Hero"
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
"Zone Hero en pleine largeur pour Bootstrap et d‘autres balises HTML "
|
||||
"personnalisées"
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
msgstr "Haut pleine largeur"
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
msgstr "Widget d‘en-tête en pleine taille avec une grille dynamique"
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "Pied pleine page"
|
||||
msgstr "Pied de page entier"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
msgstr "Widget de pied de page pleine taille avec une grille dynamique"
|
||||
|
||||
#: loop-templates/content-none.php:18
|
||||
msgid "Nothing Found"
|
||||
msgstr "Rien de trouvé"
|
||||
msgstr "Rien n’a été trouvé"
|
||||
|
||||
#. translators: 1: Link to WP admin new post page.
|
||||
#: loop-templates/content-none.php:30
|
||||
msgid ""
|
||||
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
|
||||
msgstr ""
|
||||
"Prêt·e à publier votre premier article ? <a href=\"%1$s\">Lancez-vous ici</"
|
||||
"Prêt·e à publier votre premier article ? <a href=\"%1$s\">Lancez-vous ici</"
|
||||
"a>."
|
||||
|
||||
#: loop-templates/content-none.php:38
|
||||
|
|
@ -455,16 +439,16 @@ msgid ""
|
|||
"It seems we can’t find what you’re looking for. Perhaps "
|
||||
"searching can help."
|
||||
msgstr ""
|
||||
"Il semblerait que nous ne soyons pas en mesure de trouver votre contenu. "
|
||||
"Essayez en lançant une recherche."
|
||||
"Il semblerait que nous ne pouvons trouver ce que vous cherchez. Une "
|
||||
"recherche pourrait vous être utile."
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Blank Page Template"
|
||||
msgstr "Modèle sans formattage"
|
||||
msgstr "Modèle de page blanche"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Left and Right Sidebar Layout"
|
||||
msgstr "Colonnes à gauche et à droite"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Empty Page Template"
|
||||
|
|
@ -472,32 +456,36 @@ msgstr "Modèle de page vide"
|
|||
|
||||
#. Template Name of the theme
|
||||
msgid "Full Width Page"
|
||||
msgstr "Page pleine largeur"
|
||||
msgstr "Page en pleine largeur"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Left Sidebar Layout"
|
||||
msgstr "Colonne à gauche"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "Résultats de recherche pour : %s"
|
||||
msgstr "Résultats de recherche pour : %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "Rechercher :"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "Rechercher…"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "Rechercher"
|
||||
|
|
@ -510,4 +498,4 @@ msgstr "Précédent"
|
|||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
msgid "Next"
|
||||
msgstr "Prochain"
|
||||
msgstr "Suivant"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,26 +1,23 @@
|
|||
# Translation of Understrap in Hebrew
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:35+0200\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:25+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: he_IL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
||||
"X-Poedit-WPHeader: style.css\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
||||
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
||||
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -33,22 +30,18 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr "https://howarddc.com"
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -68,22 +61,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "כדאי לחפש בארכיון החודשי. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "תמונת הפרופיל של %s"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "אתר"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "אודות %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "פוסטים מאת %s"
|
||||
|
||||
|
|
@ -101,23 +94,34 @@ msgid_plural "%1$s thoughts on “%2$s”"
|
|||
msgstr[0] "מחשבה אחת על “%2$s”"
|
||||
msgstr[1] "מחשבות על “%2$s”"
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "ניווט ראשי"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "לשנות את הניווט"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "פתיחת תפריט"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "סגירת תפריט"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "לדלג לתוכן"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "תפריט חדש"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "סגור לתגובות."
|
||||
|
||||
|
|
@ -125,35 +129,68 @@ msgstr "סגור לתגובות."
|
|||
msgid "Default Header Image"
|
||||
msgstr "תמונת כותרת כללית"
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr "הגדרות מערך"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr "ברירות מחדל, רוחב ותיבה, מיכל"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "רוחב המיכל"
|
||||
|
||||
#: inc/customizer.php:85
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "בחר בין מיכל למיכל מלא של בוטסטראפ"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr "קונטיינר רוחב קבוע"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr "קונטיינר רוחב מלא"
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr "מיקום סרגל צדדי"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
|
|
@ -161,58 +198,28 @@ msgstr ""
|
|||
"הגדר את מיקום ברירת המחדל של הסרגל הצידי. יכול גם להיות: ימין, שמאל, שניהם "
|
||||
"או אף אחד. הערה: זה יכול להתבטל בעמודים נפרדים."
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr "סרגל צדדי ימני"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr "סרגל צדדי שמאלי"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr "סרגלים צידיים שמאלה וימינה"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr "ללא סרגל צדדי"
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
|
|
@ -222,11 +229,11 @@ msgstr ""
|
|||
#: inc/editor.php:56
|
||||
msgctxt "Font size name"
|
||||
msgid "Small"
|
||||
msgstr ""
|
||||
msgstr "קטן"
|
||||
|
||||
#: inc/editor.php:60
|
||||
msgid "Blockquote"
|
||||
msgstr ""
|
||||
msgstr "ציטוט"
|
||||
|
||||
#: inc/editor.php:66
|
||||
msgid "Blockquote Footer"
|
||||
|
|
@ -236,7 +243,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "קרא עוד..."
|
||||
|
||||
|
|
@ -256,148 +263,142 @@ msgstr "ערכת עיצוב: %1$s מבוסס %2$s."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr "גירסה:% 1"
|
||||
msgid "Version: %s"
|
||||
msgstr "גרסה: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "ניווט"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "תפריט ראשי"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "פורסם תחת %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "תוייג %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "השאר תגובה"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "תגובה 1"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% תגובות"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "ניווט תגובות"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← תגובות קודמות"
|
||||
msgstr "← תגובות ישנות יותר"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "תגובות חדשות יותר →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "ערוך את %s"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr "ניווט בפרסומים"
|
||||
msgstr "ניווט"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr ""
|
||||
"Read More <i class=\\\"dashicons dashicons-arrow-right-alt\\\"></i>"
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "עמודים:"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr "סרגל צדדי ימני"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr "סרגל צדדי שמאלי"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "סליידר"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "כותרת תחתונה"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -445,26 +446,30 @@ msgstr "רוחב מלא"
|
|||
msgid "Left Sidebar Layout"
|
||||
msgstr "פריסת סרגל הצד"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr "סרגל צדדי ימני"
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "תוצאות חיפוש עבור: %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "חיפוש:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "חיפוש …"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "חיפוש"
|
||||
|
|
@ -472,7 +477,7 @@ msgstr "חיפוש"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr "הקודם"
|
||||
msgstr "קודם"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,48 +1,23 @@
|
|||
# Loco Gettext template
|
||||
# Translation of Understrap in Italian
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:35+0200\n"
|
||||
"Last-Translator: Max Guglielmino <info@maxguglielmino.com>\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:27+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: it_IT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"X-Poedit-SearchPath-21: inc\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -55,22 +30,18 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgstr ""
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr "Howard Development & Consulting"
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr "https://howarddc.com"
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -89,25 +60,25 @@ msgstr "Categorie più utilizzate"
|
|||
#. translators: %1$s: smiley
|
||||
#: 404.php:69
|
||||
msgid "Try looking in the monthly archives. %1$s"
|
||||
msgstr "Provare a consultare gli archivi mensili. %1$s"
|
||||
msgstr "Prova a guardare nell'archivio mensile. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "Immagine del profilo di %s"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "Sito web"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "Informazioni su %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "Articoli scritti da %s"
|
||||
|
||||
|
|
@ -115,126 +86,143 @@ msgstr "Articoli scritti da %s"
|
|||
#: comments.php:36
|
||||
msgctxt "comments title"
|
||||
msgid "One thought on “%s”"
|
||||
msgstr ""
|
||||
msgstr "Un commento su “%s”"
|
||||
|
||||
#. translators: 1: number of comments, 2: post title
|
||||
#: comments.php:43
|
||||
msgctxt "comments title"
|
||||
msgid "%1$s thought on “%2$s”"
|
||||
msgid_plural "%1$s thoughts on “%2$s”"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[0] "%1$s commento su “%2$s”"
|
||||
msgstr[1] "%1$s commenti su “%2$s”"
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "Navigazione principale"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Attiva/disattiva la navigazione"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "Apri menu"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "Chiudi menu"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "Vai al contenuto"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "Aggiungi un menu"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "I commenti sono chiusi."
|
||||
|
||||
#: inc/custom-header.php:54
|
||||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
msgstr "Immagine dell'header predefinita"
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr ""
|
||||
msgstr "Impostazioni del layout del tema"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr ""
|
||||
msgstr "Barra lateral"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
msgid "Container Width"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:85
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr ""
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr "Versione di Bootstrap"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr "Scegli tra la versione 4 e la versione 5 di Bootstrap"
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr "Bootstrap 4"
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr "Bootstrap 5"
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "Larghezza container"
|
||||
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "Scegli tra il container e il container-fluid di Bootstrap"
|
||||
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr ""
|
||||
msgstr "Container a larghezza fissa"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr "Container a larghezza intera"
|
||||
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr "Tipo di navigazione responsive"
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr ""
|
||||
msgstr "Posizione barra laterale"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
"Imposta la posizione di default della barra laterale. Può essere: destra, "
|
||||
"sinistra, entrambe o nessuna. Nota: questa impostazione può essere "
|
||||
"sovrascritta individualmente in ogni pagina."
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr ""
|
||||
msgstr "Barra laterale destra"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr ""
|
||||
msgstr "Barra laterale sinistra"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr ""
|
||||
msgstr "Barra laterale sinistra & destra"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr "Nessuna barra laterale"
|
||||
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
|
|
@ -244,11 +232,11 @@ msgstr ""
|
|||
#: inc/editor.php:56
|
||||
msgctxt "Font size name"
|
||||
msgid "Small"
|
||||
msgstr ""
|
||||
msgstr "Piccolo"
|
||||
|
||||
#: inc/editor.php:60
|
||||
msgid "Blockquote"
|
||||
msgstr ""
|
||||
msgstr "Citazione"
|
||||
|
||||
#: inc/editor.php:66
|
||||
msgid "Blockquote Footer"
|
||||
|
|
@ -258,9 +246,9 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "Leggi tutto..."
|
||||
msgstr "Leggi di più..."
|
||||
|
||||
#: inc/hooks.php:30
|
||||
msgid "https://wordpress.org/"
|
||||
|
|
@ -278,149 +266,144 @@ msgstr "Tema: %1$s di %2$s."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr ""
|
||||
msgid "Version: %s"
|
||||
msgstr "Versione: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "Navigazione articoli"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "Menù Principale"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
msgstr "Pubblicato il"
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
msgstr "di"
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
msgstr "Pubblicato da"
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "Pubblicato in %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "Taggato %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "Commenta"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1 Commento"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% Commenti"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "Navigazione commenti"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← Commenti meno recenti"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "Commenti più recenti →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "Modifica %s"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr ""
|
||||
msgstr "Navigazione articoli"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr ""
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr ""
|
||||
msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "Pagine:"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr ""
|
||||
msgstr "Barra laterale destra"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
msgstr "Area widget barra laterale destra"
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr ""
|
||||
msgstr "Barra laterale sinistra"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
msgstr "Area widget barra laterale sinistra"
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "Blocco Iniziale con Carosello "
|
||||
msgstr "Blocco Iniziale con Carosello"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
msgstr "Widget alto a tutta larghezza con griglia dinamica"
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "Piè di pagina Larghezza Intera"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
msgstr "Widget del footer a tutta larghezza con griglia dinamica"
|
||||
|
||||
#: loop-templates/content-none.php:18
|
||||
msgid "Nothing Found"
|
||||
|
|
@ -431,7 +414,7 @@ msgstr "Nessun risultato"
|
|||
msgid ""
|
||||
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
|
||||
msgstr ""
|
||||
"Pronto per pubblicare il tuo primo articolo? <a href=\"%1$s\">Inizia da qui</"
|
||||
"Pronto a pubblicare il tuo primo articolo? <a href=\"%1$s\">Inizia da qui</"
|
||||
"a>."
|
||||
|
||||
#: loop-templates/content-none.php:38
|
||||
|
|
@ -452,11 +435,11 @@ msgstr ""
|
|||
|
||||
#. Template Name of the theme
|
||||
msgid "Blank Page Template"
|
||||
msgstr ""
|
||||
msgstr "Template di pagina vuoto"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Left and Right Sidebar Layout"
|
||||
msgstr ""
|
||||
msgstr "Layout barra laterale a sinitra e destra"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Empty Page Template"
|
||||
|
|
@ -464,32 +447,36 @@ msgstr "Template Pagina Vuota"
|
|||
|
||||
#. Template Name of the theme
|
||||
msgid "Full Width Page"
|
||||
msgstr "Pagina a Larghezza Intera"
|
||||
msgstr "Pagina larghezza intera"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Left Sidebar Layout"
|
||||
msgstr "Layout barra laterale a sinistra"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr ""
|
||||
msgstr "Layout barra laterale a destra"
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "Risultati della ricerca per: %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "Ricerca per:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "Cerca …"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "Cerca"
|
||||
|
|
@ -497,9 +484,9 @@ msgstr "Cerca"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
msgstr "Precedente"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
msgstr "Successivo"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,47 +1,23 @@
|
|||
# Translation of Understrap in Japanese
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:35+0200\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:28+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: ja_JP\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"X-Poedit-SearchPath-21: inc\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -54,30 +30,18 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
"AutomatticのテーマとBootstrap 4のコンビネーション。あなたの次のテーマプロジェ"
|
||||
"クトとWordPressのウェブサイトの堅実な出発点として作られています。スターター"
|
||||
"テーマまたは親テーマとして使用します。それはあなた次第です。Font Awesomeのサ"
|
||||
"ポート、組み込みのウィジェットスライダーなど、基本的なWebサイトにはるかに必要"
|
||||
"なものが含まれています。 *重要*: すべての開発者の依存関係は、このインストール"
|
||||
"ファイルにバンドルされていません。zipファイルをダウンロードして展開し、展開さ"
|
||||
"れたunderstrapフォルダの中で「npm install」と「gulp copy-assets」を実行するだ"
|
||||
"けです。"
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr ""
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -97,22 +61,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "月別アーカイブを探してみてください %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "%s さんのプロフィール写真"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "サイト"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "%s について"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "%s の投稿"
|
||||
|
||||
|
|
@ -129,23 +93,34 @@ msgid "%1$s thought on “%2$s”"
|
|||
msgid_plural "%1$s thoughts on “%2$s”"
|
||||
msgstr[0] ""
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "メインナビゲーション"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "ナビゲーションを切り替え"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "メニューを開く"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "メニューを閉じる"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "内容をスキップ"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "メニューを追加"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "コメントは受け付けていません。"
|
||||
|
||||
|
|
@ -153,92 +128,95 @@ msgstr "コメントは受け付けていません。"
|
|||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr "テーマのレイアウト設定"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr "コンテナの幅とサイドバーのデフォルト"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "コンテナーの幅"
|
||||
|
||||
#: inc/customizer.php:85
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "Bootstrapの固定幅コンテナと全幅コンテナを選択してください"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr "固定幅コンテナ"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr "全幅コンテナ"
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr "サイドバーポジショニング"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr "右サイドバー"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr "左サイドバー"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr "左右サイドバー"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr "サイドバーなし"
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr "前"
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
|
|
@ -262,7 +240,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "続きを読む..."
|
||||
|
||||
|
|
@ -282,148 +260,142 @@ msgstr "テーマ: %1$s は %2$s によって作られました."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr "バージョン: %1$s"
|
||||
msgid "Version: %s"
|
||||
msgstr "バージョン: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "投稿ナビゲーション"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "メインメニュー"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr "、 "
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "カテゴリー: %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "タグ: %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "コメントを残す"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1件のコメント"
|
||||
|
||||
# Are you mistaking the formatter?
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% 件のコメント"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "コメントナビゲーション"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← 古いコメント"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "新しいコメント →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "%s を編集する"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr "投稿ナビゲーション"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "ページ:"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr "、 "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr "右サイドバー"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr "左サイドバー"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "ヒーロースライダー"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "全幅フッター"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -473,26 +445,30 @@ msgstr "全幅ページ"
|
|||
msgid "Left Sidebar Layout"
|
||||
msgstr "左スライダーのレイアウト"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "「%s」の検索結果"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "検索:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "検索…"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "検索"
|
||||
|
|
@ -500,9 +476,9 @@ msgstr "検索"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
msgstr "前へ"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
msgid "Next"
|
||||
msgstr "次"
|
||||
msgstr "次へ"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,47 +1,23 @@
|
|||
# Translation of Understrap in Korean
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:35+0200\n"
|
||||
"Last-Translator: idpokute <mike.sayhi@gmail.com>\n"
|
||||
"Language-Team: Korean\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:29+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: ko_KR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"X-Poedit-SearchPath-21: inc\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -54,22 +30,18 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr ""
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -91,22 +63,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "월간 보관물을 확인해보세요. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "%s의 프로필 사진"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "웹사이트"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "%s에 대하여"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "%s 작성 글"
|
||||
|
||||
|
|
@ -123,23 +95,34 @@ msgid "%1$s thought on “%2$s”"
|
|||
msgid_plural "%1$s thoughts on “%2$s”"
|
||||
msgstr[0] ""
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "메인 내비게이션"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "내비게이션 토글"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "메뉴 열기"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "메뉴 닫기"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "콘텐츠로 바로가기"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "메뉴 추가하기"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "댓글이 닫혀있습니다."
|
||||
|
||||
|
|
@ -147,92 +130,95 @@ msgstr "댓글이 닫혀있습니다."
|
|||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:84
|
||||
msgid "Container Width"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:85
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
|
|
@ -256,7 +242,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "더보기..."
|
||||
|
||||
|
|
@ -276,147 +262,142 @@ msgstr "테마: %1$s by %2$s."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr ""
|
||||
msgid "Version: %s"
|
||||
msgstr "버전: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "글 내비게이션"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "주 메뉴"
|
||||
msgstr "기본 메뉴"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "에 배치하는 %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "태그 %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "댓글 남기기"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "댓글 내비게이션"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1 댓글"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% 댓글"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
msgstr "댓글 네비게이션"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "<이전 댓글"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "신규 댓글>"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "%s 편집"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr ""
|
||||
msgstr "글 내비게이션"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "페이지:"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "Hero 슬라이더"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "풋터 Full"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -464,26 +445,30 @@ msgstr "너비 페이지"
|
|||
msgid "Left Sidebar Layout"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "검색 결과: %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "검색어:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "검색 …"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "검색"
|
||||
|
|
@ -491,9 +476,9 @@ msgstr "검색"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
msgstr "이전"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
msgstr "다음"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,47 +1,23 @@
|
|||
# Translation of Understrap in Norwegian (Bokmål)
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:35+0200\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:30+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: nb_NO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"X-Poedit-SearchPath-21: inc\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -54,34 +30,22 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
"Kombinasjon av Automattic's _s tema og Bootstrap 4. Laget som et solid "
|
||||
"utgangspunkt for ditt neste tema-prosjekt og WordPress-nettsted. Bruk det "
|
||||
"som utgangspunkt eller som et overordnet tema. Det er opp til deg. Inkludert "
|
||||
"Font Awesome-støtte, innebygget widget for skyvekontroll og mye mer du "
|
||||
"trenger for grunnleggende nettsteder. VIKTIG: Alle utvikleravhengigheter er "
|
||||
"ikke buntet sammen med denne installasjonsfilen. Bare last ned .zip-filen, "
|
||||
"pakk den ut og kjør \"npm install\" og \"gulp copy-assets\" inne i utpakket /"
|
||||
"understrap-mappe."
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr ""
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
msgstr "Oops! Denne siden ble ikke funnet"
|
||||
msgstr "Oops! Denne siden ble ikke funnet."
|
||||
|
||||
#: 404.php:36
|
||||
msgid "It looks like nothing was found at this location. Maybe try a search?"
|
||||
|
|
@ -98,22 +62,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "Prøv å se i de månedlige arkivene. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "Profilbildet til %s"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "Nettsted"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "Om %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "Innlegg av %s"
|
||||
|
||||
|
|
@ -131,23 +95,34 @@ msgid_plural "%1$s thoughts on “%2$s”"
|
|||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "Hovednavigasjon"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Veksle navigasjon"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "Åpne meny"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "Lukk meny"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "Hopp til innhold"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "Legg til meny"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "Kommentarer er stengt."
|
||||
|
||||
|
|
@ -155,92 +130,95 @@ msgstr "Kommentarer er stengt."
|
|||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr "Temaoppsettinnstillinger"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr "Container-bredde og sidekolonne-standardinnstillinger"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "Container Bredde"
|
||||
|
||||
#: inc/customizer.php:85
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "Velg mellom Bootstraps container og container-fluid"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr "Fast bredde container"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr "Full bredde container"
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr "Sidekolonne-posisjonering"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr "Høyre sidekolonne"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr "Venstre sidekolonne"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr "Venstre og høyre sidekolonner"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr "Ingen sidekolonne"
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr "Forrige"
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
|
|
@ -264,7 +242,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "Les mer..."
|
||||
|
||||
|
|
@ -284,147 +262,142 @@ msgstr "Tema: %1$s av %2$s."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr "Versjon: %1$s"
|
||||
msgid "Version: %s"
|
||||
msgstr "Versjon: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "Innleggnavigasjon"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "Hovedmeny"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "Publisert i %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "Merket %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "Legg igjen en kommentar"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "Kommentarnavigasjon"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1 kommentar"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% kommentarer"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
msgstr "Kommentar navigasjon"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← Eldre kommentarer"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "Nyere kommentarer →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "Rediger %s"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr "Innlegg navigasjon"
|
||||
msgstr "Innleggsnavigasjon"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "Sider:"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr "Høyre sidekolonne"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr "Venstre sidekolonne"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "Hero Slider"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "Bunntekst full"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -476,26 +449,30 @@ msgstr "Full bredde side"
|
|||
msgid "Left Sidebar Layout"
|
||||
msgstr "Venstre sidekolonne-oppsett"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "Søkeresultater for: %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "Søk etter:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "Søk …"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "Søk"
|
||||
|
|
@ -503,7 +480,7 @@ msgstr "Søk"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
msgstr "Forrige"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,20 +1,23 @@
|
|||
# Translation of Understrap in Dutch
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:35+0200\n"
|
||||
"Last-Translator: vincent <v.vanbergen@gmail.com>\n"
|
||||
"Language-Team: Nederlands\n"
|
||||
"Language: nl_NL\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:31+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Loco-Source-Locale: en-NL\n"
|
||||
"X-Loco-Project-Id: 19218\n"
|
||||
"X-Loco-Api-Version: 1.0.15 20161122-1\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -27,22 +30,18 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr ""
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -64,22 +63,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "Probeer te zoeken in de maandelijkse archieven. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "Profielfoto van %s"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "Site"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "Over %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "Berichten van %s"
|
||||
|
||||
|
|
@ -97,23 +96,34 @@ msgid_plural "%1$s thoughts on “%2$s”"
|
|||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "Hoofdnavigatie"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Toggle navigatie"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "Open menu"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "Sluit menu"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "Ga naar de inhoud"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "Menu toevoegen"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "Reacties zijn gesloten."
|
||||
|
||||
|
|
@ -121,92 +131,95 @@ msgstr "Reacties zijn gesloten."
|
|||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr "Thema Layout Instellingen"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr "Container breedte en zijbalk standaarden"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "Container Breedte"
|
||||
|
||||
#: inc/customizer.php:85
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "Kies tussen Bootstrap's container en container-fluid"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr "Container met vaste breedte"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr "Container met vollege breedte"
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr "Zijbalk Positie"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr "Rechter zijbalk"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr "Linker zijbalk"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr "Linker & Rechter zijbalken"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr "Geen zijbalk"
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
|
|
@ -230,7 +243,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "Lees verder..."
|
||||
|
||||
|
|
@ -250,147 +263,142 @@ msgstr "Thema: %1$s van %2$s."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr "Versie: %1$s"
|
||||
msgid "Version: %s"
|
||||
msgstr "Versie: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "Berichtnavigatie"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "Hoofdmenu"
|
||||
msgstr "Primair menu"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "Geplaatst in %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "Getagged %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "Plaats een reactie"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1 Reactie"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% Reacties"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "Reactienavigatie"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← Oudere reacties"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "Nieuwere reacties →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "Bewerk %s"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr "Bericht Navigatie"
|
||||
msgstr "Berichtnavigatie"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "Pagina's:"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr "Rechter zijbalk"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr "Linkel zijbalk"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "Hero Slider"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "Footer (volledige breedte)"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -441,26 +449,30 @@ msgstr "Volledige breedte"
|
|||
msgid "Left Sidebar Layout"
|
||||
msgstr "Linker Zijbalk"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "Zoekresultaten voor: %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "Zoeken naar:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "Zoeken …"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "Zoeken"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,47 +1,23 @@
|
|||
# Translation of Understrap in Norwegian (Nynorsk)
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:34+0200\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:32+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: nn_NO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"X-Poedit-SearchPath-21: inc\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -54,30 +30,18 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
"Kombinasjon av Automattic's _s tema og Bootstrap 4. Laget som eit solid "
|
||||
"utgangspunkt for ditt neste tema-prosjekt og WordPress-nettstad. Bruk det "
|
||||
"som utgangspunkt eller som eit overordnet tema. Det er opp til deg. "
|
||||
"Inkludert Font Awesome-støtte, innebygget widget for skyvekontroll og mye "
|
||||
"meir du trenger for grunnleggende nettstader. VIKTIG: Alle "
|
||||
"utvikleravhengigheter er ikkje buntet sammen med denne installasjonsfilen. "
|
||||
"Bare last ned .zip-filen, pakk den ut og kjør \"npm install\" og \"gulp copy-"
|
||||
"assets\" inne i utpakket /understrap-mappe."
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr ""
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -98,22 +62,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "Prøv å sjå etter i månadsarkiva. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr ""
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "Vevstad"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "Om %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "Innlegg av %s"
|
||||
|
||||
|
|
@ -131,23 +95,34 @@ msgid_plural "%1$s thoughts on “%2$s”"
|
|||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: header.php:31
|
||||
msgid "Skip to content"
|
||||
msgstr "Gå vidare til hovudinnhaldet"
|
||||
|
||||
#: header.php:36
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
msgid "Add a menu"
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr ""
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "Hopp til innhaldet"
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr "Legg til meny"
|
||||
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "Stengt for kommentarar."
|
||||
|
||||
|
|
@ -155,92 +130,95 @@ msgstr "Stengt for kommentarar."
|
|||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr "Temaoppsettinnstillinger"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr "Container-bredde og sidekolonne-standardinnstillinger"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "Container Bredde"
|
||||
|
||||
#: inc/customizer.php:85
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "Velg mellom Bootstraps container og container-fluid"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr "Fast bredde container"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr "Full bredde container"
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr "Sidekolonne-posisjonering"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr "Høyre sidekolonne"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr "Venstre sidekolonne"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr "Venstre og høgre sidekolonner"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr "Ingen sidekolonne"
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr "Forrige"
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
|
|
@ -264,7 +242,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "Les meir..."
|
||||
|
||||
|
|
@ -284,147 +262,142 @@ msgstr "Tema: %1$s av %2$s."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr "Versjon: %1$s"
|
||||
msgid "Version: %s"
|
||||
msgstr "Versjon: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "Innleggsnavigasjon"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "Hovedmeny"
|
||||
msgstr "Hovudmeny"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "Posta under %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "Merkte %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "Legg igjen ein kommentar"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "Finn fram i kommentarar"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1 kommentar"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% kommentarer"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
msgstr "Kommentar navigasjon"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← Eldre kommentarer"
|
||||
msgstr "← Eldre kommentarar"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "Nyere kommentarer →"
|
||||
msgstr "Nyare kommentarar →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "Rediger %s"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr "Innlegg navigasjon"
|
||||
msgstr "Innleggsnavigering"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "Sider:"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr "Høgre sidekolonne"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr "Venstre sidekolonne"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "Hero Slider"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "Bunntekst full"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -473,27 +446,31 @@ msgstr "Full bredde side"
|
|||
msgid "Left Sidebar Layout"
|
||||
msgstr "Venstre sidekolonne-oppsett"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
#, fuzzy
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "Søkjeresultat for: %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "Leit etter:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "Søk …"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "Søk"
|
||||
|
|
@ -501,7 +478,7 @@ msgstr "Søk"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
msgstr "Førre"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,47 +1,24 @@
|
|||
# Translation of Understrap in Polish
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:34+0200\n"
|
||||
"Last-Translator: Mirosław Zalewski <mz@miroslaw-zalewski.eu>\n"
|
||||
"Language-Team: Polish\n"
|
||||
"Language: pl_PL\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:33+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 "
|
||||
"&& (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -54,29 +31,18 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
"Połączenie motywu _s od Automattic oraz Bootstrapa 4. Stworzony jako solidna "
|
||||
"podstawa dla Twojego następnego motywu lub strony opartej na WordPressie. "
|
||||
"Wykorzystaj go jako motyw startowy lub motyw nadrzędny. Jak chcesz. Zawiera "
|
||||
"obsługę Font Awesome, wbudowany widżet slidera i wiele innych. WAŻNE: "
|
||||
"Zależności nie są dołączone do tego pliku instalacyjnego. Po prostu pobierz "
|
||||
"plik .zip, rozpakuj go, wejdź do katalogu /understrap i uruchom polecenia "
|
||||
"\"npm install\" i \"gulp copy-assets\"."
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr ""
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -96,22 +62,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "Spróbuj przeszukać miesięczne archiwa. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "Zdjęcie profilowe %s"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "Witryna internetowa"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "O %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "Wpisy, których autorem jest %s"
|
||||
|
||||
|
|
@ -130,23 +96,35 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#: header.php:31
|
||||
msgid "Skip to content"
|
||||
msgstr "Przeskocz do treści"
|
||||
|
||||
#: header.php:36
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
#, fuzzy
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
msgstr "Nawigacja główna"
|
||||
|
||||
#: header.php:63
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
msgstr "Przełącz nawigację"
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "Rozwiń menu"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "Zamknij menu"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "Przejdź do treści"
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "Dodaj menu"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "Możliwość komentowania została wyłączona."
|
||||
|
||||
|
|
@ -154,92 +132,95 @@ msgstr "Możliwość komentowania została wyłączona."
|
|||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr "Ustawienia układu szablonu"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr "Domyślne ustawienia szerokości strony oraz panelu bocznego"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "Szerokość strony"
|
||||
|
||||
#: inc/customizer.php:85
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "Wybierz pomiędzy klasami Bootstrapa: container oraz container-fluid"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr "Stała"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr "Zmienna (wypełnia całą dostępną przestrzeń)"
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr "Umiejscowienie panelu bocznego"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr "Panel boczny po prawej"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr "Panel boczny po lewej"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr "Panel boczny po lewej i po prawej"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr "Brak panelu bocznego"
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr "Poprzednie"
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
|
|
@ -263,7 +244,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "Czytaj dalej…"
|
||||
|
||||
|
|
@ -283,147 +264,142 @@ msgstr "Motyw: %1$s od %2$s."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr "Wersja: %1$s"
|
||||
msgid "Version: %s"
|
||||
msgstr "Wersja: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "Nawigacja po wpisach"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "Menu główne"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "Opublikowano w %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "Tagi %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "Napisz komentarz"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "Nawigacja komentarzy"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "Komentarzy: 1"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "Komentarzy: %"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
msgstr "Nawigacja po komentarzach"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← Starsze komentarze"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "Nowsze komentarze →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "Edytuj %s"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr "Nawigacja po artykułach"
|
||||
msgstr "Nawigacja wpisu"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "Strony:"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ","
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr "Prawy panel boczny"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr "Lewy panel boczny"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "Slider Hero"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "Pełna stopka"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -472,26 +448,30 @@ msgstr "Pełna szerokość"
|
|||
msgid "Left Sidebar Layout"
|
||||
msgstr "Lewy panel boczny"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "Wyniki wyszukiwania: %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "Szukaj:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "Szukaj …"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "Szukaj"
|
||||
|
|
@ -499,7 +479,7 @@ msgstr "Szukaj"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
msgstr "Poprzednie"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,47 +1,23 @@
|
|||
# Translation of Understrap in Portuguese (Brazil)
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:33+0200\n"
|
||||
"Last-Translator: Diego Versiani <diegoversiani@gmail.com>\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:35+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Loco-Target-Locale: pt_BR\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"X-Poedit-SearchPath-21: inc\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -54,22 +30,18 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr ""
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -90,23 +62,23 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "Tente olhar nos arquivos mensais. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
#, fuzzy
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "Foto do perfil do %s"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "Site"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "Sobre %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "Posts de %s"
|
||||
|
||||
|
|
@ -124,23 +96,34 @@ msgid_plural "%1$s thoughts on “%2$s”"
|
|||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "Navegação principal"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Alternar navegação"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "Abrir menu"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "Fechar menu"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "Pular para o conteúdo"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "Adicionar um menu"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "Os comentários estão desativados."
|
||||
|
||||
|
|
@ -148,92 +131,95 @@ msgstr "Os comentários estão desativados."
|
|||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:84
|
||||
msgid "Container Width"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:85
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
|
|
@ -257,7 +243,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "Leia mais..."
|
||||
|
||||
|
|
@ -277,147 +263,142 @@ msgstr "Tema: %1$s por %2$s."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr ""
|
||||
msgid "Version: %s"
|
||||
msgstr "Versão: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr "Navegação entre posts"
|
||||
msgstr "Navegação por posts"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "Menu Primário"
|
||||
msgstr "Menu principal"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "Publicado em %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "Marcado com %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "Deixe um comentário"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1 comentário"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% Comentários"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "Navegação de comentários"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← Mais Antigos"
|
||||
msgstr "← Comentários mais antigos"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "Mais Novos"
|
||||
msgstr "Comentários mais recentes →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "Editar %s"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr "Navegação entre posts"
|
||||
msgstr "Navegação de post"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "Páginas"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "Hero Slides"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "Rodapé"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -469,26 +450,30 @@ msgstr "Sem barra lateral"
|
|||
msgid "Left Sidebar Layout"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "Resultados da pesquisa por: %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "Pesquisar por:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "Pesquisar …"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "Pesquisar"
|
||||
|
|
@ -496,9 +481,9 @@ msgstr "Pesquisar"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
msgstr "Anterior"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
msgstr "Próximo"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,48 +1,23 @@
|
|||
# Loco Gettext template
|
||||
# Translation of Understrap in Portuguese (Portugal)
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:34+0200\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:36+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: pt_PT\n"
|
||||
"Language: pt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"X-Poedit-SearchPath-21: inc\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -55,29 +30,18 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
"Combinação do tema _s da Automattic e Bootstrap 4. Pensado como um ponto de "
|
||||
"arranque sólido para o teu próximo projecto e website WordPress. Utiliza "
|
||||
"como um starter theme ou parent theme. Inclui suporte para Font Awesome, "
|
||||
"slider de widgets e muito mais. IMPORTANTE as dependências de "
|
||||
"desenvolvimento não estão incluídas com o ficheiro de instalação. é "
|
||||
"necessário executar \"npm install\" e \"gulp copy-assets\" dentro da "
|
||||
"directoria /understrap."
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr ""
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -97,22 +61,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "Tente pesquisar nos arquivos mensais. %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "Imagem de perfil de %s"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "Site"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "Sobre %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "Artigos de %s"
|
||||
|
||||
|
|
@ -130,23 +94,34 @@ msgid_plural "%1$s thoughts on “%2$s”"
|
|||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "Navegação principal"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Alternar a navegação"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "Abrir menu"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "Fechar menu"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "Saltar para o conteúdo"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "Adicionar um menu"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "Os comentários estão fechados."
|
||||
|
||||
|
|
@ -154,92 +129,95 @@ msgstr "Os comentários estão fechados."
|
|||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr "Definições do Layout do tema"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr "Contentor com Barras Laterais por defeito"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "Largura do contentor"
|
||||
|
||||
#: inc/customizer.php:85
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "Escolha entre Contentor do Bootstrap ou Contentor fluído"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr "Contentor com largura fixa"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr "Contentor com largura completa"
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr "Colocação da Barra Lateral"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr "Barra Lateral Direita"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr "Barra Lateral Esquerda"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr "Barras Laterais Esquerda e Direita"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr "Sem Barra Lateral"
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr "Anterior"
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
|
|
@ -263,7 +241,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "Continuar a ler..."
|
||||
|
||||
|
|
@ -283,147 +261,142 @@ msgstr "Tema: %1$s por %2$s."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr "Versão: %1$s"
|
||||
msgid "Version: %s"
|
||||
msgstr "Versão: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "»"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "Navegação de artigos"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "Menu principal"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "Publicado em %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "Etiquetas %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "Comentar"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "Navegação de comentários"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1 Comentário"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% Comentários"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
msgstr "Navegação Respostas"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← Comentários mais antigos"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "Comentários mais recentes →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "Editar %s"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr "Navegação nos Posts"
|
||||
msgstr "Navegação de artigos"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "Páginas:"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr "Barra Lateral Direita"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr "Barra Lateral Esquerda"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "Hero Slider"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "Rodapé completo"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -474,26 +447,30 @@ msgstr "Página largura completa"
|
|||
msgid "Left Sidebar Layout"
|
||||
msgstr "Layout com Barra Lateral à Esquerda"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "Resultados da pesquisa por: %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "Pesquisar por:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "Pesquisar …"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "Pesquisar"
|
||||
|
|
@ -501,9 +478,9 @@ msgstr "Pesquisar"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
msgstr "Anterior"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
msgid "Next"
|
||||
msgstr "Próximo"
|
||||
msgstr "Seguinte"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,48 +1,24 @@
|
|||
# Translation of Understrap in Russian
|
||||
# This file is distributed under the same license as the Understrap package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: understrap\n"
|
||||
"Project-Id-Version: Understrap\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/understrap\n"
|
||||
"POT-Creation-Date: 2021-08-20T00:31:53+00:00\n"
|
||||
"PO-Revision-Date: 2021-08-20 02:33+0200\n"
|
||||
"Last-Translator: edkozuto <edkozuto@gmail.com>\n"
|
||||
"Language-Team: Русский\n"
|
||||
"Language: ru_RU\n"
|
||||
"POT-Creation-Date: 2022-10-26T09:38:35+00:00\n"
|
||||
"PO-Revision-Date: 2022-10-26 14:41+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Revision-Date: Mon Jul 04 2016 09:13:18 GMT+0200 (CEST)\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && n"
|
||||
"%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
|
||||
"X-Poedit-SourceCharset: UTF-8\n"
|
||||
"X-Generator: Poedit 3.0\n"
|
||||
"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
|
||||
"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
||||
"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
|
||||
"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
|
||||
"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"X-Poedit-SearchPath-0: footer.php\n"
|
||||
"X-Poedit-SearchPath-1: header.php\n"
|
||||
"X-Poedit-SearchPath-2: index.php\n"
|
||||
"X-Poedit-SearchPath-3: statichero.php\n"
|
||||
"X-Poedit-SearchPath-4: 404.php\n"
|
||||
"X-Poedit-SearchPath-5: archive.php\n"
|
||||
"X-Poedit-SearchPath-6: search.php\n"
|
||||
"X-Poedit-SearchPath-7: sticky.php\n"
|
||||
"X-Poedit-SearchPath-8: single.php\n"
|
||||
"X-Poedit-SearchPath-9: sidebar.php\n"
|
||||
"X-Poedit-SearchPath-10: comment-form.php\n"
|
||||
"X-Poedit-SearchPath-11: comments.php\n"
|
||||
"X-Poedit-SearchPath-12: content-none.php\n"
|
||||
"X-Poedit-SearchPath-13: content-page.php\n"
|
||||
"X-Poedit-SearchPath-14: content-search.php\n"
|
||||
"X-Poedit-SearchPath-15: content-single.php\n"
|
||||
"X-Poedit-SearchPath-16: content.php\n"
|
||||
"X-Poedit-SearchPath-17: hero.php\n"
|
||||
"X-Poedit-SearchPath-18: page.php\n"
|
||||
"X-Poedit-SearchPath-19: functions.php\n"
|
||||
"X-Poedit-SearchPath-20: page-templates\n"
|
||||
"X-Poedit-SearchPath-21: inc\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % "
|
||||
"10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
|
||||
"X-Generator: Poedit 3.2\n"
|
||||
"X-Poedit-KeywordsList: __:1;_e:1;_n:1,2;_n_noop:1,2;_x:1,2c;_ex:1,2c;"
|
||||
"_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;esc_attr__:1;esc_html__:1;"
|
||||
"esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;esc_html_x:1,2c;translate:1;"
|
||||
"translate_nooped_plural\n"
|
||||
|
||||
#. Theme Name of the theme
|
||||
msgid "Understrap"
|
||||
|
|
@ -55,25 +31,18 @@ msgstr "https://understrap.com"
|
|||
|
||||
#. Description of the theme
|
||||
msgid ""
|
||||
"Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid "
|
||||
"starting point for your next theme project and WordPress website. Use it as "
|
||||
"starter theme or as a parent theme. It is up to you. Including Font Awesome "
|
||||
"support, built-in widget slider and much more you need for basic websites. "
|
||||
"IMPORTANT: All developer dependencies are not bundled with this install "
|
||||
"file. Just download the .zip, extract it and run \"npm install\" and \"gulp "
|
||||
"copy-assets\" inside the extracted /understrap folder."
|
||||
"The renowned WordPress starter theme framework that combined Underscores and "
|
||||
"Bootstrap. Trusted by more than 100,000 developers for building handcrafted, "
|
||||
"custom WordPress sites."
|
||||
msgstr ""
|
||||
"Сочетание темы _s от Automatic и Bootstrap 4. Надежный базис для создания "
|
||||
"ваших собственных тем и вебсайтов на WordPress. Используйте как основную или "
|
||||
"как родительскую тему. Все в ваших руках."
|
||||
|
||||
#. Author of the theme
|
||||
msgid "the Understrap Authors"
|
||||
msgid "Howard Development & Consulting"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the theme
|
||||
msgid "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgstr "https://github.com/understrap/understrap/graphs/contributors"
|
||||
msgid "https://howarddc.com"
|
||||
msgstr ""
|
||||
|
||||
#: 404.php:30
|
||||
msgid "Oops! That page can’t be found."
|
||||
|
|
@ -96,22 +65,22 @@ msgid "Try looking in the monthly archives. %1$s"
|
|||
msgstr "Загляните в архивы по месяцам %1$s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:42
|
||||
#: author.php:44
|
||||
msgctxt "Avatar alt"
|
||||
msgid "Profile picture of %s"
|
||||
msgstr "Картинка профиля %s"
|
||||
|
||||
#: author.php:52
|
||||
#: author.php:54
|
||||
msgid "Website"
|
||||
msgstr "Сайт"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:63
|
||||
#: author.php:65
|
||||
msgid "About %s"
|
||||
msgstr "Об авторе %s"
|
||||
|
||||
#. translators: %s: author name
|
||||
#: author.php:77
|
||||
#: author.php:79
|
||||
msgid "Posts by %s"
|
||||
msgstr "Записи %s"
|
||||
|
||||
|
|
@ -130,23 +99,34 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#: header.php:31
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:17
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:17
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:17
|
||||
msgid "Main Navigation"
|
||||
msgstr "Меню навигации"
|
||||
|
||||
#: global-templates/navbar-collapse-bootstrap4.php:34
|
||||
#: global-templates/navbar-collapse-bootstrap5.php:33
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Переключить навигацию"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:33
|
||||
msgid "Open menu"
|
||||
msgstr "Открыть меню"
|
||||
|
||||
#: global-templates/navbar-offcanvas-bootstrap5.php:45
|
||||
msgid "Close menu"
|
||||
msgstr "Закрыть меню"
|
||||
|
||||
#: header.php:32
|
||||
msgid "Skip to content"
|
||||
msgstr "Перейти к содержимому"
|
||||
|
||||
#: header.php:36
|
||||
msgid "Main Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: header.php:63
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: inc/class-wp-bootstrap-navwalker.php:376
|
||||
#: inc/class-wp-bootstrap-navwalker.php:377
|
||||
msgid "Add a menu"
|
||||
msgstr ""
|
||||
msgstr "Добавить меню"
|
||||
|
||||
#: inc/custom-comments.php:102
|
||||
#: inc/custom-comments.php:106
|
||||
msgid "Comments are closed."
|
||||
msgstr "Обсуждение закрыто."
|
||||
|
||||
|
|
@ -154,92 +134,95 @@ msgstr "Обсуждение закрыто."
|
|||
msgid "Default Header Image"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:42
|
||||
#: inc/customizer.php:67
|
||||
msgid "Theme Layout Settings"
|
||||
msgstr "Настройки компоновки темы"
|
||||
|
||||
#: inc/customizer.php:44
|
||||
#: inc/customizer.php:69
|
||||
msgid "Container width and sidebar defaults"
|
||||
msgstr "Ширина контейнера и боковая панель по умолчанию"
|
||||
|
||||
#: inc/customizer.php:84
|
||||
#: inc/customizer.php:89
|
||||
msgid "Bootstrap Version"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:90
|
||||
msgid "Choose between Bootstrap 4 or Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:94
|
||||
msgid "Bootstrap 4"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:95
|
||||
msgid "Bootstrap 5"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:117
|
||||
msgid "Container Width"
|
||||
msgstr "Ширина контейнера"
|
||||
|
||||
#: inc/customizer.php:85
|
||||
#: inc/customizer.php:118
|
||||
msgid "Choose between Bootstrap's container and container-fluid"
|
||||
msgstr "Выберите контейнер"
|
||||
|
||||
#: inc/customizer.php:90
|
||||
#: inc/customizer.php:122
|
||||
msgid "Fixed width container"
|
||||
msgstr "Контейнер фиксированной ширины"
|
||||
|
||||
#: inc/customizer.php:91
|
||||
#: inc/customizer.php:123
|
||||
msgid "Full width container"
|
||||
msgstr "Контейнер во всю ширину"
|
||||
|
||||
#: inc/customizer.php:113
|
||||
#: inc/customizer.php:145
|
||||
msgid "Responsive Navigation Type"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:146
|
||||
msgid ""
|
||||
"Choose between an expanding and collapsing navbar or an offcanvas drawer."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:154
|
||||
msgid "Collapse"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:155
|
||||
msgid "Offcanvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:177
|
||||
msgid "Sidebar Positioning"
|
||||
msgstr "Расположение боковой панели"
|
||||
|
||||
#: inc/customizer.php:114
|
||||
#: inc/customizer.php:178
|
||||
msgid ""
|
||||
"Set sidebar's default position. Can either be: right, left, both or none. "
|
||||
"Note: this can be overridden on individual pages."
|
||||
msgstr ""
|
||||
|
||||
#: inc/customizer.php:123
|
||||
#: inc/customizer.php:186
|
||||
msgid "Right sidebar"
|
||||
msgstr "Правая боковая панель"
|
||||
|
||||
#: inc/customizer.php:124
|
||||
#: inc/customizer.php:187
|
||||
msgid "Left sidebar"
|
||||
msgstr "Левая боковая панель"
|
||||
|
||||
#: inc/customizer.php:125
|
||||
#: inc/customizer.php:188
|
||||
msgid "Left & Right sidebars"
|
||||
msgstr "Левая и правая боковые панели"
|
||||
|
||||
#: inc/customizer.php:126
|
||||
#: inc/customizer.php:189
|
||||
msgid "No sidebar"
|
||||
msgstr "Без боковой панели"
|
||||
|
||||
#: inc/deprecated.php:80
|
||||
msgid ""
|
||||
"It looks like nothing was found at this location. Maybe try one of the links "
|
||||
"below or a search?"
|
||||
#: inc/customizer.php:211
|
||||
msgid "Footer Site Info"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:81
|
||||
msgid "Previous"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:82
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:83
|
||||
msgid "About:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:84
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:85
|
||||
msgid "Posts by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:86
|
||||
msgid "Permanent Link:"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:87
|
||||
msgid "in"
|
||||
msgstr ""
|
||||
|
||||
#: inc/deprecated.php:88
|
||||
msgid "Edit"
|
||||
#: inc/customizer.php:212
|
||||
msgid "Override Understrap's site info located at the footer of the page."
|
||||
msgstr ""
|
||||
|
||||
#: inc/editor.php:50
|
||||
|
|
@ -263,7 +246,7 @@ msgstr ""
|
|||
msgid "Cite"
|
||||
msgstr ""
|
||||
|
||||
#: inc/extras.php:277
|
||||
#: inc/extras.php:245
|
||||
msgid "Read More..."
|
||||
msgstr "Читать далее..."
|
||||
|
||||
|
|
@ -283,147 +266,142 @@ msgstr "Тема: %1$s за авторством %2$s."
|
|||
|
||||
#. translators: Theme version
|
||||
#: inc/hooks.php:44
|
||||
msgid "Version: %1$s"
|
||||
msgstr "Версия: %1$s"
|
||||
msgid "Version: %s"
|
||||
msgstr "Версия: %s"
|
||||
|
||||
#: inc/pagination.php:53
|
||||
msgctxt "previous set of posts"
|
||||
msgid "«"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:54
|
||||
msgctxt "next set of posts"
|
||||
msgid "»"
|
||||
msgstr ""
|
||||
msgstr "«"
|
||||
|
||||
#: inc/pagination.php:57
|
||||
#: inc/pagination.php:56
|
||||
msgid "Posts navigation"
|
||||
msgstr ""
|
||||
msgstr "Навигация по записям"
|
||||
|
||||
#: inc/setup.php:49
|
||||
msgid "Primary Menu"
|
||||
msgstr "Главное меню"
|
||||
msgstr "Основное меню"
|
||||
|
||||
#: inc/template-tags.php:33
|
||||
#: inc/template-tags.php:41
|
||||
msgctxt "post date"
|
||||
msgid "Posted on"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:42
|
||||
#: inc/template-tags.php:55
|
||||
msgctxt "post author"
|
||||
msgid "Posted by"
|
||||
msgstr ""
|
||||
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:59 inc/template-tags.php:65
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#. translators: %s: Categories of current post
|
||||
#: inc/template-tags.php:62
|
||||
#: inc/template-tags.php:98
|
||||
msgid "Posted in %s"
|
||||
msgstr ""
|
||||
msgstr "Опубликовано в %s"
|
||||
|
||||
#. translators: %s: Tags of current post
|
||||
#: inc/template-tags.php:68
|
||||
#: inc/template-tags.php:111
|
||||
msgid "Tagged %s"
|
||||
msgstr "Отмечено %s"
|
||||
|
||||
#. translators: %s post title
|
||||
#: inc/template-tags.php:128
|
||||
msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>"
|
||||
msgstr ""
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "Leave a comment"
|
||||
msgstr "Оставьте комментарий"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "1 Comment"
|
||||
msgstr "1 комментарий"
|
||||
|
||||
#: inc/template-tags.php:73
|
||||
msgid "% Comments"
|
||||
msgstr "% комментариев"
|
||||
|
||||
#: inc/template-tags.php:167
|
||||
msgid "Comment navigation"
|
||||
#: inc/template-tags.php:233
|
||||
msgid "Comments navigation"
|
||||
msgstr "Навигация по комментариям"
|
||||
|
||||
#: inc/template-tags.php:171
|
||||
#: inc/template-tags.php:237
|
||||
msgid "← Older Comments"
|
||||
msgstr "← Старые комментарии"
|
||||
msgstr "← Предыдущие комментарии"
|
||||
|
||||
#: inc/template-tags.php:177
|
||||
#: inc/template-tags.php:243
|
||||
msgid "Newer Comments →"
|
||||
msgstr "Свежие комментарии →"
|
||||
msgstr "Более новые комментарии →"
|
||||
|
||||
#. translators: %s: Name of current post
|
||||
#: inc/template-tags.php:194
|
||||
#: inc/template-tags.php:260
|
||||
msgid "Edit %s"
|
||||
msgstr "Изменить %s"
|
||||
|
||||
#: inc/template-tags.php:216
|
||||
#: inc/template-tags.php:289
|
||||
msgid "Post navigation"
|
||||
msgstr "Навигация по записям"
|
||||
|
||||
#: inc/template-tags.php:220
|
||||
#: inc/template-tags.php:293
|
||||
msgctxt "Previous post link"
|
||||
msgid "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
msgstr "<i class=\"fa fa-angle-left\"></i> %title"
|
||||
|
||||
#: inc/template-tags.php:223
|
||||
#: inc/template-tags.php:296
|
||||
msgctxt "Next post link"
|
||||
msgid "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
msgstr "%title <i class=\"fa fa-angle-right\"></i>"
|
||||
|
||||
#: inc/template-tags.php:244
|
||||
#: inc/template-tags.php:317
|
||||
msgid "Pages:"
|
||||
msgstr "Страницы"
|
||||
|
||||
#: inc/widgets.php:103
|
||||
#. translators: used between list items, there is a space after the comma
|
||||
#: inc/template-tags.php:353
|
||||
msgid ", "
|
||||
msgstr ", "
|
||||
|
||||
#: inc/widgets.php:268
|
||||
msgid "Right Sidebar"
|
||||
msgstr "Правая боковая панель"
|
||||
|
||||
#: inc/widgets.php:105
|
||||
#: inc/widgets.php:270
|
||||
msgid "Right sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:115
|
||||
#: inc/widgets.php:280
|
||||
msgid "Left Sidebar"
|
||||
msgstr "Левая боковая панель"
|
||||
|
||||
#: inc/widgets.php:117
|
||||
#: inc/widgets.php:282
|
||||
msgid "Left sidebar widget area"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:127
|
||||
#: inc/widgets.php:292
|
||||
msgid "Hero Slider"
|
||||
msgstr "Слайдер Hero"
|
||||
|
||||
#: inc/widgets.php:129
|
||||
#: inc/widgets.php:294
|
||||
msgid "Hero slider area. Place two or more widgets here and they will slide!"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:139
|
||||
#: inc/widgets.php:304
|
||||
msgid "Hero Canvas"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:141
|
||||
#: inc/widgets.php:306
|
||||
msgid "Full size canvas hero area for Bootstrap and other custom HTML markup"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:151
|
||||
#: inc/widgets.php:316
|
||||
msgid "Top Full"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:153
|
||||
#: inc/widgets.php:318
|
||||
msgid "Full top widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
#: inc/widgets.php:163
|
||||
#: inc/widgets.php:328
|
||||
msgid "Footer Full"
|
||||
msgstr "Подвал"
|
||||
|
||||
#: inc/widgets.php:165
|
||||
#: inc/widgets.php:330
|
||||
msgid "Full sized footer widget with dynamic grid"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -474,26 +452,30 @@ msgstr "Страница во всю ширину"
|
|||
msgid "Left Sidebar Layout"
|
||||
msgstr "Компоновка левой боковой панели"
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "No Title, Full Width Page"
|
||||
msgstr ""
|
||||
|
||||
#. Template Name of the theme
|
||||
msgid "Right Sidebar Layout"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s: query term
|
||||
#: search.php:36
|
||||
#: search.php:38
|
||||
msgid "Search Results for: %s"
|
||||
msgstr "Результаты поиска для: %s"
|
||||
|
||||
#: searchform.php:20
|
||||
#: searchform.php:21
|
||||
msgctxt "label"
|
||||
msgid "Search for:"
|
||||
msgstr "Найти:"
|
||||
|
||||
#: searchform.php:22
|
||||
#: searchform.php:23
|
||||
msgctxt "placeholder"
|
||||
msgid "Search …"
|
||||
msgstr "Поиск…"
|
||||
|
||||
#: searchform.php:24
|
||||
#: searchform.php:25 searchform.php:28
|
||||
msgctxt "submit button"
|
||||
msgid "Search"
|
||||
msgstr "Поиск"
|
||||
|
|
@ -501,7 +483,7 @@ msgstr "Поиск"
|
|||
#: sidebar-templates/sidebar-hero.php:28
|
||||
msgctxt "carousel control"
|
||||
msgid "Previous"
|
||||
msgstr "Назад"
|
||||
msgstr "Ранее"
|
||||
|
||||
#: sidebar-templates/sidebar-hero.php:36
|
||||
msgctxt "carousel control"
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue