Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
6891fb7b
Commit
6891fb7b
authored
May 14, 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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
validation.php
application/language/en/validation.php
+3
-3
validation.php
application/language/ru/validation.php
+4
-4
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
(
...
...
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