Revision 26
Added by Manuela about 7 years ago
branches/main/admin/interface/version.php | ||
---|---|---|
44 | 44 |
if (!defined('VERSION_LOADED')) { |
45 | 45 |
$sInfo = ' |
46 | 46 |
VERSION = "2.10.1-dev" |
47 |
REVISION = "25"
|
|
47 |
REVISION = "26"
|
|
48 | 48 |
SP = "" |
49 | 49 |
'; |
50 | 50 |
foreach (parse_ini_string($sInfo) as $item=>$value) { |
branches/main/languages/BG.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Виж'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Не може да се деинсталира'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Не може да се деинсталира: изпрания файл се използва в момента'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'unzip на файла невъзможен'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Файла не беше качен'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Не може да включите ../ като цел на папка'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' файловете бяха успешно качени'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Съжаляваме, този форуляр е подаден повече пъти от позволеното през този час. Опитайте отнове по време на следващи час.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Контролния номер (позант като Captcha) е грешен. Ако имате проблем с четенето на Captcha, изпратете e-mail на: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Контролния номер (позант като Captcha) е грешен. Ако имате проблем с четенето на Captcha, изпратете e-mail на: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Трябва да попълните следните полета'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Страницата успешно добавена'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Page heading успешно добавен'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Видимост'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
627 |
$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.';
|
|
627 |
$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.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
629 |
$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.';
|
|
629 |
$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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
branches/main/languages/CA.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Veure'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'No s\'ha pogut desinstal·lar'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'No s\'ha pogut desinstal·lar: s\'està usant el fitxer seleccionat'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'No s\'ha pogut descomprimir el fitxer'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'No s\'ha pogut penjar el fitxer'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'No es pot tenir ../ a la carpeta de destí'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' fitxers han estat penjats amb èxit'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Ho sentim, aquest formulari ha estat enviat massa vegades durant l\'última hora. Per favor torneu-ho a intentar d\'ací una hora.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Heu d\'introduir les dades per als següents camps'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Pàgina afegida amb èxit'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Capçalera de pàgina afegida amb èxit'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Visibilitat'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
627 |
$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.';
|
|
627 |
$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.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
629 |
$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.';
|
|
629 |
$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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
branches/main/languages/CS.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Zobrazit'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Nelze odinstalovat'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Nelze odinstalovat: soubor je právě používán'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Nelze rozbalit (rozzipovat) soubor'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Nelze nahrát soubor'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Nelze použít ../ v cílovém adresáři'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' soubory byly úspěšně nahrány'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Omlouváme se, ale tento formulář dosáhl limitu povolených odeslání pro tuto hodinu. Prosím zkuste to znovu v další hodině..'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Kontrolní kód (známý jako Captcha) neodpovídá. Pokud máte problémy s přečtením tohoto kódu, kontaktujte <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Kontrolní kód (známý jako Captcha) neodpovídá. Pokud máte problémy s přečtením tohoto kódu, kontaktujte <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Musíte vyplnit následující pole'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Stránka byla úspěšně přidána'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Záhlaví stránky bylo úspěšně přidáno'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Viditelnost'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
627 |
$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.';
|
|
627 |
$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.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
629 |
$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.';
|
|
629 |
$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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
... | ... | |
644 | 644 |
$TEXT['WIDTH'] = 'Šířka'; |
645 | 645 |
$TEXT['WINDOW'] = 'Okno'; |
646 | 646 |
$TEXT['WINDOWS'] = 'Windows'; |
647 |
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'Práva zápisu &quot;pro celý svět&quot;';
|
|
647 |
$TEXT['WORLD_WRITEABLE_FILE_PERMISSIONS'] = 'Práva zápisu "pro celý svět"';
|
|
648 | 648 |
$TEXT['WRITE'] = 'Zápis'; |
649 | 649 |
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG editor'; |
650 | 650 |
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG styl'; |
branches/main/languages/DA.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Vis'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Fejl under opdatering af tilføjelse.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Sprog indlæst'; |
115 |
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>PAS På!</strong> Af sikkerhedsgrunde bør sprogfiler kun indlæses i folderen /languages/ med FTP, og opgraderingsfunktionen bør bruges til registrering/opdatering.';
|
|
115 |
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>PAS På!</strong> Af sikkerhedsgrunde bør sprogfiler kun indlæses i folderen /languages/ med FTP, og opgraderingsfunktionen bør bruges til registrering/opdatering.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Advarsel: Eksisterende moduler i databasen vil gå tabt. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'Når moduler overføres med FTP (anbefales ikke), udføres installatonsfunktionerne <tt>installer</tt>, <tt>opgrader</tt> eller <tt>afinstaller</tt> ikke automatisk. Modulerne vil måske ikke fungere korrekt eller bliver rigtigt afinstallerett.<br /><br />Du kan nedenfor udføre modulfunktionerne manuelt for moduler, der er overført via FTP.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'Når moduler overføres med FTP (anbefales ikke), udføres installatonsfunktionerne <tt>installer</tt>, <tt>opgrader</tt> eller <tt>afinstaller</tt> ikke automatisk. Modulerne vil måske ikke fungere korrekt eller bliver rigtigt afinstallerett.<br /><br />Du kan nedenfor udføre modulfunktionerne manuelt for moduler, der er overført via FTP.';
|
|
118 | 118 |
$MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] = 'Advarsel: Eksisterende moduler i databasen vil gå tabt. Brug kun denne funktion, hvis du oplever problemer med moduler, der er overført med FTP.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Advarsel: Eksisterende moduler i databasen vil gå tabt. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Moduler er genindlæst'; |
121 | 121 |
$MESSAGE['ADDON_OVERWRITE_NEWER_FILES'] = 'Overskriv nyere filer'; |
122 |
$MESSAGE['ADDON_PRECHECK_FAILED'] = 'Installation af tilf&oring;jelsen mislykkedes. Dit system opfylder ikke kravene til denne tilf&oring;jelse. For at få denne tilføjelse til at virke i dit system, skal du rette de forhold, der opregnes nedenfor.';
|
|
122 |
$MESSAGE['ADDON_PRECHECK_FAILED'] = 'Installation af tilf&oring;jelsen mislykkedes. Dit system opfylder ikke kravene til denne tilf&oring;jelse. For at få denne tilføjelse til at virke i dit system, skal du rette de forhold, der opregnes nedenfor.';
|
|
123 | 123 |
$MESSAGE['ADDON_RELOAD'] = 'Opdater databasen med information fra tilføjelsesfiler (f.eks. efter FTP-overførsel).'; |
124 | 124 |
$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'Skabeloner genindlæst'; |
125 | 125 |
$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'Du har ikke den nødvendige adgang til dette område'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Hav lidt tålmodighed'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Kan ikke afinstallere'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Kan ikke afinstallere: Den valgte fil er i brug'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> kan ikke afinstalleres, da den stadig bruges på {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> kan ikke afinstalleres, da den stadig bruges på {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'denne side/disse sider'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Kan ikke afinstallere skabelonen <b>{{name}}</b>, da den er standardskabelonen!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'kan ikek afinstallere skabelonen <b>{{name}}</b>, da den er standard administrator-skabelon!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Kan ikke afinstallere skabelonen <b>{{name}}</b>, da den er standardskabelonen!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'kan ikek afinstallere skabelonen <b>{{name}}</b>, da den er standard administrator-skabelon!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Kan ikke udpakke fil'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Kunne ikke overføre filen'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' uden fejl'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Kan ikke have ../ i placeringen af biblioteket (mappen)'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = 'filer blev overført'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Beklager! Denne formular er blevet afsendt for mange gange indenfor den sidste time, og du vil derfor blive afvist - Prøv igen om en times tid!'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Verifikationstallene (også kendt som Captcha) som du tastede er ikke korrekte. Hvis du har problemer med at læse Captha tallene, så kontakt venligst sidens Administrator på denne mailadresse: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Verifikationstallene (også kendt som Captcha) som du tastede er ikke korrekte. Hvis du har problemer med at læse Captha tallene, så kontakt venligst sidens Administrator på denne mailadresse: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Du skal udfylde følgende felter:'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Siden er tilføjet'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Overskrift til side tilføjet'; |
... | ... | |
241 | 241 |
$MESSAGE['PREFERENCES_EMAIL_UPDATED'] = 'Email-adresse opdateret'; |
242 | 242 |
$MESSAGE['PREFERENCES_INVALID_CHARS'] = 'Ugyldige tegn i adgangskode'; |
243 | 243 |
$MESSAGE['PREFERENCES_PASSWORD_CHANGED'] = 'Adgangskode ændret'; |
244 |
$MESSAGE['RECORD_MODIFIED_FAILED'] = '&Aelig;ndring mislykket';
|
|
245 |
$MESSAGE['RECORD_MODIFIED_SAVED'] = '&Aelig;ndring udført.';
|
|
244 |
$MESSAGE['RECORD_MODIFIED_FAILED'] = '&Aelig;ndring mislykket'; |
|
245 |
$MESSAGE['RECORD_MODIFIED_SAVED'] = '&Aelig;ndring udført.'; |
|
246 | 246 |
$MESSAGE['RECORD_NEW_FAILED'] = 'Tilføjelse af nu post mislykkedes.'; |
247 | 247 |
$MESSAGE['RECORD_NEW_SAVED'] = 'Ny post tilføjet.'; |
248 |
$MESSAGE['SETTINGS_MODE_SWITCH_WARNING'] = '<br>OBS: Ved at klikke på denne knap tabes alle ændringer, der ikke er gemt!';
|
|
248 |
$MESSAGE['SETTINGS_MODE_SWITCH_WARNING'] = '<br>OBS: Ved at klikke på denne knap tabes alle ændringer, der ikke er gemt!';
|
|
249 | 249 |
$MESSAGE['SETTINGS_SAVED'] = 'Indstillingerne er gemt'; |
250 | 250 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Er ikke i stand til at åbne konfigurationsfilen'; |
251 | 251 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Kan ikke skrive til konfigurationsfilen (check rettigheder for filen)'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Synlighed'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Standard fra-adresse'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Standard afsendernavn'; |
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Angiv standard \"FRA\"-adresse og \"AFSENDER\"-navn nedenfor. Det anbefales at angive FRA-adresse som: <strong>admin@dit-domæne.dk</strong>. Nogle udbydere (f.eks. <em>mail.com</em>) kan afvise emails med en FRA-adresse som <em>navn@mail.com</em>, hvis de er sendt via en anden udbyder, for at undgå spam.<br /><br />Standardværdierne benyttes kun, hvis ingen andre værdier angives i WebsiteBaker. Hvis din server understøtter <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>, kan du vælge at bruge denne til udgående emails.';
|
|
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Angiv standard \"FRA\"-adresse og \"AFSENDER\"-navn nedenfor. Det anbefales at angive FRA-adresse som: <strong>admin@dit-domæne.dk</strong>. Nogle udbydere (f.eks. <em>mail.com</em>) kan afvise emails med en FRA-adresse som <em>navn@mail.com</em>, hvis de er sendt via en anden udbyder, for at undgå spam.<br /><br />Standardværdierne benyttes kun, hvis ingen andre værdier angives i WebsiteBaker. Hvis din server understøtter <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>, kan du vælge at bruge denne til udgående emails.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mailprogram'; |
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP mail-program indstillinger:</strong><br />Indstillingerne nedenfor er kun nødvendige, hvis du vil sende emails via <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>. Hvis du ikke kender adressen på din SMTP-vært eller de krævede indstillinger, så hold dig til standardprogrammet, PHP MAIL.';
|
|
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP mail-program indstillinger:</strong><br />Indstillingerne nedenfor er kun nødvendige, hvis du vil sende emails via <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>. Hvis du ikke kender adressen på din SMTP-vært eller de krævede indstillinger, så hold dig til standardprogrammet, PHP MAIL.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP brugeradgangskontrol'; |
branches/main/languages/DE.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Ansicht'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Fehler beim Abgleich der Addon Informationen.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Sprachen erfolgreich geladen'; |
115 |
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ACHTUNG!</strong> Überspielen Sie Sprachdateien aus Sicherheitsgründen nur über FTP in den Ordner /languages/ und benutzen die Upgrade Funktion zum Registrieren oder Aktualisieren.';
|
|
115 |
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ACHTUNG!</strong> Überspielen Sie Sprachdateien aus Sicherheitsgründen nur über FTP in den Ordner /languages/ und benutzen die Upgrade Funktion zum Registrieren oder Aktualisieren.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warnung: Eventuell vorhandene Datenbankeinträge eines Moduls gehen verloren. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'Beim Hochladen oder Löschen von Modulen per FTP (nicht empfohlen), werden eventuell vorhandene Modulfunktionen <tt>install</tt>, <tt>upgrade</tt> oder <tt>uninstall</tt> nicht automatisch ausgeführt. Solche Module funktionieren daher meist nicht richtig, oder hinterlassen Datenbankeinträge beim Löschen per FTP.<br /><br /> Nachfolgend können die Modulfunktionen von per FTP hochgeladenen Modulen manuell ausgeführt werden.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'Beim Hochladen oder Löschen von Modulen per FTP (nicht empfohlen), werden eventuell vorhandene Modulfunktionen <tt>install</tt>, <tt>upgrade</tt> oder <tt>uninstall</tt> nicht automatisch ausgeführt. Solche Module funktionieren daher meist nicht richtig, oder hinterlassen Datenbankeinträge beim Löschen per FTP.<br /><br /> Nachfolgend können die Modulfunktionen von per FTP hochgeladenen Modulen manuell ausgeführt werden.';
|
|
118 | 118 |
$MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] = 'Warnung: Eventuell vorhandene Datenbankeinträge eines Moduls gehen verloren. Bitte nur bei Problemen mit per FTP hochgeladenen Modulen verwenden. '; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warnung: Eventuell vorhandene Datenbankeinträge eines Moduls gehen verloren. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Module erfolgreich geladen'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Bitte haben Sie etwas Geduld.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Deinstallation fehlgeschlagen'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Deinstallation nicht möglich: Datei wird benutzt'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = 'Das {{type}} <strong>{{type_name}}</strong> kann nicht deinstalliert werden, weil es auf {{pages}} benutzt wird:';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = 'Das {{type}} <strong>{{type_name}}</strong> kann nicht deinstalliert werden, weil es auf {{pages}} benutzt wird:';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'folgender Seite;folgenden Seiten'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Das Template <strong>{{name}}</strong> kann nicht deinstalliert werden, weil es das Standardtemplate ist!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Das Template <strong>{{name}}</strong> kann nicht deinstalliert werden, weil es das Standardbackendtheme ist!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Das Template <strong>{{name}}</strong> kann nicht deinstalliert werden, weil es das Standardtemplate ist!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Das Template <strong>{{name}}</strong> kann nicht deinstalliert werden, weil es das Standardbackendtheme ist!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Fehler beim Entpacken'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Die Datei kann nicht übertragen werden'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' erfolgreich'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Der Name des Zielverzeichnisses darf nicht ../ enthalten'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = 'Dateien wurden erfolgreich übertragen'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Dieses Formular wurde zu oft aufgerufen. Bitte versuchen Sie es in einer Stunde noch einmal.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Die eingegebene Prüfziffer stimmt nicht überein. Wenn Sie Probleme mit dem Lesen der Prüfziffer haben, bitte schreiben Sie eine E-Mail an uns: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Die eingegebene Prüfziffer stimmt nicht überein. Wenn Sie Probleme mit dem Lesen der Prüfziffer haben, bitte schreiben Sie eine E-Mail an uns: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Bitte folgende Angaben ergänzen'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Die Seite wurde erfolgreich hinzugefügt'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Seitenkopf erfolgreich hinzugefügt'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'Neuer Theme-Name existiert bereits.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Das aktuell aktive Backend-Theme kopieren und unter einem neuem Namen abspeichern.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'Ungenügende Rechte um das Zielverzeichnis zu erstellen!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Zusätzliche Templatefile(s) in das aktuelle Theme importieren.<br />Mit diesen Templates können die Default-Templates überschrieben werden.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Zusätzliche Templatefile(s) in das aktuelle Theme importieren.<br />Mit diesen Templates können die Default-Templates überschrieben werden.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Ungültigen Theme-Name angegeben!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unbekannter Upload Fehler'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Konnte Datei nicht schreiben. Fehlende Schreibrechte.'; |
272 | 272 |
$MESSAGE['UPLOAD_ERR_EXTENSION'] = 'Erweiterungsfehler'; |
273 |
$MESSAGE['UPLOAD_ERR_FORM_SIZE'] = 'Die hochgeladene Datei &uum;berschreitet die in dem HTML Formular mittels der Anweisung MAX_FILE_SIZE angegebene maximale Dateigr&oum;sse. ';
|
|
274 |
$MESSAGE['UPLOAD_ERR_INI_SIZE'] = 'Die hochgeladene Datei &uum;berschreitet die in der Anweisung upload_max_filesize in php.ini festgelegte Gr&oum;sse';
|
|
273 |
$MESSAGE['UPLOAD_ERR_FORM_SIZE'] = 'Die hochgeladene Datei &uum;berschreitet die in dem HTML Formular mittels der Anweisung MAX_FILE_SIZE angegebene maximale Dateigr&oum;sse. ';
|
|
274 |
$MESSAGE['UPLOAD_ERR_INI_SIZE'] = 'Die hochgeladene Datei &uum;berschreitet die in der Anweisung upload_max_filesize in php.ini festgelegte Gr&oum;sse';
|
|
275 | 275 |
$MESSAGE['UPLOAD_ERR_NO_FILE'] = 'Es wurde keine Datei hochgeladen'; |
276 | 276 |
$MESSAGE['UPLOAD_ERR_NO_TMP_DIR'] = 'Fehlender temporärer Ordner'; |
277 | 277 |
$MESSAGE['UPLOAD_ERR_OK'] = 'Die Datei wurde erfolgreich hochgeladen'; |
... | ... | |
625 | 625 |
$TEXT['VISIBILITY'] = 'Sichtbarkeit'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Standard \"VON\" Adresse'; |
627 | 627 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Standard Absender Name'; |
628 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Bitte geben Sie eine Standard \"VON\" Adresse und einen Sendernamen an. Als Absender Adresse empfiehlt sich ein Format wie: <strong>admin@IhreWebseite.de</strong>. Manche E-Mail Provider (z.B. <em>mail.de</em>) stellen keine E-Mails zu, die nicht über den Provider selbst verschickt wurden, in der Absender Adresse aber den Namen des E-Mail Providers <em>name@mail.de</em> enthalten. Die Standard Werte werden nur verwendet, wenn keine anderen Werte von WebsiteBaker gesetzt wurden. Wenn Ihr Service Provider <acronym title=\"Simple Mail Transfer Protocol\">SMTP</acronym> anbietet, sollten Sie diese Option für ausgehende E-Mails verwenden.';
|
|
628 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Bitte geben Sie eine Standard \"VON\" Adresse und einen Sendernamen an. Als Absender Adresse empfiehlt sich ein Format wie: <strong>admin@IhreWebseite.de</strong>. Manche E-Mail Provider (z.B. <em>mail.de</em>) stellen keine E-Mails zu, die nicht über den Provider selbst verschickt wurden, in der Absender Adresse aber den Namen des E-Mail Providers <em>name@mail.de</em> enthalten. Die Standard Werte werden nur verwendet, wenn keine anderen Werte von WebsiteBaker gesetzt wurden. Wenn Ihr Service Provider <acronym title=\"Simple Mail Transfer Protocol\">SMTP</acronym> anbietet, sollten Sie diese Option für ausgehende E-Mails verwenden.';
|
|
629 | 629 |
$TEXT['WBMAILER_FUNCTION'] = 'E-Mail Routine'; |
630 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Maileinstellungen:</strong><br />Die nachfolgenden Einstellungen müssen nur angepasst werden, wenn Sie E-Mail über <acronym title=\"Simple Mail Transfer Protocol\">SMTP</acronym> verschicken wollen. Wenn Sie Ihren SMTP Server nicht kennen, oder Sie sich unsicher bei den Einstellungen sind, verwenden Sie einfach die Standard E-Mail Routine: PHP MAIL.';
|
|
630 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Maileinstellungen:</strong><br />Die nachfolgenden Einstellungen müssen nur angepasst werden, wenn Sie E-Mail über <acronym title=\"Simple Mail Transfer Protocol\">SMTP</acronym> verschicken wollen. Wenn Sie Ihren SMTP Server nicht kennen, oder Sie sich unsicher bei den Einstellungen sind, verwenden Sie einfach die Standard E-Mail Routine: PHP MAIL.';
|
|
631 | 631 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
632 | 632 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
633 | 633 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentifikation'; |
branches/main/languages/EN.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'View'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Cannot uninstall'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Cannot Uninstall: the selected file is in use'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Cannot unzip file'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Cannot upload file'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' files were successfully uploaded'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'You must enter details for the following fields'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Page added successfully'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Page heading added successfully'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
625 | 625 |
$TEXT['VISIBILITY'] = 'Visibility'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
627 | 627 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
628 |
$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.';
|
|
628 |
$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.';
|
|
629 | 629 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
630 |
$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.';
|
|
630 |
$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.';
|
|
631 | 631 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
632 | 632 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
633 | 633 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
branches/main/languages/ES.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Vista Preliminar'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'No se puede desinstalar'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Desinstalación erronea: el archivo seleccionado está en uso'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br />No se puede desinstalar el {{type}} <b>{{type_name}}</b>, dado que se está utilizando {{pages}}:<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br />No se puede desinstalar el {{type}} <b>{{type_name}}</b>, dado que se está utilizando {{pages}}:<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'en la página siguiente;en las páginas siguientes'; |
140 | 140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'No se puede desinstalar el template {{name}} dado que se trata del template estándar.'; |
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'No se pudo descomprimir (zip)'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'No se pudos subir archivo'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'No puede tener ../ en el nombre de carpeta'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' archivos recibidos correctamente'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Disculpe este formulario ha sido enviado demasiadas veces seguidas. Vuelva a intentarlo en una hora.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'El número de verificación que ha introducido es incorrecto. Si estás teniendo problemas leyéndolo, por favor, envíe un e-mail a: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'El número de verificación que ha introducido es incorrecto. Si estás teniendo problemas leyéndolo, por favor, envíe un e-mail a: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Debe completar los siguiente campos'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Página agregada'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Encabezado de Página agregado'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Visibilidad'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
627 |
$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.';
|
|
627 |
$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.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
629 |
$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.';
|
|
629 |
$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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
branches/main/languages/ET.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Vaata'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Cannot uninstall'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Ei saa eemaldada: selekteeritud fail on kasutuses'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Ei saa faili lahti pakkida'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Ei saa faili üles laadida'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' failid edukalt üles laetud'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Vabandame, see vorm on juba liiga palju kordi selle tunni jooksul saadetud. Palun proovi järgmine tund uuesti.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Sa pead detailid sisestama järgnevatesse lahtritesse'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Lehekülg edukalt lisatud'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Lehekülje päis edukalt lisatud'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Nähtavus'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
627 |
$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.';
|
|
627 |
$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.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
629 |
$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.';
|
|
629 |
$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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
branches/main/languages/FI.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Katsele'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Ei voi poistaa'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Tiedosto käytössä, tiedostoa ei voi poistaa'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Zip-tiedostoa ei voi purkaa'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Lataus ei onnistu'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Merkkiä ../ ei voi käyttää '; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' tiedostot ladattu'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Rajoitus voimassa, yritä tunnin kuluttua uudelleen'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Täytä kentät'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Sivu lisätty'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Otsikko lisätty'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Näkyvyys'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
627 |
$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.';
|
|
627 |
$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.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
629 |
$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.';
|
|
629 |
$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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
branches/main/languages/FR.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Voir le site'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Impossible de désinstaller'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Désinstallation impossible : fichier en cours d\'utilisation'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> ne peut pas être désinstallé car il est actuellement en cours d\'utilisation dans les pages {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> ne peut pas être désinstallé car il est actuellement en cours d\'utilisation dans les pages {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'cette page;ces pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Impossible de désinstaller le modèle <b>{{name}}</b> parce que c\'est le modèle par défaut !';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Impossible de désinstaller le modèle <b>{{name}}</b> parce que c\'est le modèle par défaut !';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Impossible de dézipper le fichier'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Impossible d\'uploader le fichier'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
158 | 158 |
$MESSAGE['GENERIC_MISSING_ARCHIVE_FILE'] = 'Missing Archiv file!'; |
159 | 159 |
$MESSAGE['GENERIC_MODULE_VERSION_ERROR'] = 'The module is not installed properly!'; |
160 | 160 |
$MESSAGE['GENERIC_NOT_COMPARE'] = ' not possibly'; |
161 |
$MESSAGE['GENERIC_NOT_INSTALLED'] = 'Non install&eacte;';
|
|
161 |
$MESSAGE['GENERIC_NOT_INSTALLED'] = 'Non install&eacte;'; |
|
162 | 162 |
$MESSAGE['GENERIC_NOT_UPGRADED'] = 'Actualization not possibly'; |
163 | 163 |
$MESSAGE['GENERIC_PLEASE_BE_PATIENT'] = 'Merci de patienter'; |
164 | 164 |
$MESSAGE['GENERIC_PLEASE_CHECK_BACK_SOON'] = 'Merci de revenir plus tard'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Impossible d\'avoir ../ dans le nom du dossier cible'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = 'Les fichiers ont été uploadés avec succès'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Désolé mais ce formulaire est utilisé trop fréquemment en ce moment. Afin de nous aider à lutter contre le spam, merci de réessayer plus tard'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Le numéro de vérification (Captcha) que vous avez entré est incorrect. Si vous rencontrez des problèmes quant à la lecture de ce numéro, merci d\'envoyer un email à : <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Le numéro de vérification (Captcha) que vous avez entré est incorrect. Si vous rencontrez des problèmes quant à la lecture de ce numéro, merci d\'envoyer un email à : <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Vous devez renseigner les champs suivants'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Page ajoutée avec succès'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'L\'entête de la page a été ajouté avec succès'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Visibilité'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Adresse d\'expéditeur par défaut'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Nom d\'expéditeur par défaut'; |
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Merci d\'indiquer un nom et une adresse d\'expéditeur par défaut. Il est recommandé d\'utiliser une adresse d\'expéditeur de la forme : <strong>admin@yourdomain.com</strong>. Certains opérateurs de mail (comme <em>mail.com</em>) peuvent rejeter les mails dont l\'adresse d\'expéditeur est de la forme <em>name@mail.com</em> envoyés via un relai, c\'est leur manière de lutter contre le spam.<br /><br />Les valeurs par défaut sont uniquement utilisées si aucune autre valeur n\'est spécifiée par WebsiteBaker. Si votre serveur supporte <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>, vous pouvez utiliser cette option pour l\'envoi d\'emails.';
|
|
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Merci d\'indiquer un nom et une adresse d\'expéditeur par défaut. Il est recommandé d\'utiliser une adresse d\'expéditeur de la forme : <strong>admin@yourdomain.com</strong>. Certains opérateurs de mail (comme <em>mail.com</em>) peuvent rejeter les mails dont l\'adresse d\'expéditeur est de la forme <em>name@mail.com</em> envoyés via un relai, c\'est leur manière de lutter contre le spam.<br /><br />Les valeurs par défaut sont uniquement utilisées si aucune autre valeur n\'est spécifiée par WebsiteBaker. Si votre serveur supporte <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>, vous pouvez utiliser cette option pour l\'envoi d\'emails.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mécanisme d\'envoi de mail'; |
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>Paramètres du serveur SMTP :</strong><br />Les paramètres ci-dessous sont uniquement requis si vous souhaitez envoyer des mails via <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>. Si vous ne connaissez pas votre serveur SMTP ou si vous n\'êtes pas sûr de la valeur des paramètres requis, conservez simplement le mécanisme par défaut : PHP MAIL.';
|
|
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>Paramètres du serveur SMTP :</strong><br />Les paramètres ci-dessous sont uniquement requis si vous souhaitez envoyer des mails via <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>. Si vous ne connaissez pas votre serveur SMTP ou si vous n\'êtes pas sûr de la valeur des paramètres requis, conservez simplement le mécanisme par défaut : PHP MAIL.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'Authentification SMTP'; |
branches/main/languages/HR.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Pogled'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Ne može deinstalirati'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Ne može deinstalirati: odabrani file je trenutno u upotrebi'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Ne može unzipirati file'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Ne može nasnimiti file'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Ne može ../ u cilj direktorija'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' fileovi su supješno nasnimljeni'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Ova forma je pregledavana previše puta u jednom satu. Molimo pokušajte slijedeæi sat.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Broj provjere (poznat kao Captcha) netoèno je unešen. Ako imate problema s èitanjem Captcha, molimo pošaljite email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Broj provjere (poznat kao Captcha) netoèno je unešen. Ako imate problema s èitanjem Captcha, molimo pošaljite email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Morate unjeti detaljen podatke u nadoilazeæa polja'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Stranica je uspješno dodana'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Zaglavlje stranice uspješno je dodano'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Vidljivost'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
627 |
$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.';
|
|
627 |
$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.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
629 |
$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.';
|
|
629 |
$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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
branches/main/languages/HU.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Portál nézet'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Nem lehet eltávolítani'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Nem lehet eltávoltítani! A file használatban van.'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> nem lehet eltávolítani, mert még használatban van a kövàoldalon: {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> nem lehet eltávolítani, mert még használatban van a kövàoldalon: {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'ez az oldal;ezek az oldalak'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Nem lehet eltávolítani ezt a sablont: <b>{{name}}</b>, mert ez az alapértelmezett!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Nem lehet eltávolítani ezt a sablont: <b>{{name}}</b>, mert ez az alapértelmezett!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Kicsomagolás nem lehetséges'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'File feltöltés nem lehetséges'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Nem lehet ../ in könyvtár névben'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' file sikeresen feltöltve'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Sajnáljuk, de ez az -?-ærlap túl sokszor lett kitöltve egy óran belül! Kérem próbálja meg egy óra múlva'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'A megadott ellenörzàkód (vagy más néven Captcha) hibás. Ha problémád van elolvasni a Captcha kódot, kümailt ide: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'A megadott ellenörzàkód (vagy más néven Captcha) hibás. Ha problémád van elolvasni a Captcha kódot, kümailt ide: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'A következàmez-?-?et kötelezàkitöltenie'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Lap sikeresen hozzáadva'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Lap címsor sikeresen hozzáadva'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
365 | 365 |
$TEXT['DELETE'] = 'Törlés'; |
366 | 366 |
$TEXT['DELETED'] = 'Törölve'; |
367 | 367 |
$TEXT['DELETE_DATE'] = 'Dátum törlése'; |
368 |
$TEXT['DELETE_ZIP'] = 'ZIP archívum törlése kicsomagolás után&';
|
|
368 |
$TEXT['DELETE_ZIP'] = 'ZIP archívum törlése kicsomagolás után&'; |
|
369 | 369 |
$TEXT['DESCRIPTION'] = 'Leírás'; |
370 | 370 |
$TEXT['DESIGNED_FOR'] = 'Tervezve'; |
371 | 371 |
$TEXT['DEV_INFOS'] = 'Developer Informations'; |
... | ... | |
435 | 435 |
$TEXT['LOGIN'] = 'Belépés'; |
436 | 436 |
$TEXT['LONG'] = 'Hossz-?-æ'; |
437 | 437 |
$TEXT['LONG_TEXT'] = 'Hosszú szöveg'; |
438 |
$TEXT['LOOP'] = 'ismétl-?-?ü/br> törzs szakasz';
|
|
438 |
$TEXT['LOOP'] = 'ismétl-?-?ü/br> törzs szakasz';
|
|
439 | 439 |
$TEXT['MAIN'] = 'Fç'; |
440 | 440 |
$TEXT['MAINTENANCE_OFF'] = 'Maintenance off'; |
441 | 441 |
$TEXT['MAINTENANCE_ON'] = 'Maintenance on'; |
... | ... | |
517 | 517 |
$TEXT['PUBL_START_DATE'] = 'Kezdàdátum'; |
518 | 518 |
$TEXT['RADIO_BUTTON_GROUP'] = 'Választó gomb csoport'; |
519 | 519 |
$TEXT['READ'] = 'Olrás'; |
520 |
$TEXT['READ_MORE'] = '</br>Tovább...</br>';
|
|
520 |
$TEXT['READ_MORE'] = '</br>Tovább...</br>';
|
|
521 | 521 |
$TEXT['REDIRECT_AFTER'] = '´irányítás'; |
522 | 522 |
$TEXT['REGISTERED'] = 'Regisztrálva'; |
523 | 523 |
$TEXT['REGISTERED_VIEWERS'] = 'Regisztrált látogatók'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Megjelenés'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Küldàemail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Küldàszemély'; |
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Kérlek add meg az alapértelmezett \"Küldàemail\" címet és a \"Küldàszemély\" mez-?-?. Ajánlott az alábbi fosználata: <strong>admin@tedomained.hu</strong>. Némely szolgáltató (e.g. <em>mail.com</em>) Visszautasíthatja a leveleket az olyan küldàcímt-?-? mint <@mail.com</em> ez azért van hogy megakadályozzák a SPAM küldést.<br /><br />Az alapértelmezett értékek csak akkor érvényesek,ha nincs más megadva aker-ben. Ha a szervered támogatja <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>protokolt, akkor használhatod ezt az opciót levél küldéhez.';
|
|
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Kérlek add meg az alapértelmezett \"Küldàemail\" címet és a \"Küldàszemély\" mez-?-?. Ajánlott az alábbi fosználata: <strong>admin@tedomained.hu</strong>. Némely szolgáltató (e.g. <em>mail.com</em>) Visszautasíthatja a leveleket az olyan küldàcímt-?-? mint <@mail.com</em> ez azért van hogy megakadályozzák a SPAM küldést.<br /><br />Az alapértelmezett értékek csak akkor érvényesek,ha nincs más megadva aker-ben. Ha a szervered támogatja <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>protokolt, akkor használhatod ezt az opciót levél küldéhez.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Rutin'; |
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Mailer Beállítások:</strong><br />Ezek a beállítások csak akkor szükségesek, ha emailt akarsz küldeni <acro=\"Simple mail transfer protocol\">SMTP</acronym> protokollon keresztül. Ha nem tudod az SMTP kiszolgálódat, vagy nem vagy biztos a követleményekben, akkoszer-?-æen maradj az alap beállításnál: PHP MAIL.';
|
|
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Mailer Beállítások:</strong><br />Ezek a beállítások csak akkor szükségesek, ha emailt akarsz küldeni <acro=\"Simple mail transfer protocol\">SMTP</acronym> protokollon keresztül. Ha nem tudod az SMTP kiszolgálódat, vagy nem vagy biztos a követleményekben, akkoszer-?-æen maradj az alap beállításnál: PHP MAIL.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Azonosítás'; |
branches/main/languages/IT.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Visualizza'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Impossibile disinstallare'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Impossibile disisntallare: file in uso'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'impossibile decomprimere il file'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Impossibile caricare i file'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Impossibile avere ../ nella cartella di destinazione'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' file sono stati caricati con successo'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Spiacente: hai compilato questa form troppe volte nell\'ultima ora.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Il numero di controllo (chiama Captcha) che hai inserito non è valido. Se hai problemi con la lettura del Captcha, invia un email email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Il numero di controllo (chiama Captcha) che hai inserito non è valido. Se hai problemi con la lettura del Captcha, invia un email email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Devi inserire tutti i dati nei seguenti campi'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Pagina aggiunta'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Pagina intestazione aggiunta'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Visibilità'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
627 |
$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.';
|
|
627 |
$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.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
629 |
$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.';
|
|
629 |
$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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
branches/main/languages/LV.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Apskatit'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Nav iespejams atinstalet'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Nav iespejams atinstalet: iezimetais fails tiek lietots'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Datni nav iespejams atzipot'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Nebija iespejams augšupieladet datni'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Nav iespejams ieklaut ../ mapes merki (target)'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' datnes tika veiksmigi augšupieladetas'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Atvaino, ši forma ir tikusi aizpildita parak daudz reižu šis stundas laika. Ludzu pamegini velreiz pec stundas.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Ievaditais parbaudes numurs ir nepareizs. Ja radušas problemas ar parbaudes koda nolasišanu, suti zinu uz: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Ievaditais parbaudes numurs ir nepareizs. Ja radušas problemas ar parbaudes koda nolasišanu, suti zinu uz: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Ievadi detalas sekojošajos laukos'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Lapa veiksmigi pievienota'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Lapas virsraksts pievienots veiksmigi'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Redzamiba'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
627 |
$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.';
|
|
627 |
$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.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
629 |
$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.';
|
|
629 |
$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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
branches/main/languages/NL.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Website'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Fout tijdens het updaten van de add-onbestanden.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Taalbestanden succesvol herladen'; |
115 |
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTIE!</strong> Om veiligheidsredenen dient u de taalbestanden in de folder /languages/ via FTP te uploaden en vervolgens de Upgrade-functie te gebruiken om ze aan het systeem toe te voegen.';
|
|
115 |
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTIE!</strong> Om veiligheidsredenen dient u de taalbestanden in de folder /languages/ via FTP te uploaden en vervolgens de Upgrade-functie te gebruiken om ze aan het systeem toe te voegen.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Waarschuwing: bestaande module database-informatie zal verloren gaan! '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] = 'Waarschuwing: de bestaande module database-informatie zal verloren gaan! Gebruik deze optie alleen indien u ervaring heeft met modules die zijn geupload via FTP.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Waarschuwing: de bestaande module database-informatie zal verloren gaan! '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules succesvol herladen'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Kan niet deïnstalleren'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Kan niet deïnstalleren: het geselecteerde bestand is in gebruik'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />De {{type}} <b>{{type_name}}</b> kan niet verwijderd worden omdat het in gebruik is op {{pages}}:<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />De {{type}} <b>{{type_name}}</b> kan niet verwijderd worden omdat het in gebruik is op {{pages}}:<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'volgende pagina;volgende pagina\'s'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'De template <b>{{name}}</b> kan niet verwijderd worden omdat het de standaard-template is.';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Het is niet mogelijk de template <b>{{name}}</b> te verwijderen omdat het het standaard admin-thema is.';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'De template <b>{{name}}</b> kan niet verwijderd worden omdat het de standaard-template is.';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Het is niet mogelijk de template <b>{{name}}</b> te verwijderen omdat het het standaard admin-thema is.';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Kan het bestand niet uitpakken'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Kan niet uploaden'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' succesvol'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Gebruik van ../ in de map is niet toegestaan'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' geupload'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Dit formulier is te vaak verstuurd binnen dit uur. Probeert u het over een uur nog eens.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Het verificatienummer (ook wel Captcha genoemd) dat u hebt ingevoerd is incorrect. Als u de Captcha niet goed kunt lezen, stuur dan een e-mail naar: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Het verificatienummer (ook wel Captcha genoemd) dat u hebt ingevoerd is incorrect. Als u de Captcha niet goed kunt lezen, stuur dan een e-mail naar: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'De volgende velden zijn verplicht'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Pagina toegevoegd'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Paginatitel opgeslagen'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Zichtbaarheid'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Standaard afzendermailadres'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Standaard afzendernaam'; |
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Specificeer hieronder een standaard afzenderadres en afzendernaam. Het is aanbevolen om een afzenderadres als: <strong>admin@uwdomein.nl</strong> te gebruiken. Om verspreiding van spam tegen te gaan, kunnen sommige mailproviders (bijv. <em>mail.com</em>) mails verwerpen met een afzenderadres als <em>name@mail.com</em>, die verzonden worden vanaf een relay-server. Onderstaande standaardwaarden worden enkel gebruikt indien geen andere waarden gespecifieerd worden door WebsiteBaker. Indien uw server <acronym title=\"Simple mail transfer protocol\">SMTP</acronym> ondersteunt kunt u deze optie gebruiken voor het versturen van uitgaande mails.';
|
|
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Specificeer hieronder een standaard afzenderadres en afzendernaam. Het is aanbevolen om een afzenderadres als: <strong>admin@uwdomein.nl</strong> te gebruiken. Om verspreiding van spam tegen te gaan, kunnen sommige mailproviders (bijv. <em>mail.com</em>) mails verwerpen met een afzenderadres als <em>name@mail.com</em>, die verzonden worden vanaf een relay-server. Onderstaande standaardwaarden worden enkel gebruikt indien geen andere waarden gespecifieerd worden door WebsiteBaker. Indien uw server <acronym title=\"Simple mail transfer protocol\">SMTP</acronym> ondersteunt kunt u deze optie gebruiken voor het versturen van uitgaande mails.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mailafhandeling'; |
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>Instellingen SMTP Mailer:</strong><br />Onderstaande instellingen zijn alleen van toepassing indien u mails wilt verzenden via <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>. Indien u de naam of instellingen van de SMTP-server niet kent, selecteer dan bij de standaard mailroutine: PHP MAIL.';
|
|
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>Instellingen SMTP Mailer:</strong><br />Onderstaande instellingen zijn alleen van toepassing indien u mails wilt verzenden via <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>. Indien u de naam of instellingen van de SMTP-server niet kent, selecteer dan bij de standaard mailroutine: PHP MAIL.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP-authenticatie'; |
branches/main/languages/NO.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Forhåndsvis'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Kan ikke avinstallere'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Kan ikke avinstallere: Valgte fil er i bruk'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> kunne ikke avinstalleres, da den fortsatt benyttes på siden {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> kunne ikke avinstalleres, da den fortsatt benyttes på siden {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'denne siden;disse sidene'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Kan ikke avinstallere designmalen <b>{{name}}</b>, da den benyttes som standard designmal!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Kan ikke avinstallere designmalen <b>{{name}}</b>, da den benyttes som standard designmal!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Kan ikke pakke ut .zip filen'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Kan ikke laste opp fil'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Kan ikke ha ../ i katalog målet'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' Lykkes å laste opp filene'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Beklager, dette skjemaet har blitt sendt for mange ganger denne timen. Vennligst prøv igjen om en time.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Bekreftelsesnummeret (også kjent som Captcha) som du skrev inn er feil. Hvis du har problemer med å lese Captcha, vennligst kontakt: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Bekreftelsesnummeret (også kjent som Captcha) som du skrev inn er feil. Hvis du har problemer med å lese Captcha, vennligst kontakt: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Du må skrive inn detaljer for følgende felt'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Lykkes å legge til siden'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Lykkes å legge til side overskrift'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Synlighet'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Standard Fra e-post'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Standard Avsender Navn'; |
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Spesifiser en standard \"FRA\" addresse og \"AVSENDER\" navn under. Det er annbefalt å bruke en FRA adresse som: <strong>admin@yourdomain.com</strong>. Noen e-post leverandører(f.eks. <em>mail.com</em>) kan muligens avvise e-poster med en FRA: addresse som <em>name@mail.com</em> sendt igjennom en frmmed sent via en fremmed \"relay\" for å unngå spam.<br /><br />Standard verdiene brukes kun hvis det ikke er spessifisert andre verdier av WebsiteBaker. Hvis serveren din støtter <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>, bør du muligens benytte denne muligheten for utgående e-post.';
|
|
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Spesifiser en standard \"FRA\" addresse og \"AVSENDER\" navn under. Det er annbefalt å bruke en FRA adresse som: <strong>admin@yourdomain.com</strong>. Noen e-post leverandører(f.eks. <em>mail.com</em>) kan muligens avvise e-poster med en FRA: addresse som <em>name@mail.com</em> sendt igjennom en frmmed sent via en fremmed \"relay\" for å unngå spam.<br /><br />Standard verdiene brukes kun hvis det ikke er spessifisert andre verdier av WebsiteBaker. Hvis serveren din støtter <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>, bør du muligens benytte denne muligheten for utgående e-post.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'e-post rutine'; |
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP e-post innstillinger:</strong><br />Innstillingene under er kun påkrevet hvis du vil sende e-post via <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>. Hvis du ikke vet hvem som er din \"SMTP\" leverandør, eller du ikke er sikker på innstillingene som kreves, bør du bruke standard e-post rutinen: PHP MAIL.';
|
|
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP e-post innstillinger:</strong><br />Innstillingene under er kun påkrevet hvis du vil sende e-post via <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>. Hvis du ikke vet hvem som er din \"SMTP\" leverandør, eller du ikke er sikker på innstillingene som kreves, bør du bruke standard e-post rutinen: PHP MAIL.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Autentifisering'; |
branches/main/languages/PL.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Podglad'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Blad podczas aktualizacji dodatku.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Pomyslnie zainstalowano ponownie pliki jezykowe'; |
115 |
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>UWAGA!</strong> Ze wzgledów bezpieczenstwa przeslanie plików jezykowych do folderu /languages/ powinno odbyc sie tylko przez FTP.';
|
|
115 |
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>UWAGA!</strong> Ze wzgledów bezpieczenstwa przeslanie plików jezykowych do folderu /languages/ powinno odbyc sie tylko przez FTP.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Uwaga istniejace wpisy modulu moga zostac utracone w bazie danych.'; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'Jesli moduly sa przesylane za pomoca protokolu FTP (nie polecane), to funkcje takie jak <tt>instalacja</tt>, <tt>aktualizacja</tt> lub <tt>odinstalowanie</tt> moga nie dzialac prawidlowo. <br /><br />';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'Jesli moduly sa przesylane za pomoca protokolu FTP (nie polecane), to funkcje takie jak <tt>instalacja</tt>, <tt>aktualizacja</tt> lub <tt>odinstalowanie</tt> moga nie dzialac prawidlowo. <br /><br />';
|
|
118 | 118 |
$MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] = 'Uwaga istniejace wpisy modulu moga zostac utracone w bazie danych. Uzyj tej opcji tylko wtedy gdy masz problemy z przeslaniem przez FTP.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Uwaga istniejace wpisy modulu moga zostac utracone w bazie danych.'; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Pomyslnie zainstalowano ponownie moduly'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Prosimy o cierpliwosc'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Nie mozna odinstalowac'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Nie mozna odinstalowac: wybrany plik jest obecnie uzywany'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> nie moze byc odinstalowany, poniewaz jest uzywany przez {{pages}}:<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> nie moze byc odinstalowany, poniewaz jest uzywany przez {{pages}}:<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'nastepujaca strone;nastepujace strony'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Szablon <b>{{name}}</b> nie moze byc odinstalowany, poniewaz jest ustawiony jako szablon domyslny!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Nie mozna odinstalowac szablonu <b>{{name}}</b>, poniewaz jest ustawiony jako domyslny!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Szablon <b>{{name}}</b> nie moze byc odinstalowany, poniewaz jest ustawiony jako szablon domyslny!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Nie mozna odinstalowac szablonu <b>{{name}}</b>, poniewaz jest ustawiony jako domyslny!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Nie mozna rozpakowac pliku'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Nie mozna zaladowac pliku'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' pomyslnie'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Folder docelowy nie moze zawierac ../'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' pliki zostaly pomyslnie zaladowane'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Niestety, ten formularz zostal wyslany zbyt wiele razy w ciagu tej godziny. Prosimy spróbowac ponownie za godzine.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Wprowadzony numer weryfikacyjny (tzw. Captcha) jest nieprawidlowy. Jesli masz problemy z odczytaniem Captcha, napisz do: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Wprowadzony numer weryfikacyjny (tzw. Captcha) jest nieprawidlowy. Jesli masz problemy z odczytaniem Captcha, napisz do: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Nalezy wprowadzic szczególy dla nastepujacych pól'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Strona zostala dodana'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Naglówek strony zostal dodany'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Widocznosc'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Domyslny mail nadawcy'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Domyslna nazwa nadawcy'; |
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Okresl domyslny adres odbiorcy \"FROM\" i nadawcy \"SENDER\". Zaleca sie stosowanie ODBIORCY tak jak na przykladzie: <strong>admin@yourdomain.com</strong>. Niektórzy dostawcy maili (np. <em>mail.com</em>) moga odrzucic maile od ODBIORCY adresu takiego jak np <em>name@mail.com</em> ze wzgledu na potraktowanie tego jako spam.<br /><br /> Wartosci domyslne sa uzywane tylko wtedy inne wartosci sa okreslone przez WebsiteBakera. Jesli twój serwer obsluguje <acronym title=\"Prosty protokól przesylania poczty\">SMTP</acronym>, mozesz skorzystac z tej funkcji.';
|
|
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Okresl domyslny adres odbiorcy \"FROM\" i nadawcy \"SENDER\". Zaleca sie stosowanie ODBIORCY tak jak na przykladzie: <strong>admin@yourdomain.com</strong>. Niektórzy dostawcy maili (np. <em>mail.com</em>) moga odrzucic maile od ODBIORCY adresu takiego jak np <em>name@mail.com</em> ze wzgledu na potraktowanie tego jako spam.<br /><br /> Wartosci domyslne sa uzywane tylko wtedy inne wartosci sa okreslone przez WebsiteBakera. Jesli twój serwer obsluguje <acronym title=\"Prosty protokól przesylania poczty\">SMTP</acronym>, mozesz skorzystac z tej funkcji.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Funkcja maila'; |
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>Ustawienia poczty SMTP:</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.';
|
|
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>Ustawienia poczty SMTP:</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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'mail PHP'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'Weryfikacja SMTP'; |
branches/main/languages/PT.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Visualizar'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Não foi possível desinstalar'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Não foi possível desinstalar: O arquivo selecionado está em uso'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />O módulo não <b>{{type_name}}</b> pode ser desinstalado porque está a ser utilizado {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />O módulo não <b>{{type_name}}</b> pode ser desinstalado porque está a ser utilizado {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'na seguinte página;nas seguintes páginas'; |
140 | 140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'O Template não pode ser desinstalado porque é o Template padrão'; |
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Não foi possível descompactar'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Não foi possível enviar o arquivo'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Não pode possuir ../ na pasta alvo'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' arquivos enviados com sucesso'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Desculpe, este formulário foi submetido várias vezes nessa hora. Favor tentar novamente dentro de uma hora.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'O Número de Verificação (conhecido como Captcha) que você entrou, é inválido. Se estiver tendo problemas usando o Captcha, envie uma mensagem para: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'O Número de Verificação (conhecido como Captcha) que você entrou, é inválido. Se estiver tendo problemas usando o Captcha, envie uma mensagem para: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Você precisa preencher os seguintes campos'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Página adicionada com sucesso'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Cabeçalho da Página adicionado com sucesso.'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Visibilidade'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
627 |
$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.';
|
|
627 |
$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.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
629 |
$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.';
|
|
629 |
$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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
branches/main/languages/RU.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Просмотреть'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Невозможно удалить'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Невозможно удалить: файл используется'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Невозможно разархивировать файл'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Невозможно загрузить файл'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Нельзя использовать ../ в имени'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' файлы успешно закачаны'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Извините, слишком много сообщений за последний час. Пожалуйста попробуйте повторить отправку через некоторое время.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Код подтверждения введен неверно. Если вы не можете прочесть код, пожалуйста сообщите разработчикам: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Код подтверждения введен неверно. Если вы не можете прочесть код, пожалуйста сообщите разработчикам: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'ВНИМАНИЕ! Вы должны заполнить поле'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Страница успешно добавлена'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Заголовок страницы успешно добавлен'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Видимость'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Письмо от'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Имя отправителя'; |
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Пожалуйста задайте содержимое поля \"Письмо от\" и \"Имя отправителя\". Для поля \"Письмо от\" рекомендуется использовать адреса вида: <strong>admin@yourdomain.com</strong>. Некоторые почтовые провайдеры (например <em>mail.com</em>) могут игнорировать адреса вида <em>name@mail.com</em>, отправленные с чужого сервера, для борьбы со спамом.<br /><br />Данные настройки будут использоваться только если в CMS не заданы другие параметры. Если Ваш сервер поддерживает <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>, вы можете использовать эти настройки для исходящей почты.';
|
|
627 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Пожалуйста задайте содержимое поля \"Письмо от\" и \"Имя отправителя\". Для поля \"Письмо от\" рекомендуется использовать адреса вида: <strong>admin@yourdomain.com</strong>. Некоторые почтовые провайдеры (например <em>mail.com</em>) могут игнорировать адреса вида <em>name@mail.com</em>, отправленные с чужого сервера, для борьбы со спамом.<br /><br />Данные настройки будут использоваться только если в CMS не заданы другие параметры. Если Ваш сервер поддерживает <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>, вы можете использовать эти настройки для исходящей почты.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Почтовая служба'; |
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>Настройки SMTP:</strong><br />Данные настройки необходимы только если Вы планируете отправлять письма, используя <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>. Если вы не знаете параметры Вашего SMTP сервера или не уверены в выборе, используйте PHP MAIL в качестве почтовой службы.';
|
|
629 |
$TEXT['WBMAILER_NOTICE'] = '<strong>Настройки SMTP:</strong><br />Данные настройки необходимы только если Вы планируете отправлять письма, используя <acronym title=\"Simple mail transfer protocol\">SMTP</acronym>. Если вы не знаете параметры Вашего SMTP сервера или не уверены в выборе, используйте PHP MAIL в качестве почтовой службы.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP авторизация'; |
branches/main/languages/SE.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Visa sida'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Kan inte avinstallera'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Kan inte avinstallera: filen används just nu'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Kan inte packa upp filen'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Kan inte ladda upp fil'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Kan inte ha ../ i mappens mål'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' filerna laddades upp'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Tyvärr, detta formulär har skickats för många gånger inom denna timme. Försök igen om ett tag.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Verifieringsnumret (också känt som Captcha) som du angav är felaktigt. Om du har problem med att läsa ut Captcha, vänligen sänd email till: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Verifieringsnumret (också känt som Captcha) som du angav är felaktigt. Om du har problem med att läsa ut Captcha, vänligen sänd email till: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Du måste fylla i följande fält'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Sidan lades till'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Sidans huvud lades till'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Synlighetsgrad'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
627 |
$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.';
|
|
627 |
$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.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
629 |
$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.';
|
|
629 |
$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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
branches/main/languages/SK.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Zobraziť'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Nedá sa odinštalovať'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Nedá sa odinštalovať: súbor je práve používaný'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> nedá sa odinštalovať, pretože sa používa na {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> nedá sa odinštalovať, pretože sa používa na {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'táto stránka; tieto stránky'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Nemôžeťe odinštalovať šablónu <b>{{name}}</b>, pretože je nastavená ako predvolená šablóna!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Nemôžeťe odinštalovať šablónu <b>{{name}}</b>, pretože je nastavená ako predvolená šablóna!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Nedá sa rozbaliť (rozzipovať) súbor'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Nedá sa nahrať súbor'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Nejde použiť ../ v cielovom adresáry'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' súbory boly úspešne nahráné'; |
213 | 213 |
$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..'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Kontrolný kód (známý ako Captcha) nezodpovedá. Pokiaľ máte problémy s prečítaním tohoto kódu, kontaktujte <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Kontrolný kód (známý ako Captcha) nezodpovedá. Pokiaľ máte problémy s prečítaním tohoto kódu, kontaktujte <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Musíte vyplniť následujúce pole'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Stránka bola úspešne pridaná'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Záhlavie stránky bolo úspešne pridané'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Viditeľnosť'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Prednastavený E-Mail odosielatela'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Prednastavené meno odosielatela'; |
627 |
$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.';
|
|
627 |
$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.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Spôsob odoslania e-mailu'; |
629 |
$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.';
|
|
629 |
$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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP skript'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP server'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Overenie'; |
branches/main/languages/TR.php | ||
---|---|---|
112 | 112 |
$MENU['VIEW'] = 'Görüntüle'; |
113 | 113 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.'; |
114 | 114 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully'; |
115 |
$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.';
|
|
115 |
$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.';
|
|
116 | 116 |
$MESSAGE['ADDON_MANUAL_FTP_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
117 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'When modules are uploaded via FTP (not recommended), the module installation functions <tt>install</tt>, <tt>upgrade</tt> or <tt>uninstall</tt> will not be executed automatically. Those modules may not work correct or do not uninstall properly.<br /><br />You can execute the module functions manually for modules uploaded via FTP below.';
|
|
118 | 118 |
$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.'; |
119 | 119 |
$MESSAGE['ADDON_MANUAL_RELOAD_WARNING'] = 'Warning: Existing module database entries will get lost. '; |
120 | 120 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'Modules reloaded successfully'; |
... | ... | |
135 | 135 |
$MESSAGE['GENERIC_BE_PATIENT'] = 'Please be patient.'; |
136 | 136 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Kaldýrýlamýyor'; |
137 | 137 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Kaldýrama: Seçilen dosya, kullanýmdadýr'; |
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
138 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = '<br /><br />{{type}} <b>{{type_name}}</b> could not be uninstalled, because it is still in use on {{pages}}.<br /><br />';
|
|
139 | 139 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = 'this page;these pages'; |
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
140 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default template!';
|
|
141 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_THEME'] = 'Can\'t uninstall the template <b>{{name}}</b>, because it is the default backend theme!';
|
|
142 | 142 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Dosya unzip edilemiyor'; |
143 | 143 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Dosya Yüklenemiyor'; |
144 | 144 |
$MESSAGE['GENERIC_COMPARE'] = ' successfully'; |
... | ... | |
211 | 211 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Cannot have ../ in the folder target'; |
212 | 212 |
$MESSAGE['MEDIA_UPLOADED'] = ' Dosyalar baþarýlý bir þekilde yüklendi'; |
213 | 213 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
214 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href=\"mailto:{{SERVER_EMAIL}}\">{{SERVER_EMAIL}}</a>';
|
|
215 | 215 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'You must enter details for the following fields'; |
216 | 216 |
$MESSAGE['PAGES_ADDED'] = 'Sayfa, baþarýlý bir þekilde ekledi'; |
217 | 217 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Üst sayfa, baþarýlý bir þekilde ekledi'; |
... | ... | |
265 | 265 |
$MESSAGE['THEME_ALREADY_EXISTS'] = 'This new theme descriptor already exists.'; |
266 | 266 |
$MESSAGE['THEME_COPY_CURRENT'] = 'Copy the current active theme and save it with a new name.'; |
267 | 267 |
$MESSAGE['THEME_DESTINATION_READONLY'] = 'No rights to create new theme directory!'; |
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
268 |
$MESSAGE['THEME_IMPORT_HTT'] = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
|
|
269 | 269 |
$MESSAGE['THEME_INVALID_SOURCE_DESTINATION'] = 'Invalid descriptor for the new theme given!'; |
270 | 270 |
$MESSAGE['UNKNOW_UPLOAD_ERROR'] = 'Unknown upload error'; |
271 | 271 |
$MESSAGE['UPLOAD_ERR_CANT_WRITE'] = 'Failed to write file to disk'; |
... | ... | |
624 | 624 |
$TEXT['VISIBILITY'] = 'Görünürlük'; |
625 | 625 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Default From Mail'; |
626 | 626 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Default Sender Name'; |
627 |
$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.';
|
|
627 |
$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.';
|
|
628 | 628 |
$TEXT['WBMAILER_FUNCTION'] = 'Mail Routine'; |
629 |
$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.';
|
|
629 |
$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.';
|
|
630 | 630 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
631 | 631 |
$TEXT['WBMAILER_SMTP'] = 'SMTP'; |
632 | 632 |
$TEXT['WBMAILER_SMTP_AUTH'] = 'SMTP Authentification'; |
Also available in: Unified diff
mismatch in html entities solved