diff options
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r-- | perl-install/crypto.pm | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index b0e8b5631..570eb908c 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -11,17 +11,22 @@ use log; use ftp; %url2land = ( - fr => N("France"), - cr => N("Costa Rica"), + at => N("Austria"), be => N("Belgium"), + ch => N("Switzerland"), + cr => N("Costa Rica"), cz => N("Czech Republic"), de => N("Germany"), + fr => N("France"), gr => N("Greece"), + hu => N("Hungary"), + it => N("Italy"), + nl => N("Netherlands"), no => N("Norway"), + pl => N("Poland"), se => N("Sweden"), - nl => N("Netherlands"), - it => N("Italy"), - at => N("Austria"), + sk => N("Slovakia"), + tw => N("Taiwan"), ); %land2tzs = ( |