15 day open invoice reports for qis
[freeside.git] / bin / populate-msgcat
index 166f837..719d330 100755 (executable)
@@ -27,7 +27,7 @@ foreach my $msgcode ( keys %messages ) {
   }
 }
 
-print "Message catalog initialized sucessfully\n";
+#print "Message catalog initialized sucessfully\n";
 
 sub messages {
 
@@ -79,7 +79,7 @@ sub messages {
       'en_US' => 'Illegal password (',
     },
 
-    'illeggal_password_characters' => {
+    'illegal_password_characters' => {
       'en_US' => ' characters)',
     },
 
@@ -110,6 +110,14 @@ sub messages {
       'en_US' => 'Expired card',
     },
 
+    'daytime' => {
+      'en_US' => 'Day Phone',
+    },
+
+    'night' => {
+      'en_US' => 'Night Phone',
+    },
+
   );
 }