initial commit of file from CVS for smeserver-service_control on Sat Sep 7 19:59:27 AEST 2024
This commit is contained in:
parent
abb8fafa5b
commit
5090fe6850
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
*.rpm
|
||||
*.log
|
||||
*spec-20*
|
||||
*.tar.gz
|
21
Makefile
Normal file
21
Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Makefile for source rpm: smeserver-service_control
|
||||
# $Id: Makefile,v 1.1 2020/10/13 14:29:19 brianr Exp $
|
||||
NAME := smeserver-service_control
|
||||
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)
|
16
README.md
16
README.md
@ -1,3 +1,15 @@
|
||||
# smeserver-service_control
|
||||
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-service_control
|
||||
|
||||
SMEServer Koozali developed git repo for smeserver-service_control smecontribs
|
||||
SMEServer Koozali developed git repo for smeserver-service_control smecontribs
|
||||
|
||||
## Wiki
|
||||
<br />https://wiki.koozali.org/
|
||||
|
||||
## Bugzilla
|
||||
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-service_control&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
||||
|
||||
## Description
|
||||
|
||||
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
|
||||
*Once it has been checked, then this comment will be deleted*
|
||||
<br />
|
||||
|
140
additional/CHANGELOG.git
Normal file
140
additional/CHANGELOG.git
Normal file
@ -0,0 +1,140 @@
|
||||
commit aff389616c2a6fb8ddba3ab536d2b78d58bc6d15
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Sun Feb 15 16:54:20 2015 +0100
|
||||
|
||||
* Sun Feb 15 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 2.2-5
|
||||
- Services with localhost access are now manageable
|
||||
- Cosmetic changes in the Panel
|
||||
- Optimisation of service2adjust in createlinks
|
||||
|
||||
commit 022d85a85e32ce6f0ce7edb7e0f4f60769d91e1f
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Fri Feb 13 18:54:42 2015 +0100
|
||||
|
||||
work on panel
|
||||
|
||||
commit 180e9444974369de89188d8d2a0e3aab66e503d3
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Fri Feb 13 09:16:28 2015 +0100
|
||||
|
||||
* Wed Feb 13 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 2.0-4
|
||||
- New expand-template of service-expand with a link to bootstrap-console-save
|
||||
- sigusr1 to httpd when service-expand is called
|
||||
|
||||
commit 7a6f760ace46b00a43df7cdd220243ed24c0f0c2
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Sat May 31 07:02:29 2014 +0200
|
||||
|
||||
complete rewrite of expand-template
|
||||
|
||||
commit 49ad0c58d74e095244125896c1e8aa7776f99783
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Sat May 31 06:47:03 2014 +0200
|
||||
|
||||
adjusted createlinks and unitialized variable
|
||||
|
||||
commit 0f4b713b87972cb9d6495214e429a068be9e8727
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Sat May 31 05:50:06 2014 +0200
|
||||
|
||||
spec file modified
|
||||
|
||||
commit 22c97a4335b4d019bde258bfc559addac1d4e344
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Sat May 31 05:49:18 2014 +0200
|
||||
|
||||
first commit to sme9-dev
|
||||
|
||||
commit 7f90460ce1a2f1e4652bb9099dbc196cb1516bfe
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Sat May 31 03:50:32 2014 +0200
|
||||
|
||||
initial work on rebranding code with branch sme9_dev
|
||||
|
||||
commit 7c03570435dce36de0792eda42b628d69497854d
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Fri May 30 08:34:18 2014 +0200
|
||||
|
||||
start to rewrite a real createlinks, bis
|
||||
|
||||
commit 098eea56f4d19f5c5e28d8522e1cab6d20fd8e15
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Fri May 30 08:23:56 2014 +0200
|
||||
|
||||
start to rewrite a real createlinks
|
||||
|
||||
commit 21e275a0d77071279aa804fa103b778b6f78a3fd
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Fri May 30 03:56:50 2014 +0200
|
||||
|
||||
changed path of perl file
|
||||
|
||||
commit c742637632d62d41a475bad12a4ced501bb21aa8
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Fri May 30 03:41:44 2014 +0200
|
||||
|
||||
changed path of template to be compatible with el6
|
||||
|
||||
commit 5a46276a1a58ba0c37af9768896a6f8c6652c587
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Wed May 21 15:30:38 2014 +0200
|
||||
|
||||
new template adjusted
|
||||
|
||||
commit f0c082dc79b22970e468ebeb634d0bcbc9b97c75
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Wed May 21 15:09:23 2014 +0200
|
||||
|
||||
change some old path to new location
|
||||
|
||||
commit e0c16df0ad0012c7168a9b89ef21f701dc868f53
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Wed May 21 14:27:43 2014 +0200
|
||||
|
||||
* Wed May 21 2014 stephane de labrusse <stephdl@de-labrusse.fr> - 2.0-3
|
||||
* adaptation to git use, creation of service2adjust by createlinks
|
||||
|
||||
commit 5fc70438325278397a3d5f422068aef6e78b2b0d
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Mon Mar 31 19:12:06 2014 +0200
|
||||
|
||||
#modified: smeserver-service_control.spec
|
||||
|
||||
commit f1cb06a758a45db0bd517bdab960fee38196bea7
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Mon Mar 31 18:33:32 2014 +0200
|
||||
|
||||
#renamed: smeserver-service_control-2.0.spec -> smeserver-service_control.spec
|
||||
|
||||
commit eac08ed6d4738621b6fcb1fee3d61186eaebe557
|
||||
Merge: dce7f2c 7738b1a
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Sat Mar 29 20:24:58 2014 +0100
|
||||
|
||||
Merge branch 'master' of github.com:stephdl/smeserver-service_control
|
||||
|
||||
commit dce7f2c0a71dc150883ae634c46343235d85391d
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Sat Mar 29 20:21:19 2014 +0100
|
||||
|
||||
added .gitignore to empty directory
|
||||
new file: root/etc/e-smith/events/service-access/services2adjust/.gitignore
|
||||
new file: root/etc/e-smith/events/service-one/services2adjust/.gitignore
|
||||
|
||||
commit 378920333185b6f64c42962e6ded1c5ce8bacfaf
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Sat Mar 29 20:03:31 2014 +0100
|
||||
|
||||
first commit to git
|
||||
|
||||
commit 7738b1a90264844c4c578c11a8ef64e182988abd
|
||||
Author: Stephane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Sat Mar 29 20:03:31 2014 +0100
|
||||
|
||||
first commit to git
|
||||
|
||||
commit c98730325e68f87ed7ddbabea8a769f7ee1aac49
|
||||
Author: Stéphane de Labrusse <stephdl@de-labrusse.fr>
|
||||
Date: Fri Mar 28 07:48:54 2014 -0700
|
||||
|
||||
Initial commit
|
340
additional/COPYING
Normal file
340
additional/COPYING
Normal file
@ -0,0 +1,340 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Library General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) 19yy <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) 19yy name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Library General
|
||||
Public License instead of this License.
|
2
additional/README.md
Normal file
2
additional/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
smeserver-service_control
|
||||
=========================
|
86
additional/smeserver-service_control.spec
Normal file
86
additional/smeserver-service_control.spec
Normal file
@ -0,0 +1,86 @@
|
||||
%define name smeserver-service_control
|
||||
%define version 2.2
|
||||
%define release 5
|
||||
Summary: SME Server service control Panel
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
Distribution: SME Server
|
||||
License: GNU GPL version 2
|
||||
Group: SMEserver/addon
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
BuildArchitectures: noarch
|
||||
BuildRoot: /var/tmp/%{name}-%{version}-buildroot
|
||||
BuildRequires: e-smith-devtools
|
||||
Requires: e-smith-release >= 9.0
|
||||
AutoReqProv: no
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 15 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 2.2-5
|
||||
- Services with localhost access are now manageable
|
||||
- Cosmetic changes in the Panel
|
||||
- Optimisation of service2adjust in createlinks
|
||||
|
||||
* Wed Feb 13 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 2.2-4
|
||||
- New expand-template of service-expand with a link to bootstrap-console-save
|
||||
- sigusr1 to httpd when service-expand is called
|
||||
|
||||
* Wed May 21 2014 stephane de labrusse <stephdl@de-labrusse.fr> - 2.0-3
|
||||
- adaptation to git use, creation of service2adjust by createlinks
|
||||
|
||||
* Wed Jan 22 2014 stephane de labrusse <stephdl@de-labrusse.fr>
|
||||
- first release for SME Server 8.0 thanks to Michel Van hees for his work
|
||||
- Adaptation to utf8
|
||||
|
||||
* Mon Feb 11 2008 Michel Van hees <michel@vanhees.cc>
|
||||
- Adding Access service swap
|
||||
|
||||
* Mon Jan 21 2008 Michel Van hees <michel@vanhees.cc>
|
||||
- Code cleaning
|
||||
|
||||
* Mon Jan 21 2008 Michel Van hees <michel@vanhees.cc>
|
||||
- Adding confirmation screen
|
||||
|
||||
* Tue Jan 15 2008 Michel Van hees <michel@vanhees.cc>
|
||||
- Fix bug in server-manager menu
|
||||
|
||||
* Mon Jan 14 2008 Michel Van hees <michel@vanhees.cc>
|
||||
- Fix bug in TCP Port panel
|
||||
|
||||
* Mon Jan 14 2008 Michel Van hees <michel@vanhees.cc>
|
||||
- First release
|
||||
|
||||
%description
|
||||
sme server administration panel to control service status and tcp port
|
||||
|
||||
%prep
|
||||
%setup
|
||||
#%patch0 -p1
|
||||
#%patch1 -p1
|
||||
|
||||
%build
|
||||
perl createlinks
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
|
||||
rm -f %{name}-%{version}-filelist
|
||||
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
|
||||
echo "%doc COPYING" >> %{name}-%{version}-filelist
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%pre
|
||||
%preun
|
||||
|
||||
%post
|
||||
#/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1
|
||||
#echo Go to your server-manager to use new function
|
||||
|
||||
%postun
|
||||
#/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1
|
||||
|
||||
%files -f %{name}-%{version}-filelist
|
||||
%defattr(-,root,root)
|
1
contriborbase
Normal file
1
contriborbase
Normal file
@ -0,0 +1 @@
|
||||
contribs10
|
81
createlinks
Normal file
81
createlinks
Normal file
@ -0,0 +1,81 @@
|
||||
#!/usr/bin/perl -w
|
||||
use esmith::Build::CreateLinks qw(:all);
|
||||
# our event specific for updating with yum without reboot
|
||||
$event = 'smeserver-service_control-update';
|
||||
#add here the path to your templates needed to expand
|
||||
#see the /etc/systemd/system-preset/49-koozali.preset should be present for systemd integration on all you yum update event
|
||||
|
||||
foreach my $file (qw(
|
||||
/etc/systemd/system-preset/49-koozali.preset
|
||||
))
|
||||
{
|
||||
templates2events( $file, $event );
|
||||
}
|
||||
#action needed in case we have a systemd unit
|
||||
event_link('systemd-default', $event, '10');
|
||||
event_link('systemd-reload', $event, '50');
|
||||
#action specific to this package
|
||||
#event_link('action', $event, '30');
|
||||
#services we need to restart
|
||||
#safe_symlink('restart',root/etc/e-smith/events/$event/services2adjust/service);
|
||||
#and Server Manager panel link
|
||||
#panel_link('somefunction', 'manager');
|
||||
|
||||
|
||||
# This script creates the symlinks needed by this RPM
|
||||
# Specific support exists to create symlinks within e-smith web "panels"
|
||||
# and for links from named "events" directories into the "actions" directory
|
||||
|
||||
use esmith::Build::CreateLinks qw(:all);
|
||||
|
||||
# Links for the panel
|
||||
panel_link("servicecontrol", "manager");
|
||||
|
||||
|
||||
#--------------------------------------------------
|
||||
##service2adjust
|
||||
#--------------------------------------------------
|
||||
foreach my $event (qw( service-access
|
||||
smeserver-service_control-update'
|
||||
service-one))
|
||||
{
|
||||
# safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
|
||||
# safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-admin");
|
||||
safe_symlink("adjust", "root/etc/e-smith/events/$event/services2adjust/masq");
|
||||
# safe_symlink("sigterm", "root/etc/e-smith/events/$event/services2adjust/pptpd");
|
||||
# safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/qmail");
|
||||
safe_symlink("sigterm", "root/etc/e-smith/events/$event/services2adjust/radiusd");
|
||||
# safe_symlink("sighup", "root/etc/e-smith/events/$event/services2adjust/sshd");
|
||||
# safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/wan");
|
||||
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/squid");
|
||||
|
||||
# Added by stephdl for testing purpose, not sure is needed
|
||||
# safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/qpsmtpd");
|
||||
# safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/sqpsmtpd");
|
||||
# safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/pop3");
|
||||
# safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/pop3s");
|
||||
# safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/dovecot");
|
||||
# safe_symlink("sigterm", "root/etc/e-smith/events/$event/services2adjust/dnscache");
|
||||
|
||||
# safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/ftp");
|
||||
|
||||
}
|
||||
|
||||
safe_symlink("/etc/e-smith/events/bootstrap-console-save/templates2expand", "root/etc/e-smith/events/service-expand/templates2expand");
|
||||
#-------------------------------------------------
|
||||
##Action2events
|
||||
#-------------------------------------------------
|
||||
|
||||
foreach my $event (qw ( service-access
|
||||
smeserver-service_control-update'
|
||||
service-one))
|
||||
{
|
||||
event_link("service-control", $event, "90");
|
||||
}
|
||||
foreach my $event (qw (service-expand smeserver-service_control-update'))
|
||||
{
|
||||
event_link("update-ifcfg", $event, "10");
|
||||
safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
|
||||
}
|
||||
#proxy-update
|
||||
#remoteaccess-update
|
48
root/etc/e-smith/events/actions/service-control
Executable file
48
root/etc/e-smith/events/actions/service-control
Executable file
@ -0,0 +1,48 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
# copyright (C) 1999-2005 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
|
||||
#
|
||||
#----------------------------------------------------------------------
|
||||
package esmith;
|
||||
|
||||
use strict;
|
||||
use Errno;
|
||||
use File::Find;
|
||||
use esmith::util;
|
||||
use esmith::templates;
|
||||
use esmith::ConfigDB;
|
||||
|
||||
my $event = shift || die "must give event name parameter";
|
||||
chdir "/etc/e-smith/events/$event" or die "Couldn't chdir to event directory /etc/e-smith/events/$event: $!";
|
||||
|
||||
my $serviceName = shift || die "serviceName argument missing";
|
||||
my $serviceAction = shift || die "Action argument missing";
|
||||
|
||||
my $configdb = esmith::ConfigDB->open_ro();
|
||||
my $serv = $configdb->get($serviceName) or
|
||||
die "Couldn't find $serviceName record in config db\n";
|
||||
|
||||
my $status=$serv->prop('status');
|
||||
|
||||
if ($serviceName =~ /^([-\@\w.]+)$/) {
|
||||
$serviceName = $1; # $data now untainted
|
||||
} else {
|
||||
die "Bad data in '$serviceName'"; # log this somewhere
|
||||
}
|
||||
|
||||
esmith::util::serviceControl( NAME=>$serviceName, ACTION=>$serviceAction,BACKGROUND=>'false' );
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="bg">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Конфигурация</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Управление на всички услуги</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Управление на услугите</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Управлението на услугите може активира и дезактивира всички услуги<br /> то може и да променя TCP порта на услуга</p> <p><b>ВНИМАВАЙТЕ</b> когато дезактивирате някои услуги (например, httpd) като така ще поставите системата в недостъпно състояние.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Дезактивиране на услуга</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Изключи</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Включи</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Име</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Състояние</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Действие</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Състоянието на услугата бе успешно променено.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Промени</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Промяна на TCP порта на услуга</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP порт</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>TCP порта бе променен успешно</p> <p>Услугата ще се рестартира с новия TCP порт<br /> <b>ВНИМАВАЙТЕ/b> някои услуги не вземат предвид този параметър! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP порта е същият, няма да бъде извършено нищо.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Отказ</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Да</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>ВНИМАНИЕ</b><br />Сигурни ли сте, че искате да включите тази услуга<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Сигурни ли сте, че искате да <b>изключите</b> тази услуга<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Сигурни ли сте, че искате да промените TCP порта на тази услуга<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Прекъснато от потребителя</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Сигурни ли сте, че искате да направите тази услуга <b>с локален достъп!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Сигурни ли сте, че искате да направите тази услуга <b>с публичен достъп!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Сигурни ли сте, че искате да направите тази услуга <b>достъпна само от сървъра!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Достъп</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>само от сървъра/локален/публичен достъп</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Публичен</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Локален</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Само от сървъра</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Промяна на достъпа на услуга</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="da">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Opsætning</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Kontroller alle services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service kontrol</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service kontrol kan aktivere eller deaktivere alle services<br /> Det kan også rette en services TCP port</p> <p><b>NB NB NB</b> Når du deaktiverer nogle services (for eksempel httpd) risikerer du at bringe systemet i en usikker tilstand.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)aktivering</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Deaktivere</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Aktivere</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Navn</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Aktivitet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status er rettet med succes.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Ændre</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Skift TCP port på service</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>TCP port skiftet</p> <p>Service vil genstarte og bruge den nye TCP Port<br /> <b>NB NB NB</b> nogle service ignorerer denne parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP port er identiske, Det er ikke nødvendigt at foretage yderligere.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Fortryd</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>ADVARSEL</b><br />Er du sikker på, at du ønsker at aktivere denne service til<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>ADVARSEL</b><br />Er du sikker på at du ønsker at <b>deaktivere</b> denne service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Er du sikker på at du ønsker at ændre TCP port for denne service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Aflyst af bruger</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>ADVARSEL</b><br />Er du sikker på at du ønsker at sætte denne service til <b>privat adgang!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>ADVARSEL</b><br />Er du sikker på at du ønsker at sætte denne service til <b>offentlig adgang!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>ADVARSEL</b><br />Er du sikker på at du ønsker at sætte denne service til <b>kun lokal adgang!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Adgang</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Kun Lokal/Privat/Offentlig Adgang</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Offentlig</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Privat</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Kun lokal</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Skift adgangs service</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="de">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Konfiguriation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Steuere alle Dienste</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Dienste Steuerung</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Die Dienste Konfigurierung kann alle Dienste aktivieren oder deaktivieren<br /> sie kann auch die TCP Ports der Dienste ändern</p> <p><b>BITTE BEACHTEN</b> bei Deaktivierung einiger Dienste (zum Beispiel httpd) können Sie das System in einen schlechten Zustand bringen.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Dienste (de)aktivieren</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Deaktivieren</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Aktivieren</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Name</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Aktion</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Dienste Status erfolgreich geändert.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Ändern</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Dienste TCP Port ändern</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>TCP Port erfolgreich geändert</p> <p>Der Dienst wird mit unter Verwendung des neuen TCP Ports neu gestartet<br /> <b>BITTE BEACHTEN</b> einige Dienste ignorieren diesen Parameter! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Ports sind identisch, keine weitere Aktion erforderlich.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Abbrechen</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>ACHTUNG</b><br />Sind Sie sicher, daß Sie diesen Dienst aktivieren wollen<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>ACHTUNG</b><br />Sind Sie sicher, daß Sie diesen Dienst <b>deaktivieren</b> wollen<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Sind Sie sicherm daß Sie den TCP Port für diesen Service ändern wollen<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Abbruch durch den Benutzer</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>ACHTUNG</b><br />Sind Sie sicher, daß Sie diesen Dienst umstellen wollen auf <b>privaten Zugriff!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>ACHTUNG</b><br />Sind Sie sicher, daß Sie diesen Dienst umstellen wollen auf <b>öffentlichen Zugriff!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>ACHTUNG</b><br />Sind Sie sicher, daß Sie diesen Dienst umstellen wollen auf <b>Localhost Zugriff!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Zugriff</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Privater/Öffentlicher Zugriff</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Öffentlich</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Privat</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Änderung Dienstezugriff</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="el">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Ρύθμιση παραμέτρων συστήματος</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Disable</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Enable</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Όνομα</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Ενέργεια</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Αλλαγή</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Ακύρωση</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Πρόσβαση</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,170 @@
|
||||
<lexicon lang="en-us">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Configuration</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans>
|
||||
<![CDATA[
|
||||
<p>Service Control can activate or deactive all services<br />
|
||||
it can also modified TCP Port of the service</p>
|
||||
<p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p>
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Disable</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Enable</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Name</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Action</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans>
|
||||
<![CDATA[
|
||||
<p>Service status successfully changed.</p>
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans>
|
||||
<![CDATA[
|
||||
<p>Port TCP changed successfully</p>
|
||||
<p>Service will restart using new TCP Port<br />
|
||||
<b>PAY ATTENTION</b> some service don't care about this parameters !
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Cancel</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans>
|
||||
<![CDATA[
|
||||
<b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b>
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans>
|
||||
<![CDATA[
|
||||
<b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b>
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans>
|
||||
<![CDATA[
|
||||
Are you sure you want to change TCP port for this service<b>!!!</b>
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans>
|
||||
<![CDATA[
|
||||
<b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b>
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans>
|
||||
<![CDATA[
|
||||
<b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b>
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans>
|
||||
<![CDATA[
|
||||
<b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b>
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
||||
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="es">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Configuración</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Deshabilitar</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Habilitar</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Nombre</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Estado</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Acción</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Cambiar</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Cancelar</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Acceso</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Público</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="et">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Seadistused</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Keela</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Luba</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Nimi</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Olek</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Tegevus</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Muuda</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Tühista</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Juurdepääs</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="fr">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Configuration</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Contrôler tous les services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Contrôle de Service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control peut activer ou désactiver tous les services<br /> il peut aussi modifier le Port TCP d'un service</p> <p><b>PRENEZ GARDE</b> quand vous désactivez certain service (par exemple httpd) vous pouvez agir sur le bon fonctionnement de votre système.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>(Dés)activation de service</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Désactiver</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Activer</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Nom</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>État</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Action</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Etat du Service modifié avec succès.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Modifier</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Modification du port TCP du Service</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>Port TCP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP modifié avec succès</p> <p>Le Service va redémarrer avec le nouveau Port TCP <br /> <b>PRENEZ GARDE</b> certains services ne tiennent pas compte de ces paramètres ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>Ports TCP identiques, aucune action requise.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Annuler</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>ATTENTION</b><br />Etes-vous certain de vouloir activer ce service<b>!?!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Etes vous certain de vouloir <b>désactiver</b> ce service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Êtes-vous certain(e) de vouloir modifier le port TCP pour ce service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Annulé par l'utilisateur</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Etes vous certain de vouloir passer ce service en<b>accès privé !!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Etes vous certain de vouloir passer ce service en<b>accès public !!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Etes vous certain de vouloir passer ce service en <b>accès local !!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Accès</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Accès Local/Privé/Public</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Privé</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Local</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Modification des accès aux services</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="he">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>קונפיגורציה</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Disable</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Enable</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>שם</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>מצב</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>פעולה</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Cancel</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="hu">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Konfiguráció</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Tiltás</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Engedélyezés</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Név</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Állapot</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Művelet</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Módosítás</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Mégsem</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Hozzáférés</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Nyilvános</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="id">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Konfigurasi</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Disable</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Enable</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Nama</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Aksi</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Batal</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Akses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="it">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Configurazione</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Controlla tutti i servizi</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Controllo servizio</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control può attivare o disattivare tutti i servizi. <br />Può anche modificare la porta TCP del servizio</p> <p><b>PRESTARE ATTENZIONE</b> disattivando alcuni servizi (per esempio httpd) il sistema può essere messo in uno stato inconsistente.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>(dis)Attivazione servizio</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Disabilita</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Abilita</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Nome</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Stato</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Azione</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Stato del servizio modificato con successo.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Cambia</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Cambio della porta TCP del servizio</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>Porta TCP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Porta TCP modificata con successo</p> <p>Il servizio si riavvierà usando la nuova porta TCP<br /> <b>ATTENZIONE</b> taluni servizi non sono interessati da questo parametro! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>La porta TCP non è stata modificata, non sono richieste ulteriori azioni.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Annulla</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>ATTENZIONE</b><br />Sei sicuro di volere abilitare questo servizio<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>ATTENZIONE</b><br />Sei sicuro di voler <b>disabilitare</b> questo servizio <b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Sei sicuro di voler modificare la porta TCP per questo servizio <b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Annullato dall'utente</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>ATTENZIONE</b><br />Sei sicuro di voler mettere questo servizio in <b>accesso privato !!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>ATTENZIONE</b><br />Sei sicuro di voler mettere questo servizio in <b>accesso pubblico!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>ATTENZIONE</b><br />Sei sicuro di voler mettere questo servizio in <b>accesso locale!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Accesso</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Accesso Locale/Privato/Pubblico</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Pubblico</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Privato</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Locale</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Cambia Accesso al Servizio </trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="ja">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>設定</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>無効</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>有効</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>氏名</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>状態</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Action</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>変更</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>取消し</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>公開</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="nb">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Oppsett</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Slå av</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Slå på</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Navn</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Handling</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Endre</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Avbryt</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Tilgang</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Offentlig</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="nl">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Configuratie</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Beheer all diensten</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Dienst Beheer</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control kan alle diensten activeren of deactiveren.<br /> Het kan ook TCP poorten van de dient aanpassen.</p> <p> <b> LET OP </b> het uitschakelen van sommige diensten (bijvoorbeeld httpd) kan het systeem in een onbruikbare staat brengen.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Dienst Activeren/Deactiveren</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Deaktiveer</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Aktiveer</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Naam</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Actie</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Dienst status met succes gewijzigd.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Wijzig</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>TCP poort van dient wijzigen</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP poort</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>De TCP poort is met succes gewijzigd.</p> <p>De dient zal herstarten met de gewijzigde TCP poort<br /> <b>LET OP</b> sommige diensten negeren deze instellingen! </p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP poort is gelijk. Geen verdere actie benodigd.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Annuleer</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>LET OP</b><br />Weet U zeker dat U deze dient wilt activeren <b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>WAARSCHUWING</b><br />Weet U zeker dat U deze dienst wilt <b>uitschakelen</b> !!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Weet U zeker dat U de TCP poort van deze dienst wilt wijzigen <b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Gestopt door gebruiker</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>WAARSCHUWING</b><br />Weet U zeker dat U deze dienst wilt instellen met <b>privé toegang!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>WAARSCHUWING</b><br />Weet U zeker dat U deze dienst wilt instellen met <b>publieke toegang!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>WAARSCHUWING</b><br />Weet U zeker dat U deze dienst wilt instellen met <b>localhost toegang!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Toegang</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Privé/Publieke Toegang</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Publiekelijk</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Privé </trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Dienst Toegang Wijzigen</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="pl">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Konfiguracja</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Wyłącz</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Włącz</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Nazwa</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Stan</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Action</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Zmień</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Anuluj</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Dostęp</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Publiczny</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="pt-br">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Configuração</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Controlar todos serviços</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Controle de Serviços</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>O Controle de Serviços pode ativar ou desativar todos serviços<br /> Ele também pode modificar a porta TCP do serviço</p> <p><b>PRESTE BEM ATENÇÃO</b> quando desativando alguns serviços (por exemplo o HTTPd) você pode colocar seu sistema em um status instável ou não-usável.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>(des)Ativação de Serviço</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Desabilitar</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Habilitar</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Nome</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Ação</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Status do serviço atualizado com sucesso.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Alterar</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Mudança da porta TCP de serviço</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>Porta TCP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Portas TCP alteradas com sucesso</p> <p>O serviço irá reiniciar usando a nova porta TCP<br /> <b>PRESTE ATENÇÃO</b> porque alguns serviços ignoram esses parametros ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>Portas TCP são iguais, nenhuma ação extra necessária.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Cancelar</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>ATENÇÃO</b><br />Você está certo de que deseja habilitar este serviço<b>???</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>ATENÇÃO</b><br />Você está certo de que deseja <b>desabilitar</b> este serviço<b>???</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Você está seguro que deseja mudar a porta TCP para este serviço<b>???</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Cancelado pelo usuário</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>ATENÇÃO</b><br />Você está seguro de que deseja colocar esse serviço em <b>acesso privado???</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>ATENÇÃO</b><br />Você está certo de que deseja colocar esse serviço para <b>acesso publico!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>ATENÇÃO</b><br />Você está certo de que deseja colocar esse serviço para <b>acesso apenas do servidor!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Acesso</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Privado/Acesso Público</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Público</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Privado</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>mudar Acesso ao Serviço</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="pt">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Configuração</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Desabilita</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Habilita</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Nome</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Ação</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Alterar</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Cancelar</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Acesso</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Público</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="ro">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Configurare</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Dezaactivează</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Activează</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Nume</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Stare</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Acțiune</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Modifică</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Anulare</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="ru">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Конфигурация</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Отключить</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Включить</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Название</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Состояние</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Действие</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Изменить</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Отмена</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Доступ</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="sl">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Konfiguracija</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Disable</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Enable</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Ime</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Izvedi</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Spremeni</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Preklici</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>V redu</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="sv">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Konfiguration</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Tillåt ej</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Aktivera</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>Namn</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Status</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Verkställ</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Ändra</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>Avbryt</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Åtkomst</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Allmän</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="th">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>การตั้งค่าของระบบ</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Disable</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>เปิดใช้, เปิดใช้งาน</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>ชื่อ</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>สถานะ</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>การดำเนินการ</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>ยกเลิก</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>สิทธิการเข้าถึง</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>สาธารณะ</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="tr">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>Konfigürasyon</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>Disable</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>Enable</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>İsim</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>Durum</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>Eylem</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Değiştir</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>İptal</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>Tamam</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>Giriş</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>Public</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="zh-cn">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>配置</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>Control all services</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>Service Control</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>Service Control can activate or deactive all services<br /> it can also modified TCP Port of the service</p> <p><b>PAY ATTENTION</b> when deactivate some service (for exemple httpd) you can put your system in a bad state.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>Service (de)Activation</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>禁用,停用</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>启用</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>姓名</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>状态</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>动作</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>Service status successfully changed.</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>更改</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>Service TCP Port change</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP Port</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>Port TCP changed successfully</p> <p>Service will restart using new TCP Port<br /> <b>PAY ATTENTION</b> some service don't care about this parameters ! ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP Port are identical, no further action needed.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>取消</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>OK</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to enable this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to <b>disable</b> this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ Are you sure you want to change TCP port for this service<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>Canceled by user</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>private access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>public access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>BEWARE</b><br />Are you sure you want to put this service in <b>localhost access!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>访问</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>Localhost/Private/Public Access</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>公共的</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>Private</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>Localhost</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>Service Access change</trans>
|
||||
</entry>
|
||||
</lexicon>
|
@ -0,0 +1,129 @@
|
||||
<lexicon lang="zh-tw">
|
||||
<entry>
|
||||
<base>Configuration</base>
|
||||
<trans>設定組態</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Service Control</base>
|
||||
<trans>控制所有服務</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>服務控制</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FIRST_PAGE_DESCRIPTION</base>
|
||||
<trans><![CDATA[ <p>服務控制台可以啟動或關閉所有服務<br /> 它也能修正服務的 TCP 埠</p> <p><b>注意</b>當您關閉一些服務時 (例如 httpd) 您可能會讓您的系統陷入糟糕的情況。</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACTIVATE</base>
|
||||
<trans>服務 (不) 啟動</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_enabled</base>
|
||||
<trans>禁用,停用</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS_disabled</base>
|
||||
<trans>啟用</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_NAME</base>
|
||||
<trans>名稱</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_STATUS</base>
|
||||
<trans>狀態</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACTION</base>
|
||||
<trans>動作</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_ACTIVATE_SERVICE</base>
|
||||
<trans><![CDATA[ <p>系統狀態成功變更。</p> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>變更,改變</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_FORM_TCPPORT</base>
|
||||
<trans>變更服務的 TCP 埠</trans>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<base>SERVICE_TCPPORT</base>
|
||||
<trans>TCP 埠</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_CHANGE</base>
|
||||
<trans><![CDATA[ <p>TCP 埠成功變更</p> <p>服務將重啟使用新的 TCP 埠。<br /> <b>注意</b>某些服務並不在意此參數!]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_TCPPORT_NOCHANGE</base>
|
||||
<trans>TCP 埠已指定,無需進一步行動。</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CANCEL</base>
|
||||
<trans>取消</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>VALIDE</base>
|
||||
<trans>確定</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTdisabled</base>
|
||||
<trans><![CDATA[ <b>注意</b><br />您確定您想啟動此服務?<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTenabled</base>
|
||||
<trans><![CDATA[ <b>注意</b><br />您確定您想 <b>關閉</b> 此服務?<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTTCP</base>
|
||||
<trans><![CDATA[ 您確定您想為此服務改變 TCP 埠?<b>!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ACTION_CANCEL_USER</base>
|
||||
<trans>使用者取消</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTprivate</base>
|
||||
<trans><![CDATA[ <b>注意</b><br />您確定您想將此服務放在 <b>私有存取?!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTpublic</base>
|
||||
<trans><![CDATA[ <b>注意</b><br />您確定您想將此服務放在 <b>公開存取?!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ALERTlocalhost</base>
|
||||
<trans><![CDATA[ <b>注意</b><br />您確定您想將此服務放在 <b>本機存取?!!!</b> ]]></trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS</base>
|
||||
<trans>存取</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_ACTION</base>
|
||||
<trans>本機/私有/公開存取</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_public</base>
|
||||
<trans>公開</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_private</base>
|
||||
<trans>私有</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_ACCESS_localhost</base>
|
||||
<trans>本機</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVICE_FORM_ACCESS</base>
|
||||
<trans>改變服務存取的狀態</trans>
|
||||
</entry>
|
||||
</lexicon>
|
92
root/etc/e-smith/web/functions/servicecontrol
Executable file
92
root/etc/e-smith/web/functions/servicecontrol
Executable file
@ -0,0 +1,92 @@
|
||||
#!/usr/bin/perl -wT
|
||||
# vim: ft=xml ts=8 sw=4 noet:
|
||||
#----------------------------------------------------------------------
|
||||
# heading : Configuration
|
||||
# description : Service Control
|
||||
# navigation : 6000 6810
|
||||
#----------------------------------------------------------------------
|
||||
#----------------------------------------------------------------------
|
||||
# copyright (C) 2004 Schirrm's Studio
|
||||
# copyright (C) 2002 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
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
use strict;
|
||||
use esmith::FormMagick::Panel::servicecontrol;
|
||||
my $form = esmith::FormMagick::Panel::servicecontrol->new();
|
||||
# Uncomment the next line for debugging purposes.
|
||||
# $form->debug(1);
|
||||
$form->display();
|
||||
|
||||
|
||||
__DATA__
|
||||
<form
|
||||
title="FORM_TITLE"
|
||||
header="/etc/e-smith/web/common/head.tmpl"
|
||||
footer="/etc/e-smith/web/common/foot.tmpl">
|
||||
|
||||
<!-- page 0 -->
|
||||
<page
|
||||
name="First"
|
||||
pre-event="print_status_message()"
|
||||
post-event="main()">
|
||||
<description>FIRST_PAGE_DESCRIPTION</description>
|
||||
<subroutine src="displayNavig()" />
|
||||
</page>
|
||||
|
||||
<page
|
||||
name="ServiceActivate"
|
||||
pre-event="print_status_message()"
|
||||
post-event="main()">
|
||||
<description>FIRST_PAGE_DESCRIPTION</description>
|
||||
<subroutine src="displayService()" />
|
||||
</page>
|
||||
<page
|
||||
name="ServiceConfirm"
|
||||
pre-event="turn_off_buttons"
|
||||
post-event="main()">
|
||||
<subroutine src="displayConfirmActivate()" />
|
||||
</page>
|
||||
|
||||
<page
|
||||
name="TCPPORTEdit"
|
||||
pre-event="print_status_message()"
|
||||
post-event="main()">
|
||||
<description>FIRST_PAGE_DESCRIPTION</description>
|
||||
<subroutine src="displayServiceTcp()" />
|
||||
</page>
|
||||
<page
|
||||
name="TCPConfirm"
|
||||
pre-event="turn_off_buttons"
|
||||
post-event="main()">
|
||||
<subroutine src="displayConfirmTCP()" />
|
||||
</page>
|
||||
|
||||
<page
|
||||
name="ServiceAccess"
|
||||
pre-event="print_status_message()"
|
||||
post-event="main()">
|
||||
<description>FIRST_PAGE_DESCRIPTION</description>
|
||||
<subroutine src="displayServiceAccess()" />
|
||||
</page>
|
||||
<page
|
||||
name="ServiceAccessConfirm"
|
||||
pre-event="turn_off_buttons"
|
||||
post-event="main()">
|
||||
<subroutine src="displayConfirmAccess()" />
|
||||
</page>
|
||||
|
||||
</form>
|
@ -0,0 +1,595 @@
|
||||
#!/usr/bin/perl -w
|
||||
#----------------------------------------------------------------------
|
||||
# $Id: servicetotal.pm,v 1.31 2003/04/08 15:28:55 mvanhees Exp $
|
||||
# vim: ft=perl ts=4 sw=4 et:
|
||||
#----------------------------------------------------------------------
|
||||
# copyright (C) 2004 Pascal Schirrmann
|
||||
# copyright (C) 2002 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
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
package esmith::FormMagick::Panel::servicecontrol;
|
||||
|
||||
use strict;
|
||||
use esmith::FormMagick;
|
||||
use esmith::cgi;
|
||||
use esmith::util;
|
||||
use esmith::config;
|
||||
use esmith::db;
|
||||
use esmith::event;
|
||||
use esmith::ConfigDB;
|
||||
|
||||
use File::Basename;
|
||||
use Carp;
|
||||
use Exporter;
|
||||
|
||||
use constant TRUE => 1;
|
||||
use constant FALSE => 0;
|
||||
|
||||
our @ISA = qw(esmith::FormMagick Exporter);
|
||||
|
||||
our @EXPORT = qw(
|
||||
main
|
||||
displayService
|
||||
);
|
||||
|
||||
our $VERSION = sprintf '%d.%03d', q$Revision: 1.1 $ =~ /: (\d+).(\d+)/;
|
||||
|
||||
my $config = esmith::ConfigDB->open;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
esmith::FormMagick::Panels::serviceactivated - useful panel functions
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
use esmith::FormMagick::Panels::servicecontrol
|
||||
|
||||
my $panel = esmith::FormMagick::Panel::servicecontrol->new();
|
||||
$panel->display();
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This module is the backend to the servicecontrol panel, responsible for
|
||||
supplying all functions used by that panel. It is a subclass of
|
||||
esmith::FormMagick itself, so it inherits the functionality of a FormMagick
|
||||
object.
|
||||
|
||||
=head2 new
|
||||
|
||||
This is the class constructor.
|
||||
|
||||
=cut
|
||||
|
||||
sub new {
|
||||
shift;
|
||||
my $self = esmith::FormMagick->new();
|
||||
$self->{calling_package} = (caller)[0];
|
||||
bless $self;
|
||||
return $self;
|
||||
}
|
||||
|
||||
=head2 main
|
||||
|
||||
Main methode select correct action
|
||||
|
||||
=cut
|
||||
|
||||
sub main {
|
||||
my ($fm) = @_;
|
||||
my $action = $fm->{cgi}->param('action') || '';
|
||||
my $wherenext = $fm->{cgi}->param('wherenext');
|
||||
|
||||
$fm->debug_msg("Action: $action");
|
||||
$fm->debug_msg("Wherenext: $wherenext");
|
||||
|
||||
# Everythings regarding service status
|
||||
#
|
||||
if ( $action eq 'ServiceChange' )
|
||||
{
|
||||
my $can= $fm->{cgi}->param('cancel') || 'no';
|
||||
my $service = $fm->{cgi}->param('service');
|
||||
if ( $can eq 'no' )
|
||||
{
|
||||
$fm->ServiceChange($service);
|
||||
} else {
|
||||
$fm->error("ACTION_CANCEL_USER");
|
||||
}
|
||||
# Everythings regarding TCP property
|
||||
#
|
||||
} elsif ( $action eq 'TCPPORTChange' )
|
||||
{
|
||||
my $can= $fm->{cgi}->param('cancel') || 'no';
|
||||
my $service = $fm->{cgi}->param('service');
|
||||
my $port = $fm->{cgi}->param('port');
|
||||
if ( $can eq 'no' )
|
||||
{
|
||||
$fm->ServiceTCPChange($service,$port);
|
||||
} else
|
||||
{
|
||||
$fm->error("ACTION_CANCEL_USER");
|
||||
}
|
||||
# Everythings regarding ACCESS property
|
||||
#
|
||||
} elsif ( $action eq 'ACCESSChange' )
|
||||
{
|
||||
my $can= $fm->{cgi}->param('cancel') || 'no';
|
||||
my $service = $fm->{cgi}->param('service');
|
||||
my $access = $fm->{cgi}->param('access');
|
||||
|
||||
if ( $can eq 'no' )
|
||||
{
|
||||
$fm->AccessChange($service,$access);
|
||||
} else {
|
||||
$fm->error("ACTION_CANCEL_USER");
|
||||
}
|
||||
}
|
||||
|
||||
$fm->wherenext($wherenext);
|
||||
}
|
||||
|
||||
=head2 ServiceTCPChange
|
||||
|
||||
Change TCP Port of a service
|
||||
|
||||
=cut
|
||||
|
||||
sub ServiceTCPChange {
|
||||
my ($self, $service, $port) = @_;
|
||||
my $action;
|
||||
my $startScript;
|
||||
|
||||
my $record = $config->get($service);
|
||||
|
||||
$self->debug_msg("Service: $service");
|
||||
$self->debug_msg("Port: $port");
|
||||
$self->debug_msg("Old port: " . $record->prop("TCPPort"));
|
||||
|
||||
if ($service =~ /^([-\@\w.]+)$/) {
|
||||
$service = $1; # $data now untainted
|
||||
} else {
|
||||
die "Bad data in '$service'"; # log this somewhere
|
||||
}
|
||||
|
||||
if ( $record->prop("TCPPort") ne $port )
|
||||
{
|
||||
$record->set_prop("TCPPort", $port);
|
||||
$action="restart";
|
||||
#expand all templates
|
||||
esmith::event::event_signal("service-expand");
|
||||
|
||||
# A hack since a lot db set as service don't have a service name in rc7.d
|
||||
# THINK to change as same in sub ServiceChange and sub AccessChange
|
||||
$service = 'dovecot' if ( $service =~ 'imap');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'modSSL');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'php');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'imp');
|
||||
$service = 'smb' if ( $service eq 'nmbd');
|
||||
$service = 'smb' if ( $service eq 'smbd');
|
||||
$service = 'clamd' if ( $service eq 'clamav');
|
||||
$service = 'dnscache' if ( $service eq 'dnscache.forwarder');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'horde');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'modPerl');
|
||||
$service = 'qpsmtpd' if ( $service eq 'smtpd');
|
||||
$service = 'sqpsmtpd' if ( $service eq 'ssmtpd');
|
||||
|
||||
|
||||
$startScript = glob("/etc/rc.d/rc7.d/S*$service");
|
||||
if ($startScript){
|
||||
esmith::event::event_signal("service-one", $service, $action);}
|
||||
$self->success("SUCCESSFULLY_TCPPORT_CHANGE");
|
||||
} else {
|
||||
$self->success("SUCCESSFULLY_TCPPORT_NOCHANGE");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
=head2 ServiceChange
|
||||
|
||||
swap service status : stop or start the service
|
||||
|
||||
=cut
|
||||
|
||||
sub ServiceChange {
|
||||
my ($self, $service) = @_;
|
||||
my $action;
|
||||
my $startScript;
|
||||
|
||||
my $record = $config->get($service);
|
||||
$self->debug_msg("Service: $service");
|
||||
$self->debug_msg("Actual status: " . $record->prop("status"));
|
||||
|
||||
if ($service =~ /^([-\@\w.]+)$/) {
|
||||
$service = $1; # $data now untainted
|
||||
} else {
|
||||
die "Bad data in '$service'"; # log this somewhere
|
||||
}
|
||||
|
||||
if ( $record->prop("status") eq 'enabled' )
|
||||
{
|
||||
$record->set_prop("status", "disabled");
|
||||
$action="stop";
|
||||
} else {
|
||||
$record->set_prop("status", "enabled");
|
||||
$action="start";
|
||||
}
|
||||
#expand all templates
|
||||
esmith::event::event_signal("service-expand");
|
||||
|
||||
# A hack since a lot db set as service don't have a service name in rc7.d
|
||||
# THINK to change as same in sub ServiceTCPChange and sub AccessChange
|
||||
|
||||
$service = 'dovecot' if ( $service =~ 'imap');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'modSSL');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'php');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'imp');
|
||||
$service = 'smb' if ( $service eq 'nmbd');
|
||||
$service = 'smb' if ( $service eq 'smbd');
|
||||
$service = 'clamd' if ( $service eq 'clamav');
|
||||
$service = 'dnscache' if ( $service eq 'dnscache.forwarder');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'horde');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'modPerl');
|
||||
$service = 'qpsmtpd' if ( $service eq 'smtpd');
|
||||
$service = 'sqpsmtpd' if ( $service eq 'ssmtpd');
|
||||
|
||||
$startScript = glob("/etc/rc.d/rc7.d/S*$service");
|
||||
if ($startScript){
|
||||
esmith::event::event_signal("service-one", $service, $action);}
|
||||
|
||||
$self->success("SUCCESSFULLY_ACTIVATE_SERVICE");
|
||||
}
|
||||
|
||||
=head2 displayNavig
|
||||
|
||||
This will show the first level naviguation
|
||||
|
||||
=cut
|
||||
|
||||
sub displayNavig {
|
||||
my $self = shift;
|
||||
my $q = $self->{cgi};
|
||||
|
||||
print '<table>';
|
||||
print ' <tr>';
|
||||
|
||||
print ' <td>';
|
||||
print ' <form>';
|
||||
print ' <input type="hidden" name="page" value="0" />';
|
||||
print ' <input type="hidden" name="page_stack" value="" />';
|
||||
print ' <input type="hidden" name="action" value="SA" />';
|
||||
print ' <input type="hidden" name="wherenext" value="ServiceActivate" />';
|
||||
print ' <input type="submit" name="submit" value="' . $self->localise('SERVICE_FORM_ACTIVATE') . '" />';
|
||||
print ' </form>';
|
||||
print ' </td>';
|
||||
|
||||
print ' <td>';
|
||||
print ' <form>';
|
||||
print ' <input type="hidden" name="page" value="0" />';
|
||||
print ' <input type="hidden" name="page_stack" value="" />';
|
||||
print ' <input type="hidden" name="action" value="SA" />';
|
||||
print ' <input type="hidden" name="wherenext" value="TCPPORTEdit" />';
|
||||
print ' <input type="submit" name="submit" value="' . $self->localise('SERVICE_FORM_TCPPORT') . '" />';
|
||||
print ' </form>';
|
||||
print ' </td>';
|
||||
|
||||
print ' <td>';
|
||||
print ' <form>';
|
||||
print ' <input type="hidden" name="page" value="0" />';
|
||||
print ' <input type="hidden" name="page_stack" value="" />';
|
||||
print ' <input type="hidden" name="action" value="SA" />';
|
||||
print ' <input type="hidden" name="wherenext" value="ServiceAccess" />';
|
||||
print ' <input type="submit" name="submit" value="' . $self->localise('SERVICE_FORM_ACCESS') . '" />';
|
||||
print ' </form>';
|
||||
print ' </td>';
|
||||
|
||||
print ' </tr>';
|
||||
print '</table>';
|
||||
|
||||
return '';
|
||||
}
|
||||
|
||||
=head2 displayService
|
||||
|
||||
This return all service definies in serve
|
||||
|
||||
=cut
|
||||
|
||||
sub displayService {
|
||||
my $self = shift;
|
||||
my $q = $self->{cgi};
|
||||
my $prop_value;
|
||||
|
||||
my @services = $config->services();
|
||||
|
||||
print '<table border="1">';
|
||||
print ' <tr>';
|
||||
print ' <td><b>' . $self->localise('SERVICE_NAME') . '</b></td>';
|
||||
print ' <td><b>' . $self->localise('SERVICE_STATUS') . '</b></td>';
|
||||
print ' <td><b>' . $self->localise('SERVICE_ACTION') . '</b></td>';
|
||||
print ' </tr>';
|
||||
|
||||
foreach my $filter ( @services )
|
||||
{
|
||||
$prop_value = $config->get($filter)->prop("status") || "Error";
|
||||
if ($prop_value ne 'Error') {
|
||||
print ' <tr>';
|
||||
print ' <td>' . $filter . '</td>';
|
||||
print ' <td>' . $prop_value . '</td>';
|
||||
print ' <td>';
|
||||
print ' <form>';
|
||||
print ' <input type="hidden" name="page" value="0" />';
|
||||
print ' <input type="hidden" name="page_stack" value="" />';
|
||||
print ' <input type="hidden" name="action" value="ServiceConfirm" />';
|
||||
print ' <input type="hidden" name="service" value="' . $filter . '" />';
|
||||
print ' <input type="hidden" name="wherenext" value="ServiceConfirm" />';
|
||||
print ' <input type="submit" name="submit" value="' . $self->localise('SERVICE_STATUS_' . $prop_value) . '" />';
|
||||
print ' </form>';
|
||||
print ' </td>';
|
||||
print ' </tr>';
|
||||
}
|
||||
}
|
||||
print '</table>';
|
||||
return '';
|
||||
}
|
||||
|
||||
=head2 displayConfirnActivate
|
||||
|
||||
Display confirmation message for service activation part
|
||||
|
||||
=cut
|
||||
|
||||
sub displayConfirmActivate {
|
||||
my ($self) = @_;
|
||||
my $service = $self->{cgi}->param('service') || '';
|
||||
|
||||
my $q = $self->{cgi};
|
||||
|
||||
my $record = $config->get($service);
|
||||
|
||||
print '<form>';
|
||||
print ' <input type="hidden" name="page" value="0" />';
|
||||
print ' <input type="hidden" name="page_stack" value="" />';
|
||||
print ' <input type="hidden" name="action" value="ServiceChange" />';
|
||||
print ' <input type="hidden" name="service" value="' . $service . '" />';
|
||||
print ' <input type="hidden" name="wherenext" value="ServiceActivate" />';
|
||||
print ' <p><b>' . $service . '</b></p>';
|
||||
print ' <p>' . $self->localise('ALERT' . $record->prop("status")) . '</p>';
|
||||
print ' <input type="submit" name="cancel" value="' . $self->localise('CANCEL') . '" />';
|
||||
print ' <input type="submit" name="submit" value="' . $self->localise('VALIDE') . '" />';
|
||||
print '</form>';
|
||||
|
||||
return '';
|
||||
}
|
||||
|
||||
=head2 displayConfirmTCP
|
||||
|
||||
Display confirmation message for TCP edit part
|
||||
|
||||
=cut
|
||||
|
||||
sub displayConfirmTCP {
|
||||
my ($self) = @_;
|
||||
my $service = $self->{cgi}->param('service') || '';
|
||||
my $port = $self->{cgi}->param('port') || '';
|
||||
|
||||
my $q = $self->{cgi};
|
||||
|
||||
print '<form>';
|
||||
print ' <input type="hidden" name="page" value="0" />';
|
||||
print ' <input type="hidden" name="page_stack" value="" />';
|
||||
print ' <input type="hidden" name="action" value="TCPPORTChange" />';
|
||||
print ' <input type="hidden" name="service" value="' . $service . '" />';
|
||||
print ' <input type="hidden" name="port" value="' . $port . '" />';
|
||||
print ' <input type="hidden" name="wherenext" value="TCPPORTEdit" />';
|
||||
print ' <p><b>' . $service . " : $port" . '</b></p>';
|
||||
print ' <p>' . $self->localise('ALERTTCP') . '</p>';
|
||||
print ' <input type="submit" name="cancel" value="' . $self->localise('CANCEL') . '" />';
|
||||
print ' <input type="submit" name="submit" value="' . $self->localise('VALIDE') . '" />';
|
||||
print '</form>';
|
||||
|
||||
return '';
|
||||
}
|
||||
|
||||
=head2 displayServiceTcp
|
||||
|
||||
This return all service definies in serve
|
||||
|
||||
=cut
|
||||
|
||||
sub displayServiceTcp {
|
||||
my $self = shift;
|
||||
my $q = $self->{cgi};
|
||||
my $prop_value;
|
||||
|
||||
my @services = $config->services();
|
||||
|
||||
print '<table border="1">';
|
||||
print ' <tr>';
|
||||
print ' <td><b>' . $self->localise('SERVICE_NAME') . '</b></td>';
|
||||
print ' <td><b>' . $self->localise('SERVICE_TCPPORT') . '</b></td>';
|
||||
print ' <td><b>' . $self->localise('SERVICE_ACTION') . '</b></td>';
|
||||
print ' </tr>';
|
||||
|
||||
foreach my $filter ( @services )
|
||||
{
|
||||
$prop_value = $config->get($filter)->prop("TCPPort") || "Error";
|
||||
if ($prop_value ne 'Error') {
|
||||
print ' <tr>';
|
||||
print ' <td>' . $filter . '</td>';
|
||||
print ' <td>';
|
||||
print ' <form>';
|
||||
print ' <input type="hidden" name="page" value="0" />';
|
||||
print ' <input type="hidden" name="page_stack" value="" />';
|
||||
print ' <input type="hidden" name="action" value="TCPConfirm" />';
|
||||
print ' <input type="hidden" name="service" value="' . $filter . '" />';
|
||||
print ' <input type="hidden" name="wherenext" value="TCPConfirm" />';
|
||||
print ' <input type="text" name="port" value="' . $prop_value . '" />';
|
||||
print ' </td>';
|
||||
print ' <td>';
|
||||
print ' <input type="submit" name="submit" value="' . $self->localise('VALIDE') . '" />';
|
||||
print ' </form>';
|
||||
print ' </td>';
|
||||
print ' </tr>';
|
||||
}
|
||||
}
|
||||
print '</table>';
|
||||
return '';
|
||||
}
|
||||
|
||||
=head2 displayServiceAccess
|
||||
|
||||
This return all service definies in server
|
||||
|
||||
=cut
|
||||
|
||||
sub displayServiceAccess {
|
||||
my $self = shift;
|
||||
my $q = $self->{cgi};
|
||||
my $prop_value;
|
||||
|
||||
my @services = $config->services();
|
||||
|
||||
print '<table border="1">';
|
||||
print ' <tr>';
|
||||
print ' <td><b>' . $self->localise('SERVICE_NAME') . '</b></td>';
|
||||
print ' <td><b>' . $self->localise('SERVICE_ACCESS') . '</b></td>';
|
||||
print ' <td><b>' . $self->localise('SERVICE_ACCESS_ACTION') . '</b></td>';
|
||||
print ' </tr>';
|
||||
|
||||
foreach my $filter ( @services )
|
||||
{
|
||||
$prop_value = $config->get($filter)->prop("access") || "Error";
|
||||
if ($prop_value ne 'Error') {
|
||||
if ($prop_value eq 'private' || $prop_value eq 'public'|| $prop_value eq 'localhost') {
|
||||
print ' <tr>';
|
||||
print ' <td>' . $filter . '</td>';
|
||||
print ' <td>' . $prop_value . '</td>';
|
||||
print ' <td>';
|
||||
print ' <form>';
|
||||
print ' <input type="hidden" name="page" value="0" />';
|
||||
print ' <input type="hidden" name="page_stack" value="" />';
|
||||
print ' <input type="hidden" name="action" value="ServiceAccessConfirm" />';
|
||||
print ' <input type="hidden" name="service" value="' . $filter . '" />';
|
||||
print ' <input type="hidden" name="wherenext" value="ServiceAccessConfirm" />';
|
||||
print ' <input type="submit" name="access" value="' . $self->localise('SERVICE_ACCESS_localhost') . '" />';
|
||||
print ' <input type="submit" name="access" value="' . $self->localise('SERVICE_ACCESS_private') . '" />';
|
||||
print ' <input type="submit" name="access" value="' . $self->localise('SERVICE_ACCESS_public') . '" />';
|
||||
print ' </form>';
|
||||
print ' </td>';
|
||||
print ' </tr>';
|
||||
}
|
||||
}
|
||||
}
|
||||
print '</table>';
|
||||
return '';
|
||||
}
|
||||
|
||||
=head2 displayConfirmAccess
|
||||
|
||||
Display confirmation message for service activation part
|
||||
|
||||
=cut
|
||||
|
||||
sub displayConfirmAccess {
|
||||
my ($self,$service,$access) = @_;
|
||||
$service = $self->{cgi}->param('service') || '';
|
||||
$access = $self->{cgi}->param('access') || '';
|
||||
|
||||
$access = 'private' if $access eq $self->localise('SERVICE_ACCESS_private');
|
||||
$access = 'localhost' if $access eq $self->localise('SERVICE_ACCESS_localhost');
|
||||
$access = 'public' if $access eq $self->localise('SERVICE_ACCESS_public');
|
||||
|
||||
my $q = $self->{cgi};
|
||||
|
||||
my $record = $config->get($service);
|
||||
|
||||
print '<form>';
|
||||
print ' <input type="hidden" name="page" value="0" />';
|
||||
print ' <input type="hidden" name="page_stack" value="" />';
|
||||
print ' <input type="hidden" name="action" value="ACCESSChange" />';
|
||||
print ' <input type="hidden" name="service" value="' . $service . '" />';
|
||||
print ' <input type="hidden" name="wherenext" value="ServiceAccess" />';
|
||||
print ' <p><b>' . $service . '</b></p>';
|
||||
print ' <p>' . $self->localise('ALERT' . $access) . '</p>';
|
||||
print ' <input type="submit" name="cancel" value="' . $self->localise('CANCEL') . '" />';
|
||||
print ' <input type="submit" name="submit" value="' . $self->localise('VALIDE') . '" />';
|
||||
print '</form>';
|
||||
|
||||
return '';
|
||||
}
|
||||
|
||||
=head2 AccessChange
|
||||
|
||||
swap service access
|
||||
|
||||
=cut
|
||||
|
||||
sub AccessChange {
|
||||
my ($self, $service,$access) = @_;
|
||||
my $action;
|
||||
my $startScript;
|
||||
my $record = $config->get($service);
|
||||
$self->debug_msg("Service: $service");
|
||||
$self->debug_msg("Actual status: " . $record->prop("access"));
|
||||
|
||||
if ($service =~ /^([-\@\w.]+)$/) {
|
||||
$service = $1; # $data now untainted
|
||||
} else {
|
||||
die "Bad data in '$service'"; # log this somewhere
|
||||
}
|
||||
|
||||
if ( $access eq $self->localise('SERVICE_ACCESS_localhost') )
|
||||
{
|
||||
$record->set_prop("access", "localhost");
|
||||
}
|
||||
elsif ( $access eq $self->localise('SERVICE_ACCESS_private') )
|
||||
{
|
||||
$record->set_prop("access", "private");
|
||||
}
|
||||
elsif ( $access eq $self->localise('SERVICE_ACCESS_public') )
|
||||
{
|
||||
$record->set_prop("access", "public");
|
||||
}
|
||||
#expand all templates
|
||||
esmith::event::event_signal("service-expand");
|
||||
|
||||
# A hack since a lot db set as service don't have a service name in rc7.d
|
||||
# THINK to change as same in sub ServiceChange and sub ServiceTCPChange
|
||||
$service = 'dovecot' if ( $service =~ 'imap');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'modSSL');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'php');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'imp');
|
||||
$service = 'smb' if ( $service eq 'nmbd');
|
||||
$service = 'smb' if ( $service eq 'smbd');
|
||||
$service = 'clamd' if ( $service eq 'clamav');
|
||||
$service = 'dnscache' if ( $service eq 'dnscache.forwarder');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'horde');
|
||||
$service = 'httpd-e-smith' if ( $service eq 'modPerl');
|
||||
$service = 'qpsmtpd' if ( $service eq 'smtpd');
|
||||
$service = 'sqpsmtpd' if ( $service eq 'ssmtpd');
|
||||
|
||||
my $serv_status = $record->prop("status") || 'disabled';
|
||||
|
||||
$action="restart";
|
||||
|
||||
$startScript = glob("/etc/rc.d/rc7.d/S*$service");
|
||||
if ($startScript && ($serv_status eq 'enabled')){
|
||||
esmith::event::event_signal("service-access", $service, $action);}
|
||||
|
||||
$self->success("SUCCESSFULLY_ACTIVATE_SERVICE");
|
||||
}
|
||||
|
||||
1;
|
130
smeserver-service_control.spec
Normal file
130
smeserver-service_control.spec
Normal file
@ -0,0 +1,130 @@
|
||||
%define name smeserver-service_control
|
||||
%define version 2.2
|
||||
%define release 18
|
||||
Summary: SME Server service control Panel
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
Distribution: SME Server
|
||||
License: GNU GPL version 2
|
||||
Group: SMEserver/addon
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildArchitectures: noarch
|
||||
BuildRoot: /var/tmp/%{name}-%{version}-buildroot
|
||||
BuildRequires: e-smith-devtools
|
||||
Requires: e-smith-release >= 9.0
|
||||
AutoReqProv: no
|
||||
|
||||
%changelog
|
||||
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.2-18.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.
|
||||
|
||||
* Fri Sep 06 2024 Terry Fage <terry@fage.id.au> 0.0.2-17.sme
|
||||
- apply locale 2024-09-06.patch
|
||||
|
||||
* Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 2.2-16.sme
|
||||
- apply locale 2021-08-23 patch
|
||||
|
||||
* Mon Mar 29 2021 Brian Read <brianr@bjsystems.co.uk> 2.2-15.sme
|
||||
- Add Update event to createlinks [SME: 11036]
|
||||
|
||||
* Mon Mar 29 2021 BogusDateBot
|
||||
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
|
||||
by assuming the date is correct and changing the weekday.
|
||||
Wed Feb 13 2015 --> Wed Feb 11 2015 or Fri Feb 13 2015 or Wed Feb 18 2015 or ....
|
||||
|
||||
* Tue Oct 13 2020 Brian Read <brianr@bjsystems.co.uk> 2.2-14.sme
|
||||
- Initial Import to SME10 tree [SME: 11036]
|
||||
|
||||
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 2.2-13.sme
|
||||
- apply locale 2019-12-07 patch
|
||||
|
||||
* Fri Dec 14 2018 john Crisp <jcrisp@safeandsoundit.co.uk> 2.2-12
|
||||
* Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 2.2-11.sme
|
||||
- apply locale 2017-12-02 patch
|
||||
|
||||
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.2-10.sme
|
||||
- apply locale 2017-03-25 patch
|
||||
|
||||
* Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.2-9.sme
|
||||
- apply locale 2017-02-02.patch
|
||||
|
||||
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 2.2-8.sme
|
||||
- apply locale 2016-03-09 patch
|
||||
|
||||
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.2-7.sme
|
||||
- Added smeserver-service_control-2.2-locale-2015-09-12.patch
|
||||
|
||||
* Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.2-6.sme
|
||||
- Initial release to contribs9
|
||||
|
||||
* Sun Feb 15 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 2.2-5
|
||||
- Services with localhost access are now manageable
|
||||
- Cosmetic changes in the Panel
|
||||
- Optimisation of service2adjust in createlinks
|
||||
|
||||
* Fri Feb 13 2015 stephane de labrusse <stephdl@de-labrusse.fr> - 2.2-4
|
||||
Wed Feb 13 2015 --> Wed Feb 11 2015 or Fri Feb 13 2015 or Wed Feb 18 2015 or ....
|
||||
- New expand-template of service-expand with a link to bootstrap-console-save
|
||||
- sigusr1 to httpd when service-expand is called
|
||||
|
||||
* Wed May 21 2014 stephane de labrusse <stephdl@de-labrusse.fr> - 2.0-3
|
||||
- adaptation to git use, creation of service2adjust by createlinks
|
||||
|
||||
* Wed Jan 22 2014 stephane de labrusse <stephdl@de-labrusse.fr>
|
||||
- first release for SME Server 8.0 thanks to Michel Van hees for his work
|
||||
- Adaptation to utf8
|
||||
|
||||
* Mon Feb 11 2008 Michel Van hees <michel@vanhees.cc>
|
||||
- Adding Access service swap
|
||||
|
||||
* Mon Jan 21 2008 Michel Van hees <michel@vanhees.cc>
|
||||
- Code cleaning
|
||||
|
||||
* Mon Jan 21 2008 Michel Van hees <michel@vanhees.cc>
|
||||
- Adding confirmation screen
|
||||
|
||||
* Tue Jan 15 2008 Michel Van hees <michel@vanhees.cc>
|
||||
- Fix bug in server-manager menu
|
||||
|
||||
* Mon Jan 14 2008 Michel Van hees <michel@vanhees.cc>
|
||||
- Fix bug in TCP Port panel
|
||||
|
||||
* Mon Jan 14 2008 Michel Van hees <michel@vanhees.cc>
|
||||
- First release
|
||||
|
||||
%description
|
||||
sme server administration panel to control service status and tcp port
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
%build
|
||||
perl createlinks
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
|
||||
rm -f %{name}-%{version}-filelist
|
||||
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
|
||||
echo "%doc COPYING" >> %{name}-%{version}-filelist
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%pre
|
||||
%preun
|
||||
|
||||
%post
|
||||
#/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1
|
||||
#echo Go to your server-manager to use new function
|
||||
|
||||
%postun
|
||||
#/etc/e-smith/events/actions/navigation-conf > /dev/null 2>&1
|
||||
|
||||
%files -f %{name}-%{version}-filelist
|
||||
%defattr(-,root,root)
|
Loading…
Reference in New Issue
Block a user