initial commit of file from CVS for smeserver-geneweb on Sat Sep 7 19:54:18 AEST 2024
This commit is contained in:
parent
1bce18ef70
commit
3100c4d82e
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
*.rpm
|
||||
*.log
|
||||
*spec-20*
|
||||
*.tar.xz
|
21
Makefile
Normal file
21
Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Makefile for source rpm: smeserver-geneweb
|
||||
# $Id: Makefile,v 1.1 2020/11/05 17:12:03 michel Exp $
|
||||
NAME := smeserver-geneweb
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
14
README.md
14
README.md
@ -1,3 +1,15 @@
|
||||
# smeserver-geneweb
|
||||
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-geneweb
|
||||
|
||||
SMEServer Koozali developed git repo for smeserver-geneweb smecontribs
|
||||
|
||||
## Wiki
|
||||
<br />https://wiki.koozali.org/Geneweb
|
||||
|
||||
## Bugzilla
|
||||
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-geneweb&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
||||
|
||||
## Description
|
||||
|
||||
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
|
||||
*Once it has been checked, then this comment will be deleted*
|
||||
<br />
|
||||
|
340
additional/COPYING
Normal file
340
additional/COPYING
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) 19yy <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) 19yy 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.
|
1
contriborbase
Normal file
1
contriborbase
Normal file
@ -0,0 +1 @@
|
||||
contribs10
|
58
createlinks
Normal file
58
createlinks
Normal file
@ -0,0 +1,58 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
use esmith::Build::CreateLinks qw(:all);
|
||||
|
||||
#--------------------------------------------------
|
||||
# functions for manager panel
|
||||
#--------------------------------------------------
|
||||
my $panel = "manager";
|
||||
panel_link("geneweb", $panel);
|
||||
|
||||
#--------------------------------------------------
|
||||
# actions for geneweb-modify event
|
||||
#--------------------------------------------------
|
||||
|
||||
$event = "geneweb-modify";
|
||||
|
||||
templates2events("/opt/geneweb/gw/gw/only.txt", $event);
|
||||
templates2events("/etc/httpd/conf/httpd.conf", $event);
|
||||
|
||||
safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
|
||||
safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/geneweb");
|
||||
safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/gwsetup");
|
||||
|
||||
#--------------------------------------------------
|
||||
# actions for smeserver-geneweb-update event
|
||||
#--------------------------------------------------
|
||||
|
||||
my $event = "smeserver-geneweb-update";
|
||||
|
||||
templates2events("/opt/geneweb/gw/gw/only.txt", $event);
|
||||
templates2events("/etc/httpd/conf/httpd.conf", $event);
|
||||
|
||||
safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
|
||||
safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/geneweb");
|
||||
safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/gwsetup");
|
||||
templates2events("/etc/systemd/system-preset/49-koozali.preset", $event);
|
||||
event_link("systemd-default", $event, "06");
|
||||
event_link("restart-smanager","smeserver-geneweb-update","10");
|
||||
|
||||
#--------------------------------------------------
|
||||
# for smeserver-manager
|
||||
#--------------------------------------------------
|
||||
my $event= "smeserver-geneweb-update";
|
||||
safe_symlink('restart', "root/etc/e-smith/events/$event/services2adjust/smanager");
|
||||
event_link('navigation2-conf', "$event", '80');
|
||||
event_link('routes2-conf', "$event", '80');
|
||||
event_link('locales2-conf', "$event", '80');
|
||||
|
||||
#--------------------------------------------------
|
||||
# for backup
|
||||
#--------------------------------------------------
|
||||
use esmith::Build::Backup qw(:all);
|
||||
backup_includes("smeserver-geneweb", qw(
|
||||
/opt/geneweb/bases/
|
||||
));
|
||||
backup_excludes("smeserver-geneweb", qw(
|
||||
/opt/geneweb/bases/README.txt
|
||||
));
|
1
root/etc/e-smith/db/accounts/defaults/geneweb/type
Normal file
1
root/etc/e-smith/db/accounts/defaults/geneweb/type
Normal file
@ -0,0 +1 @@
|
||||
reserved
|
1
root/etc/e-smith/db/accounts/defaults/gwsetup/type
Normal file
1
root/etc/e-smith/db/accounts/defaults/gwsetup/type
Normal file
@ -0,0 +1 @@
|
||||
reserved
|
1
root/etc/e-smith/db/configuration/defaults/geneweb/DBDir
Normal file
1
root/etc/e-smith/db/configuration/defaults/geneweb/DBDir
Normal file
@ -0,0 +1 @@
|
||||
/opt/geneweb/bases
|
@ -0,0 +1 @@
|
||||
2317
|
@ -0,0 +1 @@
|
||||
private
|
@ -0,0 +1 @@
|
||||
geneweb
|
@ -0,0 +1 @@
|
||||
disabled
|
1
root/etc/e-smith/db/configuration/defaults/geneweb/type
Normal file
1
root/etc/e-smith/db/configuration/defaults/geneweb/type
Normal file
@ -0,0 +1 @@
|
||||
service
|
@ -0,0 +1 @@
|
||||
2316
|
@ -0,0 +1 @@
|
||||
private
|
@ -0,0 +1 @@
|
||||
gwsetup
|
1
root/etc/e-smith/db/configuration/defaults/gwsetup/only
Normal file
1
root/etc/e-smith/db/configuration/defaults/gwsetup/only
Normal file
@ -0,0 +1 @@
|
||||
127.0.0.1
|
@ -0,0 +1 @@
|
||||
disabled
|
1
root/etc/e-smith/db/configuration/defaults/gwsetup/type
Normal file
1
root/etc/e-smith/db/configuration/defaults/gwsetup/type
Normal file
@ -0,0 +1 @@
|
||||
service
|
27
root/etc/e-smith/db/configuration/migrate/20geneweb
Normal file
27
root/etc/e-smith/db/configuration/migrate/20geneweb
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
|
||||
# migrate of geneweb, gwsetup configuration
|
||||
my ($rec, $ip, $ip2);
|
||||
|
||||
for my $service ( qw( geneweb gwsetup ) ) {
|
||||
if ( $rec = $DB->get($service) ) {
|
||||
# change TCPPort attributes to TcpPort
|
||||
if ( $rec->prop('TCPPort') ) {
|
||||
$rec->set_prop('TcpPort', $rec->prop('TCPPort'));
|
||||
$rec->delete_prop('TCPPort');
|
||||
}
|
||||
$ip = ($rec->prop('only') || '') if ($service eq 'geneweb');
|
||||
$ip2 = ($rec->prop('only') || '') if ($service eq 'gwsetup');
|
||||
}
|
||||
}
|
||||
|
||||
# move 'only' from geneweb to gwsetup if existing
|
||||
|
||||
return unless $ip;
|
||||
|
||||
$rec = $DB->get('geneweb');
|
||||
rec->delete_prop('only') if $ip;
|
||||
|
||||
$DB->set_prop('gwsetup', 'only', "$ip") unless $ip2;
|
||||
|
||||
}
|
5
root/etc/e-smith/events/actions/restart-smanager
Normal file
5
root/etc/e-smith/events/actions/restart-smanager
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
if (systemctl is-active smanager) then
|
||||
echo "Generate config files & restart smanager"
|
||||
/sbin/e-smith/signal-event smanager-refresh;
|
||||
fi
|
0
root/etc/e-smith/events/geneweb-modify/services2adjust/.gitignore
vendored
Normal file
0
root/etc/e-smith/events/geneweb-modify/services2adjust/.gitignore
vendored
Normal file
148
root/etc/e-smith/locale/bg/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/bg/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="bg">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Администрация на Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Текущо зададени Geneweb 'само' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Смяна на IP и Администриране</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Възникна грешка при актуализация на Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Грешка: Това IP не е локално IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>Това не е валидно IP. Опитайте отново...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Успешна промяна... сега разгледайте <br/> включените услуги от клиента ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>Това IP трябва да бъде в локалната мрежа и да бъде валидно IP (т.е. нещо като 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>Ново IP от което искате да администрирате Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Портът за достъп 2316 предоставя административен интерфейс за Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Администрацията на Geneweb може да се достъпва <font color="red"><b>само</b></font> от зададените IP адреси в /opt/geneweb/gw/gw/only.txt</li> <li>Този панел позволява да задавате валидни LAN IP от които да администрирате Geneweb.</li></ul> <p><i>Отворете в браузъра http://YourGenewebServer:2316 <br> - Geneweb ще покаже IP адреса Ви, който може да посочите за достъп до административния интерфейс.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Тази папка не съществува.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Текущо зададена папка за базата(те) данни на Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Папката не е намерена.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>Тази папка трябва да съществува на сървъра и да може да се пише в нея от Geneweb. (geneweb:geneweb 770) - стандартно е '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>Нова папка за базата(те) данни Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>Няма промяна... няма актуализация!</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Сървър на Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Достъп до Geneweb сървъра</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Сървър на Geneweb</b> (geneweb) е свободен и публично достъпен.<br> Базите данни на Geneweb могат да бъдат намерени <b>папката</b> показана отдолу. Това място може да бъде променено. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Администриране на Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Достъп за администриране на Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Услуга по администриране на Geneweb</b> (gwsetup) по принцип е предназначен за лична употреба.<br> Той се ползва само <b>по време на настройката</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">Услугата GENEWEB <b>не е активна</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">Услугата за администрация на GENEWEB <b>не е активна</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">Услугата GENEWEB трябва <b>да не е активна</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">Услугата за администрация на GENEWEB трябва <b>да не е активна</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Личен</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Публичен</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> 'Публичния' достъп е възможен, но <font color="red"><b>не се препоръчва/b></font> от съображения за сигурност. <br> Даже се препоръчва да го поставите в състояние <font color="orange">'изключен'</font> когато не се ползва. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/da/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/da/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="da">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Administration af Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Nuværende tilknyttede Genewebs 'eneste' IP-nummer:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Der opstod en fejl under opdatering af Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Fejl: Dette IP-nummer er ikke et lokalt IP-nummer</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>Det er ikke et gyldigt IP-nummer. Prøv igen...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>IP-nummeret skal tilhøre dit lokale netværk og være et gyldigt IP-nummer (f.eks. 192.168.24.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>Nyt IP-nummer hvorfra du ønsker at administrere Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Chroot Path eksisterer ikke</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Nuværende tilknyttede Genewebs 'eneste' IP-nummer:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Backup mediet er ikke tilsluttet</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Webserver</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>POP3 server adgang</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Administration af Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Administration af Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Privat</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Offentlig</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/de/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/de/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="de">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Die momentan 'nur' Geneweb zugeordnete IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Während des updates von Geneweb ist ein Fehler aufgetreten.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Fehler: Die IP-Adresse ist keine lokale IP-Adresse</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>Das ist keine gültige IP-Adresse. Versuchen Sie es erneut...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>Die IP-Adresse muß in Ihrem lokalen Netzwerkbereich liegen und gültig sein (Bsp.: 192.168.24.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>Neue IP-Adresse von der aus Sie Geneweb administrieren wollen.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Chroot Pfad Falscher</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Die momentan 'nur' Geneweb zugeordnete IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Sicherungsverzeichnis ist nicht eingebunden</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Web Server</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Zugang zu externen News-Servern einschalten</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Privat</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Öffentlich</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/el/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/el/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="el">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Current assigned Geneweb 'only' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>There was an error while updating Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Error: This IP is not a Local IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>That is not a valid IP. Try again...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>New IP from which you wish to administer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Δεν υφίσταται το παραπάνω Chroot Path</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Current assigned Geneweb Database(s) directory:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Κατάλογος</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Διακομιστής Web</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Πρόσβαση διακομιστή POP3</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Διαχείριση django</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Διαχείριση django</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Ενεργοποίηση</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Έκδοση</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
187
root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/geneweb
Normal file
187
root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,187 @@
|
||||
<lexicon lang="en-us">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Current assigned Geneweb 'only' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans>
|
||||
<![CDATA[
|
||||
<a class="button-like"
|
||||
href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a>
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>There was an error while updating Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Error: This IP is not a Local IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>That is not a valid IP. Try again...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[
|
||||
Successful change... now browse <br/> enabled services from your client
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>
|
||||
This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>New IP from which you wish to administer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans>
|
||||
<![CDATA[
|
||||
<ul>
|
||||
<li>Access to port 2316 provides the administrative interface for
|
||||
Geneweb @ <b>http://YourGenewebServer:2316</b></li>
|
||||
<li>Geneweb Administration can <font color="red"><b>only</b></font> be
|
||||
accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li>
|
||||
<li>This panel allows you to assign a valid LAN IP from which you wish
|
||||
to administer Geneweb on your LAN.</li></ul>
|
||||
<p><i>Browse to http://YourGenewebServer:2316 <br>
|
||||
-Geneweb will display the IP to set for administrative access from that client.</i></p>
|
||||
<br><br>
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>This directory does not exist.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Current assigned Geneweb Database(s) directory:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Directory not found.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770)
|
||||
- default is '/opt/geneweb/bases -
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Geneweb server
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Geneweb server access
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br>
|
||||
Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br>
|
||||
</p>]]>
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Geneweb administration
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Geneweb administration access
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans> <![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br>
|
||||
It is used during <b>setup only</b>.
|
||||
</p> ]]>
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans> <![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br>
|
||||
It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used.
|
||||
</p> ]]>
|
||||
</trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/es/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/es/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="es">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Administración Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>IP 'única' actual asignada a Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Ha ocurrido un error mientras se actualizaba Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Error: Esta IP no es una IP Local</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>Esa no es una IP válida. Inténtelo nuevamente...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>Esta IP debe estar en su red local y ser una IP válida (ej. 192.168.24.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>Nueva IP desde la cual quiere administrar Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Ruta chroot no existe</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>IP 'única' actual asignada a Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Directorio</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Servidor Web</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Acceso a servidor POP3</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Administración Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Administración Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>privado</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Público</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/et/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/et/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="et">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Current assigned Geneweb 'only' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>There was an error while updating Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Error: This IP is not a Local IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>That is not a valid IP. Try again...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>New IP from which you wish to administer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Chroot Path pole olemas</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Current assigned Geneweb Database(s) directory:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Kataloog</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Weebi server</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>POP3 serveri juurdepääs</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Administreerimine</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Vali administraatori parool</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Aktiveeri</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/fr/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/fr/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="fr">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Administration Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>IP 'unique' assignée actuellement à Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Changer l'IP et Administrer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Il y'a eu une erreur pendant la mise à jour de Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Erreur: Cette adresse IP n'est pas une adresse IP locale</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>Cette adresse IP n'est pas valide. Veuillez entrer une adresse IP valide</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Changement réussi... Accédez maintenant </b> aux services actifs depuis votre client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>Cette adresse IP doit être sur votre réseau local et être une adresse IP valide (ex: 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>Nouvelle adresse IP d'où vous voulez administrer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>L'accès par le port 2316 fourni l'interface d'administration pour Geneweb en pointant votre navigateur vers <b>http://YourGenewebServer:2316</b></li> <li>L'administration de Geneweb est <font color="red"><b>seulement </b></font> accessible par l'adresse IP assignée dans /opt/geneweb/gw/gw/only.txt</li> <li> Cette interface vous permet d'assigner une adresse IP valide du LAN depuis laquelle vous désirez administrer Geneweb sur votre réseau local.</li></ul> <p><i>Pointez votre navigateur vers http://YourGenewebServer:2316 <br> -Geneweb affichera l'adresse IP à configurer pour l'accès administratif depuis ce poste client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Ce dossier n'existe pas</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Dossier de base de donnée Geneweb actuellement assigné:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Dossier non trouvé.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>Ce dossier doit exister sur le serveur et être accessible en écriture par Geneweb. (geneweb:geneweb 770) - dossier par défaut '/opt/geneweb/bases'</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>Nouveau dossier pour base(s) de données Geneweb. :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>Pas de changement... Pas de mise à jour !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Serveur Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Accès au serveur Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Le serveur Geneweb</b> (geneweb) est généralement activé avec un accès public.<br> Les bases de données de Geneweb se trouvent dans le <b>dossier</b> ci dessous. Cet emplacement est modifiable. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Administration Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Accés Administration Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Le service d'administration de Geneweb</b> (gwsetup) est généralement prévu pour un accès privé (réseau local).<br> Il est utilisé uniquement pendant les opérations sur la(les) base(s) généalogique(s). </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">Le service GENEWEB est <b>inactif</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">Le service d'administration de GENEWEB est <b>inactif</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">Le service GENEWEB ne devrait <b>pas être actif</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">Le service d'administration de GENEWEB ne devrait <b>pas être inactif</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Privé</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> Le mode d'accès 'public' est possible mais <font color="red"><b>non recommandé</b></font> pour raison de sécurité. <br> Il est même conseilé de placer ce service dans l'état <font color="orange">'Désactivé '</font> lorsqu'il n'est pas utilisé. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/he/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/he/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="he">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Current assigned Geneweb 'only' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>There was an error while updating Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Error: This IP is not a Local IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>That is not a valid IP. Try again...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>New IP from which you wish to administer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>This directory does not exist.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Current assigned Geneweb Database(s) directory:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Directory not found.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Geneweb server</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Geneweb server access</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>מנהל מערכת</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Geneweb administration access</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>הפעלה</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/hu/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/hu/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="hu">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Current assigned Geneweb 'only' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>There was an error while updating Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Error: This IP is not a Local IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>That is not a valid IP. Try again...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>New IP from which you wish to administer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>This directory does not exist.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Current assigned Geneweb Database(s) directory:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Biztonsági mentés könyvtára nincs felcsatolva</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Web szerver</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>POP3 szerver hozzáférés</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Django adminisztrátor</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Django adminisztrátor</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Személyes kulcs</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Nyilvános</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/id/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/id/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="id">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Current assigned Geneweb 'only' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>There was an error while updating Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Error: This IP is not a Local IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>That is not a valid IP. Try again...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>New IP from which you wish to administer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>This directory does not exist.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Current assigned Geneweb Database(s) directory:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Direktori</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Server Web</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>POP3 server akses</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Administrasi</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Masukkan kata sandi administrator</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Aktifkan</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/it/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/it/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="it">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Amministrazione Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Indirizzo IP assegnato solo a Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Cambia indirizzo IP e amministra</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>C'è stato un errore aggiornando Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Errore: questo indirizzo IP non è un indirizzo IP locale.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>Questo non un indirizzo IP valido. Provare di nuovo....</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Cambio avvenuto con successo... sfogliare<br/> i servizi abilitati dal client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>Questo IP deve essere sulla rete locale ed essere valido (p.e. 192.168.24.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>Nuovo indirizzo IP da cui si desidera amministrare Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>L'accesso alla porta 2316 consente il collegamento all'interfaccia di amministrazione di Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li> All'amministrazione di Geneweb <font color="red"><b>only</b></font> si può accedere attraverso l'indirizzo IP assegnato in /opt/geneweb/gw/gw/only.txt</li> <li>Questo pannello consente di assegnare un indirizzo IP valido da amministrare Geneweb sulla LAN.</li></ul> <p><i>Aprire http://YourGenewebServer:2316 <br> - Geneweb mostrerà l'indirizzo IP da impostare per l'accesso amministrativo dal client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>La cartella non esiste</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Cartella correntemente assegnata ai DB di Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Cartella non trovata</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>La cartella deve esistere sul server ed essere abilitata in scrittura per Geneweb. (geneweb:geneweb 770) - il default è '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>Nuova cartella per i database di Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>Nessuna modifica ... nessun aggiornamento!</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Server Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Accesso al server Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Server Geneweb</b> (geneweb) è generalmente abilitato ed accessibile pubblicamente.<br>I database di Geneweb si trovano nella<b>cartella</b> mostrata sotto. La posizione può essere modificata. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Amministrazione Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Accesso all'amministrazione Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Servizio di amministrazione Geneweb</b> (gwsetup) è generalmente previsto per l'accesso privato.<br> Viene utilizzato <b>solo per il setup</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">Il servizio GENEWEB è <b>inattivo</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">Il servizio di amministrazione GENEWEB è <b>inattivo</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">Il servizio GENEWEB dovrebbe essere <b>inattivo</b></font> (iptables) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">Il servizio amministrazione GENEWEB dovrebbe essere <b>inattivo</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Privato</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Pubblico</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> La modalità di accesso 'pubblica' è possibile ma <font color="red"><b>non raccomandata</b></font> per ragioni di sicurezza. <br> E' ugualmente consigliabile metterlo in modalità <font color="orange">'disabilitato'</font> quando inutilizzato. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/ja/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/ja/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="ja">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Current assigned Geneweb 'only' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>There was an error while updating Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Error: This IP is not a Local IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>That is not a valid IP. Try again...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>New IP from which you wish to administer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>This directory does not exist.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Current assigned Geneweb Database(s) directory:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>ディレクトリ</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Geneweb server</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Geneweb server access</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Django 管理</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Django 管理</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>秘密鍵</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>公開</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/nb/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/nb/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="nb">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Current assigned Geneweb 'only' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>There was an error while updating Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Error: This IP is not a Local IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>That is not a valid IP. Try again...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>New IP from which you wish to administer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>This directory does not exist.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Current assigned Geneweb Database(s) directory:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Mappe</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Webserver</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>POP3 server tilgang</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Django administrasjon</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Django administrasjon</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Privat nøkkel</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Offentlig</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/nl/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/nl/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="nl">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Beheer</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Huidig toegewezen 'alleen' Geneweb IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Er is een fout opgetreden tijdens het wijzigen van Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Fout: Dit is niet een lokaal IP adres</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>Dat is niet een geldig IP adres. Probeer het nog eens...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>Dit IP moet op U locale network zijn en een geldig IP adres zijn (b.v. 192.168.24.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>Nieuw IP adres waarvandaan U Geneweb wilt beheeren:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Chroot Pad bestaat niet</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Huidig toegewezen 'alleen' Geneweb IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Backup directory is niet gemonteerd</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Webserver</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>POP3 server toegang</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Geneweb Beheer</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Geneweb Beheer</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Privé </trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Publiekelijk</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/pl/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/pl/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="pl">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Current assigned Geneweb 'only' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>There was an error while updating Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Error: This IP is not a Local IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>That is not a valid IP. Try again...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>New IP from which you wish to administer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>This directory does not exist.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Current assigned Geneweb Database(s) directory:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Katalog</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Serwer WWW</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Geneweb server access</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Administracja Django</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Administracja Django</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Klucz osobisty</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Publiczny</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/pt-br/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/pt-br/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="pt-br">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Administração Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Endereço IP atualmente designado 'somente' para GeneWeb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Houve um erro enquanto atualizando Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Erro: Este IP não é um endereço IP local</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>Aquele não é um endereço IP válido. Tente novamente...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>Este IP deve estar em sua rede local e ser um endereço IP válido (exemplo: 192.168.24.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>Novo IP a partir do qual você deseja administrar Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Caminho do CHROOT não existe</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Endereço IP atualmente designado 'somente' para GeneWeb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Diretório de backup não está montado.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Servidor web</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Acesso ao servidor POP3</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Administração Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Administração Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Privado</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Público</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/pt/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/pt/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="pt">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Administração Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Endereço IP atualmente designado 'somente' para GeneWeb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Houve um erro enquanto atualizando Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Erro: Este IP não é um endereço IP local</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>Aquele não é um endereço IP válido. Tente novamente...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>Este IP deve estar em sua rede local e ser um endereço IP válido (exemplo: 192.168.24.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>Novo IP a partir do qual você deseja administrar Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Caminho do CHROOT não existe</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Endereço IP atualmente designado 'somente' para GeneWeb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Diretório</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Servidor web</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Acesso ao servidor POP3</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Administração Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Administração Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Chave privada</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Público</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/ro/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/ro/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="ro">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Administrare Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>IP curent atribuit doar pentru Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Schimbă IP și Administrator</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Există o eroare la actualizarea Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Eroare: Acest IP nu este local</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>Acesta nu este un IP valid. Mai incearcă...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Schimb efectuat cu success... Navigați <br/>pe portul 2316 de pe browserul dumneavoastră client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>Acest IP trebuie să fie în reteaua internă și să fie valid (ex: 192,168,24,244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>Noul IP de unde se va administra Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Accesând portul 2316 aveți acces șa interfata de administrare Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Administrarea Geneweb poate fi accesată <font color="red"><b>doar</b></font> de la IP-ul alocat în /opt/geneweb/gw/gw/only.txt</li> <li>Acest panou vă lasă să configurați un IP valid de unde puteți administra Geneweb din rețeaua locală LAN.</li></ul> <p><i>Accesați http://YourGenewebServer:2316 <br> -Geneweb va afișa IP-ul de setat pentru accesul administrativ.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>This directory does not exist.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>IP curent atribuit doar pentru Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Director</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>server Web</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Activați accesul la servere de știri externe</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Administrare Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Administrare Geneweb</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Activare</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Publicat</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/ru/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/ru/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="ru">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Current assigned Geneweb 'only' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Произошла ошибка при обновлении Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Ошибка: этот IP не локальный IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>Это не допустимый IP. Попробуйте еще раз...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>New IP from which you wish to administer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Chroot путь не существует</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Current assigned Geneweb Database(s) directory:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Каталог</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Веб-сервер</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>Доступ к POP3 серверу</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Администрирование Django</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Администрирование Django</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Закрытый ключ</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Опубликовать</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/sl/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/sl/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="sl">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Current assigned Geneweb 'only' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>There was an error while updating Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Error: This IP is not a Local IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>That is not a valid IP. Try again...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>New IP from which you wish to administer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>This directory does not exist.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Current assigned Geneweb Database(s) directory:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Directory not found.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Spletni streznik</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>POP3 dostop do streznika</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Administracija Django</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Administracija Django</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Aktiviraj</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Objavi</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/sv/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/sv/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="sv">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Nuvarande tilldelad Geneweb 'endast' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>Det uppstod ett fel vid uppdatering av Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Fel: Detta IP är inte ett lokalt IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>Detta är inte ett giltigt IP. Försök igen...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>Denna IP-adress måste finnas på ditt lokala nätverk och vara en giltig IP (exvis 192.168.24.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>Ny IP-adress från där du önskar administrera Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Chroot-sökväg existerar inte</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Nuvarande tilldelad Geneweb 'endast' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Katalog</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Webb-server</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>POP3 serveråtkomst</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Geneweb administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Geneweb administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>Privat nyckel</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>Allmän</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/th/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/th/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="th">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Current assigned Geneweb 'only' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>There was an error while updating Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Error: This IP is not a Local IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>That is not a valid IP. Try again...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>New IP from which you wish to administer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>This directory does not exist.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Current assigned Geneweb Database(s) directory:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>ไดเรกทอรี่</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>เว็บเซิร์ฟเวอร์</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>การเข้าถึง POP3 เซอร์ฟเวอร์</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>การบริหาร</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>การบริหาร</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>กุญแจส่วนตัว</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>สาธารณะ</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/tr/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/tr/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="tr">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb Administration</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>Current assigned Geneweb 'only' IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>There was an error while updating Geneweb.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>Error: This IP is not a Local IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>That is not a valid IP. Try again...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>New IP from which you wish to administer Geneweb:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>This directory does not exist.</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>Current assigned Geneweb Database(s) directory:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Dizin</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Web sunucusu</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>POP3 sunucu erişimi</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>yönetim</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>yönetim</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>özel, gizli</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>açık/ortak/kamu</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="zh-cn">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb 管理</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>当前指定的Geneweb IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>更新 Geneweb 时出错。</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>错误:这个IP不是本地IP</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>无效的IP,请重试...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[ Successful change... now browse <br/> enabled services from your client ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>这个 IP 必须在本地网络,且必须是有效的 IP (例如 192.168.24.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>管理 Geneweb 的新 IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>Chroot 路径不存在</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>当前指定的Geneweb IP:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>备份目录尚未挂载</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>Web服务器</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>POP3 服务器访问</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Geneweb 管理</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Geneweb 管理</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>私钥</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>公共的</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
148
root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/geneweb
Normal file
148
root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/geneweb
Normal file
@ -0,0 +1,148 @@
|
||||
<lexicon lang="zh-tw">
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Geneweb管理</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_ONLY_STATUS</base>
|
||||
<trans>當前指定的Geneweb"唯一"位址:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_STATE_ADMIN_BUTTON</base>
|
||||
<trans><![CDATA[ <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">修改IP和管理員</a> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_UPDATING</base>
|
||||
<trans>更新Geneweb時出錯。</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_IP_NOT_LOCAL</base>
|
||||
<trans>錯誤:此位址不是本地位址</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NOT_VALID_IP</base>
|
||||
<trans>此非有效位址。請重試...</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SUCCESS</base>
|
||||
<trans><![CDATA[更改成功...現從客戶端瀏覽<br/>2316埠號]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_ADMIN_IP_DESCRIPTION</base>
|
||||
<trans>此位址需位於區網並為有效位址(例如:192.168.24.244)</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_ADMIN_IP</base>
|
||||
<trans>欲管理Geneweb的新位址:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <ul> <li>存取2316埠號提供Geneweb管理介面@<b>http://YourGenewebServer:2316</b></li> <li>Geneweb管理<font color="red"><b>僅能</b></font>透過位於/opt/geneweb/gw/gw/only.txt的指定位址存取。</li> <li>此控制台允許您從區網指定有效區網位址來管理Geneweb。</li></ul> <p><i>瀏覽http://YourGenewebServer:2316<br>-Geneweb將顯示指定存取管理客戶端的位址。</i></p> <br><br> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>置換根目錄的路徑不存在</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_DBDIR_STATUS</base>
|
||||
<trans>當前指定的Geneweb"唯一"位址:</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERR_DIR_NOT_EXIST</base>
|
||||
<trans>備份目錄尚未掛載</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB_BASE_DIR_DESCRIPTION</base>
|
||||
<trans>This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases -</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>LABEL_GENEWEB_BASE_DIR</base>
|
||||
<trans>New directory for Geneweb database(s). :</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>NO_CHANGE</base>
|
||||
<trans>No change... no update !</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_STATUS</base>
|
||||
<trans>網頁伺服器</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GENEWEB_ACCESS</base>
|
||||
<trans>POP3伺服器存取</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GENEWEB</base>
|
||||
<trans><![CDATA[<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_STATUS</base>
|
||||
<trans>Geneweb管理</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>GWSETUP_ACCESS</base>
|
||||
<trans>Geneweb管理</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP</base>
|
||||
<trans><![CDATA[<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[<font color="red">儲存設定時發生錯誤</font>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[<font color="red">儲存設定時發生錯誤</font>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GENEWEB</base>
|
||||
<trans><![CDATA[<font color="orange">尚未檢核...</font>]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>ERROR2_STATUS_GWSETUP</base>
|
||||
<trans><![CDATA[ <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ]]></trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PRIVATE</base>
|
||||
<trans>私有</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>PUBLIC</base>
|
||||
<trans>公開</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>DESC_GWSETUP_ACCESS</base>
|
||||
<trans><![CDATA[<p> The 'public' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">'disabled '</font> state when it is not used. </p> ]]></trans>
|
||||
</entry>
|
||||
|
||||
</lexicon>
|
@ -0,0 +1,3 @@
|
||||
UID="geneweb"
|
||||
GID="geneweb"
|
||||
PERMS=0640
|
@ -0,0 +1,43 @@
|
||||
{
|
||||
# gwsetup (geneweb)
|
||||
my $status = $gwsetup{'status'} || 'disabled';
|
||||
|
||||
if ($status eq 'enabled')
|
||||
{
|
||||
$OUT .="#-------------------------------------------------\n";
|
||||
$OUT .="# gwsetup settings from smeserver-geneweb\n";
|
||||
$OUT .="#-------------------------------------------------\n";
|
||||
$OUT .="\n";
|
||||
|
||||
$OUT .= qq(
|
||||
<LocationMatch ^/(gwsetup|gwd)>
|
||||
SSLRequireSSL
|
||||
AuthName "Gwsetup (geneweb)"
|
||||
AuthType Basic
|
||||
AuthBasicProvider external
|
||||
AuthExternal pwauth
|
||||
<RequireAll>
|
||||
);
|
||||
my $access = ($gwsetup{'access'} || 'private');
|
||||
if ("$access" eq "private")
|
||||
{
|
||||
$OUT .= " Require ip $localAccess $externalSSLAccess\n";
|
||||
}
|
||||
elsif ("$access" eq "public")
|
||||
{
|
||||
$OUT .= " Require all granted\n";
|
||||
}
|
||||
else {
|
||||
$OUT .= " Require ip 127.0.0.1\n";
|
||||
}
|
||||
$OUT .= qq(
|
||||
Require user admin
|
||||
</RequireAll>
|
||||
</LocationMatch>
|
||||
);
|
||||
}
|
||||
else
|
||||
{
|
||||
$OUT .= "# gwsetup is disabled";
|
||||
}
|
||||
}
|
@ -0,0 +1,40 @@
|
||||
{
|
||||
# vim: ft=perl:
|
||||
# proxypass for geneweb and gwsetup
|
||||
# difference TCPPort & TcpPort (masq!)
|
||||
|
||||
$haveSSL = (exists ${modSSL}{status} and ${modSSL}{status} eq "enabled") ? 'yes' : 'no';
|
||||
$plainPort = ${'httpd-e-smith'}{TCPPort} || '80';
|
||||
$sslPort = ${modSSL}{TCPPort} || '443';
|
||||
|
||||
$OUT = '';
|
||||
foreach $place ('geneweb','gwsetup') {
|
||||
if ((${$place}{'status'} || 'disabled') eq 'enabled'){
|
||||
if (($port eq $plainPort) && ($haveSSL eq 'yes')) {
|
||||
$OUT .= ' RewriteCond %{REMOTE_ADDR} !^127\.0\.0\.1$' . "\n";
|
||||
$OUT .= " RewriteRule ^/$place(/.*|\$) https://%{HTTP_HOST}/$place\$1 [L,R]\n\n";
|
||||
}
|
||||
$OUT .= " RewriteRule ^/$place\$ https://%{HTTP_HOST}/$place/ [L,R]\n\n";
|
||||
|
||||
$OUT .= " ProxyRequests Off\n";
|
||||
$OUT .= " ProxyPreserveHost On\n";
|
||||
$OUT .= " ProxyPass /$place http://127.0.0.1:${$place}{TcpPort} KeepAlive=On\n";
|
||||
$OUT .= " ProxyPassReverse /$place http://127.0.0.1:${$place}{TcpPort}\n";
|
||||
$OUT .= " RequestHeader set X-Forwarded-Proto 'http'\n";
|
||||
|
||||
$OUT .= " <Proxy '/$place'>\n";
|
||||
if ($port eq $plainPort) {
|
||||
$OUT .= ' Require ip 127.0.0.1' . "\n";
|
||||
} elsif (($haveSSL eq 'yes') && ($port eq $sslPort)) {
|
||||
$OUT .= " Require ip $localAccess $externalSSLAccess\n";
|
||||
} else {
|
||||
$OUT .= " Require ip $localAccess\n";
|
||||
}
|
||||
|
||||
$OUT .= " </Proxy>\n\n";
|
||||
|
||||
} else {
|
||||
$OUT .= " # $place disabled\n";
|
||||
}
|
||||
}
|
||||
}
|
22
root/etc/e-smith/templates/etc/rc.d/init.d/masq/91Geneweb
Normal file
22
root/etc/e-smith/templates/etc/rc.d/init.d/masq/91Geneweb
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
# geneweb port access only from localhost
|
||||
my $gwd_status = ${'geneweb'}{'status'} || "disabled";
|
||||
my $gwd_port = ${'geneweb'}{'TcpPort'} || '';
|
||||
if ($gwd_status eq 'enabled') {
|
||||
$OUT .= " # Geneweb enabled\n";
|
||||
$OUT .= " /sbin/iptables -I INPUT -p tcp ! -s 127.0.0.1 --dport $gwd_port --jump DROP \n";
|
||||
} else {
|
||||
$OUT .= " # Geneweb disabled\n";
|
||||
}
|
||||
|
||||
# gwsetup port access only from localhost
|
||||
my $gws_status = ${'gwsetup'}{'status'} || "disabled";
|
||||
my $gws_port = ${'gwsetup'}{'TcpPort'} || '';
|
||||
if ($gws_status eq 'enabled') {
|
||||
$OUT .= " # gwsetup enabled\n";
|
||||
$OUT .= " /sbin/iptables -I INPUT -p tcp ! -s 127.0.0.1 --dport $gws_port --jump DROP \n";
|
||||
} else {
|
||||
$OUT .= " # gwsetup disabled\n";
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,14 @@
|
||||
# geneweb specific service
|
||||
{
|
||||
$status = $geneweb{status} || 'disabled';
|
||||
$status = ($status eq "enabled") ? "enable" : "disable";
|
||||
$OUT .= "$status geneweb.service\n";
|
||||
}
|
||||
|
||||
# gwsetup specific service
|
||||
{
|
||||
$status = $gwsetup{status} || 'disabled';
|
||||
$status = ($status eq "enabled") ? "enable" : "disable";
|
||||
$OUT .= "$status gwsetup.service\n";
|
||||
}
|
||||
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
my $only = $geneweb{'only'} || '127.0.0.1';
|
||||
|
||||
$OUT = "\n";
|
||||
$OUT = "$only";
|
||||
}
|
184
root/etc/e-smith/web/functions/geneweb
Executable file
184
root/etc/e-smith/web/functions/geneweb
Executable file
@ -0,0 +1,184 @@
|
||||
#!/usr/bin/perl -wT
|
||||
# vim: set ft=xml:
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
# heading : Administration
|
||||
# description : Geneweb Admin
|
||||
# navigation : 4000 4600
|
||||
#----------------------------------------------------------------------
|
||||
# copyright (C) 2007 Mitel Networks Corporation
|
||||
#
|
||||
# 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
|
||||
#
|
||||
# Technical support for this program is available from Mitel Networks
|
||||
# Please visit our web site www.mitel.com/sme/ for details.
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use esmith::FormMagick::Panel::geneweb;
|
||||
|
||||
my $f = esmith::FormMagick::Panel::geneweb->new();
|
||||
$f->display();
|
||||
|
||||
=head1
|
||||
=cut
|
||||
=begin testing
|
||||
|
||||
use esmith::FormMagick::Tester;
|
||||
use esmith::TestUtils;
|
||||
use esmith::ConfigDB;
|
||||
use esmith::AccountsDB;
|
||||
|
||||
my $panel = $Original_File;
|
||||
my $ua = esmith::FormMagick::Tester->new();
|
||||
|
||||
my $c = esmith::ConfigDB->open();
|
||||
my $a = esmith::AccountsDB->open();
|
||||
|
||||
is (mode($panel), '4750', "Check permissions on script");
|
||||
ok ($ua->get_panel($panel), "ABOUT TO RUN L10N TESTS");
|
||||
is ($ua->{status}, 200, "200 OK");
|
||||
#like($ua->{content}, qr/FORM_TITLE/, "Saw untranslated form title");
|
||||
ok ($ua->set_language("en-us"), "Set language to U.S. English");
|
||||
ok ($ua->get_panel($panel), "Get panel");
|
||||
is ($ua->{status}, 200, "200 OK");
|
||||
like($ua->{content}, qr/Geneweb Admin/, "Saw translated form title");
|
||||
|
||||
=end testing
|
||||
|
||||
=cut
|
||||
# <description>GENEWEB_ADMINACCESS_STATUS_DESCRIPTION</description>
|
||||
|
||||
__DATA__
|
||||
<form
|
||||
title="FORM_TITLE"
|
||||
header="/etc/e-smith/web/common/head.tmpl"
|
||||
footer="/etc/e-smith/web/common/foot.tmpl">
|
||||
|
||||
<page name="First"
|
||||
pre-event="print_status_message()">
|
||||
|
||||
<field
|
||||
type="literal"
|
||||
id="status_gwsetup"
|
||||
value="get_gwsetup_st()">
|
||||
<label>GWSETUP_STATUS</label>
|
||||
<description>DESC_GWSETUP</description>
|
||||
</field>
|
||||
|
||||
<field
|
||||
type="literal"
|
||||
id="stat_gws"
|
||||
value="get_stat_gws()">
|
||||
<label> </label>
|
||||
</field>
|
||||
|
||||
<field
|
||||
type="literal"
|
||||
id="access_gwsetup"
|
||||
value="get_gwsetup_ac()">
|
||||
<label>GWSETUP_ACCESS</label>
|
||||
<description>DESC_GWSETUP_ACCESS</description>
|
||||
</field>
|
||||
|
||||
<field
|
||||
type="literal"
|
||||
id="st_geneweb"
|
||||
value="get_geneweb_st()">
|
||||
<label>GENEWEB_STATUS</label>
|
||||
<description>DESC_GENEWEB</description>
|
||||
</field>
|
||||
|
||||
<field
|
||||
type="literal"
|
||||
id="stat_gwd"
|
||||
value="get_stat_gwd()">
|
||||
<label> </label>
|
||||
</field>
|
||||
|
||||
<field
|
||||
type="literal"
|
||||
id="ac_geneweb"
|
||||
value="get_geneweb_ac()">
|
||||
<label>GENEWEB_ACCESS</label>
|
||||
</field>
|
||||
|
||||
<field
|
||||
type="literal"
|
||||
id="dbdir"
|
||||
value="get_dbdir()">
|
||||
<label>LABEL_DBDIR_STATUS</label>
|
||||
</field>
|
||||
|
||||
<subroutine src="print_button('NEXT')" />
|
||||
|
||||
</page>
|
||||
|
||||
<page name="GENEWEB_PAGE_ADMINISTER"
|
||||
pre-event="turn_off_buttons"
|
||||
post-event="change_settings()">
|
||||
|
||||
<field
|
||||
type="select"
|
||||
id="gwsetup_st"
|
||||
options="'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_gwsetup_st()">
|
||||
<label>GWSETUP_STATUS</label>
|
||||
<description>DESC_GWSETUP</description>
|
||||
</field>
|
||||
|
||||
<field
|
||||
type="select"
|
||||
id="gwsetup_ac"
|
||||
options="'private' => 'PRIVATE', 'public' => 'PUBLIC'"
|
||||
value="get_gwsetup_ac()">
|
||||
<label>GWSETUP_ACCESS</label>
|
||||
<description>DESC_GWSETUP_ACCESS</description>
|
||||
</field>
|
||||
|
||||
<field
|
||||
type="select"
|
||||
id="geneweb_st"
|
||||
options="'enabled' => 'ENABLED', 'disabled' => 'DISABLED'"
|
||||
value="get_geneweb_st()">
|
||||
<label>GENEWEB_STATUS</label>
|
||||
<description>DESC_GENEWEB</description>
|
||||
</field>
|
||||
|
||||
<field
|
||||
type="select"
|
||||
id="geneweb_ac"
|
||||
options="'private' => 'PRIVATE', 'public' => 'PUBLIC'"
|
||||
value="get_geneweb_ac()">
|
||||
<label>GENEWEB_ACCESS</label>
|
||||
</field>
|
||||
|
||||
<field
|
||||
type="text"
|
||||
id="geneweb_dbdir"
|
||||
size="64"
|
||||
validation="dir_must_exist"
|
||||
value="get_dbdir()">
|
||||
<label>LABEL_GENEWEB_BASE_DIR</label>
|
||||
<description>DESC_GENEWEB_BASE_DIR_DESCRIPTION</description>
|
||||
</field>
|
||||
|
||||
<subroutine src="print_button('SAVE')" />
|
||||
|
||||
</page>
|
||||
|
||||
</form>
|
||||
|
0
root/etc/rc.d/init.d/.gitignore
vendored
Normal file
0
root/etc/rc.d/init.d/.gitignore
vendored
Normal file
14
root/usr/lib/systemd/system/geneweb.service
Normal file
14
root/usr/lib/systemd/system/geneweb.service
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Geneweb Service
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
## Is geneweb service enabled in config db ?
|
||||
ExecStartPre=/sbin/e-smith/service-status geneweb
|
||||
ExecStart=/bin/bash /usr/lib/systemd/systemd-geneweb start
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
14
root/usr/lib/systemd/system/gwsetup.service
Normal file
14
root/usr/lib/systemd/system/gwsetup.service
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Geneweb administration Service (gwsetup)
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
## Is geneweb service enabled in config db ?
|
||||
ExecStartPre=/sbin/e-smith/service-status gwsetup
|
||||
ExecStart=/bin/bash /usr/lib/systemd/systemd-gwsetup start
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
31
root/usr/lib/systemd/systemd-geneweb
Normal file
31
root/usr/lib/systemd/systemd-geneweb
Normal file
@ -0,0 +1,31 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# geneweb: Starts the genealogy Server
|
||||
# description: Starts and stops the genealogy Server at boot time and shutdown.
|
||||
#
|
||||
|
||||
GWLANG=$(/sbin/e-smith/db configuration getprop sysconfig Language | sed -e 's/_.*$//')
|
||||
BD=$(/sbin/e-smith/db configuration getprop geneweb DBDir || echo "/opt/geneweb/bases")
|
||||
HD="/opt/geneweb/gw/gw"
|
||||
BIN=$HD/gwd
|
||||
LOGF="/var/log/gwd.log"
|
||||
|
||||
start() {
|
||||
echo -n "Starting GeneWeb Services (geneweb):"
|
||||
$BIN -daemon -hd $HD -bd $BD -lang $GWLANG
|
||||
/bin/su -s /bin/bash geneweb -c "$BIN -daemon -hd $HD -bd $BD -lang $GWLANG >>$LOGF 2>>\&1"
|
||||
}
|
||||
|
||||
cd $BD
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
$1
|
||||
;;
|
||||
*)
|
||||
echo "*** Usage: geneweb {start}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
32
root/usr/lib/systemd/systemd-gwsetup
Normal file
32
root/usr/lib/systemd/systemd-gwsetup
Normal file
@ -0,0 +1,32 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# gwsetup: Starts the genealogy Server
|
||||
# description: Starts and stops the genealogy adminstration Service
|
||||
#
|
||||
|
||||
GWLANG=$(/sbin/e-smith/db configuration getprop sysconfig Language | sed -e 's/_.*$//')
|
||||
BD=$(/sbin/e-smith/db configuration getprop geneweb DBDir || echo "/opt/geneweb/bases")
|
||||
TcpPort=$(/sbin/e-smith/db configuration getprop gwsetup TcpPort)
|
||||
|
||||
HD="/opt/geneweb/gw/gw"
|
||||
BIN=$HD/gwsetup
|
||||
LOGF="/var/log/gwsetup.log"
|
||||
|
||||
start() {
|
||||
echo -n "Starting gwsetup Services (gwsetup):"
|
||||
$BIN -daemon -gd $HD -bindir $HD -p $TcpPort -lang $GWLANG
|
||||
/bin/su -s /bin/bash geneweb -c "$BIN -daemon -gd $HD -bindir $HD -p $TcpPort -lang $GWLANG >>$LOGF 2>>\&1"
|
||||
}
|
||||
|
||||
cd $BD
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
$1
|
||||
;;
|
||||
*)
|
||||
echo "*** Usage: gwsetup {start}"
|
||||
exit 1
|
||||
esac
|
||||
|
||||
exit 0
|
@ -0,0 +1,167 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
#-------------------------------------------
|
||||
# Copyright (c) Craig D. Jensen 2004-2007
|
||||
# Genweb Administration panel
|
||||
#-------------------------------------------
|
||||
package esmith::FormMagick::Panel::geneweb;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use esmith::FormMagick;
|
||||
use esmith::ConfigDB;
|
||||
use esmith::HostsDB;
|
||||
use esmith::util;
|
||||
|
||||
use File::Basename;
|
||||
use Exporter;
|
||||
|
||||
our @ISA = qw(esmith::FormMagick Exporter);
|
||||
|
||||
our @EXPORT = qw(
|
||||
get_prop
|
||||
);
|
||||
|
||||
our $VERSION = sprintf '%d.%03d', q$Revision: 0.09 $ =~ /: (\d+).(\d+)/;
|
||||
|
||||
our $cdb = esmith::ConfigDB->open || die "Couldn't open Configuration DB\n";
|
||||
|
||||
our $REGEXP_DOMAIN = qq([a-zA-Z0-9\-\.]+);
|
||||
|
||||
|
||||
sub new {
|
||||
shift;
|
||||
my $self = esmith::FormMagick->new();
|
||||
$self->{calling_package} = (caller)[0];
|
||||
bless $self;
|
||||
#$self->debug(1);
|
||||
return $self;
|
||||
}
|
||||
|
||||
|
||||
sub get_prop {
|
||||
my $fm = shift if (ref($_[0]) );
|
||||
my $item = shift;
|
||||
my $prop = shift;
|
||||
|
||||
my $record = $cdb->get($item);
|
||||
if ($record) {
|
||||
return $record->prop($prop);
|
||||
}
|
||||
else {
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
sub get_dbdir {
|
||||
return $cdb->get_prop("geneweb", "DBDir");
|
||||
}
|
||||
|
||||
|
||||
sub get_geneweb_st {
|
||||
return $cdb->get_prop("geneweb", "status");
|
||||
}
|
||||
|
||||
|
||||
sub get_geneweb_ac {
|
||||
return $cdb->get_prop("geneweb", "access");
|
||||
}
|
||||
|
||||
|
||||
sub get_gwsetup_st {
|
||||
return $cdb->get_prop("gwsetup", "status");
|
||||
}
|
||||
|
||||
|
||||
sub get_gwsetup_ac {
|
||||
return $cdb->get_prop("gwsetup", "access");
|
||||
}
|
||||
|
||||
|
||||
sub change_settings {
|
||||
|
||||
my $self = shift;
|
||||
my $q = $self->{'cgi'};
|
||||
|
||||
my $n_gw_dbdir = $q->param("geneweb_dbdir") || '';
|
||||
my $n_gw_st = $q->param("geneweb_st");
|
||||
my $n_gw_ac = $q->param("geneweb_ac");
|
||||
|
||||
my $n_gws_st = $q->param("gwsetup_st");
|
||||
my $n_gws_ac = $q->param("gwsetup_ac");
|
||||
|
||||
my $gw_dbdir = get_dbdir();
|
||||
my $gw_st = get_geneweb_st();
|
||||
my $gw_ac = get_geneweb_ac();
|
||||
|
||||
my $gws_st = get_gwsetup_st();
|
||||
my $gws_ac = get_gwsetup_ac();
|
||||
|
||||
if ( ($n_gw_dbdir eq $gw_dbdir) && ($n_gw_st eq $gw_st)
|
||||
&& ($n_gw_ac eq $gw_ac) && ($n_gws_st eq $gws_st) && ($n_gws_ac eq $gws_ac) ) {
|
||||
return $self->success("NO_CHANGE");
|
||||
}
|
||||
if ($n_gw_dbdir) { $cdb->set_prop("geneweb", "DBDir", $n_gw_dbdir) };
|
||||
|
||||
$cdb->set_prop("geneweb", "status", $n_gw_st);
|
||||
$cdb->set_prop("geneweb", "access", $n_gw_ac);
|
||||
|
||||
$cdb->set_prop("gwsetup", "status", $n_gws_st);
|
||||
$cdb->set_prop("gwsetup", "access", $n_gws_ac);
|
||||
|
||||
return ( system ( "/sbin/e-smith/signal-event", "geneweb-update" ) ) ?
|
||||
$self->error("ERROR_UPDATING") : $self->success("SUCCESS");
|
||||
}
|
||||
|
||||
|
||||
sub dir_must_exist {
|
||||
|
||||
my $self = shift;
|
||||
my $q = $self->{cgi};
|
||||
|
||||
my $gw_dbdir = $q->param("geneweb_dbdir") || '';
|
||||
$gw_dbdir = $1 if ($gw_dbdir =~ /^($REGEXP_DOMAIN)$/);
|
||||
return 'ERR_DIR_NOT_EXIST' unless ($gw_dbdir);
|
||||
|
||||
if ($gw_dbdir) {
|
||||
if ( ! -d "$gw_dbdir" ) {
|
||||
return $self->localise('ERR_DIR_NOT_EXIST');
|
||||
}
|
||||
}
|
||||
return 'OK';
|
||||
}
|
||||
|
||||
|
||||
sub get_stat_gwd {
|
||||
|
||||
my $fm = shift;
|
||||
if ( get_geneweb_st() eq 'enabled'
|
||||
&& system ( "/bin/ps cax | /bin/grep 'gwd' > /dev/null") != 0 ) {
|
||||
return $fm->localise('ERROR_STATUS_GENEWEB');
|
||||
}
|
||||
if ( get_geneweb_st() eq 'disabled'
|
||||
&& system ( "/bin/ps cax | /bin/grep 'gwd' > /dev/null") == 0 ) {
|
||||
return $fm->localise('ERROR2_STATUS_GENEWEB');
|
||||
}
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
sub get_stat_gws {
|
||||
|
||||
my $fm = shift;
|
||||
if ( get_gwsetup_st() eq 'enabled'
|
||||
&& system ( "/bin/ps cax | /bin/grep 'gwsetup' > /dev/null") != 0 ) {
|
||||
return $fm->localise('ERROR_STATUS_GWSETUP');
|
||||
}
|
||||
if ( get_gwsetup_st() eq 'disabled'
|
||||
&& system ( "/bin/ps cax | /bin/grep 'gwsetup' > /dev/null") == 0 ) {
|
||||
return $fm->localise('ERROR2_STATUS_GWSETUP');
|
||||
}
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
1;
|
186
root/usr/share/smanager/lib/SrvMngr/Controller/Geneweb.pm
Normal file
186
root/usr/share/smanager/lib/SrvMngr/Controller/Geneweb.pm
Normal file
@ -0,0 +1,186 @@
|
||||
package SrvMngr::Controller::Geneweb;
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
# heading : System
|
||||
# description : Geneweb Admin
|
||||
# navigation : 4000 600
|
||||
#
|
||||
|
||||
# name : geneweb, method : get, url : /geneweb, ctlact : Geneweb#main
|
||||
# name : genewebd, method : post, url : /geneweb, ctlact : Geneweb#do_update
|
||||
|
||||
# routes : end
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Mojo::Base 'Mojolicious::Controller';
|
||||
|
||||
use Locale::gettext;
|
||||
use SrvMngr::I18N;
|
||||
use SrvMngr qw(theme_list init_session);
|
||||
|
||||
our $cdb = esmith::ConfigDB->open() || die "Couldn't open config db";
|
||||
|
||||
our $REGEXP_DOMAIN = qq([a-zA-Z0-9\-\.]+);
|
||||
|
||||
|
||||
sub main {
|
||||
|
||||
my $c = shift;
|
||||
$c->app->log->info($c->log_req);
|
||||
|
||||
$cdb->reload();
|
||||
my $title = $c->l('gnw_FORM_TITLE');
|
||||
|
||||
$c->stash( title => $title );
|
||||
$c->render('geneweb');
|
||||
};
|
||||
|
||||
|
||||
sub do_update {
|
||||
my $c = shift;
|
||||
$c->app->log->info($c->log_req);
|
||||
|
||||
my $res = '';
|
||||
my $result = '';
|
||||
|
||||
my $n_gw_dbdir = $c->param("Dbdir_gnw") || '';
|
||||
my $n_gw_st = $c->param("Status_gnw");
|
||||
my $n_gw_ac = $c->param("Access_gnw");
|
||||
my $n_gws_st = $c->param("Status_gws");
|
||||
my $n_gws_ac = $c->param("Access_gws");
|
||||
|
||||
my $gw_dbdir = get_gnw_dbdir();
|
||||
my $gw_st = get_gnw_st();
|
||||
my $gw_ac = get_gnw_ac();
|
||||
my $gws_st = get_gws_st();
|
||||
my $gws_ac = get_gws_ac();
|
||||
|
||||
if ( ($n_gw_dbdir eq $gw_dbdir) && ($n_gw_st eq $gw_st)
|
||||
&& ($n_gw_ac eq $gw_ac) && ($n_gws_st eq $gws_st) && ($n_gws_ac eq $gws_ac) ) {
|
||||
$res = 'OK';
|
||||
$result = $c->l('gnw_NO_CHANGE');
|
||||
}
|
||||
|
||||
if ( ! $result && $n_gw_dbdir ) {
|
||||
$res = dir_must_exist( $c, $n_gw_dbdir );
|
||||
$result .= $res unless $res eq 'OK';
|
||||
}
|
||||
|
||||
if ( ! $result ) {
|
||||
|
||||
$cdb->set_prop("geneweb", "DBDir", $n_gw_dbdir);
|
||||
$cdb->set_prop("geneweb", "status", $n_gw_st);
|
||||
$cdb->set_prop("geneweb", "access", $n_gw_ac);
|
||||
$cdb->set_prop("gwsetup", "status", $n_gws_st);
|
||||
$cdb->set_prop("gwsetup", "access", $n_gws_ac);
|
||||
|
||||
if ( system ( "/sbin/e-smith/signal-event", "geneweb-modify" ) ) {
|
||||
$result = $c->error("gnw_ERROR_UPDATING");
|
||||
} else {
|
||||
$res = 'OK';
|
||||
$result = $c->l('gnw_SUCCESS');
|
||||
}
|
||||
}
|
||||
|
||||
# common part
|
||||
if ($res ne 'OK') {
|
||||
my $title = $c->l('gnw_FORM_TITLE');
|
||||
|
||||
$c->stash( error => $result );
|
||||
$c->stash( title => $title );
|
||||
return $c->render( 'geneweb' );
|
||||
}
|
||||
|
||||
my $message = "geneweb update DONE";
|
||||
$c->app->log->info($message);
|
||||
$c->flash( success => $result );
|
||||
|
||||
$c->redirect_to("/geneweb");
|
||||
|
||||
};
|
||||
|
||||
|
||||
sub get_prop {
|
||||
my ($item, $prop) = @_;
|
||||
|
||||
my $record = $cdb->get($item);
|
||||
if ($record) {
|
||||
return $record->prop($prop);
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
sub get_gnw_dbdir {
|
||||
return get_prop("geneweb", "DBDir");
|
||||
}
|
||||
|
||||
sub get_gnw_st {
|
||||
return get_prop("geneweb", "status");
|
||||
}
|
||||
|
||||
sub get_gnw_ac {
|
||||
return get_prop("geneweb", "access");
|
||||
}
|
||||
|
||||
sub get_gws_st {
|
||||
return get_prop("gwsetup", "status");
|
||||
}
|
||||
|
||||
sub get_gws_ac {
|
||||
return get_prop("gwsetup", "access");
|
||||
}
|
||||
|
||||
|
||||
sub dir_must_exist {
|
||||
|
||||
my ($c, $gw_dbdir) = @_;
|
||||
|
||||
$gw_dbdir = $1 if ($gw_dbdir =~ /^($REGEXP_DOMAIN)$/);
|
||||
return $c->l('gnw_ERR_DIR_NOT_EXIST') unless ($gw_dbdir);
|
||||
|
||||
if ($gw_dbdir) {
|
||||
if ( ! -d "$gw_dbdir" ) {
|
||||
return $c->l('gnw_ERR_DIR_NOT_EXIST');
|
||||
}
|
||||
}
|
||||
return 'OK';
|
||||
}
|
||||
|
||||
|
||||
sub get_stat_gwd {
|
||||
|
||||
my $c = shift;
|
||||
|
||||
if ( get_gnw_st() eq 'enabled'
|
||||
&& system ( "/bin/ps cax | /bin/grep 'gwd' > /dev/null") != 0 ) {
|
||||
return $c->l('gnw_ERROR_STATUS_GENEWEB');
|
||||
}
|
||||
if ( get_gnw_st() eq 'disabled'
|
||||
&& system ( "/bin/ps cax | /bin/grep 'gwd' > /dev/null") == 0 ) {
|
||||
return $c->l('gnw_ERROR2_STATUS_GENEWEB');
|
||||
}
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
sub get_stat_gws {
|
||||
|
||||
my $c = shift;
|
||||
|
||||
if ( get_gws_st() eq 'enabled'
|
||||
&& system ( "/bin/ps cax | /bin/grep 'gwsetup' > /dev/null") != 0 ) {
|
||||
return $c->l('gnw_ERROR_STATUS_GWSETUP');
|
||||
}
|
||||
if ( get_gws_st() eq 'disabled'
|
||||
&& system ( "/bin/ps cax | /bin/grep 'gwsetup' > /dev/null") == 0 ) {
|
||||
return $c->l('gnw_ERROR2_STATUS_GWSETUP');
|
||||
}
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
1;
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'There was an error while updating Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Error: This IP is not a Local IP',
|
||||
'gnw_NOT_VALID_IP' => 'That is not a valid IP. Try again...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'This directory does not exist.',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'директория',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Web сървър',
|
||||
'gnw_GENEWEB_ACCESS' => 'Достъп до POP3 сървър',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Администриране',
|
||||
'gnw_GWSETUP_ACCESS' => 'Администриране',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'личен',
|
||||
'gnw_PUBLIC' => 'Публичен',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Administration af Geneweb',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Nuværende tilknyttede Genewebs \'eneste\' IP-nummer:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'Der opstod en fejl under opdatering af Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Fejl: Dette IP-nummer er ikke et lokalt IP-nummer',
|
||||
'gnw_NOT_VALID_IP' => 'Det er ikke et gyldigt IP-nummer. Prøv igen...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'IP-nummeret skal tilhøre dit lokale netværk og være et gyldigt IP-nummer (f.eks. 192.168.24.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'Nyt IP-nummer hvorfra du ønsker at administrere Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Chroot Path eksisterer ikke',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Nuværende tilknyttede Genewebs \'eneste\' IP-nummer:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Backup mediet er ikke tilsluttet',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Webserver',
|
||||
'gnw_GENEWEB_ACCESS' => 'POP3 server adgang',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Administration af Geneweb',
|
||||
'gnw_GWSETUP_ACCESS' => 'Administration af Geneweb',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Privat',
|
||||
'gnw_PUBLIC' => 'Offentlig',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Die momentan \'nur\' Geneweb zugeordnete IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'Während des updates von Geneweb ist ein Fehler aufgetreten.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Fehler: Die IP-Adresse ist keine lokale IP-Adresse',
|
||||
'gnw_NOT_VALID_IP' => 'Das ist keine gültige IP-Adresse. Versuchen Sie es erneut...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'Die IP-Adresse muß in Ihrem lokalen Netzwerkbereich liegen und gültig sein (Bsp.: 192.168.24.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'Neue IP-Adresse von der aus Sie Geneweb administrieren wollen.',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Chroot Pfad Falscher',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Die momentan \'nur\' Geneweb zugeordnete IP:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Sicherungsverzeichnis ist nicht eingebunden',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Web Server',
|
||||
'gnw_GENEWEB_ACCESS' => 'Zugang zu externen News-Servern einschalten',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Geneweb Administration',
|
||||
'gnw_GWSETUP_ACCESS' => 'Geneweb Administration',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Privat',
|
||||
'gnw_PUBLIC' => 'Öffentlich',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'There was an error while updating Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Error: This IP is not a Local IP',
|
||||
'gnw_NOT_VALID_IP' => 'That is not a valid IP. Try again...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Δεν υφίσταται το παραπάνω Chroot Path',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Κατάλογος',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Διακομιστής Web',
|
||||
'gnw_GENEWEB_ACCESS' => 'Πρόσβαση διακομιστή POP3',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Διαχείριση django',
|
||||
'gnw_GWSETUP_ACCESS' => 'Διαχείριση django',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Ενεργοποίηση',
|
||||
'gnw_PUBLIC' => 'Έκδοση',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,80 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => '
|
||||
<a class="button-like"
|
||||
href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a>
|
||||
',
|
||||
'gnw_ERROR_UPDATING' =>
|
||||
'There was an error while updating Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' =>
|
||||
'Error: This IP is not a Local IP',
|
||||
'gnw_NOT_VALID_IP' =>
|
||||
'That is not a valid IP. Try again...',
|
||||
'gnw_SUCCESS' =>
|
||||
'
|
||||
Successful change... now browse <br/> enabled services from your client
|
||||
',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' =>
|
||||
'
|
||||
This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)
|
||||
',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' =>
|
||||
'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' =>
|
||||
'
|
||||
<ul>
|
||||
<li>Access to port 2316 provides the administrative interface for
|
||||
Geneweb @ <b>http://YourGenewebServer:2316</b></li>
|
||||
<li>Geneweb Administration can <font color="red"><b>only</b></font> be
|
||||
accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li>
|
||||
<li>This panel allows you to assign a valid LAN IP from which you wish
|
||||
to administer Geneweb on your LAN.</li></ul>
|
||||
<p><i>Browse to http://YourGenewebServer:2316 <br>
|
||||
-Geneweb will display the IP to set for administrative access from that client.</i></p>
|
||||
<br><br>
|
||||
',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'This directory does not exist.',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Directory not found.',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770)
|
||||
- default is \'/opt/geneweb/bases -
|
||||
',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !
|
||||
',
|
||||
'gnw_GENEWEB_STATUS' =>
|
||||
'Geneweb server
|
||||
',
|
||||
'gnw_GENEWEB_ACCESS' => 'Geneweb server access
|
||||
',
|
||||
'gnw_DESC_GENEWEB' =>
|
||||
'<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br>
|
||||
Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br>
|
||||
</p>
|
||||
',
|
||||
'gnw_GWSETUP_STATUS' => 'Geneweb administration
|
||||
',
|
||||
'gnw_GWSETUP_ACCESS' =>
|
||||
'Geneweb administration access
|
||||
',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br>
|
||||
It is used during <b>setup only</b>.
|
||||
</p>
|
||||
',
|
||||
'gnw_ERROR_STATUS_GENEWEB' =>
|
||||
' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' =>
|
||||
' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' =>
|
||||
' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' =>
|
||||
' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' =>
|
||||
'Private',
|
||||
'gnw_PUBLIC' =>
|
||||
'Public',
|
||||
'gnw_DESC_GWSETUP_ACCESS' =>
|
||||
'<p>The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br>
|
||||
It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used.
|
||||
</p>
|
||||
',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Administración Geneweb',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'IP \'única\' actual asignada a Geneweb:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'Ha ocurrido un error mientras se actualizaba Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Error: Esta IP no es una IP Local',
|
||||
'gnw_NOT_VALID_IP' => 'Esa no es una IP válida. Inténtelo nuevamente...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'Esta IP debe estar en su red local y ser una IP válida (ej. 192.168.24.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'Nueva IP desde la cual quiere administrar Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Ruta chroot no existe',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'IP \'única\' actual asignada a Geneweb:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Directorio',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Servidor Web',
|
||||
'gnw_GENEWEB_ACCESS' => 'Acceso a servidor POP3',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Administración Geneweb',
|
||||
'gnw_GWSETUP_ACCESS' => 'Administración Geneweb',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'privado',
|
||||
'gnw_PUBLIC' => 'Público',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'There was an error while updating Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Error: This IP is not a Local IP',
|
||||
'gnw_NOT_VALID_IP' => 'That is not a valid IP. Try again...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Chroot Path pole olemas',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Kataloog',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Weebi server',
|
||||
'gnw_GENEWEB_ACCESS' => 'POP3 serveri juurdepääs',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Administreerimine',
|
||||
'gnw_GWSETUP_ACCESS' => 'Vali administraatori parool',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Aktiveeri',
|
||||
'gnw_PUBLIC' => 'Public',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Administration Geneweb',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'IP \'unique\' assignée actuellement à Geneweb:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Changer l\'IP et Administrer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'Il y\'a eu une erreur pendant la mise à jour de Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Erreur: Cette adresse IP n\'est pas une adresse IP locale',
|
||||
'gnw_NOT_VALID_IP' => 'Cette adresse IP n\'est pas valide. Veuillez entrer une adresse IP valide',
|
||||
'gnw_SUCCESS' => ' Changement réussi... Maintenant accédez aux services <b>actifs</b> depuis votre client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'Cette adresse IP doit être sur votre réseau local et être une adresse IP valide (ex: 192.168.24.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'Nouvelle adresse IP d\'où vous voulez administrer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>L\'accès par le port 2316 fourni l\'interface d\'administration pour Geneweb en pointant votre navigateur vers <b>http://YourGenewebServer:2316</b></li> <li>L\'administration de Geneweb est <font color="red"><b>seulement </b></font> accessible par l\'adresse IP assignée dans /opt/geneweb/gw/gw/only.txt</li> <li> Cette interface vous permet d\'assigner une adresse IP valide du LAN depuis laquelle vous désirez administrerGeneweb sur votre réseau local.</li></ul> <p><i>Pointez votre navigateur vers http://YourGenewebServer:2316 <br> -Geneweb affichera l\'adresse IP à configurer pour l\'accès administratif depuis ce poste client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Ce dossier n\'existe pas',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Dossier de base de donnée Geneweb actuellement assigné:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Dossier non trouvé.',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'Ce dossier doit exister sur le serveur et accessible en écriture par Geneweb. (geneweb:geneweb 770)',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'Nouveau dossier pour base(s) de données Geneweb. :',
|
||||
'gnw_NO_CHANGE' => 'Pas de changement... Pas de mise à jour !',
|
||||
'gnw_GENEWEB_STATUS' => 'Serveur Geneweb',
|
||||
'gnw_GENEWEB_ACCESS' => 'Accès au serveur Geneweb',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Le serveur Geneweb</b> (geneweb) est généralement activé avec un accés public.<br> Les bases de données de Genewebse trouvent dans le<b>dossier</b> ci dessous. Cet emplacement est modifiable. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Administration Geneweb',
|
||||
'gnw_GWSETUP_ACCESS' => 'Administration Geneweb',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Le service d\'administration de Geneweb</b> (gwsetup) est généralementprévu pour un accés privé (réseau local).<br> Il est utilisé uniquement pendant les opérations sur la(les) base(s) généalogique(s). </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">Le service GENEWEB est <b>inactif</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">Le service d\'administration de GENEWEB est <b>inactif</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">Le service GENEWEB ne devrait <b>pas être actif</b></font> (geneweb) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">Le service d\'administration de GENEWEB ne devrait <b>pas être inactif</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Privé',
|
||||
'gnw_PUBLIC' => 'Public',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> Le mode d\'accès \'public\' est possible mais <font color="red"><b>non recommandé</b></font> pour raison de sécurité. <br> Il est même conseilé de placer ce service dans l\'état <font color="orange">\'Désactivé \'</font> lorsqu\'il n\'est pas utilisé. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'There was an error while updating Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Error: This IP is not a Local IP',
|
||||
'gnw_NOT_VALID_IP' => 'That is not a valid IP. Try again...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'This directory does not exist.',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Directory not found.',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Geneweb server',
|
||||
'gnw_GENEWEB_ACCESS' => 'Geneweb server access',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'מנהל מערכת',
|
||||
'gnw_GWSETUP_ACCESS' => 'Geneweb administration access',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'הפעלה',
|
||||
'gnw_PUBLIC' => 'Public',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'There was an error while updating Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Error: This IP is not a Local IP',
|
||||
'gnw_NOT_VALID_IP' => 'That is not a valid IP. Try again...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'This directory does not exist.',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Biztonsági mentés könyvtára nincs felcsatolva',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Web szerver',
|
||||
'gnw_GENEWEB_ACCESS' => 'POP3 szerver hozzáférés',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Django adminisztrátor',
|
||||
'gnw_GWSETUP_ACCESS' => 'Django adminisztrátor',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Személyes kulcs',
|
||||
'gnw_PUBLIC' => 'Nyilvános',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'There was an error while updating Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Error: This IP is not a Local IP',
|
||||
'gnw_NOT_VALID_IP' => 'That is not a valid IP. Try again...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'This directory does not exist.',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Direktori',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Server Web',
|
||||
'gnw_GENEWEB_ACCESS' => 'POP3 server akses',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Administrasi',
|
||||
'gnw_GWSETUP_ACCESS' => 'Masukkan kata sandi administrator',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Aktifkan',
|
||||
'gnw_PUBLIC' => 'Public',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Amministrazione Geneweb',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Indirizzo IP assegnato solo a Geneweb',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Cambia indirizzo IP e amministra</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'C\'è stato un errore aggiornando Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Errore: questo indirizzo IP non è un indirizzo IP locale.',
|
||||
'gnw_NOT_VALID_IP' => 'Questo non un indirizzo IP valido. Provare di nuovo....',
|
||||
'gnw_SUCCESS' => ' Cambio avvenuto con successo... collegarsi <br/>alla porta 2316 dal client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'Questo IP deve essere sulla rete locale ed essere valido (p.e.192.168.24.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'Nuovo indirizzo IP da cui si desidera amministrare Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>L\'accesso alla porta 2316 consente il collegamento all\'interfaccia di amministrazione di Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li> All\'amministrazione di Geneweb <font color="red"><b>only</b></font> si può accedere attraverso l\'indirizzo IP assegnato in /opt/geneweb/gw/gw/only.txt</li> <li>Questo pannello consente di assegnare un indirizzo IP valido da amministrare Geneweb sulla LAN.</li></ul> <p><i>Aprire http://YourGenewebServer:2316 <br> - Geneweb mostrerà l\'indirizzo IP da impostare per l\'accesso amministrativo dal client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'La cartella non esiste',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Cartella correntemente assegnata ai DB di Geneweb',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Cartella non trovata',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'La cartella deve esistere sul server ed essere abilitata in scrittura per Geneweb. (geneweb:geneweb 770)',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'Nuova cartella per i database di Geneweb:',
|
||||
'gnw_NO_CHANGE' => 'Nessuna modifica ... nessun aggiornamento!',
|
||||
'gnw_GENEWEB_STATUS' => 'Server Web',
|
||||
'gnw_GENEWEB_ACCESS' => 'Accesso server POP3',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Amministrazione Geneweb',
|
||||
'gnw_GWSETUP_ACCESS' => 'Amministrazione Geneweb',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GEOIP filtering è <b>inattivo</b></font> (iptables) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GEOIP filtering è <b>inattivo</b></font> (iptables) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="red">GEOIP filtering è <b>inattivo</b></font> (iptables) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="red">GEOIP filtering è <b>inattivo</b></font> (iptables) ',
|
||||
'gnw_PRIVATE' => 'Privato',
|
||||
'gnw_PUBLIC' => 'Pubblico',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'There was an error while updating Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Error: This IP is not a Local IP',
|
||||
'gnw_NOT_VALID_IP' => 'That is not a valid IP. Try again...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'This directory does not exist.',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'ディレクトリ',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Geneweb server',
|
||||
'gnw_GENEWEB_ACCESS' => 'Geneweb server access',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Django 管理',
|
||||
'gnw_GWSETUP_ACCESS' => 'Django 管理',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => '秘密鍵',
|
||||
'gnw_PUBLIC' => '公開',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'There was an error while updating Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Error: This IP is not a Local IP',
|
||||
'gnw_NOT_VALID_IP' => 'That is not a valid IP. Try again...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'This directory does not exist.',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Mappe',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Webserver',
|
||||
'gnw_GENEWEB_ACCESS' => 'POP3 server tilgang',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Django administrasjon',
|
||||
'gnw_GWSETUP_ACCESS' => 'Django administrasjon',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Privat nøkkel',
|
||||
'gnw_PUBLIC' => 'Offentlig',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Beheer',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Huidig toegewezen \'alleen\' Geneweb IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'Er is een fout opgetreden tijdens het wijzigen van Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Fout: Dit is niet een lokaal IP adres',
|
||||
'gnw_NOT_VALID_IP' => 'Dat is niet een geldig IP adres. Probeer het nog eens...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'Dit IP moet op U locale network zijn en een geldig IP adres zijn (b.v. 192.168.24.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'Nieuw IP adres waarvandaan U Geneweb wilt beheeren:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Chroot Pad bestaat niet',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Huidig toegewezen \'alleen\' Geneweb IP:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Backup directory is niet gemonteerd',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Webserver',
|
||||
'gnw_GENEWEB_ACCESS' => 'POP3 server toegang',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Geneweb Beheer',
|
||||
'gnw_GWSETUP_ACCESS' => 'Geneweb Beheer',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Privé ',
|
||||
'gnw_PUBLIC' => 'Publiekelijk',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'There was an error while updating Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Error: This IP is not a Local IP',
|
||||
'gnw_NOT_VALID_IP' => 'That is not a valid IP. Try again...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'This directory does not exist.',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Katalog',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Serwer WWW',
|
||||
'gnw_GENEWEB_ACCESS' => 'Geneweb server access',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Administracja Django',
|
||||
'gnw_GWSETUP_ACCESS' => 'Administracja Django',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Klucz osobisty',
|
||||
'gnw_PUBLIC' => 'Publiczny',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Administração Geneweb',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Endereço IP atualmente designado \'somente\' para GeneWeb:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'Houve um erro enquanto atualizando Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Erro: Este IP não é um endereço IP local',
|
||||
'gnw_NOT_VALID_IP' => 'Aquele não é um endereço IP válido. Tente novamente...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'Este IP deve estar em sua rede local e ser um endereço IP válido (exemplo: 192.168.24.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'Novo IP a partir do qual você deseja administrar Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Caminho do CHROOT não existe',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Endereço IP atualmente designado \'somente\' para GeneWeb:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Diretório de backup não está montado.',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Servidor web',
|
||||
'gnw_GENEWEB_ACCESS' => 'Acesso ao servidor POP3',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Administração Geneweb',
|
||||
'gnw_GWSETUP_ACCESS' => 'Administração Geneweb',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Privado',
|
||||
'gnw_PUBLIC' => 'Público',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Administração Geneweb',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Endereço IP atualmente designado \'somente\' para GeneWeb:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'Houve um erro enquanto atualizando Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Erro: Este IP não é um endereço IP local',
|
||||
'gnw_NOT_VALID_IP' => 'Aquele não é um endereço IP válido. Tente novamente...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'Este IP deve estar em sua rede local e ser um endereço IP válido (exemplo: 192.168.24.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'Novo IP a partir do qual você deseja administrar Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Caminho do CHROOT não existe',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Endereço IP atualmente designado \'somente\' para GeneWeb:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Diretório',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Servidor web',
|
||||
'gnw_GENEWEB_ACCESS' => 'Acesso ao servidor POP3',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Administração Geneweb',
|
||||
'gnw_GWSETUP_ACCESS' => 'Administração Geneweb',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Chave privada',
|
||||
'gnw_PUBLIC' => 'Público',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Administrare Geneweb',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'IP curent atribuit doar pentru Geneweb',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Schimbă IP și Administrator</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'Există o eroare la actualizarea Geneweb',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Eroare: Acest IP nu este local',
|
||||
'gnw_NOT_VALID_IP' => 'Acesta nu este un IP valid. Mai incearcă...',
|
||||
'gnw_SUCCESS' => ' Schimb efectuat cu success... Navigați <br/>pe portul 2316 de pe browserul dumneavoastră client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'Acest IP trebuie să fie în reteaua internă și să fie valid (ex: 192,168,24,244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'Noul IP de unde se va administra Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Accesând portul 2316 aveți acces șa interfata de administrare Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Administrarea Geneweb poate fi accesată <font color="red"><b>doar</b></font> de la IP-ul alocat în /opt/geneweb/gw/gw/only.txt</li> <li>Acest panou vă lasă să configurați un IP valid de unde puteți administra Geneweb din rețeaua locală LAN.</li></ul> <p><i>Accesați http://YourGenewebServer:2316 <br> -Geneweb va afișa IP-ul de setat pentru accesul administrativ.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'This directory does not exist.',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'IP curent atribuit doar pentru Geneweb',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Director',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'server Web',
|
||||
'gnw_GENEWEB_ACCESS' => 'Activați accesul la servere de știri externe',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Administrare Geneweb',
|
||||
'gnw_GWSETUP_ACCESS' => 'Administrare Geneweb',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Activare',
|
||||
'gnw_PUBLIC' => 'Publicat',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'Произошла ошибка при обновлении Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Ошибка: этот IP не локальный IP',
|
||||
'gnw_NOT_VALID_IP' => 'Это не допустимый IP. Попробуйте еще раз...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Chroot путь не существует',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Каталог',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Веб-сервер',
|
||||
'gnw_GENEWEB_ACCESS' => 'Доступ к POP3 серверу',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Администрирование Django',
|
||||
'gnw_GWSETUP_ACCESS' => 'Администрирование Django',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Закрытый ключ',
|
||||
'gnw_PUBLIC' => 'Опубликовать',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'There was an error while updating Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Error: This IP is not a Local IP',
|
||||
'gnw_NOT_VALID_IP' => 'That is not a valid IP. Try again...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'This directory does not exist.',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Directory not found.',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Spletni streznik',
|
||||
'gnw_GENEWEB_ACCESS' => 'POP3 dostop do streznika',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Administracija Django',
|
||||
'gnw_GWSETUP_ACCESS' => 'Administracija Django',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Aktiviraj',
|
||||
'gnw_PUBLIC' => 'Objavi',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Nuvarande tilldelad Geneweb \'endast\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'Det uppstod ett fel vid uppdatering av Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Fel: Detta IP är inte ett lokalt IP',
|
||||
'gnw_NOT_VALID_IP' => 'Detta är inte ett giltigt IP. Försök igen...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'Denna IP-adress måste finnas på ditt lokala nätverk och vara en giltig IP (exvis 192.168.24.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'Ny IP-adress från där du önskar administrera Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Chroot-sökväg existerar inte',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Nuvarande tilldelad Geneweb \'endast\' IP:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Katalog',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Webb-server',
|
||||
'gnw_GENEWEB_ACCESS' => 'POP3 serveråtkomst',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Geneweb administration',
|
||||
'gnw_GWSETUP_ACCESS' => 'Geneweb administration',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'Privat nyckel',
|
||||
'gnw_PUBLIC' => 'Allmän',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'There was an error while updating Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Error: This IP is not a Local IP',
|
||||
'gnw_NOT_VALID_IP' => 'That is not a valid IP. Try again...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'This directory does not exist.',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'ไดเรกทอรี่',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'เว็บเซิร์ฟเวอร์',
|
||||
'gnw_GENEWEB_ACCESS' => 'การเข้าถึง POP3 เซอร์ฟเวอร์',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'การบริหาร',
|
||||
'gnw_GWSETUP_ACCESS' => 'การบริหาร',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'กุญแจส่วนตัว',
|
||||
'gnw_PUBLIC' => 'สาธารณะ',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb Administration',
|
||||
'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => 'There was an error while updating Geneweb.',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => 'Error: This IP is not a Local IP',
|
||||
'gnw_NOT_VALID_IP' => 'That is not a valid IP. Try again...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => 'This IP must be on your local network and be a valid IP (i.e. 192.168.0.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => 'New IP from which you wish to administer Geneweb:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'This directory does not exist.',
|
||||
'gnw_LABEL_DBDIR_STATUS' => 'Current assigned Geneweb Database(s) directory:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Dizin',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Web sunucusu',
|
||||
'gnw_GENEWEB_ACCESS' => 'POP3 sunucu erişimi',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'yönetim',
|
||||
'gnw_GWSETUP_ACCESS' => 'yönetim',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => 'özel, gizli',
|
||||
'gnw_PUBLIC' => 'açık/ortak/kamu',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb 管理',
|
||||
'gnw_LABEL_ONLY_STATUS' => '当前指定的GenewebIP:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">Change IP and Administer</a> ',
|
||||
'gnw_ERROR_UPDATING' => '更新 Geneweb 时出错。',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => '错误:这个IP不是本地IP',
|
||||
'gnw_NOT_VALID_IP' => '无效的IP,请重试...',
|
||||
'gnw_SUCCESS' => ' Successful change... now browse <br/> enabled services from your client ',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => '这个 IP 必须在本地网络,且必须是有效的 IP (例如 192.168.24.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => '管理 Geneweb 的新 IP:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>Access to port 2316 provides the administrative interface for Geneweb @ <b>http://YourGenewebServer:2316</b></li> <li>Geneweb Administration can <font color="red"><b>only</b></font> be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt</li> <li>This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.</li></ul> <p><i>Browse to http://YourGenewebServer:2316 <br> -Geneweb will display the IP to set for administrative access from that client.</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => 'Chroot 路径不存在',
|
||||
'gnw_LABEL_DBDIR_STATUS' => '当前指定的GenewebIP:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => '备份目录尚未挂载',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => 'Web服务器',
|
||||
'gnw_GENEWEB_ACCESS' => 'POP3 服务器访问',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Geneweb 管理',
|
||||
'gnw_GWSETUP_ACCESS' => 'Geneweb 管理',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => ' <font color="red">GENEWEB service is <b>inactive</b></font> (geneweb) ',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => ' <font color="red">GENEWEB administration service is <b>inactive</b></font> (gwsetup) ',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => ' <font color="orange">GENEWEB service should <b>not be active</b></font> (gwd) ',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => '私钥',
|
||||
'gnw_PUBLIC' => '公共的',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,29 @@
|
||||
'gnw_FORM_TITLE' => 'Geneweb管理',
|
||||
'gnw_LABEL_ONLY_STATUS' => '當前指定的Geneweb"唯一"位址:',
|
||||
'gnw_DESC_STATE_ADMIN_BUTTON' => ' <a class="button-like" href="geneweb?page=0&page_stack=&Next=Next&wherenext=GENEWEB_PAGE_ADMINISTER">修改IP和管理員</a> ',
|
||||
'gnw_ERROR_UPDATING' => '更新Geneweb時出錯。',
|
||||
'gnw_ERR_IP_NOT_LOCAL' => '錯誤:此位址不是本地位址',
|
||||
'gnw_NOT_VALID_IP' => '此非有效位址。請重試...',
|
||||
'gnw_SUCCESS' => '更改成功...現從客戶端瀏覽<br/>2316埠號',
|
||||
'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => '此位址需位於區網並為有效位址(例如:192.168.24.244)',
|
||||
'gnw_LABEL_GENEWEB_ADMIN_IP' => '欲管理Geneweb的新位址:',
|
||||
'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => ' <ul> <li>存取2316埠號提供Geneweb管理介面@<b>http://YourGenewebServer:2316</b></li> <li>Geneweb管理<font color="red"><b>僅能</b></font>透過位於/opt/geneweb/gw/gw/only.txt的指定位址存取。</li> <li>此控制台允許您從區網指定有效區網位址來管理Geneweb。</li></ul> <p><i>瀏覽http://YourGenewebServer:2316<br>-Geneweb將顯示指定存取管理客戶端的位址。</i></p> <br><br> ',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => '置換根目錄的路徑不存在',
|
||||
'gnw_LABEL_DBDIR_STATUS' => '當前指定的Geneweb"唯一"位址:',
|
||||
'gnw_ERR_DIR_NOT_EXIST' => '備份目錄尚未掛載',
|
||||
'gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION' => 'This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is \'/opt/geneweb/bases -',
|
||||
'gnw_LABEL_GENEWEB_BASE_DIR' => 'New directory for Geneweb database(s). :',
|
||||
'gnw_NO_CHANGE' => 'No change... no update !',
|
||||
'gnw_GENEWEB_STATUS' => '網頁伺服器',
|
||||
'gnw_GENEWEB_ACCESS' => 'POP3伺服器存取',
|
||||
'gnw_DESC_GENEWEB' => '<br><hr class="sectionbar" /><br><p><b>Geneweb server</b> (geneweb) is generally enabled and publicly accessible.<br> Geneweb databases can be found in the <b>directory</b> shown below. This location can be changed. <br> </p>',
|
||||
'gnw_GWSETUP_STATUS' => 'Geneweb管理',
|
||||
'gnw_GWSETUP_ACCESS' => 'Geneweb管理',
|
||||
'gnw_DESC_GWSETUP' => '<p><b>Geneweb administration service</b> (gwsetup) is generally intended for private access.<br> It is used during <b>setup only</b>. </p> ',
|
||||
'gnw_ERROR_STATUS_GENEWEB' => '<font color="red">儲存設定時發生錯誤</font>',
|
||||
'gnw_ERROR_STATUS_GWSETUP' => '<font color="red">儲存設定時發生錯誤</font>',
|
||||
'gnw_ERROR2_STATUS_GENEWEB' => '<font color="orange">尚未檢核...</font>',
|
||||
'gnw_ERROR2_STATUS_GWSETUP' => ' <font color="orange">GENEWEB administration service should <b>not be active</b></font> (gwsetup) ',
|
||||
'gnw_PRIVATE' => '私有',
|
||||
'gnw_PUBLIC' => '公開',
|
||||
'gnw_DESC_GWSETUP_ACCESS' => '<p> The \'public\' access mode is possible but <font color="red"><b>not recommended</b></font> for security reason. <br> It is even advisable to place it in the <font color="orange">\'disabled \'</font> state when it is not used. </p> ',
|
@ -0,0 +1,69 @@
|
||||
% layout 'default', title => "Sme server 2 - geneweb";
|
||||
|
||||
% content_for 'module' => begin
|
||||
<div id="module" class="module geneweb-panel">
|
||||
% if ($config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
</p>
|
||||
% }
|
||||
|
||||
% if ( stash 'error' ) {
|
||||
<br><div class=sme-error>
|
||||
%= $c->render_to_string(inline => stash 'error')
|
||||
</div>
|
||||
%}
|
||||
|
||||
<h1><%= $title %></h1>
|
||||
|
||||
%= form_for 'geneweb' => (method => 'POST') => begin
|
||||
%= $c->render_to_string(inline => $c->l('gnw_DESC_GWSETUP'))
|
||||
<p><span class=label>
|
||||
%= l('gnw_GWSETUP_STATUS'), class => 'label'
|
||||
</span><span class=data>
|
||||
% param 'Status_gws' => $c->get_gws_st() unless param 'Status_gws';
|
||||
%= select_field 'Status_gws' => [[(l 'DISABLED') => 'disabled'], [ (l 'ENABLED') => 'enabled']], class => 'input'
|
||||
</span></p>
|
||||
<p>
|
||||
%= $c->render_to_string(inline => $c->get_stat_gws())
|
||||
|
||||
%= $c->render_to_string(inline => $c->l('gnw_DESC_GWSETUP_ACCESS'))
|
||||
<br><span class=label>
|
||||
%=l 'gnw_GWSETUP_ACCESS', class => 'label'
|
||||
</span><span class=data>
|
||||
% param 'Access_gws' => $c->get_gws_ac() unless param 'Access_gws';
|
||||
%= select_field 'Access_gws' => [[(l 'gnw_PRIVATE') => 'private'], [ (l 'gnw_PUBLIC') => 'public']], class => 'input'
|
||||
</span></p>
|
||||
|
||||
%= $c->render_to_string(inline => $c->l('gnw_DESC_GENEWEB'))
|
||||
<p><span class=label>
|
||||
%= l('gnw_GENEWEB_STATUS'), class => 'label'
|
||||
</span><span class=data>
|
||||
% param 'Status_gnw' => $c->get_gnw_st() unless param 'Status_gnw';
|
||||
%= select_field 'Status_gnw' => [[ (l 'DISABLED') => 'disabled'], [ (l 'ENABLED') => 'enabled']], class => 'input'
|
||||
</span></p>
|
||||
%= $c->render_to_string(inline => $c->get_stat_gwd())
|
||||
|
||||
<p><span class=label>
|
||||
%=l 'gnw_GENEWEB_ACCESS', class => 'label'
|
||||
</span><span class=data>
|
||||
% param 'Access_gnw' => $c->get_gnw_ac() unless param 'Access_gnw';
|
||||
%= select_field 'Access_gnw' => [[ (l 'gnw_PRIVATE') => 'private'], [ (l 'gnw_PUBLIC') => 'public']], class => 'input'
|
||||
</span></p>
|
||||
<p>
|
||||
%= $c->render_to_string(inline => $c->l('gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION'))
|
||||
<br><span class=label>
|
||||
%=l 'gnw_LABEL_GENEWEB_BASE_DIR', class => 'label'
|
||||
</span><span class=data>
|
||||
% param 'Dbdir_gnw' => $c->get_gnw_dbdir() unless param 'Dbdir_gnw';
|
||||
%= text_field 'Dbdir_gnw', class => 'input'
|
||||
</span></p>
|
||||
|
||||
<div class='center'>
|
||||
%= submit_button $c->l('SAVE'), class => 'action'
|
||||
</div>
|
||||
|
||||
% end
|
||||
|
||||
</div>
|
||||
%end
|
131
smeserver-geneweb.spec
Normal file
131
smeserver-geneweb.spec
Normal file
@ -0,0 +1,131 @@
|
||||
Summary: Package to integrate GeneWeb (V6) into SME Server
|
||||
|
||||
%define name smeserver-geneweb
|
||||
Name: %{name}
|
||||
%define version 2.3.0
|
||||
%define release 10
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
|
||||
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
|
||||
BuildArchitectures: noarch
|
||||
Requires: geneweb >= 6.08
|
||||
Requires: smeserver-release >= 10.0
|
||||
Requires: e-smith-formmagick >= 2.4.0-1
|
||||
BuildRequires: e-smith-devtools
|
||||
Requires: e-smith-apache >= 2.6.0-19
|
||||
Requires: smeserver-php >= 3.0.0-43
|
||||
AutoReqProv: no
|
||||
|
||||
%description
|
||||
This RPM must be installed after the geneweb package
|
||||
to complete the integration for SME Server.
|
||||
|
||||
%prep
|
||||
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%setup
|
||||
|
||||
%build
|
||||
perl createlinks
|
||||
|
||||
LEXICONS=$(find root/etc/e-smith/{locale/,web/functions/} -type f )
|
||||
for lexicon in $LEXICONS
|
||||
do
|
||||
/sbin/e-smith/validate-lexicon $lexicon
|
||||
done
|
||||
|
||||
%install
|
||||
/bin/rm -rf $RPM_BUILD_ROOT
|
||||
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
|
||||
/bin/rm -f %{name}-%{version}-filelist
|
||||
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
|
||||
echo "%doc COPYING" >> %{name}-%{version}-filelist
|
||||
|
||||
%files -f %{name}-%{version}-filelist
|
||||
|
||||
%defattr(-,root,root)
|
||||
%attr(755, root, root) /usr/lib/systemd/systemd-geneweb
|
||||
%attr(755, root, root) /usr/lib/systemd/systemd-gwsetup
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%pre
|
||||
|
||||
%post
|
||||
|
||||
if (systemctl list-unit-files |grep smanager) then
|
||||
echo "Smanager restart in spec file"
|
||||
/sbin/e-smith/signal-event smanager-refresh;
|
||||
fi
|
||||
|
||||
%preun
|
||||
/sbin/e-smith/db configuration setprop geneweb status disabled
|
||||
/sbin/e-smith/db configuration setprop gwsetup status disabled
|
||||
/usr/bin/systemctl stop geneweb gwsetup
|
||||
|
||||
%postun
|
||||
|
||||
%changelog
|
||||
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.3.0-10.sme
|
||||
- Roll up patches and move to git repo [SME: 12338]
|
||||
|
||||
* Sat Sep 07 2024 BogusDateBot
|
||||
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
|
||||
by assuming the date is correct and changing the weekday.
|
||||
|
||||
* Thu Sep 05 2024 Terry Fage <terry@fage.id.au> 2.3.0-9.sme
|
||||
- apply locale 2.3.0-locale-2024-09-05.patch
|
||||
|
||||
* Sat Mar 02 2024 Brian Read <brianr@koozali.org> 2.3.0-8.sme
|
||||
- Edit SM2 Menu entry to conform to new arrangements [SME: 12493]
|
||||
|
||||
* Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 2.3.0-7.sme
|
||||
- Re-build and link to latest devtools [SME: 11997]
|
||||
|
||||
* Thu Jul 14 2022 Michel Begue <mab974@misouk.com> 2.3.0-6.sme
|
||||
- Re-build and link to latest devtools migrate fragment error [SME: 11610]
|
||||
- back to standard log files and fix log files not fed
|
||||
- run 2 services with user geneweb
|
||||
- add geneweb to backup list [SME: 12074]
|
||||
- update to httpd 2.4 syntax [SME: 12047]
|
||||
|
||||
* Fri Jan 07 2022 Brian Read <brianr@bjsystems.co.uk> 2.3.0-5.sme
|
||||
- Add-class-to-div-for-AdminLTE [SME: 11838]
|
||||
|
||||
* Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 2.3.0-4.sme
|
||||
- apply locale 2021-08-22 patch
|
||||
|
||||
* Tue Mar 23 2021 Michel Begue <mab974@gmail.com> 2.3.0-3.sme
|
||||
- change TCPPort attributes to avoid filtering effect [SME: 10930]
|
||||
- move changelog to the bottom of spec
|
||||
- readd changelog from contribs9
|
||||
|
||||
* Mon Mar 15 2021 Michel Begue <mab974@gmail.com> 2.3.0-2.sme
|
||||
- change geneweb & gwsetup to systemd services
|
||||
- add smeserver-geneweb-update event
|
||||
- add template and controller for smanager
|
||||
|
||||
* Thu Nov 05 2020 Michel Begue <mab974@gmail.com> 2.3.0-1.sme
|
||||
- first import to sme 10 for geneweb v6.08
|
||||
|
||||
* Thu Jul 30 2020 SME Translation Server <translations@contribs.org> 2.1.0-5.sme
|
||||
- apply locale 2020-07-30 patch
|
||||
|
||||
* Sat Jul 11 2020 Michel Begue <mab974@gmail.com> 2.1.0-4.sme
|
||||
- geneweb and gwsetup services thru proxypass [SME: 10930]
|
||||
|
||||
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 2.1.0-2.sme
|
||||
- apply locale 2019-12-07 patch
|
||||
|
||||
* Wed Apr 03 2019 Michel Begue <mab974@gmail.com> 2.1-1.sme
|
||||
- first import in sme9 for geneweb v6.08
|
||||
- geneweb service not started [SME: 6371]
|
||||
- Add "Base directory" input in panel console.
|
||||
- perms corrected in templates.metadata
|
||||
- normalize template and .spec
|
Loading…
Reference in New Issue
Block a user