summaryrefslogtreecommitdiff
path: root/bin/populate-msgcat
diff options
context:
space:
mode:
Diffstat (limited to 'bin/populate-msgcat')
-rwxr-xr-xbin/populate-msgcat10
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/populate-msgcat b/bin/populate-msgcat
index f8e23cfa0..719d33046 100755
--- a/bin/populate-msgcat
+++ b/bin/populate-msgcat
@@ -27,7 +27,7 @@ foreach my $msgcode ( keys %messages ) {
}
}
-print "Message catalog initialized sucessfully\n";
+#print "Message catalog initialized sucessfully\n";
sub messages {
@@ -110,6 +110,14 @@ sub messages {
'en_US' => 'Expired card',
},
+ 'daytime' => {
+ 'en_US' => 'Day Phone',
+ },
+
+ 'night' => {
+ 'en_US' => 'Night Phone',
+ },
+
);
}