mirror of
https://github.com/sismics/docs.git
synced 2025-12-13 01:36:18 +00:00
Initial commit
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
insert into T_CONFIG(CFG_ID_C, CFG_VALUE_C) values('INBOX_AUTOMATIC_TAGS', 'false');
|
||||
insert into T_CONFIG(CFG_ID_C, CFG_VALUE_C) values('INBOX_DELETE_IMPORTED', 'false');
|
||||
insert into T_LOCALE(LOC_ID_C) values('pl');
|
||||
update T_CONFIG set CFG_VALUE_C = '25' where CFG_ID_C = 'DB_VERSION';
|
||||
|
||||
10
docs-core/src/main/resources/messages.properties.pl
Normal file
10
docs-core/src/main/resources/messages.properties.pl
Normal file
@@ -0,0 +1,10 @@
|
||||
email.template.password_recovery.subject=Proszę zresetować swoje hasło
|
||||
email.template.password_recovery.hello=Witaj {0}.
|
||||
email.template.password_recovery.instruction1=Otrzymaliśmy żądanie zresetowania twojego hasła.<br/>Jeśli to nie ty potrzebujesz pomocy, moóżesz zignorować ten email.
|
||||
email.template.password_recovery.instruction2=Aby zresetować swoje hasło, proszę naciśnij link poniżej:
|
||||
email.template.password_recovery.click_here=Naciśnij, aby zresetować swoje hasło
|
||||
email.template.route_step_validate.subject=Dokument potrzebuje twojej uwagi
|
||||
email.template.route_step_validate.hello=Witaj {0}.
|
||||
email.template.route_step_validate.instruction1=Został Ci przypisany etap przepływu i wymaga Twojej uwagi.
|
||||
email.template.route_step_validate.instruction2=Aby wyświetlić dokument i zweryfikować przepływ pracy, kliknij poniższy link:
|
||||
email.no_html.error=Twój klient poczty e-mail nie obsługuje wiadomości HTML
|
||||
10
docs-core/src/main/resources/messages_pl.properties
Normal file
10
docs-core/src/main/resources/messages_pl.properties
Normal file
@@ -0,0 +1,10 @@
|
||||
email.template.password_recovery.subject=Proszę zresetować swoje hasło
|
||||
email.template.password_recovery.hello=Witaj {0}.
|
||||
email.template.password_recovery.instruction1=Otrzymaliśmy żądanie zresetowania twojego hasła.<br/>Jeśli to nie ty potrzebujesz pomocy, moóżesz zignorować ten email.
|
||||
email.template.password_recovery.instruction2=Aby zresetować swoje hasło, proszę naciśnij link poniżej:
|
||||
email.template.password_recovery.click_here=Naciśnij, aby zresetować swoje hasło
|
||||
email.template.route_step_validate.subject=Dokument potrzebuje twojej uwagi
|
||||
email.template.route_step_validate.hello=Witaj {0}.
|
||||
email.template.route_step_validate.instruction1=Został Ci przypisany etap przepływu i wymaga Twojej uwagi.
|
||||
email.template.route_step_validate.instruction2=Aby wyświetlić dokument i zweryfikować przepływ pracy, kliknij poniższy link:
|
||||
email.no_html.error=Twój klient poczty e-mail nie obsługuje wiadomości HTML
|
||||
Reference in New Issue
Block a user