Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 37aaa94

Browse files
committed
Merge branch 'svetlemodry-develop' into develop
2 parents 89e85ff + 03f875f commit 37aaa94

File tree

25 files changed

+26
-26
lines changed

25 files changed

+26
-26
lines changed

core/src/conf/bootstrap_conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* define("AJXP_LOCALE", "");
3131
*/
3232
//define("AJXP_LOCALE", "en_EN.UTF-8");
33-
//define("AJXP_LOCALE", "");
33+
define("AJXP_LOCALE", "UTF8");
3434

3535

3636
/*

core/src/conf/bootstrap_context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
// DEBUG OPTIONS
7373
define("AJXP_CLIENT_DEBUG" , false);
7474
define("AJXP_SERVER_DEBUG" , false);
75-
define("AJXP_SKIP_CACHE" , false);
75+
define("AJXP_SKIP_CACHE" , true );
7676

7777

7878
// PBKDF2 CONSTANTS FOR A SECURE STORAGE OF PASSWORDS

core/src/plugins/access.jsapi/i18n/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
$mess = array(
33
"1" => "Classes and Interfaces",
44
"2" => "Properties and Methods",
5-
"3" => "Source File"
5+
"3" => "Source File",
66
);

core/src/plugins/access.s3/i18n/conf/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"Region" => "Region",
2929
"S3 storage region" => "S3 storage region",
3030
"Container" => "Bucket",
31-
"Root container in the S3 storage" => "S3 bucket"
31+
"Root container in the S3 storage" => "S3 bucket",
3232
);

core/src/plugins/access.sftp_psl/i18n/conf/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"Path" => "Path",
2929
"Real path to the root folder on the server" => "Real path to the root folder on the server",
3030
"Fix Permissions" => "Fix Permissions",
31-
"How to handle remote permissions to be used by PHP as local permissions. See manual." => "How to handle remote permissions to be used by PHP as local permissions. See manual."
31+
"How to handle remote permissions to be used by PHP as local permissions. See manual." => "How to handle remote permissions to be used by PHP as local permissions. See manual.",
3232
);

core/src/plugins/access.swift/i18n/conf/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"Region" => "Region",
2929
"S3 storage region" => "S3 storage region",
3030
"Container" => "Bucket",
31-
"Root container in the S3 storage" => "S3 bucket"
31+
"Root container in the S3 storage" => "S3 bucket",
3232
);

core/src/plugins/action.disclaimer/i18n/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"1" => "Disclaimer",
77
"2" => "Accept Disclaimer",
88
"3" => "You must accept the general usage conditions below. Please read and use the checkbox to accept.",
9-
"4" => "I therefore accept the conditions of usage"
9+
"4" => "I therefore accept the conditions of usage",
1010
);

core/src/plugins/action.powerfs/i18n/conf/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
$mess = array(
2222
// will be replaced by the application title
2323
"Power FS" => "Power FS",
24-
"This set of extensions assume that you have an administration access to your server: ability to tweak the webserver and the php configuration, ability to access the command line, etc." => "This set of extensions assume that you have an administration access to your server: ability to tweak the webserver and the php configuration, ability to access the command line, etc."
24+
"This set of extensions assume that you have an administration access to your server: ability to tweak the webserver and the php configuration, ability to access the command line, etc." => "This set of extensions assume that you have an administration access to your server: ability to tweak the webserver and the php configuration, ability to access the command line, etc.",
2525
);

core/src/plugins/action.powerfs/i18n/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// will be replaced by the application title
2323
"1" => "Creating archive, please wait",
2424
"2" => "Reload current folder",
25-
"3" => "Archive download should start automatically"
25+
"3" => "Archive download should start automatically",
2626
);

core/src/plugins/action.skeleton/res/i18n/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"4" => "Modal Link",
2929
"5" => "Open the link in a modal dialog",
3030
"6" => "Dynamic content",
31-
"7" => "Loading content, please wait..."
31+
"7" => "Loading content, please wait...",
3232
);

0 commit comments

Comments
 (0)