From c95e8ab6a312e2973ef0feb2e523b84d40353d1c Mon Sep 17 00:00:00 2001 From: Istiak Ferdous <30789544+istiak101@users.noreply.github.com> Date: Sat, 16 Oct 2021 01:46:00 +0600 Subject: [PATCH] Typo fix: Back up > Backup --- .../templates/IncBackups/backupSchedule.html | 8 +- .../templates/IncBackups/createBackup.html | 10 +- .../IncBackups/incrementalDestinations.html | 8 +- .../IncBackups/restoreRemoteBackups.html | 6 +- backup/templates/backup/backup.html | 14 +-- .../templates/backup/backupDestinations.html | 8 +- backup/templates/backup/backupSchedule.html | 8 +- backup/templates/backup/index.html | 20 +-- backup/templates/backup/restore.html | 6 +- .../templates/baseTemplate/homePage.html | 4 +- .../templates/baseTemplate/index.html | 26 ++-- dns/templates/dns/createNameServer.html | 2 +- locale/bn/LC_MESSAGES/django.po | 58 ++++----- locale/br/LC_MESSAGES/django.po | 76 +++++------ locale/bs/LC_MESSAGES/django.po | 118 +++++++++--------- locale/cn/LC_MESSAGES/django.po | 58 ++++----- locale/de/LC_MESSAGES/django.po | 56 ++++----- locale/es/LC_MESSAGES/django.po | 104 +++++++-------- locale/fr/LC_MESSAGES/django.po | 76 +++++------ locale/gr/LC_MESSAGES/django.po | 102 +++++++-------- locale/id/LC_MESSAGES/django.po | 54 ++++---- locale/it/LC_MESSAGES/django.po | 58 ++++----- locale/ja/LC_MESSAGES/django.po | 56 ++++----- locale/pl/LC_MESSAGES/django.po | 72 +++++------ locale/pt-BR/LC_MESSAGES/django.po | 58 ++++----- locale/pt/LC_MESSAGES/django.po | 88 ++++++------- locale/rs/LC_MESSAGES/django.po | 76 +++++------ locale/ru/LC_MESSAGES/django.po | 94 +++++++------- locale/tr/LC_MESSAGES/django.po | 92 +++++++------- locale/ur-PK/LC_MESSAGES/django.po | 40 +++--- locale/vi/LC_MESSAGES/django.po | 92 +++++++------- .../templates/userManagment/createACL.html | 8 +- .../templates/userManagment/modifyACL.html | 8 +- 33 files changed, 782 insertions(+), 782 deletions(-) diff --git a/IncBackups/templates/IncBackups/backupSchedule.html b/IncBackups/templates/IncBackups/backupSchedule.html index 54827c781..40e5aa108 100755 --- a/IncBackups/templates/IncBackups/backupSchedule.html +++ b/IncBackups/templates/IncBackups/backupSchedule.html @@ -1,6 +1,6 @@ {% extends "baseTemplate/index.html" %} {% load i18n %} -{% block title %}{% trans "Schedule Back up - CyberPanel" %} {% endblock %} +{% block title %}{% trans "Schedule Backup - CyberPanel" %} {% endblock %} {% block content %} {% load static %} @@ -10,17 +10,17 @@
{% trans "On this page you can schedule Back ups to localhost or remote server (If you have added one)." %}
+{% trans "On this page you can schedule Backups to localhost or remote server (If you have added one)." %}
{% trans "On this page you can set up your Back up destinations. (SFTP and AWS)" %}
+{% trans "On this page you can set up your Backup destinations. (SFTP and AWS)" %}
{% trans "This page can be used to Back up your websites" %}
+{% trans "This page can be used to Backup your websites" %}
+ {% trans "Backup Website" %}
{% trans "On this page you can set up your Back up destinations. (SFTP)" %}
+{% trans "On this page you can set up your Backup destinations. (SFTP)" %}
{% trans "On this page you can schedule Back ups to localhost or remote server (If you have added one)" %}
+{% trans "On this page you can schedule Backups to localhost or remote server (If you have added one)" %}
{% trans "Back up and restore sites." %}
+{% trans "Backup and restore sites." %}
{% trans "This page can be used to restore your websites, Back up should be generated from CyberPanel Back up generation tool, it will detect all Back ups under /home/backup." %}
+{% trans "This page can be used to restore your websites, Backup should be generated from CyberPanel Backup generation tool, it will detect all Backups under /home/backup." %}
{% trans "Site related to this Back up already exists." %}
+{% trans "Site related to this Backup already exists." %}