From 9f050c70e09e3dc381312ef4c15390c97ce37e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Wed, 12 Apr 2023 17:56:14 +0200 Subject: [PATCH] Fix capitalization of Nextcloud(Pi) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/1_Bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/3_Support_question.md | 8 ++++---- .../ISSUE_TEMPLATE/4_Documentation_issue.md | 4 ++-- .github/ISSUE_TEMPLATE/5_Security_issue.md | 2 +- .github/workflows/build-lxd.yml | 6 +++--- .github/workflows/build-sd-images.yml | 6 +++--- bin/ncp-backup | 4 ++-- bin/ncp-check-updates | 8 ++++---- bin/ncp-config | 8 ++++---- bin/ncp-provisioning.sh | 4 ++-- bin/ncp-report | 2 +- bin/ncp-suggestions | 4 ++-- bin/ncp-update | 4 ++-- bin/ncp/BACKUPS/nc-export-ncp.sh | 4 ++-- bin/ncp/BACKUPS/nc-import-ncp.sh | 2 +- bin/ncp/BACKUPS/nc-restore-snapshot.sh | 2 +- bin/ncp/BACKUPS/nc-rsync-auto.sh | 2 +- bin/ncp/BACKUPS/nc-rsync.sh | 2 +- bin/ncp/BACKUPS/nc-snapshot-auto.sh | 4 ++-- bin/ncp/BACKUPS/nc-snapshot.sh | 2 +- bin/ncp/CONFIG/nc-database.sh | 2 +- bin/ncp/CONFIG/nc-datadir.sh | 6 +++--- bin/ncp/CONFIG/nc-httpsonly.sh | 2 +- bin/ncp/CONFIG/nc-init.sh | 4 ++-- bin/ncp/CONFIG/nc-limits.sh | 2 +- bin/ncp/CONFIG/nc-scan-auto.sh | 2 +- bin/ncp/CONFIG/nc-trusted-domains.sh | 2 +- bin/ncp/CONFIG/nc-webui.sh | 4 ++-- bin/ncp/NETWORKING/duckDNS.sh | 6 +++--- bin/ncp/NETWORKING/letsencrypt.sh | 2 +- bin/ncp/NETWORKING/nc-forward-ports.sh | 4 ++-- bin/ncp/NETWORKING/nc-static-IP.sh | 10 +++++----- bin/ncp/NETWORKING/nc-trusted-proxies.sh | 2 +- bin/ncp/NETWORKING/no-ip.sh | 2 +- bin/ncp/NETWORKING/samba.sh | 8 ++++---- bin/ncp/NETWORKING/spDYN.sh | 16 +++++++-------- bin/ncp/SECURITY/fail2ban.sh | 4 ++-- bin/ncp/SECURITY/modsecurity.sh | 8 ++++---- bin/ncp/SECURITY/nc-audit.sh | 4 ++-- bin/ncp/SECURITY/nc-encrypt.sh | 2 +- bin/ncp/SYSTEM/nc-automount.sh | 2 +- bin/ncp/SYSTEM/nc-hdd-monitor.sh | 2 +- bin/ncp/SYSTEM/nc-ramlogs.sh | 2 +- bin/ncp/SYSTEM/nc-swapfile.sh | 2 +- bin/ncp/SYSTEM/nc-zram.sh | 4 ++-- bin/ncp/TOOLS/nc-scan.sh | 2 +- bin/ncp/UPDATES/nc-autoupdate-nc.sh | 2 +- bin/ncp/UPDATES/nc-autoupdate-ncp.sh | 10 +++++----- bin/ncp/UPDATES/nc-notify-updates.sh | 6 +++--- bin/ncp/UPDATES/nc-update.sh | 2 +- bin/ncp/UPDATES/unattended-upgrades.sh | 2 +- build/armbian/armbian.sh | 4 ++-- build/batch.sh | 2 +- build/build-LXC.sh | 4 ++-- build/build-LXD.sh | 4 ++-- build/build-SD-armbian.sh | 4 ++-- build/build-SD-berryboot.sh | 2 +- build/build-SD-rpi.sh | 4 ++-- build/build-VM.sh | 4 ++-- build/build-docker.sh | 2 +- build/buildlib.sh | 2 +- build/docker/nextcloud/020nextcloud | 2 +- changelog.md | 2 +- etc/library.sh | 6 +++--- etc/ncp-config.d/NFS.cfg | 2 +- etc/ncp-config.d/fail2ban.cfg | 2 +- etc/ncp-config.d/l10n/NFS/pt.json | 2 +- etc/ncp-config.d/l10n/NFS/zh.json | 2 +- etc/ncp-config.d/l10n/fail2ban/zh.json | 2 +- etc/ncp-config.d/l10n/modsecurity/es.json | 2 +- etc/ncp-config.d/l10n/modsecurity/pt.json | 2 +- etc/ncp-config.d/l10n/modsecurity/zh.json | 2 +- etc/ncp-config.d/l10n/nc-automount/zh.json | 2 +- .../l10n/nc-autoupdate-ncp/zh.json | 2 +- etc/ncp-config.d/l10n/nc-export-ncp/es.json | 2 +- etc/ncp-config.d/l10n/nc-export-ncp/pt.json | 2 +- etc/ncp-config.d/l10n/nc-export-ncp/zh.json | 2 +- .../l10n/nc-forward-ports/es.json | 2 +- .../l10n/nc-forward-ports/pt.json | 2 +- .../l10n/nc-forward-ports/zh.json | 2 +- etc/ncp-config.d/l10n/nc-import-ncp/es.json | 2 +- etc/ncp-config.d/l10n/nc-import-ncp/pt.json | 2 +- etc/ncp-config.d/l10n/nc-import-ncp/zh.json | 2 +- etc/ncp-config.d/l10n/nc-info/es.json | 2 +- etc/ncp-config.d/l10n/nc-info/pt.json | 2 +- etc/ncp-config.d/l10n/nc-info/zh.json | 2 +- etc/ncp-config.d/l10n/nc-init/zh.json | 2 +- etc/ncp-config.d/l10n/nc-limits/es.json | 2 +- etc/ncp-config.d/l10n/nc-limits/pt.json | 2 +- etc/ncp-config.d/l10n/nc-limits/zh.json | 2 +- etc/ncp-config.d/l10n/nc-nextcloud/pt.json | 6 +++--- etc/ncp-config.d/l10n/nc-nextcloud/zh.json | 6 +++--- .../l10n/nc-notify-updates/pt.json | 2 +- .../l10n/nc-notify-updates/zh.json | 2 +- etc/ncp-config.d/l10n/nc-passwd/es.json | 2 +- etc/ncp-config.d/l10n/nc-passwd/pt.json | 2 +- etc/ncp-config.d/l10n/nc-passwd/zh.json | 2 +- etc/ncp-config.d/l10n/nc-restore/es.json | 4 ++-- etc/ncp-config.d/l10n/nc-restore/pt.json | 4 ++-- etc/ncp-config.d/l10n/nc-restore/zh.json | 2 +- etc/ncp-config.d/l10n/nc-rsync-auto/pt.json | 2 +- etc/ncp-config.d/l10n/nc-scan-auto/zh.json | 4 ++-- etc/ncp-config.d/l10n/nc-scan/zh.json | 4 ++-- etc/ncp-config.d/l10n/nc-update/pt.json | 2 +- etc/ncp-config.d/l10n/nc-update/zh.json | 2 +- etc/ncp-config.d/modsecurity.cfg | 2 +- etc/ncp-config.d/nc-autoupdate-ncp.cfg | 2 +- etc/ncp-config.d/nc-export-ncp.cfg | 2 +- etc/ncp-config.d/nc-forward-ports.cfg | 2 +- etc/ncp-config.d/nc-import-ncp.cfg | 2 +- etc/ncp-config.d/nc-info.cfg | 2 +- etc/ncp-config.d/nc-init.cfg | 4 ++-- etc/ncp-config.d/nc-limits.cfg | 2 +- etc/ncp-config.d/nc-nextcloud.cfg | 2 +- etc/ncp-config.d/nc-notify-updates.cfg | 2 +- etc/ncp-config.d/nc-passwd.cfg | 2 +- etc/ncp-config.d/nc-restore-snapshot.cfg | 2 +- etc/ncp-config.d/nc-restore.cfg | 4 ++-- etc/ncp-config.d/nc-update.cfg | 2 +- etc/ncp-config.d/samba.cfg | 2 +- etc/ncp-templates/ncp-metrics.cfg.sh | 2 +- i18n/README-zh_CN.md | 20 +++++++++---------- i18n/README-zh_TW.md | 20 +++++++++---------- install.sh | 4 ++-- ncp-activation/CSS.css | 4 ++-- ncp-activation/JS.js | 6 +++--- ncp-activation/index.php | 16 +++++++-------- ncp-app/appinfo/info.xml | 8 ++++---- ncp-app/appinfo/routes.php | 2 +- ncp-app/lib/Controller/PageController.php | 2 +- ncp-app/templates/index.php | 2 +- ncp-web/activate/CSS.css | 4 ++-- ncp-web/activate/JS.js | 6 +++--- ncp-web/activate/index.php | 16 +++++++-------- ncp-web/backups.php | 2 +- ncp-web/csrf.php | 2 +- ncp-web/css/ncp.css | 4 ++-- ncp-web/decrypt/CSS.css | 4 ++-- ncp-web/decrypt/JS.js | 2 +- ncp-web/decrypt/index.php | 6 +++--- ncp-web/download.php | 2 +- ncp-web/download_logs.php | 2 +- ncp-web/elements.php | 2 +- ncp-web/index.php | 14 ++++++------- ncp-web/js/ncp.js | 2 +- ncp-web/l10n/de.json | 2 +- ncp-web/l10n/es.json | 2 +- ncp-web/ncp-launcher.php | 2 +- ncp-web/upload.php | 2 +- run_update_history.sh | 4 ++-- tests/activation_tests.py | 6 +++--- tests/nextcloud_tests.py | 4 ++-- tests/system_tests.py | 4 ++-- update.sh | 2 +- 154 files changed, 283 insertions(+), 283 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md index d31d1c46..44ceab9c 100644 --- a/.github/ISSUE_TEMPLATE/1_Bug_report.md +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.md @@ -5,7 +5,7 @@ about: Report errors and problems ---