--- OSAS/OSA_system/OSAS_addfiles.py 2008/10/17 06:26:43 1.52 +++ OSAS/OSA_system/OSAS_addfiles.py 2010/02/15 19:09:00 1.53 @@ -164,7 +164,7 @@ class OSAS_add_Document(Folder): return OSAS_add.addPdf2(self) def addImages(self,path): - """Hinzufügen eines neuen Imagesfolders""" + """Hinzufuegen eines neuen Imagesfolders""" return OSAS_add.addImages(self,path) def addImages2(self): @@ -452,7 +452,7 @@ def manage_AddOSAS_add_contextData(self, InitializeClass(OSAS_add_contextData) class OSAS_add_Presentation(Folder): - """Hinzufügen der Presentationsinformationen""" + """Hinzufuegen der Presentationsinformationen""" security=ClassSecurityInfo() def __init__(self,id): @@ -481,7 +481,7 @@ class OSAS_add_Presentation(Folder): RESPONSE.redirect('manage_main') def addPresentation(self,path): - """Hinzufügen der Presenationsinformation""" + """Hinzufuegen der Presenationsinformation""" return OSAS_add.addPresentation(self,path) def addPresentation2(self): @@ -504,7 +504,7 @@ def manage_AddOSAS_add_Presentation(self InitializeClass(OSAS_add_Presentation) class OSAS_combineTextImage(Folder): - """Hinzufüge der Combine Text und Image""" + """Hinzufuege der Combine Text und Image""" security=ClassSecurityInfo() def __init__(self,id): @@ -534,7 +534,7 @@ class OSAS_combineTextImage(Folder): security.declarePublic('combineTextImage') def combineTextImage(self,path): - """Hinzufügen der Presenationsinformation""" + """Hinzufuegen der Presenationsinformation""" """gibt input formular zur erstellung des texttools meta tag aus""" files = os.listdir(path) @@ -636,7 +636,7 @@ class OSAS_combineTextImage(Folder): return pt() def isSelectedViewerTemplateSet(self,obj,id): - """is ausgewählt""" + """is ausgewaehlt""" if self.REQUEST['viewerTemplateSet']==id: return 1