Initial implementation of the new Debug Plugin
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.ui / src / net / sourceforge / phpeclipse / xdebug / ui / XDebugUIMessages.properties
diff --git a/net.sourceforge.phpeclipse.xdebug.ui/src/net/sourceforge/phpeclipse/xdebug/ui/XDebugUIMessages.properties b/net.sourceforge.phpeclipse.xdebug.ui/src/net/sourceforge/phpeclipse/xdebug/ui/XDebugUIMessages.properties
new file mode 100644 (file)
index 0000000..711cbbd
--- /dev/null
@@ -0,0 +1,50 @@
+LogView.column.severity = !
+LogView.column.message = Message
+LogView.column.plugin = Plug-in
+LogView.column.date = Date
+LogView.clear = C&lear log viewer
+LogView.clear.tooltip = Clear log viewer
+LogView.copy = &Copy
+LogView.delete = &Delete log
+LogView.delete.tooltip = Delete log
+LogView.export = &Export log...
+LogView.export.tooltip = Export log
+LogView.import = &Import log...
+LogView.import.tooltip = Import log
+LogView.filter = &Filters...
+LogView.readLog.reload = Re&load this workspace's log
+LogView.readLog.restore = &Restore log
+LogView.readLog.restore.tooltip = Restore log
+LogView.severity.error = Error
+LogView.severity.warning = Warning
+LogView.severity.info = Info
+LogView.confirmDelete.title = Confirm Delete
+LogView.confirmDelete.message = Are you sure you want to permanently delete all logged events?
+LogView.confirmOverwrite.message = File " {0}" exists.  Would you like to overwrite it?
+LogView.operation.importing = Importing log...
+LogView.operation.reloading = Reloading...
+LogView.activate = &Activate on new events
+LogView.view.currentLog = &Open log
+LogView.view.currentLog.tooltip = Open log
+
+LogView.FilterDialog.title = Log Filters
+LogView.FilterDialog.eventTypes = Event Types
+LogView.FilterDialog.information = &Information
+LogView.FilterDialog.warning = &Warning
+LogView.FilterDialog.error = &Error
+LogView.FilterDialog.limitTo = &Limit visible events to:
+LogView.FilterDialog.eventsLogged = Show events logged during:
+LogView.FilterDialog.allSessions = &All sessions
+LogView.FilterDialog.recentSession = &Most recent session
+
+EventDetailsDialog.title= Event Details
+EventDetailsDialog.date=Date:
+EventDetailsDialog.severity=Severity:
+EventDetailsDialog.message=Message:
+EventDetailsDialog.exception=Exception Stack Trace:
+EventDetailsDialog.session=Session Data:
+EventDetailsDialog.noStack = An exception stack trace could not be found.
+EventDetailsDialog.previous=View details of previous event
+EventDetailsDialog.next=View details of next event
+EventDetailsDialog.copy=Copy event details to clipboard
+