Skip to content

Commit 12e9b90

Browse files
authored
Update locale (hestiacp#4495)
* Fix translation bug in edit / add package * Update hestiacp.pot * Update locales * Use .mo instead .po files
1 parent 5799a71 commit 12e9b90

File tree

43 files changed

+3238
-2956
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3238
-2956
lines changed

web/add/package/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
$errors[] = _("Backups");
7676
}
7777
if (!isset($_POST["v_backups_incremental"])) {
78-
$errors[] = _("v_backups_incremental");
78+
$errors[] = _("Incremental Backups");
7979
}
8080
if (!isset($_POST["v_disk_quota"])) {
8181
$errors[] = _("Quota");

web/edit/package/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
$errors[] = _("Backups");
193193
}
194194
if (!isset($_POST["v_backups_incremental"])) {
195-
$errors[] = _("v_backups_incremental");
195+
$errors[] = _("Incremental Backups");
196196
}
197197
if (!isset($_POST["v_disk_quota"])) {
198198
$errors[] = _("Quota");
6.96 KB
Binary file not shown.
0 Bytes
Binary file not shown.
-657 Bytes
Binary file not shown.
2.56 KB
Binary file not shown.
0 Bytes
Binary file not shown.
4.62 KB
Binary file not shown.
33.2 KB
Binary file not shown.
-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)