Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-webclient
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
retypos-webclient
Commits
51941ff0
Commit
51941ff0
authored
Jun 05, 2017
by
Георгий Попов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve typos script. Add messages about comment
parent
a3105056
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
etersoft_typos.js
etersoft_typos.js
+0
-0
etersoft_typos_language-ru.js
etersoft_typos_language-ru.js
+4
-2
stylesheet.css
stylesheet.css
+7
-0
No files found.
etersoft_typos.js
View file @
51941ff0
This diff is collapsed.
Click to expand it.
etersoft_typos_language-ru.js
View file @
51941ff0
...
...
@@ -2,7 +2,9 @@ ETYPOS.prototype.language['ru'] = {
'error_url'
:
'Не определен URL сайта'
,
'error_text'
:
'Текст не выделен'
,
'error_text_length'
:
'Длина текста должна быть от %s до %s символов (сейчас: %s)'
,
'error_comment'
:
'Длина комментария должна быть до 30 символов (сейчас: %s)'
,
'error_comment_lenght'
:
'Длина комментария должна быть до 30 символов (сейчас: %s)'
,
'error_comment'
:
'Пожалуйста, укажите исправленный вариант'
,
'error_comment_useless'
:
'Исправленный вариант идентичен исходному'
,
'error_time_activity'
:
'Вы слишком часто отправляете данные'
,
'error_response'
:
'Ошибка при получении ответа'
,
'error_response_parse'
:
'Ошибка при обработке ответа'
,
...
...
@@ -10,6 +12,6 @@ ETYPOS.prototype.language['ru'] = {
'error_userdata'
:
'userdata is not Object'
,
'text_post_data'
:
'Идет отправка данных...'
,
'text_success'
:
'Спасибо за ваше внимание!'
,
'text_success'
:
'Спасибо за ваше внимание!'
};
stylesheet.css
View file @
51941ff0
...
...
@@ -12,6 +12,7 @@
-moz-user-select
:
none
;
-webkit-user-select
:
none
;
border
:
1px
solid
#4169e1
;
cursor
:
pointer
;
}
.e_typos_div
.e_typos_title
{
...
...
@@ -86,4 +87,9 @@
.e_typos_div
.e_typos_controll_buttons
.e_typos_post
{
margin-right
:
40px
;
}
.e_typos_text
{
color
:
red
;
font-size
:
110%
;
}
\ 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