Skip to content

Commit c3e4316

Browse files
committed
Merge branch 'develop' of https://git.ispconfig.org/ispconfig/ispconfig3 into develop
2 parents 2442aed + db71b22 commit c3e4316

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# ISPConfig - Hosting Control Panel
22

3-
Nightly (master): [![pipeline status](https://git.ispconfig.org/ispconfig/ispconfig3/badges/master/pipeline.svg)](https://git.ispconfig.org/ispconfig/ispconfig3/commits/master)
4-
Stable branch: [![pipeline status](https://git.ispconfig.org/ispconfig/ispconfig3/badges/stable-3.1/pipeline.svg)](https://git.ispconfig.org/ispconfig/ispconfig3/commits/stable-3.1)
3+
Development branch: [![pipeline status](https://git.ispconfig.org/ispconfig/ispconfig3/badges/develop/pipeline.svg)](https://git.ispconfig.org/ispconfig/ispconfig3/commits/develop)
54

65

76
- Manage multiple servers from one control panel
@@ -11,4 +10,4 @@ Stable branch: [![pipeline status](https://git.ispconfig.org/ispconfig/ispconfig
1110
- Virtualization (OpenVZ)
1211
- Administrator, reseller and client login
1312
- Configuration mirroring and clusters
14-
- Open Source software (BSD license)
13+
- Open Source software (BSD license)

interface/lib/lang/cz.lng

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
2-
$wb['conf_format_dateshort'] = 'Y-d-m';
2+
$wb['conf_format_dateshort'] = 'd. m. Y';
33
$wb['conf_format_datelong'] = 'l dS of F Y';
44
$wb['conf_format_timeshort'] = 'H:i';
55
$wb['conf_format_timelong'] = 'H:i:s';
6-
$wb['conf_format_datetime'] = 'Y-d-m H:i';
6+
$wb['conf_format_datetime'] = 'd. m. Y H:i';
77
$wb['number_format_decimals'] = '4';
88
$wb['number_format_decimals_client'] = '2';
99
$wb['number_format_dec_point'] = '.';
@@ -69,7 +69,7 @@ $wb['monthnamesshort_dec'] = 'Pro';
6969
$wb['datepicker_nextText'] = 'Další';
7070
$wb['datepicker_prevText'] = 'Předchozí';
7171
$wb['logout_txt'] = 'Odhlášení';
72-
$wb['conf_format_dateshort_human_readable'] = 'yyyy-mm-dd';
72+
$wb['conf_format_dateshort_human_readable'] = 'dd. mm. yyyy';
7373
$wb['submit_confirmation'] = 'Opravdu chcete provést tuto akci ?';
7474
$wb['top_menu_mailuser'] = 'E-mail. uživ.';
7575
$wb['globalsearch_resultslimit_of_txt'] = 'z';
@@ -161,4 +161,4 @@ $wb['datalog_status_d_xmpp_user'] = 'Smazat XMPP uživatele';
161161
$wb['unlimited_txt'] = 'neomezeno';
162162
$wb['server_id_0_error_txt'] = 'Please select a valid Server. Server ID must be > 0.';
163163
$wb['datalog_changes_close_txt'] = 'Close';
164-
?>
164+
?>

server/scripts/ispconfig_update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function simple_query($query, $answers, $default)
8686
|___/ ";
8787
echo "\n".str_repeat('-', 80)."\n";
8888
echo "\n\n>> Update \n\n";
89-
echo "Please choose the update method. For production systems select 'stable'. \nWARNING: The update from GIT is only for development systems and may break your current setup. Do not use the GIT version on servers that host any live websites!\nNote: Update all slave server, before you update master server.\n\n";
89+
echo "Please choose the update method. For production systems select 'stable'. \nWARNING: The update from GIT is only for development systems and may break your current setup. Do not use the GIT version on servers that host any live websites!\nNote: On Multiserver systems, enable maintenance mode and update your master server first. Then update all slave servers, and disable maintenance mode when all servers are updated.\n\n";
9090

9191
$method = simple_query('Select update method', array('stable', 'nightly', 'git-develop'), 'stable');
9292

0 commit comments

Comments
 (0)