diff options
author | ivan <ivan> | 2002-10-12 13:46:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-12 13:46:14 +0000 |
commit | 5288c123ca0fe8c47b881791c0dbe8c47f182c3f (patch) | |
tree | 2beb7aeff6fce22e00997add98d1bf0fcc3e80bd /bin/populate-msgcat | |
parent | b39b717a2e1118dc0a62748e525ac680feb87419 (diff) |
dayphone/nightphone as customizable labels, closes: Bug#464
Diffstat (limited to 'bin/populate-msgcat')
-rwxr-xr-x | bin/populate-msgcat | 10 |
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', + }, + ); } |