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' => 'Wiadomość testowa z twojej instalacji Firefly III',
'admin_test_body' => 'To jest wiadomość testowa z twojej instancji Firefly III. Została wysłana na :email.',
// Ignore this comment
// invite
'invitation_created_subject' => 'Zaproszenie zostało utworzone',
'invitation_created_body' => 'Administrator ":email" utworzył zaproszenie dla użytkownika, które może być użyte przez każdego, kto ma dostęp do adresu e-mail ":invitee". Zaproszenie będzie ważne przez 48 godzin.',
@@ -70,6 +74,8 @@ return [
'registered_pw_reset_link' => 'Resetowanie hasła:',
'registered_doc_link' => 'Dokumentacja:',
// Ignore this comment
// new version
'new_version_email_subject' => 'Dostępna jest nowa wersja Firefly III',
@@ -113,6 +119,8 @@ return [
'error_stacktrace_below' => 'Pełny opis błędu znajduje się poniżej:',
'error_headers' => 'Istotne mogą być również następujące nagłówki:',
// Ignore this comment
// report new journals
'new_journals_subject' => 'Firefly III stworzył nową transakcję|Firefly III stworzył :count nowych transakcji',
'new_journals_header' => 'Firefly III stworzył dla Ciebie transakcję. Możesz znaleźć ją w Firefly III:|Firefly III stworzył dla Ciebie transakcje :count. Możesz je znaleźć w Firefly III:',
@@ -129,3 +137,4 @@ return [
'bill_warning_please_action' => 'Proszę podejmij odpowiednie działania.',
];
// Ignore this comment