Skip to content

Commit

Permalink
Update lang_slo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
djphil committed Apr 25, 2013
1 parent 6d67bb7 commit f6d3cad
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions www/languages/lang_slo.php
Expand Up @@ -436,7 +436,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 @@ -469,14 +469,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 @@ -641,5 +641,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 f6d3cad

Please sign in to comment.