Project

General

Profile

« Previous | Next » 

Revision 1634

Added by Dietmar over 12 years ago

! update language files and rework some core files (read DEVINFOS)
! compress mdcr.js
+ add DEVINFOS Instructions/Informations for modulecoder

View differences:

SK.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Michal Kurtulik - YONIX.SK';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
36 34
$MENU['ACCESS'] = 'Prístup';
37 35
$MENU['ADDON'] = 'Add-on';
38 36
$MENU['ADDONS'] = 'Rozšírenie';
......
54 52
$MENU['TEMPLATES'] = 'Šablony';
55 53
$MENU['USERS'] = 'Užívatelia';
56 54
$MENU['VIEW'] = 'Zobraziť';
57

  
58
/* TEXT */
59 55
$TEXT['ACCOUNT_SIGNUP'] = 'Registrácia účtu';
60 56
$TEXT['ACTIONS'] = 'Akcia';
61 57
$TEXT['ACTIVE'] = 'Aktívny';
......
390 386
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG editor';
391 387
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG styl';
392 388
$TEXT['YES'] = 'Ano';
393

  
394
/* HEADING */
395 389
$HEADING['ADDON_PRECHECK_FAILED'] = 'Nie sú splnené požiadavky pre rozšírenie';
396 390
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
397 391
$HEADING['ADD_GROUP'] = 'Pridať skupinu';
......
437 431
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
438 432
$HEADING['UPLOAD_FILES'] = 'Nahrať súbor(y)';
439 433
$HEADING['WBMAILER_SETTINGS'] = 'Nastavenia E-Mailu';
440

  
441
/* MESSAGE */
442 434
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
443 435
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
444 436
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
540 532
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Nejde pou&#382;i&#357; ../ v cielovom adres&aacute;ry';
541 533
$MESSAGE['MEDIA_UPLOADED'] = ' s&uacute;bory boly &uacute;spe&#353;ne nahr&aacute;n&eacute;';
542 534
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Ospravedl&#328;ujeme sa, ale tento formul&aacute;r dosiahol limitu povolen&yacute;ch odeslan&iacute; pre t&uacute;to hodinu. Pros&iacute;m sk&uacute;ste to znovu v dal&#353;iej hodine..';
543
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Kontroln&yacute; k&oacute;d (zn&aacute;m&yacute; ako Captcha) nezodpoved&aacute;. Pokia&#318; m&aacute;te probl&eacute;my s pre&#269;&iacute;tan&iacute;m tohoto k&oacute;du, kontaktujte <a href="mailto:'.SERVER_EMAIL.'">'.SERVER_EMAIL.'</a>';
535
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Kontroln&yacute; k&oacute;d (zn&aacute;m&yacute; ako Captcha) nezodpoved&aacute;. Pokia&#318; m&aacute;te probl&eacute;my s pre&#269;&iacute;tan&iacute;m tohoto k&oacute;du, kontaktujte <a href="mailto:{SERVER_EMAIL}">{SERVER_EMAIL}</a>';
544 536
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Mus&iacute;te vyplni&#357; n&aacute;sleduj&uacute;ce pole';
545 537
$MESSAGE['PAGES_ADDED'] = 'Str&aacute;nka bola &uacute;spe&#353;ne pridan&aacute;';
546 538
$MESSAGE['PAGES_ADDED_HEADING'] = 'Z&aacute;hlavie str&aacute;nky bolo &uacute;spe&#353;ne pridan&eacute;';
......
635 627
$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] = 'Please delete the file "upgrade-script.php" from your webspace.';
636 628
$MESSAGE['START_WELCOME_MESSAGE'] = 'Vitajte v administrat&iacute;vnej &#269;asti';
637 629
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Pozn.: zmena &#353;ablony sa prov&aacute;dza v sekcii Nastavenia';
630
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.';
631
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.';
632
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!';
633
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
634
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!';
638 635
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error';
639 636
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk';
640 637
$MESSAGE['UPLOAD_ERR_EXTENSION'] = 'File upload stopped by extension';
......
658 655
$MESSAGE['USERS_SAVED'] = 'U&#382;&iacute;vate&#318; bol &uacute;spe&#353;ne ulo&#382;en&yacute;';
659 656
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
660 657
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
661

  
662
/* OVERVIEW */
663 658
$OVERVIEW['ADMINTOOLS'] = 'Administra&#269;n&eacute; n&aacute;stroje...';
664 659
$OVERVIEW['GROUPS'] = 'Spravova&#357; skupiny u&#382;ivatelov a ich opr&aacute;vnen&iacute;...';
665 660
$OVERVIEW['HELP'] = 'M&aacute;te ot&aacute;zku? H&#318;adajte odpove&#271;...';
......
679 674
{
680 675
	include(WB_PATH.'/languages/old.format.inc.php');
681 676
}
677

  

Also available in: Unified diff