refinerycms 0.9.7.11 → 0.9.7.13
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +6 -6
- data/bin/refinerycms +7 -0
- data/changelog.md +13 -1
- data/config/acts_as_indexed_config.rb +7 -4
- data/config/application.rb +5 -0
- data/public/images/refinery/icons/ajax-loader.gif +0 -0
- data/public/javascripts/jquery/jquery.corner.js +7 -1
- data/public/javascripts/jquery/jquery.jcarousel.js +6 -2
- data/public/javascripts/refinery/admin.js +22 -11
- data/public/javascripts/refinery/boot_wym.js +7 -3
- data/public/javascripts/wymeditor/jquery.refinery.wymeditor.js +11 -11
- data/public/stylesheets/ie7.css +1 -1
- data/public/stylesheets/refinery/formatting.css +4 -0
- data/public/stylesheets/refinery/refinery.css +43 -31
- data/readme.md +2 -2
- data/themes/demolicious/stylesheets/application.css +6 -6
- data/themes/demolicious/stylesheets/formatting.css +1 -1
- data/themes/hemingway/stylesheets/application.css +12 -12
- data/vendor/plugins/attachment_fu/init.rb +1 -1
- data/vendor/plugins/authentication/config/locales/nl.yml +4 -0
- data/vendor/plugins/authentication/config/locales/ru.yml +80 -0
- data/vendor/plugins/dashboard/app/views/admin/dashboard/_recent_inquiries.html.erb +2 -3
- data/vendor/plugins/dashboard/config/locales/nl.yml +4 -2
- data/vendor/plugins/dashboard/config/locales/ru.yml +27 -0
- data/vendor/plugins/images/config/locales/nl.yml +4 -0
- data/vendor/plugins/images/config/locales/ru.yml +46 -0
- data/vendor/plugins/inquiries/app/models/inquiry.rb +6 -2
- data/vendor/plugins/inquiries/app/views/inquiries/new.html.erb +1 -1
- data/vendor/plugins/inquiries/config/locales/nl.yml +13 -1
- data/vendor/plugins/inquiries/config/locales/ru.yml +79 -0
- data/vendor/plugins/pages/app/controllers/admin/pages_controller.rb +1 -1
- data/vendor/plugins/pages/app/models/page.rb +25 -16
- data/vendor/plugins/pages/app/views/admin/pages/_page.html.erb +6 -5
- data/vendor/plugins/pages/config/locales/nl.yml +50 -0
- data/vendor/plugins/pages/config/locales/ru.yml +97 -0
- data/vendor/plugins/refinery/app/views/layouts/admin.html.erb +7 -9
- data/vendor/plugins/refinery/app/views/layouts/application.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/shared/_content_page.html.erb +2 -2
- data/vendor/plugins/refinery/app/views/shared/_footer.html.erb +2 -2
- data/vendor/plugins/refinery/app/views/shared/_head.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/shared/_header.html.erb +2 -2
- data/vendor/plugins/refinery/app/views/shared/_menu.html.erb +9 -7
- data/vendor/plugins/refinery/app/views/shared/_menu_branch.html.erb +12 -10
- data/vendor/plugins/refinery/app/views/shared/_site_bar.html.erb +2 -2
- data/vendor/plugins/refinery/config/locales/nl.yml +7 -0
- data/vendor/plugins/refinery/config/locales/ru.yml +61 -0
- data/vendor/plugins/refinery/lib/crud.rb +1 -3
- data/vendor/plugins/refinery/lib/generators/refinery_plugin/templates/seed.rb +1 -1
- data/vendor/plugins/refinery/lib/generators/refinery_plugin/templates/views/admin/index.html.erb +5 -1
- data/vendor/plugins/refinery/lib/refinery.rb +1 -1
- data/vendor/plugins/refinery/lib/refinery/admin_base_controller.rb +8 -2
- data/vendor/plugins/refinery/lib/refinery/application_helper.rb +1 -1
- data/vendor/plugins/refinery/rails/init.rb +0 -4
- data/vendor/plugins/refinery_settings/config/locales/nl.yml +4 -1
- data/vendor/plugins/refinery_settings/config/locales/ru.yml +45 -0
- data/vendor/plugins/resources/config/locales/nl.yml +4 -1
- data/vendor/plugins/resources/config/locales/ru.yml +33 -0
- data/vendor/plugins/themes/generators/refinery_theme/refinery_theme_generator.rb +5 -0
- metadata +13 -5
- data/public/stylesheets/ie6.css +0 -0
data/readme.md
CHANGED
@@ -104,8 +104,8 @@ to get help on how to use that. Or read the full documentation on [writing plugi
|
|
104
104
|
* [Portfolio](http://github.com/resolve/refinerycms-portfolio) - manage groups of images like an image gallery.
|
105
105
|
* [News](http://github.com/resolve/refinerycms-news) - post and manage news items.
|
106
106
|
|
107
|
-
[Full plugin list here](http://
|
107
|
+
[Full plugin list here](http://github.com/resolve/refinerycms/wiki/engines)
|
108
108
|
|
109
109
|
## License
|
110
110
|
|
111
|
-
Refinery is released under the [MIT license](http://github.com/resolve/refinerycms/blob/master/license.md) and is copyright (c) 2005-2010 [Resolve Digital Ltd.](http://www.resolvedigital.co.nz)
|
111
|
+
Refinery is released under the [MIT license](http://github.com/resolve/refinerycms/blob/master/license.md) and is copyright (c) 2005-2010 [Resolve Digital Ltd.](http://www.resolvedigital.co.nz)
|
@@ -24,30 +24,30 @@ body {
|
|
24
24
|
padding: 0px;
|
25
25
|
margin: 0px;
|
26
26
|
}
|
27
|
-
#body,
|
27
|
+
#body, header, footer, #site_bar_content {
|
28
28
|
width: 990px;
|
29
29
|
margin: 0px auto;
|
30
30
|
}
|
31
31
|
#header {
|
32
32
|
background: url('/theme/images/header_background.png') repeat-x;
|
33
33
|
}
|
34
|
-
|
34
|
+
header {
|
35
35
|
position: relative;
|
36
36
|
height: 132px;
|
37
37
|
}
|
38
|
-
|
38
|
+
header h1, header h1 a {
|
39
39
|
color: #feffff;
|
40
40
|
font-size: 24px;
|
41
41
|
font-weight: normal;
|
42
42
|
left: 0px;
|
43
43
|
text-decoration: none;
|
44
44
|
}
|
45
|
-
|
45
|
+
header h1, header #menu {
|
46
46
|
position: absolute;
|
47
47
|
bottom: 30px;
|
48
48
|
margin: 0px;
|
49
49
|
}
|
50
|
-
|
50
|
+
header #menu {
|
51
51
|
right: 0px;
|
52
52
|
padding: 0px;
|
53
53
|
}
|
@@ -90,7 +90,7 @@ body {
|
|
90
90
|
margin-top: 120px;
|
91
91
|
background: url('/theme/images/footer_background.png') repeat-x;
|
92
92
|
}
|
93
|
-
|
93
|
+
footer {
|
94
94
|
height: 103px;
|
95
95
|
padding-top: 94px;
|
96
96
|
background: url('/images/refinery/logo.png') 0px 80px no-repeat;
|
@@ -126,23 +126,23 @@ table caption{
|
|
126
126
|
/*-----------------------------------------------------------------------------------------------
|
127
127
|
Header
|
128
128
|
-----------------------------------------------------------------------------------------------*/
|
129
|
-
|
129
|
+
header{
|
130
130
|
background:#000;
|
131
131
|
}
|
132
|
-
|
132
|
+
header .inside{
|
133
133
|
padding:3em 0;
|
134
134
|
}
|
135
135
|
|
136
|
-
|
136
|
+
header h2{
|
137
137
|
font-size:2.25em;
|
138
138
|
margin:0 0.5em 0 0;
|
139
139
|
padding:0 0.5em 0.25em 0;
|
140
140
|
border-right:1px solid #808080;
|
141
141
|
float:left;
|
142
142
|
}
|
143
|
-
|
143
|
+
header h2 a{ text-decoration:none; }
|
144
144
|
|
145
|
-
|
145
|
+
header p{
|
146
146
|
padding:1em 0;
|
147
147
|
margin:0;
|
148
148
|
line-height:1em;
|
@@ -465,27 +465,27 @@ ul.pages ul li{
|
|
465
465
|
Foooter
|
466
466
|
-----------------------------------------------------------------------------------------------*/
|
467
467
|
|
468
|
-
|
468
|
+
footer{
|
469
469
|
clear:both;
|
470
470
|
color:#939393;
|
471
471
|
margin:2em 0 3em 0;
|
472
472
|
}
|
473
|
-
|
473
|
+
footer .inside{
|
474
474
|
background:url(/theme/images/footer_black.gif) 50% 0 repeat-x;
|
475
475
|
padding:1em 0;
|
476
476
|
}
|
477
|
-
|
477
|
+
footer p{
|
478
478
|
margin:0;
|
479
479
|
font-size:0.95em;
|
480
480
|
}
|
481
|
-
|
482
|
-
|
483
|
-
|
481
|
+
footer p.copyright{ float:left; }
|
482
|
+
footer p.attributes{ float:right; }
|
483
|
+
footer p.attributes a{
|
484
484
|
padding:0 0 0 1em;
|
485
485
|
text-decoration:none;
|
486
486
|
color:#525252;
|
487
487
|
}
|
488
|
-
|
488
|
+
footer p.attributes a:hover{
|
489
489
|
color:#FFF;
|
490
490
|
}
|
491
491
|
|
@@ -4,7 +4,7 @@ Tempfile.class_eval do
|
|
4
4
|
# overwrite so tempfiles use the extension of the basename. important for rmagick and image science
|
5
5
|
def make_tmpname(basename, n)
|
6
6
|
ext = nil
|
7
|
-
sprintf("%s%d-%d%s", basename.to_s.gsub(/\.\w+$/) { |s| ext = s; '' }, $$, n, ext)
|
7
|
+
sprintf("%s%d-%d%s", basename.to_s.gsub(/\.\w+$/) { |s| ext = s; '' }, $$, n.to_i, ext)
|
8
8
|
end
|
9
9
|
end
|
10
10
|
|
@@ -21,6 +21,7 @@ nl:
|
|
21
21
|
cannot_remove_user_plugin_from_current_user: "U kunt de 'Gebruikers' plugin niet deactiveren voor uw huidige ingelogde account."
|
22
22
|
form:
|
23
23
|
blank_password_keeps_current: Als u dit veld leeg laat, blijft het oude wachtwoord behouden.
|
24
|
+
enable_all: Alles aanzetten
|
24
25
|
index:
|
25
26
|
create_new_user: Maak een nieuwe gebruiker
|
26
27
|
no_users_yet: Er zijn nog geen gebruikers. Klik op "Maak een nieuwe gebruiker" om de eerste toe te voegen.
|
@@ -63,6 +64,8 @@ nl:
|
|
63
64
|
reset:
|
64
65
|
code_invalid: "Het spijt ons, maar dit reset code is verlopen of ongeldig. Als u problemen hebt proberen te kopiëren en plakken van de URL van uw e-mail in uw browser of het herstarten van de reset wachtwoord proces."
|
65
66
|
successful: "Wachtwoord resetten succes voor {{email}}"
|
67
|
+
pick_new_password_for: "Kies een nieuw wachtwoord voor {{email}}"
|
68
|
+
reset_password: Reset wachtwoord
|
66
69
|
user_mailer:
|
67
70
|
please_activate: A.u.b. uw gebruikersaccount activeren.
|
68
71
|
activated: Uw gebruikersaccount is geactiveerd!
|
@@ -71,6 +74,7 @@ nl:
|
|
71
74
|
user_name: Gebruiker {{name}}
|
72
75
|
password: Wachtwoord {{password}}
|
73
76
|
visit_url: "Bezoek dit adres om uw gebruikersaacount te activeren:"
|
77
|
+
link_to_reset_your_password: Link om je wachtwoord te resetten.
|
74
78
|
authlogic:
|
75
79
|
error_messages:
|
76
80
|
login_blank: mag niet leeg zijn
|
@@ -0,0 +1,80 @@
|
|
1
|
+
ru:
|
2
|
+
plugins:
|
3
|
+
refinery_users:
|
4
|
+
title: "Пользователи"
|
5
|
+
admin:
|
6
|
+
users:
|
7
|
+
update:
|
8
|
+
cannot_remove_user_plugin_from_current_user: "You cannot remove the 'Users' plugin from the currently logged in account."
|
9
|
+
form:
|
10
|
+
blank_password_keeps_current: Leaving password blank keeps the current password
|
11
|
+
enable_all: enable all
|
12
|
+
index:
|
13
|
+
create_new_user: Create New User
|
14
|
+
no_users_yet: There are no users yet. Click "Create New User" to add your first user.
|
15
|
+
user:
|
16
|
+
confirm_delete_message: "Are you sure you want to delete '{{who}}'?"
|
17
|
+
confirm_delete_title: Remove this user forever
|
18
|
+
edit_user: Edit this user
|
19
|
+
email_user: Email this user
|
20
|
+
preview: ({{who}}) created {{created_at}}
|
21
|
+
sessions:
|
22
|
+
login_successful: Logged in successfully
|
23
|
+
login_failed: Sorry, your password or username was incorrect.
|
24
|
+
logged_out: You have been logged out.
|
25
|
+
new:
|
26
|
+
hello_please_sign_in: "Hello! Please sign in."
|
27
|
+
sign_in: Sign in
|
28
|
+
forgot_password: I forgot my password
|
29
|
+
users:
|
30
|
+
setup_website_name: "First let's give the site a name. <a href='{{link}}' name='{{title}}'>Go here</a> to edit your website's name"
|
31
|
+
signup_disabled: User signup is disabled
|
32
|
+
new:
|
33
|
+
fill_form: Fill out your details below so that we can get you started.
|
34
|
+
sign_up: Sign up
|
35
|
+
create:
|
36
|
+
welcome: Welcome to Refinery, {{who}}
|
37
|
+
signup_complete: Signup complete!
|
38
|
+
forgot:
|
39
|
+
email_address: Email Address
|
40
|
+
enter_email_address: Please enter the email address for your account.
|
41
|
+
reset_password: Reset password
|
42
|
+
blank_email: You did not enter an email address.
|
43
|
+
email_not_associated_with_account: "Sorry, '{{email}}' isn't associated with any accounts.<br/>Are you sure you typed the correct email address?"
|
44
|
+
email_reset_sent: An email has been sent to you with a link to reset your password.
|
45
|
+
reset:
|
46
|
+
code_invalid: "We're sorry, but this reset code has expired or is invalid. If you are having issues try copying and pasting the URL from your email into your browser or restarting the reset password process."
|
47
|
+
successful: "Password reset successfully for {{email}}"
|
48
|
+
pick_new_password_for: "Pick a new password for {{email}}"
|
49
|
+
reset_password: Reset password
|
50
|
+
user_mailer:
|
51
|
+
please_activate: Please activate your new account
|
52
|
+
activated: Your account has been activated!
|
53
|
+
activated_email: "{{who}}, your account has been activated. You may now start adding your plugins:"
|
54
|
+
account_created: Your account has been created.
|
55
|
+
user_name: Username {{name}}
|
56
|
+
password: Password {{password}}
|
57
|
+
visit_url: "Visit this url to activate your account:"
|
58
|
+
link_to_reset_your_password: Link to reset your password
|
59
|
+
authlogic:
|
60
|
+
error_messages:
|
61
|
+
login_blank: can not be blank
|
62
|
+
login_not_found: is not valid
|
63
|
+
login_invalid: should use only letters, numbers, spaces, and .-_@ please.
|
64
|
+
consecutive_failed_logins_limit_exceeded: Consecutive failed logins limit exceeded, account is disabled.
|
65
|
+
email_invalid: should look like an email address.
|
66
|
+
password_blank: can not be blank
|
67
|
+
password_invalid: is not valid
|
68
|
+
not_active: Your account is not active
|
69
|
+
not_confirmed: Your account is not confirmed
|
70
|
+
not_approved: Your account is not approved
|
71
|
+
no_authentication_details: You did not provide any details for authentication.
|
72
|
+
models:
|
73
|
+
user_session: UserSession
|
74
|
+
attributes:
|
75
|
+
user_session:
|
76
|
+
login: Login
|
77
|
+
email: Email
|
78
|
+
password: Password
|
79
|
+
remember_me: Remember me
|
80
|
+
incorrect: "Sorry, your {{login_field}} or password was incorrect."
|
@@ -3,9 +3,8 @@
|
|
3
3
|
<ul class='clickable'>
|
4
4
|
<% @recent_inquiries.each do |inquiry| %>
|
5
5
|
<li class='<%= cycle("on", "on-hover", :name => 'recent_inquiries_cycle') %>'>
|
6
|
-
<%= link_to truncate("#{inquiry.name} - #{inquiry.message}",
|
7
|
-
|
8
|
-
:preserve_html_tags => true).html_safe, admin_inquiry_url(inquiry) %>
|
6
|
+
<%= link_to truncate("#{inquiry.name} - #{inquiry.message}", :length => 100),
|
7
|
+
admin_inquiry_url(inquiry) %>
|
9
8
|
</li>
|
10
9
|
<% end %>
|
11
10
|
</ul>
|
@@ -11,11 +11,13 @@ nl:
|
|
11
11
|
upload_a_image: Upload een afbeelding
|
12
12
|
change_language: Verander de taal
|
13
13
|
see_home_page: Bezoek de homepage
|
14
|
+
upload_a_file: Upload een bestand
|
14
15
|
recent_activity:
|
15
16
|
latest_activity: Laatste wijzigingen
|
16
|
-
|
17
|
+
latest_activity_message: "{{what}} {{kind}} {{action}}"
|
18
|
+
see: "See '{{what}}'"
|
17
19
|
recent_inquiries:
|
18
|
-
latest_inquiries:
|
20
|
+
latest_inquiries: Laatste vragen
|
19
21
|
updated:
|
20
22
|
'with_article "the"': bewerkt
|
21
23
|
created:
|
@@ -0,0 +1,27 @@
|
|
1
|
+
ru:
|
2
|
+
plugins:
|
3
|
+
refinery_dashboard:
|
4
|
+
title: Dashboard
|
5
|
+
admin:
|
6
|
+
dashboard:
|
7
|
+
index:
|
8
|
+
quick_tasks: Quick tasks
|
9
|
+
add_a_new_page: Add a new page
|
10
|
+
update_a_page: Update a page
|
11
|
+
upload_a_image: Upload an image
|
12
|
+
upload_a_file: Upload a file
|
13
|
+
change_language: Change Language
|
14
|
+
see_home_page: See home page
|
15
|
+
recent_activity:
|
16
|
+
latest_activity: Latest activity
|
17
|
+
see: "See '{{what}}'"
|
18
|
+
latest_activity_message: "{{what}} {{kind}} was {{action}}"
|
19
|
+
recent_inquiries:
|
20
|
+
latest_inquiries: Latest inquiries
|
21
|
+
updated:
|
22
|
+
'with_article "the"': updated
|
23
|
+
created:
|
24
|
+
'with_article "the"': created
|
25
|
+
|
26
|
+
ago: "{{time}} ago"
|
27
|
+
see: See
|
@@ -0,0 +1,46 @@
|
|
1
|
+
ru:
|
2
|
+
plugins:
|
3
|
+
refinery_images:
|
4
|
+
title: Images
|
5
|
+
no_file_chosen: You must choose a file to upload
|
6
|
+
file_should_be_smaller_than_max_image_size: Files should be smaller than {{max_image_size}} in size
|
7
|
+
file_must_be_these_formats: Your image must be either a JPG, PNG or GIF
|
8
|
+
admin:
|
9
|
+
images:
|
10
|
+
image:
|
11
|
+
delete:
|
12
|
+
message: Are you sure you want to delete '{{title}}'?
|
13
|
+
title: Remove this image forever
|
14
|
+
form:
|
15
|
+
image: Image
|
16
|
+
use_current_image: Use current image
|
17
|
+
or: or
|
18
|
+
replace_image: Replace it with this one ...
|
19
|
+
current_image: Current Image
|
20
|
+
maximum_image_size: "The maximum image size is {{megabytes}} megabytes."
|
21
|
+
index:
|
22
|
+
create_new_image: Create New Image
|
23
|
+
no_images_yet: There are no images yet. Click "Create New Image" to add your first image.
|
24
|
+
view:
|
25
|
+
switch_to: Switch to {{view_name}} view
|
26
|
+
list: list
|
27
|
+
grid: grid
|
28
|
+
search:
|
29
|
+
results_for: Search results for {{query}}
|
30
|
+
grid_view:
|
31
|
+
edit: Edit this image
|
32
|
+
view_live: View this image <br/><em>Opens in a new window</em>
|
33
|
+
list_view_image:
|
34
|
+
edit_this_image: Edit this image
|
35
|
+
existing_image:
|
36
|
+
submit_insert: Insert
|
37
|
+
resize_image: "Resize the image? <em>(Recommended)</em>"
|
38
|
+
size: Size
|
39
|
+
insert:
|
40
|
+
existing_image: Existing Image
|
41
|
+
new_image: New Image
|
42
|
+
previous: Previous
|
43
|
+
next: Next
|
44
|
+
submit_insert: Insert
|
45
|
+
or: or
|
46
|
+
cancel: Cancel
|
@@ -24,8 +24,12 @@ class Inquiry < ActiveRecord::Base
|
|
24
24
|
tramadol trim-spa ultram valeofglamorganconservatives viagra vioxx xanax zolus
|
25
25
|
}
|
26
26
|
|
27
|
-
def self.latest(number = 7)
|
28
|
-
|
27
|
+
def self.latest(number = 7, include_spam = false)
|
28
|
+
unless include_spam
|
29
|
+
ham.find(:all, :limit => number)
|
30
|
+
else
|
31
|
+
newest.find(:all, :limit => number)
|
32
|
+
end
|
29
33
|
end
|
30
34
|
|
31
35
|
def ham?
|
@@ -29,13 +29,17 @@ nl:
|
|
29
29
|
read_inquiry: Lees de vraag
|
30
30
|
remove_inquiry: Verwijder de vraag permanent
|
31
31
|
remove_inquiry_confirmation: "Weet u zeker dat u de vraag '{{name}}' wilt verwijderen?"
|
32
|
+
title: Verwijder deze vraag
|
33
|
+
said: zei
|
34
|
+
mark_as_spam: Markeer als spam
|
35
|
+
mark_as_ham: Verplaats deze vraag naar 'inbox'
|
32
36
|
toggle_status:
|
33
37
|
closed: "Vraag '{{inquiry}}' is behandeld"
|
34
38
|
reopened: "Vraag '{{inquiry}}' is heropend"
|
35
39
|
index:
|
36
40
|
search_results_for: Zoekresultaten voor {{query}}
|
37
41
|
open_inquiries: Open vragen
|
38
|
-
no_inquiries: "
|
42
|
+
no_inquiries: "Er zijn geen onverwerkte vragen."
|
39
43
|
closed_inquiries: Verwerkte vragen
|
40
44
|
havent_closed_any_inquiries: Je hebt nog geen enkele vraag verwerkt
|
41
45
|
show:
|
@@ -47,9 +51,17 @@ nl:
|
|
47
51
|
age: Leeftijd
|
48
52
|
actions: Acties
|
49
53
|
back_to_all_inquiries: Terug naar alle vragen
|
54
|
+
spam: Spam
|
55
|
+
spam_yes: 'ja'
|
56
|
+
inquiry: Vraag
|
57
|
+
title: Verwijder deze vraag
|
50
58
|
submenu:
|
59
|
+
inbox: Inbox
|
60
|
+
spam: Spam
|
51
61
|
update_notified: Wijzig wie een notificatie ontvangt
|
52
62
|
edit_confirmation_email: Bewerk bevestigings email
|
63
|
+
spam:
|
64
|
+
no_spam: Er is geen spam.
|
53
65
|
inquiry_settings:
|
54
66
|
update:
|
55
67
|
updated: "'{{setting}}' is aangepast."
|
@@ -0,0 +1,79 @@
|
|
1
|
+
ru:
|
2
|
+
plugins:
|
3
|
+
refinery_inquiries:
|
4
|
+
title: "Запросы"
|
5
|
+
activerecord:
|
6
|
+
models:
|
7
|
+
inquiry: "Запрос"
|
8
|
+
inquiry_setting: "Настройки запроса"
|
9
|
+
attributes:
|
10
|
+
inquiry:
|
11
|
+
to: "Кому"
|
12
|
+
from: "От"
|
13
|
+
click_to_email: "Нажмите, чтобы отправить по этому адресу"
|
14
|
+
phone: "Телефон"
|
15
|
+
date: "Дата"
|
16
|
+
message: "Сообщение"
|
17
|
+
inquiries:
|
18
|
+
new:
|
19
|
+
header_message: "Упс. Возникла небольшая проблемка."
|
20
|
+
message: "Нужно исправить следующие ошибки:"
|
21
|
+
send: "Отправить сообщение"
|
22
|
+
privacy_policy: "Мы относимся с уважением к вашим личным данным"
|
23
|
+
admin:
|
24
|
+
inquiries:
|
25
|
+
inquiry:
|
26
|
+
move_inquiry_to_closed: "Переместить этот запрос в закрытые"
|
27
|
+
move_inquiry_to_open: "Переместить этот запрос в открытые"
|
28
|
+
read_inquiry: "Прочитать опрос"
|
29
|
+
remove_inquiry: "Вы уверены, что хотите удалить запрос от '{{name}}'?"
|
30
|
+
title: "Удалить этот опрос навсегда"
|
31
|
+
said: "пишет"
|
32
|
+
mark_as_spam: "Пометить как спам"
|
33
|
+
mark_as_ham: "Переместить во Входящие"
|
34
|
+
toggle_status:
|
35
|
+
closed: "Запрос '{{inquiry}}' закрыт"
|
36
|
+
reopened: "Запрос '{{inquiry}}' открыт заново"
|
37
|
+
submenu:
|
38
|
+
inbox: "Входящие"
|
39
|
+
spam: "Спам"
|
40
|
+
update_notified: "Обновить, кто получает уведомления"
|
41
|
+
edit_confirmation_email: "Редактировать письмо-подтверждение"
|
42
|
+
index:
|
43
|
+
search_results_for: "Найти результаты для {{query}}"
|
44
|
+
no_inquiries: "Вы еще не получили ни одного запроса."
|
45
|
+
spam:
|
46
|
+
no_spam: "Ура! Вы не получили спам."
|
47
|
+
show:
|
48
|
+
details: "Подробности"
|
49
|
+
click_to_email: "Нажмите, чтобы отправить"
|
50
|
+
status: "Статус"
|
51
|
+
open: "Открыт"
|
52
|
+
closed: "Закрыт"
|
53
|
+
age: "Срок"
|
54
|
+
actions: "Действия"
|
55
|
+
back_to_all_inquiries: "Назад ко всем запросам"
|
56
|
+
spam: "Спам"
|
57
|
+
spam_yes: 'да'
|
58
|
+
inquiry: "Запрос"
|
59
|
+
title: "Удалить этот запрос навсегда"
|
60
|
+
inquiry_settings:
|
61
|
+
update:
|
62
|
+
updated: "'{{setting}}' были успешно обновлены."
|
63
|
+
notification_recipients_form:
|
64
|
+
inquiry_settings_value_name: "Отправить уведомления"
|
65
|
+
explanation: "Каждый раз, когда кто-то связывается с вами посредством вашего сайта, Refinery CMS отправляет уведомление на электронную почту."
|
66
|
+
hint: "Когда поступит новый запрос, Refinery CMS отправит вам уведомление на электронную почту."
|
67
|
+
example: "Введите ваш адрес (или несколько адресов) электронной почты. Например, anna@mail, ivanov@yandex.ru"
|
68
|
+
confirmation_email_form:
|
69
|
+
to: "Кому"
|
70
|
+
from: "От"
|
71
|
+
subject: "Тема сообщения"
|
72
|
+
click_to_edit_subject: "Редактировать тему сообщения"
|
73
|
+
explanation: "Каждый раз, когда кто-то связывается с вами посредством вашего сайта, Refinery CMS отправляет письмо, чтобы подтвердить запрос у пользователя, который его отправил."
|
74
|
+
below_edit_email_sent: "Вы не можете редактировать сообщение которое уже отослано"
|
75
|
+
the_customer_making_inquiry: "Пользователь делает запрос"
|
76
|
+
message: "Сообщение"
|
77
|
+
note: "Внимание: укажите текст %name%, если вы хотите, чтобы имя пользователя появилось в письме"
|
78
|
+
subject_form:
|
79
|
+
subject_value_name: "Тема сообщения"
|