Compare commits
59 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b49fa2e85b | |||
| ceb786ca4a | |||
| fb617e1aa7 | |||
| e8744fe9a5 | |||
| 554edc403a | |||
| d0824170ac | |||
| e36f37f350 | |||
| 361c961d14 | |||
| 42815bacd6 | |||
| e41b45e067 | |||
| c75f83c2ef | |||
| b4926077fa | |||
| 2566ae9fd4 | |||
| d41cf42ab7 | |||
| 11cdf13054 | |||
| fbf75ede44 | |||
| 668502f1df | |||
| 93565fc014 | |||
| 9488343f9b | |||
| 309ab293b3 | |||
| bc662689f9 | |||
| 3a42638ef5 | |||
| 64996363a9 | |||
| 8ffb64647d | |||
| 7fb7737500 | |||
| 1b86a98c93 | |||
| fccc45d602 | |||
| d923a9b88c | |||
| 9e472db6f9 | |||
| 3d8329137b | |||
| a072bcc06b | |||
| ac8fcc5131 | |||
| 77337a1078 | |||
| 256bf5c336 | |||
| b8de51d628 | |||
| b6a8617c4c | |||
| c115899350 | |||
| dc7d0ac8d3 | |||
| d6c8680a5e | |||
| 22d6ca6895 | |||
| 8ca259e64a | |||
| b2e6954ac9 | |||
| 55f669b5d8 | |||
| f121211a14 | |||
| 186fd48666 | |||
| cd3db44f2d | |||
| d1af3c9583 | |||
| 50c11faa21 | |||
| 3c75159e2a | |||
| 4b7d8be838 | |||
| 37aa0ca54e | |||
| d43055a856 | |||
| a7c172d0de | |||
| e0a455e0ea | |||
| 14407ef0a3 | |||
| f9c247854f | |||
| 3980f5daa6 | |||
| 7f8c2408ca | |||
| 9f7e15fcd1 |
@@ -10,6 +10,7 @@ ErrorDocument 404 /404.php
|
||||
<IfModule mod_rewrite.c>
|
||||
#DELETE THIS IF YOU DON'T HAVE HTTPS!
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTP:X-Forwarded-Proto} !https
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
||||
</IfModule>
|
||||
|
||||
@@ -1,674 +1,176 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://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 <http://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
|
||||
<http://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
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
# Server status page
|
||||
  [](https://www.codacy.com/app/sajdl.vojtech/server-status?utm_source=github.com&utm_medium=referral&utm_content=Pryx/server-status&utm_campaign=Badge_Grade)
|
||||
|
||||

|
||||
|
||||
Very simple server status page written in PHP that can run on **PHP 5.3+** - even on **shared webhosting**. Because why waste your money on another server (or host on a server that you might want to do maintenance on), when you can use cheap webhosting?
|
||||
Very simple server status page written in PHP that can run on **PHP 5.4+** - even on **shared webhosting**. Because why waste your money on another server (or host on a server that you might want to do maintenance on), when you can use cheap webhosting? And as a cherry on top - it works even without javascript!
|
||||
|
||||
## How do I install this thing?
|
||||
Simply put the files on your server and access it from your browser. There will be a simple install dialog waiting for you.
|
||||
@@ -30,6 +32,12 @@ password: Ss123456
|
||||
```
|
||||
Please note that changes are reverted every hour.
|
||||
|
||||
### I noticed there is a new release. How do I update?
|
||||
Updating server status is fairly straightforward. Simply copy over the new files (with exception of `install.php`). Please double check that `config.php` didn't change - if it did, you will need to update it accordingly. This is also pretty straightforward - copy over the old `define()` statements and fill out any new ones (this should be fairly easy as the names are usually pretty self explanatory). This should not be required in future as it is planned to move most settings to database.
|
||||
|
||||
### Can I somehow pull status info from Server status programatically?
|
||||
Yes you can! As of [9f7e15f](https://github.com/Pryx/server-status/commit/9f7e15fcd1d900108cbb0b3cad4bdc5ecf8b741b) we added API to pull status data... And more APIs are coming! Results are encoded in JSON format which should be pretty easy to use in any common programming language.
|
||||
|
||||
### Why does this project exist?
|
||||
It was written as a school project where we had to create a website. I went with this because I found the lack of good looking, easy to install and use status page rather weird. Therefore my goal (as stated above) was to create a simplistic status page that could run almost anywhere. The code is not the nicest or cleanest and it definitely doesn't have that many features, but hey, it works!
|
||||
|
||||
|
||||
@@ -69,13 +69,16 @@ Template::render_header(_("Dashboard"), true);
|
||||
<i class="glyphicon glyphicon-info-sign"></i>
|
||||
</div>
|
||||
<div class="panel-heading clearfix">
|
||||
<input type="text" name="title" id="title" placeholder="<?php echo _("Title");?>" value="<?php echo (isset($_POST['title'])?htmlspecialchars($_POST['title']):''); ?>" required> <span id="time"><input id="time_input" type="text" pattern="(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))" name="time" value="<?php echo (isset($_POST['time'])?htmlspecialchars($_POST['time']):''); ?>" class="pull-right" title="Use ISO 8601 format (e.g. 2017-11-23T19:50:51+00:00)" placeholder="<?php echo _("Time");?>"></span>
|
||||
<input type="text" name="title" id="title" placeholder="<?php echo _("Title");?>" value="<?php echo (isset($_POST['title'])?htmlspecialchars($_POST['title']):''); ?>" required> <span id="time"><input id="time_input" type="text" pattern="(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))" name="time" value="<?php echo (isset($_POST['time'])?htmlspecialchars($_POST['time']):''); ?>" class="pull-right" title="Use ISO 8601 format (e.g. 2017-11-23T19:50:51+00:00)" placeholder="<?php echo _("Time");?>">
|
||||
<input id="time_input_js" name="time_js" type="hidden" class="pull-right">
|
||||
</span>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<textarea name="text" placeholder="<?php echo _("Here goes your text...");?>" required><?php echo (isset($_POST['text'])?htmlspecialchars($_POST['text']):''); ?></textarea>
|
||||
</div>
|
||||
<div class="panel-footer clearfix">
|
||||
<small><?php echo _("Posted by");?>: <?php echo $user->get_username();?> <span class="pull-right" id="end_time_wrapper"><?php echo _("Ending");?>: <input id="end_time" title="Use ISO 8601 format (e.g. 2017-11-23T19:50:51+00:00)" type="text" pattern="(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))" name="end_time" class="pull-right" placeholder="<?php echo _("End time");?>" value="<?php echo (isset($_POST['end_time'])?htmlspecialchars($_POST['end_time']):''); ?>"></span></small>
|
||||
<input id="end_time_js" name="end_time_js" type="hidden" class="pull-right">
|
||||
</div>
|
||||
</div>
|
||||
<select class="form-control pull-left" id="type" name="type">
|
||||
|
||||
@@ -16,9 +16,19 @@ if (isset($_POST['password']))
|
||||
$displayed_user->change_password();
|
||||
}
|
||||
|
||||
if (isset($_POST['username']))
|
||||
{
|
||||
$displayed_user->change_username();
|
||||
}
|
||||
|
||||
if (isset($_POST['name']))
|
||||
{
|
||||
$displayed_user->change_name();
|
||||
}
|
||||
|
||||
if (isset($_POST['email']))
|
||||
{
|
||||
$displayed_user->email_link();
|
||||
$success = $displayed_user->email_link();
|
||||
}
|
||||
|
||||
if (isset($_POST['permission']))
|
||||
@@ -36,10 +46,19 @@ Template::render_header(_("User"), true);
|
||||
|
||||
?>
|
||||
<div class="text-center">
|
||||
<h1><?php echo _("User settings");?></h1>
|
||||
<h1><?php
|
||||
if ($_SESSION['user'] == $_GET['id'])
|
||||
{
|
||||
echo _("User settings");
|
||||
}else{
|
||||
echo _("User");
|
||||
} ?></h1>
|
||||
</div>
|
||||
<?php if (isset($message)){?>
|
||||
<p class="alert alert-danger"><?php echo $message?></p>
|
||||
<?php }
|
||||
|
||||
if (isset($success)){?>
|
||||
<p class="alert alert-success"><?php echo $success?></p>
|
||||
<?php }
|
||||
$displayed_user->render_user_settings();
|
||||
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
if (!file_exists("../config.php"))
|
||||
{
|
||||
header("Location: ../");
|
||||
}
|
||||
else{
|
||||
require_once("../config.php");
|
||||
require_once("../classes/constellation.php");
|
||||
|
||||
$limit = (isset($_GET['limit'])?$_GET['limit']:5);
|
||||
$offset = (isset($_GET['offset'])?$_GET['offset']:0);
|
||||
$timestamp = (isset($_GET['timestamp']))?$_GET['timestamp']:time();
|
||||
|
||||
$result = $constellation->get_incidents((isset($_GET['future'])?$_GET['future']:false), $offset, $limit, $timestamp);
|
||||
header('Cache-Control: no-cache');
|
||||
header('Content-type: application/json');
|
||||
echo json_encode($result);
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
if (!file_exists("../config.php"))
|
||||
{
|
||||
header("Location: ../");
|
||||
}
|
||||
else{
|
||||
require_once("../config.php");
|
||||
require_once("../classes/constellation.php");
|
||||
header('Cache-Control: no-cache');
|
||||
header('Content-type: application/json');
|
||||
|
||||
if (!isset($_GET['id']))
|
||||
{
|
||||
$array = $constellation->render_status(true, false);
|
||||
echo json_encode($array);
|
||||
}else{
|
||||
$query = $mysqli->prepare("SELECT name FROM services WHERE id=?");
|
||||
$query->bind_param("i", $_GET['id']);
|
||||
$query->execute();
|
||||
$result = $query->get_result()->fetch_assoc();
|
||||
if (!count($result))
|
||||
{
|
||||
die(json_encode(["error" => _("Service does not exist!")]));
|
||||
}
|
||||
|
||||
$sql = $mysqli->prepare("SELECT type FROM services_status INNER JOIN status ON services_status.status_id = status.id WHERE service_id = ? AND `time` <= ? AND (`end_time` >= ? OR `end_time`=0) ORDER BY `time` DESC LIMIT 1");
|
||||
|
||||
$sql->bind_param("iii", $id, $timestamp, $timestamp);
|
||||
$sql->execute();
|
||||
$tmp = $sql->get_result();
|
||||
if ($tmp->num_rows)
|
||||
{
|
||||
$service = new Service($_GET['id'], $result['name'], $tmp->fetch_assoc()['type']);
|
||||
}
|
||||
else{
|
||||
$service = new Service($_GET['id'], $result['name']);
|
||||
}
|
||||
|
||||
echo json_encode($service);
|
||||
}
|
||||
}
|
||||
@@ -18,28 +18,28 @@ class Constellation
|
||||
* @param Boolean $admin - specifies whether to render admin controls
|
||||
*/
|
||||
public function render_incidents($future=false, $offset=0, $limit = 5, $admin = 0){
|
||||
global $mysqli;
|
||||
if ($offset<0)
|
||||
{
|
||||
$offset = 0;
|
||||
}
|
||||
|
||||
$limit = (isset($_GET['limit'])?$_GET['limit']:5);
|
||||
$offset = (isset($_GET['offset'])?$_GET['offset']:0);
|
||||
$timestamp = (isset($_GET['timestamp']))?$_GET['timestamp']:time();
|
||||
|
||||
$incidents = $this->get_incidents($future, $offset, $limit, $timestamp);
|
||||
|
||||
$ajax = isset($_GET['ajax']);
|
||||
$limit++;
|
||||
$c = ($future)?">=":"<=";
|
||||
$timestamp = (isset($_GET['timestamp'])&& !$future)?$_GET['timestamp']:time();
|
||||
$sql = $mysqli->prepare("SELECT *, status.id as status_id FROM status INNER JOIN users ON user_id=users.id WHERE `time` $c ? AND `end_time` $c ? OR (`time`<=? AND `end_time` $c ? ) ORDER BY `time` DESC LIMIT ? OFFSET ?");
|
||||
$sql->bind_param("iiiiii",$timestamp, $timestamp, $timestamp, $timestamp, $limit, $offset);
|
||||
$sql->execute();
|
||||
$query = $sql->get_result();
|
||||
if ($future && $query->num_rows && !$ajax)
|
||||
|
||||
if ($future && count($incidents["incidents"]) && !$ajax)
|
||||
{
|
||||
echo "<h3>"._("Planned maintenance")."</h3>";
|
||||
}
|
||||
else if ($query->num_rows &&!$ajax)
|
||||
else if (count($incidents["incidents"]) &&!$ajax)
|
||||
{
|
||||
if ($offset)
|
||||
{
|
||||
echo '<noscript><div class="centered"><a href="'.WEB_URL.'/?offset='.($offset-$limit+1).'×tamp='.$timestamp.'" class="btn btn-default">'._("Back").'</a></div></noscript>';
|
||||
echo '<noscript><div class="centered"><a href="'.WEB_URL.'/?offset='.($offset-$limit).'×tamp='.$timestamp.'" class="btn btn-default">'._("Back").'</a></div></noscript>';
|
||||
}
|
||||
echo "<h3>"._("Past incidents")."</h3>";
|
||||
}
|
||||
@@ -47,16 +47,15 @@ class Constellation
|
||||
{
|
||||
echo "<h3>"._("No incidents")."</h3>";
|
||||
}
|
||||
$show = !$future && $query->num_rows==$limit;
|
||||
$limit--;
|
||||
$show = !$future && $incidents["more"];
|
||||
|
||||
$offset += $limit;
|
||||
|
||||
if ($query->num_rows){
|
||||
while(($result = $query->fetch_assoc()) && $limit-->0)
|
||||
{
|
||||
$incident = new Incident($result);
|
||||
if (count($incidents["incidents"])){
|
||||
foreach ($incidents['incidents'] as $incident) {
|
||||
$incident->render($admin);
|
||||
}
|
||||
|
||||
if ($show)
|
||||
{
|
||||
echo '<div class="centered"><a href="'.WEB_URL.'/?offset='.($offset).'×tamp='.$timestamp.'" id="loadmore" class="btn btn-default">'._("Load more").'</a></div>';
|
||||
@@ -69,7 +68,7 @@ class Constellation
|
||||
* @param boolean $admin
|
||||
* @return array of services
|
||||
*/
|
||||
public function render_status($admin = 0){
|
||||
public function render_status($admin = false, $heading = true){
|
||||
global $mysqli;
|
||||
|
||||
$query = $mysqli->query("SELECT id, name FROM services");
|
||||
@@ -93,8 +92,10 @@ class Constellation
|
||||
$array[] = new Service($result['id'], $result['name']);
|
||||
}
|
||||
}
|
||||
|
||||
echo Service::current_status($array);
|
||||
if ($heading)
|
||||
{
|
||||
echo Service::current_status($array);
|
||||
}
|
||||
}
|
||||
else{
|
||||
$array[] = new Service(0, _("No services"), -1);
|
||||
@@ -111,6 +112,50 @@ class Constellation
|
||||
return $array;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function get_incidents($future = false, $offset = 0, $limit = 5, $timestamp = 0){
|
||||
global $mysqli;
|
||||
if ($timestamp == 0)
|
||||
{
|
||||
$timestamp = time();
|
||||
}
|
||||
|
||||
$operator = ($future)?">=":"<=";
|
||||
$limit++;
|
||||
$sql = $mysqli->prepare("SELECT users.id, status.type, status.title, status.text, status.time, status.end_time, users.username, status.id as status_id FROM status INNER JOIN users ON user_id=users.id WHERE `time` $operator ? AND `end_time` $operator ? OR (`time`<=? AND `end_time` $operator ? ) ORDER BY `time` DESC LIMIT ? OFFSET ?");
|
||||
$sql->bind_param("iiiiii",$timestamp, $timestamp, $timestamp, $timestamp, $limit, $offset);
|
||||
$sql->execute();
|
||||
$query = $sql->get_result();
|
||||
$array = [];
|
||||
$limit--;
|
||||
$more = false;
|
||||
if ($query->num_rows>$limit){
|
||||
$more = true;
|
||||
}
|
||||
if ($query->num_rows){
|
||||
while(($result = $query->fetch_assoc()) && $limit-- > 0)
|
||||
{
|
||||
// Add service id and service names to an array in the Incident class
|
||||
$stmt_service = $mysqli->prepare("SELECT services.id,services.name FROM services
|
||||
INNER JOIN services_status ON services.id = services_status.service_id
|
||||
WHERE services_status.status_id = ?");
|
||||
$stmt_service->bind_param("i", $result['status_id']);
|
||||
$stmt_service->execute();
|
||||
$query_service = $stmt_service->get_result();
|
||||
while($result_service = $query_service->fetch_assoc()) {
|
||||
$result['service_id'][] = $result_service['id'];
|
||||
$result['service_name'][] = $result_service['name'];
|
||||
}
|
||||
|
||||
$array[] = new Incident($result);
|
||||
}
|
||||
}
|
||||
return [
|
||||
"more" => $more,
|
||||
"incidents" => $array
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
$constellation = new Constellation();
|
||||
@@ -2,15 +2,19 @@
|
||||
/**
|
||||
* Class for creating and rendering an incident
|
||||
*/
|
||||
class Incident
|
||||
class Incident implements JsonSerializable
|
||||
{
|
||||
private $id;
|
||||
private $date;
|
||||
private $end_date;
|
||||
private $timestamp;
|
||||
private $end_timestamp;
|
||||
private $text;
|
||||
private $type;
|
||||
private $title;
|
||||
private $username;
|
||||
private $service_id;
|
||||
private $service_name;
|
||||
|
||||
/**
|
||||
* Constructs service from its data.
|
||||
@@ -20,6 +24,8 @@ class Incident
|
||||
{
|
||||
//TODO: Maybe get data from id?
|
||||
$this->id = $data['status_id'];
|
||||
$this->timestamp = $data['time'];
|
||||
$this->end_timestamp = $data['end_time'];
|
||||
$this->date = new DateTime("@".$data['time']);
|
||||
$this->date = $this->date->format('Y-m-d H:i:sP');
|
||||
if ($data['end_time']>0){
|
||||
@@ -30,6 +36,8 @@ class Incident
|
||||
$this->title = $data['title'];
|
||||
$this->text = $data['text'];
|
||||
$this->username = $data['username'];
|
||||
$this->service_id = $data['service_id'];
|
||||
$this->service_name = $data['service_name'];
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -113,9 +121,11 @@ class Incident
|
||||
$services = $_POST['services'];
|
||||
}
|
||||
|
||||
if (!empty($_POST['time'])){
|
||||
$time = strtotime($_POST['time']);
|
||||
$end_time = strtotime($_POST['end_time']);
|
||||
if (!empty($_POST['time']) && $type == 2){
|
||||
$input_time = (!empty($_POST['time_js'])?$_POST['time_js']: $_POST['time']);
|
||||
$input_end_time = (!empty($_POST['end_time_js'])?$_POST['end_time_js']: $_POST['end_time']);
|
||||
$time = strtotime($input_time);
|
||||
$end_time = strtotime($input_end_time);
|
||||
if (!$time)
|
||||
{
|
||||
$message = _("Start date format is not recognized. Please use ISO 8601 format.");
|
||||
@@ -127,6 +137,12 @@ class Incident
|
||||
$message = _("End date format is not recognized. Please use ISO 8601 format.");
|
||||
return;
|
||||
}
|
||||
|
||||
if ($time >= $end_time)
|
||||
{
|
||||
$message = _("End time is either the same or earlier than start time!");
|
||||
return;
|
||||
}
|
||||
}else{
|
||||
$time = time();
|
||||
$end_time = '';
|
||||
@@ -158,6 +174,7 @@ class Incident
|
||||
global $icons;
|
||||
global $classes, $user;
|
||||
$admin = $admin && (($user->get_rank()<=1) || ($user->get_username() == $this->username));
|
||||
|
||||
?>
|
||||
<article class="panel panel-<?php echo $classes[$this->type];?>">
|
||||
<div class="panel-heading icon">
|
||||
@@ -174,7 +191,12 @@ class Incident
|
||||
<?php echo $this->text; ?>
|
||||
</div>
|
||||
<div class="panel-footer clearfix">
|
||||
<small><?php echo _("Posted by");?>: <?php echo $this->username;
|
||||
<small>
|
||||
<?php echo _("Impacted service(s): ");
|
||||
foreach ( $this->service_name as $key => $value ) {
|
||||
echo '<span class="label label-default">'.$value . '</span> ';
|
||||
}
|
||||
|
||||
if (isset($this->end_date)){?>
|
||||
<span class="pull-right"><?php echo strtotime($this->end_date)>time()?_("Ending"):_("Ended");?>: <time class="pull-right timeago" datetime="<?php echo $this->end_date; ?>"><?php echo $this->end_date; ?></time></span>
|
||||
<?php } ?>
|
||||
@@ -183,4 +205,16 @@ class Incident
|
||||
</article>
|
||||
<?php
|
||||
}
|
||||
|
||||
public function jsonSerialize() {
|
||||
return [
|
||||
"id" => $this->id,
|
||||
"date" => $this->timestamp,
|
||||
"end_date" => $this->end_timestamp,
|
||||
"text" => $this->text,
|
||||
"type" => $this->type,
|
||||
"title" => $this->title,
|
||||
"username" => $this->username
|
||||
];
|
||||
}
|
||||
}
|
||||
@@ -150,6 +150,7 @@ class LocaleNegotiator
|
||||
'nl_BE' => 'Nederlands',
|
||||
'nl_NL' => 'Nederlands',
|
||||
'nn_NO' => 'Nynorsk',
|
||||
'nb_NO' => 'Norsk Bokmål',
|
||||
'nso_ZA' => 'Northern sotho',
|
||||
'oc_FR' => 'Occitan',
|
||||
'or_IN' => 'ଓଡ଼ିଆ',
|
||||
@@ -190,6 +191,7 @@ class LocaleNegotiator
|
||||
'sr_Latn_CS' => 'Srpski',
|
||||
'sr_Latn_ME' => 'Srpski',
|
||||
'sr_Latn_RS' => 'Srpski',
|
||||
'sr_RS' => 'Srpski',
|
||||
'sv_FI' => 'Svenska',
|
||||
'sv_SE' => 'Svenska',
|
||||
'sw_KE' => 'Kiswahili',
|
||||
@@ -230,7 +232,7 @@ class LocaleNegotiator
|
||||
$this->default_language = $default_language;
|
||||
//Works only if the server supports the locale
|
||||
//This basically means $accepted_langs[<lang_code>] = "<lang name>";
|
||||
foreach ($tmp as $key => $value) {
|
||||
foreach ($tmp as $value) {
|
||||
$lang = basename($value);
|
||||
$this->accepted_langs[$lang] = $this->all_locales[$lang];
|
||||
}
|
||||
@@ -253,7 +255,8 @@ class LocaleNegotiator
|
||||
$langs = [];
|
||||
|
||||
if (isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])) {
|
||||
preg_match_all('/([a-z]{1,8}(-[a-z]{1,8})?)\s*(;\s*q\s*=\s*(1|0\.[0-9]+))?/i', $_SERVER['HTTP_ACCEPT_LANGUAGE'], $lang_parse);
|
||||
$http_accept_language = str_replace("-", "_", $_SERVER['HTTP_ACCEPT_LANGUAGE']);
|
||||
preg_match_all('/([a-z]{1,8}(-[a-z]{1,8})?)\s*(;\s*q\s*=\s*(1|0\.[0-9]+))?/i', $http_accept_language, $lang_parse);
|
||||
|
||||
if (count($lang_parse[1])) {
|
||||
$langs = array_combine($lang_parse[1], $lang_parse[4]);
|
||||
@@ -279,6 +282,8 @@ class LocaleNegotiator
|
||||
$best_match = false;
|
||||
//So we have also lang code as value
|
||||
$accepted_langs = array_flip($this->accepted_langs);
|
||||
|
||||
global $lang;
|
||||
foreach ($langs as $lang) {
|
||||
if (strlen($lang)>2){
|
||||
if (in_array($lang, $accepted_langs)){
|
||||
@@ -292,7 +297,9 @@ class LocaleNegotiator
|
||||
});
|
||||
|
||||
if (count($possible)){
|
||||
$best_match = $possible[0];
|
||||
foreach ($possible as $value) {
|
||||
$best_match = $value;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Class for managing services
|
||||
*/
|
||||
class Service
|
||||
class Service implements JsonSerializable
|
||||
{
|
||||
private $id;
|
||||
private $name;
|
||||
@@ -74,7 +74,7 @@ class Service
|
||||
$stmt = $mysqli->prepare("INSERT INTO services VALUES(NULL,?)");
|
||||
$stmt->bind_param("s", $name);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
$stmt->get_result();
|
||||
header("Location: ".WEB_URL."/admin/?do=settings");
|
||||
}else
|
||||
{
|
||||
@@ -88,13 +88,13 @@ class Service
|
||||
*/
|
||||
public static function delete()
|
||||
{
|
||||
global $user;
|
||||
global $user, $message;
|
||||
if ($user->get_rank()<=1)
|
||||
{
|
||||
global $mysqli;
|
||||
$id = $_GET['delete'];
|
||||
|
||||
$stmt = $mysqli->prepare("SELECT service_id, status_id as status, (SELECT count(*) FROM services_status as s WHERE s.status_id=status) as count FROM services_status WHERE service_id = ? GROUP BY status_id");
|
||||
$stmt = $mysqli->prepare("SELECT status_id as status, (SELECT count(*) FROM services_status as s WHERE s.status_id=status) as count FROM services_status WHERE service_id = ? GROUP BY status");
|
||||
$stmt->bind_param("i", $id);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
@@ -146,9 +146,9 @@ class Service
|
||||
|
||||
if ($statuses[$worst] == count($array))
|
||||
{
|
||||
echo $all[$worst];
|
||||
echo _($all[$worst]);
|
||||
}else{
|
||||
echo $some[$worst];
|
||||
echo _($some[$worst]);
|
||||
}
|
||||
echo '</div>';
|
||||
}
|
||||
@@ -167,4 +167,15 @@ class Service
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
|
||||
public function jsonSerialize() {
|
||||
global $statuses;
|
||||
return [
|
||||
"id" => $this->id,
|
||||
"name" => $this->name,
|
||||
"status" => $this->status,
|
||||
"status_string" => $statuses[$this->status]
|
||||
];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ class Token
|
||||
$stmt = $mysqli->prepare("INSERT INTO tokens VALUES(?, ?, ?, ?)");
|
||||
$stmt->bind_param("siis", $token, $id, $expire, $data);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
$stmt->get_result();
|
||||
return $token;
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ class Token
|
||||
* @param String $data
|
||||
* @return int count of results in database
|
||||
*/
|
||||
public static function validate_token($token, $id, $data)
|
||||
public static function validate($token, $id, $data)
|
||||
{
|
||||
global $mysqli;
|
||||
$time = time();
|
||||
@@ -41,6 +41,22 @@ class Token
|
||||
return $query->fetch_assoc()['count'];
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns token data
|
||||
* @param String $token
|
||||
* @param int $id user ID
|
||||
* @return String data
|
||||
*/
|
||||
public static function get_data($token, $id)
|
||||
{
|
||||
global $mysqli;
|
||||
$stmt = $mysqli->prepare("SELECT data as count FROM tokens WHERE token = ? AND user = ?");
|
||||
$stmt->bind_param("si", $token, $id);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
return $query->fetch_assoc()['data'];
|
||||
}
|
||||
|
||||
/**
|
||||
* Deletes token.
|
||||
* @param String $token
|
||||
@@ -53,6 +69,6 @@ class Token
|
||||
$stmt = $mysqli->prepare("DELETE FROM tokens WHERE token = ? OR expire<?");
|
||||
$stmt->bind_param("sd", $token,$time);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
$stmt->get_result();
|
||||
}
|
||||
}
|
||||
@@ -84,12 +84,7 @@ class User
|
||||
public function toggle()
|
||||
{
|
||||
global $mysqli, $message, $user;
|
||||
$id = $_SESSION['user'];
|
||||
$stmt = $mysqli->prepare("SELECT permission FROM users WHERE id=?");
|
||||
$stmt->bind_param("i", $id);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
$permission = $result['permission'];
|
||||
|
||||
$id = $_GET['id'];
|
||||
if ($this->id!=$_SESSION['user'] && $user->get_rank()<=1 && ($user->get_rank()<$this->rank))
|
||||
{
|
||||
@@ -132,72 +127,72 @@ class User
|
||||
$messages[] = _("Rank");
|
||||
}
|
||||
|
||||
if (!isset($messages)){
|
||||
$name = $_POST['name'];
|
||||
$surname = $_POST['surname'];
|
||||
$username = $_POST['username'];
|
||||
$email = $_POST['email'];
|
||||
$pass = $_POST['password'];
|
||||
|
||||
if (!filter_var($email, FILTER_VALIDATE_EMAIL))
|
||||
{
|
||||
$message = "Invalid email!";
|
||||
return;
|
||||
}
|
||||
|
||||
$variables = array();
|
||||
if (strlen($name)>50){
|
||||
$variables[] = 'name: 50';
|
||||
}
|
||||
if (strlen($surname)>50){
|
||||
$variables[] = 'surname: 50';
|
||||
}
|
||||
if (strlen($username)>50){
|
||||
$variables[] = 'username: 50';
|
||||
}
|
||||
if (strlen($email)>60){
|
||||
$variables[] = 'email: 60';
|
||||
}
|
||||
|
||||
|
||||
if (!empty($variables))
|
||||
{
|
||||
$message = _("Please mind the following character limits: ");
|
||||
$message .= implode(", ", $variables);
|
||||
return;
|
||||
}
|
||||
|
||||
$salt = uniqid(mt_rand(), true);
|
||||
$hash = hash('sha256', $pass.$salt);
|
||||
$permission = $_POST['permission'];
|
||||
|
||||
|
||||
$stmt = $mysqli->prepare("INSERT INTO users values (NULL, ?, ?, ?, ?, ?, ?, ?, 1)");
|
||||
$stmt->bind_param("ssssssi", $email, $username, $name, $surname, $hash, $salt, $permission);
|
||||
$stmt->execute();
|
||||
|
||||
if ($stmt->affected_rows>0)
|
||||
{
|
||||
$to = $email;
|
||||
$subject = _('User account created').' - '.NAME;
|
||||
$msg = sprintf(_("Hi %s!<br>"."Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."), $name." ".$surname,WEB_URL."/admin", WEB_URL."/admin", $pass);
|
||||
$headers = "Content-Type: text/html; charset=utf-8 ".PHP_EOL;
|
||||
$headers .= "MIME-Version: 1.0 ".PHP_EOL;
|
||||
$headers .= "From: ".MAILER_NAME.' <'.MAILER_ADDRESS.'>'.PHP_EOL;
|
||||
$headers .= "Reply-To: ".MAILER_NAME.' <'.MAILER_ADDRESS.'>'.PHP_EOL;
|
||||
|
||||
mail($to, $subject, $msg, $headers);
|
||||
if (!INSTALL_OVERRIDE)
|
||||
{
|
||||
header("Location: ".WEB_URL."/admin/?do=settings");
|
||||
}
|
||||
}
|
||||
else{
|
||||
$message = _("Username or email already used");
|
||||
}
|
||||
}
|
||||
else{
|
||||
if (isset($messages)){
|
||||
$message = "Please enter ".implode(", ", $messages);
|
||||
return;
|
||||
}
|
||||
|
||||
$name = $_POST['name'];
|
||||
$surname = $_POST['surname'];
|
||||
$username = $_POST['username'];
|
||||
$email = $_POST['email'];
|
||||
$pass = $_POST['password'];
|
||||
|
||||
if (!filter_var($email, FILTER_VALIDATE_EMAIL))
|
||||
{
|
||||
$message = "Invalid email!";
|
||||
return;
|
||||
}
|
||||
|
||||
$variables = array();
|
||||
if (strlen($name)>50){
|
||||
$variables[] = 'name: 50';
|
||||
}
|
||||
if (strlen($surname)>50){
|
||||
$variables[] = 'surname: 50';
|
||||
}
|
||||
if (strlen($username)>50){
|
||||
$variables[] = 'username: 50';
|
||||
}
|
||||
if (strlen($email)>60){
|
||||
$variables[] = 'email: 60';
|
||||
}
|
||||
|
||||
|
||||
if (!empty($variables))
|
||||
{
|
||||
$message = _("Please mind the following character limits: ");
|
||||
$message .= implode(", ", $variables);
|
||||
return;
|
||||
}
|
||||
|
||||
$salt = uniqid(mt_rand(), true);
|
||||
$hash = hash('sha256', $pass.$salt);
|
||||
$permission = $_POST['permission'];
|
||||
|
||||
|
||||
$stmt = $mysqli->prepare("INSERT INTO users values (NULL, ?, ?, ?, ?, ?, ?, ?, 1)");
|
||||
$stmt->bind_param("ssssssi", $email, $username, $name, $surname, $hash, $salt, $permission);
|
||||
$stmt->execute();
|
||||
|
||||
if ($stmt->affected_rows==0)
|
||||
{
|
||||
$message = _("Username or email already used");
|
||||
return;
|
||||
}
|
||||
|
||||
$to = $email;
|
||||
$subject = _('User account created').' - '.NAME;
|
||||
$msg = sprintf(_("Hi %s!<br>"."Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."), $name." ".$surname,WEB_URL."/admin", WEB_URL."/admin", $pass);
|
||||
$headers = "Content-Type: text/html; charset=utf-8 ".PHP_EOL;
|
||||
$headers .= "MIME-Version: 1.0 ".PHP_EOL;
|
||||
$headers .= "From: ".MAILER_NAME.' <'.MAILER_ADDRESS.'>'.PHP_EOL;
|
||||
$headers .= "Reply-To: ".MAILER_NAME.' <'.MAILER_ADDRESS.'>'.PHP_EOL;
|
||||
|
||||
mail($to, $subject, $msg, $headers);
|
||||
if (!INSTALL_OVERRIDE)
|
||||
{
|
||||
header("Location: ".WEB_URL."/admin/?do=settings");
|
||||
}
|
||||
}
|
||||
else {
|
||||
@@ -215,55 +210,63 @@ class User
|
||||
public static function login()
|
||||
{
|
||||
global $message, $mysqli;
|
||||
if (isset($_POST['email']))
|
||||
if (!isset($_POST['email']) && !isset($_POST['email']))
|
||||
{
|
||||
$email = $_POST['email'];
|
||||
$pass = $_POST['pass'];
|
||||
|
||||
$stmt = $mysqli->prepare("SELECT id,password_salt as salt,active FROM users WHERE email=?");
|
||||
$stmt->bind_param("s", $email);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
if ($query->num_rows)
|
||||
{
|
||||
$result = $query->fetch_assoc();
|
||||
|
||||
$salt = $result["salt"];
|
||||
$id = $result["id"];
|
||||
$active = $result["active"];
|
||||
if (!$active)
|
||||
{
|
||||
$message = _("Your account has been disabled. Please contact administrator.");
|
||||
}
|
||||
else
|
||||
{
|
||||
$hash = hash('sha256', $pass.$salt);
|
||||
|
||||
$stmt = $mysqli->prepare("SELECT count(*) as count FROM users WHERE id=? AND password_hash=?");
|
||||
$stmt->bind_param("is", $id, $hash);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
if (!$query->fetch_assoc()['count'])
|
||||
{
|
||||
$message = _("Wrong email or password");
|
||||
}else
|
||||
{
|
||||
if (isset($_POST['remember'])&&$_POST['remember'])
|
||||
{
|
||||
$year = strtotime('+356 days', time());
|
||||
$token = Token::add($id, 'remember', $year);
|
||||
setcookie('token', $token, $year, "/");
|
||||
setcookie('user', $id, $year, "/");
|
||||
}
|
||||
$_SESSION['user'] = $id;
|
||||
header("Location: ".WEB_URL."/admin");
|
||||
}
|
||||
}
|
||||
}
|
||||
else{
|
||||
$message = _("Wrong email or password");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
if ((!isset($_POST['email']) || !isset($_POST['email'])))
|
||||
{
|
||||
$message = _("Please fill in your email and password!");
|
||||
return;
|
||||
}
|
||||
$email = $_POST['email'];
|
||||
$pass = $_POST['pass'];
|
||||
|
||||
$stmt = $mysqli->prepare("SELECT id,password_salt as salt,active FROM users WHERE email=?");
|
||||
$stmt->bind_param("s", $email);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
|
||||
if ($query->num_rows<1)
|
||||
{
|
||||
$message = _("Wrong email or password");
|
||||
return;
|
||||
}
|
||||
|
||||
$result = $query->fetch_assoc();
|
||||
$salt = $result["salt"];
|
||||
$id = $result["id"];
|
||||
$active = $result["active"];
|
||||
|
||||
if (!$active)
|
||||
{
|
||||
$message = _("Your account has been disabled. Please contact administrator.");
|
||||
return;
|
||||
}
|
||||
|
||||
$hash = hash('sha256', $pass.$salt);
|
||||
$stmt = $mysqli->prepare("SELECT count(*) as count FROM users WHERE id=? AND password_hash=?");
|
||||
$stmt->bind_param("is", $id, $hash);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
|
||||
if (!$query->fetch_assoc()['count'])
|
||||
{
|
||||
$message = _("Wrong email or password");
|
||||
return;
|
||||
}
|
||||
|
||||
if (isset($_POST['remember'])&&$_POST['remember'])
|
||||
{
|
||||
$year = strtotime('+356 days', time());
|
||||
$token = Token::add($id, 'remember', $year);
|
||||
setcookie('token', $token, $year, "/");
|
||||
setcookie('user', $id, $year, "/");
|
||||
}
|
||||
|
||||
$_SESSION['user'] = $id;
|
||||
header("Location: ".WEB_URL."/admin");
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -274,17 +277,18 @@ class User
|
||||
*/
|
||||
public static function restore_session()
|
||||
{
|
||||
global $mysqli, $message;
|
||||
global $message;
|
||||
$id = $_COOKIE['user'];
|
||||
$token = $_COOKIE['token'];
|
||||
$time = time();
|
||||
if (Token::validate_token($token, $id, "remember"))
|
||||
|
||||
if (Token::validate($token, $id, "remember"))
|
||||
{
|
||||
$year = strtotime('+356 days', time());
|
||||
unset($_COOKIE['token']);
|
||||
$_SESSION['user'] = $id;
|
||||
$token = Token::add($id, 'remember', $year);
|
||||
setcookie('token', $token, $year);
|
||||
$new_token = Token::add($id, 'remember', $year);
|
||||
setcookie('token', $new_token, $year, "/");
|
||||
setcookie('user', $id, $year, "/");
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -305,29 +309,70 @@ class User
|
||||
{
|
||||
global $permissions, $user;
|
||||
?>
|
||||
<div class="row">
|
||||
<div class="col-md-2 col-md-offset-2"><img src="https://www.gravatar.com/avatar/<?php echo md5( strtolower( trim( $this->email ) ) );?>" alt="<?php echo _("Profile picture");?>"></div>
|
||||
<div class="col-md-6"><h3><?php echo $this->name." ".$this->surname;?></h3></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-2 col-md-offset-2"><strong><?php echo _("ID");?></strong></div>
|
||||
<div class="col-md-6"><?php echo $this->id; ?></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-2 col-md-offset-2"><strong><?php echo _("Username");?></strong></div>
|
||||
<div class="col-md-6"><?php echo $this->username." "; if ($this->id!=$_SESSION['user'] && $user->get_rank()<=1 && ($user->get_rank()<$this->rank))
|
||||
{
|
||||
echo "<a href='".WEB_URL."/admin/?do=user&id=".$this->id."&what=toggle'>";
|
||||
echo "<i class='fa fa-".($this->active?"check success":"times danger")."'></i></a>";
|
||||
}else{
|
||||
echo "<i class='fa fa-".($this->active?"check success":"times danger")."'></i>";
|
||||
}?></div>
|
||||
<div class="row user">
|
||||
<div class="col-md-2 col-md-offset-2"><img src="https://www.gravatar.com/avatar/<?php echo md5( strtolower( trim( $this->email ) ) );?>?s=160"
|
||||
alt="<?php echo _("Profile picture");?>"></div>
|
||||
<div class="col-md-6">
|
||||
<?php if($this->id==$_SESSION['user']||$user->get_rank()<1){
|
||||
?>
|
||||
<form action="<?php echo WEB_URL;?>/admin/?do=user&id=<?php echo $this->id; ?>" method="POST">
|
||||
<div class="input-group">
|
||||
<div class="col-md-12">
|
||||
<div class="row">
|
||||
<label class="form-name" for="name"><?php echo _("Name"); ?></label>
|
||||
<label class="form-name" for="surname"><?php echo _("Surname"); ?></label>
|
||||
</div>
|
||||
<div class="row">
|
||||
<input type="text" name="name" placeholder="<?php echo _("Name"); ?>"
|
||||
title="<?php echo _("Name"); ?>" class="form-control form-name"
|
||||
value=<?php echo htmlspecialchars($this->name, ENT_QUOTES);?>>
|
||||
<input type="text" name="surname" placeholder="<?php echo _("Surname"); ?>"
|
||||
title="<?php echo _("Surname"); ?>" class="form-control form-name"
|
||||
value=<?php echo htmlspecialchars($this->surname, ENT_QUOTES);?>>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<button type="submit" class="btn btn-primary pull-right"><?php echo _("Change name");?></button>
|
||||
</div>
|
||||
</form>
|
||||
<?php
|
||||
}else{
|
||||
?>
|
||||
<h3><?php echo $this->name." ".$this->surname;?></h3>
|
||||
<?php
|
||||
}?>
|
||||
</div>
|
||||
</div>
|
||||
<form action="<?php echo WEB_URL;?>/admin/?do=user&id=<?php echo $this->id; ?>" method="POST">
|
||||
<div class="row user">
|
||||
<div class="col-md-2 col-md-offset-2"><strong><?php echo _("Username");?></strong></div>
|
||||
<div class="col-md-6">
|
||||
<?php
|
||||
if ($this->id==$_SESSION['user'] || $user->get_rank()<1){?>
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" name="username" required value="<?php echo htmlspecialchars($this->username, ENT_QUOTES);?>">
|
||||
<span class="input-group-btn">
|
||||
<button type="submit" class="btn btn-primary pull-right"><?php echo _("Change username");?></button>
|
||||
</span>
|
||||
</div>
|
||||
<?php
|
||||
}else{?><?php echo $this->username." ";
|
||||
if ($user->get_rank()>=1){
|
||||
echo "<i class='fa fa-".($this->active?"check success":"times danger")."'></i>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<form action="<?php echo WEB_URL;?>/admin/?do=user&id=<?php echo $this->id; ?>" method="POST">
|
||||
<div class="row">
|
||||
<div class="row user">
|
||||
<div class="col-md-2 col-md-offset-2"><strong><?php echo _("Role");?></strong></div>
|
||||
<div class="col-md-6"><?php if ($user->get_rank() == 0 && $this->id != $_SESSION['user']){?> <div class="input-group"><select class="form-control" name="permission"><?php foreach ($permissions as $key => $value) {
|
||||
<div class="col-md-6"><?php if ($user->get_rank() == 0 && $this->id != $_SESSION['user']){?>
|
||||
<div class="input-group"><select class="form-control" name="permission">
|
||||
<?php foreach ($permissions as $key => $value) {
|
||||
echo "<option value='$key' ".($key==$this->rank?"selected":"").">$value</option>";
|
||||
} ?>
|
||||
</select><span class="input-group-btn">
|
||||
@@ -337,10 +382,10 @@ class User
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<?php if($this->id==$_SESSION['user'])
|
||||
<?php if($this->id==$_SESSION['user']||$user->get_rank()<1)
|
||||
{?>
|
||||
<form action="<?php echo WEB_URL;?>/admin/?do=user" method="POST">
|
||||
<div class="row">
|
||||
<form action="<?php echo WEB_URL;?>/admin/?do=user&id=<?php echo $this->id; ?>" method="POST">
|
||||
<div class="row user">
|
||||
<div class="col-md-2 col-md-offset-2"><strong>Email</strong></div>
|
||||
<div class="col-md-6">
|
||||
<div class="input-group">
|
||||
@@ -352,6 +397,21 @@ class User
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<?php }else
|
||||
{
|
||||
?>
|
||||
<div class="row user">
|
||||
<div class="col-md-2 col-md-offset-2"><strong><?php echo _("Email");?></strong></div>
|
||||
<div class="col-md-6">
|
||||
<a href="mailto:<?php echo $this->email; ?>"><?php echo $this->email; ?></a>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
|
||||
if($this->id==$_SESSION['user']){
|
||||
?>
|
||||
|
||||
<form action="<?php echo WEB_URL;?>/admin/?do=user" method="POST">
|
||||
<div class="row">
|
||||
<div class="col-md-2 col-md-offset-2"><strong><?php echo _("Password");?></strong></div>
|
||||
@@ -368,17 +428,7 @@ class User
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
else
|
||||
{
|
||||
?>
|
||||
<div class="row">
|
||||
<div class="col-md-2 col-md-offset-2"><strong><?php echo _("Email");?></strong></div>
|
||||
<div class="col-md-6">
|
||||
<a href="mailto:<?php echo $this->email; ?>"><?php echo $this->email; ?></a>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
|
||||
if ($this->id!=$_SESSION['user'] && $user->get_rank()<=1 && ($user->get_rank()<$this->rank))
|
||||
{?>
|
||||
<div class="row">
|
||||
@@ -396,6 +446,71 @@ class User
|
||||
<?php }
|
||||
}
|
||||
|
||||
/**
|
||||
* Changes username of user by POST[ID].
|
||||
* @return void
|
||||
*/
|
||||
public function change_username()
|
||||
{
|
||||
global $mysqli, $message, $user;
|
||||
$id = $this->id;
|
||||
|
||||
$stmt = $mysqli->prepare("SELECT count(*) FROM users WHERE username LIKE ?");
|
||||
$stmt->bind_param("s",$_POST["username"]);
|
||||
$stmt->execute();
|
||||
if ($stmt->num_rows > 0)
|
||||
{
|
||||
$message = _("This username is already taken.");
|
||||
return;
|
||||
}
|
||||
$stmt->close();
|
||||
|
||||
if ($_SESSION['user'] != $id && $user->get_rank()>0)
|
||||
{
|
||||
$message = _("Cannot change username of other users!");
|
||||
}else{
|
||||
$stmt = $mysqli->prepare("UPDATE users SET username = ? WHERE id=?");
|
||||
$stmt->bind_param("si",$_POST["username"],$id);
|
||||
$stmt->execute();
|
||||
$stmt->close();
|
||||
header("Location: ".WEB_URL."/admin/?do=user&id=".$id);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Changes name and surname of user by POST[ID].
|
||||
* @return void
|
||||
*/
|
||||
public function change_name()
|
||||
{
|
||||
global $mysqli, $message, $user;
|
||||
if (strlen(trim($_POST['name']))==0) {
|
||||
$messages[] = _("Name");
|
||||
}
|
||||
if(strlen(trim($_POST['surname']))==0) {
|
||||
$messages[] = _("Surname");
|
||||
}
|
||||
|
||||
if (!empty($messages))
|
||||
{
|
||||
$message = "Please enter ".implode(", ", $messages);
|
||||
return;
|
||||
}
|
||||
|
||||
$id = $this->id;
|
||||
|
||||
if ($_SESSION['user'] != $id && $user->get_rank()>0)
|
||||
{
|
||||
$message = _("Cannot change names of other users!");
|
||||
}else{
|
||||
$stmt = $mysqli->prepare("UPDATE users SET `name` = ?, `surname` = ? WHERE id=?");
|
||||
$stmt->bind_param("ssi",$_POST["name"],$_POST["surname"],$id);
|
||||
$stmt->execute();
|
||||
$stmt->close();
|
||||
header("Location: ".WEB_URL."/admin/?do=user&id=".$id);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Changes user password and deletes all remember tokens so all other sessions
|
||||
* won't stay logged in without knowing new pass. Uses token when reseting password.
|
||||
@@ -404,78 +519,82 @@ class User
|
||||
*/
|
||||
public function change_password($token = false)
|
||||
{
|
||||
global $mysqli, $user, $message;
|
||||
$time = time();
|
||||
global $mysqli, $message;
|
||||
$id = $this->id;
|
||||
if ($_POST['password']!=$_POST['password_repeat'])
|
||||
{
|
||||
$message = _("Passwords do not match!");
|
||||
}else{
|
||||
if (!$token)
|
||||
return;
|
||||
}
|
||||
|
||||
if (!$token)
|
||||
{
|
||||
if ($_SESSION['user']!=$id)
|
||||
{
|
||||
if ($_SESSION['user']!=$id)
|
||||
{
|
||||
$message = _("Cannot change password of other users!");
|
||||
}else{
|
||||
$stmt = $mysqli->prepare("SELECT password_salt as salt FROM users WHERE id=?");
|
||||
$stmt->bind_param("i", $id);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
|
||||
$result = $query->fetch_assoc();
|
||||
$salt = $result['salt'];
|
||||
$pass = $_POST['old_password'];
|
||||
$hash = hash('sha256', $pass.$salt);
|
||||
|
||||
$stmt = $mysqli->prepare("SELECT count(*) as count FROM users WHERE id=? AND password_hash = ?");
|
||||
$stmt->bind_param("is", $id, $hash);
|
||||
$stmt->execute();
|
||||
if ($stmt->get_result()->fetch_assoc()['count'])
|
||||
{
|
||||
$pass = $_POST['password'];
|
||||
$hash = hash('sha256', $pass.$salt);
|
||||
$stmt = $mysqli->prepare("UPDATE users SET password_hash = ? WHERE id=?");
|
||||
$stmt->bind_param("si", $hash, $id);
|
||||
$stmt->execute();
|
||||
$stmt->close();
|
||||
$stmt = $mysqli->prepare("DELETE FROM tokens WHERE user = ? AND data = 'remember'");
|
||||
$stmt->bind_param("d", $id);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
User::logout();
|
||||
}
|
||||
else{
|
||||
$message = _("Wrong password!");
|
||||
}
|
||||
}
|
||||
$message = _("Cannot change password of other users!");
|
||||
}else{
|
||||
if (Token::validate_token($token, $id, "passwd"))
|
||||
$stmt = $mysqli->prepare("SELECT password_salt as salt FROM users WHERE id=?");
|
||||
$stmt->bind_param("i", $id);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
$result = $query->fetch_assoc();
|
||||
|
||||
$salt = $result['salt'];
|
||||
$pass = $_POST['old_password'];
|
||||
$hash = hash('sha256', $pass.$salt);
|
||||
|
||||
$stmt = $mysqli->prepare("SELECT count(*) as count FROM users WHERE id=? AND password_hash = ?");
|
||||
$stmt->bind_param("is", $id, $hash);
|
||||
$stmt->execute();
|
||||
|
||||
if ($stmt->get_result()->fetch_assoc()['count'])
|
||||
{
|
||||
$stmt = $mysqli->prepare("SELECT password_salt as salt FROM users WHERE id=?");
|
||||
$stmt->bind_param("i", $id);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
$result = $query->fetch_assoc();
|
||||
$salt = $result['salt'];
|
||||
$pass = $_POST['password'];
|
||||
$hash = hash('sha256', $pass.$salt);
|
||||
|
||||
$stmt = $mysqli->prepare("UPDATE users SET password_hash = ? WHERE id=?");
|
||||
$stmt->bind_param("si", $hash,$id);
|
||||
$stmt->bind_param("si", $hash, $id);
|
||||
$stmt->execute();
|
||||
$stmt->close();
|
||||
$stmt = $mysqli->prepare("DELETE FROM tokens WHERE user = ? AND data = 'remember'");
|
||||
$stmt->bind_param("d", $id);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
}
|
||||
else
|
||||
{
|
||||
$message = _("Invalid token detected, please retry your request from start!");
|
||||
}
|
||||
|
||||
Token::delete($token);
|
||||
$stmt = $mysqli->prepare("DELETE FROM tokens WHERE user = ? AND data = 'remember'");
|
||||
$stmt->bind_param("d", $id);
|
||||
$stmt->execute();
|
||||
$stmt->get_result();
|
||||
|
||||
User::logout();
|
||||
}
|
||||
else{
|
||||
$message = _("Wrong password!");
|
||||
}
|
||||
}
|
||||
}else{
|
||||
if (Token::validate($token, $id, "passwd"))
|
||||
{
|
||||
$stmt = $mysqli->prepare("SELECT password_salt as salt FROM users WHERE id=?");
|
||||
$stmt->bind_param("i", $id);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
$result = $query->fetch_assoc();
|
||||
|
||||
$salt = $result['salt'];
|
||||
$pass = $_POST['password'];
|
||||
$hash = hash('sha256', $pass.$salt);
|
||||
|
||||
$stmt = $mysqli->prepare("UPDATE users SET password_hash = ? WHERE id=?");
|
||||
$stmt->bind_param("si", $hash,$id);
|
||||
$stmt->execute();
|
||||
$stmt->close();
|
||||
|
||||
$stmt = $mysqli->prepare("DELETE FROM tokens WHERE user = ? AND data = 'remember'");
|
||||
$stmt->bind_param("d", $id);
|
||||
$stmt->execute();
|
||||
$stmt->get_result();
|
||||
}
|
||||
else
|
||||
{
|
||||
$message = _("Invalid token detected, please retry your request from start!");
|
||||
}
|
||||
Token::delete($token);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -516,13 +635,24 @@ class User
|
||||
* @return void
|
||||
*/
|
||||
public function email_link(){
|
||||
global $mysqli;
|
||||
global $user, $mysqli;
|
||||
|
||||
$email = $_POST['email'];
|
||||
$time = strtotime('+1 day', time());
|
||||
$id = $this->id;
|
||||
|
||||
$token = Token::add($id, 'email;$email', $time);
|
||||
if ($user->get_rank()<1 && $id!=$_SESSION['user'])
|
||||
{
|
||||
$stmt = $mysqli->prepare("UPDATE users SET email = ? WHERE id=?");
|
||||
$stmt->bind_param("sd", $email, $id);
|
||||
$stmt->execute();
|
||||
$stmt->get_result();
|
||||
header("Location: ".WEB_URL."/admin/?do=user&id=".$id);
|
||||
return;
|
||||
}
|
||||
|
||||
$time = strtotime('+1 day', time());
|
||||
|
||||
$token = Token::add($id, 'email;$email', $time);
|
||||
|
||||
$link = WEB_URL."/admin/?do=change-email&id=$id&token=$token";
|
||||
$to = $email;
|
||||
@@ -534,6 +664,7 @@ class User
|
||||
$headers .= "Reply-To: ".MAILER_NAME.' <'.MAILER_ADDRESS.'>'.PHP_EOL;
|
||||
|
||||
mail($to, $subject, $msg, $headers);
|
||||
return _('Confirmation email sent!');
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -543,20 +674,19 @@ class User
|
||||
public function change_email()
|
||||
{
|
||||
global $mysqli, $message;
|
||||
$time = time();
|
||||
$token = $_GET['token'];
|
||||
$id = $_GET['id'];
|
||||
|
||||
if (Token::validate_token($token, $id, "email;%"))
|
||||
if (Token::validate($token, $id, "email;%"))
|
||||
{
|
||||
$data = explode(";", $result['data']);
|
||||
$data = explode(";", Token::get_data($token, $id));
|
||||
|
||||
$email = $data[1];
|
||||
|
||||
$stmt = $mysqli->prepare("UPDATE users SET email = ? WHERE id=?");
|
||||
$stmt->bind_param("sd", $email, $id);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
$stmt->get_result();
|
||||
Token::delete($token);
|
||||
header("Location: ".WEB_URL."/admin/");
|
||||
}
|
||||
@@ -574,12 +704,10 @@ class User
|
||||
* @return void
|
||||
*/
|
||||
public static function logout(){
|
||||
global $mysqli;
|
||||
session_unset();
|
||||
if (isset($_COOKIE['token']))
|
||||
{
|
||||
$token = $_COOKIE['token'];
|
||||
$time = time();
|
||||
Token::delete($token);
|
||||
unset($_COOKIE['user']);
|
||||
unset($_COOKIE['token']);
|
||||
|
||||
@@ -7,6 +7,12 @@ define("TITLE", "##title##");
|
||||
define("WEB_URL", "##url##"); //Used for links
|
||||
define("MAILER_NAME", "##mailer##"); //Mailer name
|
||||
define("MAILER_ADDRESS", "##mailer_email##"); //Mailer address
|
||||
define("POLICY_NAME", "##policy_name##"); //name for contact in policy
|
||||
define("ADDRESS", "##address##");
|
||||
define("POLICY_MAIL", "##policy_mail##"); //contact email in policy
|
||||
define("POLICY_PHONE", "##policy_phone##");
|
||||
define("WHO_WE_ARE","##who_we_are##");
|
||||
define("POLICY_URL","##policy_url##");
|
||||
define("INSTALL_OVERRIDE", false);
|
||||
define("DEFAULT_LANGUAGE", "en_GB");
|
||||
|
||||
@@ -35,12 +41,4 @@ if ($mysqli->connect_errno) {
|
||||
exit();
|
||||
}
|
||||
|
||||
$mysqli->set_charset("utf8");
|
||||
|
||||
//This should later be translatable, maybe find a better solution?
|
||||
$statuses = array(_("Major outage"), _("Minor outage"), _("Planned maintenance"), _("Operational") );
|
||||
$classes = array("danger", "warning", "primary", "success" );
|
||||
$icons = array("fa fa-times", "fa fa-exclamation", "fa fa-info", "fa fa-check" );
|
||||
$some = array(_("Some systems are experiencing major outages"), _("Some systems are experiencing minor outages"), _("Some systems are under maintenance"));
|
||||
$all = array(_("Our systems are experiencing major outages."), _("Our systems are experiencing minor outages"), _("Our systems are under maintenance"), _("All systems operational"));
|
||||
$permissions = array(_("Super admin"), _("Admin"), _("Editor"));
|
||||
$mysqli->set_charset("utf8");
|
||||
@@ -93,7 +93,7 @@ div.center {
|
||||
|
||||
#wrapper
|
||||
{
|
||||
max-width: 900px;
|
||||
max-width: 1024px;
|
||||
min-height: calc(100vh - 157px);
|
||||
padding-right: 15px;
|
||||
padding-left: 15px
|
||||
@@ -341,8 +341,8 @@ body a h1{
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
#footerwrap .col-md-8, #footerwrap .col-md-4 {
|
||||
text-align: center !important;
|
||||
body #footerwrap .col-md-8, #footerwrap .col-md-4 {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -599,4 +599,20 @@ i.danger{
|
||||
|
||||
body .h1,body .h2,body .h3,body h1,body h2,body h3 {
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.row.user .input-group
|
||||
{
|
||||
width: 100%;
|
||||
margin-bottom: 5px
|
||||
}
|
||||
|
||||
.row.user .form-name{
|
||||
width: 50%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
label.form-name
|
||||
{
|
||||
line-height: 20px
|
||||
}
|
||||
@@ -2,6 +2,8 @@
|
||||
require_once("template.php");
|
||||
define("WEB_URL", "."); //Website name
|
||||
define("NAME", _('Status page')); //Website name
|
||||
define("MINIMUM_PHP_VERSION", "5.4.0");
|
||||
define("POLICY_URL", "policy.php"); //Default policy URL
|
||||
require_once("classes/locale-negotiator.php");
|
||||
|
||||
$negotiator = new LocaleNegotiator("en_GB");
|
||||
@@ -121,7 +123,15 @@ if(isset($_POST['server']) && empty($message))
|
||||
$config = str_replace("##user##", $_POST['dbuser'], $config);
|
||||
$config = str_replace("##password##", $_POST['dbpassword'], $config);
|
||||
$config = str_replace("##name##", $_POST['servername'], $config);
|
||||
$config = str_replace("##policy_name##", $_POST['policy_name'], $config);
|
||||
$config = str_replace("##address##", $_POST['address'], $config);
|
||||
$config = str_replace("##policy_mail##", $_POST['policy_mail'], $config);
|
||||
$config = str_replace("##policy_phone##", $_POST['policy_phone'],$config);
|
||||
$config = str_replace("##who_we_are##", $_POST['who_we_are'], $config);
|
||||
$policy_url_conf = ( ! empty($_POST['policy_url']) ) ? $_POST['policy_url'] : POLICY_URL;
|
||||
$config = str_replace("##policy_url##", $policy_url_conf, $config);
|
||||
file_put_contents("config.php", $config);
|
||||
|
||||
|
||||
unlink("config.php.template");
|
||||
unlink("install.sql");
|
||||
@@ -132,6 +142,50 @@ if(isset($_POST['server']) && empty($message))
|
||||
}
|
||||
Template::render_header(_("Install"));
|
||||
?>
|
||||
<h1 class="text-center"><?php echo _("Prerequisite");?></h1>
|
||||
<summary><?php echo _("If any of the following prerequisites are shown as failed (red X), please correct the issue and reload the page before proceeding with the installation.");?></summary>
|
||||
<?php
|
||||
|
||||
|
||||
$php_version_req = sprintf(_("Minimum PHP version %s"), MINIMUM_PHP_VERSION);
|
||||
$preq_fail = array("remove", "danger");
|
||||
$preq_ok = array("ok", "success");
|
||||
|
||||
$preq_phpver = $preq_fail;
|
||||
$preq_mysqlnd = $preq_fail;
|
||||
$preq_writedir = $preq_fail;
|
||||
|
||||
// Check if PHP version if > MINIMUM_PHP_VERSION
|
||||
if (strnatcmp(phpversion(), MINIMUM_PHP_VERSION) >= 0) { $preq_phpver = $preq_ok; }
|
||||
|
||||
// Test for mysqlnd precense. The mysqlnd driver provides some extra functions that is not available
|
||||
// if the plain mysql package is installed, and mysqli_get_client_stats is one of them. This is documented
|
||||
// on the PHP site at http://www.php.net/manual/en/mysqlnd.stats.php
|
||||
// This test is also discussed at https://stackoverflow.com/questions/1475701/how-to-know-if-mysqlnd-is-the-active-driver
|
||||
if ( function_exists('mysqli_get_client_stats') ) { $preq_mysqlnd = $preq_ok; }
|
||||
|
||||
// Check if we have access to write to location
|
||||
if ( is_writable(__DIR__) ) { $preq_writedir = $preq_ok; }
|
||||
|
||||
?>
|
||||
<section class="prereq-section clearfix">
|
||||
<div class="container-fluid">
|
||||
<div class="row ">
|
||||
<div class="col-md-6 text-right"><label for="php version"><?php echo $php_version_req;?></div>
|
||||
<div class="col-md-6"><a href="#" class="btn btn-<?php echo $preq_phpver[1];?>"><span class="glyphicon glyphicon-<?php echo $preq_phpver[0]; ?>"></span></a></div>
|
||||
</div>
|
||||
<div class="row ">
|
||||
<div class="col-md-6 text-right"><label for="mysqlnd Library installed"><?php echo _('PHP mysqlnd library installed');?></div>
|
||||
<div class="col-md-6"><a href="#" class="btn btn-<?php echo $preq_mysqlnd[1];?>"><span class="glyphicon glyphicon-<?php echo $preq_mysqlnd[0]; ?>"></span></a></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6 text-right"><label for="write_access"><?php echo _('Write access to web directory');?></div>
|
||||
<div class="col-md-6"><a href="#" class="btn btn-<?php echo $preq_writedir[1];?>"><span class="glyphicon glyphicon-<?php echo $preq_writedir[0]; ?>"></span></a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<h1 class="text-center"><?php echo _("Installation");?></h1>
|
||||
<?php
|
||||
if (!empty($message))
|
||||
@@ -176,6 +230,28 @@ if (!empty($message))
|
||||
<div class="col-sm-6"><label for="dbpassword"><?php echo _("Password");?>: </label><input type="password" name="dbpassword" value="<?php echo ((isset($_POST['dbpassword']))?htmlspecialchars($_POST['dbpassword'], ENT_QUOTES):'');?>" id="dbpassword" placeholder="<?php echo _("Password");?>" class="form-control" required></div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="install-section clearfix">
|
||||
<h2><?php echo _("Privacy Policy");?></h2>
|
||||
<summary><?php echo _("Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below.");?></summary>
|
||||
|
||||
<div class="form-group clearfix">
|
||||
<div class="col-sm-6"><label for="policy_name"><?php echo _("Name");?>: </label><input type="text" name="policy_name" value="<?php echo ((isset($_POST['policy_name']))?htmlspecialchars($_POST['policy_name'], ENT_QUOTES):'');?>" id="policy_name" placeholder="<?php echo _("Company name");?>" class="form-control" required></div>
|
||||
<div class="col-sm-6"><label for="address"><?php echo _("Address");?>: </label><input type="text" name="address" value="<?php echo ((isset($_POST['address']))?htmlspecialchars($_POST['address'], ENT_QUOTES):'');?>" id="address" placeholder="<?php echo _("Full address");?>" class="form-control" required></div>
|
||||
</div>
|
||||
<div class="form-group clearfix">
|
||||
<div class="col-sm-6"><label for="policy_mail"><?php echo _("E-Mail");?>: </label><input type="text" name="policy_mail" value="<?php echo ((isset($_POST['policy_mail']))?htmlspecialchars($_POST['policy_mail'], ENT_QUOTES):'');?>" id="policy_mail" placeholder="<?php echo _("E-Mail");?>" class="form-control" required></div>
|
||||
<div class="col-sm-6"><label for="policy_phone"><?php echo _("Phone");?>: </label><input type="text" name="policy_phone" value="<?php echo ((isset($_POST['policy_phone']))?htmlspecialchars($_POST['policy_phone'], ENT_QUOTES):'');?>" id="policy_phone" placeholder="<?php echo _("Phone number");?>" class="form-control"></div>
|
||||
</div>
|
||||
<div class="form-group clearfix">
|
||||
<div class=""><label for="who_we_are"><?php echo _("Who we are");?>: </label><textarea class="form-control" id="who_we_are" rows="3" name="who_we_are" placeholder="<?php echo _("Some info about yourself");?>" value="<?php echo ((isset($_POST['who_we_are']))?htmlspecialchars($_POST['who_we_are'], ENT_QUOTES):'');?>"></textarea></div>
|
||||
</div>
|
||||
<div class="form-group clearfix">
|
||||
<div class="col-sm-12"><label for="url"><?php echo _("External Policy Url");?>: </label>
|
||||
<summary><?php echo _("If you alredy have an existing Policy published, please provide the full Url to override the local policy definition. Leave blank to use the local definition");?></summary>
|
||||
<input type="policy_url" name="policy_url" value="<?php echo ((isset($_POST['policy_url']))?htmlspecialchars($_POST['policy_url'], ENT_QUOTES):'');?>" id="policy_url" placeholder="<?php echo _("External Policy Url");?>" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="install-section clearfix">
|
||||
<h2><?php echo _("User");?></h2>
|
||||
<summary><?php echo _("And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin...");?></summary>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
(function(){
|
||||
$("#time_input").flatpickr({enableTime:true, minDate: "today",time_24hr:true, formatDate: function(date, format) {
|
||||
return date.toISOString();
|
||||
$("#time_input").flatpickr({enableTime:true, minDate: "today",time_24hr:true, onChange: function(date, dateStr, instance) {
|
||||
$("#time_input_js").val(date[0].toISOString());
|
||||
}});
|
||||
$("#end_time").flatpickr({enableTime:true, minDate: "today",time_24hr:true, formatDate: function(date, format) {
|
||||
return date.toISOString(); // iso date str
|
||||
$("#end_time").flatpickr({enableTime:true, minDate: "today",time_24hr:true, onChange: function(date, dateStr, instance) {
|
||||
$("#end_time_js").val(date[0].toISOString()); // iso date str
|
||||
}});
|
||||
|
||||
|
||||
@@ -11,46 +11,48 @@
|
||||
var icons = ["fa fa-times", "fa fa-exclamation", "fa fa-info", "fa fa-check"];
|
||||
|
||||
$("body").on("change","#new-incident select", function(){
|
||||
var val = $(this).val();
|
||||
var val = parseInt($(this).val()); //this should make exploitation harder
|
||||
|
||||
$("#new-incident .panel.new .panel-heading i").get(0).className = icons[val];
|
||||
$("#new-incident .panel.new").get(0).className = classes[val] + " new";
|
||||
$("#time_input").val("");
|
||||
$("#end_time").val("");
|
||||
});
|
||||
|
||||
$("#new-incident select").trigger("change");
|
||||
|
||||
$("body").on("submit","#new-incident",function(){
|
||||
var time = Date.parse($('#time_input').val());
|
||||
var end_time = Date.parse($('#end_time').val());
|
||||
var type = $("#type").val();
|
||||
var time = Date.parse($("#time_input").val());
|
||||
var end_time = Date.parse($("#end_time").val());
|
||||
var type = $("#type").val() || 0;
|
||||
|
||||
if (type == 2 &&(isNaN(time) || isNaN(end_time)))
|
||||
if (parseInt(type) === 2 &&(isNaN(time) || isNaN(end_time)))
|
||||
{
|
||||
if (isNaN(end_time))
|
||||
{
|
||||
$('#time_input').addClass("error");
|
||||
$("#time_input").addClass("error");
|
||||
$.growl.error({ message: "Start time is invalid!" });
|
||||
}
|
||||
|
||||
if (isNaN(end_time))
|
||||
{
|
||||
$('#end_time').addClass("error");
|
||||
$("#end_time").addClass("error");
|
||||
$.growl.error({ message: "End time is invalid!" });
|
||||
}
|
||||
return false;
|
||||
}
|
||||
else if (type == 2 && time >= end_time)
|
||||
else if (parseInt(type) === 2 && time >= end_time)
|
||||
{
|
||||
$.growl.error({ message: "End time is either the same or earlier than start time!" });
|
||||
$('#time').addClass("error");
|
||||
$('#end_time').addClass("error");
|
||||
$("#time").addClass("error");
|
||||
$("#end_time").addClass("error");
|
||||
return false;
|
||||
}
|
||||
|
||||
if($('#status-container :checkbox:checked').length == 0)
|
||||
if($("#status-container :checkbox:checked").length === 0)
|
||||
{
|
||||
$.growl.error({ message: "Please check at least one service!" });
|
||||
$('#status-container').addClass("error");
|
||||
$("#status-container").addClass("error");
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
@@ -9,22 +9,22 @@ function timeago()
|
||||
|
||||
(function(){
|
||||
timeago();
|
||||
|
||||
$("body").on("click", ".navbar-toggle", function(){
|
||||
$($(this).data("target")).toggleClass("collapse");
|
||||
});
|
||||
|
||||
|
||||
$("body").on("click", ".navbar-toggle", function(){
|
||||
$($(this).data("target")).toggleClass("collapse");
|
||||
});
|
||||
|
||||
var incidents = $('.timeline');
|
||||
$("body").on("click", "#loadmore", function(e){
|
||||
e.preventDefault();
|
||||
var url = $("#loadmore").attr("href") + "&ajax=true";
|
||||
$("#loadmore").remove();
|
||||
|
||||
$.get(url,
|
||||
function(data){
|
||||
incidents.append(data);
|
||||
timeago();
|
||||
});
|
||||
});
|
||||
})();
|
||||
|
||||
$("body").on("click", "#loadmore", function(e){
|
||||
e.preventDefault();
|
||||
var url = $("#loadmore").attr("href") + "&ajax=true";
|
||||
$("#loadmore").remove();
|
||||
|
||||
$.get(url,
|
||||
function(data){
|
||||
incidents.append(data);
|
||||
timeago();
|
||||
});
|
||||
});
|
||||
})();
|
||||
|
||||
@@ -15,7 +15,7 @@ msgstr "Stránka nenalezena"
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Stránka, kterou se pokoušíte zobrazit, bohužel neexistuje."
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:106
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Nástěnka"
|
||||
|
||||
@@ -27,7 +27,7 @@ msgstr "Vítejte"
|
||||
msgid "New incident"
|
||||
msgstr "Nová událost"
|
||||
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:157
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Název"
|
||||
|
||||
@@ -35,23 +35,23 @@ msgstr "Název"
|
||||
msgid "Time"
|
||||
msgstr "Čas"
|
||||
|
||||
#: admin/dashboard.php:75
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Sem napište svůj text..."
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:177
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Zveřejnil"
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:179
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Končí"
|
||||
|
||||
#: admin/dashboard.php:78
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Konec"
|
||||
|
||||
#: admin/dashboard.php:96 admin/new-user.php:53
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Odeslat"
|
||||
|
||||
@@ -64,13 +64,13 @@ msgid "Please login to continue."
|
||||
msgstr "Pro pokračování se přihlašte."
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:69
|
||||
#: classes/user.php:125 classes/user.php:375 install.php:163 install.php:188
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:128 classes/user.php:357 install.php:176 install.php:191
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Heslo"
|
||||
|
||||
@@ -114,17 +114,17 @@ msgstr "Odeslat požadavek"
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Zresetovat heslo uživatele %s (%s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:361
|
||||
#: classes/user.php:362
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Nové heslo"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:363
|
||||
#: classes/user.php:364
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Zopakujte heslo"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:365
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Změnit heslo"
|
||||
|
||||
@@ -132,18 +132,21 @@ msgstr "Změnit heslo"
|
||||
msgid "New user"
|
||||
msgstr "Nový uživatel"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:38 admin/settings.php:69
|
||||
#: classes/user.php:119 install.php:152 install.php:162 install.php:183
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Jméno"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:69 classes/user.php:122
|
||||
#: install.php:184
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Příjmení"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:69 classes/user.php:317
|
||||
#: install.php:187
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Uživatelské jméno"
|
||||
|
||||
@@ -151,7 +154,7 @@ msgstr "Uživatelské jméno"
|
||||
msgid "Permission"
|
||||
msgstr "Oprávnění"
|
||||
|
||||
#: admin/settings.php:12 template.php:108
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Nastavení"
|
||||
|
||||
@@ -163,35 +166,35 @@ msgstr "Služby"
|
||||
msgid "Add service"
|
||||
msgstr "Přidat službu"
|
||||
|
||||
#: admin/settings.php:37 admin/settings.php:69 classes/user.php:313
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:41
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Smazat"
|
||||
|
||||
#: admin/settings.php:65
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Uživatelé"
|
||||
|
||||
#: admin/settings.php:66
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Přidat uživatele"
|
||||
|
||||
#: admin/settings.php:69 classes/user.php:329
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Role"
|
||||
|
||||
#: admin/user.php:35 install.php:175 install.php:180
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Uživatel"
|
||||
|
||||
#: admin/user.php:39
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Nastavení uživatele"
|
||||
|
||||
#: classes/constellation.php:36
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Plánovaná údržba"
|
||||
|
||||
@@ -207,43 +210,43 @@ msgstr "Historie událostí"
|
||||
msgid "No incidents"
|
||||
msgstr "Žádné události"
|
||||
|
||||
#: classes/constellation.php:62
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Zobrazit více"
|
||||
|
||||
#: classes/constellation.php:100
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Žádné služby"
|
||||
|
||||
#: classes/incident.php:83
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Prosím zadejte nadpis"
|
||||
|
||||
#: classes/incident.php:86
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Nadpis je moc dlouhý! Maximální počet znaků je 50"
|
||||
|
||||
#: classes/incident.php:92
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Prosím vložte text"
|
||||
|
||||
#: classes/incident.php:98
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Nastavte prosím čas začátku a konce! Použijte ISO 8601 formát."
|
||||
|
||||
#: classes/incident.php:103
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Vyberte alespoň jednu službu"
|
||||
|
||||
#: classes/incident.php:121
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Formát času počátku nebyl rozeznán. Použijte prosím ISO 8601 formát."
|
||||
|
||||
#: classes/incident.php:127
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Formát času konce nebyl rozeznán. Použijte prosím ISO 8601 formát."
|
||||
|
||||
#: classes/incident.php:179
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Skončilo"
|
||||
|
||||
@@ -255,128 +258,128 @@ msgstr "Název služby je moc dlouhý! Maximální počet znaků je 50"
|
||||
msgid "Please enter name!"
|
||||
msgstr "Zadejte prosím název!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:102
|
||||
#: classes/user.php:204
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "Nemáte oprávnění toto provést!"
|
||||
|
||||
#: classes/user.php:165
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Respektujte prosím tyto limity znaků:"
|
||||
|
||||
#: classes/user.php:182
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Uživatelský účet vytvořen"
|
||||
|
||||
#: classes/user.php:183
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Zdravíme, %s!<br>Váš uživatelský účet byl právě vytvořen. Nyní se můžete přihlásit Vaší emailovou adresou zde <a href=\"%s\">%s</a> s heslem %s - prosíme změňte ho co nejdříve."
|
||||
|
||||
#: classes/user.php:196
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Uživatelské jméno nebo heslo se již používá"
|
||||
|
||||
#: classes/user.php:236
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Váš účet je deaktivovaný. Prosím kontaktujte správce."
|
||||
|
||||
#: classes/user.php:248 classes/user.php:264
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Neplatné uživatelské jméno nebo heslo."
|
||||
|
||||
#: classes/user.php:295
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Neplatný token, přihlašte se prosím znovu!"
|
||||
|
||||
#: classes/user.php:309
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Profilový obrázek"
|
||||
|
||||
#: classes/user.php:334
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Změnit roli"
|
||||
|
||||
#: classes/user.php:349
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Změnit email"
|
||||
|
||||
#: classes/user.php:359 classes/user.php:360
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Staré heslo"
|
||||
|
||||
#: classes/user.php:412
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Hesla se neshodují"
|
||||
|
||||
#: classes/user.php:418
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "Nemůžete změnit heslo jiného uživatele!"
|
||||
|
||||
#: classes/user.php:448
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Chybné heslo!"
|
||||
|
||||
#: classes/user.php:474 classes/user.php:565
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "Neplatný token, zkuste požadavek zadat znovu od začátku!"
|
||||
|
||||
#: classes/user.php:504
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Resetovat heslo"
|
||||
|
||||
#: classes/user.php:529
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "Změna emailu"
|
||||
|
||||
#: classes/incident.php:50 classes/user.php:608
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "Nemáte oprávnění toto provést!"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Závažný problém"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Menší výpadek"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "V provozu"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Některé systémy mají závažné výpadky"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Některé systémy mají menší problémy"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Některé systémy prochází plánovanou údržbou"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "Naše systémy mají závažné problémy"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "Naše systémy mají menší problémy"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "Naše systémy prochází plánovanou údržbou"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Všechny systémy v provozu"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Super admin"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Admin"
|
||||
|
||||
@@ -384,15 +387,15 @@ msgstr "Admin"
|
||||
msgid "Service Status"
|
||||
msgstr "Status služeb"
|
||||
|
||||
#: template.php:97
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Přepnout navigaci"
|
||||
|
||||
#: template.php:107
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Uživatel (%s)"
|
||||
|
||||
#: template.php:109
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Odhlásit"
|
||||
|
||||
@@ -404,11 +407,11 @@ msgstr "Momentální stav"
|
||||
msgid "Status page"
|
||||
msgstr "Status page"
|
||||
|
||||
#: install.php:133
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Instalovat"
|
||||
|
||||
#: install.php:135
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Instalace"
|
||||
|
||||
@@ -426,55 +429,55 @@ msgstr "Zadejte prosím valitní adresu url!"
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Chyba při vytváření databáze. Prosím zkontrolujte oprávnění účtu nebo verzi MYSQL. <br>Chybová hláška: %s"
|
||||
|
||||
#: install.php:148
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Detaily webu"
|
||||
|
||||
#: install.php:40 install.php:153
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "Url"
|
||||
|
||||
#: install.php:160
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Také emailová adresa pro mailovací skript by bodla :)"
|
||||
|
||||
#: install.php:167
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Připojení k databázi"
|
||||
|
||||
#: install.php:168
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "Potřebujeme aby databázové spojení mohlo vytvářet tabulky. Prosím zkontrolujte že k tomu máte oprávnění."
|
||||
|
||||
#: install.php:171
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Server"
|
||||
|
||||
#: install.php:172
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Databáze"
|
||||
|
||||
#: install.php:181
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "A nakonec potřebujeme info pro vytvoření uživatele. Nemusíte nám ho dát, ale jak pak vlezete do administrace?"
|
||||
|
||||
#: install.php:194
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Spustit instalaci!"
|
||||
|
||||
#: classes/user.php:132
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Hodnost"
|
||||
|
||||
#: classes/user.php:505
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Zdravíme, %s!<br>Níže naleznete odkaz pro změnu hesla. Odkaz je platný 24 hodin. Pokud jste o resetování hesla nepožádali, zprávu můžete ignorovat. <br><br><a href=\"%s\">ZRESETOVAT HESLO</a><br><br>Pokud odkaz nefunguje, zkopírujte ho do svého prohlížeče: <br>%s"
|
||||
|
||||
#: classes/user.php:530
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Zdravíme, %s!<br>Níže naleznete odkaz pro změnu emailu. Odkaz je platný 24 hodin. Pokud jste o resetování hesla nepožádali, zprávu můžete ignorovat. <br><br><a href=\"%s\">ZRESETOVAT HESLO</a><br><br>Pokud odkaz nefunguje, zkopírujte ho do svého prohlížeče: <br>%s"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Editor"
|
||||
|
||||
@@ -506,19 +509,19 @@ msgstr "Uživatel databáze"
|
||||
msgid "Database password"
|
||||
msgstr "Heslo databáze"
|
||||
|
||||
#: template.php:138
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Přepnout dropdown"
|
||||
|
||||
#: template.php:147
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Pomozte s překladem"
|
||||
|
||||
#: classes/user.php:389
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Deaktivovat uživatele"
|
||||
|
||||
#: classes/user.php:391
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Aktivovat uživatele"
|
||||
|
||||
@@ -526,15 +529,138 @@ msgstr "Aktivovat uživatele"
|
||||
msgid "Please enter"
|
||||
msgstr "Prosím zadejte"
|
||||
|
||||
#: install.php:144
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "Budeme se Vás ptát na pár základních otázek o Vašem webu. Většinu nastavení lze pak změnit v souboru config.php"
|
||||
|
||||
#: install.php:149
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "Potřebujeme název pro vaši status stránku (zobrazen za pomlčkou) a odkaz na umístění webu (např. <a href='#'>https://example.com/status</a> - bez lomítka na konci), abychom mohli uživatelům poslat odkaz pro obnovení hesla atd."
|
||||
|
||||
#: install.php:155
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "Název který chcete mít zobrazen na vrchu stránky."
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Služba neexistuje!"
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Vyplňte prosím email a heslo!"
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "Změnit jméno"
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "Změnit přezdívku"
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "Tato přezdívka je už používána."
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "Nemůžete měnit přezdívky ostatních!"
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "Nemůžete měnit jména ostatních!"
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Potvrzovací email byl odeslán!"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr "Ochrana soukromí"
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "Název společnosti"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "Adresa"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "Celá adresa"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "Telefon"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "Telefonní číslo"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "Kdo jsme"
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "Kontakt"
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "Jaké data sbíráme a proč"
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "Při přístupu na náš web bude uloženo následující: IP adresa, datum, čas, dotaz, obecné informace o Vašem prohlížeči, operační systém a vaše vyhledávání. Tyto uživatelské data jsou využita pro anonymní uživatelské statistiky pro rozeznání trendů a zlepšení obsahu."
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "Jak chráníme vaše data"
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "Spolu s naším poskytovatelem hostingu se snažíme, aby naše databáze byly co nejlépe zabezpečené proti neoprávněnému přístupu třetích stran, ztrát, zneužití nebo padělání."
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "Třetí strany, kterým poskytujeme vaše data"
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "Tyto stránky používají soubory cookie - malé textové soubory, které jsou umístěny na vašem počítači a pomáhají nám tak poskytovat lepší uživatelské prostředí.\n"
|
||||
"Obecně platí, že soubory cookie slouží k uchování uživatelských nastavení, ukládání informací o věcech, jako jsou nákupní vozíky,\n"
|
||||
"a poskytují anonymní data pro sledovací aplikace třetích stran, jako je Google Analytics.\n"
|
||||
"Soubory cookie zpravidla zlepšují funkcionalitu stránek. Můžete však upřednostňovat vypnutí souborů cookie na této i ostattních stránkách.\n"
|
||||
"Nejúčinnější způsob, jak to udělat, je zakázat cookies ve vašem prohlížeči. Navrhujeme využít vestavěnou sekci Nápověda v prohlížeči\n"
|
||||
"nebo se podívat na webovou stránku \"About Cookies\", která nabízí pokyny pro všechny moderní prohlížeče"
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "Protože sbíráte osobní informace, GDPR vyžaduje poskytnutí informací o ochraně osobních údajů. Vepište detaily níže."
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "Informace o Vás"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "Obecné"
|
||||
|
||||
|
||||
@@ -0,0 +1,671 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: POEditor.com\n"
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: da\n"
|
||||
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr "Siden blev ikke fundet\n"
|
||||
""
|
||||
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Beklager, men siden du forsøgte at se findes ikke."
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashboard"
|
||||
|
||||
#: admin/dashboard.php:27
|
||||
msgid "Welcome"
|
||||
msgstr "Velkommen"
|
||||
|
||||
#: admin/dashboard.php:39
|
||||
msgid "New incident"
|
||||
msgstr "Ny hændelse"
|
||||
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Titel"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
msgid "Time"
|
||||
msgstr "Tid"
|
||||
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Her skal du skrive din tekst"
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Tilføjet af"
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Sluttidspunkt"
|
||||
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Sluttidspunkt"
|
||||
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Send"
|
||||
|
||||
#: admin/login-form.php:2 admin/login-form.php:5 admin/login-form.php:27
|
||||
msgid "Login"
|
||||
msgstr "Login"
|
||||
|
||||
#: admin/login-form.php:11
|
||||
msgid "Please login to continue."
|
||||
msgstr "Login for at forsætte"
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Adgangskode"
|
||||
|
||||
#: admin/login-form.php:22
|
||||
msgid "Forgotten password?"
|
||||
msgstr "Glemt adgangskode?"
|
||||
|
||||
#: admin/login-form.php:23
|
||||
msgid "Remember me"
|
||||
msgstr "Husk mig"
|
||||
|
||||
#: admin/lost-password.php:2 admin/lost-password.php:5
|
||||
msgid "Lost password"
|
||||
msgstr "Glemt adgangskode"
|
||||
|
||||
#: admin/lost-password.php:16
|
||||
msgid "Go back"
|
||||
msgstr "Tilbage"
|
||||
|
||||
#: admin/lost-password.php:20
|
||||
msgid "Password changed successfully!"
|
||||
msgstr "Ændring af adgangskode lykkes!"
|
||||
|
||||
#: admin/lost-password.php:21 admin/lost-password.php:35
|
||||
msgid "Go back to login page"
|
||||
msgstr "Tilbage til login siden"
|
||||
|
||||
#: admin/lost-password.php:30
|
||||
msgid "Go back to start"
|
||||
msgstr "Tilbage til start"
|
||||
|
||||
#: admin/lost-password.php:34
|
||||
msgid "Email with password reset link has been sent!"
|
||||
msgstr "E-Mail med link til nulstilling af adgangskode er hermed sendt!"
|
||||
|
||||
#: admin/lost-password.php:50
|
||||
msgid "Submit request"
|
||||
msgstr "Send anmodning"
|
||||
|
||||
#: admin/lost-password.php:57
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Nulstill adgangskode for %s (%s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Ny adgangskode"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Gentag adgangskode"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Ændre adgangskode"
|
||||
|
||||
#: admin/new-user.php:7
|
||||
msgid "New user"
|
||||
msgstr "Ny bruger"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Navn"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Efternavn"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Brugernavn"
|
||||
|
||||
#: admin/new-user.php:29
|
||||
msgid "Permission"
|
||||
msgstr "Tilladelse"
|
||||
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Indstillinger"
|
||||
|
||||
#: admin/settings.php:23
|
||||
msgid "Services"
|
||||
msgstr "Tjenester"
|
||||
|
||||
#: admin/settings.php:29
|
||||
msgid "Add service"
|
||||
msgstr "Tilføj tjeneste"
|
||||
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Slet"
|
||||
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Brugere"
|
||||
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Tilføjer bruger"
|
||||
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Rolle"
|
||||
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Bruger"
|
||||
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Bruger indstillinger"
|
||||
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Planlagt vedligeholdelse"
|
||||
|
||||
#: classes/constellation.php:42
|
||||
msgid "Back"
|
||||
msgstr "Tilbage"
|
||||
|
||||
#: classes/constellation.php:44
|
||||
msgid "Past incidents"
|
||||
msgstr "Tidligere hændelser"
|
||||
|
||||
#: classes/constellation.php:48
|
||||
msgid "No incidents"
|
||||
msgstr "Ingen hændelser"
|
||||
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Vis mere"
|
||||
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Ingen tjenester"
|
||||
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Indtast venligst titlen"
|
||||
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Titlen er for lang! Karaktergrænsen er 50 tegn."
|
||||
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Indtast venligst tekst"
|
||||
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Indstil start- og sluttidspunktet! Brug ISO 8601-format."
|
||||
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Vælg mindst en tjeneste"
|
||||
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Startdato format genkendes ikke. Brug venligst ISO 8601 format."
|
||||
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Slutdato format er ikke genkendt. Brug venligst ISO 8601 format."
|
||||
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Sluttede"
|
||||
|
||||
#: classes/service.php:63
|
||||
msgid "Service name is too long! Character limit is 50"
|
||||
msgstr "Navnet på tjenesten er for lang! Karaktergrænsen er 50 tegn."
|
||||
|
||||
#: classes/service.php:66
|
||||
msgid "Please enter name!"
|
||||
msgstr "Indtast venligst navn!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "Du har ikke tilladelse til at gøre det!"
|
||||
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Vær opmærksom på følgende tegnbegrænsninger:␣"
|
||||
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Brugerkonto er oprettet"
|
||||
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Hej%s! <br> Din konto er blevet oprettet. Du kan logge ind med din emailadresse på <a href=\"%s\">%s </a> med adgangskode%s - skal du ændre det så hurtigt som muligt."
|
||||
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Brugernavn eller E-Mail er allerede i brug"
|
||||
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Din konto er blevet deaktiveret. Kontakt venligst din administrator"
|
||||
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Forkert e-mail eller adgangskode"
|
||||
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Ugyldigt token fundet, skal du logge ind igen!"
|
||||
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Profil billede"
|
||||
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Ændre rolle"
|
||||
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Ændre E-Mail"
|
||||
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Nuværende adgangskode"
|
||||
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Adgangskoderne var ikke ens!"
|
||||
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "Kan ikke ændre adgangskode til andre brugere!"
|
||||
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Forkert adgangskode"
|
||||
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "Ugyldigt token opdaget, prøv venligst din anmodning fra starten!"
|
||||
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Nulstil adgangskode"
|
||||
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "Ændring af e-mail"
|
||||
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "Du har ikke tilladelse til at gøre det!"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Større nedbrud"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Mindre nedbrug"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Funktionsdygtig"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Nogle systemer oplever store nedbrud"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Nogle systemer oplever mindre nedbrud"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Nogle systemer er under vedligeholdelse"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "Vores systemer oplever store nedbrud."
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "Vores systemer oplever mindre nedbrud."
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "Vores systemer er under vedligeholdelse"
|
||||
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Alle systemer er funktionsdygtige"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Super Admin"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Admin"
|
||||
|
||||
#: template.php:53
|
||||
msgid "Service Status"
|
||||
msgstr "Tjeneste Status"
|
||||
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Skift navigation"
|
||||
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Bruger (%s)"
|
||||
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Logud"
|
||||
|
||||
#: index.php:27
|
||||
msgid "Current status"
|
||||
msgstr "Nuværende status"
|
||||
|
||||
#: install.php:4
|
||||
msgid "Status page"
|
||||
msgstr "Status side"
|
||||
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Installere"
|
||||
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Installation"
|
||||
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
""
|
||||
msgstr "Forbindelse fejlede: %s"
|
||||
|
||||
#: install.php:31
|
||||
msgid "Please set valid url!"
|
||||
msgstr "Angiv venligst gyldig URL!"
|
||||
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Fejl under oprettelse af database. Tjek venligst tilladelse til din konto eller MYSQL-version. <br> Fejl: %s"
|
||||
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Website detaljer"
|
||||
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "URL"
|
||||
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Også en mailadresse til mailer ville være rart :)"
|
||||
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Database forbindelse"
|
||||
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "Vi har brug for databaseforbindelse for at kunne oprette tabeller. Kontroller, at din konto har den tilladelse, der er nødvendig for at gøre det."
|
||||
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Server"
|
||||
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Database"
|
||||
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "Og endelig har vi brug for info for at oprette en ny bruger. Du behøver ikke give det, men så ... Ingen status side admin .."
|
||||
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Kør Installation"
|
||||
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Rang"
|
||||
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Hej %s! <br> Nedenfor finder du link til at ændre dit kodeord. Linket gælder i 24 timer. Hvis du ikke har anmodet om dette, er du velkommen til at ignorere det. <br> <br> <a href=\"%s\"> NULSTIL ADGANGSKODE </a> <br> <br> Hvis linket ikke virker, skal du kopiere & Indsæt det i din browser: <br> %s"
|
||||
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Hej %s! <br> Nedenfor finder du link til at ændre din email. Linket gælder i 24 timer. Hvis du ikke har anmodet om dette, er du velkommen til at ignorere det. <br> <br> <a href=\"%s\"> ÆNDRE E-MAIL </a> <br> <br> Hvis linket ikke virker, skal du kopiere & Indsæt det i din browser: <br> %s"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Moderator"
|
||||
|
||||
#: install.php:36
|
||||
msgid "Server name"
|
||||
msgstr "Server navn"
|
||||
|
||||
#: install.php:44
|
||||
msgid "Mailer name"
|
||||
msgstr "Mailer navn"
|
||||
|
||||
#: install.php:52
|
||||
msgid "Mailer email"
|
||||
msgstr "Mailer E-Mail"
|
||||
|
||||
#: install.php:56
|
||||
msgid "Database server"
|
||||
msgstr "Database server"
|
||||
|
||||
#: install.php:60
|
||||
msgid "Database name"
|
||||
msgstr "Database navn"
|
||||
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "Database bruger"
|
||||
|
||||
#: install.php:69
|
||||
msgid "Database password"
|
||||
msgstr "Database adgangskode"
|
||||
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Skift Dropdown"
|
||||
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Hjælp med at oversætte!"
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Deaktivere bruger"
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Aktivere bruger"
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr "Kom ind\n"
|
||||
""
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "Vi vil stille dig nogle grundlæggende spørgsmål om dit websted. De fleste af indstillingerne kan senere redigeres i config.php filen."
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "Vi har brug for et navn til din statusside (vist bag sidetitel efter bindestreg) og en webadresse til din serverstatusinstallation (dvs. <a href='#'> https://example.com/status </a> - uden det efterfølgende skråstreg), så vi kan sende brugerne link til glemt kodeord osv. .."
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "En titel, som du vil blive vist øverst på siden."
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Service eksisterer ikke!"
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Udfyld venligst din email og adgangskode!"
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "Ændre navn"
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "Ændre brugernavn"
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "Denne brugernavn er allerede taget."
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "Kan ikke ændre brugernavnet af andre brugere!"
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "Kan ikke ændre navne på andre brugere!"
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Bekræftelses email sendt"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr "Fortrolighedspolitik"
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "Firmanavn"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "Adresse"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "Fuld adresse"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "Telefon"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "Telefonnummer"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "Hvem vi er"
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "Kontakt"
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "Hvilke personlige data indsamler vi og hvorfor"
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "Hvis du besøger vores hjemmesider, vil følgende oplysninger blive gemt:\n"
|
||||
"IP-adresse, Dato, Tid, Browser forespørgsler,\n"
|
||||
"\tGenerelle oplysninger om din browser, operativsystem og alle søgninger på webstederne. \n"
|
||||
"\tDisse brugerdata vil blive brugt til anonym brugerstatistik for at genkende trends og forbedre vores indhold."
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "Hvordan vi beskytter dine data"
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "I samarbejde med vores hostingudbyder forsøger vi vores bedste for at beskytte vores \n"
|
||||
"\tdatabaser mod adgang fra tredjepart, tab, misbrug eller forfalskning."
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "Tredjepart, der modtager dine personlige oplysninger"
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "Dette websted bruger cookies - små tekstfiler, der er placeret på din maskine for at hjælpe webstedet med at give en bedre brugeroplevelse.\n"
|
||||
"\tGenerelt bruges cookies til at bevare brugerens præferencer, gemme oplysninger om ting som indkøbsvogne,\n"
|
||||
"\tog levere anonymiserede sporingsdata til tredjeparts applikationer som Google Analytics.\n"
|
||||
"\tCookies vil som regel gøre din browsing oplevelse bedre. Du kan dog foretrække at deaktivere cookies på dette websted og på andre.\n"
|
||||
"\tDen mest effektive måde at gøre dette på er at deaktivere cookies i din browser. Vi foreslår at konsultere Hjælp-sektionen i din browser\n"
|
||||
"\teller kig på webstedet About Cookies, der giver vejledning til alle moderne browsere"
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "Siden du samler personlige oplysninger, har GDPR dig brug for en privatlivspolitik. Indtast detaljerne nedenfor."
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "Nogle oplysninger om dig selv"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "Generel"
|
||||
|
||||
|
After Width: | Height: | Size: 645 B |
@@ -0,0 +1,28 @@
|
||||
(function (factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'], factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(function (jQuery) {
|
||||
// Danish
|
||||
jQuery.timeago.settings.strings = {
|
||||
prefixAgo: "for",
|
||||
prefixFromNow: "om",
|
||||
suffixAgo: "siden",
|
||||
suffixFromNow: "",
|
||||
seconds: "mindre end et minut",
|
||||
minute: "ca. et minut",
|
||||
minutes: "%d minutter",
|
||||
hour: "ca. en time",
|
||||
hours: "ca. %d timer",
|
||||
day: "en dag",
|
||||
days: "%d dage",
|
||||
month: "ca. en måned",
|
||||
months: "%d måneder",
|
||||
year: "ca. et år",
|
||||
years: "%d år"
|
||||
};
|
||||
}));
|
||||
@@ -7,15 +7,15 @@ msgstr ""
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: de\n"
|
||||
|
||||
#: 404.php:7
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr ""
|
||||
msgstr "Seite nicht gefunden"
|
||||
|
||||
#: 404.php:8
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr ""
|
||||
msgstr "Entschuldigung, die aufgerufene Seite existiert nicht."
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:106
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashboard"
|
||||
|
||||
@@ -27,7 +27,7 @@ msgstr "Willkommen"
|
||||
msgid "New incident"
|
||||
msgstr "Neuer Vorfall"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Titel"
|
||||
|
||||
@@ -35,25 +35,25 @@ msgstr "Titel"
|
||||
msgid "Time"
|
||||
msgstr "Zeit"
|
||||
|
||||
#: admin/dashboard.php:75
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr ""
|
||||
msgstr "Hier erscheint dein Text..."
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:177
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "gepostet von"
|
||||
msgstr "Gepostet von"
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:179
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Ende"
|
||||
|
||||
#: admin/dashboard.php:78
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr ""
|
||||
msgstr "Endzeit"
|
||||
|
||||
#: admin/dashboard.php:96 admin/new-user.php:53
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
msgstr "Absenden"
|
||||
|
||||
#: admin/login-form.php:2 admin/login-form.php:5 admin/login-form.php:27
|
||||
msgid "Login"
|
||||
@@ -64,13 +64,13 @@ msgid "Please login to continue."
|
||||
msgstr "Bitte melde dich an um fortzufahren"
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:69
|
||||
#: classes/user.php:125 classes/user.php:375 install.php:150 install.php:175
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:128 classes/user.php:357 install.php:163 install.php:178
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Passwort"
|
||||
|
||||
@@ -80,15 +80,15 @@ msgstr "Passwort vergessen?"
|
||||
|
||||
#: admin/login-form.php:23
|
||||
msgid "Remember me"
|
||||
msgstr ""
|
||||
msgstr "Eingeloggt bleiben"
|
||||
|
||||
#: admin/lost-password.php:2 admin/lost-password.php:5
|
||||
msgid "Lost password"
|
||||
msgstr ""
|
||||
msgstr "Password vergessen"
|
||||
|
||||
#: admin/lost-password.php:16
|
||||
msgid "Go back"
|
||||
msgstr ""
|
||||
msgstr "Zurück gehen"
|
||||
|
||||
#: admin/lost-password.php:20
|
||||
msgid "Password changed successfully!"
|
||||
@@ -96,11 +96,11 @@ msgstr "Passwort erfolgreich geändert!"
|
||||
|
||||
#: admin/lost-password.php:21 admin/lost-password.php:35
|
||||
msgid "Go back to login page"
|
||||
msgstr ""
|
||||
msgstr "Gehe zurück zum Login"
|
||||
|
||||
#: admin/lost-password.php:30
|
||||
msgid "Go back to start"
|
||||
msgstr ""
|
||||
msgstr "Gehe zurück zum Start"
|
||||
|
||||
#: admin/lost-password.php:34
|
||||
msgid "Email with password reset link has been sent!"
|
||||
@@ -108,42 +108,45 @@ msgstr "Email mit Passwort Reset Link wurde versandt!"
|
||||
|
||||
#: admin/lost-password.php:50
|
||||
msgid "Submit request"
|
||||
msgstr ""
|
||||
msgstr "Anfrage abschicken"
|
||||
|
||||
#: admin/lost-password.php:57
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr ""
|
||||
msgstr "Passwort zurücksetzen für %s (%s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:361
|
||||
#: classes/user.php:362
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Neues Passwort"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:363
|
||||
#: classes/user.php:364
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr ""
|
||||
msgstr "Password erneut eingeben"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:365
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Passwort ändern"
|
||||
|
||||
#: admin/new-user.php:7
|
||||
msgid "New user"
|
||||
msgstr "Neuer User"
|
||||
msgstr "Neuer Benutzer"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:38 admin/settings.php:69
|
||||
#: classes/user.php:119 install.php:144 install.php:149 install.php:170
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Vorname"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:69 classes/user.php:122
|
||||
#: install.php:171
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Nachname"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:69 classes/user.php:317
|
||||
#: install.php:174
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Benutzername"
|
||||
|
||||
@@ -151,7 +154,7 @@ msgstr "Benutzername"
|
||||
msgid "Permission"
|
||||
msgstr "Berechtigung"
|
||||
|
||||
#: admin/settings.php:12 template.php:108
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
@@ -163,361 +166,506 @@ msgstr "Services"
|
||||
msgid "Add service"
|
||||
msgstr "Services hinzufügen"
|
||||
|
||||
#: admin/settings.php:37 admin/settings.php:69 classes/user.php:313
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:41
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "löschen"
|
||||
|
||||
#: admin/settings.php:65
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Benutzer"
|
||||
|
||||
#: admin/settings.php:66
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Neuen Benutzer hinzufügen"
|
||||
|
||||
#: admin/settings.php:69 classes/user.php:329
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Role"
|
||||
msgstr "Rolle"
|
||||
|
||||
#: admin/user.php:35 install.php:162 install.php:167
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Benutzer"
|
||||
|
||||
#: admin/user.php:39
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Benutzer Einstellungen"
|
||||
msgstr "Benutzer-Einstellungen"
|
||||
|
||||
#: classes/constellation.php:36 config.php:40
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "geplante Wartung"
|
||||
|
||||
#: classes/constellation.php:42
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
msgstr "Zurück"
|
||||
|
||||
#: classes/constellation.php:44
|
||||
msgid "Past incidents"
|
||||
msgstr ""
|
||||
msgstr "Vergangene Vorfälle"
|
||||
|
||||
#: classes/constellation.php:48
|
||||
msgid "No incidents"
|
||||
msgstr "Kein Vorfall"
|
||||
|
||||
#: classes/constellation.php:62
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "lade weitere"
|
||||
msgstr "Mehr laden"
|
||||
|
||||
#: classes/constellation.php:100
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Keine Services"
|
||||
|
||||
#: classes/incident.php:83
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr ""
|
||||
msgstr "Bitte gebe einen Titel ein"
|
||||
|
||||
#: classes/incident.php:86
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Titel zu lang! Zeichenlimit is 50"
|
||||
|
||||
#: classes/incident.php:92
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr ""
|
||||
msgstr "Bitte Text eingeben"
|
||||
|
||||
#: classes/incident.php:98
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr ""
|
||||
msgstr "Bitte setze die Start- und Endzeit! Verwende das ISO 8601 Format."
|
||||
|
||||
#: classes/incident.php:103
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr ""
|
||||
|
||||
#: classes/incident.php:121
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr ""
|
||||
msgstr "Bitte wähle mindestens einen Service"
|
||||
|
||||
#: classes/incident.php:127
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr ""
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Startdatum wurde nicht erkannt. Bitte verwende das ISO 8601 Format."
|
||||
|
||||
#: classes/incident.php:179
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Enddatum wurde nicht erkannt. Bitte verwende das ISO 8601 Format."
|
||||
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr ""
|
||||
msgstr "Vorbei"
|
||||
|
||||
#: classes/service.php:63
|
||||
msgid "Service name is too long! Character limit is 50"
|
||||
msgstr ""
|
||||
msgstr "Name des Services ist zu lang! Maximal 50 Zeichen"
|
||||
|
||||
#: classes/service.php:66
|
||||
msgid "Please enter name!"
|
||||
msgstr ""
|
||||
msgstr "Bitte Namen eingeben!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:102
|
||||
#: classes/user.php:204
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "Du hast nicht die Berechtigung das zu tun!"
|
||||
|
||||
#: classes/user.php:165
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr ""
|
||||
msgstr "Bitte beachte die folgenden Zeichenbeschränkungen: "
|
||||
|
||||
#: classes/user.php:182
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Benutzer Konto wurde erstellt"
|
||||
|
||||
#: classes/user.php:183
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr ""
|
||||
msgstr "Hallo %s!<br>Dein Account wurde erstellt. Du kannst dich mit deiner E-Mail-Adresse bei <a href=\"%s\">%s</a> mit dem Passwort %s anmelden - Bitte ändere dein Passwort sobald wie möglich. "
|
||||
|
||||
#: classes/user.php:196
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Benutzername or Email bereits vergeben"
|
||||
|
||||
#: classes/user.php:236
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Dein Konto wurde deaktiviert. Bitte kontaktiere den Administrator"
|
||||
|
||||
#: classes/user.php:248 classes/user.php:264
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Falsche Email oder Passwort"
|
||||
|
||||
#: classes/user.php:295
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr ""
|
||||
msgstr "Ungültiger Token, bitte melden dich erneut an!"
|
||||
|
||||
#: classes/user.php:309
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Profilbild"
|
||||
|
||||
#: classes/user.php:334
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr ""
|
||||
msgstr "Rolle ändern"
|
||||
|
||||
#: classes/user.php:349
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr ""
|
||||
msgstr "E-Mail-Adresse ändern"
|
||||
|
||||
#: classes/user.php:359 classes/user.php:360
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
msgstr "Altes Passwort"
|
||||
|
||||
#: classes/user.php:398
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr ""
|
||||
msgstr "Passwörter stimmen nicht überein"
|
||||
|
||||
#: classes/user.php:404
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr ""
|
||||
msgstr "Das Passwort eines anderen Benutzers kann nicht geändert werden!"
|
||||
|
||||
#: classes/user.php:434
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Falsches Passwort!"
|
||||
|
||||
#: classes/user.php:460 classes/user.php:551
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr ""
|
||||
msgstr "Ungültiger Token, bitte starte deine Anfrage neu!"
|
||||
|
||||
#: classes/user.php:490
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
msgstr "Passwort zurücksetzen"
|
||||
|
||||
#: classes/user.php:515
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr ""
|
||||
msgstr "E-Mail-Adresse ändern"
|
||||
|
||||
#: classes/incident.php:50 classes/user.php:594
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr ""
|
||||
msgstr "Du hast dafür keine Berechtigung!"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr ""
|
||||
msgstr "Größere Unterbrechung"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr ""
|
||||
msgstr "Kleinere Unterbrechung"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr ""
|
||||
msgstr "Funktionsfähig"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr ""
|
||||
msgstr "Einige Systeme haben größere Unterbrechungen"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr ""
|
||||
msgstr "Einige Systeme haben kleinere Unterbrechungen"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr ""
|
||||
msgstr "Einige System werden gewartet"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr ""
|
||||
msgstr "Unsere Systeme haben größere Unterbrechungen."
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr ""
|
||||
msgstr "Unsere Systeme haben kleinere Unterbrechungen."
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr ""
|
||||
msgstr "Unsere System werden gewartet"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr ""
|
||||
msgstr "Alle Systeme sind funktionsfähig"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr ""
|
||||
msgstr "Super-Administrator"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr ""
|
||||
msgstr "Administrator"
|
||||
|
||||
#: template.php:53
|
||||
msgid "Service Status"
|
||||
msgstr ""
|
||||
msgstr "Status des Services"
|
||||
|
||||
#: template.php:97
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
msgstr "Navigationsleiste ein- / ausblenden"
|
||||
|
||||
#: template.php:107
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr ""
|
||||
msgstr "Benutzer (%s)"
|
||||
|
||||
#: template.php:109
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
msgstr "Abmelden"
|
||||
|
||||
#: index.php:27
|
||||
msgid "Current status"
|
||||
msgstr ""
|
||||
msgstr "Aktueller Status"
|
||||
|
||||
#: install.php:4
|
||||
msgid "Status page"
|
||||
msgstr ""
|
||||
msgstr "Statusseite"
|
||||
|
||||
#: install.php:127
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
msgstr "Installieren"
|
||||
|
||||
#: install.php:129
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr ""
|
||||
msgstr "Installation"
|
||||
|
||||
#: config.php:33 install.php:26
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
""
|
||||
msgstr ""
|
||||
msgstr "Verbindung fehlgeschlagen: %s\n"
|
||||
"\n"
|
||||
""
|
||||
|
||||
#: install.php:31
|
||||
msgid "Please set valid url!"
|
||||
msgstr ""
|
||||
msgstr "Bitte setze eine gültige URL!"
|
||||
|
||||
#: install.php:93
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:140
|
||||
msgid "Website details"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:141
|
||||
msgid "We need a name for your status page and a url, so we can mail users link for forgotten password etc."
|
||||
msgstr ""
|
||||
|
||||
#: install.php:40 install.php:145
|
||||
msgid "Url"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:147
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr ""
|
||||
msgstr "Fehler beim Erstellen der Datenbank! Bitte überprüfe die Berechtigungen für den Account oder die MySQL-Version.<br>Fehler: %s"
|
||||
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Details über Webseite"
|
||||
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "URL"
|
||||
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Außerdem solltest Du noch eine E-Mail-Adresse angeben :)"
|
||||
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr ""
|
||||
msgstr "Verbindung zur Datenbank"
|
||||
|
||||
#: install.php:155
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr ""
|
||||
msgstr "Wir benötigen eine Verbindung zur Datenbank, um Tabellen zu erstellen. Bitte überprüfe, ob dein Account die benötigten Berechtigungen besitzt."
|
||||
|
||||
#: install.php:158
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr ""
|
||||
msgstr "Server"
|
||||
|
||||
#: install.php:159
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr ""
|
||||
msgstr "Datenbank"
|
||||
|
||||
#: install.php:168
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr ""
|
||||
msgstr "Zum Schluss benötigen wir Informationen, um einen neuen Benutzer erstellen zu können. Du musst sie nicht angeben ... aber denn gibt es keinen Adminbereich ..."
|
||||
|
||||
#: install.php:181
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr ""
|
||||
msgstr "Installation starten!"
|
||||
|
||||
#: classes/user.php:132
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr ""
|
||||
msgstr "Rang"
|
||||
|
||||
#: classes/user.php:491
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr ""
|
||||
msgstr "Hallo %s!<br>Weiter unten findest Du den Link, zm dein Passwort zu ändern. Der Link ist 24 Stunden lang gültig. Wenn Du das nicht angefragt hast, kannst Du diese Mail ignorieren. <br><br><a href=\"%s\">PASSWORT ZURÜCKSETZEN</a><br><br>Wenn der Link nicht funktioniert, kopiere ihn und füge ihn in deinem Browser ein: <br>%s "
|
||||
|
||||
#: classes/user.php:516
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
"Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s "
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr ""
|
||||
msgstr "Editor"
|
||||
|
||||
#: install.php:36
|
||||
msgid "Server name"
|
||||
msgstr ""
|
||||
msgstr "Name der Servers"
|
||||
|
||||
#: install.php:44
|
||||
msgid "Mailer name"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:48
|
||||
msgid "Mailer email"
|
||||
msgstr ""
|
||||
msgstr "Name"
|
||||
|
||||
#: install.php:52
|
||||
msgid "Database server"
|
||||
msgstr ""
|
||||
msgid "Mailer email"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: install.php:56
|
||||
msgid "Database name"
|
||||
msgstr ""
|
||||
msgid "Database server"
|
||||
msgstr "Datenbankserver"
|
||||
|
||||
#: install.php:60
|
||||
msgid "Database user"
|
||||
msgstr ""
|
||||
msgid "Database name"
|
||||
msgstr "Datenbank-Name"
|
||||
|
||||
#: install.php:65
|
||||
msgid "Database password"
|
||||
msgstr ""
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "Datenbank-Benutzer"
|
||||
|
||||
#: install.php:69
|
||||
msgid "Please set"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:138
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
msgid "Database password"
|
||||
msgstr "Datenbank-Password"
|
||||
|
||||
#: template.php:147
|
||||
msgid "Help with translation!"
|
||||
msgstr ""
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Ein- / Ausklappen"
|
||||
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Bei der Übersetzung helfen"
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Benutzer deaktivieren"
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Benutzer aktivieren"
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr "Bitte eingeben"
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "Wir werden dir einige einfache Fragen über deine Webseite stellen. Die meisten können später in der Datei config.php bearbeitet werden."
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "Wir brauchen einen Namen für deine Statusseite (wird im Seitentitel hinter dem Bindestrich angezeigt) und eine URL für die Installation (z. B. <a href='#'>https://example.com/status</a>) - ohne den letzten Schrägstrich), damit wir E-Mails mit Links für vergessene Passwörter etc. senden können."
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "Ein Titel, der oben auf der Seite angezeigt werden soll."
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Dienst existiert nicht!"
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Bitte E-Mail und Passwort eintragen!"
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "Namen ändern"
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "Benutzernamen ändern"
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "Benutzername wird bereits benutzt."
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "Kann den Benutzernamen anderer Benutzer nicht ändern!"
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "Kann Namen anderer Benutzer nicht ändern!"
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Bestätigungsemail versendet!"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr "Datenschutz-Bestimmungen"
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "Name der Firma"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "Adresse"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "Vollständige Adresse"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "Email"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "Telefon"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "Telefonnummer"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "Wer wir sind"
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "Kontakt"
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "Welche persönlichen Daten sammeln wir und warum?"
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "Wenn Sie auf unsere Webseiten zugreifen, werden folgende Informationen gespeichert: IP-Adresse, Datum, Uhrzeit, Browserabfragen,\n"
|
||||
"Allgemeine Informationen zu Ihrem Browser, Betriebssystem und allen Suchanfragen auf den Websites.\n"
|
||||
"Diese Benutzerdaten werden für anonyme Benutzerstatistiken verwendet, um Trends zu erkennen und unseren Inhalt zu verbessern."
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "Wie schützen wir Ihre Daten?"
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "In Zusammenarbeit mit unserem Hosting-Provider versuchen wir unser Bestes, um unsere zu schützen\n"
|
||||
"Datenbanken gegen Zugriffe von Dritten, Verluste, Missbrauch oder Fälschung."
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "Dritte, die Ihre persönlichen Daten erhalten"
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "Diese Website verwendet Cookies - kleine Textdateien, die auf Ihrem Computer platziert werden, um die Website für eine bessere Benutzererfahrung zu sorgen.\n"
|
||||
"Im Allgemeinen werden Cookies verwendet, um Benutzereinstellungen beizubehalten, Informationen für Dinge wie Einkaufswagen zu speichern,\n"
|
||||
"und anonymisierte Tracking-Daten für Anwendungen von Drittanbietern wie Google Analytics bereitstellen.\n"
|
||||
"In der Regel werden Cookies das Browsen verbessern. Möglicherweise möchten Sie jedoch Cookies auf dieser Website und anderen deaktivieren.\n"
|
||||
"Der effektivste Weg, dies zu tun, ist die Deaktivierung von Cookies in Ihrem Browser. Wir empfehlen Ihnen, den Hilfebereich Ihres Browsers zu konsultieren\n"
|
||||
"oder werfen Sie einen Blick auf die Website von About Cookies, die Anleitungen für alle modernen Browser bietet"
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "Da Sie persönliche Informationen sammeln, benötigt die DSGVO eine Datenschutzrichtlinie. Geben Sie die Details unten ein."
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "Einige Infos über dich"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "Allgemeines"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ msgstr "Page Not Found"
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Sorry, but the page you were trying to view does not exist."
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:106
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashboard"
|
||||
|
||||
@@ -27,7 +27,7 @@ msgstr "Welcome"
|
||||
msgid "New incident"
|
||||
msgstr "New incident"
|
||||
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:157
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Title"
|
||||
|
||||
@@ -35,23 +35,23 @@ msgstr "Title"
|
||||
msgid "Time"
|
||||
msgstr "Time"
|
||||
|
||||
#: admin/dashboard.php:75
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Here goes your text..."
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:177
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Posted by"
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:179
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Ending"
|
||||
|
||||
#: admin/dashboard.php:78
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "End time"
|
||||
|
||||
#: admin/dashboard.php:96 admin/new-user.php:53
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Submit"
|
||||
|
||||
@@ -64,13 +64,13 @@ msgid "Please login to continue."
|
||||
msgstr "Please log in to continue."
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:69
|
||||
#: classes/user.php:125 classes/user.php:375 install.php:163 install.php:188
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:128 classes/user.php:357 install.php:176 install.php:191
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Password"
|
||||
|
||||
@@ -114,17 +114,17 @@ msgstr "Submit request"
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Reset password for %s (%s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:361
|
||||
#: classes/user.php:362
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "New password"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:363
|
||||
#: classes/user.php:364
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Repeat password"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:365
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Change password"
|
||||
|
||||
@@ -132,18 +132,21 @@ msgstr "Change password"
|
||||
msgid "New user"
|
||||
msgstr "New user"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:38 admin/settings.php:69
|
||||
#: classes/user.php:119 install.php:152 install.php:162 install.php:183
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:69 classes/user.php:122
|
||||
#: install.php:184
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Surname"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:69 classes/user.php:317
|
||||
#: install.php:187
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Username"
|
||||
|
||||
@@ -151,7 +154,7 @@ msgstr "Username"
|
||||
msgid "Permission"
|
||||
msgstr "Permission"
|
||||
|
||||
#: admin/settings.php:12 template.php:108
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Settings"
|
||||
|
||||
@@ -163,35 +166,35 @@ msgstr "Services"
|
||||
msgid "Add service"
|
||||
msgstr "Add service"
|
||||
|
||||
#: admin/settings.php:37 admin/settings.php:69 classes/user.php:313
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:41
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Delete"
|
||||
|
||||
#: admin/settings.php:65
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Users"
|
||||
|
||||
#: admin/settings.php:66
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Add new user"
|
||||
|
||||
#: admin/settings.php:69 classes/user.php:329
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Role"
|
||||
|
||||
#: admin/user.php:35 install.php:175 install.php:180
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "User"
|
||||
|
||||
#: admin/user.php:39
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "User settings"
|
||||
|
||||
#: classes/constellation.php:36
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Planned maintenance"
|
||||
|
||||
@@ -207,43 +210,43 @@ msgstr "Past incidents"
|
||||
msgid "No incidents"
|
||||
msgstr "No incidents"
|
||||
|
||||
#: classes/constellation.php:62
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Load more"
|
||||
|
||||
#: classes/constellation.php:100
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "No services"
|
||||
|
||||
#: classes/incident.php:83
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Please enter title"
|
||||
|
||||
#: classes/incident.php:86
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Title too long! Character limit is 50"
|
||||
|
||||
#: classes/incident.php:92
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Please enter text"
|
||||
|
||||
#: classes/incident.php:98
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Please set start and end time! Use ISO 8601 format."
|
||||
|
||||
#: classes/incident.php:103
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Please select at least one service"
|
||||
|
||||
#: classes/incident.php:121
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Start date format is not recognized. Please use ISO 8601 format."
|
||||
|
||||
#: classes/incident.php:127
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "End date format is not recognized. Please use ISO 8601 format."
|
||||
|
||||
#: classes/incident.php:179
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Ended"
|
||||
|
||||
@@ -255,128 +258,128 @@ msgstr "Service name is too long! Character limit is 50"
|
||||
msgid "Please enter name!"
|
||||
msgstr "Please enter name!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:102
|
||||
#: classes/user.php:204
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "You don't have the permission to do that!"
|
||||
|
||||
#: classes/user.php:165
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Please mind the following character limits: "
|
||||
|
||||
#: classes/user.php:182
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "User account created"
|
||||
|
||||
#: classes/user.php:183
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
|
||||
#: classes/user.php:196
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Username or email already used"
|
||||
|
||||
#: classes/user.php:236
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Your account has been disabled. Please contact administrator."
|
||||
|
||||
#: classes/user.php:248 classes/user.php:264
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Wrong email or password"
|
||||
|
||||
#: classes/user.php:295
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Invalid token detected, please login again!"
|
||||
|
||||
#: classes/user.php:309
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Profile picture"
|
||||
|
||||
#: classes/user.php:334
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Change role"
|
||||
|
||||
#: classes/user.php:349
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Change email"
|
||||
|
||||
#: classes/user.php:359 classes/user.php:360
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Old password"
|
||||
|
||||
#: classes/user.php:412
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Passwords do not match!"
|
||||
|
||||
#: classes/user.php:418
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "Cannot change password of other users!"
|
||||
|
||||
#: classes/user.php:448
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Wrong password!"
|
||||
|
||||
#: classes/user.php:474 classes/user.php:565
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "Invalid token detected, please retry your request from start!"
|
||||
|
||||
#: classes/user.php:504
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Reset password"
|
||||
|
||||
#: classes/user.php:529
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "Email change"
|
||||
|
||||
#: classes/incident.php:50 classes/user.php:608
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "You don't have permission to do that!"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Major outage"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Minor outage"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Operational"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Some systems are experiencing major outages"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Some systems are experiencing minor outages"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Some systems are under maintenance"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "Our systems are experiencing major outages."
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "Our systems are experiencing minor outages"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "Our systems are under maintenance"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "All systems operational"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Super admin"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Admin"
|
||||
|
||||
@@ -384,15 +387,15 @@ msgstr "Admin"
|
||||
msgid "Service Status"
|
||||
msgstr "Service Status"
|
||||
|
||||
#: template.php:97
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Toggle navigation"
|
||||
|
||||
#: template.php:107
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "User (%s)"
|
||||
|
||||
#: template.php:109
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Logout"
|
||||
|
||||
@@ -404,11 +407,11 @@ msgstr "Current status"
|
||||
msgid "Status page"
|
||||
msgstr "Status page"
|
||||
|
||||
#: install.php:133
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Install"
|
||||
|
||||
#: install.php:135
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Installation"
|
||||
|
||||
@@ -426,55 +429,55 @@ msgstr "Please set valid url!"
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
|
||||
#: install.php:148
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Website details"
|
||||
|
||||
#: install.php:40 install.php:153
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "Url"
|
||||
|
||||
#: install.php:160
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Also an email address for mailer would be nice :)"
|
||||
|
||||
#: install.php:167
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Database connection"
|
||||
|
||||
#: install.php:168
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
|
||||
#: install.php:171
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Server"
|
||||
|
||||
#: install.php:172
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Database"
|
||||
|
||||
#: install.php:181
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
|
||||
#: install.php:194
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Run install!"
|
||||
|
||||
#: classes/user.php:132
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Rank"
|
||||
|
||||
#: classes/user.php:505
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
|
||||
#: classes/user.php:530
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Editor"
|
||||
|
||||
@@ -506,19 +509,19 @@ msgstr "Database user"
|
||||
msgid "Database password"
|
||||
msgstr "Database password"
|
||||
|
||||
#: template.php:138
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Toggle Dropdown"
|
||||
|
||||
#: template.php:147
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Help with translation!"
|
||||
|
||||
#: classes/user.php:389
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Deactivate user"
|
||||
|
||||
#: classes/user.php:391
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Activate user"
|
||||
|
||||
@@ -526,15 +529,141 @@ msgstr "Activate user"
|
||||
msgid "Please enter"
|
||||
msgstr "Please enter"
|
||||
|
||||
#: install.php:144
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
|
||||
#: install.php:149
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
|
||||
#: install.php:155
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "A title that you want to be shown on the top of the page."
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Service does not exist!"
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Please fill in your email and password!"
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "Change name"
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "Change username"
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "This username is already taken."
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "Cannot change username of other users!"
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "Cannot change names of other users!"
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Confirmation email sent!"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr "Privacy Policy"
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "Company name"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "Address"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "Full address"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "Phone"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "Phone number"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "Who we are"
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "Contact"
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "What personal data we collect and why"
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content."
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "How we protect your data"
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery."
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "Third party that receive your personal data"
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "Some info about yourself"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "General"
|
||||
|
||||
|
||||
@@ -7,15 +7,15 @@ msgstr ""
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: es\n"
|
||||
|
||||
#: 404.php:7
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr "Página no encontrada"
|
||||
|
||||
#: 404.php:8
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Lo sentimos, pero la pagina a la que intenta acceder no existe"
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:106
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Panel"
|
||||
|
||||
@@ -27,7 +27,7 @@ msgstr "Bienvenido"
|
||||
msgid "New incident"
|
||||
msgstr "Nuevo incidente"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Títutlo"
|
||||
|
||||
@@ -35,23 +35,23 @@ msgstr "Títutlo"
|
||||
msgid "Time"
|
||||
msgstr "Tiempo"
|
||||
|
||||
#: admin/dashboard.php:75
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Aquí va tu texto..."
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:177
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Escrito por:"
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:179
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Finaliza:"
|
||||
|
||||
#: admin/dashboard.php:78
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Hora de término:"
|
||||
|
||||
#: admin/dashboard.php:96 admin/new-user.php:53
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
||||
|
||||
@@ -64,13 +64,13 @@ msgid "Please login to continue."
|
||||
msgstr "Por favor, ingrese para continuar"
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:69
|
||||
#: classes/user.php:125 classes/user.php:375 install.php:150 install.php:175
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "Correo"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:128 classes/user.php:357 install.php:163 install.php:178
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Contraseña"
|
||||
|
||||
@@ -114,17 +114,17 @@ msgstr "Enviar petición"
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Reinciar contraseña para %s (%s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:361
|
||||
#: classes/user.php:362
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Nueva contraseña"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:363
|
||||
#: classes/user.php:364
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Repetir contraseña"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:365
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Cambiar contraseña"
|
||||
|
||||
@@ -132,18 +132,21 @@ msgstr "Cambiar contraseña"
|
||||
msgid "New user"
|
||||
msgstr "Nuevo usuario"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:38 admin/settings.php:69
|
||||
#: classes/user.php:119 install.php:144 install.php:149 install.php:170
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:69 classes/user.php:122
|
||||
#: install.php:171
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Apellido"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:69 classes/user.php:317
|
||||
#: install.php:174
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Nombre de usuario"
|
||||
|
||||
@@ -151,7 +154,7 @@ msgstr "Nombre de usuario"
|
||||
msgid "Permission"
|
||||
msgstr "Permisos"
|
||||
|
||||
#: admin/settings.php:12 template.php:108
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Configuración"
|
||||
|
||||
@@ -163,35 +166,35 @@ msgstr "Servicios"
|
||||
msgid "Add service"
|
||||
msgstr "Agregar servicio"
|
||||
|
||||
#: admin/settings.php:37 admin/settings.php:69 classes/user.php:313
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:41
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Borrar"
|
||||
|
||||
#: admin/settings.php:65
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Usuarios"
|
||||
|
||||
#: admin/settings.php:66
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Agregar nuevo usuario"
|
||||
|
||||
#: admin/settings.php:69 classes/user.php:329
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Rol"
|
||||
|
||||
#: admin/user.php:35 install.php:162 install.php:167
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Usuario"
|
||||
|
||||
#: admin/user.php:39
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Configuración de usuario"
|
||||
|
||||
#: classes/constellation.php:36 config.php:40
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Mantenimiento programado"
|
||||
|
||||
@@ -207,43 +210,43 @@ msgstr "Incidentes pasados"
|
||||
msgid "No incidents"
|
||||
msgstr "Sin incidentes"
|
||||
|
||||
#: classes/constellation.php:62
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Cargar más"
|
||||
|
||||
#: classes/constellation.php:100
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Sin servicios"
|
||||
|
||||
#: classes/incident.php:83
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Por favor, ingrese un título"
|
||||
|
||||
#: classes/incident.php:86
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "¡El título es muy grande! El límite es de 50 caracteres"
|
||||
|
||||
#: classes/incident.php:92
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Por favor, ingrese texto"
|
||||
|
||||
#: classes/incident.php:98
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "¡Por favor, ingrese hora de inicio y término! Utilice formato ISO 8601."
|
||||
|
||||
#: classes/incident.php:103
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Por favor, seleccione al menos un servicio"
|
||||
|
||||
#: classes/incident.php:121
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Fecha de inicio no reconocida. Por favor utilice formato ISO 8601."
|
||||
|
||||
#: classes/incident.php:127
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Fecha de término no reconocida. Por favor utilice formato ISO 8601."
|
||||
|
||||
#: classes/incident.php:179
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Términado"
|
||||
|
||||
@@ -255,128 +258,128 @@ msgstr "¡El nombre del servicio es muy largo! El límite es de 50 caracteres"
|
||||
msgid "Please enter name!"
|
||||
msgstr "Por favor, ingrese un nombre"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:102
|
||||
#: classes/user.php:204
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "¡No tienes permisos para hacer eso!"
|
||||
|
||||
#: classes/user.php:165
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Por favor, tenga en cuenta los siguientes límites de caracteres: ␣"
|
||||
|
||||
#: classes/user.php:182
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Cuenta de usuario creada"
|
||||
|
||||
#: classes/user.php:183
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Hola %s!<br>Tu cuenta fue creada. Ahora puedes ingresar con tu correo en <a href=\"%s\">%s</a> con la contrseña %s - por favor, cambiala tan pronto sea posible."
|
||||
|
||||
#: classes/user.php:196
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "El nombre de usuario ya existe"
|
||||
|
||||
#: classes/user.php:236
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Su cuenta fue deshabilitada. Por favor, contacte a un administrador."
|
||||
|
||||
#: classes/user.php:248 classes/user.php:264
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "No se reconoce el correo o la contrseña."
|
||||
|
||||
#: classes/user.php:295
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Token inválido detectado. Por favor, vuelva a iniciar sesión."
|
||||
|
||||
#: classes/user.php:309
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Imagen de perfil"
|
||||
|
||||
#: classes/user.php:334
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Cambiar rol"
|
||||
|
||||
#: classes/user.php:349
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Cambiar correo"
|
||||
|
||||
#: classes/user.php:359 classes/user.php:360
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Contraseña anterior"
|
||||
|
||||
#: classes/user.php:398
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Las contraseñas no coinciden"
|
||||
|
||||
#: classes/user.php:404
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "¡No es posible cambiar la contraseña de otros usuarios!"
|
||||
|
||||
#: classes/user.php:434
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "¡Contraseña incorrecta!"
|
||||
|
||||
#: classes/user.php:460 classes/user.php:551
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "¡Token inválido detectado. Por favor, vuelva a realizar su petición desde el inicio!"
|
||||
|
||||
#: classes/user.php:490
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Reiniciar contraseña"
|
||||
|
||||
#: classes/user.php:515
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "Cambiar correo"
|
||||
|
||||
#: classes/incident.php:50 classes/user.php:594
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "¡No tienes permisos para hacer eso!"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Interrupción importante"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Interrupción menor"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Operacional"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Algunos sistemas están experimentando interrupciones importantes"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Algunos sistemas experimentan interrupciones menores"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Algunos sistemas están bajo mantenimiento"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "Nuestros sistemas están experimentando interrupciones importantes."
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "Nuestros sistemas están experimentando interrupciones menores"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "Nuestros sistemas están bajo mantenimiento"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Todos los sistemas están operativos"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Super administrador"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Administrador"
|
||||
|
||||
@@ -384,15 +387,15 @@ msgstr "Administrador"
|
||||
msgid "Service Status"
|
||||
msgstr "Estado del servicio"
|
||||
|
||||
#: template.php:97
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Cambiar navegación"
|
||||
|
||||
#: template.php:107
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Usuario (%s)"
|
||||
|
||||
#: template.php:109
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Salir"
|
||||
|
||||
@@ -404,15 +407,15 @@ msgstr "Estado actual"
|
||||
msgid "Status page"
|
||||
msgstr "Página de estado"
|
||||
|
||||
#: install.php:127
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Instalar"
|
||||
|
||||
#: install.php:129
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Instalación"
|
||||
|
||||
#: config.php:33 install.php:26
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
""
|
||||
msgstr "Falló la conexión: %s"
|
||||
@@ -421,63 +424,59 @@ msgstr "Falló la conexión: %s"
|
||||
msgid "Please set valid url!"
|
||||
msgstr "¡Por favor, ingrese una URL válida!"
|
||||
|
||||
#: install.php:93
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Error creando la base de datos. Por favor revise los permisos para su cuenta o versión de MySQL.<br>Error: %s"
|
||||
|
||||
#: install.php:140
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Detalles del sitio web"
|
||||
|
||||
#: install.php:141
|
||||
msgid "We need a name for your status page and a url, so we can mail users link for forgotten password etc."
|
||||
msgstr "Necesitamos un nombre para su página de estado y una URL, de modo que podamos enviarles un enlace a los usuarios para obtener una contraseña olvidada, etc."
|
||||
|
||||
#: install.php:40 install.php:145
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "URL"
|
||||
|
||||
#: install.php:147
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "También una dirección de correo electrónico para el envío de correos estaría bien :)"
|
||||
|
||||
#: install.php:154
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Conexión a la base de datos"
|
||||
|
||||
#: install.php:155
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "Necesitamos una conexión de base de datos para poder crear tablas. Verifique que su cuenta tenga el permiso necesario para hacerlo."
|
||||
|
||||
#: install.php:158
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Servidor"
|
||||
|
||||
#: install.php:159
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Base de datos"
|
||||
|
||||
#: install.php:168
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "Y finalmente, necesitamos información para crear un nuevo usuario. No es necesario que lo proporcione, pero entonces... No habrá ningún administrador de la página de estado..."
|
||||
|
||||
#: install.php:181
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "¡Iniciar instalación!"
|
||||
|
||||
#: classes/user.php:132
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Rango"
|
||||
|
||||
#: classes/user.php:491
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Hola %s!<br>Abajo encontrarás un link para cambiar tu contraseña. El link es válido por 24 horas. Sí no solicitaste esto, puedes ignorar este mensaje. <br><br><a href=\"%s\">REINICIAR CONTRAEÑA</a><br><br>Sí el link no funcina, copia & pega esto en tu navegador: <br>%s"
|
||||
|
||||
#: classes/user.php:516
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Hola %s!<br>Abajo encontrarás un link para cambiar tu correo. El link es válido por 24 horas. Sí no solicitaste esto, puedes ignorar este mensaje. <br><br><a href=\"%s\">CAMBIAR CORREO</a><br><br>Sí el link no funcina, copia & pega esto en tu navegador: <br>%s"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Editor"
|
||||
|
||||
@@ -489,35 +488,173 @@ msgstr "Nombre del servidor"
|
||||
msgid "Mailer name"
|
||||
msgstr "Nombre del remitente"
|
||||
|
||||
#: install.php:48
|
||||
#: install.php:52
|
||||
msgid "Mailer email"
|
||||
msgstr "Correo del remitente"
|
||||
|
||||
#: install.php:52
|
||||
#: install.php:56
|
||||
msgid "Database server"
|
||||
msgstr "Servidor de la base de datos"
|
||||
|
||||
#: install.php:56
|
||||
#: install.php:60
|
||||
msgid "Database name"
|
||||
msgstr "Nombre de la base de datos"
|
||||
|
||||
#: install.php:60
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "Usuario de la base de datos"
|
||||
|
||||
#: install.php:65
|
||||
#: install.php:69
|
||||
msgid "Database password"
|
||||
msgstr "Contraseña de la base de datos"
|
||||
|
||||
#: install.php:69
|
||||
msgid "Please set"
|
||||
msgstr "Por favor, configure"
|
||||
|
||||
#: template.php:138
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Alternar menú desplegable"
|
||||
|
||||
#: template.php:147
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "¡Ayuda con la traducción!"
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr ""
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr ""
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr ""
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr ""
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -7,15 +7,15 @@ msgstr ""
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: fr\n"
|
||||
|
||||
#: 404.php:7
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr "Page non trouvée"
|
||||
|
||||
#: 404.php:8
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Désolé, la page demandée n'existe pas"
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:106
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Tableau de bord"
|
||||
|
||||
@@ -27,7 +27,7 @@ msgstr "Bienvenue"
|
||||
msgid "New incident"
|
||||
msgstr "Nouvel incident"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Titre"
|
||||
|
||||
@@ -35,42 +35,42 @@ msgstr "Titre"
|
||||
msgid "Time"
|
||||
msgstr "Date"
|
||||
|
||||
#: admin/dashboard.php:75
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Entrez votre texte..."
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:177
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Publié par"
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:179
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Terminé"
|
||||
|
||||
#: admin/dashboard.php:78
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Date de fin"
|
||||
|
||||
#: admin/dashboard.php:96 admin/new-user.php:53
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Envoyer"
|
||||
|
||||
#: admin/login-form.php:2 admin/login-form.php:5 admin/login-form.php:27
|
||||
msgid "Login"
|
||||
msgstr "Login"
|
||||
msgstr "Se connecter"
|
||||
|
||||
#: admin/login-form.php:11
|
||||
msgid "Please login to continue."
|
||||
msgstr "Connectez-vous pour continuer"
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:69
|
||||
#: classes/user.php:125 classes/user.php:375 install.php:150 install.php:175
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:128 classes/user.php:357 install.php:163 install.php:178
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Mot de passe"
|
||||
|
||||
@@ -92,7 +92,7 @@ msgstr "Retour"
|
||||
|
||||
#: admin/lost-password.php:20
|
||||
msgid "Password changed successfully!"
|
||||
msgstr "Le mot de passe à bien été changer"
|
||||
msgstr "Le mot de passe a bien été changé !"
|
||||
|
||||
#: admin/lost-password.php:21 admin/lost-password.php:35
|
||||
msgid "Go back to login page"
|
||||
@@ -114,17 +114,17 @@ msgstr "Envoyer une demande"
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Réinitialiser le mot de passe pour %s (%s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:361
|
||||
#: classes/user.php:362
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Nouveau mot de passe"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:363
|
||||
#: classes/user.php:364
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Répéter le mot de passe"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:365
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Changer le mot de passe"
|
||||
|
||||
@@ -132,26 +132,29 @@ msgstr "Changer le mot de passe"
|
||||
msgid "New user"
|
||||
msgstr "Nouvel utilisateur"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:38 admin/settings.php:69
|
||||
#: classes/user.php:119 install.php:144 install.php:149 install.php:170
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Prénom"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:69 classes/user.php:122
|
||||
#: install.php:171
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Nom"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:69 classes/user.php:317
|
||||
#: install.php:174
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Nom d'utilisateur"
|
||||
msgstr "Identifiant"
|
||||
|
||||
#: admin/new-user.php:29
|
||||
msgid "Permission"
|
||||
msgstr "Autorisation"
|
||||
|
||||
#: admin/settings.php:12 template.php:108
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Paramètres"
|
||||
|
||||
@@ -163,35 +166,35 @@ msgstr "Services"
|
||||
msgid "Add service"
|
||||
msgstr "Ajouter un service"
|
||||
|
||||
#: admin/settings.php:37 admin/settings.php:69 classes/user.php:313
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:41
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Supprimer"
|
||||
|
||||
#: admin/settings.php:65
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Utilisateurs"
|
||||
|
||||
#: admin/settings.php:66
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Ajouter un nouvel utilisateur"
|
||||
|
||||
#: admin/settings.php:69 classes/user.php:329
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Rôle"
|
||||
|
||||
#: admin/user.php:35 install.php:162 install.php:167
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Utilisateur"
|
||||
|
||||
#: admin/user.php:39
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Paramètres utilisateur"
|
||||
|
||||
#: classes/constellation.php:36 config.php:40
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Maintenance prévue"
|
||||
|
||||
@@ -201,49 +204,49 @@ msgstr "Retour"
|
||||
|
||||
#: classes/constellation.php:44
|
||||
msgid "Past incidents"
|
||||
msgstr "Incidents passés"
|
||||
msgstr "Historique des Incidents"
|
||||
|
||||
#: classes/constellation.php:48
|
||||
msgid "No incidents"
|
||||
msgstr "Aucun incident"
|
||||
|
||||
#: classes/constellation.php:62
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "En voir plus"
|
||||
msgstr "En charger plus"
|
||||
|
||||
#: classes/constellation.php:100
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Aucun service"
|
||||
|
||||
#: classes/incident.php:83
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Entrez un titre"
|
||||
|
||||
#: classes/incident.php:86
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Titre trop long ! Limité à 50 caractères"
|
||||
|
||||
#: classes/incident.php:92
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Entrez du texte"
|
||||
|
||||
#: classes/incident.php:98
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Entrez une date de début et de fin ! Utilisez le format ISO 8601."
|
||||
msgstr "Entrez une date de début et de fin ! Utilisez le format ISO 8601. (ex: 2017-05-17T13:50:51+00:00)"
|
||||
|
||||
#: classes/incident.php:103
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Sélectionnez au moins un service"
|
||||
|
||||
#: classes/incident.php:121
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "La date de début n'est pas reconnue. Utiliser le format ISO 8601."
|
||||
|
||||
#: classes/incident.php:127
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "La date de fin n'est pas reconnue. Utilisez le format ISO 8601."
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "La date de début n'est pas reconnue. Utiliser le format ISO 8601. (ex: 2017-05-17T13:50:51+00:00)"
|
||||
|
||||
#: classes/incident.php:179
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "La date de fin n'est pas reconnue. Utilisez le format ISO 8601. (ex: 2017-05-17T13:50:51+00:00)"
|
||||
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Terminé"
|
||||
|
||||
@@ -255,144 +258,144 @@ msgstr "Nom du service trop long ! Limité à 50 caractères"
|
||||
msgid "Please enter name!"
|
||||
msgstr "Entrez un nom !"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:102
|
||||
#: classes/user.php:204
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "Vous n'avez pas la permission !"
|
||||
|
||||
#: classes/user.php:165
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Veuillez respecter les limites de caractères suivantes: "
|
||||
|
||||
#: classes/user.php:182
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Compte utilisateur créé"
|
||||
|
||||
#: classes/user.php:183
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Bienvenue %s!<br>Votre compte à bien été crée. Vous pouvez dés maintenant vous connecter via votre email à <a href=\"%s\">%s</a> avec votre mot de passe %s - Veuillez le changer le plus rapidement possible."
|
||||
msgstr "Bienvenue %s!<br>Votre compte a bien été créée. Vous pouvez dés maintenant vous connecter via votre adresse e-mail sur <a href=\"%s\">%s</a> avec le mot de passe suivant : %s - Veuillez le changer le plus rapidement possible."
|
||||
|
||||
#: classes/user.php:196
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Le nom d'utilisateur/email est déjà utilisé"
|
||||
msgstr "L’identifiant ou l'adresse e-mail est déjà utilisé"
|
||||
|
||||
#: classes/user.php:236
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Votre compte à été désactivé. Veuillez contacter l'administrateur."
|
||||
|
||||
#: classes/user.php:248 classes/user.php:264
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Email/Mot de passe incorrect"
|
||||
msgstr "Adresse e-mail ou mot de passe incorrect"
|
||||
|
||||
#: classes/user.php:295
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Jeton invalide détécté, veuillez vous reconnecter à nouveau!"
|
||||
msgstr "Billet invalide détecté, veuillez vous reconnecter à nouveau !"
|
||||
|
||||
#: classes/user.php:309
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Photo de profil"
|
||||
|
||||
#: classes/user.php:334
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Changer le rôle"
|
||||
msgstr "Changer de rôle"
|
||||
|
||||
#: classes/user.php:349
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Changer l'email"
|
||||
msgstr "Changer d’adresse e-mail"
|
||||
|
||||
#: classes/user.php:359 classes/user.php:360
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Ancien mot de passe"
|
||||
|
||||
#: classes/user.php:398
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Les mots de passe ne correspondent pas !"
|
||||
|
||||
#: classes/user.php:404
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "Vous ne pouvez pas changer le mot de passe des autres utilisateurs !"
|
||||
|
||||
#: classes/user.php:434
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Mot de passe incorrect !"
|
||||
|
||||
#: classes/user.php:460 classes/user.php:551
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "Jeton invalide détécté. Ressayez, svp, votre requete depuis le debut!"
|
||||
msgstr "Billet invalide détecté. Veuillez réessayé votre requête depuis le début !"
|
||||
|
||||
#: classes/user.php:490
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Réinitialiser le mot de passe"
|
||||
|
||||
#: classes/user.php:515
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "Adresse email changée"
|
||||
msgstr "Adresse e-mail changée"
|
||||
|
||||
#: classes/incident.php:50 classes/user.php:594
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "Vous n'avez pas la permission !"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Panne majeure"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Panne mineure"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Opérationnel"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Certains systèmes rencontrent des pannes majeures"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Certains systèmes rencontrent des pannes mineures"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Certains systèmes sont en maintenance"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "Nos systèmes rencontrent des pannes majeures"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "Nos systèmes rencontrent des pannes mineures"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "Nos systèmes sont en cours de maintenance"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Tous les systèmes sont opérationnels"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Super admin"
|
||||
msgstr "Super Administrateur"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Admin"
|
||||
msgstr "Administrateur"
|
||||
|
||||
#: template.php:53
|
||||
msgid "Service Status"
|
||||
msgstr "État du service"
|
||||
msgstr "État des services"
|
||||
|
||||
#: template.php:97
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Barre de navigation"
|
||||
|
||||
#: template.php:107
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Utilisateur (%s)"
|
||||
|
||||
#: template.php:109
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Déconnexion"
|
||||
|
||||
@@ -404,15 +407,15 @@ msgstr "État actuel"
|
||||
msgid "Status page"
|
||||
msgstr "Page de configuration"
|
||||
|
||||
#: install.php:127
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Installer"
|
||||
|
||||
#: install.php:129
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Installation"
|
||||
|
||||
#: config.php:33 install.php:26
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
""
|
||||
msgstr "La connexion a échoué : %s"
|
||||
@@ -421,65 +424,61 @@ msgstr "La connexion a échoué : %s"
|
||||
msgid "Please set valid url!"
|
||||
msgstr "Entrez un URL valide !"
|
||||
|
||||
#: install.php:93
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Erreur lors de la création de la base de donnée. Vérifiez les permissions de votre compte ou votre version de MySQL.<br>Error: %s"
|
||||
msgstr "Erreur lors de la création de la base de donnée. Vérifiez les permissions de votre compte ou votre version de MySQL.<br>Erreur: %s"
|
||||
|
||||
#: install.php:140
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Détails du site"
|
||||
|
||||
#: install.php:141
|
||||
msgid "We need a name for your status page and a url, so we can mail users link for forgotten password etc."
|
||||
msgstr "Un nom et un URL est requis pour pouvoir envoyer un lien pour les mots de passe oublié par exemple"
|
||||
|
||||
#: install.php:40 install.php:145
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "URL"
|
||||
|
||||
#: install.php:147
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Bien sur une adresse email pour l'emetteur serait bien :)"
|
||||
msgstr "Bien sur une adresse email pour l’émetteur serait bien :)"
|
||||
|
||||
#: install.php:154
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Connexion à la base de données"
|
||||
|
||||
#: install.php:155
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "Nous avons besoin d'une connexion à la base de données pour créer les tables. Controlez, s'il vous plait, que votre compte à les permissions pour se connecter"
|
||||
msgstr "Nous avons besoin d'une connexion à la base de données pour créer les tables. Veuillez contrôler que votre compte possède les permissions pour se connecter."
|
||||
|
||||
#: install.php:158
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Serveur"
|
||||
|
||||
#: install.php:159
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Base de donnéee"
|
||||
|
||||
#: install.php:168
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "Et finalement, nous avons besoin d'informations pour créer un nouvel utilisateur. Vous n'avez pas besoin de les fournir, mais alors... Pas de page status d'admin..."
|
||||
msgstr "Et finalement, nous avons besoin d'informations pour créer un nouvel utilisateur. Vous n'avez pas besoin de les fournir, mais dans ce cas ... Pas de page de configuration d'administration..."
|
||||
|
||||
#: install.php:181
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Démarrage de l'installation"
|
||||
|
||||
#: classes/user.php:132
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Place"
|
||||
|
||||
#: classes/user.php:491
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Bonjour %s!<br>Ci-dessous, vous trouverez un lien pour changer votre mot de passe. Ce lien est valable pendant 24 heures. Si vous n'avez fait aucune demande, ignorez ce message. <br><br><a href=\"%s\">Réinitialiser mon mot de passe</a><br><br>Si ce lien ne fonctionne pas, copier & et coller ce lien dans votre navigateur: <br>%s"
|
||||
|
||||
#: classes/user.php:516
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Bonjour %s!<br>Ci-dessous, vous trouverez un lien pour changer votre email. Ce lien est valable pendant 24 heures. Si vous n'avez fait aucune demande, ignorez ce message. <br><br><a href=\"%s\">Changer mon email</a><br><br>Si ce lien ne fonctionne pas, copier & et coller ce lien dans votre navigateur: <br>%s "
|
||||
msgstr "Bonjour %s!<br>Ci-dessous, vous trouverez un lien pour changer votre adresse e-mail. Ce lien est valable pendant 24 heures. Si vous n'avez fait aucune demande, ignorez ce message. <br><br><a href=\"%s\">Changer mon e-mail</a><br><br>Si ce lien ne fonctionne pas, copier & et coller ce lien dans votre navigateur: <br>%s "
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Editeur"
|
||||
msgstr "Éditeur"
|
||||
|
||||
#: install.php:36
|
||||
msgid "Server name"
|
||||
@@ -489,35 +488,180 @@ msgstr "Nom du serveur"
|
||||
msgid "Mailer name"
|
||||
msgstr "Nom de l'expéditeur"
|
||||
|
||||
#: install.php:48
|
||||
msgid "Mailer email"
|
||||
msgstr "Adresse email de l'expéditeur"
|
||||
|
||||
#: install.php:52
|
||||
msgid "Database server"
|
||||
msgstr "Serveur de base de données"
|
||||
msgid "Mailer email"
|
||||
msgstr "Adresse e-mail de l'expéditeur"
|
||||
|
||||
#: install.php:56
|
||||
msgid "Database name"
|
||||
msgstr "Nom de la base de donnée"
|
||||
msgid "Database server"
|
||||
msgstr "Serveur de la base de données"
|
||||
|
||||
#: install.php:60
|
||||
msgid "Database name"
|
||||
msgstr "Nom de la base de données"
|
||||
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "Utilisateur de la base de donnée"
|
||||
|
||||
#: install.php:65
|
||||
#: install.php:69
|
||||
msgid "Database password"
|
||||
msgstr "Mot de passe de la base de donnée"
|
||||
|
||||
#: install.php:69
|
||||
msgid "Please set"
|
||||
msgstr "Renseigner, s'il vous plait"
|
||||
|
||||
#: template.php:138
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Activer / désactiver le menu déroulant"
|
||||
|
||||
#: template.php:147
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Aidez à traduire !"
|
||||
msgstr "Aidez-nous à traduire !"
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Désactiver l'utilisateur"
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Activer l'utilisateur"
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr "Veuillez entré"
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "Nous allons vous poser quelques questions basiques à propos de votre site. La plupart des paramètres pourra être modifiée plus tard dans le fichier config.php"
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "Nous avons besoin d'un nom pour votre page de configuration (affiché derrière le titre de la page après le tiret) et de l'URL de l'installation de votre statut-serveur (ex: <a href='#'>https://example.com/status</a> - sans le slash final), ainsi nous pourrions envoyer un e-mail aux utilisateurs ayant oublié leurs mots de passe, etc..."
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "Un titre qui sera afficher en haut de la page."
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Le service n'existe pas !"
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Veuillez entrer votre e-mail et mot de passe !"
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "Changer de nom"
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "Changer d'identifiant"
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "Cet identifiant est déjà pris."
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "Vous ne pouvez changer l'identifiant des autres utilisateurs !"
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "Vous ne pouvez pas changer le nom des autres utilisateurs !"
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Confirmation envoyée par e-mail !"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr "Politique de confidentialité"
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "Nom de l'entreprise"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "Addresse"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "Adresse complète"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "Email"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "Portable"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "Téléphone"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "Qui sommes-nous ?"
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "Contact"
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "Quelles données personnelles sont collectées et pourquoi ?"
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "Si vous accédez à nos sites Web, les informations suivantes seront enregistrées: adresse IP, date, heure, requêtes du navigateur, Informations générales sur votre navigateur, votre système d'exploitation et toutes les requêtes de recherche sur les sites.\n"
|
||||
"Ces données utilisateur seront utilisées pour les statistiques des utilisateurs d’anonymat afin de reconnaître les tendances et d’améliorer notre contenu."
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "Comment protégeons-nous vos données ?"
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "En collaboration avec notre hébergeur, nous faisons de notre mieux pour protéger vos bases de données contre les pertes, les abus ou la falsification.\n"
|
||||
""
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "Des tiers qui reçoivent vos données personnelles"
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "Ce site utilise des cookies - de petits fichiers texte placés sur votre ordinateur pour aider le site à offrir une meilleure expérience utilisateur.\n"
|
||||
"En général, les cookies sont utilisés pour conserver les préférences de l'utilisateur, stocker des informations sur des objets tels que les paniers d'achat,\n"
|
||||
"et fournir des données de suivi anonymisées à des applications tierces telles que Google Analytics.\n"
|
||||
"En règle générale, les cookies amélioreront votre expérience de navigation. Cependant, vous préférerez peut-être désactiver les cookies sur ce site et sur d'autres.\n"
|
||||
"Le moyen le plus efficace de le faire est de désactiver les cookies dans votre navigateur. Nous vous suggérons de consulter la section Aide de votre navigateur\n"
|
||||
"ou en consultant le site Web À propos des cookies, qui propose des conseils pour tous les navigateurs modernes."
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "Dans la mesure où vous collectez des informations personnelles, le GDPR a besoin de votre politique de confidentialité. Entrez les détails ci-dessous."
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "Quelques infos sur vous"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "Général"
|
||||
|
||||
|
||||
@@ -0,0 +1,672 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: POEditor.com\n"
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: it\n"
|
||||
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr "Pagina non trovata"
|
||||
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Mi dispiace ma la pagina che cerchi non esiste."
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashboard"
|
||||
|
||||
#: admin/dashboard.php:27
|
||||
msgid "Welcome"
|
||||
msgstr "Benvenuto"
|
||||
|
||||
#: admin/dashboard.php:39
|
||||
msgid "New incident"
|
||||
msgstr "Nuovo incidente"
|
||||
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Titolo"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
msgid "Time"
|
||||
msgstr "Ora"
|
||||
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Inserisci qui il testo..."
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Postato da"
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Fine"
|
||||
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Fine Tempo"
|
||||
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Invia"
|
||||
|
||||
#: admin/login-form.php:2 admin/login-form.php:5 admin/login-form.php:27
|
||||
msgid "Login"
|
||||
msgstr "Entra"
|
||||
|
||||
#: admin/login-form.php:11
|
||||
msgid "Please login to continue."
|
||||
msgstr "Accedi per poter continuare..."
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Password"
|
||||
|
||||
#: admin/login-form.php:22
|
||||
msgid "Forgotten password?"
|
||||
msgstr "Password dimenticata?"
|
||||
|
||||
#: admin/login-form.php:23
|
||||
msgid "Remember me"
|
||||
msgstr "Ricordami"
|
||||
|
||||
#: admin/lost-password.php:2 admin/lost-password.php:5
|
||||
msgid "Lost password"
|
||||
msgstr "Password persa"
|
||||
|
||||
#: admin/lost-password.php:16
|
||||
msgid "Go back"
|
||||
msgstr "Indietro"
|
||||
|
||||
#: admin/lost-password.php:20
|
||||
msgid "Password changed successfully!"
|
||||
msgstr "Password cambiata con successo!"
|
||||
|
||||
#: admin/lost-password.php:21 admin/lost-password.php:35
|
||||
msgid "Go back to login page"
|
||||
msgstr "Vai indietro nella pagina di login"
|
||||
|
||||
#: admin/lost-password.php:30
|
||||
msgid "Go back to start"
|
||||
msgstr "Torna indietro per iniziare"
|
||||
|
||||
#: admin/lost-password.php:34
|
||||
msgid "Email with password reset link has been sent!"
|
||||
msgstr "Email di reset inviata!"
|
||||
|
||||
#: admin/lost-password.php:50
|
||||
msgid "Submit request"
|
||||
msgstr "Invia richiesta"
|
||||
|
||||
#: admin/lost-password.php:57
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Resetta password per %s (%s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Nuova password"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Ripeti password"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Cambia password"
|
||||
|
||||
#: admin/new-user.php:7
|
||||
msgid "New user"
|
||||
msgstr "Nuovo utente"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Cognome"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Username"
|
||||
|
||||
#: admin/new-user.php:29
|
||||
msgid "Permission"
|
||||
msgstr "Autorizzazione"
|
||||
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Impostazioni"
|
||||
|
||||
#: admin/settings.php:23
|
||||
msgid "Services"
|
||||
msgstr "Servizi"
|
||||
|
||||
#: admin/settings.php:29
|
||||
msgid "Add service"
|
||||
msgstr "Aggiungi servizio"
|
||||
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Elimina"
|
||||
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Utenti"
|
||||
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Aggiunti nuovo utente"
|
||||
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Ruolo"
|
||||
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Utente"
|
||||
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Impostazioni Utente"
|
||||
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Manutenzione programmata"
|
||||
|
||||
#: classes/constellation.php:42
|
||||
msgid "Back"
|
||||
msgstr "Indietro"
|
||||
|
||||
#: classes/constellation.php:44
|
||||
msgid "Past incidents"
|
||||
msgstr "Incidenti passati"
|
||||
|
||||
#: classes/constellation.php:48
|
||||
msgid "No incidents"
|
||||
msgstr "Nessun incidente"
|
||||
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Carica altro"
|
||||
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Nessun servizio"
|
||||
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Inserisci un titolo"
|
||||
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Titolo troppo lungo! Limite carattere 50"
|
||||
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Inserisci il testo"
|
||||
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Si prega di impostare l'ora di inizio e di fine! Usa il formato ISO 8601."
|
||||
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Si prega di selezionare almeno un servizio\n"
|
||||
""
|
||||
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Il formato della data di inizio non è riconosciuto. Si prega di utilizzare il formato ISO 8601."
|
||||
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Il formato della data di fine non è riconosciuto. Si prega di utilizzare il formato ISO 8601."
|
||||
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Conclusa"
|
||||
|
||||
#: classes/service.php:63
|
||||
msgid "Service name is too long! Character limit is 50"
|
||||
msgstr "Il nome del servizio è troppo lungo! Il limite di caratteri è 50"
|
||||
|
||||
#: classes/service.php:66
|
||||
msgid "Please enter name!"
|
||||
msgstr "Inserisci il nome!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "Non hai il permesso di farlo!"
|
||||
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Ricordati i seguenti limiti di caratteri:␣"
|
||||
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Account utente creato"
|
||||
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Ciao %s!<br>Il tuo account è stato creato. Puoi accedere con il tuo indirizzo email <a href=\"%s\">%s</a> e con password %s - per favore cambialo il prima possibile."
|
||||
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Username o email giù usati"
|
||||
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Il tuo account è stato disabilitato. Contatta l'amministratore."
|
||||
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Email o password errata."
|
||||
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Rilevato token non valido, effettua nuovamente il login!"
|
||||
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Immagine profilo"
|
||||
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Cambia ruolo"
|
||||
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Cambia email"
|
||||
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Vecchia password"
|
||||
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Le passwords non corrispondono!"
|
||||
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "Impossibile cambiare la password di altri utenti!"
|
||||
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Password errata!"
|
||||
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "Rilevato token non valido, si prega di riprovare la richiesta dall'inizio!"
|
||||
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Resetta password"
|
||||
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "Email cambiata"
|
||||
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "Non hai il permesso di farlo!"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Grave interruzione"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Lieve interruzione"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Operativo"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Alcuni sistemi stanno subendo interruzioni importanti"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Alcuni sistemi stanno riscontrando interruzioni minori"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Alcuni sistemi sono in manutenzione"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "I nostri sistemi stanno riscontrando interruzioni importanti."
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "I nostri sistemi stanno riscontrando interruzioni minori"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "I nostri sistemi sono in manutenzione"
|
||||
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Tutti i sistemi sono operativi"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Super Amministratore\n"
|
||||
""
|
||||
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Admin"
|
||||
|
||||
#: template.php:53
|
||||
msgid "Service Status"
|
||||
msgstr "Stato del servizio"
|
||||
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Attiva / disattiva la navigazione"
|
||||
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Utente (%s)"
|
||||
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Esci"
|
||||
|
||||
#: index.php:27
|
||||
msgid "Current status"
|
||||
msgstr "Stato attuale"
|
||||
|
||||
#: install.php:4
|
||||
msgid "Status page"
|
||||
msgstr "Pagina di stato"
|
||||
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Installa"
|
||||
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Installazione"
|
||||
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
""
|
||||
msgstr "Connessione fallita: %s"
|
||||
|
||||
#: install.php:31
|
||||
msgid "Please set valid url!"
|
||||
msgstr "Inserisci un url valido!"
|
||||
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Errore nella creazione del database. Controlla l'autorizzazione per il tuo account o la versione di MYSQL.<br>Error: %s"
|
||||
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Dettagli sito web"
|
||||
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "Url"
|
||||
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Anche un indirizzo email per il mailer sarebbe carino :)"
|
||||
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Connessione al database"
|
||||
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "Abbiamo bisogno di una connessione al database per poter creare tabelle. Per favore controlla che il tuo account abbia il permesso necessario per farlo."
|
||||
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Server"
|
||||
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Database"
|
||||
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "E infine, abbiamo bisogno di informazioni per creare un nuovo utente. Non devi fornirlo, ma poi ... Nessun amministratore della pagina di stato..."
|
||||
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Esegui l'installazione!"
|
||||
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Rank"
|
||||
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Ciao %s!<br>Sotto troverai il link per cambiare la tua password. Il link è valido per 24 ore. Se non lo hai richiesto, ignora questo messaggio. <br><br><a href=\"%s\">RESETTA PASSWORD</a><br><br>Se il collegamento non funziona, copia & incollalo nel tuo browser: <br>%s"
|
||||
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Ciao %s!<br>Sotto troverai il link per cambiare la tua password. Il link è valido per 24 ore. Se non lo hai richiesto, ignora questo messaggio. <br><br><a href=\"%s\">CAMBIA EMAIL</a><br><br>Se il collegamento non funziona, copia & incollalo nel tuo browser: <br>%s\n"
|
||||
""
|
||||
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Modifica"
|
||||
|
||||
#: install.php:36
|
||||
msgid "Server name"
|
||||
msgstr "Nome server"
|
||||
|
||||
#: install.php:44
|
||||
msgid "Mailer name"
|
||||
msgstr "Noma mailer"
|
||||
|
||||
#: install.php:52
|
||||
msgid "Mailer email"
|
||||
msgstr "Email mailer"
|
||||
|
||||
#: install.php:56
|
||||
msgid "Database server"
|
||||
msgstr "Server database"
|
||||
|
||||
#: install.php:60
|
||||
msgid "Database name"
|
||||
msgstr "Nome database"
|
||||
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "Username database"
|
||||
|
||||
#: install.php:69
|
||||
msgid "Database password"
|
||||
msgstr "Password database"
|
||||
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Attiva / disattiva elenco a discesa"
|
||||
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Aiutaci nella traduzione"
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Disattiva utente"
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Attiva utente"
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr "Per favore accedi"
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "Ti faremo alcune domande di base sul tuo sito web. La maggior parte delle impostazioni può essere successivamente modificata nel file config.php."
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "Abbiamo bisogno di un nome per la tua pagina di stato (visualizzata dietro il titolo della pagina dopo il trattino) e un url dell'installazione dello stato del tuo server (es. <a href='#'>https://esempio.com/status</a> - senza la barra finale), in modo che possiamo inviare agli utenti il link per la password dimenticata, ecc ...\n"
|
||||
""
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "Un titolo che si desidera mostrare nella parte superiore della pagina."
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Il servizio non esiste!"
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Per favore inserisci la tua email e password!"
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "Cambia nome"
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "Cambia nome utente"
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "Questo nome utente è già in uso."
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "Impossibile cambiare il nome utente di altri utenti!"
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "Non è possibile modificare i nomi degli altri utenti!"
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Email di conferma inviata!"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr "Politica Sulla Riservatezza"
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "Nome della ditta"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "Indirizzo"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "Indirizzo completo"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "Telefono"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "Numero di telefono"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "Chi siamo"
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "Contatto"
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "Quali dati personali raccogliamo e perché"
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "Se accedi ai nostri siti Web, verranno salvate le seguenti informazioni: indirizzo IP, data, ora, query browser,\n"
|
||||
"Informazioni generali sul tuo browser, sistema operativo e tutte le query di ricerca sui siti.\n"
|
||||
"Questi dati utente verranno utilizzati per le statistiche anonime degli utenti per riconoscere le tendenze e migliorare i nostri contenuti."
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "Come proteggiamo i tuoi dati"
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "In collaborazione con il nostro provider di hosting facciamo del nostro meglio per proteggere i nostri\n"
|
||||
"database contro l'accesso da parte di terzi, perdite, uso improprio o contraffazione."
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "Terza parte che riceve i tuoi dati personali"
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr "Biscotti"
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "Questo sito utilizza i cookie: piccoli file di testo posizionati sulla macchina per aiutare il sito a fornire un'esperienza utente migliore.\n"
|
||||
"In generale, i cookie vengono utilizzati per conservare le preferenze dell'utente, memorizzare informazioni per cose come carrelli della spesa,\n"
|
||||
"e fornire dati di tracciamento resi anonimi a applicazioni di terze parti come Google Analytics.\n"
|
||||
"Di regola, i cookie renderanno la tua esperienza di navigazione migliore. Tuttavia, potresti preferire disabilitare i cookie su questo sito e su altri.\n"
|
||||
"Il modo più efficace per farlo è disabilitare i cookie nel tuo browser. Ti suggeriamo di consultare la sezione Aiuto del tuo browser\n"
|
||||
"o dare un'occhiata al sito Web About Cookies che offre una guida per tutti i browser moderni"
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "Poiché stai raccogliendo informazioni personali, il GDPR ha bisogno che tu abbia una politica sulla privacy. Inserisci i dettagli di seguito."
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "Alcune informazioni su di te"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "Generale"
|
||||
|
||||
|
After Width: | Height: | Size: 557 B |
@@ -0,0 +1,26 @@
|
||||
(function (factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'], factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(function (jQuery) {
|
||||
// Italian
|
||||
jQuery.timeago.settings.strings = {
|
||||
suffixAgo: "fa",
|
||||
suffixFromNow: "da ora",
|
||||
seconds: "meno di un minuto",
|
||||
minute: "circa un minuto",
|
||||
minutes: "%d minuti",
|
||||
hour: "circa un'ora",
|
||||
hours: "circa %d ore",
|
||||
day: "un giorno",
|
||||
days: "%d giorni",
|
||||
month: "circa un mese",
|
||||
months: "%d mesi",
|
||||
year: "circa un anno",
|
||||
years: "%d anni"
|
||||
};
|
||||
}));
|
||||
@@ -0,0 +1,661 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: POEditor.com\n"
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: lt\n"
|
||||
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr "Puslapis nerastas "
|
||||
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Atleiskit, bet puslapis neegzistuoja "
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Prietaisų skydelis "
|
||||
|
||||
#: admin/dashboard.php:27
|
||||
msgid "Welcome"
|
||||
msgstr "Sveiki"
|
||||
|
||||
#: admin/dashboard.php:39
|
||||
msgid "New incident"
|
||||
msgstr "Naujas įvykis "
|
||||
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Pavadinimas"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
msgid "Time"
|
||||
msgstr "Laikas"
|
||||
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Čia gali rašyti "
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Paskelbtas "
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Pabaiga"
|
||||
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Baigias laikas"
|
||||
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Nusiųsti "
|
||||
|
||||
#: admin/login-form.php:2 admin/login-form.php:5 admin/login-form.php:27
|
||||
msgid "Login"
|
||||
msgstr "Prisijungti "
|
||||
|
||||
#: admin/login-form.php:11
|
||||
msgid "Please login to continue."
|
||||
msgstr "Prašome prisijungti ir tęsti "
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "Elektroninis paštas "
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Slaptažodis "
|
||||
|
||||
#: admin/login-form.php:22
|
||||
msgid "Forgotten password?"
|
||||
msgstr "Pamiršote slaptažodį? "
|
||||
|
||||
#: admin/login-form.php:23
|
||||
msgid "Remember me"
|
||||
msgstr "Prisiminti mane "
|
||||
|
||||
#: admin/lost-password.php:2 admin/lost-password.php:5
|
||||
msgid "Lost password"
|
||||
msgstr "Pamečiau slaptažodį "
|
||||
|
||||
#: admin/lost-password.php:16
|
||||
msgid "Go back"
|
||||
msgstr "Eiti atgal "
|
||||
|
||||
#: admin/lost-password.php:20
|
||||
msgid "Password changed successfully!"
|
||||
msgstr "Slaptažodis pakeistas sėkmingai "
|
||||
|
||||
#: admin/lost-password.php:21 admin/lost-password.php:35
|
||||
msgid "Go back to login page"
|
||||
msgstr "Eiti atgal prisijungti į puslapį "
|
||||
|
||||
#: admin/lost-password.php:30
|
||||
msgid "Go back to start"
|
||||
msgstr "Eik atgal, kad pradėtum "
|
||||
|
||||
#: admin/lost-password.php:34
|
||||
msgid "Email with password reset link has been sent!"
|
||||
msgstr "Į elektroninį paštą buvo nusiųstas slaptažodžio atkūrimas "
|
||||
|
||||
#: admin/lost-password.php:50
|
||||
msgid "Submit request"
|
||||
msgstr "Nusiųsti paraišką "
|
||||
|
||||
#: admin/lost-password.php:57
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Atkurti slaptažodį, kad"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Naujas slaptažodis "
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Pakartokite slaptažodį "
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Pakeisti slaptažodį "
|
||||
|
||||
#: admin/new-user.php:7
|
||||
msgid "New user"
|
||||
msgstr "Naujas vartotojas "
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Vardas"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Pavardė "
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Vartotojo vardas "
|
||||
|
||||
#: admin/new-user.php:29
|
||||
msgid "Permission"
|
||||
msgstr "Leidimas"
|
||||
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Nustatymai "
|
||||
|
||||
#: admin/settings.php:23
|
||||
msgid "Services"
|
||||
msgstr "Paslaugos "
|
||||
|
||||
#: admin/settings.php:29
|
||||
msgid "Add service"
|
||||
msgstr "Pridėti paslauga "
|
||||
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "Vartotojo ID"
|
||||
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Ištrinti "
|
||||
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Vartotojai "
|
||||
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Pridėti naują vartotoją "
|
||||
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Rolė"
|
||||
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Vartotojas "
|
||||
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Vartotojo nustatymai "
|
||||
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Planuojama priežiūra"
|
||||
|
||||
#: classes/constellation.php:42
|
||||
msgid "Back"
|
||||
msgstr "Atgal"
|
||||
|
||||
#: classes/constellation.php:44
|
||||
msgid "Past incidents"
|
||||
msgstr "Paskutiniai įvykiai"
|
||||
|
||||
#: classes/constellation.php:48
|
||||
msgid "No incidents"
|
||||
msgstr "Nėra įvykių "
|
||||
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Užkrauti daugiau "
|
||||
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Nėra paslaugų "
|
||||
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Prašau parašyti pavadinimą "
|
||||
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Pavadinimas per ilgas, limitas 50"
|
||||
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Prašau parašyti tekstą "
|
||||
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Prašau pradėti ir baigti laiką! Naudok ISO 8601 Formatą "
|
||||
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Prašau pasirink vieną paslaugą "
|
||||
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr ""
|
||||
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr ""
|
||||
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Pabaiga "
|
||||
|
||||
#: classes/service.php:63
|
||||
msgid "Service name is too long! Character limit is 50"
|
||||
msgstr "Paslaugos pavadinimas per ilgas! Limitas 50"
|
||||
|
||||
#: classes/service.php:66
|
||||
msgid "Please enter name!"
|
||||
msgstr "Prašau parašyti vardą! "
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "Tu neturi teisių daryti tai! "
|
||||
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Risiminkite šiuos apribojimus "
|
||||
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Vartotojas sukurtas "
|
||||
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Sveikas, tavo vartotojas sukurtas. Tu gali prisijungti su savo elektroniniu paštu\n"
|
||||
"Prašau pasikeisk kuo greičiau "
|
||||
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Vardas ar elektroninis paštas jau naudojamas "
|
||||
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Tavo vartotojas atjungtas. Prašau susisiek su administracija "
|
||||
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Klaidingas elektroninis paštas arba slaptažodis "
|
||||
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Profilio nuotrauka "
|
||||
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Keisti rolę"
|
||||
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Keisti elektroninį paštą "
|
||||
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Senas slaptažodis "
|
||||
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Slaptažodžiai nesutampa"
|
||||
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Neteisingas slaptažodis "
|
||||
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Atkurti slaptažodį "
|
||||
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "Pakeisti elektroninį paštą "
|
||||
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "Tu neturi leidimo daryti tai! "
|
||||
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Veikla "
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr ""
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Visa sistemos veikla "
|
||||
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Super adminas"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Adminas "
|
||||
|
||||
#: template.php:53
|
||||
msgid "Service Status"
|
||||
msgstr "Paslaugų statusas "
|
||||
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Vartotojas"
|
||||
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Atsijungti "
|
||||
|
||||
#: index.php:27
|
||||
msgid "Current status"
|
||||
msgstr "Dabartinis statusas "
|
||||
|
||||
#: install.php:4
|
||||
msgid "Status page"
|
||||
msgstr "Pradinis puslapis "
|
||||
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Instaliuoti "
|
||||
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Instaliacija "
|
||||
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
""
|
||||
msgstr "Prisijungimo klaida "
|
||||
|
||||
#: install.php:31
|
||||
msgid "Please set valid url!"
|
||||
msgstr "Prašau nu statyk galiojantį url"
|
||||
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Klaida kuriant database. Patikrink savo vartotojo leidimus arba MYSQL versija"
|
||||
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Puslapio detales"
|
||||
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "Url"
|
||||
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Database prisijungimas "
|
||||
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr ""
|
||||
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Serveris "
|
||||
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Database "
|
||||
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr ""
|
||||
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Vykdyti instaliacija "
|
||||
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Rankas "
|
||||
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Sveiki. Apačioje rasi linka kuriame galėsi pasikeisti slaptažodį, jei to nedarei ignoruok. "
|
||||
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Editorius"
|
||||
|
||||
#: install.php:36
|
||||
msgid "Server name"
|
||||
msgstr "Serverio vardas"
|
||||
|
||||
#: install.php:44
|
||||
msgid "Mailer name"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:52
|
||||
msgid "Mailer email"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:56
|
||||
msgid "Database server"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:60
|
||||
msgid "Database name"
|
||||
msgstr "Database vardas"
|
||||
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "Database vartotojas "
|
||||
|
||||
#: install.php:69
|
||||
msgid "Database password"
|
||||
msgstr "Database slaptažodis "
|
||||
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Padėk su vertimu "
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Neaktyvus vartotojas "
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Prisijungęs vartotojas "
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr "Prašau užeik "
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr ""
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr ""
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr ""
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Paslauga neegzistuoja "
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Prašau užpildyti savo elektroninį paštą ir slaptažodį! "
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "Pakeisti vardą "
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "Pakeisti vartotojo vardą "
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "Šitas vartotojo vardas jau yra sukurtas. "
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Patvirtinimas nusiųstas į elektroninį paštą! "
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "Kompanijos pavadinimas "
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "Adresas "
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "Pilnas adresas"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "Elektroninis paštas "
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "Telefonas "
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "Telefono numeris "
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "Kas mes esam "
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "Kontaktai "
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "Kaip mes apsaugoskim tavo duomenis "
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr ""
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
|
After Width: | Height: | Size: 247 B |
@@ -0,0 +1,30 @@
|
||||
(function (factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'], factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(function (jQuery) {
|
||||
//Lithuanian
|
||||
jQuery.timeago.settings.strings = {
|
||||
prefixAgo: "prieš",
|
||||
prefixFromNow: null,
|
||||
suffixAgo: null,
|
||||
suffixFromNow: "nuo dabar",
|
||||
seconds: "%d sek.",
|
||||
minute: "min.",
|
||||
minutes: "%d min.",
|
||||
hour: "val.",
|
||||
hours: "%d val.",
|
||||
day: "1 d.",
|
||||
days: "%d d.",
|
||||
month: "mėn.",
|
||||
months: "%d mėn.",
|
||||
year: "metus",
|
||||
years: "%d metus",
|
||||
wordSeparator: " ",
|
||||
numbers: []
|
||||
};
|
||||
}));
|
||||
@@ -0,0 +1,667 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: POEditor.com\n"
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: nb\n"
|
||||
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr "Siden eksisterer ikke"
|
||||
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Beklager, men siden du prøver å aksessere eksisterer ikke"
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashbord"
|
||||
|
||||
#: admin/dashboard.php:27
|
||||
msgid "Welcome"
|
||||
msgstr "Velkommen"
|
||||
|
||||
#: admin/dashboard.php:39
|
||||
msgid "New incident"
|
||||
msgstr "Ny hendelse"
|
||||
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Tittel"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
msgid "Time"
|
||||
msgstr "Tid"
|
||||
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Her går teksten din"
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Postet av"
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Slutt"
|
||||
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Slutt tid"
|
||||
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Send"
|
||||
|
||||
#: admin/login-form.php:2 admin/login-form.php:5 admin/login-form.php:27
|
||||
msgid "Login"
|
||||
msgstr "Brukernavn"
|
||||
|
||||
#: admin/login-form.php:11
|
||||
msgid "Please login to continue."
|
||||
msgstr "Vennligst logg inn for å fortsette"
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "E-post"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Passord"
|
||||
|
||||
#: admin/login-form.php:22
|
||||
msgid "Forgotten password?"
|
||||
msgstr "Glemt passord"
|
||||
|
||||
#: admin/login-form.php:23
|
||||
msgid "Remember me"
|
||||
msgstr "Husk meg"
|
||||
|
||||
#: admin/lost-password.php:2 admin/lost-password.php:5
|
||||
msgid "Lost password"
|
||||
msgstr "Mistet passord"
|
||||
|
||||
#: admin/lost-password.php:16
|
||||
msgid "Go back"
|
||||
msgstr "Gå tilbake"
|
||||
|
||||
#: admin/lost-password.php:20
|
||||
msgid "Password changed successfully!"
|
||||
msgstr "Passord endret"
|
||||
|
||||
#: admin/lost-password.php:21 admin/lost-password.php:35
|
||||
msgid "Go back to login page"
|
||||
msgstr "Gå tilbake til påloggingssiden"
|
||||
|
||||
#: admin/lost-password.php:30
|
||||
msgid "Go back to start"
|
||||
msgstr "Gå tilbake til start"
|
||||
|
||||
#: admin/lost-password.php:34
|
||||
msgid "Email with password reset link has been sent!"
|
||||
msgstr "E-post med passord reset lenke er blitt sendt!"
|
||||
|
||||
#: admin/lost-password.php:50
|
||||
msgid "Submit request"
|
||||
msgstr "Send forespørsel"
|
||||
|
||||
#: admin/lost-password.php:57
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Reset passord for %s (%s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Nytt pasord"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Gjennta passord"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Endre passord"
|
||||
|
||||
#: admin/new-user.php:7
|
||||
msgid "New user"
|
||||
msgstr "Ny bruker"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Navn"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Fornavn"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Brukernavn"
|
||||
|
||||
#: admin/new-user.php:29
|
||||
msgid "Permission"
|
||||
msgstr "Rettigheter"
|
||||
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Innstillinger"
|
||||
|
||||
#: admin/settings.php:23
|
||||
msgid "Services"
|
||||
msgstr "Tjenester"
|
||||
|
||||
#: admin/settings.php:29
|
||||
msgid "Add service"
|
||||
msgstr "Lett til tjenester"
|
||||
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Slett"
|
||||
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Bruker"
|
||||
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Legg til ny bruker"
|
||||
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Rolle"
|
||||
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Bruker"
|
||||
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Bruker instillinger"
|
||||
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Planlagt vedlikehold"
|
||||
|
||||
#: classes/constellation.php:42
|
||||
msgid "Back"
|
||||
msgstr "Tilbake"
|
||||
|
||||
#: classes/constellation.php:44
|
||||
msgid "Past incidents"
|
||||
msgstr "Tidligere hendelser"
|
||||
|
||||
#: classes/constellation.php:48
|
||||
msgid "No incidents"
|
||||
msgstr "Ingen hendelser"
|
||||
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Vis flere"
|
||||
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Ingen tjenester"
|
||||
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Vennligst oppgi tittel"
|
||||
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Tittel er for lang. Maks 50 tegn"
|
||||
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Vennligst skriv tekst"
|
||||
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Vennligst sett start og slutt tid! Benytt ISO 8601 formatet."
|
||||
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Vennligst velg mist en tjeneste"
|
||||
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Start dato format er ikke gyldig. Vennligst benytt ISO 8601 formatet."
|
||||
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Slutt dato format er ikke gyldig. Vennligst benytt ISO 8601 formatet."
|
||||
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Sluttet"
|
||||
|
||||
#: classes/service.php:63
|
||||
msgid "Service name is too long! Character limit is 50"
|
||||
msgstr "Tjeneste navn er for langt. Maks 50 tegn"
|
||||
|
||||
#: classes/service.php:66
|
||||
msgid "Please enter name!"
|
||||
msgstr "Vennligst oppgi navn!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "Du har ikke rettighter til å gjøre det!"
|
||||
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Vennligst oppretthold følgende tegn begrensning:"
|
||||
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Bruker konto opprettet"
|
||||
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Hei %s!<br> Din konto er opprettet. Du kan logge inn med e-postadressen din på <a href=\"%s\">%s</a> med passord %s - vennligst endre det så snart som mulig."
|
||||
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Brukernavn eller e-post er allerede brukt"
|
||||
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Din konto er blitt deaktivert. Vennligst kontkat administrator."
|
||||
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Feil e-post eller passord"
|
||||
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Ugyldig token oppdaget, prøv igjen."
|
||||
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Profil bilde"
|
||||
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Endre rolle"
|
||||
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Endre e-post"
|
||||
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Gammelt passord"
|
||||
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Passord stemmer ikke!"
|
||||
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "Kan ikke endre passord for andre brukere!"
|
||||
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Feilt passord!"
|
||||
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "Ugyldig token oppdaget, vennligst prøv igjen fra start!"
|
||||
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Reset passord"
|
||||
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "E-post endre"
|
||||
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "Du har ikke rettigheter til å gjøre det"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Større brudd"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Mindre brudd"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Operative"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Noen systemer opplever støtte brudd"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Noen systemer opplever mindre brudd"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Noen systemer er under vedlikehold"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "Våre systemer opplever større brudd"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "Våre systemer opplever mindre brudd"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "Våre systemer er under veldikehold"
|
||||
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Alle systemer operative"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Super admin"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Admin"
|
||||
|
||||
#: template.php:53
|
||||
msgid "Service Status"
|
||||
msgstr "Tjeneste Status"
|
||||
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Veksel navigering"
|
||||
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Bruker (%s)"
|
||||
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Logg av"
|
||||
|
||||
#: index.php:27
|
||||
msgid "Current status"
|
||||
msgstr "Nåværende status"
|
||||
|
||||
#: install.php:4
|
||||
msgid "Status page"
|
||||
msgstr "Status side"
|
||||
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Installer"
|
||||
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Installasjon"
|
||||
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
msgstr "Tilkobling feilet: %s\n"
|
||||
|
||||
#: install.php:31
|
||||
msgid "Please set valid url!"
|
||||
msgstr "Vennligst sett gyldig url!"
|
||||
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Feil ved oppretting av database. Sjekk rettigheter for din konto eller MYSQL versjon. <br>Error: %s"
|
||||
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Website detaljer"
|
||||
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "Url"
|
||||
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Også en e-postadresse for mailer ville være fint. :-)"
|
||||
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Database tilkobling"
|
||||
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "Vi trenger databaseforbindelse for å kunne lage tabeller. Kontroller at kontoen din har tillatelse til å gjøre det."
|
||||
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Server"
|
||||
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Database"
|
||||
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "Og til slutt trenger vi informasjon for å opprette en ny bruker. Du trenger ikke å gi det, men så ... Ingen status side admin ..."
|
||||
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Kjør installering"
|
||||
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Rang"
|
||||
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Hei %s!<br>Nedenfor finner du lenke for å endre passordet ditt. Koblingen er gyldig i 24 timer. Hvis du ikke ba om dette, kan du overse den.<br><br><a href=\"%s\">RESET PASSORD</a><br><br>Hvis koblingen ikke virker, kopier & amp; lim den inn i nettleseren din: <br>%s"
|
||||
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Hei%s!<br>Nedenfor finner du lenke for å endre din e-post. Koblingen er gyldig i 24 timer. Hvis du ikke ba om dette, kan du overse den.<br><br><a href=\"%s\">ENDRE E-POST</a><br><br>Hvis koblingen ikke virker, kopier & amp; lim den inn i nettleseren din: <br>%s"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Editor"
|
||||
|
||||
#: install.php:36
|
||||
msgid "Server name"
|
||||
msgstr "Server navn"
|
||||
|
||||
#: install.php:44
|
||||
msgid "Mailer name"
|
||||
msgstr "Mailer navn"
|
||||
|
||||
#: install.php:52
|
||||
msgid "Mailer email"
|
||||
msgstr "Mailer e-post"
|
||||
|
||||
#: install.php:56
|
||||
msgid "Database server"
|
||||
msgstr "Database server"
|
||||
|
||||
#: install.php:60
|
||||
msgid "Database name"
|
||||
msgstr "Database navn"
|
||||
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "Database bruker"
|
||||
|
||||
#: install.php:69
|
||||
msgid "Database password"
|
||||
msgstr "Database passord"
|
||||
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Veksle nedtrekksmeny"
|
||||
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Hjelp med oversettelse!"
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Deaktiver bruker"
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Aktiver bruker"
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr "Vennligst skriv"
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "Vi vil stille deg noen grunnleggende spørsmål om nettstedet ditt. De fleste innstillingene kan senere redigeres i config.php-filen."
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "Vi trenger et navn på statussiden din (vist bak sidetittel etter bindestrek) og en URL for serverstatusinstallasjonen din (dvs. <a href='#'> https://example.com/status </a> - uten den etterfølgende skråstrek), så vi kan sende brukere link for glemt passord osv..."
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "En tittel du ønsker skal vises øverst på siden."
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Tjenesten eksisterer ikke"
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Vennligst fyll ut e-post og passord!"
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "Endre navn"
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "Endre brukernavn"
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "Ditt brukernavn er allerede brukt."
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "Kan ikke endre brukernavn for andre brukere!"
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "Kan ikke endre navnet for andre brukere!"
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Bekreftelses e-post er sent!"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr "Personvernerklæring"
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "Firma navn"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "Adresse"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "Full adresse"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "E-post"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "Telefon"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "Telefon nummer"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "Hvem er vi"
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "Kontakt"
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "Hvilke personlige data vi innhenter og hvorfor"
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "Hvis du får tilgang til våre nettsteder, blir følgende informasjon lagret: IP-adresse, dato, klokkeslett, nettleserforespørsler,\n"
|
||||
"Generell informasjon om nettleseren, operativsystemet og alle søk på nettstedene.\n"
|
||||
"Disse brukerdataene blir brukt til anonym brukerstatistikk for å gjenkjenne trender og forbedre innholdet."
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "Hvordan beskytter vi dine data"
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "I samarbeid med vår hosting leverandør prøver vi vårt beste for å beskytte vår\n"
|
||||
"databaser mot tilgang fra tredjeparter, tap, misbruk eller forfalskning."
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "Tredjepart som vil motta dine personlige data"
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr "Informasjonskapsler"
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "Dette nettstedet bruker informasjonskapsler - små tekstfiler som er plassert på maskinen din for å hjelpe nettstedet å gi en bedre brukeropplevelse.\n"
|
||||
"Generelt brukes informasjonskapsler for å beholde brukerinnstillinger, lagre informasjon for ting som handlekurver,\n"
|
||||
"og gi anonymisert sporingsdata til tredjepartsprogrammer som Google Analytics.\n"
|
||||
"Informasjonskapslene vil som regel gjøre surfingopplevelsen din bedre. Du kan imidlertid foretrekke å deaktivere informasjonskapsler på dette nettstedet og andre.\n"
|
||||
"Den mest effektive måten å gjøre dette på er å deaktivere informasjonskapsler i nettleseren din. Vi foreslår at du konsulterer Hjelp-delen av nettleseren din\n"
|
||||
"eller ta en titt på Om Cookies nettsiden som gir veiledning for alle moderne nettlesere"
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "Siden du samler inn personlig informasjon, må en i følge GDPR ha en personvernpolicy. Skriv inn detaljene nedenfor."
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "Litt info om deg selv"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "Generelt"
|
||||
|
||||
|
After Width: | Height: | Size: 699 B |
@@ -0,0 +1,30 @@
|
||||
(function (factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'], factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(function (jQuery) {
|
||||
// Norsk
|
||||
jQuery.timeago.settings.strings = {
|
||||
prefixAgo: null,
|
||||
prefixFromNow: null,
|
||||
suffixAgo: "siden",
|
||||
suffixFromNow: "fra nå",
|
||||
seconds: "mindre en ett minutt",
|
||||
minute: "ca ett minutt",
|
||||
minutes: "%d minutter",
|
||||
hour: "ca en time",
|
||||
hours: "ca %d timer",
|
||||
day: "en dag",
|
||||
days: "%d dager",
|
||||
month: "ca en måned",
|
||||
months: "%d måneder",
|
||||
year: "ca ett år",
|
||||
years: "%d år",
|
||||
wordSeparator: " ",
|
||||
numbers: []
|
||||
};
|
||||
}));
|
||||
@@ -7,15 +7,15 @@ msgstr ""
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: nl\n"
|
||||
|
||||
#: 404.php:7
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr "Pagina niet gevonden"
|
||||
|
||||
#: 404.php:8
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Sorry, de pagina die je probeert te bekijken bestaat niet."
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:106
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Dashboard"
|
||||
|
||||
@@ -27,7 +27,7 @@ msgstr "Welkom"
|
||||
msgid "New incident"
|
||||
msgstr "Nieuw incident"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Titel"
|
||||
|
||||
@@ -35,23 +35,23 @@ msgstr "Titel"
|
||||
msgid "Time"
|
||||
msgstr "Tijd"
|
||||
|
||||
#: admin/dashboard.php:75
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Plaats hier je tekst..."
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:177
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Gepost door"
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:179
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Einde"
|
||||
|
||||
#: admin/dashboard.php:78
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Eindtijd"
|
||||
|
||||
#: admin/dashboard.php:96 admin/new-user.php:53
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Verzenden"
|
||||
|
||||
@@ -64,13 +64,13 @@ msgid "Please login to continue."
|
||||
msgstr "Meld u aan om verder te gaan."
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:69
|
||||
#: classes/user.php:125 classes/user.php:375 install.php:150 install.php:175
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:128 classes/user.php:357 install.php:163 install.php:178
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Wachtwoord"
|
||||
|
||||
@@ -114,17 +114,17 @@ msgstr "Aanvraag verzenden"
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Wachtwoord opnieuw instellen voor %s (%s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:361
|
||||
#: classes/user.php:362
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Nieuw wachtwoord"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:363
|
||||
#: classes/user.php:364
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Herhaal wachtwoord"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:365
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Wachtwoord veranderen"
|
||||
|
||||
@@ -132,18 +132,21 @@ msgstr "Wachtwoord veranderen"
|
||||
msgid "New user"
|
||||
msgstr "Nieuwe gebruiker"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:38 admin/settings.php:69
|
||||
#: classes/user.php:119 install.php:144 install.php:149 install.php:170
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Naam"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:69 classes/user.php:122
|
||||
#: install.php:171
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Achternaam"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:69 classes/user.php:317
|
||||
#: install.php:174
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Gebruikersnaam"
|
||||
|
||||
@@ -151,7 +154,7 @@ msgstr "Gebruikersnaam"
|
||||
msgid "Permission"
|
||||
msgstr "Toestemming"
|
||||
|
||||
#: admin/settings.php:12 template.php:108
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Instellingen"
|
||||
|
||||
@@ -163,35 +166,35 @@ msgstr "Diensten"
|
||||
msgid "Add service"
|
||||
msgstr "Dienst toevoegen"
|
||||
|
||||
#: admin/settings.php:37 admin/settings.php:69 classes/user.php:313
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:41
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Verwijderen"
|
||||
|
||||
#: admin/settings.php:65
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Gebruikers"
|
||||
|
||||
#: admin/settings.php:66
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Voeg nieuwe gebruiker toe"
|
||||
|
||||
#: admin/settings.php:69 classes/user.php:329
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Rol"
|
||||
|
||||
#: admin/user.php:35 install.php:162 install.php:167
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Gebruiker"
|
||||
|
||||
#: admin/user.php:39
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Gebruikers instellingen"
|
||||
|
||||
#: classes/constellation.php:36 config.php:40
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Gepland onderhoud"
|
||||
|
||||
@@ -207,43 +210,43 @@ msgstr "Afgelopen incidenten"
|
||||
msgid "No incidents"
|
||||
msgstr "Geen incidenten"
|
||||
|
||||
#: classes/constellation.php:62
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Meer laden"
|
||||
|
||||
#: classes/constellation.php:100
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Geen diensten"
|
||||
|
||||
#: classes/incident.php:83
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Voer alstublieft een titel in"
|
||||
|
||||
#: classes/incident.php:86
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "De titel is te lang! Tekenlimiet is 50"
|
||||
|
||||
#: classes/incident.php:92
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Voer alstublieft tekst in"
|
||||
|
||||
#: classes/incident.php:98
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Gelieve een start en eind tijd in te geven! Gebruik het ISO 8601 formaat."
|
||||
|
||||
#: classes/incident.php:103
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Gelieve tenminste 1 dienst te selecteren"
|
||||
|
||||
#: classes/incident.php:121
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "De formaat van de start tijd word niet herkent. Gebruik het ISO 8601 formaat."
|
||||
|
||||
#: classes/incident.php:127
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "De formaat van de eind tijd word niet herkent. Gebruik het ISO 8601 formaat."
|
||||
|
||||
#: classes/incident.php:179
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Geëindigd"
|
||||
|
||||
@@ -255,128 +258,128 @@ msgstr "De dienst naam is te lang! Maximum aantal tekens is 50"
|
||||
msgid "Please enter name!"
|
||||
msgstr "Gelieve een naam in te vullen!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:102
|
||||
#: classes/user.php:204
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "U hebt niet de toestemming om dat te doen!"
|
||||
|
||||
#: classes/user.php:165
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Gelieve rekening te houden met de tekenlimiet:_"
|
||||
|
||||
#: classes/user.php:182
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Gebruikersaccount aangemaakt"
|
||||
|
||||
#: classes/user.php:183
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Hey %s!<br>Uw account is aangemaakt. U kunt nu met uw e-mail adres inloggen op <a href=\"%s\">%s</a> met het wachtwoord %s - Gelieve dit wachtwoord zo snel mogelijk te veranderen."
|
||||
|
||||
#: classes/user.php:196
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Gebruikersnaam of e-mail is al gebruikt."
|
||||
|
||||
#: classes/user.php:236
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Uw account was uitgeschakelt. Gelieve contact op te nemen met een Administrator."
|
||||
|
||||
#: classes/user.php:248 classes/user.php:264
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Fout e-mail adres of wachtwoord"
|
||||
|
||||
#: classes/user.php:295
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Ongeldig token gedetecteerd, gelieve opnieuw in te loggen!"
|
||||
|
||||
#: classes/user.php:309
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Profiel afbeelding"
|
||||
|
||||
#: classes/user.php:334
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Verander rol"
|
||||
|
||||
#: classes/user.php:349
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Verander e-mail"
|
||||
|
||||
#: classes/user.php:359 classes/user.php:360
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Oud wachtwoord"
|
||||
|
||||
#: classes/user.php:398
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Wachtwoorden komen niet overeen!"
|
||||
|
||||
#: classes/user.php:404
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "Kan het wachtwoord van andere gebruikers niet veranderen!"
|
||||
|
||||
#: classes/user.php:434
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Fout wachtwoord!"
|
||||
|
||||
#: classes/user.php:460 classes/user.php:551
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "Ongeldig token gedetecteerd, gelieve opnieuw te beginnen!"
|
||||
|
||||
#: classes/user.php:490
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Wachtwoord opnieuw instellen"
|
||||
|
||||
#: classes/user.php:515
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "E-mail wijzigen"
|
||||
|
||||
#: classes/incident.php:50 classes/user.php:594
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "Je hebt niet de toestemming om dat te doen!"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Grote storing"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Kleine storing"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Operationeel"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Sommige systemen ondervinden grote storingen"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Sommige systemen ondervinden kleine storingen"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Sommige systemen zijn in onderhoud"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "Onze systemen ondervinden grote storingen"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "Onze systemen ondervinden kleine storingen"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "Onze systemen zijn in onderhoud"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Alle systemen zijn operationeel"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Super admin"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Admin"
|
||||
|
||||
@@ -384,15 +387,15 @@ msgstr "Admin"
|
||||
msgid "Service Status"
|
||||
msgstr "Service status"
|
||||
|
||||
#: template.php:97
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Navigatie omschakelen"
|
||||
|
||||
#: template.php:107
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Gebruiker (%s)"
|
||||
|
||||
#: template.php:109
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Uitloggen"
|
||||
|
||||
@@ -404,15 +407,15 @@ msgstr "Huidige status"
|
||||
msgid "Status page"
|
||||
msgstr "Status pagina"
|
||||
|
||||
#: install.php:127
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Installeren"
|
||||
|
||||
#: install.php:129
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Installatie"
|
||||
|
||||
#: config.php:33 install.php:26
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
""
|
||||
msgstr "Verbinding mislukt: %s"
|
||||
@@ -421,63 +424,59 @@ msgstr "Verbinding mislukt: %s"
|
||||
msgid "Please set valid url!"
|
||||
msgstr "Stel een geldige url in!"
|
||||
|
||||
#: install.php:93
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Error bij het aanmaken van de database. Gelieve de rechten van uw account na te kijken of uw MySQL versie. <br> Error: %s"
|
||||
|
||||
#: install.php:140
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Website details"
|
||||
|
||||
#: install.php:141
|
||||
msgid "We need a name for your status page and a url, so we can mail users link for forgotten password etc."
|
||||
msgstr "We hebben een naam nodig voor uw status pagina en een URL zodat we gebruikers een e-mail kunnen sturen als ze hun wachtwoord zijn vergeten etc."
|
||||
|
||||
#: install.php:40 install.php:145
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "url"
|
||||
|
||||
#: install.php:147
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Een e-mailadres voor de mailer zou ook nice zijn :)"
|
||||
|
||||
#: install.php:154
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Database verbinding"
|
||||
|
||||
#: install.php:155
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "We hebben een database verbinding nodig om tabellen te kunnen maken. Gelieve na te kijken of uw account hiervoor de toestemming heeft."
|
||||
|
||||
#: install.php:158
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Server"
|
||||
|
||||
#: install.php:159
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Database"
|
||||
|
||||
#: install.php:168
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "En tot slot hebben we info nodig om een nieuwe gebruiker te maken. U hoeft dit niet te verstrekken, maar dan zult u geen status pagina admin hebben..."
|
||||
|
||||
#: install.php:181
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Installatie uitvoeren"
|
||||
|
||||
#: classes/user.php:132
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Rank"
|
||||
|
||||
#: classes/user.php:491
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Hey %s<br>Hieronder vind u de link om uw wachtwoord te veranderen. De link is bruikbaar voor 24 uur. Als u dit niet heeft aangevraagd kunt u dit negeren. <br><br><a href=\"%s\">WACHTWOORD OPNIEUW INSTELLEN</a><br><br>Als de link niet werkt copy & paste dit dan in uw browser: <br>%s"
|
||||
|
||||
#: classes/user.php:516
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Hey %s<br>Hieronder vind u de link om uw e-mailadres te veranderen. De link is bruikbaar voor 24 uur. Als u dit niet heeft aangevraagd kunt u dit negeren. <br><br><a href=\"%s\">EMAIL VERANDEREN</a><br><br>Als de link niet werkt copy & paste dit dan in uw browser: <br>%s"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Editor"
|
||||
|
||||
@@ -489,35 +488,178 @@ msgstr "Server naam"
|
||||
msgid "Mailer name"
|
||||
msgstr "Mailer naam"
|
||||
|
||||
#: install.php:48
|
||||
#: install.php:52
|
||||
msgid "Mailer email"
|
||||
msgstr "Mailer e-mail"
|
||||
|
||||
#: install.php:52
|
||||
#: install.php:56
|
||||
msgid "Database server"
|
||||
msgstr "Database server"
|
||||
|
||||
#: install.php:56
|
||||
#: install.php:60
|
||||
msgid "Database name"
|
||||
msgstr "Database naam"
|
||||
|
||||
#: install.php:60
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "Database gebruiker"
|
||||
|
||||
#: install.php:65
|
||||
#: install.php:69
|
||||
msgid "Database password"
|
||||
msgstr "Database wachtwoord"
|
||||
|
||||
#: install.php:69
|
||||
msgid "Please set"
|
||||
msgstr "Stel alstublieft in"
|
||||
|
||||
#: template.php:138
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Dropdown omschakelen"
|
||||
|
||||
#: template.php:147
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Help met vertalen!"
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Deactiveer gebruiker"
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Activeer gebruiker"
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr "Gelieve in te vullen"
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "We zullen je enkele basis vragen stellen over je website. De meeste van deze instellingen kun je later aanpassen in het bestand config.php"
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "We hebben een naam voor je status pagina nodig (word weergegeven na de pagina titel achter de dash) en een url van je server status installatie (bv: <a href='#'>https://example.com/status</a> - zonder de slash), zo kunnen we gebruikers een link sturen wanneer ze hun wachtwoord zijn vergeten etc..."
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "Een titel die weergegeven zal worden aan de bovenkant van je pagina."
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Services bestaat niet!"
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Gelieve uw e-mail adres en wachtwoord in te vullen!"
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "Wijzig naam"
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "Wijzig gebruikersnaam"
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "Gebruikersnaam is al in gebruik."
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "U kunt geen gebruikersnaam van andere wijzigen!"
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "U kunt geen namen van anderen wijzigen!"
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Bevestigingsmail verzonden!"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr "Privacy Beleid"
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "Bedrijfsnaam"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "Adres"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "Volledig adres"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "Telefoon"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "Telefoon nummer"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "Wie we zijn"
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "Contact"
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "Welke persoonlijke data we verzamelen en waarom"
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "Als u onze websites bezoekt, wordt de volgende informatie opgeslagen: IP-adres, Datum, Tijd, Browserquery's, Algemene informatie over uw browser, besturingssysteem en alle zoekopdrachten op de sites.\n"
|
||||
"Deze gebruikersgegevens worden gebruikt voor anonieme gebruikersstatistieken om trends te herkennen en onze inhoud te verbeteren."
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "Hoe we uw data beschermen"
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "In samenwerking met onze hostingprovider doen we ons best om onze databases te beschermen tegen toegang van derden, verlies, misbruik of valsheid in geschrifte."
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "Derde partij die uw persoonlijke gegevens ontvangen"
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr "Koekjes"
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "Deze site maakt gebruik van cookies: kleine tekstbestanden die op uw computer worden geplaatst om de site een betere gebruikerservaring te bieden.\n"
|
||||
"In het algemeen worden cookies gebruikt om gebruikersvoorkeuren te behouden, informatie op te slaan voor zaken als winkelwagentjes, en geanonimiseerde track gegevens te leveren aan applicaties van derden, zoals Google Analytics.\n"
|
||||
"Cookies zullen uw surfervaring in de regel verbeteren. U kunt echter de voorkeur geven aan het uitschakelen van cookies op deze site en op anderen.\n"
|
||||
"De meest effectieve manier om dit te doen, is door cookies in uw browser uit te schakelen. We raden u aan de Help-sectie van uw browser te raadplegen\n"
|
||||
"of kijk eens naar de About Cookies-website die richtlijnen biedt voor alle moderne browsers"
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "Aangezien u persoonlijke gegevens verzamelt, moet u volgens de GDPR een privacybeleid hebben. Vul de onderstaande gegevens in."
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "Informatie over u zelf"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "Algemeen"
|
||||
|
||||
|
||||
@@ -0,0 +1,666 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: POEditor.com\n"
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: pl\n"
|
||||
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr "Strona nie została znaleziona"
|
||||
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Przepraszamy, ale strona, którą próbujesz wyświetlić, nie istnieje."
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Panel"
|
||||
|
||||
#: admin/dashboard.php:27
|
||||
msgid "Welcome"
|
||||
msgstr "Witamy"
|
||||
|
||||
#: admin/dashboard.php:39
|
||||
msgid "New incident"
|
||||
msgstr "Nowy incydent"
|
||||
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Tytuł"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
msgid "Time"
|
||||
msgstr "Czas"
|
||||
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Tutaj wpisz wiadomość..."
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Wysłane przez"
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Zakończono"
|
||||
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Koniec czasu"
|
||||
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Zatwierdź"
|
||||
|
||||
#: admin/login-form.php:2 admin/login-form.php:5 admin/login-form.php:27
|
||||
msgid "Login"
|
||||
msgstr "Zaloguj się"
|
||||
|
||||
#: admin/login-form.php:11
|
||||
msgid "Please login to continue."
|
||||
msgstr "Proszę się zalogować, aby kontynuować."
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Hasło"
|
||||
|
||||
#: admin/login-form.php:22
|
||||
msgid "Forgotten password?"
|
||||
msgstr "Zapomniane hasło?"
|
||||
|
||||
#: admin/login-form.php:23
|
||||
msgid "Remember me"
|
||||
msgstr "Zapamiętaj mnie"
|
||||
|
||||
#: admin/lost-password.php:2 admin/lost-password.php:5
|
||||
msgid "Lost password"
|
||||
msgstr "Utracone hasło"
|
||||
|
||||
#: admin/lost-password.php:16
|
||||
msgid "Go back"
|
||||
msgstr "Wróć"
|
||||
|
||||
#: admin/lost-password.php:20
|
||||
msgid "Password changed successfully!"
|
||||
msgstr "Hasło zostało zmienione pomyślnie!"
|
||||
|
||||
#: admin/lost-password.php:21 admin/lost-password.php:35
|
||||
msgid "Go back to login page"
|
||||
msgstr "Wróć do strony logowania"
|
||||
|
||||
#: admin/lost-password.php:30
|
||||
msgid "Go back to start"
|
||||
msgstr "Wróć, aby rozpocząć"
|
||||
|
||||
#: admin/lost-password.php:34
|
||||
msgid "Email with password reset link has been sent!"
|
||||
msgstr "E-mail z linkiem do zmiany hasła został wysłany!"
|
||||
|
||||
#: admin/lost-password.php:50
|
||||
msgid "Submit request"
|
||||
msgstr "Wyślij zapytanie"
|
||||
|
||||
#: admin/lost-password.php:57
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Zresetuj hasło dla %s (%s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Nowe hasło"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Powtórz hasło"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Zmień hasło"
|
||||
|
||||
#: admin/new-user.php:7
|
||||
msgid "New user"
|
||||
msgstr "Nowy użytkownik"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Imie"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Nazwisko"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Nazwa użytkownika"
|
||||
|
||||
#: admin/new-user.php:29
|
||||
msgid "Permission"
|
||||
msgstr "Uprawnienia"
|
||||
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Ustawienia"
|
||||
|
||||
#: admin/settings.php:23
|
||||
msgid "Services"
|
||||
msgstr "Usługi"
|
||||
|
||||
#: admin/settings.php:29
|
||||
msgid "Add service"
|
||||
msgstr "Dodał usługę"
|
||||
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Usuń"
|
||||
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Użytkownicy"
|
||||
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Dodaj nowego użytkownika"
|
||||
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Rola"
|
||||
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Użytkownik"
|
||||
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Ustawienia użytkownika"
|
||||
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Planowana konserwacja"
|
||||
|
||||
#: classes/constellation.php:42
|
||||
msgid "Back"
|
||||
msgstr "Powrót"
|
||||
|
||||
#: classes/constellation.php:44
|
||||
msgid "Past incidents"
|
||||
msgstr "Poprzednie incydenty"
|
||||
|
||||
#: classes/constellation.php:48
|
||||
msgid "No incidents"
|
||||
msgstr "Brak incydentów"
|
||||
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Załaduj wiecej"
|
||||
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Brak usług"
|
||||
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Proszę podać tytuł"
|
||||
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Tytuł jest zbyt długi! Limit znaków to 50"
|
||||
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Wpisz tekst"
|
||||
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Ustaw czas rozpoczęcia i zakończenia! Użyj formatu ISO 8601."
|
||||
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Wybierz co najmniej jedną usługę\n"
|
||||
""
|
||||
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Format daty rozpoczęcia nie został rozpoznany. Użyj formatu ISO 8601."
|
||||
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Format daty zakończenia nie został rozpoznany. Użyj formatu ISO 8601."
|
||||
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Zakończono"
|
||||
|
||||
#: classes/service.php:63
|
||||
msgid "Service name is too long! Character limit is 50"
|
||||
msgstr "Nazwa usługi jest za długa! Limit znaków to 50"
|
||||
|
||||
#: classes/service.php:66
|
||||
msgid "Please enter name!"
|
||||
msgstr "Proszę podać nazwe!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "Nie masz wystarczających uprawnień!"
|
||||
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Pamiętaj o limitach znaków: ␣"
|
||||
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Utworzono konto użytkownika"
|
||||
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Witaj, %s!<br>Twoje konto zostało utworzone. Możesz zalogować się za pomocą swojego adresu e-mail na stronie <a href=\"%s\">%s</a> z hasłem%s - zmień je tak szybko, jak to możliwe."
|
||||
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Nazwa użytkownika lub adres e-mail już istnieje"
|
||||
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Twoje konto zostało wyłączone. Skontaktuj się z administratorem."
|
||||
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Błędny e-mail lub hasło"
|
||||
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Wykryto nieprawidłowy token, spróbuj ponownie!"
|
||||
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Zdjęcie profilu"
|
||||
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Zmień role"
|
||||
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Zmień adres e-mail"
|
||||
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Stare hasło"
|
||||
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Hasła nie pasują do siebie!"
|
||||
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "Nie możesz zmieniać hasła innym użytkownika!"
|
||||
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Złe hasło!"
|
||||
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "Wykryto nieprawidłowy token, spróbuj ponownie!"
|
||||
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Zresetuj hasło"
|
||||
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "Zmiana adresu e-mail"
|
||||
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "Nie masz do tego uprawnień!"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Poważna przerwa?"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Niewielkie awarie"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Działa"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Niektóre systemy mają poważne awarie"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Niektóre systemy mają niewielkie awarie"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Niektóre systemy są w trakcie konserwacji"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "Nasze systemy mają poważne awarie"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "Nasze systemy mają niewielkie awarie"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "Nasze systemy są w trakcie konserwacji"
|
||||
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Wszystkie systemy działają"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Super admin"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Administrator"
|
||||
|
||||
#: template.php:53
|
||||
msgid "Service Status"
|
||||
msgstr "Status usługi"
|
||||
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Zmień nawigację"
|
||||
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Użytkownik (%s) "
|
||||
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Wyloguj się"
|
||||
|
||||
#: index.php:27
|
||||
msgid "Current status"
|
||||
msgstr "Aktualny stan"
|
||||
|
||||
#: install.php:4
|
||||
msgid "Status page"
|
||||
msgstr "Strona statusów"
|
||||
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Instaluj"
|
||||
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Instalacja"
|
||||
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
""
|
||||
msgstr "Utracono połączenie: %s"
|
||||
|
||||
#: install.php:31
|
||||
msgid "Please set valid url!"
|
||||
msgstr "Ustaw prawidłowy adres URL!"
|
||||
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Błąd podczas tworzenia bazy danych. Sprawdź uprawnienia do konta lub wersje MYSQL. <br>Błąd:%s"
|
||||
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Szczegóły strony"
|
||||
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "Url"
|
||||
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Również adres e-mail dla powiadomień byłby miły :)"
|
||||
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Utracono połączenie z bazą danych"
|
||||
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "Potrzebujemy połączenia z bazą danych. Sprawdź, czy Twoje konto ma odpowiednie uprawnienia do tworzenia tabeli."
|
||||
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Serwer"
|
||||
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Baza danych"
|
||||
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "Na koniec potrzebujemy informacji, aby utworzyć nowego użytkownika. Nie musisz tego dostarczać, ale nie ma administratora strony..."
|
||||
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Uruchom instalację!"
|
||||
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Ranga"
|
||||
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Witaj %s! <br>Poniżej znajduje się link do zmiany hasła. Link jest ważny przez 24 godziny. Jeśli nie poprosiłeś o to, możesz to zignorować.<br><br><a href=\"%s\"> ZMIEŃ HASŁO</a><br><br>Jeśli link nie działa, skopiuj & I wklej go do przeglądarki: <br>%s"
|
||||
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Witaj %s! <br>Poniżej znajduje się link do zmiany adresu e-mail. Link jest ważny przez 24 godziny. Jeśli nie poprosiłeś o to, możesz to zignorować.<br><br> <a href=\"%s\"> ZMIEŃ E-MAIL</a><br><br>Jeśli link nie działa, skopiuj & i wklej go do przeglądarki: <br>%s"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Edytor"
|
||||
|
||||
#: install.php:36
|
||||
msgid "Server name"
|
||||
msgstr "Nazwa serwera"
|
||||
|
||||
#: install.php:44
|
||||
msgid "Mailer name"
|
||||
msgstr "Nazwa Mailera"
|
||||
|
||||
#: install.php:52
|
||||
msgid "Mailer email"
|
||||
msgstr "Adres e-mail Mailera"
|
||||
|
||||
#: install.php:56
|
||||
msgid "Database server"
|
||||
msgstr "Serwer bazy danych"
|
||||
|
||||
#: install.php:60
|
||||
msgid "Database name"
|
||||
msgstr "Nazwa bazy danych"
|
||||
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "Użytkownik bazy danych"
|
||||
|
||||
#: install.php:69
|
||||
msgid "Database password"
|
||||
msgstr "Hasło bazy danych"
|
||||
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Rozwiń"
|
||||
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Pomóż w tłumaczeniu!"
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Dezaktywuj użytkownika"
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Aktywuj użytkownika\n"
|
||||
""
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr "Proszę wpisać"
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "Zadamy Ci kilka podstawowych pytań na temat Twojej strony. Większość ustawień można później edytować w pliku config.php."
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "Potrzebujemy nazwy strony statusu (wyświetlanej za tytułem strony po myślniku) i adresu URL instalacji twojego serwera (np. <a href='#'> https://example.com/status </a> - bez ukośnika na końcu), dzięki czemu możemy wysłać użytkownikom link do zapomnianego hasła itp. ..."
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "Tytuł, który chcesz wyświetlać na górze strony."
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Usługa nie istnieje!"
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Proszę podać swój adres e-mail oraz hasło!"
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "Zmień nazwę"
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "Zmień nazwę użytkownika"
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "Ta nazwa użytkownika jest już zajęta."
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "Nie można zmieniać nazwy użytkownika innym użytkownikom!"
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "Nie można zmienić imion innych użytkowników!"
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Wysłano e-mail potwierdzający!"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr "Polityka prywatności"
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "Nazwa firmy"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "Adres"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "Pełny adres"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "E-mail"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "Telefon"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "Numer telefonu"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "O nas"
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "Kontakt"
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "Jakie dane osobowe zbieramy i dlaczego"
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "Jeśli uzyskasz dostęp do naszych stron internetowych, zapisane zostaną następujące informacje: adres IP, data, godzina, zapytania przeglądarki,\n"
|
||||
"Ogólne informacje o przeglądarce, systemie operacyjnym i wszystkich wyszukiwanych hasłach w witrynach.\n"
|
||||
"Te dane użytkownika będą wykorzystywane do statystyk anonimowych użytkowników w celu rozpoznawania trendów i ulepszania naszych treści."
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "Jak chronimy Twoje dane"
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "We współpracy z naszym dostawcą hostingu dokładamy wszelkich starań, aby chronić nasze bazy danych przed dostępem osób trzecich, stratami, niewłaściwym wykorzystaniem lub fałszowaniem."
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "Osoba trzecia, która otrzymuje Twoje dane osobowe"
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr "Ciasteczka"
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "Ta strona wykorzystuje pliki cookie - małe pliki tekstowe, które umieszczane są na Twoim komputerze, aby pomóc witrynie poprawić komfort użytkowania.\n"
|
||||
"Zasadniczo pliki cookie służą do zachowania preferencji użytkownika, przechowywania informacji o takich rzeczach, jak koszyki na zakupy i zapewniać anonimowe dane śledzenia do aplikacji innych firm, takich jak Google Analytics.\n"
|
||||
"Z zasady, ciasteczka sprawią, że twoje wrażenia z przeglądania będą lepsze. Możesz jednak lepiej wyłączyć pliki cookie na tej stronie i na innych. Najskuteczniejszym sposobem na to jest wyłączenie plików cookie w przeglądarce. Sugerujemy skorzystanie z sekcji Pomoc przeglądarki lub przeglądając stronę About Cookies, która zawiera wskazówki dla wszystkich nowoczesnych przeglądarek."
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "Z racji iż zbierasz dane osobowe, RBP wymaga posiadania polityki prywatności. Wprowadź szczegóły poniżej."
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "Informacje o tobie"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "Ogólne"
|
||||
|
||||
|
After Width: | Height: | Size: 157 B |
@@ -0,0 +1,39 @@
|
||||
(function (factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'], factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(function (jQuery) {
|
||||
// Polish
|
||||
function numpf(n, s, t) {
|
||||
// s - 2-4, 22-24, 32-34 ...
|
||||
// t - 5-21, 25-31, ...
|
||||
var n10 = n % 10;
|
||||
if ( (n10 > 1) && (n10 < 5) && ( (n > 20) || (n < 10) ) ) {
|
||||
return s;
|
||||
} else {
|
||||
return t;
|
||||
}
|
||||
}
|
||||
|
||||
jQuery.timeago.settings.strings = {
|
||||
prefixAgo: null,
|
||||
prefixFromNow: "za",
|
||||
suffixAgo: "temu",
|
||||
suffixFromNow: null,
|
||||
seconds: "mniej niż minutę",
|
||||
minute: "minutę",
|
||||
minutes: function(value) { return numpf(value, "%d minuty", "%d minut"); },
|
||||
hour: "godzinę",
|
||||
hours: function(value) { return numpf(value, "%d godziny", "%d godzin"); },
|
||||
day: "dzień",
|
||||
days: "%d dni",
|
||||
month: "miesiąc",
|
||||
months: function(value) { return numpf(value, "%d miesiące", "%d miesięcy"); },
|
||||
year: "rok",
|
||||
years: function(value) { return numpf(value, "%d lata", "%d lat"); }
|
||||
};
|
||||
}));
|
||||
@@ -0,0 +1,668 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: POEditor.com\n"
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: pt-br\n"
|
||||
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr "Página não encontrada"
|
||||
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Desculpe, mas a página que você está tentando acessar, não existe"
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Painel"
|
||||
|
||||
#: admin/dashboard.php:27
|
||||
msgid "Welcome"
|
||||
msgstr "Bem vindo"
|
||||
|
||||
#: admin/dashboard.php:39
|
||||
msgid "New incident"
|
||||
msgstr "Novo Incidente"
|
||||
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Título"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
msgid "Time"
|
||||
msgstr "Tempo"
|
||||
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Escreva aqui seu texto..."
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Enviado por"
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Terminando"
|
||||
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Horário de término"
|
||||
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
||||
|
||||
#: admin/login-form.php:2 admin/login-form.php:5 admin/login-form.php:27
|
||||
msgid "Login"
|
||||
msgstr "Login"
|
||||
|
||||
#: admin/login-form.php:11
|
||||
msgid "Please login to continue."
|
||||
msgstr "Por Favor, faça login para continuar"
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Senha"
|
||||
|
||||
#: admin/login-form.php:22
|
||||
msgid "Forgotten password?"
|
||||
msgstr "Esqueceu a senha?"
|
||||
|
||||
#: admin/login-form.php:23
|
||||
msgid "Remember me"
|
||||
msgstr "Lembar-me"
|
||||
|
||||
#: admin/lost-password.php:2 admin/lost-password.php:5
|
||||
msgid "Lost password"
|
||||
msgstr "Esqueceu a senha"
|
||||
|
||||
#: admin/lost-password.php:16
|
||||
msgid "Go back"
|
||||
msgstr "Voltar"
|
||||
|
||||
#: admin/lost-password.php:20
|
||||
msgid "Password changed successfully!"
|
||||
msgstr "Senha alterada com sucesso!"
|
||||
|
||||
#: admin/lost-password.php:21 admin/lost-password.php:35
|
||||
msgid "Go back to login page"
|
||||
msgstr "Voltar à página de login"
|
||||
|
||||
#: admin/lost-password.php:30
|
||||
msgid "Go back to start"
|
||||
msgstr "Voltar ao ínicio"
|
||||
|
||||
#: admin/lost-password.php:34
|
||||
msgid "Email with password reset link has been sent!"
|
||||
msgstr "Um email com o link para resetar a senha foi enviado!"
|
||||
|
||||
#: admin/lost-password.php:50
|
||||
msgid "Submit request"
|
||||
msgstr "Enviar pedido"
|
||||
|
||||
#: admin/lost-password.php:57
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Resetar senha para %s (%s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Nova senha"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Repetir senha"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Alterar senha"
|
||||
|
||||
#: admin/new-user.php:7
|
||||
msgid "New user"
|
||||
msgstr "Novo usuário"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Sobrenome"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Nome de usuário"
|
||||
|
||||
#: admin/new-user.php:29
|
||||
msgid "Permission"
|
||||
msgstr "Permissão"
|
||||
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Configurações"
|
||||
|
||||
#: admin/settings.php:23
|
||||
msgid "Services"
|
||||
msgstr "Serviços"
|
||||
|
||||
#: admin/settings.php:29
|
||||
msgid "Add service"
|
||||
msgstr "Adicionar serviço"
|
||||
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Deletar"
|
||||
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Usuários"
|
||||
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Adicionar novo usuário"
|
||||
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Função"
|
||||
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Usuário"
|
||||
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Configurações do usuário"
|
||||
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Manutenção planejada"
|
||||
|
||||
#: classes/constellation.php:42
|
||||
msgid "Back"
|
||||
msgstr "Voltar"
|
||||
|
||||
#: classes/constellation.php:44
|
||||
msgid "Past incidents"
|
||||
msgstr "Incidentes anteriores"
|
||||
|
||||
#: classes/constellation.php:48
|
||||
msgid "No incidents"
|
||||
msgstr "Nenhum incidente"
|
||||
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Carregar mais"
|
||||
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Sem serviços"
|
||||
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Por favor insira um título"
|
||||
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Título muito longo! Limite de caracteres é 50"
|
||||
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Por favor, inserir texto"
|
||||
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Por favor, inserir horário de início e de fim! Utilize o formato ISO 8601"
|
||||
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Por favor, selecione pelo menos um serviço"
|
||||
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "O Formato da data de inicio não foi reconhecido"
|
||||
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "O Formato da data de fim não foi reconhecdo"
|
||||
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Terminado"
|
||||
|
||||
#: classes/service.php:63
|
||||
msgid "Service name is too long! Character limit is 50"
|
||||
msgstr "Nome do serviço é muito longo, o limite é de 50 caracteres"
|
||||
|
||||
#: classes/service.php:66
|
||||
msgid "Please enter name!"
|
||||
msgstr "Insira um nome!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "Você não tem permissão para fazer isso!"
|
||||
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Por favor, lembre que o limite de caractéres é:"
|
||||
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Conta de usuário criada"
|
||||
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Olá %s!<br> Sua conta foi criada. Você pode logar com seu email em<a href=\"%s\">%s</a> com a senha %s - lembre-se de mudar o mais rápido possível"
|
||||
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Nome de usuário ou email já estão em uso"
|
||||
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Sua conta foi desativada. Por favor contate um administrador"
|
||||
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Email ou senha erradas"
|
||||
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Token inválido detectado, faça login novamente!"
|
||||
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Foto de perfil"
|
||||
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Mudar função"
|
||||
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Mudar email"
|
||||
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Senha antiga"
|
||||
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "As senhas nao são iguais!"
|
||||
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "Não é possível mudar a senha de outros usuários"
|
||||
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Senha incorreta!"
|
||||
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "Token inválido detectado, por favor retorne o pedido ao começo"
|
||||
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Resetar senha"
|
||||
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "Mudar email"
|
||||
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "Você não tem permissão para fazer isso!"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Major outage"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Minor outage"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Operacional"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Alguns sistemas estão passando por major outages"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Alguns sistemas estão passando por minor outages"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Alguns sistemas estão passando por manutenções"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "Nossos sistemas estão passando por major outages"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "Nossos sistemas estão passando por minor outages"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "Nossos sistemas estão passando por manutenções"
|
||||
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Todos sistemas operacionais"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Super admin"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Admin"
|
||||
|
||||
#: template.php:53
|
||||
msgid "Service Status"
|
||||
msgstr "Status do Serviço"
|
||||
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Mudar navegação"
|
||||
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Usuário (%s)"
|
||||
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Logout"
|
||||
|
||||
#: index.php:27
|
||||
msgid "Current status"
|
||||
msgstr "Status atual"
|
||||
|
||||
#: install.php:4
|
||||
msgid "Status page"
|
||||
msgstr "Página de status"
|
||||
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Instalar"
|
||||
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Instalação"
|
||||
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
""
|
||||
msgstr "Conexão falhou: %s"
|
||||
|
||||
#: install.php:31
|
||||
msgid "Please set valid url!"
|
||||
msgstr "Insira uma url válida!"
|
||||
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Erro na criação da base de dados. Verifique suas permissões ou a versão do MYSQL.<br>Erro: %s"
|
||||
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Detalhes do site"
|
||||
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "Url"
|
||||
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Um endereço de email seria legal :)"
|
||||
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Conexão à base de dados"
|
||||
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "Nós precisamos de uma conexão a base de dados para podermos criar tabelas. Verifique se sua conta tem as permissões nescessárias para isso"
|
||||
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Servidor"
|
||||
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Base de dados"
|
||||
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "E finalmente, precisamos de informações para criar um novo usuário. Você não precisa fornecer, porém... Sem administrador da página de status =("
|
||||
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Rodar instalação"
|
||||
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Ranking"
|
||||
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Olá %s!<br> Abaixo você encontrará o link para alterar sua senha. O link é válido por 24hrs. Se você não pediu isso, apenas ignore <br><br> <a href=\"%s\">RESETAR SENHA</a><br><br> se o link não funcionar, copie e cole no seu navegador: <br> %s\n"
|
||||
""
|
||||
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Olá %s!<br> Abaixo você encontrará o link para alterar seu email. O link é válido por 24hrs. Se você não pediu isso, apenas ignore <br><br> <a href=\"%s\">MUDAR EMAIL</a><br><br> se o link não funcionar, copie e cole no seu navegador: <br> %s\n"
|
||||
""
|
||||
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Editor"
|
||||
|
||||
#: install.php:36
|
||||
msgid "Server name"
|
||||
msgstr "Nome do servidor"
|
||||
|
||||
#: install.php:44
|
||||
msgid "Mailer name"
|
||||
msgstr "Nome do enviador de email"
|
||||
|
||||
#: install.php:52
|
||||
msgid "Mailer email"
|
||||
msgstr "Email do enviador de email"
|
||||
|
||||
#: install.php:56
|
||||
msgid "Database server"
|
||||
msgstr "Servidor da base de dados"
|
||||
|
||||
#: install.php:60
|
||||
msgid "Database name"
|
||||
msgstr "Nome da base de dados"
|
||||
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "Usuário da base de dados"
|
||||
|
||||
#: install.php:69
|
||||
msgid "Database password"
|
||||
msgstr "Senha da base de dados"
|
||||
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Toggle Dropdown"
|
||||
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Ajude a traduzir!"
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Desativar usuário"
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Ativar usuário"
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr "Por favor insira"
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "Vamos começar, responda um pouco sobre seu site, edite depois no config.php"
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "Nós precisamos de um nome para sua página de status e um url para a instalação da página de status como: http://example.com/status, para então podermos enviar email para os usuários que esqueceram a senha etc..."
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "O Título que será mostrado no topo da página"
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Serviço inexistente!"
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Insira seu email e senha!"
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "Mudar nome"
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "Mudar nome de usuário"
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "Esse nome de usuário já existe!"
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "Impossível mudar o nome de usuário de outras pessoas!"
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "Impossível mudar o nome de outros usuários!"
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Email de confirmação enviado!"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr "Politica de Privacidade"
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "Nome da Companhia"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "Endereço"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "Endereço completo"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "Email"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "Telefone"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "Número de telefone"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "Quem nós somos"
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "Contato"
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "Quais dados pessoais nos coletamos e por que?"
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "Acessando nosso site, as seguintes informações salvas:\n"
|
||||
"endereço de IP, Data, horario, Pesquisas, informações gerais sobre seu navegador, sistema operacional e todas as ações no site.\n"
|
||||
"Esses dados de usuário serão salvos para estatísticas anônimas para otimizar e melhorar nossos sistemas."
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "Como nós protegemos seus dados"
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "Em colaboração com nosso provedor de host nós damos nosso melhor para proteger nossa base de dados contra acessos de terceiros, perdas ou mau uso"
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "Terceiros que recebem seus dados pessoais"
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "Esse site usa cookies - pequenos arquivos de texto que ficam em sua máquina para otimizar a sua experiência no site.\n"
|
||||
"Os cookies em geral guardam informações para coisas como carrinhos de compras, e para enviar arquivos para aplicações como o Google Analytics.\n"
|
||||
"Como regra, os cookies devem fazer sua navegação melhor.\n"
|
||||
"Porém caso você queira, pode desabilitar os cookies neste site e nos outros.\n"
|
||||
"A maneira mais efetiva de fazer isso, é desabilitar no seu navegador."
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "Você coletando dados pessoais, a GDPR obriga você a ter uma politica de privacidade. Insira os dados abaixo"
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "Algumas informações sobre você"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "Geral"
|
||||
|
||||
|
After Width: | Height: | Size: 16 KiB |
@@ -0,0 +1,28 @@
|
||||
(function (factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'], factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(function (jQuery) {
|
||||
// Brazilian Portuguese
|
||||
jQuery.timeago.settings.strings = {
|
||||
prefixAgo: "há",
|
||||
prefixFromNow: "em",
|
||||
suffixAgo: null,
|
||||
suffixFromNow: null,
|
||||
seconds: "alguns segundos",
|
||||
minute: "um minuto",
|
||||
minutes: "%d minutos",
|
||||
hour: "uma hora",
|
||||
hours: "%d horas",
|
||||
day: "um dia",
|
||||
days: "%d dias",
|
||||
month: "um mês",
|
||||
months: "%d meses",
|
||||
year: "um ano",
|
||||
years: "%d anos"
|
||||
};
|
||||
}));
|
||||
@@ -0,0 +1,694 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: POEditor.com\n"
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: sk\n"
|
||||
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr "Stránka sa nenašla"
|
||||
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Ľutujeme, ale stránka, ktorú ste sa pokúšali zobraziť, neexistuje"
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Nástenka"
|
||||
|
||||
#: admin/dashboard.php:27
|
||||
msgid "Welcome"
|
||||
msgstr "Vitajte"
|
||||
|
||||
#: admin/dashboard.php:39
|
||||
msgid "New incident"
|
||||
msgstr "Nová udalosť"
|
||||
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Názov"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
msgid "Time"
|
||||
msgstr "Čas"
|
||||
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Sem napíšte svoj text ..."
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Zverejnil"
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Končí"
|
||||
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Čas ukončenia\n"
|
||||
""
|
||||
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Odoslať"
|
||||
|
||||
#: admin/login-form.php:2 admin/login-form.php:5 admin/login-form.php:27
|
||||
msgid "Login"
|
||||
msgstr "Prihlásiť sa"
|
||||
|
||||
#: admin/login-form.php:11
|
||||
msgid "Please login to continue."
|
||||
msgstr "Prosím prihláste sa pre pokračovanie."
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Heslo"
|
||||
|
||||
#: admin/login-form.php:22
|
||||
msgid "Forgotten password?"
|
||||
msgstr "Zabudnuté heslo?"
|
||||
|
||||
#: admin/login-form.php:23
|
||||
msgid "Remember me"
|
||||
msgstr "Zpamätaj si ma"
|
||||
|
||||
#: admin/lost-password.php:2 admin/lost-password.php:5
|
||||
msgid "Lost password"
|
||||
msgstr "Stratené heslo"
|
||||
|
||||
#: admin/lost-password.php:16
|
||||
msgid "Go back"
|
||||
msgstr "Vráť sa"
|
||||
|
||||
#: admin/lost-password.php:20
|
||||
msgid "Password changed successfully!"
|
||||
msgstr "Heslo úspešne zmenené!"
|
||||
|
||||
#: admin/lost-password.php:21 admin/lost-password.php:35
|
||||
msgid "Go back to login page"
|
||||
msgstr "Vráťte sa na prihlasovaciu stránku"
|
||||
|
||||
#: admin/lost-password.php:30
|
||||
msgid "Go back to start"
|
||||
msgstr "Vráťte sa späť na začiatok"
|
||||
|
||||
#: admin/lost-password.php:34
|
||||
msgid "Email with password reset link has been sent!"
|
||||
msgstr "E-mail s odkazom na obnovenie hesla bol odoslaný!"
|
||||
|
||||
#: admin/lost-password.php:50
|
||||
msgid "Submit request"
|
||||
msgstr "Odoslať žiadosť"
|
||||
|
||||
#: admin/lost-password.php:57
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Obnovenie hesla pre %s (%s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Nové heslo"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Zopakujte heslo"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Zmeniť heslo"
|
||||
|
||||
#: admin/new-user.php:7
|
||||
msgid "New user"
|
||||
msgstr "Nový užívateľ"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Meno"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Priezvisko"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Užívateľské meno"
|
||||
|
||||
#: admin/new-user.php:29
|
||||
msgid "Permission"
|
||||
msgstr "Oprávnenie\n"
|
||||
""
|
||||
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Nastavenia"
|
||||
|
||||
#: admin/settings.php:23
|
||||
msgid "Services"
|
||||
msgstr "Služby"
|
||||
|
||||
#: admin/settings.php:29
|
||||
msgid "Add service"
|
||||
msgstr "Pridaj službu\n"
|
||||
""
|
||||
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Vymazať"
|
||||
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Užívatelia"
|
||||
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Pridať nového používateľa"
|
||||
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Rola"
|
||||
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Užívateľ"
|
||||
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Používateľské nastavenia"
|
||||
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Plánovaná údržba"
|
||||
|
||||
#: classes/constellation.php:42
|
||||
msgid "Back"
|
||||
msgstr "Späť"
|
||||
|
||||
#: classes/constellation.php:44
|
||||
msgid "Past incidents"
|
||||
msgstr "História udalostí"
|
||||
|
||||
#: classes/constellation.php:48
|
||||
msgid "No incidents"
|
||||
msgstr "Žiadne udalosti"
|
||||
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Načítať viac"
|
||||
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Žiadne služby"
|
||||
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Prosím zadajte názov"
|
||||
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Nadpis je príliš dlhý! Maximálny počet znakov je 50"
|
||||
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Prosím zadajte text"
|
||||
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Prosím nastavte čas začiatku a konca! Použite formát ISO 8601."
|
||||
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Prosím vyberte aspoň jednu službu"
|
||||
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Formát dátumu začiatku sa nedá rozpoznať. Prosím použite formát ISO 8601"
|
||||
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Formát dátumu ukončenia sa nedá rozpoznať. Prosím použite formát ISO 8601"
|
||||
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Ukončený"
|
||||
|
||||
#: classes/service.php:63
|
||||
msgid "Service name is too long! Character limit is 50"
|
||||
msgstr "Názov služby je príliš dlhý! Maximálny počet znakov je 50"
|
||||
|
||||
#: classes/service.php:66
|
||||
msgid "Please enter name!"
|
||||
msgstr "Prosím zadajte meno!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "Nemáte na to povolenie!"
|
||||
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Nezabudnite prosím na limity týchto znakov:␣"
|
||||
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Užívateľský účet bol vytvorený"
|
||||
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Ahoj %s!<br> Váš účet bol vytvorený. Môžete sa prihlásiť pomocou svojej e-mailovej adresy na adrese <a href=\"%s\">%s</a> s heslom %s - prosím, zmeňte ho čo najskôr."
|
||||
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Používateľské meno alebo e-mail sa už používa"
|
||||
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Váš účet bol zablokovaný. Kontaktujte správcu."
|
||||
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Nesprávny e-mail alebo heslo."
|
||||
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Neplatný token, prihláste sa prosím znovu!"
|
||||
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Profilový obrázok"
|
||||
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Zmena role"
|
||||
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Zmeniť e-mail"
|
||||
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Staré heslo"
|
||||
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Heslá sa nezhodujú!"
|
||||
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "Nemôžete zmeniť heslo iných používateľov!"
|
||||
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Zlé heslo!"
|
||||
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "Zistil sa neplatný token, zopakujte svoju požiadavku od začiatku!"
|
||||
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Obnoviť heslo"
|
||||
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "Zmena e-mailu"
|
||||
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "Nemáte k tomu oprávnenie!"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Veľký výpadok"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Menší výpadok"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Funkčný\n"
|
||||
""
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Niektoré systémy majú závažné výpadky"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Niektoré systémy majú menšie výpadky"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Niektoré systémy sú v údržbe"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "Naše systémy majú závažné výpadky."
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "Naše systémy majú menšie výpadky"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "Naše systémy sú v údržbe"
|
||||
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Všetky systémy sú funkčné\n"
|
||||
""
|
||||
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Super admin"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Admin"
|
||||
|
||||
#: template.php:53
|
||||
msgid "Service Status"
|
||||
msgstr "Stav služieb"
|
||||
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Prepnúť navigáciu"
|
||||
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Používateľ (%s)"
|
||||
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Odhlásiť sa"
|
||||
|
||||
#: index.php:27
|
||||
msgid "Current status"
|
||||
msgstr "Momentálna situácia"
|
||||
|
||||
#: install.php:4
|
||||
msgid "Status page"
|
||||
msgstr "Stavová stránka"
|
||||
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Inštalovať"
|
||||
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Inštalácia"
|
||||
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
""
|
||||
msgstr "Spojenie zlyhalo: %s"
|
||||
|
||||
#: install.php:31
|
||||
msgid "Please set valid url!"
|
||||
msgstr "Prosím zadajte platnú adresu url!"
|
||||
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Chyba pri vytváraní databázy. Skontrolujte povolenie pre svoj účet alebo verziu MYSQL.<br>Chyba: %s"
|
||||
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Podrobnosti o webe"
|
||||
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "Url"
|
||||
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Tiež emailová adresa pre mailovací skript by bodla :)"
|
||||
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Pripojenie k databáze"
|
||||
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "Potrebujeme aby databázové spojenie mohlo vytvárať tabuľky. Prosím skontrolujte že k tomu máte oprávnenie."
|
||||
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Server"
|
||||
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Databáza"
|
||||
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "A nakoniec potrebujeme info pre vytvorenie užívateľov. Nemusíte nám ho dať, ale ako potom vleziete do administrácie?"
|
||||
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Spustiť inštaláciu!"
|
||||
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Hodnosť"
|
||||
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Zdravíme, %s!<br>Nižšie nájdete odkaz na zmenu hesla. Odkaz je platný 24 hodín. Ak ste o resetovanie hesla nepožiadali, správu môžete ignorovať. <br><br><a href=\"%s\">ZRESETOVAT HESLO</a><br><br>Ak odkaz nefunguje, skopírujte ho do svojho prehliadača: <br>%s"
|
||||
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Zdravíme, %s!<br>Nižšie nájdete odkaz pre zmenu emailu. Odkaz je platný 24 hodín. Ak ste o resetovanie hesla nepožiadali, správu môžete ignorovať. <br><br><a href=\"%s\">ZRESETOVAT HESLO</a><br><br>Ak odkaz nefunguje, skopírujte ho do svojho prehliadača: <br>%s"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Editor"
|
||||
|
||||
#: install.php:36
|
||||
msgid "Server name"
|
||||
msgstr "Názov servera"
|
||||
|
||||
#: install.php:44
|
||||
msgid "Mailer name"
|
||||
msgstr "Meno mailra"
|
||||
|
||||
#: install.php:52
|
||||
msgid "Mailer email"
|
||||
msgstr "Email mailra"
|
||||
|
||||
#: install.php:56
|
||||
msgid "Database server"
|
||||
msgstr "Databázový server"
|
||||
|
||||
#: install.php:60
|
||||
msgid "Database name"
|
||||
msgstr "Názov databázy"
|
||||
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "Používateľ databázy"
|
||||
|
||||
#: install.php:69
|
||||
msgid "Database password"
|
||||
msgstr "Heslo databázy"
|
||||
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Prepínanie rozbaľovacieho okna"
|
||||
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Pomoc s prekladom!"
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Deaktivovať používateľa"
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Aktivovať používateľa"
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr "Prosím vložte"
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "Budeme sa vás pýtať na pár základných otázok o vašom webe. Väčšinu nastavení možno potom zmeniť v súbore config.php"
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "Potrebujeme názov pre vašu status stránku (zobrazený za pomlčkou) a odkaz na umiestnenie webu (napr. <a href='#'>https://example.com/status</a> - bez lomítka na konci), aby sme mohli používateľom poslať odkaz pre obnovenie hesla atď."
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "Názov ktorý chcete mať zobrazený na vrchu stránky."
|
||||
|
||||
#: api/status.php:24
|
||||
#, fuzzy
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Služba neexistuje!"
|
||||
|
||||
#: classes/user.php:220
|
||||
#, fuzzy
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Vyplňte prosím email a heslo!"
|
||||
|
||||
#: classes/user.php:336
|
||||
#, fuzzy
|
||||
msgid "Change name"
|
||||
msgstr "Zmeniť meno"
|
||||
|
||||
#: classes/user.php:356
|
||||
#, fuzzy
|
||||
msgid "Change username"
|
||||
msgstr "Zmeniť prezývku"
|
||||
|
||||
#: classes/user.php:463
|
||||
#, fuzzy
|
||||
msgid "This username is already taken."
|
||||
msgstr "Táto prezývka je už používaná."
|
||||
|
||||
#: classes/user.php:470
|
||||
#, fuzzy
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "Nemôžete meniť prezývky ostatných!"
|
||||
|
||||
#: classes/user.php:504
|
||||
#, fuzzy
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "Nemôžete meniť mená ostatných!"
|
||||
|
||||
#: classes/user.php:667
|
||||
#, fuzzy
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Potvrdzovací email bol odoslaný!"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
#, fuzzy
|
||||
msgid "Privacy Policy"
|
||||
msgstr "Ochrana súkromia"
|
||||
|
||||
#: install.php:190
|
||||
#, fuzzy
|
||||
msgid "Company name"
|
||||
msgstr "Názov spoločnosti"
|
||||
|
||||
#: install.php:191
|
||||
#, fuzzy
|
||||
msgid "Address"
|
||||
msgstr "Adresa"
|
||||
|
||||
#: install.php:191
|
||||
#, fuzzy
|
||||
msgid "Full address"
|
||||
msgstr "Celá adresa"
|
||||
|
||||
#: install.php:194
|
||||
#, fuzzy
|
||||
msgid "E-Mail"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: install.php:195
|
||||
#, fuzzy
|
||||
msgid "Phone"
|
||||
msgstr "Telefón"
|
||||
|
||||
#: install.php:195
|
||||
#, fuzzy
|
||||
msgid "Phone number"
|
||||
msgstr "Telefónne číslo"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
#, fuzzy
|
||||
msgid "Who we are"
|
||||
msgstr "Kto sme"
|
||||
|
||||
#: policy.php:9
|
||||
#, fuzzy
|
||||
msgid "Contact"
|
||||
msgstr "Kontakt"
|
||||
|
||||
#: policy.php:17
|
||||
#, fuzzy
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "Aké dáta zbierame a prečo"
|
||||
|
||||
#: policy.php:19
|
||||
#, fuzzy
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "Pri prístupe na náš web bude uložené nasledujúce: IP adresa, dátum, čas, otázka, všeobecné informácie o Vašom prehliadači, operačný systém a vaše vyhľadávanie. Tieto užívateľské dáta sú využité pre anonymné používateľské štatistiky pre rozoznanie trendov a zlepšenie obsahu."
|
||||
|
||||
#: policy.php:23
|
||||
#, fuzzy
|
||||
msgid "How we protect your data"
|
||||
msgstr "Ako chránime vaše dáta"
|
||||
|
||||
#: policy.php:24
|
||||
#, fuzzy
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "Spolu s naším poskytovateľom hostingu sa snažíme, aby naše databázy boli čo najlepšie zabezpečené proti neoprávnenému prístupu tretích strán, strát, zneužitia alebo falšovania."
|
||||
|
||||
#: policy.php:27
|
||||
#, fuzzy
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "Tretie strany, ktorým poskytujeme vaše dáta"
|
||||
|
||||
#: policy.php:29
|
||||
#, fuzzy
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
#: policy.php:30
|
||||
#, fuzzy
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "Tieto stránky používajú súbory cookie - malé textové súbory, ktoré sú umiestnené na vašom počítači a pomáhajú nám tak poskytovať lepšie užívateľské prostredie.\n"
|
||||
"Všeobecne platí, že súbory cookie slúžia na uchovanie užívateľských nastavení, ukladanie informácií o veciach, ako sú nákupné vozíky,\n"
|
||||
"a poskytujú anonymné dáta pre sledovacie aplikácie tretích strán, ako je Google Analytics.\n"
|
||||
"Súbory cookie spravidla zlepšujú funkcionalitu stránok. Môžete však uprednostňovať vypnutie súborov cookie na tejto i ostattních stránkach.\n"
|
||||
"Najúčinnejší spôsob, ako to urobiť, je zakázať cookies vo vašom prehliadači. Navrhujeme využiť vstavanú sekciu Pomocník v prehliadači\n"
|
||||
"alebo sa pozrieť na webovú stránku \"About Cookies\", ktorá ponúka pokyny pre všetky moderné prehliadače"
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "Keďže zhromažďujete osobné údaje, GDPR vyžaduje, aby ste mali zásady ochrany osobných údajov. Zadajte podrobnosti nižšie."
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "Niektoré informácie o sebe"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "Všeobecný"
|
||||
|
||||
|
After Width: | Height: | Size: 8.0 KiB |
@@ -0,0 +1,34 @@
|
||||
(function (factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'], factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(function (jQuery) {
|
||||
// Slovak
|
||||
(function() {
|
||||
function f(n, d, a) {
|
||||
return a[d>=0 ? 0 : a.length===2 || n<5 ? 1 : 2];
|
||||
}
|
||||
|
||||
jQuery.timeago.settings.strings = {
|
||||
prefixAgo: 'pred',
|
||||
prefixFromNow: 'o',
|
||||
suffixAgo: null,
|
||||
suffixFromNow: null,
|
||||
seconds: function(n, d) {return f(n, d, ['menej ako minútou', 'menej ako minútu']);},
|
||||
minute: function(n, d) {return f(n, d, ['minútou', 'minútu']);},
|
||||
minutes: function(n, d) {return f(n, d, ['%d minútami', '%d minúty', '%d minút']);},
|
||||
hour: function(n, d) {return f(n, d, ['hodinou', 'hodinu']);},
|
||||
hours: function(n, d) {return f(n, d, ['%d hodinami', '%d hodiny', '%d hodín']);},
|
||||
day: function(n, d) {return f(n, d, ['%d dňom', '%d deň']);},
|
||||
days: function(n, d) {return f(n, d, ['%d dňami', '%d dni', '%d dní']);},
|
||||
month: function(n, d) {return f(n, d, ['%d mesiacom', '%d mesiac']);},
|
||||
months: function(n, d) {return f(n, d, ['%d mesiacmi', '%d mesiace', '%d mesiacov']);},
|
||||
year: function(n, d) {return f(n, d, ['%d rokom', '%d rok']);},
|
||||
years: function(n, d) {return f(n, d, ['%d rokmi', '%d roky', '%d rokov']);}
|
||||
};
|
||||
})();
|
||||
}));
|
||||
@@ -0,0 +1,660 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: POEditor.com\n"
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: sr\n"
|
||||
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr "Stranica nije pronađena"
|
||||
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Izvinjavamo se, ali stranica kojoj ste želeli da pristupite ne postoji."
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Kontrolna ploča"
|
||||
|
||||
#: admin/dashboard.php:27
|
||||
msgid "Welcome"
|
||||
msgstr "Dobro došli"
|
||||
|
||||
#: admin/dashboard.php:39
|
||||
msgid "New incident"
|
||||
msgstr "Nova nezgoda"
|
||||
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Naslov"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
msgid "Time"
|
||||
msgstr "Vreme"
|
||||
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Ovde se nalazi vaš tekst"
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Postavljeno od strane"
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Završetak"
|
||||
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Završno vreme"
|
||||
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Postavi"
|
||||
|
||||
#: admin/login-form.php:2 admin/login-form.php:5 admin/login-form.php:27
|
||||
msgid "Login"
|
||||
msgstr "Prijava"
|
||||
|
||||
#: admin/login-form.php:11
|
||||
msgid "Please login to continue."
|
||||
msgstr "Molimo prijavite se kako bi nastavili"
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Šifra"
|
||||
|
||||
#: admin/login-form.php:22
|
||||
msgid "Forgotten password?"
|
||||
msgstr "Zaboravljena šifra ?"
|
||||
|
||||
#: admin/login-form.php:23
|
||||
msgid "Remember me"
|
||||
msgstr "Zapamti lozinku"
|
||||
|
||||
#: admin/lost-password.php:2 admin/lost-password.php:5
|
||||
msgid "Lost password"
|
||||
msgstr "Zaboravljena šifra"
|
||||
|
||||
#: admin/lost-password.php:16
|
||||
msgid "Go back"
|
||||
msgstr "Vrati nazad"
|
||||
|
||||
#: admin/lost-password.php:20
|
||||
msgid "Password changed successfully!"
|
||||
msgstr "Šifra je uspešno promenjena!"
|
||||
|
||||
#: admin/lost-password.php:21 admin/lost-password.php:35
|
||||
msgid "Go back to login page"
|
||||
msgstr "Vrati se nazad na stranicu za prijavu"
|
||||
|
||||
#: admin/lost-password.php:30
|
||||
msgid "Go back to start"
|
||||
msgstr "Vrati se na početak"
|
||||
|
||||
#: admin/lost-password.php:34
|
||||
msgid "Email with password reset link has been sent!"
|
||||
msgstr "Email sa šifrom za resetovanje je poslan"
|
||||
|
||||
#: admin/lost-password.php:50
|
||||
msgid "Submit request"
|
||||
msgstr "Pošaljite zahtev"
|
||||
|
||||
#: admin/lost-password.php:57
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Resetuj šifru %s (%s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Nova šifra"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Ponovite šifru"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Promenite šifru"
|
||||
|
||||
#: admin/new-user.php:7
|
||||
msgid "New user"
|
||||
msgstr "Novi korisnik"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Ime"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Prezime"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Korisničko ime"
|
||||
|
||||
#: admin/new-user.php:29
|
||||
msgid "Permission"
|
||||
msgstr "Permisija"
|
||||
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Podešavanja"
|
||||
|
||||
#: admin/settings.php:23
|
||||
msgid "Services"
|
||||
msgstr "Usluge"
|
||||
|
||||
#: admin/settings.php:29
|
||||
msgid "Add service"
|
||||
msgstr "Dodaj usluge"
|
||||
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Izbriši"
|
||||
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Корисници"
|
||||
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Dodaj novog korisnika"
|
||||
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Hijerarhija"
|
||||
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Korisnik"
|
||||
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Korisnička podešavanja"
|
||||
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Planirano održavanje"
|
||||
|
||||
#: classes/constellation.php:42
|
||||
msgid "Back"
|
||||
msgstr "Nazad"
|
||||
|
||||
#: classes/constellation.php:44
|
||||
msgid "Past incidents"
|
||||
msgstr "Prošli incidenti"
|
||||
|
||||
#: classes/constellation.php:48
|
||||
msgid "No incidents"
|
||||
msgstr "Nema incidenata"
|
||||
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Učitaj više"
|
||||
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Nema usluga"
|
||||
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Molimo unesite naslov"
|
||||
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Naslov je previše dugačak! Limit karaktera je 50"
|
||||
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Molimo unesite tekst"
|
||||
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Molimo podesite početno i završno vreme! Koristite ISO 8601 format"
|
||||
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Molimo izaberite najmanje jednu uslugu"
|
||||
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Format početnog vremena nije prepoznat. Molimo koristite ISO 8604 format."
|
||||
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Format završnog vremena nije prepoznat. Molimo koristite ISO 8604 format."
|
||||
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Završeno"
|
||||
|
||||
#: classes/service.php:63
|
||||
msgid "Service name is too long! Character limit is 50"
|
||||
msgstr "Име услуге је предуго! Граница карактера је 50"
|
||||
|
||||
#: classes/service.php:66
|
||||
msgid "Please enter name!"
|
||||
msgstr "Molimo unesite ime!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "Nemate dozvolu da obavite tu radnju!"
|
||||
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Molimo obratite pažnju na limit karaktera:"
|
||||
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Korisnički nalog je kreiran"
|
||||
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Pozdrav %s!<br>Vaš nalog je kreiran. Možete se prijaviti sa vašom email adresom na <a href=\"%s\">%s</a>sa šifrom %s - molimo da je promenite što je pre moguće."
|
||||
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Korisničko ime ili email je već u upotrebi"
|
||||
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Vaš nalog je blokiran. Molimo kontaktirajte administratora"
|
||||
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Email ili šifra su pogrešni"
|
||||
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Detektovan je pogrešan token, molimo prijavite se ponovo!"
|
||||
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Profilna slika"
|
||||
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Promenite hijerahiju"
|
||||
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Promenite email"
|
||||
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Stara šifra"
|
||||
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Šifre se ne poklapaju"
|
||||
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "Ne možete menjati šifre drugih korisnika"
|
||||
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Pogrešna šifra!"
|
||||
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "Detektovan je pogrešan token, molimo pokrenite vaš zahtev do početka!"
|
||||
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Resetuj šifru"
|
||||
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "Promena email adrese"
|
||||
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "Nemate dozvolu da obavite tu radnju!"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Važna zastara"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Nebitna zastara"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Operativni"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Neki sistemi iskušavaju velike zastare"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Neki sistemi iskušavaju nebitne zastare"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Neki sistemi su pod održavanjem"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "Naši sistemi iskušavaju velike zastare"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "Naši sistemi iskušavaju nebitne zastare"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr " Naši sistemi su pod održavanjem"
|
||||
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Svi sistemi funkionišu"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Super admin"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Admin"
|
||||
|
||||
#: template.php:53
|
||||
msgid "Service Status"
|
||||
msgstr "Status usluga"
|
||||
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Uključi navigaciju"
|
||||
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Korisnik (%s)"
|
||||
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Odjavite se"
|
||||
|
||||
#: index.php:27
|
||||
msgid "Current status"
|
||||
msgstr "Trenutni status"
|
||||
|
||||
#: install.php:4
|
||||
msgid "Status page"
|
||||
msgstr "Status stranice"
|
||||
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Instaliraj"
|
||||
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Instalacija"
|
||||
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
""
|
||||
msgstr "Konekcija neuspešna: %s"
|
||||
|
||||
#: install.php:31
|
||||
msgid "Please set valid url!"
|
||||
msgstr "Molimo podesite validan url!"
|
||||
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Greška tokom kreiranja databaze. Molimo proverite dozvole vašeg naloga ili MYSQL verzije. <br>Greška: %s"
|
||||
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Detalji veb stranice"
|
||||
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "Url"
|
||||
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Email adresa za pošiljaoca bi bila odlična :)"
|
||||
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Konekcija databaze"
|
||||
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "Potrebna nam je konekcija ka databazi kako bi mogli da kreiramo tabele. Molimo proverite da li vaš nalog ima dozvolu za obavljane takve radnje."
|
||||
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Server"
|
||||
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Databaza"
|
||||
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "I konačno, potrebne su nam informacije kako bi kreirali novi korisnički nalog. Ne morate nam ih dali, ali onda...Nema statusa o stranici za admine."
|
||||
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Pokrenite instalaciju!"
|
||||
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Rank"
|
||||
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Pozdrav %s!<br> Ispod možeš naći link kako bi promenio svoju šifru. Ovaj link je dostupan narednih 24 sata. Ako niste ovo zahtevali, molimo ignorišite poruku. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>Ako link nije u funkciji, kopirajte & prelepite u vaš pretraživač: <br>%s"
|
||||
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Pozdrav %s!<br> Ispod možeš naći link kako bi promenio svoj emaI. Ovaj link je dostupan narednih 24 sata. Ako niste ovo zahtevali, molimo ignorišite poruku. <br><br><a href=\"%s\">RESET EMAIL</a><br><br>Ako link nije u funkciji, kopirajte & prelepite u vaš pretraživač: <br>%s"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Editor"
|
||||
|
||||
#: install.php:36
|
||||
msgid "Server name"
|
||||
msgstr "Ime servera"
|
||||
|
||||
#: install.php:44
|
||||
msgid "Mailer name"
|
||||
msgstr "Ime pošiljaoca"
|
||||
|
||||
#: install.php:52
|
||||
msgid "Mailer email"
|
||||
msgstr "Email pošiljaoca"
|
||||
|
||||
#: install.php:56
|
||||
msgid "Database server"
|
||||
msgstr "Server databaze"
|
||||
|
||||
#: install.php:60
|
||||
msgid "Database name"
|
||||
msgstr "Ime databaze"
|
||||
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "Korisnik databaze"
|
||||
|
||||
#: install.php:69
|
||||
msgid "Database password"
|
||||
msgstr "Šifra databaze"
|
||||
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Uključite padajuću listu"
|
||||
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Pomoć pri prevođenju!"
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Deaktivirajte korisnika"
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Aktivirajte korisnika"
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr "Molimo unesite"
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "Pitaćemo vas neka osnovna pitanja u vezi vašeg sajta. Većina podešavanje može biti kasnije promenjenja u fajlu pod nazivom config.php"
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "Potrebno nam je ime vaše statusne stranice (pokazano je izma naslova posle daske) i url vašeg statusa instalacije servera(i.e. <a href=\"#\">https://example.com/status</a> - without the trailing slash), tako da bi smo mogli da kontaktiramo korisnike koji su zaboravili šifru"
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr ""
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr ""
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr ""
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr ""
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr ""
|
||||
|
||||
|
After Width: | Height: | Size: 30 KiB |
@@ -0,0 +1,54 @@
|
||||
(function (factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'], factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(function (jQuery) {
|
||||
// Serbian
|
||||
var numpf = function (n, f, s, t) {
|
||||
var n10;
|
||||
n10 = n % 10;
|
||||
if (n10 === 1 && (n === 1 || n > 20)) {
|
||||
return f;
|
||||
} else if (n10 > 1 && n10 < 5 && (n > 20 || n < 10)) {
|
||||
return s;
|
||||
} else {
|
||||
return t;
|
||||
}
|
||||
};
|
||||
|
||||
jQuery.timeago.settings.strings = {
|
||||
prefixAgo: "пре",
|
||||
prefixFromNow: "за",
|
||||
suffixAgo: null,
|
||||
suffixFromNow: null,
|
||||
second: "секунд",
|
||||
seconds: function (value) {
|
||||
return numpf(value, "%d секунд", "%d секунде", "%d секунди");
|
||||
},
|
||||
minute: "један минут",
|
||||
minutes: function (value) {
|
||||
return numpf(value, "%d минут", "%d минута", "%d минута");
|
||||
},
|
||||
hour: "један сат",
|
||||
hours: function (value) {
|
||||
return numpf(value, "%d сат", "%d сата", "%d сати");
|
||||
},
|
||||
day: "један дан",
|
||||
days: function (value) {
|
||||
return numpf(value, "%d дан", "%d дана", "%d дана");
|
||||
},
|
||||
month: "месец дана",
|
||||
months: function (value) {
|
||||
return numpf(value, "%d месец", "%d месеца", "%d месеци");
|
||||
},
|
||||
year: "годину дана",
|
||||
years: function (value) {
|
||||
return numpf(value, "%d годину", "%d године", "%d година");
|
||||
},
|
||||
wordSeparator: " "
|
||||
};
|
||||
}));
|
||||
@@ -15,7 +15,7 @@ msgstr "Sayfa Bulunamadı"
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Üzgünüz, ama görmek istediğiniz sayfa mevcut değil."
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:106
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Panel"
|
||||
|
||||
@@ -27,7 +27,7 @@ msgstr "Hoşgeldiniz"
|
||||
msgid "New incident"
|
||||
msgstr "Yeni durum"
|
||||
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:157
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Başlık"
|
||||
|
||||
@@ -35,23 +35,23 @@ msgstr "Başlık"
|
||||
msgid "Time"
|
||||
msgstr "Zaman"
|
||||
|
||||
#: admin/dashboard.php:75
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Buraya yazınız gelecek..."
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:177
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Tarafından"
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:179
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Sonlanma"
|
||||
|
||||
#: admin/dashboard.php:78
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Sonlanma zamanı"
|
||||
|
||||
#: admin/dashboard.php:96 admin/new-user.php:53
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Gönder"
|
||||
|
||||
@@ -64,13 +64,13 @@ msgid "Please login to continue."
|
||||
msgstr "Lütfen devam etmek için giriş yapınız."
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:69
|
||||
#: classes/user.php:125 classes/user.php:375 install.php:163 install.php:188
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "E-posta"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:128 classes/user.php:357 install.php:176 install.php:191
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Parola"
|
||||
|
||||
@@ -114,17 +114,17 @@ msgstr "İsteği gönder"
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "%s (%s) için parolayı sıfırla"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:361
|
||||
#: classes/user.php:362
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Yeni parola"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:363
|
||||
#: classes/user.php:364
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Parola tekrarla"
|
||||
msgstr "Parolayı tekrarla"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:365
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Parolayı değiştir"
|
||||
|
||||
@@ -132,18 +132,21 @@ msgstr "Parolayı değiştir"
|
||||
msgid "New user"
|
||||
msgstr "Yeni kullanıcı"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:38 admin/settings.php:69
|
||||
#: classes/user.php:119 install.php:152 install.php:162 install.php:183
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "İsim"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:69 classes/user.php:122
|
||||
#: install.php:184
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Soyisim"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:69 classes/user.php:317
|
||||
#: install.php:187
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Kullanıcı Adı"
|
||||
|
||||
@@ -151,7 +154,7 @@ msgstr "Kullanıcı Adı"
|
||||
msgid "Permission"
|
||||
msgstr "Yetki"
|
||||
|
||||
#: admin/settings.php:12 template.php:108
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Ayarlar"
|
||||
|
||||
@@ -163,35 +166,35 @@ msgstr "Servisler"
|
||||
msgid "Add service"
|
||||
msgstr "Servis ekle"
|
||||
|
||||
#: admin/settings.php:37 admin/settings.php:69 classes/user.php:313
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:41
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Sil"
|
||||
|
||||
#: admin/settings.php:65
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Kullanıcılar"
|
||||
|
||||
#: admin/settings.php:66
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Yeni kullanıcı ekle"
|
||||
|
||||
#: admin/settings.php:69 classes/user.php:329
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Rol"
|
||||
|
||||
#: admin/user.php:35 install.php:175 install.php:180
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Kullanıcı"
|
||||
|
||||
#: admin/user.php:39
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Kullanıcı ayarları"
|
||||
|
||||
#: classes/constellation.php:36
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Planlı bakım"
|
||||
|
||||
@@ -207,43 +210,43 @@ msgstr "Geçmiş durumlar"
|
||||
msgid "No incidents"
|
||||
msgstr "Durum yok"
|
||||
|
||||
#: classes/constellation.php:62
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Dahası"
|
||||
msgstr "Daha fazla"
|
||||
|
||||
#: classes/constellation.php:100
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Servis yok"
|
||||
|
||||
#: classes/incident.php:83
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Lütfen başlık girin"
|
||||
|
||||
#: classes/incident.php:86
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Başlık çok uzun! Limit 50 karakterdir"
|
||||
|
||||
#: classes/incident.php:92
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Lütfen metin girin"
|
||||
|
||||
#: classes/incident.php:98
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Lütfen başlama ve sonlanma zamanı girin! ISO 8601 formatı kullanın."
|
||||
|
||||
#: classes/incident.php:103
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Lütfen en az 1 servis seçin"
|
||||
|
||||
#: classes/incident.php:121
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Başlama tarihi formatı uyumsuz. Lütfen ISO 8601 formatı kullanın."
|
||||
|
||||
#: classes/incident.php:127
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Sonlanma tarihi formatı uyumsuz. Lütfen ISO 8601 formatı kullanın."
|
||||
|
||||
#: classes/incident.php:179
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Sonlandı"
|
||||
|
||||
@@ -255,128 +258,128 @@ msgstr "Servis adı çok uzun! Limit 50 karakterdir."
|
||||
msgid "Please enter name!"
|
||||
msgstr "Lütfen isim girin!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:102
|
||||
#: classes/user.php:204
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "Bunu yapmaya yetkiniz yok!"
|
||||
|
||||
#: classes/user.php:165
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Lütfen dikkat, kalan karakter limiti: "
|
||||
|
||||
#: classes/user.php:182
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Kullanıcı hesabı oluşturuldu"
|
||||
|
||||
#: classes/user.php:183
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Merhaba %s!<br>Hesabınız oluşturuldu. <a href=\"%s\">%s</a> adresinden e-posta adresiniz ve %s parolanızla giriş yapabilirsiniz - lütfen en yakın zamanda parolanızı değiştirin."
|
||||
|
||||
#: classes/user.php:196
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Kullanıcı adı veya e-posta zaten var"
|
||||
|
||||
#: classes/user.php:236
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Hesabınız etkin değil. Lütfen yöneticiyle iletişime geçin."
|
||||
|
||||
#: classes/user.php:248 classes/user.php:264
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Hatalı e-posta veya parola"
|
||||
|
||||
#: classes/user.php:295
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Geçersiz gösterge tespit edildi, lütfen tekrar giriş yapın!"
|
||||
msgstr "Geçersiz anahtar tespit edildi, lütfen tekrar giriş yapın!"
|
||||
|
||||
#: classes/user.php:309
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Profil resmi"
|
||||
|
||||
#: classes/user.php:334
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Rol değiştir"
|
||||
|
||||
#: classes/user.php:349
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Parola değiştir"
|
||||
|
||||
#: classes/user.php:359 classes/user.php:360
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Eski parola"
|
||||
|
||||
#: classes/user.php:412
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Parolalar eşleşmiyor!"
|
||||
|
||||
#: classes/user.php:418
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "Diğer kullanıcıların parolası değiştirilemez!"
|
||||
|
||||
#: classes/user.php:448
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Parola yanlış!"
|
||||
|
||||
#: classes/user.php:474 classes/user.php:565
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "Geçersiz gösterge tespit edildi, lütfen isteğinizi baştan deneyin!"
|
||||
msgstr "Geçersiz anahtar tespit edildi, lütfen isteğinizi baştan deneyin!"
|
||||
|
||||
#: classes/user.php:504
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Parola Sıfırla"
|
||||
|
||||
#: classes/user.php:529
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "E-posta değiştir"
|
||||
|
||||
#: classes/incident.php:50 classes/user.php:608
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "Bunu yapmaya yetkiniz yok!"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Önemli aksaklık"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Küçük aksaklık"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Çalışıyor"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Bazı sistemler ciddi aksaklıklar yaşıyor"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Bazı sistemler küçük aksaklıklar yaşıyor"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Bazı sistemler bakımda"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "Sistemlerimiz ciddi aksaklıklar yaşıyor"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "Sistemlerimiz küçük aksaklıklar yaşıyor"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "Sistemlerimiz bakımda"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Tüm sistemler çalışıyor"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Süper Yönetici"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Yönetici"
|
||||
|
||||
@@ -384,15 +387,15 @@ msgstr "Yönetici"
|
||||
msgid "Service Status"
|
||||
msgstr "Servis Durumu"
|
||||
|
||||
#: template.php:97
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Menü Aç / Kapat"
|
||||
|
||||
#: template.php:107
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Kullanıcı (%s)"
|
||||
|
||||
#: template.php:109
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Çıkış"
|
||||
|
||||
@@ -404,11 +407,11 @@ msgstr "Şu anki durum"
|
||||
msgid "Status page"
|
||||
msgstr "Durum sayfası"
|
||||
|
||||
#: install.php:133
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Kur"
|
||||
|
||||
#: install.php:135
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Kurulum"
|
||||
|
||||
@@ -425,55 +428,55 @@ msgstr "Lütfen geçerli URL girin!"
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Veritabanı oluştururken hata oluştu. Lütfen yetkinizi veya MYSQL sürümünüzü kontrol edin.<br>Hata: %s"
|
||||
|
||||
#: install.php:148
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Web site detayları"
|
||||
|
||||
#: install.php:40 install.php:153
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "URL"
|
||||
|
||||
#: install.php:160
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Ayrıca e-postalar için bir e-posta adresi güzel olur :)"
|
||||
|
||||
#: install.php:167
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "Veritabanı bağlantıı"
|
||||
msgstr "Veritabanı bağlantısı"
|
||||
|
||||
#: install.php:168
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "Tabloları oluşturabilmek için veritabanı bağlantısına ihtiyaç var. Lütfen hesabınızın bunu yapmaya yetkili olduğunu kontrol edin."
|
||||
|
||||
#: install.php:171
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Sunucu"
|
||||
|
||||
#: install.php:172
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "Veritabanı"
|
||||
|
||||
#: install.php:181
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "Ve nihayet, yeni bir kullanıcı oluşturmak için bilgiye ihtiyacımız var. Bunu sağlamak zorunda değilsiniz, ancak yapmazsanız... Durum sayfasının yöneticisi olmaz..."
|
||||
|
||||
#: install.php:194
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Kurulumu başlat!"
|
||||
|
||||
#: classes/user.php:132
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Seviye"
|
||||
|
||||
#: classes/user.php:505
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Merhaba %s!<br>Parolanızı sıfırlamanız için gereken link aşağıdadır. Link 24 saat boyunca geçerlidir. Eğer bunu siz istemediyseniz görmezden gelebilirsiniz. <br><br><a href=\"%s\">PAROLAYI SIFIRLA</a><br><br>Link çalışmazsa, linki kopyalayıp tarayıcınıza yapıştırabilirsiniz: <br>%s"
|
||||
|
||||
#: classes/user.php:530
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Merhaba %s!<br>E-posta adresinizi değiştirmek için gereken link aşağıdadır. Link 24 saat boyunca geçerlidir. Eğer bunu siz istemediyseniz görmezden gelebilirsiniz. <br><br><a href=\"%s\">E-POSTA ADRESİNİ DEĞİŞTİR</a><br><br>Link çalışmazsa, linki kopyalayıp tarayıcınıza yapıştırabilirsiniz: <br>%s"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Editör"
|
||||
|
||||
@@ -505,19 +508,19 @@ msgstr "Veritabanı kullanıcı adı"
|
||||
msgid "Database password"
|
||||
msgstr "Veritabanı parolası"
|
||||
|
||||
#: template.php:138
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Açılır menü arasında geçiş yap"
|
||||
|
||||
#: template.php:147
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Çeviriye yardım et!"
|
||||
|
||||
#: classes/user.php:389
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Kullanıcıyı devre dışı bırak"
|
||||
|
||||
#: classes/user.php:391
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Kullanıcıyı etkinleştir"
|
||||
|
||||
@@ -525,15 +528,142 @@ msgstr "Kullanıcıyı etkinleştir"
|
||||
msgid "Please enter"
|
||||
msgstr "Lütfen girin"
|
||||
|
||||
#: install.php:144
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "Siteniz hakkında siz birkaç basit soru soracağız. Ayarların çoğu daha sonra config.php dosyasından düzenlenebilir."
|
||||
|
||||
#: install.php:149
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "Durum sayfası için bir isime (sayfa başlığının altında görünür) ve sunucu durumu kurulumunuzun web adresine ihtiyacımız var. (örn: <a href='#'>https://example.com/status</a> - adresin sonuna yatay çizgi koymayın), parolamı unuttum vb mailler için."
|
||||
|
||||
#: install.php:155
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "Sayfanın üstünde görünmesini istediğiniz başlık."
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Servis mevcut değil!"
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Lütfen eposta ve parola giriniz!"
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "Ad değiştir"
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "Kullanıcı adını değiştir"
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "Bu kullanıcı adı alınmış"
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "Diğer kullanıcıların kullanıcı adı değiştirilemez"
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "Diğer kullanıcıların adları değiştirilemez"
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Doğrulama e-postası gönderildi!"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr "Gizlilik sözleşmesi"
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "Şirket adı"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "Adres"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "Tam adres"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "Eposta"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "Telefon"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "Telefon numarası"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "Biz kimiz"
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "İletişim"
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "Hangi kişisel verileri neden topluyoruz"
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "Web sitemize erişirseniz, aşağıdaki bilgileriniz kaydedilir:\n"
|
||||
"IP adresi, Tarih, Saat, Tarayıcı sorguları,\n"
|
||||
"tarayıcınız, işletim sisteminiz ve sitelerdeki tüm arama sorguları hakkında genel bilgiler.\n"
|
||||
"Bu kullanıcı verileri, anonim kullanıcı istatistikleri, eğilimleri anlamak ve içeriğimizi iyileştirmek için kullanılacaktır."
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "Bilgilerinizi nasıl koruyoruz"
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "Barındırma sağlayıcımızla işbirliği yaparak, veritabanlarına erişimi üçüncü şahıslara, kayıplara, yanlış kullanımlara ve sahteciliğe karşı korumak için elimizden geleni yapıyoruz."
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "Kişisel verilerinizi alan üçüncü taraf"
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr "Çerezler"
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "Bu site, daha iyi bir kullanıcı deneyimi sunmasına yardımcı olmak için bilgisayarınıza yerleştirilen küçük metin dosyaları olan tanımlama bilgilerini kullanır.\n"
|
||||
"\n"
|
||||
"Genel olarak, çerezler kullanıcı tercihlerini saklamak, alışveriş sepeti gibi şeyler için bilgi depolamak ve Google Analytics gibi üçüncü taraf uygulamalara anonimleştirilmiş izleme verileri sağlamak için kullanılır.\n"
|
||||
"\n"
|
||||
"Kural olarak, çerezler tarama deneyiminizi daha iyi hale getirir. Ancak, bu sitede ve diğerlerinde çerezleri devre dışı bırakmayı tercih edebilirsiniz.\n"
|
||||
"\n"
|
||||
"Bunu yapmanın en etkili yolu tarayıcınızdaki çerezleri devre dışı bırakmaktır. Tarayıcınızın yardım bölümüne bakmanızı veya tüm modern tarayıcılar için rehberlik sunan About Cookies web sitesine göz atmanızı öneririz."
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "Kişisel bilgileri topladığınızdan beri, GSYİH'nın bir gizlilik politikasına sahip olmanız gerekir. Aşağıdaki bilgileri girin."
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "Kendiniz hakkında bazı bilgiler"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "Genel"
|
||||
|
||||
|
||||
@@ -0,0 +1,668 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: POEditor.com\n"
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: uk\n"
|
||||
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr "Сторінку не знайдено"
|
||||
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "Вибачте, але сторінка, яку ви намагалися переглянути, не існує."
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "Панель приладів"
|
||||
|
||||
#: admin/dashboard.php:27
|
||||
msgid "Welcome"
|
||||
msgstr "Ласкаво просимо"
|
||||
|
||||
#: admin/dashboard.php:39
|
||||
msgid "New incident"
|
||||
msgstr "Новий інцидент"
|
||||
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "Назва"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
msgid "Time"
|
||||
msgstr "Час"
|
||||
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "Тут іде ваш текст ..."
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "Опублікував"
|
||||
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "Закінчення"
|
||||
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "Час закінчення"
|
||||
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "Відправити"
|
||||
|
||||
#: admin/login-form.php:2 admin/login-form.php:5 admin/login-form.php:27
|
||||
msgid "Login"
|
||||
msgstr "Увійти"
|
||||
|
||||
#: admin/login-form.php:11
|
||||
msgid "Please login to continue."
|
||||
msgstr "Будь ласка, увійдіть, щоб продовжити."
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "Електронна пошта"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "Пароль"
|
||||
|
||||
#: admin/login-form.php:22
|
||||
msgid "Forgotten password?"
|
||||
msgstr "Забули пароль?"
|
||||
|
||||
#: admin/login-form.php:23
|
||||
msgid "Remember me"
|
||||
msgstr "Пам'ятай мене"
|
||||
|
||||
#: admin/lost-password.php:2 admin/lost-password.php:5
|
||||
msgid "Lost password"
|
||||
msgstr "Втрачений Пароль"
|
||||
|
||||
#: admin/lost-password.php:16
|
||||
msgid "Go back"
|
||||
msgstr "Повертайся"
|
||||
|
||||
#: admin/lost-password.php:20
|
||||
msgid "Password changed successfully!"
|
||||
msgstr "Пароль успішно змінено!"
|
||||
|
||||
#: admin/lost-password.php:21 admin/lost-password.php:35
|
||||
msgid "Go back to login page"
|
||||
msgstr "Повернутися на сторінку входу"
|
||||
|
||||
#: admin/lost-password.php:30
|
||||
msgid "Go back to start"
|
||||
msgstr "Повернутися до початку"
|
||||
|
||||
#: admin/lost-password.php:34
|
||||
msgid "Email with password reset link has been sent!"
|
||||
msgstr "Електронна пошта з посиланням на пароль було надіслано!"
|
||||
|
||||
#: admin/lost-password.php:50
|
||||
msgid "Submit request"
|
||||
msgstr "Надіслати запит"
|
||||
|
||||
#: admin/lost-password.php:57
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "Скидання пароля для %s (% s)"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "Новий пароль"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "Повторіть пароль"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "Змінити пароль"
|
||||
|
||||
#: admin/new-user.php:7
|
||||
msgid "New user"
|
||||
msgstr "Новий користувач"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "Ім'я"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "Прізвище"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "Ім'я користувача"
|
||||
|
||||
#: admin/new-user.php:29
|
||||
msgid "Permission"
|
||||
msgstr "Дозвіл"
|
||||
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "Налаштування"
|
||||
|
||||
#: admin/settings.php:23
|
||||
msgid "Services"
|
||||
msgstr "Послуги"
|
||||
|
||||
#: admin/settings.php:29
|
||||
msgid "Add service"
|
||||
msgstr "Додати службу"
|
||||
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "Ідентифікатор"
|
||||
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "Видалити"
|
||||
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "Користувачі"
|
||||
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "Додати нового користувача"
|
||||
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "Роль"
|
||||
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "Користувач"
|
||||
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "Налаштування користувача"
|
||||
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "Планове обслуговування"
|
||||
|
||||
#: classes/constellation.php:42
|
||||
msgid "Back"
|
||||
msgstr "Назад"
|
||||
|
||||
#: classes/constellation.php:44
|
||||
msgid "Past incidents"
|
||||
msgstr "Минулі інциденти"
|
||||
|
||||
#: classes/constellation.php:48
|
||||
msgid "No incidents"
|
||||
msgstr "Ніяких інцидентів"
|
||||
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "Завантажити ще"
|
||||
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "Немає послуг"
|
||||
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "Будь ласка, введіть назву"
|
||||
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "Назва занадто довго! Ліміт символів - 50"
|
||||
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "Будь ласка, введіть текст"
|
||||
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "Будь ласка, встановіть час початку та закінчення! Використовуйте формат ISO 8601."
|
||||
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "Будь ласка, виберіть принаймні одну службу"
|
||||
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Формат дати початку не розпізнається. Будь-ласка, використовуйте формат ISO 8601."
|
||||
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "Формат кінцевої дати не розпізнається. Будь-ласка, використовуйте формат ISO 8601."
|
||||
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "Закінчився"
|
||||
|
||||
#: classes/service.php:63
|
||||
msgid "Service name is too long! Character limit is 50"
|
||||
msgstr "Назва служби занадто довга! Ліміт символів - 50"
|
||||
|
||||
#: classes/service.php:66
|
||||
msgid "Please enter name!"
|
||||
msgstr "Будь ласка, введіть ім'я!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "Ви не маєте дозволу на це!"
|
||||
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "Будь ласка, зверніть увагу на наступні межі символів: ␣"
|
||||
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "Обліковий запис користувача створено"
|
||||
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "Привіт% s! <br> Ваш акаунт був створений. Ви можете ввійти за допомогою вашої електронної адреси за адресою <a href=\"%s\">% s </a> з паролем% s - будь ласка, змініть його якомога швидше."
|
||||
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "Ім'я користувача або електронна адреса вже використовується"
|
||||
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "Ваш обліковий запис вимкнено. Будь ласка, зв'яжіться з адміністратором."
|
||||
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "Невірний електронний лист або пароль"
|
||||
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "Виявлено неправильний токен, будь ласка, знову ввійдіть!"
|
||||
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "Зображення профілю"
|
||||
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "Змінити роль"
|
||||
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "Зміна електронної пошти"
|
||||
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "Старий пароль"
|
||||
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "Паролі не збігаються!"
|
||||
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "Неможливо змінити пароль інших користувачів!"
|
||||
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "Неправильний пароль!"
|
||||
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "Виявлено неправильний токен, будь ласка, повторіть спробу від початку!"
|
||||
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "Скинути пароль"
|
||||
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "Зміна електронної пошти"
|
||||
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "Ви не маєте дозволу на це!"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "Великий перерва"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "Малий перерва"
|
||||
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "Операційний"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "Деякі системи відчувають серйозні збої"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "Деякі системи зазнають незначних відмов"
|
||||
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "Деякі системи знаходяться під технічним обслуговуванням"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "Наші системи відчувають серйозні збої."
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "Наші системи зазнають незначних відмов"
|
||||
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "Наші системи знаходяться під технічним обслуговуванням"
|
||||
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "Усі системи експлуатації"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "Супер адмін"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "Адміністратор"
|
||||
|
||||
#: template.php:53
|
||||
msgid "Service Status"
|
||||
msgstr "Стан сервісу"
|
||||
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "Переключити навігацію"
|
||||
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "Користувач (% s)"
|
||||
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "Вийти"
|
||||
|
||||
#: index.php:27
|
||||
msgid "Current status"
|
||||
msgstr "Поточний статус"
|
||||
|
||||
#: install.php:4
|
||||
msgid "Status page"
|
||||
msgstr "Сторінка статусу"
|
||||
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "Встановити"
|
||||
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "Установка"
|
||||
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
""
|
||||
msgstr "Не вдалося з'єднати:% s"
|
||||
|
||||
#: install.php:31
|
||||
msgid "Please set valid url!"
|
||||
msgstr "Будь ласка, встановіть дійсний URL!"
|
||||
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "Помилка під час створення бази даних. Будь ласка, перевірте дозвіл на ваш обліковий запис або версію MYSQL. <br> Помилка:% s"
|
||||
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "Деталі веб-сайту"
|
||||
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "Url"
|
||||
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "Також електронна адреса для поштової програми буде добре :)"
|
||||
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "З'єднання з базою даних"
|
||||
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "Нам потрібне з'єднання з базою даних, щоб мати можливість створювати таблиці. Будь ласка, перевірте, чи має ваш обліковий запис відповідний дозвіл."
|
||||
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "Сервер"
|
||||
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "База даних"
|
||||
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "І, нарешті, нам потрібна інформація для створення нового користувача. Вам не потрібно його надавати, але потім ... Немає сторінки статусу адміністратора ..."
|
||||
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "Запустіть установку!"
|
||||
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "Ранг"
|
||||
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Привіт% s! <br> Нижче ви знайдете посилання, щоб змінити свій пароль. Посилання діє протягом доби. Якщо ви не просили цього, не соромтеся його ігнорувати. <br> <br> <a href=\"%s\"> RESET PASSWORD </a> <br> <br> Якщо посилання не працює, скопіюйте & amp; вставте його в свій веб-переглядач: <br>% s"
|
||||
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "Привіт% s! <br> Нижче ви знайдете посилання, щоб змінити вашу електронну пошту. Посилання діє протягом доби. Якщо ви не просили цього, не соромтеся його ігнорувати. <br> <br> <a href=\"%s\"> CHANGE EMAIL </a> <br> <br> Якщо посилання не працює, скопіюйте & amp; вставте його в свій веб-переглядач: <br>% s"
|
||||
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "Редактор"
|
||||
|
||||
#: install.php:36
|
||||
msgid "Server name"
|
||||
msgstr "Ім'я сервера"
|
||||
|
||||
#: install.php:44
|
||||
msgid "Mailer name"
|
||||
msgstr "Ім'я прізвища"
|
||||
|
||||
#: install.php:52
|
||||
msgid "Mailer email"
|
||||
msgstr "Електронна пошта Mailer"
|
||||
|
||||
#: install.php:56
|
||||
msgid "Database server"
|
||||
msgstr "Сервер баз даних"
|
||||
|
||||
#: install.php:60
|
||||
msgid "Database name"
|
||||
msgstr "Ім'я бази даних"
|
||||
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "Користувач бази даних"
|
||||
|
||||
#: install.php:69
|
||||
msgid "Database password"
|
||||
msgstr "Пароль бази даних"
|
||||
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "Перемикати падіння"
|
||||
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "Допомога з перекладом!"
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "Деактивувати користувача"
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "Активувати користувача"
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr "Будь ласка введіть"
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "Ми задаємо вам кілька основних питань про ваш веб-сайт. Більшість параметрів можна пізніше редагувати у файлі config.php."
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "Нам потрібна назва вашої сторінки статусу (відображається за заголовком сторінки після дефісу) та URL-адресу установки вашого статусу сервера (наприклад, <a href='#'> https://example.com/status </a> - без кінцева коса риса), тому ми можемо надіслати користувачам посилання для забутого пароля тощо ..."
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "Назва, яку ви хочете показати у верхній частині сторінки."
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "Сервіс не існує!"
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "Будь ласка, введіть свою електронну адресу та пароль!"
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "Змінити назву"
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "Змінити ім'я користувача"
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "Це ім'я користувача вже прийнято."
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "Неможливо змінити ім'я користувача інших користувачів!"
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "Неможливо змінити імена інших користувачів!"
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "Підтвердження електронною поштою відправлено!"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr "Політика конфіденційності"
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "Назва компанії"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "Адреса"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "Повна адреса"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "Електронна пошта"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "Телефон"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "Номер телефону"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "Хто ми є"
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "Зв'язатися"
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "Які особисті дані ми збираємо та чому"
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "Якщо ви отримуєте доступ до наших веб-сайтів, буде збережено таку інформацію: IP-адреса, дата, час, запити веб-переглядача,\n"
|
||||
"Загальна інформація про ваш браузер, операційну систему та всі пошукові запити на сайтах.\n"
|
||||
"Ці дані користувача будуть використовуватися для статистики користувачів анонімів, щоб визнати тенденції та покращити наш вміст."
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "Як ми захищаємо ваші дані"
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "У співпраці з нашим хостинг-провайдером ми намагаємося захистити наше життя\n"
|
||||
"бази даних щодо доступу з боку третіх сторін, збитків, зловживання або підробки."
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "Третя сторона, яка отримує ваші особисті дані"
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr "Печиво"
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "Цей сайт використовує файли cookie - невеликі текстові файли, розміщені на вашому комп'ютері, щоб допомогти сайту забезпечити кращу взаємодію з користувачем.\n"
|
||||
"Загалом, файли cookie використовуються для збереження переваг користувача, зберігання інформації для таких речей, як кошики для покупок,\n"
|
||||
"і надавати анонімні дані відстеження стороннім додаткам, як-от Google Analytics.\n"
|
||||
"Як правило, файли cookie зроблять ваш веб-переглядач кращим. Тим не менш, ви можете відключити кукі-файли на цьому сайті та на інших.\n"
|
||||
"Найефективніший спосіб зробити це - відключити кукі у вашому веб-переглядачі. Ми радимо звернутися до розділу довідки вашого веб-переглядача\n"
|
||||
"або погляньте на веб-сайт About Cookies, який пропонує керівництво для всіх сучасних браузерів"
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "Оскільки ви збираєте особисту інформацію, GDPR потребує наявності політики конфіденційності. Введіть подробиці нижче."
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "Деякі відомості про себе"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "Генерал"
|
||||
|
||||
|
After Width: | Height: | Size: 236 B |
@@ -0,0 +1,42 @@
|
||||
(function (factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'], factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(function (jQuery) {
|
||||
// Ukrainian
|
||||
function numpf(n, f, s, t) {
|
||||
// f - 1, 21, 31, ...
|
||||
// s - 2-4, 22-24, 32-34 ...
|
||||
// t - 5-20, 25-30, ...
|
||||
var n10 = n % 10;
|
||||
if ( (n10 === 1) && ( (n === 1) || (n > 20) ) ) {
|
||||
return f;
|
||||
} else if ( (n10 > 1) && (n10 < 5) && ( (n > 20) || (n < 10) ) ) {
|
||||
return s;
|
||||
} else {
|
||||
return t;
|
||||
}
|
||||
}
|
||||
|
||||
jQuery.timeago.settings.strings = {
|
||||
prefixAgo: null,
|
||||
prefixFromNow: "через",
|
||||
suffixAgo: "тому",
|
||||
suffixFromNow: null,
|
||||
seconds: "менше хвилини",
|
||||
minute: "хвилина",
|
||||
minutes: function(value) { return numpf(value, "%d хвилина", "%d хвилини", "%d хвилин"); },
|
||||
hour: "година",
|
||||
hours: function(value) { return numpf(value, "%d година", "%d години", "%d годин"); },
|
||||
day: "день",
|
||||
days: function(value) { return numpf(value, "%d день", "%d дні", "%d днів"); },
|
||||
month: "місяць",
|
||||
months: function(value) { return numpf(value, "%d місяць", "%d місяці", "%d місяців"); },
|
||||
year: "рік",
|
||||
years: function(value) { return numpf(value, "%d рік", "%d роки", "%d років"); }
|
||||
};
|
||||
}));
|
||||
@@ -7,15 +7,15 @@ msgstr ""
|
||||
"Project-Id-Version: Server status\n"
|
||||
"Language: zh-CN\n"
|
||||
|
||||
#: 404.php:7
|
||||
#: 404.php:12
|
||||
msgid "Page Not Found"
|
||||
msgstr "网页未找到"
|
||||
|
||||
#: 404.php:8
|
||||
#: 404.php:13
|
||||
msgid "Sorry, but the page you were trying to view does not exist."
|
||||
msgstr "抱歉,您尝试查看的网页不存在。"
|
||||
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:106
|
||||
#: admin/dashboard.php:22 admin/dashboard.php:26 template.php:115
|
||||
msgid "Dashboard"
|
||||
msgstr "仪表盘"
|
||||
|
||||
@@ -27,7 +27,7 @@ msgstr "欢迎"
|
||||
msgid "New incident"
|
||||
msgstr "新事件"
|
||||
|
||||
#: admin/dashboard.php:72
|
||||
#: admin/dashboard.php:72 install.php:48 install.php:163
|
||||
msgid "Title"
|
||||
msgstr "标题"
|
||||
|
||||
@@ -35,23 +35,23 @@ msgstr "标题"
|
||||
msgid "Time"
|
||||
msgstr "时间"
|
||||
|
||||
#: admin/dashboard.php:75
|
||||
#: admin/dashboard.php:77
|
||||
msgid "Here goes your text..."
|
||||
msgstr "这里输入你的文字..."
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:177
|
||||
#: admin/dashboard.php:80 classes/incident.php:183
|
||||
msgid "Posted by"
|
||||
msgstr "发布者"
|
||||
|
||||
#: admin/dashboard.php:78 classes/incident.php:179
|
||||
#: admin/dashboard.php:80 classes/incident.php:185
|
||||
msgid "Ending"
|
||||
msgstr "结尾"
|
||||
|
||||
#: admin/dashboard.php:78
|
||||
#: admin/dashboard.php:80
|
||||
msgid "End time"
|
||||
msgstr "结束时间"
|
||||
|
||||
#: admin/dashboard.php:96 admin/new-user.php:53
|
||||
#: admin/dashboard.php:99 admin/new-user.php:53
|
||||
msgid "Submit"
|
||||
msgstr "提交"
|
||||
|
||||
@@ -64,13 +64,13 @@ msgid "Please login to continue."
|
||||
msgstr "请登录访问更多内容。"
|
||||
|
||||
#: admin/login-form.php:15 admin/login-form.php:16 admin/lost-password.php:46
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:69
|
||||
#: classes/user.php:125 classes/user.php:375 install.php:150 install.php:175
|
||||
#: admin/lost-password.php:48 admin/new-user.php:24 admin/settings.php:72
|
||||
#: classes/user.php:120 classes/user.php:404 install.php:169 install.php:210
|
||||
msgid "Email"
|
||||
msgstr "Email"
|
||||
|
||||
#: admin/login-form.php:19 admin/login-form.php:20 admin/new-user.php:27
|
||||
#: classes/user.php:128 classes/user.php:357 install.php:163 install.php:178
|
||||
#: classes/user.php:123 classes/user.php:417 install.php:182 install.php:213
|
||||
msgid "Password"
|
||||
msgstr "密码"
|
||||
|
||||
@@ -114,17 +114,17 @@ msgstr "提交请求"
|
||||
msgid "Reset password for %s (%s)"
|
||||
msgstr "重置 %s (%s) 的密码"
|
||||
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:361
|
||||
#: classes/user.php:362
|
||||
#: admin/lost-password.php:60 admin/lost-password.php:61 classes/user.php:421
|
||||
#: classes/user.php:422
|
||||
msgid "New password"
|
||||
msgstr "新的密码"
|
||||
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:363
|
||||
#: classes/user.php:364
|
||||
#: admin/lost-password.php:62 admin/lost-password.php:63 classes/user.php:423
|
||||
#: classes/user.php:424
|
||||
msgid "Repeat password"
|
||||
msgstr "重复输入密码"
|
||||
|
||||
#: admin/lost-password.php:64 classes/user.php:365
|
||||
#: admin/lost-password.php:64 classes/user.php:425
|
||||
msgid "Change password"
|
||||
msgstr "更改密码"
|
||||
|
||||
@@ -132,18 +132,21 @@ msgstr "更改密码"
|
||||
msgid "New user"
|
||||
msgstr "新用户"
|
||||
|
||||
#: admin/new-user.php:19 admin/settings.php:38 admin/settings.php:69
|
||||
#: classes/user.php:119 install.php:144 install.php:149 install.php:170
|
||||
#: admin/new-user.php:19 admin/settings.php:39 admin/settings.php:72
|
||||
#: classes/user.php:114 classes/user.php:322 classes/user.php:326
|
||||
#: classes/user.php:327 classes/user.php:488 install.php:158 install.php:168
|
||||
#: install.php:190 install.php:205
|
||||
msgid "Name"
|
||||
msgstr "名字"
|
||||
|
||||
#: admin/new-user.php:20 admin/settings.php:69 classes/user.php:122
|
||||
#: install.php:171
|
||||
#: admin/new-user.php:20 admin/settings.php:72 classes/user.php:117
|
||||
#: classes/user.php:323 classes/user.php:329 classes/user.php:330
|
||||
#: classes/user.php:491 install.php:206
|
||||
msgid "Surname"
|
||||
msgstr "姓"
|
||||
|
||||
#: admin/new-user.php:23 admin/settings.php:69 classes/user.php:317
|
||||
#: install.php:174
|
||||
#: admin/new-user.php:23 admin/settings.php:72 classes/user.php:349
|
||||
#: install.php:209
|
||||
msgid "Username"
|
||||
msgstr "用户名"
|
||||
|
||||
@@ -151,7 +154,7 @@ msgstr "用户名"
|
||||
msgid "Permission"
|
||||
msgstr "允许"
|
||||
|
||||
#: admin/settings.php:12 template.php:108
|
||||
#: admin/settings.php:12 template.php:117
|
||||
msgid "Settings"
|
||||
msgstr "设置"
|
||||
|
||||
@@ -163,35 +166,35 @@ msgstr "服务"
|
||||
msgid "Add service"
|
||||
msgstr "添加服务"
|
||||
|
||||
#: admin/settings.php:37 admin/settings.php:69 classes/user.php:313
|
||||
#: admin/settings.php:38 admin/settings.php:72
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: admin/settings.php:41
|
||||
#: admin/settings.php:42
|
||||
msgid "Delete"
|
||||
msgstr "删除"
|
||||
|
||||
#: admin/settings.php:65
|
||||
#: admin/settings.php:67
|
||||
msgid "Users"
|
||||
msgstr "用户"
|
||||
|
||||
#: admin/settings.php:66
|
||||
#: admin/settings.php:68
|
||||
msgid "Add new user"
|
||||
msgstr "添加新用户"
|
||||
|
||||
#: admin/settings.php:69 classes/user.php:329
|
||||
#: admin/settings.php:72 classes/user.php:372
|
||||
msgid "Role"
|
||||
msgstr "角色"
|
||||
|
||||
#: admin/user.php:35 install.php:162 install.php:167
|
||||
#: admin/user.php:45 admin/user.php:54 install.php:181 install.php:202
|
||||
msgid "User"
|
||||
msgstr "用户"
|
||||
|
||||
#: admin/user.php:39
|
||||
#: admin/user.php:52
|
||||
msgid "User settings"
|
||||
msgstr "用户设置"
|
||||
|
||||
#: classes/constellation.php:36 config.php:40
|
||||
#: classes/constellation.php:36 template.php:4
|
||||
msgid "Planned maintenance"
|
||||
msgstr "计划维护"
|
||||
|
||||
@@ -207,43 +210,43 @@ msgstr "过去的事件"
|
||||
msgid "No incidents"
|
||||
msgstr "没有事件"
|
||||
|
||||
#: classes/constellation.php:62
|
||||
#: classes/constellation.php:61
|
||||
msgid "Load more"
|
||||
msgstr "加载更多"
|
||||
|
||||
#: classes/constellation.php:100
|
||||
#: classes/constellation.php:101
|
||||
msgid "No services"
|
||||
msgstr "没有服务"
|
||||
|
||||
#: classes/incident.php:83
|
||||
#: classes/incident.php:87
|
||||
msgid "Please enter title"
|
||||
msgstr "请输入标题"
|
||||
|
||||
#: classes/incident.php:86
|
||||
#: classes/incident.php:90
|
||||
msgid "Title too long! Character limit is 50"
|
||||
msgstr "标题太长了! 字符限制为50"
|
||||
|
||||
#: classes/incident.php:92
|
||||
#: classes/incident.php:96
|
||||
msgid "Please enter text"
|
||||
msgstr "请输入文字"
|
||||
|
||||
#: classes/incident.php:98
|
||||
#: classes/incident.php:102
|
||||
msgid "Please set start and end time! Use ISO 8601 format."
|
||||
msgstr "请设置开始和结束时间! 使用 ISO 8601 格式。"
|
||||
|
||||
#: classes/incident.php:103
|
||||
#: classes/incident.php:107
|
||||
msgid "Please select at least one service"
|
||||
msgstr "请至少选择一项服务"
|
||||
|
||||
#: classes/incident.php:121
|
||||
#: classes/incident.php:127
|
||||
msgid "Start date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "开始日期格式不被识别。 请使用 ISO 8601 格式。"
|
||||
|
||||
#: classes/incident.php:127
|
||||
#: classes/incident.php:133
|
||||
msgid "End date format is not recognized. Please use ISO 8601 format."
|
||||
msgstr "结束日期格式不被识别。 请使用 ISO 8601 格式。"
|
||||
|
||||
#: classes/incident.php:179
|
||||
#: classes/incident.php:185
|
||||
msgid "Ended"
|
||||
msgstr "截至"
|
||||
|
||||
@@ -255,128 +258,128 @@ msgstr "服务名称太长了! 字符限制为50"
|
||||
msgid "Please enter name!"
|
||||
msgstr "请输入名字!"
|
||||
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:102
|
||||
#: classes/user.php:204
|
||||
#: classes/service.php:81 classes/service.php:123 classes/user.php:97
|
||||
#: classes/user.php:199
|
||||
msgid "You don't have the permission to do that!"
|
||||
msgstr "你没有这个权限!"
|
||||
|
||||
#: classes/user.php:165
|
||||
#: classes/user.php:164
|
||||
msgid "Please mind the following character limits: "
|
||||
msgstr "请注意以下字符限制:␣"
|
||||
|
||||
#: classes/user.php:182
|
||||
#: classes/user.php:185
|
||||
msgid "User account created"
|
||||
msgstr "用户帐户已创建"
|
||||
|
||||
#: classes/user.php:183
|
||||
#: classes/user.php:186
|
||||
msgid "Hi %s!<br>Your account has been created. You can login with your email address at <a href=\"%s\">%s</a> with password %s - please change it as soon as possible."
|
||||
msgstr "你好 %s!<br>你的帐户已创建。 可以使用密码 %s 在 <a href=\"%s\">%s</a> 上以你的电子邮件地址登录 - 请尽快更改。"
|
||||
|
||||
#: classes/user.php:196
|
||||
#: classes/user.php:180
|
||||
msgid "Username or email already used"
|
||||
msgstr "用户名或电子邮件已被使用"
|
||||
|
||||
#: classes/user.php:236
|
||||
#: classes/user.php:244
|
||||
msgid "Your account has been disabled. Please contact administrator."
|
||||
msgstr "您的帐户已禁用。 请联系管理员。"
|
||||
|
||||
#: classes/user.php:248 classes/user.php:264
|
||||
#: classes/user.php:233 classes/user.php:256
|
||||
msgid "Wrong email or password"
|
||||
msgstr "错误的电子邮件或密码"
|
||||
|
||||
#: classes/user.php:295
|
||||
#: classes/user.php:299
|
||||
msgid "Invalid token detected, please login again!"
|
||||
msgstr "检测到无效标记,请再次登录!"
|
||||
|
||||
#: classes/user.php:309
|
||||
#: classes/user.php:314
|
||||
msgid "Profile picture"
|
||||
msgstr "资料图片"
|
||||
|
||||
#: classes/user.php:334
|
||||
#: classes/user.php:379
|
||||
msgid "Change role"
|
||||
msgstr "改变角色"
|
||||
|
||||
#: classes/user.php:349
|
||||
#: classes/user.php:394
|
||||
msgid "Change email"
|
||||
msgstr "更改电子邮件"
|
||||
|
||||
#: classes/user.php:359 classes/user.php:360
|
||||
#: classes/user.php:419 classes/user.php:420
|
||||
msgid "Old password"
|
||||
msgstr "旧密码"
|
||||
|
||||
#: classes/user.php:398
|
||||
#: classes/user.php:526
|
||||
msgid "Passwords do not match!"
|
||||
msgstr "密码不匹配!"
|
||||
|
||||
#: classes/user.php:404
|
||||
#: classes/user.php:534
|
||||
msgid "Cannot change password of other users!"
|
||||
msgstr "无法更改其他用户的密码!"
|
||||
|
||||
#: classes/user.php:434
|
||||
#: classes/user.php:567
|
||||
msgid "Wrong password!"
|
||||
msgstr "密码错误!"
|
||||
|
||||
#: classes/user.php:460 classes/user.php:551
|
||||
#: classes/user.php:595 classes/user.php:695
|
||||
msgid "Invalid token detected, please retry your request from start!"
|
||||
msgstr "检测到无效令牌,请从头开始重试你的请求!"
|
||||
|
||||
#: classes/user.php:490
|
||||
#: classes/user.php:623
|
||||
msgid "Reset password"
|
||||
msgstr "重设密码"
|
||||
|
||||
#: classes/user.php:515
|
||||
#: classes/user.php:659
|
||||
msgid "Email change"
|
||||
msgstr "Email更改"
|
||||
|
||||
#: classes/incident.php:50 classes/user.php:594
|
||||
#: classes/incident.php:54 classes/user.php:736
|
||||
msgid "You don't have permission to do that!"
|
||||
msgstr "你没有这个权限!"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Major outage"
|
||||
msgstr "重大中断"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Minor outage"
|
||||
msgstr "轻微中断"
|
||||
|
||||
#: config.php:40
|
||||
#: template.php:4
|
||||
msgid "Operational"
|
||||
msgstr "运行正常"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing major outages"
|
||||
msgstr "部分系统正在经历重大中断"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are experiencing minor outages"
|
||||
msgstr "部分系统正在经历轻微中断"
|
||||
|
||||
#: config.php:43
|
||||
#: template.php:7
|
||||
msgid "Some systems are under maintenance"
|
||||
msgstr "部分系统正在维护中"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing major outages."
|
||||
msgstr "我们的系统正在经历重大中断。"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are experiencing minor outages"
|
||||
msgstr "我们的系统遇到一些轻微中断"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "Our systems are under maintenance"
|
||||
msgstr "我们的系统正在维护中"
|
||||
|
||||
#: config.php:44
|
||||
#: template.php:8
|
||||
msgid "All systems operational"
|
||||
msgstr "所有系统运行正常"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Super admin"
|
||||
msgstr "超级管理员"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Admin"
|
||||
msgstr "管理员"
|
||||
|
||||
@@ -384,15 +387,15 @@ msgstr "管理员"
|
||||
msgid "Service Status"
|
||||
msgstr "服务状态"
|
||||
|
||||
#: template.php:97
|
||||
#: template.php:106
|
||||
msgid "Toggle navigation"
|
||||
msgstr "切换导航"
|
||||
|
||||
#: template.php:107
|
||||
#: template.php:116
|
||||
msgid "User (%s)"
|
||||
msgstr "用户 (%s)"
|
||||
|
||||
#: template.php:109
|
||||
#: template.php:118
|
||||
msgid "Logout"
|
||||
msgstr "注销"
|
||||
|
||||
@@ -404,15 +407,15 @@ msgstr "当前状态"
|
||||
msgid "Status page"
|
||||
msgstr "状态页"
|
||||
|
||||
#: install.php:127
|
||||
#: install.php:139
|
||||
msgid "Install"
|
||||
msgstr "安装"
|
||||
|
||||
#: install.php:129
|
||||
#: install.php:141
|
||||
msgid "Installation"
|
||||
msgstr "安装"
|
||||
|
||||
#: config.php:33 install.php:26
|
||||
#: install.php:26
|
||||
msgid "Connection failed: %s\n"
|
||||
""
|
||||
msgstr "连接失败: %s"
|
||||
@@ -421,63 +424,59 @@ msgstr "连接失败: %s"
|
||||
msgid "Please set valid url!"
|
||||
msgstr "请设置有效的网址!"
|
||||
|
||||
#: install.php:93
|
||||
#: install.php:98
|
||||
msgid "Error while creating database. Please check permission for your account or MYSQL version.<br>Error: %s"
|
||||
msgstr "创建数据库时出错。 请检查您的帐户或MYSQL版本的权限。<br>错误: %s"
|
||||
|
||||
#: install.php:140
|
||||
#: install.php:154
|
||||
msgid "Website details"
|
||||
msgstr "网站详情"
|
||||
|
||||
#: install.php:141
|
||||
msgid "We need a name for your status page and a url, so we can mail users link for forgotten password etc."
|
||||
msgstr "我们需要一个你的状态页面和URL的名称,我们可以邮寄用户链接以忘记的密码等。"
|
||||
|
||||
#: install.php:40 install.php:145
|
||||
#: install.php:40 install.php:159
|
||||
msgid "Url"
|
||||
msgstr "网址"
|
||||
|
||||
#: install.php:147
|
||||
#: install.php:166
|
||||
msgid "Also an email address for mailer would be nice :)"
|
||||
msgstr "邮件邮寄地址也不错:)"
|
||||
|
||||
#: install.php:154
|
||||
#: install.php:173
|
||||
msgid "Database connection"
|
||||
msgstr "数据库连接"
|
||||
|
||||
#: install.php:155
|
||||
#: install.php:174
|
||||
msgid "We need database connection to be able to create tables. Please check that your account has the permission needed to do that."
|
||||
msgstr "我们需要数据库连接来创建表。 请检查您的帐户是否有权执行此操作。"
|
||||
|
||||
#: install.php:158
|
||||
#: install.php:177
|
||||
msgid "Server"
|
||||
msgstr "服务器"
|
||||
|
||||
#: install.php:159
|
||||
#: install.php:178
|
||||
msgid "Database"
|
||||
msgstr "数据库"
|
||||
|
||||
#: install.php:168
|
||||
#: install.php:203
|
||||
msgid "And finally, we need info to create a new user. You don't have to provide it, but then... No status page admin..."
|
||||
msgstr "最后,我们需要信息来创建一个新的用户。 你不必提供它,但是...将没有状态页管理员..."
|
||||
|
||||
#: install.php:181
|
||||
#: install.php:216
|
||||
msgid "Run install!"
|
||||
msgstr "运行安装!"
|
||||
|
||||
#: classes/user.php:132
|
||||
#: classes/user.php:127
|
||||
msgid "Rank"
|
||||
msgstr "等级"
|
||||
|
||||
#: classes/user.php:491
|
||||
#: classes/user.php:624
|
||||
msgid "Hi %s!<br>Below you will find link to change your password. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">RESET PASSWORD</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "嗨 %s!<br>下面你将找到链接来更改您的密码。该链接对24小内有效。如果您没有要求, 请随意忽略它。<br><br><a href=\"%s\"> 重置密码 </a><br><br>如果链接无法正常工作, 请将其复制 & 粘贴到您的浏览器中: <br>%s"
|
||||
|
||||
#: classes/user.php:516
|
||||
#: classes/user.php:660
|
||||
msgid "Hi %s!<br>Below you will find link to change your email. The link is valid for 24hrs. If you didn't request this, feel free to ignore it. <br><br><a href=\"%s\">CHANGE EMAIL</a><br><br>If the link doesn't work, copy & paste it into your browser: <br>%s"
|
||||
msgstr "嗨 %s!<br>下面你将找到链接来更改您的电子邮件。该链接对24小内有效。如果您没有要求, 请随意忽略它。<br><br><a href=\"%s\"> 更改电子邮件 </a><br><br>如果链接无法正常工作, 请将其复制 & 粘贴到您的浏览器中: <br>%s"
|
||||
|
||||
#: config.php:45
|
||||
#: template.php:9
|
||||
msgid "Editor"
|
||||
msgstr "编辑"
|
||||
|
||||
@@ -489,35 +488,180 @@ msgstr "服务器名称"
|
||||
msgid "Mailer name"
|
||||
msgstr "邮件名称"
|
||||
|
||||
#: install.php:48
|
||||
#: install.php:52
|
||||
msgid "Mailer email"
|
||||
msgstr "邮寄者电子邮件"
|
||||
|
||||
#: install.php:52
|
||||
#: install.php:56
|
||||
msgid "Database server"
|
||||
msgstr "数据库服务器"
|
||||
|
||||
#: install.php:56
|
||||
#: install.php:60
|
||||
msgid "Database name"
|
||||
msgstr "数据库名称"
|
||||
|
||||
#: install.php:60
|
||||
#: install.php:64
|
||||
msgid "Database user"
|
||||
msgstr "数据库用户"
|
||||
|
||||
#: install.php:65
|
||||
#: install.php:69
|
||||
msgid "Database password"
|
||||
msgstr "数据库密码"
|
||||
|
||||
#: install.php:69
|
||||
msgid "Please set"
|
||||
msgstr "请设置"
|
||||
|
||||
#: template.php:138
|
||||
#: template.php:147
|
||||
msgid "Toggle Dropdown"
|
||||
msgstr "切换下拉菜单"
|
||||
|
||||
#: template.php:147
|
||||
#: template.php:156
|
||||
msgid "Help with translation!"
|
||||
msgstr "帮助翻译!"
|
||||
|
||||
#: classes/user.php:439
|
||||
msgid "Deactivate user"
|
||||
msgstr "取消激活用户"
|
||||
|
||||
#: classes/user.php:441
|
||||
msgid "Activate user"
|
||||
msgstr "激活用户"
|
||||
|
||||
#: install.php:73
|
||||
msgid "Please enter"
|
||||
msgstr "请输入"
|
||||
|
||||
#: install.php:150
|
||||
msgid "We will ask you some basic questions about your website. Most of the settings can be later edited in the config.php file."
|
||||
msgstr "我们会问你一些关于你网站的基本问题。 大多数设置可以稍后在config.php文件中编辑。"
|
||||
|
||||
#: install.php:155
|
||||
msgid "We need a name for your status page (shown behind page title after the dash) and a url of your server status installation (i.e. <a href='#'>https://example.com/status</a> - without the trailing slash), so we can mail users link for forgotten password etc..."
|
||||
msgstr "我们需要您的状态页面的名称(显示在破折号后面的页面标题后面)以及你的服务器状态安装的URL(即<a href='#'>https://example.com/status</a> - 无 最后的斜杠),所以我们可以邮寄用户链接忘记密码等..."
|
||||
|
||||
#: install.php:161
|
||||
msgid "A title that you want to be shown on the top of the page."
|
||||
msgstr "您希望显示在页面顶部的标题。"
|
||||
|
||||
#: api/status.php:24
|
||||
msgid "Service does not exist!"
|
||||
msgstr "服务不存在!"
|
||||
|
||||
#: classes/user.php:220
|
||||
msgid "Please fill in your email and password!"
|
||||
msgstr "请填写你的电子邮件和密码!"
|
||||
|
||||
#: classes/user.php:336
|
||||
msgid "Change name"
|
||||
msgstr "更换名字"
|
||||
|
||||
#: classes/user.php:356
|
||||
msgid "Change username"
|
||||
msgstr "更改用户名"
|
||||
|
||||
#: classes/user.php:463
|
||||
msgid "This username is already taken."
|
||||
msgstr "该用户名已被使用。"
|
||||
|
||||
#: classes/user.php:470
|
||||
msgid "Cannot change username of other users!"
|
||||
msgstr "无法更改其他用户的用户名!"
|
||||
|
||||
#: classes/user.php:504
|
||||
msgid "Cannot change names of other users!"
|
||||
msgstr "无法更改其他用户的名字!"
|
||||
|
||||
#: classes/user.php:667
|
||||
msgid "Confirmation email sent!"
|
||||
msgstr "已发送确认电子邮件!"
|
||||
|
||||
#: install.php:186 policy.php:6
|
||||
msgid "Privacy Policy"
|
||||
msgstr "隐私政策"
|
||||
|
||||
#: install.php:190
|
||||
msgid "Company name"
|
||||
msgstr "公司名称"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Address"
|
||||
msgstr "地址"
|
||||
|
||||
#: install.php:191
|
||||
msgid "Full address"
|
||||
msgstr "完整地址"
|
||||
|
||||
#: install.php:194
|
||||
msgid "E-Mail"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone"
|
||||
msgstr "电话"
|
||||
|
||||
#: install.php:195
|
||||
msgid "Phone number"
|
||||
msgstr "电话号码"
|
||||
|
||||
#: install.php:198 policy.php:7
|
||||
msgid "Who we are"
|
||||
msgstr "我们是谁"
|
||||
|
||||
#: policy.php:9
|
||||
msgid "Contact"
|
||||
msgstr "联系"
|
||||
|
||||
#: policy.php:17
|
||||
msgid "What personal data we collect and why"
|
||||
msgstr "我们收集了哪些个人数据以及原因"
|
||||
|
||||
#: policy.php:19
|
||||
msgid "If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries, \n"
|
||||
"\tGeneral information about your browser, operating system and all search queries on the sites. \n"
|
||||
"\tThis user data will be used for anonym user statistics to recognize trends and improve our content.\n"
|
||||
"\t"
|
||||
msgstr "如果您访问我们的网站,将保存以下信息:IP地址,日期,时间,浏览器查询,\n"
|
||||
"有关您的浏览器,操作系统和网站上所有搜索查询的一般信息。\n"
|
||||
"此用户数据将用于匿名用户统计信息,以识别趋势并改进我们的内容。"
|
||||
|
||||
#: policy.php:23
|
||||
msgid "How we protect your data"
|
||||
msgstr "我们如何保护您的数据"
|
||||
|
||||
#: policy.php:24
|
||||
msgid "In collaboration with our hosting provider we try our best to protect our \n"
|
||||
"\tdatabases against access from third parties, losses, misuse or forgery.\n"
|
||||
"\t"
|
||||
msgstr "与我们的托管提供商合作, 我们尽力保护我们的数据库不受第三方的访问, 损失, 误用或伪造。"
|
||||
|
||||
#: policy.php:27
|
||||
msgid "Third party that receive your personal data"
|
||||
msgstr "收到你个人数据的第三方"
|
||||
|
||||
#: policy.php:29
|
||||
msgid "Cookies"
|
||||
msgstr "Cookies"
|
||||
|
||||
#: policy.php:30
|
||||
msgid "This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. \n"
|
||||
"\tIn general, cookies are used to retain user preferences, store information for things like shopping carts, \n"
|
||||
"\tand provide anonymised tracking data to third party applications like Google Analytics. \n"
|
||||
"\tAs a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. \n"
|
||||
"\tThe most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser \n"
|
||||
"\tor taking a look at the About Cookies website which offers guidance for all modern browsers"
|
||||
msgstr "此站点使用Cookie-放置在您的计算机上的小文本文件,以帮助站点提供更好的用户体验。\n"
|
||||
"一般来说,cookie用于保留用户偏好,存储购物车之类的信息,\n"
|
||||
"并向Google Analytics等第三方应用程序提供匿名跟踪数据。\n"
|
||||
"一般来说,Cookie会让你的浏览体验更好。但是,您可能希望禁用此站点和其他站点上的cookie。\n"
|
||||
"最有效的方法是在浏览器中禁用cookie。我们建议咨询您的浏览器的帮助部分。\n"
|
||||
"或者看看有关Cookies网站,为所有现代浏览器提供了指导。"
|
||||
|
||||
#: install.php:187
|
||||
msgid "Since you are collecting personal information, the GDPR needs you to have a privacy policy. Enter the details below."
|
||||
msgstr "由于你正在收集个人信息,因此GDPR需要您制定隐私政策。 在下面输入详细信息。"
|
||||
|
||||
#: install.php:198
|
||||
msgid "Some info about yourself"
|
||||
msgstr "关于你自己的一些信息"
|
||||
|
||||
#: policy.php:18
|
||||
msgid "General"
|
||||
msgstr "一般"
|
||||
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
require_once("template.php");
|
||||
require_once("config.php");
|
||||
Template::render_header("Privacy Policy");
|
||||
|
||||
echo "<h1>" . _("Privacy Policy") . "</h2>";
|
||||
echo "<h2>" . _("Who we are") . "</h2>";
|
||||
echo WHO_WE_ARE;
|
||||
echo "<h2>" . _("Contact") . "</h2>";
|
||||
echo POLICY_NAME . "<br>";
|
||||
echo ADDRESS . "<br>";
|
||||
echo POLICY_MAIL . "<br>";
|
||||
if(defined('POLICY_PHONE') && POLICY_PHONE != ""){
|
||||
echo POLICY_PHONE . "<br>";
|
||||
}
|
||||
|
||||
echo '<h2>' . _("What personal data we collect and why") . '</h2>';
|
||||
echo '<h3>' . _("General") . "</h3>";
|
||||
echo _("If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries,
|
||||
General information about your browser, operating system and all search queries on the sites.
|
||||
This user data will be used for anonym user statistics to recognize trends and improve our content.
|
||||
") . "<br><br>";
|
||||
echo "<h2>" . _("How we protect your data") . "</h2>";
|
||||
echo _("In collaboration with our hosting provider we try our best to protect our
|
||||
databases against access from third parties, losses, misuse or forgery.
|
||||
") . "<br><br>";
|
||||
echo "<h2>" . _("Third party that receive your personal data") . "</h2>";
|
||||
echo "Our hosting provider can access the date we store on their server. We have a data processing agreement with them.";
|
||||
echo "<h3>" . _("Cookies") . "</h3>";
|
||||
echo _("This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience.
|
||||
In general, cookies are used to retain user preferences, store information for things like shopping carts,
|
||||
and provide anonymised tracking data to third party applications like Google Analytics.
|
||||
As a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others.
|
||||
The most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser
|
||||
or taking a look at the About Cookies website which offers guidance for all modern browsers");
|
||||
|
||||
Template::render_footer();
|
||||
@@ -1,4 +1,13 @@
|
||||
<?php
|
||||
//This should later be translatable, maybe find a better solution?
|
||||
//This is here for better generation of POT files :)
|
||||
$statuses = array(_("Major outage"), _("Minor outage"), _("Planned maintenance"), _("Operational") );
|
||||
$classes = array("danger", "warning", "primary", "success" );
|
||||
$icons = array("fa fa-times", "fa fa-exclamation", "fa fa-info", "fa fa-check" );
|
||||
$some = array(_("Some systems are experiencing major outages"), _("Some systems are experiencing minor outages"), _("Some systems are under maintenance"));
|
||||
$all = array(_("Our systems are experiencing major outages."), _("Our systems are experiencing minor outages"), _("Our systems are under maintenance"), _("All systems operational"));
|
||||
$permissions = array(_("Super admin"), _("Admin"), _("Editor"));
|
||||
|
||||
/**
|
||||
* Class that encapsulates methods to render header and footer
|
||||
*/
|
||||
@@ -129,7 +138,7 @@ class Template{
|
||||
<div id="footerwrap">
|
||||
<div class="container">
|
||||
<div class="row centered">
|
||||
<div class="col-md-4 text-left">Copyright © <?php echo date("Y");?> Vojtěch Sajdl</div>
|
||||
<div class="col-md-4 text-left"><a href="https://github.com/Pryx/server-status/" target="_blank"><i class="fab fa-github" aria-hidden="true"></i> </a>Copyright © <?php echo date("Y");?> Vojtěch Sajdl</div>
|
||||
<div class="col-md-4 text-center">
|
||||
<div class="btn-group dropup">
|
||||
<button type="button" class="btn btn-primary"><?php echo '<img src="'.WEB_URL.'/locale/'.$_SESSION['locale'].'/flag.png" alt="'.$lang_names[$_SESSION['locale']].'">'.$lang_names[$_SESSION['locale']];?></button>
|
||||
@@ -148,7 +157,7 @@ class Template{
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 text-right"><a href="https://github.com/Pryx/server-status/" target="_blank"><i class="fab fa-github" aria-hidden="true"></i></a></div>
|
||||
<div class="col-md-4 text-right"><a href="<?php echo POLICY_URL; ?>"><?php echo _("Imprint & Privacy Policy");?></a><!-- <a href="https://github.com/Pryx/server-status/" target="_blank"><i class="fab fa-github" aria-hidden="true"></i></a> --></div>
|
||||
</div><!--/row -->
|
||||
</div><!--/container -->
|
||||
</div>
|
||||
|
||||