Project

General

Profile

« Previous | Next » 

Revision 1186

Added by Dietmar over 14 years ago

more bug fixes language file SK.php

Many hosts disable error_log() in various and sundry ways.
In WB we do something like this to avoid triggering warnings and errors.
Even this is sometimes not sufficient to avoid problems with some hosts, but accommodates most.

View differences:

SK.php
19 19

  
20 20
You should have received a copy of the GNU General Public License 
21 21
along with Website Baker; if not, write to the Free Software 
22
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
22
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23 23

  
24 24
*/ 
25 25

  
26 26
// use languageedit-module to modify this file 
27 27

  
28
// Define that this file is loaded 
29
if(!defined('LANGUAGE_LOADED')) { 
30
        define('LANGUAGE_LOADED', true); 
31
} 
28
// Define that this file is loaded
29
if(!defined('LANGUAGE_LOADED')) {
30
define('LANGUAGE_LOADED', true);
31
}
32 32

  
33 33
// Set the language information 
34 34
$language_code = 'SK'; 
......
456 456

  
457 457
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Musíte zadať e-mailovou adresu'; 
458 458
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Vaše prihlasovacie údaje...'; 
459
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = '<<< EOT 
460
V&aacute;&#382;en&yacute;  {LOGIN_DISPLAY_NAME}, 
459
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT
460
V&aacute;&#382;en&yacute;  {LOGIN_DISPLAY_NAME},
461 461

  
462
Pre Va&#353;e prihl&aacute;senie do '{LOGIN_WEBSITE_TITLE}' pou&#382;ite: 
462
Pre Va&#353;e prihl&aacute;senie do '{LOGIN_WEBSITE_TITLE}' pou&#382;ite:
463 463
Meno: {LOGIN_NAME} 
464 464
Heslo: {LOGIN_PASSWORD} 
465 465

  
......
467 467
To znamen&aacute;, &#382;e va&#353;e star&eacute; heslo u&#382; nebude fungova&#357;. 
468 468

  
469 469
Ak ste t&uacute;to spr&aacute;vu dostali omylom, prosím, ihne&#271; ho zma&#382;te. 
470
EOT'; 
470
EOT;
471 471

  
472 472
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Zadajte svoju e-mailovou adresu:'; 
473 473
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Zadan&aacute; e-mailov&aacute; adresa alebola n&aacute;jden&aacute;'; 
......
599 599
$MESSAGE['ADDON']['MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation files <tt>install.php</tt>, <tt>upgrade.php</tt> or <tt>uninstall.php</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module files manually for modules uploaded via FTP below.'; 
600 600
$MESSAGE['ADDON']['MANUAL_INSTALLATION_WARNING'] = 'Warning: Existing module database entries will get lost. Only use this option if you experience problems with modules uploaded via FTP.'; 
601 601

  
602
?>
602
?>

Also available in: Unified diff