diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e594810 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.rpm +*.log +*spec-20* +*.tar.xz diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..40d920b --- /dev/null +++ b/Makefile @@ -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) diff --git a/README.md b/README.md index fbeb13d..a6256bb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ -# smeserver-geneweb +# smeserver-geneweb -SMEServer Koozali developed git repo for smeserver-geneweb smecontribs \ No newline at end of file +SMEServer Koozali developed git repo for smeserver-geneweb smecontribs + +## Wiki +
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 + +
*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* +
diff --git a/additional/COPYING b/additional/COPYING new file mode 100644 index 0000000..eeb586b --- /dev/null +++ b/additional/COPYING @@ -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. + + + Copyright (C) 19yy + + 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. + + , 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. diff --git a/contriborbase b/contriborbase new file mode 100644 index 0000000..9b7fd51 --- /dev/null +++ b/contriborbase @@ -0,0 +1 @@ +contribs10 diff --git a/createlinks b/createlinks new file mode 100644 index 0000000..9853713 --- /dev/null +++ b/createlinks @@ -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 +)); diff --git a/root/etc/e-smith/db/accounts/defaults/geneweb/type b/root/etc/e-smith/db/accounts/defaults/geneweb/type new file mode 100644 index 0000000..123f60c --- /dev/null +++ b/root/etc/e-smith/db/accounts/defaults/geneweb/type @@ -0,0 +1 @@ +reserved diff --git a/root/etc/e-smith/db/accounts/defaults/gwsetup/type b/root/etc/e-smith/db/accounts/defaults/gwsetup/type new file mode 100644 index 0000000..123f60c --- /dev/null +++ b/root/etc/e-smith/db/accounts/defaults/gwsetup/type @@ -0,0 +1 @@ +reserved diff --git a/root/etc/e-smith/db/configuration/defaults/geneweb/DBDir b/root/etc/e-smith/db/configuration/defaults/geneweb/DBDir new file mode 100644 index 0000000..f789460 --- /dev/null +++ b/root/etc/e-smith/db/configuration/defaults/geneweb/DBDir @@ -0,0 +1 @@ +/opt/geneweb/bases diff --git a/root/etc/e-smith/db/configuration/defaults/geneweb/TcpPort b/root/etc/e-smith/db/configuration/defaults/geneweb/TcpPort new file mode 100644 index 0000000..6949d54 --- /dev/null +++ b/root/etc/e-smith/db/configuration/defaults/geneweb/TcpPort @@ -0,0 +1 @@ +2317 diff --git a/root/etc/e-smith/db/configuration/defaults/geneweb/access b/root/etc/e-smith/db/configuration/defaults/geneweb/access new file mode 100644 index 0000000..3e18ebf --- /dev/null +++ b/root/etc/e-smith/db/configuration/defaults/geneweb/access @@ -0,0 +1 @@ +private diff --git a/root/etc/e-smith/db/configuration/defaults/geneweb/domain b/root/etc/e-smith/db/configuration/defaults/geneweb/domain new file mode 100644 index 0000000..7e6e58f --- /dev/null +++ b/root/etc/e-smith/db/configuration/defaults/geneweb/domain @@ -0,0 +1 @@ +geneweb diff --git a/root/etc/e-smith/db/configuration/defaults/geneweb/status b/root/etc/e-smith/db/configuration/defaults/geneweb/status new file mode 100644 index 0000000..7a68b11 --- /dev/null +++ b/root/etc/e-smith/db/configuration/defaults/geneweb/status @@ -0,0 +1 @@ +disabled diff --git a/root/etc/e-smith/db/configuration/defaults/geneweb/type b/root/etc/e-smith/db/configuration/defaults/geneweb/type new file mode 100644 index 0000000..24e1098 --- /dev/null +++ b/root/etc/e-smith/db/configuration/defaults/geneweb/type @@ -0,0 +1 @@ +service diff --git a/root/etc/e-smith/db/configuration/defaults/gwsetup/TcpPort b/root/etc/e-smith/db/configuration/defaults/gwsetup/TcpPort new file mode 100644 index 0000000..25c2f00 --- /dev/null +++ b/root/etc/e-smith/db/configuration/defaults/gwsetup/TcpPort @@ -0,0 +1 @@ +2316 diff --git a/root/etc/e-smith/db/configuration/defaults/gwsetup/access b/root/etc/e-smith/db/configuration/defaults/gwsetup/access new file mode 100644 index 0000000..3e18ebf --- /dev/null +++ b/root/etc/e-smith/db/configuration/defaults/gwsetup/access @@ -0,0 +1 @@ +private diff --git a/root/etc/e-smith/db/configuration/defaults/gwsetup/domain b/root/etc/e-smith/db/configuration/defaults/gwsetup/domain new file mode 100644 index 0000000..6e5f89e --- /dev/null +++ b/root/etc/e-smith/db/configuration/defaults/gwsetup/domain @@ -0,0 +1 @@ +gwsetup diff --git a/root/etc/e-smith/db/configuration/defaults/gwsetup/only b/root/etc/e-smith/db/configuration/defaults/gwsetup/only new file mode 100644 index 0000000..7b9ad53 --- /dev/null +++ b/root/etc/e-smith/db/configuration/defaults/gwsetup/only @@ -0,0 +1 @@ +127.0.0.1 diff --git a/root/etc/e-smith/db/configuration/defaults/gwsetup/status b/root/etc/e-smith/db/configuration/defaults/gwsetup/status new file mode 100644 index 0000000..7a68b11 --- /dev/null +++ b/root/etc/e-smith/db/configuration/defaults/gwsetup/status @@ -0,0 +1 @@ +disabled diff --git a/root/etc/e-smith/db/configuration/defaults/gwsetup/type b/root/etc/e-smith/db/configuration/defaults/gwsetup/type new file mode 100644 index 0000000..24e1098 --- /dev/null +++ b/root/etc/e-smith/db/configuration/defaults/gwsetup/type @@ -0,0 +1 @@ +service diff --git a/root/etc/e-smith/db/configuration/migrate/20geneweb b/root/etc/e-smith/db/configuration/migrate/20geneweb new file mode 100644 index 0000000..1dd16a3 --- /dev/null +++ b/root/etc/e-smith/db/configuration/migrate/20geneweb @@ -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; + +} diff --git a/root/etc/e-smith/events/actions/restart-smanager b/root/etc/e-smith/events/actions/restart-smanager new file mode 100644 index 0000000..bbbc12d --- /dev/null +++ b/root/etc/e-smith/events/actions/restart-smanager @@ -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 diff --git a/root/etc/e-smith/events/geneweb-modify/services2adjust/.gitignore b/root/etc/e-smith/events/geneweb-modify/services2adjust/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/root/etc/e-smith/events/geneweb-modify/templates2expand/opt/geneweb/gw/gw/only.txt b/root/etc/e-smith/events/geneweb-modify/templates2expand/opt/geneweb/gw/gw/only.txt new file mode 100644 index 0000000..e69de29 diff --git a/root/etc/e-smith/locale/bg/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/bg/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..ec738ee --- /dev/null +++ b/root/etc/e-smith/locale/bg/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Администрация на Geneweb + + + + LABEL_ONLY_STATUS + Текущо зададени Geneweb 'само' IP: + + + + DESC_STATE_ADMIN_BUTTON + Смяна на IP и Администриране ]]> + + + + ERROR_UPDATING + Възникна грешка при актуализация на Geneweb. + + + + ERR_IP_NOT_LOCAL + Грешка: Това IP не е локално IP + + + + NOT_VALID_IP + Това не е валидно IP. Опитайте отново... + + + + SUCCESS + включените услуги от клиента ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + Това IP трябва да бъде в локалната мрежа и да бъде валидно IP (т.е. нещо като 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + Ново IP от което искате да администрирате Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Портът за достъп 2316 предоставя административен интерфейс за Geneweb @ http://YourGenewebServer:2316
  • Администрацията на Geneweb може да се достъпва само от зададените IP адреси в /opt/geneweb/gw/gw/only.txt
  • Този панел позволява да задавате валидни LAN IP от които да администрирате Geneweb.
  • Отворете в браузъра http://YourGenewebServer:2316
    - Geneweb ще покаже IP адреса Ви, който може да посочите за достъп до административния интерфейс.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + Тази папка не съществува. + + + + LABEL_DBDIR_STATUS + Текущо зададена папка за базата(те) данни на Geneweb: + + + + ERR_DIR_NOT_EXIST + Папката не е намерена. + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + Тази папка трябва да съществува на сървъра и да може да се пише в нея от Geneweb. (geneweb:geneweb 770) - стандартно е '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + Нова папка за базата(те) данни Geneweb: + + + + NO_CHANGE + Няма промяна... няма актуализация! + + + + GENEWEB_STATUS + Сървър на Geneweb + + + + GENEWEB_ACCESS + Достъп до Geneweb сървъра + + + + DESC_GENEWEB +

    Сървър на Geneweb (geneweb) е свободен и публично достъпен.
    Базите данни на Geneweb могат да бъдат намерени папката показана отдолу. Това място може да бъде променено.

    ]]>
    +
    + + + GWSETUP_STATUS + Администриране на Geneweb + + + + GWSETUP_ACCESS + Достъп за администриране на Geneweb + + + + DESC_GWSETUP + Услуга по администриране на Geneweb (gwsetup) по принцип е предназначен за лична употреба.
    Той се ползва само по време на настройката.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + Услугата GENEWEB не е активна (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + Услугата за администрация на GENEWEB не е активна (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + Услугата GENEWEB трябва да не е активна (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + Услугата за администрация на GENEWEB трябва да не е активна (gwsetup) ]]> + + + + PRIVATE + Личен + + + + PUBLIC + Публичен + + + + DESC_GWSETUP_ACCESS + 'Публичния' достъп е възможен, но не се препоръчва/b> от съображения за сигурност.
    Даже се препоръчва да го поставите в състояние 'изключен' когато не се ползва.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/da/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/da/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..f60573d --- /dev/null +++ b/root/etc/e-smith/locale/da/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Administration af Geneweb + + + + LABEL_ONLY_STATUS + Nuværende tilknyttede Genewebs 'eneste' IP-nummer: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + Der opstod en fejl under opdatering af Geneweb. + + + + ERR_IP_NOT_LOCAL + Fejl: Dette IP-nummer er ikke et lokalt IP-nummer + + + + NOT_VALID_IP + Det er ikke et gyldigt IP-nummer. Prøv igen... + + + + SUCCESS + enabled services from your client ]]> + + + + 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) + + + + LABEL_GENEWEB_ADMIN_IP + Nyt IP-nummer hvorfra du ønsker at administrere Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + Chroot Path eksisterer ikke + + + + LABEL_DBDIR_STATUS + Nuværende tilknyttede Genewebs 'eneste' IP-nummer: + + + + ERR_DIR_NOT_EXIST + Backup mediet er ikke tilsluttet + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Webserver + + + + GENEWEB_ACCESS + POP3 server adgang + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Administration af Geneweb + + + + GWSETUP_ACCESS + Administration af Geneweb + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Privat + + + + PUBLIC + Offentlig + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/de/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/de/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..8323c16 --- /dev/null +++ b/root/etc/e-smith/locale/de/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Die momentan 'nur' Geneweb zugeordnete IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + Während des updates von Geneweb ist ein Fehler aufgetreten. + + + + ERR_IP_NOT_LOCAL + Fehler: Die IP-Adresse ist keine lokale IP-Adresse + + + + NOT_VALID_IP + Das ist keine gültige IP-Adresse. Versuchen Sie es erneut... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + Die IP-Adresse muß in Ihrem lokalen Netzwerkbereich liegen und gültig sein (Bsp.: 192.168.24.244) + + + + LABEL_GENEWEB_ADMIN_IP + Neue IP-Adresse von der aus Sie Geneweb administrieren wollen. + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + Chroot Pfad Falscher + + + + LABEL_DBDIR_STATUS + Die momentan 'nur' Geneweb zugeordnete IP: + + + + ERR_DIR_NOT_EXIST + Sicherungsverzeichnis ist nicht eingebunden + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Web Server + + + + GENEWEB_ACCESS + Zugang zu externen News-Servern einschalten + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Geneweb Administration + + + + GWSETUP_ACCESS + Geneweb Administration + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Privat + + + + PUBLIC + Öffentlich + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/el/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/el/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..7ac939a --- /dev/null +++ b/root/etc/e-smith/locale/el/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Current assigned Geneweb 'only' IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + There was an error while updating Geneweb. + + + + ERR_IP_NOT_LOCAL + Error: This IP is not a Local IP + + + + NOT_VALID_IP + That is not a valid IP. Try again... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + This IP must be on your local network and be a valid IP (i.e. 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + New IP from which you wish to administer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + Δεν υφίσταται το παραπάνω Chroot Path + + + + LABEL_DBDIR_STATUS + Current assigned Geneweb Database(s) directory: + + + + ERR_DIR_NOT_EXIST + Κατάλογος + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Διακομιστής Web + + + + GENEWEB_ACCESS + Πρόσβαση διακομιστή POP3 + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Διαχείριση django + + + + GWSETUP_ACCESS + Διαχείριση django + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Ενεργοποίηση + + + + PUBLIC + Έκδοση + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..75c2ac7 --- /dev/null +++ b/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/geneweb @@ -0,0 +1,187 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Current assigned Geneweb 'only' IP: + + + + DESC_STATE_ADMIN_BUTTON + + Change IP and Administer + ]]> + + + + + ERROR_UPDATING + There was an error while updating Geneweb. + + + + ERR_IP_NOT_LOCAL + Error: This IP is not a Local IP + + + + NOT_VALID_IP + That is not a valid IP. Try again... + + + + SUCCESS + enabled services from your client + ]]> + + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + + This IP must be on your local network and be a valid IP (i.e. 192.168.0.244) + + + + + LABEL_GENEWEB_ADMIN_IP + New IP from which you wish to administer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION + + +
  • Access to port 2316 provides the administrative interface for + Geneweb @ http://YourGenewebServer:2316
  • +
  • Geneweb Administration can only be + accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • +
  • This panel allows you to assign a valid LAN IP from which you wish + to administer Geneweb on your LAN.
  • +

    Browse to http://YourGenewebServer:2316
    + -Geneweb will display the IP to set for administrative access from that client.

    +

    + ]]> +
    +
    + + + ERR_DIR_NOT_EXIST + This directory does not exist. + + + + LABEL_DBDIR_STATUS + Current assigned Geneweb Database(s) directory: + + + + ERR_DIR_NOT_EXIST + Directory not found. + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) + - default is '/opt/geneweb/bases - + + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + + GENEWEB_STATUS + Geneweb server + + + + + GENEWEB_ACCESS + Geneweb server access + + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    + Geneweb databases can be found in the directory shown below. This location can be changed.
    +

    ]]> +
    +
    + + + GWSETUP_STATUS + Geneweb administration + + + + + GWSETUP_ACCESS + Geneweb administration access + + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    + It is used during setup only. +

    ]]> +
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Private + + + + PUBLIC + Public + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    + It is even advisable to place it in the 'disabled ' state when it is not used. +

    ]]> +
    +
    + +
    diff --git a/root/etc/e-smith/locale/es/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/es/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..097fc1c --- /dev/null +++ b/root/etc/e-smith/locale/es/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Administración Geneweb + + + + LABEL_ONLY_STATUS + IP 'única' actual asignada a Geneweb: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + Ha ocurrido un error mientras se actualizaba Geneweb. + + + + ERR_IP_NOT_LOCAL + Error: Esta IP no es una IP Local + + + + NOT_VALID_IP + Esa no es una IP válida. Inténtelo nuevamente... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + Esta IP debe estar en su red local y ser una IP válida (ej. 192.168.24.244) + + + + LABEL_GENEWEB_ADMIN_IP + Nueva IP desde la cual quiere administrar Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + Ruta chroot no existe + + + + LABEL_DBDIR_STATUS + IP 'única' actual asignada a Geneweb: + + + + ERR_DIR_NOT_EXIST + Directorio + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Servidor Web + + + + GENEWEB_ACCESS + Acceso a servidor POP3 + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Administración Geneweb + + + + GWSETUP_ACCESS + Administración Geneweb + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + privado + + + + PUBLIC + Público + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/et/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/et/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..55aba34 --- /dev/null +++ b/root/etc/e-smith/locale/et/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Current assigned Geneweb 'only' IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + There was an error while updating Geneweb. + + + + ERR_IP_NOT_LOCAL + Error: This IP is not a Local IP + + + + NOT_VALID_IP + That is not a valid IP. Try again... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + This IP must be on your local network and be a valid IP (i.e. 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + New IP from which you wish to administer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + Chroot Path pole olemas + + + + LABEL_DBDIR_STATUS + Current assigned Geneweb Database(s) directory: + + + + ERR_DIR_NOT_EXIST + Kataloog + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Weebi server + + + + GENEWEB_ACCESS + POP3 serveri juurdepääs + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Administreerimine + + + + GWSETUP_ACCESS + Vali administraatori parool + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Aktiveeri + + + + PUBLIC + Public + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..ac72728 --- /dev/null +++ b/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Administration Geneweb + + + + LABEL_ONLY_STATUS + IP 'unique' assignée actuellement à Geneweb: + + + + DESC_STATE_ADMIN_BUTTON + Changer l'IP et Administrer ]]> + + + + ERROR_UPDATING + Il y'a eu une erreur pendant la mise à jour de Geneweb. + + + + ERR_IP_NOT_LOCAL + Erreur: Cette adresse IP n'est pas une adresse IP locale + + + + NOT_VALID_IP + Cette adresse IP n'est pas valide. Veuillez entrer une adresse IP valide + + + + SUCCESS + aux services actifs depuis votre client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + Cette adresse IP doit être sur votre réseau local et être une adresse IP valide (ex: 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + Nouvelle adresse IP d'où vous voulez administrer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • L'accès par le port 2316 fourni l'interface d'administration pour Geneweb en pointant votre navigateur vers http://YourGenewebServer:2316
  • L'administration de Geneweb est seulement accessible par l'adresse IP assignée dans /opt/geneweb/gw/gw/only.txt
  • Cette interface vous permet d'assigner une adresse IP valide du LAN depuis laquelle vous désirez administrer Geneweb sur votre réseau local.
  • Pointez votre navigateur vers http://YourGenewebServer:2316
    -Geneweb affichera l'adresse IP à configurer pour l'accès administratif depuis ce poste client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + Ce dossier n'existe pas + + + + LABEL_DBDIR_STATUS + Dossier de base de donnée Geneweb actuellement assigné: + + + + ERR_DIR_NOT_EXIST + Dossier non trouvé. + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + Ce dossier doit exister sur le serveur et être accessible en écriture par Geneweb. (geneweb:geneweb 770) - dossier par défaut '/opt/geneweb/bases' + + + + LABEL_GENEWEB_BASE_DIR + Nouveau dossier pour base(s) de données Geneweb. : + + + + NO_CHANGE + Pas de changement... Pas de mise à jour ! + + + + GENEWEB_STATUS + Serveur Geneweb + + + + GENEWEB_ACCESS + Accès au serveur Geneweb + + + + DESC_GENEWEB +

    Le serveur Geneweb (geneweb) est généralement activé avec un accès public.
    Les bases de données de Geneweb se trouvent dans le dossier ci dessous. Cet emplacement est modifiable.

    ]]>
    +
    + + + GWSETUP_STATUS + Administration Geneweb + + + + GWSETUP_ACCESS + Accés Administration Geneweb + + + + DESC_GWSETUP + Le service d'administration de Geneweb (gwsetup) est généralement prévu pour un accès privé (réseau local).
    Il est utilisé uniquement pendant les opérations sur la(les) base(s) généalogique(s).

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + Le service GENEWEB est inactif (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + Le service d'administration de GENEWEB est inactif (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + Le service GENEWEB ne devrait pas être actif (geneweb) ]]> + + + + ERROR2_STATUS_GWSETUP + Le service d'administration de GENEWEB ne devrait pas être inactif (gwsetup) ]]> + + + + PRIVATE + Privé + + + + PUBLIC + Public + + + + DESC_GWSETUP_ACCESS + Le mode d'accès 'public' est possible mais non recommandé pour raison de sécurité.
    Il est même conseilé de placer ce service dans l'état 'Désactivé ' lorsqu'il n'est pas utilisé.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/he/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/he/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..8ac1035 --- /dev/null +++ b/root/etc/e-smith/locale/he/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Current assigned Geneweb 'only' IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + There was an error while updating Geneweb. + + + + ERR_IP_NOT_LOCAL + Error: This IP is not a Local IP + + + + NOT_VALID_IP + That is not a valid IP. Try again... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + This IP must be on your local network and be a valid IP (i.e. 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + New IP from which you wish to administer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + This directory does not exist. + + + + LABEL_DBDIR_STATUS + Current assigned Geneweb Database(s) directory: + + + + ERR_DIR_NOT_EXIST + Directory not found. + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Geneweb server + + + + GENEWEB_ACCESS + Geneweb server access + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + מנהל מערכת + + + + GWSETUP_ACCESS + Geneweb administration access + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + הפעלה + + + + PUBLIC + Public + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/hu/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/hu/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..1debe4e --- /dev/null +++ b/root/etc/e-smith/locale/hu/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Current assigned Geneweb 'only' IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + There was an error while updating Geneweb. + + + + ERR_IP_NOT_LOCAL + Error: This IP is not a Local IP + + + + NOT_VALID_IP + That is not a valid IP. Try again... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + This IP must be on your local network and be a valid IP (i.e. 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + New IP from which you wish to administer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + This directory does not exist. + + + + LABEL_DBDIR_STATUS + Current assigned Geneweb Database(s) directory: + + + + ERR_DIR_NOT_EXIST + Biztonsági mentés könyvtára nincs felcsatolva + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Web szerver + + + + GENEWEB_ACCESS + POP3 szerver hozzáférés + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Django adminisztrátor + + + + GWSETUP_ACCESS + Django adminisztrátor + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Személyes kulcs + + + + PUBLIC + Nyilvános + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/id/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/id/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..7786b4a --- /dev/null +++ b/root/etc/e-smith/locale/id/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Current assigned Geneweb 'only' IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + There was an error while updating Geneweb. + + + + ERR_IP_NOT_LOCAL + Error: This IP is not a Local IP + + + + NOT_VALID_IP + That is not a valid IP. Try again... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + This IP must be on your local network and be a valid IP (i.e. 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + New IP from which you wish to administer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + This directory does not exist. + + + + LABEL_DBDIR_STATUS + Current assigned Geneweb Database(s) directory: + + + + ERR_DIR_NOT_EXIST + Direktori + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Server Web + + + + GENEWEB_ACCESS + POP3 server akses + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Administrasi + + + + GWSETUP_ACCESS + Masukkan kata sandi administrator + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Aktifkan + + + + PUBLIC + Public + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/it/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/it/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..c29d8f3 --- /dev/null +++ b/root/etc/e-smith/locale/it/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Amministrazione Geneweb + + + + LABEL_ONLY_STATUS + Indirizzo IP assegnato solo a Geneweb + + + + DESC_STATE_ADMIN_BUTTON + Cambia indirizzo IP e amministra ]]> + + + + ERROR_UPDATING + C'è stato un errore aggiornando Geneweb. + + + + ERR_IP_NOT_LOCAL + Errore: questo indirizzo IP non è un indirizzo IP locale. + + + + NOT_VALID_IP + Questo non un indirizzo IP valido. Provare di nuovo.... + + + + SUCCESS + i servizi abilitati dal client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + Questo IP deve essere sulla rete locale ed essere valido (p.e. 192.168.24.244) + + + + LABEL_GENEWEB_ADMIN_IP + Nuovo indirizzo IP da cui si desidera amministrare Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • L'accesso alla porta 2316 consente il collegamento all'interfaccia di amministrazione di Geneweb @ http://YourGenewebServer:2316
  • All'amministrazione di Geneweb only si può accedere attraverso l'indirizzo IP assegnato in /opt/geneweb/gw/gw/only.txt
  • Questo pannello consente di assegnare un indirizzo IP valido da amministrare Geneweb sulla LAN.
  • Aprire http://YourGenewebServer:2316
    - Geneweb mostrerà l'indirizzo IP da impostare per l'accesso amministrativo dal client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + La cartella non esiste + + + + LABEL_DBDIR_STATUS + Cartella correntemente assegnata ai DB di Geneweb + + + + ERR_DIR_NOT_EXIST + Cartella non trovata + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + La cartella deve esistere sul server ed essere abilitata in scrittura per Geneweb. (geneweb:geneweb 770) - il default è '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + Nuova cartella per i database di Geneweb: + + + + NO_CHANGE + Nessuna modifica ... nessun aggiornamento! + + + + GENEWEB_STATUS + Server Geneweb + + + + GENEWEB_ACCESS + Accesso al server Geneweb + + + + DESC_GENEWEB +

    Server Geneweb (geneweb) è generalmente abilitato ed accessibile pubblicamente.
    I database di Geneweb si trovano nellacartella mostrata sotto. La posizione può essere modificata.

    ]]>
    +
    + + + GWSETUP_STATUS + Amministrazione Geneweb + + + + GWSETUP_ACCESS + Accesso all'amministrazione Geneweb + + + + DESC_GWSETUP + Servizio di amministrazione Geneweb (gwsetup) è generalmente previsto per l'accesso privato.
    Viene utilizzato solo per il setup.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + Il servizio GENEWEB è inattivo (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + Il servizio di amministrazione GENEWEB è inattivo (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + Il servizio GENEWEB dovrebbe essere inattivo (iptables) ]]> + + + + ERROR2_STATUS_GWSETUP + Il servizio amministrazione GENEWEB dovrebbe essere inattivo (gwsetup) ]]> + + + + PRIVATE + Privato + + + + PUBLIC + Pubblico + + + + DESC_GWSETUP_ACCESS + La modalità di accesso 'pubblica' è possibile ma non raccomandata per ragioni di sicurezza.
    E' ugualmente consigliabile metterlo in modalità 'disabilitato' quando inutilizzato.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/ja/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/ja/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..a028501 --- /dev/null +++ b/root/etc/e-smith/locale/ja/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Current assigned Geneweb 'only' IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + There was an error while updating Geneweb. + + + + ERR_IP_NOT_LOCAL + Error: This IP is not a Local IP + + + + NOT_VALID_IP + That is not a valid IP. Try again... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + This IP must be on your local network and be a valid IP (i.e. 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + New IP from which you wish to administer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + This directory does not exist. + + + + LABEL_DBDIR_STATUS + Current assigned Geneweb Database(s) directory: + + + + ERR_DIR_NOT_EXIST + ディレクトリ + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Geneweb server + + + + GENEWEB_ACCESS + Geneweb server access + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Django 管理 + + + + GWSETUP_ACCESS + Django 管理 + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + 秘密鍵 + + + + PUBLIC + 公開 + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/nb/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/nb/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..e1e6670 --- /dev/null +++ b/root/etc/e-smith/locale/nb/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Current assigned Geneweb 'only' IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + There was an error while updating Geneweb. + + + + ERR_IP_NOT_LOCAL + Error: This IP is not a Local IP + + + + NOT_VALID_IP + That is not a valid IP. Try again... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + This IP must be on your local network and be a valid IP (i.e. 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + New IP from which you wish to administer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + This directory does not exist. + + + + LABEL_DBDIR_STATUS + Current assigned Geneweb Database(s) directory: + + + + ERR_DIR_NOT_EXIST + Mappe + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Webserver + + + + GENEWEB_ACCESS + POP3 server tilgang + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Django administrasjon + + + + GWSETUP_ACCESS + Django administrasjon + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Privat nøkkel + + + + PUBLIC + Offentlig + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/nl/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/nl/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..36cb0ea --- /dev/null +++ b/root/etc/e-smith/locale/nl/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Beheer + + + + LABEL_ONLY_STATUS + Huidig toegewezen 'alleen' Geneweb IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + Er is een fout opgetreden tijdens het wijzigen van Geneweb. + + + + ERR_IP_NOT_LOCAL + Fout: Dit is niet een lokaal IP adres + + + + NOT_VALID_IP + Dat is niet een geldig IP adres. Probeer het nog eens... + + + + SUCCESS + enabled services from your client ]]> + + + + 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) + + + + LABEL_GENEWEB_ADMIN_IP + Nieuw IP adres waarvandaan U Geneweb wilt beheeren: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + Chroot Pad bestaat niet + + + + LABEL_DBDIR_STATUS + Huidig toegewezen 'alleen' Geneweb IP: + + + + ERR_DIR_NOT_EXIST + Backup directory is niet gemonteerd + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Webserver + + + + GENEWEB_ACCESS + POP3 server toegang + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Geneweb Beheer + + + + GWSETUP_ACCESS + Geneweb Beheer + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Privé + + + + PUBLIC + Publiekelijk + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/pl/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/pl/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..cf081b0 --- /dev/null +++ b/root/etc/e-smith/locale/pl/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Current assigned Geneweb 'only' IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + There was an error while updating Geneweb. + + + + ERR_IP_NOT_LOCAL + Error: This IP is not a Local IP + + + + NOT_VALID_IP + That is not a valid IP. Try again... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + This IP must be on your local network and be a valid IP (i.e. 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + New IP from which you wish to administer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + This directory does not exist. + + + + LABEL_DBDIR_STATUS + Current assigned Geneweb Database(s) directory: + + + + ERR_DIR_NOT_EXIST + Katalog + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Serwer WWW + + + + GENEWEB_ACCESS + Geneweb server access + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Administracja Django + + + + GWSETUP_ACCESS + Administracja Django + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Klucz osobisty + + + + PUBLIC + Publiczny + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/pt-br/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/pt-br/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..f96a4a3 --- /dev/null +++ b/root/etc/e-smith/locale/pt-br/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Administração Geneweb + + + + LABEL_ONLY_STATUS + Endereço IP atualmente designado 'somente' para GeneWeb: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + Houve um erro enquanto atualizando Geneweb. + + + + ERR_IP_NOT_LOCAL + Erro: Este IP não é um endereço IP local + + + + NOT_VALID_IP + Aquele não é um endereço IP válido. Tente novamente... + + + + SUCCESS + enabled services from your client ]]> + + + + 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) + + + + LABEL_GENEWEB_ADMIN_IP + Novo IP a partir do qual você deseja administrar Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + Caminho do CHROOT não existe + + + + LABEL_DBDIR_STATUS + Endereço IP atualmente designado 'somente' para GeneWeb: + + + + ERR_DIR_NOT_EXIST + Diretório de backup não está montado. + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Servidor web + + + + GENEWEB_ACCESS + Acesso ao servidor POP3 + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Administração Geneweb + + + + GWSETUP_ACCESS + Administração Geneweb + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Privado + + + + PUBLIC + Público + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/pt/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/pt/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..750c065 --- /dev/null +++ b/root/etc/e-smith/locale/pt/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Administração Geneweb + + + + LABEL_ONLY_STATUS + Endereço IP atualmente designado 'somente' para GeneWeb: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + Houve um erro enquanto atualizando Geneweb. + + + + ERR_IP_NOT_LOCAL + Erro: Este IP não é um endereço IP local + + + + NOT_VALID_IP + Aquele não é um endereço IP válido. Tente novamente... + + + + SUCCESS + enabled services from your client ]]> + + + + 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) + + + + LABEL_GENEWEB_ADMIN_IP + Novo IP a partir do qual você deseja administrar Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + Caminho do CHROOT não existe + + + + LABEL_DBDIR_STATUS + Endereço IP atualmente designado 'somente' para GeneWeb: + + + + ERR_DIR_NOT_EXIST + Diretório + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Servidor web + + + + GENEWEB_ACCESS + Acesso ao servidor POP3 + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Administração Geneweb + + + + GWSETUP_ACCESS + Administração Geneweb + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Chave privada + + + + PUBLIC + Público + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/ro/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/ro/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..cbce512 --- /dev/null +++ b/root/etc/e-smith/locale/ro/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Administrare Geneweb + + + + LABEL_ONLY_STATUS + IP curent atribuit doar pentru Geneweb + + + + DESC_STATE_ADMIN_BUTTON + Schimbă IP și Administrator ]]> + + + + ERROR_UPDATING + Există o eroare la actualizarea Geneweb + + + + ERR_IP_NOT_LOCAL + Eroare: Acest IP nu este local + + + + NOT_VALID_IP + Acesta nu este un IP valid. Mai incearcă... + + + + SUCCESS + pe portul 2316 de pe browserul dumneavoastră client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + Acest IP trebuie să fie în reteaua internă și să fie valid (ex: 192,168,24,244) + + + + LABEL_GENEWEB_ADMIN_IP + Noul IP de unde se va administra Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Accesând portul 2316 aveți acces șa interfata de administrare Geneweb @ http://YourGenewebServer:2316
  • Administrarea Geneweb poate fi accesată doar de la IP-ul alocat în /opt/geneweb/gw/gw/only.txt
  • Acest panou vă lasă să configurați un IP valid de unde puteți administra Geneweb din rețeaua locală LAN.
  • Accesați http://YourGenewebServer:2316
    -Geneweb va afișa IP-ul de setat pentru accesul administrativ.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + This directory does not exist. + + + + LABEL_DBDIR_STATUS + IP curent atribuit doar pentru Geneweb + + + + ERR_DIR_NOT_EXIST + Director + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + server Web + + + + GENEWEB_ACCESS + Activați accesul la servere de știri externe + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Administrare Geneweb + + + + GWSETUP_ACCESS + Administrare Geneweb + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Activare + + + + PUBLIC + Publicat + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/ru/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/ru/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..22edbe5 --- /dev/null +++ b/root/etc/e-smith/locale/ru/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Current assigned Geneweb 'only' IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + Произошла ошибка при обновлении Geneweb. + + + + ERR_IP_NOT_LOCAL + Ошибка: этот IP не локальный IP + + + + NOT_VALID_IP + Это не допустимый IP. Попробуйте еще раз... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + This IP must be on your local network and be a valid IP (i.e. 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + New IP from which you wish to administer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + Chroot путь не существует + + + + LABEL_DBDIR_STATUS + Current assigned Geneweb Database(s) directory: + + + + ERR_DIR_NOT_EXIST + Каталог + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Веб-сервер + + + + GENEWEB_ACCESS + Доступ к POP3 серверу + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Администрирование Django + + + + GWSETUP_ACCESS + Администрирование Django + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Закрытый ключ + + + + PUBLIC + Опубликовать + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/sl/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/sl/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..f6c1223 --- /dev/null +++ b/root/etc/e-smith/locale/sl/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Current assigned Geneweb 'only' IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + There was an error while updating Geneweb. + + + + ERR_IP_NOT_LOCAL + Error: This IP is not a Local IP + + + + NOT_VALID_IP + That is not a valid IP. Try again... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + This IP must be on your local network and be a valid IP (i.e. 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + New IP from which you wish to administer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + This directory does not exist. + + + + LABEL_DBDIR_STATUS + Current assigned Geneweb Database(s) directory: + + + + ERR_DIR_NOT_EXIST + Directory not found. + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Spletni streznik + + + + GENEWEB_ACCESS + POP3 dostop do streznika + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Administracija Django + + + + GWSETUP_ACCESS + Administracija Django + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Aktiviraj + + + + PUBLIC + Objavi + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/sv/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/sv/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..5fbee6c --- /dev/null +++ b/root/etc/e-smith/locale/sv/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb administration + + + + LABEL_ONLY_STATUS + Nuvarande tilldelad Geneweb 'endast' IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + Det uppstod ett fel vid uppdatering av Geneweb. + + + + ERR_IP_NOT_LOCAL + Fel: Detta IP är inte ett lokalt IP + + + + NOT_VALID_IP + Detta är inte ett giltigt IP. Försök igen... + + + + SUCCESS + enabled services from your client ]]> + + + + 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) + + + + LABEL_GENEWEB_ADMIN_IP + Ny IP-adress från där du önskar administrera Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + Chroot-sökväg existerar inte + + + + LABEL_DBDIR_STATUS + Nuvarande tilldelad Geneweb 'endast' IP: + + + + ERR_DIR_NOT_EXIST + Katalog + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Webb-server + + + + GENEWEB_ACCESS + POP3 serveråtkomst + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Geneweb administration + + + + GWSETUP_ACCESS + Geneweb administration + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + Privat nyckel + + + + PUBLIC + Allmän + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/th/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/th/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..bada6f7 --- /dev/null +++ b/root/etc/e-smith/locale/th/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Current assigned Geneweb 'only' IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + There was an error while updating Geneweb. + + + + ERR_IP_NOT_LOCAL + Error: This IP is not a Local IP + + + + NOT_VALID_IP + That is not a valid IP. Try again... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + This IP must be on your local network and be a valid IP (i.e. 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + New IP from which you wish to administer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + This directory does not exist. + + + + LABEL_DBDIR_STATUS + Current assigned Geneweb Database(s) directory: + + + + ERR_DIR_NOT_EXIST + ไดเรกทอรี่ + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + เว็บเซิร์ฟเวอร์ + + + + GENEWEB_ACCESS + การเข้าถึง POP3 เซอร์ฟเวอร์ + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + การบริหาร + + + + GWSETUP_ACCESS + การบริหาร + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + กุญแจส่วนตัว + + + + PUBLIC + สาธารณะ + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/tr/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/tr/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..be92d33 --- /dev/null +++ b/root/etc/e-smith/locale/tr/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb Administration + + + + LABEL_ONLY_STATUS + Current assigned Geneweb 'only' IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + There was an error while updating Geneweb. + + + + ERR_IP_NOT_LOCAL + Error: This IP is not a Local IP + + + + NOT_VALID_IP + That is not a valid IP. Try again... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + This IP must be on your local network and be a valid IP (i.e. 192.168.0.244) + + + + LABEL_GENEWEB_ADMIN_IP + New IP from which you wish to administer Geneweb: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + This directory does not exist. + + + + LABEL_DBDIR_STATUS + Current assigned Geneweb Database(s) directory: + + + + ERR_DIR_NOT_EXIST + Dizin + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Web sunucusu + + + + GENEWEB_ACCESS + POP3 sunucu erişimi + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + yönetim + + + + GWSETUP_ACCESS + yönetim + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + özel, gizli + + + + PUBLIC + açık/ortak/kamu + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..470e0bb --- /dev/null +++ b/root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb 管理 + + + + LABEL_ONLY_STATUS + 当前指定的Geneweb IP: + + + + DESC_STATE_ADMIN_BUTTON + Change IP and Administer ]]> + + + + ERROR_UPDATING + 更新 Geneweb 时出错。 + + + + ERR_IP_NOT_LOCAL + 错误:这个IP不是本地IP + + + + NOT_VALID_IP + 无效的IP,请重试... + + + + SUCCESS + enabled services from your client ]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + 这个 IP 必须在本地网络,且必须是有效的 IP (例如 192.168.24.244) + + + + LABEL_GENEWEB_ADMIN_IP + 管理 Geneweb 的新 IP: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
  • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
  • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.
  • Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + Chroot 路径不存在 + + + + LABEL_DBDIR_STATUS + 当前指定的Geneweb IP: + + + + ERR_DIR_NOT_EXIST + 备份目录尚未挂载 + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + Web服务器 + + + + GENEWEB_ACCESS + POP3 服务器访问 + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Geneweb 管理 + + + + GWSETUP_ACCESS + Geneweb 管理 + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + GENEWEB service is inactive (geneweb) ]]> + + + + ERROR_STATUS_GWSETUP + GENEWEB administration service is inactive (gwsetup) ]]> + + + + ERROR2_STATUS_GENEWEB + GENEWEB service should not be active (gwd) ]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + 私钥 + + + + PUBLIC + 公共的 + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/geneweb new file mode 100644 index 0000000..9bc4482 --- /dev/null +++ b/root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/geneweb @@ -0,0 +1,148 @@ + + + + FORM_TITLE + Geneweb管理 + + + + LABEL_ONLY_STATUS + 當前指定的Geneweb"唯一"位址: + + + + DESC_STATE_ADMIN_BUTTON + 修改IP和管理員 ]]> + + + + ERROR_UPDATING + 更新Geneweb時出錯。 + + + + ERR_IP_NOT_LOCAL + 錯誤:此位址不是本地位址 + + + + NOT_VALID_IP + 此非有效位址。請重試... + + + + SUCCESS + 2316埠號]]> + + + + DESC_GENEWEB_ADMIN_IP_DESCRIPTION + 此位址需位於區網並為有效位址(例如:192.168.24.244) + + + + LABEL_GENEWEB_ADMIN_IP + 欲管理Geneweb的新位址: + + + + GENEWEB_ADMINACCESS_STATUS_DESCRIPTION +
  • 存取2316埠號提供Geneweb管理介面@http://YourGenewebServer:2316
  • Geneweb管理僅能透過位於/opt/geneweb/gw/gw/only.txt的指定位址存取。
  • 此控制台允許您從區網指定有效區網位址來管理Geneweb。
  • 瀏覽http://YourGenewebServer:2316
    -Geneweb將顯示指定存取管理客戶端的位址。



    ]]>
    +
    + + + ERR_DIR_NOT_EXIST + 置換根目錄的路徑不存在 + + + + LABEL_DBDIR_STATUS + 當前指定的Geneweb"唯一"位址: + + + + ERR_DIR_NOT_EXIST + 備份目錄尚未掛載 + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + This directory must exist on server and be writeable for Geneweb. (geneweb:geneweb 770) - default is '/opt/geneweb/bases - + + + + LABEL_GENEWEB_BASE_DIR + New directory for Geneweb database(s). : + + + + NO_CHANGE + No change... no update ! + + + + GENEWEB_STATUS + 網頁伺服器 + + + + GENEWEB_ACCESS + POP3伺服器存取 + + + + DESC_GENEWEB +

    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ]]>
    +
    + + + GWSETUP_STATUS + Geneweb管理 + + + + GWSETUP_ACCESS + Geneweb管理 + + + + DESC_GWSETUP + Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ]]>
    +
    + + + ERROR_STATUS_GENEWEB + 儲存設定時發生錯誤]]> + + + + ERROR_STATUS_GWSETUP + 儲存設定時發生錯誤]]> + + + + ERROR2_STATUS_GENEWEB + 尚未檢核...]]> + + + + ERROR2_STATUS_GWSETUP + GENEWEB administration service should not be active (gwsetup) ]]> + + + + PRIVATE + 私有 + + + + PUBLIC + 公開 + + + + DESC_GWSETUP_ACCESS + The 'public' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the 'disabled ' state when it is not used.

    ]]>
    +
    + +
    diff --git a/root/etc/e-smith/templates.metadata/opt/geneweb/gw/gw/only.txt b/root/etc/e-smith/templates.metadata/opt/geneweb/gw/gw/only.txt new file mode 100644 index 0000000..e8e8dcb --- /dev/null +++ b/root/etc/e-smith/templates.metadata/opt/geneweb/gw/gw/only.txt @@ -0,0 +1,3 @@ +UID="geneweb" +GID="geneweb" +PERMS=0640 diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86GwsetupAlias b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86GwsetupAlias new file mode 100644 index 0000000..a1185c5 --- /dev/null +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86GwsetupAlias @@ -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( + + SSLRequireSSL + AuthName "Gwsetup (geneweb)" + AuthType Basic + AuthBasicProvider external + AuthExternal pwauth + + ); + 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 + + + ); + } + else + { + $OUT .= "# gwsetup is disabled"; + } +} diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28gwd_gwsProxyPass b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28gwd_gwsProxyPass new file mode 100644 index 0000000..f6e7efb --- /dev/null +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/28gwd_gwsProxyPass @@ -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 .= " \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 .= " \n\n"; + + } else { + $OUT .= " # $place disabled\n"; + } + } +} diff --git a/root/etc/e-smith/templates/etc/rc.d/init.d/masq/91Geneweb b/root/etc/e-smith/templates/etc/rc.d/init.d/masq/91Geneweb new file mode 100644 index 0000000..67f9159 --- /dev/null +++ b/root/etc/e-smith/templates/etc/rc.d/init.d/masq/91Geneweb @@ -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"; + } +} + diff --git a/root/etc/e-smith/templates/etc/systemd/system-preset/49-koozali.preset/80-koozali-geneweb.preset b/root/etc/e-smith/templates/etc/systemd/system-preset/49-koozali.preset/80-koozali-geneweb.preset new file mode 100644 index 0000000..7444c92 --- /dev/null +++ b/root/etc/e-smith/templates/etc/systemd/system-preset/49-koozali.preset/80-koozali-geneweb.preset @@ -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"; +} + diff --git a/root/etc/e-smith/templates/opt/geneweb/gw/gw/only.txt/only.txt b/root/etc/e-smith/templates/opt/geneweb/gw/gw/only.txt/only.txt new file mode 100644 index 0000000..358abcf --- /dev/null +++ b/root/etc/e-smith/templates/opt/geneweb/gw/gw/only.txt/only.txt @@ -0,0 +1,6 @@ +{ + my $only = $geneweb{'only'} || '127.0.0.1'; + + $OUT = "\n"; + $OUT = "$only"; +} diff --git a/root/etc/e-smith/templates/opt/geneweb/gw/gw/only.txt/template-begin b/root/etc/e-smith/templates/opt/geneweb/gw/gw/only.txt/template-begin new file mode 100644 index 0000000..e69de29 diff --git a/root/etc/e-smith/templates/opt/geneweb/gw/gw/only.txt/template-end b/root/etc/e-smith/templates/opt/geneweb/gw/gw/only.txt/template-end new file mode 100644 index 0000000..e69de29 diff --git a/root/etc/e-smith/web/functions/geneweb b/root/etc/e-smith/web/functions/geneweb new file mode 100755 index 0000000..d0d0610 --- /dev/null +++ b/root/etc/e-smith/web/functions/geneweb @@ -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 +# GENEWEB_ADMINACCESS_STATUS_DESCRIPTION + +__DATA__ +
    + + + + + + DESC_GWSETUP + + + + + + + + + DESC_GWSETUP_ACCESS + + + + + DESC_GENEWEB + + + + + + + + + + + + + + + + + + + + + + + DESC_GWSETUP + + + + + DESC_GWSETUP_ACCESS + + + + + DESC_GENEWEB + + + + + + + + + DESC_GENEWEB_BASE_DIR_DESCRIPTION + + + + + + +
    + diff --git a/root/etc/rc.d/init.d/.gitignore b/root/etc/rc.d/init.d/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/root/usr/lib/systemd/system/geneweb.service b/root/usr/lib/systemd/system/geneweb.service new file mode 100644 index 0000000..0f513c4 --- /dev/null +++ b/root/usr/lib/systemd/system/geneweb.service @@ -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 diff --git a/root/usr/lib/systemd/system/gwsetup.service b/root/usr/lib/systemd/system/gwsetup.service new file mode 100644 index 0000000..765dd63 --- /dev/null +++ b/root/usr/lib/systemd/system/gwsetup.service @@ -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 diff --git a/root/usr/lib/systemd/systemd-geneweb b/root/usr/lib/systemd/systemd-geneweb new file mode 100644 index 0000000..4c8d316 --- /dev/null +++ b/root/usr/lib/systemd/systemd-geneweb @@ -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 diff --git a/root/usr/lib/systemd/systemd-gwsetup b/root/usr/lib/systemd/systemd-gwsetup new file mode 100644 index 0000000..e89f602 --- /dev/null +++ b/root/usr/lib/systemd/systemd-gwsetup @@ -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 diff --git a/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/geneweb.pm b/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/geneweb.pm new file mode 100644 index 0000000..265bd86 --- /dev/null +++ b/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/geneweb.pm @@ -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; diff --git a/root/usr/share/smanager/lib/SrvMngr/Controller/Geneweb.pm b/root/usr/share/smanager/lib/SrvMngr/Controller/Geneweb.pm new file mode 100644 index 0000000..92d778c --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/Controller/Geneweb.pm @@ -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; diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_bg.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_bg.lex new file mode 100644 index 0000000..f10fadd --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_bg.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Администриране', +'gnw_GWSETUP_ACCESS' => 'Администриране', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'личен', +'gnw_PUBLIC' => 'Публичен', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_da.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_da.lex new file mode 100644 index 0000000..a8a95f0 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_da.lex @@ -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' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Administration af Geneweb', +'gnw_GWSETUP_ACCESS' => 'Administration af Geneweb', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Privat', +'gnw_PUBLIC' => 'Offentlig', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_de.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_de.lex new file mode 100644 index 0000000..542b188 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_de.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Die momentan \'nur\' Geneweb zugeordnete IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Geneweb Administration', +'gnw_GWSETUP_ACCESS' => 'Geneweb Administration', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Privat', +'gnw_PUBLIC' => 'Öffentlich', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_el.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_el.lex new file mode 100644 index 0000000..3341622 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_el.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Διαχείριση django', +'gnw_GWSETUP_ACCESS' => 'Διαχείριση django', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Ενεργοποίηση', +'gnw_PUBLIC' => 'Έκδοση', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_en.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_en.lex new file mode 100644 index 0000000..9e89070 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_en.lex @@ -0,0 +1,80 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' +Change IP and Administer +', +'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
    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' => +' +
      +
    • Access to port 2316 provides the administrative interface for +Geneweb @ http://YourGenewebServer:2316
    • +
    • Geneweb Administration can only be +accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • +
    • This panel allows you to assign a valid LAN IP from which you wish +to administer Geneweb on your LAN.
    +

    Browse to http://YourGenewebServer:2316
    +-Geneweb will display the IP to set for administrative access from that client.

    +

    +', +'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' => +'


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    +Geneweb databases can be found in the directory shown below. This location can be changed.
    +

    +', +'gnw_GWSETUP_STATUS' => 'Geneweb administration +', +'gnw_GWSETUP_ACCESS' => +'Geneweb administration access +', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    +It is used during setup only. +

    +', +'gnw_ERROR_STATUS_GENEWEB' => +' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => +' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => +' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => +' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => +'Private', +'gnw_PUBLIC' => +'Public', +'gnw_DESC_GWSETUP_ACCESS' => +'

    The \'public\' access mode is possible but not recommended for security reason.
    +It is even advisable to place it in the \'disabled \' state when it is not used. +

    +', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_es.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_es.lex new file mode 100644 index 0000000..d0a4584 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_es.lex @@ -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' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Administración Geneweb', +'gnw_GWSETUP_ACCESS' => 'Administración Geneweb', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'privado', +'gnw_PUBLIC' => 'Público', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_et.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_et.lex new file mode 100644 index 0000000..5be85df --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_et.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Administreerimine', +'gnw_GWSETUP_ACCESS' => 'Vali administraatori parool', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Aktiveeri', +'gnw_PUBLIC' => 'Public', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_fr.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_fr.lex new file mode 100644 index 0000000..53ae1ae --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_fr.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Administration Geneweb', +'gnw_LABEL_ONLY_STATUS' => 'IP \'unique\' assignée actuellement à Geneweb:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Changer l\'IP et Administrer ', +'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 actifs 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' => '
    • L\'accès par le port 2316 fourni l\'interface d\'administration pour Geneweb en pointant votre navigateur vers http://YourGenewebServer:2316
    • L\'administration de Geneweb est seulement accessible par l\'adresse IP assignée dans /opt/geneweb/gw/gw/only.txt
    • Cette interface vous permet d\'assigner une adresse IP valide du LAN depuis laquelle vous désirez administrerGeneweb sur votre réseau local.

    Pointez votre navigateur vers http://YourGenewebServer:2316
    -Geneweb affichera l\'adresse IP à configurer pour l\'accès administratif depuis ce poste client.



    ', +'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' => '


    Le serveur Geneweb (geneweb) est généralement activé avec un accés public.
    Les bases de données de Genewebse trouvent dans ledossier ci dessous. Cet emplacement est modifiable.

    ', +'gnw_GWSETUP_STATUS' => 'Administration Geneweb', +'gnw_GWSETUP_ACCESS' => 'Administration Geneweb', +'gnw_DESC_GWSETUP' => '

    Le service d\'administration de Geneweb (gwsetup) est généralementprévu pour un accés privé (réseau local).
    Il est utilisé uniquement pendant les opérations sur la(les) base(s) généalogique(s).

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' Le service GENEWEB est inactif (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' Le service d\'administration de GENEWEB est inactif (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' Le service GENEWEB ne devrait pas être actif (geneweb) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' Le service d\'administration de GENEWEB ne devrait pas être inactif (gwsetup) ', +'gnw_PRIVATE' => 'Privé', +'gnw_PUBLIC' => 'Public', +'gnw_DESC_GWSETUP_ACCESS' => '

    Le mode d\'accès \'public\' est possible mais non recommandé pour raison de sécurité.
    Il est même conseilé de placer ce service dans l\'état \'Désactivé \' lorsqu\'il n\'est pas utilisé.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_he.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_he.lex new file mode 100644 index 0000000..f8223a5 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_he.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'מנהל מערכת', +'gnw_GWSETUP_ACCESS' => 'Geneweb administration access', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'הפעלה', +'gnw_PUBLIC' => 'Public', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_hu.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_hu.lex new file mode 100644 index 0000000..878a37c --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_hu.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Django adminisztrátor', +'gnw_GWSETUP_ACCESS' => 'Django adminisztrátor', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Személyes kulcs', +'gnw_PUBLIC' => 'Nyilvános', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_id.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_id.lex new file mode 100644 index 0000000..41eaf4b --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_id.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Administrasi', +'gnw_GWSETUP_ACCESS' => 'Masukkan kata sandi administrator', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Aktifkan', +'gnw_PUBLIC' => 'Public', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_it.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_it.lex new file mode 100644 index 0000000..bd37639 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_it.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Amministrazione Geneweb', +'gnw_LABEL_ONLY_STATUS' => 'Indirizzo IP assegnato solo a Geneweb', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Cambia indirizzo IP e amministra ', +'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
    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' => '
    • L\'accesso alla porta 2316 consente il collegamento all\'interfaccia di amministrazione di Geneweb @ http://YourGenewebServer:2316
    • All\'amministrazione di Geneweb only si può accedere attraverso l\'indirizzo IP assegnato in /opt/geneweb/gw/gw/only.txt
    • Questo pannello consente di assegnare un indirizzo IP valido da amministrare Geneweb sulla LAN.

    Aprire http://YourGenewebServer:2316
    - Geneweb mostrerà l\'indirizzo IP da impostare per l\'accesso amministrativo dal client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Amministrazione Geneweb', +'gnw_GWSETUP_ACCESS' => 'Amministrazione Geneweb', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GEOIP filtering è inattivo (iptables) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GEOIP filtering è inattivo (iptables) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GEOIP filtering è inattivo (iptables) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GEOIP filtering è inattivo (iptables) ', +'gnw_PRIVATE' => 'Privato', +'gnw_PUBLIC' => 'Pubblico', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_ja.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_ja.lex new file mode 100644 index 0000000..fc0ab12 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_ja.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Django 管理', +'gnw_GWSETUP_ACCESS' => 'Django 管理', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => '秘密鍵', +'gnw_PUBLIC' => '公開', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_nb.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_nb.lex new file mode 100644 index 0000000..0ead24c --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_nb.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Django administrasjon', +'gnw_GWSETUP_ACCESS' => 'Django administrasjon', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Privat nøkkel', +'gnw_PUBLIC' => 'Offentlig', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_nl.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_nl.lex new file mode 100644 index 0000000..07871f5 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_nl.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Beheer', +'gnw_LABEL_ONLY_STATUS' => 'Huidig toegewezen \'alleen\' Geneweb IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Geneweb Beheer', +'gnw_GWSETUP_ACCESS' => 'Geneweb Beheer', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Privé ', +'gnw_PUBLIC' => 'Publiekelijk', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_pl.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_pl.lex new file mode 100644 index 0000000..7587386 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_pl.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Administracja Django', +'gnw_GWSETUP_ACCESS' => 'Administracja Django', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Klucz osobisty', +'gnw_PUBLIC' => 'Publiczny', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_pt-br.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_pt-br.lex new file mode 100644 index 0000000..6497ee0 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_pt-br.lex @@ -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' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Administração Geneweb', +'gnw_GWSETUP_ACCESS' => 'Administração Geneweb', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Privado', +'gnw_PUBLIC' => 'Público', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_pt.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_pt.lex new file mode 100644 index 0000000..3f0166e --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_pt.lex @@ -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' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Administração Geneweb', +'gnw_GWSETUP_ACCESS' => 'Administração Geneweb', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Chave privada', +'gnw_PUBLIC' => 'Público', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_ro.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_ro.lex new file mode 100644 index 0000000..2da5c8f --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_ro.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Administrare Geneweb', +'gnw_LABEL_ONLY_STATUS' => 'IP curent atribuit doar pentru Geneweb', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Schimbă IP și Administrator ', +'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
    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' => '
    • Accesând portul 2316 aveți acces șa interfata de administrare Geneweb @ http://YourGenewebServer:2316
    • Administrarea Geneweb poate fi accesată doar de la IP-ul alocat în /opt/geneweb/gw/gw/only.txt
    • Acest panou vă lasă să configurați un IP valid de unde puteți administra Geneweb din rețeaua locală LAN.

    Accesați http://YourGenewebServer:2316
    -Geneweb va afișa IP-ul de setat pentru accesul administrativ.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Administrare Geneweb', +'gnw_GWSETUP_ACCESS' => 'Administrare Geneweb', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Activare', +'gnw_PUBLIC' => 'Publicat', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_ru.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_ru.lex new file mode 100644 index 0000000..8943589 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_ru.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'gnw_ERROR_UPDATING' => 'Произошла ошибка при обновлении Geneweb.', +'gnw_ERR_IP_NOT_LOCAL' => 'Ошибка: этот IP не локальный IP', +'gnw_NOT_VALID_IP' => 'Это не допустимый IP. Попробуйте еще раз...', +'gnw_SUCCESS' => ' Successful change... now browse
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Администрирование Django', +'gnw_GWSETUP_ACCESS' => 'Администрирование Django', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Закрытый ключ', +'gnw_PUBLIC' => 'Опубликовать', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_sl.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_sl.lex new file mode 100644 index 0000000..0fb161b --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_sl.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Administracija Django', +'gnw_GWSETUP_ACCESS' => 'Administracija Django', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Aktiviraj', +'gnw_PUBLIC' => 'Objavi', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_sv.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_sv.lex new file mode 100644 index 0000000..720e06c --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_sv.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb administration', +'gnw_LABEL_ONLY_STATUS' => 'Nuvarande tilldelad Geneweb \'endast\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Geneweb administration', +'gnw_GWSETUP_ACCESS' => 'Geneweb administration', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'Privat nyckel', +'gnw_PUBLIC' => 'Allmän', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_th.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_th.lex new file mode 100644 index 0000000..0f5cdae --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_th.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'การบริหาร', +'gnw_GWSETUP_ACCESS' => 'การบริหาร', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'กุญแจส่วนตัว', +'gnw_PUBLIC' => 'สาธารณะ', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_tr.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_tr.lex new file mode 100644 index 0000000..78431c3 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_tr.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb Administration', +'gnw_LABEL_ONLY_STATUS' => 'Current assigned Geneweb \'only\' IP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'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
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'yönetim', +'gnw_GWSETUP_ACCESS' => 'yönetim', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => 'özel, gizli', +'gnw_PUBLIC' => 'açık/ortak/kamu', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_zh-cn.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_zh-cn.lex new file mode 100644 index 0000000..1e5bf55 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_zh-cn.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb 管理', +'gnw_LABEL_ONLY_STATUS' => '当前指定的GenewebIP:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' Change IP and Administer ', +'gnw_ERROR_UPDATING' => '更新 Geneweb 时出错。', +'gnw_ERR_IP_NOT_LOCAL' => '错误:这个IP不是本地IP', +'gnw_NOT_VALID_IP' => '无效的IP,请重试...', +'gnw_SUCCESS' => ' Successful change... now browse
    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' => '
    • Access to port 2316 provides the administrative interface for Geneweb @ http://YourGenewebServer:2316
    • Geneweb Administration can only be accessed by the IP assigned in /opt/geneweb/gw/gw/only.txt
    • This panel allows you to assign a valid LAN IP from which you wish to administer Geneweb on your LAN.

    Browse to http://YourGenewebServer:2316
    -Geneweb will display the IP to set for administrative access from that client.



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Geneweb 管理', +'gnw_GWSETUP_ACCESS' => 'Geneweb 管理', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => ' GENEWEB service is inactive (geneweb) ', +'gnw_ERROR_STATUS_GWSETUP' => ' GENEWEB administration service is inactive (gwsetup) ', +'gnw_ERROR2_STATUS_GENEWEB' => ' GENEWEB service should not be active (gwd) ', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => '私钥', +'gnw_PUBLIC' => '公共的', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_zh-tw.lex b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_zh-tw.lex new file mode 100644 index 0000000..c1f9d42 --- /dev/null +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Geneweb/geneweb_zh-tw.lex @@ -0,0 +1,29 @@ +'gnw_FORM_TITLE' => 'Geneweb管理', +'gnw_LABEL_ONLY_STATUS' => '當前指定的Geneweb"唯一"位址:', +'gnw_DESC_STATE_ADMIN_BUTTON' => ' 修改IP和管理員 ', +'gnw_ERROR_UPDATING' => '更新Geneweb時出錯。', +'gnw_ERR_IP_NOT_LOCAL' => '錯誤:此位址不是本地位址', +'gnw_NOT_VALID_IP' => '此非有效位址。請重試...', +'gnw_SUCCESS' => '更改成功...現從客戶端瀏覽
    2316埠號', +'gnw_DESC_GENEWEB_ADMIN_IP_DESCRIPTION' => '此位址需位於區網並為有效位址(例如:192.168.24.244)', +'gnw_LABEL_GENEWEB_ADMIN_IP' => '欲管理Geneweb的新位址:', +'gnw_GENEWEB_ADMINACCESS_STATUS_DESCRIPTION' => '
    • 存取2316埠號提供Geneweb管理介面@http://YourGenewebServer:2316
    • Geneweb管理僅能透過位於/opt/geneweb/gw/gw/only.txt的指定位址存取。
    • 此控制台允許您從區網指定有效區網位址來管理Geneweb。

    瀏覽http://YourGenewebServer:2316
    -Geneweb將顯示指定存取管理客戶端的位址。



    ', +'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' => '


    Geneweb server (geneweb) is generally enabled and publicly accessible.
    Geneweb databases can be found in the directory shown below. This location can be changed.

    ', +'gnw_GWSETUP_STATUS' => 'Geneweb管理', +'gnw_GWSETUP_ACCESS' => 'Geneweb管理', +'gnw_DESC_GWSETUP' => '

    Geneweb administration service (gwsetup) is generally intended for private access.
    It is used during setup only.

    ', +'gnw_ERROR_STATUS_GENEWEB' => '儲存設定時發生錯誤', +'gnw_ERROR_STATUS_GWSETUP' => '儲存設定時發生錯誤', +'gnw_ERROR2_STATUS_GENEWEB' => '尚未檢核...', +'gnw_ERROR2_STATUS_GWSETUP' => ' GENEWEB administration service should not be active (gwsetup) ', +'gnw_PRIVATE' => '私有', +'gnw_PUBLIC' => '公開', +'gnw_DESC_GWSETUP_ACCESS' => '

    The \'public\' access mode is possible but not recommended for security reason.
    It is even advisable to place it in the \'disabled \' state when it is not used.

    ', diff --git a/root/usr/share/smanager/themes/default/templates/geneweb.html.ep b/root/usr/share/smanager/themes/default/templates/geneweb.html.ep new file mode 100644 index 0000000..022599f --- /dev/null +++ b/root/usr/share/smanager/themes/default/templates/geneweb.html.ep @@ -0,0 +1,69 @@ +% layout 'default', title => "Sme server 2 - geneweb"; + +% content_for 'module' => begin +
    + % if ($config->{debug} == 1) { +

    + %= dumper $c->current_route +

    + % } + + % if ( stash 'error' ) { +
    + %= $c->render_to_string(inline => stash 'error') +
    + %} + +

    <%= $title %>

    + + %= form_for 'geneweb' => (method => 'POST') => begin + %= $c->render_to_string(inline => $c->l('gnw_DESC_GWSETUP')) +

    + %= l('gnw_GWSETUP_STATUS'), class => 'label' + + % param 'Status_gws' => $c->get_gws_st() unless param 'Status_gws'; + %= select_field 'Status_gws' => [[(l 'DISABLED') => 'disabled'], [ (l 'ENABLED') => 'enabled']], class => 'input' +

    +

    + %= $c->render_to_string(inline => $c->get_stat_gws()) + + %= $c->render_to_string(inline => $c->l('gnw_DESC_GWSETUP_ACCESS')) +
    + %=l 'gnw_GWSETUP_ACCESS', class => 'label' + + % 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' +

    + + %= $c->render_to_string(inline => $c->l('gnw_DESC_GENEWEB')) +

    + %= l('gnw_GENEWEB_STATUS'), class => 'label' + + % param 'Status_gnw' => $c->get_gnw_st() unless param 'Status_gnw'; + %= select_field 'Status_gnw' => [[ (l 'DISABLED') => 'disabled'], [ (l 'ENABLED') => 'enabled']], class => 'input' +

    + %= $c->render_to_string(inline => $c->get_stat_gwd()) + +

    + %=l 'gnw_GENEWEB_ACCESS', class => 'label' + + % 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' +

    +

    + %= $c->render_to_string(inline => $c->l('gnw_DESC_GENEWEB_BASE_DIR_DESCRIPTION')) +
    + %=l 'gnw_LABEL_GENEWEB_BASE_DIR', class => 'label' + + % param 'Dbdir_gnw' => $c->get_gnw_dbdir() unless param 'Dbdir_gnw'; + %= text_field 'Dbdir_gnw', class => 'input' +

    + +
    + %= submit_button $c->l('SAVE'), class => 'action' +
    + + % end + +
    +%end diff --git a/smeserver-geneweb.spec b/smeserver-geneweb.spec new file mode 100644 index 0000000..219a1c9 --- /dev/null +++ b/smeserver-geneweb.spec @@ -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 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 2.3.0-9.sme +- apply locale 2.3.0-locale-2024-09-05.patch + +* Sat Mar 02 2024 Brian Read 2.3.0-8.sme +- Edit SM2 Menu entry to conform to new arrangements [SME: 12493] + +* Sat Jul 30 2022 Brian Read 2.3.0-7.sme +- Re-build and link to latest devtools [SME: 11997] + +* Thu Jul 14 2022 Michel Begue 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 2.3.0-5.sme +- Add-class-to-div-for-AdminLTE [SME: 11838] + +* Sun Aug 22 2021 Terry Fage 2.3.0-4.sme +- apply locale 2021-08-22 patch + +* Tue Mar 23 2021 Michel Begue 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 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 2.3.0-1.sme +- first import to sme 10 for geneweb v6.08 + +* Thu Jul 30 2020 SME Translation Server 2.1.0-5.sme +- apply locale 2020-07-30 patch + +* Sat Jul 11 2020 Michel Begue 2.1.0-4.sme +- geneweb and gwsetup services thru proxypass [SME: 10930] + +* Sat Dec 07 2019 SME Translation Server 2.1.0-2.sme +- apply locale 2019-12-07 patch + +* Wed Apr 03 2019 Michel Begue 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