[Clirr-devel] CVS: clirr/core/src/conf/net/sf/clirr/core EventMessages_de.properties,NONE,1.1 EventM
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2004-07-10 13:37:40
|
Update of /cvsroot/clirr/clirr/core/src/conf/net/sf/clirr/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23600/src/conf/net/sf/clirr/core Added Files: EventMessages_de.properties EventMessages_en.properties Log Message: moving from root directory to core --- NEW FILE --- # Translations for messages generated by the check classes. # # {0} --> full class name of affected class # {1} --> full method prototype of affected method # {2} --> full field declaration of affected field # {3}..{n} --> check-specific parameters #----------------------------------------------------------------------------- # ClassScopeCheck messages #----------------------------------------------------------------------------- m1000=Sichtbarkeit der Klasse wurde von {3} auf {4} erweitern m1001=Sichtbarkeit der Klasse wurde von {3} auf {4} eingeschränkt m1002=Kann Klassen-Scope nicht bestimmen: {3} in der alten Version m1003=Kann Klassen-Scope nicht bestimmen: {3} in der neuen Version #----------------------------------------------------------------------------- # GenderChangeCheck messages #----------------------------------------------------------------------------- m2000=Klasse ist jetzt ein Interface m2001=Interface ist jetzt eine Klasse #----------------------------------------------------------------------------- # ClassModifierCheck messages #----------------------------------------------------------------------------- m3000=Kann nicht herausfinden ob Klasse private ist m3001=Der 'final' Modifier der Klasse wurde entfernt m3002=Der Klasse wurde ein 'final' Modifier hinzugefügt, sie war bisher allerdings nicht ableitbar m3003=Der Klasse wurde ein 'final' Modifier hinzugefügt m3004=Der 'abstract' Modifier der Klasse wurde entfernt m3005=Der Klasse wurde ein 'abstract' Modifier hinzugefügt #----------------------------------------------------------------------------- # InterfaceSetCheck messages #----------------------------------------------------------------------------- m4000=Das Interface {3} wird jetzt implementiert m4001=Das Interface {3} wird nicht mehr implementiert #----------------------------------------------------------------------------- # ClassHierarchyCheck messages #----------------------------------------------------------------------------- m5000=Neue Oberklasse {3} m5001={3} ist keine Oberklasse mehr #----------------------------------------------------------------------------- # FieldSetCheck messages #----------------------------------------------------------------------------- m6000={3} field {2} hinzugefügt m6001=Das Feld {2} wurde entfernt m6002=Der Wert von Feld {2} ist keine Compilezeit-Konstante mehr m6003=Der Wert der Compilezeit-Konstanten {2} wurde geändert m6004=Der Typ des Feldes {2} wurde von {3} zu {4} geändert m6005=Das Feld {2} ist jetzt non-final m6006=Das Feld {2} ist jetzt final m6007=Das Feld {2} ist jetzt non-static m6008=Das Feld {2} ist jetzt static m6009=Sichtbarkeit des Feldes {2} wurde von {3} auf {4} erhöht m6010=Sichtbarkeit des Feldes {2} wurde von {3} auf {4} herabgesetzt #----------------------------------------------------------------------------- # MethodSetCheck messages #----------------------------------------------------------------------------- # MethodSetCheck messages m7000=Die Methode ''{1}'' ist jetzt durch die Oberklasse {3} implementiert m7001=Die abstrakte methode ''{1}'' ist jetzt im implementierten Interface {3} spezifiziert m7002=Method ''{1}'' wurde entfernt #m7003 no longer used m7004=In der Methode ''{1}'' hat sich die Anzahl der Argumente geändert m7005=Parametertyp {3} von ''{1}'' wurde zu {4} geändert m7006=Rückgabetyp der Methode ''{1}'' wurde zu {3} geändert m7007=Methode ''{1}'' wurde als deprecated markiert m7008=Methode ''{1}'' ist nicht mehr deprecated m7009=Sichtbarkeit von Methode ''{1}'' wurde von {3} auf {4} reduziert m7010=Sichtbarkeit der Methode ''{1}'' wurde von {3} auf {4} erhöht m7011=Methode ''{1}'' wurde hinzugefügt m7012=Methode ''{1}'' wurde zum Interface hinzugefügt m7013=Abstract Methode ''{1}'' wurde hinzugefügt #----------------------------------------------------------------------------- # Core Check messages #----------------------------------------------------------------------------- m8000=Klasse {0} wurde hinzugefügt m8001=Klasse {0} wurde entfernt --- NEW FILE --- # Translations for messages generated by the check classes. # # {0} --> full class name of affected class # {1} --> full method prototype of affected method # {2} --> full field declaration of affected field # {3}..{n} --> check-specific parameters #----------------------------------------------------------------------------- # ClassScopeCheck messages #----------------------------------------------------------------------------- m1000=Increased visibility of class from {3} to {4} m1001=Decreased visibility of class from {3} to {4} m1002=Unable to determine class scope: {3} in old class version m1003=Unable to determine class scope: {3} in new class version #----------------------------------------------------------------------------- # GenderChangeCheck messages #----------------------------------------------------------------------------- m2000=Changed from class to interface m2001=Changed from interface to class #----------------------------------------------------------------------------- # ClassModifierCheck messages #----------------------------------------------------------------------------- m3000=Unable to determine whether class is private m3001=Removed final modifier from class m3002=Added final modifier to class, but class was effectively final anyway m3003=Added final modifier to class m3004=Removed abstract modifier from class m3005=Added abstract modifier to class #----------------------------------------------------------------------------- # InterfaceSetCheck messages #----------------------------------------------------------------------------- m4000=Added {3} to the set of implemented interfaces m4001=Removed {3} from the set of implemented interfaces #----------------------------------------------------------------------------- # ClassHierarchyCheck messages #----------------------------------------------------------------------------- m5000=Added {3} to the list of superclasses m5001=Removed {3} from the list of superclasses #----------------------------------------------------------------------------- # FieldSetCheck messages #----------------------------------------------------------------------------- m6000=Added {3} field {2} m6001=Removed field {2} m6002=Value of field {2} is no longer a compile-time constant m6003=Value of compile-time constant {2} has been changed m6004=Changed type of field {2} from {3} to {4} m6005=Field {2} is now non-final m6006=Field {2} is now final m6007=Field {2} is now non-static m6008=Field {2} is now static m6009=Accessability of field {2} has been increased from {3} to {4} m6010=Accessability of field {2} has been weakened from {3} to {4} #----------------------------------------------------------------------------- # MethodSetCheck messages #----------------------------------------------------------------------------- m7000=Method ''{1}'' is now implemented in superclass {3} m7001=Abstract method ''{1}'' is now specified by implemented interface {3} m7002=Method ''{1}'' has been removed #m7003 no longer used m7004=In method ''{1}'' the number of arguments has changed m7005=Parameter {3} of ''{1}'' has changed its type to {4} m7006=Return type of method ''{1}'' has been changed to {3} m7007=Method ''{1}'' has been deprecated m7008=Method ''{1}'' is no longer deprecated m7009=Accessability of method ''{1}'' has been decreased from {3} to {4} m7010=Accessability of method ''{1}'' has been increased from {3} to {4} m7011=Method ''{1}'' has been added m7012=Method ''{1}'' has been added to an interface m7013=Abstract method ''{1}'' has been added #----------------------------------------------------------------------------- # Core Check messages #----------------------------------------------------------------------------- m8000=Class {0} added m8001=Class {0} removed |