diff options
Diffstat (limited to 'juick-spring-www/src/main/resources/errors.properties')
-rw-r--r-- | juick-spring-www/src/main/resources/errors.properties | 4 |
1 files changed, 4 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 |