Skip to content

Commit

Permalink
Update lang_nl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
djphil committed Apr 25, 2013
1 parent 6d67bb7 commit d0c516b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions www/languages/lang_nl.php
Expand Up @@ -435,7 +435,7 @@
$webui_help_step2_title = 'Step 2';
$webui_help_step3_title = 'Step 3';
$webui_help_step1 = '<a href="index.php?page=register">Create your FREE Account</a> right here on our pages.';
$webui_help_step2 = '<a href="index.php?page=downloads">Download the viewer</a>. We recommend Imprudence / Kokua.';
$webui_help_step2 = '<a href="index.php?page=downloads">Download the viewer</a>. We recommend <b>'.$FirestormVersion.'</b>.';
$webui_help_step3 = '<a href="index.php?page=addgrid">Add our grid</a> to your favorite viewer. Don\'t forget it!';

$webui_help_title_comment01 = 'Free Downloads';
Expand Down Expand Up @@ -468,14 +468,14 @@
//
// Downloads Page
//
$webui_downloads = 'Téléchargements';
$webui_downloads_info = 'Nous vous proposons ici quelques téléchargements de Viewer ... nous vous conseillons Imprudence / Kokua';
$webui_downloads_imprudence_windows_title = 'Imprudence pour Windows';
$webui_downloads_imprudence_linux_title = 'Imprudence pour Linux';
$webui_downloads_imprudence_mac_title = 'Imprudence pour Mac';
$webui_downloads_imprudence_windows = '<a href="#">Télécharger</a> Imprudence / Kokua.';
$webui_downloads_imprudence_linux = '<a href="#">Télécharger</a> Imprudence / Kokua.';
$webui_downloads_imprudence_mac = '<a href="#">Télécharger</a> Imprudence / Kokua.';
$webui_downloads = 'Downloads';
$webui_downloads_info = 'We offer a few viewer downloads, however we recommend <b>'.$FirestormVersion.'</b>';
$webui_downloads_firestorm_windows_title = 'Firestorm for Windows';
$webui_downloads_firestorm_linux_title = 'Firestorm for Linux';
$webui_downloads_firestorm_mac_title = 'Firestorm for Mac';
$webui_downloads_firestorm_windows = '<a href=\''.Firestorm_Windows.'\'>Download</a> '.$FirestormVersion.'';
$webui_downloads_firestorm_linux = '<a href=\''.Firestorm_Mac.'\'>Download</a> '.$FirestormVersion.'';
$webui_downloads_firestorm_mac = '<a href=\''.Firestorm_Linux.'\'>Download</a> '.$FirestormVersion.'';

//
// Addgrid Page
Expand Down Expand Up @@ -640,5 +640,4 @@

$site_terms_of_service_agree='I agree with the Terms of Service.';
$ErrorMessagePurchaseAlreadyComplete = "This purchase has already been completed. If you have not seen the currency applied yet, please be patient, as it might be on hold.";

?>

0 comments on commit d0c516b

Please sign in to comment.