Changeset 1701
- Timestamp:
- 08/26/08 17:59:11 (3 months ago)
- Location:
- trunk
- Files:
-
- 38 modified
-
install.php (modified) (4 diffs)
-
locale/base/LANGLIST (modified) (1 diff)
-
locale/base/messages.pot (modified) (13 diffs)
-
locale/ca_CA/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/ca_CA/LC_MESSAGES/messages.po (modified) (14 diffs)
-
locale/de_DE/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/de_DE/LC_MESSAGES/messages.po (modified) (13 diffs)
-
locale/el_GR/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/el_GR/LC_MESSAGES/messages.po (modified) (13 diffs)
-
locale/en_GB/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/en_GB/LC_MESSAGES/messages.po (modified) (14 diffs)
-
locale/es_ES/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/es_ES/LC_MESSAGES/messages.po (modified) (13 diffs)
-
locale/fr_FR/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/fr_FR/LC_MESSAGES/messages.po (modified) (14 diffs)
-
locale/it_IT/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/it_IT/LC_MESSAGES/messages.po (modified) (14 diffs)
-
locale/ja_JP/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/ja_JP/LC_MESSAGES/messages.po (modified) (13 diffs)
-
locale/nl_NL/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/nl_NL/LC_MESSAGES/messages.po (modified) (13 diffs)
-
locale/ru_RU/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/ru_RU/LC_MESSAGES/messages.po (modified) (14 diffs)
-
locale/tr_TR/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/tr_TR/LC_MESSAGES/messages.po (modified) (14 diffs)
-
locale/zh_CN/LC_MESSAGES/messages.mo (modified) (previous)
-
locale/zh_CN/LC_MESSAGES/messages.po (modified) (13 diffs)
-
templates/show_denied.inc.php (modified) (1 diff)
-
templates/show_gather_art.inc.php (modified) (1 diff)
-
templates/show_install.inc.php (modified) (3 diffs)
-
templates/show_install_account.inc.php (modified) (3 diffs)
-
templates/show_install_config.inc.php (modified) (2 diffs)
-
templates/show_install_lang.inc.php (modified) (4 diffs)
-
templates/show_registration_confirmation.inc.php (modified) (1 diff)
-
templates/show_test.inc.php (modified) (1 diff)
-
templates/show_test_config.inc.php (modified) (1 diff)
-
templates/show_user_activate.inc.php (modified) (1 diff)
-
templates/show_user_registration.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/install.php
r1635 r1701 68 68 switch ($_REQUEST['action']) { 69 69 case 'create_db': 70 if (!install_insert_db($username,$password,$hostname,$database)) { 70 /* Get the variables for the language */ 71 $htmllang = $_REQUEST['htmllang']; 72 $charset = $_REQUEST['charset']; 73 74 // Set the lang in the conf array 75 Config::set('lang', $htmllang,'1'); 76 Config::set('site_charset', $charset, '1'); 77 load_gettext(); 78 79 if (!install_insert_db($username,$password,$hostname,$database)) { 71 80 require_once 'templates/show_install.inc.php'; 72 81 break; 73 82 } 74 75 /* Get the variables for the language */76 $htmllang = $_REQUEST['htmllang'];77 $charset = $_REQUEST['charset'];78 83 79 84 header ("Location: " . $php_self . "?action=show_create_config&local_db=$database&local_host=$hostname&htmllang=$htmllang&charset=$charset"); … … 126 131 Config::set_by_array($results,'1'); 127 132 133 /* Get the variables for the language */ 134 $htmllang = $_REQUEST['htmllang']; 135 $charset = $_REQUEST['charset']; 136 137 // Set the lang in the conf array 138 Config::set('lang', $htmllang,'1'); 139 Config::set('site_charset', $charset, '1'); 140 load_gettext(); 141 128 142 $password2 = scrub_in($_REQUEST['local_pass2']); 129 143 … … 143 157 144 158 $results = parse_ini_file($configfile); 159 160 /* Get the variables for the language */ 161 $htmllang = $_REQUEST['htmllang']; 162 $charset = $_REQUEST['charset']; 163 164 // Set the lang in the conf array 165 Config::set('lang', $htmllang,'1'); 166 Config::set('site_charset', $charset, '1'); 167 load_gettext(); 145 168 146 169 /* Make sure we've got a valid config file */ … … 211 234 break; 212 235 default: 213 /* Do some basic tests here... most common error, no mysql */ 214 if (!function_exists('mysql_query')) { 215 header ("Location: test.php"); 216 } 217 $htmllang = "en_US"; 218 header ("Content-Type: text/html; charset=UTF-8"); 236 if ($_ENV['LANG']) { 237 $lang = $_ENV['LANG']; 238 } else { 239 $lang = "en_US"; 240 } 241 if(strpos($lang, ".")) { 242 $langtmp = split("\.", $lang); 243 $htmllang = $langtmp[0]; 244 $charset = $langtmp[1]; 245 } else { 246 $htmllang = $lang; 247 $charset = "UTF-8"; 248 } 249 Config::set('lang',$htmllang,'1'); 250 Config::set('site_charset', $charset, '1'); 251 load_gettext(); 252 //header ("Content-Type: text/html; charset=$charset"); 219 253 /* Show the language options first */ 220 254 require_once 'templates/show_install_lang.inc.php'; -
trunk/locale/base/LANGLIST
r1694 r1701 1 1 Localization Status Report for Ampache. 2 Generated: 08/27/2008 00:55:43 GMT 2 3 3 4 LANG Trans Fuzzy Untrans Obsolete 4 ca_CA 496 43 194 1345 de_DE 64 5 43 45 146 el_GR 63 4 42 57 327 en_GB 2 49 181 303 1878 es_ES 18 2 133 418 1509 fr_FR 67 1 43 19 14110 it_IT 2 88 161 284 18011 ja_JP 72 6 0 11 012 nl_NL 34 1 158 234 18713 ru_RU 63 5 40 58 7714 tr_TR 3 59 6714915 zh_CN 0 5 7 2865 ca_CA 500 53 198 129 6 de_DE 649 53 49 10 7 el_GR 638 51 62 29 8 en_GB 252 192 307 183 9 es_ES 184 137 430 148 10 fr_FR 675 55 21 136 11 it_IT 291 172 288 176 12 ja_JP 723 13 15 2 13 nl_NL 345 168 238 183 14 ru_RU 639 51 61 72 15 tr_TR 3 60 688 49 16 zh_CN 0 5 746 6 16 17 -
trunk/locale/base/messages.pot
r1694 r1701 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: translations at ampache.org\n" 11 "POT-Creation-Date: 2008-08-2 5 13:02+0900\n"11 "POT-Creation-Date: 2008-08-27 09:56+0900\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 1327 1327 1328 1328 #: ../../templates/show_install_config.inc.php:32 1329 #: ../../templates/show_install_lang.inc.php:3 21329 #: ../../templates/show_install_lang.inc.php:33 1330 1330 #: ../../templates/show_install.inc.php:32 1331 1331 #: ../../templates/show_install_account.inc.php:32 … … 1334 1334 1335 1335 #: ../../templates/show_install_config.inc.php:38 1336 #: ../../templates/show_install_lang.inc.php: 391336 #: ../../templates/show_install_lang.inc.php:40 1337 1337 #: ../../templates/show_install.inc.php:40 1338 1338 #: ../../templates/show_install_account.inc.php:39 … … 1344 1344 1345 1345 #: ../../templates/show_install_config.inc.php:41 1346 #: ../../templates/show_install_lang.inc.php:4 21346 #: ../../templates/show_install_lang.inc.php:43 1347 1347 #: ../../templates/show_install.inc.php:43 1348 1348 #: ../../templates/show_install_account.inc.php:42 … … 1352 1352 1353 1353 #: ../../templates/show_install_config.inc.php:42 1354 #: ../../templates/show_install_lang.inc.php:4 31354 #: ../../templates/show_install_lang.inc.php:44 1355 1355 #: ../../templates/show_install.inc.php:44 1356 1356 msgid "" … … 1360 1360 1361 1361 #: ../../templates/show_install_config.inc.php:44 1362 #: ../../templates/show_install_lang.inc.php:4 61362 #: ../../templates/show_install_lang.inc.php:47 1363 1363 #: ../../templates/show_install.inc.php:47 1364 1364 #: ../../templates/show_install_account.inc.php:45 … … 1562 1562 msgstr "" 1563 1563 1564 #: ../../templates/show_install_lang.inc.php:37 1564 #: ../../templates/show_install_lang.inc.php:38 1565 #: ../../templates/show_install_lang.inc.php:52 1565 1566 #: ../../templates/show_install.inc.php:38 1566 1567 msgid "Requirements" 1567 1568 msgstr "" 1568 1569 1569 #: ../../templates/show_install_lang.inc.php:72 1570 #: ../../templates/show_install_lang.inc.php:51 1571 msgid "System Checks" 1572 msgstr "" 1573 1574 #: ../../templates/show_install_lang.inc.php:53 1575 msgid "PHP Version:" 1576 msgstr "" 1577 1578 #: ../../templates/show_install_lang.inc.php:63 1579 msgid "Mysql for PHP:" 1580 msgstr "" 1581 1582 #: ../../templates/show_install_lang.inc.php:77 1583 msgid "PHP Session Support:" 1584 msgstr "" 1585 1586 #: ../../templates/show_install_lang.inc.php:87 1587 msgid "PHP ICONV Support:" 1588 msgstr "" 1589 1590 #: ../../templates/show_install_lang.inc.php:97 1591 msgid "PHP PCRE Support:" 1592 msgstr "" 1593 1594 #: ../../templates/show_install_lang.inc.php:107 1595 msgid "PHP PutENV Support:" 1596 msgstr "" 1597 1598 #: ../../templates/show_install_lang.inc.php:120 1599 msgid "PHP Safe Mode:" 1600 msgstr "" 1601 1602 #: ../../templates/show_install_lang.inc.php:130 1603 msgid "Optional" 1604 msgstr "" 1605 1606 #: ../../templates/show_install_lang.inc.php:131 1607 msgid "PHP GetText Support:" 1608 msgstr "" 1609 1610 #: ../../templates/show_install_lang.inc.php:140 1611 msgid "PHP Mbstring Support:" 1612 msgstr "" 1613 1614 #: ../../templates/show_install_lang.inc.php:152 1615 msgid "Choose installation language." 1616 msgstr "" 1617 1618 #: ../../templates/show_install_lang.inc.php:173 1570 1619 msgid "Start configuration" 1620 msgstr "" 1621 1622 #: ../../templates/show_install_lang.inc.php:179 1623 msgid "Ampache does not <strong>run</strong> correctly by this server." 1624 msgstr "" 1625 1626 #: ../../templates/show_install_lang.inc.php:180 1627 msgid "Please contact your server administrator, and fix them." 1571 1628 msgstr "" 1572 1629 … … 2303 2360 #: ../../templates/show_random.inc.php:52 2304 2361 #, php-format 2305 msgid "% sminute"2306 msgid_plural "% sminutes"2362 msgid "%d minute" 2363 msgid_plural "%d minutes" 2307 2364 msgstr[0] "" 2308 2365 msgstr[1] "" … … 2314 2371 #: ../../templates/show_random.inc.php:57 2315 2372 #, php-format 2316 msgid "% shour"2317 msgid_plural "% shours"2373 msgid "%d hour" 2374 msgid_plural "%d hours" 2318 2375 msgstr[0] "" 2319 2376 msgstr[1] "" … … 2421 2478 #, php-format 2422 2479 msgid "%s by %s" 2423 msgid_plural "%ss by %s" 2424 msgstr[0] "" 2425 msgstr[1] "" 2480 msgstr "" 2426 2481 2427 2482 #: ../../templates/show_artist.inc.php:35 … … 3405 3460 msgstr "" 3406 3461 3407 #: ../../admin/mail.php: 843462 #: ../../admin/mail.php:90 3408 3463 msgid "E-mail Sent" 3409 3464 msgstr "" 3410 3465 3411 #: ../../admin/mail.php: 853466 #: ../../admin/mail.php:91 3412 3467 msgid "Your E-mail was successfully sent." 3413 3468 msgstr "" … … 3636 3691 msgstr "" 3637 3692 3638 #: ../../bin/print_tags.inc:6 73693 #: ../../bin/print_tags.inc:66 3639 3694 msgid "" 3640 3695 "[print_tags.php.inc]\n" … … 3645 3700 msgstr "" 3646 3701 3647 #: ../../bin/print_tags.inc:7 33702 #: ../../bin/print_tags.inc:72 3648 3703 msgid "Filename:" 3649 3704 msgstr "" -
trunk/locale/ca_CA/LC_MESSAGES/messages.po
r1694 r1701 18 18 "Project-Id-Version: Ampache 3.5.0\n" 19 19 "Report-Msgid-Bugs-To: translations at ampache.org\n" 20 "POT-Creation-Date: 2008-08-2 5 10:44+0900\n"20 "POT-Creation-Date: 2008-08-27 09:09+0900\n" 21 21 "PO-Revision-Date: 2008-01-04 16:41+0100\n" 22 22 "Last-Translator: Guillem Lluch Moll <glluch@ya.com>\n" … … 1358 1358 1359 1359 #: ../../templates/show_install_config.inc.php:32 1360 #: ../../templates/show_install_lang.inc.php:3 21360 #: ../../templates/show_install_lang.inc.php:33 1361 1361 #: ../../templates/show_install.inc.php:32 1362 1362 #: ../../templates/show_install_account.inc.php:32 … … 1365 1365 1366 1366 #: ../../templates/show_install_config.inc.php:38 1367 #: ../../templates/show_install_lang.inc.php: 391367 #: ../../templates/show_install_lang.inc.php:40 1368 1368 #: ../../templates/show_install.inc.php:40 1369 1369 #: ../../templates/show_install_account.inc.php:39 … … 1378 1378 1379 1379 #: ../../templates/show_install_config.inc.php:41 1380 #: ../../templates/show_install_lang.inc.php:4 21380 #: ../../templates/show_install_lang.inc.php:43 1381 1381 #: ../../templates/show_install.inc.php:43 1382 1382 #: ../../templates/show_install_account.inc.php:42 … … 1388 1388 1389 1389 #: ../../templates/show_install_config.inc.php:42 1390 #: ../../templates/show_install_lang.inc.php:4 31390 #: ../../templates/show_install_lang.inc.php:44 1391 1391 #: ../../templates/show_install.inc.php:44 1392 1392 msgid "" … … 1398 1398 1399 1399 #: ../../templates/show_install_config.inc.php:44 1400 #: ../../templates/show_install_lang.inc.php:4 61400 #: ../../templates/show_install_lang.inc.php:47 1401 1401 #: ../../templates/show_install.inc.php:47 1402 1402 #: ../../templates/show_install_account.inc.php:45 … … 1604 1604 msgstr "Temps del catàleg" 1605 1605 1606 #: ../../templates/show_install_lang.inc.php:37 1606 #: ../../templates/show_install_lang.inc.php:38 1607 #: ../../templates/show_install_lang.inc.php:52 1607 1608 #: ../../templates/show_install.inc.php:38 1608 1609 msgid "Requirements" 1609 1610 msgstr "Requisits" 1610 1611 1611 #: ../../templates/show_install_lang.inc.php:72 1612 #: ../../templates/show_install_lang.inc.php:51 1613 #, fuzzy 1614 msgid "System Checks" 1615 msgstr "Sistema" 1616 1617 #: ../../templates/show_install_lang.inc.php:53 1618 #, fuzzy 1619 msgid "PHP Version:" 1620 msgstr "Versió PHP" 1621 1622 #: ../../templates/show_install_lang.inc.php:63 1623 #, fuzzy 1624 msgid "Mysql for PHP:" 1625 msgstr "Mysql per PHP" 1626 1627 #: ../../templates/show_install_lang.inc.php:77 1628 #, fuzzy 1629 msgid "PHP Session Support:" 1630 msgstr "Sessió de PHP suportada" 1631 1632 #: ../../templates/show_install_lang.inc.php:87 1633 #, fuzzy 1634 msgid "PHP ICONV Support:" 1635 msgstr "PHP ICONV suportat" 1636 1637 #: ../../templates/show_install_lang.inc.php:97 1638 #, fuzzy 1639 msgid "PHP PCRE Support:" 1640 msgstr "Suport PHP PCRE" 1641 1642 #: ../../templates/show_install_lang.inc.php:107 1643 #, fuzzy 1644 msgid "PHP PutENV Support:" 1645 msgstr "Suport PHP PutENV" 1646 1647 #: ../../templates/show_install_lang.inc.php:120 1648 msgid "PHP Safe Mode:" 1649 msgstr "" 1650 1651 #: ../../templates/show_install_lang.inc.php:130 1652 #, fuzzy 1653 msgid "Optional" 1654 msgstr "Opcions" 1655 1656 #: ../../templates/show_install_lang.inc.php:131 1657 #, fuzzy 1658 msgid "PHP GetText Support:" 1659 msgstr "Suport PHP PutENV" 1660 1661 #: ../../templates/show_install_lang.inc.php:140 1662 #, fuzzy 1663 msgid "PHP Mbstring Support:" 1664 msgstr "Sessió de PHP suportada" 1665 1666 #: ../../templates/show_install_lang.inc.php:152 1667 msgid "Choose installation language." 1668 msgstr "" 1669 1670 #: ../../templates/show_install_lang.inc.php:173 1612 1671 msgid "Start configuration" 1613 1672 msgstr "Configuració inicial" 1673 1674 #: ../../templates/show_install_lang.inc.php:179 1675 msgid "Ampache does not <strong>run</strong> correctly by this server." 1676 msgstr "" 1677 1678 #: ../../templates/show_install_lang.inc.php:180 1679 msgid "Please contact your server administrator, and fix them." 1680 msgstr "" 1614 1681 1615 1682 #: ../../templates/rightbar.inc.php:28 … … 2362 2429 #: ../../templates/show_random.inc.php:52 2363 2430 #, fuzzy, php-format 2364 msgid "% sminute"2365 msgid_plural "% sminutes"2431 msgid "%d minute" 2432 msgid_plural "%d minutes" 2366 2433 msgstr[0] "Minuts" 2367 2434 msgstr[1] "Minuts" … … 2373 2440 #: ../../templates/show_random.inc.php:57 2374 2441 #, fuzzy, php-format 2375 msgid "% shour"2376 msgid_plural "% shours"2442 msgid "%d hour" 2443 msgid_plural "%d hours" 2377 2444 msgstr[0] "hora" 2378 2445 msgstr[1] "hora" … … 2480 2547 #, php-format 2481 2548 msgid "%s by %s" 2482 msgid_plural "%ss by %s" 2483 msgstr[0] "" 2484 msgstr[1] "" 2549 msgstr "" 2485 2550 2486 2551 #: ../../templates/show_artist.inc.php:35 … … 3483 3548 msgstr "Inici de Reproducció local fallada" 3484 3549 3485 #: ../../admin/mail.php: 843550 #: ../../admin/mail.php:90 3486 3551 msgid "E-mail Sent" 3487 3552 msgstr "Enviar e-mail" 3488 3553 3489 #: ../../admin/mail.php: 853554 #: ../../admin/mail.php:91 3490 3555 msgid "Your E-mail was successfully sent." 3491 3556 msgstr "El teu e-mail s'ha enviat correctament" … … 3716 3781 msgstr "Finalitzat la cerca de portades" 3717 3782 3718 #: ../../bin/print_tags.inc:6 73783 #: ../../bin/print_tags.inc:66 3719 3784 msgid "" 3720 3785 "[print_tags.php.inc]\n" … … 3730 3795 " \n" 3731 3796 3732 #: ../../bin/print_tags.inc:7 33797 #: ../../bin/print_tags.inc:72 3733 3798 msgid "Filename:" 3734 3799 msgstr "Nom de l'arxiu:" … … 4131 4196 #~ msgstr "Streaming" 4132 4197 4133 #~ msgid "System"4134 #~ msgstr "Sistema"4135 4136 4198 #~ msgid "XML-RPC" 4137 4199 #~ msgstr "XML-RPC" -
trunk/locale/de_DE/LC_MESSAGES/messages.po
r1694 r1701 11 11 "Project-Id-Version: messages\n" 12 12 "Report-Msgid-Bugs-To: translations at ampache.org\n" 13 "POT-Creation-Date: 2008-08-2 5 12:59+0900\n"13 "POT-Creation-Date: 2008-08-27 09:09+0900\n" 14 14 "PO-Revision-Date: 2008-08-24 09:26+0200\n" 15 15 "Last-Translator: Nikolai Försterling <devel@fosternet.de>\n" … … 1356 1356 1357 1357 #: ../../templates/show_install_config.inc.php:32 1358 #: ../../templates/show_install_lang.inc.php:3 21358 #: ../../templates/show_install_lang.inc.php:33 1359 1359 #: ../../templates/show_install.inc.php:32 1360 1360 #: ../../templates/show_install_account.inc.php:32 … … 1363 1363 1364 1364 #: ../../templates/show_install_config.inc.php:38 1365 #: ../../templates/show_install_lang.inc.php: 391365 #: ../../templates/show_install_lang.inc.php:40 1366 1366 #: ../../templates/show_install.inc.php:40 1367 1367 #: ../../templates/show_install_account.inc.php:39 … … 1377 1377 1378 1378 #: ../../templates/show_install_config.inc.php:41 1379 #: ../../templates/show_install_lang.inc.php:4 21379 #: ../../templates/show_install_lang.inc.php:43 1380 1380 #: ../../templates/show_install.inc.php:43 1381 1381 #: ../../templates/show_install_account.inc.php:42 … … 1387 1387 1388 1388 #: ../../templates/show_install_config.inc.php:42 1389 #: ../../templates/show_install_lang.inc.php:4 31389 #: ../../templates/show_install_lang.inc.php:44 1390 1390 #: ../../templates/show_install.inc.php:44 1391 1391 msgid "" … … 1397 1397 1398 1398 #: ../../templates/show_install_config.inc.php:44 1399 #: ../../templates/show_install_lang.inc.php:4 61399 #: ../../templates/show_install_lang.inc.php:47 1400 1400 #: ../../templates/show_install.inc.php:47 1401 1401 #: ../../templates/show_install_account.inc.php:45 … … 1610 1610 msgstr "Katalog Spielzeit" 1611 1611 1612 #: ../../templates/show_install_lang.inc.php:37 1612 #: ../../templates/show_install_lang.inc.php:38 1613 #: ../../templates/show_install_lang.inc.php:52 1613 1614 #: ../../templates/show_install.inc.php:38 1614 1615 msgid "Requirements" 1615 1616 msgstr "Anforderungen" 1616 1617 1617 #: ../../templates/show_install_lang.inc.php:72 1618 #: ../../templates/show_install_lang.inc.php:51 1619 msgid "System Checks" 1620 msgstr "" 1621 1622 #: ../../templates/show_install_lang.inc.php:53 1623 #, fuzzy 1624 msgid "PHP Version:" 1625 msgstr "PHP Version" 1626 1627 #: ../../templates/show_install_lang.inc.php:63 1628 #, fuzzy 1629 msgid "Mysql for PHP:" 1630 msgstr "MySQL für PHP" 1631 1632 #: ../../templates/show_install_lang.inc.php:77 1633 #, fuzzy 1634 msgid "PHP Session Support:" 1635 msgstr "PHP Session Unterstützung" 1636 1637 #: ../../templates/show_install_lang.inc.php:87 1638 #, fuzzy 1639 msgid "PHP ICONV Support:" 1640 msgstr "PHP ICONV Unterstützung" 1641 1642 #: ../../templates/show_install_lang.inc.php:97 1643 #, fuzzy 1644 msgid "PHP PCRE Support:" 1645 msgstr "PHP PCRE Unterstützung" 1646 1647 #: ../../templates/show_install_lang.inc.php:107 1648 #, fuzzy 1649 msgid "PHP PutENV Support:" 1650 msgstr "PHP PutENV Unterstützung" 1651 1652 #: ../../templates/show_install_lang.inc.php:120 1653 #, fuzzy 1654 msgid "PHP Safe Mode:" 1655 msgstr "Sicherheitsmodus" 1656 1657 #: ../../templates/show_install_lang.inc.php:130 1658 #, fuzzy 1659 msgid "Optional" 1660 msgstr "Optionen" 1661 1662 #: ../../templates/show_install_lang.inc.php:131 1663 #, fuzzy 1664 msgid "PHP GetText Support:" 1665 msgstr "Gettext Unterstützung" 1666 1667 #: ../../templates/show_install_lang.inc.php:140 1668 #, fuzzy 1669 msgid "PHP Mbstring Support:" 1670 msgstr "PHP Session Unterstützung" 1671 1672 #: ../../templates/show_install_lang.inc.php:152 1673 msgid "Choose installation language." 1674 msgstr "" 1675 1676 #: ../../templates/show_install_lang.inc.php:173 1618 1677 msgid "Start configuration" 1619 1678 msgstr "Starte Konfiguration"
