From bb17c462bb0f6a6ff3ea6d8c61125baabce2b62e Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sun, 19 Jun 2022 18:07:43 -0700 Subject: [PATCH] capitalisation consistency --- Code/Module/Settings/Channel.php | 2 +- view/es-es/strings.php | 2 +- view/fr/strings.php | 2 +- view/pl/strings.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Code/Module/Settings/Channel.php b/Code/Module/Settings/Channel.php index 777587f9f..dfb964208 100644 --- a/Code/Module/Settings/Channel.php +++ b/Code/Module/Settings/Channel.php @@ -735,7 +735,7 @@ class Channel '$sec_addon' => $plugin['security'], '$notify_addon' => $plugin['notify'], '$misc_addon' => $plugin['misc'], - '$lbl_time' => t('Date and time'), + '$lbl_time' => t('Date and Time'), '$miscdoc' => t('This section is reserved for use by optional addons and apps to provide additional settings.'), '$h_advn' => t('Advanced Account/Page Type Settings'), '$h_descadvn' => t('Change the behaviour of this account for special situations'), diff --git a/view/es-es/strings.php b/view/es-es/strings.php index bf7d802ce..e92cd3633 100644 --- a/view/es-es/strings.php +++ b/view/es-es/strings.php @@ -1894,7 +1894,7 @@ App::$strings["Accept messages from strangers which include any of the following App::$strings["comma separated, do not include the #"] = "separados por comas, no incluyen el #"; App::$strings["Notify me of events this many days in advance"] = "Avisarme de los eventos con algunos días de antelación"; App::$strings["Must be greater than 0"] = "Debe ser mayor que 0"; -App::$strings["Date and time"] = "Fecha y hora"; +App::$strings["Date and Time"] = "Fecha y hora"; App::$strings["This section is reserved for use by optional addons and apps to provide additional settings."] = "Esta sección está reservada para ser utilizada por los complementos y aplicaciones opcionales para proporcionar ajustes adicionales."; App::$strings["Advanced Account/Page Type Settings"] = "Ajustes avanzados de la cuenta y de los tipos de página"; App::$strings["Change the behaviour of this account for special situations"] = "Cambiar el comportamiento de esta cuenta en situaciones especiales"; diff --git a/view/fr/strings.php b/view/fr/strings.php index 9df6fb18e..26766a85c 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -568,7 +568,7 @@ App::$strings["Accept messages from strangers which include any of the following App::$strings["comma separated, do not include the #"] = "séparés par des virgules, ne mettez pas le #"; App::$strings["Notify me of events this many days in advance"] = "Me prévenir d’événements à venir tant de jours en avance"; App::$strings["Must be greater than 0"] = "Doit être supérieur à 0"; -App::$strings["Date and time"] = "Date et heure"; +App::$strings["Date and Time"] = "Date et heure"; App::$strings["This section is reserved for use by optional addons and apps to provide additional settings."] = "Cette section est réservée pour les addons optionnels et les applications qui fournissent des réglages additionnels."; App::$strings["Advanced Account/Page Type Settings"] = "Paramètres avancés de compte/type de page"; App::$strings["Change the behaviour of this account for special situations"] = "Modifie le comportement de ce compte pour des situations particulières"; diff --git a/view/pl/strings.php b/view/pl/strings.php index 1a9d86b65..31746da5d 100644 --- a/view/pl/strings.php +++ b/view/pl/strings.php @@ -1812,7 +1812,7 @@ App::$strings["Accept messages from strangers which include any of the following App::$strings["comma separated, do not include the #"] = "oddzielone przecinkami, nie dołączaj #"; App::$strings["Notify me of events this many days in advance"] = "Powiadamiaj mnie o wydarzeniach z kilkudniowym wyprzedzeniem"; App::$strings["Must be greater than 0"] = "Musi być większa niż 0"; -App::$strings["Date and time"] = "Data i czas"; +App::$strings["Date and Time"] = "Data i czas"; App::$strings["This section is reserved for use by optional addons and apps to provide additional settings."] = "Ta sekcja jest zarezerwowana do wykorzystania przez opcjonalne dodatki i aplikacje w celu zapewnienia dodatkowych ustawień."; App::$strings["Advanced Account/Page Type Settings"] = "Zaawansowane ustawienia konta/typu strony"; App::$strings["Change the behaviour of this account for special situations"] = "Zmień zachowanie tego konta w szczególnych sytuacjach";