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.
Files changed (60) hide show
  1. data/Gemfile +6 -6
  2. data/bin/refinerycms +7 -0
  3. data/changelog.md +13 -1
  4. data/config/acts_as_indexed_config.rb +7 -4
  5. data/config/application.rb +5 -0
  6. data/public/images/refinery/icons/ajax-loader.gif +0 -0
  7. data/public/javascripts/jquery/jquery.corner.js +7 -1
  8. data/public/javascripts/jquery/jquery.jcarousel.js +6 -2
  9. data/public/javascripts/refinery/admin.js +22 -11
  10. data/public/javascripts/refinery/boot_wym.js +7 -3
  11. data/public/javascripts/wymeditor/jquery.refinery.wymeditor.js +11 -11
  12. data/public/stylesheets/ie7.css +1 -1
  13. data/public/stylesheets/refinery/formatting.css +4 -0
  14. data/public/stylesheets/refinery/refinery.css +43 -31
  15. data/readme.md +2 -2
  16. data/themes/demolicious/stylesheets/application.css +6 -6
  17. data/themes/demolicious/stylesheets/formatting.css +1 -1
  18. data/themes/hemingway/stylesheets/application.css +12 -12
  19. data/vendor/plugins/attachment_fu/init.rb +1 -1
  20. data/vendor/plugins/authentication/config/locales/nl.yml +4 -0
  21. data/vendor/plugins/authentication/config/locales/ru.yml +80 -0
  22. data/vendor/plugins/dashboard/app/views/admin/dashboard/_recent_inquiries.html.erb +2 -3
  23. data/vendor/plugins/dashboard/config/locales/nl.yml +4 -2
  24. data/vendor/plugins/dashboard/config/locales/ru.yml +27 -0
  25. data/vendor/plugins/images/config/locales/nl.yml +4 -0
  26. data/vendor/plugins/images/config/locales/ru.yml +46 -0
  27. data/vendor/plugins/inquiries/app/models/inquiry.rb +6 -2
  28. data/vendor/plugins/inquiries/app/views/inquiries/new.html.erb +1 -1
  29. data/vendor/plugins/inquiries/config/locales/nl.yml +13 -1
  30. data/vendor/plugins/inquiries/config/locales/ru.yml +79 -0
  31. data/vendor/plugins/pages/app/controllers/admin/pages_controller.rb +1 -1
  32. data/vendor/plugins/pages/app/models/page.rb +25 -16
  33. data/vendor/plugins/pages/app/views/admin/pages/_page.html.erb +6 -5
  34. data/vendor/plugins/pages/config/locales/nl.yml +50 -0
  35. data/vendor/plugins/pages/config/locales/ru.yml +97 -0
  36. data/vendor/plugins/refinery/app/views/layouts/admin.html.erb +7 -9
  37. data/vendor/plugins/refinery/app/views/layouts/application.html.erb +1 -1
  38. data/vendor/plugins/refinery/app/views/shared/_content_page.html.erb +2 -2
  39. data/vendor/plugins/refinery/app/views/shared/_footer.html.erb +2 -2
  40. data/vendor/plugins/refinery/app/views/shared/_head.html.erb +1 -1
  41. data/vendor/plugins/refinery/app/views/shared/_header.html.erb +2 -2
  42. data/vendor/plugins/refinery/app/views/shared/_menu.html.erb +9 -7
  43. data/vendor/plugins/refinery/app/views/shared/_menu_branch.html.erb +12 -10
  44. data/vendor/plugins/refinery/app/views/shared/_site_bar.html.erb +2 -2
  45. data/vendor/plugins/refinery/config/locales/nl.yml +7 -0
  46. data/vendor/plugins/refinery/config/locales/ru.yml +61 -0
  47. data/vendor/plugins/refinery/lib/crud.rb +1 -3
  48. data/vendor/plugins/refinery/lib/generators/refinery_plugin/templates/seed.rb +1 -1
  49. data/vendor/plugins/refinery/lib/generators/refinery_plugin/templates/views/admin/index.html.erb +5 -1
  50. data/vendor/plugins/refinery/lib/refinery.rb +1 -1
  51. data/vendor/plugins/refinery/lib/refinery/admin_base_controller.rb +8 -2
  52. data/vendor/plugins/refinery/lib/refinery/application_helper.rb +1 -1
  53. data/vendor/plugins/refinery/rails/init.rb +0 -4
  54. data/vendor/plugins/refinery_settings/config/locales/nl.yml +4 -1
  55. data/vendor/plugins/refinery_settings/config/locales/ru.yml +45 -0
  56. data/vendor/plugins/resources/config/locales/nl.yml +4 -1
  57. data/vendor/plugins/resources/config/locales/ru.yml +33 -0
  58. data/vendor/plugins/themes/generators/refinery_theme/refinery_theme_generator.rb +5 -0
  59. metadata +13 -5
  60. 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://wiki.github.com/resolve/refinerycms/plugins)
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, #header_content, #footer_content, #site_bar_content {
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
- #header_content {
34
+ header {
35
35
  position: relative;
36
36
  height: 132px;
37
37
  }
38
- #header_content h1, #header_content h1 a {
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
- #header_content h1, #header_content #menu {
45
+ header h1, header #menu {
46
46
  position: absolute;
47
47
  bottom: 30px;
48
48
  margin: 0px;
49
49
  }
50
- #header_content #menu {
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
- #footer_content {
93
+ footer {
94
94
  height: 103px;
95
95
  padding-top: 94px;
96
96
  background: url('/images/refinery/logo.png') 0px 80px no-repeat;
@@ -30,7 +30,7 @@ h2 {
30
30
  h3 {
31
31
  font-size: 16px;
32
32
  }
33
- #footer_content * {
33
+ footer * {
34
34
  color: #c7c7c7;
35
35
  font-size: 11px;
36
36
  }
@@ -126,23 +126,23 @@ table caption{
126
126
  /*-----------------------------------------------------------------------------------------------
127
127
  Header
128
128
  -----------------------------------------------------------------------------------------------*/
129
- #header{
129
+ header{
130
130
  background:#000;
131
131
  }
132
- #header .inside{
132
+ header .inside{
133
133
  padding:3em 0;
134
134
  }
135
135
 
136
- #header h2{
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
- #header h2 a{ text-decoration:none; }
143
+ header h2 a{ text-decoration:none; }
144
144
 
145
- #header p{
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
- #footer{
468
+ footer{
469
469
  clear:both;
470
470
  color:#939393;
471
471
  margin:2em 0 3em 0;
472
472
  }
473
- #footer .inside{
473
+ footer .inside{
474
474
  background:url(/theme/images/footer_black.gif) 50% 0 repeat-x;
475
475
  padding:1em 0;
476
476
  }
477
- #footer p{
477
+ footer p{
478
478
  margin:0;
479
479
  font-size:0.95em;
480
480
  }
481
- #footer p.copyright{ float:left; }
482
- #footer p.attributes{ float:right; }
483
- #footer p.attributes a{
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
- #footer p.attributes a:hover{
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&apos;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
- :length => 100,
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
- see: Bezoek de '{{what}}'
17
+ latest_activity_message: "{{what}} {{kind}} {{action}}"
18
+ see: "See '{{what}}'"
17
19
  recent_inquiries:
18
- latest_inquiries: 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
@@ -40,3 +40,7 @@ nl:
40
40
  submit_insert: Voeg in
41
41
  or: of
42
42
  cancel: Annuleer
43
+ existing_image:
44
+ submit_insert: Voeg in
45
+ resize_image: "Afbeelding verkleinen? <em>(Aanbevolen)</em>"
46
+ size: Grootte
@@ -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
- newest.find(:all, :limit => number)
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?
@@ -1,6 +1,6 @@
1
1
  <% content_for :body_content_left do %>
2
2
  <div class='inquiries'>
3
- <%= @page[:body] %>
3
+ <%= @page[Page.default_parts.first.to_sym] %>
4
4
 
5
5
  <% form_for @inquiry do |f| %>
6
6
  <%= f.error_messages :header_message => t('.header_message'), :message => t('.message') %>
@@ -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: "Jeej! Er zijn geen onverwerkte vragen!"
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: "Тема сообщения"