Revision 1282
Added by Dietmar almost 15 years ago
SK.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
/** |
|
3 |
* |
|
4 |
* @category framework |
|
5 |
* @package language |
|
6 |
* @author WebsiteBaker Project |
|
7 |
* @copyright 2004-2009, Ryan Djurovich |
|
8 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
9 |
* @link http://www.websitebaker2.org/ |
|
10 |
* @license http://www.gnu.org/licenses/gpl.html |
|
11 |
* @platform WebsiteBaker 2.8.x |
|
12 |
* @requirements PHP 4.3.4 and higher |
|
13 |
* @version $Id$ |
|
14 |
* @filesource $HeadURL$ |
|
15 |
* @lastmodified $Date$ |
|
16 |
* |
|
17 |
*/ |
|
2 | 18 |
|
3 |
// $Id$ |
|
4 |
|
|
5 |
/* |
|
6 |
|
|
7 |
Website Baker Project <http://www.websitebaker.org/> |
|
8 |
Copyright (C) 2004-2009, Ryan Djurovich |
|
9 |
|
|
10 |
Website Baker is free software; you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation; either version 2 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
|
|
15 |
Website Baker is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
|
|
20 |
You should have received a copy of the GNU General Public License |
|
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 |
|
23 |
|
|
24 |
* @category backend |
|
25 |
* @package languages |
|
26 |
* @author(s) Dietmar W?llbrink <Luisehahne>, Dietrich Roland Pehlke <Aldus> |
|
27 |
* @platform WB 2.8.x |
|
28 |
* @require PHP 5.2.11 |
|
29 |
* @license http://www.gnu.org/licenses/gpl.html |
|
30 |
* @link http://project.websitebaker2.org/browser/branches/2.8.x/wb/pages |
|
31 |
* @changeset 2009/11/28 ticket #880 fixes language file SK.php |
|
32 |
2009/11/26 fixes language file SK.php |
|
33 |
|
|
34 |
*/ |
|
35 |
|
|
36 | 19 |
// use languageedit-module to modify this file |
37 | 20 |
|
38 | 21 |
// Define that this file is loaded |
... | ... | |
424 | 407 |
$TEXT['PUBL_END_DATE'] = 'Konečný dátum'; |
425 | 408 |
$TEXT['CALENDAR'] = 'Kalendár'; |
426 | 409 |
$TEXT['DELETE_DATE'] = 'Zmazať dátum'; |
427 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default FROM address and SENDER name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by Website Baker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.';
|
|
410 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Please specify a default FROM address and SENDER name below. It is recommended to use a FROM address like: <strong>admin@yourdomain.com</strong>. Some mail provider (e.g. <em>mail.com</em>) may reject mails with a FROM: address like <em>name@mail.com</em> sent via a foreign relay to avoid spam.<br /><br />The default values are only used if no other values are specified by WebsiteBaker. If your server supports <acronym title="Simple mail transfer protocol">SMTP</acronym>, you may want use this option for outgoing mails.'; |
|
428 | 411 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Prednastavený E-Mail odosielatela'; |
429 | 412 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Prednastavené meno odosielatela'; |
430 | 413 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Mailer Settings:</strong><br />The settings below are only required if you want to send mails via <acronym title=Simple mail transfer protocol>SMTP</acronym>. If you do not know your SMTP host or you are not sure about the required settings, simply stay with the default mail routine: PHP MAIL.'; |
... | ... | |
593 | 576 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Prosím, navštívte nás neskôr...'; |
594 | 577 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Čekejte prosím, operacia môže chvíľu trvať.'; |
595 | 578 |
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Došlo k chybe pri otvaraní súboru.'; |
596 |
$MESSAGE['GENERIC']['INVALID_ADDON_FILE'] = 'Invalid Website Baker installation file. Please check the *.zip format.';
|
|
597 |
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE'] = 'Invalid Website Baker language file. Please check the text file.';
|
|
579 |
$MESSAGE['GENERIC']['INVALID_ADDON_FILE'] = 'Invalid WebsiteBaker installation file. Please check the *.zip format.'; |
|
580 |
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE'] = 'Invalid WebsiteBaker language file. Please check the text file.'; |
|
598 | 581 |
|
599 | 582 |
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'Musíte vyplniť následujúce pole'; |
600 | 583 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Ospravedlňujeme sa, ale tento formulár dosiahol limitu povolených odeslaní pre túto hodinu. Prosím skúste to znovu v dalšiej hodine..'; |
601 | 584 |
Also available in: Unified diff
continue update headertext
fixed tpyo Website Baker to WebsiteBaker in main language files