Index: trunk/psLib/src/sysUtils/psSysUtilsErrors.dat
===================================================================
--- trunk/psLib/src/sysUtils/psSysUtilsErrors.dat	(revision 1696)
+++ trunk/psLib/src/sysUtils/psSysUtilsErrors.dat	(revision 1713)
@@ -22,2 +22,14 @@
 checkMemBlock_OVERFLOW                         Memory block %ld is corrupted; buffer overflow detected.
 memProblemCallbackDefault_MULTIPLE_FREE        Block %ld allocated at %s:%d freed more than once at %s:%d.
+#
+# Error Messages from psString.c:
+#
+psString_NCHAR_NEGATIVE                        Can not copy a negative number of characters (%d).
+#
+# Error Messages from psTrace.c:
+#
+psTrace_NULL_SUBCOMPONENT                      Sub-component %d of node %s in trace tree is NULL.
+psTrace_NULL_TRACETREE                         Function %s called on a NULL trace level tree.
+psTrace_ADD_NULL_COMPONENT                     Failed to add null component to trace tree.
+psTrace_MALFORMED_COMPONENT_NAME               Failed to add '%s' to the root component tree; component must start with '.'.
+psTrace_FAILED_TO_ADD_COMPONENT                Failed to set trace level (%d) to '%s'.
