Changeset 1040
- Timestamp:
- 03/08/08 12:09:47
(6 months ago)
- Author:
- rats
- Message:
* Fixed: Error in adding Domain (missing $httpd_gid)
* Updated: Hungarian
* Fixed #1089: (freeBSD) delete doble copy of apache conf in freebsd
* Fixed #1090: (freeBSD) modified install docu in fbsd
* Fixed #1091: (freeBSD) fix conf fbsd in courier
* Fixed #1092: (freeBSD) fix conf fbsd in proftpd
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1039 |
r1040 |
|
| 1 | 1 | ispCP ω 1.0.0 Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | |
|---|
| | 4 | 2008-03-08 Benedikt Heintel |
|---|
| | 5 | - ENGINE: |
|---|
| | 6 | * Fixed: Error in adding Domain (missing $httpd_gid) |
|---|
| | 7 | - LANGAUGES: |
|---|
| | 8 | * Updated: Hungarian |
|---|
| | 9 | - DISTS: |
|---|
| | 10 | * Fixed #1089: (freeBSD) delete doble copy of apache conf in freebsd |
|---|
| | 11 | * Fixed #1090: (freeBSD) modified install docu in fbsd |
|---|
| | 12 | * Fixed #1091: (freeBSD) fix conf fbsd in courier |
|---|
| | 13 | * Fixed #1092: (freeBSD) fix conf fbsd in proftpd |
|---|
| 3 | 14 | |
|---|
| 4 | 15 | 2008-03-07 Benedikt Heintel |
|---|
| … | … | |
| 23 | 34 | * Updated: Update script; Update to RC3 |
|---|
| 24 | 35 | - DISTS: |
|---|
| 25 | | * Fixed #1074: config Dists opensuse - wrong makefile |
|---|
| | 36 | * Fixed #1074: (opensuse) config Dists opensuse - wrong makefile |
|---|
| 26 | 37 | |
|---|
| 27 | 38 | 2008-03-03 Benedikt Heintel |
|---|
| r1009 |
r1040 |
|
| 12 | 12 | cp ./httpd.conf ./working/ispcp.conf |
|---|
| 13 | 13 | cp ./fastcgi.conf ./working/fastcgi_ispcp.conf |
|---|
| 14 | | cp ./00_master.conf $(SYSTEM_CONF)/apache |
|---|
| 15 | 14 | cp ./00_master.conf $(SYSTEM_CONF)/apache22 |
|---|
| 16 | 15 | cp ./httpd.conf $(SYSTEM_CONF)/apache22 |
|---|
| r1033 |
r1040 |
|
| 15 | 15 | cp -R ./working $(SYSTEM_CONF)/courier |
|---|
| 16 | 16 | cp ./userdb $(ROOT_COURIER_CONF) |
|---|
| 17 | | chmod 600 $(ROOT_CONF)/userdb |
|---|
| 18 | | cp ./sasldb2 $(ROOT_CONF) |
|---|
| | 17 | chmod 600 $(ROOT_COURIER_CONF)/userdb |
|---|
| | 18 | cp ./sasldb2 $(ROOT_COURIER_CONF) |
|---|
| 19 | 19 | |
|---|
| 20 | 20 | uninstall: |
|---|
| r1009 |
r1040 |
|
| 6 | 6 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/postfix |
|---|
| 7 | 7 | $(SYSTEM_MAKE_DIRS) $(ROOT_POSTFIX_CONF) |
|---|
| 8 | | # |
|---|
| | 8 | |
|---|
| 9 | 9 | # MTA Configuration Files; |
|---|
| 10 | | # |
|---|
| 11 | 10 | cp ./main.cf $(SYSTEM_CONF)/postfix/main.cf |
|---|
| 12 | 11 | cp ./master.cf $(SYSTEM_CONF)/postfix/master.cf |
|---|
| 13 | | # |
|---|
| | 12 | |
|---|
| 14 | 13 | # MTA Configuration Directories; |
|---|
| 15 | | # |
|---|
| 16 | 14 | cp -R ./backup $(SYSTEM_CONF)/postfix |
|---|
| 17 | 15 | cp -R ./parts $(SYSTEM_CONF)/postfix |
|---|
| … | … | |
| 20 | 18 | cp -R ./ispcp $(ROOT_POSTFIX_CONF) |
|---|
| 21 | 19 | |
|---|
| 22 | | cp ./postfix.rc $(ROOT_CONF)/postfix.rc |
|---|
| 23 | | chmod 700 $(ROOT_CONF)/postfix.rc |
|---|
| 24 | | chown root:wheel $(ROOT_CONF)/postfix.rc |
|---|
| | 20 | # DISABLE: Should be Installed by postfix package/ports; |
|---|
| | 21 | # @TODO: Delete, if not needed |
|---|
| | 22 | # |
|---|
| | 23 | # cp ./postfix.rc $(ROOT_CONF)/postfix.rc |
|---|
| | 24 | # chmod 700 $(ROOT_CONF)/postfix.rc |
|---|
| | 25 | # chown root:wheel $(ROOT_CONF)/postfix.rc |
|---|
| 25 | 26 | |
|---|
| 26 | 27 | uninstall: |
|---|
| r1039 |
r1040 |
|
| 36 | 36 | ./docs/FreeBSD/freebsd-packages |
|---|
| 37 | 37 | |
|---|
| | 38 | The configuration is costumize for using with apache 2.2.x version using suexec |
|---|
| | 39 | module enable. |
|---|
| 38 | 40 | ================================================================================ |
|---|
| 39 | 41 | 3) Introduction |
|---|
| … | … | |
| 146 | 148 | |
|---|
| 147 | 149 | Q.- How can I prevent websites using more than their bandwidth limit to stop working? |
|---|
| 148 | | A.- If you have installed the apache2-mod-cband (available for etch and lenny/sid) |
|---|
| 149 | | all you need to do is: |
|---|
| 150 | | # a2enmod cband |
|---|
| 151 | | note that you might want to review /etc/apache2/mods-available/cband.conf |
|---|
| 152 | | to disable the /cband-status and /cband-status-me handlers. |
|---|
| | 150 | A.- Please install and configure apache2 mod_cband package/port |
|---|
| 153 | 151 | |
|---|
| 154 | 152 | Please check http://www.isp-control.net for any questions not answered in this file. |
|---|
| r1033 |
r1040 |
|
| 2270 | 2270 | |
|---|
| 2271 | 2271 | if (!defined($dmn_data) || $dmn_data eq '') { |
|---|
| 2272 | | |
|---|
| 2273 | 2272 | push_el(\@main::el, 'dmn_change_httpd_file_data()', 'ERROR: Undefined Input Data...'); |
|---|
| 2274 | | |
|---|
| 2275 | 2273 | return -1; |
|---|
| 2276 | | |
|---|
| 2277 | 2274 | } |
|---|
| 2278 | 2275 | |
|---|
| 2279 | 2276 | my $dmn_id = @$dmn_data[0]; |
|---|
| 2280 | | |
|---|
| 2281 | 2277 | my $dmn_name = @$dmn_data[1]; |
|---|
| 2282 | 2278 | |
|---|
| 2283 | 2279 | my $root_dir = $main::cfg{'ROOT_DIR'}; |
|---|
| 2284 | | |
|---|
| 2285 | 2280 | my $www_dir = $main::cfg{'APACHE_WWW_DIR'}; |
|---|
| 2286 | | |
|---|
| 2287 | 2281 | my $pear_dir = $main::cfg{'PEAR_DIR'}; |
|---|
| 2288 | | |
|---|
| 2289 | 2282 | my $starter_dir = $main::cfg{'PHP_STARTER_DIR'}; |
|---|
| 2290 | | |
|---|
| 2291 | 2283 | my $conf_dir = $main::cfg{'CONF_DIR'}; |
|---|
| | 2284 | my $httpd_gid = $main::cfg{'APACHE_GROUP'}; |
|---|
| 2292 | 2285 | |
|---|
| 2293 | 2286 | my ($sys_uid, $sys_gid) = get_dmn_suexec_user($dmn_id); |
|---|
| 2294 | | |
|---|
| 2295 | 2287 | my $suexec_user_pref = $main::cfg{'APACHE_SUEXEC_USER_PREF'}; |
|---|
| 2296 | | |
|---|
| 2297 | 2288 | my $sys_user = "$suexec_user_pref$sys_uid"; |
|---|
| 2298 | | |
|---|
| 2299 | 2289 | my $sys_group = "$suexec_user_pref$sys_gid"; |
|---|
| 2300 | 2290 | |
|---|
| … | … | |
| 2302 | 2292 | # Starter-Scripts for FastCGI |
|---|
| 2303 | 2293 | # |
|---|
| 2304 | | |
|---|
| 2305 | 2294 | if( ! -d "$starter_dir/$dmn_name") { |
|---|
| 2306 | | $rs = make_dir( |
|---|
| 2307 | | "$starter_dir/$dmn_name", |
|---|
| 2308 | | $sys_user, |
|---|
| 2309 | | $sys_group, |
|---|
| 2310 | | 0755 |
|---|
| 2311 | | ); |
|---|
| 2312 | | |
|---|
| | 2295 | $rs = make_dir("$starter_dir/$dmn_name", $sys_user, $sys_group, 0755); |
|---|
| 2313 | 2296 | return $rs if ($rs != 0); |
|---|
| 2314 | 2297 | } |
|---|
| … | … | |
| 2317 | 2300 | # PHP4 and PHP5 Directory for usual user |
|---|
| 2318 | 2301 | # |
|---|
| 2319 | | |
|---|
| 2320 | 2302 | if (! -d "$starter_dir/$dmn_name/php4") { |
|---|
| 2321 | | |
|---|
| 2322 | | $rs = make_dir( |
|---|
| 2323 | | "$starter_dir/$dmn_name/php4", |
|---|
| 2324 | | $sys_user, |
|---|
| 2325 | | $sys_group, |
|---|
| 2326 | | 0750 |
|---|
| 2327 | | ); |
|---|
| 2328 | | |
|---|
| | 2303 | $rs = make_dir("$starter_dir/$dmn_name/php4", $sys_user, $sys_group, 0750); |
|---|
| 2329 | 2304 | return $rs if ($rs != 0); |
|---|
| 2330 | 2305 | } |
|---|
| 2331 | 2306 | |
|---|
| 2332 | 2307 | if (! -d "$starter_dir/$dmn_name/php5") { |
|---|
| 2333 | | |
|---|
| 2334 | | $rs = make_dir( |
|---|
| 2335 | | "$starter_dir/$dmn_name/php5", |
|---|
| 2336 | | $sys_user, |
|---|
| 2337 | | $sys_group, |
|---|
| 2338 | | 0750 |
|---|
| 2339 | | ); |
|---|
| 2340 | | |
|---|
| | 2308 | $rs = make_dir("$starter_dir/$dmn_name/php5", $sys_user, $sys_group, 0750); |
|---|
| 2341 | 2309 | return $rs if ($rs != 0); |
|---|
| 2342 | 2310 | } |
|---|
| … | … | |
| 2345 | 2313 | # AWStats Directory (if static AWStats is enabled) |
|---|
| 2346 | 2314 | # |
|---|
| 2347 | | |
|---|
| 2348 | 2315 | if ($main::cfg{'AWSTATS_ACTIVE'} eq 'yes' && $main::cfg{'AWSTATS_MODE'} eq 1) { |
|---|
| 2349 | 2316 | if (! -d "$www_dir/$dmn_name/statistics") { |
|---|
| 2350 | | $rs = make_dir( |
|---|
| 2351 | | "$www_dir/$dmn_name/statistics", |
|---|
| 2352 | | $sys_user, |
|---|
| 2353 | | $sys_group, |
|---|
| 2354 | | 0755 |
|---|
| 2355 | | ); |
|---|
| 2356 | | |
|---|
| | 2317 | $rs = make_dir("$www_dir/$dmn_name/statistics", $sys_user, $sys_group, 0755); |
|---|
| 2357 | 2318 | return $rs if ($rs != 0); |
|---|
| 2358 | 2319 | } |
|---|
| … | … | |
| 2360 | 2321 | |
|---|
| 2361 | 2322 | # |
|---|
| 2362 | | # Domain WWW directories; |
|---|
| | 2323 | # Domain WWW directories |
|---|
| 2363 | 2324 | # |
|---|
| 2364 | | |
|---|
| 2365 | 2325 | if(! -d "$www_dir/$dmn_name/phptmp") { |
|---|
| 2366 | | |
|---|
| 2367 | 2326 | $rs = make_dir("$www_dir/$dmn_name/phptmp", $sys_user, $sys_group, 0770); |
|---|
| 2368 | | |
|---|
| 2369 | 2327 | return $rs if ($rs != 0); |
|---|
| 2370 | 2328 | } |
|---|
| | 2329 | if(! -d "$www_dir/$dmn_name/backups") { |
|---|
| | 2330 | $rs = make_dir("$www_dir/$dmn_name/backups", $sys_user, $httpd_gid, 0770); |
|---|
| | 2331 | return $rs if ($rs != 0); |
|---|
| | 2332 | } |
|---|
| 2371 | 2333 | |
|---|
| 2372 | 2334 | # |
|---|
| 2373 | | # Default error pages; |
|---|
| | 2335 | # Default error pages |
|---|
| 2374 | 2336 | # |
|---|
| 2375 | | |
|---|
| 2376 | | $rs = make_dir("$www_dir/$dmn_name/backups", $sys_user, $httpd_gid, 0770); |
|---|
| 2377 | | return $rs if ($rs != 0); |
|---|
| 2378 | | |
|---|
| 2379 | 2337 | $rs = make_dir("$www_dir/$dmn_name/errors", $sys_user, $sys_group, 0775); |
|---|
| 2380 | 2338 | return $rs if ($rs != 0); |
|---|
| … | … | |
| 2408 | 2366 | $rs = sys_command("$main::cfg{'CMD_CP'} -p $root_dir/gui/errordocs/inc/errordocs.css $www_dir/$dmn_name/errors/inc/"); |
|---|
| 2409 | 2367 | return $rs if ($rs != 0); |
|---|
| | 2368 | |
|---|
| 2410 | 2369 | $rs = setfmode("$www_dir/$dmn_name/errors/inc/error_top.jpg", $sys_user, $sys_group, 0644); |
|---|
| 2411 | 2370 | return $rs if ($rs != 0); |
|---|
| … | … | |
| 2422 | 2381 | # php.ini for the domain |
|---|
| 2423 | 2382 | # |
|---|
| 2424 | | |
|---|
| 2425 | 2383 | my $ini_tpl = undef; |
|---|
| 2426 | 2384 | my $ini_cfg_dir = "$main::cfg{'CONF_DIR'}/fcgi/parts/php4"; |
|---|
| … | … | |
| 2438 | 2396 | return $rs if ($rs != 0); |
|---|
| 2439 | 2397 | |
|---|
| 2440 | | ($rs, $rdata) = store_file( |
|---|
| 2441 | | "$starter_dir/$dmn_name/php4/php.ini", |
|---|
| 2442 | | $cfg, |
|---|
| 2443 | | $sys_user, |
|---|
| 2444 | | $sys_group, |
|---|
| 2445 | | 0640 |
|---|
| 2446 | | ); |
|---|
| 2447 | | |
|---|
| | 2398 | ($rs, $rdata) = store_file("$starter_dir/$dmn_name/php4/php.ini", $cfg, $sys_user, $sys_group, 0640); |
|---|
| 2448 | 2399 | return $rs if ($rs != 0); |
|---|
| 2449 | 2400 | |
|---|
| … | … | |
| 2464 | 2415 | return $rs if ($rs != 0); |
|---|
| 2465 | 2416 | |
|---|
| 2466 | | ($rs, $rdata) = store_file( |
|---|
| 2467 | | "$starter_dir/$dmn_name/php5/php.ini", |
|---|
| 2468 | | $cfg, |
|---|
| 2469 | | $sys_user, |
|---|
| 2470 | | $sys_group, |
|---|
| 2471 | | 0640 |
|---|
| 2472 | | ); |
|---|
| 2473 | | |
|---|
| | 2417 | ($rs, $rdata) = store_file("$starter_dir/$dmn_name/php5/php.ini", $cfg, $sys_user, $sys_group, 0640); |
|---|
| 2474 | 2418 | return $rs if ($rs != 0); |
|---|
| 2475 | 2419 | |
|---|
| … | … | |
| 2495 | 2439 | return $rs if ($rs != 0); |
|---|
| 2496 | 2440 | |
|---|
| 2497 | | ($rs, $rdata) = store_file( |
|---|
| 2498 | | "$starter_dir/$dmn_name/php5-fcgi-starter", |
|---|
| 2499 | | $cfg, |
|---|
| 2500 | | $sys_user, |
|---|
| 2501 | | $sys_group, |
|---|
| 2502 | | 0750 |
|---|
| 2503 | | ); |
|---|
| 2504 | | |
|---|
| | 2441 | ($rs, $rdata) = store_file("$starter_dir/$dmn_name/php5-fcgi-starter", $cfg, $sys_user, $sys_group, 0750); |
|---|
| 2505 | 2442 | return $rs if ($rs != 0); |
|---|
| 2506 | 2443 | } |
|---|
| … | … | |
| 2521 | 2458 | return $rs if ($rs != 0); |
|---|
| 2522 | 2459 | |
|---|
| 2523 | | ($rs, $rdata) = store_file( |
|---|
| 2524 | | "$starter_dir/$dmn_name/php4-fcgi-starter", |
|---|
| 2525 | | $cfg, |
|---|
| 2526 | | $sys_user, |
|---|
| 2527 | | $sys_group, |
|---|
| 2528 | | 0750 |
|---|
| 2529 | | ); |
|---|
| | 2460 | ($rs, $rdata) = store_file("$starter_dir/$dmn_name/php4-fcgi-starter", $cfg, $sys_user, $sys_group, 0750); |
|---|
| 2530 | 2461 | |
|---|
| 2531 | 2462 | return $rs if ($rs != 0); |
|---|
| … | … | |
| 2535 | 2466 | |
|---|
| 2536 | 2467 | push_el(\@main::el, 'dmn_change_httpd_file_data()', 'Ending...'); |
|---|
| 2537 | | |
|---|
| 2538 | 2468 | return 0; |
|---|
| 2539 | | |
|---|
| 2540 | 2469 | } |
|---|
| 2541 | 2470 | |
|---|
| r1026 |
r1040 |
|
| 1 | 1 | # |
|---|
| 2 | | #, fuzzy |
|---|
| 3 | 2 | msgid "" |
|---|
| 4 | 3 | msgstr "" |
|---|
| … | … | |
| 6 | 5 | "Report-Msgid-Bugs-To: \n" |
|---|
| 7 | 6 | "POT-Creation-Date: 2008-03-01 18:49+0100\n" |
|---|
| 8 | | "PO-Revision-Date: 2007-07-06 16:03-0500\n" |
|---|
| 9 | | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
|---|
| | 7 | "PO-Revision-Date: 2008-03-08 06:54+0100\n" |
|---|
| | 8 | "Last-Translator: Tibor KATONA <cateye@cateye.hu>\n" |
|---|
| 10 | 9 | "Language-Team: Hungarian <hu_HU@li.org>\n" |
|---|
| 11 | 10 | "MIME-Version: 1.0\n" |
|---|
| … | … | |
| 22 | 21 | msgstr "Hungarian" |
|---|
| 23 | 22 | |
|---|
| 24 | | #, fuzzy |
|---|
| 25 | 23 | msgid "ispCP Omega a Virtual Hosting Control System" |
|---|
| 26 | | msgstr "ispCP - Virtuális Szolgáltatás Irányító Rendszer" |
|---|
| | 24 | msgstr "ispCP Omega Virtuális Szolgáltatás Irányító Rendszer" |
|---|
| 27 | 25 | |
|---|
| 28 | 26 | msgid "Administrator login" |
|---|
| 29 | | msgstr "" |
|---|
| | 27 | msgstr "Adminisztrátor bejelentkezés" |
|---|
| 30 | 28 | |
|---|
| 31 | 29 | msgid "Login" |
|---|
| … | … | |
| 39 | 37 | |
|---|
| 40 | 38 | msgid "Please enter your login information" |
|---|
| 41 | | msgstr "" |
|---|
| | 39 | msgstr "Kérlek, írd be felhasználói azonosítódat" |
|---|
| 42 | 40 | |
|---|
| 43 | 41 | msgid "Secure Connection" |
|---|
| 44 | | msgstr "" |
|---|
| | 42 | msgstr "Biztonságos kapcsolat" |
|---|
| 45 | 43 | |
|---|
| 46 | 44 | msgid "Normal Connection" |
|---|
| 47 | | msgstr "" |
|---|
| | 45 | msgstr "Normál kapcsolat" |
|---|
| 48 | 46 | |
|---|
| 49 | 47 | msgid "Lost password" |
|---|
| … | … | |
| 51 | 49 | |
|---|
| 52 | 50 | msgid "Retrieving lost passwords is currently not possible" |
|---|
| 53 | | msgstr "" |
|---|
| | 51 | msgstr "Elvesztett jelszót visszanyerni jelenleg nem lehetséges" |
|---|
| 54 | 52 | |
|---|
| 55 | 53 | msgid "ispCP - Virtual Hosting Control System" |
|---|
| … | … | |
| 57 | 55 | |
|---|
| 58 | 56 | msgid "Password sent" |
|---|
| 59 | | msgstr "" |
|---|
| | 57 | msgstr "Jelszó elküldve" |
|---|
| 60 | 58 | |
|---|
| 61 | 59 | msgid "ERROR: Password was not sent" |
|---|
| 62 | | msgstr "" |
|---|
| | 60 | msgstr "HIBA: Jelszó elküldése sikertelen" |
|---|
| 63 | 61 | |
|---|
| 64 | 62 | msgid "The password was requested" |
|---|
| … | … | |
| 80 | 78 | msgstr "Biztonsági kód" |
|---|
| 81 | 79 | |
|---|
| 82 | | msgid "" |
|---|
| 83 | | "(To avoid abuse, we ask you to write the combination of letters on the above " |
|---|
| 84 | | "picture into the field \"Security code\")" |
|---|
| | 80 | msgid "(To avoid abuse, we ask you to write the combination of letters on the above picture into the field \"Security code\")" |
|---|
| 85 | 81 | msgstr "" |
|---|
| 86 | 82 | |
|---|
| … | … | |
| 95 | 91 | |
|---|
| 96 | 92 | msgid "Incorrect username length or syntax!" |
|---|
| 97 | | msgstr "" |
|---|
| | 93 | msgstr "Hibás felhasználói név formátum!" |
|---|
| 98 | 94 | |
|---|
| 99 | 95 | msgid "Incorrect password length or syntax!" |
|---|
| 100 | | msgstr "" |
|---|
| | 96 | msgstr "Hibás jelszó formátum!" |
|---|
| 101 | 97 | |
|---|
| 102 | 98 | msgid "Entered passwords do not match!" |
|---|
| 103 | | msgstr "" |
|---|
| | 99 | msgstr "A begépelt jelszó nem eggyezik!" |
|---|
| 104 | 100 | |
|---|
| 105 | 101 | msgid "Incorrect email length or syntax!" |
|---|
| 106 | | msgstr "" |
|---|
| | 102 | msgstr "Hibás email formátum!" |
|---|
| 107 | 103 | |
|---|
| 108 | 104 | msgid "This user name already exist!" |
|---|
| … | … | |
| 113 | 109 | |
|---|
| 114 | 110 | msgid "Passwords don't match!" |
|---|
| 115 | | msgstr "" |
|---|
| | 111 | msgstr "Jelszó nem eggyezik!" |
|---|
| 116 | 112 | |
|---|
| 117 | 113 | msgid "Add admin" |
|---|
| … | … | |
| 122 | 118 | |
|---|
| 123 | 119 | msgid "Repeat password" |
|---|
| 124 | | msgstr "" |
|---|
| | 120 | msgstr "Jelszó újra" |
|---|
| 125 | 121 | |
|---|
| 126 | 122 | msgid "Email" |
|---|
| 127 | | msgstr "" |
|---|
| | 123 | msgstr "Email" |
|---|
| 128 | 124 | |
|---|
| 129 | 125 | msgid "Additional data" |
|---|
| … | … | |
| 136 | 132 | msgstr "Keresztnév" |
|---|
| 137 | 133 | |
|---|
| 138 | | #, fuzzy |
|---|
| 139 | 134 | msgid "Gender" |
|---|
| 140 | | msgstr "Fejléc" |
|---|
| 141 | | |
|---|
| 142 | | #, fuzzy |
|---|
| | 135 | msgstr "Nem" |
|---|
| | 136 | |
|---|
| 143 | 137 | msgid "Male" |
|---|
| 144 | | msgstr "Email" |
|---|
| 145 | | |
|---|
| 146 | | #, fuzzy |
|---|
| | 138 | msgstr "Férfi" |
|---|
| | 139 | |
|---|
| 147 | 140 | msgid "Female" |
|---|
| 148 | | msgstr "Webes levelezés" |
|---|
| | 141 | msgstr "Nő" |
|---|
| 149 | 142 | |
|---|
| 150 | 143 | msgid "Unknown" |
|---|
| … | … | |
| 173 | 166 | |
|---|
| 174 | 167 | msgid "Fax" |
|---|
| 175 | | msgstr "" |
|---|
| | 168 | msgstr "Fax" |
|---|
| 176 | 169 | |
|---|
| 177 | 170 | msgid "Add" |
|---|
| … | … | |
| 179 | 172 | |
|---|
| 180 | 173 | msgid "ispCP - Admin/Manage users/Add reseller" |
|---|
| 181 | | msgstr "" |
|---|
| | 174 | msgstr "ispCP - Admin/Felhasználók kezelése/Viszonteladó hozzáadása" |
|---|
| 182 | 175 | |
|---|
| 183 | 176 | msgid "Reseller IP list is empty!" |
|---|
| … | … | |
| 199 | 192 | msgstr "Viszonteladó" |
|---|
| 200 | 193 | |
|---|
| 201 | | #, fuzzy |
|---|
| 202 | 194 | msgid "Incorrect email syntax!" |
|---|
| 203 | | msgstr "Hibás max email szám vagy hibás formátum!" |
|---|
| 204 | | |
|---|
| 205 | | #, fuzzy |
|---|
| | 195 | msgstr "Hibás email szintax!" |
|---|
| | 196 | |
|---|
| 206 | 197 | msgid "Incorrect domains limit!" |
|---|
| 207 | | msgstr "Hibás domain név formátum!" |
|---|
| 208 | | |
|---|
| 209 | | #, fuzzy |
|---|
| | 198 | msgstr "Hibás domain korlát!" |
|---|
| | 199 | |
|---|
| 210 | 200 | msgid "Incorrect subdomains limit!" |
|---|
| 211 | | msgstr "Hibás max aldomain szám vagy hibás formátum!" |
|---|
| 212 | | |
|---|
| 213 | | #, fuzzy |
|---|
| | 201 | msgstr "Hibás subdomain korlát!" |
|---|
| | 202 | |
|---|
| 214 | 203 | msgid "Incorrect aliases limit!" |
|---|
| 215 | | msgstr "Hibás bemenõ adat!" |
|---|
| 216 | | |
|---|
| 217 | | #, fuzzy |
|---|
| | 204 | msgstr "Hibás alias korlát!" |
|---|
| | 205 | |
|---|
| 218 | 206 | msgid "Incorrect FTP accounts limit!" |
|---|
| 219 | | msgstr "Hibáx max FTP szám vagy hibás formátum!" |
|---|
| 220 | | |
|---|
| 221 | | #, fuzzy |
|---|
| | 207 | msgstr "Hibás FTP felhasználó korlát!" |
|---|
| | 208 | |
|---|
| 222 | 209 | msgid "Incorrect mail accounts limit!" |
|---|
| 223 | | msgstr "Hibás max email szám vagy hibás formátum!" |
|---|
| 224 | | |
|---|
| 225 | | #, fuzzy |
|---|
| | 210 | msgstr "Hibás email felhasználó korlát!" |
|---|
| | 211 | |
|---|
| 226 | 212 | msgid "Incorrect SQL databases limit!" |
|---|
| 227 | | msgstr "Hibás max SQL adatbázis szám vagy hibás formátum!" |
|---|
| 228 | | |
|---|
| 229 | | #, fuzzy |
|---|
| | 213 | msgstr "Hibás SQL adatbázis korlát!" |
|---|
| | 214 | |
|---|
| 230 | 215 | msgid "Incorrect SQL users limit!" |
|---|
| 231 | | msgstr "Hibás max SQL felhasználó szám vagy hibás formátum!" |
|---|
| 232 | | |
|---|
| 233 | | #, fuzzy |
|---|
| | 216 | msgstr "Hibás SQL felhasználó korlát!" |
|---|
| | 217 | |
|---|
| 234 | 218 | msgid "Incorrect traffic limit!" |
|---|
| 235 | | msgstr "Hibás max forgalom mennyiség vagy hibás formátum!" |
|---|
| 236 | | |
|---|
| 237 | | #, fuzzy |
|---|
| | 219 | msgstr "Hibás forgalom korlát!" |
|---|
| | 220 | |
|---|
| 238 | 221 | msgid "Incorrect disk quota limit!" |
|---|
| 239 | | msgstr "Hibás bemenõ adat!" |
|---|
| | 222 | msgstr "Hibás diszk korlát!" |
|---|
| 240 | 223 | |
|---|
| 241 | 224 | msgid "You must assign at least one IP number for a reseller!" |
|---|
| … | … | |
| 245 | 228 | msgstr "Viszonteladó hozzáadása" |
|---|
| 246 | 229 | |
|---|
| 247 | | #, fuzzy |
|---|
| 248 | 230 | msgid "Domains limit<br><i>(0 unlimited)</i>" |
|---|
| 249 | | msgstr "Diszk limit [MB]<br><i>(0 korlátlan)</i>" |
|---|
| 250 | | |
|---|
| 251 | | #, fuzzy |
|---|
| | 231 | msgstr "Domain korlát<br><i>(0 korlátlan)</i>" |
|---|
| | 232 | |
|---|
| 252 | 233 | msgid "Subdomains limit<br><i>(-1 disabled, 0 unlimited)</i>" |
|---|
| 253 | | msgstr "SQL felhasználó limit<br><i>(-1 tiltva, 0 korlátlan)</i>" |
|---|
| 254 | | |
|---|
| 255 | | #, fuzzy |
|---|
| | 234 | msgstr "Subdomain korlát<br><i>(-1 tiltva, 0 korlátlan)</i>" |
|---|
| | 235 | |
|---|
| 256 | 236 | msgid "Aliases limit<br><i>(-1 disabled, 0 unlimited)</i>" |
|---|
| 257 | | msgstr "SQL felhasználó limit<br><i>(-1 tiltva, 0 korlátlan)</i>" |
|---|
| | 237 | msgstr "Alias korlát<br><i>(-1 tiltva, 0 korlátlan)</i>" |
|---|
| 258 | 238 | |
|---|
| 259 | 239 | msgid "Mail accounts limit<br><i>(-1 disabled, 0 unlimited)</i>" |
|---|
| 260 | | msgstr "" |
|---|
| | 240 | msgstr "Mail hozzáférés korlát<br><i>(-1 tiltva, 0 korlátlan)</i>" |
|---|
| 261 | 241 | |
|---|
| 262 | 242 | msgid "FTP accounts limit<br><i>(-1 disabled, 0 unlimited)</i>" |
|---|
| 263 | | msgstr "" |
|---|
| | 243 | msgstr "FTP hozzáférés korlát<br><i>(-1 tiltva, 0 korlátlan)</i>" |
|---|
| 264 | 244 | |
|---|
| 265 | 245 | msgid "SQL databases limit<br><i>(-1 disabled, 0 unlimited)</i>" |
|---|
| … | … | |
| 276 | 256 | |
|---|
| 277 | 257 | msgid "PHP" |
|---|
| 278 | | msgstr "" |
|---|
| | 258 | msgstr "PHP" |
|---|
| 279 | 259 | |
|---|
| 280 | 260 | msgid "CGI / Perl" |
|---|
| 281 | | msgstr "" |
|---|
| | 261 | msgstr "CGI / Perl" |
|---|
| 282 | 262 | |
|---|
| 283 | 263 | msgid "JSP" |
|---|
| 284 | | msgstr "" |
|---|
| | 264 | msgstr "JSP" |
|---|
| 285 | 265 | |
|---|
| 286 | 266 | msgid "SSI" |
|---|
| 287 | | msgstr "" |
|---|
| | 267 | msgstr "SSI" |
|---|
| 288 | 268 | |
|---|
| 289 | 269 | msgid "Frontpage extensions" |
|---|
| 290 | | msgstr "" |
|---|
| | 270 | msgstr "Frontpage kiterjesztések" |
|---|
| 291 | 271 | |
|---|
| 292 | 272 | msgid "Backup and restore" |
|---|
| … | … | |
| 309 | 289 | |
|---|
| 310 | 290 | msgid "AwStats" |
|---|
| 311 | | msgstr "" |
|---|
| | 291 | msgstr "AwStats" |
|---|
| 312 | 292 | |
|---|
| 313 | 293 | msgid "Logo upload" |
|---|
| … | … | |
| 334 | 314 | #, php-format |
|---|
| 335 | 315 | msgid "%s deleted the full admin log!" |
|---|
| 336 | | msgstr "" |
|---|
| | 316 | msgstr "torolve az egesz admin naplo!" |
|---|
| 337 | 317 | |
|---|
| 338 | 318 | #, php-format |
|---|
| 339 | 319 | msgid "%s deleted the admin log older than two weeks!" |
|---|
| 340 | | msgstr "" |
|---|
| | 320 | msgstr "ket hetnel regebbi naplo torolve!" |
|---|
| 341 | 321 | |
|---|
| 342 | 322 | #, php-format |
|---|
| 343 | 323 | msgid "%s deleted the admin log older than one month!" |
|---|
| 344 | | msgstr "" |
|---|
| | 324 | msgstr "egy honapnal regebbi admin naplo torolve!" |
|---|
| 345 | 325 | |
|---|
| 346 | 326 | #, php-format |
|---|
| 347 | 327 | msgid "%s deleted the admin log older than three months!" |
|---|
| 348 | | msgstr "" |
|---|
| | 328 | msgstr "harom honapnal regebbi admin naplo torolve!" |
|---|
| 349 | 329 | |
|---|
| 350 | 330 | #, php-format |
|---|
| 351 | 331 | msgid "%s deleted the admin log older than six months!" |
|---|
| 352 | | msgstr "" |
|---|
| | 332 | msgstr "hat honapnal regebbi admin naplo torolve!" |
|---|
| 353 | 333 | |
|---|
| 354 | 334 | #, php-format |
|---|
| 355 | 335 | msgid "%s deleted the admin log older than one year!" |
|---|
| 356 | | msgstr "" |
|---|
| | 336 | msgstr "egy evnel regebbi admin naplo torolve!" |
|---|
| 357 | 337 | |
|---|
| 358 | 338 | msgid "Invalid time period!" |
|---|
| 359 | | msgstr "" |
|---|
| | 339 | msgstr "Helytelen időciklus" |
|---|
| 360 | 340 | |
|---|
| 361 | 341 | msgid "Admin Log" |
|---|
| … | … | |
| 372 | 352 | |
|---|
| 373 | 353 | msgid "Delete from log:" |
|---|
| 374 | | msgstr " Törlés a naplóból" |
|---|
| | 354 | msgstr "Törlés a naplóból:" |
|---|
| 375 | 355 | |
|---|
| 376 | 356 | msgid "everything" |
|---|
| 377 | | msgstr "minden" |
|---|
| | 357 | msgstr "mindent" |
|---|
| 378 | 358 | |
|---|
| 379 | 359 | msgid "older than 2 weeks" |
|---|
| 380 | | msgstr "" |
|---|
| | 360 | msgstr "két hétnél régebbi" |
|---|
| 381 | 361 | |
|---|
| 382 | 362 | msgid "older than 1 month" |
|---|
| 383 | | msgstr "" |
|---|
| | 363 | msgstr "egy hónapnál régebbi" |
|---|
| 384 | 364 | |
|---|
| 385 | 365 | msgid "older than 3 months" |
|---|
| 386 | | msgstr "" |
|---|
| | 366 | msgstr "három hónapnál régebbi" |
|---|
| 387 | 367 | |
|---|
| 388 | 368 | msgid "older than 6 months" |
|---|
| 389 | | msgstr "" |
|---|
| | 369 | msgstr "hat hónapnál régebbi" |
|---|
| 390 | 370 | |
|---|
| 391 | 371 | msgid "older than 12 months" |
|---|
| 392 | | msgstr "" |
|---|
| | 372 | msgstr "egy évnél régebbi" |
|---|
| 393 | 373 | |
|---|
| 394 | 374 | msgid "ispCP - Administrator/Add hosting plan" |
|---|
| … | … | |
| 405 | 385 | |
|---|
| 406 | 386 | msgid "Max subdomains<br><i>(-1 disabled, 0 unlimited)</i>" |
|---|
| 407 | | msgstr "" |
|---|
| | 387 | msgstr "Max subdomainek<br><i>(-1 tiltva, 0 korlátlan)</i>" |
|---|
| 408 | 388 | |
|---|
| 409 | 389 | msgid "Max aliases<br><i>(-1 disabled, 0 unlimited)</i>" |
|---|
| 410 | | msgstr "" |
|---|
| | 390 | msgstr "Max aliasek" |
|---|
| 411 | 391 | |
|---|
| 412 | 392 | msgid "Billing Settings" |
|---|
| … | … | |
| 438 | 418 | |
|---|
| 439 | 419 | msgid "Incorrect template name length!" |
|---|
| 440 | | msgstr "" |
|---|
| | 420 | msgstr "Helytelen sablon hosszúság!" |
|---|
| 441 | 421 | |
|---|
| 442 | 422 | msgid "Incorrect template description length!" |
|---|
| 443 | | msgstr "" |
|---|
| | 423 | msgstr "Helytelen sablon tulajdonság hosszúság!" |
|---|
| 444 | 424 | |
|---|
| 445 | 425 | msgid "Incorrect price syntax!" |
|---|
| 446 | | msgstr "" |
|---|
| | 426 | msgstr "Helytelen ár formátum" |
|---|
| 447 | 427 | |
|---|
| 448 | 428 | msgid "Incorrect setup fee syntax!" |
|---|
| 449 | | msgstr "" |
|---|
| | 429 | msgstr "Hibás telepítési formátum!" |
|---|
| 450 | 430 | |
|---|
| 451 | 431 | msgid "Hosting plan with entered name already exists!" |
|---|
| … | … | |
| 459 | 439 | |
|---|
| 460 | 440 | msgid "Passwords do not match!" |
|---|
| 461 | | msgstr "" |
|---|
| | 441 | msgstr "Jelszó nem eggyezik!" |
|---|
| 462 | 442 | |
|---|
| 463 | 443 | msgid "The current password is wrong!" |
|---|
| … | … | |
| 495 | 475 | |
|---|
| 496 | 476 | msgid "ispCP - Admin - Email Marketing" |
|---|
| 497 | | msgstr "" |
|---|
| | 477 | msgstr "ispCP - Admin - Email Marketing" |
|---|
| 498 | 478 | |
|---|
| 499 | 479 | msgid "Please specify a message subject!" |
|---|
| … | … | |
| 513 | 493 | |
|---|
| 514 | 494 | msgid "Email marketing" |
|---|
| 515 | | msgstr "" |
|---|
| | 495 | msgstr "Email marketing" |
|---|
| 516 | 496 | |
|---|
| 517 | 497 | msgid "Send message to" |
|---|
| … | … | |
| 582 | 562 | |
|---|
| 583 | 563 | msgid "Administrator level" |
|---|
| 584 | | msgstr "" |
|---|
| | 564 | msgstr "Adminisztrátori szint" |
|---|
| 585 | 565 | |
|---|
| 586 | 566 | msgid "Reseller level" |
|---|
| … | … | |
| 614 | 594 | msgstr "Gomb szerkesztése" |
|---|
| 615 | 595 | |
|---|
| 616 | | #, fuzzy |
|---|
| 617 | 596 | msgid "Database updates" |
|---|
| 618 | | msgstr "Adatbázis felhasználók" |
|---|
| 619 | | |
|---|
| 620 | | #, fuzzy |
|---|
| | 597 | msgstr "Adatbázis frissítések" |
|---|
| | 598 | |
|---|
| 621 | 599 | msgid "Available database updates" |
|---|
| 622 | | msgstr "Rendelkezésre álló ispCP frissítések" |
|---|
| | 600 | msgstr "Elérhető adatbázis frissítés" |
|---|
| 623 | 601 | |
|---|
| 624 | 602 | msgid "Update" |
|---|
| … | … | |
| 628 | 606 | msgstr "Részletek módosítása" |
|---|
| 629 | 607 | |
|---|
| 630 | | #, fuzzy |
|---|
| 631 | 608 | msgid "No database updates available" |
|---|
| 632 | | msgstr "Nincs új ispCP verzió" |
|---|
| 633 | | |
|---|
| 634 | | #, fuzzy |
|---|
| | 609 | msgstr "Nincs elérhető adatbázis frissítés" |
|---|
| | 610 | |
|---|
| 635 | 611 | msgid "New Database update is now available" |
|---|
| 636 | | msgstr "Új ispCP verzió most elérhetõ" |
|---|
| 637 | | |
|---|
| 638 | | #, fuzzy |
|---|
| | 612 | msgstr "Új adatbázis frissítés most elérhető" |
|---|
| | 613 | |
|---|
| 639 | 614 | msgid "Do you want to execute the Updates now?" |
|---|
| 640 | | msgstr "Biztos törölni akarod ezt a rendelést?" |
|---|
| | 615 | msgstr "Biztos végrehajtod a frissítést most?" |
|---|
| 641 | 616 | |
|---|
| 642 | 617 | msgid "You cannot delete the last active IP address!" |
|---|
| 643 | | msgstr "" |
|---|
| | 618 | msgstr "Nem törölheted az utolsó aktív IP címet!" |
|---|
| 644 | 619 | |
|---|
| 645 | 620 | msgid "Error: we have a domain using this IP!" |
|---|
| 646 | | msgstr "" |
|---|
| | 621 | msgstr "HIBA: Egy domain használja ezt az IP címet!" |
|---|
| 647 | 622 | |
|---|
| 648 | 623 | msgid "Error: we have a reseller using this IP!" |
|---|
| 649 | | msgstr "" |
|---|
| | 624 | msgstr "HIBA: Egy viszonteladó használja ezt az IP címet!" |
|---|
| 650 | 625 | |
|---|
| 651 | 626 | msgid "IP was deleted!" |
|---|
| … | … | |
| 671 | 646 | |
|---|
| 672 | 647 | msgid "Domain IP" |
|---|
| 673 | | msgstr "" |
|---|
| | 648 | msgstr "Domain IP" |
|---|
| 674 | 649 | |
|---|
| 675 | 650 | msgid "Status" |
|---|
| … | … | |
| 760 | 735 | msgstr "Nap" |
|---|
| 761 | 736 | |
|---|
| 762 | | #, fuzzy |
|---|
| 763 | 737 | msgid "ispCP - Admin/Manage users/Edit Administrator" |
|---|
| 764 | | msgstr "ispCP - Admin/Felhasználók/Felhasználó módosítása" |
|---|
| | 738 | msgstr "ispCP - Admin/ felhasználók/Adminisztrátor módosítása" |
|---|
| 765 | 739 | |
|---|
| 766 | 740 | msgid "User session was killed!" |
|---|
| … | … | |
| 774 | 748 | |
|---|
| 775 | 749 | msgid "Send new login data" |
|---|
| 776 | | msgstr "" |
|---|
| 777 | | |
|---|
| 778 | | #, fuzzy |
|---|
| | 750 | msgstr "Új bejelentkezési információ küldése" |
|---|
| | 751 | |
|---|
| 779 | 752 | msgid "Generate password" |
|---|
| 780 | | msgstr "Jelszó módosítás" |
|---|
| | 753 | msgstr "Jelszó generálás" |
|---|
| 781 | 754 | |
|---|
| 782 | 755 | msgid "ispCP - Admin/Manage users/Edit Reseller" |
|---|
| 783 | 756 | msgstr "ispCP - Admin/Felhasználók/Viszonteladó módosítása" |
|---|
| 784 | 757 | |
|---|
| 785 | | #, fuzzy |
|---|
| 786 | 758 | msgid "SQL databases limit is <i>disabled</i>!" |
|---|
| 787 | | msgstr "SQL adatbázis limit<br><i>(-1 tiltva, 0 korlátlan)</i>" |
|---|
| 788 | | |
|---|
| 789 | | #, fuzzy |
|---|
| | 759 | msgstr "SQL adatbázis limit <i>kikapcsolva</i>!" |
|---|
| | 760 | |
|---|
| 790 | 761 | msgid "SQL users limit is <i>disabled</i>!" |
|---|
| 791 | | msgstr "SQL felhasználó limit<br><i>(-1 tiltva, 0 korlátlan)</i>" |
|---|
| | 762 | msgstr "SQL felhasználó limit <i>kikapcsolva</i>!" |
|---|
| 792 | 763 | |
|---|
| 793 | 764 | msgid "Domains" |
|---|
| … | … | |
| 795 | 766 | |
|---|
| 796 | 767 | #, php-format |
|---|
| 797 | | msgid "" |
|---|
| 798 | | "Inconsistency between current_als_cnt and actual alias count: %1$d != %2$d" |
|---|
| | 768 | msgid "Inconsistency between current_als_cnt and actual alias count: %1$d != %2$d" |
|---|
| 799 | 769 | msgstr "" |
|---|
| 800 | 770 | |
|---|
| … | … | |
| 806 | 776 | |
|---|
| 807 | 777 | #, php-format |
|---|
| 808 | | msgid "" |
|---|
| 809 | | "Inconsistency between current_ftp_cnt and actual ftp count: %1$d != %2$d" |
|---|
| | 778 | msgid "Inconsistency between current_ftp_cnt and actual ftp count: %1$d != %2$d" |
|---|
| 810 | 779 | msgstr "" |
|---|
| 811 | 780 | |
|---|
| 812 | 781 | msgid "FTP" |
|---|
| 813 | | msgstr "" |
|---|
| | 782 | msgstr "FTP" |
|---|
| 814 | 783 | |
|---|
| 815 | 784 | msgid "SQL Databases" |
|---|
| 816 | | msgstr "" |
|---|
| | 785 | msgstr "SQL adatbázisok" |
|---|
| 817 | 786 | |
|---|
| 818 | 787 | msgid "SQL Users" |
|---|
| 819 | | msgstr "" |
|---|
| 820 | | |
|---|
| 821 | | #, fuzzy |
|---|
| | 788 | msgstr "SQL felhasználók" |
|---|
| | 789 | |
|---|
| 822 | 790 | msgid "Web Traffic" |
|---|
| 823 | | msgstr "Web forgalom" |
|---|
| 824 | | |
|---|
| 825 | | #, fuzzy |
|---|
| | 791 | msgstr "Web Forgalom" |
|---|
| | 792 | |
|---|
| 826 | 793 | msgid "Disk storage" |
|---|
| 827 | | msgstr "Diszk használat" |
|---|
| | 794 | msgstr "Disk használat" |
|---|
| 828 | 795 | |
|---|
| 829 | 796 | #, fuzzy |
|---|
| … | … | |
| 832 | 799 | |
|---|
| 833 | 800 | #, php-format |
|---|
| 834 | | msgid "" |
|---|
| 835 | | "This reseller has already assigned more/higher <b>%s</b> accounts/limits " |
|---|
| 836 | | "than the new limit you entered." |
|---|
| | 801 | msgid "This reseller has already assigned more/higher <b>%s</b> accounts/limits than the new limit you entered." |
|---|
| 837 | 802 | msgstr "" |
|---|
| 838 | 803 | |
|---|
| … | … | |
| 841 | 806 | |
|---|
| 842 | 807 | #, php-format |
|---|
| 843 | | msgid "" |
|---|
| 844 | | "This reseller's customers are using/have more/higher <b>%s</b> accounts/" |
|---|
| 845 | | "limits than the new limit you entered." |
|---|
| 846 | | msgstr "" |
|---|
| 847 | | |
|---|
| 848 | | #, php-format |
|---|
| 849 | | msgid "" |
|---|
| 850 | | "This reseller has customer(s) with unlimited rights for the <b>%s</b> " |
|---|
| 851 | | "service!<br>" |
|---|
| | 808 | msgid "This reseller's customers are using/have more/higher <b>%s</b> accounts/limits than the new limit you entered." |
|---|
| | 809 | msgstr "" |
|---|
| | 810 | |
|---|
| | 811 | #, php-format |
|---|
| | 812 | msgid "This reseller has customer(s) with unlimited rights for the <b>%s</b> service!<br>" |
|---|
| 852 | 813 | msgstr "" |
|---|
| 853 | 814 | |
|---|
| 854 | 815 | #, fuzzy |
|---|
| 855 | | msgid "" |
|---|
| 856 | | "If you want to limit the reseller, you must first limit its customers!<br>" |
|---|
| 857 | | msgstr "" |
|---|
| 858 | | "Ha korlátozni akarod a viszonteladót, elõször be kell állítanod a " |
|---|
| 859 | | "felhasználó szám korlátját!<br>" |
|---|
| 860 | | |
|---|
| 861 | | #, fuzzy, php-format |
|---|
| | 816 | msgid "If you want to limit the reseller, you must first limit its customers!<br>" |
|---|
| | 817 | msgstr "Ha korlátozni akarod a viszonteladót, elõször be kell állítanod a felhasználó szám korlátját!<br>" |
|---|
| | 818 | |
|---|
| | 819 | #, php-format |
|---|
| 862 | 820 | msgid "This reseller has domains assigned to the <b>%s</b> address!<br>" |
|---|
| 863 | | msgstr "Ehez a viszonteladóhoz van domain hozzárendelve<br>" |
|---|
| | 821 | msgstr "Ehez a viszonteladóhoz a következő cím van hozzárendelve <b>%s</b> address!<br>" |
|---|
| 864 | 822 | |
|---|
| 865 | 823 | msgid "Edit reseller" |
|---|
| … | … | |
| 867 | 825 | |
|---|
| 868 | 826 | msgid "E-mail" |
|---|
| 869 | | msgstr "" |
|---|
| | 827 | msgstr "E-mail" |
|---|
| 870 | 828 | |
|---|
| 871 | 829 | msgid "unlimited" |
|---|
| 872 | 830 | msgstr "korlátlan" |
|---|
| 873 | 831 | |
|---|
| 874 | | #, fuzzy |
|---|
| 875 | 832 | msgid "Domains limit<br><i>((-1 disabled, 0 unlimited)</i>" |
|---|
| 876 | | msgstr "SQL felhasználó limit<br><i>(-1 tiltva, 0 korlátlan)</i>" |
|---|
| | 833 | msgstr "Domain korlát <br><i>(-1 tiltva, 0 korlátlan)</i>" |
|---|
| 877 | 834 | |
|---|
| 878 | 835 | msgid "ispCP - Administrator/Edit hosting plan" |
|---|
| … | … | |
| 892 | 849 | |
|---|
| 893 | 850 | msgid "Incorrect price. Example: 9.99" |
|---|
| 894 | | msgstr "" |
|---|
| | 851 | msgstr "Helytelen összeg. Pl: 9.99" |
|---|
| 895 | 852 | |
|---|
| 896 | 853 | msgid "Incorrect setup fee. Example: 19.99" |
|---|
| 897 | | msgstr "" |
|---|
| | 854 | msgstr "Helytelen beállítás. Pl: 19.99" |
|---|
| 898 | 855 | |
|---|
| 899 | 856 | msgid "Please specify a subject!" |
|---|
| … | … | |
| 922 | 879 | |
|---|
| 923 | 880 | msgid "User real (first and last) name" |
|---|
| 924 | | msgstr "" |
|---|
| | 881 | msgstr "Felhasználó valódi (vezeték és kereszt) neve" |
|---|
| 925 | 882 | |
|---|
| 926 | 883 | msgid "Message template" |
|---|
| … | … | |
| 967 | 924 | |
|---|
| 968 | 925 | msgid "Show hosting plan" |
|---|
| 969 | | msgstr "" |
|---|
| | 926 | msgstr "Hoszting csomag mutatása" |
|---|
| 970 | 927 | |
|---|
| 971 | 928 | #, php-format |
|---|
| 972 | 929 | msgid "You have <b>%d</b> new support questions" |
|---|
| 973 | | msgstr "" |
|---|
| | 930 | msgstr "<b>%d</b> db új hibajegyed van" |
|---|
| 974 | 931 | |
|---|
| 975 | 932 | msgid "View" |
|---|
| … | … | |
| 977 | 934 | |
|---|
| 978 | 935 | msgid "Couldn't check for updates! Website not reachable." |
|---|
| 979 | | msgstr "" |
|---|
| | 936 | msgstr "Frissítések keresése sikertelen! A Honlap nem válaszolt." |
|---|
| 980 | 937 | |
|---|
| 981 | 938 | msgid "New ispCP update is now available" |
|---|
| … | … | |
| 985 | 942 | msgstr "ispCP - Admin/IP kezelése" |
|---|
| 986 | 943 | |
|---|
| 987 | | #, fuzzy |
|---|
| 988 | 944 | msgid "Remove IP" |
|---|
| 989 | | msgstr "Eltávolít" |
|---|
| | 945 | msgstr "IP törlése" |
|---|
| 990 | 946 | |
|---|
| 991 | 947 | msgid "New IP was added!" |
|---|
| … | … | |
| 1011 | 967 | |
|---|
| 1012 | 968 | msgid "IP" |
|---|
| 1013 | | msgstr "" |
|---|
| | 969 | msgstr "IP" |
|---|
| 1014 | 970 | |
|---|
| 1015 | 971 | msgid "Domain" |
|---|
| 1016 | | msgstr "" |
|---|
| | 972 | msgstr "Domain" |
|---|
| 1017 | 973 | |
|---|
| 1018 | 974 | msgid "Alias" |
|---|
| 1019 | | msgstr "" |
|---|
| | 975 | msgstr "Alias" |
|---|
| 1020 | 976 | |
|---|
| 1021 | 977 | msgid "Add new IP" |
|---|
| 1022 | 978 | msgstr "Új IP hozzáadása" |
|---|
| 1023 | 979 | |
|---|
| 1024 | | #, fuzzy |
|---|
| 1025 | 980 | msgid "Are you sure you want to delete this IP: " |
|---|
| 1026 | | msgstr "Biztos törölni akarod ezt a rendelést?" |
|---|
| | 981 | msgstr "Biztos törölni akarod ezt az IP-t?" |
|---|
| 1027 | 982 | |
|---|
| 1028 | 983 | msgid "No domain system errors" |
|---|
| … | … | |
| 1045 | 1000 | |
|---|
| 1046 | 1001 | msgid "Domain alias errors" |
|---|
| 1047 | | msgstr "Domain alias hibák!" |
|---|
| | 1002 | msgstr "Domain alias hibák" |
|---|
| 1048 | 1003 | |
|---|
| 1049 | 1004 | msgid "Subdomain errors" |
|---|
| … | … | |
| 1053 | 1008 | msgstr "Email hozzáférés hibák" |
|---|
| 1054 | 1009 | |
|---|
| 1055 | | #, fuzzy |
|---|
| 1056 | 1010 | msgid "ispCP Daemon tools" |
|---|
| 1057 | | msgstr "ispCP - Kliens/Webes Eszközök" |
|---|
| 1058 | | |
|---|
| 1059 | | #, fuzzy |
|---|
| | 1011 | msgstr "ispCP Kliens/Webes Eszközök" |
|---|
| | 1012 | |
|---|
| 1060 | 1013 | msgid "Execute requests" |
|---|
| 1061 | | msgstr "Kérés végrehajtása" |
|---|
| | 1014 | msgstr "Kérések végrehajtása" |
|---|
| 1062 | 1015 | |
|---|
| 1063 | 1016 | #, php-format |
|---|
| … | … | |
| 1065 | 1018 | msgstr "" |
|---|
| 1066 | 1019 | |
|---|
| 1067 | | #, fuzzy |
|---|
| 1068 | 1020 | msgid "Unknown domain status!" |
|---|
| 1069 | | msgstr "ismeretlen státusz" |
|---|
| 1070 | | |
|---|
| 1071 | | #, fuzzy |
|---|
| | 1021 | msgstr "Ismeretlen domain státusz!" |
|---|
| | 1022 | |
|---|
| 1072 | 1023 | msgid "Unknown account type!" |
|---|
| 1073 | | msgstr "Ismeretlen típus" |
|---|
| 1074 | | |
|---|
| 1075 | | #, fuzzy |
|---|
| | 1024 | msgstr "Ismeretlen hozzáférés típus" |
|---|
| | 1025 | |
|---|
| 1076 | 1026 | msgid "Invalid account id!" |
|---|
| 1077 | | msgstr "Email hozzáférés" |
|---|
| | 1027 |
|---|
|