Commit b5db96e3 authored by claes's avatar claes

*** empty log message ***

parent 3370f60d
......@@ -52,4 +52,10 @@
070704 cs glow Subgraph name size increased from 32 to 80 characters.
070704 cs ge Circuitdiagram symbols added.
070705 cs glow Bugfix in connections, ConGlue wasn't snapped to grid and connection wasn't drawn when created.
070705 cs xtt Bugfix in logging, parameters with array index couldn't be restored from saved entry.
\ No newline at end of file
070705 cs xtt Bugfix in logging, parameters with array index couldn't be restored from saved entry.
070715 cs glow Problems in window objects with alternating doublebuffering enabled/disabled fixed.
070717 cs ge Select next object with Ctrl/Arrow keys.
070820 cs glow Grid drawing improved.
070820 cs glow Problems with the three first colors of the palette as backgroundcolor fixed.
070821 cs xtt Console log viewing last page when opened.
070822 cs glow Bugfix in text drawing. Minimal text size could cause segfault.
......@@ -437,7 +437,7 @@ B 5.3.8 "Last usable value, "
B 5.3.9 "No usable value, "
B 5.3.10 "Out of service, "
B 5.3.11 "Substitute set, "
B 5.3.12 "Initail value, "
B 5.3.12 "Initial value, "
B 5.3.13 "Sensor conversion not accurate, "
B 5.3.14 "Engineering unit violation, "
B 5.3.15 "Sub-normal, "
......
Proview is free software, covered by the GNU General Public License.
You can redistribute it and/or modify it under the terms of this license.
There is absolutely no warranty for Proview, se details below.
Press the Show License button to display the license.
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.
!
! Proview $Id: inc_xtt.uil,v 1.1 2007-08-24 13:41:43 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! 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 the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! This module defines english texts for xtt.
!
value
c_File : compound_string("File");
c_Close : compound_string("Close");
c_Print : compound_string("Print");
c_Edit : compound_string("Edit");
c_Search : compound_string("Search");
c_Find_Object : compound_string("Find Object");
c_Find_Regular_expression : compound_string("Find Regular expression");
c_Find_Next : compound_string("Find Next");
c_Collapse : compound_string("Collapse");
c_Functions : compound_string("Functions");
c_Open_Object : compound_string("Open Object");
c_Open_Plc : compound_string("Open Plc");
c_Open_ClassGraph : compound_string("Open ClassGraph");
c_Show_Crossreferences : compound_string("Show Crossreferences");
c_Change_Value : compound_string("Change Value");
c_Command : compound_string("Command");
c_Collect : compound_string("Collect");
c_Collect_insert : compound_string("Collect Insert");
c_Show : compound_string("Show");
c_Insert : compound_string("Insert");
c_Remove : compound_string("Remove");
c_Clear : compound_string("Clear");
c_Advanced_user : compound_string("Advanced user");
c_View : compound_string("View");
c_Zoom_in : compound_string("Zoom in");
c_Zoom_out : compound_string("Zoom out");
c_Zoom_reset : compound_string("Zoom reset");
c_Help : compound_string("Help");
c_Overview : compound_string("Overview");
c_Project : compound_string("Project");
c_About_Proview : compound_string("About Proview");
! module xtt_op.uil
c_Alarmlist : compound_string("Alarmlist");
c_Eventlist : compound_string("Eventlist");
c_Blocklist : compound_string("Blocklist");
c_Eventlog : compound_string("Eventlog");
c_Histlist : compound_string("Historical Eventlist");
c_Navigator : compound_string("Navigator");
! module xtt_xatt.uil
c_Close_change_value : compound_string("Close change value");
c_Display_object_in_navigator : compound_string("Display object in navigator");
c_Ok : compound_string("Ok");
c_Cancel : compound_string("Cancel");
! module xtt_block
c_Apply : compound_string("Apply");
c_Aalarm : compound_string("A Alarm");
c_Balarm : compound_string("B Alarm");
c_Calarm : compound_string("C Alarm");
c_Dalarm : compound_string("D Alarm");
c_NoBlock : compound_string("No Blocking");
c_BlockRemove : compound_string("Remove Blocking");
! module xtt_eve.uil
c_Acknowledge : compound_string("Acknowledge");
c_Display_hundredth : compound_string("Display hundredth");
c_Hide_event_name : compound_string("Hide event name");
c_Hide_event_text : compound_string("Hide event text");
c_Help_on_selected_event : compound_string("Help on selected event");
! module xtt_clog.uil
c_Update : compound_string("Update");
c_NextFile : compound_string("Next File");
c_PreviousFile : compound_string("Previous File");
c_SelectFile : compound_string("Select File");
c_Filter : compound_string("Filter");
c_Consolelog : compound_string("ConsoleLog");
c_Help_on_selected_msg : compound_string("Help on selected message");
! module xtt_trace.uil
c_PrintSelect : compound_string("PrintSelected");
c_SaveTrace : compound_string("SaveTrace");
c_RestoreTrace : compound_string("RestoreTrace");
c_ClearTrace : compound_string("ClearTrace");
c_Mode : compound_string("Mode");
c_Trace : compound_string("Trace");
c_Simulate : compound_string("Simulate");
c_Plc : compound_string("Plc");
! module xtt_curve.uil
c_Refresh : compound_string("Refresh");
c_Bright_background : compound_string("Bright background");
c_Show_names : compound_string("Show names");
c_Filled_curves : compound_string("Filled curves");
c_X_axis_limits : compound_string("X-axis limits");
k_Min_Max_value : "Min Max value";
k_MinValue : "MinValue";
k_MaxValue : "MaxValue";
! module xtt_ge.uil
k_Ok : "Ok";
k_Yes : "Yes";
k_Cancel : "Cancel";
k_No : "No";
k_Help : "Help";
k_Confirm : "Confirm";
k_Enter_Value : "Enter Value";
k_Message : "Message";
k_Value_input : "Value input";
! module xhelp
c_SearchNext : "SearchNext";
c_SearchPrevious : "SearchPrevious";
! module xtt_hist.uil
histformtitle : "Historical Event List: Search Condition";
Search : "Search";
Exit : "Exit";
starttime : "Start time";
priority : "Priority";
stoptime : "Stop time";
eventtype : "Event type";
eventtext : "Event text";
eventname : "Event name";
a_alarm : "A-Alarm";
b_alarm : "B-Alarm";
c_alarm : "C-Alarm";
d_alarm : "D-Alarm";
message : "Message";
active : "Active";
acknowledge : "Ack";
return : "Return";
nrOfEvents : "Number of events:";
today : "Today";
yesterday : "Yesterday";
thisweek : "This Week";
lastweek : "Last Week";
thismonth : "This Month";
lastmonth : "Last Month";
all : "All";
time : "Time";
searchcondition : "Searchcondition:";
mnemonic_FILE : 'F';
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.
# General
E 1.0.1 "Erreur"
E 1.0.2 "Mises en garde"
#
# 1.1 Xtt Navigator
E 1.1.1 "Aide"
E 1.1.2 "Aide Classe"
E 1.1.3 "Graphique"
E 1.1.4 "Tendance"
E 1.1.5 "Ouvrir"
E 1.1.6 "Ouvrir objet..."
E 1.1.7 "RtNavigator"
E 1.1.8 "Ouvrir graphique"
E 1.1.9 "Cross références"
E 1.1.10 "Feuille de données"
E 1.1.11 "Rassembler"
E 1.1.12 "Type de graphique..."
E 1.1.13 "Ouvrir Plc..."
E 1.1.14 "Ouvrir Plc"
E 1.1.15 "Note"
E 1.1.16 "Photo"
E 1.1.17 "Rapide"
E 1.1.18 "Tendance"
E 1.1.19 "Schéma du circuit"
E 1.1.20 "Bloc évènements..."
E 1.1.21 "Hist évènements..."
E 1.1.22 "Liste alarmes"
E 1.1.23 "Liste évènements"
E 1.1.24 "Historique"
E 1.1.25 "Lien"
E 1.1.26 "Abonnement Client"
E 1.1.27 "Abonnement Serveur"
E 1.1.28 "Nethandler"
E 1.1.29 "Communication"
E 1.1.30 "Dispositif"
E 1.1.31 "PlcThread"
E 1.1.32 "PlcPgm"
E 1.1.33 "Notation"
E 1.1.34 "Notation entrée 1"
E 1.1.35 "Notation entrée 2"
E 1.1.36 "Notation entrée 3"
E 1.1.37 "Notation entrée 4"
E 1.1.38 "Notation entrée 5"
E 1.1.39 "Notation entrée 6"
E 1.1.40 "Notation entrée 7"
E 1.1.41 "Notation entrée 8"
E 1.1.42 "Notation entrée 9"
E 1.1.43 "Notation entrée 10"
E 1.1.44 "Messages système"
E 1.1.45 "Volume"
E 1.1.46 "Volumes"
E 1.1.47 "Noeuds"
E 1.1.48 "Base de données"
E 1.1.49 "Alarme"
E 1.1.50 "Magasin"
E 1.1.51 "Système"
E 1.1.52 "Sortie"
E 1.1.53 "Fermer"
E 1.1.54 "valeur >"
E 1.1.55 "Imprimer"
E 1.1.56 "Ouvrir objet"
E 1.1.57 "_Imprimer"
E 1.1.58 "_Fermer"
E 1.1.59 "_Dossier"
E 1.1.60 "_Trouver Objet"
E 1.1.61 "Trouver _Régulière expression"
E 1.1.62 "_Chercher"
E 1.1.63 "_Effondrement"
E 1.1.64 "_Editer"
E 1.1.65 "_Ouvrir Objet..."
E 1.1.66 "Ouvrir _Programme"
E 1.1.67 "Ouvrir _Graphique de classe"
E 1.1.68 "Montrer réferences C_ross"
E 1.1.69 "Changer _Valeur"
E 1.1.70 "Commande"
E 1.1.71 "_Insérer"
E 1.1.72 "_Montrer"
E 1.1.73 "_Enlever"
E 1.1.74 "Libérer"
E 1.1.75 "_Rassembler"
E 1.1.76 "_Utilisateur avancé"
E 1.1.77 "_Fonctions"
E 1.1.78 "Zoom _avant"
E 1.1.79 "Zoom _arrière"
E 1.1.80 "Zoom _initial"
E 1.1.81 "_Vue"
E 1.1.82 "_Vue d'ensemble"
E 1.1.83 "_Projet"
E 1.1.84 "_Au sujet de Proview"
E 1.1.85 "_Aide"
E 1.1.86 "Retour"
E 1.1.87 "Ouvrir Programme"
E 1.1.88 "Utilisateur avancé"
E 1.1.89 "Zoom avant"
E 1.1.90 "Zoom arrière"
E 1.1.91 "Zoom initial"
E 1.1.92 "trouver _suivant"
E 1.1.93 "Souhaitez-vous fermer?"
E 1.1.94 "Liste alarmes"
E 1.1.95 "Liste évènements"
E 1.1.96 "Notation évènements"
E 1.1.97 "Confirmer"
E 1.1.98 "Chercher corde"
#
# Logging entry
E 1.2.1 "Actif"
E 1.2.2 "Insertion"
E 1.2.3 "Début"
E 1.2.4 "Arrêt"
E 1.2.5 "Restauration"
E 1.2.6 "Montrer fichiers"
E 1.2.7 "Temps (ms)"
E 1.2.8 "Dossier"
E 1.2.9 "Type"
E 1.2.10 "Taille amortiseurs"
E 1.2.11 "Amortisseurs pleins"
E 1.2.12 "Nom"
E 1.2.13 "Paramètre"
E 1.2.14 "Conditions paramètre"
#
# Alarm blocking
E 1.3.1 "Alarmes bloquées"
E 1.3.2 "Blocage alarme"
#
# License
E 1.4.1 "J'accepte"
E 1.4.2 "Montrer license"
E 1.4.3 "Accepter les termes de la license"
E 1.4.4 "Quitter"
E 1.4.5 "License"
#
# Event, Alarm and Block list
E 1.5.1 "_Reconnaître"
E 1.5.2 "_Affichage objet dans le navigateur"
E 1.5.3 "_Affichage centième"
E 1.5.4 "_Nom évènement caché"
E 1.5.5 "_Texte évènement caché"
E 1.5.6 "Aide évènement sélectionné"
E 1.5.7 "_Enlever blocage"
#
# Object editor
E 1.6.1 "_Fermer valeur changée"
#
# Wow
E 1.7.1 "Oui"
E 1.7.2 "Non"
E 1.7.3 "Annulé"
#
# CLog
E 1.8.1 "_Mise à jour"
E 1.8.2 "_Fichier suivant"
E 1.8.3 "_Fichier précédent"
E 1.8.4 "_Sélectionner fichier"
E 1.8.5 "_Filtre"
E 1.8.6 "ConsoleLog"
E 1.8.7 "_Aide sur ConsoleLog"
E 1.8.8 "_Aide sur Sélectionner message"
#
# Eventlog
E 1.9.1 "Historique des évènements: Chercher condition"
E 1.9.2 "Chercher"
E 1.9.3 "Début temps"
E 1.9.4 "Arrêt temps"
E 1.9.5 "Prioritée"
E 1.9.6 "Type évènement"
E 1.9.7 "Texte évènement"
E 1.9.8 "Nom évènement"
E 1.9.9 "A-Alarme"
E 1.9.10 "B-Alarme"
E 1.9.11 "C-Alarme"
E 1.9.12 "D-Alarme"
E 1.9.13 "Message"
E 1.9.14 "Actif"
E 1.9.15 "Ack"
E 1.9.16 "Retour"
E 1.9.17 "Nombre d'évènements:"
E 1.9.18 "Aujourd'hui"
E 1.9.19 "Hier"
E 1.9.20 "Cette semaine"
E 1.9.21 "Semaine dernière"
E 1.9.22 "Ce mois"
E 1.9.23 "MOis dernier"
E 1.9.24 "Tout "
E 1.9.25 "Temps"
E 1.9.26 "Chercher condition"
#
# Ge Curve
E 1.10.1 "_Rafraichir"
E 1.10.2 "_Couluer fond"
E 1.10.3 "_Montrer noms"
E 1.10.4 "_Courbes remplies"
E 1.10.5 "_Limites axe des X"
E 1.10.6 "MinValeur"
E 1.10.7 "MaxValeur"
E 1.10.8 "Vue"
E 1.10.9 "Curseur"
E 1.10.10 "Marque"
E 1.10.11 "Unité"
E 1.10.12 "Echelle"
E 1.10.13 "Attribut"
E 1.10.14 "Axe du temps"
#
# Postscript printing
E 2.1.1 "Table des matières"
E 2.1.2 "Page"
E 2.1.3 "Voir"
E 2.1.4 "Classe"
E 2.1.5 "Auteur"
E 2.1.6 "Version"
E 2.1.7 "Code"
E 2.1.8 "Corps"
E 2.1.9 "Type"
E 2.1.10 "Texte francais pas correct"
E 2.1.11 "Réference objet manuelle"
#
# Object graphs
#
# Baseclasses
# Signal object graphs
E 3.1.1 "Description"
E 3.1.2 "Valeur initiale"
E 3.1.3 "Valeur actuelle"
E 3.1.4 "Unité"
E 3.1.5 "Cannal"
E 3.1.6 "Tenir"
E 3.1.7 "Glisser"
E 3.1.8 "Type filtre"
E 3.1.9 "Valeur"
E 3.1.10 "Identité"
E 3.1.11 "Nombre"
E 3.1.12 "Gamme"
E 3.1.13 "Valeur du signal capteur"
E 3.1.14 "Valeur du signal cannal"
E 3.1.15 "Valeur Raw"
E 3.1.16 "Mise à jour gamme"
E 3.1.17 "Signal"
E 3.1.18 "TestOn"
E 3.1.19 "Valeur test"
#
# Mode - PID
E 3.2.1 "Mode"
E 3.2.2 "Man"
E 3.2.3 "Auto"
E 3.2.4 "Cascade"
E 3.2.5 "Local"
E 3.2.6 "Valeur ext"
E 3.2.7 "Force"
E 3.2.8 "Valeur enregistrée"
E 3.2.9 "Valeur procédé"
E 3.2.10 "Valeur sortie"
#
# Object graph menues
E 3.3.1 "Composants"
E 3.3.2 "Signaux"
E 3.3.3 "Méthodes"
E 3.3.4 "Imprimer"
#
# Basecomponent
E 4.1.1 "On"
E 4.1.2 "Off"
E 4.1.3 "Déclenché"
E 4.1.4 "Temperature"
# BaseSensor
E 4.2.1 "Limites"
E 4.2.2 "Très haut"
E 4.2.3 "Haut"
E 4.2.4 "Bas"
E 4.2.5 "Très bas"
E 4.2.6 "Utilisé"
E 4.2.7 "Limite"
E 4.2.8 "Hysterésis"
B 4.2.11 "Limite très haute atteinte, capteur, "
B 4.2.12 "Limite haute atteinte, capteur, "
B 4.2.13 "Limite basse atteinte, capteur, "
B 4.2.14 "Limite très basse atteinte, capteur, "
B 4.2.15 "Limite très haute atteinte, capteur niveau, "
B 4.2.16 "Limite haute atteinte, capteur niveau, "
B 4.2.17 "Limite basse atteinte, capteur niveau, "
B 4.2.18 "Limite très basse atteinte, capteur niveau, "
B 4.2.19 "Limite très haute atteinte, capteur temp, "
B 4.2.20 "Limite haute atteinte, capteur temp, "
B 4.2.21 "Limite basse atteinte, capteur temp, "
B 4.2.22 "Limite très basse atteinte, capteur temp, "
B 4.2.23 "Limite très haute atteinte, capteur pression, "
B 4.2.24 "Limite haute atteinte, capteur pression, "
B 4.2.25 "Limite basse atteinte, capteur pression, "
B 4.2.26 "Limite très basse atteinte, capteur pression, "
E 4.2.27 "Supervision inactive"
E 4.2.28 "Niveau"
E 4.2.29 "Pression"
E 4.2.30 "Temperature"
E 4.2.31 "Ecoulement"
E 4.2.32 "Valeur Ai"
# BaseManValve
E 4.3.1 "Retard"
E 4.3.2 "Commutateur ouvert"
E 4.3.3 "Commutateur fermé"
E 4.3.4 "Erreur détectée"
B 4.3.5 "Erreur valve commutateur, "
E 4.3.6 "Valve ouverte"
E 4.3.7 "Valve fermée"
E 4.3.8 "Commutateur erreur"
E 4.3.9 "Position erreur"
E 4.3.10 "Déclencheur"
E 4.3.11 "Valve"
E 4.3.12 "Commutateur ouvert"
E 4.3.13 "Commutateur fermé"
E 4.3.14 "Position"
E 4.3.15 "Ordre"
E 4.3.16 "Manuel"
E 4.3.17 "Indiquer"
# Valve is open
E 4.3.18 "Ouvert"
# Open valve
E 4.3.19 "Ouvert"
E 4.3.20 "Fermé"
E 4.3.21 "Quitter"
# BaseFanAggr
E 4.4.1 "Surcharge"
E 4.4.2 "Sécurité Commutateur"
E 4.4.3 "Prêt"
E 4.4.4 "Couplage externe"
E 4.4.5 "Conjoncteur"
E 4.4.6 "Interrupteur circuit"
E 4.4.7 "Startlock"
E 4.4.8 "Convertisseur fréquence"
B 4.4.11 "Rétroaction dernier ventilateur, "
B 4.4.12 "Surcharge, interrupteur circuit ventilateur déclenché, "
B 4.4.13 "Commutateur sécurité ventilateur fermé, "
B 4.4.14 "Contrôle couplage. Démarrage manuel non autorisé, ventilateur pas prêt, "
B 4.4.15 "Contrôle couplage. Mode auto non autorisé, ventilateur pas prêt, "
B 4.4.16 "Mode local activé, contrôle distance du ventilateur pas autorisé, "
B 4.4.17 "Mode local activé pour ventilateur, "
B 4.4.19 "Mode auto activé. Démarrage/arrët manuel du ventilateur pas autorisé, "
E 4.4.20 "Surcharge relais"
# BaseMotor
B 4.5.1 "Température moteur haute, "
B 4.5.2 "Température moteur très haute, "
E 4.5.3 "Surchauffe"
# BaseContactor
B 4.6.1 "Conjoncteur rétroaction eprdus, "
E 4.6.2 "Conjoncteur activé"
E 4.6.3 "Activation conjoncteur"
# BaseSwitch
B 4.7.1 "Alarme commutateur, "
B 4.7.2 "Niveau commutateur, "
B 4.7.3 "Pression commutateur, "
B 4.7.4 "Température commutateur, "
E 4.7.5 "Entrée numérique commutateur"
# CompMode
B 4.8.1 "Contrôle couplage. Démarrage manuel non autorisé, pas prêt, "
B 4.8.2 "Contrôle couplage. Mode auto non autorisé, pas prêt, "
B 4.8.3 "Mode local activé, contrôle distance pas autorisé, "
B 4.8.4 "Mode local activé, "
B 4.8.5 "Mode auto activé. Démarrage/arrët manuel pas autorisé, "
E 4.8.6 "Surcharge"
# BaseSafetySwitch
B 4.9.1 "Sécurité commutateur non active, "
# BaseCircuitBreaker
B 4.10.1 "Activation interrupteur circuit , "
E 4.10.2 "Interrupteur Circuit déclenché"
# BaseCValve
E 4.11.1 "Mesure position valve"
E 4.11.2 "Commande position valve"
B 4.11.3 "Erreur commutateur, "
# RunTimeCounter
E 4.12.1 "Mise en route"
E 4.12.2 "En cours"
# BaseContactor
E 4.13.1 "Rétroaction"
E 4.13.2 "Temps limit"
# BaseMotorIncrDecrAggr
E 4.14.1 "Incr"
E 4.14.2 "Decr"
E 4.14.3 "Conjoncteurs"
E 4.14.4 "Limites commutateurs"
B 4.14.5 "Temps écoulé, limite commutateur non atteinte, "
E 4.14.6 " Incr"
E 4.14.7 " Decr"
E 4.14.8 " Stop"
E 4.14.9 " Man"
E 4.14.10 " Auto"
E 4.14.11 "Avant"
E 4.14.12 "Retour"
E 4.14.13 "Vers l'avant"
E 4.14.14 "Vers l'arrière"
E 4.14.15 " Monter"
E 4.14.16 " Descendre"
E 4.14.17 "Monter"
E 4.14.18 "Descendre"
E 4.14.19 " Ouvrir"
E 4.14.20 " Fermer"
# BaseDirValve
E 4.15.1 "Ordre avant"
E 4.15.2 "Ordre retour"
E 4.15.3 "Ordre vers l'avant"
E 4.15.4 "Ordre vers l'arrière"
E 4.15.5 "Ordre monter"
E 4.15.6 "Ordre descendre"
E 4.15.7 "Ordre ouvrir"
E 4.15.8 "Ordre fermer"
#
# Manufacturer components
#
# ABB
# ACS800
E 5.1.1 "Convertisseur fréquence"
E 5.1.2 "Vitesse"
E 5.1.3 "Courant"
E 5.1.4 "Couple"
E 5.1.5 "Moment"
E 5.1.6 "SetValeur"
E 5.1.7 "Remote control"
E 5.1.8 "Bus com"
E 5.1.9 "Redémarrage"
B 5.1.10 "Convertisseur fréquence est en mode local, "
B 5.1.11 "Convertisseur fréquence déclenché, redémarrage requis, "
B 5.1.12 "Convertisseur entretien: remplacement ventliateur refroidissemt requis, "
B 5.1.13 "Mise en garde convertisseur fréquence, "
B 5.1.14 "Erreur convertisseur fréquence, "
E 5.1.15 "Contrôle local"
# ACS800MotorAggr
E 5.2.1 "Puissance/Conjoncteur"
E 5.2.2 "Fusible"
B 5.2.3 "Puissance pas encore suffisante pour redémarrage, attendre avant de réessayer, "
B 5.2.4 "Puissance enclenchée, "
B 5.2.5 "Puissance non enclenchée, "
# ABB_Sensor_Pb_PA
B 5.3.1 "Erreur émetteur, valeur non utilisable, "
B 5.3.2 "Mises en garde émetteur, valeur incertaine, "
B 5.3.3 "Erreur non spécifique, "
B 5.3.4 "Erreur configuration, "
B 5.3.5 "Non connecté, "
B 5.3.6 "Dispositif erroné, "
B 5.3.7 "Capteur erroné, "
B 5.3.8 "Dernière valeur utlisable, "
B 5.3.9 "Valeur non utilisable, "
B 5.3.10 "Hors service, "
B 5.3.11 "Substitut set, "
B 5.3.12 "Initail valeur, "
B 5.3.13 "Conversion capteur pas précise, "
B 5.3.14 "Violation unité technologique, "
B 5.3.15 "Sub-normal, "
B 5.3.16 "Valeur simulée, "
B 5.3.17 "Calibrage capteur, "
# ABB_TempSensor_TF12Fo
B 5.4.1 "Capteur température"
# ABB_DiffpressureSensor_265dsFo
B 5.5.1 "Diffpression"
B 5.5.2 "pression statique"
B 5.5.3 "Capteur pression"
# ABB_FlowSensor_FXE4000Fo
B 5.6.1 "Capteur flux"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment