first commit
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
# @file
|
||||
# .travis.yml - PKP Plugins Integration
|
||||
|
||||
dist: focal
|
||||
os: linux
|
||||
language: php
|
||||
|
||||
addons:
|
||||
chrome: beta
|
||||
postgresql: "9.5"
|
||||
apt:
|
||||
update: true
|
||||
packages:
|
||||
- libvulkan1
|
||||
- libu2f-udev
|
||||
|
||||
sudo: required
|
||||
|
||||
php:
|
||||
- 8.1.0
|
||||
- 8.2.0
|
||||
|
||||
env:
|
||||
- APPLICATION=ojs BRANCH=stable-3_4_0 TEST=mysql DBTYPE=MySQL
|
||||
- APPLICATION=ojs BRANCH=stable-3_4_0 TEST=pgsql DBTYPE=PostgreSQL
|
||||
- APPLICATION=omp BRANCH=stable-3_4_0 TEST=mysql DBTYPE=MySQL
|
||||
- APPLICATION=omp BRANCH=stable-3_4_0 TEST=pgsql DBTYPE=PostgreSQL
|
||||
- APPLICATION=ops BRANCH=stable-3_4_0 TEST=mysql DBTYPE=MySQL
|
||||
- APPLICATION=ops BRANCH=stable-3_4_0 TEST=pgsql DBTYPE=PostgreSQL
|
||||
|
||||
install:
|
||||
# Prepare OJS/OMP/OPS environment
|
||||
- git clone -b ${BRANCH} https://github.com/pkp/${APPLICATION} ~/${APPLICATION}
|
||||
- cd ~/${APPLICATION}
|
||||
- git submodule update --init --recursive
|
||||
# Grab a ready dataset
|
||||
- git clone -b main https://github.com/pkp/datasets ~/datasets
|
||||
# Setup environment variables
|
||||
- source lib/pkp/tools/travis/prepare-tests.sh
|
||||
# The script below requires these extra variables
|
||||
- export DBTYPE_SYMBOLIC=${TEST}
|
||||
- export APP=${APPLICATION}
|
||||
# Load the database/files from the dataset
|
||||
- ../datasets/tools/load.sh
|
||||
# Undo configuration update from the load.sh
|
||||
- sed -i -e "s/^name = ${APP}-${BRANCH}$/name = ${APP}-ci/" config.inc.php
|
||||
# Start the server
|
||||
- lib/pkp/tools/travis/prepare-webserver.sh
|
||||
# Build/install dependencies
|
||||
- lib/pkp/tools/travis/install-composer-dependencies.sh
|
||||
- npm i g -npm && npm install --silent && npm run build
|
||||
- rm -rf ~/${APPLICATION}/plugins/generic/webFeed
|
||||
- ln -s ${TRAVIS_BUILD_DIR} ~/${APPLICATION}/plugins/generic/webFeed
|
||||
|
||||
script:
|
||||
- $(npm bin)/cypress run --headless --browser chrome --config '{"specPattern":["plugins/generic/webFeed/cypress/tests/functional/*.cy.{js,jsx,ts,tsx}"]}'
|
||||
|
||||
after_failure:
|
||||
- cat error.log
|
||||
- sudo apt-get install sharutils
|
||||
- tar cz cypress/screenshots | uuencode /dev/stdout
|
||||
@@ -0,0 +1,674 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
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
|
||||
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 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 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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"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.
|
||||
|
||||
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 "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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 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.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
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.
|
||||
|
||||
14. Revised Versions 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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
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.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
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.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
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.
|
||||
|
||||
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>
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<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, 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 school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
|
||||
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>.
|
||||
@@ -0,0 +1,37 @@
|
||||
# Web Feeds Plugin
|
||||
|
||||
> Author: MJ Suhonos
|
||||
|
||||
> Contributions: Juan Alperin, Alf Eaton, Alec Smecher
|
||||
|
||||
## About
|
||||
|
||||
This plugin for OJS/OMP/OPS provides a set of syndication feeds for the latest publications in RSS 1.0, RDF and Atom formats.
|
||||
|
||||
## License
|
||||
|
||||
This plugin is licensed under the GNU General Public License v3. See the file COPYING for the complete terms of this license.
|
||||
|
||||
## System Requirements
|
||||
|
||||
OJS/OMP/OPS +3.4
|
||||
|
||||
## Installation
|
||||
|
||||
The plugin is included by default with releases of OJS/OMP/OPS.
|
||||
|
||||
## Configuration
|
||||
|
||||
The plugin have some settings to define the maximum amount of items and where the feed should be displayed.
|
||||
It also provides a "block plugin", which allows to display the feeds on the sidebar.
|
||||
|
||||
## Known Issues
|
||||
|
||||
- Improperly-formatted (non-RFC2822) email addresses within OJS articles or contact addresses may cause invalid feeds to be generated.
|
||||
- Articles with no abstract (eg. editorials) will create Atom warnings due to lack of entry:content or entry:summary elements
|
||||
- Multiple publications with the same publish date/time (e.g. in an issue) may create an Atom warning
|
||||
|
||||
## Contact/Support
|
||||
|
||||
See the PKP support forum: https://forum.pkp.sfu.ca
|
||||
Bugs: https://github.com/pkp/pkp-lib/issues
|
||||
@@ -0,0 +1,101 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file SettingsForm.php
|
||||
*
|
||||
* Copyright (c) 2014-2023 Simon Fraser University
|
||||
* Copyright (c) 2003-2023 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* @class SettingsForm
|
||||
*
|
||||
* @brief Form for managers to modify web feeds plugin settings
|
||||
*/
|
||||
|
||||
namespace APP\plugins\generic\webFeed;
|
||||
|
||||
use APP\core\Application;
|
||||
use APP\template\TemplateManager;
|
||||
use PKP\form\Form;
|
||||
use PKP\form\validation\FormValidator;
|
||||
use PKP\form\validation\FormValidatorCSRF;
|
||||
use PKP\form\validation\FormValidatorPost;
|
||||
|
||||
class SettingsForm extends Form
|
||||
{
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
public function __construct(private WebFeedPlugin $plugin, private int $contextId)
|
||||
{
|
||||
parent::__construct($plugin->getTemplateResource('settingsForm.tpl'));
|
||||
$this->addCheck(new FormValidatorPost($this));
|
||||
$this->addCheck(new FormValidatorCSRF($this));
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @copydoc Form::initData()
|
||||
*/
|
||||
public function initData(): void
|
||||
{
|
||||
$contextId = $this->contextId;
|
||||
$plugin = $this->plugin;
|
||||
|
||||
$this->setData('displayPage', $plugin->getSetting($contextId, 'displayPage'));
|
||||
$this->setData('displayItems', $plugin->getSetting($contextId, 'displayItems'));
|
||||
$this->setData('recentItems', $plugin->getSetting($contextId, 'recentItems'));
|
||||
$this->setData('includeIdentifiers', $plugin->getSetting($contextId, 'includeIdentifiers'));
|
||||
parent::initData();
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Form::readInputData()
|
||||
*/
|
||||
public function readInputData(): void
|
||||
{
|
||||
$this->readUserVars(['displayPage', 'displayItems', 'recentItems', 'includeIdentifiers']);
|
||||
|
||||
// Check that recent items value is a positive integer
|
||||
if ((int) $this->getData('recentItems') <= 0) {
|
||||
$this->setData('recentItems', '');
|
||||
}
|
||||
|
||||
// If recent items is selected or if the application doesn't support issues (there's no displayItems option to select), check that we have a value
|
||||
if (!WebFeedPlugin::hasIssues() || $this->getData('displayItems') === 'recent') {
|
||||
$this->addCheck(new FormValidator($this, 'recentItems', 'required', 'plugins.generic.webfeed.settings.recentItemsRequired'));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Form::fetch()
|
||||
*
|
||||
* @param null|mixed $template
|
||||
*/
|
||||
public function fetch($request, $template = null, $display = false): string
|
||||
{
|
||||
$templateMgr = TemplateManager::getManager($request);
|
||||
$templateMgr->assign([
|
||||
'pluginName' => $this->plugin->getName(),
|
||||
'hasIssues' => WebFeedPlugin::hasIssues()
|
||||
]);
|
||||
return parent::fetch($request, $template, $display);
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Form::execute()
|
||||
*/
|
||||
public function execute(...$functionArgs)
|
||||
{
|
||||
$plugin = $this->plugin;
|
||||
$contextId = $this->contextId;
|
||||
|
||||
$plugin->updateSetting($contextId, 'displayPage', $this->getData('displayPage'), 'string');
|
||||
$plugin->updateSetting($contextId, 'displayItems', $this->getData('displayItems'), 'string');
|
||||
$plugin->updateSetting($contextId, 'recentItems', $this->getData('recentItems'), 'int');
|
||||
$plugin->updateSetting($contextId, 'includeIdentifiers', $this->getData('includeIdentifiers'), 'bool');
|
||||
|
||||
parent::execute(...$functionArgs);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file WebFeedBlockPlugin.php
|
||||
*
|
||||
* Copyright (c) 2014-2023 Simon Fraser University
|
||||
* Copyright (c) 2003-2023 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* @class WebFeedBlockPlugin
|
||||
*
|
||||
* @brief Class for block component of web feed plugin
|
||||
*/
|
||||
|
||||
namespace APP\plugins\generic\webFeed;
|
||||
|
||||
class WebFeedBlockPlugin extends \PKP\plugins\BlockPlugin
|
||||
{
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
public function __construct(protected WebFeedPlugin $parentPlugin)
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getName()
|
||||
*/
|
||||
public function getName(): string
|
||||
{
|
||||
return substr(static::class, strlen(__NAMESPACE__) + 1);
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getHideManagement()
|
||||
*/
|
||||
public function getHideManagement(): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getDisplayName()
|
||||
*/
|
||||
public function getDisplayName(): string
|
||||
{
|
||||
return __('plugins.generic.webfeed.displayName');
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getDescription()
|
||||
*/
|
||||
public function getDescription(): string
|
||||
{
|
||||
return __('plugins.generic.webfeed.description');
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getPluginPath()
|
||||
*/
|
||||
public function getPluginPath(): string
|
||||
{
|
||||
return $this->parentPlugin->getPluginPath();
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getTemplatePath()
|
||||
*/
|
||||
public function getTemplatePath($inCore = false): string
|
||||
{
|
||||
return "{$this->parentPlugin->getTemplatePath($inCore)}/templates";
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,230 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file WebFeedGatewayPlugin.php
|
||||
*
|
||||
* Copyright (c) 2014-2023 Simon Fraser University
|
||||
* Copyright (c) 2003-2023 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* @class WebFeedGatewayPlugin
|
||||
*
|
||||
* @brief Gateway component of web feed plugin
|
||||
*
|
||||
*/
|
||||
|
||||
namespace APP\plugins\generic\webFeed;
|
||||
|
||||
use APP\core\Application;
|
||||
use APP\core\Request;
|
||||
use APP\facades\Repo;
|
||||
use APP\section\Section;
|
||||
use APP\submission\Collector;
|
||||
use APP\submission\Submission;
|
||||
use APP\template\TemplateManager;
|
||||
use Exception;
|
||||
use PKP\category\Category;
|
||||
use PKP\core\Registry;
|
||||
use PKP\plugins\GatewayPlugin;
|
||||
|
||||
class WebFeedGatewayPlugin extends GatewayPlugin
|
||||
{
|
||||
public const ATOM = 'atom';
|
||||
public const RSS = 'rss';
|
||||
public const RSS2 = 'rss2';
|
||||
|
||||
public const FEED_MIME_TYPE = [
|
||||
self::ATOM => 'application/atom+xml',
|
||||
self::RSS => 'application/rdf+xml',
|
||||
self::RSS2 => 'application/rss+xml'
|
||||
];
|
||||
|
||||
public const DEFAULT_RECENT_ITEMS = 30;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
public function __construct(protected WebFeedPlugin $parentPlugin)
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle fetch requests for this plugin.
|
||||
*
|
||||
* @param array $args Arguments.
|
||||
* @param Request $request Request object.
|
||||
*/
|
||||
public function fetch($args, $request): bool
|
||||
{
|
||||
$context = $request->getContext();
|
||||
if (!$context || !$this->parentPlugin->getEnabled($context->getId())) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Make sure the feed type is specified and valid
|
||||
$feedType = array_shift($args);
|
||||
if (!in_array($feedType, array_keys(static::FEED_MIME_TYPE))) {
|
||||
throw new Exception('Invalid feed format');
|
||||
}
|
||||
|
||||
// Get limit setting from web feeds plugin
|
||||
$displayItems = $this->parentPlugin->getSetting($context->getId(), 'displayItems');
|
||||
$recentItems = abs((int) $this->parentPlugin->getSetting($context->getId(), 'recentItems')) ?: static::DEFAULT_RECENT_ITEMS;
|
||||
|
||||
$includeIdentifiers = (bool) $this->parentPlugin->getSetting($context->getId(), 'includeIdentifiers');
|
||||
$latestDate = null;
|
||||
$submissions = Repo::submission()->getCollector()
|
||||
->filterByContextIds([$context->getId()])
|
||||
->filterByStatus([Submission::STATUS_PUBLISHED])
|
||||
->limit($recentItems)
|
||||
->orderBy(Collector::ORDERBY_LAST_MODIFIED, Collector::ORDER_DIR_DESC);
|
||||
|
||||
// OJS only feature
|
||||
// If the plugin is configured to display only the latest issue, so we filter by it and apply the needed changes to the query
|
||||
if (WebFeedPlugin::hasIssues() && $displayItems === 'issue') {
|
||||
$issue = Repo::issue()->getCurrent($context->getId(), true);
|
||||
$submissions->filterByIssueIds([$issue?->getId() ?? 0])
|
||||
->limit(null)
|
||||
->orderBy(Collector::ORDERBY_SEQUENCE, Collector::ORDER_DIR_ASC);
|
||||
$latestDate = $issue?->getData('datePublished');
|
||||
}
|
||||
|
||||
$submissions = $submissions->getMany();
|
||||
$latestDate ??= $submissions->first()?->getData('lastModified');
|
||||
$submissions = $submissions->map(fn (Submission $submission) => ['submission' => $submission, 'identifiers' => $this->getIdentifiers($submission)]);
|
||||
$userGroups = Repo::userGroup()->getCollector()->filterByContextIds([$context->getId()])->getMany();
|
||||
|
||||
$applicationIdentifier = strtolower(preg_replace('/[^a-z]/i', '', Application::getName()));
|
||||
TemplateManager::getManager($request)
|
||||
->assign(
|
||||
[
|
||||
'applicationName' => match ($applicationIdentifier) {
|
||||
'ojs' => 'Open Journal Systems',
|
||||
'omp' => 'Open Monograph Press',
|
||||
'ops' => 'Open Preprint Systems'
|
||||
},
|
||||
'applicationVersion' => Registry::get('appVersion'),
|
||||
'applicationIdentifier' => $applicationIdentifier,
|
||||
'publicationPage' => match ($applicationIdentifier) {
|
||||
'ojs' => 'article',
|
||||
'omp' => 'catalog',
|
||||
'ops' => 'preprint'
|
||||
},
|
||||
'publicationOp' => match ($applicationIdentifier) {
|
||||
'ojs' => 'view',
|
||||
'omp' => 'book',
|
||||
'ops' => 'view'
|
||||
},
|
||||
'openAccess' => match ($applicationIdentifier) {
|
||||
'ojs' => Submission::ARTICLE_ACCESS_OPEN,
|
||||
'omp' => null,
|
||||
'ops' => Submission::PREPRINT_ACCESS_OPEN
|
||||
},
|
||||
'submissions' => $submissions,
|
||||
'context' => $context,
|
||||
'latestDate' => $latestDate,
|
||||
'feedUrl' => $request->getRequestUrl(),
|
||||
'userGroups' => $userGroups,
|
||||
'includeIdentifiers' => $includeIdentifiers
|
||||
]
|
||||
)
|
||||
->setHeaders(['content-type: ' . static::FEED_MIME_TYPE[$feedType] . '; charset=utf-8'])
|
||||
->display($this->parentPlugin->getTemplateResource("{$feedType}.tpl"));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieves the identifiers assigned to a submission
|
||||
*
|
||||
* @return array<array{'type':string,'label':string,'values':string[]}>
|
||||
*/
|
||||
private function getIdentifiers(Submission $submission): array
|
||||
{
|
||||
$identifiers = [];
|
||||
if ($section = $this->getSection($submission->getSectionId())) {
|
||||
$identifiers[] = ['type' => 'section', 'label' => __('section.section'), 'values' => [$section->getLocalizedTitle()]];
|
||||
}
|
||||
|
||||
$publication = $submission->getCurrentPublication();
|
||||
$categories = Repo::category()->getCollector()
|
||||
->filterByPublicationIds([$publication->getId()])
|
||||
->getMany()
|
||||
->map(fn (Category $category) => $category->getLocalizedTitle())
|
||||
->toArray();
|
||||
if (count($categories)) {
|
||||
$identifiers[] = ['type' => 'category', 'label' => __('category.category'), 'values' => $categories];
|
||||
}
|
||||
|
||||
foreach (['keywords' => 'common.keywords', 'subjects' => 'common.subjects', 'disciplines' => 'search.discipline'] as $field => $label) {
|
||||
$values = $publication->getLocalizedData($field) ?? [];
|
||||
if (count($values)) {
|
||||
$identifiers[] = ['type' => $field, 'label' => __($label), 'values' => $values];
|
||||
}
|
||||
}
|
||||
|
||||
return $identifiers;
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieves a section
|
||||
*/
|
||||
private function getSection(?int $sectionId): ?Section
|
||||
{
|
||||
static $sections = [];
|
||||
return $sectionId
|
||||
? $sections[$sectionId] ??= Repo::section()->get($sectionId)
|
||||
: null;
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getHideManagement()
|
||||
*/
|
||||
public function getHideManagement(): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getName()
|
||||
*/
|
||||
public function getName(): string
|
||||
{
|
||||
return substr(static::class, strlen(__NAMESPACE__) + 1);
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getDisplayName()
|
||||
*/
|
||||
public function getDisplayName(): string
|
||||
{
|
||||
return __('plugins.generic.webfeed.displayName');
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getDescription()
|
||||
*/
|
||||
public function getDescription(): string
|
||||
{
|
||||
return __('plugins.generic.webfeed.description');
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getPluginPath()
|
||||
*/
|
||||
public function getPluginPath(): string
|
||||
{
|
||||
return $this->parentPlugin->getPluginPath();
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getEnabled()
|
||||
*
|
||||
* @param null|mixed $contextId
|
||||
*/
|
||||
public function getEnabled($contextId = null): bool
|
||||
{
|
||||
return $this->parentPlugin->getEnabled($contextId);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,167 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file WebFeedPlugin.php
|
||||
*
|
||||
* Copyright (c) 2014-2023 Simon Fraser University
|
||||
* Copyright (c) 2003-2023 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* @class WebFeedPlugin
|
||||
*
|
||||
* @brief Web Feeds plugin class
|
||||
*/
|
||||
|
||||
namespace APP\plugins\generic\webFeed;
|
||||
|
||||
use APP\core\Application;
|
||||
use APP\notification\NotificationManager;
|
||||
use APP\template\TemplateManager;
|
||||
use PKP\core\JSONMessage;
|
||||
use PKP\core\PKPPageRouter;
|
||||
use PKP\linkAction\LinkAction;
|
||||
use PKP\linkAction\request\AjaxModal;
|
||||
use PKP\plugins\GenericPlugin;
|
||||
use PKP\plugins\Hook;
|
||||
use PKP\plugins\PluginRegistry;
|
||||
|
||||
class WebFeedPlugin extends GenericPlugin
|
||||
{
|
||||
/**
|
||||
* @copydoc Plugin::register()
|
||||
*
|
||||
* @param null|mixed $mainContextId
|
||||
*/
|
||||
public function register($category, $path, $mainContextId = null): bool
|
||||
{
|
||||
if (!parent::register($category, $path, $mainContextId)) {
|
||||
return false;
|
||||
}
|
||||
if ($this->getEnabled($mainContextId)) {
|
||||
$this->setupTemplateLinks();
|
||||
// Register the block plugin to display feed links at the application sidebar
|
||||
PluginRegistry::register('blocks', new WebFeedBlockPlugin($this), $this->getPluginPath());
|
||||
// Register the gateway plugin, which will handle the feed request
|
||||
PluginRegistry::register('gateways', new WebFeedGatewayPlugin($this), $this->getPluginPath());
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add feed links to page <head> on select/all pages.
|
||||
*/
|
||||
public function setupTemplateLinks(): void
|
||||
{
|
||||
Hook::add('TemplateManager::display', function (string $hookName, array $args): int {
|
||||
// Only page requests will be handled
|
||||
$request = Application::get()->getRequest();
|
||||
if (!($request->getRouter() instanceof PKPPageRouter)) {
|
||||
return Hook::CONTINUE;
|
||||
}
|
||||
|
||||
/** @var TemplateManager */
|
||||
$templateManager = $args[0];
|
||||
$context = $request->getContext();
|
||||
if (is_null($context)) {
|
||||
return Hook::CONTINUE;
|
||||
}
|
||||
|
||||
$displayPage = $this->getSetting($context->getId(), 'displayPage');
|
||||
|
||||
// Define when the <link> elements should appear
|
||||
$contexts = match ($displayPage) {
|
||||
'homepage' => ['frontend-index', 'frontend-issue'],
|
||||
// Issue settings are only available for OJS
|
||||
'issue' => 'frontend-issue',
|
||||
default => 'frontend'
|
||||
};
|
||||
|
||||
$className = explode('/', WebFeedGatewayPlugin::class);
|
||||
$className = end($className);
|
||||
foreach (WebFeedGatewayPlugin::FEED_MIME_TYPE as $feedType => $mimeType) {
|
||||
$url = $request->url(null, 'gateway', 'plugin', [$className, $feedType]);
|
||||
$templateManager->addHeader("webFeedPlugin{$feedType}", "<link rel=\"alternate\" type=\"{$mimeType}\" href=\"{$url}\">", ['contexts' => $contexts]);
|
||||
}
|
||||
|
||||
return Hook::CONTINUE;
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieves whether the installation supports issues
|
||||
*/
|
||||
public static function hasIssues(): bool
|
||||
{
|
||||
return str_contains(Application::getName(), 'ojs');
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getContextSpecificPluginSettingsFile()
|
||||
*/
|
||||
public function getContextSpecificPluginSettingsFile(): string
|
||||
{
|
||||
return $this->getPluginPath() . '/settings.xml';
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getActions()
|
||||
*/
|
||||
public function getActions($request, $verb): array
|
||||
{
|
||||
$actions = parent::getActions($request, $verb);
|
||||
if (!$this->getEnabled()) {
|
||||
return $actions;
|
||||
}
|
||||
|
||||
$router = $request->getRouter();
|
||||
$url = $router->url($request, null, null, 'manage', null, ['verb' => 'settings', 'plugin' => $this->getName(), 'category' => 'generic']);
|
||||
array_unshift($actions, new LinkAction('settings', new AjaxModal($url, $this->getDisplayName()), __('manager.plugins.settings')));
|
||||
return $actions;
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::manage()
|
||||
*/
|
||||
public function manage($args, $request): JSONMessage
|
||||
{
|
||||
if ($request->getUserVar('verb') !== 'settings') {
|
||||
return parent::manage($args, $request);
|
||||
}
|
||||
|
||||
$form = new SettingsForm($this, $request->getContext()->getId());
|
||||
if (!$request->getUserVar('save')) {
|
||||
$form->initData();
|
||||
return new JSONMessage(true, $form->fetch($request));
|
||||
}
|
||||
|
||||
$form->readInputData();
|
||||
if (!$form->validate()) {
|
||||
return new JSONMessage(true, $form->fetch($request));
|
||||
}
|
||||
|
||||
$form->execute();
|
||||
$notificationManager = new NotificationManager();
|
||||
$notificationManager->createTrivialNotification($request->getUser()->getId());
|
||||
return new JSONMessage(true);
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getDisplayName()
|
||||
*/
|
||||
public function getDisplayName(): string
|
||||
{
|
||||
return __('plugins.generic.webfeed.displayName');
|
||||
}
|
||||
|
||||
/**
|
||||
* @copydoc Plugin::getDisplayName()
|
||||
*/
|
||||
public function getDescription(): string
|
||||
{
|
||||
return __('plugins.generic.webfeed.description');
|
||||
}
|
||||
}
|
||||
|
||||
if (!PKP_STRICT_MODE) {
|
||||
class_alias('\APP\plugins\generic\webFeed\WebFeedPlugin', '\WebFeedPlugin');
|
||||
}
|
||||
@@ -0,0 +1,131 @@
|
||||
/**
|
||||
* @file cypress/tests/functional/WebFeed.cy.js
|
||||
*
|
||||
* Copyright (c) 2014-2023 Simon Fraser University
|
||||
* Copyright (c) 2000-2023 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
*/
|
||||
|
||||
describe('Web Feed plugin tests', () => {
|
||||
const feedSize = 2;
|
||||
it('The side bar and the feeds are displayed properly', () => {
|
||||
cy.login('admin', 'admin', 'publicknowledge');
|
||||
|
||||
cy.get('.app__nav a').contains('Website').click();
|
||||
cy.get('button[id="plugins-button"]').click();
|
||||
|
||||
// Access the settings and setup some options
|
||||
cy.get('a[id^="component-grid-settings-plugins-settingsplugingrid-category-generic-row-webfeedplugin-settings-button-"]', {timeout: 20_000}).as('settings');
|
||||
cy.waitJQuery();
|
||||
cy.get('@settings').click({force: true});
|
||||
cy.get('#displayPage-all').check();
|
||||
// OJS has an extra option to switch between displaying the latest articles/issue
|
||||
if (Cypress.env('defaultGenre') === 'Article Text') {
|
||||
cy.get('#displayItems-recent').check();
|
||||
}
|
||||
cy.get('input[id^="recentItems"]').clear().type(feedSize, {delay: 0});
|
||||
cy.get('#includeIdentifiers').check();
|
||||
cy.get('form[id="webFeedSettingsForm"] button[id^="submitFormButton"]').click();
|
||||
cy.waitJQuery();
|
||||
|
||||
// Enable the wed feed plugin's sidebar
|
||||
cy.reload();
|
||||
cy.get('.app__nav a').contains('Website').click();
|
||||
cy.get('button[id="appearance-button"]').click();
|
||||
|
||||
cy.get('#appearance-setup-button').click();
|
||||
cy.contains('Web Feed Plugin').click();
|
||||
cy.contains('Web Feed Plugin').parents('form').find('button:contains("Save")').click();
|
||||
|
||||
// Visit homepage
|
||||
cy.wait(2000);
|
||||
|
||||
cy.visit('/');
|
||||
const feeds = {
|
||||
'atom': {mimeType: 'application/atom+xml'},
|
||||
'rss': {mimeType: 'application/rdf+xml'},
|
||||
'rss2': {mimeType: 'application/rss+xml'}
|
||||
};
|
||||
for (const feed in feeds) {
|
||||
// Find the web feeds at the side bar
|
||||
cy.get('.block_web_feed').find(`a[href$="WebFeedGatewayPlugin/${feed}"]`).then(link => feeds[feed].url = link.attr('href'));
|
||||
|
||||
// Find the linked feeds at the homepage
|
||||
cy.get(`link[href$="WebFeedGatewayPlugin/${feed}"][type="${feeds[feed].mimeType}"]`);
|
||||
}
|
||||
// The validation depends on querying the API, which needs an ID, but it might not be possible to extract IDs from the feed due to custom URLs
|
||||
cy.then(() => {
|
||||
validateAtom(feeds.atom);
|
||||
validateRss(feeds.rss);
|
||||
validateRss2(feeds.rss2);
|
||||
});
|
||||
});
|
||||
|
||||
function validateAtom(feed) {
|
||||
cy.request(feed.url).then(response => {
|
||||
expect(response.headers['content-type']).to.contain(feed.mimeType);
|
||||
const $xml = cy.$$(Cypress.$.parseXML(response.body));
|
||||
const $entries = $xml.find('entry');
|
||||
expect($entries.length).to.equal(feedSize);
|
||||
$entries.each((index, entry) => {
|
||||
const $entry = cy.$$(entry);
|
||||
const id = $entry.find('id').text().match(/\/(\d+)\/?$/)?.[1];
|
||||
if (!id) {
|
||||
return;
|
||||
}
|
||||
getSubmission(id).then(response => {
|
||||
const publication = response.body.publications.pop();
|
||||
expect($entry.find('title').text()).to.contain(publication.title.en);
|
||||
$entry.find('author name').each((index, name) => expect(publication.authorsString).to.contain(cy.$$(name).text()));
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
function validateRss(feed) {
|
||||
cy.request(feed.url).then(response => {
|
||||
expect(response.headers['content-type']).to.contain(feed.mimeType);
|
||||
const $xml = cy.$$(Cypress.$.parseXML(response.body));
|
||||
const $entries = $xml.find('item');
|
||||
expect($entries.length).to.equal(feedSize);
|
||||
$entries.each((index, entry) => {
|
||||
const $entry = cy.$$(entry);
|
||||
const id = $entry.find('link').text().match(/\/(\d+)\/?$/)?.[1];
|
||||
if (!id) {
|
||||
return;
|
||||
}
|
||||
getSubmission(id).then(response => {
|
||||
const publication = response.body.publications.pop();
|
||||
expect($entry.find('title').text()).to.contain(publication.title.en);
|
||||
$entry.find('dc:creator').each((index, name) => expect(publication.authorsString).to.contain(cy.$$(name).text()));
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
function validateRss2(feed) {
|
||||
cy.request(feed.url).then(response => {
|
||||
expect(response.headers['content-type']).to.contain(feed.mimeType);
|
||||
const $xml = cy.$$(Cypress.$.parseXML(response.body));
|
||||
const $entries = $xml.find('item');
|
||||
expect($entries.length).to.equal(feedSize);
|
||||
$entries.each((index, entry) => {
|
||||
const $entry = cy.$$(entry);
|
||||
const id = $entry.find('link').text().match(/\/(\d+)\/?$/)?.[1];
|
||||
if (!id) {
|
||||
return;
|
||||
}
|
||||
getSubmission(id).then(response => {
|
||||
const publication = response.body.publications.pop();
|
||||
expect($entry.find('title').text()).to.contain(publication.title.en);
|
||||
$entry.find('dc:creator').each((index, name) => expect(publication.authorsString).to.contain(cy.$$(name).text()));
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
function getSubmission(id) {
|
||||
return cy.request(`index.php/publicknowledge/api/v1/submissions/${id}`);
|
||||
}
|
||||
});
|
||||
@@ -0,0 +1,69 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:32+00:00\n"
|
||||
"PO-Revision-Date: 2023-03-30 15:48+0000\n"
|
||||
"Last-Translator: M. Ali <vorteem@gmail.com>\n"
|
||||
"Language-Team: Arabic <http://translate.pkp.sfu.ca/projects/plugins/webFeed/"
|
||||
"ar/>\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
|
||||
"X-Generator: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "إضافة مغذي الإنترنت"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"هذه الإضافة تولد مغذيات الإنترنت RSS/Atom الخاصة بالعدد الحالي من "
|
||||
"المجلة.<br>تتضمن الإضافة أيضًا وحدة شريط جانبي تمكنك من عرض روابط التغذية في "
|
||||
"الشريط الجانبي لتطبيقك"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "الإعدادات"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "إعرض روابط المغذي فقط على صفحات العدد."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "إعرض روابط التغذية فقط في الصفحة الرئيسية."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "إعرض روابط التغذية في كل صفحات التطبيق."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "إعرض فقرات الإصدار الحالي من المجلة."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "إعرض عدداً محدداً من المنشورات الأكثر حداثة."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "عدد المنشورات المراد عرضها"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "لطفاً، أدخل رقماً صحيحاً موجباً يمثل عدد الفقرات المنشورة الأخيرة."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "شعار Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "شعار RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "شعار RSS2"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr "إعرض روابط تغذية الويب في الصفحة الرئيسية وصفحات العدد فقط."
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "المنشورات الأخيرة"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"أتريد تضمين المعرفات (ISBN، الكلمات المفتاحية، التصنيفات، إلخ) في موجز "
|
||||
"التغذية؟"
|
||||
@@ -0,0 +1,2 @@
|
||||
msgid ""
|
||||
msgstr "X-Generator: Weblate\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit"
|
||||
@@ -0,0 +1,72 @@
|
||||
# Cyril Kamburov <cc@intermedia.bg>, 2021, 2023.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-04-27 17:49+0000\n"
|
||||
"Last-Translator: Cyril Kamburov <cc@intermedia.bg>\n"
|
||||
"Language-Team: Bulgarian <http://translate.pkp.sfu.ca/projects/plugins/"
|
||||
"webFeed/bg/>\n"
|
||||
"Language: bg\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: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Плъгин за RSS емисия на броя"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Този плъгин произвежда RSS/Atom уеб синдикална емисия. <br>Плъгинът включва "
|
||||
"и блок за странична лента, който ви позволява да показвате връзките към "
|
||||
"емисиите в страничната лента на вашето приложение"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Настройки"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Показва връзки към емисията само на страниците на списанието."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"Показва връзки към емисията на началната страница и на страниците на броя на "
|
||||
"списанието."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Показва връзки към емисията на всички страници на списанието."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Показва съдържание от последния актуален брой на списанието."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Показва показва фиксиран брой от последно добавените елементи."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Брой елементи за показване"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Моля, въведете положително цяло число за показване на последните публикувани "
|
||||
"елементи."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Лого на Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Лого на RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Лого на RSS2"
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Последни статии"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Включване на идентификатори (ISBN, ключови думи, категории и т.н.) в "
|
||||
"резюмето на емисията?"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Показване на връзки към уеб емисии само на началната страница и на "
|
||||
"страниците на броя."
|
||||
@@ -0,0 +1,71 @@
|
||||
# Jonas Raoni Soares da Silva <weblate@raoni.org>, 2022.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-09-30T06:56:43-07:00\n"
|
||||
"PO-Revision-Date: 2023-07-25 10:58+0000\n"
|
||||
"Last-Translator: Jordi LC <jordi.lacruz@uab.cat>\n"
|
||||
"Language-Team: Catalan <http://translate.pkp.sfu.ca/projects/plugins/webFeed/"
|
||||
"ca/>\n"
|
||||
"Language: ca\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: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Connector de canals d'informació"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Aquest mòdul crea canals d'informació web RSS/Atom.<br>El mòdul també inclou "
|
||||
"un bloc lateral que permet mostrar els enllaços als canals a la barra "
|
||||
"lateral de l'aplicació"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Configuració"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr ""
|
||||
"Mostra els enllaços als canals d'informació només a les pàgines del número."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Mostrar els enllaços als canals web només a la pàgina d'inici."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Mostrar els enllaços als canals web a totes les pàgines de l'aplicació."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Mostra els elements en el número actual."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Mostrar un nombre fix de les publicacions més recents."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Nombre de publicacions per mostrar"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Introduïu un nombre enter positiu per als elements més recents."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Logotip Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Logotip RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Logotip RSS2"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Mostrar els enllaços als canals web només a les pàgines d'inici i del número."
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Darreres publicacions"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Incloure identificadors (ISBN, paraules clau, categories, etc.) en el sumari "
|
||||
"del canal?"
|
||||
@@ -0,0 +1,59 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2020-04-06 13:08+0000\n"
|
||||
"Last-Translator: Hewa Salam Khalid <hewa.salam@koyauniversity.org>\n"
|
||||
"Language-Team: Kurdish <http://translate.pkp.sfu.ca/projects/ojs/generic-"
|
||||
"webFeed/ku/>\n"
|
||||
"Language: ku_IQ\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: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "گرێدانی سەرچاوەی ئەنتەرنێتی"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
".ئەم گرێدانە RSS/Atom بەرهەم دەهێنێت کە پەیوەندیدارە بە پێدانی سەرچاوە بە "
|
||||
"کێشەکەی ئێستا"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "ڕێکخستنەکان"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "لینکی سەرچاوەی پێگە پیشان بدە لە پێگە پەیوەندیدارەکان."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"لینکی سەرچاوەی پێگە لە لاپەڕەی سەرەکی و ئەو پەڕانەی کێشەیان هەیە پیشان بدە."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "لینکی سەرچاوەی پێگە لە هەمو پەڕەکانی گۆڤار پیشان بدە."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "دانەکان لە ژمارەی نوێ پیشان بدە."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "ژمارەی نوێترین دانە چاککراوەکان پیشان بدە."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "ژمارەی دانەکان بۆ پیشاندان"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "تکایە ژمارەی دروستی نوێترین دانە بڵاوکراوەکان داخل بکە."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "لۆگۆی Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "لۆگۆی RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "لۆگۆی RSS2"
|
||||
@@ -0,0 +1,70 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:32+00:00\n"
|
||||
"PO-Revision-Date: 2023-04-27 17:49+0000\n"
|
||||
"Last-Translator: Jiří Dlouhý <jiri.dlouhy@czp.cuni.cz>\n"
|
||||
"Language-Team: Czech <http://translate.pkp.sfu.ca/projects/plugins/webFeed/"
|
||||
"cs/>\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Plugin Web Feed"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Tento plugin vytváří webové syndikační kanály RSS/Atom.<br>Součástí pluginu "
|
||||
"je také blok postranního panelu, který umožňuje zobrazovat odkazy na kanály "
|
||||
"na postranním panelu aplikace"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Nastavení"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Zobrazit odkazy na feed pouze na stránkách čísla."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Zobrazení odkazů na webové kanály pouze na domovské stránce."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Zobrazení odkazů na webové kanály na všech stránkách aplikace."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Zobrazit položky v aktuálně publikovaném čísle."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Zobrazovat pevný počet nejnovějších publikací."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Počet publikací ke zobrazení"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Vložte prosím celé kladné číslo pro počet posledních vydaných položek."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Poslední publikace"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Zahrnout identifikátory (ISBN, klíčová slova, kategorie atd.) do shrnutí "
|
||||
"kanálu?"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Zobrazení odkazů na webový kanál pouze na domovské stránce a na stránkách "
|
||||
"čísla."
|
||||
@@ -0,0 +1,68 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:32+00:00\n"
|
||||
"PO-Revision-Date: 2023-04-27 17:49+0000\n"
|
||||
"Last-Translator: Alexandra Fogtmann-Schulz <alfo@kb.dk>\n"
|
||||
"Language-Team: Danish <http://translate.pkp.sfu.ca/projects/plugins/webFeed/"
|
||||
"da/>\n"
|
||||
"Language: da\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: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Web Feed-plugin"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Dette plugin genererer RSS/Atom web syndication feeds.<br>Plugin'et "
|
||||
"inkluderer også en blok til sidebaren, som gør det muligt at vise links til "
|
||||
"feed'et i din applikations sidebar"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Indstillinger"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Vis kun web feed-links på sider for tidsskriftsnumre."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Vis kun web feed-links på startsiden."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Vis web feed-links på alle sider i applikationen."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Vis artikler i det aktuelle nummer af tidsskriftet."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Vis et fastsat antal af de seneste artikler."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Antal publikationer, der skal vises"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Indtast et positivt helt tal for de senest publicerede artikler."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom-logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1-logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2-logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr "Vis kun web feed-links på startside og sider for tidsskriftsnumre."
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Seneste publikationer"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Inkluder identifikatorer (ISBN, nøgleord, kategoerier osv.) i feed "
|
||||
"oversigten?"
|
||||
@@ -0,0 +1,68 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-09-30T06:56:43-07:00\n"
|
||||
"PO-Revision-Date: 2023-04-27 17:49+0000\n"
|
||||
"Last-Translator: Pia Piontkowitz <pia.piontkowitz@rub.de>\n"
|
||||
"Language-Team: German <http://translate.pkp.sfu.ca/projects/plugins/webFeed/"
|
||||
"de/>\n"
|
||||
"Language: de\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: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Web-Feed-Plugin"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Dieses Plugin erzeugt RSS/Atom-Feeds für die aktuelle Ausgabe.<br>Das Plugin "
|
||||
"beinhaltet auch ein Sidebar-Block, der die Anzeige der Feed-Links in der "
|
||||
"Sidebar ermöglicht"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Links zu Web-Feeds nur auf den Seiten der Ausgabe anzeigen."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Web-Feed-Links nur auf der Hauptseite anzeigen."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Web-Feed-Links auf allen Zeitschriftenseiten anzeigen."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Items in der aktuellen Ausgabe anzeigen."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Eine feste Anzahl der aktuellsten Veröffentlichungen anzeigen."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Anzahl der zu zeigenden Veröffentlichungen"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Bitte geben sie eine positive, ganze Zahl für aktuelle Veröffentlichungen an."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom-Logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1-Logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2-Logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr "Web-Feed-Links nur auf der Hauptseite und den Ausgaben-Seiten anzeigen."
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Neueste Veröffentlichungen"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Identifier (ISBN, Schlagwörter, Kategorien, etc.) in die Feed Summary "
|
||||
"aufnehmen?"
|
||||
@@ -0,0 +1,61 @@
|
||||
# Manolis Saldaris <omanos@gmail.com>, 2022.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2022-07-08 11:17+0000\n"
|
||||
"Last-Translator: Manolis Saldaris <omanos@gmail.com>\n"
|
||||
"Language-Team: Greek <http://translate.pkp.sfu.ca/projects/ojs/generic-"
|
||||
"webFeed/el_GR/>\n"
|
||||
"Language: el_GR\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: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Πρόσθετο Ροών Παγκοσμίου Ιστού"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Το πρόσθετο αυτό παράγει RSS/Atom web syndication ροές για το τρέχον τεύχος."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Ρυθμίσεις"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Εμφάνιση συνδέσμων τροφοδοσίας Ιστού μόνο σε σελίδες τεύχους."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"Εμφάνιση συνδέσμων ροών ιστού μόνο στην αρχική σελίδα και τις σελίδες "
|
||||
"τεύχους."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr ""
|
||||
"Εμφάνιση συνδέσμων τροφοδοσίας Ιστού σε όλες τις σελίδες του περιοδικού."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Εμφάνιση στοιχείων στο τρέχον δημοσιευμένο τεύχος."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Εμφανίστε έναν σταθερό αριθμό από τα πιο πρόσφατα στοιχεία."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Αριθμός στοιχείων προς εμφάνιση"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Εισαγάγετε έναν θετικό ακέραιο για τα πρόσφατα δημοσιευμένα στοιχεία."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Λογότυπο Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Λογότυπο RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Λογότυπο RSS2"
|
||||
@@ -0,0 +1,66 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-09-30T06:56:43-07:00\n"
|
||||
"PO-Revision-Date: 2023-04-27 17:49+0000\n"
|
||||
"Last-Translator: Marc Bria <marc.bria@gmail.com>\n"
|
||||
"Language-Team: English <http://translate.pkp.sfu.ca/projects/plugins/webFeed/"
|
||||
"en/>\n"
|
||||
"Language: en\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: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Web Feed Plugin"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"This plugin produces RSS/Atom web syndication feeds.<br>The plugin also "
|
||||
"includes a sidebar block which enables you to display the feed links on your "
|
||||
"application's sidebar"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Settings"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Display web feed links on issue pages only."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr "Display web feed links on homepage and issue pages only."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Display web feed links on homepage only."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Display web feed links on all application pages."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Display items in current published issue."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Display a fixed number of the most recent publications."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Number of publications to display"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Please enter a positive integer for recent published items."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Latest publications"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr "Include identifiers (ISBN, keywords, categories, etc.) in the feed summary?"
|
||||
@@ -0,0 +1,72 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:33+00:00\n"
|
||||
"PO-Revision-Date: 2023-07-25 10:58+0000\n"
|
||||
"Last-Translator: Jordi LC <jordi.lacruz@uab.cat>\n"
|
||||
"Language-Team: Spanish <http://translate.pkp.sfu.ca/projects/plugins/webFeed/"
|
||||
"es/>\n"
|
||||
"Language: es\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: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Módulo para fuentes RSS/Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Este módulo produce canales de información web RSS/Atom.<br>El módulo "
|
||||
"también incluye un bloque lateral que permite mostrar los enlaces a los "
|
||||
"canales en la barra lateral de la aplicación"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Opciones"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Mostrar enlaces al feed sólo en las páginas interiores."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Mostrar los enlaces a los canales web solo en la página de inicio."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr ""
|
||||
"Mostrar los enlaces a los canales web en todas las páginas de la aplicación."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Mostrar elementos del número actual."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Mostrar un número fijo de las publicaciones más recientes."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Número de publicaciones que se debe mostrar"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Introduzca un número entero para los elementos publicados más recientes."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Logo Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Logo RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Logo RSS2"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Mostrar los enlaces a los canales web solo en las páginas de inicio y del "
|
||||
"número."
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Últimas publicaciones"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"¿Incluir identificadores (ISBN, palabras clave, categorías, etc.) en el "
|
||||
"resumen del canal?"
|
||||
@@ -0,0 +1,59 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:33+00:00\n"
|
||||
"PO-Revision-Date: 2019-11-19T11:05:33+00:00\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Web elikatzeko iturriaren plugina"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Plugin honek RSS/Atom web sindikazioko iturria sortzen du uneko zenbakirako."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Ezarpenak"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Zenbakiaren orrialdeetan bakarrik bistaratu estekak."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"Hasierak orrian eta zenbakiaren orrialdeetan bakarrik bistaratu estekak."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Aldizkariko orri guztietan bistaratu estekak."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Bistaratu uneko zenbaki argitaratuko elementuak."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "azkenak."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Idatzi osoko zenbaki positibo bat elementu argitaratuen kopurua zehazteko."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom logoa"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 logoa"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 logoa"
|
||||
@@ -0,0 +1,56 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:33+00:00\n"
|
||||
"PO-Revision-Date: 2019-11-19T11:05:33+00:00\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "افزونه بازخوراند وب"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr "این افزونه بازخوراند وب برای شماره جاری تولید میکند."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "تنظیمات"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "نمایش بازخوراند وب فقط بر روی صفحات شماره مجله"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "لینک فید وب را فقط در صفحاتی که شماره مجله در آن نمایش مییابد نشان بده"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "نمایش بازخوراند وب فقط بر روی تمام صفحات مجله"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "نمایش موارد بر روی شماره جاری مجله"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "نمایش تعداد ثابتی از آخرین موارد"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "آخرین موارد چاپ شده."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "لطفا عدد صحیح مثبتی برای آخرین موارد چاپ شده وارد کنید."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "لوگوی Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "لوگوی RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "لوگوی RSS2"
|
||||
@@ -0,0 +1,69 @@
|
||||
# Antti-Jussi Nygård <ajnyga@gmail.com>, 2023.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:33+00:00\n"
|
||||
"PO-Revision-Date: 2023-12-03 20:38+0000\n"
|
||||
"Last-Translator: Antti-Jussi Nygård <ajnyga@gmail.com>\n"
|
||||
"Language-Team: Finnish <http://translate.pkp.sfu.ca/projects/plugins/webFeed/"
|
||||
"fi/>\n"
|
||||
"Language: fi\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: Weblate 4.18.2\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Verkkosyötelisäosa"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Tämä lisäosa tuottaa RSS/Atom-verkkosisältösyötteitä.<br>Lisäosa sisältää "
|
||||
"myös sivupalkkilohkon, jonka avulla voit näyttää syötelinkit sivustosi "
|
||||
"sivupalkissa"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Asetukset"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Näytä verkkosyötelinkit vain numeroiden sivuilla."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Näytä verkkosyötelinkit vain etusivulla."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Näytä verkkosyötelinkit julkaisun kaikilla sivuilla."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Näytä kohteet uusimmassa julkaistussa numerossa."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Näytä kiinteä määrä viimeisimpiä kohteita."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Näytettävien kohteiden määrä"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Anna positiivinen kokonaisluku viimeisimmille julkaistuille kohteille."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom-logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1-logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2-logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Uusimmat artikkelit"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr "Näytä verkkosyötelinkit vain etusivulla ja numeroiden sivuilla."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Sisällytä tunnisteet (ISBN, avainsanat, kategoriat jne.) syötteen "
|
||||
"yhteenvetoon?"
|
||||
@@ -0,0 +1,72 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-09-30T06:56:43-07:00\n"
|
||||
"PO-Revision-Date: 2023-05-25 14:49+0000\n"
|
||||
"Last-Translator: Marie-Hélène Vézina [UdeMontréal] <marie-helene."
|
||||
"vezina@umontreal.ca>\n"
|
||||
"Language-Team: French (Canada) <http://translate.pkp.sfu.ca/projects/plugins/"
|
||||
"webFeed/fr_CA/>\n"
|
||||
"Language: fr_CA\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: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Plugiciel de fils de nouvelles"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Ce plugiciel produit des flux de syndication Web RSS/Atom.<br>Le plugiciel "
|
||||
"comprend également un bloc de barre latérale qui vous permet d'afficher les "
|
||||
"liens du flux dans la barre latérale de votre application."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Paramètres"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Afficher les liens du fil sur les pages du numéro seulement."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Afficher les liens du fil sur la page d'accueil seulement."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Afficher les liens du fil sur toutes les pages de la revue."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Afficher les éléments du numéro courant."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Afficher un nombre fixe des publications les plus récentes."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Nombre de publications à afficher"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Veuillez entrer un nombre entier positif pour les éléments publiés récemment."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Logo Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Logo RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Logo RSS2"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Afficher les liens du fil sur la page d'accueil et sur les pages des numéros "
|
||||
"uniquement."
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Dernières publications"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Inclure des identifiants (ISBN, mots-clés, catégories, etc.) dans le "
|
||||
"sommaire du fil ?"
|
||||
@@ -0,0 +1,59 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2020-08-25 06:34+0000\n"
|
||||
"Last-Translator: Paul Heckler <paul.d.heckler@gmail.com>\n"
|
||||
"Language-Team: French <http://translate.pkp.sfu.ca/projects/ojs/generic-"
|
||||
"webFeed/fr/>\n"
|
||||
"Language: fr_FR\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: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Module de flux web"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Ce module produit des flux de syndication RRS/Atom pour le numéro en cours."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Paramètres"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Afficher les liens du flux web sur les pages du numéro uniquement."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"Afficher les liens du flux sur la page d'accueil et sur les pages du numéro "
|
||||
"uniquement."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Afficher les liens du flux web sur toutes les pages de la revue."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Afficher les éléments dans le numéro publié."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Afficher un nombre fixe des éléments les plus récents."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Nombre d'éléments à afficher"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "veuillez entrer un entier positif pour les éléments publiés récemment."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Logo Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Logo RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Logo RSS2"
|
||||
@@ -0,0 +1,63 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2020-11-16 18:52+0000\n"
|
||||
"Last-Translator: Michael Bauer <fios@igaidhlig.net>\n"
|
||||
"Language-Team: Gaelic <http://translate.pkp.sfu.ca/projects/ojs/"
|
||||
"generic-webFeed/gd_GB/>\n"
|
||||
"Language: gd_GB\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : "
|
||||
"(n > 2 && n < 20) ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Plugan an inbhir-lìn"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Tha am plugan seo a’ gintinn inbhirean siondacaideadh-lìn RSS/Atom airson na "
|
||||
"h-irise làithreach."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Roghainnean"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Na seall ceanglaichean an inbhir-lìn ach air duilleagan na h-irise."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"Na seall ceanglaichean an inbhir-lìn ach air an duilleag-dhachaigh agus "
|
||||
"duilleagan na h-irise."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Seall ceanglaichean an inbhir-lìn air gach duilleag an iris-leabhair."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Seallaidh seo nithean san iris fhoillsichte làithreach."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Seallaidh seo àireamh shocraichte de rudan a bha ann o chionn goirid."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Co mheud nì a thèid a shealltainn"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Cuir a-steach àireamh shlàn airson nithean a chaidh fhoillseachadh o chionn "
|
||||
"goirid."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Suaicheantas Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Suaicheantas RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Suaicheantas RSS2"
|
||||
@@ -0,0 +1,62 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2021-05-19 11:48+0000\n"
|
||||
"Last-Translator: Real Academia Galega <reacagal@gmail.com>\n"
|
||||
"Language-Team: Galician <http://translate.pkp.sfu.ca/projects/ojs/generic-"
|
||||
"webFeed/gl_ES/>\n"
|
||||
"Language: gl_ES\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: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Complemento de canles de información"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Este complemento xera canles de información RSS/Atom para o número actual."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Configuracións"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Mostrar os enlaces ás canles de información só nas páxinas do número."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"Mostrar os enlaces ás canles de información só na páxina inicial e nas "
|
||||
"páxinas do número."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr ""
|
||||
"Mostrar os enlaces ás canles de información en todas as páxinas da revista."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Mostrar os elementos do número actual."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Mostrar un número fixo dos elementos máis recentes."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Número de elementos a mostrar"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Introduza un número enteiro positivo para os elementos publicados "
|
||||
"recentemente."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Logotipo Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Logotipo RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Logotipo RSS2"
|
||||
@@ -0,0 +1,60 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:33+00:00\n"
|
||||
"PO-Revision-Date: 2019-11-19T11:05:33+00:00\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Dodatak za feed"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr "Ovaj dodatak stvara RSS/Atom <i>feed</i> sadržaja trenutnog broja."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Postavke"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Prikazuj poveznice na <i>feed</i> samo na stranicama brojeva."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"Prikazuj poveznice na <i>feed</i> na naslovnici časopisa i stranicama "
|
||||
"brojeva."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Prikazuj poveznice na <i>feed</i> na svim stranicama časopisa."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Prikazuj priloge u trenutnom broju."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "najnovija objavljena priloga."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Molimo unesite pozitivni cijeli broj kao broj prikazanih nedavno objavljene "
|
||||
"priloge."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom logotip"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 logotip"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 logotip"
|
||||
@@ -0,0 +1,58 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-02-13T21:07:39+00:00\n"
|
||||
"PO-Revision-Date: 2020-02-13T21:07:39+00:00\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Webes Hírfolyam Plugin"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr "Ez a plugin RSS/Atom web hírfolyamot hoz létre a legfrissebb számhoz."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Beállítások"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Webes hírfolyam linkek megjelenítése csak a folyóiratszám oldalain."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"Webes hírfolyam linkek megjelenítése a honlapon és a a folyóiratszám "
|
||||
"oldalain."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Webes hírfolyam linkek megjelenítése minden folyóirat oldalon."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Elemek megjelenítése a legfrissebb megjelent számban."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Egy adott számú legfrissebb elem megjelenítése."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Megjelenítendő elemek száma"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Adjon meg egy pozitív egész számot a legfrissebb megjelent elemhez."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 logo"
|
||||
@@ -0,0 +1,69 @@
|
||||
# Artashes Mirzoyan <amirzoyan@sci.am>, 2022.
|
||||
# Tigran Zargaryan <tigran@flib.sci.am>, 2022.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-04-27 17:49+0000\n"
|
||||
"Last-Translator: Tigran Zargaryan <tigran@flib.sci.am>\n"
|
||||
"Language-Team: Armenian <http://translate.pkp.sfu.ca/projects/plugins/"
|
||||
"webFeed/hy/>\n"
|
||||
"Language: hy\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: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Ոստայնի ժապավենի փլագին"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Այս փլագինը արտադրում է RSS/Atom վեբ սինդիկացիոն հոսքեր:<br>Փլագինը ներառում "
|
||||
"է նաև կողագոտի բլոկ, որը թույլ է տալիս ցուցադրել սնուցման հղումները ձեր "
|
||||
"հավելվածի կողագոտում"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Կարգավորումներ"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Ցուցադրել վեբ հոսքերի հղումները միայն թողարկման էջերում:"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Ցուցադրել վեբ հոսքերի հղումները տնային էջում:"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Ցուցադրել վեբ հոսքերի հղումները բոլոր հավելվածների էջերում:"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Ցուցադրել տարրերը ընթացիկ հրապարակված համարում:"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Ցուցադրել ամենավերջին հրապարակումների ֆիքսված թիվը:"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Ցուցադրվող հրապարակումների քանակը"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Խնդրում ենք մուտքագրել դրական ամբողջ թիվ վերջին հրապարակված նյութերի համար:"
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom լոգո"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 լոգո"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 լոգո"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Ցուցադրել վեբ հոսքերի հղումները միայն գլխավոր էջում և թողարկման էջերում:"
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Վերջին հրապարակումները"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Ընդգրկե՞լ նույնացուցիչները (ISBN, հիմնաբառեր, դասեր և այլն) հոսքի "
|
||||
"ամփոփագրում:"
|
||||
@@ -0,0 +1,61 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:33+00:00\n"
|
||||
"PO-Revision-Date: 2020-02-01 18:35+0000\n"
|
||||
"Last-Translator: Ramli Baharuddin <ramli.baharuddin@relawanjurnal.id>\n"
|
||||
"Language-Team: Indonesian <http://translate.pkp.sfu.ca/projects/ojs/generic-"
|
||||
"webFeed/id/>\n"
|
||||
"Language: id_ID\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Plugin Feed Web"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Plugin ini menghasilkan RSS/ Atom web syndication feeds untuk terbitan "
|
||||
"sekarang."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Pengaturan"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Tampilkan tautan feed web hanya di halaman terbitan."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Tampilkan tautan feed web hanya di beranda dan halaman terbitan."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Tampilkan tautan feed web di seluruh halaman jurnal."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Tampilkan item pada nomkor terbitan terkini."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Tampilkan jumlah item terbaru."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Jumlah item yang ditampilkan"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Masukkan bilangan bulat positif untuk item yang diterbitkan sekarang."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Logo atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Logo RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Logo RSS2"
|
||||
@@ -0,0 +1,52 @@
|
||||
# Kolbrun Reynisdottir <kolla@probus.is>, 2022.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Language: is_IS\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Weblate\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,60 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:33+00:00\n"
|
||||
"PO-Revision-Date: 2019-12-28 17:34+0000\n"
|
||||
"Last-Translator: Lucia Steele <lucia.steele@aboutscience.eu>\n"
|
||||
"Language-Team: Italian <http://translate.pkp.sfu.ca/projects/ojs/"
|
||||
"generic-webFeed/it/>\n"
|
||||
"Language: it_IT\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: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Feed della rivista"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr "Questo plugin genera il feed RSS/Atom per il fascicolo corrente."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Impostazioni"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Mostra il link ai feed solo sulle pagine dell'articolo."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Mostra il link ai feed sulla home page e sulle pagine dei fascicoli."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Mostra il link ai feed su tutte le pagine della rivista."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Mostra gli articoli pubblicati nell'ultima uscita."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Mostra un numero fisso degli articoli più recenti."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Numero di articoli da visualizzare"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Per favore inserisci un intero positivo per gli articoli recenti pubblicati."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Lodo Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Logo RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Logo RSS2"
|
||||
@@ -0,0 +1,58 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2021-02-08 21:06+0000\n"
|
||||
"Last-Translator: Dimitri Gogelia <dimitri.gogelia@iliauni.edu.ge>\n"
|
||||
"Language-Team: Georgian <http://translate.pkp.sfu.ca/projects/ojs/generic-"
|
||||
"webFeed/ka_GE/>\n"
|
||||
"Language: ka_GE\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: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "მოდული „გამოცემის სიახლეების ლენტი“"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr "ქმნის ლენტს RSS/Atom ფორმატში, ჟურნალის მიმდინარე ნომრისათვის."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "პარამეტრები"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "აჩვენებს ბმულებს ლენტზე ნომერის ყველა გვერდზე."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "ბმულის ჩვენება ლენტზე მხოლოდ მთავარ და განცხადებების გვერდებზე."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "ბმულის ჩვენება ლენტზე მხოლოდ განცხადებების გვერდზე."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "მასალების ჩვენება მიმდინარე გამოცემულ ნომერში."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "ბოლო გამოქვეყნებული მასალების ფიქსირებული რაოდენობის ჩვენება."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "ბოლოს გამოქვეყნებული საჩვენებელი მასალების რაოდენობა"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"გთხოვთ შეიტანოთ დადებითი მთელი რიცხვი ბოლოს გამოქვეყნებული მასალების "
|
||||
"რაოდენობის მისათითებლად."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom-ის ლოგო"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1-ის ლოგო"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2-ის ლოგო"
|
||||
@@ -0,0 +1,61 @@
|
||||
# Madi <nmdbzk@gmail.com>, 2021.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2021-07-12 13:40+0000\n"
|
||||
"Last-Translator: Madi <nmdbzk@gmail.com>\n"
|
||||
"Language-Team: Kazakh <http://translate.pkp.sfu.ca/projects/ojs/generic-"
|
||||
"webFeed/kk_KZ/>\n"
|
||||
"Language: kk_KZ\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: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "\"Басылымның Жаңалықтар тізімі\" модулі"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr "Журнал хабарландырулары үшін RSS/Atom пішімінде тізім жасайды."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Параметрлер"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Журналдың басылымдар бетінде тізімге сілтемелерді көрсетіңіз."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"Тізімге сілтемелерді тек басты бетте және журнал басылым беттерінде "
|
||||
"көрсетіңіз."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Журналдың барлық беттерінде тізімге сілтемелерді көрсетіңіз."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Жаңа жарияланған журнал басылымында мақалалардың тізімін көрсету."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Соңғы жарияланған мақалалардың белгіленген санын көрсету."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Экранда көрсетілетін соңғы жарияланған мақалалар саны"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Соңғы жарияланған мақалалардың белгіленген санын көрсету үшін оң сан "
|
||||
"енгізіңіз."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom логотипі"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 логотипі"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 логотипі"
|
||||
@@ -0,0 +1,2 @@
|
||||
msgid ""
|
||||
msgstr "X-Generator: Weblate\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit"
|
||||
@@ -0,0 +1,71 @@
|
||||
# Ana Vucurevic <ana.vucurevic97@yahoo.com>, 2023.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-05-06 04:10+0000\n"
|
||||
"Last-Translator: Mirko Spiroski <mspiroski@id-press.eu>\n"
|
||||
"Language-Team: Macedonian <http://translate.pkp.sfu.ca/projects/plugins/"
|
||||
"webFeed/mk/>\n"
|
||||
"Language: mk\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%10==1 ? 0 : 1;\n"
|
||||
"X-Generator: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Плагин за веб канал"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Овој плагин изработува RSS/Atom веб-синдикални канали.<br>Овој плагин "
|
||||
"вклучува и страничен блок кој овозможува прикажување на каналните врски во "
|
||||
"вашата странична апликација"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Поставки"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Прикажи ги линковите до веб каналите само на страницата на изданието."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"Прикажи ги линковите до веб каналите само на главната и на страницата на "
|
||||
"изданието."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Прикажи ги линковите до веб каналите на сите страници на списанието."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Прикажи ја содржината на тековното објавено издание."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Прикажи постојан број на најнови елементи."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Број на елементи за приказ"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Ве молиме да внесете позитивен цел број за неодамнешните објавени елементи."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Лого на Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Лого на RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Лого на RSS2"
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Најнови статии"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Вклучи идентификатори (ISBN, клучни зборови, категории итн.) во главната "
|
||||
"содржина?"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Прикажува веб линкови за каналите само на вебстраницата и страниците на "
|
||||
"бројот."
|
||||
@@ -0,0 +1,59 @@
|
||||
# Muhd Muaz <muazhero61@yahoo.com>, 2021.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-08-03 14:58+0000\n"
|
||||
"Last-Translator: Ahmad Irdha Mokhtar <airdham@icloud.com>\n"
|
||||
"Language-Team: Malay <http://translate.pkp.sfu.ca/projects/plugins/webFeed/"
|
||||
"ms/>\n"
|
||||
"Language: ms\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Plugin Suapan Web"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Pemalam ini menghasilkan suapan sindikasi web RSS/Atom.<br>Pemalam ini juga "
|
||||
"termasuk blok bar sisi yang membolehkan anda memaparkan pautan suapan pada "
|
||||
"bar sisi aplikasi anda"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Tetapan"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Paparkan pautan suapan web pada halaman isu sahaja."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Paparkan pautan suapan web di laman utama dan halaman isu sahaja."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Paparkan pautan suapan web di semua halaman jurnal."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Paparkan item dalam terbitan isu semasa."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Paparkan bilangan tetap item terkini."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Bilangan item untuk dipaparkan"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Sila masukkan bilangan bulat positif untuk item yang baru diterbitkan."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Logo Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Logo RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Logo RSS2"
|
||||
@@ -0,0 +1,62 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:33+00:00\n"
|
||||
"PO-Revision-Date: 2021-01-14 13:52+0000\n"
|
||||
"Last-Translator: FRITT, University of Oslo Library <fritt-info@journals.uio."
|
||||
"no>\n"
|
||||
"Language-Team: Norwegian Bokmål <http://translate.pkp.sfu.ca/projects/ojs/"
|
||||
"generic-webFeed/nb_NO/>\n"
|
||||
"Language: nb_NO\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: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Programutvidelse for webstrømmer"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Denne programutvidelsen skaper en RSS/Atom-strøm for siste utgave av "
|
||||
"tidsskriftet."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Innstillinger"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Vis webstrømlenker bare på utgavesidene."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Vis webstrømlenker både på hjemmesiden og på utgavesidene."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Vis webstrømlenker på alle sider."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Vis elementer i inneværende nummer."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Vis et fast antall av de nyeste elementene."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Antall elementer til visning"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Sett inn et positivt heltall for antall nylig publiserte elementer."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom-logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1-logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2-logo"
|
||||
@@ -0,0 +1,59 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:34+00:00\n"
|
||||
"PO-Revision-Date: 2020-10-22 11:46+0000\n"
|
||||
"Last-Translator: Hans Spijker <hans.spijker@huygens.knaw.nl>\n"
|
||||
"Language-Team: Dutch <http://translate.pkp.sfu.ca/projects/ojs/"
|
||||
"generic-webFeed/nl/>\n"
|
||||
"Language: nl_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: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Web Feed Plugin"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr "Deze plugin produceert RSS/Atom feeds voor het huidige nummer."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Instellingen"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Toon web feed links alleen bij de pagina's van een nummer."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Toon web feeds alleen op de startpagina en de pagina's van het nummer."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Toon web feed links op alle tijdschriftpagina's."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Toon de items in het huidige nummer."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Toon een vast aantal meest recente items."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Meest recent gepubliceerde items"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Het aantal recente items moet een positief geheel getal zijn."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 logo"
|
||||
@@ -0,0 +1,60 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:34+00:00\n"
|
||||
"PO-Revision-Date: 2020-11-30 15:32+0000\n"
|
||||
"Last-Translator: rl <biuro@fimagis.pl>\n"
|
||||
"Language-Team: Polish <http://translate.pkp.sfu.ca/projects/ojs/generic-"
|
||||
"webFeed/pl_PL/>\n"
|
||||
"Language: pl_PL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\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-Generator: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Wtyczka RSS/Atom"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr "Wtyczka generuje kanały RSS/Atom."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Ustawienia"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Wyświetlaj łącza kanałów tylko na stronach numerów."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Wyświetlaj łącza kanałów na stronie głównej oraz na stronie numerów."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Wyświetlaj łącza kanałów na wszystkich stronach czasopisma."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Wyświetl artykuły z aktualnego numeru."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Wyświetl ustaloną liczbę ostatnio opublikowanych artykułów."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Liczba ostatnio opublikowanych artykułów"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Podaj dodatnią liczbę dla ostatnio opublikowanych artykułów."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Logo Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Logo RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Logo RSS2"
|
||||
@@ -0,0 +1,70 @@
|
||||
# Diego José Macêdo <diegojmacedo@gmail.com>, 2023.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-09-30T11:58:33-07:00\n"
|
||||
"PO-Revision-Date: 2023-04-27 17:49+0000\n"
|
||||
"Last-Translator: Diego José Macêdo <diegojmacedo@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <http://translate.pkp.sfu.ca/projects/"
|
||||
"plugins/webFeed/pt_BR/>\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-Generator: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Plugin de Canal de Divulgação"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Este plug-in produz canais de distribuição da Web RSS/Atom.<br>O plug-in "
|
||||
"também inclui um bloco na barra lateral que permite exibir os links de feed "
|
||||
"na barra lateral de seu aplicativo"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Configurações"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Exibir canais somente nas páginas da edição."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Exibir links de canais apenas nas páginas inicial e das edições."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Exibir canais em todas as páginas da revista."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Exibir itens da edição atual."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "itens mais recentes."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Número de itens a exibir"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Informe um inteiro positivo para o número de itens mais recentes."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Logo Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Logo RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Logo RSS2"
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Artigos mais recentes"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Incluir identificadores (ISBN, palavras-chave, categorias, etc.) no resumo "
|
||||
"do feed?"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Exibir links de feed da web apenas na página inicial e nas páginas de edição."
|
||||
@@ -0,0 +1,71 @@
|
||||
# José Carvalho <jcarvalho@keep.pt>, 2023.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:34+00:00\n"
|
||||
"PO-Revision-Date: 2023-04-27 17:49+0000\n"
|
||||
"Last-Translator: José Carvalho <jcarvalho@keep.pt>\n"
|
||||
"Language-Team: Portuguese (Portugal) <http://translate.pkp.sfu.ca/projects/"
|
||||
"plugins/webFeed/pt_PT/>\n"
|
||||
"Language: pt_PT\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: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Plugin Canal de Divulgação RSS"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Este plugin produz canais de divulgação RSS/Atom para a edição "
|
||||
"atual.<br>Este plugin inclui ainda um bloco da barra lateral que lhe permite "
|
||||
"apresentar os links dos feeds aos utilizadores"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Configurações"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Exibir canais somente nas páginas da edição."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Exibir links de canais apenas nas páginas de início e das edições."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Exibir canais em todas as páginas da revista."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Exibir itens da edição atual."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Exibe um número fixo dos artigos mais recentes."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Número de itens a exibir"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Indique um número inteiro positivo para o número de artigos mais recentes."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Logo Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Logo RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Logo RSS2"
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Artigos mais recentes"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Incluir identificadores (ISBN, palavras-chave, categorias, etc.) no resumo "
|
||||
"do feed?"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Exibir links do feed web apenas na página inicial e nas páginas de edição."
|
||||
@@ -0,0 +1,72 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:34+00:00\n"
|
||||
"PO-Revision-Date: 2023-04-29 17:01+0000\n"
|
||||
"Last-Translator: Pavel Pisklakov <ppv1979@mail.ru>\n"
|
||||
"Language-Team: Russian <http://translate.pkp.sfu.ca/projects/plugins/webFeed/"
|
||||
"ru/>\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\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-Generator: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Модуль «Веб-канал»"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Создает каналы в форматах RSS/Atom.<br>Модуль также содержит блок боковой "
|
||||
"панели, который позволяет отображать ссылки на каналы в боковой панели "
|
||||
"вашего приложения"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Настройки"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Показать ссылки на каналы только на страницах выпуска."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Показать ссылки на каналы только на главной странице."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Показать ссылки на каналы на всех страницах приложения."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Показать материалы в текущем опубликованном выпуске."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Показать фиксированное количество последних опубликованных материалов."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Количество последних опубликованных материалов для показа"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Пожалуйста введите положительное целое число для количества последних "
|
||||
"опубликованных материалов."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Логотип Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Логотип RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Логотип RSS2"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Показать ссылки на каналы только на главной странице и на страницах выпуска."
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Последние публикации"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Включать идентификаторы (ISBN, ключевые слова, категории и т.д.) в текст "
|
||||
"канала?"
|
||||
@@ -0,0 +1,58 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2020-11-12 13:01+0000\n"
|
||||
"Last-Translator: Tomáš Blaho <tomas.blaho@umb.sk>\n"
|
||||
"Language-Team: Slovak <http://translate.pkp.sfu.ca/projects/ojs/generic-"
|
||||
"webFeed/sk_SK/>\n"
|
||||
"Language: sk_SK\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Plugin Web Feed"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Tento plugin vytvára RSS/Atom web syndication feedy pre aktuálne číslo."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Nastavenie"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Zobraziť odkazy na feed iba na stránkach čísla."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Zobraziť odkazy na feed iba na domácej stránke a na stránkach čísla."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Zobraziť odkazy na feed na všetkých stránkach časopisu."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Položky v aktuálnom publikovanom čísle."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Zobrazovať pevný počet najnovších položiek."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Počet položiek na zobrazenie"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Vložte prosím celé kladné číslo pre počet posledných vydaných položiek."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 logo"
|
||||
@@ -0,0 +1,70 @@
|
||||
# Primož Svetek <primoz.svetek@gmail.com>, 2022, 2023.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:34+00:00\n"
|
||||
"PO-Revision-Date: 2023-05-04 13:49+0000\n"
|
||||
"Last-Translator: Primož Svetek <primoz.svetek@gmail.com>\n"
|
||||
"Language-Team: Slovenian <http://translate.pkp.sfu.ca/projects/plugins/"
|
||||
"webFeed/sl/>\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
|
||||
"%100==4 ? 2 : 3;\n"
|
||||
"X-Generator: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Web Feed vtičnik"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Vtičnik pripravi RSS/Atom feed. Vtičnik vsebuje tudi stranski blok, ki "
|
||||
"omogoča, da prikažete povezavo do feed-a na spletni strani."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Nastavitve"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Prikaži web feed povezave le na straneh številk revij."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Prikaži web feed povezave le na domači strani in straneh številk revij."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Prikaži web feed povezave na vseh straneh revije."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Prikaži le trenutno objavljeno številko."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Prikaži fiksno število zadnjih številk."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Število postavk, ki se prikažejo"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Prosimo, vnesite pozitivno celoštevilčno vrednost za zadnje objavljene številke."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Zadnji članki"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Vključi identifikatorje (ISBN, ključne besede, kategorije, itd.) v povzetek "
|
||||
"vira?"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Prikaži povezave za web feed samo na naslovni strani in naslovnicah številk."
|
||||
@@ -0,0 +1,58 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:34+00:00\n"
|
||||
"PO-Revision-Date: 2019-11-19T11:05:34+00:00\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Web Feed dodatak"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Ovaj dodatak proizvodi RSS/Atom web syndication feeds za trenutni broj "
|
||||
"časopisa."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Podešavanja"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Prikaži linkove samo na stranici trenutnog broja."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Prikaži linkove samo na početnoj stranici i stranici trenutnog broja."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Prikaži linkove na svim stranicama časopisa."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Prikaži stavke trenutno objavljenog broja."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Prikaži fiksni broj skorašnjih stavki."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "poslednje objavljene stavke."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Unesite broj stavki koje će se prikazivati."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 logo"
|
||||
@@ -0,0 +1,58 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:34+00:00\n"
|
||||
"PO-Revision-Date: 2019-11-19T11:05:34+00:00\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Plugin för webbflöde"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Det här pluginet lägger till RSS/Atom-syndikeringsflöden för senaste nummer."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Inställningar"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Visa länkar till RSS/Atom-flöden enbart på nummersidor."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"Visa länkar till RSS/Atom-flöden enbart på förstasidan och nummersidor."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Visa länkar till RSS/Atom-flöden på alla tidskriftens sidor."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Visa poster i det senast publicerade numret."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Visa ett bestämt antal av de senaste posterna."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Antal poster att visa"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Vänligen ange ett positivt antal för senast publicerade poster."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom-logotyp"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1-logotyp"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2-logotyp"
|
||||
@@ -0,0 +1,70 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:34+00:00\n"
|
||||
"PO-Revision-Date: 2023-05-23 18:49+0000\n"
|
||||
"Last-Translator: Hüseyin Körpeoğlu <yoruyenturk@hotmail.com>\n"
|
||||
"Language-Team: Turkish <http://translate.pkp.sfu.ca/projects/plugins/webFeed/"
|
||||
"tr/>\n"
|
||||
"Language: tr\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: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Web Besleme Eklentisi"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Bu eklenti son sayı için RSS/Atom web akış beslemeleri üretir.<br>Ayrıca, "
|
||||
"besleme bağlantılarını kenar çubuğunda görüntülemenizi sağlayan bir blok "
|
||||
"içerir."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Ayarlar"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Web besleme bağlantılarını yalnızca sayı sayfalarında göster."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Web besleme bağlantılarını sadece anasayfa ve sayı sayfalarında göster."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Web besleme bağlantılarını tüm dergi sayfalarında göster."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Son yayımlanan sayının bütün öğelerini göster."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "En son yayınların sabit bir sayısını görüntüleyin."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Gösterilecek öge sayısı"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Lütfen son yayımlanan öğeler için pozitif bir tamsayı giriniz."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Web besleme bağlantılarını yalnızca ana sayfada ve sayı sayfalarında "
|
||||
"görüntüleyin."
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Son yayınlar"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Besleme özetine tanımlayıcılar (ISBN, anahtar kelimeler, kategoriler vb.) "
|
||||
"dahil edilsin mi?"
|
||||
@@ -0,0 +1,73 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-19T11:05:35+00:00\n"
|
||||
"PO-Revision-Date: 2023-04-27 17:49+0000\n"
|
||||
"Last-Translator: Petro Bilous <petrobilous@ukr.net>\n"
|
||||
"Language-Team: Ukrainian <http://translate.pkp.sfu.ca/projects/plugins/"
|
||||
"webFeed/uk/>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\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-Generator: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Плагін вебканалу"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Цей плагін створює канали вебсиндикації RSS / Atom. <br>Плагін також включає "
|
||||
"блок бічної панелі, який дозволяє відображати посилання на канали на бічній "
|
||||
"панелі вашої програми"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Налаштування"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Відображати покликання на вебканал лише на сторінках випуску."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "Відображати покликання на вебканал лише на головній сторінці."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Відображати покликання на вебканал на всіх сторінках програми."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Відображати матеріали в поточному опублікованому випуску."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Відображати фіксовану кількість останніх публікацій."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Кількість публікацій для відображення"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Будь ласка, укажіть додатнє ціле число кількості останніх опублікованих "
|
||||
"матеріалів."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Логотип Atom"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Логотип RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Логотип RSS2"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Відображати покликання на вебканал лише на головній сторінці та сторінках "
|
||||
"випусків."
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Останні публікації"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Додати ідентифікатори (номер ISBN, ключові слова, категорії тощо) у зведення "
|
||||
"каналу?"
|
||||
@@ -0,0 +1,50 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Weblate\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,59 @@
|
||||
# Ruslan Shodmonov <belovedspy1209@gmail.com>, 2021.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2021-09-09 11:05+0000\n"
|
||||
"Last-Translator: Ruslan Shodmonov <belovedspy1209@gmail.com>\n"
|
||||
"Language-Team: Uzbek <http://translate.pkp.sfu.ca/projects/ojs/generic-"
|
||||
"webFeed/uz_UZ@latin/>\n"
|
||||
"Language: uz_UZ@latin\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: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Veb -kanallar uchun plagin"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr "Ushbu plagin joriy muammo uchun RSS/Atom veb -sindikatsiyasini beradi."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Sozlamalar"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Veb -tasma havolalarini faqat muammoli sahifalarda ko'rsatish."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"Veb -tasma havolalarini faqat bosh sahifada va nashr sahifalarida ko'rsatish."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Barcha jurnal sahifalarida veb -tasma havolalarini ko'rsatish."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Joriy nashrda elementlarni ko'rsatish."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "So'nggi elementlarning belgilangan sonini ko'rsatish."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Ko'rsatiladigan elementlar soni"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr ""
|
||||
"Iltimos, yaqinda e'lon qilingan ma'lumotlar uchun musbat tamsayı kiriting."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom logotipi"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 logotipi"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 logotipi"
|
||||
@@ -0,0 +1,68 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2024-02-19 07:39+0000\n"
|
||||
"Last-Translator: Thuan Huynh <verypro.vn@gmail.com>\n"
|
||||
"Language-Team: Vietnamese <http://translate.pkp.sfu.ca/projects/plugins/"
|
||||
"webFeed/vi/>\n"
|
||||
"Language: vi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 4.18.2\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "Plugin nguồn cấp web"
|
||||
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
"Plugin này tạo nguồn cấp dữ liệu cung cấp web RSS/Atom.<br>Plugin này cũng "
|
||||
"bao gồm một khối thanh bên cho phép bạn hiển thị các liên kết nguồn cấp dữ "
|
||||
"liệu trên thanh bên của ứng dụng của bạn."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "Cài đặt"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "Chỉ hiển thị các liên kết nguồn cấp web trên các số."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
"Chỉ hiển thị các liên kết nguồn cấp web trên trang chủ và các số phát hành."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "Hiển thị liên kết nguồn cấp web trên tất cả các trang tạp chí."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "Hiển thị các mục trong số được công bố hiện tại."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "Hiển thị một số lượng cố định của các mục gần đây nhất."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "Số mục cần hiển thị"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "Vui lòng nhập một số nguyên dương cho các mục được xuất bản gần đây."
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "Logo RSS1"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "Logo RSS2"
|
||||
|
||||
msgid "plugins.generic.webfeed.blockTitle"
|
||||
msgstr "Ấn phẩm mới nhất"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.homepageAndIssues"
|
||||
msgstr ""
|
||||
"Chỉ hiển thị các liên kết nguồn cấp dữ liệu web trên trang chủ và các trang "
|
||||
"phát hành."
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.includeIdentifiers"
|
||||
msgstr ""
|
||||
"Bao gồm số nhận dạng (ISBN, từ khóa, danh mục, v.v.) trong tóm tắt nguồn cấp "
|
||||
"dữ liệu?"
|
||||
@@ -0,0 +1,59 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-04T08:59:13-08:00\n"
|
||||
"PO-Revision-Date: 2020-04-21 19:24+0000\n"
|
||||
"Last-Translator: Yukari Chiba <Charles@nia.ac.cn>\n"
|
||||
"Language-Team: Chinese (Simplified) <http://translate.pkp.sfu.ca/projects/"
|
||||
"ojs/generic-webFeed/zh_Hans/>\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 3.9.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr "网络Feed插件"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr "这个插件为当前的刊期生成的RSS / Atom的网络联合供稿。"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "设置"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr "只在刊期页面显示Feed链接."
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr "只在首页和刊期页面显示Feed链接。"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr "在所有页面显示feed链接。"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr "在当前出版的刊期里显示的项目。"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr "显示固定数量的最新条目。"
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "更多最近出版的项目"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "请为最近出版的项目制定一个整数。"
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1 logo"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2 logo"
|
||||
@@ -0,0 +1,57 @@
|
||||
# HKBU Library <libms@hkbu.edu.hk>, 2022.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2022-09-24 08:38+0000\n"
|
||||
"Last-Translator: HKBU Library <libms@hkbu.edu.hk>\n"
|
||||
"Language-Team: Chinese (Traditional) <http://translate.pkp.sfu.ca/projects/"
|
||||
"ojs/generic-webFeed/zh_Hant/>\n"
|
||||
"Language: zh_Hant\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 4.13.1\n"
|
||||
|
||||
msgid "plugins.generic.webfeed.displayName"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.description"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.settings"
|
||||
msgstr "設定"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.issue"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.homepage"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.all"
|
||||
msgstr ""
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.currentIssue"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recent"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "plugins.generic.webfeed.settings.recentArticles"
|
||||
msgstr "顯示項目數量"
|
||||
|
||||
msgid "plugins.generic.webfeed.settings.recentItemsRequired"
|
||||
msgstr "請為最近出版項目輸入一個正數整數。"
|
||||
|
||||
msgid "plugins.generic.webfeed.atom.altText"
|
||||
msgstr "Atom標誌"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss1.altText"
|
||||
msgstr "RSS1標誌"
|
||||
|
||||
msgid "plugins.generic.webfeed.rss2.altText"
|
||||
msgstr "RSS2標誌"
|
||||
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plugin_settings SYSTEM "../../../lib/pkp/dtd/pluginSettings.dtd">
|
||||
|
||||
<!--
|
||||
* settings.xml
|
||||
*
|
||||
* Copyright (c) 2014-2023 Simon Fraser University
|
||||
* Copyright (c) 2003-2023 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* Default plugin settings.
|
||||
*
|
||||
-->
|
||||
|
||||
<plugin_settings>
|
||||
<setting type="bool">
|
||||
<name>enabled</name>
|
||||
<value>true</value>
|
||||
</setting>
|
||||
<setting type="string">
|
||||
<name>displayPage</name>
|
||||
<value>homepage</value>
|
||||
</setting>
|
||||
<setting type="bool">
|
||||
<name>displayItems</name>
|
||||
<value>issue</value>
|
||||
</setting>
|
||||
<setting type="int">
|
||||
<name>recentItems</name>
|
||||
<value>30</value>
|
||||
</setting>
|
||||
<setting type="bool">
|
||||
<name>includeIdentifiers</name>
|
||||
<value>false</value>
|
||||
</setting>
|
||||
</plugin_settings>
|
||||
@@ -0,0 +1,93 @@
|
||||
{**
|
||||
* templates/atom.tpl
|
||||
*
|
||||
* Copyright (c) 2014-2023 Simon Fraser University
|
||||
* Copyright (c) 2003-2023 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* Atom feed template
|
||||
*
|
||||
*}
|
||||
<?xml version="1.0" encoding="{$defaultCharset|escape}"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
{* required elements *}
|
||||
<id>{$feedUrl}</id>
|
||||
<title>{$context->getLocalizedName()|escape:"html"|strip}</title>
|
||||
|
||||
<updated>{$latestDate|date_format:"Y-m-d\TH:i:sP"}</updated>
|
||||
|
||||
{* recommended elements *}
|
||||
{if $context->getData('contactName')}
|
||||
<author>
|
||||
<name>{$context->getData('contactName')|strip|escape:"html"}</name>
|
||||
{if $context->getData('contactEmail')}
|
||||
<email>{$context->getData('contactEmail')|strip|escape:"html"}</email>
|
||||
{/if}
|
||||
</author>
|
||||
{/if}
|
||||
|
||||
<link rel="alternate" href="{url context=$context->getPath()}" />
|
||||
<link rel="self" type="application/atom+xml" href="{$feedUrl}" />
|
||||
|
||||
{* optional elements *}
|
||||
|
||||
{* <category/> *}
|
||||
{* <contributor/> *}
|
||||
|
||||
<generator uri="https://pkp.sfu.ca/{$applicationIdentifier}/" version="{$applicationVersion|escape}">{$applicationName}</generator>
|
||||
{if $context->getLocalizedDescription()}
|
||||
{assign var="description" value=$context->getLocalizedDescription()}
|
||||
{elseif $context->getLocalizedData('searchDescription')}
|
||||
{assign var="description" value=$context->getLocalizedData('searchDescription')}
|
||||
{/if}
|
||||
|
||||
<subtitle type="html">{$description|strip|escape:"html"}</subtitle>
|
||||
|
||||
{foreach from=$submissions item=item}
|
||||
{assign var=submission value=$item.submission}
|
||||
{assign var=publication value=$submission->getCurrentPublication()}
|
||||
<entry>
|
||||
{* required elements *}
|
||||
<id>{url page=$publicationPage op=$publicationOp path=$submission->getBestId()}</id>
|
||||
<title>{$publication->getLocalizedTitle()|strip|escape:"html"}</title>
|
||||
<updated>{$publication->getData('lastModified')|date_format:"Y-m-d\TH:i:sP"}</updated>
|
||||
|
||||
{* recommended elements *}
|
||||
|
||||
{foreach from=$publication->getData('authors') item=author}
|
||||
<author>
|
||||
<name>{$author->getFullName(false)|strip|escape:"html"}</name>
|
||||
</author>
|
||||
{/foreach}{* authors *}
|
||||
|
||||
<link rel="alternate" href="{url page=$publicationPage op=$publicationOp path=$submission->getBestId()}" />
|
||||
|
||||
{if $publication->getLocalizedData('abstract') || $includeIdentifiers}
|
||||
<summary type="html" xml:base="{url page=$publicationPage op=$publicationOp path=$submission->getBestId()}">
|
||||
{if $includeIdentifiers}
|
||||
{foreach from=$item.identifiers item=identifier}
|
||||
{$identifier.label|strip|escape:"html"}: {', '|implode:$identifier.values|strip|escape:"html"}<br />
|
||||
{/foreach}{* summary identifiers *}
|
||||
<br />
|
||||
{/if}
|
||||
{$publication->getLocalizedData('abstract')|strip|escape:"html"}
|
||||
</summary>
|
||||
{/if}
|
||||
|
||||
{* optional elements *}
|
||||
|
||||
{foreach from=$item.identifiers item=identifier}
|
||||
{foreach from=$identifier.values item=value}
|
||||
<category term="{$value|strip|escape:"html"}" label="{$identifier.label|strip|escape:"html"}" scheme="https://pkp.sfu.ca/{$applicationIdentifier}/category/{$identifier.type|strip|escape:"html"}"/>
|
||||
{/foreach}
|
||||
{/foreach}{* categories *}
|
||||
|
||||
{* <contributor/> *}
|
||||
|
||||
<published>{$publication->getData('datePublished')|date_format:"Y-m-d\TH:i:sP"}</published>
|
||||
|
||||
{* <source/> *}
|
||||
<rights>{translate|escape key="submission.copyrightStatement" copyrightYear=$publication->getData('copyrightYear') copyrightHolder=$publication->getLocalizedData('copyrightHolder')}</rights>
|
||||
</entry>
|
||||
{/foreach}{* submissions *}
|
||||
</feed>
|
||||
@@ -0,0 +1,32 @@
|
||||
{**
|
||||
* templates/block.tpl
|
||||
*
|
||||
* Copyright (c) 2014-2023 Simon Fraser University
|
||||
* Copyright (c) 2003-2023 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* Feed plugin navigation sidebar.
|
||||
*
|
||||
*}
|
||||
<div class="pkp_block block_web_feed">
|
||||
<h2 class="title">{translate key="plugins.generic.webfeed.blockTitle"}</h2>
|
||||
<div class="content">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{url router=\PKP\core\PKPApplication::ROUTE_PAGE page="gateway" op="plugin" path="WebFeedGatewayPlugin"|to_array:"atom"}">
|
||||
<img src="{$baseUrl}/lib/pkp/templates/images/atom.svg" alt="{translate key="plugins.generic.webfeed.atom.altText"}">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{url router=\PKP\core\PKPApplication::ROUTE_PAGE page="gateway" op="plugin" path="WebFeedGatewayPlugin"|to_array:"rss2"}">
|
||||
<img src="{$baseUrl}/lib/pkp/templates/images/rss20_logo.svg" alt="{translate key="plugins.generic.webfeed.rss2.altText"}">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{url router=\PKP\core\PKPApplication::ROUTE_PAGE page="gateway" op="plugin" path="WebFeedGatewayPlugin"|to_array:"rss"}">
|
||||
<img src="{$baseUrl}/lib/pkp/templates/images/rss10_logo.svg" alt="{translate key="plugins.generic.webfeed.rss1.altText"}">
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,127 @@
|
||||
{**
|
||||
* templates/rss.tpl
|
||||
*
|
||||
* Copyright (c) 2014-2023 Simon Fraser University
|
||||
* Copyright (c) 2003-2023 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* RSS feed template
|
||||
*
|
||||
*}
|
||||
<?xml version="1.0" encoding="{$defaultCharset|escape}"?>
|
||||
<rdf:RDF
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://purl.org/rss/1.0/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/"
|
||||
xmlns:cc="http://web.resource.org/cc/"
|
||||
xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
|
||||
|
||||
<channel rdf:about="{url context=$context->getPath()}">
|
||||
{* required elements *}
|
||||
<title>{$context->getLocalizedName()|strip|escape:"html"}</title>
|
||||
<link>{url context=$context->getPath()}</link>
|
||||
|
||||
{if $context->getLocalizedDescription()}
|
||||
{assign var="description" value=$context->getLocalizedDescription()}
|
||||
{elseif $context->getLocalizedData('searchDescription')}
|
||||
{assign var="description" value=$context->getLocalizedData('searchDescription')}
|
||||
{/if}
|
||||
|
||||
<description>{$description|strip|escape:"html"}</description>
|
||||
|
||||
{* optional elements *}
|
||||
{assign var="publisherInstitution" value=$context->getData('publisherInstitution')}
|
||||
{if $publisherInstitution}
|
||||
<dc:publisher>{$publisherInstitution|strip|escape:"html"}</dc:publisher>
|
||||
{/if}
|
||||
|
||||
{if $context->getPrimaryLocale()}
|
||||
<dc:language>{$context->getPrimaryLocale()|replace:'_':'-'|strip|escape:"html"}</dc:language>
|
||||
{/if}
|
||||
|
||||
<prism:publicationName>{$context->getLocalizedName()|strip|escape:"html"}</prism:publicationName>
|
||||
|
||||
{if $context->getData('printIssn')}
|
||||
{assign var="ISSN" value=$context->getData('printIssn')}
|
||||
{elseif $context->getData('onlineIssn')}
|
||||
{assign var="ISSN" value=$context->getData('onlineIssn')}
|
||||
{/if}
|
||||
|
||||
{if $ISSN}
|
||||
<prism:issn>{$ISSN|escape}</prism:issn>
|
||||
{/if}
|
||||
|
||||
{if $context->getLocalizedData('licenseTerms')}
|
||||
<prism:copyright>{$context->getLocalizedData('licenseTerms')|strip|escape:"html"}</prism:copyright>
|
||||
{/if}
|
||||
|
||||
<items>
|
||||
<rdf:Seq>
|
||||
{foreach from=$submissions item=item}
|
||||
<rdf:li rdf:resource="{url page=$publicationPage op=$publicationOp path=$item.submission->getBestId()}"/>
|
||||
{/foreach}{* articles *}
|
||||
</rdf:Seq>
|
||||
</items>
|
||||
</channel>
|
||||
|
||||
{foreach from=$submissions item=item}
|
||||
{assign var=submission value=$item.submission}
|
||||
{assign var=publication value=$submission->getCurrentPublication()}
|
||||
<item rdf:about="{url page=$publicationPage op=$publicationOp path=$submission->getBestId()}">
|
||||
|
||||
{* required elements *}
|
||||
<title>{$publication->getLocalizedTitle()|strip|escape:"html"}</title>
|
||||
<link>{url page=$publicationPage op=$publicationOp path=$submission->getBestId()}</link>
|
||||
|
||||
{* optional elements *}
|
||||
{if $publication->getLocalizedData('abstract') || $includeIdentifiers}
|
||||
<description>
|
||||
{if $includeIdentifiers}
|
||||
{foreach from=$item.identifiers item=identifier}
|
||||
{$identifier.label|strip|escape:"html"}: {', '|implode:$identifier.values|strip|escape:"html"}<br />
|
||||
{/foreach}{* categories *}
|
||||
<br />
|
||||
{/if}
|
||||
{$publication->getLocalizedData('abstract')|strip|escape:"html"}
|
||||
</description>
|
||||
{/if}
|
||||
|
||||
{foreach from=$item.identifiers item=identifier}
|
||||
{foreach from=$identifier.values item=value}
|
||||
<dc:subject>
|
||||
<rdf:Description>
|
||||
<taxo:topic rdf:resource="https://pkp.sfu.ca/{$applicationIdentifier}/category/{$identifier.type|strip|escape:"html"}" />
|
||||
<rdf:value>{$value|strip|escape:"html"}</rdf:value>
|
||||
</rdf:Description>
|
||||
</dc:subject>
|
||||
{/foreach}
|
||||
{/foreach}{* categories *}
|
||||
|
||||
{foreach from=$publication->getData('authors') item=author name=authorList}
|
||||
<dc:creator>{$author->getFullName(false)|strip|escape:"html"}</dc:creator>
|
||||
{/foreach}
|
||||
|
||||
<dc:rights>
|
||||
{translate|escape key="submission.copyrightStatement" copyrightYear=$publication->getData('copyrightYear') copyrightHolder=$publication->getLocalizedData('copyrightHolder')}
|
||||
{$publication->getData('licenseUrl')|escape}
|
||||
</dc:rights>
|
||||
<cc:license {if ($openAccess === null || $openAccess === $publication->getData('accessStatus')) && $publication->isCCLicense()}rdf:resource="{$publication->getData('licenseUrl')|escape}"{/if} />
|
||||
|
||||
<dc:date>{$publication->getData('datePublished')|date_format:"Y-m-d"}</dc:date>
|
||||
<prism:publicationDate>{$publication->getData('datePublished')|date_format:"Y-m-d"}</prism:publicationDate>
|
||||
|
||||
{if $publication->getStartingPage()}
|
||||
<prism:startingPage>{$publication->getStartingPage()|escape}</prism:startingPage>
|
||||
{/if}
|
||||
{if $publication->getEndingPage()}
|
||||
<prism:endingPage>{$publication->getEndingPage()|escape}</prism:endingPage>
|
||||
{/if}
|
||||
|
||||
{if $publication->getDoi()}
|
||||
<prism:doi>{$publication->getDoi()|escape}</prism:doi>
|
||||
{/if}
|
||||
</item>
|
||||
{/foreach}{* articles *}
|
||||
|
||||
</rdf:RDF>
|
||||
@@ -0,0 +1,97 @@
|
||||
{**
|
||||
* templates/rss2.tpl
|
||||
*
|
||||
* Copyright (c) 2014-2023 Simon Fraser University
|
||||
* Copyright (c) 2003-2023 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* RSS 2 feed template
|
||||
*
|
||||
*}
|
||||
<?xml version="1.0" encoding="{$defaultCharset|escape}"?>
|
||||
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<atom:link href="{$feedUrl}" rel="self" type="application/rss+xml" />
|
||||
{* required elements *}
|
||||
<title>{$context->getLocalizedName()|strip|escape:"html"}</title>
|
||||
<link>{url context=$context->getPath()}</link>
|
||||
|
||||
{if $context->getLocalizedDescription()}
|
||||
{assign var="description" value=$context->getLocalizedDescription()}
|
||||
{elseif $context->getLocalizedData('searchDescription')}
|
||||
{assign var="description" value=$context->getLocalizedData('searchDescription')}
|
||||
{/if}
|
||||
|
||||
<description>{$description|strip|escape:"html"}</description>
|
||||
|
||||
{* optional elements *}
|
||||
{if $context->getPrimaryLocale()}
|
||||
<language>{$context->getPrimaryLocale()|replace:'_':'-'|strip|escape:"html"}</language>
|
||||
{/if}
|
||||
|
||||
{if $context->getLocalizedData('licenseTerms')}
|
||||
<copyright>{$context->getLocalizedData('licenseTerms')|strip|escape:"html"}</copyright>
|
||||
{/if}
|
||||
|
||||
{if $context->getData('contactEmail')}
|
||||
<managingEditor>{$context->getData('contactEmail')|strip|escape:"html"}{if $context->getData('contactName')} ({$context->getData('contactName')|strip|escape:"html"}){/if}</managingEditor>
|
||||
{/if}
|
||||
|
||||
{if $context->getData('supportEmail')}
|
||||
<webMaster>{$context->getData('supportEmail')|strip|escape:"html"}{if $context->getData('contactName')} ({$context->getData('supportName')|strip|escape:"html"}){/if}</webMaster>
|
||||
{/if}
|
||||
|
||||
<pubDate>{$latestDate|date_format:$smarty.const.DATE_RSS}</pubDate>
|
||||
|
||||
{* <lastBuildDate/> *}
|
||||
{* <category/> *}
|
||||
{* <creativeCommons:license/> *}
|
||||
|
||||
<generator>{$applicationName} {$applicationVersion|escape}</generator>
|
||||
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
|
||||
<ttl>60</ttl>
|
||||
|
||||
{foreach from=$submissions item=item}
|
||||
{assign var=submission value=$item.submission}
|
||||
{assign var=publication value=$submission->getCurrentPublication()}
|
||||
<item>
|
||||
{* required elements *}
|
||||
<title>{$publication->getLocalizedTitle()|strip|escape:"html"}</title>
|
||||
<link>{url page=$publicationPage op=$publicationOp path=$submission->getBestId()}</link>
|
||||
{if $publication->getLocalizedData('abstract') || $includeIdentifiers}
|
||||
<description>
|
||||
{if $includeIdentifiers}
|
||||
{foreach from=$item.identifiers item=identifier}
|
||||
{$identifier.label|strip|escape:"html"}: {', '|implode:$identifier.values|strip|escape:"html"}<br />
|
||||
{/foreach}{* categories *}
|
||||
<br />
|
||||
{/if}
|
||||
{$publication->getLocalizedData('abstract')|strip|escape:"html"}
|
||||
</description>
|
||||
{/if}
|
||||
|
||||
{* optional elements *}
|
||||
{* <author/> *}
|
||||
{if !empty($publication->getAuthorString($userGroups))}
|
||||
<dc:creator>{$publication->getAuthorString($userGroups)|escape:"html"}</dc:creator>
|
||||
{/if}
|
||||
|
||||
{foreach from=$item.identifiers item=identifier}
|
||||
{foreach from=$identifier.values item=value}
|
||||
<category domain="https://pkp.sfu.ca/{$applicationIdentifier}/category/{$identifier.type|strip|escape:"html"}">{$value|strip|escape:"html"}</category>
|
||||
{/foreach}
|
||||
{/foreach}{* categories *}
|
||||
{* <comments/> *}
|
||||
{* <source/> *}
|
||||
|
||||
<dc:rights>
|
||||
{translate|escape key="submission.copyrightStatement" copyrightYear=$publication->getData('copyrightYear') copyrightHolder=$publication->getLocalizedData('copyrightHolder')}
|
||||
{$publication->getData('licenseUrl')|escape}
|
||||
</dc:rights>
|
||||
<cc:license {if ($openAccess === null || $openAccess === $publication->getData('accessStatus')) && $publication->isCCLicense()}rdf:resource="{$publication->getData('licenseUrl')|escape}"{/if} />
|
||||
<guid isPermaLink="true">{url page=$publicationPage op=$publicationOp path=$submission->getBestId()}</guid>
|
||||
<pubDate>{$publication->getData('datePublished')|date_format:$smarty.const.DATE_RSS}</pubDate>
|
||||
</item>
|
||||
{/foreach}{* articles *}
|
||||
</channel>
|
||||
</rss>
|
||||
@@ -0,0 +1,55 @@
|
||||
{**
|
||||
* templates/settingsForm.tpl
|
||||
*
|
||||
* Copyright (c) 2014-2023 Simon Fraser University
|
||||
* Copyright (c) 2003-2023 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* Web feeds plugin settings
|
||||
*
|
||||
*}
|
||||
<script>
|
||||
$(function() {ldelim}
|
||||
// Attach the form handler.
|
||||
$('#webFeedSettingsForm').pkpHandler('$.pkp.controllers.form.AjaxFormHandler');
|
||||
{rdelim});
|
||||
</script>
|
||||
|
||||
<form class="pkp_form" id="webFeedSettingsForm" method="post" action="{url router=\PKP\core\PKPApplication::ROUTE_COMPONENT op="manage" category="generic" plugin=$pluginName verb="settings" save=true}">
|
||||
{csrf}
|
||||
{include file="controllers/notification/inPlaceNotification.tpl" notificationId="webFeedSettingsFormNotification"}
|
||||
|
||||
<div id="description">{translate key="plugins.generic.webfeed.description"}</div>
|
||||
|
||||
<h3>{translate key="plugins.generic.webfeed.settings"}</h3>
|
||||
|
||||
{fbvFormArea id="webFeedSettingsFormArea"}
|
||||
{fbvFormSection list=true}
|
||||
{fbvElement type="radio" id="displayPage-all" name="displayPage" value="all" checked=$displayPage|compare:"all" label="plugins.generic.webfeed.settings.all"}
|
||||
{if $hasIssues}
|
||||
{fbvElement type="radio" id="displayPage-homepage" name="displayPage" value="homepage" checked=$displayPage|compare:"homepage" label="plugins.generic.webfeed.settings.homepageAndIssues"}
|
||||
{else}
|
||||
{fbvElement type="radio" id="displayPage-homepage" name="displayPage" value="homepage" checked=$displayPage|compare:"homepage" label="plugins.generic.webfeed.settings.homepage"}
|
||||
{/if}
|
||||
{if $hasIssues}
|
||||
{fbvElement type="radio" id="displayPage-issue" name="displayPage" value="issue" checked=$displayPage|compare:"issue" label="plugins.generic.webfeed.settings.issue"}
|
||||
{/if}
|
||||
{/fbvFormSection}
|
||||
|
||||
{fbvFormSection list=true}
|
||||
{if $hasIssues}
|
||||
{fbvElement type="radio" id="displayItems-issue" name="displayItems" value="issue" checked=$displayItems|compare:"issue" label="plugins.generic.webfeed.settings.currentIssue"}
|
||||
{fbvElement type="radio" id="displayItems-recent" name="displayItems" value="recent" checked=$displayItems|compare:"recent" label="plugins.generic.webfeed.settings.recent"}
|
||||
{/if}
|
||||
{fbvElement type="text" id="recentItems" value=$recentItems label="plugins.generic.webfeed.settings.recentArticles" size=$fbvStyles.size.SMALL}
|
||||
{/fbvFormSection}
|
||||
|
||||
{fbvFormSection list=true}
|
||||
{fbvElement type="checkbox" id="includeIdentifiers" name="includeIdentifiers" value="1" checked=$includeIdentifiers label="plugins.generic.webfeed.settings.includeIdentifiers"}
|
||||
{/fbvFormSection}
|
||||
{/fbvFormArea}
|
||||
|
||||
{fbvFormButtons}
|
||||
|
||||
<p><span class="formRequired">{translate key="common.requiredField"}</span></p>
|
||||
</form>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE version SYSTEM "../../../lib/pkp/dtd/pluginVersion.dtd">
|
||||
|
||||
<!--
|
||||
* version.xml
|
||||
*
|
||||
* Copyright (c) 2014-2023 Simon Fraser University
|
||||
* Copyright (c) 2003-2023 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* Plugin version information.
|
||||
-->
|
||||
<version>
|
||||
<application>webFeed</application>
|
||||
<type>plugins.generic</type>
|
||||
<release>1.0.0.0</release>
|
||||
<date>2009-07-13</date>
|
||||
<lazy-load>1</lazy-load>
|
||||
<class>WebFeedPlugin</class>
|
||||
</version>
|
||||
Reference in New Issue
Block a user