diff options
Diffstat (limited to 'juick-spring-www/src/main/resources')
4 files changed, 10 insertions, 0 deletions
diff --git a/juick-spring-www/src/main/resources/errors.properties b/juick-spring-www/src/main/resources/errors.properties new file mode 100644 index 00000000..e0e14c56 --- /dev/null +++ b/juick-spring-www/src/main/resources/errors.properties @@ -0,0 +1,4 @@ +error.pageNotFound = Страница не найдена +errors.pageNotFound.extended = Похоже, пользователь удалил пост #{0}, или пост не был создан. +error.userNotFound = Пользователь не найден +errors.userNotFound.extended = Пользователь {0} не найден
\ No newline at end of file diff --git a/juick-spring-www/src/main/resources/errors_en.properties b/juick-spring-www/src/main/resources/errors_en.properties new file mode 100644 index 00000000..99e70b14 --- /dev/null +++ b/juick-spring-www/src/main/resources/errors_en.properties @@ -0,0 +1,4 @@ +error.pageNotFound = Page not found +errors.pageNotFound.extended = Probably, user deleted this post #{0}, or this post never existed. +error.userNotFound = User not found +errors.userNotFound.extended = User {0} not found
\ No newline at end of file diff --git a/juick-spring-www/src/main/resources/messages.properties b/juick-spring-www/src/main/resources/messages.properties index e69de29b..9749ddef 100644 --- a/juick-spring-www/src/main/resources/messages.properties +++ b/juick-spring-www/src/main/resources/messages.properties @@ -0,0 +1 @@ +return.toMain=Вернуться на главную
\ No newline at end of file diff --git a/juick-spring-www/src/main/resources/messages_en.properties b/juick-spring-www/src/main/resources/messages_en.properties index e69de29b..67fbb7d7 100644 --- a/juick-spring-www/src/main/resources/messages_en.properties +++ b/juick-spring-www/src/main/resources/messages_en.properties @@ -0,0 +1 @@ +return.toMain=Return to main
\ No newline at end of file |