Give all files the standard warning (to be replaced).

This commit is contained in:
James Cole
2023-01-14 15:43:25 +01:00
parent 65027d7832
commit 9654f631c5
450 changed files with 3091 additions and 61 deletions

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -33,6 +35,8 @@ return [
'admin_test_subject' => 'En testmelding fra Firefly III-installasjonen',
'admin_test_body' => 'Dette er en testmelding fra din Firefly III-instans. Den ble sendt til :email.',
// Ignore this comment
// invite
'invitation_created_subject' => 'An invitation has been created',
'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.',
@@ -70,6 +74,8 @@ return [
'registered_pw_reset_link' => 'Tilbakestill passord:',
'registered_doc_link' => 'Dokumentasjon:',
// Ignore this comment
// new version
'new_version_email_subject' => 'A new Firefly III version is available',
@@ -113,6 +119,8 @@ return [
'error_stacktrace_below' => 'The full stacktrace is below:',
'error_headers' => 'The following headers may also be relevant:',
// Ignore this comment
// report new journals
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
@@ -129,3 +137,4 @@ return [
'bill_warning_please_action' => 'Please take the appropriate action.',
];
// Ignore this comment