mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -07:00
moved all sources to trunk directory
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@693 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
commit
a22b7578bd
392 changed files with 61489 additions and 0 deletions
BIN
Greenshot/tools/7zip/7za.exe
Normal file
BIN
Greenshot/tools/7zip/7za.exe
Normal file
Binary file not shown.
340
Greenshot/tools/FileVerifier++/COPYING.TXT
Normal file
340
Greenshot/tools/FileVerifier++/COPYING.TXT
Normal file
|
@ -0,0 +1,340 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Library General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
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
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Library General
|
||||
Public License instead of this License.
|
BIN
Greenshot/tools/FileVerifier++/Modules/md.dll
Normal file
BIN
Greenshot/tools/FileVerifier++/Modules/md.dll
Normal file
Binary file not shown.
BIN
Greenshot/tools/FileVerifier++/Modules/sha.dll
Normal file
BIN
Greenshot/tools/FileVerifier++/Modules/sha.dll
Normal file
Binary file not shown.
BIN
Greenshot/tools/FileVerifier++/fvc.exe
Normal file
BIN
Greenshot/tools/FileVerifier++/fvc.exe
Normal file
Binary file not shown.
BIN
Greenshot/tools/FileVerifier++/libexpatw.dll
Normal file
BIN
Greenshot/tools/FileVerifier++/libexpatw.dll
Normal file
Binary file not shown.
BIN
Greenshot/tools/FileVerifier++/mingwm10.dll
Normal file
BIN
Greenshot/tools/FileVerifier++/mingwm10.dll
Normal file
Binary file not shown.
44
Greenshot/tools/TortoiseSVN/CyrusSASL License.txt
Normal file
44
Greenshot/tools/TortoiseSVN/CyrusSASL License.txt
Normal file
|
@ -0,0 +1,44 @@
|
|||
/* CMU libsasl
|
||||
* Tim Martin
|
||||
* Rob Earhart
|
||||
* Rob Siemborski
|
||||
*/
|
||||
/*
|
||||
* Copyright (c) 1998-2003 Carnegie Mellon University. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in
|
||||
* the documentation and/or other materials provided with the
|
||||
* distribution.
|
||||
*
|
||||
* 3. The name "Carnegie Mellon University" must not be used to
|
||||
* endorse or promote products derived from this software without
|
||||
* prior written permission. For permission or any other legal
|
||||
* details, please contact
|
||||
* Office of Technology Transfer
|
||||
* Carnegie Mellon University
|
||||
* 5000 Forbes Avenue
|
||||
* Pittsburgh, PA 15213-3890
|
||||
* (412) 268-4387, fax: (412) 268-7395
|
||||
* tech-transfer@andrew.cmu.edu
|
||||
*
|
||||
* 4. Redistributions of any form whatsoever must retain the following
|
||||
* acknowledgment:
|
||||
* "This product includes software developed by Computing Services
|
||||
* at Carnegie Mellon University (http://www.cmu.edu/computing/)."
|
||||
*
|
||||
* CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
||||
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
* AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
|
||||
* FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
||||
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
127
Greenshot/tools/TortoiseSVN/OpenSSL License.txt
Normal file
127
Greenshot/tools/TortoiseSVN/OpenSSL License.txt
Normal file
|
@ -0,0 +1,127 @@
|
|||
|
||||
LICENSE ISSUES
|
||||
==============
|
||||
|
||||
The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
|
||||
the OpenSSL License and the original SSLeay license apply to the toolkit.
|
||||
See below for the actual license texts. Actually both licenses are BSD-style
|
||||
Open Source licenses. In case of any license issues related to OpenSSL
|
||||
please contact openssl-core@openssl.org.
|
||||
|
||||
OpenSSL License
|
||||
---------------
|
||||
|
||||
/* ====================================================================
|
||||
* Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in
|
||||
* the documentation and/or other materials provided with the
|
||||
* distribution.
|
||||
*
|
||||
* 3. All advertising materials mentioning features or use of this
|
||||
* software must display the following acknowledgment:
|
||||
* "This product includes software developed by the OpenSSL Project
|
||||
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
|
||||
*
|
||||
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
|
||||
* endorse or promote products derived from this software without
|
||||
* prior written permission. For written permission, please contact
|
||||
* openssl-core@openssl.org.
|
||||
*
|
||||
* 5. Products derived from this software may not be called "OpenSSL"
|
||||
* nor may "OpenSSL" appear in their names without prior written
|
||||
* permission of the OpenSSL Project.
|
||||
*
|
||||
* 6. Redistributions of any form whatsoever must retain the following
|
||||
* acknowledgment:
|
||||
* "This product includes software developed by the OpenSSL Project
|
||||
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
|
||||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
|
||||
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
* ====================================================================
|
||||
*
|
||||
* This product includes cryptographic software written by Eric Young
|
||||
* (eay@cryptsoft.com). This product includes software written by Tim
|
||||
* Hudson (tjh@cryptsoft.com).
|
||||
*
|
||||
*/
|
||||
|
||||
Original SSLeay License
|
||||
-----------------------
|
||||
|
||||
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
* This package is an SSL implementation written
|
||||
* by Eric Young (eay@cryptsoft.com).
|
||||
* The implementation was written so as to conform with Netscapes SSL.
|
||||
*
|
||||
* This library is free for commercial and non-commercial use as long as
|
||||
* the following conditions are aheared to. The following conditions
|
||||
* apply to all code found in this distribution, be it the RC4, RSA,
|
||||
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
|
||||
* included with this distribution is covered by the same copyright terms
|
||||
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
|
||||
*
|
||||
* Copyright remains Eric Young's, and as such any Copyright notices in
|
||||
* the code are not to be removed.
|
||||
* If this package is used in a product, Eric Young should be given attribution
|
||||
* as the author of the parts of the library used.
|
||||
* This can be in the form of a textual message at program startup or
|
||||
* in documentation (online or textual) provided with the package.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. All advertising materials mentioning features or use of this software
|
||||
* must display the following acknowledgement:
|
||||
* "This product includes cryptographic software written by
|
||||
* Eric Young (eay@cryptsoft.com)"
|
||||
* The word 'cryptographic' can be left out if the rouines from the library
|
||||
* being used are not cryptographic related :-).
|
||||
* 4. If you include any Windows specific code (or a derivative thereof) from
|
||||
* the apps directory (application code) you must include an acknowledgement:
|
||||
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
|
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* The licence and distribution terms for any publically available version or
|
||||
* derivative of this code cannot be changed. i.e. this code cannot simply be
|
||||
* copied and put under another distribution licence
|
||||
* [including the GNU Public Licence.]
|
||||
*/
|
||||
|
BIN
Greenshot/tools/TortoiseSVN/SubWCRev.exe
Normal file
BIN
Greenshot/tools/TortoiseSVN/SubWCRev.exe
Normal file
Binary file not shown.
47
Greenshot/tools/TortoiseSVN/Subversion license.txt
Normal file
47
Greenshot/tools/TortoiseSVN/Subversion license.txt
Normal file
|
@ -0,0 +1,47 @@
|
|||
/* ================================================================
|
||||
* Copyright (c) 2000-2009 CollabNet. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in
|
||||
* the documentation and/or other materials provided with the
|
||||
* distribution.
|
||||
*
|
||||
* 3. The end-user documentation included with the redistribution,
|
||||
* if any, must include the following acknowledgment:
|
||||
* "This product includes software developed by
|
||||
* CollabNet (http://www.Collab.Net/)."
|
||||
* Alternately, this acknowledgment may appear in the software itself,
|
||||
* if and wherever such third-party acknowledgments normally appear.
|
||||
*
|
||||
* 4. The hosted project names must not be used to endorse or promote
|
||||
* products derived from this software without prior written
|
||||
* permission. For written permission, please contact info@collab.net.
|
||||
*
|
||||
* 5. Products derived from this software may not use the "Tigris" name
|
||||
* nor may "Tigris" appear in their names without prior written
|
||||
* permission of CollabNet.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
* IN NO EVENT SHALL COLLABNET OR ITS CONTRIBUTORS BE LIABLE FOR ANY
|
||||
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
||||
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
|
||||
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* ====================================================================
|
||||
*
|
||||
* This software consists of voluntary contributions made by many
|
||||
* individuals on behalf of CollabNet.
|
||||
*/
|
340
Greenshot/tools/TortoiseSVN/TortoiseSVN License.txt
Normal file
340
Greenshot/tools/TortoiseSVN/TortoiseSVN License.txt
Normal file
|
@ -0,0 +1,340 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Library General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
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
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Library General
|
||||
Public License instead of this License.
|
BIN
Greenshot/tools/TortoiseSVN/intl3_tsvn.dll
Normal file
BIN
Greenshot/tools/TortoiseSVN/intl3_tsvn.dll
Normal file
Binary file not shown.
BIN
Greenshot/tools/TortoiseSVN/libapr_tsvn.dll
Normal file
BIN
Greenshot/tools/TortoiseSVN/libapr_tsvn.dll
Normal file
Binary file not shown.
BIN
Greenshot/tools/TortoiseSVN/libaprutil_tsvn.dll
Normal file
BIN
Greenshot/tools/TortoiseSVN/libaprutil_tsvn.dll
Normal file
Binary file not shown.
BIN
Greenshot/tools/innosetup/Compil32.exe
Normal file
BIN
Greenshot/tools/innosetup/Compil32.exe
Normal file
Binary file not shown.
317
Greenshot/tools/innosetup/Default.isl
Normal file
317
Greenshot/tools/innosetup/Default.isl
Normal file
|
@ -0,0 +1,317 @@
|
|||
; *** Inno Setup version 5.1.11+ English messages ***
|
||||
;
|
||||
; To download user-contributed translations of this file, go to:
|
||||
; http://www.jrsoftware.org/files/istrans/
|
||||
;
|
||||
; Note: When translating this text, do not add periods (.) to the end of
|
||||
; messages that didn't have them already, because on those messages Inno
|
||||
; Setup adds the periods automatically (appending a period would result in
|
||||
; two periods being displayed).
|
||||
|
||||
[LangOptions]
|
||||
; The following three entries are very important. Be sure to read and
|
||||
; understand the '[LangOptions] section' topic in the help file.
|
||||
LanguageName=English
|
||||
LanguageID=$0409
|
||||
LanguageCodePage=0
|
||||
; If the language you are translating to requires special font faces or
|
||||
; sizes, uncomment any of the following entries and change them accordingly.
|
||||
;DialogFontName=
|
||||
;DialogFontSize=8
|
||||
;WelcomeFontName=Verdana
|
||||
;WelcomeFontSize=12
|
||||
;TitleFontName=Arial
|
||||
;TitleFontSize=29
|
||||
;CopyrightFontName=Arial
|
||||
;CopyrightFontSize=8
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Setup
|
||||
SetupWindowTitle=Setup - %1
|
||||
UninstallAppTitle=Uninstall
|
||||
UninstallAppFullTitle=%1 Uninstall
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Information
|
||||
ConfirmTitle=Confirm
|
||||
ErrorTitle=Error
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=This will install %1. Do you wish to continue?
|
||||
LdrCannotCreateTemp=Unable to create a temporary file. Setup aborted
|
||||
LdrCannotExecTemp=Unable to execute file in the temporary directory. Setup aborted
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nError %2: %3
|
||||
SetupFileMissing=The file %1 is missing from the installation directory. Please correct the problem or obtain a new copy of the program.
|
||||
SetupFileCorrupt=The setup files are corrupted. Please obtain a new copy of the program.
|
||||
SetupFileCorruptOrWrongVer=The setup files are corrupted, or are incompatible with this version of Setup. Please correct the problem or obtain a new copy of the program.
|
||||
NotOnThisPlatform=This program will not run on %1.
|
||||
OnlyOnThisPlatform=This program must be run on %1.
|
||||
OnlyOnTheseArchitectures=This program can only be installed on versions of Windows designed for the following processor architectures:%n%n%1
|
||||
MissingWOW64APIs=The version of Windows you are running does not include functionality required by Setup to perform a 64-bit installation. To correct this problem, please install Service Pack %1.
|
||||
WinVersionTooLowError=This program requires %1 version %2 or later.
|
||||
WinVersionTooHighError=This program cannot be installed on %1 version %2 or later.
|
||||
AdminPrivilegesRequired=You must be logged in as an administrator when installing this program.
|
||||
PowerUserPrivilegesRequired=You must be logged in as an administrator or as a member of the Power Users group when installing this program.
|
||||
SetupAppRunningError=Setup has detected that %1 is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.
|
||||
UninstallAppRunningError=Uninstall has detected that %1 is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=Setup was unable to create the directory "%1"
|
||||
ErrorTooManyFilesInDir=Unable to create a file in the directory "%1" because it contains too many files
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Exit Setup
|
||||
ExitSetupMessage=Setup is not complete. If you exit now, the program will not be installed.%n%nYou may run Setup again at another time to complete the installation.%n%nExit Setup?
|
||||
AboutSetupMenuItem=&About Setup...
|
||||
AboutSetupTitle=About Setup
|
||||
AboutSetupMessage=%1 version %2%n%3%n%n%1 home page:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Back
|
||||
ButtonNext=&Next >
|
||||
ButtonInstall=&Install
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Cancel
|
||||
ButtonYes=&Yes
|
||||
ButtonYesToAll=Yes to &All
|
||||
ButtonNo=&No
|
||||
ButtonNoToAll=N&o to All
|
||||
ButtonFinish=&Finish
|
||||
ButtonBrowse=&Browse...
|
||||
ButtonWizardBrowse=B&rowse...
|
||||
ButtonNewFolder=&Make New Folder
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Select Setup Language
|
||||
SelectLanguageLabel=Select the language to use during the installation:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Click Next to continue, or Cancel to exit Setup.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Browse For Folder
|
||||
BrowseDialogLabel=Select a folder in the list below, then click OK.
|
||||
NewFolderName=New Folder
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Welcome to the [name] Setup Wizard
|
||||
WelcomeLabel2=This will install [name/ver] on your computer.%n%nIt is recommended that you close all other applications before continuing.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Password
|
||||
PasswordLabel1=This installation is password protected.
|
||||
PasswordLabel3=Please provide the password, then click Next to continue. Passwords are case-sensitive.
|
||||
PasswordEditLabel=&Password:
|
||||
IncorrectPassword=The password you entered is not correct. Please try again.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=License Agreement
|
||||
LicenseLabel=Please read the following important information before continuing.
|
||||
LicenseLabel3=Please read the following License Agreement. You must accept the terms of this agreement before continuing with the installation.
|
||||
LicenseAccepted=I &accept the agreement
|
||||
LicenseNotAccepted=I &do not accept the agreement
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Information
|
||||
InfoBeforeLabel=Please read the following important information before continuing.
|
||||
InfoBeforeClickLabel=When you are ready to continue with Setup, click Next.
|
||||
WizardInfoAfter=Information
|
||||
InfoAfterLabel=Please read the following important information before continuing.
|
||||
InfoAfterClickLabel=When you are ready to continue with Setup, click Next.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=User Information
|
||||
UserInfoDesc=Please enter your information.
|
||||
UserInfoName=&User Name:
|
||||
UserInfoOrg=&Organization:
|
||||
UserInfoSerial=&Serial Number:
|
||||
UserInfoNameRequired=You must enter a name.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Select Destination Location
|
||||
SelectDirDesc=Where should [name] be installed?
|
||||
SelectDirLabel3=Setup will install [name] into the following folder.
|
||||
SelectDirBrowseLabel=To continue, click Next. If you would like to select a different folder, click Browse.
|
||||
DiskSpaceMBLabel=At least [mb] MB of free disk space is required.
|
||||
ToUNCPathname=Setup cannot install to a UNC pathname. If you are trying to install to a network, you will need to map a network drive.
|
||||
InvalidPath=You must enter a full path with drive letter; for example:%n%nC:\APP%n%nor a UNC path in the form:%n%n\\server\share
|
||||
InvalidDrive=The drive or UNC share you selected does not exist or is not accessible. Please select another.
|
||||
DiskSpaceWarningTitle=Not Enough Disk Space
|
||||
DiskSpaceWarning=Setup requires at least %1 KB of free space to install, but the selected drive only has %2 KB available.%n%nDo you want to continue anyway?
|
||||
DirNameTooLong=The folder name or path is too long.
|
||||
InvalidDirName=The folder name is not valid.
|
||||
BadDirName32=Folder names cannot include any of the following characters:%n%n%1
|
||||
DirExistsTitle=Folder Exists
|
||||
DirExists=The folder:%n%n%1%n%nalready exists. Would you like to install to that folder anyway?
|
||||
DirDoesntExistTitle=Folder Does Not Exist
|
||||
DirDoesntExist=The folder:%n%n%1%n%ndoes not exist. Would you like the folder to be created?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Select Components
|
||||
SelectComponentsDesc=Which components should be installed?
|
||||
SelectComponentsLabel2=Select the components you want to install; clear the components you do not want to install. Click Next when you are ready to continue.
|
||||
FullInstallation=Full installation
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Compact installation
|
||||
CustomInstallation=Custom installation
|
||||
NoUninstallWarningTitle=Components Exist
|
||||
NoUninstallWarning=Setup has detected that the following components are already installed on your computer:%n%n%1%n%nDeselecting these components will not uninstall them.%n%nWould you like to continue anyway?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=Current selection requires at least [mb] MB of disk space.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Select Additional Tasks
|
||||
SelectTasksDesc=Which additional tasks should be performed?
|
||||
SelectTasksLabel2=Select the additional tasks you would like Setup to perform while installing [name], then click Next.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Select Start Menu Folder
|
||||
SelectStartMenuFolderDesc=Where should Setup place the program's shortcuts?
|
||||
SelectStartMenuFolderLabel3=Setup will create the program's shortcuts in the following Start Menu folder.
|
||||
SelectStartMenuFolderBrowseLabel=To continue, click Next. If you would like to select a different folder, click Browse.
|
||||
MustEnterGroupName=You must enter a folder name.
|
||||
GroupNameTooLong=The folder name or path is too long.
|
||||
InvalidGroupName=The folder name is not valid.
|
||||
BadGroupName=The folder name cannot include any of the following characters:%n%n%1
|
||||
NoProgramGroupCheck2=&Don't create a Start Menu folder
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Ready to Install
|
||||
ReadyLabel1=Setup is now ready to begin installing [name] on your computer.
|
||||
ReadyLabel2a=Click Install to continue with the installation, or click Back if you want to review or change any settings.
|
||||
ReadyLabel2b=Click Install to continue with the installation.
|
||||
ReadyMemoUserInfo=User information:
|
||||
ReadyMemoDir=Destination location:
|
||||
ReadyMemoType=Setup type:
|
||||
ReadyMemoComponents=Selected components:
|
||||
ReadyMemoGroup=Start Menu folder:
|
||||
ReadyMemoTasks=Additional tasks:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Preparing to Install
|
||||
PreparingDesc=Setup is preparing to install [name] on your computer.
|
||||
PreviousInstallNotCompleted=The installation/removal of a previous program was not completed. You will need to restart your computer to complete that installation.%n%nAfter restarting your computer, run Setup again to complete the installation of [name].
|
||||
CannotContinue=Setup cannot continue. Please click Cancel to exit.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Installing
|
||||
InstallingLabel=Please wait while Setup installs [name] on your computer.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Completing the [name] Setup Wizard
|
||||
FinishedLabelNoIcons=Setup has finished installing [name] on your computer.
|
||||
FinishedLabel=Setup has finished installing [name] on your computer. The application may be launched by selecting the installed icons.
|
||||
ClickFinish=Click Finish to exit Setup.
|
||||
FinishedRestartLabel=To complete the installation of [name], Setup must restart your computer. Would you like to restart now?
|
||||
FinishedRestartMessage=To complete the installation of [name], Setup must restart your computer.%n%nWould you like to restart now?
|
||||
ShowReadmeCheck=Yes, I would like to view the README file
|
||||
YesRadio=&Yes, restart the computer now
|
||||
NoRadio=&No, I will restart the computer later
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Run %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=View %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=Setup Needs the Next Disk
|
||||
SelectDiskLabel2=Please insert Disk %1 and click OK.%n%nIf the files on this disk can be found in a folder other than the one displayed below, enter the correct path or click Browse.
|
||||
PathLabel=&Path:
|
||||
FileNotInDir2=The file "%1" could not be located in "%2". Please insert the correct disk or select another folder.
|
||||
SelectDirectoryLabel=Please specify the location of the next disk.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=Setup was not completed.%n%nPlease correct the problem and run Setup again.
|
||||
EntryAbortRetryIgnore=Click Retry to try again, Ignore to proceed anyway, or Abort to cancel installation.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Creating directories...
|
||||
StatusExtractFiles=Extracting files...
|
||||
StatusCreateIcons=Creating shortcuts...
|
||||
StatusCreateIniEntries=Creating INI entries...
|
||||
StatusCreateRegistryEntries=Creating registry entries...
|
||||
StatusRegisterFiles=Registering files...
|
||||
StatusSavingUninstall=Saving uninstall information...
|
||||
StatusRunProgram=Finishing installation...
|
||||
StatusRollback=Rolling back changes...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Internal error: %1
|
||||
ErrorFunctionFailedNoCode=%1 failed
|
||||
ErrorFunctionFailed=%1 failed; code %2
|
||||
ErrorFunctionFailedWithMessage=%1 failed; code %2.%n%3
|
||||
ErrorExecutingProgram=Unable to execute file:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Error opening registry key:%n%1\%2
|
||||
ErrorRegCreateKey=Error creating registry key:%n%1\%2
|
||||
ErrorRegWriteKey=Error writing to registry key:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Error creating INI entry in file "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Click Retry to try again, Ignore to skip this file (not recommended), or Abort to cancel installation.
|
||||
FileAbortRetryIgnore2=Click Retry to try again, Ignore to proceed anyway (not recommended), or Abort to cancel installation.
|
||||
SourceIsCorrupted=The source file is corrupted
|
||||
SourceDoesntExist=The source file "%1" does not exist
|
||||
ExistingFileReadOnly=The existing file is marked as read-only.%n%nClick Retry to remove the read-only attribute and try again, Ignore to skip this file, or Abort to cancel installation.
|
||||
ErrorReadingExistingDest=An error occurred while trying to read the existing file:
|
||||
FileExists=The file already exists.%n%nWould you like Setup to overwrite it?
|
||||
ExistingFileNewer=The existing file is newer than the one Setup is trying to install. It is recommended that you keep the existing file.%n%nDo you want to keep the existing file?
|
||||
ErrorChangingAttr=An error occurred while trying to change the attributes of the existing file:
|
||||
ErrorCreatingTemp=An error occurred while trying to create a file in the destination directory:
|
||||
ErrorReadingSource=An error occurred while trying to read the source file:
|
||||
ErrorCopying=An error occurred while trying to copy a file:
|
||||
ErrorReplacingExistingFile=An error occurred while trying to replace the existing file:
|
||||
ErrorRestartReplace=RestartReplace failed:
|
||||
ErrorRenamingTemp=An error occurred while trying to rename a file in the destination directory:
|
||||
ErrorRegisterServer=Unable to register the DLL/OCX: %1
|
||||
ErrorRegSvr32Failed=RegSvr32 failed with exit code %1
|
||||
ErrorRegisterTypeLib=Unable to register the type library: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=An error occurred while trying to open the README file.
|
||||
ErrorRestartingComputer=Setup was unable to restart the computer. Please do this manually.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=File "%1" does not exist. Cannot uninstall.
|
||||
UninstallOpenError=File "%1" could not be opened. Cannot uninstall
|
||||
UninstallUnsupportedVer=The uninstall log file "%1" is in a format not recognized by this version of the uninstaller. Cannot uninstall
|
||||
UninstallUnknownEntry=An unknown entry (%1) was encountered in the uninstall log
|
||||
ConfirmUninstall=Are you sure you want to completely remove %1 and all of its components?
|
||||
UninstallOnlyOnWin64=This installation can only be uninstalled on 64-bit Windows.
|
||||
OnlyAdminCanUninstall=This installation can only be uninstalled by a user with administrative privileges.
|
||||
UninstallStatusLabel=Please wait while %1 is removed from your computer.
|
||||
UninstalledAll=%1 was successfully removed from your computer.
|
||||
UninstalledMost=%1 uninstall complete.%n%nSome elements could not be removed. These can be removed manually.
|
||||
UninstalledAndNeedsRestart=To complete the uninstallation of %1, your computer must be restarted.%n%nWould you like to restart now?
|
||||
UninstallDataCorrupted="%1" file is corrupted. Cannot uninstall
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Remove Shared File?
|
||||
ConfirmDeleteSharedFile2=The system indicates that the following shared file is no longer in use by any programs. Would you like for Uninstall to remove this shared file?%n%nIf any programs are still using this file and it is removed, those programs may not function properly. If you are unsure, choose No. Leaving the file on your system will not cause any harm.
|
||||
SharedFileNameLabel=File name:
|
||||
SharedFileLocationLabel=Location:
|
||||
WizardUninstalling=Uninstall Status
|
||||
StatusUninstalling=Uninstalling %1...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 version %2
|
||||
AdditionalIcons=Additional icons:
|
||||
CreateDesktopIcon=Create a &desktop icon
|
||||
CreateQuickLaunchIcon=Create a &Quick Launch icon
|
||||
ProgramOnTheWeb=%1 on the Web
|
||||
UninstallProgram=Uninstall %1
|
||||
LaunchProgram=Launch %1
|
||||
AssocFileExtension=&Associate %1 with the %2 file extension
|
||||
AssocingFileExtension=Associating %1 with the %2 file extension...
|
BIN
Greenshot/tools/innosetup/ISCC.exe
Normal file
BIN
Greenshot/tools/innosetup/ISCC.exe
Normal file
Binary file not shown.
BIN
Greenshot/tools/innosetup/ISCmplr.dll
Normal file
BIN
Greenshot/tools/innosetup/ISCmplr.dll
Normal file
Binary file not shown.
BIN
Greenshot/tools/innosetup/ISetup.chm
Normal file
BIN
Greenshot/tools/innosetup/ISetup.chm
Normal file
Binary file not shown.
318
Greenshot/tools/innosetup/Languages/Basque.isl
Normal file
318
Greenshot/tools/innosetup/Languages/Basque.isl
Normal file
|
@ -0,0 +1,318 @@
|
|||
; *** Inno Setup version 5.1.11+ Basque messages ***
|
||||
;
|
||||
; Translated by 3ARRANO (3arrano@3arrano.com)
|
||||
;
|
||||
; To download user-contributed translations of this file, go to:
|
||||
; http://www.jrsoftware.org/is3rdparty.php
|
||||
;
|
||||
; Note: When translating this text, do not add periods (.) to the end of
|
||||
; messages that didn't have them already, because on those messages Inno
|
||||
; Setup adds the periods automatically (appending a period would result in
|
||||
; two periods being displayed).
|
||||
|
||||
[LangOptions]
|
||||
; The following three entries are very important. Be sure to read and
|
||||
; understand the '[LangOptions] section' topic in the help file.
|
||||
LanguageName=Euskara
|
||||
LanguageID=$042d
|
||||
LanguageCodePage=0
|
||||
; If the language you are translating to requires special font faces or
|
||||
; sizes, uncomment any of the following entries and change them accordingly.
|
||||
;DialogFontName=
|
||||
;DialogFontSize=8
|
||||
;WelcomeFontName=Verdana
|
||||
;WelcomeFontSize=12
|
||||
;TitleFontName=Arial
|
||||
;TitleFontSize=29
|
||||
;CopyrightFontName=Arial
|
||||
;CopyrightFontSize=8
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Instalaketa
|
||||
SetupWindowTitle=Instalaketa - %1
|
||||
UninstallAppTitle=Desinstalaketa
|
||||
UninstallAppFullTitle=Desinstalaketa - %1
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Argibideak
|
||||
ConfirmTitle=Berretsi
|
||||
ErrorTitle=Akatsa
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Programa honek %1 instalatuko du. Jarraitu nahi duzu?
|
||||
LdrCannotCreateTemp=Ezin izan da aldi baterako fitxategirik sortu. Instalaketa ezeztatu da
|
||||
LdrCannotExecTemp=Aldi baterako karpetako fitxategia ezin izan da abiarazi. Instalaketa ezeztatu da
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%n%2 akatsa: %3
|
||||
SetupFileMissing=Ez da %1 fitxategia aurkitu instalaketaren direktorioan. Zuzendu arazoa edo eskuratu programaren kopia berri bat.
|
||||
SetupFileCorrupt=Instalaketa fitxategiak hondaturik daude. Eskuratu programaren kopia berri bat.
|
||||
SetupFileCorruptOrWrongVer=Instalaketa fitxategiak hondaturik daude, edo ez dira instalatzailearen bertsio honekin bateragarriak. Zuzendu arazoa edo eskuratu programaren kopia berri bat.
|
||||
NotOnThisPlatform=Programa hau ez dabil %1 sistemapean.
|
||||
OnlyOnThisPlatform=Programa hau %1 sistemapean soilik dabil.
|
||||
OnlyOnTheseArchitectures=Programa hau ondorengo prozesagailuen arkitekturetarako diseinatu diren Windowsen bertsioetan soilik instala daiteke:%n%n%1
|
||||
MissingWOW64APIs=Darabilzun Windowsen bertsioak ez dakar 64-biteko instalaketa bat burutzeko instalatzaileak behar duen funtzionalitaterik. Arazo hau konpontzeko, instalatu Service Pack %1 zerbitzu paketea.
|
||||
WinVersionTooLowError=Programa honek %1 %2 edo bertsio berriagoa behar du.
|
||||
WinVersionTooHighError=Programa hau ezin da instalatu %1 %2 edo bertsio berriagoan.
|
||||
AdminPrivilegesRequired=Programa hau instalatzeko administratzaile gisa hasi behar duzu saioa.
|
||||
PowerUserPrivilegesRequired=Programa hau instalatzeko administratzaile gisa edo Agintedun Erabiltzaileen taldeko kide gisa hasi behar duzu saioa.
|
||||
SetupAppRunningError=Instalatzaileak une honetan %1 irekita dagoela nabaritu du.%n%nItxi bere leiho guztiak, ondoren klikatu Ados jarraitzeko, edo Utzi irteteko.
|
||||
UninstallAppRunningError=Instalatzaileak une honetan %1 irekita dagoela nabaritu du.%n%nItxi bere leiho guztiak, ondoren klikatu Ados jarraitzeko, edo Utzi irteteko.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=Instalatzaileak ezin izan du "%1" direktorioa sortu
|
||||
ErrorTooManyFilesInDir=Ezinezkoa izan da "%1" direktorioan fitxategi bat sortzea, fitxategi gehiegi dituelako barnean
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Instalatzailetik Irten
|
||||
ExitSetupMessage=Instalaketa ez da burutu. Orain irtenez gero, programa ez da instalatuko.%n%nInstalaketa burutzeko edonoiz ireki dezakezu berriro instalatzailea.%n%nInstalatzailetik Irten?
|
||||
AboutSetupMenuItem=&Instalatzaileari Buruz...
|
||||
AboutSetupTitle=Instalatzaileari Buruz
|
||||
AboutSetupMessage=%1 %2%n%3%n%n%1en webgunea :%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< A&urrekoa
|
||||
ButtonNext=&Hurrengoa >
|
||||
ButtonInstall=&Instalatu
|
||||
ButtonOK=Ados
|
||||
ButtonCancel=Utzi
|
||||
ButtonYes=&Bai
|
||||
ButtonYesToAll=Bai &Guztiari
|
||||
ButtonNo=&Ez
|
||||
ButtonNoToAll=E&z Guztiari
|
||||
ButtonFinish=A&maitu
|
||||
ButtonBrowse=&Arakatu...
|
||||
ButtonWizardBrowse=A&rakatu...
|
||||
ButtonNewFolder=&Karpeta Berria Sortu
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Hautatu Instalatzailearen Hizkuntza
|
||||
SelectLanguageLabel=Hautatu instalaketarako erabili nahi duzun hizkuntza:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Klikatu Hurrengoa jarraitzeko, edo Utzi instalatzailetik irteteko.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Karpetak Arakatu
|
||||
BrowseDialogLabel=Hautatu karpeta bat azpiko zerrendan, ondoren klikatu Ados.
|
||||
NewFolderName=Karpeta Berria
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Ongietorri [name] Instalatzeko Morroira
|
||||
WelcomeLabel2=Programa honek [name/ver] zure konputagailuan instalatuko du.%n%nGomendagarria da jarraitu aurretik gainontzeko aplikazioak ixtea.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Pasahitza
|
||||
PasswordLabel1=Instalaketa hau pasahitzez babesturik dago.
|
||||
PasswordLabel3=Sartu pasahitza, ondoren klikatu Hurrengoa jarraitzeko. Pasahitzetan maiuskulak bereizten dira.
|
||||
PasswordEditLabel=&Pasahitza:
|
||||
IncorrectPassword=Sartu duzun pasahitza ez da zuzena. Saiatu berriro.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Lizentziaren Onarpena
|
||||
LicenseLabel=Irakurri ondorengo argibide garrantzitsu hauek jarraitu aurretik.
|
||||
LicenseLabel3=Irakurri ondorengo Lizentziaren Onarpena. Lizentzia honen baldintzak onartu behar dituzu instalaketaren jarraitu aurretik.
|
||||
LicenseAccepted=Lizentziaren baldintzak &onartzen ditut
|
||||
LicenseNotAccepted=&Ez ditut lizentziaren baldintzak onartzen
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Argibideak
|
||||
InfoBeforeLabel=Irakurri ondorengo argibide garrantzitsu hauek jarraitu aurretik.
|
||||
InfoBeforeClickLabel=Instalaketarekin jarraitzeko gertu egotean, klikatu Hurrengoa.
|
||||
WizardInfoAfter=Argibideak
|
||||
InfoAfterLabel=Irakurri ondorengo argibide garrantzitsu hauek jarraitu aurretik.
|
||||
InfoAfterClickLabel=Instalaketarekin jarraitzeko gertu egotean, klikatu Hurrengoa.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Erabiltzailearen Datuak
|
||||
UserInfoDesc=Sartu zure datuak.
|
||||
UserInfoName=&Erabiltzaile Izena:
|
||||
UserInfoOrg=E&rakundea:
|
||||
UserInfoSerial=&Serie Zenbakia:
|
||||
UserInfoNameRequired=Izen bat sartu behar duzu.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Hautatu Helburu Direktorioa
|
||||
SelectDirDesc=Non instalatu beharko litzateke [name]?
|
||||
SelectDirLabel3=Instalatzaileak [name] ondorengo karpetan instalatuko du.
|
||||
SelectDirBrowseLabel=Jarraitzeko, klikatu Hurrengoa. Beste karpeta bat hautatu nahi baduzu, klikatu Arakatu.
|
||||
DiskSpaceMBLabel=Gutxienez [mb] MBko toki hutsa behar da diskan.
|
||||
ToUNCPathname=Instalatzaileak ezin du UNC bideizen baten instalatu. Sarean instalatzen saiatzen ari bazara, sareko diska bat mapeatu beharko duzu.
|
||||
InvalidPath=Bideizen oso bat sartu behar duzu, unitate hizki eta guzti; adibidez:%n%nC:\APP%n%nedo UNC bideizen bat honela:%n%n\\zerbitzaria\elkarbanatua
|
||||
InvalidDrive=Hautatu duzun unitatea edo UNC elkarbanatua ez dago edo ezin da bertara sartu. Hautatu beste bat.
|
||||
DiskSpaceWarningTitle=Ez Dago Behar Beste Toki Diskan
|
||||
DiskSpaceWarning=Instalatzaileak gutxienez %1 KBko toki hutsa behar du instalatzeko, baina hautaturiko unitateak %2 KB soilik ditu hutsik.%n%nHala ere jarraitu nahi duzu?
|
||||
DirNameTooLong=Karpetaren izena edo bideizena luzeegia da.
|
||||
InvalidDirName=Karpetaren izena ez da zuzena.
|
||||
BadDirName32=Karpetaren izenak ezin dezake ondorengo karaktereetarik bat ere eduki:%n%n%1
|
||||
DirExistsTitle=Karpeta Badago
|
||||
DirExists=Karpeta hau:%n%n%1%n%nlehendik ere badago. Hala ere bertan instalatu nahi duzu?
|
||||
DirDoesntExistTitle=Karpeta Ez Dago
|
||||
DirDoesntExist=Karpeta hau:%n%n%1%n%nez dago. Sortu nahi duzu?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Hautatu Osagaiak
|
||||
SelectComponentsDesc=Zein osagai instalatu behar dira?
|
||||
SelectComponentsLabel2=Hautatu instalatu nahi dituzun osagaiak; garbitu instalatu nahi ez dituzunak. Klikatu Hurrengoa jarraitzeko gertu egotean.
|
||||
FullInstallation=Guztia instalatu
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Instalaketa Trinkoa
|
||||
CustomInstallation=Instalaketa Pertsonalizatua
|
||||
NoUninstallWarningTitle=Osagai Hauek Badituzu
|
||||
NoUninstallWarning=Instalatzaileak nabaritu du ondorengo osagaiok jadanik konputagailuan instalaturik dituzula:%n%n%1%n%nOsagai hauek ez aukeratzeak ez ditu desinstalatuko.%n%nHala ere jarraitu nahi duzu?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=Uneko aukeraketak gutxienez [mb] MBko toki hutsa behar du diskan.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Hautatu Ataza Gehigarriak
|
||||
SelectTasksDesc=Zein ataza gehigarri burutu behar dira?
|
||||
SelectTasksLabel2=Hautatu [name] instalatu bitartean instalatzaileak burutu beharreko ataza gehigarriak, ondoren klikatu Hurrengoa.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Hautatu Hasi Menuko Karpeta
|
||||
SelectStartMenuFolderDesc=Non sortu behar ditu instalatzaileak programaren lasterbideak?
|
||||
SelectStartMenuFolderLabel3=Instalatzaileak Hasi Menuko ondorengo karpetan sortuko ditu programaren lasterbideak.
|
||||
SelectStartMenuFolderBrowseLabel=Jarraitzeko, klikatu Hurrengoa. Beste karpeta bat hautatu nahi baduzu, klikatu Arakatu.
|
||||
MustEnterGroupName=Karpeta izen bat sartu behar duzu.
|
||||
GroupNameTooLong=Karpetaren izena edo bideizena luzeegia da.
|
||||
InvalidGroupName=Karpetaren izena ez da zuzena.
|
||||
BadGroupName=Karpetaren izenak ezin dezake ondorengo karaktereetarik bat ere eduki:%n%n%1
|
||||
NoProgramGroupCheck2=&Ez sortu Hasi Menuko karpetarik
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Instalatzeko Gertu
|
||||
ReadyLabel1=Instalatzailea [name] zure konputagailuan instalatzen hasteko gertu dago.
|
||||
ReadyLabel2a=Klikatu Instalatu instalaketarekin jarraitzeko, edo klikatu Aurrekoa ezarpenen bat berrikusi edo aldatu nahi baduzu.
|
||||
ReadyLabel2b=Klikatu Instalatu instalaketarekin jarraitzeko.
|
||||
ReadyMemoUserInfo=Erabiltzailearen datuak:
|
||||
ReadyMemoDir=Helburu direktorioa:
|
||||
ReadyMemoType=Instalaketa mota:
|
||||
ReadyMemoComponents=Hautaturiko osagaiak:
|
||||
ReadyMemoGroup=Hasi Menuko karpeta:
|
||||
ReadyMemoTasks=Ataza gehigarriak:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Instalatzeko Gertatzen
|
||||
PreparingDesc=Instalatzailea [name] zure konputagailuan instalatzeko gertatzen ari da.
|
||||
PreviousInstallNotCompleted=Aurreko programa baten instalaketa/desinstalaketa ez da burutu. Instalaketa hura burutzeko konputagailua berrabiarazi beharko duzu.%n%nKonputagailua berrabiarazi ondoren, ireki instalatzailea berriro [name] instalatzen bukatzeko.
|
||||
CannotContinue=Ezinezkoa da instalaketarekin jarraitzea. Klikatu Utzi irteteko.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Instalatzen
|
||||
InstallingLabel=Itxaron instalatzaileak [name] zure konputagailuan instalatu artean.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=[name] Instalatzeko Morroia Burutzen
|
||||
FinishedLabelNoIcons=Instalatzaileak [name] zure konputagailuan instalatu du.
|
||||
FinishedLabel=Instalatzaileak [name] zure konputagailuan instalatu du. Aplikazioa abiarazteko instalaturiko ikonoetan klikatu.
|
||||
ClickFinish=Klikatu Amaitu instalatzailetik irteteko.
|
||||
FinishedRestartLabel=[name] programaren instalaketa burutzeko, instalatzaileak konputagailua berrabiarazi beharra du. Orain berrabiarazi nahi duzu?
|
||||
FinishedRestartMessage=[name] programaren instalaketa burutzeko, instalatzaileak konputagailua berrabiarazi beharra du.%n%nOrain berrabiarazi nahi duzu?
|
||||
ShowReadmeCheck=Bai, IRAKURRI fitxategia ikusi nahi dut
|
||||
YesRadio=&Bai, berrabiarazi orain
|
||||
NoRadio=&Ez, beranduago berrabiaraziko dut
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Abiarazi %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=Ikusi %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=Instalatzaileak Hurrengo Diska Behar Du
|
||||
SelectDiskLabel2=Sartu %1. diska eta klikatu Ados.%n%nDiska honetako fitxategiak ez badaude azpian ageri den karpetan, sartu bideizen egokia edo klikatu Arakatu.
|
||||
PathLabel=&Bideizena:
|
||||
FileNotInDir2="%1" fitxategia ezin izan da "%2" karpetan aurkitu. Sartu diska zuzena edo hautatu beste karpeta bat.
|
||||
SelectDirectoryLabel=Zehaztu hurrengo diskaren kokapena.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=Instalaketa ez da burutu.%n%nKonpondu arazoa eta abiarazi instalatzailea berriro.
|
||||
EntryAbortRetryIgnore=Klikatu Saiatu Berriz berriro saiatzeko, Ezikusi hala ere jarraitzeko, edo Utzi instalaketa uzteko.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Direktorioak sortzen...
|
||||
StatusExtractFiles=Fitxategiak ateratzen...
|
||||
StatusCreateIcons=Lasterbideak sortzen...
|
||||
StatusCreateIniEntries=INI sarrerak sortzen...
|
||||
StatusCreateRegistryEntries=Erregistroko sarrerak sortzen...
|
||||
StatusRegisterFiles=Fitxategiak erregistratzen...
|
||||
StatusSavingUninstall=Desinstalaketarako datuak gordetzen...
|
||||
StatusRunProgram=Instalaketa burutzen...
|
||||
StatusRollback=Aldaketak desegiten...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Barneko akatsa: %1
|
||||
ErrorFunctionFailedNoCode=Hutsegitea: %1
|
||||
ErrorFunctionFailed=Hutsegitea: %1; Kodea: %2
|
||||
ErrorFunctionFailedWithMessage=Hutsegitea: %1; Kodea: %2.%n%3
|
||||
ErrorExecutingProgram=Ezin izan da fitxategi hau abiarazi:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Akatsa erregistroko gakoa irekitzean:%n%1\%2
|
||||
ErrorRegCreateKey=Akatsa erregistroko gakoa sortzean:%n%1\%2
|
||||
ErrorRegWriteKey=Akatsa erregistroko gakoa idaztean:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Akatsa "%1" fitxategian INI sarrera sortzean.
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Klikatu Saiatu Berriz berriro saiatzeko, Ezikusi fitxategi hau saltatzeko (ez da gomendagarria), edo Utzi instalaketa uzteko.
|
||||
FileAbortRetryIgnore2=Klikatu Saiatu Berriz berriro saiatzeko, Ezikusi hala ere jarraitzeko (ez da gomendagarria), edo Utzi instalaketa uzteko.
|
||||
SourceIsCorrupted=Iturburu fitxategia hondaturik dago
|
||||
SourceDoesntExist=Ez dago "%1" izeneko iturburu fitxategirik
|
||||
ExistingFileReadOnly=Lehendik zegoen fitxategia irakurtzeko-soilik gisa markaturik dago.%n%nKlikatu Saiatu Berriz irakurtzeko-soilik atributua ezabatu eta berriro saiatzeko, Ezikusi fitxategi hau saltatzeko, edo Utzi instalaketa uzteko.
|
||||
ErrorReadingExistingDest=Akats bat izan da lehendik zegoen fitxategi hau irakurtzean:
|
||||
FileExists=Fitxategia lehendik ere bazegoen.%n%nInstalatzaileak gainidatzi dezan nahi duzu?
|
||||
ExistingFileNewer=Lehendik zegoen fitxategia Instalatzaileak instalatu nahi duena baino berriagoa da. Lehendik zegoena mantentzea gomendatzen da.%n%nLehengoa mantendu nahi duzu?
|
||||
ErrorChangingAttr=Akats bat izan da lehendik zegoen fitxategi honen atributuak aldatzean:
|
||||
ErrorCreatingTemp=Akats bat izan da ondorengo helburu direktorioan fitxategi bat sortzean:
|
||||
ErrorReadingSource=Akats bat izan da iturburu fitxategia irakurtzean:
|
||||
ErrorCopying=Akats bat izan da fitxategi hau kopiatzean:
|
||||
ErrorReplacingExistingFile=Akats bat izan da lehendik zegoen fitxategi hau ordezkatzean:
|
||||
ErrorRestartReplace=RestartReplacek huts egin du:
|
||||
ErrorRenamingTemp=Akats bat izan da ondorengo helburu direktorioan fitxategi bat berrizendatzean:
|
||||
ErrorRegisterServer=Ezinezkoa izan da DLL/OCX hau erregistratzea: %1
|
||||
ErrorRegSvr32Failed=RegSvr32k huts egin du %1 itxiera kodea emanez
|
||||
ErrorRegisterTypeLib=Ezinezkoa izan da moten liburutegi hau erregistratzea: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Akats bat izan da IRAKURRI fitxategia irekitzean.
|
||||
ErrorRestartingComputer=Instalatzaileak ezin izan du konputagailua berrabiarazi. Egin ezazu eskuz.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=Ez da "%1" fitxategia aurkitu. Ezin izan da desinstalatu.
|
||||
UninstallOpenError=Ezin izan da "%1" ireki. Ezin izan da desinstalatu
|
||||
UninstallUnsupportedVer=Desinstalaketarako "%1" log fitxategia instalatzailearen bertsio honek ezagutzen ez duen formatu batean dago. Ezin izan da desinstalatu
|
||||
UninstallUnknownEntry=Sarrera ezezagun bat (%1) aurkitu da desinstalaketarako logean
|
||||
ConfirmUninstall=Ziur %1 eta bere osagai guztiak ezabatu nahi dituzula?
|
||||
UninstallOnlyOnWin64=Instalaketa hau 64-biteko Windowsean soilik desinstala daiteke.
|
||||
OnlyAdminCanUninstall=Instalaketa hau administratzaile eskumenak dituen erabiltzaile batek soilik desinstala dezake.
|
||||
UninstallStatusLabel=Itxaron %1 zure konputagailutik ezabatzen den artean.
|
||||
UninstalledAll=%1 arrakastatsuki ezabatu da zure konputagailutik.
|
||||
UninstalledMost=%1 desinstalatu da.%n%nZenbait fitxategi ezin izan dira ezabatu. Fitxategi hauek eskuz ezaba daitezke.
|
||||
UninstalledAndNeedsRestart=%1 guztiz desinstalatzeko, zure konputagailua berrabiarazi beharra dago.%n%nOrain berrabiarazi nahi duzu?
|
||||
UninstallDataCorrupted="%1" fitxategia hondaturik dago. Ezin izan da desinstalatu
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Fitxategi Elkarbanatua Ezabatu?
|
||||
ConfirmDeleteSharedFile2=Sistemaren arabera ondorengo fitxategi elkarbanatua ez du inongo programak erabiliko hemendik aurrera. Desinstalatzaileak fitxategi hau ezabatu nahi duzu?%n%nProgramaren bat fitxategi hau erabiltzen badabil oraindik eta ezabatzen baduzu, programa hori ez da egoki ibiliko. Ziur ez bazaude, hautatu Ez. Fitxategia sisteman uzteak ez dizu inongo kalterik eragingo.
|
||||
SharedFileNameLabel=Fitxategi izena:
|
||||
SharedFileLocationLabel=Kokapena:
|
||||
WizardUninstalling=Desinstalaketaren Egoera
|
||||
StatusUninstalling=Orain desinstalatzen: %1...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 %2 bertsioa
|
||||
AdditionalIcons=Ikono gehigarriak:
|
||||
CreateDesktopIcon=&Mahaigainean lasterbidea sortu
|
||||
CreateQuickLaunchIcon=&Ataza Barran lasterbidea sortu
|
||||
ProgramOnTheWeb=%1 sarean
|
||||
UninstallProgram=%1 desinstalatu
|
||||
LaunchProgram=%1 abiarazi
|
||||
AssocFileExtension=&Lotu %1 programa %2 fitxategi luzapenarekin
|
||||
AssocingFileExtension=%1 programa %2 fitxategi luzapenarekin lotzen...
|
341
Greenshot/tools/innosetup/Languages/BrazilianPortuguese.isl
Normal file
341
Greenshot/tools/innosetup/Languages/BrazilianPortuguese.isl
Normal file
|
@ -0,0 +1,341 @@
|
|||
; ***************************************************************
|
||||
; *** ***
|
||||
; *** Inno Setup version 5.1.11+ Portuguese (Brazil) messages ***
|
||||
; *** ***
|
||||
; *** Original Author: ***
|
||||
; *** ***
|
||||
; *** Paulo Andre Rosa (parosa@gmail.com) ***
|
||||
; *** ***
|
||||
; *** Maintainer: ***
|
||||
; *** ***
|
||||
; *** Jeferson Oliveira (jefersonfoliveira@gmail.com) ***
|
||||
; *** ***
|
||||
; *** Contributors: ***
|
||||
; *** ***
|
||||
; *** Felipe (felipefpl@ig.com.br) ***
|
||||
; *** ***
|
||||
; ***************************************************************
|
||||
|
||||
; Default.isl version 1.69
|
||||
|
||||
; To download user-contributed translations of this file, go to:
|
||||
; http://www.jrsoftware.org/is3rdparty.php
|
||||
;
|
||||
; Note: When translating this text, do not add periods (.) to the end of
|
||||
; messages that didn't have them already, because on those messages Inno
|
||||
; Setup adds the periods automatically (appending a period would result in
|
||||
; two periods being displayed).
|
||||
;
|
||||
; $jrsoftware: issrc/Files/Languages/BrazilianPortuguese.isl,v 1.7 2008/05/21 12:37:37 mlaan Exp $
|
||||
;
|
||||
|
||||
[LangOptions]
|
||||
; The following three entries are very important. Be sure to read and
|
||||
; understand the '[LangOptions] section' topic in the help file.
|
||||
LanguageName=Portugu<00EA>s (Brasil)
|
||||
LanguageID=$0416
|
||||
LanguageCodePage=1252
|
||||
|
||||
; If the language you are translating to requires special font faces or
|
||||
; sizes, uncomment any of the following entries and change them accordingly.
|
||||
;DialogFontName=
|
||||
;DialogFontSize=8
|
||||
;WelcomeFontName=Verdana
|
||||
;WelcomeFontSize=12
|
||||
;TitleFontName=Arial
|
||||
;TitleFontSize=29
|
||||
;CopyrightFontName=Arial
|
||||
;CopyrightFontSize=8
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Programa de Instalação
|
||||
SetupWindowTitle=%1 - Programa de Instalação
|
||||
UninstallAppTitle=Desinstalar
|
||||
UninstallAppFullTitle=Desinstalar %1
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Informação
|
||||
ConfirmTitle=Confirmação
|
||||
ErrorTitle=Erro
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Este programa irá instalar %1. Você quer continuar?
|
||||
LdrCannotCreateTemp=Não foi possível criar um arquivo temporário. Instalação cancelada
|
||||
LdrCannotExecTemp=Não foi possível executar um arquivo na pasta de arquivos temporários. Instalação cancelada
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nErro %2: %3
|
||||
SetupFileMissing=O arquivo %1 não se encontra no diretório de instalação. Por favor, corrija o problema ou obtenha uma nova cópia do programa.
|
||||
SetupFileCorrupt=Os arquivos de instalação estão corrompidos. Por favor, obtenha uma nova cópia do programa.
|
||||
SetupFileCorruptOrWrongVer=Os arquivos de instalação estão corrompidos ou são incompatíveis com esta versão do Instalador. Por favor, corrija o problema ou obtenha uma nova cópia do programa.
|
||||
NotOnThisPlatform=Este programa não executará no %1.
|
||||
OnlyOnThisPlatform=Este programa deve ser executado no %1.
|
||||
OnlyOnTheseArchitectures=Este programa só pode ser instalado em versões do Windows projetadas para as seguintes arquiteturas de processador:%n%n%1
|
||||
MissingWOW64APIs=A versão do Windows que você está executando não inclui a funcionalidade requerida pelo Programa de Instalação para realizar uma instalação de 64 bits. Para corrigir este problema, por favor instale o Service Pack %1.
|
||||
WinVersionTooLowError=Este programa requer %1 versão %2 ou posterior.
|
||||
WinVersionTooHighError=Este programa não pode ser instalado em %1 versão %2 ou posterior.
|
||||
AdminPrivilegesRequired=Você deve estar logado como um administrador para instalar este programa.
|
||||
PowerUserPrivilegesRequired=Você deve estar logado como um administrador ou como membro do grupo Usuários Avançados para instalar este programa.
|
||||
SetupAppRunningError=O Programa de Instalação detectou que %1 está sendo executado.%n%nPor favor, feche todas as instâncias do programa agora e clique em OK para continuar, ou em Cancelar para sair.
|
||||
UninstallAppRunningError=O Desinstalador detectou que %1 está em execução atualmente.%n%nPor favor, feche todas as instâncias dele agora, então clique em OK para continuar, ou em Cancelar para sair.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=O Programa de Instalação foi incapaz de criar o diretório "%1"
|
||||
ErrorTooManyFilesInDir=Incapaz de criar um arquivo no diretório "%1" porque ele contém arquivos demais
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Sair do Programa de Instalação
|
||||
ExitSetupMessage=A Instalação não foi concluída. Se você sair agora, o programa não será instalado.%n%nVocê pode executar o Programa de instalação novamente em outra hora, para concluir a instalação.%n%nSair do Programa de Instalação?
|
||||
AboutSetupMenuItem=&Sobre o Programa de Instalação...
|
||||
AboutSetupTitle=Sobre o Programa de Instalação
|
||||
AboutSetupMessage=%1 versão %2%n%3%n%n%1 página na internet:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Voltar
|
||||
ButtonNext=&Avançar >
|
||||
ButtonInstall=&Instalar
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Cancelar
|
||||
ButtonYes=&Sim
|
||||
ButtonYesToAll=Sim para &Todos
|
||||
ButtonNo=&Não
|
||||
ButtonNoToAll=Nã&o para Todos
|
||||
ButtonFinish=&Concluir
|
||||
ButtonBrowse=&Procurar...
|
||||
ButtonWizardBrowse=P&rocurar...
|
||||
ButtonNewFolder=&Criar Nova Pasta
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Selecionar Idioma do Programa de Instalação
|
||||
SelectLanguageLabel=Selecione o idioma a ser utilizado durante a instalação:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Clique em Avançar para continuar, ou em Cancelar para sair do Programa de Instalação.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Procurar Pasta
|
||||
BrowseDialogLabel=Selecione uma pasta na lista abaixo e clique em OK.
|
||||
NewFolderName=Nova Pasta
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Bem-vindo ao Assistente de Instalação de [name]
|
||||
WelcomeLabel2=Este Assistente irá instalar [name/ver] no seu computador.%n%nÉ recomendado que você feche todos os outros aplicativos antes de continuar.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Senha
|
||||
PasswordLabel1=Esta instalação é protegida por senha.
|
||||
PasswordLabel3=Por favor, forneça a senha e clique em Avançar para continuar. As senhas diferenciam maiúsculas de minúsculas.
|
||||
PasswordEditLabel=&Senha:
|
||||
IncorrectPassword=A senha que você informou não é correta. Por favor, tente novamente.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Contrato de Licença de Uso
|
||||
LicenseLabel=Por favor, leia as seguintes informações importantes antes de continuar.
|
||||
LicenseLabel3=Por favor, leia o seguinte Contrato de Licença de Uso. Você deve aceitar os termos do Contrato antes de prosseguir com a instalação.
|
||||
LicenseAccepted=Eu aceito os termos do &Contrato
|
||||
LicenseNotAccepted=Eu &não aceito os termos do Contrato
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Informação
|
||||
InfoBeforeLabel=Por favor, leia as seguintes informações importantes antes de continuar.
|
||||
InfoBeforeClickLabel=Quando você estiver pronto para continuar, clique em Avançar.
|
||||
WizardInfoAfter=Informação
|
||||
InfoAfterLabel=Por favor, leia as seguintes informações importantes antes de continuar.
|
||||
InfoAfterClickLabel=Quando você estiver pronto para continuar, clique Avançar.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Informações do Usuário
|
||||
UserInfoDesc=Por favor, insira suas informações.
|
||||
UserInfoName=&Nome do Usuário:
|
||||
UserInfoOrg=&Empresa:
|
||||
UserInfoSerial=Número de &Série:
|
||||
UserInfoNameRequired=Você deve informar um nome.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Selecione o Local de Destino
|
||||
SelectDirDesc=Onde [name] deve ser instalado?
|
||||
SelectDirLabel3=O Programa de Instalação irá instalar [name] na seguinte pasta.
|
||||
SelectDirBrowseLabel=Para continuar, clique em Avançar. Se você deseja escolher uma pasta diferente, clique em Procurar.
|
||||
DiskSpaceMBLabel=São necessários pelo menos [mb] MB de espaço livre em disco.
|
||||
ToUNCPathname=O Programa de Instalação não pode fazer a instalação num caminho de rede UNC. Se você estiver tentando instalar num local de rede, deverá mapear uma unidade de rede.
|
||||
InvalidPath=Você deve informar um caminho completo, incluindo a letra da unidade de disco; por exemplo:%n%nC:\APP%n%e não um caminho de rede UNC na forma:%n%n\\servidor\compartilhamento
|
||||
InvalidDrive=A unidade de disco ou compartilhamento de rede UNC que você selecionou não existe ou não está acessível. Por favor, selecione outro local.
|
||||
DiskSpaceWarningTitle=Espaço em Disco Insuficiente
|
||||
DiskSpaceWarning=O Programa de Instalação requer pelo menos %1 KB de espaço livre, mas a unidade de disco selecionada tem apenas %2 KB disponíveis.%n%nVocê quer continuar assim mesmo?
|
||||
DirNameTooLong=O nome da pasta ou caminho é muito longo.
|
||||
InvalidDirName=O nome da pasta não é válido.
|
||||
BadDirName32=Nomes de pastas não podem incluir quaisquer dos seguintes caracteres:%n%n%1
|
||||
DirExistsTitle=A Pasta Existe
|
||||
DirExists=A pasta:%n%n%1%n%njá existe. Você quer instalar nesta pasta assim mesmo?
|
||||
DirDoesntExistTitle=A Pasta Não Existe
|
||||
DirDoesntExist=A pasta:%n%n%1%n%nnão existe. Você gostaria que a pasta fosse criada?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Selecionar Componentes
|
||||
SelectComponentsDesc=Quais componentes devem ser instalados?
|
||||
SelectComponentsLabel2=Selecione os componentes que você quer instalar; desmarque os componentes que você não quer instalar. Clique em Avançar quando estiver pronto para continuar.
|
||||
FullInstallation=Instalação completa
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Instalação compacta
|
||||
CustomInstallation=Instalação personalizada
|
||||
NoUninstallWarningTitle=Componente Existe
|
||||
NoUninstallWarning=O Programa de Instalação detectou que os seguintes componentes já estão instalados em seu computador:%n%n%1%n%nDesmarcar estes componentes, não irá desinstalar eles.%n%nVocê quer continuar assim mesmo?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=A seleção atual requer pelo menos [mb] MB de espaço em disco.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Selecionar Tarefas Adicionais
|
||||
SelectTasksDesc=Quais tarefas adicionais devem ser executadas?
|
||||
SelectTasksLabel2=Selecione as tarefas adicionais que você deseja que o Programa de Instalação execute enquanto instala [name] e clique em Avançar.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Selecionar a Pasta do Menu Iniciar
|
||||
SelectStartMenuFolderDesc=Onde o Programa de Instalação deve colocar os atalhos do programa?
|
||||
SelectStartMenuFolderLabel3=O Programa de Instalação irá criar os atalhos do programa na seguinte pasta do Menu Iniciar.
|
||||
SelectStartMenuFolderBrowseLabel=Clique em Avançar para continuar. Se você quiser escolher outra pasta, clique em Procurar.
|
||||
MustEnterGroupName=Você deve informar um nome de pasta.
|
||||
GroupNameTooLong=O nome da pasta ou caminho é muito longo.
|
||||
InvalidGroupName=O nome da pasta não é válido.
|
||||
BadGroupName=O nome da pasta não pode incluir quaisquer dos seguintes caracteres:%n%n%1
|
||||
NoProgramGroupCheck2=&Não criar uma pasta no Menu Iniciar
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Pronto para Instalar
|
||||
ReadyLabel1=O Programa de Instalação está pronto para começar a instalação de [name] no seu computador.
|
||||
ReadyLabel2a=Clique Instalar para iniciar a instalação, ou clique em Voltar se você quer revisar ou alterar alguma configuração.
|
||||
ReadyLabel2b=Clique em Instalar para iniciar a instalação.
|
||||
ReadyMemoUserInfo=Dados do Usuário:
|
||||
ReadyMemoDir=Local de destino:
|
||||
ReadyMemoType=Tipo de Instalação:
|
||||
ReadyMemoComponents=Componentes selecionados:
|
||||
ReadyMemoGroup=Pasta do Menu Iniciar:
|
||||
ReadyMemoTasks=Tarefas adicionais:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Preparando para Instalar
|
||||
PreparingDesc=O Programa de Instalação está se preparando para instalar [name] no seu computador.
|
||||
PreviousInstallNotCompleted=A instalação/remoção de um programa anterior não foi concluída. Você precisará reiniciar seu computador para finalizá-la.%n%nApós reiniciar o computador, execute novamente o Programa de Instalação para concluir a instalação de [name].
|
||||
CannotContinue=O Programa de Instalação não pode continuar. Por favor, clique em Cancelar para sair.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Instalando
|
||||
InstallingLabel=Por favor, aguarde enquanto o Programa de Instalação instala [name] no seu computador.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Finalizando o Assistente de Instalação de [name]
|
||||
FinishedLabelNoIcons=O Programa de Instalação finalizou a instalação de [name] no seu computador.
|
||||
FinishedLabel=O Programa de Instalação terminou de instalar [name] no seu computador. O programa pode ser iniciado clicando nos ícones instalados.
|
||||
ClickFinish=Clique em Concluir para sair do Programa de Instalação.
|
||||
FinishedRestartLabel=Para concluir a instalação de [name], o Programa de Instalação deve reiniciar o computador. Você gostaria de reiniciar agora?
|
||||
FinishedRestartMessage=Para concluir a instalação de [name], o Programa de Instalação deve reiniciar o computador.%n%nVocê gostaria de reiniciar agora?
|
||||
ShowReadmeCheck=Sim, eu quero visualizar o arquivo LEIA-ME
|
||||
YesRadio=&Sim, reiniciar o computador agora
|
||||
NoRadio=&Não, eu vou reiniciar o computador depois
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Executar %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=Visualizar %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=O Programa de Instalação Precisa do Próximo Disco
|
||||
SelectDiskLabel2=Por favor, insira o Disco %1 e clique em OK.%n%nSe os arquivos deste disco estão numa pasta diferente da indicada abaixo, informe o caminho correto ou clique em Procurar.
|
||||
PathLabel=&Caminho:
|
||||
FileNotInDir2=O arquivo "%1" não pôde ser encontrado em "%2". Por favor, insira o disco correto ou escolha outra pasta.
|
||||
SelectDirectoryLabel=Por favor, informe o local do próximo disco.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=A instalação não foi concluída.%n%nPor favor, corrija o problema e execute novamente o Programa de Instalação.
|
||||
EntryAbortRetryIgnore=Clique Repetir para tentar novamente, Ignorar para continuar assim mesmo, or Cancelar para cancelar a instalação.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Criando diretórios...
|
||||
StatusExtractFiles=Extraindo arquivos...
|
||||
StatusCreateIcons=Criando atalhos...
|
||||
StatusCreateIniEntries=Criando entradas INI...
|
||||
StatusCreateRegistryEntries=Criando entradas no Registro...
|
||||
StatusRegisterFiles=Registrando arquivos...
|
||||
StatusSavingUninstall=Salvando informações de desinstalação...
|
||||
StatusRunProgram=Finalizando a instalação...
|
||||
StatusRollback=Desfazendo as alterações efetuadas...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Erro interno: %1
|
||||
ErrorFunctionFailedNoCode=%1 falhou
|
||||
ErrorFunctionFailed=%1 falhou; código %2
|
||||
ErrorFunctionFailedWithMessage=%1 falhou; código %2.%n%3
|
||||
ErrorExecutingProgram=Não foi possível executar o arquivo:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Erro ao abrir a chave do registro:%n%1\%2
|
||||
ErrorRegCreateKey=Erro ao criar a chave do registro:%n%1\%2
|
||||
ErrorRegWriteKey=Erro ao escrever na chave do registro:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Erro ao criar entrada INI no arquivo "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Clique em Repetir para tentar novamente, em Ignorar para ignorar este arquivo (não recomendado) ou em Cancelar para cancelar a instalação.
|
||||
FileAbortRetryIgnore2=Clique em Repetir para tentar novamente, em Ignorar para ignorar este arquivo (não recomendado) ou em Cancelar para cancelar a instalação.
|
||||
SourceIsCorrupted=O arquivo de origem está corrompido
|
||||
SourceDoesntExist=O arquivo de origem "%1" não existe
|
||||
ExistingFileReadOnly=O arquivo existente está marcado como somente leitura.%n%nClique em Repetir para remover o atributo de somente leitura e tentar novamente, em Ignorar para ignorar este arquivo, ou em Anular para cancelar a instalação.
|
||||
ErrorReadingExistingDest=Ocorreu um erro ao tentar ler o arquivo existente:
|
||||
FileExists=O arquivo já existe.%n%nVocê quer que o Programa de Instalação sobrescreva o arquivo?
|
||||
ExistingFileNewer=O arquivo já existente é mais recente do que o arquivo que o Programa de Instalação está tentando instalar. Recomenda-se que você mantenha o arquivo existente.%n%nVocê quer manter o arquivo existente?
|
||||
ErrorChangingAttr=Ocorreu um erro ao tentar modificar os atributos do arquivo existente:
|
||||
ErrorCreatingTemp=Ocorreu um erro ao tentar criar um arquivo nao diretório de destino:
|
||||
ErrorReadingSource=Ocorreu um erro ao tentar ler o arquivo de origem:
|
||||
ErrorCopying=Ocorreu um erro ao tentar copiar um arquivo:
|
||||
ErrorReplacingExistingFile=Ocorreu um erro ao tentar substituir o arquivo existente:
|
||||
ErrorRestartReplace=Reiniciar/Substituir falhou:
|
||||
ErrorRenamingTemp=Ocorreu um erro ao tentar renomear um arquivo no diretório de destino:
|
||||
ErrorRegisterServer=Não foi possível registrar a DLL/OCX: %1
|
||||
ErrorRegSvr32Failed=RegSvr32 falhou com o código de saída %1
|
||||
ErrorRegisterTypeLib=Não foi possível registrar a biblioteca de tipos: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Ocorreu um erro ao tentar abrir o arquivo LEIA-ME.
|
||||
ErrorRestartingComputer=O Programa de Instalação não conseguiu reiniciar o computador. Por favor, reinicie o computador manualmente.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=O arquivo "%1" não existe. Não é possível desinstalar.
|
||||
UninstallOpenError=O arquivo "%1" não pode ser aberto. Não é possível desinstalar
|
||||
UninstallUnsupportedVer=O arquivo de log de desinstalação "%1" está num formato não reconhecido por esta versão do desinstalador. Não é possível desinstalar
|
||||
UninstallUnknownEntry=Foi encontrada uma entrada desconhecida (%1) no arquivo de log de desinstalação
|
||||
ConfirmUninstall=Você tem certeza que deseja remover completamente %1 e todos os seus componentes?
|
||||
UninstallOnlyOnWin64=Esta instalação não pode ser desinstalada em Windows 64 bits.
|
||||
OnlyAdminCanUninstall=Esta instalação só pode ser desinstalada por usuários com direitos administrativos.
|
||||
UninstallStatusLabel=Por favor, aguarde enquanto %1 é removido do seu computador.
|
||||
UninstalledAll=%1 foi removido com sucesso do seu computador.
|
||||
UninstalledMost=A desinstalação de %1 foi concluída.%n%nAlguns elementos não puderam ser removidos. Estes podem ser removidos manualmente.
|
||||
UninstalledAndNeedsRestart=Para concluir a desinstalação de %1, o computador deve ser reiniciado.%n%nVocê quer que o computador seja reiniciado agora?
|
||||
UninstallDataCorrupted=O arquivo "%1" está corrompido. Não é possível desinstalar
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Remover Arquivo Compartilhado?
|
||||
|
||||
ConfirmDeleteSharedFile2=O sistema indica que o seguinte arquivo compartilhado não está mais em uso por nenhum outro programa. Você quer que a desinstalação remova este arquivo compartilhado?%n%nSe ainda houver programas utilizando este arquivo e ele for removido, esses programas poderão não funcionar corretamente. Se você não tem certeza, escolha Não. Manter o arquivo no seu computador não trará prejuízo algum.
|
||||
|
||||
SharedFileNameLabel=Nome do arquivo:
|
||||
SharedFileLocationLabel=Local:
|
||||
WizardUninstalling=Status da Desinstalação
|
||||
StatusUninstalling=Desinstalando %1...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 versão %2
|
||||
AdditionalIcons=Ícones adicionais:
|
||||
CreateDesktopIcon=Criar um ícone na Área de &Trabalho
|
||||
CreateQuickLaunchIcon=Criar um ícone na &Barra de Inicialização Rápida
|
||||
ProgramOnTheWeb=%1 na Internet
|
||||
UninstallProgram=Desinstalar %1
|
||||
LaunchProgram=Executar %1
|
||||
AssocFileExtension=Associar %1 com a e&xtensão de arquivo %2
|
||||
AssocingFileExtension=Associando %1 com a extensão de arquivo...
|
302
Greenshot/tools/innosetup/Languages/Catalan.isl
Normal file
302
Greenshot/tools/innosetup/Languages/Catalan.isl
Normal file
|
@ -0,0 +1,302 @@
|
|||
; *** Inno Setup 5.1.11+ Catalan messages ***
|
||||
;
|
||||
; Translated by Carles Millan (email: carles at carlesmillan dot cat)
|
||||
;
|
||||
; $jrsoftware: issrc/Files/Languages/Catalan.isl,v 1.15 2007/10/22 11:52:47 mlaan Exp $
|
||||
|
||||
[LangOptions]
|
||||
|
||||
LanguageName=Catal<00E0>
|
||||
LanguageID=$0403
|
||||
LanguageCodePage=1252
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Instal·lació
|
||||
SetupWindowTitle=Instal·lació - %1
|
||||
UninstallAppTitle=Desinstal·lació
|
||||
UninstallAppFullTitle=Desinstal·la %1
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Informació
|
||||
ConfirmTitle=Confirmació
|
||||
ErrorTitle=Error
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Aquest programa instal·larà %1. Voleu continuar?
|
||||
LdrCannotCreateTemp=No s'ha pogut crear un fitxer temporal. Instal·lació cancel·lada
|
||||
LdrCannotExecTemp=No s'ha pogut executar el fitxer a la carpeta temporal. Instal·lació cancel·lada
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nError %2: %3
|
||||
SetupFileMissing=El fitxer %1 no es troba a la carpeta d'instal·lació. Si us plau, resoleu el problema o obteniu una nova còpia del programa.
|
||||
SetupFileCorrupt=Els fitxers d'instal·lació estan corromputs. Si us plau, obteniu una nova còpia del programa.
|
||||
SetupFileCorruptOrWrongVer=Els fitxers d'instal·lació estan espatllats, o són incompatibles amb aquesta versió del programa. Si us plau, resoleu el problema o obteniu una nova còpia del programa.
|
||||
NotOnThisPlatform=Aquest programa no funcionarà sota %1.
|
||||
OnlyOnThisPlatform=Aquest programa només pot ser executat sota %1.
|
||||
OnlyOnTheseArchitectures=Aquest programa només pot ser instal·lat en versions de Windows dissenyades per a les següents arquitectures de processador:%n%n%1
|
||||
MissingWOW64APIs=Aquesta versió de Windows no conté la funcionalitat necessària per a realitzar una instal·lació de 64 bits. Per tal de corregir aquest problema, si us plau, instal·leu el Service Pack %1.
|
||||
WinVersionTooLowError=Aquest programa requereix %1 versió %2 o posterior.
|
||||
WinVersionTooHighError=Aquest programa no pot ser instal·lat sota %1 versió %2 o posterior.
|
||||
AdminPrivilegesRequired=Cal que tingueu privilegis d'administrador per poder instal·lar aquest programa.
|
||||
PowerUserPrivilegesRequired=Cal que accediu com a administrador o com a membre del grup Power Users en instal·lar aquest programa.
|
||||
SetupAppRunningError=El programa d'instal·lació ha detectat que %1 s'està executant actualment.%n%nSi us plau, tanqueu el programa i premeu Accepta per a continuar o Cancel·la per a sortir.
|
||||
UninstallAppRunningError=El programa de desinstal·lació ha detectat que %1 s'està executant en aquest moment.%n%nSi us plau, tanqueu el programa i premeu Accepta per a continuar o Cancel·la per a sortir.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=El programa d'instal·lació no ha pogut crear la carpeta "%1"
|
||||
ErrorTooManyFilesInDir=No s'ha pogut crear un fitxer a la carpeta "%1" perquè conté massa fitxers
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Surt
|
||||
ExitSetupMessage=La instal·lació no s'ha completat. Si sortiu ara, el programa no serà instal·lat.%n%nPer a completar-la podreu tornar a executar el programa d'instal·lació quan vulgueu.%n%nVoleu sortir-ne?
|
||||
AboutSetupMenuItem=&Sobre la instal·lació...
|
||||
AboutSetupTitle=Sobre la instal·lació
|
||||
AboutSetupMessage=%1 versió %2%n%3%n%nPàgina web de %1:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=Catalan translation by Carles Millan (carles at carlesmillan.cat)
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Enrere
|
||||
ButtonNext=&Següent >
|
||||
ButtonInstall=&Instal·la
|
||||
ButtonOK=Accepta
|
||||
ButtonCancel=Cancel·la
|
||||
ButtonYes=&Sí
|
||||
ButtonYesToAll=Sí a &tot
|
||||
ButtonNo=&No
|
||||
ButtonNoToAll=N&o a tot
|
||||
ButtonFinish=&Finalitza
|
||||
ButtonBrowse=&Explora...
|
||||
ButtonWizardBrowse=&Cerca...
|
||||
ButtonNewFolder=Crea &nova carpeta
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Trieu idioma
|
||||
SelectLanguageLabel=Trieu idioma a emprar durant la instal·lació:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Premeu Següent per a continuar o Cancel·la per a abandonar la instal·lació.
|
||||
BeveledLabel=
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
BrowseDialogTitle=Trieu una carpeta
|
||||
BrowseDialogLabel=Trieu la carpeta de destinació i premeu Accepta.
|
||||
NewFolderName=Nova carpeta
|
||||
WelcomeLabel1=Benvingut a l'assistent d'instal·lació de [name]
|
||||
WelcomeLabel2=Aquest programa instal·larà [name/ver] al vostre ordinador.%n%nÉs molt recomanable que abans de continuar tanqueu tots els altres programes oberts, per tal d'evitar conflictes durant el procés d'instal·lació.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Contrasenya
|
||||
PasswordLabel1=Aquesta instal·lació està protegida amb una contrasenya.
|
||||
PasswordLabel3=Indiqueu la contrasenya i premeu Següent per a continuar. Aquesta contrasenya distingeix entre majúscules i minúscules.
|
||||
PasswordEditLabel=&Contrasenya:
|
||||
IncorrectPassword=La contrasenya introduïda no és correcta. Torneu-ho a intentar.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Acord de Llicència
|
||||
LicenseLabel=Cal que llegiu aquesta informació abans de continuar.
|
||||
LicenseLabel3=Si us plau, llegiu l'Acord de Llicència següent. Cal que n'accepteu els termes abans de continuar amb la instal·lació.
|
||||
LicenseAccepted=&Accepto l'acord
|
||||
LicenseNotAccepted=&No accepto l'acord
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Informació
|
||||
InfoBeforeLabel=Si us plau, llegiu la informació següent abans de continuar.
|
||||
InfoBeforeClickLabel=Quan estigueu preparat per a continuar, premeu Següent
|
||||
WizardInfoAfter=Informació
|
||||
InfoAfterLabel=Si us plau, llegiu la informació següent abans de continuar.
|
||||
InfoAfterClickLabel=Quan estigueu preparat per a continuar, premeu Següent
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Informació sobre l'usuari
|
||||
UserInfoDesc=Si us plau, entreu la vostra informació.
|
||||
UserInfoName=&Nom de l'usuari:
|
||||
UserInfoOrg=&Organització
|
||||
UserInfoSerial=&Número de sèrie:
|
||||
UserInfoNameRequired=Cal que hi entreu un nom
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Trieu Carpeta de Destinació
|
||||
SelectDirDesc=On s'ha d'instal·lar [name]?
|
||||
SelectDirLabel3=El programa d'instal·lació instal·larà [name] a la carpeta següent.
|
||||
SelectDirBrowseLabel=Per a continuar, premeu Següent. Si desitgeu triar una altra capeta, premeu Cerca.
|
||||
DiskSpaceMBLabel=Aquest programa necessita un mínim de [mb] MB d'espai a disc.
|
||||
ToUNCPathname=La instal·lació no pot instal·lar el programa en una carpeta UNC. Si esteu provant d'instal·lar-lo en xarxa, haureu d'assignar una lletra (D:, E:, etc...) al disc de destinació.
|
||||
InvalidPath=Cal donar una ruta completa amb lletra d'unitat, per exemple:%n%nC:\Aplicació%n%no bé una ruta UNC en la forma:%n%n\\servidor\compartit
|
||||
InvalidDrive=El disc o ruta de xarxa seleccionat no existeix, si us plau trieu-ne un altre.
|
||||
DiskSpaceWarningTitle=No hi ha prou espai al disc
|
||||
DiskSpaceWarning=El programa d'instal·lació necessita com a mínim %1 KB d'espai lliure, però el disc seleccionat només té %2 KB disponibles.%n%nTot i amb això, desitgeu continuar?
|
||||
DirNameTooLong=El nom de la carpeta o de la ruta és massa llarg.
|
||||
InvalidDirName=El nom de la carpeta no és vàlid.
|
||||
BadDirName32=Un nom de carpeta no pot contenir cap dels caràcters següents:%n%n%1
|
||||
DirExistsTitle=La carpeta existeix
|
||||
DirExists=La carpeta:%n%n%1%n%nja existeix. Voleu instal·lar igualment el programa en aquesta carpeta?
|
||||
DirDoesntExistTitle=La Carpeta No Existeix
|
||||
DirDoesntExist=La carpeta:%n%n%1%n%nno existeix. Voleu que sigui creada?
|
||||
|
||||
; *** "Select Program Group" wizard page
|
||||
WizardSelectComponents=Trieu Components
|
||||
SelectComponentsDesc=Quins components cal instal·lar?
|
||||
SelectComponentsLabel2=Trieu els components que voleu instal·lar; elimineu els components que no voleu instal·lar. Premeu Següent per a continuar.
|
||||
FullInstallation=Instal·lació completa
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Instal·lació compacta
|
||||
CustomInstallation=Instal·lació personalitzada
|
||||
NoUninstallWarningTitle=Els components Existeixen
|
||||
NoUninstallWarning=El programa d'instal·lació ha detectat que els components següents ja es troben al vostre ordinador:%n%n%1%n%nSi no estan seleccionats no seran desinstal·lats.%n%nVoleu continuar igualment?
|
||||
ComponentSize1=%1 Kb
|
||||
ComponentSize2=%1 Mb
|
||||
ComponentsDiskSpaceMBLabel=Aquesta selecció requereix un mínim de [mb] Mb d'espai al disc.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Trieu tasques addicionals
|
||||
SelectTasksDesc=Quines tasques addicionals cal executar?
|
||||
SelectTasksLabel2=Trieu les tasques addicionals que voleu que siguin executades mentre s'instal·la [name], i després premeu Següent.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Trieu la carpeta del Menú Inici
|
||||
SelectStartMenuFolderDesc=On cal situar els enllaços del programa?
|
||||
SelectStartMenuFolderLabel3=El programa d'instal·lació crearà l'accés directe al programa a la següent carpeta del menú d'Inici.
|
||||
SelectStartMenuFolderBrowseLabel=Per a continuar, premeu Següent. Si desitgeu triar una altra carpeta, premeu Cerca.
|
||||
MustEnterGroupName=Cal que hi entreu un nom de carpeta.
|
||||
GroupNameTooLong=El nom de la carpeta o de la ruta és massa llarg.
|
||||
InvalidGroupName=El nom de la carpeta no és vàlid.
|
||||
BadGroupName=El nom del grup no pot contenir cap dels caràcters següents:%n%n%1
|
||||
NoProgramGroupCheck2=&No creïs una carpeta al Menú Inici
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Preparat per a instal·lar
|
||||
ReadyLabel1=El programa d'instal·lació està preparat per a iniciar la instal·lació de [name] al vostre ordinador.
|
||||
ReadyLabel2a=Premeu Instal·la per a continuar amb la instal·lació, o Enrere si voleu revisar o modificar les opcions d'instal·lació.
|
||||
ReadyLabel2b=Premeu Instal·la per a continuar amb la instal·lació.
|
||||
ReadyMemoUserInfo=Informació de l'usuari:
|
||||
ReadyMemoDir=Carpeta de destinació:
|
||||
ReadyMemoType=Tipus d'instal·lació:
|
||||
ReadyMemoComponents=Components seleccionats:
|
||||
ReadyMemoGroup=Carpeta del Menú Inici:
|
||||
ReadyMemoTasks=Tasques addicionals:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Preparant la instal·lació
|
||||
PreparingDesc=Preparant la instal·lació de [name] al vostre ordinador.
|
||||
PreviousInstallNotCompleted=La instal·lació o desinstal·lació anterior no s'ha dut a terme. Caldrà que reinicieu l'ordinador per a finalitzar aquesta instal·lació.%n%nDesprés de reiniciar l'ordinador, executeu aquest programa de nou per completar la instal·lació de [name].
|
||||
CannotContinue=La instal·lació no pot continuar. Si us plau, premeu Cancel·la per a sortir.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Instal·lant
|
||||
InstallingLabel=Si us plau, espereu mentre s'instal·la [name] al vostre ordinador.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Completant l'assistent d'instal·lació de [name]
|
||||
FinishedLabelNoIcons=El programa ha finalitzat la instal·lació de [name] al vostre ordinador.
|
||||
FinishedLabel=El programa ha finalitzat la instal·lació de [name] al vostre ordinador. L'aplicació pot ser iniciada seleccionant les icones instal·lades.
|
||||
ClickFinish=Premeu Finalitza per a sortir de la instal·lació.
|
||||
FinishedRestartLabel=Per a completar la instal·lació de [name] cal reiniciar l'ordinador. Voleu fer-ho ara?
|
||||
FinishedRestartMessage=Per a completar la instal·lació de [name] cal reiniciar l'ordinador. Voleu fer-ho ara?
|
||||
ShowReadmeCheck=Sí, vull visualitzar el fitxer LLEGIUME.TXT
|
||||
YesRadio=&Sí, reiniciar l'ordinador ara
|
||||
NoRadio=&No, reiniciaré l'ordinador més tard
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Executa %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=Visualitza %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=El programa d'instal·lació necessita el disc següent
|
||||
SelectDiskLabel2=Si us plau, introduiu el disc %1 i premeu Continua.%n%nSi els fitxers d'aquest disc es poden trobar en una carpeta diferent de la indicada tot seguit, entreu-ne la ruta correcta o bé premeu Explora.
|
||||
PathLabel=&Ruta:
|
||||
FileNotInDir2=El fitxer "%1" no s'ha pogut trobar a "%2". Si us plau, introduïu el disc correcte o trieu una altra carpeta.
|
||||
SelectDirectoryLabel=Si us plau, indiqueu on es troba el disc següent.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=La instal·lació no s'ha completat.%n%n%Si us plau, resoleu el problema i executeu de nou el programa d'instal·lació.
|
||||
EntryAbortRetryIgnore=Premeu Reintenta per a intentar-ho de nou, Ignora per a continuar igualment, o Abandona per a abandonar la instal·lació.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Creant carpetes...
|
||||
StatusExtractFiles=Extraient fitxers...
|
||||
StatusCreateIcons=Creant enllaços del programa...
|
||||
StatusCreateIniEntries=Creant entrades al fitxer INI...
|
||||
StatusCreateRegistryEntries=Creant entrades de registre...
|
||||
StatusRegisterFiles=Registrant fitxers...
|
||||
StatusSavingUninstall=Desant informació de desinstal·lació...
|
||||
StatusRunProgram=Finalitzant la instal·lació...
|
||||
StatusRollback=Desfent els canvis...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Error intern: %1
|
||||
ErrorFunctionFailedNoCode=%1 ha fallat
|
||||
ErrorFunctionFailed=%1 ha fallat; codi %2
|
||||
ErrorFunctionFailedWithMessage=%1 ha fallat; codi %2.%n%3
|
||||
ErrorExecutingProgram=No es pot executar el fitxer:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Error en obrir la clau de registre:%n%1\%2
|
||||
ErrorRegCreateKey=Error en crear la clau de registre:%n%1\%2
|
||||
ErrorRegWriteKey=Error en escriure a la clau de registre:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Error en crear l'entrada INI al fitxer "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Premeu Reintenta per a intentar-ho de nou, Ignora per a saltar-se aquest fitxer (no recomanat), o Abandona per a abandonar la instal·lació.
|
||||
FileAbortRetryIgnore2=Premeu Reintenta per a intentar-ho de nou, Ignora per a continuar igualment (no recomanat), o Abandona per a abandonar la instal·lació.
|
||||
SourceIsCorrupted=El fitxer d'origen està corromput
|
||||
SourceDoesntExist=El fitxer d'origen "%1" no existeix
|
||||
ExistingFileReadOnly=El fitxer és de només lectura.%n%nPremeu Reintenta per a treure-li l'atribut de només lectura i tornar-ho a intentar, Ignora per a saltar-se'l (no recomanat), o Abandona per a abandonar la instal·lació.
|
||||
ErrorReadingExistingDest=S'ha produït un error en llegir el fitxer:
|
||||
FileExists=El fitxer ja existeix.%n%nVoleu que sigui sobre-escrit?
|
||||
ExistingFileNewer=El fitxer existent és més nou que el que s'intenta instal·lar. Es recomana mantenir el fitxer existent.%n%nVoleu mantenir-lo?
|
||||
ErrorChangingAttr=Hi ha hagut un error en canviar els atributs del fitxer:
|
||||
ErrorCreatingTemp=Hi ha hagut un error en crear un fitxer a la carpeta de destinació:
|
||||
ErrorReadingSource=Hi ha hagut un error en llegir el fitxer d'origen:
|
||||
ErrorCopying=Hi ha hagut un error en copiar un fitxer:
|
||||
ErrorReplacingExistingFile=Hi ha hagut un error en reemplaçar el fitxer existent:
|
||||
ErrorRestartReplace=Ha fallat reemplaçar:
|
||||
ErrorRenamingTemp=Hi ha hagut un error en reanomenar un fitxer a la carpeta de destinació:
|
||||
ErrorRegisterServer=No s'ha pogut registrar el DLL/OCX: %1
|
||||
ErrorRegSvr32Failed=Ha fallat RegSvr32 amb el codi de sortida %1
|
||||
ErrorRegisterTypeLib=No s'ha pogut registrar la biblioteca de tipus: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Hi ha hagut un error en obrir el fitxer LLEGIUME.TXT.
|
||||
ErrorRestartingComputer=El programa d'instal·lació no ha pogut reiniciar l'ordinador. Si us plau, feu-ho manualment.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=El fitxer "%1" no existeix. No es pot desinstal·lar.
|
||||
UninstallOpenError=El fitxer "%1" no pot ser obert. No es pot desinstal·lar.
|
||||
UninstallUnsupportedVer=El fitxer de desinstal·lació "%1" està en un format no reconegut per aquesta versió del desinstal·lador. No es pot desinstal·lar
|
||||
UninstallUnknownEntry=S'ha trobat una entrada desconeguda (%1) al fitxer de desinstal·lació.
|
||||
ConfirmUninstall=Esteu segur de voler eliminar completament %1 i tots els seus components?
|
||||
UninstallOnlyOnWin64=Aquest programa només pot ser desinstal·lat en Windows de 64 bits.
|
||||
OnlyAdminCanUninstall=Aquest programa només pot ser desinstal·lat per un usuari amb privilegis d'administrador.
|
||||
UninstallStatusLabel=Si us plau, espereu mentre s'elimina %1 del vostre ordinador.
|
||||
UninstalledAll=%1 ha estat desinstal·lat correctament del vostre ordinador.
|
||||
UninstalledMost=Desinstal·lació de %1 completada.%n%nAlguns elements no s'han pogut eliminar. Poden ser eliminats manualment.
|
||||
UninstalledAndNeedsRestart=Per completar la instal·lació de %1, cal reiniciar el vostre ordinador.%n%nVoleu fer-ho ara?
|
||||
UninstallDataCorrupted=El fitxer "%1" està corromput. No es pot desinstal·lar.
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Eliminar fitxer compartit?
|
||||
ConfirmDeleteSharedFile2=El sistema indica que el fitxer compartit següent ja no és emprat per cap altre programa. Voleu que la desinstal·lació elimini aquest fitxer?%n%nSi algun programa encara el fa servir i és eliminat, podria no funcionar correctament. Si no n'esteu segur, trieu No. Deixar el fitxer al sistema no farà cap mal.
|
||||
SharedFileNameLabel=Nom del fitxer:
|
||||
SharedFileLocationLabel=Localització:
|
||||
WizardUninstalling=Estat de la desinstal·lació
|
||||
StatusUninstalling=Desinstal·lant %1...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 versió %2
|
||||
AdditionalIcons=Icones addicionals:
|
||||
CreateDesktopIcon=Crea una icona a l'&Escriptori
|
||||
CreateQuickLaunchIcon=Crea una icona a la &Barra de tasques
|
||||
ProgramOnTheWeb=%1 a Internet
|
||||
UninstallProgram=Desinstal·la %1
|
||||
LaunchProgram=Obre %1
|
||||
AssocFileExtension=&Associa %1 amb l'extensió de fitxer %2
|
||||
AssocingFileExtension=Associant %1 amb l'extensió de fitxer %2...
|
318
Greenshot/tools/innosetup/Languages/Czech.isl
Normal file
318
Greenshot/tools/innosetup/Languages/Czech.isl
Normal file
|
@ -0,0 +1,318 @@
|
|||
; *******************************************************
|
||||
; *** ***
|
||||
; *** Inno Setup version 5.1.11+ Czech messages ***
|
||||
; *** ***
|
||||
; *** Original Author: ***
|
||||
; *** ***
|
||||
; *** Ivo Bauer (bauer@ozm.cz) ***
|
||||
; *** ***
|
||||
; *** Contributors: ***
|
||||
; *** ***
|
||||
; *** Lubos Stanek (lubek@users.sourceforge.net) ***
|
||||
; *** Vitezslav Svejdar (vitezslav.svejdar@cuni.cz) ***
|
||||
; *** ***
|
||||
; *******************************************************
|
||||
;
|
||||
; Copyright (C) 1997-2010 Jordan Russell. All rights reserved.
|
||||
; Translations (C) 2002-2010 Original Author and Contributors. All rights reserved.
|
||||
;
|
||||
; The contents of this file are subject to the Inno Setup License (the "License").
|
||||
; You may obtain a copy of the License at http://www.jrsoftware.org/files/is/license.txt
|
||||
;
|
||||
; $jrsoftware: issrc/Files/Languages/Czech.isl,v 1.19 2010/01/05 11:37:24 mlaan Exp $
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=<010C>e<0161>tina
|
||||
LanguageID=$0405
|
||||
LanguageCodePage=1250
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Průvodce instalací
|
||||
SetupWindowTitle=Průvodce instalací - %1
|
||||
UninstallAppTitle=Průvodce odinstalací
|
||||
UninstallAppFullTitle=Průvodce odinstalací - %1
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Informace
|
||||
ConfirmTitle=Potvrzení
|
||||
ErrorTitle=Chyba
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Vítá Vás průvodce instalací produktu %1. Chcete pokračovat?
|
||||
LdrCannotCreateTemp=Nelze vytvořit dočasný soubor. Průvodce instalací bude ukončen
|
||||
LdrCannotExecTemp=Nelze spustit soubor v dočasné složce. Průvodce instalací bude ukončen
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nChyba %2: %3
|
||||
SetupFileMissing=Instalační složka neobsahuje soubor %1. Opravte prosím tuto chybu nebo si opatřete novou kopii tohoto produktu.
|
||||
SetupFileCorrupt=Soubory průvodce instalací jsou poškozeny. Opatřete si prosím novou kopii tohoto produktu.
|
||||
SetupFileCorruptOrWrongVer=Soubory průvodce instalací jsou poškozeny nebo se neslučují s touto verzí průvodce instalací. Opravte prosím tuto chybu nebo si opatřete novou kopii tohoto produktu.
|
||||
NotOnThisPlatform=Tento produkt nelze spustit ve %1.
|
||||
OnlyOnThisPlatform=Tento produkt musí být spuštěn ve %1.
|
||||
OnlyOnTheseArchitectures=Tento produkt lze nainstalovat pouze ve verzích MS Windows s podporou architektury procesorů:%n%n%1
|
||||
MissingWOW64APIs=Aktuální verze MS Windows postrádá funkce, které vyžaduje průvodce instalací pro 64-bitovou instalaci. Opravte prosím tuto chybu nainstalováním aktualizace Service Pack %1.
|
||||
WinVersionTooLowError=Tento produkt vyžaduje %1 verzi %2 nebo vyšší.
|
||||
WinVersionTooHighError=Tento produkt nelze nainstalovat ve %1 verzi %2 nebo vyšší.
|
||||
AdminPrivilegesRequired=K instalaci tohoto produktu musíte být přihlášeni s právy administrátora.
|
||||
PowerUserPrivilegesRequired=K instalaci tohoto produktu musíte být přihlášeni s právy administrátora nebo člena skupiny Power Users.
|
||||
SetupAppRunningError=Průvodce instalací zjistil, že produkt %1 je nyní spuštěn.%n%nUkončete prosím všechny spuštěné instance tohoto produktu a pokračujte klepnutím na tlačítko OK, nebo ukončete instalaci tlačítkem Storno.
|
||||
UninstallAppRunningError=Průvodce odinstalací zjistil, že produkt %1 je nyní spuštěn.%n%nUkončete prosím všechny spuštěné instance tohoto produktu a pokračujte klepnutím na tlačítko OK, nebo ukončete odinstalaci tlačítkem Storno.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=Průvodce instalací nemohl vytvořit složku "%1"
|
||||
ErrorTooManyFilesInDir=Nelze vytvořit soubor ve složce "%1", protože tato složka již obsahuje příliš mnoho souborů
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Ukončit průvodce instalací
|
||||
ExitSetupMessage=Instalace nebyla zcela dokončena. Jestliže nyní průvodce instalací ukončíte, produkt nebude nainstalován.%n%nPrůvodce instalací můžete znovu spustit kdykoliv jindy a instalaci dokončit.%n%nChcete průvodce instalací ukončit?
|
||||
AboutSetupMenuItem=&O průvodci instalací...
|
||||
AboutSetupTitle=O průvodci instalací
|
||||
AboutSetupMessage=%1 verze %2%n%3%n%n%1 domovská stránka:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=Czech translation maintained by Ivo Bauer (bauer@ozm.cz), Lubos Stanek (lubek@users.sourceforge.net) and Vitezslav Svejdar (vitezslav.svejdar@cuni.cz)
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Zpět
|
||||
ButtonNext=&Další >
|
||||
ButtonInstall=&Instalovat
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Storno
|
||||
ButtonYes=&Ano
|
||||
ButtonYesToAll=Ano &všem
|
||||
ButtonNo=&Ne
|
||||
ButtonNoToAll=N&e všem
|
||||
ButtonFinish=&Dokončit
|
||||
ButtonBrowse=&Procházet...
|
||||
ButtonWizardBrowse=&Procházet...
|
||||
ButtonNewFolder=&Vytvořit novou složku
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Výběr jazyka průvodce instalací
|
||||
SelectLanguageLabel=Zvolte jazyk, který se má použít při instalaci:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Pokračujte klepnutím na tlačítko Další, nebo ukončete průvodce instalací tlačítkem Storno.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Vyhledat složku
|
||||
BrowseDialogLabel=Z níže uvedeného seznamu vyberte složku a klepněte na tlačítko OK.
|
||||
NewFolderName=Nová složka
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Vítá Vás průvodce instalací produktu [name].
|
||||
WelcomeLabel2=Produkt [name/ver] bude nainstalován na Váš počítač.%n%nDříve než budete pokračovat, doporučuje se ukončit veškeré spuštěné aplikace.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Heslo
|
||||
PasswordLabel1=Tato instalace je chráněna heslem.
|
||||
PasswordLabel3=Zadejte prosím heslo a pokračujte klepnutím na tlačítko Další. Při zadávání hesla rozlišujte malá a velká písmena.
|
||||
PasswordEditLabel=&Heslo:
|
||||
IncorrectPassword=Zadané heslo není správné. Zkuste to prosím znovu.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Licenční smlouva
|
||||
LicenseLabel=Dříve než budete pokračovat, přečtěte si prosím pozorně následující důležité informace.
|
||||
LicenseLabel3=Přečtěte si prosím tuto licenční smlouvu. Musíte souhlasit s podmínkami této smlouvy, aby instalace mohla pokračovat.
|
||||
LicenseAccepted=&Souhlasím s podmínkami licenční smlouvy
|
||||
LicenseNotAccepted=&Nesouhlasím s podmínkami licenční smlouvy
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Informace
|
||||
InfoBeforeLabel=Dříve než budete pokračovat, přečtěte si prosím pozorně následující důležité informace.
|
||||
InfoBeforeClickLabel=Pokračujte v instalaci klepnutím na tlačítko Další.
|
||||
WizardInfoAfter=Informace
|
||||
InfoAfterLabel=Dříve než budete pokračovat, přečtěte si prosím pozorně následující důležité informace.
|
||||
InfoAfterClickLabel=Pokračujte v instalaci klepnutím na tlačítko Další.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Informace o uživateli
|
||||
UserInfoDesc=Zadejte prosím požadované údaje.
|
||||
UserInfoName=&Uživatelské jméno:
|
||||
UserInfoOrg=&Společnost:
|
||||
UserInfoSerial=Sé&riové číslo:
|
||||
UserInfoNameRequired=Musíte zadat uživatelské jméno.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Zvolte cílové umístění
|
||||
SelectDirDesc=Kam má být produkt [name] nainstalován?
|
||||
SelectDirLabel3=Průvodce nainstaluje produkt [name] do následující složky.
|
||||
SelectDirBrowseLabel=Pokračujte klepnutím na tlačítko Další. Chcete-li zvolit jinou složku, klepněte na tlačítko Procházet.
|
||||
DiskSpaceMBLabel=Instalace vyžaduje nejméně [mb] MB volného místa na disku.
|
||||
ToUNCPathname=Průvodce instalací nemůže instalovat do cesty UNC. Pokud se pokoušíte instalovat v síti, budete muset použít některou z dostupných síťových jednotek.
|
||||
InvalidPath=Musíte zadat úplnou cestu včetně písmene jednotky; například:%n%nC:\Aplikace%n%nnebo cestu UNC ve tvaru:%n%n\\server\sdílená složka
|
||||
InvalidDrive=Vámi zvolená jednotka nebo cesta UNC neexistuje nebo není dostupná. Zvolte prosím jiné umístění.
|
||||
DiskSpaceWarningTitle=Nedostatek místa na disku
|
||||
DiskSpaceWarning=Průvodce instalací vyžaduje nejméně %1 KB volného místa pro instalaci produktu, ale na zvolené jednotce je dostupných pouze %2 KB.%n%nChcete přesto pokračovat?
|
||||
DirNameTooLong=Název složky nebo cesta jsou příliš dlouhé.
|
||||
InvalidDirName=Název složky není platný.
|
||||
BadDirName32=Název složky nemůže obsahovat žádný z následujících znaků:%n%n%1
|
||||
DirExistsTitle=Složka existuje
|
||||
DirExists=Složka:%n%n%1%n%njiž existuje. Má se přesto instalovat do této složky?
|
||||
DirDoesntExistTitle=Složka neexistuje
|
||||
DirDoesntExist=Složka:%n%n%1%n%nneexistuje. Má být tato složka vytvořena?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Zvolte součásti
|
||||
SelectComponentsDesc=Jaké součásti mají být nainstalovány?
|
||||
SelectComponentsLabel2=Zaškrtněte součásti, které mají být nainstalovány; součásti, které se nemají instalovat, ponechte nezaškrtnuté. Pokračujte klepnutím na tlačítko Další.
|
||||
FullInstallation=Úplná instalace
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Kompaktní instalace
|
||||
CustomInstallation=Volitelná instalace
|
||||
NoUninstallWarningTitle=Součásti existují
|
||||
NoUninstallWarning=Průvodce instalací zjistil, že následující součásti jsou již na Vašem počítači nainstalovány:%n%n%1%n%nNezahrnete-li tyto součásti do výběru, nebudou nyní odinstalovány.%n%nChcete přesto pokračovat?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=Vybrané součásti vyžadují nejméně [mb] MB místa na disku.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Zvolte další úlohy
|
||||
SelectTasksDesc=Které další úlohy mají být provedeny?
|
||||
SelectTasksLabel2=Zvolte další úlohy, které mají být provedeny v průběhu instalace produktu [name], a pak pokračujte klepnutím na tlačítko Další.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Vyberte složku v nabídce Start
|
||||
SelectStartMenuFolderDesc=Kam má průvodce instalací umístit zástupce aplikace?
|
||||
SelectStartMenuFolderLabel3=Průvodce instalací vytvoří zástupce aplikace v následující složce nabídky Start.
|
||||
SelectStartMenuFolderBrowseLabel=Pokračujte klepnutím na tlačítko Další. Chcete-li zvolit jinou složku, klepněte na tlačítko Procházet.
|
||||
MustEnterGroupName=Musíte zadat název složky.
|
||||
GroupNameTooLong=Název složky nebo cesta jsou příliš dlouhé.
|
||||
InvalidGroupName=Název složky není platný.
|
||||
BadGroupName=Název složky nemůže obsahovat žádný z následujících znaků:%n%n%1
|
||||
NoProgramGroupCheck2=&Nevytvářet složku v nabídce Start
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Instalace je připravena
|
||||
ReadyLabel1=Průvodce instalací je nyní připraven nainstalovat produkt [name] na Váš počítač.
|
||||
ReadyLabel2a=Pokračujte v instalaci klepnutím na tlačítko Instalovat. Přejete-li si změnit některá nastavení instalace, klepněte na tlačítko Zpět.
|
||||
ReadyLabel2b=Pokračujte v instalaci klepnutím na tlačítko Instalovat.
|
||||
ReadyMemoUserInfo=Informace o uživateli:
|
||||
ReadyMemoDir=Cílové umístění:
|
||||
ReadyMemoType=Typ instalace:
|
||||
ReadyMemoComponents=Vybrané součásti:
|
||||
ReadyMemoGroup=Složka v nabídce Start:
|
||||
ReadyMemoTasks=Další úlohy:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Příprava k instalaci
|
||||
PreparingDesc=Průvodce instalací připravuje instalaci produktu [name] na Váš počítač.
|
||||
PreviousInstallNotCompleted=Instalace/odinstalace předchozího produktu nebyla zcela dokončena. Aby mohla být dokončena, musíte restartovat Váš počítač.%n%nPo restartování Vašeho počítače spusťte znovu průvodce instalací, aby bylo možné dokončit instalaci produktu [name].
|
||||
CannotContinue=Průvodce instalací nemůže pokračovat. Ukončete prosím průvodce instalací klepnutím na tlačítko Storno.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Instalování
|
||||
InstallingLabel=Čekejte prosím, dokud průvodce instalací nedokončí instalaci produktu [name] na Váš počítač.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Dokončuje se instalace produktu [name]
|
||||
FinishedLabelNoIcons=Průvodce instalací dokončil instalaci produktu [name] na Váš počítač.
|
||||
FinishedLabel=Průvodce instalací dokončil instalaci produktu [name] na Váš počítač. Produkt lze spustit pomocí nainstalovaných zástupců.
|
||||
ClickFinish=Ukončete průvodce instalací klepnutím na tlačítko Dokončit.
|
||||
FinishedRestartLabel=Pro dokončení instalace produktu [name] je nezbytné, aby průvodce instalací restartoval Váš počítač. Chcete jej nyní restartovat?
|
||||
FinishedRestartMessage=Pro dokončení instalace produktu [name] je nezbytné, aby průvodce instalací restartoval Váš počítač.%n%nChcete jej nyní restartovat?
|
||||
ShowReadmeCheck=Ano, chci zobrazit dokument "ČTIMNE"
|
||||
YesRadio=&Ano, chci nyní restartovat počítač
|
||||
NoRadio=&Ne, počítač restartuji později
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Spustit %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=Zobrazit %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=Průvodce instalací vyžaduje další disk
|
||||
SelectDiskLabel2=Vložte prosím disk %1 a klepněte na tlačítko OK.%n%nPokud se soubory na tomto disku nacházejí v jiné složce než v té, která je zobrazena níže, pak zadejte správnou cestu nebo ji zvolte klepnutím na tlačítko Procházet.
|
||||
PathLabel=&Cesta:
|
||||
FileNotInDir2=Soubor "%1" nelze najít v "%2". Vložte prosím správný disk nebo zvolte jinou složku.
|
||||
SelectDirectoryLabel=Specifikujte prosím umístění dalšího disku.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=Instalace nebyla zcela dokončena.%n%nOpravte prosím chybu a spusťte průvodce instalací znovu.
|
||||
EntryAbortRetryIgnore=Akci zopakujete klepnutím na tlačítko Opakovat. Tento krok vynecháte klepnutím na tlačítko Přeskočit. Instalaci stornujete klepnutím na tlačítko Přerušit.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Vytvářejí se složky...
|
||||
StatusExtractFiles=Extrahují se soubory...
|
||||
StatusCreateIcons=Vytvářejí se zástupci...
|
||||
StatusCreateIniEntries=Vytvářejí se záznamy v inicializačních souborech...
|
||||
StatusCreateRegistryEntries=Vytvářejí se záznamy v systémovém registru...
|
||||
StatusRegisterFiles=Registrují se soubory...
|
||||
StatusSavingUninstall=Ukládají se informace pro odinstalaci produktu...
|
||||
StatusRunProgram=Dokončuje se instalace...
|
||||
StatusRollback=Provedené změny se vracejí zpět...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Interní chyba: %1
|
||||
ErrorFunctionFailedNoCode=%1 selhala
|
||||
ErrorFunctionFailed=%1 selhala; kód %2
|
||||
ErrorFunctionFailedWithMessage=%1 selhala; kód %2.%n%3
|
||||
ErrorExecutingProgram=Nelze spustit soubor:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Došlo k chybě při otevírání klíče systémového registru:%n%1\%2
|
||||
ErrorRegCreateKey=Došlo k chybě při vytváření klíče systémového registru:%n%1\%2
|
||||
ErrorRegWriteKey=Došlo k chybě při zápisu do klíče systémového registru:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Došlo k chybě při vytváření záznamu v inicializačním souboru "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Akci zopakujete klepnutím na tlačítko Opakovat. Tento soubor přeskočíte klepnutím na tlačítko Přeskočit (nedoporučuje se). Instalaci stornujete klepnutím na tlačítko Přerušit.
|
||||
FileAbortRetryIgnore2=Akci zopakujete klepnutím na tlačítko Opakovat. Pokračujete klepnutím na tlačítko Přeskočit (nedoporučuje se). Instalaci stornujete klepnutím na tlačítko Přerušit.
|
||||
SourceIsCorrupted=Zdrojový soubor je poškozen
|
||||
SourceDoesntExist=Zdrojový soubor "%1" neexistuje
|
||||
ExistingFileReadOnly=Existující soubor je určen pouze pro čtení.%n%nAtribut "pouze pro čtení" odstraníte a akci zopakujete klepnutím na tlačítko Opakovat. Tento soubor přeskočíte klepnutím na tlačítko Přeskočit. Instalaci stornujete klepnutím na tlačítko Přerušit.
|
||||
ErrorReadingExistingDest=Došlo k chybě při pokusu o čtení existujícího souboru:
|
||||
FileExists=Soubor již existuje.%n%nMá být průvodcem instalace přepsán?
|
||||
ExistingFileNewer=Existující soubor je novější než ten, který se průvodce instalací pokouší nainstalovat. Doporučuje se ponechat existující soubor.%n%nChcete jej ponechat?
|
||||
ErrorChangingAttr=Došlo k chybě při pokusu o změnu atributů existujícího souboru:
|
||||
ErrorCreatingTemp=Došlo k chybě při pokusu o vytvoření souboru v cílové složce:
|
||||
ErrorReadingSource=Došlo k chybě při pokusu o čtení zdrojového souboru:
|
||||
ErrorCopying=Došlo k chybě při pokusu o zkopírování souboru:
|
||||
ErrorReplacingExistingFile=Došlo k chybě při pokusu o nahrazení existujícího souboru:
|
||||
ErrorRestartReplace=Funkce "RestartReplace" průvodce instalací selhala:
|
||||
ErrorRenamingTemp=Došlo k chybě při pokusu o přejmenování souboru v cílové složce:
|
||||
ErrorRegisterServer=Nelze zaregistrovat DLL/OCX: %1
|
||||
ErrorRegSvr32Failed=Volání RegSvr32 selhalo s návratovým kódem %1
|
||||
ErrorRegisterTypeLib=Nelze zaregistrovat typovou knihovnu: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Došlo k chybě při pokusu o otevření dokumentu "ČTIMNE".
|
||||
ErrorRestartingComputer=Průvodci instalace se nepodařilo restartovat Váš počítač. Restartujte jej prosím ručně.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=Soubor "%1" neexistuje. Produkt nelze odinstalovat.
|
||||
UninstallOpenError=Soubor "%1" nelze otevřít. Produkt nelze odinstalovat.
|
||||
UninstallUnsupportedVer=Formát souboru se záznamy k odinstalaci produktu "%1" nebyl touto verzí průvodce odinstalací rozpoznán. Produkt nelze odinstalovat
|
||||
UninstallUnknownEntry=V souboru obsahujícím informace k odinstalaci produktu byla zjištěna neznámá položka (%1)
|
||||
ConfirmUninstall=Jste si opravdu jisti, že chcete produkt %1 a všechny jeho součásti odinstalovat?
|
||||
UninstallOnlyOnWin64=Tento produkt lze odinstalovat pouze v 64-bitových verzích MS Windows.
|
||||
OnlyAdminCanUninstall=K odinstalaci tohoto produktu musíte být přihlášeni s právy administrátora.
|
||||
UninstallStatusLabel=Čekejte prosím, dokud produkt %1 nebude odinstalován z Vašeho počítače.
|
||||
UninstalledAll=Produkt %1 byl z Vašeho počítače úspěšně odinstalován.
|
||||
UninstalledMost=Produkt %1 byl odinstalován.%n%nNěkteré jeho součásti se odinstalovat nepodařilo. Můžete je však odstranit ručně.
|
||||
UninstalledAndNeedsRestart=K dokončení odinstalace produktu %1 je nezbytné, aby průvodce odinstalací restartoval Váš počítač.%n%nChcete jej nyní restartovat?
|
||||
UninstallDataCorrupted=Soubor "%1" je poškozen. Produkt nelze odinstalovat
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Odebrat sdílený soubor?
|
||||
ConfirmDeleteSharedFile2=Systém indikuje, že následující sdílený soubor není používán žádnými jinými aplikacemi. Má být tento sdílený soubor průvodcem odinstalací odstraněn?%n%nPokud některé aplikace tento soubor používají, pak po jeho odstranění nemusejí pracovat správně. Pokud si nejste jisti, zvolte Ne. Ponechání tohoto souboru ve Vašem systému nezpůsobí žádnou škodu.
|
||||
SharedFileNameLabel=Název souboru:
|
||||
SharedFileLocationLabel=Umístění:
|
||||
WizardUninstalling=Stav odinstalace
|
||||
StatusUninstalling=Probíhá odinstalace produktu %1...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 verze %2
|
||||
AdditionalIcons=Další zástupci:
|
||||
CreateDesktopIcon=Vytvořit zástupce na &ploše
|
||||
CreateQuickLaunchIcon=Vytvořit zástupce na panelu &Snadné spuštění
|
||||
ProgramOnTheWeb=Aplikace %1 na internetu
|
||||
UninstallProgram=Odinstalovat aplikaci %1
|
||||
LaunchProgram=Spustit aplikaci %1
|
||||
AssocFileExtension=Vytvořit &asociaci mezi soubory typu %2 a aplikací %1
|
||||
AssocingFileExtension=Vytváří se asociace mezi soubory typu %2 a aplikací %1...
|
315
Greenshot/tools/innosetup/Languages/Danish.isl
Normal file
315
Greenshot/tools/innosetup/Languages/Danish.isl
Normal file
|
@ -0,0 +1,315 @@
|
|||
; Translation made with Translator 1.32 (http://www2.arnes.si/~sopjsimo/translator.html)
|
||||
; $Translator:NL=%n:TB=%t
|
||||
;
|
||||
; To download user-contributed translations of this file, go to:
|
||||
; http://www.jrsoftware.org/files/istrans/
|
||||
;
|
||||
; Note: When translating this text, do not add periods (.) to the end of
|
||||
; messages that didn't have them already, because on those messages Inno
|
||||
; Setup adds the periods automatically (appending a period would result in
|
||||
; two periods being displayed).
|
||||
;
|
||||
; ID: Danish.isl,v 5.1.11 2008/02/26 12:37:00 Thomas Vedel, veco@veco.dk
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=Dansk
|
||||
LanguageID=$0406
|
||||
LanguageCodePage=1252
|
||||
|
||||
; If the language you are translating to requires special font faces or
|
||||
; sizes, uncomment any of the following entries and change them accordingly.
|
||||
;DialogFontName=MS Shell Dlg
|
||||
;DialogFontSize=8
|
||||
;DialogFontStandardHeight=13
|
||||
;TitleFontName=Arial
|
||||
;TitleFontSize=29
|
||||
;WelcomeFontName=Arial
|
||||
;WelcomeFontSize=12
|
||||
;CopyrightFontName=Arial
|
||||
;CopyrightFontSize=8
|
||||
|
||||
[Messages]
|
||||
; *** Application titles
|
||||
SetupAppTitle=Installationsguide
|
||||
SetupWindowTitle=Installationsguide - %1
|
||||
UninstallAppTitle=Afinstaller
|
||||
UninstallAppFullTitle=Afinstallerer %1
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Information
|
||||
ConfirmTitle=Bekræft
|
||||
ErrorTitle=Fejl
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Denne guide installerer %1. Fortsæt?
|
||||
LdrCannotCreateTemp=Kan ikke danne en midlertidig fil. Installationen afbrydes
|
||||
LdrCannotExecTemp=Kan ikke udføre et program i mappen til opbevaring af midlertidige filer. Installationen afbrydes
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nFejl %2: %3
|
||||
SetupFileMissing=Filen %1 mangler i installations-mappen. Ret fejlen eller skaf en ny kopi af programmet.
|
||||
SetupFileCorrupt=Installationsfilerne er ødelagt. Skaf en ny kopi af installationsprogrammet.
|
||||
SetupFileCorruptOrWrongVer=Installationsfilerne er ødelagt, eller også passer de ikke til denne version af installationen. Ret fejlen eller skaf en ny kopi af installationsprogrammet.
|
||||
NotOnThisPlatform=Programmet kan ikke anvendes på %1.
|
||||
OnlyOnThisPlatform=Programmet kan kun anvendes på %1.
|
||||
OnlyOnTheseArchitectures=Dette program kan kun installeres på Windows-versioner som er designet til denne processortype:%n%n%1
|
||||
MissingWOW64APIs=Den anvendte Windows-version indeholder ikke funktioner som er nødvendige for at foretage en 64-bit installation. Du kan afhjælpe problemet ved at installere Service Pack %1.
|
||||
WinVersionTooLowError=Programmet kræver %1 version %2 eller nyere.
|
||||
WinVersionTooHighError=Programmet kan ikke installeres på %1 version %2 eller nyere.
|
||||
AdminPrivilegesRequired=Du skal være logget på som administrator for at kunne installere dette program.
|
||||
PowerUserPrivilegesRequired=Du skal være logget på som administrator eller være medlem af superbruger-gruppen for at kunne installere dette program.
|
||||
SetupAppRunningError=Programmet %1 er aktivt.%n%nAfslut venligst først programmet, og klik dernæst OK for at fortsætte, eller Annuller for at afbryde.
|
||||
UninstallAppRunningError=Programmet %1 er aktivt.%n%nAfslut venligst først programmet, og klik dernæst OK for at fortsætte, eller Annuller for at afbryde.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=Installationen kunne ikke oprette mappen "%1"
|
||||
ErrorTooManyFilesInDir=Det kan ikke lade sig gøre at oprette en fil i mappen "%1" fordi mappen indeholder for mange filer
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Afbryd installationen
|
||||
ExitSetupMessage=Installationen er ikke færdiggjort. Hvis der afbrydes nu, vil programmet ikke blive installeret.%n%nInstallationsguiden skal køres igen for at færdiggøre installationen.%n%nAfbryd installationen?
|
||||
AboutSetupMenuItem=&Om installationsguiden...
|
||||
AboutSetupTitle=Om installationsguiden
|
||||
AboutSetupMessage=%1 version %2%n%3%n%n%1 hjemmeside:%n%4
|
||||
AboutSetupNote=
|
||||
|
||||
; *** Buttons
|
||||
TranslatorNote=
|
||||
ButtonBack=< &Tilbage
|
||||
ButtonNext=Næ&ste >
|
||||
ButtonInstall=&Installer
|
||||
ButtonOK=&OK
|
||||
ButtonCancel=&Afbryd
|
||||
ButtonYes=&Ja
|
||||
ButtonYesToAll=Ja til A&lle
|
||||
ButtonNo=&Nej
|
||||
ButtonNoToAll=Nej t&il Alle
|
||||
ButtonFinish=&Færdig
|
||||
ButtonBrowse=&Gennemse...
|
||||
ButtonWizardBrowse=G&ennemse...
|
||||
ButtonNewFolder=&Opret Ny Mappe
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Vælg installationssprog
|
||||
SelectLanguageLabel=Vælg hvilket sprog der skal anvendes under installationen:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Klik Næste for at fortsætte, eller Afbryd for at afslutte.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Udvælg mappe
|
||||
BrowseDialogLabel=Vælg en mappe fra nedenstående liste. Klik dernæst OK.
|
||||
NewFolderName=Ny Mappe
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Velkommen til [name] installationsguiden
|
||||
WelcomeLabel2=Denne guide installerer [name/ver] på computeren.%n%nDet anbefales at alle andre programmer afsluttes før der fortsættes.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Adgangskode
|
||||
PasswordLabel1=Installationen er beskyttet med adgangskode.
|
||||
PasswordLabel3=Indtast adgangskoden og klik Næste for at fortsætte. Der skelnes mellem store og små bogstaver.
|
||||
PasswordEditLabel=&Adgangskode:
|
||||
IncorrectPassword=Adgangskoden er ikke korrekt. Prøv igen, og husk at der skelnes mellem store og små bogstaver.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Licensaftale
|
||||
LicenseLabel=Læs venligst den følgende information, som er vigtig, inden du fortsætter.
|
||||
LicenseLabel3=Læs venligst licensaftalen. Du skal acceptere betingelserne i aftalen for at fortsætte installationen.
|
||||
LicenseAccepted=Jeg &accepterer aftalen
|
||||
LicenseNotAccepted=Jeg accepterer &ikke aftalen
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Information
|
||||
InfoBeforeLabel=Læs følgende information inden du fortsætter.
|
||||
InfoBeforeClickLabel=Tryk på Næste, når du er klar til at fortsætte installationen.
|
||||
WizardInfoAfter=Information
|
||||
InfoAfterLabel=Læs følgende information inden du fortsætter.
|
||||
InfoAfterClickLabel=Tryk på Næste, når du er klar til at fortsætte installationen.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Brugerinformation
|
||||
UserInfoDesc=Indtast dine oplysninger.
|
||||
UserInfoName=&Brugernavn:
|
||||
UserInfoOrg=&Organisation:
|
||||
UserInfoSerial=&Serienummer:
|
||||
UserInfoNameRequired=Du skal indtaste et navn.
|
||||
|
||||
; *** "Select Destination Directory" wizard page
|
||||
WizardSelectDir=Vælg installationsmappe
|
||||
SelectDirDesc=Hvor skal [name] installeres?
|
||||
SelectDirLabel3=Guiden installerer [name] i følgende mappe.
|
||||
SelectDirBrowseLabel=Klik Næste for at fortsætte. Hvis du vil vælge en anden mappe skal du klikke Gennemse.
|
||||
DiskSpaceMBLabel=Der skal være mindst [mb] MB fri diskplads.
|
||||
ToUNCPathname=Guiden kan ikke installere på et UNC-stinavn. Hvis du prøver på at installere på et netværk, er du nødt til at oprette et netværksdrev.
|
||||
InvalidPath=Du skal indtaste den fulde sti med drevangivelse; for eksempel:%n%nC:\APP%n%neller et UNC-stinavn på formen:%n%n\\server\share
|
||||
InvalidDrive=Drevet eller UNC-stien du valgte eksisterer ikke. Vælg venligst noget andet.
|
||||
DiskSpaceWarningTitle=Ikke nok fri diskplads.
|
||||
DiskSpaceWarning=Guiden kræver mindst %1 KB fri diskplads for at kunne foretage installationen, men det valgte drev har kun %2 KB diskplads tilgængelig.%n%nVil du installere alligevel?
|
||||
DirNameTooLong=Mappens eller stiens navn er for langt.
|
||||
InvalidDirName=Mappenavnet er ikke gyldigt.
|
||||
BadDirName32=Navne på mapper må ikke indeholde nogen af følgende tegn:%n%n%1
|
||||
DirExistsTitle=Mappen eksisterer
|
||||
DirExists=Mappen:%n%n%1%n%neksisterer allerede. Ønsker du at installere i denne mappe alligevel?
|
||||
DirDoesntExistTitle=Mappen eksisterer ikke.
|
||||
DirDoesntExist=Mappen:%n%n%1%n%neksisterer ikke. Ønsker du at oprette denne mappe?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Vælg Komponenter
|
||||
SelectComponentsDesc=Hvilke komponenter skal installeres?
|
||||
SelectComponentsLabel2=Vælg de komponenter der skal installeres, og fjern markering fra dem der ikke skal installeres. Klik Næste for at fortsætte.
|
||||
FullInstallation=Komplet installation
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Kompakt installation
|
||||
CustomInstallation=Tilpasset installation
|
||||
NoUninstallWarningTitle=Komponenterne er installeret
|
||||
NoUninstallWarning=Installationen har konstateret at følgende komponenter allerede er installeret på computeren:%n%n%1%n%nAt fravælge komponenterne vil ikke fjerne dem.%n%nFortsæt alligevel?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=Det valgte kræver mindst [mb] MB fri plads på harddisken.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Vælg ekstra opgaver
|
||||
SelectTasksDesc=Hvilke andre opgaver skal udføres?
|
||||
SelectTasksLabel2=Vælg hvilke ekstraopgaver der skal udføres under installationen af [name] og klik på Næste.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Vælg Start-menu mappe
|
||||
SelectStartMenuFolderDesc=Hvor skal installationen oprette genveje til programmet?
|
||||
SelectStartMenuFolderLabel3=Installationsguiden opretter genveje (ikoner) til programmet i følgende mappe i Start-menuen.
|
||||
SelectStartMenuFolderBrowseLabel=Klik Næste for at fortsætte. Hvis du vil vælge en anden mappe skal du klikke Gennemse.
|
||||
MustEnterGroupName=Du skal angive et mappenavn.
|
||||
GroupNameTooLong=Mappens eller stiens navn er for langt.
|
||||
InvalidGroupName=Mappenavnet er ikke gyldigt.
|
||||
BadGroupName=Tegnene %1 må ikke anvendes i navnet på en programgruppe. Angiv andet navn.
|
||||
NoProgramGroupCheck2=Opret &ingen programgruppe i Start-menuen
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Klar til at installere
|
||||
ReadyLabel1=Installationsguiden er nu klar til at installere [name] på computeren.
|
||||
ReadyLabel2a=Tryk på Installer for at fortsætte med installationen, eller tryk på Tilbage hvis du ønsker at se eller ændre dine indstillinger.
|
||||
ReadyLabel2b=Tryk på Installer for at fortsætte med installationen.
|
||||
ReadyMemoUserInfo=Oplysninger om brugeren:
|
||||
ReadyMemoDir=Installationsmappe :
|
||||
ReadyMemoType=Installationstype:
|
||||
ReadyMemoComponents=Valgte komponenter:
|
||||
ReadyMemoGroup=Start-menu mappe:
|
||||
ReadyMemoTasks=Valgte ekstraopgaver:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Klargør installationen
|
||||
PreparingDesc=Installationsguiden klargør installationen af [name] på din computer.
|
||||
PreviousInstallNotCompleted=Den foregående installation eller fjernelse af et program er ikke afsluttet. Du skal genstarte computeren for at afslutte den foregående installation.%n%nEfter genstarten skal du køre installationsguiden igen for at fuldføre installationen af [name].
|
||||
CannotContinue=Installationsguiden kan ikke fortsætte. Klik på Fortryd for at afslutte.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Installerer
|
||||
InstallingLabel=Vent mens installationsguiden installerer [name] på din computer.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Afslutter installation af [name]
|
||||
FinishedLabelNoIcons=Installationsguiden har installeret [name] på din computer.
|
||||
FinishedLabel=Installationsguiden har installeret [name] på din computer. Programmet kan startes ved at vælge de oprettede genveje.
|
||||
ClickFinish=Klik på Færdig for at afslutte installationsprogrammet.
|
||||
FinishedRestartLabel=For at fuldføre installationen af [name], skal din computer genstartes. Vil du genstarte computeren nu?
|
||||
FinishedRestartMessage=For at fuldføre installationen af [name], skal din computer genstartes.%n%nVil du genstarte computeren nu?
|
||||
ShowReadmeCheck=Ja, jeg vil gerne læse README filen
|
||||
YesRadio=&Ja, genstart computeren nu
|
||||
NoRadio=&Nej, jeg genstarter selv computeren senere
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Kør %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=Læs %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=Installationsprogrammet skal bruge den næste disk(ette)
|
||||
SelectDiskLabel2=Indsæt disk nr. %1 og klik OK.%n%nHvis filerne findes i en anden mappe så indtast stien eller klik Gennemse.
|
||||
PathLabel=&Stinavn:
|
||||
FileNotInDir2=Filen "%1" findes ikke i "%2". Indsæt den rigtige disk eller vælg en anden mappe.
|
||||
SelectDirectoryLabel=Angiv placeringen af den næste disk.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=Installationen blev ikke gennemført.%n%nInstaller igen, hent programmet på ny, eller kontakt producenten for hjælp.
|
||||
EntryAbortRetryIgnore=Klik Gentag for at forsøge igen, Ignorer for at fortsætte alligevel, eller Afbryd for at annullere installationen.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Opretter mapper...
|
||||
StatusExtractFiles=Udpakker filer...
|
||||
StatusCreateIcons=Opretter program-genveje...
|
||||
StatusCreateIniEntries=Opretter INI-filer...
|
||||
StatusCreateRegistryEntries=Opdaterer registrerings-databasen...
|
||||
StatusRegisterFiles=Registrerer filer...
|
||||
StatusSavingUninstall=Gemmer information om afinstallation...
|
||||
StatusRunProgram=Færdiggør installation...
|
||||
StatusRollback=Fjerner programmet igen...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Intern fejl: %1
|
||||
ErrorFunctionFailedNoCode=%1 fejlede
|
||||
ErrorFunctionFailed=%1 fejlede; kode %2
|
||||
ErrorFunctionFailedWithMessage=%1 fejlede; kode %2.%n%3
|
||||
ErrorExecutingProgram=Kan ikke udføre filen:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Fejl ved åbning af registreringsnøgle:%n%1\%2
|
||||
ErrorRegCreateKey=Fejl ved oprettelse af registreringsnøgle:%n%1\%2
|
||||
ErrorRegWriteKey=Fejl ved skrivning til registreringsnøgle:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Fejl ved oprettelse af variabel i INI-filen "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Klik Gentag for at prøve igen, Ignorer for at springe filen over (kan normalt ikke anbefales) eller Afbryd for at afslutte installationen.
|
||||
FileAbortRetryIgnore2=Klik Gentag for at prøve igen, Ignorer for at fortsætte alligevel (kan normalt ikke anbefales) eller Afbryd for at afslutte installationen.
|
||||
SourceIsCorrupted=Kildefilen er beskadiget
|
||||
SourceDoesntExist=Kildefilen "%1" findes ikke
|
||||
ExistingFileReadOnly=Den eksisterende fil er markeret som skrivebeskyttet.%n%nKlik Gentag for at prøve igen (efter at du har fjernet skrivebeskyttelsen), Ignorer for at springe filen over eller Afbryd for at afslutte installationen.
|
||||
ErrorReadingExistingDest=Der opsted en fejl ved forsøg på at læse den eksisterende fil:
|
||||
FileExists=Filen eksisterer allerede.%n%nSkal Installationsguiden overskrive den?
|
||||
ExistingFileNewer=Den eksisterende fil er nyere end den installation forsøger at skrive. Det anbefales at beholde den eksisterende fil.%n%n Skal den eksisterende fil beholdes?
|
||||
ErrorChangingAttr=Der opstod en fejl ved forsøg på at ændre attributter for den eksisterende fil:
|
||||
ErrorCreatingTemp=En fejl opstod ved forsøg på at oprette en fil i mappen:
|
||||
ErrorReadingSource=En fejl opstod ved forsøg på at læse kildefilen:
|
||||
ErrorCopying=En fejl opstod ved forsøg på at kopiere en fil:
|
||||
ErrorReplacingExistingFile=En fejl opstod ved forsøg på at overskrive den eksisterende fil:
|
||||
ErrorRestartReplace=Genstart/Erstat fejlede:
|
||||
ErrorRenamingTemp=En fejl opstod ved forsøg på at omdøbe en fil i modtagemappen:
|
||||
ErrorRegisterServer=Kan ikke registrere DLL/OCX: %1
|
||||
ErrorRegSvr32Failed=RegSvr32 fejlede med exit kode %1
|
||||
ErrorRegisterTypeLib=Kan ikke registrere typebiblioteket: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Der opstod en fejl ved forsøg på at åbne README filen.
|
||||
ErrorRestartingComputer=Installationen kunne ikke genstarte computeren. Genstart venligst computeren manuelt.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=Filen "%1" eksisterer ikke. Afinstallationen kan ikke fortsætte.
|
||||
UninstallOpenError=Filen "%1" kunne ikke åbnes. Kan ikke afinstallere
|
||||
UninstallUnsupportedVer=Afinstallations-logfilen "%1" er i et format der ikke kan genkendes af denne version af afinstallations-programmet. Afinstallationen afbrydes
|
||||
UninstallUnknownEntry=Der er en ukendt kommando (%1) i afinstallings-logfilen.
|
||||
ConfirmUninstall=Er du sikker på at %1 og alle tilhørende komponenter skal fjernes fra computeren?
|
||||
UninstallOnlyOnWin64=Denne installation kan kun fjernes på 64-bit Windows-versioner
|
||||
OnlyAdminCanUninstall=Programmet kan kun fjernes af en bruger med administrator-rettigheder.
|
||||
UninstallStatusLabel=Vent venligst imens %1 fjernes.
|
||||
UninstalledAll=%1 er fjernet uden fejl.
|
||||
UninstalledMost=%1 Afinstallation er afsluttet.%n%nNogle filer kunne ikke fjernes. Fjern dem manuelt, hvis du ikke ønsker de skal blive liggende.
|
||||
UninstalledAndNeedsRestart=For at afslutte afinstallation af %1 skal computeren genstartes.%n%nVil du genstarte nu?
|
||||
UninstallDataCorrupted="%1" er beskadiget. Afinstallation kan ikke foretages
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Fjern delt fil?
|
||||
ConfirmDeleteSharedFile2=Systemet mener ikke længere at følgende delte fil(er) benyttes. Skal den/de delte fil(er) fjernes under afinstallationen?%n%nHvis du er usikker så vælg Nej. Beholdes filen på maskinen, vil den ikke gøre nogen skade, men hvis filen fjernes, selv om den stadig anvendes, bliver de programmer, der anvender filen, ustabile
|
||||
SharedFileNameLabel=Filnavn:
|
||||
SharedFileLocationLabel=Placering:
|
||||
WizardUninstalling=Status for afinstallation
|
||||
StatusUninstalling=Afinstallerer %1...
|
||||
|
||||
[CustomMessages]
|
||||
NameAndVersion=%1 version %2
|
||||
AdditionalIcons=Ekstra ikoner:
|
||||
CreateDesktopIcon=Lav ikon på skrive&bordet
|
||||
CreateQuickLaunchIcon=Lav &hurtigstart-ikon
|
||||
ProgramOnTheWeb=%1 på internettet
|
||||
UninstallProgram=Afinstaller (fjern) %1
|
||||
LaunchProgram=&Kør %1
|
||||
AssocFileExtension=Sammen&kæd %1 med filtypen %2
|
||||
AssocingFileExtension=Sammenkæder %1 med filtypen %2...
|
297
Greenshot/tools/innosetup/Languages/Dutch.isl
Normal file
297
Greenshot/tools/innosetup/Languages/Dutch.isl
Normal file
|
@ -0,0 +1,297 @@
|
|||
; *** Inno Setup version 5.1.11+ Dutch messages ***
|
||||
;
|
||||
; This file is based on user-contributed translations by various authors
|
||||
;
|
||||
; Maintained by Martijn Laan (mlaan@jrsoftware.org)
|
||||
;
|
||||
; $jrsoftware: issrc/Files/Languages/Dutch.isl,v 1.27 2010/03/25 09:49:38 mlaan Exp $
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=Nederlands
|
||||
LanguageID=$0413
|
||||
LanguageCodePage=1252
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Setup
|
||||
SetupWindowTitle=Setup - %1
|
||||
UninstallAppTitle=Verwijderen
|
||||
UninstallAppFullTitle=%1 verwijderen
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Informatie
|
||||
ConfirmTitle=Bevestigen
|
||||
ErrorTitle=Fout
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Hiermee wordt %1 geïnstalleerd. Wilt u doorgaan?
|
||||
LdrCannotCreateTemp=Kan geen tijdelijk bestand maken. Setup wordt afgesloten
|
||||
LdrCannotExecTemp=Kan een bestand in de tijdelijke map niet uitvoeren. Setup wordt afgesloten
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nFout %2: %3
|
||||
SetupFileMissing=Het bestand %1 ontbreekt in de installatiemap. Corrigeer dit probleem of gebruik een andere kopie van het programma.
|
||||
SetupFileCorrupt=De installatiebestanden zijn beschadigd. Gebruik een andere kopie van het programma.
|
||||
SetupFileCorruptOrWrongVer=De installatiebestanden zijn beschadigd, of zijn niet compatibel met deze versie van Setup. Corrigeer dit probleem of gebruik een andere kopie van het programma.
|
||||
NotOnThisPlatform=Dit programma kan niet worden uitgevoerd onder %1.
|
||||
OnlyOnThisPlatform=Dit programma moet worden uitgevoerd onder %1.
|
||||
OnlyOnTheseArchitectures=Dit programma kan alleen geïnstalleerd worden onder versies van Windows ontworpen voor de volgende processor architecturen:%n%n%1
|
||||
MissingWOW64APIs=De versie van Windows die u gebruikt bevat niet de door Setup benodige functionaliteit om een 64-bit installatie uit te voeren. Installeer Service Pack %1 om dit probleem te corrigeren.
|
||||
WinVersionTooLowError=Dit programma vereist %1 versie %2 of hoger.
|
||||
WinVersionTooHighError=Dit programma kan niet worden geïnstalleerd onder %1 versie %2 of hoger.
|
||||
AdminPrivilegesRequired=U moet aangemeld zijn als een systeembeheerder om dit programma te kunnen installeren.
|
||||
PowerUserPrivilegesRequired=U moet ingelogd zijn als systeembeheerder of als gebruiker met systeembeheerders rechten om dit programma te kunnen installeren.
|
||||
SetupAppRunningError=Setup heeft vastgesteld dat %1 op dit moment actief is.%n%nSluit alle vensters van dit programma, en klik daarna op OK om verder te gaan, of op Annuleren om Setup af te sluiten.
|
||||
UninstallAppRunningError=Het verwijderprogramma heeft vastgesteld dat %1 op dit moment actief is.%n%nSluit alle vensters van dit programma, en klik daarna op OK om verder te gaan, of op Annuleren om het verwijderen af te breken.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=Setup kan de map "%1" niet maken
|
||||
ErrorTooManyFilesInDir=Kan geen bestand maken in de map "%1" omdat deze te veel bestanden bevat
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Setup afsluiten
|
||||
ExitSetupMessage=Setup is niet voltooid. Als u nu afsluit, wordt het programma niet geïnstalleerd.%n%nU kunt Setup later opnieuw uitvoeren om de installatie te voltooien.%n%nSetup afsluiten?
|
||||
AboutSetupMenuItem=&Over Setup...
|
||||
AboutSetupTitle=Over Setup
|
||||
AboutSetupMessage=%1 versie %2%n%3%n%n%1-homepage:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=Dutch translation maintained by Martijn Laan (mlaan@jrsoftware.org)
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< Vo&rige
|
||||
ButtonNext=&Volgende >
|
||||
ButtonInstall=&Installeren
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Annuleren
|
||||
ButtonYes=&Ja
|
||||
ButtonYesToAll=Ja op &alles
|
||||
ButtonNo=&Nee
|
||||
ButtonNoToAll=N&ee op alles
|
||||
ButtonFinish=&Voltooien
|
||||
ButtonBrowse=&Bladeren...
|
||||
ButtonWizardBrowse=B&laderen...
|
||||
ButtonNewFolder=&Nieuwe map maken
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Taalkeuze voor Setup
|
||||
SelectLanguageLabel=Selecteer de taal welke Setup gebruikt tijdens de installatie:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Klik op Volgende om verder te gaan of op Annuleren om Setup af te sluiten.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Map Selecteren
|
||||
BrowseDialogLabel=Selecteer een map in onderstaande lijst en klik daarna op OK.
|
||||
NewFolderName=Nieuwe map
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Welkom bij het installatieprogramma van [name].
|
||||
WelcomeLabel2=Hiermee wordt [name/ver] geïnstalleerd op deze computer.%n%nU wordt aanbevolen alle actieve programma's af te sluiten voordat u verder gaat.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Wachtwoord
|
||||
PasswordLabel1=Deze installatie is beveiligd met een wachtwoord.
|
||||
PasswordLabel3=Voer het wachtwoord in en klik op Volgende om verder te gaan. Wachtwoorden zijn hoofdlettergevoelig.
|
||||
PasswordEditLabel=&Wachtwoord:
|
||||
IncorrectPassword=Het ingevoerde wachtwoord is niet correct. Probeer het opnieuw.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Licentieovereenkomst
|
||||
LicenseLabel=Lees de volgende belangrijke informatie voordat u verder gaat.
|
||||
LicenseLabel3=Lees de volgende licentieovereenkomst. Gebruik de schuifbalk of druk op de knop Page Down om de rest van de overeenkomst te zien.
|
||||
LicenseAccepted=Ik &accepteer de licentieovereenkomst
|
||||
LicenseNotAccepted=Ik accepteer de licentieovereenkomst &niet
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Informatie
|
||||
InfoBeforeLabel=Lees de volgende belangrijke informatie voordat u verder gaat.
|
||||
InfoBeforeClickLabel=Klik op Volgende als u gereed bent om verder te gaan met Setup.
|
||||
WizardInfoAfter=Informatie
|
||||
InfoAfterLabel=Lees de volgende belangrijke informatie voordat u verder gaat.
|
||||
InfoAfterClickLabel=Klik op Volgende als u gereed bent om verder te gaan met Setup.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Gebruikersinformatie
|
||||
UserInfoDesc=Vul hier uw informatie in.
|
||||
UserInfoName=&Gebruikersnaam:
|
||||
UserInfoOrg=&Organisatie:
|
||||
UserInfoSerial=&Serienummer:
|
||||
UserInfoNameRequired=U moet een naam invullen.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Kies de doelmap
|
||||
SelectDirDesc=Waar moet [name] geïnstalleerd worden?
|
||||
SelectDirLabel3=Setup zal [name] in de volgende map installeren.
|
||||
SelectDirBrowseLabel=Klik op Volgende om door te gaan. Klik op Bladeren om een andere map te kiezen.
|
||||
DiskSpaceMBLabel=Er is ten minste [mb] MB vrije schijfruimte vereist.
|
||||
ToUNCPathname=Setup kan niet installeren naar een UNC-padnaam. Als u wilt installeren naar een netwerk, moet u een netwerkverbinding maken.
|
||||
InvalidPath=U moet een volledig pad met stationsletter invoeren; bijvoorbeeld:%nC:\APP%n%nof een UNC pad zoals:%n%n\\server\share
|
||||
InvalidDrive=Het geselecteerde station bestaat niet. Kies een ander station.
|
||||
DiskSpaceWarningTitle=Onvoldoende schijfruimte
|
||||
DiskSpaceWarning=Setup vereist ten minste %1 kB vrije schijfruimte voor het installeren, maar het geselecteerde station heeft slechts %2 kB beschikbaar.%n%nWilt u toch doorgaan?
|
||||
DirNameTooLong=De mapnaam of het pad is te lang.
|
||||
InvalidDirName=De mapnaam is ongeldig.
|
||||
BadDirName32=Mapnamen mogen geen van de volgende tekens bevatten:%n%n%1
|
||||
DirExistsTitle=Map bestaat al
|
||||
DirExists=De map:%n%n%1%n%nbestaat al. Wilt u toch naar die map installeren?
|
||||
DirDoesntExistTitle=Map bestaat niet
|
||||
DirDoesntExist=De map:%n%n%1%n%nbestaat niet. Wilt u de map aanmaken?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Selecteer componenten
|
||||
SelectComponentsDesc=Welke componenten moeten geïnstalleerd worden?
|
||||
SelectComponentsLabel2=Selecteer de componenten die u wilt installeren. Klik op Volgende als u klaar bent om verder te gaan.
|
||||
FullInstallation=Volledige installatie
|
||||
CompactInstallation=Compacte installatie
|
||||
CustomInstallation=Aangepaste installatie
|
||||
NoUninstallWarningTitle=Component bestaat
|
||||
NoUninstallWarning=Setup heeft gedetecteerd dat de volgende componenten al geïnstalleerd zijn op uw computer:%n%n%1%n%nAls u de selectie van deze componenten ongedaan maakt, worden ze niet verwijderd.%n%nWilt u toch doorgaan?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=De huidige selectie vereist ten minste [mb] MB vrije schijfruimte.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Selecteer extra taken
|
||||
SelectTasksDesc=Welke extra taken moeten uitgevoerd worden?
|
||||
SelectTasksLabel2=Selecteer de extra taken die u door Setup wilt laten uitvoeren bij het installeren van [name], en klik vervolgens op Volgende.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Selecteer menu Start map
|
||||
SelectStartMenuFolderDesc=Waar moeten de snelkoppelingen van het programma geplaatst worden?
|
||||
SelectStartMenuFolderLabel3=Setup plaatst de snelkoppelingen van het programma in de volgende menu Start map.
|
||||
SelectStartMenuFolderBrowseLabel=Klik op Volgende om door te gaan. Klik op Bladeren om een andere map te kiezen.
|
||||
MustEnterGroupName=U moet een mapnaam invoeren.
|
||||
GroupNameTooLong=De mapnaam of het pad is te lang.
|
||||
InvalidGroupName=De mapnaam is ongeldig.
|
||||
BadGroupName=De mapnaam mag geen van de volgende tekens bevatten:%n%n%1
|
||||
NoProgramGroupCheck2=&Geen menu Start map maken
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Het voorbereiden van de installatie is gereed
|
||||
ReadyLabel1=Setup is nu gereed om te beginnen met het installeren van [name] op deze computer.
|
||||
ReadyLabel2a=Klik op Installeren om verder te gaan met installeren, of klik op Vorige als u instellingen wilt terugzien of veranderen.
|
||||
ReadyLabel2b=Klik op Installeren om verder te gaan met installeren.
|
||||
ReadyMemoUserInfo=Gebruikersinformatie:
|
||||
ReadyMemoDir=Doelmap:
|
||||
ReadyMemoType=Installatietype:
|
||||
ReadyMemoComponents=Geselecteerde componenten:
|
||||
ReadyMemoGroup=Menu Start map:
|
||||
ReadyMemoTasks=Extra taken:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Bezig met het voorbereiden van de installatie
|
||||
PreparingDesc=Bezig met het voorbereiden van [name] installatie.
|
||||
PreviousInstallNotCompleted=De installatie/verwijdering van een vorig programma is niet voltooid. U moet uw computer opnieuw opstarten om die installatie te voltooien.%n%nStart [name] Setup nogmaals als uw computer opnieuw is opgestart.
|
||||
CannotContinue=Setup kan niet doorgaan. Klik op annuleren om af te sluiten.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Bezig met installeren
|
||||
InstallingLabel=Setup installeert [name] op uw computer. Een ogenblik geduld...
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Setup heeft het installeren van [name] op deze computer voltooid.
|
||||
FinishedLabelNoIcons=Setup heeft het installeren van [name] op deze computer voltooid.
|
||||
FinishedLabel=Setup heeft het installeren van [name] op deze computer voltooid. U kunt het programma uitvoeren met de geïnstalleerde snelkoppelingen.
|
||||
ClickFinish=Klik op Voltooien om Setup te beëindigen.
|
||||
FinishedRestartLabel=Setup moet de computer opnieuw opstarten om de installatie van [name] te voltooien. Wilt u nu opnieuw opstarten?
|
||||
FinishedRestartMessage=Setup moet uw computer opnieuw opstarten om de installatie van [name] te voltooien.%n%nWilt u nu opnieuw opstarten?
|
||||
ShowReadmeCheck=Ja, ik wil het bestand Leesmij zien
|
||||
YesRadio=&Ja, start de computer nu opnieuw op
|
||||
NoRadio=&Nee, ik start de computer later opnieuw op
|
||||
RunEntryExec=Start %1
|
||||
RunEntryShellExec=Bekijk %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=Setup heeft de volgende diskette nodig
|
||||
SelectDiskLabel2=Voer diskette %1 in en klik op OK.%n%nAls de bestanden op deze diskette in een andere map gevonden kunnen worden dan die hieronder wordt getoond, voer dan het juiste pad in of klik op Bladeren.
|
||||
PathLabel=&Pad:
|
||||
FileNotInDir2=Kan het bestand "%1" niet vinden in "%2". Voer de juiste diskette in of kies een andere map.
|
||||
SelectDirectoryLabel=Geef de locatie van de volgende diskette.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=Setup is niet voltooid.%n%nCorrigeer het probleem en voer Setup opnieuw uit.
|
||||
EntryAbortRetryIgnore=Klik op Opnieuw om het opnieuw te proberen, op Negeren om toch door te gaan, of op Afbreken om de installatie af te breken.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Mappen maken...
|
||||
StatusExtractFiles=Bestanden uitpakken...
|
||||
StatusCreateIcons=Snelkoppelingen maken...
|
||||
StatusCreateIniEntries=INI-gegevens instellen...
|
||||
StatusCreateRegistryEntries=Registergegevens instellen...
|
||||
StatusRegisterFiles=Bestanden registreren...
|
||||
StatusSavingUninstall=Verwijderingsinformatie opslaan...
|
||||
StatusRunProgram=Installatie voltooien...
|
||||
StatusRollback=Veranderingen ongedaan maken...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Interne fout: %1
|
||||
ErrorFunctionFailedNoCode=%1 mislukt
|
||||
ErrorFunctionFailed=%1 mislukt; code %2
|
||||
ErrorFunctionFailedWithMessage=%1 mislukt; code %2.%n%3
|
||||
ErrorExecutingProgram=Kan bestand niet uitvoeren:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Fout bij het openen van registersleutel:%n%1\%2
|
||||
ErrorRegCreateKey=Fout bij het maken van registersleutel:%n%1\%2
|
||||
ErrorRegWriteKey=Fout bij het schrijven naar registersleutel:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Fout bij het maken van een INI-instelling in bestand "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Klik op Opnieuw om het opnieuw te proberen, op Negeren om toch door te gaan (niet aanbevolen), of op Afbreken om de installatie af te breken.
|
||||
FileAbortRetryIgnore2=Klik op Opnieuw om het opnieuw te proberen, op Negeren om toch door te gaan (niet aanbevolen), of op Afbreken om de installatie af te breken.
|
||||
SourceIsCorrupted=Het bronbestand is beschadigd
|
||||
SourceDoesntExist=Het bronbestand "%1" bestaat niet
|
||||
ExistingFileReadOnly=Het bestaande bestand is gemarkeerd als alleen-lezen.%n%nKlik op Opnieuw om het kenmerk alleen-lezen te verwijderen en opnieuw te proberen, op Negeren om dit bestand over te slaan, of op Afbreken om de installatie af te breken.
|
||||
ErrorReadingExistingDest=Er is een fout opgetreden bij het lezen van het bestaande bestand:
|
||||
FileExists=Het bestand bestaat al.%n%nWilt u dat Setup het overschrijft?
|
||||
ExistingFileNewer=Het bestaande bestand is nieuwer dan het bestand dat Setup probeert te installeren. U wordt aanbevolen het bestaande bestand te behouden.%n%nWilt u het bestaande bestand behouden?
|
||||
ErrorChangingAttr=Er is een fout opgetreden bij het wijzigen van de kenmerken van het bestaande bestand:
|
||||
ErrorCreatingTemp=Er is een fout opgetreden bij het maken van een bestand in de doelmap:
|
||||
ErrorReadingSource=Er is een fout opgetreden bij het lezen van het bronbestand:
|
||||
ErrorCopying=Er is een fout opgetreden bij het kopiëren van een bestand:
|
||||
ErrorReplacingExistingFile=Er is een fout opgetreden bij het vervangen van het bestaande bestand:
|
||||
ErrorRestartReplace=Vervangen na opnieuw starten is mislukt:
|
||||
ErrorRenamingTemp=Er is een fout opgetreden bij het hernoemen van een bestand in de doelmap:
|
||||
ErrorRegisterServer=Kan de DLL/OCX niet registreren: %1
|
||||
ErrorRegSvr32Failed=RegSvr32 mislukt met afsluitcode %1
|
||||
ErrorRegisterTypeLib=Kan de type library niet registreren: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Er is een fout opgetreden bij het openen van het Leesmij-bestand.
|
||||
ErrorRestartingComputer=Setup kan de computer niet opnieuw opstarten. Doe dit handmatig.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=Bestand "%1" bestaat niet. Kan het programma niet verwijderen.
|
||||
UninstallUnsupportedVer=Het installatie-logbestand "%1" heeft een formaat dat niet herkend wordt door deze versie van het verwijderprogramma. Kan het programma niet verwijderen
|
||||
UninstallUnknownEntry=Er is een onbekend gegeven (%1) aangetroffen in het installatie-logbestand
|
||||
ConfirmUninstall=Weet u zeker dat u %1 en alle bijbehorende componenten wilt verwijderen?
|
||||
UninstallOnlyOnWin64=Deze installatie kan alleen worden verwijderd onder 64-bit Windows.
|
||||
OnlyAdminCanUninstall=Deze installatie kan alleen worden verwijderd door een gebruiker met administratieve rechten.
|
||||
UninstallStatusLabel=%1 wordt verwijderd van uw computer. Een ogenblik geduld.
|
||||
UninstallOpenError=Bestand "%1" kon niet worden geopend. Kan het verwijderen niet voltooien.
|
||||
UninstalledAll=%1 is met succes van deze computer verwijderd.
|
||||
UninstalledMost=Het verwijderen van %1 is voltooid.%n%nEnkele elementen konden niet verwijderd worden. Deze kunnen handmatig verwijderd worden.
|
||||
UninstalledAndNeedsRestart=Om het verwijderen van %1 te voltooien, moet uw computer opnieuw worden opgestart.%n%nWilt u nu opnieuw opstarten?
|
||||
UninstallDataCorrupted="%1" bestand is beschadigd. Kan verwijderen niet voltooien
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Gedeeld bestand verwijderen?
|
||||
ConfirmDeleteSharedFile2=Het systeem geeft aan dat het volgende gedeelde bestand niet langer gebruikt wordt door enig programma. Wilt u dat dit gedeelde bestand verwijderd wordt?%n%nAls dit bestand toch nog gebruikt wordt door een programma en het verwijderd wordt, werkt dat programma misschien niet meer correct. Als u het niet zeker weet, kies dan Nee. Bewaren van het bestand op dit systeem is niet schadelijk.
|
||||
SharedFileNameLabel=Bestandsnaam:
|
||||
SharedFileLocationLabel=Locatie:
|
||||
WizardUninstalling=Verwijderingsstatus
|
||||
StatusUninstalling=Verwijderen van %1...
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 versie %2
|
||||
AdditionalIcons=Extra snelkoppelingen:
|
||||
CreateDesktopIcon=Maak een snelkoppeling op het &bureaublad
|
||||
CreateQuickLaunchIcon=Maak een snelkoppeling op de &Snel starten werkbalk
|
||||
ProgramOnTheWeb=%1 op het Web
|
||||
UninstallProgram=Verwijder %1
|
||||
LaunchProgram=&Start %1
|
||||
AssocFileExtension=&Koppel %1 aan de %2 bestandsextensie
|
||||
AssocingFileExtension=Bezig met koppelen van %1 aan de %2 bestandsextensie...
|
296
Greenshot/tools/innosetup/Languages/Finnish.isl
Normal file
296
Greenshot/tools/innosetup/Languages/Finnish.isl
Normal file
|
@ -0,0 +1,296 @@
|
|||
; *** Inno Setup version 5.1.11+ Finnish messages ***
|
||||
;
|
||||
; Finnish translation by Antti Karttunen
|
||||
; E-mail: antti.karttunen@joensuu.fi
|
||||
; Translation home page: http://cc.joensuu.fi/~ankarttu/innosetup/
|
||||
; Last modification date: 2008-04-23
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=Suomi
|
||||
LanguageID=$040B
|
||||
LanguageCodePage=1252
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Asennus
|
||||
SetupWindowTitle=%1 - Asennus
|
||||
UninstallAppTitle=Asennuksen poisto
|
||||
UninstallAppFullTitle=%1 - Asennuksen poisto
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Ilmoitus
|
||||
ConfirmTitle=Varmistus
|
||||
ErrorTitle=Virhe
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Tällä asennusohjelmalla asennetaan %1. Haluatko jatkaa?
|
||||
LdrCannotCreateTemp=Väliaikaistiedostoa ei voitu luoda. Asennus keskeytettiin
|
||||
LdrCannotExecTemp=Väliaikaisessa hakemistossa olevaa tiedostoa ei voitu suorittaa. Asennus keskeytettiin
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nVirhe %2: %3
|
||||
SetupFileMissing=Tiedostoa %1 ei löydy asennushakemistosta. Korjaa ongelma tai hanki uusi kopio ohjelmasta.
|
||||
SetupFileCorrupt=Asennustiedostot ovat vaurioituneet. Hanki uusi kopio ohjelmasta.
|
||||
SetupFileCorruptOrWrongVer=Asennustiedostot ovat vaurioituneet tai ovat epäyhteensopivia tämän Asennuksen version kanssa. Korjaa ongelma tai hanki uusi kopio ohjelmasta.
|
||||
NotOnThisPlatform=Tämä ohjelma ei toimi %1-käyttöjärjestelmässä.
|
||||
OnlyOnThisPlatform=Tämä ohjelma toimii vain %1-käyttöjärjestelmässä.
|
||||
OnlyOnTheseArchitectures=Tämä ohjelma voidaan asentaa vain niihin Windowsin versioihin, jotka on suunniteltu seuraaville prosessorityypeille:%n%n%1
|
||||
MissingWOW64APIs=Tämä Windowsin versio ei sisällä ominaisuuksia, joita Asennus tarvitsee suorittaakseen 64-bittisen asennuksen. Korjaa ongelma asentamalla Service Pack %1.
|
||||
WinVersionTooLowError=Tämä ohjelma vaatii version %2 tai myöhemmän %1-käyttöjärjestelmästä.
|
||||
WinVersionTooHighError=Tätä ohjelmaa ei voi asentaa %1-käyttöjärjestelmän versioon %2 tai myöhempään.
|
||||
AdminPrivilegesRequired=Sinun täytyy kirjautua sisään järjestelmänvalvojana asentaaksesi tämän ohjelman.
|
||||
PowerUserPrivilegesRequired=Sinun täytyy kirjautua sisään järjestelmänvalvojana tai tehokäyttäjänä asentaaksesi tämän ohjelman.
|
||||
SetupAppRunningError=Asennus löysi käynnissä olevan kopion ohjelmasta %1.%n%nSulje kaikki käynnissä olevat kopiot ohjelmasta ja valitse OK jatkaaksesi, tai valitse Peruuta poistuaksesi.
|
||||
UninstallAppRunningError=Asennuksen poisto löysi käynnissä olevan kopion ohjelmasta %1.%n%nSulje kaikki käynnissä olevat kopiot ohjelmasta ja valitse OK jatkaaksesi, tai valitse Peruuta poistuaksesi.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=Asennus ei voinut luoda hakemistoa "%1"
|
||||
ErrorTooManyFilesInDir=Tiedoston luominen hakemistoon "%1" epäonnistui, koska se sisältää liian monta tiedostoa
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Poistu Asennuksesta
|
||||
ExitSetupMessage=Asennus ei ole valmis. Jos lopetat nyt, ohjelmaa ei asenneta.%n%nVoit ajaa Asennuksen toiste asentaaksesi ohjelman.%n%nLopetetaanko Asennus?
|
||||
AboutSetupMenuItem=&Tietoja Asennuksesta...
|
||||
AboutSetupTitle=Tietoja Asennuksesta
|
||||
AboutSetupMessage=%1 versio %2%n%3%n%n%1 -ohjelman kotisivu:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=Suomenkielinen käännös: Antti Karttunen (antti.karttunen@joensuu.fi)
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Takaisin
|
||||
ButtonNext=&Seuraava >
|
||||
ButtonInstall=&Asenna
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Peruuta
|
||||
ButtonYes=&Kyllä
|
||||
ButtonYesToAll=Kyllä k&aikkiin
|
||||
ButtonNo=&Ei
|
||||
ButtonNoToAll=E&i kaikkiin
|
||||
ButtonFinish=&Lopeta
|
||||
ButtonBrowse=S&elaa...
|
||||
ButtonWizardBrowse=S&elaa...
|
||||
ButtonNewFolder=&Luo uusi kansio
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Valitse Asennuksen kieli
|
||||
SelectLanguageLabel=Valitse asentamisen aikana käytettävä kieli:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Valitse Seuraava jatkaaksesi tai Peruuta poistuaksesi.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Selaa kansioita
|
||||
BrowseDialogLabel=Valitse kansio allaolevasta listasta ja valitse sitten OK jatkaaksesi.
|
||||
NewFolderName=Uusi kansio
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Tervetuloa [name] -asennusohjelmaan.
|
||||
WelcomeLabel2=Tällä asennusohjelmalla koneellesi asennetaan [name/ver]. %n%nOn suositeltavaa, että suljet kaikki muut käynnissä olevat sovellukset ennen jatkamista. Tämä auttaa välttämään ristiriitatilanteita asennuksen aikana.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Salasana
|
||||
PasswordLabel1=Tämä asennusohjelma on suojattu salasanalla.
|
||||
PasswordLabel3=Anna salasana ja valitse sitten Seuraava jatkaaksesi.%n%nIsot ja pienet kirjaimet ovat eriarvoisia.
|
||||
PasswordEditLabel=&Salasana:
|
||||
IncorrectPassword=Antamasi salasana oli virheellinen. Anna salasana uudelleen.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Käyttöoikeussopimus
|
||||
LicenseLabel=Lue seuraava tärkeä tiedotus ennen kuin jatkat.
|
||||
LicenseLabel3=Lue seuraava käyttöoikeussopimus tarkasti. Sinun täytyy hyväksyä sopimus, jos haluat jatkaa asentamista.
|
||||
LicenseAccepted=&Hyväksyn sopimuksen
|
||||
LicenseNotAccepted=&En hyväksy sopimusta
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Tiedotus
|
||||
InfoBeforeLabel=Lue seuraava tärkeä tiedotus ennen kuin jatkat.
|
||||
InfoBeforeClickLabel=Kun olet valmis jatkamaan asentamista, valitse Seuraava.
|
||||
WizardInfoAfter=Tiedotus
|
||||
InfoAfterLabel=Lue seuraava tärkeä tiedotus ennen kuin jatkat.
|
||||
InfoAfterClickLabel=Kun olet valmis jatkamaan asentamista, valitse Seuraava.
|
||||
|
||||
; *** "Select Destination Directory" wizard page
|
||||
WizardUserInfo=Käyttäjätiedot
|
||||
UserInfoDesc=Anna pyydetyt tiedot.
|
||||
UserInfoName=Käyttäjän &nimi:
|
||||
UserInfoOrg=&Yritys:
|
||||
UserInfoSerial=&Tunnuskoodi:
|
||||
UserInfoNameRequired=Sinun täytyy antaa nimi.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Valitse kohdekansio
|
||||
SelectDirDesc=Mihin [name] asennetaan?
|
||||
SelectDirLabel3=[name] asennetaan tähän kansioon.
|
||||
SelectDirBrowseLabel=Valitse Seuraava jatkaaksesi. Jos haluat vaihtaa kansiota, valitse Selaa.
|
||||
DiskSpaceMBLabel=Vapaata levytilaa tarvitaan vähintään [mb] Mt.
|
||||
ToUNCPathname=Asennus ei osaa käyttää UNC-polunnimiä. Jos haluat asentaa ohjelman verkkolevylle, yhdistä verkkoasema ensin levyasematunnukseen.
|
||||
InvalidPath=Anna täydellinen polku levyaseman kirjaimen kanssa. Esimerkiksi %nC:\OHJELMA%n%ntai UNC-polku muodossa %n%n\\palvelin\resurssi
|
||||
InvalidDrive=Valitsemaasi asemaa tai UNC-polkua ei ole olemassa tai sitä ei voi käyttää. Valitse toinen asema tai UNC-polku.
|
||||
DiskSpaceWarningTitle=Ei tarpeeksi vapaata levytilaa
|
||||
DiskSpaceWarning=Asennus vaatii vähintään %1 kt vapaata levytilaa, mutta valitulla levyasemalla on vain %2 kt vapaata levytilaa.%n%nHaluatko jatkaa tästä huolimatta?
|
||||
DirNameTooLong=Kansion nimi tai polku on liian pitkä.
|
||||
InvalidDirName=Virheellinen kansion nimi.
|
||||
BadDirName32=Kansion nimessä ei saa olla seuraavia merkkejä:%n%n%1
|
||||
DirExistsTitle=Kansio on olemassa
|
||||
DirExists=Kansio:%n%n%1%n%non jo olemassa. Haluatko kuitenkin suorittaa asennuksen tähän kansioon?
|
||||
DirDoesntExistTitle=Kansiota ei ole olemassa
|
||||
DirDoesntExist=Kansiota%n%n%1%n%nei ole olemassa. Luodaanko kansio?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Valitse asennettavat osat
|
||||
SelectComponentsDesc=Mitkä osat asennetaan?
|
||||
SelectComponentsLabel2=Valitse ne osat, jotka haluat asentaa, ja poista niiden osien valinta, joita et halua asentaa. Valitse Seuraava, kun olet valmis.
|
||||
FullInstallation=Normaali asennus
|
||||
CompactInstallation=Suppea asennus
|
||||
CustomInstallation=Mukautettu asennus
|
||||
NoUninstallWarningTitle=Asennettuja osia löydettiin
|
||||
NoUninstallWarning=Seuraavat osat on jo asennettu koneelle:%n%n%1%n%nNäiden osien valinnan poistaminen ei poista niitä koneelta.%n%nHaluatko jatkaa tästä huolimatta?
|
||||
ComponentSize1=%1 kt
|
||||
ComponentSize2=%1 Mt
|
||||
ComponentsDiskSpaceMBLabel=Nykyiset valinnat vaativat vähintään [mb] Mt levytilaa.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Valitse muut toiminnot
|
||||
SelectTasksDesc=Mitä muita toimintoja suoritetaan?
|
||||
SelectTasksLabel2=Valitse muut toiminnot, jotka haluat Asennuksen suorittavan samalla kun [name] asennetaan. Valitse Seuraava, kun olet valmis.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Valitse Käynnistä-valikon kansio
|
||||
SelectStartMenuFolderDesc=Mihin ohjelman pikakuvakkeet sijoitetaan?
|
||||
SelectStartMenuFolderLabel3=Ohjelman pikakuvakkeet luodaan tähän Käynnistä-valikon kansioon.
|
||||
SelectStartMenuFolderBrowseLabel=Valitse Seuraava jatkaaksesi. Jos haluat vaihtaa kansiota, valitse Selaa.
|
||||
MustEnterGroupName=Kansiolle pitää antaa nimi.
|
||||
GroupNameTooLong=Kansion nimi tai polku on liian pitkä.
|
||||
InvalidGroupName=Virheellinen kansion nimi.
|
||||
BadGroupName=Kansion nimessä ei saa olla seuraavia merkkejä:%n%n%1
|
||||
NoProgramGroupCheck2=Älä luo k&ansiota Käynnistä-valikkoon
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Valmiina asennukseen
|
||||
ReadyLabel1=[name] on nyt valmis asennettavaksi.
|
||||
ReadyLabel2a=Valitse Asenna jatkaaksesi asentamista tai valitse Takaisin, jos haluat tarkastella tekemiäsi asetuksia tai muuttaa niitä.
|
||||
ReadyLabel2b=Valitse Asenna jatkaaksesi asentamista.
|
||||
ReadyMemoUserInfo=Käyttäjätiedot:
|
||||
ReadyMemoDir=Kohdekansio:
|
||||
ReadyMemoType=Asennustyyppi:
|
||||
ReadyMemoComponents=Asennettavaksi valitut osat:
|
||||
ReadyMemoGroup=Käynnistä-valikon kansio:
|
||||
ReadyMemoTasks=Muut toiminnot:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Valmistellaan asennusta
|
||||
PreparingDesc=Valmistaudutaan asentamaan [name] koneellesi.
|
||||
PreviousInstallNotCompleted=Edellisen ohjelman asennus tai asennuksen poisto ei ole valmis. Sinun täytyy käynnistää kone uudelleen viimeistelläksesi edellisen asennuksen.%n%nAja [name] -asennusohjelma uudestaan, kun olet käynnistänyt koneen uudelleen.
|
||||
CannotContinue=Asennusta ei voida jatkaa. Valitse Peruuta poistuaksesi.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Asennus käynnissä
|
||||
InstallingLabel=Odota, kun [name] asennetaan koneellesi.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=[name] - Asennuksen viimeistely
|
||||
FinishedLabelNoIcons=[name] on nyt asennettu koneellesi.
|
||||
FinishedLabel=[name] on nyt asennettu. Sovellus voidaan käynnistää valitsemalla jokin asennetuista kuvakkeista.
|
||||
ClickFinish=Valitse Lopeta poistuaksesi Asennuksesta.
|
||||
FinishedRestartLabel=Jotta [name] saataisiin asennettua loppuun, pitää kone käynnistää uudelleen. Haluatko käynnistää koneen uudelleen nyt?
|
||||
FinishedRestartMessage=Jotta [name] saataisiin asennettua loppuun, pitää kone käynnistää uudelleen.%n%nHaluatko käynnistää koneen uudelleen nyt?
|
||||
ShowReadmeCheck=Kyllä, haluan nähdä LUEMINUT-tiedoston
|
||||
YesRadio=&Kyllä, käynnistä kone uudelleen
|
||||
NoRadio=&Ei, käynnistän koneen uudelleen myöhemmin
|
||||
RunEntryExec=Käynnistä %1
|
||||
RunEntryShellExec=Näytä %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=Asennus tarvitsee seuraavan levykkeen
|
||||
SelectDiskLabel2=Aseta levyke %1 asemaan ja valitse OK. %n%nJos joku toinen kansio sisältää levykkeen tiedostot, anna oikea polku tai valitse Selaa.
|
||||
PathLabel=&Polku:
|
||||
FileNotInDir2=Tiedostoa "%1" ei löytynyt lähteestä "%2". Aseta oikea levyke asemaan tai valitse toinen kansio.
|
||||
SelectDirectoryLabel=Määritä seuraavan levykkeen sisällön sijainti.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=Asennusta ei suoritettu loppuun.%n%nKorjaa ongelma ja suorita Asennus uudelleen.
|
||||
EntryAbortRetryIgnore=Valitse Uudelleen yrittääksesi uudelleen, Ohita jatkaaksesi kaikesta huolimatta tai Hylkää peruuttaaksesi asennuksen.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Luodaan hakemistoja...
|
||||
StatusExtractFiles=Puretaan tiedostoja...
|
||||
StatusCreateIcons=Luodaan pikakuvakkeita...
|
||||
StatusCreateIniEntries=Luodaan INI-merkintöjä...
|
||||
StatusCreateRegistryEntries=Luodaan rekisterimerkintöjä...
|
||||
StatusRegisterFiles=Rekisteröidään tiedostoja...
|
||||
StatusSavingUninstall=Tallennetaan Asennuksen poiston tietoja...
|
||||
StatusRunProgram=Viimeistellään asennusta...
|
||||
StatusRollback=Peruutetaan tehdyt muutokset...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Sisäinen virhe: %1
|
||||
ErrorFunctionFailedNoCode=%1 epäonnistui
|
||||
ErrorFunctionFailed=%1 epäonnistui; virhekoodi %2
|
||||
ErrorFunctionFailedWithMessage=%1 epäonnistui; virhekoodi %2.%n%3
|
||||
ErrorExecutingProgram=Virhe suoritettaessa tiedostoa%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Virhe avattaessa rekisteriavainta%n%1\%2
|
||||
ErrorRegCreateKey=Virhe luotaessa rekisteriavainta%n%1\%2
|
||||
ErrorRegWriteKey=Virhe kirjoitettaessa rekisteriavaimeen%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Virhe luotaessa INI-merkintää tiedostoon "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Valitse Uudelleen yrittääksesi uudelleen, Ohita ohittaaksesi tämän tiedoston (ei suositeltavaa) tai Hylkää peruuttaaksesi asennuksen.
|
||||
FileAbortRetryIgnore2=Valitse Uudelleen yrittääksesi uudelleen, Ohita jatkaaksesi kaikesta huolimatta (ei suositeltavaa) tai Hylkää peruuttaaksesi asennuksen.
|
||||
SourceIsCorrupted=Lähdetiedosto on vaurioitunut
|
||||
SourceDoesntExist=Lähdetiedostoa "%1" ei ole olemassa
|
||||
ExistingFileReadOnly=Nykyinen tiedosto on Vain luku -tiedosto.%n%nValitse Uudelleen poistaaksesi Vain luku -määritteen uudelleenyritystä varten, Ohita ohittaaksesi tämän tiedoston tai Hylkää peruuttaaksesi asennuksen.
|
||||
ErrorReadingExistingDest=Virhe luettaessa nykyistä tiedostoa:
|
||||
FileExists=Tiedosto on jo olemassa.%n%nKorvataanko se?
|
||||
ExistingFileNewer=Nykyinen tiedosto on uudempi kuin asennettava tiedosto. Nykyisen tiedoston säilyttäminen on suositeltavaa.n%nHaluatko säilyttää nykyisen tiedoston?
|
||||
ErrorChangingAttr=Virhe vaihdettaessa nykyisen tiedoston määritteitä:
|
||||
ErrorCreatingTemp=Virhe luotaessa tiedostoa kohdehakemistoon:
|
||||
ErrorReadingSource=Virhe luettaessa lähdetiedostoa:
|
||||
ErrorCopying=Virhe kopioitaessa tiedostoa:
|
||||
ErrorReplacingExistingFile=Virhe korvattaessa nykyistä tiedostoa:
|
||||
ErrorRestartReplace=RestartReplace-komento epäonnistui:
|
||||
ErrorRenamingTemp=Virhe uudelleennimettäessä tiedostoa kohdehakemistossa:
|
||||
ErrorRegisterServer=DLL/OCX -laajennuksen rekisteröinti epäonnistui: %1
|
||||
ErrorRegSvr32Failed=RegSvr32-toiminto epäonnistui. Virhekoodi: %1
|
||||
ErrorRegisterTypeLib=Tyyppikirjaston rekisteröiminen epäonnistui: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Virhe avattaessa LUEMINUT-tiedostoa.
|
||||
ErrorRestartingComputer=Koneen uudelleenkäynnistäminen ei onnistunut. Suorita uudelleenkäynnistys itse.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=Tiedostoa "%1" ei löytynyt. Asennuksen poisto ei onnistu.
|
||||
UninstallOpenError=Tiedostoa "%1" ei voitu avata. Asennuksen poisto ei onnistu.
|
||||
UninstallUnsupportedVer=Tämä versio Asennuksen poisto-ohjelmasta ei pysty lukemaan lokitiedostoa "%1". Asennuksen poisto ei onnistu
|
||||
UninstallUnknownEntry=Asennuksen poisto-ohjelman lokitiedostosta löytyi tuntematon merkintä (%1)
|
||||
ConfirmUninstall=Poistetaanko %1 ja kaikki sen osat?
|
||||
UninstallOnlyOnWin64=Tämä ohjelma voidaan poistaa vain 64-bittisestä Windowsista käsin.
|
||||
OnlyAdminCanUninstall=Tämän asennuksen poistaminen vaatii järjestelmänvalvojan oikeudet.
|
||||
UninstallStatusLabel=Odota, kun %1 poistetaan koneeltasi.
|
||||
UninstalledAll=%1 poistettiin onnistuneesti.
|
||||
UninstalledMost=%1 poistettiin koneelta.%n%nJoitakin osia ei voitu poistaa. Voit poistaa osat itse.
|
||||
UninstalledAndNeedsRestart=Kone täytyy käynnistää uudelleen, jotta %1 voidaan poistaa kokonaan.%n%nHaluatko käynnistää koneen uudeelleen nyt?
|
||||
UninstallDataCorrupted=Tiedosto "%1" on vaurioitunut. Asennuksen poisto ei onnistu.
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Poistetaanko jaettu tiedosto?
|
||||
ConfirmDeleteSharedFile2=Järjestelmän mukaan seuraava jaettu tiedosto ei ole enää minkään muun sovelluksen käytössä. Poistetaanko tiedosto?%n%nJos jotkut sovellukset käyttävät vielä tätä tiedostoa ja se poistetaan, ne eivät välttämättä toimi enää kunnolla. Jos olet epävarma, valitse Ei. Tiedoston jättäminen koneelle ei aiheuta ongelmia.
|
||||
SharedFileNameLabel=Tiedoston nimi:
|
||||
SharedFileLocationLabel=Sijainti:
|
||||
WizardUninstalling=Asennuksen poiston tila
|
||||
StatusUninstalling=Poistetaan %1...
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 versio %2
|
||||
AdditionalIcons=Lisäkuvakkeet:
|
||||
CreateDesktopIcon=Lu&o kuvake työpöydälle
|
||||
CreateQuickLaunchIcon=Luo kuvake &pikakäynnistyspalkkiin
|
||||
ProgramOnTheWeb=%1 Internetissä
|
||||
UninstallProgram=Poista %1
|
||||
LaunchProgram=&Käynnistä %1
|
||||
AssocFileExtension=&Yhdistä %1 tiedostopäätteeseen %2
|
||||
AssocingFileExtension=Yhdistetään %1 tiedostopäätteeseen %2 ...
|
317
Greenshot/tools/innosetup/Languages/French.isl
Normal file
317
Greenshot/tools/innosetup/Languages/French.isl
Normal file
|
@ -0,0 +1,317 @@
|
|||
; *** Inno Setup version 5.1.11+ French messages ***
|
||||
;
|
||||
; To download user-contributed translations of this file, go to:
|
||||
; http://www.jrsoftware.org/is3rdparty.php
|
||||
;
|
||||
; Note: When translating this text, do not add periods (.) to the end of
|
||||
; messages that didn't have them already, because on those messages Inno
|
||||
; Setup adds the periods automatically (appending a period would result in
|
||||
; two periods being displayed).
|
||||
;
|
||||
; Maintained by Pierre Yager (pierre@levosgien.net)
|
||||
;
|
||||
; Contributors : Frédéric Bonduelle, Francis Pallini, Lumina
|
||||
;
|
||||
; Changes :
|
||||
; + Accents on uppercase letters: http://www.academie-francaise.fr/langue/questions.html#accentuation (lumina)
|
||||
; + Typography quotes [see ISBN: 978-2-7433-0482-9]: http://fr.wikipedia.org/wiki/Guillemet (lumina)
|
||||
; + Binary units (Kio,Mio) [IEC 80000-13:2008]: http://fr.wikipedia.org/wiki/Octet (lumina)
|
||||
;
|
||||
; $jrsoftware: issrc/Files/Languages/French.isl,v 1.16 2009/04/02 22:22:04 pierrey Exp $
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=Fran<00E7>ais
|
||||
LanguageID=$040C
|
||||
LanguageCodePage=1252
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Installation
|
||||
SetupWindowTitle=Installation - %1
|
||||
UninstallAppTitle=Désinstallation
|
||||
UninstallAppFullTitle=Désinstallation - %1
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Information
|
||||
ConfirmTitle=Confirmation
|
||||
ErrorTitle=Erreur
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Cet assistant va installer %1. Voulez-vous continuer ?
|
||||
LdrCannotCreateTemp=Impossible de créer un fichier temporaire. Abandon de l'installation
|
||||
LdrCannotExecTemp=Impossible d'exécuter un fichier depuis le dossier temporaire. Abandon de l'installation
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nErreur %2 : %3
|
||||
SetupFileMissing=Le fichier %1 est absent du dossier d'installation. Veuillez corriger le problème ou vous procurer une nouvelle copie du programme.
|
||||
SetupFileCorrupt=Les fichiers d'installation sont altérés. Veuillez vous procurer une nouvelle copie du programme.
|
||||
SetupFileCorruptOrWrongVer=Les fichiers d'installation sont altérés ou ne sont pas compatibles avec cette version de l'assistant d'installation. Veuillez corriger le problème ou vous procurer une nouvelle copie du programme.
|
||||
NotOnThisPlatform=Ce programme ne fonctionne pas sous %1.
|
||||
OnlyOnThisPlatform=Ce programme ne peut fonctionner que sous %1.
|
||||
OnlyOnTheseArchitectures=Ce programme ne peut être installé que sur des versions de Windows qui supportent ces architectures : %n%n%1
|
||||
MissingWOW64APIs=La version de Windows que vous utilisez ne dispose pas des fonctionnalités nécessaires pour que l'assistant puisse réaliser une installation 64 bits. Pour corriger ce problème vous devez installer le Service Pack %1.
|
||||
WinVersionTooLowError=Ce programme requiert la version %2 ou supérieure de %1.
|
||||
WinVersionTooHighError=Ce programme ne peut pas être installé sous %1 version %2 ou supérieure.
|
||||
AdminPrivilegesRequired=Vous devez disposer des droits d'administration de cet ordinateur pour installer ce programme.
|
||||
PowerUserPrivilegesRequired=Vous devez disposer des droits d'administration ou faire partie du groupe « Utilisateurs avec pouvoir » de cet ordinateur pour installer ce programme.
|
||||
SetupAppRunningError=L'assistant d'installation a détecté que %1 est actuellement en cours d'exécution.%n%nVeuillez fermer toutes les instances de cette application puis appuyer sur OK pour continuer, ou bien appuyer sur Annuler pour abandonner l'installation.
|
||||
UninstallAppRunningError=La procédure de désinstallation a détecté que %1 est actuellement en cours d'exécution.%n%nVeuillez fermer toutes les instances de cette application puis appuyer sur OK pour continuer, ou bien appuyer sur Annuler pour abandonner la désinstallation.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=L'assistant d'installation n'a pas pu créer le dossier "%1"
|
||||
ErrorTooManyFilesInDir=L'assistant d'installation n'a pas pu créer un fichier dans le dossier "%1" car celui-ci contient trop de fichiers
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Quitter l'installation
|
||||
ExitSetupMessage=L'installation n'est pas terminée. Si vous abandonnez maintenant, le programme ne sera pas installé.%n%nVous devrez relancer cet assistant pour finir l'installation.%n%nVoulez-vous quand même quitter l'assistant d'installation ?
|
||||
AboutSetupMenuItem=&À propos...
|
||||
AboutSetupTitle=À Propos de l'assistant d'installation
|
||||
AboutSetupMessage=%1 version %2%n%3%n%nPage d'accueil de %1 :%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=Traduction française maintenue par Pierre Yager (pierre@levosgien.net)
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Précédent
|
||||
ButtonNext=&Suivant >
|
||||
ButtonInstall=&Installer
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Annuler
|
||||
ButtonYes=&Oui
|
||||
ButtonYesToAll=Oui pour &tout
|
||||
ButtonNo=&Non
|
||||
ButtonNoToAll=N&on pour tout
|
||||
ButtonFinish=&Terminer
|
||||
ButtonBrowse=Pa&rcourir...
|
||||
ButtonWizardBrowse=Pa&rcourir...
|
||||
ButtonNewFolder=Nouveau &dossier
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Langue de l'assistant d'installation
|
||||
SelectLanguageLabel=Veuillez sélectionner la langue qui sera utilisée par l'assistant d'installation :
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Appuyez sur Suivant pour continuer ou sur Annuler pour abandonner l'installation.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Parcourir les dossiers
|
||||
BrowseDialogLabel=Veuillez choisir un dossier de destination, puis appuyez sur OK.
|
||||
NewFolderName=Nouveau dossier
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Bienvenue dans l'assistant d'installation de [name]
|
||||
WelcomeLabel2=Cet assistant va vous guider dans l'installation de [name/ver] sur votre ordinateur.%n%nIl est recommandé de fermer toutes les applications actives avant de continuer.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Mot de passe
|
||||
PasswordLabel1=Cette installation est protégée par un mot de passe.
|
||||
PasswordLabel3=Veuillez saisir le mot de passe (attention à la distinction entre majuscules et minuscules) puis appuyez sur Suivant pour continuer.
|
||||
PasswordEditLabel=&Mot de passe :
|
||||
IncorrectPassword=Le mot de passe saisi n'est pas valide. Veuillez essayer à nouveau.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Accord de licence
|
||||
LicenseLabel=Les informations suivantes sont importantes. Veuillez les lire avant de continuer.
|
||||
LicenseLabel3=Veuillez lire le contrat de licence suivant. Vous devez en accepter tous les termes avant de continuer l'installation.
|
||||
LicenseAccepted=Je comprends et j'&accepte les termes du contrat de licence
|
||||
LicenseNotAccepted=Je &refuse les termes du contrat de licence
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Information
|
||||
InfoBeforeLabel=Les informations suivantes sont importantes. Veuillez les lire avant de continuer.
|
||||
InfoBeforeClickLabel=Lorsque vous êtes prêt à continuer, appuyez sur Suivant.
|
||||
WizardInfoAfter=Information
|
||||
InfoAfterLabel=Les informations suivantes sont importantes. Veuillez les lire avant de continuer.
|
||||
InfoAfterClickLabel=Lorsque vous êtes prêt à continuer, appuyez sur Suivant.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Informations sur l'Utilisateur
|
||||
UserInfoDesc=Veuillez saisir les informations qui vous concernent.
|
||||
UserInfoName=&Nom d'utilisateur :
|
||||
UserInfoOrg=&Organisation :
|
||||
UserInfoSerial=Numéro de &série :
|
||||
UserInfoNameRequired=Vous devez au moins saisir un nom.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Dossier de destination
|
||||
SelectDirDesc=Où [name] doit-il être installé ?
|
||||
SelectDirLabel3=L'assistant va installer [name] dans le dossier suivant.
|
||||
SelectDirBrowseLabel=Pour continuer, appuyez sur Suivant. Si vous souhaitez choisir un dossier différent, appuyez sur Parcourir.
|
||||
DiskSpaceMBLabel=Le programme requiert au moins [mb] Mio d'espace disque disponible.
|
||||
ToUNCPathname=L'assistant d'installation ne supporte pas les chemins réseau. Si vous souhaitez effectuer cette installation sur un réseau, vous devez d'abord connecter un lecteur réseau.
|
||||
InvalidPath=Vous devez saisir un chemin complet avec sa lettre de lecteur ; par exemple :%n%nC:\APP%n%nou un chemin réseau de la forme :%n%n\\serveur\partage
|
||||
InvalidDrive=L'unité ou l'emplacement réseau que vous avez sélectionné n'existe pas ou n'est pas accessible. Veuillez choisir une autre destination.
|
||||
DiskSpaceWarningTitle=Espace disponible insuffisant
|
||||
DiskSpaceWarning=L'assistant a besoin d'au moins %1 Kio d'espace disponible pour effectuer l'installation, mais l'unité que vous avez sélectionnée ne dispose que de %2 Kio d'espace disponible.%n%nSouhaitez-vous continuer malgré tout ?
|
||||
DirNameTooLong=Le nom ou le chemin du dossier est trop long.
|
||||
InvalidDirName=Le nom du dossier est invalide.
|
||||
BadDirName32=Le nom du dossier ne doit contenir aucun des caractères suivants :%n%n%1
|
||||
DirExistsTitle=Dossier existant
|
||||
DirExists=Le dossier :%n%n%1%n%nexiste déjà. Souhaitez-vous installer dans ce dossier malgré tout ?
|
||||
DirDoesntExistTitle=Le dossier n'existe pas
|
||||
DirDoesntExist=Le dossier %n%n%1%n%nn'existe pas. Souhaitez-vous que ce dossier soit créé ?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Composants à installer
|
||||
SelectComponentsDesc=Quels composants de l'application souhaitez-vous installer ?
|
||||
SelectComponentsLabel2=Sélectionnez les composants que vous désirez installer ; décochez les composants que vous ne désirez pas installer. Appuyez ensuite sur Suivant pour continuer l'installation.
|
||||
FullInstallation=Installation complète
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Installation compacte
|
||||
CustomInstallation=Installation personnalisée
|
||||
NoUninstallWarningTitle=Composants existants
|
||||
NoUninstallWarning=L'assistant d'installation a détecté que les composants suivants sont déjà installés sur votre système :%n%n%1%n%nDésélectionner ces composants ne les désinstallera pas pour autant.%n%nVoulez-vous continuer malgré tout ?
|
||||
ComponentSize1=%1 Kio
|
||||
ComponentSize2=%1 Mio
|
||||
ComponentsDiskSpaceMBLabel=Les composants sélectionnés nécessitent au moins [mb] Mio d'espace disponible.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Tâches supplémentaires
|
||||
SelectTasksDesc=Quelles sont les tâches supplémentaires qui doivent être effectuées ?
|
||||
SelectTasksLabel2=Sélectionnez les tâches supplémentaires que l'assistant d'installation doit effectuer pendant l'installation de [name], puis appuyez sur Suivant.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Sélection du dossier du menu Démarrer
|
||||
SelectStartMenuFolderDesc=Où l'assistant d'installation doit-il placer les raccourcis du programme ?
|
||||
SelectStartMenuFolderLabel3=L'assistant va créer les raccourcis du programme dans le dossier du menu Démarrer indiqué ci-dessous.
|
||||
SelectStartMenuFolderBrowseLabel=Appuyez sur Suivant pour continuer. Appuyez sur Parcourir si vous souhaitez sélectionner un autre dossier du menu Démarrer.
|
||||
MustEnterGroupName=Vous devez saisir un nom de dossier du menu Démarrer.
|
||||
GroupNameTooLong=Le nom ou le chemin du dossier est trop long.
|
||||
InvalidGroupName=Le nom du dossier n'est pas valide.
|
||||
BadGroupName=Le nom du dossier ne doit contenir aucun des caractères suivants :%n%n%1
|
||||
NoProgramGroupCheck2=Ne pas créer de &dossier dans le menu Démarrer
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Prêt à installer
|
||||
ReadyLabel1=L'assistant dispose à présent de toutes les informations pour installer [name] sur votre ordinateur.
|
||||
ReadyLabel2a=Appuyez sur Installer pour procéder à l'installation ou sur Précédent pour revoir ou modifier une option d'installation.
|
||||
ReadyLabel2b=Appuyez sur Installer pour procéder à l'installation.
|
||||
ReadyMemoUserInfo=Informations sur l'utilisateur :
|
||||
ReadyMemoDir=Dossier de destination :
|
||||
ReadyMemoType=Type d'installation :
|
||||
ReadyMemoComponents=Composants sélectionnés :
|
||||
ReadyMemoGroup=Dossier du menu Démarrer :
|
||||
ReadyMemoTasks=Tâches supplémentaires :
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Préparation de l'installation
|
||||
PreparingDesc=L'assistant d'installation prépare l'installation de [name] sur votre ordinateur.
|
||||
PreviousInstallNotCompleted=L'installation ou la suppression d'un programme précédent n'est pas totalement achevée. Veuillez redémarrer votre ordinateur pour achever cette installation ou suppression.%n%nUne fois votre ordinateur redémarré, veuillez relancer cet assistant pour reprendre l'installation de [name].
|
||||
CannotContinue=L'assistant ne peut pas continuer. Veuillez appuyer sur Annuler pour abandonner l'installation.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Installation en cours
|
||||
InstallingLabel=Veuillez patienter pendant que l'assistant installe [name] sur votre ordinateur.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Fin de l'installation de [name]
|
||||
FinishedLabelNoIcons=L'assistant a terminé l'installation de [name] sur votre ordinateur.
|
||||
FinishedLabel=L'assistant a terminé l'installation de [name] sur votre ordinateur. L'application peut être lancée à l'aide des icônes créées sur le Bureau par l'installation.
|
||||
ClickFinish=Veuillez appuyer sur Terminer pour quitter l'assistant d'installation.
|
||||
FinishedRestartLabel=L'assistant doit redémarrer votre ordinateur pour terminer l'installation de [name].%n%nVoulez-vous redémarrer maintenant ?
|
||||
FinishedRestartMessage=L'assistant doit redémarrer votre ordinateur pour terminer l'installation de [name].%n%nVoulez-vous redémarrer maintenant ?
|
||||
ShowReadmeCheck=Oui, je souhaite lire le fichier LISEZMOI
|
||||
YesRadio=&Oui, redémarrer mon ordinateur maintenant
|
||||
NoRadio=&Non, je préfère redémarrer mon ordinateur plus tard
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Exécuter %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=Voir %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=L'assistant a besoin du disque suivant
|
||||
SelectDiskLabel2=Veuillez insérer le disque %1 et appuyer sur OK.%n%nSi les fichiers de ce disque se trouvent à un emplacement différent de celui indiqué ci-dessous, veuillez saisir le chemin correspondant ou appuyez sur Parcourir.
|
||||
PathLabel=&Chemin :
|
||||
FileNotInDir2=Le fichier "%1" ne peut pas être trouvé dans "%2". Veuillez insérer le bon disque ou sélectionner un autre dossier.
|
||||
SelectDirectoryLabel=Veuillez indiquer l'emplacement du disque suivant.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=L'installation n'est pas terminée.%n%nVeuillez corriger le problème et relancer l'installation.
|
||||
EntryAbortRetryIgnore=Appuyez sur Réessayer pour essayer à nouveau, Ignorer pour continuer malgré tout, ou Abandonner pour annuler l'installation.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Création des dossiers...
|
||||
StatusExtractFiles=Extraction des fichiers...
|
||||
StatusCreateIcons=Création des raccourcis...
|
||||
StatusCreateIniEntries=Création des entrées du fichier INI...
|
||||
StatusCreateRegistryEntries=Création des entrées de registre...
|
||||
StatusRegisterFiles=Enregistrement des fichiers...
|
||||
StatusSavingUninstall=Sauvegarde des informations de désinstallation...
|
||||
StatusRunProgram=Finalisation de l'installation...
|
||||
StatusRollback=Annulation des modifications...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Erreur interne : %1
|
||||
ErrorFunctionFailedNoCode=%1 a échoué
|
||||
ErrorFunctionFailed=%1 a échoué ; code %2
|
||||
ErrorFunctionFailedWithMessage=%1 a échoué ; code %2.%n%3
|
||||
ErrorExecutingProgram=Impossible d'exécuter le fichier :%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Erreur lors de l'ouverture de la clé de registre :%n%1\%2
|
||||
ErrorRegCreateKey=Erreur lors de la création de la clé de registre :%n%1\%2
|
||||
ErrorRegWriteKey=Erreur lors de l'écriture de la clé de registre :%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Erreur d'écriture d'une entrée dans le fichier INI "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Appuyez sur Réessayer pour essayer à nouveau, Ignorer pour passer ce fichier (déconseillé), ou Abandonner pour annuler l'installation.
|
||||
FileAbortRetryIgnore2=Appuyez sur Réessayer pour essayer à nouveau, Ignorer pour continuer malgré tout (déconseillé), ou Abandonner pour annuler l'installation.
|
||||
SourceIsCorrupted=Le fichier source est altéré
|
||||
SourceDoesntExist=Le fichier source "%1" n'existe pas
|
||||
ExistingFileReadOnly=Le fichier existant est protégé en lecture seule.%n%nAppuyez sur Réessayer pour enlever la protection et essayer à nouveau, Ignorer pour passer ce fichier, ou Abandonner pour annuler l'installation.
|
||||
ErrorReadingExistingDest=Une erreur s'est produite lors de la tentative de lecture du fichier existant :
|
||||
FileExists=Le fichier existe déjà.%n%nSouhaitez-vous que l'installation le remplace ?
|
||||
ExistingFileNewer=Le fichier existant est plus récent que celui que l'assistant essaie d'installer. Il est recommandé de conserver le fichier existant.%n%nSouhaitez-vous conserver le fichier existant ?
|
||||
ErrorChangingAttr=Une erreur est survenue en essayant de modifier les attributs du fichier existant :
|
||||
ErrorCreatingTemp=Une erreur est survenue en essayant de créer un fichier dans le dossier de destination :
|
||||
ErrorReadingSource=Une erreur est survenue lors de la lecture du fichier source :
|
||||
ErrorCopying=Une erreur est survenue lors de la copie d'un fichier :
|
||||
ErrorReplacingExistingFile=Une erreur est survenue lors du remplacement d'un fichier existant :
|
||||
ErrorRestartReplace=Le marquage d'un fichier pour remplacement au redémarrage de l'ordinateur a échoué :
|
||||
ErrorRenamingTemp=Une erreur est survenue en essayant de renommer un fichier dans le dossier de destination :
|
||||
ErrorRegisterServer=Impossible d'enregistrer la bibliothèque DLL/OCX : %1
|
||||
ErrorRegSvr32Failed=RegSvr32 a échoué et a retourné le code d'erreur %1
|
||||
ErrorRegisterTypeLib=Impossible d'enregistrer la bibliothèque de type : %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Une erreur est survenue à l'ouverture du fichier LISEZMOI.
|
||||
ErrorRestartingComputer=L'installation n'a pas pu redémarrer l'ordinateur. Merci de bien vouloir le faire vous-même.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=Le fichier "%1" n'existe pas. Impossible de désinstaller.
|
||||
UninstallOpenError=Le fichier "%1" n'a pas pu être ouvert. Impossible de désinstaller
|
||||
UninstallUnsupportedVer=Le format du fichier journal de désinstallation "%1" n'est pas reconnu par cette version de la procédure de désinstallation. Impossible de désinstaller
|
||||
UninstallUnknownEntry=Une entrée inconnue (%1) a été rencontrée dans le fichier journal de désinstallation
|
||||
ConfirmUninstall=Voulez-vous vraiment désinstaller complètement %1 ainsi que tous ses composants ?
|
||||
UninstallOnlyOnWin64=La désinstallation de ce programme ne fonctionne qu'avec une version 64 bits de Windows.
|
||||
OnlyAdminCanUninstall=Ce programme ne peut être désinstallé que par un utilisateur disposant des droits d'administration.
|
||||
UninstallStatusLabel=Veuillez patienter pendant que %1 est retiré de votre ordinateur.
|
||||
UninstalledAll=%1 a été correctement désinstallé de cet ordinateur.
|
||||
UninstalledMost=La désinstallation de %1 est terminée.%n%nCertains éléments n'ont pas pu être supprimés automatiquement. Vous pouvez les supprimer manuellement.
|
||||
UninstalledAndNeedsRestart=Vous devez redémarrer l'ordinateur pour terminer la désinstallation de %1.%n%nVoulez-vous redémarrer maintenant ?
|
||||
UninstallDataCorrupted=Le ficher "%1" est altéré. Impossible de désinstaller
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Supprimer les fichiers partagés ?
|
||||
ConfirmDeleteSharedFile2=Le système indique que le fichier partagé suivant n'est plus utilisé par aucun programme. Souhaitez-vous que la désinstallation supprime ce fichier partagé ?%n%nSi des programmes utilisent encore ce fichier et qu'il est supprimé, ces programmes ne pourront plus fonctionner correctement. Si vous n'êtes pas sûr, choisissez Non. Laisser ce fichier dans votre système ne posera pas de problème.
|
||||
SharedFileNameLabel=Nom du fichier :
|
||||
SharedFileLocationLabel=Emplacement :
|
||||
WizardUninstalling=État de la désinstallation
|
||||
StatusUninstalling=Désinstallation de %1...
|
||||
|
||||
; Les messages personnalisés suivants ne sont pas utilisé par l'installation
|
||||
; elle-même, mais si vous les utilisez dans vos scripts, vous devez les
|
||||
; traduire
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 version %2
|
||||
AdditionalIcons=Icônes supplémentaires :
|
||||
CreateDesktopIcon=Créer une icône sur le &Bureau
|
||||
CreateQuickLaunchIcon=Créer une icône dans la barre de &Lancement rapide
|
||||
ProgramOnTheWeb=Page d'accueil de %1
|
||||
UninstallProgram=Désinstaller %1
|
||||
LaunchProgram=Exécuter %1
|
||||
AssocFileExtension=&Associer %1 avec l'extension de fichier %2
|
||||
AssocingFileExtension=Associe %1 avec l'extension de fichier %2...
|
306
Greenshot/tools/innosetup/Languages/German.isl
Normal file
306
Greenshot/tools/innosetup/Languages/German.isl
Normal file
|
@ -0,0 +1,306 @@
|
|||
; ******************************************************
|
||||
; *** ***
|
||||
; *** Inno Setup version 5.1.11+ German messages ***
|
||||
; *** ***
|
||||
; *** Original Author: ***
|
||||
; *** ***
|
||||
; *** Michael Reitz (innosetup@assimilate.de) ***
|
||||
; *** ***
|
||||
; *** Contributors: ***
|
||||
; *** ***
|
||||
; *** Roland Ruder (info@rr4u.de) ***
|
||||
; *** LaughingMan (puma.d@web.de) ***
|
||||
; *** ***
|
||||
; ******************************************************
|
||||
;
|
||||
; Diese Übersetzung hält sich an die neue deutsche Rechtschreibung.
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=Deutsch
|
||||
LanguageID=$0407
|
||||
LanguageCodePage=1252
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Setup
|
||||
SetupWindowTitle=Setup - %1
|
||||
UninstallAppTitle=Entfernen
|
||||
UninstallAppFullTitle=%1 entfernen
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Information
|
||||
ConfirmTitle=Bestätigen
|
||||
ErrorTitle=Fehler
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=%1 wird jetzt installiert. Möchten Sie fortfahren?
|
||||
LdrCannotCreateTemp=Es konnte keine temporäre Datei erstellt werden. Das Setup wurde abgebrochen
|
||||
LdrCannotExecTemp=Die Datei konnte nicht im temporären Ordner ausgeführt werden. Das Setup wurde abgebrochen
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nFehler %2: %3
|
||||
SetupFileMissing=Die Datei %1 fehlt im Installations-Ordner. Bitte beheben Sie das Problem, oder besorgen Sie sich eine neue Kopie des Programms.
|
||||
SetupFileCorrupt=Die Setup-Dateien sind beschädigt. Besorgen Sie sich bitte eine neue Kopie des Programms.
|
||||
SetupFileCorruptOrWrongVer=Die Setup-Dateien sind beschädigt oder inkompatibel zu dieser Version des Setups. Bitte beheben Sie das Problem, oder besorgen Sie sich eine neue Kopie des Programms.
|
||||
NotOnThisPlatform=Dieses Programm kann nicht unter %1 ausgeführt werden.
|
||||
OnlyOnThisPlatform=Dieses Programm muss unter %1 ausgeführt werden.
|
||||
OnlyOnTheseArchitectures=Dieses Programm kann nur auf Windows-Versionen installiert werden, die folgende Prozessor-Architekturen unterstützen:%n%n%1
|
||||
MissingWOW64APIs=Ihre Windows-Version enthält nicht die Funktionen, die vom Setup für eine 64-bit Installation benötigt werden. Installieren Sie bitte Service Pack %1, um dieses Problem zu beheben.
|
||||
WinVersionTooLowError=Dieses Programm benötigt %1 Version %2 oder höher.
|
||||
WinVersionTooHighError=Dieses Programm kann nicht unter %1 Version %2 oder höher installiert werden.
|
||||
AdminPrivilegesRequired=Sie müssen als Administrator angemeldet sein, um dieses Programm installieren zu können.
|
||||
PowerUserPrivilegesRequired=Sie müssen als Administrator oder als Mitglied der Hauptbenutzer-Gruppe angemeldet sein, um dieses Programm installieren zu können.
|
||||
SetupAppRunningError=Das Setup hat entdeckt, dass %1 zur Zeit ausgeführt wird.%n%nBitte schließen Sie jetzt alle laufenden Instanzen, und klicken Sie auf "OK", um fortzufahren, oder auf "Abbrechen", um zu beenden.
|
||||
UninstallAppRunningError=Die Deinstallation hat entdeckt, dass %1 zur Zeit ausgeführt wird.%n%nBitte schließen Sie jetzt alle laufenden Instanzen, und klicken Sie auf "OK", um fortzufahren, oder auf "Abbrechen", um zu beenden.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=Das Setup konnte den Ordner "%1" nicht erstellen
|
||||
ErrorTooManyFilesInDir=Das Setup konnte eine Datei im Ordner "%1" nicht erstellen, weil er zu viele Dateien enthält
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Setup verlassen
|
||||
ExitSetupMessage=Das Setup ist noch nicht abgeschlossen. Wenn Sie jetzt beenden, wird das Programm nicht installiert.%n%nSie können das Setup zu einem späteren Zeitpunkt nochmals ausführen, um die Installation zu vervollständigen.%n%nSetup verlassen?
|
||||
AboutSetupMenuItem=&Über das Setup ...
|
||||
AboutSetupTitle=Über das Setup
|
||||
AboutSetupMessage=%1 Version %2%n%3%n%n%1 Internet-Seite:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=German translation maintained by Michael Reitz (innosetup@assimilate.de)
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Zurück
|
||||
ButtonNext=&Weiter >
|
||||
ButtonInstall=&Installieren
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Abbrechen
|
||||
ButtonYes=&Ja
|
||||
ButtonYesToAll=J&a für Alle
|
||||
ButtonNo=&Nein
|
||||
ButtonNoToAll=N&ein für Alle
|
||||
ButtonFinish=&Fertigstellen
|
||||
ButtonBrowse=&Durchsuchen ...
|
||||
ButtonWizardBrowse=Du&rchsuchen ...
|
||||
ButtonNewFolder=&Neuen Ordner erstellen
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Setup-Sprache auswählen
|
||||
SelectLanguageLabel=Wählen Sie die Sprache aus, die während der Installation benutzt werden soll:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext="Weiter" zum Fortfahren, "Abbrechen" zum Verlassen.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Ordner suchen
|
||||
BrowseDialogLabel=Wählen Sie einen Ordner aus, und klicken Sie danach auf "OK".
|
||||
NewFolderName=Neuer Ordner
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Willkommen zum [name] Setup-Assistenten
|
||||
WelcomeLabel2=Dieser Assistent wird jetzt [name/ver] auf Ihrem Computer installieren.%n%nSie sollten alle anderen Anwendungen beenden, bevor Sie mit dem Setup fortfahren.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Passwort
|
||||
PasswordLabel1=Diese Installation wird durch ein Passwort geschützt.
|
||||
PasswordLabel3=Bitte geben Sie das Passwort ein, und klicken Sie danach auf "Weiter". Achten Sie auf korrekte Groß-/Kleinschreibung.
|
||||
PasswordEditLabel=&Passwort:
|
||||
IncorrectPassword=Das eingegebene Passwort ist nicht korrekt. Bitte versuchen Sie es noch einmal.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Lizenzvereinbarung
|
||||
LicenseLabel=Lesen Sie bitte folgende, wichtige Informationen bevor Sie fortfahren.
|
||||
LicenseLabel3=Lesen Sie bitte die folgenden Lizenzvereinbarungen. Benutzen Sie bei Bedarf die Bildlaufleiste oder drücken Sie die "Bild Ab"-Taste.
|
||||
LicenseAccepted=Ich &akzeptiere die Vereinbarung
|
||||
LicenseNotAccepted=Ich &lehne die Vereinbarung ab
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Information
|
||||
InfoBeforeLabel=Lesen Sie bitte folgende, wichtige Informationen bevor Sie fortfahren.
|
||||
InfoBeforeClickLabel=Klicken Sie auf "Weiter", sobald Sie bereit sind mit dem Setup fortzufahren.
|
||||
WizardInfoAfter=Information
|
||||
InfoAfterLabel=Lesen Sie bitte folgende, wichtige Informationen bevor Sie fortfahren.
|
||||
InfoAfterClickLabel=Klicken Sie auf "Weiter", sobald Sie bereit sind mit dem Setup fortzufahren.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Benutzerinformationen
|
||||
UserInfoDesc=Bitte tragen Sie Ihre Daten ein.
|
||||
UserInfoName=&Name:
|
||||
UserInfoOrg=&Organisation:
|
||||
UserInfoSerial=&Seriennummer:
|
||||
UserInfoNameRequired=Sie müssen einen Namen eintragen.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Ziel-Ordner wählen
|
||||
SelectDirDesc=Wohin soll [name] installiert werden?
|
||||
SelectDirLabel3=Das Setup wird [name] in den folgenden Ordner installieren.
|
||||
SelectDirBrowseLabel=Klicken Sie auf "Weiter", um fortzufahren. Klicken Sie auf "Durchsuchen", falls Sie einen anderen Ordner auswählen möchten.
|
||||
DiskSpaceMBLabel=Mindestens [mb] MB freier Speicherplatz ist erforderlich.
|
||||
ToUNCPathname=Das Setup kann nicht in einen UNC-Pfad installieren. Wenn Sie auf ein Netzlaufwerk installieren möchten, müssen Sie dem Netzwerkpfad einen Laufwerksbuchstaben zuordnen.
|
||||
InvalidPath=Sie müssen einen vollständigen Pfad mit einem Laufwerksbuchstaben angeben; z.B.:%n%nC:\Beispiel%n%noder einen UNC-Pfad in der Form:%n%n\\Server\Freigabe
|
||||
InvalidDrive=Das angegebene Laufwerk bzw. der UNC-Pfad existiert nicht oder es kann nicht darauf zugegriffen werden. Wählen Sie bitte einen anderen Ordner.
|
||||
DiskSpaceWarningTitle=Nicht genug freier Speicherplatz
|
||||
DiskSpaceWarning=Das Setup benötigt mindestens %1 KB freien Speicherplatz zum Installieren, aber auf dem ausgewählten Laufwerk sind nur %2 KB verfügbar.%n%nMöchten Sie trotzdem fortfahren?
|
||||
DirNameTooLong=Der Ordnername/Pfad ist zu lang.
|
||||
InvalidDirName=Der Ordnername ist nicht gültig.
|
||||
BadDirName32=Ordnernamen dürfen keine der folgenden Zeichen enthalten:%n%n%1
|
||||
DirExistsTitle=Ordner existiert bereits
|
||||
DirExists=Der Ordner:%n%n%1%n%n existiert bereits. Möchten Sie trotzdem in diesen Ordner installieren?
|
||||
DirDoesntExistTitle=Ordner ist nicht vorhanden
|
||||
DirDoesntExist=Der Ordner:%n%n%1%n%nist nicht vorhanden. Soll der Ordner erstellt werden?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Komponenten auswählen
|
||||
SelectComponentsDesc=Welche Komponenten sollen installiert werden?
|
||||
SelectComponentsLabel2=Wählen Sie die Komponenten aus, die Sie installieren möchten. Klicken Sie auf "Weiter", wenn sie bereit sind fortzufahren.
|
||||
FullInstallation=Vollständige Installation
|
||||
CompactInstallation=Kompakte Installation
|
||||
CustomInstallation=Benutzerdefinierte Installation
|
||||
NoUninstallWarningTitle=Komponenten vorhanden
|
||||
NoUninstallWarning=Das Setup hat festgestellt, dass die folgenden Komponenten bereits auf Ihrem Computer installiert sind:%n%n%1%n%nDiese nicht mehr ausgewählten Komponenten werden nicht vom Computer entfernt.%n%nMöchten Sie trotzdem fortfahren?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=Die aktuelle Auswahl erfordert min. [mb] MB Speicherplatz.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Zusätzliche Aufgaben auswählen
|
||||
SelectTasksDesc=Welche zusätzlichen Aufgaben sollen ausgeführt werden?
|
||||
SelectTasksLabel2=Wählen Sie die zusätzlichen Aufgaben aus, die das Setup während der Installation von [name] ausführen soll, und klicken Sie danach auf "Weiter".
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Startmenü-Ordner auswählen
|
||||
SelectStartMenuFolderDesc=Wo soll das Setup die Programm-Verknüpfungen erstellen?
|
||||
SelectStartMenuFolderLabel3=Das Setup wird die Programm-Verknüpfungen im folgenden Startmenü-Ordner erstellen.
|
||||
SelectStartMenuFolderBrowseLabel=Klicken Sie auf "Weiter", um fortzufahren. Klicken Sie auf "Durchsuchen", falls Sie einen anderen Ordner auswählen möchten.
|
||||
MustEnterGroupName=Sie müssen einen Ordnernamen eingeben.
|
||||
GroupNameTooLong=Der Ordnername/Pfad ist zu lang.
|
||||
InvalidGroupName=Der Ordnername ist nicht gültig.
|
||||
BadGroupName=Der Ordnername darf keine der folgenden Zeichen enthalten:%n%n%1
|
||||
NoProgramGroupCheck2=&Keinen Ordner im Startmenü erstellen
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Installation durchführen
|
||||
ReadyLabel1=Das Setup ist jetzt bereit, [name] auf Ihrem Computer zu installieren.
|
||||
ReadyLabel2a=Klicken Sie auf "Installieren", um mit der Installation zu beginnen, oder auf "Zurück", um Ihre Einstellungen zu überprüfen oder zu ändern.
|
||||
ReadyLabel2b=Klicken Sie auf "Installieren", um mit der Installation zu beginnen.
|
||||
ReadyMemoUserInfo=Benutzerinformationen:
|
||||
ReadyMemoDir=Ziel-Ordner:
|
||||
ReadyMemoType=Setup-Typ:
|
||||
ReadyMemoComponents=Ausgewählte Komponenten:
|
||||
ReadyMemoGroup=Startmenü-Ordner:
|
||||
ReadyMemoTasks=Zusätzliche Aufgaben:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Vorbereitung der Installation
|
||||
PreparingDesc=Das Setup bereitet die Installation von [name] auf diesen Computer vor.
|
||||
PreviousInstallNotCompleted=Eine vorherige Installation/Deinstallation eines Programms wurde nicht abgeschlossen. Der Computer muss neu gestartet werden, um die Installation/Deinstallation zu beenden.%n%nStarten Sie das Setup nach dem Neustart Ihres Computers erneut, um die Installation von [name] durchzuführen.
|
||||
CannotContinue=Das Setup kann nicht fortfahren. Bitte klicken Sie auf "Abbrechen" zum Verlassen.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Installiere ...
|
||||
InstallingLabel=Warten Sie bitte während [name] auf Ihrem Computer installiert wird.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Beenden des [name] Setup-Assistenten
|
||||
FinishedLabelNoIcons=Das Setup hat die Installation von [name] auf Ihrem Computer abgeschlossen.
|
||||
FinishedLabel=Das Setup hat die Installation von [name] auf Ihrem Computer abgeschlossen. Die Anwendung kann über die installierten Programm-Verknüpfungen gestartet werden.
|
||||
ClickFinish=Klicken Sie auf "Fertigstellen", um das Setup zu beenden.
|
||||
FinishedRestartLabel=Um die Installation von [name] abzuschließen, muss das Setup Ihren Computer neu starten. Möchten Sie jetzt neu starten?
|
||||
FinishedRestartMessage=Um die Installation von [name] abzuschließen, muss das Setup Ihren Computer neu starten.%n%nMöchten Sie jetzt neu starten?
|
||||
ShowReadmeCheck=Ja, ich möchte die LIESMICH-Datei sehen
|
||||
YesRadio=&Ja, Computer jetzt neu starten
|
||||
NoRadio=&Nein, ich werde den Computer später neu starten
|
||||
RunEntryExec=%1 starten
|
||||
RunEntryShellExec=%1 anzeigen
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=Nächste Diskette einlegen
|
||||
SelectDiskLabel2=Legen Sie bitte Diskette %1 ein, und klicken Sie auf "OK".%n%nWenn sich die Dateien von dieser Diskette in einem anderen als dem angezeigten Ordner befinden, dann geben Sie bitte den korrekten Pfad ein oder klicken auf "Durchsuchen".
|
||||
PathLabel=&Pfad:
|
||||
FileNotInDir2=Die Datei "%1" befindet sich nicht in "%2". Bitte Ordner ändern oder richtige Diskette einlegen.
|
||||
SelectDirectoryLabel=Geben Sie bitte an, wo die nächste Diskette eingelegt wird.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=Das Setup konnte nicht abgeschlossen werden.%n%nBeheben Sie bitte das Problem, und starten Sie das Setup erneut.
|
||||
EntryAbortRetryIgnore=Klicken Sie auf "Wiederholen" für einen weiteren Versuch, "Ignorieren", um trotzdem fortzufahren, oder "Abbrechen", um die Installation abzubrechen.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Ordner werden erstellt ...
|
||||
StatusExtractFiles=Dateien werden entpackt ...
|
||||
StatusCreateIcons=Verknüpfungen werden erstellt ...
|
||||
StatusCreateIniEntries=INI-Einträge werden erstellt ...
|
||||
StatusCreateRegistryEntries=Registry-Einträge werden erstellt ...
|
||||
StatusRegisterFiles=Dateien werden registriert ...
|
||||
StatusSavingUninstall=Deinstallations-Informationen werden gespeichert ...
|
||||
StatusRunProgram=Installation wird beendet ...
|
||||
StatusRollback=Änderungen werden rückgängig gemacht ...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Interner Fehler: %1
|
||||
ErrorFunctionFailedNoCode=%1 schlug fehl
|
||||
ErrorFunctionFailed=%1 schlug fehl; Code %2
|
||||
ErrorFunctionFailedWithMessage=%1 schlug fehl; Code %2.%n%3
|
||||
ErrorExecutingProgram=Datei kann nicht ausgeführt werden:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Registry-Schlüssel konnte nicht geöffnet werden:%n%1\%2
|
||||
ErrorRegCreateKey=Registry-Schlüssel konnte nicht erstellt werden:%n%1\%2
|
||||
ErrorRegWriteKey=Fehler beim Schreiben des Registry-Schlüssels:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Fehler beim Erstellen eines INI-Eintrages in der Datei "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Klicken Sie auf "Wiederholen" für einen weiteren Versuch, "Ignorieren", um diese Datei zu überspringen (nicht empfohlen), oder "Abbrechen", um die Installation abzubrechen.
|
||||
FileAbortRetryIgnore2=Klicken Sie auf "Wiederholen" für einen weiteren Versuch, "Ignorieren", um trotzdem fortzufahren (nicht empfohlen), oder "Abbrechen", um die Installation abzubrechen.
|
||||
SourceIsCorrupted=Die Quelldatei ist beschädigt
|
||||
SourceDoesntExist=Die Quelldatei "%1" existiert nicht
|
||||
ExistingFileReadOnly=Die vorhandene Datei ist schreibgeschützt.%n%nKlicken Sie auf "Wiederholen", um den Schreibschutz zu entfernen, "Ignorieren", um die Datei zu überspringen, oder "Abbrechen", um die Installation abzubrechen.
|
||||
ErrorReadingExistingDest=Lesefehler in Datei:
|
||||
FileExists=Die Datei ist bereits vorhanden.%n%nSoll sie überschrieben werden?
|
||||
ExistingFileNewer=Die vorhandene Datei ist neuer als die Datei, die installiert werden soll. Es wird empfohlen die vorhandene Datei beizubehalten.%n%n Möchten Sie die vorhandene Datei beibehalten?
|
||||
ErrorChangingAttr=Fehler beim Ändern der Datei-Attribute:
|
||||
ErrorCreatingTemp=Fehler beim Erstellen einer Datei im Ziel-Ordner:
|
||||
ErrorReadingSource=Fehler beim Lesen der Quelldatei:
|
||||
ErrorCopying=Fehler beim Kopieren einer Datei:
|
||||
ErrorReplacingExistingFile=Fehler beim Ersetzen einer vorhandenen Datei:
|
||||
ErrorRestartReplace="Ersetzen nach Neustart" fehlgeschlagen:
|
||||
ErrorRenamingTemp=Fehler beim Umbenennen einer Datei im Ziel-Ordner:
|
||||
ErrorRegisterServer=DLL/OCX konnte nicht registriert werden: %1
|
||||
ErrorRegSvr32Failed=RegSvr32-Aufruf scheiterte mit Exit-Code %1
|
||||
ErrorRegisterTypeLib=Typen-Bibliothek konnte nicht registriert werden: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Fehler beim Öffnen der LIESMICH-Datei.
|
||||
ErrorRestartingComputer=Das Setup konnte den Computer nicht neu starten. Bitte führen Sie den Neustart manuell durch.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=Die Datei "%1" existiert nicht. Entfernen der Anwendung fehlgeschlagen.
|
||||
UninstallOpenError=Die Datei "%1" konnte nicht geöffnet werden. Entfernen der Anwendung fehlgeschlagen.
|
||||
UninstallUnsupportedVer=Das Format der Deinstallations-Datei "%1" konnte nicht erkannt werden. Entfernen der Anwendung fehlgeschlagen
|
||||
UninstallUnknownEntry=In der Deinstallations-Datei wurde ein unbekannter Eintrag (%1) gefunden
|
||||
ConfirmUninstall=Sind Sie sicher, dass Sie %1 und alle zugehörigen Komponenten entfernen möchten?
|
||||
UninstallOnlyOnWin64=Diese Installation kann nur unter 64-bit Windows-Versionen entfernt werden.
|
||||
OnlyAdminCanUninstall=Diese Installation kann nur von einem Benutzer mit Administrator-Rechten entfernt werden.
|
||||
UninstallStatusLabel=Warten Sie bitte während %1 von Ihrem Computer entfernt wird.
|
||||
UninstalledAll=%1 wurde erfolgreich von Ihrem Computer entfernt.
|
||||
UninstalledMost=Entfernen von %1 beendet.%n%nEinige Komponenten konnten nicht entfernt werden. Diese können von Ihnen manuell gelöscht werden.
|
||||
UninstalledAndNeedsRestart=Um die Deinstallation von %1 abzuschließen, muss Ihr Computer neu gestartet werden.%n%nMöchten Sie jetzt neu starten?
|
||||
UninstallDataCorrupted="%1"-Datei ist beschädigt. Entfernen der Anwendung fehlgeschlagen.
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Gemeinsame Datei entfernen?
|
||||
ConfirmDeleteSharedFile2=Das System zeigt an, dass die folgende gemeinsame Datei von keinem anderen Programm mehr benutzt wird. Möchten Sie diese Datei entfernen lassen?%nSollte es doch noch Programme geben, die diese Datei benutzen, und sie wird entfernt, funktionieren diese Programme vielleicht nicht mehr richtig. Wenn Sie unsicher sind, wählen Sie "Nein" um die Datei im System zu belassen. Es schadet Ihrem System nicht, wenn Sie die Datei behalten.
|
||||
SharedFileNameLabel=Dateiname:
|
||||
SharedFileLocationLabel=Ordner:
|
||||
WizardUninstalling=Entfernen (Status)
|
||||
StatusUninstalling=Entferne %1 ...
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 Version %2
|
||||
AdditionalIcons=Zusätzliche Symbole:
|
||||
CreateDesktopIcon=&Desktop-Symbol erstellen
|
||||
CreateQuickLaunchIcon=Symbol in der Schnellstartleiste erstellen
|
||||
ProgramOnTheWeb=%1 im Internet
|
||||
UninstallProgram=%1 entfernen
|
||||
LaunchProgram=%1 starten
|
||||
AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
|
||||
AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
|
314
Greenshot/tools/innosetup/Languages/Hebrew.isl
Normal file
314
Greenshot/tools/innosetup/Languages/Hebrew.isl
Normal file
|
@ -0,0 +1,314 @@
|
|||
; *** Inno Setup version 5.1.11+ Hebrew messages (stilgar(at)divrei-tora.com) ***
|
||||
;
|
||||
;
|
||||
; Translated by Stilgar (stilgar(at)divrei-tora.com) (c) 2005
|
||||
; ( AntiSpam: replace (at) with @ )
|
||||
;
|
||||
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=<05E2><05D1><05E8><05D9><05EA>
|
||||
LanguageID=$040D
|
||||
LanguageCodePage=1255
|
||||
; If the language you are translating to requires special font faces or
|
||||
; sizes, uncomment any of the following entries and change them accordingly.
|
||||
;DialogFontName=
|
||||
;DialogFontSize=8
|
||||
WelcomeFontName=Tahoma
|
||||
WelcomeFontSize=11
|
||||
;TitleFontName=Arial
|
||||
;TitleFontSize=29
|
||||
;CopyrightFontName=Arial
|
||||
;CopyrightFontSize=8
|
||||
RightToLeft=yes
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=התקנה
|
||||
SetupWindowTitle=התקנה - %1
|
||||
UninstallAppTitle=הסרה
|
||||
UninstallAppFullTitle=הסרת %1
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=מידע
|
||||
ConfirmTitle=אישור
|
||||
ErrorTitle=שגיאה
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=תוכנה זו תתקין את %1 על מחשבך. האם ברצונך להמשיך?
|
||||
LdrCannotCreateTemp=שגיאה בעת יצירת קובץ זמני. ההתקנה תיסגר
|
||||
LdrCannotExecTemp=לא ניתן להריץ קובץ בתיקיה הזמנית. לא ניתן להמשיך בהתקנה
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nשגיאה %2: %3
|
||||
SetupFileMissing=לא ניתן לאתר את הקובץ %1 בתיקיית ההתקנה. אנא תקן את הבעיה או נסה שוב עם עותק חדש של התוכנה.
|
||||
SetupFileCorrupt=קבצי ההתקנה קטועים. אנא נסה להתקין עם עותק חדש של התוכנה.
|
||||
SetupFileCorruptOrWrongVer=קבצי ההתקנה קטועים, או שאינם תואמים לגירסה זו של תוכנת ההתקנה. אנא תקן את הבעיה או התקן את התוכנה מהתקנה חדשה.
|
||||
NotOnThisPlatform=תוכנה זו לא תפעל על %1.
|
||||
OnlyOnThisPlatform=תוכנה זו חייבת לפעול על %1.
|
||||
OnlyOnTheseArchitectures=ניתן להתקין תוכנה זו רק על גירסאות של 'חלונות' שתוכננות לארכיטקטורות מעבד אלו:%n%n%1
|
||||
MissingWOW64APIs=הגירסה של 'חלונות' עליה אתה עובד לא מכילה את הפונקציונליות הדרושה להתקנת 64-ביט. כדי לתקן שגיאה זו, אנא התקן ערכת שירות %1.
|
||||
WinVersionTooLowError=תוכנה זו מצריכה %1 לפחות בגרסה %2.
|
||||
WinVersionTooHighError=לא ניתן להתקין תוכנה זו על %1 בגירסה %2 או מאוחרת יותר
|
||||
AdminPrivilegesRequired=אתה חייב להתחבר כמנהל המחשב כדי להתקין תוכנה זו.
|
||||
PowerUserPrivilegesRequired=עליך להתחבר כמנהל המחשב, או כחבר של קבוצת 'משתמשי על' כדי להתקין תוכנה זו.
|
||||
SetupAppRunningError=תוכנת ההתקנה איבחנה כי %1 כרגע פועלת ברקע.%n%nאנא סגור את כל החלונות שלה, ולחץ על 'אישור' להמשך, או 'ביטול' ליציאה.
|
||||
UninstallAppRunningError=תוכנת ההסרה איבחנה כי %1 כרגע פועלת ברקע.%n%nאנא סגור את כל החלונות שלה, ולחץ על 'אישור' להמשך, או 'ביטול' ליציאה.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=תוכנת ההתקנה לא הצליחה ליצור את התיקיה "%1"
|
||||
ErrorTooManyFilesInDir=לא ניתן ליצור קובץ בתיקיה "%1" בגלל שהיא מכילה יותר מדי קבצים
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=יציאה מההתקנה
|
||||
ExitSetupMessage=ההתקנה עוד לא הסתיימה. אם תצא ממנה עכשיו, התוכנה לא תותקן על מחשבך.%n%nבאפשרותך להפעיל את תוכנת ההתקנה בזמן אחר כדי לסיים את תהליך ההתקנה.%n%nהאם אתה בטוח שברצונך לצאת?
|
||||
AboutSetupMenuItem=&אודות ההתקנה...
|
||||
AboutSetupTitle=אודות ההתקנה
|
||||
AboutSetupMessage=%1 גירסה %2%n%3%n%n%1 דף הבית:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=סטילגאר
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &הקודם
|
||||
ButtonNext=&הבא >
|
||||
ButtonInstall=&התקן
|
||||
ButtonOK=אישור
|
||||
ButtonCancel=ביטול
|
||||
ButtonYes=&כן
|
||||
ButtonYesToAll=כן ל&הכל
|
||||
ButtonNo=&לא
|
||||
ButtonNoToAll=ל&א להכל
|
||||
ButtonFinish=&סיים
|
||||
ButtonBrowse=&עיון...
|
||||
ButtonWizardBrowse=עיון...
|
||||
ButtonNewFolder=&צור תיקיה חדשה
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=בחר שפת התקנה
|
||||
SelectLanguageLabel=בחר את שפת ההתקנה של תוכנת ההתקנה:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=לחץ על 'הבא' כדי להמשיך בתהליך ההתקנה, או 'ביטול' ליציאה.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=בחר תיקיה
|
||||
BrowseDialogLabel=בחר תיקיה מהרשימה ולחץ על 'אישור'
|
||||
NewFolderName=תיקיה חדשה
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=ברוכים הבאים לתוכנת ההתקנה של [name]
|
||||
WelcomeLabel2=אשף זה ידריך אותך במהלך תהליך התקנת [name/ver] על מחשבך.%n%nמומלץ שתסגור את כל היישומים הפעילים במחשבך לפני ההתקנה.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=סיסמה
|
||||
PasswordLabel1=ההתקנה מוגנת בסיסמה.
|
||||
PasswordLabel3=אנא הזן את הסיסמה, ולחץ על 'הבא' כדי להמשיך. באותיות לועזיות, ישנו הבדל בין אותיות קטנות לגדולות.
|
||||
PasswordEditLabel=&סיסמה:
|
||||
IncorrectPassword=הסיסמה שהקלדת שגויה. אנא נסה שוב.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=רשיון שימוש
|
||||
LicenseLabel=אנא קרא את המידע החשוב הבא לפני המשך ההתקנה.
|
||||
LicenseLabel3=אנא קרא את רשיון השימוש הבא. עליך לקבל את התנאים שבהסכם זה לפני המשך ההתקנה.
|
||||
LicenseAccepted=אני &מקבל את ההסכם
|
||||
LicenseNotAccepted=אני &לא מקבל את ההסכם
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=מידע
|
||||
InfoBeforeLabel=אנא קרא את המידע החשוב הבא לפני המשך ההתקנה.
|
||||
InfoBeforeClickLabel=כשתהיה מוכן להמשיך בהתקנה, לחץ על 'הבא'.
|
||||
WizardInfoAfter=מידע
|
||||
InfoAfterLabel=אנא קרא את המידע החשוב הבא לפני המשך ההתקנה
|
||||
InfoAfterClickLabel=כשתהיה מוכן להמשיך בהתקנה, לחץ על 'הבא'.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=פרטי המשתמש
|
||||
UserInfoDesc=אנא הזן את נתוניך.
|
||||
UserInfoName=&שם משתמש:
|
||||
UserInfoOrg=&אירגון:
|
||||
UserInfoSerial=&מספר סידורי:
|
||||
UserInfoNameRequired=עליך להזין שם.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=בחר יעד להתקנה
|
||||
SelectDirDesc=היכן להתקין את [name]?
|
||||
SelectDirLabel3=תוכנת ההתקנה תתקין את [name] לתוך התיקייה הבאה.
|
||||
SelectDirBrowseLabel=להמשך, לחץ על 'הבא'. אם ברצונך לבחור תיקיה אחרת להתקנה, לחץ על 'עיון'.
|
||||
DiskSpaceMBLabel=דרושים להתקנה לפחות [mb] MB של שטח דיסק פנוי.
|
||||
ToUNCPathname=תוכנת ההתקנה לא יכולה להתקין לנתיב UNC. אם אתה מנסה להתקין לרשת, תצטרך למפות כונן רשת.
|
||||
InvalidPath=עליך לספק נתיב מלא עם אות הכונן; לדוגמה:%n%nC:\APP%n%nאו נתיב UNC בתצורה:%n%n\\server\share
|
||||
InvalidDrive=הכונן או שיתופית ה-UNC שבחרת לא קיימים או שאינם נגישים. אנא בחר כונן או שיתופית אחרים.
|
||||
DiskSpaceWarningTitle=שטח פנוי אינו מספיק
|
||||
DiskSpaceWarning=דרוש לפחות %1KB שטח דיסק פנוי להתקנה, אך לכונן שנבחר יש רק %2KB זמינים. האם ברצונך להמשיך למרות זאת?
|
||||
DirNameTooLong=שם התיקיה או נתיבה ארוך מדי
|
||||
InvalidDirName=שם התיקיה איננו חוקי.
|
||||
BadDirName32=שם התיקיה אינו יכול לכלול תווים אלו:%n%n%1
|
||||
DirExistsTitle=התיקיה קיימת
|
||||
DirExists=התיקיה:%n%n%1%n%nכבר קיימת. האם ברצונך להתקין לתיקיה זו בכל אופן?
|
||||
DirDoesntExistTitle=התיקייה אינה קיימת
|
||||
DirDoesntExist=התיקיה:%n%n%1%n%nאינה קיימת. האם ברצונך שתוכנת ההתקנה תיצור אותה?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=בחר רכיבים
|
||||
SelectComponentsDesc=אילו רכיבים ברצונך להתקין?
|
||||
SelectComponentsLabel2=בחר את הרכיבים שברצונך להתקין; הסר את הסימון מהרכיבים אותם אין ברצונך להתקין. לחץ על 'הבא' כאשר תהיה מוכן להמשיך.
|
||||
FullInstallation=התקנה מלאה
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=התקנה בסיסית
|
||||
CustomInstallation=התקנה מותאמת אישית
|
||||
NoUninstallWarningTitle=רכיבים קיימים
|
||||
NoUninstallWarning=תוכנת ההתקנה זיהתה שהרכיבים הבאים כבר מותקנים על מחשבך:%n%n%1%nהסרת הסימון מרכיבים אלו לא תסיר אותם ממחשבך.%n%nהאם ברצונך להמשיך בכל זאת?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=להתקנת הרכיבים שנבחרו דרושים לפחות [mb] MB פנויים על כונן היעד.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=בחר משימות נוספות
|
||||
SelectTasksDesc=אילו משימות נוספות על תוכנת ההתקנה לבצע?
|
||||
SelectTasksLabel2=בחר את המשימות הנוספות שברצונך שתוכנת ההתקנה תבצע בעת התקנת [name], ולאחר מכן לחץ על 'הבא'.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=בחר תיקייה בתפריט 'התחל'
|
||||
SelectStartMenuFolderDesc=היכן למקם את קיצורי הדרך לתוכנה?
|
||||
SelectStartMenuFolderLabel3=תוכנת ההתקנה תיצור קיצורי דרך לתוכנה בתיקיה הבאה בתפריט ה'התחל'.
|
||||
SelectStartMenuFolderBrowseLabel=להמשך, לחץ על 'הבא'. אם ברצונך לבחור תיקיה אחרת להתקנה, לחץ על 'עיון'.
|
||||
MustEnterGroupName=אתה חייב לציין שם תיקיה.
|
||||
GroupNameTooLong=שם התיקיה או נתיבה ארוך מדי
|
||||
InvalidGroupName=שם התיקיה אינו בר-תוקף.
|
||||
BadGroupName=שם התיקיה אינו יכול לכלול תווים אלו:%n%n%1
|
||||
NoProgramGroupCheck2=&אל תיצור תיקיה בתפריט 'התחל'
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=מוכן להתקנה
|
||||
ReadyLabel1=תוכנת ההתקנה מוכנה כעת להתקין את [name] על מחשבך.
|
||||
ReadyLabel2a=לחץ על 'התקן' להמשיך בהתקנה, או 'חזור' אם ברצונך לשנות הגדרות כלשהן.
|
||||
ReadyLabel2b=לחץ על 'התקן' כדי להמשיך בהתקנה
|
||||
ReadyMemoUserInfo=פרטי המשתמש:
|
||||
ReadyMemoDir=מיקום יעד:
|
||||
ReadyMemoType=סוג ההתקנה:
|
||||
ReadyMemoComponents=רכיבים שנבחרו:
|
||||
ReadyMemoGroup=תיקיה בתפריט 'התחל':
|
||||
ReadyMemoTasks=משימות נוספות לביצוע:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=מתכונן להתקנה
|
||||
PreparingDesc=תוכנת ההתקנה מתכוננת להתקנת [name] על מחשבך.
|
||||
PreviousInstallNotCompleted=התקנת/הסרת יישום קודם לא הושלמה. עליך להפעיל את מחשבך מחדש כדי להשלימה.%n%nלאחר הפעלת המחשב מחדש, הפעל את תוכנת ההתקנה שוב כדי להתקין את [name].
|
||||
CannotContinue=אין באפשרות תוכנת ההתקנה להמשיך בתהליך ההתקנה. נא לחץ 'ביטול' ליציאה.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=מתקין
|
||||
InstallingLabel=אנא המתן בשעה שתוכנת ההתקנה מתקינה את [name] על מחשבך.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=מסיים את התקנת [name]
|
||||
FinishedLabelNoIcons=התקנת [name] על מחשבך הסתיימה בהצלחה.
|
||||
FinishedLabel=התקנת [name] על מחשבך הסתיימה בהצלחה. להפעלת התוכנה לחץ על קיצורי הדרך שהועתקו למחשבך.
|
||||
ClickFinish=לחץ על 'סיום' ליציאה.
|
||||
FinishedRestartLabel=להשלמת ההתקנה של [name], על תוכנת ההתקנה להפעיל מחדש את מחשבך. האם ברצונך להפעילו מחדש עכשיו?
|
||||
FinishedRestartMessage=להשלמת ההתקנה של [name], על תוכנת ההתקנה להפעיל מחדש את מחשבך.%n%nהאם ברצונך להפעילו מחדש עכשיו?
|
||||
ShowReadmeCheck=כן, ברצוני לראות את קובץ ה-'קרא אותי'
|
||||
YesRadio=&כן, הפעל מחדש את המחשב עכשיו
|
||||
NoRadio=&לא, אפעילו מחדש ידנית מאוחר יותר
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=הפעל את %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=הצג %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=דרוש הדיסק הבא להמשך ההתקנה
|
||||
SelectDiskLabel2=אנא הכנס את דיסק מס' %1 ולחץ על 'אישור'.%n%nאם הקבצים שעל הדיסק נמצאים בתיקיה אחרת מזו המוצגת כאן, אנא הזן את הנתיב הנכון או לחץ על 'עיון'.
|
||||
PathLabel=&נתיב:
|
||||
FileNotInDir2=הקובץ "%1" לא נמצא ב"%2". אנא הכנס את הדיסק הנכון או בחר תיקיה אחרת.
|
||||
SelectDirectoryLabel=אנא בחר את מיקומו של הדיסק הבא.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=תהליך ההתקנה לא הושלם.%n%nאנא תקן את הבעיה והפעל את תהליך ההתקנה שוב.
|
||||
EntryAbortRetryIgnore=לחץ על 'נסה שוב' לנסות שוב, 'התעלם' כדי להמשיך בכל מקרה או 'ביטול' כדי לבטל את ההתקנה.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=יוצר תיקיות...
|
||||
StatusExtractFiles=מעתיק קבצים...
|
||||
StatusCreateIcons=יוצר קיצורי דרך...
|
||||
StatusCreateIniEntries=יוצר רשומות INI...
|
||||
StatusCreateRegistryEntries=יוצר רשומות בקובץ הרישום...
|
||||
StatusRegisterFiles=רושם קבצים...
|
||||
StatusSavingUninstall=שומר מידע החיוני להסרת התוכנה...
|
||||
StatusRunProgram=מסיים התקנה...
|
||||
StatusRollback=מבטל שינויים...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=שגיאה פנימית: %1
|
||||
ErrorFunctionFailedNoCode=%1 נכשל
|
||||
ErrorFunctionFailed=%1 נכשל; קוד %2
|
||||
ErrorFunctionFailedWithMessage=%1 נכשל; קוד %2.%n%3
|
||||
ErrorExecutingProgram=שגיאה בעת נסיון להריץ את הקובץ:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=שגיאה בעת פתיחת מפתח רישום:%n%1\%2
|
||||
ErrorRegCreateKey=שגיאה בעת יצירת מפתח רישום:%n%1\%2
|
||||
ErrorRegWriteKey=שגיאה בעת כתיבה למפתח רישום:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=שגיאה בעת כתיבת רשומת INI לקובץ "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=לחץ על 'נסה שוב' כדי לנסות שוב, 'התעלם' כדי לדלג על הקובץ הזה (לא מומלץ), או 'ביטול' כדי לבטל את ההתקנה.
|
||||
FileAbortRetryIgnore2=לחץ על 'נסה שוב' כדי לנסות שוב, 'התעלם' כדי להמשיך בכל אופן (לא מומלץ), או 'ביטול' כדי לבטל את ההתקנה.
|
||||
SourceIsCorrupted=קובץ המקור קטוע
|
||||
SourceDoesntExist=קובץ המקור "%1" אינו קיים
|
||||
ExistingFileReadOnly=הקובץ הקיים מסומן כקובץ לקריאה בלבד.%n%nלחץ על 'נסה שוב' כדי להוריד את תכונת הקריאה בלבד ולנסות שוב, 'התעלם' כדי לדלג על קובץ זה, או 'ביטול' כדי לבטל את ההתקנה.
|
||||
ErrorReadingExistingDest=שגיאה בעת נסיון לקרוא את הקובץ הקיים:
|
||||
FileExists=הקובץ כבר קיים.%n%nהאם ברצונך שתוכנת ההתקנה תשכתב אותו?
|
||||
ExistingFileNewer=הקובץ הקיים חדש יותר מהקובץ שתוכנת ההתקנה רוצה להתקין. המלצתנו היא שתשמור על הקובץ הקיים.%n%nהאם ברצונך לשמור את הקובץ הקיים?
|
||||
ErrorChangingAttr=שגיאה בעת נסיון לשנות מאפיינים של הקובץ הקיים:
|
||||
ErrorCreatingTemp=שגיאה בעת נסיון ליצור קובץ בתיקיית היעד:
|
||||
ErrorReadingSource=שגיאה בעת קריאת קובץ המקור:
|
||||
ErrorCopying=שגיאה בעת העתקת קובץ:
|
||||
ErrorReplacingExistingFile=שגיאה בעת נסיון להחליף את הקובץ הקיים:
|
||||
ErrorRestartReplace=כשל ב-RestartReplace:
|
||||
ErrorRenamingTemp=שגיאה בעת נסיון לשנות שם קובץ בתיקיית היעד:
|
||||
ErrorRegisterServer=שגיאה בעת רישום DLL/OCX: %1
|
||||
ErrorRegSvr32Failed=RegSvr32 כשל עם קוד יציאה %1
|
||||
ErrorRegisterTypeLib=לא ניתן לרשום את ספריית הטיפוס: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=שגיאה בנסיון פתיחת קובץ 'קרא אותי'.
|
||||
ErrorRestartingComputer=תוכנת ההתקנה לא הצליחה להפעיל מחדש את מחשבך. אנא עשה זאת ידנית.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=הקובץ "%1" לא קיים. לא ניתן להמשיך בהתקנה.
|
||||
UninstallOpenError=לא ניתן לפתוח את הקובץ "%1". לא ניתן להמשיך בהתקנה.
|
||||
UninstallUnsupportedVer=קובץ תיעוד ההסרה "%1" הוא בפורמט שאינו מזוהה ע"י גירסה זו של תוכנת ההסרה. לא ניתן להמשיך בתהליך ההסרה
|
||||
UninstallUnknownEntry=רשומה לא מזוהה (%1) זוהתה בתיעוד ההסרה.
|
||||
ConfirmUninstall=האם אתה בטוח שברצונך להסיר לחלוטין את %1 ואת כל מרכיביו הנלווים?
|
||||
UninstallOnlyOnWin64=התקנה זו יכולה להיות מוסרת רק על 'חלונות' בגירסת 64-ביט.
|
||||
OnlyAdminCanUninstall=רק משתמש בעל זכויות ניהול יכול להסיר התקנה זו.
|
||||
UninstallStatusLabel=אנא המתן בעת ש%1 מוסרת ממחשבך.
|
||||
UninstalledAll=%1 הוסרה ממחשבך בהצלחה.
|
||||
UninstalledMost=הסרת %1 הסתיימה.%n%nמספר רכיבים לא הוסרו ע"י התוכנה, אך ניתן להסירם ידנית.
|
||||
UninstalledAndNeedsRestart=כדי להשלים את תהליך ההסרה של %1, עליך להפעיל מחדש את מחשבך.%n%nהאם ברצונך להפעילו מחדש עכשיו?
|
||||
UninstallDataCorrupted=הקובץ "%1" קטוע. לא ניתן להמשיך בתהליך ההתקנה
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=האם להסיר את קובץ משותף?
|
||||
ConfirmDeleteSharedFile2=המערכת איבחנה כי הקובץ המשותף הזה אינו בשימוש עוד על ידי אף תוכנה. האם להסיר את הקובץ המשותף?%n%nאם ישנן תוכנות שעדיין משתמשות בקובץ זה והוא יוסר, תפקודן של תוכנות אלו עלול להיפגע. אם אינך בטוח, בחר 'לא'. השארת הקובץ על מחשבך לא תזיק.
|
||||
SharedFileNameLabel=שם הקובץ:
|
||||
SharedFileLocationLabel=מיקום:
|
||||
WizardUninstalling=מצב תהליך ההסרה
|
||||
StatusUninstalling=מסיר את %1...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 גירסה %2
|
||||
AdditionalIcons=סימלונים נוספים:
|
||||
CreateDesktopIcon=צור קיצור דרך על &שולחן העבודה
|
||||
CreateQuickLaunchIcon=צור סימלון בשורת ההרצה המהירה
|
||||
ProgramOnTheWeb=%1 ברשת
|
||||
UninstallProgram=הסר את %1
|
||||
LaunchProgram=הפעל %1
|
||||
AssocFileExtension=&קשר את %1 עם סיומת הקובץ %2
|
||||
AssocingFileExtension=מקשר את %1 עם סיומת הקובץ %2
|
339
Greenshot/tools/innosetup/Languages/Hungarian.isl
Normal file
339
Greenshot/tools/innosetup/Languages/Hungarian.isl
Normal file
|
@ -0,0 +1,339 @@
|
|||
; *** Inno Setup version 5.1.11+ Hungarian messages with "a(z)" definite articles ***
|
||||
; Copyright (C) 1999-2008 Kornél Pál
|
||||
; All rights reserved.
|
||||
; E-mail: kornelpal@gmail.com
|
||||
; Hungarian Inno Setup translation home page: http://www.kornelpal.hu/ishu
|
||||
;
|
||||
; You can download the versions with "a" and "az" definite articles and read
|
||||
; about the usage of different Hungarian definite articles on this page.
|
||||
;
|
||||
; For conditions of use and distribution see Readme.htm file contained in the
|
||||
; Hungarian Inno Setup messages package available on the above home page.
|
||||
;
|
||||
; *** Inno Setup 5.1.11+ verzió magyar üzenetek "a(z)" határozott névelőkkel ***
|
||||
; Copyright (C) 1999-2008 Pál Kornél
|
||||
; Minden jog fenntartva.
|
||||
; E-mail: kornelpal@gmail.com
|
||||
; Magyar Inno Setup oldal: http://www.palkornel.hu/innosetup
|
||||
;
|
||||
; Az oldalról letölthető az "a" és az "az" névelőket tartalmazó változat, és
|
||||
; olvashatsz a különböző magyar határozott névelők használatáról is.
|
||||
;
|
||||
; A használat és a továbbadás feltételei a fenti oldalról letölthető Magyar
|
||||
; Inno Setup üzenetek csomagban található Fontos.htm fájlban olvashatóak.
|
||||
;
|
||||
; To download user-contributed translations of this file, go to:
|
||||
; http://www.jrsoftware.org/is3rdparty.php
|
||||
;
|
||||
; Note: When translating this text, do not add periods (.) to the end of
|
||||
; messages that didn't have them already, because on those messages Inno
|
||||
; Setup adds the periods automatically (appending a period would result in
|
||||
; two periods being displayed).
|
||||
|
||||
[LangOptions]
|
||||
; The following three entries are very important. Be sure to read and
|
||||
; understand the '[LangOptions] section' topic in the help file.
|
||||
LanguageName=Magyar
|
||||
LanguageID=$040E
|
||||
LanguageCodePage=1250
|
||||
; If the language you are translating to requires special font faces or
|
||||
; sizes, uncomment any of the following entries and change them accordingly.
|
||||
;DialogFontName=
|
||||
;DialogFontSize=8
|
||||
;WelcomeFontName=Verdana
|
||||
;WelcomeFontSize=12
|
||||
TitleFontName=Arial CE
|
||||
;TitleFontSize=29
|
||||
CopyrightFontName=Arial CE
|
||||
;CopyrightFontSize=8
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Telepítő
|
||||
SetupWindowTitle=%1 Telepítő
|
||||
UninstallAppTitle=Eltávolító
|
||||
UninstallAppFullTitle=%1 Eltávolító
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Információk
|
||||
ConfirmTitle=Megerősítés
|
||||
ErrorTitle=Hiba
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=A(z) %1 telepítésre fog kerülni. Kívánja folytatni a telepítést?
|
||||
LdrCannotCreateTemp=Nem lehet átmeneti fájlt létrehozni. A telepítés megszakadt
|
||||
LdrCannotExecTemp=Az átmeneti könyvtárban nem lehet fájlt végrehajtani. A telepítés megszakadt
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nHiba %2: %3
|
||||
SetupFileMissing=A(z) %1 fájl hiányzik a telepítő könyvtárából. Hárítsa el a hibát, vagy szerezzen be egy új másolatot a programról.
|
||||
SetupFileCorrupt=A telepítő fájlok megsérültek. Szerezzen be egy új másolatot a programról.
|
||||
SetupFileCorruptOrWrongVer=A telepítő fájlok megsérültek, vagy nem kompatibilisek a Telepítő jelen verziójával. Hárítsa el a hibát, vagy szerezzen be egy új másolatot a programról.
|
||||
NotOnThisPlatform=Ez a program nem futtatható %1 alatt.
|
||||
OnlyOnThisPlatform=Ezt a programot %1 alatt kell futtatni.
|
||||
OnlyOnTheseArchitectures=Ezt a programot csak a Windows következő processzorarchitektúrákhoz tervezett változataira lehet telepíteni:%n%n%1
|
||||
MissingWOW64APIs=A Windows Ön által futtatott verziója nem tartalmazza a Telepítő által a 64-bites telepítés elvégzéséhez igényelt funkcionalitást. A hiba elhárításához a Service Pack %1 telepítése szükséges.
|
||||
WinVersionTooLowError=A program a %1 %2 vagy későbbi verzióját igényli.
|
||||
WinVersionTooHighError=A programot nem lehet a %1 %2 vagy későbbi verziójára telepíteni.
|
||||
AdminPrivilegesRequired=A program telepítéséhez rendszergazdaként kell bejelentkezni.
|
||||
PowerUserPrivilegesRequired=A program telepítéséhez rendszergazdaként vagy a kiemelt felhasználók csoport tagjaként kell bejelentkezni.
|
||||
SetupAppRunningError=A Telepítő megállapította, hogy a(z) %1 jelenleg fut.%n%nKérem, zárja be az összes példányát, majd a folytatáshoz kattintson az OK gombra, vagy a Mégse gombra a kilépéshez.
|
||||
UninstallAppRunningError=Az Eltávolító megállapította, hogy a(z) %1 jelenleg fut.%n%nKérem, zárja be az összes példányát, majd a folytatáshoz kattintson az OK gombra, vagy a Mégse gombra a kilépéshez.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=A telepítő nem tudta létrehozni a(z) "%1" könyvtárat
|
||||
ErrorTooManyFilesInDir=Nem hozható létre fájl a(z) "%1" könyvtárban, mert az már túl sok fájlt tartalmaz
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Kilépés a Telepítőből
|
||||
ExitSetupMessage=A telepítés még nem fejeződött be. Ha most kilép, a program nem kerül telepítésre.%n%nA Telepítőt később is futtathatja a telepítés befejezéséhez.%n%nKilép a Telepítőből?
|
||||
AboutSetupMenuItem=&Névjegy...
|
||||
AboutSetupTitle=Telepítő névjegye
|
||||
AboutSetupMessage=%1 %2 verzió%n%3%n%nAz %1 honlapja:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=Magyar változat:%nCopyright (C) 1999-2008 Pál Kornél%nMinden jog fenntartva.%n%nMagyar Inno Setup oldal:%nhttp://www.palkornel.hu/innosetup
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Vissza
|
||||
ButtonNext=&Tovább >
|
||||
ButtonInstall=&Telepítés
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Mégse
|
||||
ButtonYes=&Igen
|
||||
ButtonYesToAll=Igen, &mindet
|
||||
ButtonNo=&Nem
|
||||
ButtonNoToAll=&Egyiket sem
|
||||
ButtonFinish=&Befejezés
|
||||
ButtonBrowse=&Tallózás...
|
||||
ButtonWizardBrowse=T&allózás...
|
||||
ButtonNewFolder=Ú&j mappa
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Válasszon telepítési nyelvet
|
||||
SelectLanguageLabel=Válassza ki a telepítés során használandó nyelvet:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=A folytatáshoz kattintson a Tovább gombra, vagy a Mégse gombra a Telepítőből történő kilépéshez.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Tallózás a mappák között
|
||||
BrowseDialogLabel=Válasszon egy mappát az alábbi listából, majd kattintson az OK gombra.
|
||||
NewFolderName=Új mappa
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Üdvözli a(z) [name] Telepítő Varázsló.
|
||||
WelcomeLabel2=A(z) [name/ver] a számítógépére fog kerülni.%n%nA telepítés folytatása előtt ajánlott minden más futó alkalmazást bezárni.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Jelszó
|
||||
PasswordLabel1=Ez a telepítés jelszóval van védve.
|
||||
PasswordLabel3=Adja meg a jelszót, majd a folytatáshoz kattintson a Tovább gombra. A jelszavakban a kis- és a nagybetűk különbözőnek számítanak.
|
||||
PasswordEditLabel=&Jelszó:
|
||||
IncorrectPassword=A megadott jelszó helytelen. Próbálja újra.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Licencszerződés
|
||||
LicenseLabel=Olvassa el a következő fontos információkat a folytatás előtt.
|
||||
LicenseLabel3=Kérem, olvassa el az alábbi licencszerződést. El kell fogadnia a szerződés feltételeit a telepítés folytatása előtt.
|
||||
LicenseAccepted=&Elfogadom a szerződést
|
||||
LicenseNotAccepted=&Nem fogadom el a szerződést
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Információk
|
||||
InfoBeforeLabel=Olvassa el a következő fontos információkat a folytatás előtt.
|
||||
InfoBeforeClickLabel=Ha felkészült a telepítés folytatására, kattintson a Tovább gombra.
|
||||
WizardInfoAfter=Információk
|
||||
InfoAfterLabel=Olvassa el a következő fontos információkat a folytatás előtt.
|
||||
InfoAfterClickLabel=Ha felkészült a telepítés folytatására, kattintson a Tovább gombra.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Felhasználó adatai
|
||||
UserInfoDesc=Kérem, adja meg az adatait.
|
||||
UserInfoName=&Felhasználónév:
|
||||
UserInfoOrg=&Szervezet:
|
||||
UserInfoSerial=&Sorozatszám:
|
||||
UserInfoNameRequired=Meg kell adnia egy nevet.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Válasszon telepítési helyet
|
||||
SelectDirDesc=Hova kerüljön telepítésre a(z) [name]?
|
||||
SelectDirLabel3=A Telepítő a(z) [name] alkalmazást a következő mappába fogja telepíteni.
|
||||
SelectDirBrowseLabel=A folytatáshoz kattintson a Tovább gombra. Másik mappa kiválasztásához kattintson a Tallózás gombra.
|
||||
DiskSpaceMBLabel=Legalább [mb] MB szabad lemezterületre van szükség.
|
||||
ToUNCPathname=A Telepítő nem tud hálózati útvonalra telepíteni. Ha hálózatra kíván telepíteni, csatlakoztatnia kell egy hálózati meghajtót.
|
||||
InvalidPath=Teljes útvonalat írjon be a meghajtó betűjelével; például:%n%nC:\Alkalmazás%n%nvagy egy hálózati útvonalat a következő alakban:%n%n\\kiszolgáló\megosztás
|
||||
InvalidDrive=A kiválasztott meghajtó vagy hálózati megosztás nem létezik vagy nem érhető el. Válasszon másikat.
|
||||
DiskSpaceWarningTitle=Nincs elég szabad lemezterület a meghajtón
|
||||
DiskSpaceWarning=A Telepítőnek legalább %1 KB szabad lemezterületre van szüksége, de a kiválasztott meghajtón csak %2 KB áll rendelkezésre.%n%nMindenképpen folytatni kívánja?
|
||||
DirNameTooLong=A mappanév vagy az útvonal túl hosszú.
|
||||
InvalidDirName=A mappanév érvénytelen.
|
||||
BadDirName32=A mappanevekben nem szerepelhetnek a következő karakterek:%n%n%1
|
||||
DirExistsTitle=A mappa már létezik
|
||||
DirExists=A következő mappa már létezik:%n%n%1 %n%nEbbe a mappába kívánja telepíteni a programot?
|
||||
DirDoesntExistTitle=A mappa nem létezik
|
||||
DirDoesntExist= A következő mappa nem létezik:%n%n%1%n%nLétre kívánja hozni a mappát?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Összetevők kiválasztása
|
||||
SelectComponentsDesc=Mely összetevők kerüljenek telepítésre?
|
||||
SelectComponentsLabel2=Válassza ki a telepítendő összetevőket; törölje a telepíteni nem kívánt összetevőket. Kattintson a Tovább gombra, ha készen áll a folytatásra.
|
||||
FullInstallation=Teljes telepítés
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Szokásos telepítés
|
||||
CustomInstallation=Egyéni telepítés
|
||||
NoUninstallWarningTitle=Létező összetevő
|
||||
NoUninstallWarning=A Telepítő megállapította, hogy a következő összetevők már telepítve vannak a számítógépére:%n%n%1%n%nEzen összetevők kijelölésének törlése nem távolítja el azokat a számítógépéről.%n%nMindenképpen folytatja?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=A jelenlegi kijelölés legalább [mb] MB lemezterületet igényel.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Jelöljön ki kiegészítő feladatokat
|
||||
SelectTasksDesc=Mely kiegészítő feladatok kerüljenek végrehajtásra?
|
||||
SelectTasksLabel2=Jelölje ki, mely kiegészítő feladatokat hajtsa végre a Telepítő a(z) [name] telepítése során, majd kattintson a Tovább gombra.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Válasszon mappát a Start menüben
|
||||
SelectStartMenuFolderDesc=Hova helyezze a Telepítő a program parancsikonjait?
|
||||
SelectStartMenuFolderLabel3=A Telepítő a program parancsikonjait a Start menü következő mappájában fogja létrehozni.
|
||||
SelectStartMenuFolderBrowseLabel=A folytatáshoz kattintson a Tovább gombra. Másik mappa kiválasztásához kattintson a Tallózás gombra.
|
||||
MustEnterGroupName=Meg kell adnia egy mappanevet.
|
||||
GroupNameTooLong=A mappanév vagy az útvonal túl hosszú.
|
||||
InvalidGroupName=A mappanév érvénytelen.
|
||||
BadGroupName=A mappa nevében nem szerepelhetnek a következő karakterek:%n%n%1
|
||||
NoProgramGroupCheck2=&Ne hozzon létre mappát a Start menüben
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=A Telepítő felkészült
|
||||
ReadyLabel1=A Telepítő felkészült a(z) [name] számítógépére történő telepítésére.
|
||||
ReadyLabel2a=Kattintson a Telepítés gombra a folytatáshoz, vagy a Vissza gombra a beállítások áttekintéséhez, megváltoztatásához.
|
||||
ReadyLabel2b=Kattintson a Telepítés gombra a folytatáshoz.
|
||||
ReadyMemoUserInfo=Felhasználó adatai:
|
||||
ReadyMemoDir=Telepítés helye:
|
||||
ReadyMemoType=Telepítés típusa:
|
||||
ReadyMemoComponents=Választott összetevők:
|
||||
ReadyMemoGroup=Start menü mappája:
|
||||
ReadyMemoTasks=Kiegészítő feladatok:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Felkészülés a telepítésre
|
||||
PreparingDesc=A Telepítő felkészül a(z) [name] számítógépére történő telepítésére.
|
||||
PreviousInstallNotCompleted=Egy korábbi program telepítése/eltávolítása nem fejeződött be. Újra kell indítania a számítógépét a másik telepítés befejezéséhez.%n%nA számítógépe újraindítása után ismét futtassa a Telepítőt a(z) [name] telepítésének befejezéséhez.
|
||||
CannotContinue=A telepítés nem folytatható. A kilépéshez kattintson a Mégse gombra.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Telepítés állapota
|
||||
InstallingLabel=Legyen türelemmel, amíg a(z) [name] számítógépére történő telepítése folyik.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=A(z) [name] Telepítő Varázsló befejezése
|
||||
FinishedLabelNoIcons=A(z) [name] telepítése befejeződött.
|
||||
FinishedLabel=A(z) [name] telepítése befejeződött. Az alkalmazást a létrehozott ikonok kiválasztásával indíthatja.
|
||||
ClickFinish=Kattintson a Befejezés gombra a Telepítőből történő kilépéshez.
|
||||
FinishedRestartLabel=A(z) [name] telepítésének befejezéséhez újra kell indítani a számítógépet. Újraindítja most?
|
||||
FinishedRestartMessage=A(z) [name] telepítésének befejezéséhez újra kell indítani a számítógépet.%n%nÚjraindítja most?
|
||||
ShowReadmeCheck=Igen, szeretném elolvasni a FONTOS fájlt
|
||||
YesRadio=&Igen, újraindítom
|
||||
NoRadio=&Nem, később indítom újra
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=%1 futtatása
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=%1 megtekintése
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=A Telepítőnek szüksége van a következő lemezre
|
||||
SelectDiskLabel2=Helyezze be a(z) %1. lemezt és kattintson az OK gombra.%n%nHa a fájlok a lemez egy a megjelenítettől különböző mappájában találhatók, írja be a helyes útvonalat vagy kattintson a Tallózás gombra.
|
||||
PathLabel=Ú&tvonal:
|
||||
FileNotInDir2=A(z) "%1" fájl nem található a következő helyen: "%2". Helyezze be a megfelelő lemezt vagy válasszon egy másik mappát.
|
||||
SelectDirectoryLabel=Adja meg a következő lemez helyét.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=A telepítés nem fejeződött be.%n%nHárítsa el a hibát, és futtassa újra a Telepítőt.
|
||||
EntryAbortRetryIgnore=Kilépés: megszakítás, Ismét: megismétlés, Tovább: folytatás
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Könyvtárak létrehozása...
|
||||
StatusExtractFiles=Fájlok kibontása...
|
||||
StatusCreateIcons=Parancsikonok létrehozása...
|
||||
StatusCreateIniEntries=INI bejegyzések létrehozása...
|
||||
StatusCreateRegistryEntries=Rendszerleíró bejegyzések létrehozása...
|
||||
StatusRegisterFiles=Fájlok regisztrálása...
|
||||
StatusSavingUninstall=Eltávolító információk mentése...
|
||||
StatusRunProgram=Telepítés befejezése...
|
||||
StatusRollback=Változtatások visszavonása...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Belső hiba: %1
|
||||
ErrorFunctionFailedNoCode=Sikertelen %1
|
||||
ErrorFunctionFailed=Sikertelen %1; kód: %2
|
||||
ErrorFunctionFailedWithMessage=Sikertelen %1; kód: %2.%n%3
|
||||
ErrorExecutingProgram=Nem hajtható végre a fájl:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Nem nyitható meg a rendszerleíró kulcs:%n%1\%2
|
||||
ErrorRegCreateKey=Nem hozható létre a rendszerleíró kulcs:%n%1\%2
|
||||
ErrorRegWriteKey=Nem módosítható a rendszerleíró kulcs:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Hiba az INI bejegyzés létrehozása közben a(z) "%1" fájlban.
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Kilépés: megszakítás, Ismét: megismétlés, Tovább: a fájl átlépése (nem ajánlott)
|
||||
FileAbortRetryIgnore2=Kilépés: megszakítás, Ismét: megismétlés, Tovább: folytatás (nem ajánlott)
|
||||
SourceIsCorrupted=A forrásfájl megsérült
|
||||
SourceDoesntExist=A(z) "%1" forrásfájl nem létezik
|
||||
ExistingFileReadOnly=A fájl csak olvashatóként van jelölve.%n%nKilépés: megszakítás, Ismét: csak olvasható jelölés megszüntetése, és megismétlés, Tovább: a fájl átlépése (nem ajánlott)
|
||||
ErrorReadingExistingDest=Hiba lépett fel a fájl olvasása közben:
|
||||
FileExists=A fájl már létezik.%n%nFelül kívánja írni?
|
||||
ExistingFileNewer=A létező fájl újabb a telepítésre kerülőnél. Ajánlott a létező fájl megtartása.%n%nMeg kívánja tartani a létező fájlt?
|
||||
ErrorChangingAttr=Hiba lépett fel a fájl attribútumának módosítása közben:
|
||||
ErrorCreatingTemp=Hiba lépett fel a fájl telepítési könyvtárban történő létrehozása közben:
|
||||
ErrorReadingSource=Hiba lépett fel a forrásfájl olvasása közben:
|
||||
ErrorCopying=Hiba lépett fel a fájl másolása közben:
|
||||
ErrorReplacingExistingFile=Hiba lépett fel a létező fájl cseréje közben:
|
||||
ErrorRestartReplace=A fájl cseréje az újraindítás után sikertelen volt:
|
||||
ErrorRenamingTemp=Hiba lépett fel fájl telepítési könyvtárban történő átnevezése közben:
|
||||
ErrorRegisterServer=Nem lehet regisztrálni a DLL-t/OCX-et: %1
|
||||
ErrorRegSvr32Failed=sikertelen RegSvr32. A visszaadott kód: %1
|
||||
ErrorRegisterTypeLib=Nem lehet regisztrálni a típustárat: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Hiba lépett fel a FONTOS fájl megnyitása közben.
|
||||
ErrorRestartingComputer=A Telepítő nem tudta újraindítani a számítógépet. Indítsa újra kézileg.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=A(z) "%1" fájl nem létezik. Nem távolítható el.
|
||||
UninstallOpenError=A(z) "%1" fájl nem nyitható meg. Nem távolítható el
|
||||
UninstallUnsupportedVer=A(z) "%1" eltávolítási naplófájl formátumát nem tudja felismerni az eltávolító jelen verziója. Az eltávolítás nem folytatható
|
||||
UninstallUnknownEntry=Egy ismeretlen bejegyzés (%1) található az eltávolítási naplófájlban
|
||||
ConfirmUninstall=Biztosan el kívánja távolítani a(z) %1 programot és minden összetevőjét?
|
||||
UninstallOnlyOnWin64=Ezt a telepítést csak 64-bites Windowson lehet eltávolítani.
|
||||
OnlyAdminCanUninstall=Ezt a telepítést csak adminisztrációs jogokkal rendelkező felhasználó távolíthatja el.
|
||||
UninstallStatusLabel=Legyen türelemmel, amíg a(z) %1 számítógépéről történő eltávolítása befejeződik.
|
||||
UninstalledAll=A(z) %1 sikeresen el lett távolítva a számítógépről.
|
||||
UninstalledMost=A(z) %1 eltávolítása befejeződött.%n%nNéhány elemet nem lehetetett eltávolítani. Törölje kézileg.
|
||||
UninstalledAndNeedsRestart=A(z) %1 eltávolításának befejezéséhez újra kell indítania a számítógépét.%n%nÚjraindítja most?
|
||||
UninstallDataCorrupted=A(z) "%1" fájl sérült. Nem távolítható el.
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Törli a megosztott fájlt?
|
||||
ConfirmDeleteSharedFile2=A rendszer azt jelzi, hogy a következő megosztott fájlra már nincs szüksége egyetlen programnak sem. Eltávolítja a megosztott fájlt?%n%nHa más programok még mindig használják a megosztott fájlt, akkor az eltávolítása után lehet, hogy nem fognak megfelelően működni. Ha bizonytalan, válassza a Nemet. A fájl megtartása nem okoz problémát a rendszerben.
|
||||
SharedFileNameLabel=Fájlnév:
|
||||
SharedFileLocationLabel=Helye:
|
||||
WizardUninstalling=Eltávolítás állapota
|
||||
StatusUninstalling=%1 eltávolítása...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 %2 verzió
|
||||
AdditionalIcons=További ikonok:
|
||||
CreateDesktopIcon=Ikon létrehozása az &Asztalon
|
||||
CreateQuickLaunchIcon=Ikon létrehozása a &Gyorsindítás eszköztáron
|
||||
ProgramOnTheWeb=%1 a weben
|
||||
UninstallProgram=%1 eltávolítása
|
||||
LaunchProgram=%1 elindítása
|
||||
AssocFileExtension=A(z) %1 &társítása a(z) %2 fájlkiterjesztéssel
|
||||
AssocingFileExtension=A(z) %1 társítása a(z) %2 fájlkiterjesztéssel...
|
323
Greenshot/tools/innosetup/Languages/Italian.isl
Normal file
323
Greenshot/tools/innosetup/Languages/Italian.isl
Normal file
|
@ -0,0 +1,323 @@
|
|||
; *** Inno Setup versione 5.1.11+ lingua Italiana ***
|
||||
;
|
||||
; To download user-contributed translations of this file, go to:
|
||||
; http://www.jrsoftware.org/is3rdparty.php
|
||||
;
|
||||
; Note: When translating this text, do not add periods (.) to the end of
|
||||
; messages that didn't have them already, because on those messages Inno
|
||||
; Setup adds the periods automatically (appending a period would result in
|
||||
; two periods being displayed).
|
||||
;
|
||||
; Italian.isl revisione 30b - 2007/02/28 (Basato su Default.isl 1.69)
|
||||
;
|
||||
; Tradotto da ale5000
|
||||
; E-mail: ale5000 AT tiscali DOT it
|
||||
; Segnalatemi via e-mail eventuali errori o suggerimenti.
|
||||
|
||||
[LangOptions]
|
||||
; The following three entries are very important. Be sure to read and
|
||||
; understand the '[LangOptions] section' topic in the help file.
|
||||
LanguageName=Italiano
|
||||
LanguageID=$0410
|
||||
LanguageCodePage=1252
|
||||
; If the language you are translating to requires special font faces or
|
||||
; sizes, uncomment any of the following entries and change them accordingly.
|
||||
;DialogFontName=
|
||||
;DialogFontSize=8
|
||||
;WelcomeFontName=Verdana
|
||||
;WelcomeFontSize=12
|
||||
;TitleFontName=Arial
|
||||
;TitleFontSize=29
|
||||
;CopyrightFontName=Arial
|
||||
;CopyrightFontSize=8
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Installazione
|
||||
SetupWindowTitle=Installazione di %1
|
||||
UninstallAppTitle=Disinstallazione
|
||||
UninstallAppFullTitle=Disinstallazione di %1
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Informazioni
|
||||
ConfirmTitle=Conferma
|
||||
ErrorTitle=Errore
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Questa è l'installazione di %1. Si desidera continuare?
|
||||
LdrCannotCreateTemp=Impossibile creare un file temporaneo. Installazione annullata
|
||||
LdrCannotExecTemp=Impossibile eseguire un file nella cartella temporanea. Installazione annullata
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nErrore %2: %3
|
||||
SetupFileMissing=File %1 non trovato nella cartella di installazione. Correggere il problema o richiedere una nuova copia del software.
|
||||
SetupFileCorrupt=I file di installazione sono danneggiati. Richiedere una nuova copia del software.
|
||||
SetupFileCorruptOrWrongVer=I file di installazione sono danneggiati, o sono incompatibili con questa versione del programma di installazione. Correggere il problema o richiedere una nuova copia del software.
|
||||
NotOnThisPlatform=Questo programma non è compatibile con %1.
|
||||
OnlyOnThisPlatform=Questo programma richiede %1.
|
||||
OnlyOnTheseArchitectures=Questo programma può essere installato solo su versioni di Windows progettate per le seguenti architetture del processore:%n%n%1
|
||||
MissingWOW64APIs=La versione di Windows utilizzata non include la funzionalità richiesta dal programma di installazione per realizzare un'installazione a 64-bit. Per correggere questo problema, installare il Service Pack %1.
|
||||
WinVersionTooLowError=Questo programma richiede %1 versione %2 o successiva.
|
||||
WinVersionTooHighError=Questo programma non può essere installato su %1 versione %2 o successiva.
|
||||
AdminPrivilegesRequired=Sono richiesti privilegi di amministratore per installare questo programma.
|
||||
PowerUserPrivilegesRequired=Sono richiesti privilegi di amministratore o di Power Users per poter installare questo programma.
|
||||
SetupAppRunningError=%1 è attualmente in esecuzione.%n%nChiudere adesso tutte le istanze del programma e poi premere OK, oppure premere Annulla per uscire.
|
||||
UninstallAppRunningError=%1 è attualmente in esecuzione.%n%nChiudere adesso tutte le istanze del programma e poi premere OK, oppure premere Annulla per uscire.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=Impossibile creare la cartella "%1"
|
||||
ErrorTooManyFilesInDir=Impossibile creare i file nella cartella "%1" perché contiene troppi file
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Uscita dall'installazione
|
||||
ExitSetupMessage=L'installazione non è completa. Uscendo dall'installazione in questo momento, il programma non sarà installato.%n%nÈ possibile eseguire l'installazione in un secondo tempo.%n%nUscire dall'installazione?
|
||||
AboutSetupMenuItem=&Informazioni sull'installazione...
|
||||
AboutSetupTitle=Informazioni sull'installazione
|
||||
AboutSetupMessage=%1 versione %2%n%3%n%n%1 sito web:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Indietro
|
||||
ButtonNext=&Avanti >
|
||||
ButtonInstall=&Installa
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Annulla
|
||||
ButtonYes=&Si
|
||||
ButtonYesToAll=Si a &tutto
|
||||
ButtonNo=&No
|
||||
ButtonNoToAll=N&o a tutto
|
||||
ButtonFinish=&Fine
|
||||
ButtonBrowse=&Sfoglia...
|
||||
ButtonWizardBrowse=S&foglia...
|
||||
ButtonNewFolder=&Crea nuova cartella
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Selezionare la lingua dell'installazione
|
||||
SelectLanguageLabel=Selezionare la lingua da utilizzare durante l'installazione:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Premere Avanti per continuare, o Annulla per uscire.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Sfoglia per cartelle
|
||||
BrowseDialogLabel=Selezionare una cartella dalla lista, poi premere OK.
|
||||
NewFolderName=Nuova cartella
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Benvenuti nel programma di installazione di [name]
|
||||
WelcomeLabel2=[name/ver] sarà installato sul computer.%n%nSi consiglia di chiudere tutte le applicazioni attive prima di procedere.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Password
|
||||
PasswordLabel1=Questa installazione è protetta da password.
|
||||
PasswordLabel3=Inserire la password, poi premere Avanti per continuare. Le password sono sensibili alle maiuscole/minuscole.
|
||||
PasswordEditLabel=&Password:
|
||||
IncorrectPassword=La password inserita non è corretta, riprovare.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Contratto di licenza
|
||||
LicenseLabel=Leggere con attenzione le informazioni che seguono prima di procedere.
|
||||
LicenseLabel3=Leggere il seguente contratto di licenza. È necessario accettare tutti i termini del contratto per procedere con l'installazione.
|
||||
LicenseAccepted=&Accetto i termini del contratto di licenza
|
||||
LicenseNotAccepted=&Non accetto i termini del contratto di licenza
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Informazioni
|
||||
InfoBeforeLabel=Leggere le importanti informazioni che seguono prima di procedere.
|
||||
InfoBeforeClickLabel=Quando si è pronti per proseguire, premere Avanti.
|
||||
WizardInfoAfter=Informazioni
|
||||
InfoAfterLabel=Leggere le importanti informazioni che seguono prima di procedere.
|
||||
InfoAfterClickLabel=Quando si è pronti per proseguire, premere Avanti.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Informazioni utente
|
||||
UserInfoDesc=Inserire le seguenti informazioni.
|
||||
UserInfoName=&Nome:
|
||||
UserInfoOrg=&Società:
|
||||
UserInfoSerial=&Numero di serie:
|
||||
UserInfoNameRequired=È necessario inserire un nome.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Selezione della cartella di installazione
|
||||
SelectDirDesc=Dove si vuole installare [name]?
|
||||
SelectDirLabel3=[name] sarà installato nella seguente cartella.
|
||||
SelectDirBrowseLabel=Per continuare, premere Avanti. Per scegliere un'altra cartella, premere Sfoglia.
|
||||
DiskSpaceMBLabel=Sono richiesti almeno [mb] MB di spazio sul disco.
|
||||
ToUNCPathname=Non è possiblie installare su un percorso di rete. Se si sta installando attraverso una rete, si deve connettere la risorsa come una unità di rete.
|
||||
InvalidPath=Si deve inserire un percorso completo di lettera di unità; per esempio:%n%nC:\APP%n%no un percorso di rete nella forma:%n%n\\server\condivisione
|
||||
InvalidDrive=L'unità o il percorso di rete selezionato non esiste o non è accessibile. Selezionarne un'altro.
|
||||
DiskSpaceWarningTitle=Spazio su disco insufficiente
|
||||
DiskSpaceWarning=L'installazione richiede almeno %1 KB di spazio libero per eseguire l'installazione, ma l'unità selezionata ha solo %2 KB disponibili.%n%nSi desidera continuare comunque?
|
||||
DirNameTooLong=Il nome della cartella o il percorso sono troppo lunghi.
|
||||
InvalidDirName=Il nome della cartella non è valido.
|
||||
BadDirName32=Il nome della cartella non può includere nessuno dei caratteri seguenti:%n%n%1
|
||||
DirExistsTitle=Cartella già esistente
|
||||
DirExists=La cartella:%n%n%1 esiste già.%n%nSi desidera utilizzarla comunque?
|
||||
DirDoesntExistTitle=Cartella inesistente
|
||||
DirDoesntExist=La cartella:%n%n%1 non esiste.%n%nSi desidera crearla?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Selezione componenti
|
||||
SelectComponentsDesc=Quali componenti devono essere installati?
|
||||
SelectComponentsLabel2=Selezionare i componenti da installare, deselezionare quelli che non si desidera installare. Premere Avanti per continuare.
|
||||
FullInstallation=Installazione completa
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Installazione compatta
|
||||
CustomInstallation=Installazione personalizzata
|
||||
NoUninstallWarningTitle=Componente esistente
|
||||
NoUninstallWarning=I seguenti componenti sono già installati sul computer:%n%n%1%n%nDeselezionando questi componenti non verranno disinstallati.%n%nSi desidera continuare comunque?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=La selezione corrente richiede almeno [mb] MB di spazio su disco.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Selezione processi addizionali
|
||||
SelectTasksDesc=Quali processi aggiuntivi si vogliono avviare?
|
||||
SelectTasksLabel2=Selezionare i processi aggiuntivi che verranno eseguiti durante l'installazione di [name], poi premere Avanti.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Selezione della cartella nel Menu Avvio/Start
|
||||
SelectStartMenuFolderDesc=Dove si vuole inserire i collegamenti al programma?
|
||||
SelectStartMenuFolderLabel3=Saranno creati i collegamenti al programma nella seguente cartella del Menu Avvio/Start.
|
||||
SelectStartMenuFolderBrowseLabel=Per continuare, premere Avanti. Per selezionare un'altra cartella, premere Sfoglia.
|
||||
MustEnterGroupName=Si deve inserire il nome della cartella.
|
||||
GroupNameTooLong=Il nome della cartella o il percorso sono troppo lunghi.
|
||||
InvalidGroupName=Il nome della cartella non è valido.
|
||||
BadGroupName=Il nome della cartella non può includere nessuno dei caratteri seguenti:%n%n%1
|
||||
NoProgramGroupCheck2=&Non creare una cartella nel Menu Avvio/Start
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Pronto per l'installazione
|
||||
ReadyLabel1=Il programma di installazione è pronto per iniziare l'installazione di [name] sul computer.
|
||||
ReadyLabel2a=Premere Installa per continuare con l'installazione, o Indietro per rivedere o modificare le impostazioni.
|
||||
ReadyLabel2b=Premere Installa per procedere con l'installazione.
|
||||
ReadyMemoUserInfo=Informazioni utente:
|
||||
ReadyMemoDir=Cartella di installazione:
|
||||
ReadyMemoType=Tipo di installazione:
|
||||
ReadyMemoComponents=Componenti selezionati:
|
||||
ReadyMemoGroup=Cartella del menu Avvio/Start:
|
||||
ReadyMemoTasks=Processi addizionali:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Preparazione all'installazione
|
||||
PreparingDesc=Preparazione all'installazione di [name] sul computer.
|
||||
PreviousInstallNotCompleted=L'installazione/disinstallazione precedente del programma non è stata completata. È necessario riavviare il sistema per completare l'installazione.%n%nAl successivo riavvio del sistema eseguire di nuovo l'installazione di [name].
|
||||
CannotContinue=L'installazione non può continuare. Premere Annulla per uscire.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Installazione in corso
|
||||
InstallingLabel=Attendere il completamento dell'installazione di [name] sul computer.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Completamento dell'installazione di [name]
|
||||
FinishedLabelNoIcons=L'installazione di [name] è stata completata con successo.
|
||||
FinishedLabel=L'installazione di [name] è stata completata con successo. L'applicazione può essere eseguita selezionando le relative icone.
|
||||
ClickFinish=Premere Fine per uscire dall'installazione.
|
||||
FinishedRestartLabel=Per completare l'installazione di [name], è necessario riavviare il sistema. Si desidera riavviare adesso?
|
||||
FinishedRestartMessage=Per completare l'installazione di [name], è necessario riavviare il sistema.%n%nSi desidera riavviare adesso?
|
||||
ShowReadmeCheck=Si, desidero vedere il file LEGGIMI adesso
|
||||
YesRadio=&Si, riavvia il sistema adesso
|
||||
NoRadio=&No, riavvia il sistema più tardi
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Avvia %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=Visualizza %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=L'installazione necessita del disco successivo
|
||||
SelectDiskLabel2=Inserire il disco %1 e premere OK.%n%nSe i file su questo disco si trovano in una cartella diversa da quella visualizzata sotto, inserire il percorso corretto o premere Sfoglia.
|
||||
PathLabel=&Percorso:
|
||||
FileNotInDir2=Il file "%1" non è stato trovato in "%2". Inserire il disco corretto o selezionare un'altra cartella.
|
||||
SelectDirectoryLabel=Specificare il percorso del prossimo disco.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=L'installazione non è stata completata.%n%nCorreggere il problema e rieseguire nuovamente l'installazione.
|
||||
EntryAbortRetryIgnore=Premere Riprova per ritentare nuovamente, Ignora per procedere in ogni caso, o Interrompi per terminare l'installazione.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Creazione cartelle...
|
||||
StatusExtractFiles=Estrazione file...
|
||||
StatusCreateIcons=Creazione icone...
|
||||
StatusCreateIniEntries=Creazione voci nei file INI...
|
||||
StatusCreateRegistryEntries=Creazione voci di registro...
|
||||
StatusRegisterFiles=Registrazione file...
|
||||
StatusSavingUninstall=Salvataggio delle informazioni di disinstallazione...
|
||||
StatusRunProgram=Termine dell'installazione...
|
||||
StatusRollback=Recupero delle modifiche...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Errore Interno %1
|
||||
ErrorFunctionFailedNoCode=%1 fallito
|
||||
ErrorFunctionFailed=%1 fallito; codice %2
|
||||
ErrorFunctionFailedWithMessage=%1 fallito; codice %2.%n%3
|
||||
ErrorExecutingProgram=Impossibile eseguire il file:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Errore di apertura della chiave di registro:%n%1\%2
|
||||
ErrorRegCreateKey=Errore di creazione della chiave di registro:%n%1\%2
|
||||
ErrorRegWriteKey=Errore di scrittura della chiave di registro:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Errore nella creazione delle voci INI nel file "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Premere Riprova per tentare di nuovo, Ignora per saltare questo file (sconsigliato), o Interrompi per terminare l'installazione.
|
||||
FileAbortRetryIgnore2=Premere Riprova per tentare di nuovo, Ignora per proseguire comunque (sconsigliato), o Interrompi per terminare l'installazione.
|
||||
SourceIsCorrupted=Il file sorgente è danneggiato
|
||||
SourceDoesntExist=Il file sorgente "%1" non esiste
|
||||
ExistingFileReadOnly=Il file esistente ha l'attributo di sola lettura.%n%nPremere Riprova per rimuovere l'attributo di sola lettura e ritentare, Ignora per saltare questo file, o Interrompi per terminare l'installazione.
|
||||
ErrorReadingExistingDest=Si è verificato un errore durante la lettura del file esistente:
|
||||
FileExists=Il file esiste già.%n%nDesideri sovrascriverlo?
|
||||
ExistingFileNewer=Il file esistente è più recente di quello che si stà installando. Si raccomanda di mantenere il file esistente.%n%nSi desidera mantenere il file esistente?
|
||||
ErrorChangingAttr=Si è verificato un errore durante il tentativo di modifica dell'attributo del file esistente:
|
||||
ErrorCreatingTemp=Si è verificato un errore durante la creazione di un file nella cartella di installazione:
|
||||
ErrorReadingSource=Si è verificato un errore durante la lettura del file sorgente:
|
||||
ErrorCopying=Si è verificato un errore durante la copia di un file:
|
||||
ErrorReplacingExistingFile=Si è verificato un errore durante la sovrascrittura del file esistente:
|
||||
ErrorRestartReplace=Errore durante Riavvio-Sostituzione:
|
||||
ErrorRenamingTemp=Si è verificato un errore durante il tentativo di rinominare un file nella cartella di installazione:
|
||||
ErrorRegisterServer=Impossibile registrare la DLL/OCX: %1
|
||||
ErrorRegSvr32Failed=RegSvr32 è fallito con codice di uscita %1
|
||||
ErrorRegisterTypeLib=Impossibile registrare la libreria di tipo: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Si è verificato un errore durante l'apertura del file LEGGIMI.
|
||||
ErrorRestartingComputer=Impossibile riavviare il sistema. Riavviare manualmente.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=Il file "%1" non esiste. Impossibile disinstallare.
|
||||
UninstallOpenError=Il file "%1" non può essere aperto. Impossibile disinstallare
|
||||
UninstallUnsupportedVer=Il file log di disinstallazione "%1" è in un formato non riconosciuto da questa versione del programma di disinstallazione. Impossibile disinstallare
|
||||
UninstallUnknownEntry=Trovata una voce sconosciuta (%1) nel file di log della disinstallazione
|
||||
ConfirmUninstall=Si desidera rimuovere completamente %1 e tutti i suoi componenti?
|
||||
UninstallOnlyOnWin64=Questo programma può essere disinstallato solo su Windows a 64-bit.
|
||||
OnlyAdminCanUninstall=Questa applicazione può essere disinstallata solo da un utente con privilegi di amministratore.
|
||||
UninstallStatusLabel=Attendere fino a che %1 è stato rimosso dal computer.
|
||||
UninstalledAll=%1 è stato rimosso con successo dal computer.
|
||||
UninstalledMost=Disinstallazione di %1 completata.%n%nAlcuni elementi non possono essere rimossi. Dovranno essere rimossi manualmente.
|
||||
UninstalledAndNeedsRestart=Per completare la disinstallazione di %1, è necessario riavviare il sistema.%n%nSi desidera riavviare adesso?
|
||||
UninstallDataCorrupted=Il file "%1" è danneggiato. Impossibile disinstallare
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Rimuovere il file condiviso?
|
||||
ConfirmDeleteSharedFile2=Il sistema indica che il seguente file condiviso non è più usato da nessun programma. Rimuovere questo file condiviso?%n%nSe qualche programma usasse questo file, potrebbe non funzionare più correttamente. Se non si è sicuri, scegliere No. Lasciare il file nel sistema non può causare danni.
|
||||
SharedFileNameLabel=Nome del file:
|
||||
SharedFileLocationLabel=Percorso:
|
||||
WizardUninstalling=Stato della disinstallazione
|
||||
StatusUninstalling=Disinstallazione di %1 in corso...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 versione %2
|
||||
AdditionalIcons=Icone aggiuntive:
|
||||
CreateDesktopIcon=Crea un'icona sul &desktop
|
||||
CreateQuickLaunchIcon=Crea un'icona nella barra &Avvio veloce
|
||||
ProgramOnTheWeb=%1 sul Web
|
||||
UninstallProgram=Disinstalla %1
|
||||
LaunchProgram=Avvia %1
|
||||
AssocFileExtension=&Associa l'estensione %2 a %1
|
||||
AssocingFileExtension=Associazione dell'estensione %2 a %1 in corso...
|
303
Greenshot/tools/innosetup/Languages/Japanese.isl
Normal file
303
Greenshot/tools/innosetup/Languages/Japanese.isl
Normal file
|
@ -0,0 +1,303 @@
|
|||
; *** Inno Setup version 5.1.11+ Japanese messages ***
|
||||
;
|
||||
; Maintained by Koichi Shirasuka (shirasuka@eugrid.co.jp)
|
||||
;
|
||||
; Translation based on Ryou Minakami (ryou32jp@yahoo.co.jp)
|
||||
;
|
||||
; $jrsoftware: issrc/Files/Languages/Japanese.isl,v 1.6 2010/03/08 07:50:01 mlaan Exp $
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=<65E5><672C><8A9E>
|
||||
LanguageID=$0411
|
||||
LanguageCodePage=932
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=セットアップ
|
||||
SetupWindowTitle=%1 セットアップ
|
||||
UninstallAppTitle=アンインストール
|
||||
UninstallAppFullTitle=%1 アンインストール
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=情報
|
||||
ConfirmTitle=確認
|
||||
ErrorTitle=エラー
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=%1 をインストールします。続行しますか?
|
||||
LdrCannotCreateTemp=一時ファイルを作成できません。セットアップを中止します。
|
||||
LdrCannotExecTemp=一時フォルダのファイルを実行できません。セットアップを中止します。
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nエラー %2: %3
|
||||
SetupFileMissing=ファイル %1 が見つかりません。問題を解決するか新しいセットアッププログラムを入手してください。
|
||||
SetupFileCorrupt=セットアップファイルが壊れています。新しいセットアッププログラムを入手してください。
|
||||
SetupFileCorruptOrWrongVer=セットアップファイルが壊れているか、このバージョンのセットアップと互換性がありません。問題を解決するか新しいセットアッププログラムを入手してください。
|
||||
NotOnThisPlatform=このプログラムは %1 では動作しません。
|
||||
OnlyOnThisPlatform=このプログラムの実行には %1 が必要です。
|
||||
OnlyOnTheseArchitectures=このプログラムは%n%n%1プロセッサ向けのWindowsにしかインストールできません。
|
||||
MissingWOW64APIs=ご使用中の64-bit版Windowsにはこのプログラムをインストールし、動作させる為に必要な機能が含まれていません。この問題を修正する為にはサービスパック%1をインストールしてください。
|
||||
WinVersionTooLowError=このプログラムの実行には %1 %2 以降が必要です。
|
||||
WinVersionTooHighError=このプログラムは %1 %2 以降では動作しません。
|
||||
AdminPrivilegesRequired=このプログラムをインストールするためには管理者としてログインする必要があります。
|
||||
PowerUserPrivilegesRequired=このプログラムをインストールするためには管理者またはパワーユーザーとしてログインする必要があります。
|
||||
SetupAppRunningError=セットアップは実行中の %1 を検出しました。%n%n開いているアプリケーションをすべて閉じてから「OK」をクリックしてください。「キャンセル」をクリックすると、セットアップを終了します。
|
||||
UninstallAppRunningError=アンインストールは実行中の %1 を検出しました。%n%n開いているアプリケーションをすべて閉じてから「OK」をクリックしてください。「キャンセル」をクリックすると、セットアップを終了します。
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=ディレクトリ %1 を作成中にエラーが発生しました。
|
||||
ErrorTooManyFilesInDir=ディレクトリ %1 にファイルを作成中にエラーが発生しました。ファイルの数が多すぎます。
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=セットアップ終了
|
||||
ExitSetupMessage=セットアップ作業は完了していません。ここでセットアップを中止するとプログラムはインストールされません。%n%n改めてインストールする場合は、もう一度セットアップを実行してください。%n%nセットアップを終了しますか?
|
||||
AboutSetupMenuItem=セットアップについて(&A)...
|
||||
AboutSetupTitle=セットアップについて
|
||||
AboutSetupMessage=%1 %2%n%3%n%n%1 ホームページ:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< 戻る(&B)
|
||||
ButtonNext=次へ(&N) >
|
||||
ButtonInstall=インストール(&I)
|
||||
ButtonOK=OK
|
||||
ButtonCancel=キャンセル
|
||||
ButtonYes=はい(&Y)
|
||||
ButtonYesToAll=すべてはい(&A)
|
||||
ButtonNo=いいえ(&N)
|
||||
ButtonNoToAll=すべていいえ(&O)
|
||||
ButtonFinish=完了(&F)
|
||||
ButtonBrowse=参照(&B)...
|
||||
ButtonWizardBrowse=参照(&R)
|
||||
ButtonNewFolder=新しいフォルダ(&M)
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=セットアップに使用する言語の選択
|
||||
SelectLanguageLabel=インストール中に利用する言語を選んでください:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=続行するには「次へ」、セットアップを終了するには「キャンセル」をクリックしてください。
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=フォルダ参照
|
||||
BrowseDialogLabel=リストからフォルダを選びOKを押してください。
|
||||
NewFolderName=新しいフォルダ
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=[name] セットアップウィザードの開始
|
||||
WelcomeLabel2=このプログラムはご使用のコンピュータへ [name/ver] をインストールします。%n%n続行する前に他のアプリケーションをすべて終了してください。
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=パスワード
|
||||
PasswordLabel1=このインストールプログラムはパスワードによって保護されています。
|
||||
PasswordLabel3=パスワードを入力して「次へ」をクリックしてください。パスワードは大文字と小文字が区別されます。
|
||||
PasswordEditLabel=パスワード(&P):
|
||||
IncorrectPassword=入力されたパスワードが正しくありません。もう一度入力しなおしてください。
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=使用許諾契約書の同意
|
||||
LicenseLabel=続行する前に以下の重要な情報をお読みください。
|
||||
LicenseLabel3=以下の使用許諾契約書をお読みください。インストールを続行するにはこの契約書に同意する必要があります。
|
||||
LicenseAccepted=同意する(&A)
|
||||
LicenseNotAccepted=同意しない(&D)
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=情報
|
||||
InfoBeforeLabel=続行する前に以下の重要な情報をお読みください。
|
||||
InfoBeforeClickLabel=セットアップを続行するには「次へ」をクリックしてください。
|
||||
WizardInfoAfter=情報
|
||||
InfoAfterLabel=続行する前に以下の重要な情報をお読みください。
|
||||
InfoAfterClickLabel=セットアップを続行するには「次へ」をクリックしてください。
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=ユーザー情報
|
||||
UserInfoDesc=ユーザー情報を入力してください。
|
||||
UserInfoName=ユーザー名(&U):
|
||||
UserInfoOrg=組織(&O):
|
||||
UserInfoSerial=シリアル番号(&S):
|
||||
UserInfoNameRequired=ユーザー名を入力してください。
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=インストール先の指定
|
||||
SelectDirDesc=[name] のインストール先を指定してください。
|
||||
SelectDirLabel3=[name] をインストールするフォルダを指定して、「次へ」をクリックしてください。
|
||||
SelectDirBrowseLabel=続けるには「次へ」をクリックしてください。別のフォルダを選択するには「参照」をクリックしてください。
|
||||
DiskSpaceMBLabel=このプログラムは最低 [mb] MBのディスク空き領域を必要とします。
|
||||
ToUNCPathname=セットアップはUNCフォルダにインストールすることができません。ネットワークにインストールする場合はネットワークドライブに割り当ててください。
|
||||
InvalidPath=ドライブ文字を含む完全なパスを入力してください。%n%n例:C:\APP%n%nまたはUNC形式のパスを入力してください。%n%n例:\\server\share
|
||||
InvalidDrive=指定したドライブまたはUNCパスが見つからないかアクセスできません。別のパスを指定してください。
|
||||
DiskSpaceWarningTitle=ディスク空き領域の不足
|
||||
DiskSpaceWarning=インストールには最低 %1 KBのディスク空き領域が必要ですが、指定されたドライブには %2 KBの空き領域しかありません。%n%nこのまま続行しますか?
|
||||
DirNameTooLong=ドライブ名またはパスが長過ぎます。
|
||||
InvalidDirName=フォルダ名が無効です。
|
||||
BadDirName32=以下の文字を含むフォルダ名は指定できません。:%n%n%1
|
||||
DirExistsTitle=既存のフォルダ
|
||||
DirExists=フォルダ %n%n%1%n%nが既に存在します。このままこのフォルダへインストールしますか?
|
||||
DirDoesntExistTitle=フォルダが見つかりません。
|
||||
DirDoesntExist=フォルダ %n%n%1%n%nが見つかりません。新しいフォルダを作成しますか?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=コンポーネントの選択
|
||||
SelectComponentsDesc=インストールコンポーネントを選択してください。
|
||||
SelectComponentsLabel2=インストールするコンポーネントを選択してください。インストールする必要のないコンポーネントはチェックを外してください。続行するには「次へ」をクリックしてください。
|
||||
FullInstallation=フルインストール
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=コンパクトインストール
|
||||
CustomInstallation=カスタムインストール
|
||||
NoUninstallWarningTitle=既存のコンポーネント
|
||||
NoUninstallWarning=セットアップは以下のコンポーネントが既にインストールされていることを検出しました。%n%n%1%n%nこれらのコンポーネントの選択を解除してもアンインストールはされません。%n%nこのまま続行しますか?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=現在の選択は最低 [mb] MBのディスク空き領域を必要とします。
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=追加タスクの選択
|
||||
SelectTasksDesc=実行する追加タスクを選択してください。
|
||||
SelectTasksLabel2=[name] インストール時に実行する追加タスクを選択して、「次へ」をクリックしてください。
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=プログラムグループの指定
|
||||
SelectStartMenuFolderDesc=プログラムアイコンを作成する場所を指定してください。
|
||||
SelectStartMenuFolderLabel3=セットアップはスタートメニューにプログラムのショートカットを作成します。
|
||||
SelectStartMenuFolderBrowseLabel=続けるには「次へ」をクリックしてください。違うディレクトリを選択するには「参照」をクリックしてください。
|
||||
MustEnterGroupName=グループ名を指定してください。
|
||||
GroupNameTooLong=フォルダ名またはパスが長過ぎます。
|
||||
InvalidGroupName=グループ名が無効です。
|
||||
BadGroupName=以下の文字を含むグループ名は指定できません。:%n%n%1
|
||||
NoProgramGroupCheck2=プログラムグループを作成しない(&D)
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=インストール準備完了
|
||||
ReadyLabel1=ご使用のコンピュータへ [name] をインストールする準備ができました。
|
||||
ReadyLabel2a=インストールを続行するには「インストール」を、設定の確認や変更を行うには「戻る」をクリックしてください。
|
||||
ReadyLabel2b=インストールを続行するには「インストール」をクリックしてください。
|
||||
ReadyMemoUserInfo=ユーザー情報:
|
||||
ReadyMemoDir=インストール先:
|
||||
ReadyMemoType=セットアップの種類:
|
||||
ReadyMemoComponents=選択コンポーネント:
|
||||
ReadyMemoGroup=プログラムグループ:
|
||||
ReadyMemoTasks=追加タスク一覧:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=インストール準備中
|
||||
PreparingDesc=ご使用のコンピュータへ [name] をインストールする準備をしています。
|
||||
PreviousInstallNotCompleted=前回行ったアプリケーションのインストールまたは削除が完了していません。完了するにはコンピュータを再起動する必要があります。%n%n[name] のインストールを完了するためには、再起動後にもう一度セットアップを実行してください。
|
||||
CannotContinue=セットアップを続行できません。「キャンセル」をクリックしてセットアップを終了してください。
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=インストール状況
|
||||
InstallingLabel=ご使用のコンピュータに [name] をインストールしています。しばらくお待ちください。
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=[name] セットアップウィザードの完了
|
||||
FinishedLabelNoIcons=ご使用のコンピュータに [name] がセットアップされました。
|
||||
FinishedLabel=ご使用のコンピュータに [name] がセットアップされました。アプリケーションを実行するにはインストールされたアイコンを選択してください。
|
||||
ClickFinish=セットアップを終了するには「完了」をクリックしてください。
|
||||
FinishedRestartLabel=[name] のインストールを完了するためには、コンピュータを再起動する必要があります。すぐに再起動しますか?
|
||||
FinishedRestartMessage=[name] のインストールを完了するためには、コンピュータを再起動する必要があります。%n%nすぐに再起動しますか?
|
||||
ShowReadmeCheck=READMEファイルを表示する。
|
||||
YesRadio=すぐ再起動(&Y)
|
||||
NoRadio=後で手動で再起動(&N)
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=%1 の実行
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=%1 の表示
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=ディスクの挿入
|
||||
SelectDiskLabel2=ディスク %1 を挿入し、「OK」をクリックしてください。%n%nこのディスクのファイルが下に表示されているフォルダ以外の場所にある場合は、正しいパスを入力するか「参照」ボタンをクリックしてください。
|
||||
PathLabel=パス(&P):
|
||||
FileNotInDir2=ファイル %1 が %2 に見つかりません。正しいディスクを挿入するか、別のフォルダを指定してください。
|
||||
SelectDirectoryLabel=次のディスクのある場所を指定してください。
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=セットアップは完了していません。%n%n問題を解決してから、もう一度セットアップを実行してください。
|
||||
EntryAbortRetryIgnore=もう一度やりなおすには「再試行」、エラーを無視して続行するには「無視」、インストールを中止するには「中止」をクリックしてください。
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=フォルダを作成しています...
|
||||
StatusExtractFiles=ファイルを展開しています...
|
||||
StatusCreateIcons=ショ-トカットを作成しています...
|
||||
StatusCreateIniEntries=INIファイルを設定しています...
|
||||
StatusCreateRegistryEntries=レジストリを設定しています...
|
||||
StatusRegisterFiles=ファイルを登録しています...
|
||||
StatusSavingUninstall=アンインストール情報を保存しています...
|
||||
StatusRunProgram=インストールを完了しています...
|
||||
StatusRollback=変更を元に戻しています...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=内部エラー: %1
|
||||
ErrorFunctionFailedNoCode=%1 エラー
|
||||
ErrorFunctionFailed=%1 エラー: コード %2
|
||||
ErrorFunctionFailedWithMessage=%1 エラー: コード %2.%n%3
|
||||
ErrorExecutingProgram=ファイル実行エラー:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=レジストリキーオープンエラー:%n%1\%2
|
||||
ErrorRegCreateKey=レジストリキー作成エラー:%n%1\%2
|
||||
ErrorRegWriteKey=レジストリキー書き込みエラー:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=INIファイルエントリ作成エラー: ファイル %1
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=もう一度やりなおすには「再試行」、このファイルをスキップして続行するには「無視」(推奨されません)、インストールを中止するには「中止」をクリックしてください。
|
||||
FileAbortRetryIgnore2=もう一度やりなおすには「再試行」、このファイルをスキップして続行するには「無視」(推奨されません)、インストールを中止するには「中止」をクリックしてください。
|
||||
SourceIsCorrupted=コピー元のファイルが壊れています。
|
||||
SourceDoesntExist=コピー元のファイル %1 が見つかりません。
|
||||
ExistingFileReadOnly=既存のファイルは読み取り専用です。%n%n読み取り専用属性を解除してもう一度やりなおすには「再試行」、このファイルをスキップして続行するには「無視」、インストールを中止するには「中止」をクリックしてください。
|
||||
ErrorReadingExistingDest=既存のファイルを読み込み中にエラーが発生しました。:
|
||||
FileExists=ファイルは既に存在します。%n%n上書きしますか?
|
||||
ExistingFileNewer=インストールしようとしているファイルよりも新しいファイルが存在します。既存のファイルを残すことをお奨めします。%n%n既存のファイルを残しますか。
|
||||
ErrorChangingAttr=既存ファイルの属性を変更中にエラーが発生しました。:
|
||||
ErrorCreatingTemp=コピー先のフォルダにファイルを作成中にエラーが発生しました。:
|
||||
ErrorReadingSource=コピー元のファイルを読み込み中にエラーが発生しました。:
|
||||
ErrorCopying=ファイルをコピー中にエラーが発生しました。:
|
||||
ErrorReplacingExistingFile=既存ファイルを置き換え中にエラーが発生しました。:
|
||||
ErrorRestartReplace=置き換え再開中にエラーが発生しました。:
|
||||
ErrorRenamingTemp=コピー先フォルダのファイル名を変更中にエラーが発生しました。:
|
||||
ErrorRegisterServer=DLL/OCXの登録に失敗しました。: %1
|
||||
ErrorRegSvr32Failed=RegSvr32はエラーコード %1 により失敗しました。
|
||||
ErrorRegisterTypeLib=タイプライブラリへの登録に失敗しました。: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=READMEファイルのオープンに失敗しました。
|
||||
ErrorRestartingComputer=コンピュータの再起動に失敗しました。手動で再起動してください。
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=ファイル %1 が見つかりません。アンインストールを実行できません。
|
||||
UninstallOpenError=ファイル %1 を開けることができません。アンインストールを実行できません。
|
||||
UninstallUnsupportedVer=アンインストールログファイル %1 は、このバージョンのアンインストールプログラムが認識できない形式です。アンインストールを実行できません。
|
||||
UninstallUnknownEntry=アンインストールログに不明のエントリ %1 が見つかりました。
|
||||
ConfirmUninstall=%1 とその関連コンポーネントをすべて削除します。よろしいですか?
|
||||
UninstallOnlyOnWin64=このプログラムは64-bit版Windows上でのみアンインストールでき可能です。
|
||||
OnlyAdminCanUninstall=アンインストールするためには管理者権限が必要です。
|
||||
UninstallStatusLabel=ご使用のコンピュータから %1 を削除しています。しばらくお待ちください。
|
||||
UninstalledAll=%1 はご使用のコンピュータから正常に削除されました。
|
||||
UninstalledMost=%1 のアンインストールが完了しました。%n%nいくつかの項目が削除できませんでした。手動で削除してください。
|
||||
UninstalledAndNeedsRestart=%1 の削除を完了するためには、コンピュータを再起動する必要があります。すぐに再起動しますか?
|
||||
UninstallDataCorrupted=ファイル "%1" が壊れています。アンインストールを実行できません。
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=共有ファイルの削除
|
||||
ConfirmDeleteSharedFile2=システム上で、次の共有ファイルはどのプログラムでも使用されていません。この共有ファイルを削除しますか?%n%n他のプログラムがまだこのファイルを使用する場合、削除するとプログラムが動作しなくなる恐れがあります。あまり確実でない場合は「いいえ」を選択してください。システムにファイルを残しても問題を引き起こすことはありません。
|
||||
SharedFileNameLabel=ファイル名:
|
||||
SharedFileLocationLabel=場所:
|
||||
WizardUninstalling=アンインストール状況
|
||||
StatusUninstalling=%1 をアンインストールしています...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 バージョン %2
|
||||
AdditionalIcons=アイコンを追加する:
|
||||
CreateDesktopIcon=デスクトップ上にアイコンを作成する(&D)
|
||||
CreateQuickLaunchIcon=クイック起動アイコンを作成する(&Q)
|
||||
ProgramOnTheWeb=%1 on the Web
|
||||
UninstallProgram=%1 をアンインストールする
|
||||
LaunchProgram=%1 を実行する
|
||||
AssocFileExtension=%2 ファイル拡張に %1を関連付けます。
|
||||
AssocingFileExtension=%2 に %1を関連付けます。
|
312
Greenshot/tools/innosetup/Languages/Norwegian.isl
Normal file
312
Greenshot/tools/innosetup/Languages/Norwegian.isl
Normal file
|
@ -0,0 +1,312 @@
|
|||
; *** Inno Setup version 5.1.11+ Norwegian messages ***
|
||||
;
|
||||
; Note: When translating this text, do not add periods (.) to the end of
|
||||
; messages that didn't have them already, because on those messages Inno
|
||||
; Setup adds the periods automatically (appending a period would result in
|
||||
; two periods being displayed).
|
||||
;
|
||||
; Norwegian translation by Jostein Christoffer Andersen
|
||||
; E-mail: jostein@josander.net
|
||||
; E-mail: thomas.kelso@gmail.com
|
||||
; Many thanks to the following people for language improvements and comments:
|
||||
;
|
||||
; Harald Habberstad, Frode Weum, Eivind Bakkestuen, Morten Johnsen,
|
||||
; Tore Ottinsen, Kristian Hyllestad, Thomas Kelso
|
||||
;
|
||||
; $jrsoftware: issrc/Files/Languages/Norwegian.isl,v 1.15 2007/04/24 09:15:31 mlaan Exp $
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=Norsk
|
||||
LanguageID=$0414
|
||||
LanguageCodePage=1252
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Installasjon
|
||||
SetupWindowTitle=Installere - %1
|
||||
UninstallAppTitle=Avinstaller
|
||||
UninstallAppFullTitle=%1 Avinstallere
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Informasjon
|
||||
ConfirmTitle=Bekreft
|
||||
ErrorTitle=Feil
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Dette vil installere %1. Vil du fortsette?
|
||||
LdrCannotCreateTemp=Kan ikke lage midlertidig fil, installasjonen er avbrutt
|
||||
LdrCannotExecTemp=Kan ikke kjøre fil i den midlertidige mappen, installasjonen er avbrutt
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nFeil %2: %3
|
||||
SetupFileMissing=Filen %1 mangler i installasjonskatalogen. Vennligst korriger problemet eller skaff deg en ny kopi av programmet.
|
||||
SetupFileCorrupt=Installasjonsfilene er ødelagte. Vennligst skaff deg en ny kopi av programmet.
|
||||
SetupFileCorruptOrWrongVer=Installasjonsfilene er ødelagte eller ikke kompatible med dette installasjonsprogrammet. Vennligst korriger problemet eller skaff deg en ny kopi av programmet.
|
||||
NotOnThisPlatform=Dette programmet kjører ikke på %1.
|
||||
OnlyOnThisPlatform=Dette programmet kjører kun på %1.
|
||||
OnlyOnTheseArchitectures=Dette programmet kan kun installeres i Windows-versjoner som er beregnet på følgende prossessorarkitekturer:%n%n%1
|
||||
MissingWOW64APIs=Din Windows-versjon mangler funksjonalitet for at installasjonsprogrammet skal gjøre en 64-bits-installasjon. Installer Service Pack %1 for å rette på dette.
|
||||
WinVersionTooLowError=Dette programmet krever %1 versjon %2 eller senere.
|
||||
WinVersionTooHighError=Dette programmet kan ikke installeres på %1 versjon %2 eller senere.
|
||||
AdminPrivilegesRequired=Administrator-rettigheter kreves for å installere dette programmet.
|
||||
PowerUserPrivilegesRequired=Du må være logget inn som administrator eller ha administrator-rettigheter når du installerer dette programmet.
|
||||
SetupAppRunningError=Installasjonsprogrammet har funnet ut at %1 kjører.%n%nVennligst avslutt det nå og klikk deretter OK for å fortsette, eller Avbryt for å avslutte.
|
||||
UninstallAppRunningError=Avinstallasjonsprogrammet har funnet ut at %1 kjører.%n%nVennligst avslutt det nå og klikk deretter OK for å fortsette, eller Avbryt for å avslutte.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=Installasjonsprogrammet kunne ikke lage mappen "%1"
|
||||
ErrorTooManyFilesInDir=Kunne ikke lage en fil i mappen "%1" fordi den inneholder for mange filer
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Avslutt installasjonen
|
||||
ExitSetupMessage=Installasjonen er ikke ferdig. Programmet installeres ikke hvis du avslutter nå.%n%nDu kan installere programmet igjen senere hvis du vil.%n%nVil du avslutte?
|
||||
AboutSetupMenuItem=&Om installasjonsprogrammet...
|
||||
AboutSetupTitle=Om installasjonsprogrammet
|
||||
AboutSetupMessage=%1 versjon %2%n%3%n%n%1 hjemmeside:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=Norwegian translation maintained by Jostein Chr. Andersen (jostein@josander.net)
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Tilbake
|
||||
ButtonNext=&Neste >
|
||||
ButtonInstall=&Installér
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Avbryt
|
||||
ButtonYes=&Ja
|
||||
ButtonYesToAll=Ja til &alle
|
||||
ButtonNo=&Nei
|
||||
ButtonNoToAll=N&ei til alle
|
||||
ButtonFinish=&Ferdig
|
||||
ButtonBrowse=&Bla gjennom...
|
||||
ButtonWizardBrowse=&Bla gjennom...
|
||||
ButtonNewFolder=&Lag ny mappe
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Velg installasjonsspråk
|
||||
SelectLanguageLabel=Velg språket som skal brukes under installasjonen:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Klikk på Neste for å fortsette, eller Avbryt for å avslutte installasjonen.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Bla etter mappe
|
||||
BrowseDialogLabel=Velg en mappe fra listen nedenfor, klikk deretter OK.
|
||||
NewFolderName=Ny mappe
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Velkommen til installasjonsprogrammet for [name].
|
||||
WelcomeLabel2=Dette vil installere [name/ver] på din maskin.%n%nDet anbefales at du avslutter alle programmer som kjører før du fortsetter.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Passord
|
||||
PasswordLabel1=Denne installasjonen er passordbeskyttet.
|
||||
PasswordLabel3=Vennligst oppgi ditt passord og klikk på Neste for å fortsette. Små og store bokstaver behandles ulikt.
|
||||
PasswordEditLabel=&Passord:
|
||||
IncorrectPassword=Det angitte passordet er feil, vennligst prøv igjen.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Lisensbetingelser
|
||||
LicenseLabel=Vennligst les følgende lisensinformasjon før du fortsetter.
|
||||
LicenseLabel3=Vennligst les følgende lisensbetingelser. Du må godta innholdet i lisensbetingelsene før du fortsetter med installasjonen.
|
||||
LicenseAccepted=Jeg &aksepterer lisensbetingelsene
|
||||
LicenseNotAccepted=Jeg aksepterer &ikke lisensbetingelsene
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Informasjon
|
||||
InfoBeforeLabel=Vennligst les følgende viktige informasjon før du fortsetter.
|
||||
InfoBeforeClickLabel=Klikk på Neste når du er klar til å fortsette.
|
||||
WizardInfoAfter=Informasjon
|
||||
InfoAfterLabel=Vennligst les følgende viktige informasjon før du fortsetter.
|
||||
InfoAfterClickLabel=Klikk på Neste når du er klar til å fortsette.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Brukerinformasjon
|
||||
UserInfoDesc=Vennligst angi informasjon.
|
||||
UserInfoName=&Brukernavn:
|
||||
UserInfoOrg=&Organisasjon:
|
||||
UserInfoSerial=&Serienummer:
|
||||
UserInfoNameRequired=Du må angi et navn.
|
||||
|
||||
; *** "Select Destination Directory" wizard page
|
||||
WizardSelectDir=Velg mappen hvor filene skal installeres:
|
||||
SelectDirDesc=Hvor skal [name] installeres?
|
||||
SelectDirLabel3=Installasjonsprogrammet vil installere [name] i følgende mappe.
|
||||
SelectDirBrowseLabel=Klikk på Neste for å fortsette. Klikk på Bla gjennom hvis du vil velge en annen mappe.
|
||||
DiskSpaceMBLabel=Programmet krever minst [mb] MB med diskplass.
|
||||
ToUNCPathname=Kan ikke installere på en UNC-bane. Du må tilordne nettverksstasjonen hvis du vil installere i et nettverk.
|
||||
InvalidPath=Du må angi en full bane med stasjonsbokstav, for eksempel:%n%nC:\APP%n%Du kan ikke bruke formen:%n%n\\server\share
|
||||
InvalidDrive=Den valgte stasjonen eller UNC-delingen finnes ikke, eller er ikke tilgjengelig. Vennligst velg en annen
|
||||
DiskSpaceWarningTitle=For lite diskplass
|
||||
DiskSpaceWarning=Installasjonprogrammet krever minst %1 KB med ledig diskplass, men det er bare %2 KB ledig på den valgte stasjonen.%n%nvil du fortsette likevel?
|
||||
DirNameTooLong=Det er for langt navn på mappen eller banen.
|
||||
InvalidDirName=Navnet på mappen er ugyldig.
|
||||
BadDirName32=Mappenavn må ikke inneholde noen av følgende tegn:%n%n%1
|
||||
DirExistsTitle=Eksisterende mappe
|
||||
DirExists=Mappen:%n%n%1%n%nfinnes allerede. Vil du likevel installere der?
|
||||
DirDoesntExistTitle=Mappen eksisterer ikke
|
||||
DirDoesntExist=Mappen:%n%n%1%n%nfinnes ikke. Vil du at den skal lages?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Velg komponenter
|
||||
SelectComponentsDesc=Hvilke komponenter skal installeres?
|
||||
SelectComponentsLabel2=Velg komponentene du vil installere; velg bort de komponentene du ikke vil installere. Når du er klar, klikker du på Neste for å fortsette.
|
||||
FullInstallation=Full installasjon
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Kompakt installasjon
|
||||
CustomInstallation=Egendefinert installasjon
|
||||
NoUninstallWarningTitle=Komponenter eksisterer
|
||||
NoUninstallWarning=Installasjonsprogrammet har funnet ut at følgende komponenter allerede er på din maskin:%n%n%1%n%nDisse komponentene avinstalleres ikke selv om du ikke velger dem.%n%nVil du likevel fortsette?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=Valgte alternativer krever minst [mb] MB med diskplass.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Velg tilleggsoppgaver
|
||||
SelectTasksDesc=Hvilke tilleggsoppgaver skal utføres?
|
||||
SelectTasksLabel2=Velg tilleggsoppgavene som skal utføres mens [name] installeres, klikk deretter på Neste.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Velg mappe på start-menyen
|
||||
SelectStartMenuFolderDesc=Hvor skal installasjonsprogrammet plassere snarveiene?
|
||||
SelectStartMenuFolderLabel3=Installasjonsprogrammet vil opprette snarveier på følgende startmeny-mappe.
|
||||
SelectStartMenuFolderBrowseLabel=Klikk på Neste for å fortsette. Klikk på Bla igjennom hvis du vil velge en annen mappe.
|
||||
MustEnterGroupName=Du må skrive inn et mappenavn.
|
||||
GroupNameTooLong=Det er for langt navn på mappen eller banen.
|
||||
InvalidGroupName=Navnet på mappen er ugyldig.
|
||||
BadGroupName=Mappenavnet må ikke inneholde følgende tegn:%n%n%1
|
||||
NoProgramGroupCheck2=&Ikke legg til mappe på start-menyen
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Klar til å installere
|
||||
ReadyLabel1=Installasjonsprogrammet er nå klar til å installere [name] på din maskin.
|
||||
ReadyLabel2a=Klikk Installér for å fortsette, eller Tilbake for å se på eller forandre instillingene.
|
||||
ReadyLabel2b=Klikk Installér for å fortsette.
|
||||
ReadyMemoUserInfo=Brukerinformasjon:
|
||||
ReadyMemoDir=Installer i mappen:
|
||||
ReadyMemoType=Installasjonstype:
|
||||
ReadyMemoComponents=Valgte komponenter:
|
||||
ReadyMemoGroup=Programgruppe:
|
||||
ReadyMemoTasks=Tilleggsoppgaver:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Forbereder installasjonen
|
||||
PreparingDesc=Installasjonsprogrammet forbereder installasjon av [name] på den maskin.
|
||||
PreviousInstallNotCompleted=Installasjonen/fjerningen av et tidligere program ble ikke ferdig. Du må starte maskinen på nytt.%n%nEtter omstarten må du kjøre installasjonsprogrammet på nytt for å fullføre installasjonen av [name].
|
||||
CannotContinue=Installasjonsprogrammet kan ikke fortsette. Klikk på Avbryt for å avslutte.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Installerer
|
||||
InstallingLabel=Vennligst vent mens [name] installeres på din maskin.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Fullfører installasjonsprogrammet for [name]
|
||||
FinishedLabelNoIcons=[name] er installert på din maskin.
|
||||
FinishedLabel=[name] er installert på din maskin. Programmet kan kjøres ved at du klikker på et av de installerte ikonene.
|
||||
ClickFinish=Klikk Ferdig for å avslutte installasjonen.
|
||||
FinishedRestartLabel=Maskinen må startes på nytt for at installasjonen skal fullføres. Vil du starte på nytt nå?
|
||||
FinishedRestartMessage=Maskinen må startes på nytt for at installasjonen skal fullføres.%n%nVil du starte på nytt nå?
|
||||
ShowReadmeCheck=Ja, jeg vil se på LESMEG-filen
|
||||
YesRadio=&Ja, start maskinen på nytt nå
|
||||
NoRadio=&Nei, jeg vil starte maskinen på nytt senere
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Kjør %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=Se på %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=Trenger neste diskett
|
||||
SelectDiskLabel2=Vennligst sett inn diskett %1 og klikk OK.%n%nHvis filene på finnes et annet sted enn det som er angitt nedenfor, kan du skrive inn korrekt bane eller klikke på Bla Gjennom.
|
||||
PathLabel=&Bane:
|
||||
FileNotInDir2=Finner ikke filen "%1" i "%2". Vennligst sett inn riktig diskett eller velg en annen mappe.
|
||||
SelectDirectoryLabel=Vennligst angi hvor den neste disketten er.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=Installasjonen ble avbrutt.%n%nVennligst korriger problemet og prøv igjen.
|
||||
EntryAbortRetryIgnore=Klikk Prøv igjen for å forsøke på nytt, Ignorér for å fortsette eller Avslutt for å avslutte installasjonen.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Lager mapper...
|
||||
StatusExtractFiles=Pakker ut filer...
|
||||
StatusCreateIcons=Lager programikoner...
|
||||
StatusCreateIniEntries=Lager INI-instillinger...
|
||||
StatusCreateRegistryEntries=Lager innstillinger i registeret...
|
||||
StatusRegisterFiles=Registrerer filer...
|
||||
StatusSavingUninstall=Lagrer info for avinstallering...
|
||||
StatusRunProgram=Gjør ferdig installasjonen...
|
||||
StatusRollback=Tilbakestiller forandringer...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Intern feil %1
|
||||
ErrorFunctionFailedNoCode=%1 gikk galt
|
||||
ErrorFunctionFailed=%1 gikk galt; kode %2
|
||||
ErrorFunctionFailedWithMessage=%1 gikk galt; kode %2.%n%3
|
||||
ErrorExecutingProgram=Kan ikke kjøre filen:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Feil under åpning av registernøkkel:%n%1\%2
|
||||
ErrorRegCreateKey=Feil under laging av registernøkkel:%n%1\%2
|
||||
ErrorRegWriteKey=Feil under skriving til registernøkkel:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Feil under laging av innstilling i filen "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Klikk Prøv igjen for å forsøke på nytt, Ignorer for å overse denne filen (anbefales ikke) eller Avslutt for å stoppe installasjonen.
|
||||
FileAbortRetryIgnore2=Klikk Prøv igjen for å forsøke på nytt, Ignorer for å fortsette uansett (anbefales ikke) eller Avslutt for å stoppe installasjonen.
|
||||
SourceIsCorrupted=Kildefilen er ødelagt
|
||||
SourceDoesntExist=Kildefilen "%1" finnes ikke
|
||||
ExistingFileReadOnly=Den eksisterende filen er skrivebeskyttet.%n%nKlikk Prøv igjen for å fjerne skrivebeskyttelsen og prøve på nytt, Ignorer for å hoppe over denne filen, eller Avslutt for å stoppe installasjonen.
|
||||
ErrorReadingExistingDest=En feil oppsto under lesing av den eksisterende filen:
|
||||
FileExists=Filen eksisterer allerede.%n%nVil du overskrive den?
|
||||
ExistingFileNewer=Den eksisterende filen er nyere enn den som blir forsøkt installert. Det anbefales at du beholder den eksisterende filen.%n%nVil du beholde den eksisterende filen?
|
||||
ErrorChangingAttr=En feil oppsto da attributtene ble forsøkt forandret på den eksisterende filen:
|
||||
ErrorCreatingTemp=En feil oppsto under forsøket på å lage en fil i mål-mappen:
|
||||
ErrorReadingSource=En feil oppsto under forsøket på å lese kildefilen:
|
||||
ErrorCopying=En feil oppsto under forsøk på å kopiere en fil:
|
||||
ErrorReplacingExistingFile=En feil oppsto under forsøket på å erstatte den eksisterende filen:
|
||||
ErrorRestartReplace=RestartReplace gikk galt:
|
||||
ErrorRenamingTemp=En feil oppsto under omdøping av fil i mål-mappen:
|
||||
ErrorRegisterServer=Kan ikke registrere DLL/OCX: %1
|
||||
ErrorRegSvr32Failed=RegSvr32 gikk galt med avslutte kode %1
|
||||
ErrorRegisterTypeLib=Kan ikke registrere typebiblioteket: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=En feil oppsto under forsøket på å åpne LESMEG-filen.
|
||||
ErrorRestartingComputer=Installasjonsprogrammet kunne ikke starte maskinen på nytt. Vennligst gjør dette manuelt.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=Filen "%1" finnes ikke. Kan ikke avinstallere.
|
||||
UninstallOpenError=Filen "%1" kunne ikke åpnes. Kan ikke avinstallere.
|
||||
UninstallUnsupportedVer=Kan ikke avinstallere. Avinstallasjons-loggfilen "%1" har et format som ikke gjenkjennes av denne versjonen av avinstallasjons-programmet
|
||||
UninstallUnknownEntry=Et ukjent parameter (%1) ble funnet i Avinstallasjons-loggfilen
|
||||
ConfirmUninstall=Er du sikker på at du helt vil fjerne %1 og alle tilhørende komponenter?
|
||||
UninstallOnlyOnWin64=Denne installasjonen kan bare uføres på 64-bit Windows.
|
||||
OnlyAdminCanUninstall=Denne installasjonen kan bare avinstalleres av en bruker med Administrator-rettigheter.
|
||||
UninstallStatusLabel=Vennligst vent mens %1 fjernes fra maskinen.
|
||||
UninstalledAll=Avinstallasjonen av %1 var vellykket
|
||||
UninstalledMost=Avinstallasjonen av %1 er ferdig.%n%nEnkelte elementer kunne ikke fjernes. Disse kan fjernes manuelt.
|
||||
UninstalledAndNeedsRestart=Du må starte maskinen på nytt for å fullføre installasjonen av %1.%n%nVil du starte på nytt nå?
|
||||
UninstallDataCorrupted="%1"-filen er ødelagt. Kan ikke avinstallere.
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Fjerne delte filer?
|
||||
ConfirmDeleteSharedFile2=Systemet indikerer at den følgende filen ikke lengre brukes av andre programmer. Vil du at avinstalleringsprogrammet skal fjerne den delte filen?%n%nHvis andre programmer bruker denne filen, kan du risikere at de ikke lengre vil virke som de skal. Velg Nei hvis du er usikker. Det vil ikke gjøre noen skade hvis denne filen ligger på din maskin.
|
||||
SharedFileNameLabel=Filnavn:
|
||||
SharedFileLocationLabel=Plassering:
|
||||
WizardUninstalling=Avinstallerings-status:
|
||||
StatusUninstalling=Avinstallerer %1...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 versjon %2
|
||||
AdditionalIcons=Ekstra-ikoner:
|
||||
CreateDesktopIcon=Lag ikon på &skrivebordet
|
||||
CreateQuickLaunchIcon=Lag et &Hurtigstarts-ikon
|
||||
ProgramOnTheWeb=%1 på nettet
|
||||
UninstallProgram=Avinstaller %1
|
||||
LaunchProgram=Kjør %1
|
||||
AssocFileExtension=&Koble %1 med filetternavnet %2
|
||||
AssocingFileExtension=Kobler %1 med filetternavnet %2...
|
309
Greenshot/tools/innosetup/Languages/Polish.isl
Normal file
309
Greenshot/tools/innosetup/Languages/Polish.isl
Normal file
|
@ -0,0 +1,309 @@
|
|||
; *** Inno Setup version 5.1.11+ Polish messages ***
|
||||
; Krzysztof Cynarski <krzysztof at cynarski.net>
|
||||
;
|
||||
; To download user-contributed translations of this file, go to:
|
||||
; http://www.jrsoftware.org/is3rdparty.php
|
||||
;
|
||||
; Note: When translating this text, do not add periods (.) to the end of
|
||||
; messages that didn't have them already, because on those messages Inno
|
||||
; Setup adds the periods automatically (appending a period would result in
|
||||
; two periods being displayed).
|
||||
;
|
||||
; $jrsoftware: issrc/Files/Languages/Polish.isl,v 1.16 2007/03/09 16:56:52 jr Exp $
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=Polski
|
||||
LanguageID=$0415
|
||||
LanguageCodePage=1250
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Instalator
|
||||
SetupWindowTitle=Instalacja - %1
|
||||
UninstallAppTitle=Deinstalacja
|
||||
UninstallAppFullTitle=Odinstaluj %1
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Informacja
|
||||
ConfirmTitle=Potwierdź
|
||||
ErrorTitle=Błąd
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Ten program zainstaluje aplikację %1. Czy chcesz kontynuować?
|
||||
LdrCannotCreateTemp=Nie można utworzyć pliku tymczasowego. Instalacja przerwana
|
||||
LdrCannotExecTemp=Nie można uruchomić pliku w folderze tymczasowym. Instalacja przerwana
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nBłąd %2: %3
|
||||
SetupFileMissing=W folderze instalacyjnym brak pliku %1.%nProszę usunąć problem lub uzyskać nową kopię programu instalacyjnego.
|
||||
SetupFileCorrupt=Pliki składowe Instalatora są uszkodzone. Proszę uzyskać nową kopię Instalatora od producenta.
|
||||
SetupFileCorruptOrWrongVer=Pliki składowe instalatora są uszkodzone lub niezgodne z tą wersją Instalatora. Proszę rozwiązać ten problem lub uzyskać nową kopię Instalatora od producenta.
|
||||
NotOnThisPlatform=Tego programu nie można uruchomić w systemie %1.
|
||||
OnlyOnThisPlatform=Ten program wymaga systemu %1.
|
||||
OnlyOnTheseArchitectures=Ten program może być uruchomiony tylko w systemie Windows zaprojektowanym na procesory o architekturach:%n%n%1
|
||||
MissingWOW64APIs=Ta wersja systemu Windows nie zawiera komponentów niezbędnych do przeprowadzenia 64 bitowej instalacji. Aby usunąć ten problem, proszę zainstalować Service Pack %1.
|
||||
WinVersionTooLowError=Ten program wymaga %1 w wersji %2 lub późniejszej.
|
||||
WinVersionTooHighError=Ten program nie może być zainstalowany w wersji %2 lub późniejszej systemu %1.
|
||||
AdminPrivilegesRequired=Aby przeprowadzić instalację tego programu, Użytkownik musi być zalogowany z uprawnieniami administratora.
|
||||
PowerUserPrivilegesRequired=Aby przeprowadzić instalację tego programu, Użytkownik musi być zalogowany z uprawnieniami administratora lub użytkownika zaawansowanego.
|
||||
SetupAppRunningError=Instalator wykrył, że %1 jest aktualnie uruchomiony.%n%nZamknij wszystkie okienka tej aplikacji, a potem wybierz przycisk OK, aby kontynuować, lub Anuluj, aby przerwać instalację.
|
||||
UninstallAppRunningError=Deinstalator wykrył, że %1 jest aktualnie uruchomiony.%n%nZamknij teraz wszystkie okna tej aplikacji, a następnie wybierz przycisk OK, aby kontynuować, lub Anuluj, aby przerwać deinstalacje.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=Instalator nie mógł utworzyć foldera "%1"
|
||||
ErrorTooManyFilesInDir=Nie można utworzyć pliku w folderze %1, ponieważ zawiera on za dużo plików
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Zakończ instalację
|
||||
ExitSetupMessage=Instalacja nie jest zakończona. Jeżeli przerwiesz ją teraz, program nie zostanie zainstalowany. Można ponowić instalację później, uruchamiając pakiet Instalatora.%n%nCzy chcesz przerwać instalację ?
|
||||
AboutSetupMenuItem=&O Instalatorze...
|
||||
AboutSetupTitle=O Instalatorze
|
||||
AboutSetupMessage=%1 wersja %2%n%3%n%n Strona domowa %1:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=Wersja Polska: Krzysztof Cynarski%n<krzysztof at cynarski.net>
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Wstecz
|
||||
ButtonNext=&Dalej >
|
||||
ButtonInstall=&Instaluj
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Anuluj
|
||||
ButtonYes=&Tak
|
||||
ButtonYesToAll=Tak na &wszystkie
|
||||
ButtonNo=&Nie
|
||||
ButtonNoToAll=N&ie na wszystkie
|
||||
ButtonFinish=&Zakończ
|
||||
ButtonBrowse=&Przeglądaj...
|
||||
ButtonWizardBrowse=P&rzeglądaj...
|
||||
ButtonNewFolder=&Utwórz nowy folder
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Wybierz język instalacji
|
||||
SelectLanguageLabel=Wybierz język używany podczas instalacji:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Wybierz przycisk Dalej, aby kontynuować, lub Anuluj, aby zakończyć instalację.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Wskaż folder
|
||||
BrowseDialogLabel=Wybierz folder z poniższej listy, a następnie wybierz przycisk OK.
|
||||
NewFolderName=Nowy folder
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Witamy w Kreatorze instalacji programu [name].
|
||||
WelcomeLabel2=Instalator zainstaluje teraz program [name/ver] na Twoim komputerze.%n%nZalecane jest zamknięcie wszystkich innych uruchomionych programów przed rozpoczęciem procesu instalacji.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Hasło
|
||||
PasswordLabel1=Ta instalacja jest zabezpieczona hasłem.
|
||||
PasswordLabel3=Podaj hasło, potem wybierz przycisk Dalej, aby kontynuować. W hasłach rozróżniane są duże i małe litery.
|
||||
PasswordEditLabel=&Hasło:
|
||||
IncorrectPassword=Wprowadzone hasło nie jest poprawne. Spróbuj ponownie.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Umowa Licencyjna
|
||||
LicenseLabel=Przed kontynuacją proszę przeczytać poniższe ważne informacje.
|
||||
LicenseLabel3=Proszę przeczytać tekst Umowy Licencyjnej. Musisz zgodzić się na warunki tej umowy przed kontynuacją instalacji.
|
||||
LicenseAccepted=&Akceptuję warunki umowy
|
||||
LicenseNotAccepted=&Nie akceptuję warunków umowy
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Informacja
|
||||
InfoBeforeLabel=Przed przejściem do dalszego etapu instalacji, proszę przeczytać poniższą informację.
|
||||
InfoBeforeClickLabel=Kiedy będziesz gotowy do instalacji, kliknij przycisk Dalej.
|
||||
WizardInfoAfter=Informacja
|
||||
InfoAfterLabel=Przed przejściem do dalszego etapu instalacji, proszę przeczytać poniższą informację.
|
||||
InfoAfterClickLabel=Gdy będziesz gotowy do zakończenia instalacji, kliknij przycisk Dalej.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Dane Użytkownika
|
||||
UserInfoDesc=Proszę podać swoje dane.
|
||||
UserInfoName=&Nazwisko:
|
||||
UserInfoOrg=&Organizacja:
|
||||
UserInfoSerial=Numer &seryjny:
|
||||
UserInfoNameRequired=Musisz podać nazwisko.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Wybierz docelową lokalizację
|
||||
SelectDirDesc=Gdzie ma być zainstalowany program [name]?
|
||||
SelectDirLabel3=Instalator zainstaluje program [name] do poniższego folderu.
|
||||
SelectDirBrowseLabel=Kliknij przycisk Dalej, aby kontynuować. Jeśli chcesz określić inny folder, kliknij przycisk Przeglądaj.
|
||||
DiskSpaceMBLabel=Potrzeba przynajmniej [mb] MB wolnego miejsca na dysku.
|
||||
ToUNCPathname=Instalator nie może instalować do ścieżki UNC. Jeśli próbujesz zainstalować program na dysku sieciowym, najpierw zmapuj ten dysk.
|
||||
InvalidPath=Musisz wprowadzić pełną ścieżkę wraz z literą dysku, np.:%n%nC:\PROGRAM%n%nlub scieżkę sieciową (UNC) w formacie:%n%n\\serwer\udział
|
||||
InvalidDrive=Wybrany dysk lub udostępniony folder sieciowy nie istnieje. Proszę wybrać inny.
|
||||
DiskSpaceWarningTitle=Niewystarczająca ilość wolnego miejsca na dysku
|
||||
DiskSpaceWarning=Instalator wymaga co najmniej %1 KB wolnego miejsca na dysku. Wybrany dysk posiada tylko %2 KB dostępnego miejsca.%n%nCzy pomimo to chcesz kontynuować?
|
||||
DirNameTooLong=Nazwa folderu lub ścieżki jest za długa.
|
||||
InvalidDirName=Niepoprawna nazwa folderu.
|
||||
BadDirName32=Nazwa folderu nie może zawierać żadnego z następujących znaków:%n%n%1
|
||||
DirExistsTitle=Ten folder już istnieje
|
||||
DirExists=Folder%n%n%1%n%njuż istnieje. Czy pomimo to chcesz zainstalować program w tym folderze?
|
||||
DirDoesntExistTitle=Nie ma takiego folderu
|
||||
DirDoesntExist=Folder:%n%n%1%n%nnie istnieje. Czy chcesz, aby został utworzony?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Zaznacz komponenty
|
||||
SelectComponentsDesc=Które komponenty mają być zainstalowane?
|
||||
SelectComponentsLabel2=Zaznacz komponenty, które chcesz zainstalować, odznacz te, których nie chcesz zainstalować. Kliknij przycisk Dalej, aby kontynuować.
|
||||
FullInstallation=Instalacja pełna
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Instalacja podstawowa
|
||||
CustomInstallation=Instalacja użytkownika
|
||||
NoUninstallWarningTitle=Zainstalowane komponenty
|
||||
NoUninstallWarning=Instalator wykrył, że w twoim komputerze są już zainstalowane następujące komponenty:%n%n%1%n%nOdznaczenie któregokolwiek z nich nie spowoduje ich deinstalacji.%n%nCzy pomimo tego chcesz kontynuować?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=Wybrane komponenty wymagają co najmniej [mb] MB na dysku.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Zaznacz dodatkowe zadania
|
||||
SelectTasksDesc=Które dodatkowe zadania mają być wykonane?
|
||||
SelectTasksLabel2=Zaznacz dodatkowe zadania, które Instalator ma wykonać podczas instalacji programu [name], a następnie kliknij przycisk Dalej, aby kontynuować.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Wybierz folder Menu Start
|
||||
SelectStartMenuFolderDesc=Gdzie mają być umieszczone skróty do programu?
|
||||
SelectStartMenuFolderLabel3=Instalator stworzy skróty do programu w poniższym folderze Menu Start.
|
||||
SelectStartMenuFolderBrowseLabel=Kliknij przycisk Dalej, aby kontynuować. Jeśli chcesz określić inny folder, kliknij przycisk Przeglądaj.
|
||||
MustEnterGroupName=Musisz wprowadzić nazwę folderu.
|
||||
GroupNameTooLong=Nazwa folderu lub ścieżki jest za długa.
|
||||
InvalidGroupName=Niepoprawna nazwa folderu.
|
||||
BadGroupName=Nazwa folderu nie może zawierać żadnego z następujących znaków:%n%n%1
|
||||
NoProgramGroupCheck2=Nie twórz folderu w &Menu Start
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Gotowy do rozpoczęcia instalacji
|
||||
ReadyLabel1=Instalator jest już gotowy do rozpoczęcia instalacji programu [name] na twoim komputerze.
|
||||
ReadyLabel2a=Kliknij przycisk Instaluj, aby rozpocząć instalację lub Wstecz, jeśli chcesz przejrzeć lub zmienić ustawienia.
|
||||
ReadyLabel2b=Kliknij przycisk Instaluj, aby kontynuować instalację.
|
||||
ReadyMemoUserInfo=Informacje użytkownika:
|
||||
ReadyMemoDir=Lokalizacja docelowa:
|
||||
ReadyMemoType=Rodzaj instalacji:
|
||||
ReadyMemoComponents=Wybrane komponenty:
|
||||
ReadyMemoGroup=Folder w Menu Start:
|
||||
ReadyMemoTasks=Dodatkowe zadania:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Przygotowanie do instalacji
|
||||
PreparingDesc=Instalator przygotowuje instalację programu [name] na Twoim komputerze.
|
||||
PreviousInstallNotCompleted=Instalacja (usunięcie) poprzedniej wersji programu nie została zakończona. Będziesz musiał ponownie uruchomić komputer, aby zakończyć instalację. %n%nPo ponownym uruchomieniu komputera uruchom ponownie instalatora, aby zakończyć instalację aplikacji [name].
|
||||
CannotContinue=Instalator nie może kontynuować. Kliknij przycisk Anuluj, aby przerwać instalację.
|
||||
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Instalacja
|
||||
InstallingLabel=Poczekaj, aż instalator zainstaluje aplikację [name] na Twoim komputerze.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Zakończono instalację programu [name]
|
||||
FinishedLabelNoIcons=Instalator zakończył instalację programu [name] na Twoim komputerze.
|
||||
FinishedLabel=Instalator zakończył instalację programu [name] na Twoim komputerze. Aplikacja może być uruchomiona poprzez użycie zainstalowanych skrótów.
|
||||
ClickFinish=Kliknij przycisk Zakończ, aby zakończyć instalację.
|
||||
FinishedRestartLabel=Aby zakończyć instalację programu [name], Instalator musi ponownie uruchomić Twój komputer. Czy chcesz teraz wykonać restart komputera?
|
||||
FinishedRestartMessage=Aby zakończyć instalację programu [name], Instalator musi ponownie uruchomić Twój komputer.%n%nCzy chcesz teraz wykonać restart komputera?
|
||||
ShowReadmeCheck=Tak, chcę przeczytać dodatkowe informacje
|
||||
YesRadio=&Tak, teraz uruchom ponownie
|
||||
NoRadio=&Nie, sam zrestartuję później
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Uruchom %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=Pokaż %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=Instalator potrzebuje następnej dyskietki
|
||||
SelectDiskLabel2=Proszę włożyć dyskietkę %1 i kliknąć przycisk OK.%n%nJeśli pokazany poniżej folder nie określa położenia plików z tej dyskietki, wprowadź poprawną ścieżkę lub kliknij przycisk Przeglądaj.
|
||||
PathLabel=Ś&cieżka:
|
||||
FileNotInDir2=Plik "%1" nie został znaleziony na dyskietce "%2". Proszę włożyć właściwą dyskietkę lub wybrać inny folder.
|
||||
SelectDirectoryLabel=Proszę określić lokalizację następnej dyskietki.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=Instalacja nie została zakończona.%n%nProszę rozwiązać problem i ponownie rozpocząć instalację.
|
||||
EntryAbortRetryIgnore=Możesz ponowić nieudaną czynność, zignorować ją (nie zalecane) lub przerwać instalację.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Tworzenie folderów...
|
||||
StatusExtractFiles=Dekompresja plików...
|
||||
StatusCreateIcons=Tworzenie ikon aplikacji...
|
||||
StatusCreateIniEntries=Tworzenie zapisów w plikach INI...
|
||||
StatusCreateRegistryEntries=Tworzenie zapisów w rejestrze...
|
||||
StatusRegisterFiles=Rejestracja plików...
|
||||
StatusSavingUninstall=Zachowanie informacji deinstalatora...
|
||||
StatusRunProgram=Kończenie instalacji...
|
||||
StatusRollback=Cofanie zmian...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Wewnętrzny błąd: %1
|
||||
ErrorFunctionFailedNoCode=Błąd podczas wykonywania %1
|
||||
ErrorFunctionFailed=Błąd podczas wykonywania %1; kod %2
|
||||
ErrorFunctionFailedWithMessage=Błąd podczas wykonywania %1; code %2.%n%3
|
||||
ErrorExecutingProgram=Nie można uruchomić:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Błąd podczas otwierania klucza rejestru:%n%1\%2
|
||||
ErrorRegCreateKey=Błąd podczas tworzenia klucza rejestru:%n%1\%2
|
||||
ErrorRegWriteKey=Błąd podczas zapisu do klucza rejestru:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Błąd podczas tworzenia pozycji w pliku INI: "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Możesz ponowić nieudaną czynność, zignorować ją, aby ominąć ten plik (nie zalecane), lub przerwać instalację.
|
||||
FileAbortRetryIgnore2=Możesz ponowić nieudaną czynność, zignorować ją (nie zalecane) lub przerwać instalację.
|
||||
SourceIsCorrupted=Plik źródłowy jest uszkodzony
|
||||
SourceDoesntExist=Plik źródłowy "%1" nie istnieje
|
||||
ExistingFileReadOnly=Istniejący plik jest oznaczony jako tylko-do-odczytu.%n%nMożesz ponowić (aby usunąć oznaczenie) zignorować (aby ominąć ten plik) lub przerwać instalację.
|
||||
ErrorReadingExistingDest=Wystąpił błąd podczas próby odczytu istniejącego pliku:
|
||||
FileExists=Plik już istnieje.%n%nCzy chcesz, aby Instalator zamienił go na nowy?
|
||||
ExistingFileNewer=Istniejący plik jest nowszy niż ten, który Instalator próbuje skopiować. Zalecanym jest zachowanie istniejącego pliku.%n%nCzy chcesz zachować istniejący plik?
|
||||
ErrorChangingAttr=Wystąpił błąd podczas próby zmiany atrybutów docelowego pliku:
|
||||
ErrorCreatingTemp=Wystąpił błąd podczas próby utworzenia pliku w folderze docelowym:
|
||||
ErrorReadingSource=Wystąpił błąd podczas próby odczytu pliku źródłowego:
|
||||
ErrorCopying=Wystąpił błąd podczas próby kopiowania pliku:
|
||||
ErrorReplacingExistingFile=Wystąpił błąd podczas próby zamiany istniejącego pliku:
|
||||
ErrorRestartReplace=Próba zastąpienia plików podczas restartu komputera nie powiodła się.
|
||||
ErrorRenamingTemp=Wystąpił błąd podczas próby zmiany nazwy pliku w folderze docelowym:
|
||||
ErrorRegisterServer=Nie można zarejestrować DLL/OCX: %1
|
||||
ErrorRegSvr32Failed=Funkcja RegSvr32 zakończyła sie z kodem błędu %1
|
||||
ErrorRegisterTypeLib=Nie mogę zarejestrować biblioteki typów: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Wystąpił błąd podczas próby otwarcia pliku README.
|
||||
ErrorRestartingComputer=Instalator nie mógł zrestartować tego komputera. Proszę zrobić to samodzielnie.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=Plik "%1" nie istnieje. Nie można go odinstalować.
|
||||
UninstallOpenError=Plik "%1" nie mógł być otwarty. Nie można odinstalować
|
||||
UninstallUnsupportedVer=Ta wersja programu deinstalacyjnego nie rozpoznaje formatu logu deinstalacji. Nie można odinstalować
|
||||
UninstallUnknownEntry=W logu deinstalacji wystąpiła nieznana pozycja (%1)
|
||||
ConfirmUninstall=Czy na pewno chcesz usunąć program %1 i wszystkie jego składniki?
|
||||
UninstallOnlyOnWin64=Ten program moze być odinstalowany tylo w 64 bitowej wersji systemu Windows.
|
||||
OnlyAdminCanUninstall=Ta instalacja może być odinstalowana tylko przez użytkownika z prawami administratora.
|
||||
UninstallStatusLabel=Poczekaj aż program %1 zostanie usunięty z Twojego komputera.
|
||||
UninstalledAll=%1 został usunięty z Twojego komputera.
|
||||
UninstalledMost=Odinstalowywanie programu %1 zakończone.%n%nNiektóre elementy nie mogły być usunięte. Możesz je usunąć ręcznie.
|
||||
UninstalledAndNeedsRestart=Twój komputer musi być ponownie uruchomiony, aby zakończyć odinstalowywanie %1.%n%nCzy chcesz teraz ponownie uruchomić komputer?
|
||||
UninstallDataCorrupted=Plik "%1" jest uszkodzony. Nie można odinstalować
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Usunąć plik współdzielony?
|
||||
ConfirmDeleteSharedFile2=System wykrył, że następujący plik nie jest już używany przez żaden program. Czy chcesz odinstalować ten plik współdzielony?%n%nJeśli inne programy nadal używają tego pliku, a zostanie on usunięty, mogą one przestać działać prawidłowo. Jeśli nie jesteś pewny, wybierz przycisk Nie. Pozostawienie tego pliku w Twoim systemie nie spowoduje żadnych szkód.
|
||||
SharedFileNameLabel=Nazwa pliku:
|
||||
SharedFileLocationLabel=Położenie:
|
||||
WizardUninstalling=Stan deinstalacji
|
||||
StatusUninstalling=Deinstalacja %1...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 wersja %2
|
||||
AdditionalIcons=Dodatkowe ikony:
|
||||
CreateDesktopIcon=Utwórz ikonę na &pulpicie
|
||||
CreateQuickLaunchIcon=Utwórz ikonę na pasku &szybkiego uruchamiania
|
||||
ProgramOnTheWeb=Strona WWW programu %1
|
||||
UninstallProgram=Deinstalacja programu %1
|
||||
LaunchProgram=Uruchom program %1
|
||||
AssocFileExtension=&Przypisz program %1 do rozszerzenia pliku %2
|
||||
AssocingFileExtension=Przypisywanie programu %1 do rozszerzenia pliku %2...
|
301
Greenshot/tools/innosetup/Languages/Portuguese.isl
Normal file
301
Greenshot/tools/innosetup/Languages/Portuguese.isl
Normal file
|
@ -0,0 +1,301 @@
|
|||
; *** Inno Setup version 5.1.11+ Portuguese (Portugal) messages ***
|
||||
;
|
||||
; Maintained by NARS (nars AT gmx.net)
|
||||
;
|
||||
; $jrsoftware: issrc/Files/Languages/Portuguese.isl,v 1.5 2008/02/21 22:56:57 nars Exp $
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=Portugu<00EA>s (Portugal)
|
||||
LanguageID=$0816
|
||||
LanguageCodePage=1252
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Instalação
|
||||
SetupWindowTitle=%1 - Instalação
|
||||
UninstallAppTitle=Desinstalação
|
||||
UninstallAppFullTitle=%1 - Desinstalação
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Informação
|
||||
ConfirmTitle=Confirmação
|
||||
ErrorTitle=Erro
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Irá ser instalado o %1. Deseja continuar?
|
||||
LdrCannotCreateTemp=Não foi possível criar um ficheiro temporário. Instalação cancelada
|
||||
LdrCannotExecTemp=Não foi possível executar um ficheiro na directoria temporária. Instalação cancelada
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nErro %2: %3
|
||||
SetupFileMissing=O ficheiro %1 não foi encontrado na pasta de instalação. Corrija o problema ou obtenha uma nova cópia do programa.
|
||||
SetupFileCorrupt=Os ficheiros de instalação estão corrompidos. Obtenha uma nova cópia do programa.
|
||||
SetupFileCorruptOrWrongVer=Os ficheiros de instalação estão corrompidos, ou são incompatíveis com esta versão do Assistente de Instalação. Corrija o problema ou obtenha uma nova cópia do programa.
|
||||
NotOnThisPlatform=Este programa não pode ser executado no %1.
|
||||
OnlyOnThisPlatform=Este programa deve ser executado no %1.
|
||||
OnlyOnTheseArchitectures=Este programa só pode ser instalado em versões do Windows preparadas para as seguintes arquitecturas:%n%n%1
|
||||
MissingWOW64APIs=A versão do Windows que está a utilizar não dispõe das funcionalidades necessárias para o Assistente de Instalação poder realizar uma instalação de 64-bit's. Para corrigir este problema, por favor instale o Service Pack %1.
|
||||
WinVersionTooLowError=Este programa necessita do %1 versão %2 ou mais recente.
|
||||
WinVersionTooHighError=Este programa não pode ser instalado no %1 versão %2 ou mais recente.
|
||||
AdminPrivilegesRequired=Deve iniciar sessão como administrador para instalar este programa.
|
||||
PowerUserPrivilegesRequired=Deve iniciar sessão como administrador ou membro do grupo de Super Utilizadores para instalar este programa.
|
||||
SetupAppRunningError=O Assistente de Instalação detectou que o %1 está em execução. Feche-o e de seguida clique em OK para continuar, ou clique em Cancelar para cancelar a instalação.
|
||||
UninstallAppRunningError=O Assistente de Desinstalação detectou que o %1 está em execução. Feche-o e de seguida clique em OK para continuar, ou clique em Cancelar para cancelar a desinstalação.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=O Assistente de Instalação não consegue criar a directoria "%1"
|
||||
ErrorTooManyFilesInDir=Não é possível criar um ficheiro na directoria "%1" porque esta contém demasiados ficheiros
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Terminar a instalação
|
||||
ExitSetupMessage=A instalação não está completa. Se terminar agora, o programa não será instalado.%n%nMais tarde poderá executar novamente este Assistente de Instalação e concluir a instalação.%n%nDeseja terminar a instalação?
|
||||
AboutSetupMenuItem=&Acerca de...
|
||||
AboutSetupTitle=Acerca do Assistente de Instalação
|
||||
AboutSetupMessage=%1 versão %2%n%3%n%n%1 home page:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=Portuguese translation maintained by NARS (nars@gmx.net)
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Anterior
|
||||
ButtonNext=&Seguinte >
|
||||
ButtonInstall=&Instalar
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Cancelar
|
||||
ButtonYes=&Sim
|
||||
ButtonYesToAll=Sim para &todos
|
||||
ButtonNo=&Não
|
||||
ButtonNoToAll=Nã&o para todos
|
||||
ButtonFinish=&Concluir
|
||||
ButtonBrowse=&Procurar...
|
||||
ButtonWizardBrowse=P&rocurar...
|
||||
ButtonNewFolder=&Criar Nova Pasta
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Seleccione o Idioma do Assistente de Instalação
|
||||
SelectLanguageLabel=Seleccione o idioma para usar durante a Instalação:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Clique em Seguinte para continuar ou em Cancelar para cancelar a instalação.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Procurar Pasta
|
||||
BrowseDialogLabel=Seleccione uma pasta na lista abaixo e clique em OK.
|
||||
NewFolderName=Nova Pasta
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Bem-vindo ao Assistente de Instalação do [name]
|
||||
WelcomeLabel2=O Assistente de Instalação irá instalar o [name/ver] no seu computador.%n%nÉ recomendado que feche todas as outras aplicações antes de continuar.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Palavra-passe
|
||||
PasswordLabel1=Esta instalação está protegida por palavra-passe.
|
||||
PasswordLabel3=Insira a palavra-passe e de seguida clique em Seguinte para continuar. Na palavra-passe existe diferença entre maiúsculas e minúsculas.
|
||||
PasswordEditLabel=&Palavra-passe:
|
||||
IncorrectPassword=A palavra-passe que introduziu não está correcta. Tente novamente.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Contrato de licença
|
||||
LicenseLabel=É importante que leia as seguintes informações antes de continuar.
|
||||
LicenseLabel3=Leia atentamente o seguinte contrato de licença. Deve aceitar os termos do contrato antes de continuar a instalação.
|
||||
LicenseAccepted=A&ceito o contrato
|
||||
LicenseNotAccepted=&Não aceito o contrato
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Informação
|
||||
InfoBeforeLabel=É importante que leia as seguintes informações antes de continuar.
|
||||
InfoBeforeClickLabel=Quando estiver pronto para continuar clique em Seguinte.
|
||||
WizardInfoAfter=Informação
|
||||
InfoAfterLabel=É importante que leia as seguintes informações antes de continuar.
|
||||
InfoAfterClickLabel=Quando estiver pronto para continuar clique em Seguinte.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Informações do utilizador
|
||||
UserInfoDesc=Introduza as suas informações.
|
||||
UserInfoName=Nome do &utilizador:
|
||||
UserInfoOrg=&Organização:
|
||||
UserInfoSerial=&Número de série:
|
||||
UserInfoNameRequired=Deve introduzir um nome.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Seleccione a localização de destino
|
||||
SelectDirDesc=Onde deverá ser instalado o [name]?
|
||||
SelectDirLabel3=O [name] será instalado na seguinte pasta.
|
||||
SelectDirBrowseLabel=Para continuar, clique em Seguinte. Se desejar seleccionar uma pasta diferente, clique em Procurar.
|
||||
DiskSpaceMBLabel=É necessário pelo menos [mb] MB de espaço livre em disco.
|
||||
ToUNCPathname=O Assistente de Instalação não pode instalar num caminho do tipo UNC. Se está a tentar fazer a instalação numa rede, precisa de mapear a unidade de rede.
|
||||
InvalidPath=É necessário indicar o caminho completo com a letra de unidade; por exemplo:%n%nC:\APP%n%nou um caminho UNC no formato:%n%n\\servidor\partilha
|
||||
InvalidDrive=A unidade ou partilha UNC seleccionada não existe ou não está acessível. Seleccione outra.
|
||||
DiskSpaceWarningTitle=Não há espaço suficiente no disco
|
||||
DiskSpaceWarning=O Assistente de Instalação necessita de pelo menos %1 KB de espaço livre, mas a unidade seleccionada tem apenas %2 KB disponíveis.%n%nDeseja continuar de qualquer forma?
|
||||
DirNameTooLong=O nome ou caminho para a pasta é demasiado longo.
|
||||
InvalidDirName=O nome da pasta não é válido.
|
||||
BadDirName32=O nome da pasta não pode conter nenhum dos seguintes caracteres:%n%n%1
|
||||
DirExistsTitle=A pasta já existe
|
||||
DirExists=A pasta:%n%n%1%n%njá existe. Pretende instalar nesta pasta?
|
||||
DirDoesntExistTitle=A pasta não existe
|
||||
DirDoesntExist=A pasta:%n%n%1%n%nnão existe. Pretende que esta pasta seja criada?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Seleccione os componentes
|
||||
SelectComponentsDesc=Que componentes deverão ser instalados?
|
||||
SelectComponentsLabel2=Seleccione os componentes que quer instalar e desseleccione os componentes que não quer instalar. Clique em Seguinte quando estiver pronto para continuar.
|
||||
FullInstallation=Instalação Completa
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Instalação Compacta
|
||||
CustomInstallation=Instalação Personalizada
|
||||
NoUninstallWarningTitle=Componentes Encontrados
|
||||
NoUninstallWarning=O Assistente de Instalação detectou que os seguintes componentes estão instalados no seu computador:%n%n%1%n%nSe desseleccionar estes componentes eles não serão desinstalados.%n%nDeseja continuar?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=A selecção actual necessita de pelo menos [mb] MB de espaço em disco.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Seleccione tarefas adicionais
|
||||
SelectTasksDesc=Que tarefas adicionais deverão ser executadas?
|
||||
SelectTasksLabel2=Seleccione as tarefas adicionais que deseja que o Assistente de Instalação execute na instalação do [name] e em seguida clique em Seguinte.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Seleccione a pasta do Menu Iniciar
|
||||
SelectStartMenuFolderDesc=Onde deverão ser colocados os ícones de atalho do programa?
|
||||
SelectStartMenuFolderLabel3=Os ícones de atalho do programa serão criados na seguinte pasta do Menu Iniciar.
|
||||
SelectStartMenuFolderBrowseLabel=Para continuar, clique em Seguinte. Se desejar seleccionar uma pasta diferente, clique em Procurar.
|
||||
MustEnterGroupName=É necessário introduzir um nome para a pasta.
|
||||
GroupNameTooLong=O nome ou caminho para a pasta é demasiado longo.
|
||||
InvalidGroupName=O nome da pasta não é válido.
|
||||
BadGroupName=O nome da pasta não pode conter nenhum dos seguintes caracteres:%n%n%1
|
||||
NoProgramGroupCheck2=&Não criar nenhuma pasta no Menu Iniciar
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Pronto para Instalar
|
||||
ReadyLabel1=O Assistente de Instalação está pronto para instalar o [name] no seu computador.
|
||||
ReadyLabel2a=Clique em Instalar para continuar a instalação, ou clique em Anterior se desejar rever ou alterar alguma das configurações.
|
||||
ReadyLabel2b=Clique em Instalar para continuar a instalação.
|
||||
ReadyMemoUserInfo=Informações do utilizador:
|
||||
ReadyMemoDir=Localização de destino:
|
||||
ReadyMemoType=Tipo de instalação:
|
||||
ReadyMemoComponents=Componentes seleccionados:
|
||||
ReadyMemoGroup=Pasta do Menu Iniciar:
|
||||
ReadyMemoTasks=Tarefas adicionais:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Preparando-se para instalar
|
||||
PreparingDesc=Preparando-se para instalar o [name] no seu computador.
|
||||
PreviousInstallNotCompleted=A instalação/remoção de um programa anterior não foi completada. Necessitará de reiniciar o computador para completar essa instalação.%n%nDepois de reiniciar o computador, execute novamente este Assistente de Instalação para completar a instalação do [name].
|
||||
CannotContinue=A Instalação não pode continuar. Clique em Cancelar para sair.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=A instalar
|
||||
InstallingLabel=Aguarde enquanto o Assistente de Instalação instala o [name] no seu computador.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Instalação do [name] concluída
|
||||
FinishedLabelNoIcons=O Assistente de Instalação concluiu a instalação do [name] no seu computador.
|
||||
FinishedLabel=O Assistente de Instalação concluiu a instalação do [name] no seu computador. A aplicação pode ser iniciada através dos ícones instalados.
|
||||
ClickFinish=Clique em Concluir para finalizar o Assistente de Instalação.
|
||||
FinishedRestartLabel=Para completar a instalação do [name], o Assistente de Instalação deverá reiniciar o seu computador. Deseja reiniciar agora?
|
||||
FinishedRestartMessage=Para completar a instalação do [name], o Assistente de Instalação deverá reiniciar o seu computador.%n%nDeseja reiniciar agora?
|
||||
ShowReadmeCheck=Sim, desejo ver o ficheiro LEIAME
|
||||
YesRadio=&Sim, desejo reiniciar o computador agora
|
||||
NoRadio=&Não, desejo reiniciar o computador mais tarde
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Executar %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=Visualizar %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=O Assistente de Instalação precisa do disco seguinte
|
||||
SelectDiskLabel2=Introduza o disco %1 e clique em OK.%n%nSe os ficheiros deste disco estiverem num local diferente do mostrado abaixo, indique o caminho correcto ou clique em Procurar.
|
||||
PathLabel=&Caminho:
|
||||
FileNotInDir2=O ficheiro "%1" não foi encontrado em "%2". Introduza o disco correcto ou seleccione outra pasta.
|
||||
SelectDirectoryLabel=Indique a localização do disco seguinte.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=A instalação não está completa.%n%nCorrija o problema e execute o Assistente de Instalação novamente.
|
||||
EntryAbortRetryIgnore=Clique em Repetir para tentar novamente, Ignorar para continuar de qualquer forma, ou Abortar para cancelar a instalação.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=A criar directorias...
|
||||
StatusExtractFiles=A extrair ficheiros...
|
||||
StatusCreateIcons=A criar atalhos...
|
||||
StatusCreateIniEntries=A criar entradas em INI...
|
||||
StatusCreateRegistryEntries=A criar entradas no registo...
|
||||
StatusRegisterFiles=A registar ficheiros...
|
||||
StatusSavingUninstall=A guardar informações para desinstalação...
|
||||
StatusRunProgram=A concluir a instalação...
|
||||
StatusRollback=A anular as alterações...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Erro interno: %1
|
||||
ErrorFunctionFailedNoCode=%1 falhou
|
||||
ErrorFunctionFailed=%1 falhou; código %2
|
||||
ErrorFunctionFailedWithMessage=%1 falhou; código %2.%n%3
|
||||
ErrorExecutingProgram=Não é possível executar o ficheiro:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Erro ao abrir a chave de registo:%n%1\%2
|
||||
ErrorRegCreateKey=Erro ao criar a chave de registo:%n%1\%2
|
||||
ErrorRegWriteKey=Erro ao escrever na chave de registo:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Erro ao criar entradas em INI no ficheiro "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Clique em Repetir para tentar novamente, Ignorar para ignorar este ficheiro (não recomendado), ou Abortar para cancelar a instalação.
|
||||
FileAbortRetryIgnore2=Clique em Repetir para tentar novamente, Ignorar para continuar de qualquer forma (não recomendado), ou Abortar para cancelar a instalação.
|
||||
SourceIsCorrupted=O ficheiro de origem está corrompido
|
||||
SourceDoesntExist=O ficheiro de origem "%1" não existe
|
||||
ExistingFileReadOnly=O ficheiro existente tem o atributo "só de leitura".%n%nClique em Repetir para remover o atributo "só de leitura" e tentar novamente, Ignorar para ignorar este ficheiro, ou Abortar para cancelar a instalação.
|
||||
ErrorReadingExistingDest=Ocorreu um erro ao tentar ler o ficheiro existente:
|
||||
FileExists=O ficheiro já existe.%n%nDeseja substituí-lo?
|
||||
ExistingFileNewer=O ficheiro existente é mais recente que o que está a ser instalado. É recomendado que mantenha o ficheiro existente.%n%nDeseja manter o ficheiro existente?
|
||||
ErrorChangingAttr=Ocorreu um erro ao tentar alterar os atributos do ficheiro existente:
|
||||
ErrorCreatingTemp=Ocorreu um erro ao tentar criar um ficheiro na directoria de destino:
|
||||
ErrorReadingSource=Ocorreu um erro ao tentar ler o ficheiro de origem:
|
||||
ErrorCopying=Ocorreu um erro ao tentar copiar um ficheiro:
|
||||
ErrorReplacingExistingFile=Ocorreu um erro ao tentar substituir o ficheiro existente:
|
||||
ErrorRestartReplace=RestartReplace falhou:
|
||||
ErrorRenamingTemp=Ocorreu um erro ao tentar mudar o nome de um ficheiro na directoria de destino:
|
||||
ErrorRegisterServer=Não é possível registar o DLL/OCX: %1
|
||||
ErrorRegSvr32Failed=O RegSvr32 falhou com o código de saída %1
|
||||
ErrorRegisterTypeLib=Não foi possível registar a livraria de tipos: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Ocorreu um erro ao tentar abrir o ficheiro LEIAME.
|
||||
ErrorRestartingComputer=O Assistente de Instalação não consegue reiniciar o computador. Por favor reinicie manualmente.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=O ficheiro "%1" não existe. Não é possível desinstalar.
|
||||
UninstallOpenError=Não foi possível abrir o ficheiro "%1". Não é possível desinstalar.
|
||||
UninstallUnsupportedVer=O ficheiro log de desinstalação "%1" está num formato que não é reconhecido por esta versão do desinstalador. Não é possível desinstalar
|
||||
UninstallUnknownEntry=Foi encontrada uma entrada desconhecida (%1) no ficheiro log de desinstalação
|
||||
ConfirmUninstall=Tem a certeza que deseja remover completamente o %1 e todos os seus componentes?
|
||||
UninstallOnlyOnWin64=Esta desinstalação só pode ser realizada na versão de 64-bit's do Windows.
|
||||
OnlyAdminCanUninstall=Esta desinstalação só pode ser realizada por um utilizador com privilégios administrativos.
|
||||
UninstallStatusLabel=Por favor aguarde enquanto o %1 está a ser removido do seu computador.
|
||||
UninstalledAll=O %1 foi removido do seu computador com sucesso.
|
||||
UninstalledMost=A desinstalação do %1 está concluída.%n%nAlguns elementos não puderam ser removidos. Estes elementos podem ser removidos manualmente.
|
||||
UninstalledAndNeedsRestart=Para completar a desinstalação do %1, o computador deve ser reiniciado.%n%nDeseja reiniciar agora?
|
||||
UninstallDataCorrupted=O ficheiro "%1" está corrompido. Não é possível desinstalar
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Remover ficheiro partilhado?
|
||||
ConfirmDeleteSharedFile2=O sistema indica que o seguinte ficheiro partilhado já não está a ser utilizado por nenhum programa. Deseja removê-lo?%n%nSe algum programa ainda necessitar deste ficheiro, poderá não funcionar correctamente depois de o remover. Se não tiver a certeza, seleccione Não. Manter o ficheiro não causará nenhum problema.
|
||||
SharedFileNameLabel=Nome do ficheiro:
|
||||
SharedFileLocationLabel=Localização:
|
||||
WizardUninstalling=Estado da desinstalação
|
||||
StatusUninstalling=A desinstalar o %1...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 versão %2
|
||||
AdditionalIcons=Ícones adicionais:
|
||||
CreateDesktopIcon=Criar ícone no Ambiente de &Trabalho
|
||||
CreateQuickLaunchIcon=&Criar ícone na barra de Iniciação Rápida
|
||||
ProgramOnTheWeb=%1 na Web
|
||||
UninstallProgram=Desinstalar o %1
|
||||
LaunchProgram=Executar o %1
|
||||
AssocFileExtension=Associa&r o %1 aos ficheiros com a extensão %2
|
||||
AssocingFileExtension=A associar o %1 aos ficheiros com a extensão %2...
|
307
Greenshot/tools/innosetup/Languages/Russian.isl
Normal file
307
Greenshot/tools/innosetup/Languages/Russian.isl
Normal file
|
@ -0,0 +1,307 @@
|
|||
; *** Inno Setup version 5.1.11+ Russian messages ***
|
||||
;
|
||||
; Translation was made by Dmitry Kann, http://www.dk-soft.org/
|
||||
; The highest accuracy was the first priority.
|
||||
;
|
||||
; Note: When translating this text, do not add periods (.) to the end of
|
||||
; messages that didn't have them already, because on those messages Inno
|
||||
; Setup adds the periods automatically (appending a period would result in
|
||||
; two periods being displayed).
|
||||
;
|
||||
; $jrsoftware: issrc/Files/Languages/Russian.isl,v 1.10 2007/02/28 04:38:21 jr Exp $
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=<0420><0443><0441><0441><043A><0438><0439>
|
||||
LanguageID=$0419
|
||||
LanguageCodePage=1251
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Установка
|
||||
SetupWindowTitle=Установка — %1
|
||||
UninstallAppTitle=Деинсталляция
|
||||
UninstallAppFullTitle=Деинсталляция — %1
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Информация
|
||||
ConfirmTitle=Подтверждение
|
||||
ErrorTitle=Ошибка
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Данная программа установит %1 на Ваш компьютер, продолжить?
|
||||
LdrCannotCreateTemp=Невозможно создать временный файл. Установка прервана
|
||||
LdrCannotExecTemp=Невозможно выполнить файл во временном каталоге. Установка прервана
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nОшибка %2: %3
|
||||
SetupFileMissing=Файл %1 отсутствует в папке установки. Пожалуйста, устраните проблему или получите новую версию программы.
|
||||
SetupFileCorrupt=Установочные файлы повреждены. Пожалуйста, получите новую копию программы.
|
||||
SetupFileCorruptOrWrongVer=Эти установочные файлы повреждены или несовместимы с данной версией программы установки. Пожалуйста, устраните проблему или получите новую копию программы.
|
||||
NotOnThisPlatform=Эта программа не будет работать в %1.
|
||||
OnlyOnThisPlatform=Эту программу можно запускать только в %1.
|
||||
OnlyOnTheseArchitectures=Установка этой программы возможна только в версиях Windows для следующих архитектур процессоров:%n%n%1
|
||||
MissingWOW64APIs=В версии Windows, в которой Вы работаете, отсутствуют функции, необходимые для выполнения 64-битной установки. Чтобы устранить эту проблему, Вам необходимо установить пакет обновления (Service Pack) %1.
|
||||
WinVersionTooLowError=Эта программа требует %1 версии %2 или выше.
|
||||
WinVersionTooHighError=Программа не может быть установлена в %1 версии %2 или выше.
|
||||
AdminPrivilegesRequired=Чтобы установить данную программу, Вы должны выполнить вход в систему как Администратор.
|
||||
PowerUserPrivilegesRequired=Чтобы установить эту программу, Вы должны выполнить вход в систему как Администратор или член группы «Опытные пользователи» (Power Users).
|
||||
SetupAppRunningError=Обнаружен запущенный экземпляр %1.%n%nПожалуйста, закройте все экземпляры приложения, затем нажмите «OK», чтобы продолжить, или «Отмена», чтобы выйти.
|
||||
UninstallAppRunningError=Деинсталлятор обнаружил запущенный экземпляр %1.%n%nПожалуйста, закройте все экземпляры приложения, затем нажмите «OK», чтобы продолжить, или «Отмена», чтобы выйти.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=Невозможно создать папку "%1"
|
||||
ErrorTooManyFilesInDir=Невозможно создать файл в каталоге "%1", так как в нём слишком много файлов
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Выход из программы установки
|
||||
ExitSetupMessage=Установка не завершена. Если Вы выйдете, программа не будет установлена.%n%nВы сможете завершить установку, запустив программу установки позже.%n%nВыйти из программы установки?
|
||||
AboutSetupMenuItem=&О программе...
|
||||
AboutSetupTitle=О программе
|
||||
AboutSetupMessage=%1, версия %2%n%3%n%nСайт %1:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=Russian translation by Dmitry Kann, http://www.dk-soft.org/
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Назад
|
||||
ButtonNext=&Далее >
|
||||
ButtonInstall=&Установить
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Отмена
|
||||
ButtonYes=&Да
|
||||
ButtonYesToAll=Да для &Всех
|
||||
ButtonNo=&Нет
|
||||
ButtonNoToAll=Н&ет для Всех
|
||||
ButtonFinish=&Завершить
|
||||
ButtonBrowse=&Обзор...
|
||||
ButtonWizardBrowse=&Обзор...
|
||||
ButtonNewFolder=&Создать папку
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Выберите язык установки
|
||||
SelectLanguageLabel=Выберите язык, который будет использован в процессе установки:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Нажмите «Далее», чтобы продолжить, или «Отмена», чтобы выйти из программы установки.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Обзор папок
|
||||
BrowseDialogLabel=Выберите папку из списка и нажмите «ОК».
|
||||
NewFolderName=Новая папка
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Вас приветствует Мастер установки [name]
|
||||
WelcomeLabel2=Программа установит [name/ver] на Ваш компьютер.%n%nРекомендуется закрыть все прочие приложения перед тем, как продолжить.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Пароль
|
||||
PasswordLabel1=Эта программа защищена паролем.
|
||||
PasswordLabel3=Пожалуйста, наберите пароль, потом нажмите «Далее». Пароли необходимо вводить с учётом регистра.
|
||||
PasswordEditLabel=&Пароль:
|
||||
IncorrectPassword=Введенный Вами пароль неверен. Пожалуйста, попробуйте снова.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Лицензионное Соглашение
|
||||
LicenseLabel=Пожалуйста, прочтите следующую важную информацию перед тем, как продолжить.
|
||||
LicenseLabel3=Пожалуйста, прочтите следующее Лицензионное Соглашение. Вы должны принять условия этого соглашения перед тем, как продолжить.
|
||||
LicenseAccepted=Я &принимаю условия соглашения
|
||||
LicenseNotAccepted=Я &не принимаю условия соглашения
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Информация
|
||||
InfoBeforeLabel=Пожалуйста, прочитайте следующую важную информацию перед тем, как продолжить.
|
||||
InfoBeforeClickLabel=Когда Вы будете готовы продолжить установку, нажмите «Далее».
|
||||
WizardInfoAfter=Информация
|
||||
InfoAfterLabel=Пожалуйста прочитайте следующую важную информацию перед тем, как продолжить.
|
||||
InfoAfterClickLabel=Когда Вы будете готовы продолжить установку, нажмите «Далее».
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Информация о пользователе
|
||||
UserInfoDesc=Пожалуйста, введите данные о себе.
|
||||
UserInfoName=&Имя и фамилия пользователя:
|
||||
UserInfoOrg=&Организация:
|
||||
UserInfoSerial=&Серийный номер:
|
||||
UserInfoNameRequired=Вы должны ввести имя.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Выбор папки установки
|
||||
SelectDirDesc=В какую папку Вы хотите установить [name]?
|
||||
SelectDirLabel3=Программа установит [name] в следующую папку.
|
||||
SelectDirBrowseLabel=Нажмите «Далее», чтобы продолжить. Если Вы хотите выбрать другую папку, нажмите «Обзор».
|
||||
DiskSpaceMBLabel=Требуется как минимум [mb] Мб свободного дискового пространства.
|
||||
ToUNCPathname=Установка не может выполняться в папку по её сетевому имени. Если Вы устанавливаете в сетевую папку, Вы должны подключить её в виде сетевого диска.
|
||||
InvalidPath=Вы должны указать полный путь с буквой диска; например:%n%nC:\APP%n%nили в форме UNC:%n%n\\имя_сервера\имя_ресурса
|
||||
InvalidDrive=Выбранный Вами диск или сетевой путь не существуют или недоступны. Пожалуйста, выберите другой.
|
||||
DiskSpaceWarningTitle=Недостаточно места на диске
|
||||
DiskSpaceWarning=Установка требует не менее %1 Кб свободного места, а на выбранном Вами диске доступно только %2 Кб.%n%nВы желаете тем не менее продолжить установку?
|
||||
DirNameTooLong=Имя папки или путь к ней превышают допустимую длину.
|
||||
InvalidDirName=Указанное имя папки недопустимо.
|
||||
BadDirName32=Имя папки не может содержать символов: %n%n%1
|
||||
DirExistsTitle=Папка существует
|
||||
DirExists=Папка%n%n%1%n%nуже существует. Всё равно установить в эту папку?
|
||||
DirDoesntExistTitle=Папка не существует
|
||||
DirDoesntExist=Папка%n%n%1%n%nне существует. Вы хотите создать её?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Выбор компонентов
|
||||
SelectComponentsDesc=Какие компоненты должны быть установлены?
|
||||
SelectComponentsLabel2=Выберите компоненты, которые Вы хотите установить; снимите флажки с компонентов, устанавливать которые не требуется. Нажмите «Далее», когда Вы будете готовы продолжить.
|
||||
FullInstallation=Полная установка
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Компактная установка
|
||||
CustomInstallation=Выборочная установка
|
||||
NoUninstallWarningTitle=Установленные компоненты
|
||||
NoUninstallWarning=Программа установки обнаружила, что следующие компоненты уже установлены на Вашем компьютере:%n%n%1%n%nОтмена выбора этих компонент не удалит их.%n%nПродолжить?
|
||||
ComponentSize1=%1 Кб
|
||||
ComponentSize2=%1 Мб
|
||||
ComponentsDiskSpaceMBLabel=Текущий выбор требует не менее [mb] Мб на диске.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Выберите дополнительные задачи
|
||||
SelectTasksDesc=Какие дополнительные задачи необходимо выполнить?
|
||||
SelectTasksLabel2=Выберите дополнительные задачи, которые должны выполниться при установке [name], после этого нажмите «Далее»:
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Выберите папку в меню «Пуск»
|
||||
SelectStartMenuFolderDesc=Где программа установки должна создать ярлыки?
|
||||
SelectStartMenuFolderLabel3=Программа создаст ярлыки в следующей папке меню «Пуск».
|
||||
SelectStartMenuFolderBrowseLabel=Нажмите «Далее», чтобы продолжить. Если Вы хотите выбрать другую папку, нажмите «Обзор».
|
||||
MustEnterGroupName=Вы должны ввести имя папки.
|
||||
GroupNameTooLong=Имя папки группы или путь к ней превышают допустимую длину.
|
||||
InvalidGroupName=Указанное имя папки недопустимо.
|
||||
BadGroupName=Имя папки не может содержать символов:%n%n%1
|
||||
NoProgramGroupCheck2=&Не создавать папку в меню «Пуск»
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Всё готово к установке
|
||||
ReadyLabel1=Программа установки готова начать установку [name] на Ваш компьютер.
|
||||
ReadyLabel2a=Нажмите «Установить», чтобы продолжить, или «Назад», если Вы хотите просмотреть или изменить опции установки.
|
||||
ReadyLabel2b=Нажмите «Установить», чтобы продолжить.
|
||||
ReadyMemoUserInfo=Информация о пользователе:
|
||||
ReadyMemoDir=Папка установки:
|
||||
ReadyMemoType=Тип установки:
|
||||
ReadyMemoComponents=Выбранные компоненты:
|
||||
ReadyMemoGroup=Папка в меню «Пуск»:
|
||||
ReadyMemoTasks=Дополнительные задачи:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Подготовка к установке
|
||||
PreparingDesc=Программа установки подготавливается к установке [name] на Ваш компьютер.
|
||||
PreviousInstallNotCompleted=Установка или удаление предыдущей программы не были завершены. Вам потребуется перезагрузить Ваш компьютер, чтобы завершить ту установку.%n%nПосле перезагрузки запустите вновь Программу установки, чтобы завершить установку [name].
|
||||
CannotContinue=Невозможно продолжить установку. Нажмите «Отмена» для выхода из программы.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Установка...
|
||||
InstallingLabel=Пожалуйста, подождите, пока [name] установится на Ваш компьютер.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Завершение Мастера установки [name]
|
||||
FinishedLabelNoIcons=Программа [name] установлена на Ваш компьютер.
|
||||
FinishedLabel=Программа [name] установлена на Ваш компьютер. Приложение можно запустить с помощью соответствующего значка.
|
||||
ClickFinish=Нажмите «Завершить», чтобы выйти из программы установки.
|
||||
FinishedRestartLabel=Для завершения установки [name] требуется перезагрузить компьютер. Произвести перезагрузку сейчас?
|
||||
FinishedRestartMessage=Для завершения установки [name] требуется перезагрузить компьютер.%n%nПроизвести перезагрузку сейчас?
|
||||
ShowReadmeCheck=Я хочу просмотреть файл README
|
||||
YesRadio=&Да, перезагрузить компьютер сейчас
|
||||
NoRadio=&Нет, я произведу перезагрузку позже
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Запустить %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=Просмотреть %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=Необходимо вставить следующий диск
|
||||
SelectDiskLabel2=Пожалуйста, вставьте диск %1 и нажмите «OK».%n%nЕсли файлы этого диска могут быть найдены в папке, отличающейся от показанной ниже, введите правильный путь или нажмите «Обзор».
|
||||
PathLabel=&Путь:
|
||||
FileNotInDir2=Файл "%1" не найден в "%2". Пожалуйста, вставьте правильный диск или выберите другую папку.
|
||||
SelectDirectoryLabel=Пожалуйста, укажите путь к следующему диску.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=Установка не была завершена.%n%nПожалуйста, устраните проблему и запустите установку снова.
|
||||
EntryAbortRetryIgnore=Нажмите «Повтор», чтобы повторить попытку, «Пропустить», чтобы пропустить файл, или «Отказ» для отмены установки.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Создание папок...
|
||||
StatusExtractFiles=Распаковка файлов...
|
||||
StatusCreateIcons=Создание ярлыков программы...
|
||||
StatusCreateIniEntries=Создание INI-файлов...
|
||||
StatusCreateRegistryEntries=Создание записей реестра...
|
||||
StatusRegisterFiles=Регистрация файлов...
|
||||
StatusSavingUninstall=Сохранение информации для деинсталляции...
|
||||
StatusRunProgram=Завершение установки...
|
||||
StatusRollback=Откат изменений...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Внутренняя ошибка: %1
|
||||
ErrorFunctionFailedNoCode=%1: сбой
|
||||
ErrorFunctionFailed=%1: сбой; код %2
|
||||
ErrorFunctionFailedWithMessage=%1: сбой; код %2.%n%3
|
||||
ErrorExecutingProgram=Невозможно выполнить файл:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Ошибка открытия ключа реестра:%n%1\%2
|
||||
ErrorRegCreateKey=Ошибка создания ключа реестра:%n%1\%2
|
||||
ErrorRegWriteKey=Ошибка записи в ключ реестра:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Ошибка создания записи в INI-файле "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Нажмите «Повтор», чтобы повторить, «Пропустить», чтобы пропустить файл (не рекомендуется) или «Отказ» для выхода.
|
||||
FileAbortRetryIgnore2=Нажмите «Повтор», чтобы повторить, «Пропустить», чтобы игнорировать ошибку (не рекомендуется) или «Отказ» для выхода.
|
||||
SourceIsCorrupted=Исходный файл поврежден
|
||||
SourceDoesntExist=Исходный файл "%1" не существует
|
||||
ExistingFileReadOnly=Существующий файл помечен как «файл только для чтения».%n%nНажмите «Повтор» для удаления атрибута «только для чтения», «Пропустить», чтобы пропустить файл или «Отказ» для выхода.
|
||||
ErrorReadingExistingDest=Произошла ошибка при попытке чтения существующего файла:
|
||||
FileExists=Файл уже существует.%n%nПерезаписать его?
|
||||
ExistingFileNewer=Существующий файл более новый, чем устанавливаемый. Рекомендуется сохранить существующий файл.%n%nВы хотите сохранить существующий файл?
|
||||
ErrorChangingAttr=Произошла ошибка при попытке изменения атрибутов существующего файла:
|
||||
ErrorCreatingTemp=Произошла ошибка при попытке создания файла в папке назначения:
|
||||
ErrorReadingSource=Произошла ошибка при попытке чтения исходного файла:
|
||||
ErrorCopying=Произошла ошибка при попытке копирования файла:
|
||||
ErrorReplacingExistingFile=Произошла ошибка при попытке замены существующего файла:
|
||||
ErrorRestartReplace=Ошибка RestartReplace:
|
||||
ErrorRenamingTemp=Произошла ошибка при попытке переименования файла в папке назначения:
|
||||
ErrorRegisterServer=Невозможно зарегистрировать DLL/OCX: %1
|
||||
ErrorRegSvr32Failed=Ошибка при выполнении RegSvr32, код возврата %1
|
||||
ErrorRegisterTypeLib=Невозможно зарегистрировать библиотеку типов (Type Library): %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Произошла ошибка при попытке открытия файла README.
|
||||
ErrorRestartingComputer=Программе установки не удалось перезапустить компьютер. Пожалуйста, выполните это самостоятельно.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=Файл "%1" не существует, деинсталляция невозможна.
|
||||
UninstallOpenError=Невозможно открыть файл "%1". Деинсталляция невозможна
|
||||
UninstallUnsupportedVer=Файл протокола для деинсталляции "%1" не распознан данной версией программы-деинсталлятора. Деинсталляция невозможна
|
||||
UninstallUnknownEntry=Встретился неизвестный пункт (%1) в файле протокола для деинсталляции
|
||||
ConfirmUninstall=Вы действительно хотите удалить %1 и все компоненты программы?
|
||||
UninstallOnlyOnWin64=Данную программу возможно деинсталлировать только в среде 64-битной Windows.
|
||||
OnlyAdminCanUninstall=Эта программа может быть деинсталлирована только пользователем с административными привилегиями.
|
||||
UninstallStatusLabel=Пожалуйста, подождите, пока %1 будет удалена с Вашего компьютера.
|
||||
UninstalledAll=Программа %1 была полностью удалена с Вашего компьютера.
|
||||
UninstalledMost=Деинсталляция %1 завершена.%n%nЧасть элементов не удалось удалить. Вы можете удалить их самостоятельно.
|
||||
UninstalledAndNeedsRestart=Для завершения деинсталляции %1 необходимо произвести перезагрузку Вашего компьютера.%n%nВыполнить перезагрузку сейчас?
|
||||
UninstallDataCorrupted=Файл "%1" поврежден. Деинсталляция невозможна
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Удалить совместно используемый файл?
|
||||
ConfirmDeleteSharedFile2=Система указывает, что следующий совместно используемый файл больше не используется никакими другими приложениями. Подтверждаете удаление файла?%n%nЕсли какие-либо программы всё еще используют этот файл, и он будет удалён, они не смогут работать правильно. Если Вы не уверены, выберите «Нет». Оставленный файл не навредит Вашей системе.
|
||||
SharedFileNameLabel=Имя файла:
|
||||
SharedFileLocationLabel=Расположение:
|
||||
WizardUninstalling=Состояние деинсталляции
|
||||
StatusUninstalling=Деинсталляция %1...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1, версия %2
|
||||
AdditionalIcons=Дополнительные значки:
|
||||
CreateDesktopIcon=Создать значок на &Рабочем столе
|
||||
CreateQuickLaunchIcon=Создать значок в &Панели быстрого запуска
|
||||
ProgramOnTheWeb=Сайт %1 в Интернете
|
||||
UninstallProgram=Деинсталлировать %1
|
||||
LaunchProgram=Запустить %1
|
||||
AssocFileExtension=Св&язать %1 с файлами, имеющими расширение %2
|
||||
AssocingFileExtension=Связывание %1 с файлами %2...
|
244
Greenshot/tools/innosetup/Languages/Slovak.isl
Normal file
244
Greenshot/tools/innosetup/Languages/Slovak.isl
Normal file
|
@ -0,0 +1,244 @@
|
|||
; ******************************************************
|
||||
; *** ***
|
||||
; *** Inno Setup version 5.1.11+ Slovak messages ***
|
||||
; *** ***
|
||||
; *** Original Author: ***
|
||||
; *** ***
|
||||
; *** Milan Potancok (milan.potancok AT gmail.com) ***
|
||||
; *** ***
|
||||
; *** Contributors: ***
|
||||
; *** ***
|
||||
; *** Ivo Bauer (bauer AT ozm.cz) ***
|
||||
; *** ***
|
||||
; *** Tomas Falb (tomasf AT pobox.sk) ***
|
||||
; *** ***
|
||||
; *** Update: 19.3.2007 ***
|
||||
; *** ***
|
||||
; ******************************************************
|
||||
;
|
||||
;
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=Sloven<010D>ina
|
||||
LanguageID=$041b
|
||||
LanguageCodePage=1250
|
||||
|
||||
[Messages]
|
||||
SetupAppTitle=Sprievodca inštaláciou
|
||||
SetupWindowTitle=Sprievodca inštaláciou - %1
|
||||
UninstallAppTitle=Sprievodca odinštaláciou
|
||||
UninstallAppFullTitle=Sprievodca odinštaláciou - %1
|
||||
InformationTitle=Informácie
|
||||
ConfirmTitle=Potvrdenie
|
||||
ErrorTitle=Chyba
|
||||
SetupLdrStartupMessage=Toto je sprievodca inštaláciou produktu %1. Prajete si pokračovať?
|
||||
LdrCannotCreateTemp=Nie je možné vytvoriť dočasný súbor. Sprievodca inštaláciou bude ukončený
|
||||
LdrCannotExecTemp=Nie je možné spustiť súbor v dočasnom adresári. Sprievodca inštaláciou bude ukončený
|
||||
LastErrorMessage=%1.%n%nChyba %2: %3
|
||||
SetupFileMissing=Inštalačný adresár neobsahuje súbor %1. Opravte, prosím, túto chybu alebo si zaobstarajte novú kópiu tohto produktu.
|
||||
SetupFileCorrupt=Súbory sprievodcu inštaláciou sú poškodené. Zaobstarajte si, prosím, novú kópiu tohto produktu.
|
||||
SetupFileCorruptOrWrongVer=Súbory sprievodcu inštaláciou sú poškodené alebo sa nezhodujú s touto verziou sprievodcu instaláciou. Opravte, prosím, túto chybu alebo si zaobstarajte novú kópiu tohto produktu.
|
||||
NotOnThisPlatform=Tento produkt sa nedá spustiť v %1.
|
||||
OnlyOnThisPlatform=Tento produkt musí byť spustený v %1.
|
||||
OnlyOnTheseArchitectures=Tento produkt je možné nainštalovať iba vo verziách MS Windows s podporou architektúry procesorov:%n%n%1
|
||||
MissingWOW64APIs=Aktuálna verzia MS Windows neobsahuje funkcie, ktoré vyžaduje sprievodca inštaláciou pre 64-bitovú inštaláciu. Opravte prosím túto chybu nainštalovaním aktualizácie Service Pack %1.
|
||||
WinVersionTooLowError=Tento produkt vyžaduje %1 verzie %2 alebo vyššej.
|
||||
WinVersionTooHighError=Tento produkt sa nedá nainštalovať vo %1 verzie %2 alebo vyššej.
|
||||
AdminPrivilegesRequired=Na inštaláciu tohto produktu musíte byť prihlásený s právami administrátora.
|
||||
PowerUserPrivilegesRequired=Na inštaláciu tohto produktu musíte byť prihlásený s právami administrátora alebo člena skupiny Power Users.
|
||||
SetupAppRunningError=Sprievodca inštaláciou zistil, že produkt %1 je teraz spustený.%n%nUkončite, prosím, všetky spustené inštancie tohto produktu a pokračujte kliknutím na tlačidlo OK alebo ukončite inštaláciu tlačidlom Zrušiť.
|
||||
UninstallAppRunningError=Sprievodca odinštaláciou zistil, že produkt %1 je teraz spustený.%n%nUkončite, prosím, všetky spustené inštancie tohto produktu a pokračujte kliknutím na tlačidlo OK alebo ukončite inštaláciu tlačidlom Zrušiť.
|
||||
ErrorCreatingDir=Sprievodca inštaláciou nemohol vytvoriť adresár "%1"
|
||||
ErrorTooManyFilesInDir=Nedá sa vytvoriť súbor v adresári "%1", pretože tento adresár už obsahuje príliš veľa súborov
|
||||
ExitSetupTitle=Ukončiť sprievodcu inštaláciou
|
||||
ExitSetupMessage=Inštalácia nebola celkom dokončená. Ak teraz ukončíte sprievodcu inštaláciou, produkt nebude nainštalovaný.%n%nSprievodcu inštaláciou môžete znovu spustiť neskôr a dokončiť tak inštaláciu.%n%nUkončiť sprievodcu inštaláciou?
|
||||
AboutSetupMenuItem=&O sprievodcovi inštalácie...
|
||||
AboutSetupTitle=O sprievodcovi inštalácie
|
||||
AboutSetupMessage=%1 verzia %2%n%3%n%n%1 domovská stránka:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=Slovak translation maintained by Milan Potancok (milan.potancok AT gmail.com), Ivo Bauer (bauer AT ozm.cz) and Tomas Falb (tomasf AT pobox.sk)
|
||||
ButtonBack=< &Späť
|
||||
ButtonNext=&Ďalej >
|
||||
ButtonInstall=&Inštalovať
|
||||
ButtonOK=OK
|
||||
ButtonCancel=Zrušiť
|
||||
ButtonYes=&Áno
|
||||
ButtonYesToAll=Áno &všetkým
|
||||
ButtonNo=&Nie
|
||||
ButtonNoToAll=Ni&e všetkým
|
||||
ButtonFinish=&Dokončiť
|
||||
ButtonBrowse=&Prechádzať...
|
||||
ButtonWizardBrowse=&Prechádzať...
|
||||
ButtonNewFolder=&Vytvoriť nový adresár
|
||||
SelectLanguageTitle=Výber jazyka sprievodcu inštaláciou
|
||||
SelectLanguageLabel=Zvoľte jazyk, ktorý sa má použiť pri inštalácii:
|
||||
ClickNext=Pokračujte kliknutím na tlačidlo Ďalej alebo ukončite sprievodcu inštaláciou tlačidlom Zrušiť.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Nájsť adresár
|
||||
BrowseDialogLabel=Z dole uvedeného zoznamu vyberte adresár a kliknite na OK.
|
||||
NewFolderName=Nový adresár
|
||||
WelcomeLabel1=Vítá Vás sprievodca inštaláciou produktu [name].
|
||||
WelcomeLabel2=Produkt [name/ver] bude nainštalovaný na Váš počítač.%n%nSkôr, ako budete pokračovať, odporúčame Vám ukončiť všetky spustené aplikácie.
|
||||
WizardPassword=Heslo
|
||||
PasswordLabel1=Táto inštalácia je chránená heslom.
|
||||
PasswordLabel3=Zadajte, prosím, heslo a pokračujte kliknutím na tlačidlo Ďalej. Pri zadávání hesla rozlišujte malé a veľké písmená.
|
||||
PasswordEditLabel=&Heslo:
|
||||
IncorrectPassword=Zadané heslo nie je správne. Zkúste to, prosím, ešte raz.
|
||||
WizardLicense=Licenčná zmluva
|
||||
LicenseLabel=Skôr, ako budete pokračovať, prečítajte si, prosím, tieto dôležité informácie.
|
||||
LicenseLabel3=Prečítajte si, prosím, túto Licenčnú zmluvu. Aby mohla inštalácia pokračovať, musíte súhlasiť s podmienkami tejto zmluvy.
|
||||
LicenseAccepted=&Súhlasím s podmienkami Licenčnej zmluvy
|
||||
LicenseNotAccepted=&Nesúhlasím s podmienkami Licenčnej zmluvy
|
||||
WizardInfoBefore=Informácie
|
||||
InfoBeforeLabel=Skôr, ako budete pokračovať, prečítajte si, prosím, tieto dôležité informácie.
|
||||
InfoBeforeClickLabel=Pokračujte v inštalácii kliknutím na tlačidlo Ďalej.
|
||||
WizardInfoAfter=Informácie
|
||||
InfoAfterLabel=Skôr, ako budete pokračovať, prečítajte si, prosím, tieto dôležité informácie.
|
||||
InfoAfterClickLabel=Pokračujte v inštalácii kliknutím na tlačidlo Ďalej.
|
||||
WizardUserInfo=Informácie o používateľovi
|
||||
UserInfoDesc=Zadajte, prosím, požadované informácie.
|
||||
UserInfoName=&Používateľské meno:
|
||||
UserInfoOrg=&Organizácia:
|
||||
UserInfoSerial=&Sériove číslo:
|
||||
UserInfoNameRequired=Používateľské meno musí byť zadané.
|
||||
WizardSelectDir=Vyberte cieľový adresár
|
||||
SelectDirDesc=Kam má byť produkt [name] nainštalovaný?
|
||||
SelectDirLabel3=Sprievodca nainštaluje produkt [name] do nasledujúceho adresára.
|
||||
SelectDirBrowseLabel=Pokračujte kliknutím na tlačidlo Ďalej. Ak chcete vybrať iný adresár, kliknite na tlačidlo Prechádzať.
|
||||
DiskSpaceMBLabel=Inštalácia vyžaduje najmenej [mb] MB miesta na disku.
|
||||
ToUNCPathname=Sprevodca inštaláciou nemôže inštalovať do cesty UNC. Ak sa pokúšate inštalovať po sieti, musíte použiť niektorú z dostupných sieťových jednotiek.
|
||||
InvalidPath=Musíte zadat úplnú cestu vrátane písmena jednotky; napríklad:%n%nC:\Aplikácia%n%nalebo cestu UNC v tvare:%n%n\\server\zdieľaný adresár
|
||||
InvalidDrive=Vami vybraná jednotka alebo cesta UNC neexistuje alebo nie je dostupná. Vyberte, prosím, iné umiestnenie.
|
||||
DiskSpaceWarningTitle=Nedostatok miesta na disku
|
||||
DiskSpaceWarning=Sprievodca inštaláciou vyžaduje najmenej %1 KB voľného miesta na inštaláciu produktu, ale na vybranej jednotke je dostupných len %2 KB.%n%nPrajete si napriek tomu pokračovať?
|
||||
DirNameTooLong=Názov adresára alebo cesta sú príliš dlhé.
|
||||
InvalidDirName=Názov adresára nie je platný.
|
||||
BadDirName32=Názvy adresárov nesmú obsahovať žiadny z nasledujúcich znakov:%n%n%1
|
||||
DirExistsTitle=Adresár existuje
|
||||
DirExists=Adresár:%n%n%1%n%nuž existuje. Má sa napriek tomu inštalovať do tohto adresára?
|
||||
DirDoesntExistTitle=Adresár neexistuje
|
||||
DirDoesntExist=Adresár:%n%n%1%n%nešte neexistuje. Má sa tento adresár vytvoriť?
|
||||
WizardSelectComponents=Vyberte komponenty
|
||||
SelectComponentsDesc=Aké komponenty majú byť nainštalované?
|
||||
SelectComponentsLabel2=Zaškrtnite komponenty, ktoré majú byť nainštalované; komponenty, ktoré se nemajú inštalovať, nechajte nezaškrtnuté. Pokračujte kliknutím na tlačidlo Ďalej.
|
||||
FullInstallation=Úplná inštalácia
|
||||
CompactInstallation=Kompaktná inštalácia
|
||||
CustomInstallation=Voliteľná inštalácia
|
||||
NoUninstallWarningTitle=Komponenty existujú
|
||||
NoUninstallWarning=Sprievodca inštaláciou zistil, že nasledujúce komponenty sú už na Vašom počítači nainštalované:%n%n%1%n%nAk ich teraz nezahrniete do výberu, nebudú neskôr odinštalované.%n%nPrajete si napriek tomu pokračovať?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=Vybrané komponenty vyžadujú najmenej [mb] MB miesta na disku.
|
||||
WizardSelectTasks=Vyberte ďalšie úlohy
|
||||
SelectTasksDesc=Ktoré ďalšie úlohy majú byť vykonané?
|
||||
SelectTasksLabel2=Vyberte ďalšie úlohy, ktoré majú byť vykonané v priebehu inštalácie produktu [name] a pokračujte kliknutím na tlačidlo Ďalej.
|
||||
WizardSelectProgramGroup=Vyberte skupinu v ponuke Štart
|
||||
SelectStartMenuFolderDesc=Kam má sprievodca inštalácie umiestniť zástupcov aplikácie?
|
||||
SelectStartMenuFolderLabel3=Sprievodca inštaláciou vytvorí zástupcov aplikácie v nasledujúcom adresári ponuky Štart.
|
||||
SelectStartMenuFolderBrowseLabel=Pokračujte kliknutím na tlačidlo Ďalej. Ak chcete zvoliť iný adresár, kliknite na tlačidlo Prechádzať.
|
||||
MustEnterGroupName=Musíte zadať názov skupiny.
|
||||
GroupNameTooLong=Názov adresára alebo cesta sú príliš dlhé.
|
||||
InvalidGroupName=Názov adresára nie je platný.
|
||||
BadGroupName=Názov skupiny nesmie obsahovať žiadny z nasledujúcich znakov:%n%n%1
|
||||
NoProgramGroupCheck2=&Nevytvárať skupinu v ponuke Štart
|
||||
WizardReady=Inštalácia je pripravená
|
||||
ReadyLabel1=Sprievodca inštaláciou je teraz pripravený nainštalovať produkt [name] na Váš počítač.
|
||||
ReadyLabel2a=Pokračujte v inštalácii kliknutím na tlačidlo Inštalovať. Ak si prajete zmeniť niektoré nastavenia inštalácie, kliknite na tlačidlo Späť.
|
||||
ReadyLabel2b=Pokračujte v inštalácii kliknutím na tlačidlo Inštalovať.
|
||||
ReadyMemoUserInfo=Informácie o používateľovi:
|
||||
ReadyMemoDir=Cieľový adresár:
|
||||
ReadyMemoType=Typ inštalácie:
|
||||
ReadyMemoComponents=Vybrané komponenty:
|
||||
ReadyMemoGroup=Skupina v ponuke Štart:
|
||||
ReadyMemoTasks=Ďalšie úlohy:
|
||||
WizardPreparing=Príprava inštalácie
|
||||
PreparingDesc=Sprievodca inštaláciou pripravuje inštaláciu produktu [name] na Váš počítač.
|
||||
PreviousInstallNotCompleted=Inštalácia/odinštalácia predošlého produktu nebola úplne dokončená. Dokončenie tohto procesu vyžaduje reštart počítača.%n%nPo reštartovaní počítača spustite znovu sprievodcu inštaláciou, aby bolo možné dokončiť inštaláciu produktu [name].
|
||||
CannotContinue=Sprievodca inštaláciou nemôže pokračovať. Ukončite, prosím, sprievodcu inštaláciou kliknutím na tlačidlo Zrušiť.
|
||||
WizardInstalling=Inštalujem
|
||||
InstallingLabel=Počkajte prosím, kým sprievodca inštaláciou nedokončí inštaláciu produktu [name] na Váš počítač.
|
||||
FinishedHeadingLabel=Dokončuje sa inštalácia produktu [name]
|
||||
FinishedLabelNoIcons=Sprievodca inštaláciou dokončil inštaláciu produktu [name] na Váš počítač.
|
||||
FinishedLabel=Sprievodca inštaláciou dokončil inštaláciu produktu [name] na Váš počítač. Produkt je možné spustiť pomocou nainštalovaných ikon a zástupcov.
|
||||
ClickFinish=Ukončite sprievodcu inštaláciou kliknutím na tlačidlo Dokončiť.
|
||||
FinishedRestartLabel=Na dokončenie inštalácie produktu [name] je nutné reštartovať Váš počítač. Prajete si teraz reštartovať Váš počítač?
|
||||
FinishedRestartMessage=Na dokončenie inštalácie produktu [name] je nutné reštartovať Váš počítač.%n%nPrajete si teraz reštartovať Váš počítač?
|
||||
ShowReadmeCheck=Áno, chcem zobraziť dokument "ČITAJMA"
|
||||
YesRadio=&Áno, chcem teraz reštartovať počítač
|
||||
NoRadio=&Nie, počítač reštartujem neskôr
|
||||
RunEntryExec=Spustiť %1
|
||||
RunEntryShellExec=Zobraziť %1
|
||||
ChangeDiskTitle=Sprievodca inštaláciou vyžaduje ďalší disk
|
||||
SelectDiskLabel2=Vložte, prosím, disk %1 a kliknite na tlačidlo OK.%n%nAk sa súbory na tomto disku nachádzajú v inom adresári, ako v tom, ktorý je zobrazený nižšie, zadejte správnu cestu alebo kliknite na tlačidlo Prechádzať.
|
||||
PathLabel=&Cesta:
|
||||
FileNotInDir2=Súbor "%1" sa nedá nájsť v "%2". Vložte, prosím, správny disk alebo zvoľte iný adresár.
|
||||
SelectDirectoryLabel=Špecifikujte,prosím, umiestnenie ďalšieho disku.
|
||||
SetupAborted=Inštalácia nebola úplne dokončená.%n%nOpravte, prosím, chybu a spustite sprievodcu inštaláciou znova.
|
||||
EntryAbortRetryIgnore=Akciu zopakujete kliknutím na tlačidlo Opakovať. Akciu vynecháte kliknutím na tlačidlo Preskočiť. Inštaláciu prerušíte kliknutím na tlačidlo Prerušiť.
|
||||
StatusCreateDirs=Vytvárajú sa adresáre...
|
||||
StatusExtractFiles=Rozbaľujú sa súbory...
|
||||
StatusCreateIcons=Vytvárajú sa ikony a zástupcovia...
|
||||
StatusCreateIniEntries=Vytvárajú sa záznamy v konfiguračných súboroch...
|
||||
StatusCreateRegistryEntries=Vytvárajú sa záznamy v systémovom registri...
|
||||
StatusRegisterFiles=Registrujú sa súbory...
|
||||
StatusSavingUninstall=Ukladajú sa informácie potrebné pre neskoršie odinštalovanie produktu...
|
||||
StatusRunProgram=Dokončuje sa inštalácia...
|
||||
StatusRollback=Vykonané zmeny sa vracajú späť...
|
||||
ErrorInternal2=Interná chyba: %1
|
||||
ErrorFunctionFailedNoCode=%1 zlyhala
|
||||
ErrorFunctionFailed=%1 zlyhala; kód %2
|
||||
ErrorFunctionFailedWithMessage=%1 zlyhala; kód %2.%n%3
|
||||
ErrorExecutingProgram=Nedá sa spustiť súbor:%n%1
|
||||
ErrorRegOpenKey=Došlo k chybe pri otváraní kľúča systémového registra:%n%1\%2
|
||||
ErrorRegCreateKey=Došlo k chybe pri vytváraní kľúča systémového registra:%n%1\%2
|
||||
ErrorRegWriteKey=Došlo k chybe pri zápise do kľúča systémového registra:%n%1\%2
|
||||
ErrorIniEntry=Došlo k chybe pri vytváraní záznamu v konfiguračnom súbore "%1".
|
||||
FileAbortRetryIgnore=Akciu zopakujete kliknutím na tlačidlo Opakovať. Tento súbor preskočíte kliknutím na tlačidlo Preskočiť (neodporúča sa). Inštaláciu prerušíte tlačidlom Prerušiť.
|
||||
FileAbortRetryIgnore2=Akciu zopakujete kliknutím na tlačidlo Opakovať. Pokračujete kliknutím na tlačidlo Preskočiť (neodporúča sa). Inštaláciu prerušíte tlačidlom Prerušiť.
|
||||
SourceIsCorrupted=Zdrojový súbor je poškodený
|
||||
SourceDoesntExist=Zdrojový súbor "%1" neexistuje
|
||||
ExistingFileReadOnly=Existujúci súbor je určený len na čítanie.%n%nAtribút "Iba na čítanie" odstránite a akciu zopakujete kliknutím na tlačidlo Opakovať. Súbor preskočíte kliknutím na tlačidlo Preskočiť. Inštaláciu prerušíte kliknutím na tlačidlo Prerušiť.
|
||||
ErrorReadingExistingDest=Došlo k chybe pri pokuse o čítanie existujúceho súboru:
|
||||
FileExists=Súbor už existuje.%n%nMá ho sprievodca inštalácie prepísať?
|
||||
ExistingFileNewer=Existujúci súbor je novší ako ten, ktorý sa sprievodca inštaláciou pokúša nainštalovať. Odporúča sa ponechať existujúci súbor.%n%nPrajete si ponechat existujúci súbor?
|
||||
ErrorChangingAttr=Došlo k chybe pri pokuse o modifikáciu atribútov existujúceho súboru:
|
||||
ErrorCreatingTemp=Došlo k chybe pri pokuse o vytvorenie súboru v cieľovom adresári:
|
||||
ErrorReadingSource=Došlo k chybe pri pokuse o čítanie zdrojového súboru:
|
||||
ErrorCopying=Došlo k chybe pri pokuse o skopírovanie súboru:
|
||||
ErrorReplacingExistingFile=Došlo k chybe pri pokuse o nahradenie existujúceho súboru:
|
||||
ErrorRestartReplace=Zlyhala funkcia "RestartReplace" sprievodcu inštaláciou:
|
||||
ErrorRenamingTemp=Došlo k chybe pri pokuse o premenovanie súboru v cieľovom adresári:
|
||||
ErrorRegisterServer=Nedá sa vykonať registrácia DLL/OCX: %1
|
||||
ErrorRegSvr32Failed=Volanie RegSvr32 zlyhalo s návratovým kódom %1
|
||||
ErrorRegisterTypeLib=Nedá sa vykonať registrácia typovej knižnice: %1
|
||||
ErrorOpeningReadme=Došlo k chybe pri pokuse o otvorenie dokumentu "ČITAJMA".
|
||||
ErrorRestartingComputer=Sprievodcovi inštaláciou sa nepodarilo reštartovať Váš počítač. Reštartujte ho, prosím, manuálne.
|
||||
UninstallNotFound=Súbor "%1" neexistuje. Produkt sa nedá odinštalovať.
|
||||
UninstallOpenError=Súbor "%1" nie je možné otvoriť. Produkt nie je možné odinštalovať.
|
||||
UninstallUnsupportedVer=Sprievodcovi odinštaláciou sa nepodarilo rozpoznať formát súboru obsahujúceho informácie na odinštalovanie produktu "%1". Produkt sa nedá odinštalovať
|
||||
UninstallUnknownEntry=V súbore obsahujúcom informácie na odinštalovanie produktu bola zistená neznáma položka (%1)
|
||||
ConfirmUninstall=Ste si naozaj istý, že chcete odinštalovať %1 a všetky jeho komponenty?
|
||||
UninstallOnlyOnWin64=Tento produkt je možné odinštalovať iba v 64-bitových verziách MS Windows.
|
||||
OnlyAdminCanUninstall=K odinštalovaniu tohto produktu musíte byť prihlásený s právami administrátora.
|
||||
UninstallStatusLabel=Počkajte prosím, kým produkt %1 nebude odinštalovaný z Vášho počítača.
|
||||
UninstalledAll=%1 bol úspešne odinštalovaný z Vášho počítača.
|
||||
UninstalledMost=%1 bol odinštalovaný z Vášho počítača.%n%nNiektoré jeho komponenty sa však nepodarilo odinštalovať. Môžete ich odinštalovať manuálne.
|
||||
UninstalledAndNeedsRestart=Na dokončenie odinštalácie produktu %1 je potrebné reštartovať Váš počítač.%n%nPrajete si teraz reštartovať Váš počítač?
|
||||
UninstallDataCorrupted=Súbor "%1" je poškodený. Produkt sa nedá odinštalovať
|
||||
ConfirmDeleteSharedFileTitle=Odinštalovať zdieľaný súbor?
|
||||
ConfirmDeleteSharedFile2=Systém indikuje, že následujúci zdieľaný súbor nie je používaný žiadnymi inými aplikáciami. Má sprievodca odinštalácie tento zdieľaný súbor odstrániť?%n%nAk niektoré aplikácie tento súbor používajú, nemusia po jeho odinštalovaní pracovať správne. Ak si nie ste istý, zvoľte Nie. Ponechanie tohoto súboru vo Vašom systéme nespôsobí žiadnu škodu.
|
||||
SharedFileNameLabel=Názov súboru:
|
||||
SharedFileLocationLabel=Umiestnenie:
|
||||
WizardUninstalling=Stav odinštalovania
|
||||
StatusUninstalling=Odinštalujem %1...
|
||||
|
||||
[CustomMessages]
|
||||
NameAndVersion=%1 verzia %2
|
||||
AdditionalIcons=Ďalší zástupcovia:
|
||||
CreateDesktopIcon=Vytvoriť zástupcu na &ploche
|
||||
CreateQuickLaunchIcon=Vytvoriť zástupcu na paneli &Rýchle spustenie
|
||||
ProgramOnTheWeb=Aplikácia %1 na internete
|
||||
UninstallProgram=Odinštalovať aplikáciu %1
|
||||
LaunchProgram=Spustiť aplikáciu %1
|
||||
AssocFileExtension=Vytvoriť &asociáciu medzi súbormi typu %2 a aplikáciou %1
|
||||
AssocingFileExtension=Vytvára sa asociácia medzi súbormi typu %2 a aplikáciou %1...
|
307
Greenshot/tools/innosetup/Languages/Slovenian.isl
Normal file
307
Greenshot/tools/innosetup/Languages/Slovenian.isl
Normal file
|
@ -0,0 +1,307 @@
|
|||
; *** Inno Setup version 5.1.11+ Slovenian messages ***
|
||||
;
|
||||
; To download user-contributed translations of this file, go to:
|
||||
; http://www.jrsoftware.org/is3rdparty.php
|
||||
;
|
||||
; Note: When translating this text, do not add periods (.) to the end of
|
||||
; messages that didn't have them already, because on those messages Inno
|
||||
; Setup adds the periods automatically (appending a period would result in
|
||||
; two periods being displayed).
|
||||
;
|
||||
; Maintained by Miha Remec (mremec@gmail.com)
|
||||
;
|
||||
; $jrsoftware: issrc/Files/Languages/Slovenian.isl,v 1.14 2007/02/27 18:22:41 jr Exp $
|
||||
|
||||
[LangOptions]
|
||||
LanguageName=Slovenski
|
||||
LanguageID=$0424
|
||||
LanguageCodePage=1250
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Namestitev
|
||||
SetupWindowTitle=Namestitev - %1
|
||||
UninstallAppTitle=Odstranitev
|
||||
UninstallAppFullTitle=Odstranitev programa %1
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Informacija
|
||||
ConfirmTitle=Potrditev
|
||||
ErrorTitle=Napaka
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=V računalnik boste namestili program %1. Želite nadaljevati?
|
||||
LdrCannotCreateTemp=Ne morem ustvariti začasne datoteke. Namestitev je prekinjena
|
||||
LdrCannotExecTemp=Ne morem zagnati datoteke v začasni mapi. Namestitev je prekinjena
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nNapaka %2: %3
|
||||
SetupFileMissing=Manjka datoteka %1. Odpravite napako ali si priskrbite drugo kopijo programa.
|
||||
SetupFileCorrupt=Datoteke namestitvenega programa so okvarjene. Priskrbite si drugo kopijo programa.
|
||||
SetupFileCorruptOrWrongVer=Datoteke so okvarjene ali nezdružljive s to različico namestitvenega programa. Odpravite napako ali si priskrbite drugo kopijo programa.
|
||||
NotOnThisPlatform=Program ni namenjen za uporabo v %1.
|
||||
OnlyOnThisPlatform=Program je namenjen za uporabo v %1.
|
||||
OnlyOnTheseArchitectures=Program lahko namestite le na različicah MS Windows sistemov, ki so načrtovani za naslednje tipe procesorjev:%n%n%1
|
||||
MissingWOW64APIs=Različica MS Windows, ki jo uporabljate, ne vsebuje okolja, ki ga zahteva namestitveni program za izvedbo 64-bitne namestitve. Problem odpravite z namestitvijo servisnega paketa %1.
|
||||
WinVersionTooLowError=Ta program zahteva %1 različico %2 ali novejšo.
|
||||
WinVersionTooHighError=Tega programa ne morete namestiti v %1 različice %2 ali novejše.
|
||||
AdminPrivilegesRequired=Namestitev programa lahko opravi le administrator.
|
||||
PowerUserPrivilegesRequired=Namestitev programa lahko opravi le administrator ali zahtevni uporabnik.
|
||||
SetupAppRunningError=Program %1 je trenutno odprt.%n%nZaprite program, nato kliknite V redu za nadaljevanje ali Prekini za izhod.
|
||||
UninstallAppRunningError=Program %1 je trenutno odprt.%n%nZaprite program, nato kliknite V redu za nadaljevanje ali Prekini za izhod.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=Namestitveni program ni mogel ustvariti mape "%1"
|
||||
ErrorTooManyFilesInDir=Namestitveni program ne more ustvariti nove datoteke v mapi "%1", ker vsebuje mapa preveč datotek
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Prekini namestitev
|
||||
ExitSetupMessage=Namestitev ni končana. Če jo boste prekinili, program ne bo nameščen.%n%nPonovno namestitev lahko izvedete kasneje.%n%nŽelite prekiniti namestitev?
|
||||
AboutSetupMenuItem=&O namestitvenem programu...
|
||||
AboutSetupTitle=O namestitvenem programu
|
||||
AboutSetupMessage=%1 različica %2%n%3%n%n%1 domača stran:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=Slovenski prevod: Miha Remec%n(innosetup@miharemec.com)
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< Na&zaj
|
||||
ButtonNext=&Naprej >
|
||||
ButtonInstall=&Namesti
|
||||
ButtonOK=V redu
|
||||
ButtonCancel=Prekini
|
||||
ButtonYes=&Da
|
||||
ButtonYesToAll=Da za &vse
|
||||
ButtonNo=&Ne
|
||||
ButtonNoToAll=N&e za vse
|
||||
ButtonFinish=&Končaj
|
||||
ButtonBrowse=&Prebrskaj...
|
||||
ButtonWizardBrowse=P&rebrskaj...
|
||||
ButtonNewFolder=&Ustvari novo mapo
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Izbira jezika namestitve
|
||||
SelectLanguageLabel=Izberite jezik, ki ga želite uporabljati med namestitvijo:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Kliknite Naprej za nadaljevanje namestitve ali Prekini za prekinitev namestitve.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Izbira mape
|
||||
BrowseDialogLabel=Izberite mapo s spiska, nato kliknite V redu.
|
||||
NewFolderName=Nova mapa
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Dobrodošli v namestitev programa [name].
|
||||
WelcomeLabel2=V računalnik boste namestili program [name/ver].%n%nPriporočljivo je, da pred začetkom namestitve zaprete vse odprte programe.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Geslo
|
||||
PasswordLabel1=Namestitev je zaščitena z geslom.
|
||||
PasswordLabel3=Vpišite geslo, nato kliknite Naprej za nadaljevanje. Pri vpisu pazite na male in velike črke.
|
||||
PasswordEditLabel=&Geslo:
|
||||
IncorrectPassword=Geslo, ki ste ga vpisali, ni pravilno. Vpišite pravilno geslo.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Licenčna pogodba za uporabo programa
|
||||
LicenseLabel=Pred nadaljevanjem preberite licenčno pogodbo za uporabo programa.
|
||||
LicenseLabel3=Preberite licenčno pogodbo za uporabo programa. Program lahko namestite le, če se s pogodbo v celoti strinjate.
|
||||
LicenseAccepted=&Da, sprejemam vse pogoje licenčne pogodbe
|
||||
LicenseNotAccepted=N&e, pogojev licenčne pogodbe ne sprejmem
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Informacije
|
||||
InfoBeforeLabel=Pred nadaljevanjem preberite naslednje pomembne informacije.
|
||||
InfoBeforeClickLabel=Ko boste pripravljeni za nadaljevanje namestitve, kliknite Naprej.
|
||||
WizardInfoAfter=Informacije
|
||||
InfoAfterLabel=Pred nadaljevanjem preberite naslednje pomembne informacije.
|
||||
InfoAfterClickLabel=Ko boste pripravljeni za nadaljevanje namestitve, kliknite Naprej.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Podatki o uporabniku
|
||||
UserInfoDesc=Vpišite svoje podatke.
|
||||
UserInfoName=&Ime:
|
||||
UserInfoOrg=&Podjetje:
|
||||
UserInfoSerial=&Serijska številka:
|
||||
UserInfoNameRequired=Vpis imena je obvezen.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Izbira ciljnega mesta
|
||||
SelectDirDesc=Kam želite namestiti program [name]?
|
||||
SelectDirLabel3=Program [name] bo nameščen v naslednjo mapo.
|
||||
SelectDirBrowseLabel=Za nadaljevanje kliknite Naprej. Če želite izbrati drugo mapo, kliknite Prebrskaj.
|
||||
DiskSpaceMBLabel=Na disku mora biti vsaj [mb] MB prostora.
|
||||
ToUNCPathname=Programa ne morete namestiti v UNC pot. Če želite namestiti v omrežje, se morate povezati z omrežnim pogonom.
|
||||
InvalidPath=Vpisati morate polno pot vključno z oznako pogona. Primer:%n%nC:\PROGRAM%n%nali UNC pot v obliki:%n%n\\strežnik\mapa_skupne_rabe
|
||||
InvalidDrive=Izbrani pogon ali UNC skupna raba ne obstaja ali ni dostopna. Izberite drugega.
|
||||
DiskSpaceWarningTitle=Na disku ni dovolj prostora
|
||||
DiskSpaceWarning=Namestitev potrebuje vsaj %1 KB prostora, toda na izbranem pogonu je na voljo le %2 KB.%n%nŽelite kljub temu nadaljevati?
|
||||
DirNameTooLong=Ime mape ali poti je predolgo.
|
||||
InvalidDirName=Ime mape ni veljavno.
|
||||
BadDirName32=Ime mape ne sme vsebovati naslednjih znakov:%n%n%1
|
||||
DirExistsTitle=Mapa že obstaja
|
||||
DirExists=Mapa%n%n%1%n%nže obstaja. Želite program vseeno namestiti v to mapo?
|
||||
DirDoesntExistTitle=Mapa ne obstaja
|
||||
DirDoesntExist=Mapa %n%n%1%n%nne obstaja. Želite ustvariti to mapo?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Izbira komponent
|
||||
SelectComponentsDesc=Katere komponente želite namestiti?
|
||||
SelectComponentsLabel2=Označite komponente, ki jih želite namestiti; odznačite komponente, ki jih ne želite namestiti. Kliknite Naprej, ko boste pripravljeni za nadaljevanje.
|
||||
FullInstallation=Polna namestitev
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Osnovna namestitev
|
||||
CustomInstallation=Nastavljiva namestitev
|
||||
NoUninstallWarningTitle=Komponente že obstajajo
|
||||
NoUninstallWarning=Namestitveni program je ugotovil, da so naslednje komponente že nameščene v računalniku:%n%n%1%n%nOdznačitev teh komponent še ne pomeni tudi njihove odstranitve.%n%nŽelite vseeno nadaljevati?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=Za izbrano namestitev potrebujete vsaj [mb] MB prostora na disku.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Izbira dodatnih opravil
|
||||
SelectTasksDesc=Katera dodatna opravila želite izvesti?
|
||||
SelectTasksLabel2=Izberite dodatna opravila, ki jih bo namestitveni program opravil med namestitvijo programa [name], nato kliknite Naprej.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Izbira mape v meniju »Start«
|
||||
SelectStartMenuFolderDesc=Kje naj namestitveni program ustvari programske ikone?
|
||||
SelectStartMenuFolderLabel3=Namestitveni program bo ustvaril programske ikone v naslednji mapi v meniju »Start«.
|
||||
SelectStartMenuFolderBrowseLabel=Za nadaljevanje kliknite Naprej. Če želite izbrati drugo mapo, kliknite Prebrskaj.
|
||||
MustEnterGroupName=Ime skupine mora biti vpisano.
|
||||
GroupNameTooLong=Ime mape ali poti je predolgo.
|
||||
InvalidGroupName=Ime mape ni veljavno.
|
||||
BadGroupName=Ime skupine ne sme vsebovati naslednjih znakov:%n%n%1
|
||||
NoProgramGroupCheck2=&Ne ustvari mape v meniju »Start«
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Pripravljen za namestitev
|
||||
ReadyLabel1=Namestitveni program je pripravljen za namestitev programa [name] v vaš računalnik.
|
||||
ReadyLabel2a=Kliknite Namesti za začetek nameščanja. Kliknite Nazaj, če želite pregledati ali spremeniti katerokoli nastavitev.
|
||||
ReadyLabel2b=Kliknite Namesti za začetek nameščanja.
|
||||
ReadyMemoUserInfo=Podatki o uporabniku:
|
||||
ReadyMemoDir=Ciljno mesto:
|
||||
ReadyMemoType=Tip namestitve:
|
||||
ReadyMemoComponents=Izbrane komponente:
|
||||
ReadyMemoGroup=Mapa v meniju »Start«:
|
||||
ReadyMemoTasks=Dodatna opravila:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Pripravljam za namestitev
|
||||
PreparingDesc=Namestitveni program je pripravljen za namestitev programa [name] v vaš računalnik.
|
||||
PreviousInstallNotCompleted=Namestitev/odstranitev prejšnjega programa ni bila končana. Da bi jo dokončali, morate računalnik ponovno zagnati.%n%nPo ponovnem zagonu računalnika ponovno odprite namestitveni program, da boste končali namestitev programa [name].
|
||||
CannotContinue=Namestitveni program ne more nadaljevati. Pritisnite Prekini za izhod.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Nameščanje
|
||||
InstallingLabel=Počakajte, da bo program [name] nameščen v vaš računalnik.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Zaključek namestitve programa [name]
|
||||
FinishedLabelNoIcons=Program [name] je nameščen v vaš računalnik.
|
||||
FinishedLabel=Program [name] je nameščen v vaš računalnik. Program zaženete tako, da odprete pravkar ustvarjene programske ikone.
|
||||
ClickFinish=Kliknite tipko Končaj za zaključek namestitve.
|
||||
FinishedRestartLabel=Za dokončanje namestitve programa [name] morate računalnik znova zagnati. Ali ga želite znova zagnati zdaj?
|
||||
FinishedRestartMessage=Za dokončanje namestitve programa [name] morate računalnik znova zagnati. %n%nAli ga želite znova zagnati zdaj?
|
||||
ShowReadmeCheck=Želim prebrati datoteko z navodili
|
||||
YesRadio=&Da, računalnik znova zaženi zdaj
|
||||
NoRadio=&Ne, računalnik bom znova zagnal pozneje
|
||||
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Odpri %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=Preberi %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=Namestitveni program potrebuje naslednjo disketo
|
||||
SelectDiskLabel2=Vstavite disketo %1 and kliknite V redu.%n%nČe se datoteke s te diskete nahajajo v drugi mapi, kot je navedena spodaj, vpišite pravilno pot ali kliknite Prebrskaj.
|
||||
PathLabel=&Pot:
|
||||
FileNotInDir2=Datoteke "%1" ni v mapi "%2". Vstavite pravilno disketo ali izberite drugo mapo.
|
||||
SelectDirectoryLabel=Vpišite lokacijo naslednje diskete.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=Namestitev ni bila končana.%n%nOdpravite težavo in znova odprite namestitveni program.
|
||||
EntryAbortRetryIgnore=Kliknite Ponovi za ponovitev, Prezri za nadaljevanje kljub problemu, ali Prekini za prekinitev namestitve.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Ustvarjam mape...
|
||||
StatusExtractFiles=Razširjam datoteke...
|
||||
StatusCreateIcons=Ustvarjam bližnjice...
|
||||
StatusCreateIniEntries=Vpisujem v INI datoteke...
|
||||
StatusCreateRegistryEntries=Vpisujem v register...
|
||||
StatusRegisterFiles=Registriram datoteke...
|
||||
StatusSavingUninstall=Zapisujem podatke za odstranitev programa...
|
||||
StatusRunProgram=Zaključujem namestitev...
|
||||
StatusRollback=Obnavljam prvotno stanje...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Interna napaka: %1
|
||||
ErrorFunctionFailedNoCode=%1 ni uspel(a)
|
||||
ErrorFunctionFailed=%1 ni uspel(a); koda %2
|
||||
ErrorFunctionFailedWithMessage=%1 ni uspela; koda %2.%n%3
|
||||
ErrorExecutingProgram=Ne morem odpreti programa:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Napaka pri odpiranju ključa v registru:%n%1\%2
|
||||
ErrorRegCreateKey=Napaka pri ustvarjanju ključa v registru:%n%1\%2
|
||||
ErrorRegWriteKey=Napaka pri pisanju ključa v registru:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Napaka pri vpisu v INI datoteko "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Kliknite Ponovi za ponovitev, Prezri za preskok datoteke (ni priporočljivo) ali Prekini za prekinitev namestitve.
|
||||
FileAbortRetryIgnore2=Kliknite Ponovi za ponovitev, Prezri za nadaljevanje (ni priporočljivo) ali Prekini za prekinitev namestitve.
|
||||
SourceIsCorrupted=Izvorna datoteka je okvarjena
|
||||
SourceDoesntExist=Izvorna datoteka "%1" ne obstaja
|
||||
ExistingFileReadOnly=Obstoječa datoteka je označena samo za branje.%n%nPritisnite Ponovi za odstranitev te lastnosti in ponovni poskus, Prezri za preskok te datoteke, ali Prekini za prekinitev namestitve.
|
||||
ErrorReadingExistingDest=Pri branju obstoječe datoteke je prišlo do napake:
|
||||
FileExists=Datoteka že obstaja.%n%nŽelite, da jo namestitveni program prepiše?
|
||||
ExistingFileNewer=V računalniku že imate nameščeno novejšo datoteko. Priporočljivo je, da obstoječo (novejšo) datoteko obdržite.%n%nŽelite obdržati obstoječo (novejšo) datoteko?
|
||||
ErrorChangingAttr=Pri poskusu spremembe lastnosti datoteke je prišlo do napake:
|
||||
ErrorCreatingTemp=Pri ustvarjanju datoteke v ciljni mapi je prišlo do napake:
|
||||
ErrorReadingSource=Pri branju izvorne datoteke je prišlo do napake:
|
||||
ErrorCopying=Pri kopiranju datoteke je prišlo do napake:
|
||||
ErrorReplacingExistingFile=Pri poskusu zamenjave obstoječe datoteke je prišlo do napake:
|
||||
ErrorRestartReplace=RestartReplace failed:
|
||||
ErrorRenamingTemp=Pri poskusu preimenovanja datoteke v ciljni mapi je prišlo do napake:
|
||||
ErrorRegisterServer=Registracija DLL/OCX ni možna: %1
|
||||
ErrorRegSvr32Failed=RegSvr32 ni uspel s kodo napake %1
|
||||
ErrorRegisterTypeLib=Prijava vrste knjižnice ni mogoča: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Pri odpiranju datoteke README je prišlo do napake.
|
||||
ErrorRestartingComputer=Namestitveni program ni uspel znova zagnati računalnika. Ponovni zagon opravite ročno.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=Datoteka "%1" ne obstaja. Odstranitev ni mogoča.
|
||||
UninstallOpenError=Datoteke "%1" ne morem odpreti. Ne morem odstraniti
|
||||
UninstallUnsupportedVer=Dnevniška datoteka "%1" je v obliki, ki je ta različica odstranitvenega programa ne razume. Programa ni mogoče odstraniti
|
||||
UninstallUnknownEntry=V dnevniški datoteki je bil najden neznani vpis (%1)
|
||||
ConfirmUninstall=Ste prepričani, da želite v celoti odstraniti program %1 in pripadajoče komponente?
|
||||
UninstallOnlyOnWin64=To namestitev je mogoče odstraniti le v 64-bitni različici MS Windows.
|
||||
OnlyAdminCanUninstall=Ta program lahko odstrani le administrator.
|
||||
UninstallStatusLabel=Počakajte, da odstranim program %1 iz vašega računalnika.
|
||||
UninstalledAll=Program %1 je bil uspešno odstranjen iz vašega računalnika.
|
||||
UninstalledMost=Odstranjevanje programa %1 je končano.%n%nNekateri deli niso bili odstranjeni in jih lahko odstranite ročno.
|
||||
UninstalledAndNeedsRestart=Za dokončanje odstranitve programa %1 morate računalnik znova zagnati.%n%nAli ga želite znova zagnati zdaj?
|
||||
UninstallDataCorrupted=Datoteka "%1" je okvarjena. Odstranitev ni možna
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=Želite odstraniti datoteko v skupni rabi?
|
||||
ConfirmDeleteSharedFile2=Spodaj izpisane datoteke v skupni rabi ne uporablja več noben program. Želite odstraniti to datoteko?%n%nČe jo uporablja katerikoli program in jo boste odstranili, tak program verjetno ne bo več deloval pravilno. Če niste prepričani, kliknite Ne. Če boste datoteko ohranili v računalniku, ne bo nič narobe.
|
||||
SharedFileNameLabel=Ime datoteke:
|
||||
SharedFileLocationLabel=Lokacija:
|
||||
WizardUninstalling=Odstranjevanje programa
|
||||
StatusUninstalling=Odstranjujem %1...
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 različica %2
|
||||
AdditionalIcons=Dodatne ikone:
|
||||
CreateDesktopIcon=Ustvari ikono na &namizju
|
||||
CreateQuickLaunchIcon=Ustvari ikono za &hitri zagon
|
||||
ProgramOnTheWeb=%1 na spletu
|
||||
UninstallProgram=Odstrani %1
|
||||
LaunchProgram=Odpri %1
|
||||
AssocFileExtension=&Poveži %1 s pripono %2
|
||||
AssocingFileExtension=Povezujem %1 s pripono %2...
|
316
Greenshot/tools/innosetup/Languages/Spanish.isl
Normal file
316
Greenshot/tools/innosetup/Languages/Spanish.isl
Normal file
|
@ -0,0 +1,316 @@
|
|||
; *** Inno Setup version 5.1.11+ Spanish messages ***
|
||||
;
|
||||
; Maintained by Jorge Andres Brugger (jbrugger@gmx.net)
|
||||
; Spanish.isl version 0.8 (20070328)
|
||||
; Default.isl version 1.69
|
||||
;
|
||||
; Thanks to Germán Giraldo, Jordi Latorre, Ximo Tamarit, Emiliano Llano,
|
||||
; Ramón Verduzco, Graciela García and Carles Millan
|
||||
|
||||
[LangOptions]
|
||||
; The following three entries are very important. Be sure to read and
|
||||
; understand the '[LangOptions] section' topic in the help file.
|
||||
LanguageName=Espa<00F1>ol
|
||||
LanguageID=$0c0a
|
||||
LanguageCodePage=1252
|
||||
; If the language you are translating to requires special font faces or
|
||||
; sizes, uncomment any of the following entries and change them accordingly.
|
||||
;DialogFontName=
|
||||
;DialogFontSize=8
|
||||
;WelcomeFontName=Verdana
|
||||
;WelcomeFontSize=12
|
||||
;TitleFontName=Arial
|
||||
;TitleFontSize=29
|
||||
;CopyrightFontName=Arial
|
||||
;CopyrightFontSize=8
|
||||
|
||||
[Messages]
|
||||
|
||||
; *** Application titles
|
||||
SetupAppTitle=Instalar
|
||||
SetupWindowTitle=Instalar - %1
|
||||
UninstallAppTitle=Desinstalar
|
||||
UninstallAppFullTitle=Desinstalar - %1
|
||||
|
||||
; *** Misc. common
|
||||
InformationTitle=Información
|
||||
ConfirmTitle=Confirmar
|
||||
ErrorTitle=Error
|
||||
|
||||
; *** SetupLdr messages
|
||||
SetupLdrStartupMessage=Este programa instalará %1. ¿Desea continuar?
|
||||
LdrCannotCreateTemp=Imposible crear archivo temporal. Instalación interrumpida
|
||||
LdrCannotExecTemp=Imposible ejecutar archivo en la carpeta temporal. Instalación interrumpida
|
||||
|
||||
; *** Startup error messages
|
||||
LastErrorMessage=%1.%n%nError %2: %3
|
||||
SetupFileMissing=El archivo %1 no se encuentra en la carpeta de instalación. Por favor, solucione el problema u obtenga una copia nueva del programa.
|
||||
SetupFileCorrupt=Los archivos de instalación están dañados. Por favor, obtenga una copia nueva del programa.
|
||||
SetupFileCorruptOrWrongVer=Los archivos de instalación están dañados, o son incompatibles con esta versión del programa de instalación. Por favor, solucione el problema u obtenga una copia nueva del programa.
|
||||
NotOnThisPlatform=Este programa no se ejecutará en %1.
|
||||
OnlyOnThisPlatform=Este programa debe ejecutarse en %1.
|
||||
OnlyOnTheseArchitectures=Este programa sólo puede instalarse en versiones de Windows diseñadas para las siguientes arquitecturas de procesadores:%n%n%1
|
||||
MissingWOW64APIs=La versión de Windows que está utilizando no cuenta con la funcionalidad requerida por el instalador para realizar una instalación de 64-bits. Para solucionar este problema, por favor instale el Service Pack %1.
|
||||
WinVersionTooLowError=Este programa requiere %1 versión %2 o posterior.
|
||||
WinVersionTooHighError=Este programa no puede instalarse en %1 versión %2 o posterior.
|
||||
AdminPrivilegesRequired=Debe iniciar la sesión como administrador para instalar este programa.
|
||||
PowerUserPrivilegesRequired=Debe iniciar la sesión como administrador o como un miembro del grupo Usuarios Avanzados para instalar este programa.
|
||||
SetupAppRunningError=El programa de instalación ha detectado que %1 está ejecutándose.%n%nPor favor, ciérrelo ahora, luego haga clic en Aceptar para continuar, o en Cancelar para salir.
|
||||
UninstallAppRunningError=El desinstalador ha detectado que %1 está ejecutándose.%n%nPor favor, ciérrelo ahora, luego haga clic en Aceptar para continuar, o en Cancelar para salir.
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorCreatingDir=El programa de instalación no pudo crear la carpeta "%1"
|
||||
ErrorTooManyFilesInDir=Imposible crear un archivo en la carpeta "%1" porque contiene demasiados archivos
|
||||
|
||||
; *** Setup common messages
|
||||
ExitSetupTitle=Salir de la Instalación
|
||||
ExitSetupMessage=La instalación no se ha completado aún. Si cancela ahora, el programa no será instalado.%n%nPuede ejecutar nuevamente el programa de instalación en otra ocasión para completarla.%n%n¿Salir de la instalación?
|
||||
AboutSetupMenuItem=&Acerca de Instalar...
|
||||
AboutSetupTitle=Acerca de Instalar
|
||||
AboutSetupMessage=%1 versión %2%n%3%n%n%1 sitio Web:%n%4
|
||||
AboutSetupNote=
|
||||
TranslatorNote=Spanish translation maintained by Jorge Andres Brugger (jbrugger@gmx.net)
|
||||
|
||||
; *** Buttons
|
||||
ButtonBack=< &Atrás
|
||||
ButtonNext=&Siguiente >
|
||||
ButtonInstall=&Instalar
|
||||
ButtonOK=Aceptar
|
||||
ButtonCancel=Cancelar
|
||||
ButtonYes=&Sí
|
||||
ButtonYesToAll=Sí a &Todo
|
||||
ButtonNo=&No
|
||||
ButtonNoToAll=N&o a Todo
|
||||
ButtonFinish=&Finalizar
|
||||
ButtonBrowse=&Examinar...
|
||||
ButtonWizardBrowse=&Examinar...
|
||||
ButtonNewFolder=&Crear Nueva Carpeta
|
||||
|
||||
; *** "Select Language" dialog messages
|
||||
SelectLanguageTitle=Seleccione el Idioma de la Instalación
|
||||
SelectLanguageLabel=Seleccione el idioma a utilizar durante la instalación:
|
||||
|
||||
; *** Common wizard text
|
||||
ClickNext=Haga clic en Siguiente para continuar, o en Cancelar para salir de la instalación.
|
||||
BeveledLabel=
|
||||
BrowseDialogTitle=Buscar Carpeta
|
||||
BrowseDialogLabel=Seleccione una carpeta, y luego haga clic en Aceptar.
|
||||
NewFolderName=Nueva Carpeta
|
||||
|
||||
; *** "Welcome" wizard page
|
||||
WelcomeLabel1=Bienvenido al asistente de instalación de [name]
|
||||
WelcomeLabel2=Este programa instalará [name/ver] en su sistema.%n%nSe recomienda que cierre todas las demás aplicaciones antes de continuar.
|
||||
|
||||
; *** "Password" wizard page
|
||||
WizardPassword=Contraseña
|
||||
PasswordLabel1=Esta instalación está protegida por contraseña.
|
||||
PasswordLabel3=Por favor, ingrese la contraseña, y haga clic en Siguiente para continuar. En las contraseñas se hace diferencia entre mayúsculas y minúsculas.
|
||||
PasswordEditLabel=&Contraseña:
|
||||
IncorrectPassword=La contraseña ingresada no es correcta. Por favor, inténtelo nuevamente.
|
||||
|
||||
; *** "License Agreement" wizard page
|
||||
WizardLicense=Acuerdo de Licencia
|
||||
LicenseLabel=Por favor, lea la siguiente información de importancia antes de continuar.
|
||||
LicenseLabel3=Por favor, lea el siguiente acuerdo de licencia. Debe aceptar los términos de este acuerdo antes de continuar con la instalación.
|
||||
LicenseAccepted=A&cepto el acuerdo
|
||||
LicenseNotAccepted=&No acepto el acuerdo
|
||||
|
||||
; *** "Information" wizard pages
|
||||
WizardInfoBefore=Información
|
||||
InfoBeforeLabel=Por favor, lea la siguiente información de importancia antes de continuar.
|
||||
InfoBeforeClickLabel=Cuando esté listo para continuar con la instalación, haga clic en Siguiente.
|
||||
WizardInfoAfter=Información
|
||||
InfoAfterLabel=Por favor, lea la siguiente información de importancia antes de continuar.
|
||||
InfoAfterClickLabel=Cuando esté listo para continuar, haga clic en Siguiente.
|
||||
|
||||
; *** "User Information" wizard page
|
||||
WizardUserInfo=Información de Usuario
|
||||
UserInfoDesc=Por favor, introduzca su información.
|
||||
UserInfoName=Nombre de &Usuario:
|
||||
UserInfoOrg=&Organización:
|
||||
UserInfoSerial=Número de &Serie:
|
||||
UserInfoNameRequired=Debe ingresar un nombre.
|
||||
|
||||
; *** "Select Destination Location" wizard page
|
||||
WizardSelectDir=Seleccione la Carpeta de Destino
|
||||
SelectDirDesc=¿Dónde debe instalarse [name]?
|
||||
SelectDirLabel3=El programa instalará [name] en la siguiente carpeta.
|
||||
SelectDirBrowseLabel=Para continuar, haga clic en Siguiente. Si desea seleccionar una carpeta diferente, haga clic en Examinar.
|
||||
DiskSpaceMBLabel=Se requieren al menos [mb] MB de espacio libre en el disco.
|
||||
ToUNCPathname=No es posible realizar la instalación en una ruta de acceso UNC. Si está intentando instalar en una red, necesitará mapear una unidad de la red.
|
||||
InvalidPath=Debe ingresar una ruta completa con la letra de la unidad; por ejemplo:%n%nC:\APP%n%no una ruta de acceso UNC de la siguiente forma:%n%n\\servidor\compartido
|
||||
InvalidDrive=La unidad o ruta de acceso UNC que seleccionó no existe o no es accesible. Por favor, seleccione otra.
|
||||
DiskSpaceWarningTitle=Espacio Insuficiente en Disco
|
||||
DiskSpaceWarning=La instalación requiere al menos %1 KB de espacio libre, pero la unidad seleccionada sólo cuenta con %2 KB disponibles.%n%n¿Desea continuar de todas formas?
|
||||
DirNameTooLong=El nombre de la carpeta o la ruta son demasiado largos.
|
||||
InvalidDirName=El nombre de la carpeta no es válido.
|
||||
BadDirName32=Los nombres de carpetas no pueden incluir los siguientes caracteres:%n%n%1
|
||||
DirExistsTitle=La Carpeta Ya Existe
|
||||
DirExists=La carpeta:%n%n%1%n%nya existe. ¿Desea realizar la instalación en esa carpeta de todas formas?
|
||||
DirDoesntExistTitle=La Carpeta No Existe
|
||||
DirDoesntExist=La carpeta:%n%n%1%n%nno existe. ¿Desea crear esa carpeta?
|
||||
|
||||
; *** "Select Components" wizard page
|
||||
WizardSelectComponents=Seleccione los Componentes
|
||||
SelectComponentsDesc=¿Qué componentes deben instalarse?
|
||||
SelectComponentsLabel2=Seleccione los componentes que desea instalar; desactive los componentes que no desea instalar. Haga clic en Siguiente cuando esté listo para continuar.
|
||||
FullInstallation=Instalación Completa
|
||||
; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
|
||||
CompactInstallation=Instalación Compacta
|
||||
CustomInstallation=Instalación Personalizada
|
||||
NoUninstallWarningTitle=Componentes Existentes
|
||||
NoUninstallWarning=El programa de instalación ha detectado que los siguientes componentes ya están instalados en su sistema:%n%n%1%n%nQuitar la selección a estos componentes no los desinstalará.%n%n¿Desea continuar de todos modos?
|
||||
ComponentSize1=%1 KB
|
||||
ComponentSize2=%1 MB
|
||||
ComponentsDiskSpaceMBLabel=La selección actual requiere al menos [mb] MB de espacio en disco.
|
||||
|
||||
; *** "Select Additional Tasks" wizard page
|
||||
WizardSelectTasks=Seleccione las Tareas Adicionales
|
||||
SelectTasksDesc=¿Qué tareas adicionales deben realizarse?
|
||||
SelectTasksLabel2=Seleccione las tareas adicionales que desea que se realicen durante la instalación de [name] y haga clic en Siguiente.
|
||||
|
||||
; *** "Select Start Menu Folder" wizard page
|
||||
WizardSelectProgramGroup=Seleccione la Carpeta del Menú Inicio
|
||||
SelectStartMenuFolderDesc=¿Dónde deben colocarse los accesos directos del programa?
|
||||
SelectStartMenuFolderLabel3=El programa de instalación creará los accesos directos del programa en la siguiente carpeta del Menú Inicio.
|
||||
SelectStartMenuFolderBrowseLabel=Para continuar, haga clic en Siguiente. Si desea seleccionar una carpeta distinta, haga clic en Examinar.
|
||||
MustEnterGroupName=Debe proporcionar un nombre de carpeta.
|
||||
GroupNameTooLong=El nombre de la carpeta o la ruta son demasiado largos.
|
||||
InvalidGroupName=El nombre de la carpeta no es válido.
|
||||
BadGroupName=El nombre de la carpeta no puede incluir ninguno de los siguientes caracteres:%n%n%1
|
||||
NoProgramGroupCheck2=&No crear una carpeta en el Menú Inicio
|
||||
|
||||
; *** "Ready to Install" wizard page
|
||||
WizardReady=Listo para Instalar
|
||||
ReadyLabel1=Ahora el programa está listo para iniciar la instalación de [name] en su sistema.
|
||||
ReadyLabel2a=Haga clic en Instalar para continuar con el proceso, o haga clic en Atrás si desea revisar o cambiar alguna configuración.
|
||||
ReadyLabel2b=Haga clic en Instalar para continuar con el proceso.
|
||||
ReadyMemoUserInfo=Información del usuario:
|
||||
ReadyMemoDir=Carpeta de Destino:
|
||||
ReadyMemoType=Tipo de Instalación:
|
||||
ReadyMemoComponents=Componentes Seleccionados:
|
||||
ReadyMemoGroup=Carpeta del Menú Inicio:
|
||||
ReadyMemoTasks=Tareas Adicionales:
|
||||
|
||||
; *** "Preparing to Install" wizard page
|
||||
WizardPreparing=Preparándose para Instalar
|
||||
PreparingDesc=El programa de instalación está preparándose para instalar [name] en su sistema.
|
||||
PreviousInstallNotCompleted=La instalación/desinstalación previa de un programa no se completó. Deberá reiniciar el sistema para completar esa instalación.%n%nUna vez reiniciado el sistema, ejecute el programa de instalación nuevamente para completar la instalación de [name].
|
||||
CannotContinue=El programa de instalación no puede continuar. Por favor, presione Cancelar para salir.
|
||||
|
||||
; *** "Installing" wizard page
|
||||
WizardInstalling=Instalando
|
||||
InstallingLabel=Por favor, espere mientras se instala [name] en su sistema.
|
||||
|
||||
; *** "Setup Completed" wizard page
|
||||
FinishedHeadingLabel=Completando la instalación de [name]
|
||||
FinishedLabelNoIcons=El programa completó la instalación de [name] en su sistema.
|
||||
FinishedLabel=El programa completó la instalación de [name] en su sistema. Puede ejecutar la aplicación haciendo clic sobre el icono instalado.
|
||||
ClickFinish=Haga clic en Finalizar para salir del programa de instalación.
|
||||
FinishedRestartLabel=Para completar la instalación de [name], su sistema debe reiniciarse. ¿Desea reiniciarlo ahora?
|
||||
FinishedRestartMessage=Para completar la instalación de [name], su sistema debe reiniciarse.%n%n¿Desea reiniciarlo ahora?
|
||||
ShowReadmeCheck=Sí, deseo ver el archivo LÉAME
|
||||
YesRadio=&Sí, deseo reiniciar el sistema ahora
|
||||
NoRadio=&No, reiniciaré el sistema más tarde
|
||||
; used for example as 'Run MyProg.exe'
|
||||
RunEntryExec=Ejecutar %1
|
||||
; used for example as 'View Readme.txt'
|
||||
RunEntryShellExec=Ver %1
|
||||
|
||||
; *** "Setup Needs the Next Disk" stuff
|
||||
ChangeDiskTitle=El Programa de Instalación Necesita el Siguiente Disco
|
||||
SelectDiskLabel2=Por favor, inserte el Disco %1 y haga clic en Aceptar.%n%nSi los archivos pueden ser hallados en una carpeta diferente a la indicada abajo, introduzca la ruta correcta o haga clic en Examinar.
|
||||
PathLabel=&Ruta:
|
||||
FileNotInDir2=El archivo "%1" no se ha podido hallar en "%2". Por favor, inserte el disco correcto o seleccione otra carpeta.
|
||||
SelectDirectoryLabel=Por favor, especifique la ubicación del siguiente disco.
|
||||
|
||||
; *** Installation phase messages
|
||||
SetupAborted=La instalación no se ha completado.%n%nPor favor solucione el problema y ejecute nuevamente el programa de instalación.
|
||||
EntryAbortRetryIgnore=Haga clic en Reintentar para intentarlo de nuevo, en Omitir para continuar de todas formas, o en Anular para cancelar la instalación.
|
||||
|
||||
; *** Installation status messages
|
||||
StatusCreateDirs=Creando carpetas...
|
||||
StatusExtractFiles=Extrayendo archivos...
|
||||
StatusCreateIcons=Creando accesos directos...
|
||||
StatusCreateIniEntries=Creando entradas INI...
|
||||
StatusCreateRegistryEntries=Creando entradas de registro...
|
||||
StatusRegisterFiles=Registrando archivos...
|
||||
StatusSavingUninstall=Guardando información para desinstalar...
|
||||
StatusRunProgram=Terminando la instalación...
|
||||
StatusRollback=Deshaciendo cambios...
|
||||
|
||||
; *** Misc. errors
|
||||
ErrorInternal2=Error interno: %1
|
||||
ErrorFunctionFailedNoCode=%1 falló
|
||||
ErrorFunctionFailed=%1 falló; código %2
|
||||
ErrorFunctionFailedWithMessage=%1 falló; código %2.%n%3
|
||||
ErrorExecutingProgram=Imposible ejecutar el archivo:%n%1
|
||||
|
||||
; *** Registry errors
|
||||
ErrorRegOpenKey=Error al abrir la clave del registro:%n%1\%2
|
||||
ErrorRegCreateKey=Error al crear la clave del registro:%n%1\%2
|
||||
ErrorRegWriteKey=Error al escribir la clave del registro:%n%1\%2
|
||||
|
||||
; *** INI errors
|
||||
ErrorIniEntry=Error al crear entrada INI en el archivo "%1".
|
||||
|
||||
; *** File copying errors
|
||||
FileAbortRetryIgnore=Haga clic en Reintentar para intentarlo de nuevo, en Omitir para excluir este archivo (no recomendado), o en Anular para cancelar la instalación.
|
||||
FileAbortRetryIgnore2=Haga clic en Reintentar para intentarlo de nuevo, en Omitir para continuar de todas formas (no recomendado), o en Anular para cancelar la instalación.
|
||||
SourceIsCorrupted=El archivo de origen está dañado
|
||||
SourceDoesntExist=El archivo de origen "%1" no existe
|
||||
ExistingFileReadOnly=El archivo existente está marcado como sólo-lectura.%n%nHaga clic en Reintentar para quitar el atributo de sólo-lectura e intentarlo de nuevo, en Omitir para excluir este archivo, o en Anular para cancelar la instalación.
|
||||
ErrorReadingExistingDest=Ocurrió un error mientras se intentaba leer el archivo:
|
||||
FileExists=El archivo ya existe.%n%n¿Desea sobreescribirlo?
|
||||
ExistingFileNewer=El archivo existente es más reciente que el que está tratando de instalar. Se recomienda que mantenga el archivo existente.%n%n¿Desea mantener el archivo existente?
|
||||
ErrorChangingAttr=Ocurrió un error al intentar cambiar los atributos del archivo:
|
||||
ErrorCreatingTemp=Ocurrió un error al intentar crear un archivo en la carpeta de destino:
|
||||
ErrorReadingSource=Ocurrió un error al intentar leer el archivo de origen:
|
||||
ErrorCopying=Ocurrió un error al intentar copiar el archivo:
|
||||
ErrorReplacingExistingFile=Ocurrió un error al intentar reemplazar el archivo existente:
|
||||
ErrorRestartReplace=Falló reintento de reemplazar:
|
||||
ErrorRenamingTemp=Ocurrió un error al intentar renombrar un archivo en la carpeta de destino:
|
||||
ErrorRegisterServer=Imposible registrar el DLL/OCX: %1
|
||||
ErrorRegSvr32Failed=RegSvr32 falló con el código de salida %1
|
||||
ErrorRegisterTypeLib=Imposible registrar la librería de tipos: %1
|
||||
|
||||
; *** Post-installation errors
|
||||
ErrorOpeningReadme=Ocurrió un error al intentar abrir el archivo LÉAME.
|
||||
ErrorRestartingComputer=El programa de instalación no pudo reiniciar el equipo. Por favor, hágalo manualmente.
|
||||
|
||||
; *** Uninstaller messages
|
||||
UninstallNotFound=El archivo "%1" no existe. Imposible desinstalar.
|
||||
UninstallOpenError=El archivo "%1" no pudo ser abierto. Imposible desinstalar
|
||||
UninstallUnsupportedVer=El archivo de registro para desinstalar "%1" está en un formato no reconocido por esta versión del desinstalador. Imposible desinstalar
|
||||
UninstallUnknownEntry=Una entrada desconocida (%1) fue encontrada en el registro de desinstalación
|
||||
ConfirmUninstall=¿Está seguro que desea desinstalar completamente %1 y todos sus componentes?
|
||||
UninstallOnlyOnWin64=Este programa sólo puede ser desinstalado en Windows de 64-bits.
|
||||
OnlyAdminCanUninstall=Este programa sólo puede ser desinstalado por un usuario con privilegios administrativos.
|
||||
UninstallStatusLabel=Por favor, espere mientras %1 es removido de su sistema.
|
||||
UninstalledAll=%1 fue removido exitosamente de su sistema.
|
||||
UninstalledMost=La desinstalación de %1 ha sido completada.%n%nAlgunos elementos no pudieron eliminarse. Estos pueden ser eliminados manualmente.
|
||||
UninstalledAndNeedsRestart=Para completar la desinstalación de %1, su sistema debe reiniciarse.%n%n¿Desea reiniciarlo ahora?
|
||||
UninstallDataCorrupted=El archivo "%1" está dañado. No puede desinstalarse
|
||||
|
||||
; *** Uninstallation phase messages
|
||||
ConfirmDeleteSharedFileTitle=¿Eliminar Archivo Compartido?
|
||||
ConfirmDeleteSharedFile2=El sistema indica que el siguiente archivo compartido no es usado por ningún otro programa. ¿Desea eliminar este archivo compartido?%n%nSi hay programas que usan este archivo y el mismo es eliminado, esos programas pueden dejar de funcionar correctamente. Si no está seguro, elija No. Dejar el archivo en su sistema no producirá ningún daño.
|
||||
SharedFileNameLabel=Archivo:
|
||||
SharedFileLocationLabel=Ubicación:
|
||||
WizardUninstalling=Estado de la Desinstalación
|
||||
StatusUninstalling=Desinstalando %1...
|
||||
|
||||
; The custom messages below aren't used by Setup itself, but if you make
|
||||
; use of them in your scripts, you'll want to translate them.
|
||||
|
||||
[CustomMessages]
|
||||
|
||||
NameAndVersion=%1 versión %2
|
||||
AdditionalIcons=Iconos adicionales:
|
||||
CreateDesktopIcon=Crear un icono en el &escritorio
|
||||
CreateQuickLaunchIcon=Crear un icono de Inicio Rápido
|
||||
ProgramOnTheWeb=%1 en la Web
|
||||
UninstallProgram=Desinstalar %1
|
||||
LaunchProgram=Ejecutar %1
|
||||
AssocFileExtension=&Asociar %1 con la extensión de archivo %2
|
||||
AssocingFileExtension=Asociando %1 con la extensión de archivo %2...
|
BIN
Greenshot/tools/innosetup/Setup.e32
Normal file
BIN
Greenshot/tools/innosetup/Setup.e32
Normal file
Binary file not shown.
BIN
Greenshot/tools/innosetup/SetupLdr.e32
Normal file
BIN
Greenshot/tools/innosetup/SetupLdr.e32
Normal file
Binary file not shown.
BIN
Greenshot/tools/innosetup/WizModernImage-IS.bmp
Normal file
BIN
Greenshot/tools/innosetup/WizModernImage-IS.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
Greenshot/tools/innosetup/WizModernImage.bmp
Normal file
BIN
Greenshot/tools/innosetup/WizModernImage.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
Greenshot/tools/innosetup/WizModernSmallImage-IS.bmp
Normal file
BIN
Greenshot/tools/innosetup/WizModernSmallImage-IS.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
Greenshot/tools/innosetup/WizModernSmallImage.bmp
Normal file
BIN
Greenshot/tools/innosetup/WizModernSmallImage.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
Greenshot/tools/innosetup/isbunzip.dll
Normal file
BIN
Greenshot/tools/innosetup/isbunzip.dll
Normal file
Binary file not shown.
BIN
Greenshot/tools/innosetup/isbzip.dll
Normal file
BIN
Greenshot/tools/innosetup/isbzip.dll
Normal file
Binary file not shown.
495
Greenshot/tools/innosetup/isfaq.htm
Normal file
495
Greenshot/tools/innosetup/isfaq.htm
Normal file
|
@ -0,0 +1,495 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Inno Setup FAQ</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<style type="text/css"><!--
|
||||
BODY {
|
||||
background: #ffffff;
|
||||
color: #000000;
|
||||
font: small verdana, arial, sans-serif;
|
||||
}
|
||||
H1, .xxbig {
|
||||
font: bold xx-large verdana, arial, sans-serif;
|
||||
}
|
||||
H2, .xbig {
|
||||
font: bold x-large verdana, arial, sans-serif;
|
||||
}
|
||||
H3, .big {
|
||||
font: bold large verdana, arial, sans-serif;
|
||||
}
|
||||
H4, .medium {
|
||||
font: bold medium verdana, arial, sans-serif;
|
||||
}
|
||||
PRE, TT {
|
||||
font: small "courier new", monospace;
|
||||
}
|
||||
LI {
|
||||
margin-top: 0.25em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
P, UL {
|
||||
/* for paragraph spacing consistency between IE (6) and Mozilla (1.4) */
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
A:link {
|
||||
color: #274d99;
|
||||
}
|
||||
A:visited, A:active {
|
||||
color: #5a83d7;
|
||||
}
|
||||
--></style>
|
||||
</head>
|
||||
<body>
|
||||
<table width="100%" border="0" cellpadding="5" cellspacing="0">
|
||||
<tr>
|
||||
<td align="center" bgcolor="#264b99"><span class="xxbig"><font color="#FFFFFF">Inno Setup</font></span><br />
|
||||
<span class="big"><font color="#FFFFFF">Frequently Asked Questions</font></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<p>The <b>Inno Setup Frequently Asked Questions</b> contains supplemental information not found in the <a href="http://www.jrsoftware.org/ishelp/" target="blank">documentation</a> or the <a href="http://www.jrsoftware.org/iskb.php">Knowledge Base</a>.</p>
|
||||
|
||||
<h3>Functionality</h3>
|
||||
<ul>
|
||||
<li><a href="#lang">Translating Inno Setup's Text</a></li>
|
||||
<li><a href="#mbcs">Does it support MBCS (multi-byte character sets)?</a></li>
|
||||
<li><a href="#msi">Will it support Windows Installer in the future?</a></li>
|
||||
<li><a href="#setupicon">How do I change the icon of Setup.exe?</a></li>
|
||||
<li><a href="#conditional">Can Inno Setup do a conditional installation - for example, proceed only if a certain registry key or file exists?</a></li>
|
||||
<li><a href="#webinstall">Is there a "web install" feature?</a></li>
|
||||
<li><a href="#silent">Is it possible to do a silent install without using the /SILENT or /VERYSILENT command-line parameters?</a></li>
|
||||
<li><a href="#dirnamereg">Can Setup use the value of a registry entry as the default directory name?</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Problems</h3>
|
||||
<ul>
|
||||
<li><a href="#errorquotes">Compiler says "Mismatched or misplaced quotes on parameter"</a></li>
|
||||
<li><a href="#workingdir">My application can't find any of its files when it is started from the shortcut created by Setup. It works fine when I double-click the application's EXE in Explorer.</a></li>
|
||||
<li><a href="#appid">When I install a new version of my application without uninstalling the old version first, I get a second entry in Control Panel's <i>Add/Remove Programs</i>.</a></li>
|
||||
<li><a href="#corrupt">Why is the error message "The setup files are corrupted" displayed on some systems?</a></li>
|
||||
<li><a href="#noregserver">Setup gives the message "Unable to register the DLL/OCX: DllRegisterServer export not found"</a></li>
|
||||
<li><a href="#emptydirs">After uninstalling, the directories created during installation still exist.</a></li>
|
||||
<li><a href="#batchfile">I run a batch file in the [Run] section, but the window remains on the screen after it finishes executing. I'd like it to "close on exit."</a></li>
|
||||
<li><a href="#olddir">I've changed DefaultDirName in my script, yet when I run Setup it defaults to the directory I had before.</a></li>
|
||||
<li><a href="#twoicons">I have two [Icons] entries with the same Name, but only one of them gets installed.</a></li>
|
||||
<li><a href="#runwait">Setup isn't waiting for programs executed by [Run] entries to finish.</a></li>
|
||||
<li><a href="#missinglanguages">Some languages are missing on the <i>Select Setup Language</i> dialog, or it doesn't show up at all.</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Installation Tasks</h3>
|
||||
<ul>
|
||||
<li><a href="#urls">Creating Internet (URL) Shortcuts</a></li>
|
||||
<li><a href="#quicklaunch">Creating Shortcuts on the Quick Launch Bar</a></li>
|
||||
<li><a href="#startin">Setting the "Start In" Field on a Shortcut</a></li>
|
||||
<li><a href="#assoc">Creating File Associations</a></li>
|
||||
<li><a href="#env">Setting Environment Variables</a></li>
|
||||
<li><a href="#closeonexit">Setting the "Close on Exit" Box on a Shortcut to an MS-DOS Program</a></li>
|
||||
<li><a href="#backup">Making Backups Before Replacing Files</a></li>
|
||||
<li><a href="#difffiles">Installing Different Files Depending on Windows Version</a></li>
|
||||
<li><a href="#perms">Settings Permissions on Files, Directories, or Registry Keys</a></li>
|
||||
<li><a href="#custom">My installation needs to do something that Inno Setup apparently doesn't have a feature for.</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>How Do I Install...?</h3>
|
||||
<ul>
|
||||
<li><a href="#ocx">OCX Files</a></li>
|
||||
<li><a href="#vb">Visual Basic System Files</a></li>
|
||||
<li><a href="#vc">Visual C++ System Files (e.g. MFC)</a></li>
|
||||
<li><a href="#comctl32">COMCTL32.DLL</a></li>
|
||||
<li><a href="#bde">BDE (Borland Database Engine)</a></li>
|
||||
<li><a href="#mdac">MDAC, ADO, Jet, etc.</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Compatibility</h3>
|
||||
<ul>
|
||||
<li><a href="#oscompat">OS Compatibility</a></li>
|
||||
<li><a href="#ntsecur">Windows NT/2000/XP/2003 & Administrative Privileges</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>Miscellaneous</h3>
|
||||
<ul>
|
||||
<li><a href="#limits">Are there any limits on how many files, etc. may be included in an installation?</a></li>
|
||||
<li><a href="#cancel">What exactly happens when the user clicks Cancel during an installation?</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<hr /><h2>Functionality</h2>
|
||||
|
||||
<h4><a name="lang">Translating Inno Setup's Text</a></h4>
|
||||
<blockquote>
|
||||
<p>Translating Inno Setup's text into another language does not require modifying the source code. Simply make a copy of the Default.isl file (included with Inno Setup) and start editing the text in it. (Do not directly edit the Default.isl file, otherwise your changes will be lost when you install a new Inno Setup version.) See the "[Messages] Section" topic in the Inno Setup help file for some important tips.</p>
|
||||
<p>Once you have finished creating the new .isl file, create a [Languages] section to tell the compiler to use it:</p>
|
||||
<p><tt>
|
||||
<b>[Languages]</b><br />
|
||||
<font color="blue">Name</font>: mytrans; <font color="blue">MessagesFile</font>: "compiler:MyTranslation.isl"
|
||||
</tt></p>
|
||||
<p>If you're using a version of Inno Setup prior to 4.0, use this instead:</p>
|
||||
<p><tt>
|
||||
<b>[Setup]</b><br />
|
||||
<font color="blue">MessagesFile</font>=compiler:MyTranslation.isl
|
||||
</tt></p>
|
||||
<p>There are many contributed translations available for download on the <a href="http://www.jrsoftware.org/is3rdparty.php">Inno Setup Third-Party Files</a> page, as well as a program to assist in editing the .isl file.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="mbcs">Does it support MBCS (multi-byte character sets)?</a></h4>
|
||||
<blockquote>
|
||||
<p>Inno Setup 2.0.6 adds complete support for MBCS. It does lead byte checking on all filename and constant parsing, so it should no longer mistake trail bytes for backslashes ("\") or braces ("{").</p>
|
||||
<p>Versions prior to 2.0.6 did not include any special support for MBCS.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="msi">Will it support Windows Installer in the future?</a></h4>
|
||||
<blockquote>
|
||||
<p>At the present time, I do not have plans for a Windows Installer edition of Inno Setup. "Supporting" Windows Installer would likely involve a near-complete rewrite of the program - something I don't have the time or interest to do.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="setupicon">How do I change the icon of Setup.exe?</a></h4>
|
||||
<blockquote>
|
||||
<p>The installer's icon may be changed by setting the <tt>SetupIconFile</tt> [Setup] section directive. To set the uninstaller's icon, set <tt>UninstallIconFile</tt>.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="conditional">Can Inno Setup do a conditional installation - for example, proceed only if a certain registry key or file exists?</a></h4>
|
||||
<blockquote>
|
||||
<p>Inno Setup 4 adds support for this through the new Pascal Scripting feature.</p>
|
||||
<p>Note: with earlier Inno Setup versions it was already possible to <a href="#difffiles">install different files depending on the Windows version</a>.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="webinstall">Is there a "web install" feature?</a></h4>
|
||||
<blockquote>
|
||||
<p>No, and at the time of this writing I don't have plans to add such a feature.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="silent">Is it possible to do a silent install without using the /SILENT or /VERYSILENT command-line parameters?</a></h4>
|
||||
<blockquote>
|
||||
<p>No, nor is such a feature planned (it would be abused). If it is your intention to keep user interaction to a minimum, use the Disable* [Setup] section directives.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="dirnamereg">Can Setup use the value of a registry entry as the default directory name?</a></h4>
|
||||
<blockquote>
|
||||
<p>Yes. Use a {reg:...} constant in DefaultDirName. For example:</p>
|
||||
<p><tt><b>[Setup]</b><br />
|
||||
<font color="blue">DefaultDirName</font>={reg:HKLM\Software\My Program,Path|{pf}\My Program}<br />
|
||||
</tt></p>
|
||||
<p>See the "Constants" topic in the Inno Setup help file for more information on {reg:...} constants.</p>
|
||||
</blockquote>
|
||||
|
||||
|
||||
|
||||
<hr /><h2>Problems</h2>
|
||||
|
||||
<h4><a name="errorquotes">Compiler says "Mismatched or misplaced quotes on parameter"</a></h4>
|
||||
<blockquote>
|
||||
<p>This message is typically displayed if you try to embed a quote (") character in a parameter's data, but do not double it as required. Read the "Parameters in Sections" topic in the Inno Setup help file for more information.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="workingdir">My application can't find any of its files when it is started from the shortcut created by Setup. It works fine when I double-click the application's EXE in Explorer.</a></h4>
|
||||
<blockquote>
|
||||
<p>Your application is most likely not specifying pathnames on the files it is trying to open, so it is expecting to find them in the current directory. Inno Setup by default does not set the "Start In" field on shortcuts its creates; this causes Windows to pick a directory itself, which usually won't be the directory containing your application.</p>
|
||||
<p>In virtually all cases, this is something that should be corrected at the application level. Properly designed GUI applications should not expect to be started from a particular directory; they should always specify full pathnames on files they open. In Delphi or C++Builder, for example, it's possible to get the full pathname of the directory containing the application EXE by calling: <tt>ExtractFilePath(ParamStr(0))</tt>. To get the full path of a file named "File.txt" in the application directory, use: <tt>ExtractFilePath(ParamStr(0)) + 'File.txt'</tt>.</p>
|
||||
<p>If for some reason you cannot fix this at the application level, you can tell Inno Setup to set the "Start In" field by adding "WorkingDir: {app}" to your [Icons] entries.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="corrupt">Why is the error message "The setup files are corrupted" displayed on some systems?</a></h4>
|
||||
<blockquote>
|
||||
<p>This error message is displayed when a file pertaining to the installation (e.g., setup.exe, setup.1) has the wrong size, or part of a file fails a CRC check. It is not displayed for any other reason.</p>
|
||||
<p>If your installation is distributed over the internet and you're getting a lot of reports of this error, it could be that your web server is delivering partial files by dropping connections prematurely. Have the affected users check the size in the bytes of the file(s) they downloaded.</p>
|
||||
<p>If your installation is distributed via CD-ROM or floppy disk, it could be that the CD-ROM or floppy disk is bad, or possibly the drive is defective.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="appid">When I install a new version of my application without uninstalling the old version first, I get a second entry in Control Panel's <i>Add/Remove Programs</i>.</a></h4>
|
||||
<blockquote>
|
||||
<p>This happens when you change AppId between versions, or if AppId is not specified, AppName. If you do that, Setup has no way of knowing that the two versions are of the same application, and thus will create a new entry in <i>Add/Remove Programs</i>. Additionally, a new uninstall log file (unins???.dat) will be created. The obvious solution for this is to not change AppId or AppName.</p>
|
||||
<p>If you must change AppName in a new version, set AppId to the value of AppId or AppName from the previous version.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="noregserver">Setup gives the message "Unable to register the DLL/OCX: DllRegisterServer export not found"</a></h4>
|
||||
<blockquote>
|
||||
<p>This message normally means that you specified the "regserver" flag on a file that doesn't possess the ability to be registered. Remove the "regserver" flag from the [Files] entry and the message will go away.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="emptydirs">After uninstalling, the directories created during installation still exist.</a></h4>
|
||||
<blockquote>
|
||||
<p>There are several reasons why a directory may not be removed:</p>
|
||||
<ul>
|
||||
<li>It already existed prior to installation. By default, the uninstaller plays it safe and doesn't remove directories that the installer didn't create.</li>
|
||||
<li>It contains files or subdirectories. Use [UninstallDelete] if you need the uninstaller to delete additional files/directories.</li>
|
||||
<li>A running process has the directory as its current directory.</li>
|
||||
</ul>
|
||||
<p>Note: In Inno Setup versions prior to 2.0.1, directories must be specified in either the [Dirs] or [UninstallDelete] sections for them to be deleted by the uninstaller. In newer Inno Setup versions, directories created by [Files] section entries will be deleted automatically by the uninstaller if they didn't exist prior to installation.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="batchfile">I run a batch file in the [Run] section, but the window remains on the screen after it finishes executing. I'd like it to "close on exit."</a></h4>
|
||||
<blockquote>
|
||||
<p>From Tim Rude:<br />
|
||||
The simplest way to get a batch file to automatically close on exit is to clear the screen at the end of it using the CLS command.</p>
|
||||
<p><i>--- batch file 1 ---</i></p>
|
||||
<p><tt>
|
||||
@echo off<br />
|
||||
echo Hello World<br />
|
||||
echo This batch file does NOT close on exit
|
||||
</tt></p>
|
||||
<p><i>--- batch file 2 ---</i></p>
|
||||
<p><tt>
|
||||
@echo off<br />
|
||||
echo Hello World<br />
|
||||
echo This batch file DOES close on exit<br />
|
||||
cls
|
||||
</tt></p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="olddir">I've changed DefaultDirName in my script, yet when I run Setup it defaults to the directory I had before.</a></h4>
|
||||
<blockquote>
|
||||
<p>At startup Setup looks in the registry to see if the same application was already installed previously, and if so, it will use the directory of the previous installation as the default directory presented to the user in the wizard. If you uninstall the application and run Setup again, it will use the new DefaultDirName setting. If you wish to disable this feature, set UsePreviousAppDir to "no".</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="twoicons">I have two [Icons] entries with the same Name, but only one of them gets installed.</a></h4>
|
||||
<blockquote>
|
||||
<p>Two files can't have the same name, and since shortcuts are files, two shortcuts therefore can't have the same name.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="runwait">Setup isn't waiting for a program executed by a [Run] entry to finish.</a></h4>
|
||||
<blockquote>
|
||||
<p>First, make sure that you are <i>not</i> using the "nowait" or "waituntilidle" flags on the [Run] entry. These flags prevent Setup from waiting until the process completely terminates.</p>
|
||||
<p>If you aren't using those flags and it still doesn't seem to be waiting for the program to finish, then likely what is happening is that the EXE you're running is spawning some other process and then terminating itself immediately, causing Setup to think the program has finished. This is known to happen with older InstallShield-based installers (to work around it, try using the <a href="http://www.installshield.com/news/newsletter/0206-articles/LaunchIS5Setup.asp">/SMS switch</a>).</p>
|
||||
<p>A simple way to check if a program does that is to run "START /WAIT ProgramName.exe" from the command line, and see if you are returned to the command prompt before the program exits.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="missinglanguages">Some languages are missing on the <i>Select Setup Language</i> dialog, or it doesn't show up at all.</a></h4>
|
||||
<blockquote>
|
||||
<p>Beginning with Inno Setup 4.2.2, languages specified in the [Languages] section that cannot be displayed under the active Windows ANSI code page are not listed in the <i>Select Setup Language</i> dialog. For example, Russian text can only be displayed properly if the active code page is 1251; if the user isn't running code page 1251 they will not see Russian as an option.</p>
|
||||
<p>On Windows XP, the active code page may be changed by going to <i>Regional and Language Options</i> in Control Panel, and setting <i>Language for non-Unicode programs</i> on the Advanced tab. On Windows 2000, the active code page may be changed by going to <i>Regional Options</i> in Control Panel, and clicking <i>Set default...</i>.</p>
|
||||
<p>If you are sure you're running in the correct code page and a language still isn't being listed, then most likely <tt>LanguageCodePage</tt> is set incorrectly inside the language's .isl file.</p>
|
||||
<p>If you would like to force all languages to be visible regardless of whether they can be displayed properly under the active code page, set the <tt>ShowUndisplayableLanguages</tt> [Setup] section directive (new in Inno Setup 5.1.7).</p>
|
||||
</blockquote>
|
||||
|
||||
|
||||
|
||||
<hr /><h2>Installation Tasks</h2>
|
||||
|
||||
<h4><a name="urls">Creating Internet (URL) Shortcuts</a></h4>
|
||||
<blockquote>
|
||||
<p>First create a file named, for example, "website.url", and place these lines inside it:</p>
|
||||
<p><tt>[InternetShortcut]<br />
|
||||
URL=http://web.site.address/
|
||||
</tt></p>
|
||||
<p>Then add these lines to your script:</p>
|
||||
<p><tt><b>[Files]</b><br />
|
||||
<font color="blue">Source</font>: "website.url"; <font color="blue">DestDir</font>: "{app}"<br />
|
||||
<br />
|
||||
<b>[Icons]</b><br />
|
||||
<font color="blue">Name</font>: "{group}\Visit My Web Site"; <font color="blue">Filename</font>: "{app}\website.url"<br />
|
||||
</tt></p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="quicklaunch">Creating Shortcuts on the Quick Launch Bar</a></h4>
|
||||
<blockquote>
|
||||
<p>Upgrade to at least Inno Setup 1.3.11, then use:</p>
|
||||
<p><tt><b>[Icons]</b><br />
|
||||
<font color="blue">Name</font>: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\My Program"; <font color="blue">Filename</font>: "{app}\MyProg.exe"<br />
|
||||
</tt></p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="startin">Setting the "Start In" Field on a Shortcut</a></h4>
|
||||
<blockquote>
|
||||
<p>Use a WorkingDir parameter on the [Icons] section entry.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="assoc">Creating File Associations</a></h4>
|
||||
<blockquote>
|
||||
<p>First set the [Setup] section directive "ChangesAssociations" to "yes". Then create [Registry] entries as shown below. <!--! <i>Note:</i> The indented lines are continuations of the preceding lines. --></p>
|
||||
|
||||
<p><tt>
|
||||
<b>[Registry]</b><br />
|
||||
<font color="blue">Root</font>: HKCR; <font color="blue">Subkey</font>: ".myp"; <font color="blue">ValueType</font>: string; <font color="blue">ValueName</font>: ""; ValueData: "MyProgramFile"; <font color="blue">Flags</font>: uninsdeletevalue
|
||||
</tt></p>
|
||||
<blockquote>
|
||||
".myp" is the extension we're associating. "MyProgramFile" is the internal name for the file type as stored in the registry. Make sure you use a unique name for this so you don't inadvertently overwrite another application's registry key.
|
||||
</blockquote>
|
||||
|
||||
<p><tt>
|
||||
<font color="blue">Root</font>: HKCR; <font color="blue">Subkey</font>: "MyProgramFile"; <font color="blue">ValueType</font>: string; <font color="blue">ValueName</font>: ""; <font color="blue">ValueData</font>: "My Program File"; <font color="blue">Flags</font>: uninsdeletekey
|
||||
</tt></p>
|
||||
<blockquote>
|
||||
"My Program File" above is the name for the file type as shown in Explorer.
|
||||
</blockquote>
|
||||
|
||||
<p><tt>
|
||||
<font color="blue">Root</font>: HKCR; <font color="blue">Subkey</font>: "MyProgramFile\DefaultIcon"; <font color="blue">ValueType</font>: string; <font color="blue">ValueName</font>: ""; <font color="blue">ValueData</font>: "{app}\MYPROG.EXE,0"
|
||||
</tt></p>
|
||||
<blockquote>
|
||||
"DefaultIcon" is the registry key that specifies the filename containing the icon to associate with the file type. ",0" tells Explorer to use the first icon from MYPROG.EXE. (",1" would mean the second icon.)
|
||||
</blockquote>
|
||||
|
||||
<p><tt>
|
||||
<font color="blue">Root</font>: HKCR; <font color="blue">Subkey</font>: "MyProgramFile\shell\open\command"; <font color="blue">ValueType</font>: string; <font color="blue">ValueName</font>: ""; <font color="blue">ValueData</font>: """{app}\MYPROG.EXE"" ""%1"""
|
||||
</tt></p>
|
||||
<blockquote>
|
||||
"shell\open\command" is the registry key that specifies the program to execute when a file of the type is double-clicked in Explorer. The surrounding quotes are in the command line so it handles long filenames correctly.
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="env">Setting Environment Variables</a></h4>
|
||||
<blockquote>
|
||||
<p>On Windows NT/2000/XP/2003, environment variables are stored as string values in the registry, so it is possible to manipulate them using the [Registry] section. System-wide environment variables are located at:</p>
|
||||
<blockquote>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment</blockquote>
|
||||
<p>User-specific environment variables are located at:</p>
|
||||
<blockquote>HKEY_CURRENT_USER\Environment</blockquote>
|
||||
<p>On Windows 95/98/Me, you'll need to modify AUTOEXEC.BAT to set environment variables. Inno Setup does not include any built-in feature for that, however you could write a small program to do that and execute it via the [Run] section (<a href="#custom">more info</a>).</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="closeonexit">Setting the "Close on Exit" Box on a Shortcut to an MS-DOS Program</a></h4>
|
||||
<blockquote>
|
||||
<p>Inno Setup version 1.3.15 and later includes support for "closeonexit" and "dontcloseonexit" flags in the [Icons] section.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="backup">Making Backups Before Replacing Files</a></h4>
|
||||
<blockquote>
|
||||
<p>Inno Setup does not currently have a specific feature for doing that, but you can make a copy of a file before it is replaced by using a [Files] section entry similar to this:</p>
|
||||
<p><tt><font color="blue">Source</font>: "{app}\MyProg.exe"; <font color="blue">DestDir</font>: "{app}\backup"; <font color="blue">Flags</font>: external skipifsourcedoesntexist uninsneveruninstall</tt></p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="difffiles">Installing Different Files Depending on Windows Version</a></h4>
|
||||
<blockquote>
|
||||
<p>That can be done via MinVersion and/or OnlyBelowVersion parameters on an entry. See the Common Parameters topic in the documentation for details.</p>
|
||||
<p>Here is a simple example of how to install one file on NT platforms (Windows NT/2000/XP/2003) and another file on non-NT platforms (Windows 95/98/Me):</p>
|
||||
<p><tt><b>[Files]</b><br />
|
||||
<font color="blue">Source</font>: "{app}\WinNT2000XP.exe"; <font color="blue">DestDir</font>: "{app}"; <font color="blue">MinVersion</font>: 0, 1<br />
|
||||
<font color="blue">Source</font>: "{app}\Win9598Me.exe"; <font color="blue">DestDir</font>: "{app}"; <font color="blue">MinVersion</font>: 1, 0</tt></p>
|
||||
<p>"0" means never install; "1" means install on any version (i.e. version 1.0 or later).</p>
|
||||
<p>Note: The above technique isn't limited to the [Files] section; MinVersion and OnlyBelowVersion can be used in most sections.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="perms">Settings Permissions on Files, Directories, or Registry Keys</a></h4>
|
||||
<blockquote>
|
||||
<p>Beginning with Inno Setup 4.1.0, the [Dirs], [Files], and [Registry] sections support Permissions parameters for setting permissions on directories, files, and registry keys respectively.</p>
|
||||
<p>If you have more advanced needs, take a look at <a href="http://setacl.sourceforge.net/">SetACL</a>.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="custom">My installation needs to do something that Inno Setup apparently doesn't have a feature for.</a></h4>
|
||||
<blockquote>
|
||||
<p>See the Knowledge Base article <a href="http://www.jrsoftware.org/iskb.php?custom">Implementing Custom Functionality</a>.</p>
|
||||
</blockquote>
|
||||
|
||||
|
||||
|
||||
<hr /><h2>How Do I Install...?</h2>
|
||||
|
||||
<h4><a name="ocx">OCX Files</a></h4>
|
||||
<blockquote>
|
||||
<p>The recommended way to install an OCX file is as follows.</p>
|
||||
<p><tt>
|
||||
<b>[Files]</b><br />
|
||||
<font color="blue">Source</font>: "ComCtl32.ocx";
|
||||
<font color="blue">DestDir</font>: "{sys}";
|
||||
<font color="blue">CopyMode</font>: alwaysskipifsameorolder;
|
||||
<font color="blue">Flags</font>: restartreplace sharedfile regserver
|
||||
</tt></p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="vb">Visual Basic System Files</a></h4>
|
||||
<blockquote>
|
||||
<p>See <a href="http://www.jrsoftware.org/iskb.php?vb">this Knowledge Base article</a>.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="vc">Visual C++ System Files (e.g. MFC)</a></h4>
|
||||
<blockquote>
|
||||
<p>See <a href="http://www.jrsoftware.org/iskb.php?vc">this Knowledge Base article</a>.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="comctl32">COMCTL32.DLL</a></h4>
|
||||
<blockquote>
|
||||
<p>If your application requires an updated version of COMCTL32.DLL, you can direct your users to
|
||||
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=cb2cf3a2-8025-4e8f-8511-9b476a8d35d2&DisplayLang=en">download</a>
|
||||
the COMCTL32 update from Microsoft, or call the COMCTL32 update from your installation by using the following lines:</p>
|
||||
<p><tt>
|
||||
<b>[Files]</b><br />
|
||||
<font color="blue">Source</font>: "50comupd.exe"; <font color="blue">DestDir</font>: "{tmp}"<br />
|
||||
<br />
|
||||
<b>[Code]</b><br />
|
||||
function ShouldInstallComCtlUpdate: Boolean;<br />
|
||||
var<br />
|
||||
MS, LS: Cardinal;<br />
|
||||
begin<br />
|
||||
// Only install if the existing comctl32.dll is < 5.80<br />
|
||||
Result := False;<br />
|
||||
if GetVersionNumbers(ExpandConstant('{sys}\comctl32.dll'), MS, LS) then<br />
|
||||
if MS < $00050050 then<br />
|
||||
Result := True;<br />
|
||||
end;<br />
|
||||
<br />
|
||||
<b>[Run]</b><br />
|
||||
<font color="blue">Filename</font>: "{tmp}\50comupd.exe"; <font color="blue">Parameters</font>: "/r:n /q:1"; <font color="blue">Check</font>: ShouldInstallComCtlUpdate
|
||||
</tt></p>
|
||||
<p>Don't try to install COMCTL32.DLL directly using the [Files] section; Microsoft <a href="http://www.microsoft.com/permission/copyrgt/cop-soft.htm#COM">does not allow</a> this, and it's dangerous.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="bde">BDE (Borland Database Engine)</a></h4>
|
||||
<blockquote>
|
||||
<p>See the Knowledge Base article <a href="http://www.jrsoftware.org/iskb.php?bde">Installing BDE</a> for details on deploying the 32-bit version of BDE using Inno Setup.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="mdac">MDAC, ADO, Jet, etc.</a></h4>
|
||||
<blockquote>
|
||||
<p>See <a href="http://www.jrsoftware.org/iskb.php?dcommdac">this Knowledge Base article</a>.</p>
|
||||
</blockquote>
|
||||
|
||||
|
||||
|
||||
<hr /><h2>Compatibility</h2>
|
||||
|
||||
<h4><a name="oscompat">OS Compatibility</a></h4>
|
||||
<blockquote>
|
||||
<p>Currently supported platforms include Windows 95, 98, 2000, 2003, XP, Me, and NT 4.0. No service packs or other OS updates are required on any of the supported platforms.</p>
|
||||
<p>I currently use and develop on Windows 2000 primarily, so Windows 2000 compatibility is foremost.</p>
|
||||
<p>When new major features are introduced, I usually test them personally on all supported Windows versions.</p>
|
||||
<p>The 16-bit version of Inno Setup was discontinued starting with version 1.3. Support for Windows NT 3.51 was discontinued starting with version 3.0.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="ntsecur">Windows NT/2000/XP/2003 & Administrative Privileges</a></h4>
|
||||
<blockquote>
|
||||
<p>A typical Inno Setup installation running on Windows NT/2000/XP/2003 does not require administrative or "power user" privileges. However, there are exceptions as noted below.</p>
|
||||
<p>Things that require administrative privileges on both Windows NT/2000/XP/2003:</p>
|
||||
<ul>
|
||||
<li>Using "PrivilegesRequired=admin" in the script's [Setup] section. This causes Setup to abort with an error message if the user lacks administrative privileges.</li>
|
||||
<li>Using the "restartreplace" flag in the [Files] section. This flag causes Inno Setup to call the MoveFileEx function, which attempts to write to "HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Control\ Session Manager". Write access to this key is restricted to Administrators.</li>
|
||||
<li>Writing to any key under HKEY_USERS\.DEFAULT using the [Registry] section. Write access to this key is restricted to Administrators.</li>
|
||||
</ul>
|
||||
<p>Things that require <i>either</i> administrative or "power user" privileges on Windows 2000/XP/2003:</p>
|
||||
<ul>
|
||||
<li>Using "PrivilegesRequired=poweruser" in the script's [Setup] section. This causes Setup to abort with an error message if the user lacks either administrative or "power user" privileges.</li>
|
||||
<li>Using the "regserver" flag in the [Files] section. In most cases registering a DLL involves writing to HKEY_CLASSES_ROOT, a privilege not granted to ordinary users.</li>
|
||||
<li>Using the "sharedfile" flag is the [Files] section. This flag causes Inno Setup to create/update a value in "HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ SharedDLLs". Ordinary users are not allowed to write to that key.</li>
|
||||
<li>Using the FontInstall parameter in the [Files] section.</li>
|
||||
<li>Writing to any key under HKEY_LOCAL_MACHINE or HKEY_CLASSES_ROOT using the [Registry] section. Ordinary users are not allowed to write to those keys.</li>
|
||||
</ul>
|
||||
<p>Inno Setup itself does not require write access to the WINNT directory, or any other registry keys not mentioned above.</p>
|
||||
<p>What is different when an installation is run by a user <i>without</i> administrative privileges?</p>
|
||||
<ul>
|
||||
<li>The registry key for the <i>Add/Remove Programs</i> Control Panel entry is created under HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE. Thus, only the user who installed the program will see an <i>Add/Remove Programs</i> entry for it.</li>
|
||||
<li>The "{group}" constant always points to the current user's profile, as opposed to the All Users profile.</li>
|
||||
<li>All "{common...}" constants are equivalent to the "{user...}" constants.</li>
|
||||
<li>The program may be uninstalled by any user. (When an administrator installs a program, only an administrator is allowed to uninstall it.)</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
||||
|
||||
|
||||
<hr /><h2>Miscellaneous</h2>
|
||||
|
||||
<h4><a name="limits">Are there any limits on how many files, etc. may be included in an installation?</a></h4>
|
||||
<blockquote>
|
||||
<p>Inno Setup places no arbitrary limits on how many files, shortcuts, registry entries, etc. that you may include in an installation. However, keep in mind that Setup does need memory for each entry in a script. For example, roughly 120 bytes of memory is needed for each [Files] entry.</p>
|
||||
<p>In Inno Setup 3.x and earlier, installations and individual files cannot exceed 2 GB, because it does not use 64-bit arithmetic in most places. This has been addressed in Inno Setup 4.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4><a name="cancel">What exactly happens when the user clicks Cancel during an installation?</a></h4>
|
||||
<blockquote>
|
||||
<p>When Cancel is clicked, Setup will begin reverting changes it's made so far in the very same manner as the Uninstall program. Thus, a partially installed application isn't left over.</p>
|
||||
</blockquote>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
BIN
Greenshot/tools/innosetup/islzma.dll
Normal file
BIN
Greenshot/tools/innosetup/islzma.dll
Normal file
Binary file not shown.
BIN
Greenshot/tools/innosetup/islzma32.exe
Normal file
BIN
Greenshot/tools/innosetup/islzma32.exe
Normal file
Binary file not shown.
BIN
Greenshot/tools/innosetup/islzma64.exe
Normal file
BIN
Greenshot/tools/innosetup/islzma64.exe
Normal file
Binary file not shown.
BIN
Greenshot/tools/innosetup/isunzlib.dll
Normal file
BIN
Greenshot/tools/innosetup/isunzlib.dll
Normal file
Binary file not shown.
BIN
Greenshot/tools/innosetup/iszlib.dll
Normal file
BIN
Greenshot/tools/innosetup/iszlib.dll
Normal file
Binary file not shown.
37
Greenshot/tools/innosetup/license.txt
Normal file
37
Greenshot/tools/innosetup/license.txt
Normal file
|
@ -0,0 +1,37 @@
|
|||
Inno Setup License
|
||||
==================
|
||||
|
||||
Except where otherwise noted, all of the documentation and software included
|
||||
in the Inno Setup package is copyrighted by Jordan Russell.
|
||||
|
||||
Copyright (C) 1997-2010 Jordan Russell. All rights reserved.
|
||||
Portions Copyright (C) 2000-2010 Martijn Laan. All rights reserved.
|
||||
|
||||
This software is provided "as-is," without any express or implied warranty.
|
||||
In no event shall the author be held liable for any damages arising from the
|
||||
use of this software.
|
||||
|
||||
Permission is granted to anyone to use this software for any purpose,
|
||||
including commercial applications, and to alter and redistribute it,
|
||||
provided that the following conditions are met:
|
||||
|
||||
1. All redistributions of source code files must retain all copyright
|
||||
notices that are currently in place, and this list of conditions without
|
||||
modification.
|
||||
|
||||
2. All redistributions in binary form must retain all occurrences of the
|
||||
above copyright notice and web site addresses that are currently in
|
||||
place (for example, in the About boxes).
|
||||
|
||||
3. The origin of this software must not be misrepresented; you must not
|
||||
claim that you wrote the original software. If you use this software to
|
||||
distribute a product, an acknowledgment in the product documentation
|
||||
would be appreciated but is not required.
|
||||
|
||||
4. Modified versions in source or binary form must be plainly marked as
|
||||
such, and must not be misrepresented as being the original software.
|
||||
|
||||
|
||||
Jordan Russell
|
||||
jr-2010 AT jrsoftware.org
|
||||
http://www.jrsoftware.org/
|
923
Greenshot/tools/innosetup/whatsnew.htm
Normal file
923
Greenshot/tools/innosetup/whatsnew.htm
Normal file
|
@ -0,0 +1,923 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>Inno Setup 5 Revision History</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<style type="text/css">
|
||||
body { font: small verdana, arial, sans-serif; color: black; background-color: white }
|
||||
a:link { color: #264b99; background-color: white }
|
||||
a:visited { color: #5e85d7; background-color: white }
|
||||
a:active { color: #7799dd; background-color: white }
|
||||
tt { font: small "courier new", monospace }
|
||||
li { margin-top: 0.15em; margin-bottom: 0.15em }
|
||||
div.bluehead { text-align: center; color: white; background-color: #264b99; padding: 5px; font-weight: bold }
|
||||
.head1 { font-size: xx-large }
|
||||
.head2 { font-size: large }
|
||||
.ver { font-size: large; font-weight: bold }
|
||||
.date { font-size: x-small; font-weight: bold }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- $jrsoftware: issrc/whatsnew.htm,v 1.664 2010/04/09 19:37:09 jr Exp $ -->
|
||||
|
||||
<div class="bluehead"><span class="head1">Inno Setup 5</span><br /><span class="head2">Revision History</span></div>
|
||||
|
||||
<p>Copyright © 1997-2010 <a href="http://www.jrsoftware.org/">Jordan Russell</a>. All rights reserved.<br />
|
||||
Portions Copyright © 2000-2010 Martijn Laan. All rights reserved.<br />
|
||||
For conditions of distribution and use, see <a href="http://www.jrsoftware.org/files/is/license.txt">LICENSE.TXT</a>.
|
||||
</p>
|
||||
|
||||
<p><a name="5.3.9"></a><span class="ver">5.3.9 </span><span class="date">(2010-04-10)</span></p>
|
||||
<ul>
|
||||
<li>For better appearance on Windows 7 and Vista when ClearType is enabled, Tahoma is the new default font used by Setup and Uninstall. A new [Setup] section directive <tt>DefaultDialogFontName</tt> has also been added to make it easy to override the default dialog font for all languages that do not have a custom <tt>DialogFontName</tt> setting. If you would like to revert to the dialog font used in previous versions of Inno Setup (Microsoft Sans Serif if available, else MS Sans Serif), set <tt>DefaultDialogFontName</tt> to an empty string (<tt>DefaultDialogFontName=</tt>).</li>
|
||||
<li>Added new [Setup] section directive: <tt>DisableWelcomePage</tt> to hide the <i>Welcome</i> wizard page. Doing so is recommended by the Aero wizard guidelines. Additionally, the <tt>ShouldSkipPage</tt> event function is now also called for <tt>wpWelcome</tt>.</li>
|
||||
<li>When Setup is not running silently, the <i>Ready To Install</i> wizard page now ignores attempts to skip it when no other wizard page before it has been shown yet.</li>
|
||||
<li>Added LZMA2 compression support:
|
||||
<ul>
|
||||
<li>Updated the <a href="http://www.7-zip.org/sdk.html">LZMA SDK</a> compression code to version 9.10 which adds support for LZMA2 compression. LZMA2 is a modified version of LZMA that offers a better compression ratio for uncompressible data (random data expands about 0.005%, compared to 1.35% with original LZMA), and optionally can compress multiple parts of large files in parallel, greatly increasing compression speed but with a possible reduction in compression ratio. LZMA2 compression may be activated by setting the <tt>Compression</tt> [Setup] section directive to <tt>lzma2</tt>, and <tt>lzma2</tt> is now also the default value.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Added various new [Setup] section directives with names that start with <tt>LZMA</tt> to fine-tune LZMA and LZMA2 compression parameters, including <tt>LZMADictionarySize</tt> which allows the LZMA dictionary size to be increased up to 256 MB from the previous maximum of 64 MB. Review the memory requirements listed in the <tt>Compression</tt> topic before using.</li>
|
||||
<li>Tweaked the JMP/CALL instruction optimization algorithm for slightly better compression of executable files. (On Inno Setup's own installer, this saved about 2 KB.)</li>
|
||||
<li>Improved compression of x64 executable files: just like for x86 executable files, JMP/CALL instruction optimization is now performed for x64 executable files. On average, this will reduce the compressed size of x64 executable files by 2-3%.</li>
|
||||
<li>[Setup] section directive <tt>DiskSliceSize</tt> can now be set to <tt>max</tt>, and <tt>max</tt> is now also the default value.</li>
|
||||
<li>Windows 7 change: The Compiler IDE is now pinnable. Also, files that are opened via the Welcome dialog, MRU list, and drag & drop now get added to the Jump List.</li>
|
||||
<li>Windows 7 and Vista changes:
|
||||
<ul>
|
||||
<li>Before deleting a pinned shortcut, Uninstall now automatically removes it from the current user's Start menu pinned list and on Windows 7 also from the taskbar.</li>
|
||||
<li>Changed the icon that is shown on <i>Select Start Menu Folder</i> wizard page. Previously, it used the same icon as the preceding <i>Select Destination Location</i> page, but that was never really the intention.</li>
|
||||
<li>When Setup and Uninstall respawn for elevation, any SUBST'ed drives in the EXE filename are now expanded before the respawn, since the elevated user will not retain the original user's SUBST mappings. Fixes error seen when starting Setup from a SUBST'ed drive.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Setup now uses the SHA-1 algorithm instead of MD5 for file checksums and various internally-used hashes.</li>
|
||||
<li>Pascal Scripting: Added support functions <tt>GetSHA1OfString</tt>, <tt>GetSHA1OfUnicodeString</tt>, and <tt>GetSHA1OfFile</tt>.</li>
|
||||
<li>QuickStart Pack: Added ISPP functions <tt>GetSHA1OfString</tt>, <tt>GetSHA1OfUnicodeString</tt>, and <tt>GetSHA1OfFile</tt>.</li>
|
||||
<li>[Icons] section parameter <tt>AppUserModelID</tt> is now also used on Windows Server 2008 R2.</li>
|
||||
<li>In Setup's version info text fields, "(C)" is now automatically replaced with real copyright symbols ("©").</li>
|
||||
<li>Unicode Inno Setup: Added workaround for upstream Delphi bug that could cause Setup (versions 5.3.6 to 5.3.8) to display a "Stream read error" error message at startup on Windows 2000 systems that did not have Service Pack 4 installed.</li>
|
||||
<li>Compiler IDE change: the <i>Tools | Configure Sign Tools...</i> dialog now allows editing of existing Sign Tools.</li>
|
||||
<li>The uninstall program's version is now 51.(10)52.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.3.8"></a><span class="ver">5.3.8 </span><span class="date">(2010-02-18)</span></p>
|
||||
<ul>
|
||||
<li>Added new [Setup] section directive: <tt>UsePreviousLanguage</tt>. When this directive is <tt>yes</tt>, the default, at startup Setup will look in the registry to see if the same application is already installed, and if so, it will use the language of the previous installation as the default language selected in the list of available languages on the <i>Select Language</i> dialog. Note that this directive does not change the language used by the <i>Select Language</i> dialog itself because it cannot assume that the current user understands the same languages as the previous user. <tt>UsePreviousLanguage</tt> must be set to <tt>no</tt> when <tt>AppId</tt> includes constants.</li>
|
||||
<li>On Windows Vista and newer, Uninstall no longer blocks system shutdown until the uninstallation has actually started. This should make the Windows 7 Logo Kit (which wrongly tests any .exe in the application directory including the uninstaller) happy when it tries to shutdown an Uninstall sitting on its confirmation prompt.</li>
|
||||
<li>On Windows NT and newer, <tt>PrivilegesRequired=lowest</tt> now has an additional effect: the uninstall info root key will always be HKEY_CURRENT_USER, and the "common" forms of the Shell Folder constants are always mapped to the "user" forms, even if administrative privileges are available.</li>
|
||||
<li>[Setup] section directive <tt>CreateUninstallRegKey</tt> may now be set to a boolean expression, which may contain calls to check functions. For example: <tt>CreateUninstallRegKey=not IsTaskSelected('portablemode')</tt>. See the <tt>CreateUninstallRegKey</tt> documentation for details.</li>
|
||||
<li>The <i>Preparing to Install</i> wizard page now offers the user an option to directly reboot instead of just saying a reboot is needed. To trigger this option from a <tt>PrepareToInstall</tt> event function set its new <tt>NeedsRestart</tt> parameter to True.</li>
|
||||
<li>In the <tt>MinVersion</tt> and <tt>OnlyBelowVersion</tt> directives and parameters, <tt>.x</tt> is now treated the same as <tt>.0x</tt> when a major version of 5 or higher is specified. Thus, you now have the option of using either <tt>5.01</tt> or <tt>5.1</tt> to specify Windows XP. However, to maintain compatibility with existing scripts, <tt>4.x</tt> will still be interpreted as <tt>4.x0</tt>.</li>
|
||||
<li>Pascal Scripting: Added new <tt>PageIndexFromID</tt> support function.</li>
|
||||
<li>The online documentation available at <a href="http://www.jrsoftware.org/ishelp/">http://www.jrsoftware.org/ishelp/</a> now has an index and is searchable.</li>
|
||||
<li>QuickStart Pack changes:
|
||||
<ul>
|
||||
<li>Added ISPP function <tt>StringChange</tt>.</li>
|
||||
<li>The ISPP documentation is now available online at <a href="http://www.jrsoftware.org/ispphelp/">http://www.jrsoftware.org/ispphelp/</a>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>The uninstall program's version is now 51.(10)51.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.3.7"></a><span class="ver">5.3.7 </span><span class="date">(2010-01-06)</span></p>
|
||||
<ul>
|
||||
<li>The <tt>PrivilegesRequired</tt> [Setup] section directive can now be set to <tt>lowest</tt>. On Windows Vista and later this instructs Setup to not request elevated rights (via a User Account Control dialog) even if it was started by a member of the Administrators group. Do not use this setting unless you are sure your installation will run successfully on unprivileged accounts. If you were using <tt>PrivilegesRequired=none</tt> before, it is recommended to switch to <tt>PrivilegesRequired=lowest</tt>.</li>
|
||||
<li>Added new Compiler IDE option: <i>Autosave before compiling</i>.</li>
|
||||
<li>[Tasks] section flags <tt>checkedonce</tt> and <tt>unchecked</tt> may now be combined. This combination specifies the task to be unchecked by default on the first install, and always unchecked by default on subsequent installs as well.</li>
|
||||
<li>A problem with "Not Implemented" errors when Setup or Uninstall was run on Windows 7 under special conditions such as from a non-interactive service was fixed.</li>
|
||||
<li>Changed the <i>CodePrepareToInstall.iss</i> example script to use the RunOnce registry key instead of a shortcut placed in <tt>{commonstartup}</tt>.</li>
|
||||
<li>Pascal Scripting: the Non Unicode compiler now has a <tt>PAnsiChar</tt> type just like the Unicode compiler.</li>
|
||||
<li>Added official Japanese translation.</li>
|
||||
<li>Unicode [Code] based on RemObjects Pascal Script SVN code revision 197.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.3.6"></a><span class="ver">5.3.6 </span><span class="date">(2009-11-14)</span></p>
|
||||
<ul>
|
||||
<li>Windows 7 change:
|
||||
<ul>
|
||||
<li>Added new [Setup] section directive: <tt>UninstallDisplaySize</tt>. On Windows 7 and newer, Setup uses this directive to set the <tt>EstimatedSize</tt> value in the Uninstall registry key when possible since the Windows 7 <i>Add/Remove Programs</i> Control Panel (called <i>Program and Features</i>) no longer automatically calculates it. If an <tt>UninstallDisplaySize</tt> is not set, Setup estimates the size itself by taking the size of all files installed and adding any <tt>ExtraDiskSpaceRequired</tt> values set. Note: Windows 7 only supports the display of values smaller than 4 GB.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Pascal Scripting now supports <tt>IUnknown</tt> based COM. Previously it only supported <tt>IDispatch</tt> based COM but a growing number of Windows API functions are COM based without implementing the <tt>IDispatch</tt> interface, and you can now use these as well. See the new <i>CodeAutomation2.iss</i> example script for an example. Note: this is only supported by Unicode Inno Setup at the moment, because of Delphi 2's limitations (Delphi 2 is used to compile Non Unicode Inno Setup):
|
||||
<ul>
|
||||
<li>Added <tt>StringToGUID</tt>, <tt>CreateComObject</tt>, and <tt>OleCheck</tt> support functions.</li>
|
||||
<li>Added <tt>HResult</tt>, <tt>TGUID</tt>, <tt>TCLSID</tt>, and <tt>TIID</tt> support types.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>The compiler no longer allows a single <tt>LanguageCodePage</tt> directive to be applied to multiple languages at once. If you were using this to force Non Unicode Setup to allow the user to select any language regardless of the system code page, set [Setup] section directive <tt>ShowUndisplayableLanguages</tt> to <tt>yes</tt> instead.</li>
|
||||
<li>Added new <i>CodePrepareToInstall.iss</i> example script.</li>
|
||||
<li><i>Fix:</i> Unicode Pascal scripting: passing a very long string to <tt>Format</tt> caused an error.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.3.5"></a><span class="ver">5.3.5 </span><span class="date">(2009-09-23)</span></p>
|
||||
<ul>
|
||||
<li>Windows 7 changes:
|
||||
<ul>
|
||||
<li>Setup, Uninstall and custom <tt>TOutputProgressWizardPage</tt> pages now make use of the new Windows 7 taskbar functionality to display progress, pause and error indicators on their taskbar buttons.</li>
|
||||
<li>Added new [Icons] section parameter: <tt>AppUserModelID</tt>. Specifies the Windows 7 Application User Model ID for the shortcut. Ignored on earlier Windows versions and on server versions. This parameter can include constants.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Windows 7 and Vista changes:
|
||||
<ul>
|
||||
<li>Setup, Uninstall and custom <tt>TOutputProgressWizardPage</tt> pages now display pause and error indicators on their progress bars.</li>
|
||||
<li>Setup and Uninstall now call the Windows API function <tt>ShutdownBlockReasonCreate</tt> to set the shutdown block reason string to be displayed to the user if system shutdown is initiated. Note: this change is purely cosmetic, the fact that Setup and Uninstall block system shutdown is not new.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Pascal Scripting changes:
|
||||
<ul>
|
||||
<li>TWinControl: Added new <tt>ParentBackground</tt> property. By setting this to False, you can ensure the background of a TPanel will always display the color assigned to its <tt>Color</tt> property, instead of it becoming transparent under certain conditions. See the <i>CodeClasses.iss</i> example script for an example.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>The Unicode compiler now behaves identical to the Non Unicode compiler if a language uses more than one .isl file (it no longer requires the <tt>LanguageCodePage</tt> to be set in each file), or if a languages <tt>LanguageCodePage</tt> is overwritten from the .iss file (it no longer ignores this), or if any language specific plain text ANSI <tt>LicenseFile</tt>, <tt>InfoBeforeFile</tt>, or <tt>InfoAfterFile</tt> is used (it now converts these to Unicode using the languages <tt>LanguageCodePage</tt> at compile-time, instead of using the system codepage at run-time).</li>
|
||||
<li><i>Fix:</i> Pascal scripting: passing a Unicode string to some built-in functions like <tt>Copy</tt> caused the string to be converted to ANSI.</li>
|
||||
<li>The uninstall program's version is now 51.(10)50.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.3.4"></a><span class="ver">5.3.4 </span><span class="date">(2009-08-15)</span></p>
|
||||
<ul>
|
||||
<li>On Windows 7 the Compiler IDE now makes use of the new Windows 7 taskbar functionality to display progress, pause and error indicators on its taskbar button.</li>
|
||||
<li>Pascal Scripting: Documented function <tt>IDispatchInvoke</tt>, which can be used to access a COM Automation property or method whose name is a reserved word.</li>
|
||||
<li><i>Fix:</i> Unicode [Registry] section entries with <tt>ValueType</tt> set to <tt>binary</tt> did not set the correct value.</li>
|
||||
<li><i>Fix:</i> Pascal scripting: setting a COM Automation property or method parameter to a Unicode string variable caused an 'Invalid Type' error.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.3.3"></a><span class="ver">5.3.3 </span><span class="date">(2009-08-01)</span></p>
|
||||
<ul>
|
||||
<li>[Setup] section directives <tt>VersionInfoProductVersion</tt> now sets the binary product version value instead of the textual product version value.</li>
|
||||
<li>Added new [Setup] section directive: <tt>VersionInfoProductTextVersion</tt>, which sets the textual product version value. Its default value is <tt>VersionInfoProductVersion</tt> if set, else <tt>VersionInfoVersion</tt>.</li>
|
||||
<li>[Setup] section directives <tt>DisableDirPage</tt> and <tt>DisableProgramGroupPage</tt> can now be set to <tt>auto</tt>. If they are, at startup Setup will look in the registry to see if the same application is already installed, and if so, it will hide the pages automatically.</li>
|
||||
<li>Pascal Scripting changes:
|
||||
<ul>
|
||||
<li><tt>WizardForm.PrevAppDir</tt> is now available and returns the directory of the previous installation. Returns an empty string if there's no previous installation or if <tt>UsePreviousAppDir</tt> is set to <tt>no</tt> or if <tt>Uninstallable</tt> was previously set to <tt>no</tt>.</li>
|
||||
<li>While running any <tt>PrepareToInstall</tt> event function Setup now displays the <i>Preparing to Install</i> wizard page instead of the <i>Ready to Install</i> page and disables itself.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Added the Windows 7 "compatibility" section to the various manifest resources used by Inno Setup.</li>
|
||||
<li>Documentation improvements.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.3.2"></a><span class="ver">5.3.2-beta </span><span class="date">(2009-05-29)</span></p>
|
||||
<ul>
|
||||
<li>Replaced constant <tt>{regasmexe}</tt> with <tt>{dotnet11}</tt> and <tt>{dotnet20}</tt>.</li>
|
||||
<li>Pascal Scripting: Added new <tt>PrepareToInstall</tt> event function. Return a non empty string from this function to instruct Setup to stop at the <i>Preparing to Install</i> wizard page showing the returned string as the error message.</li>
|
||||
<li>Minor fixes and tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.3.1"></a><span class="ver">5.3.1-beta </span><span class="date">(2009-05-15)</span></p>
|
||||
<ul>
|
||||
<li>[Setup] directive <tt>AppMutex</tt> and support function <tt>CheckForMutexes</tt> change: to specify a mutex name containing a comma you can now escape the comma with a backslash.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.3.0"></a><span class="ver">5.3.0-beta </span><span class="date">(2009-04-22)</span></p>
|
||||
<ul>
|
||||
<li>Added .NET support (these cause an internal error if used on a system with no .NET Framework present):
|
||||
<ul>
|
||||
<li>Added new [Files] section flag: <tt>gacinstall</tt>.</li>
|
||||
<li>Added new [Files] section parameter: <tt>StrongAssemblyName</tt>.</li>
|
||||
<li>Added new constants: <tt>{regasmexe}</tt>, <tt>{regasmexe32}</tt>, <tt>{regasmexe64}</tt>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><tt>MinVersion</tt> parameter/directive change: if you leave one of the versions empty then it will use the default <tt>MinVersion</tt> for that platform.</li>
|
||||
<li>Pascal Scripting: Added new <tt>MinimizePathName</tt> support function.</li>
|
||||
<li>Added Unicode support: there's now a second version of Inno Setup available called Unicode Inno Setup. Key features of this version are its ability to display any language on any system regardless of the system code page, and its ability to work with Unicode filenames. Notes:
|
||||
<ul>
|
||||
<li>Unicode Inno Setup uses the existing ANSI .isl language files and you should not and may not convert these to Unicode or anything similar since it does so automatically during compilation using the <tt>LanguageCodePage</tt> setting listed inside the language's .isl file. However, you do need to convert existing [Messages] and [CustomMessages] entries in your .iss files to Unicode if the language used a special <tt>LanguageCodePage</tt>.</li>
|
||||
<li>The [Setup] directive <tt>ShowUndisplayableLanguages</tt> is ignored by Unicode Inno Setup.</li>
|
||||
<li>Unicode Inno Setup is compiled with Delphi 2009 instead of Delphi 2 and 3, leading to slightly larger files. The source code however is still compatible with Delphi 2 and 3, and a non Unicode version will remain available.</li>
|
||||
<li>Unicode Inno Setup and installers created by it require Windows 2000/XP or newer. The non Unicode version still works on NT/9x.</li>
|
||||
<li>Existing installations of your programs done by non Unicode installers can be freely updated by Unicode installers, and vice versa.</li>
|
||||
<li>Unicode Pascal Scripting notes:
|
||||
<ul>
|
||||
<li>The Unicode compiler sees type 'String' as a Unicode string, and 'Char' as a Unicode character. Its 'AnsiString' type hasn't changed and still is an ANSI string. Its 'PChar' type has been renamed to 'PAnsiChar'.</li>
|
||||
<li>The Unicode compiler is more strict about correct ';' usage: it no longer accepts certain missing ';' characters.</li>
|
||||
<li>The new RemObjects PascalScript version used by the Unicode compiler supports Unicode, but not for its input source. This means it does use Unicode string types as said, but any literal Unicode characters in the script will be converted to ANSI. This doesn't mean you can't display Unicode strings: you can for example instead use encoded Unicode characters to build Unicode strings (like <tt>S := #$0100 + #$0101 + 'Aa';</tt>), or load the string from a file using <tt>LoadStringsFromFile</tt>.</li>
|
||||
<li>Some support functions had their prototype changed: some parameters of <tt>CreateOutputMsgMemoPage</tt>, <tt>RegQueryBinaryValue</tt>, <tt>RegWriteBinaryValue</tt>, <tt>OemToCharBuff</tt>, <tt>CharToOemBuff</tt>, <tt>LoadStringFromfile</tt>, <tt>SaveStringToFile</tt>, and <tt>GetMD5OfString</tt> are of type AnsiString now instead of String.</li>
|
||||
<li>Added new <tt>SaveStringsToUTF8File</tt>, and <tt>GetMD5OfUnicodeString</tt> support functions.</li>
|
||||
<li>If you want to compile an existing script that imports ANSI Windows API calls with the Unicode compiler, either upgrade to the 'W' Unicode API call or change the parameters from 'String' or 'PChar' to 'AnsiString'. The 'AnsiString' approach will make your [Code] compatible with both the Unicode and the non Unicode version.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Unicode Inno Setup supports UTF-8 encoded .iss files (but not UTF-16).</li>
|
||||
<li>Unicode Inno Setup supports UTF-8 and UTF-16LE encoded .txt files for <tt>LicenseFile</tt>, <tt>InfoBeforeFile</tt>, and <tt>InfoAfterFile</tt>.</li>
|
||||
<li>QuickStart Pack: added ISPP predefined variable <tt>UNICODE</tt>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Thanks to Carlo Kok and Evgeny Karpov of RemObjects Software for their help related to Unicode support.</li>
|
||||
<li>QuickStart Pack: added ISPP functions <tt>Trim</tt>, and <tt>GetMD5OfUnicodeString</tt>.</li>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><a name="5.2.4"></a><span class="ver">5.2.4 </span><span class="date">(2009-03-16)</span></p>
|
||||
<ul>
|
||||
<li>Added new [Registry] section <tt>ValueType</tt>: <tt>qword</tt>.</li>
|
||||
<li>Added new [Setup] section directive: <tt>SignTool</tt>, which makes it possible to further automate digital signing of Setup and Uninstall. See the help file for more information.</li>
|
||||
<li>The value of the <tt>AppVersion</tt> directive is now also used to set the <tt>MajorVersion</tt> and <tt>MinorVersion</tt> values in the Uninstall registry key when possible.</li>
|
||||
<li>/LOG: Now logs exit codes on [UninstallRun] entries.</li>
|
||||
<li>Compiler IDE changes:
|
||||
<ul>
|
||||
<li>Added new <i>Tools | Configure Sign Tools...</i> command.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Command line compiler changes:
|
||||
<ul>
|
||||
<li>Added new "/S" parameter to specify a Sign Tool.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Added new [Files] section flag: <tt>sortfilesbyname</tt>.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.2.3"></a><span class="ver">5.2.3 </span><span class="date">(2008-03-10)</span></p>
|
||||
<ul>
|
||||
<li>Improved support for right-to-left languages (Arabic and Hebrew):<br />Added new [LangOptions] section directive: <tt>RightToLeft</tt>. If set to <tt>yes</tt>, text alignment and reading order will be reversed (with some intentional exceptions), and controls will be arranged from right to left ("flipped").</li>
|
||||
<li>Added new [Setup] section directives: <tt>VersionInfoProductName</tt> and <tt>VersionInfoProductVersion</tt>.</li>
|
||||
<li>Changed the fixed Language field in Setup's version info from "English (United States)" to "Language Neutral".</li>
|
||||
<li>Uninstall now supports custom message constants (<tt>{cm:...}</tt>) like Setup.</li>
|
||||
<li>Right-to-left-related Pascal Scripting changes:
|
||||
<ul>
|
||||
<li>The control flipping that is performed when <tt>RightToLeft=yes</tt> is mostly transparent, normally requiring no changes to existing code. Controls created on custom wizard pages will be flipped automatically after the <tt>InitializeWizard</tt> event function returns, and controls created on custom forms will, by default, be flipped the first time the form is shown.</li>
|
||||
<li>Changes to TSetupForm (the class used for custom forms):
|
||||
<ul>
|
||||
<li>Added <tt>RightToLeft</tt> Boolean property (read-only): True if right-to-left text alignment and reading order is enabled on the form. The <tt>RightToLeft</tt> [LangOptions] directive determines the value of this property.</li>
|
||||
<li>Added <tt>FlipControlsOnShow</tt> Boolean property: If True (the default setting if <tt>RightToLeft</tt> is True), controls on the form will be flipped the next time the form is shown. After the form has been shown, the property is reset to <tt>False</tt> automatically.</li>
|
||||
<li>Added <tt>ControlsFlipped</tt> Boolean property (read-only): True if the controls have been flipped.</li>
|
||||
<li>Added <tt>FlipControlsIfNeeded</tt> method. This flips the controls immediately if <tt>FlipControlsOnShow</tt> is True, then resets <tt>FlipControlsOnShow</tt> to False.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Added new classes: TNewEdit, TNewMemo, TNewComboBox, TNewButton, TNewCheckBox, TNewRadioButton, and TNewListBox. On these classes, right-to-left text alignment and reading order is used when the parent TSetupForm's <tt>RightToLeft</tt> property is True.</li>
|
||||
<li>TNewStaticText: Added <tt>ForceLTRReading</tt> property. If set to True, the text will always be rendered with left-to-right reading order, overriding the parent form's <tt>RightToLeft</tt> setting.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Other Pascal Scripting changes:
|
||||
<ul>
|
||||
<li>TNewStaticText: Added <tt>AdjustHeight</tt> method. This adjusts the value of the <tt>Height</tt> property to fit the text. Only useful when <tt>AutoSize</tt> is set to False.</li>
|
||||
<li>Added new object <tt>UninstallProgressForm</tt> of class <tt>TUninstallProgressForm</tt>. Also added new event function <tt>InitializeUninstallProgressForm</tt>, which is called after the Uninstall progress form has been created and before it is shown. See the help file and the <i>CodeClasses.iss</i> example script for more information.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Added workaround for bug in Windows Vista (still present in SP1): With UAC turned off, launching an uninstaller from the <i>Programs and Features</i> Control Panel applet and answering No at the confirmation message box would cause a "This program might not have uninstalled correctly" dialog to be displayed, even though the uninstaller includes a proper "Vista-aware" manifest.</li>
|
||||
<li>Compiler IDE changes:
|
||||
<ul>
|
||||
<li>The New Script Wizard now generates random unique <tt>AppId</tt> [Setup] section directives.</li>
|
||||
<li>Added new <i>Tools | Generate GUID</i> command.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>QuickStart Pack: added ISPP functions <tt>GetMD5OfFile</tt>, <tt>GetMD5OfString</tt> and <tt>GetFileDateTimeString</tt>.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.2.2"></a><span class="ver">5.2.2 </span><span class="date">(2007-10-22)</span></p>
|
||||
<ul>
|
||||
<li>The Setup loader now extracts the Setup program executable file with a ".tmp" extension. Versions 5.2.0 and 5.2.1 used a ".exe.tmp" extension, which reportedly, in some cases, caused an "Unable to execute file in temporary directory" error message on systems with a certain antivirus program installed. We were unable to reproduce the error in our own tests, however; it is suspected that this may have only impacted users with custom filename blocking rules defined in their antivirus configuration.</li>
|
||||
<li>Pascal Scripting: Added new <tt>GetSaveFileName</tt> support function.</li>
|
||||
<li><i>Fix:</i> The compiler could fail with an "Out of memory" error on script files containing more than ~100,000 lines, due to a heap fragmentation issue.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.2.1"></a><span class="ver">5.2.1 </span><span class="date">(2007-10-13)</span></p>
|
||||
<ul>
|
||||
<li>Added new [Setup] section directive: <tt>SignedUninstaller</tt>, which makes it possible to attach a digital signature to the uninstaller program (unins???.exe). When the uninstaller has a valid digital signature, Windows Vista users will not see an "unidentified program" warning when launching it from outside of Control Panel.</li>
|
||||
<li>Added new [Setup] section directive: <tt>SignedUninstallerDir</tt>.</li>
|
||||
<li><tt>Check</tt> functions associated with [Tasks] entries are now called when the <i>Select Tasks</i> wizard page is entered. Previously, they were called prior to the wizard being shown, which meant they couldn't depend on the user's selections in preceding wizard pages. (There are plans to make the same change to [Components] in the future.)</li>
|
||||
<li>Brought back the pre-5.1.13 duplicate [Components]/[Tasks] entry semantics. For example, in the following case:
|
||||
<blockquote><tt>
|
||||
[Tasks]<br />
|
||||
Name: foo; Description: "foo #1"; Components: bar<br />
|
||||
Name: foo; Description: "foo #2"; Components: not bar<br />
|
||||
Name: foo\child; Description: "foo\child"
|
||||
</tt></blockquote>
|
||||
"foo\child" will now, once again, be shown regardless of which "foo" is conditionally created.
|
||||
</li>
|
||||
<li>Pascal Scripting: "files:" function imports may now include multiple filenames. "files:A.dll,B.dll" will cause both A.dll and B.dll to be extracted before A.dll is loaded.</li>
|
||||
<li>On Windows Vista, Setup no longer alters the uninstaller program's manifest resource to request elevation, because this would invalidate a digital signature. Instead, the uninstaller now respawns itself when elevation is required, much like Setup does beginning with version 5.2.0.</li>
|
||||
<li>The uninstall program's version is now 51.49.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.2.0"></a><span class="ver">5.2.0 </span><span class="date">(2007-09-19)</span></p>
|
||||
<ul>
|
||||
<li>On Windows Vista, [Run] section entries with the <tt>postinstall</tt> flag no longer inherit Setup's elevated privileges by default, and instead now execute with the (normally non-elevated) credentials of the user that started Setup initially. (There are some exceptions; see the <tt>runasoriginaluser</tt> flag documentation for details.)</li>
|
||||
<li>Added new [Run] section flags: <tt>runascurrentuser</tt> and <tt>runasoriginaluser</tt>. These control which user credentials are used on Windows Vista when spawning processes. (<tt>runasoriginaluser</tt> is the default when the <tt>postinstall</tt> flag is used; <tt>runascurrentuser</tt> is the default otherwise.)</li>
|
||||
<li>Improved compression of x86 executable files. (This reduced the size of Inno Setup's own installer by approximately 10 KB.)</li>
|
||||
<li>Added new [Files] section parameter: <tt>ExternalSize</tt>.</li>
|
||||
<li>Added new constant: <tt>{log}</tt>. Translates to the log file name, or an empty string if logging is not enabled.</li>
|
||||
<li>Added new [Files] and [Dirs] sections flags: <tt>setntfscompression</tt> and <tt>unsetntfscompression</tt>. These flags instruct Setup to enable or disable NTFS compression on the file or directory.</li>
|
||||
<li>Pascal Scripting:
|
||||
<ul>
|
||||
<li>Added new <tt>ExecAsOriginalUser</tt>, <tt>ShellExecAsOriginalUser</tt>, and <tt>SetNTFSCompression</tt> support functions.</li>
|
||||
<li>Now supports new DLL loading flag <tt>loadwithalteredsearchpath</tt> to load DLLs with the Windows flag LOAD_WITH_ALTERED_SEARCH_PATH.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>The Setup loader now uses the original Setup EXE filename + .tmp as the filename for the extracted Setup executable instead of a name comprised of random letters and numbers, which may have seemed suspicious to firewall users.</li>
|
||||
<li>In a multilingual installation, Setup now waits until after the <i>Select Language</i> dialog is shown to display any error messages concerning the user's Windows version or privilege level.</li>
|
||||
<li>QuickStart Pack: added ISPP function <tt>GetDateTimeString</tt>.</li>
|
||||
<li><i>Fix:</i> On Windows Vista, AutoPlay wasn't being suppressed when the user swapped out discs in a disk-spanned install.</li>
|
||||
<li><i>Fix:</i> When the <tt>waituntilidle</tt> flag was used in the [UninstallRun] section, it behaved like <tt>waituntilterminated</tt>.</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 1045a.</li>
|
||||
<li>The uninstall program's version is now 51.48.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><a name="5.1.14"></a><span class="ver">5.1.14 </span><span class="date">(2007-08-07)</span></p>
|
||||
<ul>
|
||||
<li>Updated the <a href="http://www.7-zip.org/sdk.html">LZMA SDK</a> compression code to version 4.49. This version adds support for multi-threading, which can speed up the compression process by 50% or more on systems with multiple processor cores, and 20% or more on systems with single-core Intel processors featuring Hyper-Threading Technology.</li>
|
||||
<li>Added new <tt>CompressionThreads</tt> [Setup] section directive.</li>
|
||||
<li><i>Fix:</i> When cleaning the output directory, the compiler would not only delete files matching <tt><i>OutputBaseFilename</i></tt>-*.bin, but files matching <tt><i>OutputBaseFilename</i></tt>-*-*.bin as well.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.13"></a><span class="ver">5.1.13 </span><span class="date">(2007-07-22)</span></p>
|
||||
<ul>
|
||||
<li>Added new <tt>lzma/ultra64</tt> compression level. Same as <tt>lzma/ultra</tt>, but uses a dictionary size that is twice as large (64 MB).</li>
|
||||
<li>Added new <tt>SetupLogging</tt> [Setup] section directive. If set to <tt>yes</tt>, Setup will always create a log file (equivalent to passing /LOG on the command line).</li>
|
||||
<li>Added new <tt>AppSupportPhone</tt> [Setup] section directive.</li>
|
||||
<li>Added new [Files] section flag: <tt>solidbreak</tt>.</li>
|
||||
<li>Added new [Run] and [UninstallRun] sections parameter: <tt>Verb</tt>. When used with the <tt>shellexec</tt> flag, specifies the action to be performed on the file.</li>
|
||||
<li>When the <tt>shellexec</tt> flag is used in the [Run] and [UninstallRun] sections, it now uses the default verb for the file type instead of hardcoding "open". (If necessary, you can override this by adding a <tt>Verb</tt> parameter.)</li>
|
||||
<li>Setup now supports a /TYPE parameter to override the default setup type.</li>
|
||||
<li>Components/tasks-related changes:
|
||||
<ul>
|
||||
<li>/COMPONENTS & /TASKS: When a parent component/task is specified, it no longer automatically checks every child component/task. To achieve the old behavior, prefix the name of the parent component/task with a "*" character, or list each child component/task individually.</li>
|
||||
<li>/COMPONENTS: It is now possible to force a child component to be deselected by including its name in the list with a "!" prefix. (/TASKS already supports this.)</li>
|
||||
<li>/COMPONENTS is now ignored if no custom type is defined.</li>
|
||||
<li>/SAVEINF now writes the selected setup type in the INF file. Previously, using /LOADINF would always select a custom type.</li>
|
||||
<li>/SAVEINF now writes the selected tasks in the INF file.</li>
|
||||
<li>When a <tt>MinVersion</tt>/<tt>OnlyBelowVersion</tt>/<tt>Languages</tt>/<tt>Check</tt>/<tt>Components</tt> parameter causes a parent component/task to be hidden from view, child items will now be hidden as well. (Previously, it was necessary to include the same conditions on every child item in order for them to be hidden along with the parent item.)</li>
|
||||
<li><i>Fix:</i> When new child components/tasks were introduced in a new install, they would always be selected by default if the parent component/task was selected in the previous installation.</li>
|
||||
<li><i>Fix:</i> /LOADINF would select child components that weren't selected during the initial install.</li>
|
||||
<li><i>Fix:</i> In a /COMPONENTS parameter, it is no longer necessary to list <tt>fixed</tt> components in order for them to be selected.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Pascal Scripting changes:
|
||||
<ul>
|
||||
<li>FindFirst/FindNext: Add <tt>CreationTime</tt>, <tt>LastAccessTime</tt>, <tt>LastWriteTime</tt>, <tt>AlternateName</tt> fields to TFindRec.</li>
|
||||
<li>TInputFileWizardPage: Added new <tt>IsSaveButton</tt> property. This can be used to make a button open a <i>Save As</i> dialog instead of the default <i>Open</i> dialog.</li>
|
||||
<li>TNewCheckListBox: Setting <tt>Checked[]</tt> to True will no longer automatically check an item's child check boxes. To do that now, call the new <tt>CheckItem</tt> method with <tt>coCheckWithChildren</tt> in the <tt>AOperation</tt> parameter.</li>
|
||||
<li>ParamStr/ParamCount: Empty parameters ("") are no longer skipped.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>/LOG: Logged times now include milliseconds.</li>
|
||||
<li>Compiler IDE changes:
|
||||
<ul>
|
||||
<li>During the compression phase of a compile, the status bar now shows the estimated time remaining and KB compressed/second.</li>
|
||||
<li>The <i>Edit | Redo</i> shortcut is now Ctrl+Y. The previous shortcut (Shift+Ctrl+Z) still works too.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><i>Fix:</i> In the [INI] section, if <tt>Filename</tt> was blank, the <tt>uninsdelete*</tt> flags didn't actually delete anything.</li>
|
||||
<li>The uninstall program's version is now 51.47.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.12"></a><span class="ver">5.1.12 </span><span class="date">(2007-04-24)</span></p>
|
||||
<ul>
|
||||
<li><i>Fix:</i> On Windows Vista, attempting to expand a shell folder constant that mapped to the root directory of a drive would fail with an error message. This was due to a bug in Vista's SHGetFolderPath API. A workaround for the problem has been implemented.</li>
|
||||
<li>On Browse dialogs, the <tt>BrowseDialogLabel</tt> message text may now span multiple lines.</li>
|
||||
<li>The <tt>OnlyOnThisPlatform</tt> message is no longer used. Now, when a Windows 95/98/Me user attempts to run an installation with a <tt>MinVersion</tt> setting that blocks installation on non-NT platforms, Setup will display the <tt>WinVersionTooLowError</tt> message, which is a bit more helpful as it mentions the required version number.</li>
|
||||
<li>Corrected some trivial one-pixel-off issues when non-default dialog fonts or font sizes were used.</li>
|
||||
<li>Added official Hebrew translation.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.11"></a><span class="ver">5.1.11 </span><span class="date">(2007-03-01)</span></p>
|
||||
<ul>
|
||||
<li>On Windows 2000 and later, it now uses Windows' own regsvr32.exe to handle DLL registration/unregistration instead of an internal program. This should address errors seen on Windows Vista when registering certain older DLLs. (Windows Vista applies a compatibility fix known as "WRP Mitigation" to regsvr32.exe, which allows it to successfully register DLLs that attempt to write to system registry keys in violation of Windows Resource Protection.)</li>
|
||||
<li>Some messages have been added and removed in this version.
|
||||
(<a href="http://cvs.jrsoftware.org/view/issrc/Files/Default.isl?r1=1.68&r2=1.69">View differences in Default.isl</a>)
|
||||
<ul>
|
||||
<li><b>New messages:</b> ErrorRegSvr32Failed.</li>
|
||||
<li><b>Removed messages:</b> ErrorRegisterServerMissingExport.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>The uninstall program's version is now 51.46.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.10"></a><span class="ver">5.1.10 </span><span class="date">(2007-02-17)</span></p>
|
||||
<ul>
|
||||
<li>Added two new [Run]/[UninstallRun] section flags: <tt>32bit</tt> and <tt>64bit</tt>. Similar to the [Files] section flags of the same name, these override the install mode and affect which System directory the <tt>{sys}</tt> constant maps to on 64-bit Windows.</li>
|
||||
<li>Pascal Scripting:
|
||||
<ul>
|
||||
<li>Added new <tt>EnableFsRedirection</tt> support function.</li>
|
||||
<li>On the <tt>Exec</tt> function, you can now pass <tt>'>'</tt> in the <tt>Filename</tt> parameter and it will use the value of the <tt>Params</tt> parameter as the full command line. This feature can come in handy when executing command lines obtained from UninstallString registry values; no longer is it necessary to separate strings into filename and parameter components manually.</li>
|
||||
<li><i>Fix:</i> <tt>IsComponentSelected</tt> and <tt>IsTaskSelected</tt> didn't accept forward slashes.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Improved Setup's folder tree view control (seen when a <i>Browse</i> button is clicked):
|
||||
<ul>
|
||||
<li>On Windows Vista, it now uses the same theme as Windows Explorer.</li>
|
||||
<li>On Windows Vista, for consistency with Explorer, single-clicking in a node's text area no longer causes the node to expand.</li>
|
||||
<li>Like Windows Explorer, folder nodes now use the shell's "display names", as opposed to the actual directory names. This matters on localized versions of Windows Vista, where the on-disk names of system folders are always in English.</li>
|
||||
<li>The system "icon" font is now used instead of the default dialog font. This font defaults to Segoe UI on Windows Vista, and typically Tahoma or MS Sans Serif on earlier versions of Windows.</li>
|
||||
<li>Disconnected network drives are now listed; expanding one will restore the connection (on Windows 2000, Me, and later).</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>On the <i>Select Destination Location</i> wizard page (as well as custom directory selection pages created using the <tt>CreateInputDirPage</tt> support function), if the letter of a disconnected network drive is entered, and the user is running Windows XP or later, it will now attempt to restore the connection automatically when <i>Next</i> is clicked. (It also does this on silent installs.)</li>
|
||||
<li>On Windows Vista, eliminated the flickering on Setup's progress bar (purely a cosmetic issue).</li>
|
||||
<li>On Windows Vista, Setup now calls SetProcessDPIAware to avoid bitmap scaling when Windows is configured to use Large Fonts and the "Use Windows XP style DPI scaling" option is unchecked (not the default setting).</li>
|
||||
<li>Compiler IDE changes:
|
||||
<ul>
|
||||
<li>Added new option: <i>Always launch Setup/Uninstall as different user</i>. This forces the IDE to display a "Run as" dialog when launching Setup/Uninstall.</li>
|
||||
<li>The <i>Stop Compile</i> command now displays a confirmation message box.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Added a "Vista-aware" manifest resource to ISCC so it doesn't request elevation on Windows Vista.</li>
|
||||
<li><i>Fix:</i> ISCC didn't always print error messages when standard output was redirected to a file.</li>
|
||||
<li>When Setup fails to set the permissions on files, directories, or registry keys, the error code is now included in the log output.</li>
|
||||
<li>When Setup fails to expand a shell folder constant, a warning message containing the error code is now logged.</li>
|
||||
<li>Changed the way version information is read from VXD files to be more compliant with the MSDN docs.</li>
|
||||
<li>The uninstall program's version is now 51.45.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.9"></a><span class="ver">5.1.9 </span><span class="date">(2006-12-10)</span></p>
|
||||
<ul>
|
||||
<li><b>Change in default behavior:</b> The <tt>PrivilegesRequired</tt> [Setup] section directive now defaults to <tt>admin</tt>. The default in all previous versions was <tt>none</tt>. More often than not, installations do need administrative privileges to run successfully; therefore, <tt>none</tt> should not be used unless you have actually tested your installation on unprivileged accounts.</li>
|
||||
<li>On Windows Vista, the setting of the <tt>PrivilegesRequired</tt> directive now influences whether elevated rights are requested when the installation is started under a user account that does not have administrative privileges. Installations built with previous versions of Inno Setup always requested elevation on Vista. Beginning with this version, elevation will not be requested if the user is unprivileged and <tt>PrivilegesRequired</tt> is set to <tt>none</tt>.</li>
|
||||
<li>On Windows Vista, the uninstaller will no longer request elevation when Setup was never run with administrative privileges.</li>
|
||||
<li>URLs (web site addresses) may now be specified in the <tt>Filename</tt> parameter of [Icons] section entries. When a URL is detected, Setup will create an Internet Shortcut (.url) file instead of a regular shortcut.<br />
|
||||
(Note: While you could sometimes get away with specifying URLs in previous versions of Inno Setup, it was never recommended because the shortcuts would fail to resolve on Windows 95 or NT 4.0. Internet Shortcuts, on the other hand, will work on any version of Windows, as long as Internet Explorer is installed.)</li>
|
||||
<li>Added workaround for bug in the 64-bit version of Windows Vista: The fields on the <i>User Information</i> wizard page would default to "Microsoft".</li>
|
||||
<li>Pascal Scripting: Added new <tt>FontExists</tt> support function.</li>
|
||||
<li>The uninstall program's version is now 51.44.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.8"></a><span class="ver">5.1.8 </span><span class="date">(2006-10-11)</span></p>
|
||||
<ul>
|
||||
<li>Converted the documentation to HTML Help format for compatibility with Windows Vista, which does not support WinHelp-based help files at all (as of RC2). HTML Help is also said to work better with screen readers. Much of the conversion process was done by hand, so there may be some mistakes. Please report any problems you encounter.</li>
|
||||
<li>Updated the <a href="http://www.7-zip.org/sdk.html">LZMA SDK</a> compression/decompression code to version 4.43. Compression is noticably faster in this version. (Compiling Inno Setup's own installer used to take 7 seconds; now it takes 4.)</li>
|
||||
<li>Added a "requestedExecutionLevel" setting to Setup's manifest resource to disable Windows Vista's legacy application compatibility hacks. Now you should no longer see bogus "This program might not have installed correctly" dialogs when cancelling installations or after running installations that do not create an Uninstall key.<br />
|
||||
<i>Note:</i> It is possible that you were unwittingly relying on some of these application compatibility hacks, so it is recommended that you re-test your installations on Windows Vista after upgrading to this version.</li>
|
||||
<li>When deleting a .chm file, the uninstaller will now automatically delete any corresponding .chw file as well.</li>
|
||||
<li>Paths that are accessed at compile time may now include a "userdocs:" prefix, which is replaced with the path of your My Documents folder. For a usage example, see any of the example scripts.</li>
|
||||
<li>Setup now creates an "InstallDate" value in the Uninstall key so that Vista's <i>Programs and Features</i> Control Panel applet doesn't have to guess the "Installed on" date.</li>
|
||||
<li>Pascal Scripting changes/improvements:
|
||||
<ul>
|
||||
<li>The <tt>StringChange</tt> function now returns an Integer indicating the number of changes made. Performance was also improved.</li>
|
||||
<li>Introduced new <tt>StringChangeEx</tt> function, which adds support for strings containing double-byte characters (used in Chinese, Japanese, and Korean languages). Unless you require binary safety, this function should be used instead of <tt>StringChange</tt>, especially if you're working with strings containing paths or filenames.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>IDE changes:
|
||||
<ul>
|
||||
<li>The <i>Open</i> and <i>Save As</i> dialogs now permit sizing and include a places bar.</li>
|
||||
<li>On Windows Vista, the IDE no longer requests administrative privileges when started. (You will, however, still see UAC popups when launching compiled installations from within the IDE.)</li>
|
||||
<li>When you compile an unsaved script, the output is now placed under your My Documents folder (instead of the current directory). It asks if you want to save the script first, though.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Updated bzip2 library to version 1.0.3.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.7"></a><span class="ver">5.1.7 </span><span class="date">(2006-08-18)</span></p>
|
||||
<ul>
|
||||
<li>New [Setup] section directive: <tt>TerminalServicesAware</tt>. If set to <tt>yes</tt> (the default), the "Terminal Services aware" flag will be set in the headers of the Setup and Uninstall programs. Most notably, this ensures that the <tt>{win}</tt> constant consistently returns the system's real Windows directory on systems with Terminal Services installed in application mode. Refer to the help file for details.</li>
|
||||
<li>The program Setup internally uses to register/unregister DLLs/OCXs is now compiled with the "Terminal Services aware" flag set, like Microsoft's regsvr32.exe.</li>
|
||||
<li>When determining which language to select by default, Setup now checks the <tt>LanguageCodePage</tt> values of each language in addition to <tt>LanguageID</tt>. Previously, Traditional Chinese could be auto-selected on a Simplified Chinese system due to both languages having the same primary language ID. This resulted in unreadable text as they use completely different character sets (code pages).</li>
|
||||
<li>New [Setup] section directive: <tt>ShowUndisplayableLanguages</tt>. If set to <tt>yes</tt>, all languages will be listed in the <i>Select Language</i> dialog, including those that cannot be displayed properly on the user's system. If you were using the <tt>LanguageCodePage=0</tt> trick in your script before, you should replace it with this to avoid the above-mentioned problem with Chinese languages.</li>
|
||||
<li>A unique value is now appended to unins*.exe files so that uninstallers from different applications won't have the same hash.</li>
|
||||
<li>The compiler now flags MSCOREE.DLL as an "unsafe" file.</li>
|
||||
<li><i>Fix:</i> The <tt>createallsubdirs</tt> [Files] section flag didn't properly escape directory names containing "{" characters.</li>
|
||||
<li><i>Fix:</i> The text on the <i>Finished</i> wizard page wasn't initialized when a restart was needed and /NORESTART was used without /SILENT.</li>
|
||||
<li>Pascal Scripting: Defined new DWORD_PTR, UINT_PTR, and INT_PTR types for completeness.</li>
|
||||
<li>Added official Basque and Spanish translations.</li>
|
||||
<li>The uninstall program's version is now 51.43.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.6"></a><span class="ver">5.1.6 </span><span class="date">(2005-11-18)</span></p>
|
||||
<ul>
|
||||
<li>Registration and unregistration of 32-bit DLLs is now performed in an external process. This change was primarily made to ensure that a buggy DLL cannot bring down the entire Setup/Uninstall process by, for example, corrupting its memory.</li>
|
||||
<li>Pascal Scripting changes/improvements:
|
||||
<ul>
|
||||
<li>The already-existing <tt>AnsiUppercase</tt> and <tt>AnsiLowercase</tt> functions are now documented. Unlike their non-<tt>Ansi</tt> counterparts, these can handle non-ASCII characters (e.g. accented letters).</li>
|
||||
<li>TNewCheckListBox: Added new <tt>ItemCaption</tt> property. This can be used to change the caption of an already-created item. (Setting an item's caption through the <tt>Items</tt> property is not supported by TNewCheckListBox.)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>OLE is now initialized before registering a 64-bit DLL.</li>
|
||||
<li>While Setup is waiting for a 64-bit DLL to register, it now processes messages.</li>
|
||||
<li>On CD/DVD-spanned installs, fixed issue with AutoPlay not being suppressed if you clicked OK too quickly on the <i>Setup Needs the Next Disk</i> dialog after swapping CDs/DVDs.</li>
|
||||
<li>When <tt>WindowVisible=yes</tt>, the gradient background now uses 256 colors instead of 64, resulting in a smoother appearance when running in 24- or 32-bit color mode.</li>
|
||||
<li>In the documentation for the <tt>Excludes</tt> [Files] section parameter, mention that a simple Unix-style pattern matching routine is used, which exhibits some differences from the DOS/Windows-style pattern matching used in the <tt>Source</tt> parameter.</li>
|
||||
<li>Added official Slovak translation.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.5"></a><span class="ver">5.1.5 </span><span class="date">(2005-08-17)</span></p>
|
||||
<ul>
|
||||
<li>Added new <tt>VersionInfoCopyright</tt> [Setup] section directive, which allows you to set the Copyright field in Setup's version info.</li>
|
||||
<li>Pascal Scripting changes/improvements:
|
||||
<ul>
|
||||
<li>New functions: <tt>CustomMessage</tt>, <tt>FmtMessage</tt>.</li>
|
||||
<li>The <tt>FileExists</tt> function no longer strips off any trailing backslash from the specified filename. Previously, <tt>FileExists('c:\filename\')</tt> could return True.</li>
|
||||
<li>TNewCheckListBox: Add new <tt>RequireRadioSelection</tt> Boolean property, which defaults to False. The "require a selection on top-level radio button groups" behavior introduced in 5.1.4 is now optional and disabled by default on user-created TNewCheckListBoxes.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Now handles values with surrounding quotes consistently across all [Setup] and [LangOptions] directives. Previously, only certain directives would strip surrounding quotes; now they all do. If you were relying on the old, inconsistent behavior, it may be necessary to tweak your scripts.</li>
|
||||
<li>On [INI] section entries whose filenames include paths, it now checks if the directories exist and creates them if necessary.</li>
|
||||
<li>For consistency with regsvr32, FPU exceptions are now masked while registering/unregistering 32-bit DLLs.</li>
|
||||
<li>/LOG: When processing a [Files] entry that has the <tt>32bit</tt> or <tt>64bit</tt> flag, it now logs a message to that effect.</li>
|
||||
<li>Added official Finnish translation.</li>
|
||||
<li>SetupLdr's internal data is now stored in a resource instead of in the DOS header. This should address compatibility issues with third-party apps that replace the DOS header.</li>
|
||||
<li>Updated zlib library to version 1.2.3.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.4"></a><span class="ver">5.1.4 </span><span class="date">(2005-05-30)</span></p>
|
||||
<ul>
|
||||
<li>New command line parameters supported by Setup: /TASKS and /MERGETASKS. These can be used to initially select/deselect tasks.</li>
|
||||
<li>Pascal Scripting: Added new <tt>GetWindowsVersionEx</tt> function, which returns extended information about the user's version of Windows, including the service pack level and product edition (e.g. Professional or Home, Standard or Enterprise Server).</li>
|
||||
<li>Using /COMPONENTS= with an empty components list now deselects all components. Ditto for "Components=" in a .INF file (loaded via /LOADINF). Previously, it would keep the default selection in these cases.</li>
|
||||
<li>On the <i>Select Tasks</i> wizard page, when the list of tasks has to be reinitialized due to the user going back and changing the component selection, it now restores the checked state of the items from when the page was last shown.</li>
|
||||
<li>It should no longer be possible for a top-level, <tt>exclusive</tt> group of components or tasks to have no selection. If the script specifies that all items in the group are to be unchecked, Setup will check the first item automatically.</li>
|
||||
<li>Removed 1024-character limit on .INI-file values read via the <tt>{ini:...}</tt> constant or <tt>GetIniString</tt> support function. Now, values can be up to 64 KB in length, or the maximum length supported by the operating system, whichever is smaller.</li>
|
||||
<li><i>Fix:</i> The <tt>CreateOleObject</tt> and <tt>GetActiveOleObject</tt> support functions leaked references in some cases.</li>
|
||||
<li><i>Fix:</i> Setup would crash or fail to start if passed a command line parameter more than 255 characters in length. (This was due to a buffer overflow bug in a Delphi run-time library function.)</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 1045.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.3"></a><span class="ver">5.1.3-beta </span><span class="date">(2005-05-03)</span></p>
|
||||
<ul>
|
||||
<li>Pascal Scripting:
|
||||
<ul>
|
||||
<li>When Setup/Uninstall is running in 64-bit mode, most of the support functions that access files now disable WOW64 file system redirection, meaning they are now capable of working with files located in the 64-bit System directory. Some, however, still do not. See the <i>64-bit Installation Limitations</i> topic in the help file for specifics.</li>
|
||||
<li>Replaced <tt>FileSearch</tt> function with a new implementation that properly supports MBCS, and doesn't search the current directory unless it is told to (e.g. by including "." in the directory list).</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Uninstaller: Now hides the taskbar button when the /VERYSILENT switch is used.</li>
|
||||
<li>IDE change: Added an option to the New Script Wizard to specify that the application doesn't have a main executable file.</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 1039.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.2"></a><span class="ver">5.1.2-beta </span><span class="date">(2005-04-14)</span></p>
|
||||
<ul>
|
||||
<li>Addressed some 64-bit limitations in previous betas:
|
||||
<ul>
|
||||
<li>Setup is now capable of registering 64-bit DLLs/OCXs and 64-bit type libraries. When Setup is running in 64-bit mode, the <tt>regserver</tt> and <tt>regtypelib</tt> [Files] section flags assume that files are 64-bit by default. If you need to register a 32-bit file in a 64-bit mode install, include the new <tt>32bit</tt> flag.</li>
|
||||
<li>Setup is now capable of setting permissions on 64-bit registry keys and on files located in the 64-bit System directory.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Added two new [Files] section flags: <tt>32bit</tt> and <tt>64bit</tt>. These override the install mode and affect which System directory the <tt>{sys}</tt> constant maps to, whether the <tt>regserver</tt> and <tt>regtypelib</tt> flags treat the file as 32-bit or 64-bit, and which SharedDLLs key the <tt>sharedfile</tt> flag updates.</li>
|
||||
<li>Pascal Scripting: Added new <tt>Is64Bit</tt> parameters to the following functions: <tt>IncrementSharedCount</tt>, <tt>DecrementSharedCount</tt>, <tt>RegisterServer</tt>, <tt>UnregisterServer</tt>, <tt>RegisterTypeLibrary</tt>, <tt>UnregisterTypeLibrary</tt>. See the documentation for details.</li>
|
||||
<li>Setup will now only append to existing uninstall logs created by installs done in the same bit mode (32- or 64-bit).</li>
|
||||
<li>When an error occurs while registering a DLL/OCX/type library after a restart, it now displays an error message, provided the <tt>noregerror</tt> flag isn't used. Before, it was silent.</li>
|
||||
<li>Constants may now be used in the <tt>AppMutex</tt> [Setup] section directive.</li>
|
||||
<li>Added official Brazilian Portuguese, Danish, Hungarian, and Italian translations.</li>
|
||||
<li>Renamed official Standard Portuguese translation file from <i>PortugueseStd.isl</i> to <i>Portuguese.isl</i>.</li>
|
||||
<li>Various minor fixes to the 64-bit functionality.</li>
|
||||
<li>Updated the LZMA SDK compression/decompression code to version 4.16. The new version incorporates some fixes and a minor speed improvement.</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 1033.</li>
|
||||
<li>The uninstall program's version is now 51.42.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.1"></a><span class="ver">5.1.1-beta </span><span class="date">(2005-03-24)</span></p>
|
||||
<ul>
|
||||
<li>When Setup is running in 64-bit mode, it is now possible to install files to the 64-bit System directory, and execute programs located there.<br />
|
||||
The <tt>{sys}</tt> constant now maps to the 64-bit System directory when used in the [Dirs], [Files], [InstallDelete], [Run], [UninstallDelete], and [UninstallRun] sections. Elsewhere, the <tt>{sys}</tt> constant still maps to the 32-bit System directory. See the <i>Install Mode: 32-bit vs. 64-bit</i> and <i>64-bit Installation Limitations</i> topics in the help file for details.</li>
|
||||
<li>Added workaround for bug in the 64-bit editions of Windows prior to Windows Server 2003 SP1 RC2 which caused the <tt>restartreplace</tt> [Files] section flag to fail when used on files installed to <tt>{sys}</tt>. (Specifically, Windows would try to replace the file in the <i>64-bit</i> System directory instead of the 32-bit one.)</li>
|
||||
<li>Compiler: A warning is now emitted instead of an error when a custom message isn't defined for all languages.</li>
|
||||
<li><i>Fix:</i> The /COMPONENTS command line parameter supported by Setup didn't accept forward slashes in component names -- only backslashes.</li>
|
||||
<li><i>Fix:</i> The compiler no longer automatically strips any trailing slashes/backslashes from the <tt>Subkey</tt> parameter of [Registry] entries. Versions 5.0.8 and 5.1.0-beta stripped forward slashes. This was wrong because valid registry key names can include forward slashes.</li>
|
||||
<li><i>Fix:</i> When files were deleted by an [InstallDelete]/[UninstallDelete] section entry or <tt>DelTree</tt> function call, it also inappropriately stripped the read-only attribute from directories that matched the wildcard.</li>
|
||||
<li><i>Fix:</i> An "internal error" message was displayed if the user removed all contents from the <i>Select Start Menu Folder</i> wizard page's edit control and also checked the <i>Don't create a Start Menu folder</i> check box.</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 1032.</li>
|
||||
<li>The uninstall program's version is now 51.41.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.1.0"></a><span class="ver">5.1.0-beta </span><span class="date">(2005-03-01)</span></p>
|
||||
<ul>
|
||||
<li>Inno Setup now has initial support for the installation of 64-bit applications on 64-bit versions of Windows:<br />
|
||||
<br />
|
||||
<ul>
|
||||
<li>Setup can run in one of two modes: 32-bit or 64-bit. 64-bit mode is selected if the user is running a 64-bit version of Windows and the system's processor architecture is included in the value of the new <tt>ArchitecturesInstallIn64BitMode</tt> [Setup] section directive. Otherwise, 32-bit mode is used.<br />How do the two modes of installation differ? Primarily, the differences lie in where things are installed by default. For example, 64-bit applications have their own Program Files directory, and their own isolated view of the registry. See the <i>Install Mode: 32-bit vs. 64-bit</i> topic in the help file for details.</li>
|
||||
<li>Added new [Setup] section directive <tt>ArchitecturesAllowed</tt>. When set, it specifies which processor architecture(s) Setup is allowed to run on.</li>
|
||||
<li>Even when running in 32-bit mode, Setup is capable of installing files and creating registry keys in 64-bit locations, and vice versa. New options have been added that override the default locations:
|
||||
<ul>
|
||||
<li>New constants: <tt>{pf32}</tt>, <tt>{pf64}</tt>, <tt>{cf32}</tt>, <tt>{cf64}</tt>.</li>
|
||||
<li>Root key names used in the [Registry] section, <tt>{reg:...}</tt> constants, and the <tt>Reg*</tt> [Code] support functions may now include <tt>32</tt> or <tt>64</tt> suffixes to specify either the 32-bit or the 64-bit view of the registry respectively.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>To allow "multi-architecture" installations, new [Code] support functions have been added: <tt>IsWin64</tt>, <tt>Is64BitInstallMode</tt>, <tt>ProcessorArchitecture</tt>.</li>
|
||||
<li>Added new <tt>{syswow64}</tt> constant and <tt>GetSysWow64Dir</tt> support function.</li>
|
||||
<li>Added new example scripts: 64Bit.iss, 64BitTwoArch.iss, and 64BitThreeArch.iss.</li>
|
||||
<li><b>Note:</b> There are some limitations to be aware of when utilizing the 64-bit installation features. See the <i>64-bit Installation Limitations</i> topic in the help file for details. There are plans to address these limitations in the near future, where possible.</li>
|
||||
</ul>
|
||||
<br />
|
||||
<i>Purchase of the necessary 64-bit development hardware has been made possible by our kind donators, many thanks to them!</i><br />
|
||||
<br />
|
||||
</li>
|
||||
<li>Pascal Scripting: New <tt>Format</tt> support function, which replaces the old <tt>Format1</tt>, <tt>Format2</tt>, <tt>Format3</tt>, and <tt>Format4</tt> functions. Unlike those functions, <tt>Format</tt> accepts a variable number of arguments, and supports argument types other than strings.</li>
|
||||
<li>Compiler: A warning is now emitted instead of an error when an unrecognized message name in a [Messages] section is encountered.</li>
|
||||
<li>IDE changes: The New Script Wizard now allows you to specify the Setup languages.</li>
|
||||
<li>/LOG improvement: The parameters of programs spawned in the [Run] and [UninstallRun] sections are now logged.</li>
|
||||
<li>'&' characters in the BeveledLabel message no longer need to be escaped using another '&'.</li>
|
||||
<li>Some messages have been added and removed in this version.
|
||||
(<a href="http://cvs.jrsoftware.org/view/issrc/Files/Default.isl?r1=1.61&r2=1.66">View differences in Default.isl</a>)
|
||||
<ul>
|
||||
<li><b>New messages:</b> OnlyOnTheseArchitectures, MissingWOW64APIs, TranslatorNote, UninstallOnlyOnWin64.</li>
|
||||
<li><b>Removed messages:</b> NoIconsCheck.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 1024.</li>
|
||||
<li>The uninstall program's version is now 51.40.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><a name="5.0.8"></a><span class="ver">5.0.8 </span><span class="date">(2005-02-17)</span></p>
|
||||
<ul>
|
||||
<li>IDE changes:
|
||||
<ul>
|
||||
<li>Added support for setting breakpoints (<i>Run | Toggle Breakpoint</i>).</li>
|
||||
<li>The dots in the editor's gutter now shift properly when you insert/remove lines while debugging. (Note, however, that any changes you make while debugging won't take effect until you re-compile.)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Uninstaller: When a DLL/OCX was installed multiple times by separate installations of the same application, the uninstaller would unregister the DLL/OCX once for each install. As an optimization, it will now unregister the DLL/OCX only once.</li>
|
||||
<li>Compiler: Using outdated .isl files that are missing some messages no longer results in a fatal compiler error. Now, warnings will be printed, and the missing messages will be pulled from Default.isl.</li>
|
||||
<li>Various improvements/fixes to the parsing of pathnames. For example, <tt>ExtractFilePath('\\server\share')</tt> now returns <tt>\\server\share</tt> rather than <tt>\\server</tt>, and <tt>ExtractFileDir('path\\')</tt> now returns <tt>path</tt> rather than <tt>path\\</tt>.</li>
|
||||
<li>When recursively deleting directories (for example, from an [InstallDelete] entry or a call to <tt>DelTree</tt>), it no longer recurses into reparse points.</li>
|
||||
<li>The value of the <tt>NoProgramGroupCheck2</tt> message is now always used as the caption of the "no icons" check box on the <i>Select Start Menu Folder</i> page of the wizard. Previously, it used either <tt>NoIconsCheck</tt> or <tt>NoProgramGroupCheck2</tt> depending on whether an installation had [Icons] entries with Tasks parameters.</li>
|
||||
<li><tt>exclusive</tt> [Tasks] items that have no visible siblings are no longer automatically converted into check boxes. (If you really want check boxes, then you shouldn't use the <tt>exclusive</tt> flag.)</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 1022.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.0.7"></a><span class="ver">5.0.7 </span><span class="date">(2005-01-19)</span></p>
|
||||
<ul>
|
||||
<li>When <tt>AllowNoIcons</tt> and <tt>UsePreviousGroup</tt> are set to <tt>yes</tt>, the <i>Don't create any icons</i> setting is now preserved between installs.</li>
|
||||
<li>Both Setup and Uninstall now support a /SUPPRESSMSGBOXES command line parameter to suppress message boxes. This parameter only has an effect when combined with /SILENT or /VERYSILENT. See the help file for more details.</li>
|
||||
<li>IDE changes:
|
||||
<ul>
|
||||
<li>Various enhancements to the New Script Wizard.</li>
|
||||
<li>Added a new <i>Tools</i> menu with a command that opens the <i>Add/Remove Programs</i> Control Panel applet.</li>
|
||||
<li>When stepping through code, the IDE now uses a different method of bringing Setup to the foreground, and vice versa. Previously, if for some reason Setup hung it was possible for the IDE to hang as well.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>/LOG changes:
|
||||
<ul>
|
||||
<li>Now logs the contents of message boxes.</li>
|
||||
<li>On NT platforms, the OS service pack level is now logged, as well as the privilege level of the user (Administrative, Power User, or None).</li>
|
||||
<li>Now doesn't skip the replacement of a protected system file until <i>after</i> the version numbers of the new and existing files are logged.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Pascal Scripting changes/improvements:
|
||||
<ul>
|
||||
<li>Added new <tt>CharLength</tt>, <tt>DLLGetLastError</tt>, <tt>RegWriteExpandStringValue</tt> and <tt>SuppressibleMsgBox</tt> functions.</li>
|
||||
<li><tt>GetSpaceOnDisk</tt> no longer requires that a root directory be specified, or that a trailing backslash be included.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Removed the requirement that Windows NT 4.0 users have SP6 installed, which was added in version 5.0.1-beta. Setup <i>should</i> run on previous service pack levels but no guarantees can be made as I generally only test with SP6. Therefore I recommend setting <tt>MinVersion</tt> to at least <tt>4.0,4.0sp6</tt> if possible.</li>
|
||||
<li>Removed legacy code that searched for and deleted Uninstall keys with suffixes of _is2 and higher. Only Inno Setup 1.08 (from 1998) created such keys.</li>
|
||||
<li>Reverted the change in 5.0.4-beta that made it automatically expand relative paths specified in [Icons] section because it didn't work when the paths contained environment-variable strings (e.g. <tt>%SystemRoot%\...</tt>).</li>
|
||||
<li><i>Fix:</i> In 5.0.6, if you clicked Back on the <i>Select Tasks</i> wizard page and changed component settings causing a different set of tasks to be activated, the new tasks would show up with the wrong item type when you returned to the <i>Select Tasks</i> wizard page. (If you do not have tasks with <tt>Components</tt> parameters, then this bug did not affect you.)</li>
|
||||
<li><i>Fix:</i> In rare cases, component and task items with multi-line captions were painted incorrectly (strictly a cosmetic issue).</li>
|
||||
<li><i>Fix:</i> The <tt>UninstallSilent</tt> support function always returned False.</li>
|
||||
<li><i>Fix:</i> Even though they were not being installed, files with the <tt>dontcopy</tt> flag were being displayed on the installation progress page and included in the required disk space figure(s).</li>
|
||||
<li>Tweaked wording of the ExitSetupMessage message.
|
||||
(<a href="http://cvs.jrsoftware.org/view/issrc/Files/Default.isl?r1=1.58&r2=1.59">View differences in Default.isl</a>)</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 1017.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.0.6"></a><span class="ver">5.0.6 </span><span class="date">(2004-12-24)</span></p>
|
||||
<ul>
|
||||
<li>This version introduces a new Inno Setup logo, new icons for the Inno Setup IDE, and new wizard images for the Inno Setup installer, created by <a href="http://www.glyfx.com/" target="_blank">glyFX</a>.</li>
|
||||
<li>New [Files] section flag: <tt>createallsubdirs</tt>. By default the compiler skips empty directories when it recurses subdirectories searching for the <tt>Source</tt> filename/wildcard. The <tt>createallsubdirs</tt> flag causes these directories to be created at install time (just like if you created [Dirs] entries for them). Must be combined with <tt>recursesubdirs</tt>.</li>
|
||||
<li>New flag supported by the [Components] and [Tasks] sections: <tt>checkablealone</tt>. This flag specifies that the component/task can be checked when none of its children are. By default, if no <tt>Components</tt>/<tt>Tasks</tt> parameter directly references the component/task, unchecking all of the component/task's children will cause the component/task to become unchecked.</li>
|
||||
<li>Pascal Scripting changes/improvements:
|
||||
<ul>
|
||||
<li>An <tt>AddEx</tt> function has been added to <tt>TInputOptionWizardPage</tt> to allow the addition of subitems.</li>
|
||||
<li>Various properties have been added to the <tt>TInput...WizardPage</tt> classes to allow access to the wizard page controls.</li>
|
||||
<li>Event function <tt>NeedRestart</tt> is now called near the end of the installation process instead of at the beginning.</li>
|
||||
<li>In DLL function imports, new options 'setuponly' and 'uninstallonly' are supported, which cause a DLL to be loaded only when the script is running from Setup or Uninstall, respectively.</li>
|
||||
<li>Added new <tt>UnloadDLL</tt> and <tt>GetShellFolderByCSIDL</tt> functions.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>/LOG changes:
|
||||
<ul>
|
||||
<li>No longer (automatically) logs when the event functions <tt>InitializeSetup</tt>, <tt>InitializeWizard</tt>, <tt>GetCustomSetupExitCode</tt>, and <tt>DeinitializeSetup</tt> are called successfully -- only if they raise exceptions, and in the case of <tt>InitializeSetup</tt>, if False is returned.</li>
|
||||
<li>Now logs the function name when the <tt>NeedRestart</tt>, <tt>RegisterPreviousData</tt>, <tt>InitializeUninstall</tt>, <tt>DeinitializeUninstall</tt>, <tt>CurUninstallStepChanged</tt>, and <tt>UninstallNeedRestart</tt> event functions raise exceptions.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Compiler IDE changes/improvements:
|
||||
<ul>
|
||||
<li>New "Debug Output" view that shows log messages from Setup/Uninstall in real time. (These are the same messages seen in the log file produced when Setup/Uninstall is run with the /LOG switch.)</li>
|
||||
<li>New <i>Pause on exceptions</i> option (accessible via <i>View | Options</i>). Unchecking this will prevent the debugger from pausing when an exception is raised from [Code].</li>
|
||||
<li>Now preserves the position of the splitter when you close the IDE.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Console-mode compiler (ISCC.exe): A new /F switch is supported which can be used to specify a new output filename, overriding any <tt>OutputBaseFilename</tt> setting in the script.</li>
|
||||
<li>Improved Setup load time on installations containing hundreds of components at varying levels.</li>
|
||||
<li>Updated zlib library to version 1.2.2.</li>
|
||||
<li><i>Fix:</i> When multiple patterns were specified in a [Files] section <tt>Excludes</tt> parameter, patterns that included backslashes were handled incorrectly.</li>
|
||||
<li><i>Fix:</i> [Components]: If you had two child radio buttons and one had children of its own, then unchecking & rechecking the top-level item would cause both radio buttons to be checked.</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 1000.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.0.5"></a><span class="ver">5.0.5-beta </span><span class="date">(2004-11-14)</span></p>
|
||||
<ul>
|
||||
<li>New [Setup] section directive: <tt>OutputManifestFile</tt>. When set, the compiler will create a text file detailing information about the files compiled into Setup.</li>
|
||||
<li>Pascal Scripting changes/improvements:
|
||||
<ul>
|
||||
<li>Added new exception-related functions: <tt>GetExceptionMessage</tt>, <tt>RaiseException</tt>, and <tt>ShowExceptionMessage</tt>.</li>
|
||||
<li>The <tt>ExtractTemporaryFile</tt> support function now raises an exception with a descriptive error message when it fails, instead of returning a Boolean indicating success/failure.</li>
|
||||
<li><tt>GetSpaceOnDisk</tt>: Added new <tt>InMegabytes</tt> parameter. By setting it to False, you can get figures in bytes (capped at 2 GB-1).</li>
|
||||
<li><tt>RegWriteMultiStringValue</tt>: When writing values, it now appends two null terminators automatically, like [Registry] does when writing <tt>multisz</tt>-type values.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Console-mode compiler (ISCC.exe) improvements:
|
||||
<ul>
|
||||
<li>A new /O switch is supported which can be used to specify a new output path, overriding any <tt>OutputDir</tt> setting in the script.</li>
|
||||
<li>A new /Q switch is supported which causes it to compile quietly, printing only error messages.</li>
|
||||
<li>Error messages are now written to standard error instead of standard output.<br /><i>Note:</i> If you were previously redirecting all compiler messages to a file using <tt>>filename</tt> you will now need to use <tt>>filename 2>&1</tt> to capture standard error as well. If you wish to redirect only standard error, use <tt>2>filename</tt>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>When <tt>ChangesAssociations=yes</tt> and/or <tt>ChangesEnvironment=yes</tt> are used, it now notifies Windows of the changes <i>after</i> any [Run] section entries are processed and the <tt>CurStepChanged(ssPostInstall)</tt> event function is called.</li>
|
||||
<li>Reverted one of the small image placement changes in 5.0.4: horizontally centering has been restored.</li>
|
||||
<li><i>Fix:</i> When the <tt>ExpandConstant</tt> support function was called at uninstall time, <tt>{common*}</tt> constants always mapped to their <tt>{user*}</tt> equivalents even if the user had administrative privileges.</li>
|
||||
<li><i>Fix:</i> <tt>ChangesEnvironment=yes</tt> worked on Windows NT 4.0 and 2000 but had no effect on Windows XP.</li>
|
||||
<li><i>Fix:</i> When writing empty REG_MULTI_SZ values, it should only append 1 null terminator, not 2.</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 983.</li>
|
||||
<li>The uninstall program's version is now 51.34.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.0.4"></a><span class="ver">5.0.4-beta </span><span class="date">(2004-10-06)</span></p>
|
||||
<ul>
|
||||
<li>New [Setup] section directive: <tt>ChangesEnvironment</tt>. When set to <tt>yes</tt>, at the end of the installation Setup will notify other running applications (notably Windows Explorer) that they should reload their environment variables from the registry.</li>
|
||||
<li>Pascal Scripting changes/improvements:
|
||||
<ul>
|
||||
<li>The support functions <tt>CreateCustomForm</tt>, <tt>ScaleX</tt>, and <tt>ScaleY</tt> may now be called at uninstall time.</li>
|
||||
<li><tt>TRichEditViewer</tt> support class improvement: The <tt>Color</tt> property is now respected.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>/LOG improvements:
|
||||
<ul>
|
||||
<li>It's now possible to specify a fixed path/filename to use for the log file via /LOG="<i>filename</i>".</li>
|
||||
<li>Now logs when various event functions are called, and in the case of <tt>InitializeSetup</tt> it also logs the return value of the function.</li>
|
||||
<li>Now logs when DLL/OCX/type library registration fails, even if the <tt>noregerror</tt> flag is specified.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Stretching of the small wizard image (specified by <tt>WizardSmallImage</tt>) now only occurs if the image is larger than the default size, or if the user is running larger-than-normal fonts. Previously, it always attempted to stretch the image.</li>
|
||||
<li>The <tt>WizardSmallImageBackColor</tt> [Setup] section directive is now deprecated and ignored. Any unused space around the small wizard image is now filled with the standard window color (usually white).</li>
|
||||
<li>Relative paths specified in [Icons] section entries are now converted into absolute paths automatically.</li>
|
||||
<li><i>Fix:</i> On Windows XP, folder shortcuts (which were introduced in 5.0.3-beta) showed ".lnk" at the end of them.</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 960.</li>
|
||||
<li>The uninstall program's version is now 51.33.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.0.3"></a><span class="ver">5.0.3-beta </span><span class="date">(2004-08-16)</span></p>
|
||||
<ul>
|
||||
<li>New supported [Files] section flag <tt>uninsnosharedfileprompt</tt>, which tells the uninstaller to automatically remove the shared file when its reference count reaches zero instead of asking the user. Must be combined with the <tt>sharedfile</tt> flag to have an effect.</li>
|
||||
<li>New supported [Icons] section flag <tt>foldershortcut</tt>, which creates a special type of shortcut known as a "Folder Shortcut". Normally, when a shortcut to a folder is present on the Start Menu, clicking the item causes a separate Explorer window to open showing the target folder's contents. In contrast, a "folder shortcut" will show the contents of the target folder as a submenu instead of opening a separate window.<br />
|
||||
Folder shortcuts are only supported by Windows 2000, Me, and later. On earlier versions of Windows, Setup will fall back to creating a normal shortcut when this flag is used.</li>
|
||||
<li>Pascal Scripting changes/improvements:
|
||||
<ul>
|
||||
<li>The return value of the <tt>CreateShellLink</tt> function has changed from a Boolean to a String. Now, any failure results in an exception being raised.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>The uninstaller is now capable of removing directories that have the read-only attribute set. (No special flags are needed; this is the default behavior.)</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 948.</li>
|
||||
<li>The uninstall program's version is now 51.32.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.0.2"></a><span class="ver">5.0.2-beta </span><span class="date">(2004-08-05)</span></p>
|
||||
<ul>
|
||||
<li>Pascal Scripting changes/improvements:
|
||||
<ul>
|
||||
<li>New <tt>GetUILanguage</tt> support function.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Compiler IDE: When a file has been modified outside the editor, offer to reload it.</li>
|
||||
<li><i>Fix:</i> The per-page event functions introduced in 5.0.1 that returned Boolean values didn't work properly.</li>
|
||||
<li><i>Fix:</i> When the <tt>overwritereadonly</tt> [Files] section flag was used and Setup was unable to remove the read-only attribute from a file (e.g. due to ACL restrictions), it would get stuck in an infinite loop.</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 947.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.0.1"></a><span class="ver">5.0.1-beta </span><span class="date">(2004-08-02)</span></p>
|
||||
<ul>
|
||||
<li>Compiler IDE: the toolbar now uses a modern looking set of images kindly donated by <a href="http://www.glyfx.com/" target="_blank">glyFX</a>.</li>
|
||||
<li>Setup/Uninstall can now wait on processes spawned using [Run]/[UninstallRun] entries that have the <tt>shellexec</tt> flag. Combine <tt>shellexec</tt> with either the new <tt>waituntilterminated</tt> flag (the default behavior when <tt>shellexec</tt> <i>isn't</i> specified) or the <tt>waituntilidle</tt> flag.</li>
|
||||
<li>When Setup is running on Windows NT 4.0, Service Pack 6 is now required. This change shouldn't impact any significant number of users; SP6 was released five years ago, and almost all other programs that still support NT 4.0 nowadays have the same requirement.</li>
|
||||
<li>Pascal Scripting changes/improvements:
|
||||
<ul>
|
||||
<li>Added new supported event function <tt>CancelButtonClick</tt>, which is called when the user clicks the Cancel button.</li>
|
||||
<li>The prototype of the <tt>CurStepChanged</tt> function has changed, as has the names of the CurStep values passed to it. See the help file for details.</li>
|
||||
<li>The names of the values passed to the <tt>CurUninstallStepChanged</tt> function have changed. See the help file for details.</li>
|
||||
<li>Per-page event functions are now supported. TWizardPage and its descendants now include these properties: <tt>OnActivate</tt>, <tt>OnBackButtonClick</tt>, <tt>OnCancelButtonClick</tt>, <tt>OnNextButtonClick</tt>, <tt>OnShouldSkipPage</tt>. See the <i>Support Classes Reference</i> topic in the help file for the prototypes of these event functions.</li>
|
||||
<li>Replaced the <tt>InstExec</tt> function with a new function named <tt>Exec</tt>. The new function offers the same functionality as the old one, but uses a slightly different prototype. The <tt>WaitUntilTerminated</tt> and <tt>WaitUntilIdle</tt> parameters have been replaced with a single <tt>Wait</tt> parameter.</li>
|
||||
<li>Replaced the <tt>InstShellExec</tt> function with a new function named <tt>ShellExec</tt>. The new function adds <tt>Verb</tt> and <tt>Wait</tt> parameters. To get <tt>ShellExec</tt> to behave the same way as the old function, specify <tt>'open'</tt> in the <tt>Verb</tt> parameter and <tt>ewNoWait</tt> in the <tt>Wait</tt> parameter.</li>
|
||||
<li>Replaced the <tt>FindFirst</tt> and <tt>FindNext</tt> support functions with new versions that return more information about found files and can handle nested searches. Any existing scripts that called these functions will need updating. There is also a new <tt>FindClose</tt> function that you should call at the end of a find sequence.</li>
|
||||
<li>Replaced the confusingly-named <tt>ShouldProcessEntry</tt> support function with new functions named <tt>IsComponentSelected</tt> and <tt>IsTaskSelected</tt>.</li>
|
||||
<li>The <tt>Wizard*</tt> support functions now raise exceptions if you call them before the wizard has been initialized, instead of returning empty strings.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>On a file that has the <tt>uninsrestartdelete</tt> flag the containing directory will now also be removed at uninstall time.</li>
|
||||
<li>When extracting files, Setup now sets just the modification times instead of the creation and modification times.</li>
|
||||
<li>/LOG improvement: Now logs permission setting on files/directories/registry keys.</li>
|
||||
<li>The compiler now flags UXTHEME.DLL as an "unsafe" file.</li>
|
||||
<li>Dropped the obsolete WizModernImage2.bmp and WizModernSmallImage2.bmp images.</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 945.</li>
|
||||
<li>The uninstall program's version is now 51.31.0.0.</li>
|
||||
<li>Minor tweaks.</li>
|
||||
</ul>
|
||||
|
||||
<p><a name="5.0.0"></a><span class="ver">5.0.0-beta </span><span class="date">(2004-07-14)</span></p>
|
||||
<ul>
|
||||
<li>The size of compiled installations has decreased by 22-26 KB from Inno Setup 4.2.7, primarily due to the merging of Setup and Uninstall into a single binary.<br /><br /></li>
|
||||
<li>Pascal Scripting can now be used to customize Uninstall:<br />
|
||||
<br />
|
||||
<ul>
|
||||
<li>Added Uninstall specific event functions <tt>InitializeUninstall</tt>, <tt>DeinitializeUninstall</tt>, <tt>CurUninstallStepChanged</tt> and <tt>UninstallNeedRestart</tt>.</li>
|
||||
<li>Added support functions <tt>IsUninstaller</tt> and <tt>UninstallSilent</tt>.</li>
|
||||
</ul>
|
||||
<br />
|
||||
Furthermore, the compiler IDE now supports Uninstall debugging. To debug Uninstall, first run Setup from the IDE, install your application, select <i>Target Uninstall</i> in the <i>Run</i> menu and finally use the debugger functions as normal.<br />
|
||||
See the help file and the <i>UninstallCodeExample1.iss</i> example script for more information.<br />
|
||||
<br />
|
||||
</li>
|
||||
<li>The custom wizard page support has been completely redesigned from the ground up. The new design uses an event-driven model just like standard wizard pages; no longer do you have to write complicated loops to handle sequences of custom pages.<br />
|
||||
Any existing code utilizing custom wizard pages will need updating; all of the old functions have been replaced. Please see the new <i>Using Custom Wizard Pages</i> topic in the help file and the <i>CodeDlg.iss</i> and <i>CodeClasses.iss</i> example scripts for examples of how to use the new custom wizard page model.<br />
|
||||
<br />
|
||||
</li>
|
||||
<li>Besides space separated lists, you may now also use boolean expressions as <tt>Components</tt>, <tt>Tasks</tt>, <tt>Languages</tt> and <tt>Check</tt> parameters. Supported operators include <tt>not</tt>, <tt>and</tt>, and <tt>or</tt>. For example:
|
||||
<blockquote><div><tt>
|
||||
[Components]<br />
|
||||
Name: a; Description: a<br />
|
||||
Name: b; Description: b<br />
|
||||
<br />
|
||||
[Tasks]<br />
|
||||
Name: p; Description: a or b; Components: a or b<br />
|
||||
Name: q; Description: a and b; Components: a and b<br />
|
||||
Name: r; Description: not a or b; Components: not a or b<br />
|
||||
Name: s; Description: not (a or b); Components: not (a or b)<br />
|
||||
Name: t; Description: a or b - old style; Components: a b
|
||||
</tt></div></blockquote>
|
||||
</li>
|
||||
<li>This syntax of function parameters in <tt>Check</tt>, <tt>BeforeInstall</tt> and <tt>AfterInstall</tt> parameters has changed to allow a list of multiple, comma separated, parameters and the use of Integer and Boolean parameter types besides String types. For example, you may now use:
|
||||
<blockquote><div><tt>
|
||||
[Files]<br />
|
||||
Source: MyProg.exe; DestDir: {app}; Check: MyCheck(1, True, 'Some text')<br />
|
||||
<br />
|
||||
[Code]<br />
|
||||
function MyCheck(I: Integer; B: Boolean; S: String): Boolean;<br />
|
||||
begin<br />
|
||||
Result := (I > 0) and B and (S <> '');<br />
|
||||
end;<br />
|
||||
</tt></div></blockquote>
|
||||
Also, there's one support function that may be called from within a parameter list: <tt>ExpandConstant</tt>. For example:
|
||||
<blockquote><div><tt>
|
||||
[Files]<br />
|
||||
Source: MyProg.exe; DestDir: {app}; Check: MyCheck(1, True, ExpandConstant('{app}'))<br />
|
||||
</tt></div></blockquote>
|
||||
Existing scripts using function parameters will need to be updated.<br />
|
||||
<br />
|
||||
</li>
|
||||
<li>The functions specified by <tt>{code:...}</tt> constants and by <tt>Check</tt>, <tt>BeforeInstall</tt> and <tt>AfterInstall</tt> parameters may now refer to support functions too, for example:
|
||||
<blockquote><div><tt>
|
||||
[Components]<br />
|
||||
Name: adminonly; Description: My Admin Only Component; Check: IsAdminLoggedOn<br />
|
||||
<br />
|
||||
[Files]<br />
|
||||
Source: MyProg.exe; DestDir: {app}; BeforeInstall: Log('About to install MyProg.exe')<br />
|
||||
Source: MyProg.hlp; DestDir: {app}\Help; Check: DirExists(ExpandConstant('{app}\Help'))<br />
|
||||
<br />
|
||||
[INI]<br />
|
||||
FileName: {app}\MyIni.ini; Section: MySettings; Key: ShortApp; String: {code:GetShortName|{app}}<br />
|
||||
FileName: {app}\MyIni.ini; Section: MySettings; Key: AppDrive; String: {code:ExtractFileDrive|{app}}
|
||||
</tt></div></blockquote>
|
||||
</li>
|
||||
<li>Wizard-related event functions such as <tt>NextButtonClick</tt> are now called on silent installs as well. In fact, silent installs now function almost identically to non-silent ones with the exception that the Next button is automatically "clicked".</li>
|
||||
<li>Logging improvements:
|
||||
<ul>
|
||||
<li>The filenames of programs spawned in the [Run] section are now logged.</li>
|
||||
<li>The /LOG parameter is now also supported by Uninstall, which causes Uninstall to create a log file in the user's TEMP directory detailing file uninstallation and [UninstallRun] actions taken during the uninstallation process. This can be a helpful debugging aid. See the <i>Uninstall Command Line Parameters</i> topic in the help file for further details.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>A new <tt>ShouldSkipPage</tt> event function has been added, which replaces <tt>SkipCurPage</tt>. Existing scripts that contain a <tt>SkipCurPage</tt> function will need to be updated. Note that unlike the old <tt>SkipCurPage</tt> event function, the page passed to the <tt>ShouldSkipPage</tt> function is not the current page.</li>
|
||||
<li>Added support function <tt>Abort</tt>. Calling <tt>Abort</tt> throws an exception to abort the current operation. It does not terminate Setup or Uninstall unless it's still starting up.</li>
|
||||
<li>When extracting a file, Setup now pre-allocates all of the bytes in the destination file on disk. This allows the system to know what the final size of the file will be before extraction begins, and avoid fragmenting it.</li>
|
||||
<li>The compiler now fully supports script files that use Unix-style line breaks (LF only).</li>
|
||||
<li>The Setup section directive <tt>UninstallIconFile</tt> is now deprecated and ignored. As Setup and Uninstall have been merged into a single executable, setting a custom icon for Uninstall is no longer possible.</li>
|
||||
<li>The Setup section directive <tt>UninstallStyle</tt> is now deprecated and ignored. Only the "modern" uninstaller style is supported now.</li>
|
||||
<li>Based on RemObjects Pascal Script SVN code revision 933.</li>
|
||||
<li>The uninstall program's version is now 51.30.0.0.</li>
|
||||
<li>A very large number of minor tweaks.</li>
|
||||
<li>This version is derived from Inno Setup 4.2.7, and therefore includes all of the features and fixes from that version.</li>
|
||||
</ul>
|
||||
|
||||
<p><a href="http://www.jrsoftware.org/files/is4.2-whatsnew.htm">Inno Setup 4.2 & 4.1 Revision History</a></p>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue