Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
UserAdminV2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
UserAdminV2
Commits
6891fb7b
Commit
6891fb7b
authored
May 13, 2013
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1963 from EvgenyKovalev/master
Language fix for Validation.
parents
7fb445b1
accbcabf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
application/language/en/validation.php
+3
-3
application/language/ru/validation.php
+4
-5
No files found.
application/language/en/validation.php
View file @
6891fb7b
...
@@ -46,9 +46,9 @@ return array(
...
@@ -46,9 +46,9 @@ return array(
"ip"
=>
"The :attribute must be a valid IP address."
,
"ip"
=>
"The :attribute must be a valid IP address."
,
"match"
=>
"The :attribute format is invalid."
,
"match"
=>
"The :attribute format is invalid."
,
"max"
=>
array
(
"max"
=>
array
(
"numeric"
=>
"The :attribute m
ust be less
than :max."
,
"numeric"
=>
"The :attribute m
ay not be greater
than :max."
,
"file"
=>
"The :attribute m
ust be less
than :max kilobytes."
,
"file"
=>
"The :attribute m
ay not be greater
than :max kilobytes."
,
"string"
=>
"The :attribute m
ust be less
than :max characters."
,
"string"
=>
"The :attribute m
ay not be greater
than :max characters."
,
),
),
"mimes"
=>
"The :attribute must be a file of type: :values."
,
"mimes"
=>
"The :attribute must be a file of type: :values."
,
"min"
=>
array
(
"min"
=>
array
(
...
...
application/language/ru/validation.php
View file @
6891fb7b
...
@@ -45,9 +45,9 @@ return array(
...
@@ -45,9 +45,9 @@ return array(
"ip"
=>
"Поле :attribute должно быть полным IP-адресом."
,
"ip"
=>
"Поле :attribute должно быть полным IP-адресом."
,
"match"
=>
"Поле :attribute имеет неверный формат."
,
"match"
=>
"Поле :attribute имеет неверный формат."
,
"max"
=>
array
(
"max"
=>
array
(
"numeric"
=>
"Поле :attribute должно быть
мен
ьше :max."
,
"numeric"
=>
"Поле :attribute должно быть
не бол
ьше :max."
,
"file"
=>
"Поле :attribute должно быть
мен
ьше :max Килобайт."
,
"file"
=>
"Поле :attribute должно быть
не бол
ьше :max Килобайт."
,
"string"
=>
"Поле :attribute должно быть
короч
е :max символов."
,
"string"
=>
"Поле :attribute должно быть
не длинне
е :max символов."
,
),
),
"mimes"
=>
"Поле :attribute должно быть файлом одного из типов: :values."
,
"mimes"
=>
"Поле :attribute должно быть файлом одного из типов: :values."
,
"min"
=>
array
(
"min"
=>
array
(
...
@@ -101,4 +101,4 @@ return array(
...
@@ -101,4 +101,4 @@ return array(
'attributes'
=>
array
(),
'attributes'
=>
array
(),
);
);
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment