Index: trunk/psLib/src/astro/psEarthOrientation.c
===================================================================
--- trunk/psLib/src/astro/psEarthOrientation.c	(revision 7766)
+++ trunk/psLib/src/astro/psEarthOrientation.c	(revision 8232)
@@ -8,6 +8,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-30 02:20:06 $
+ *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-08 23:32:22 $
  *
  *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
@@ -24,5 +24,5 @@
 #include "psMetadataConfig.h"
 #include "psError.h"
-#include "psErrorText.h"
+
 #include "psMemory.h"
 #include "psCoord.h"
@@ -103,5 +103,5 @@
                                             "psLib.eoc.precession.table.format");
     if(! success || tableFormat == NULL) {
-        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psTime_LOOKUP_METADATA_FAILED,
+        psError(PS_ERR_BAD_PARAMETER_VALUE, true, _("Failed find '%s' in time metadata."),
                 "psLib.eoc.precession.table.format");
         return false;
@@ -112,5 +112,5 @@
     if(! success || xTableName == NULL) {
         psFree(tableFormat);
-        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psTime_LOOKUP_METADATA_FAILED,
+        psError(PS_ERR_BAD_PARAMETER_VALUE, true, _("Failed find '%s' in time metadata."),
                 "psLib.eoc.precession.x.file");
         return false;
@@ -122,5 +122,5 @@
         psFree(tableFormat);
         psFree(xTableName);
-        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psTime_LOOKUP_METADATA_FAILED,
+        psError(PS_ERR_BAD_PARAMETER_VALUE, true, _("Failed find '%s' in time metadata."),
                 "psLib.eoc.precession.y.file");
         return false;
@@ -133,5 +133,5 @@
         psFree(xTableName);
         psFree(yTableName);
-        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psTime_LOOKUP_METADATA_FAILED,
+        psError(PS_ERR_BAD_PARAMETER_VALUE, true, _("Failed find '%s' in time metadata."),
                 "psLib.eoc.precession.s.file");
         return false;
@@ -145,5 +145,5 @@
         psFree(yTableName);
         psFree(sTableName);
-        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psTime_LOOKUP_METADATA_FAILED,
+        psError(PS_ERR_BAD_PARAMETER_VALUE, true, _("Failed find '%s' in time metadata."),
                 "psLib.eoc.precession.iers.file");
         return false;
@@ -158,5 +158,5 @@
         psFree(sTableName);
         psFree(iersTableName);
-        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psTime_LOOKUP_METADATA_FAILED,
+        psError(PS_ERR_BAD_PARAMETER_VALUE, true, _("Failed find '%s' in time metadata."),
                 "psLib.eoc.precession.finals.file");
         return false;
@@ -172,5 +172,5 @@
         psFree(iersTableName);
         psFree(finalsTableName);
-        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psTime_LOOKUP_METADATA_FAILED,
+        psError(PS_ERR_BAD_PARAMETER_VALUE, true, _("Failed find '%s' in time metadata."),
                 "psLib.eoc.precession.iers.table.format");
         return false;
@@ -187,5 +187,5 @@
         psFree(finalsTableName);
         psFree(iersTableFormat);
-        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psTime_LOOKUP_METADATA_FAILED,
+        psError(PS_ERR_BAD_PARAMETER_VALUE, true, _("Failed find '%s' in time metadata."),
                 "psLib.eoc.precession.iers.table.format");
         return false;
@@ -214,5 +214,5 @@
     psVector* xCoeff = psMetadataLookupPtr(&success, eocMetadata, "psLib.eoc.precession.poly.x");
     if(! success || xCoeff == NULL || xCoeff->type.type != PS_TYPE_F64) {
-        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psTime_LOOKUP_METADATA_FAILED,
+        psError(PS_ERR_BAD_PARAMETER_VALUE, true, _("Failed find '%s' in time metadata."),
                 "psLib.eoc.precession.poly.x");
         return false;
@@ -221,5 +221,5 @@
     if(! success || yCoeff == NULL || yCoeff->type.type != PS_TYPE_F64) {
         psFree(xCoeff);
-        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psTime_LOOKUP_METADATA_FAILED,
+        psError(PS_ERR_BAD_PARAMETER_VALUE, true, _("Failed find '%s' in time metadata."),
                 "psLib.eoc.precession.poly.y");
         return false;
@@ -229,5 +229,5 @@
         psFree(xCoeff);
         psFree(yCoeff);
-        psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psTime_LOOKUP_METADATA_FAILED,
+        psError(PS_ERR_BAD_PARAMETER_VALUE, true, _("Failed find '%s' in time metadata."),
                 "psLib.eoc.precession.poly.s");
         return false;
