refinerycms 0.9.7.1 → 0.9.7.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +2 -2
- data/bin/refinery +2 -2
- data/changelog.md +13 -0
- data/config.ru +2 -0
- data/db/migrate/20100522020225_rename_permissions_for_resources_plugin_to_files.rb +2 -2
- data/lib/gemspec.rb +3 -6
- data/public/javascripts/refinery/admin.js +8 -0
- data/public/stylesheets/refinery/refinery.css +24 -2
- data/vendor/plugins/authentication/app/models/user.rb +5 -5
- data/vendor/plugins/authentication/app/views/users/forgot.html.erb +3 -3
- data/vendor/plugins/authentication/app/views/users/reset.html.erb +2 -2
- data/vendor/plugins/authentication/config/locales/da.yml +12 -0
- data/vendor/plugins/authentication/config/locales/de.yml +2 -0
- data/vendor/plugins/authentication/config/locales/en.yml +5 -0
- data/vendor/plugins/authentication/config/locales/es.yml +15 -3
- data/vendor/plugins/authentication/config/locales/fr.yml +2 -0
- data/vendor/plugins/authentication/config/locales/it.yml +12 -0
- data/vendor/plugins/authentication/config/locales/nb.yml +12 -0
- data/vendor/plugins/authentication/config/locales/nl.yml +12 -0
- data/vendor/plugins/authentication/config/locales/pt-BR.yml +36 -5
- data/vendor/plugins/authentication/lib/authenticated_system.rb +1 -1
- data/vendor/plugins/dashboard/app/helpers/admin/dashboard_helper.rb +8 -2
- data/vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb +11 -4
- data/vendor/plugins/dashboard/config/locales/da.yml +4 -2
- data/vendor/plugins/dashboard/config/locales/de.yml +4 -2
- data/vendor/plugins/dashboard/config/locales/en.yml +7 -2
- data/vendor/plugins/dashboard/config/locales/es.yml +8 -2
- data/vendor/plugins/dashboard/config/locales/fr.yml +4 -2
- data/vendor/plugins/dashboard/config/locales/it.yml +4 -2
- data/vendor/plugins/dashboard/config/locales/nb.yml +4 -2
- data/vendor/plugins/dashboard/config/locales/nl.yml +4 -2
- data/vendor/plugins/dashboard/config/locales/pt-BR.yml +10 -3
- data/vendor/plugins/dashboard/config/locales/sl.yml +4 -2
- data/vendor/plugins/i18n/lib/i18n.rb +30 -13
- data/vendor/plugins/i18n/lib/i18n_filter.rb +5 -5
- data/vendor/plugins/images/app/views/admin/images/index.html.erb +1 -1
- data/vendor/plugins/images/config/locales/es.yml +4 -7
- data/vendor/plugins/images/config/locales/pt-BR.yml +1 -1
- data/vendor/plugins/inquiries/app/controllers/admin/inquiry_settings_controller.rb +5 -0
- data/vendor/plugins/inquiries/config/locales/da.yml +4 -3
- data/vendor/plugins/inquiries/config/locales/de.yml +3 -2
- data/vendor/plugins/inquiries/config/locales/en.yml +1 -0
- data/vendor/plugins/inquiries/config/locales/es.yml +3 -2
- data/vendor/plugins/inquiries/config/locales/fr.yml +3 -2
- data/vendor/plugins/inquiries/config/locales/it.yml +3 -2
- data/vendor/plugins/inquiries/config/locales/nb.yml +3 -3
- data/vendor/plugins/inquiries/config/locales/nl.yml +3 -2
- data/vendor/plugins/inquiries/config/locales/pt-BR.yml +23 -19
- data/vendor/plugins/pages/config/locales/pt-BR.yml +11 -1
- data/vendor/plugins/pages/config/locales/sl.yml +1 -1
- data/vendor/plugins/refinery/app/views/layouts/admin.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/shared/_site_bar.html.erb +1 -2
- data/vendor/plugins/refinery/app/views/shared/admin/_search.html.erb +4 -1
- data/vendor/plugins/refinery/config/locales/da.yml +5 -3
- data/vendor/plugins/refinery/config/locales/de.yml +5 -3
- data/vendor/plugins/refinery/config/locales/en.yml +5 -3
- data/vendor/plugins/refinery/config/locales/es.yml +5 -3
- data/vendor/plugins/refinery/config/locales/fr.yml +2 -3
- data/vendor/plugins/refinery/config/locales/it.yml +5 -3
- data/vendor/plugins/refinery/config/locales/nb.yml +5 -3
- data/vendor/plugins/refinery/config/locales/nl.yml +2 -3
- data/vendor/plugins/refinery/config/locales/pt-BR.yml +8 -2
- data/vendor/plugins/refinery/config/locales/sl.yml +2 -4
- data/vendor/plugins/refinery/lib/generators/refinery/templates/migration.rb +1 -1
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/index.html.erb +1 -1
- data/vendor/plugins/refinery/lib/refinery.rb +1 -1
- data/vendor/plugins/refinery/lib/refinery/application_controller.rb +3 -3
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/index.html.erb +1 -1
- data/vendor/plugins/refinery_settings/config/locales/sl.yml +0 -1
- data/vendor/plugins/resources/app/views/admin/resources/index.html.erb +1 -1
- data/vendor/plugins/resources/config/locales/da.yml +0 -2
- data/vendor/plugins/resources/config/locales/en.yml +4 -3
- data/vendor/plugins/resources/config/locales/es.yml +0 -2
- data/vendor/plugins/resources/config/locales/fr.yml +0 -2
- data/vendor/plugins/resources/config/locales/it.yml +0 -1
- data/vendor/plugins/resources/config/locales/nb.yml +0 -2
- data/vendor/plugins/resources/config/locales/nl.yml +0 -2
- data/vendor/plugins/resources/config/locales/pt-BR.yml +0 -2
- data/vendor/plugins/resources/config/locales/sl.yml +0 -2
- data/vendor/plugins/translate/tasks/translate.rake +20 -9
- metadata +5 -9
- data/bin/refinery-update-core +0 -126
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_inquiry_setting.html.erb +0 -11
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/index.html.erb +0 -21
data/Gemfile
CHANGED
@@ -21,7 +21,7 @@ gem 'acts_as_indexed', '= 0.6.2', :require => 'acts_as_indexed', :git => 'git://
|
|
21
21
|
gem 'authlogic', '= 2.1.5', :require => 'authlogic'
|
22
22
|
gem 'friendly_id', '= 3.0.6', :require => 'friendly_id'
|
23
23
|
gem 'rails', '= 2.3.8'
|
24
|
-
gem 'rmagick', '~> 2.
|
24
|
+
gem 'rmagick', '~> 2.12.2'
|
25
25
|
gem 'truncate_html', '= 0.3.2', :require => 'truncate_html'
|
26
26
|
gem 'will_paginate', '= 2.3.14', :require => 'will_paginate'
|
27
27
|
|
@@ -42,7 +42,7 @@ end
|
|
42
42
|
|
43
43
|
#===REQUIRED FOR REFINERY GEM INSTALL===
|
44
44
|
# Leave the gem below disabled (commented out) if you're not using the gem install method.
|
45
|
-
#gem 'refinerycms', '= 0.9.7.
|
45
|
+
#gem 'refinerycms', '= 0.9.7.2'
|
46
46
|
#===END OF REFINERY GEM INSTALL REQUIREMENTS===
|
47
47
|
|
48
48
|
# Bundle gems for certain environments:
|
data/bin/refinery
CHANGED
@@ -118,7 +118,7 @@ unless (app_path = ARGV.shift).nil? or app_path.length == 0
|
|
118
118
|
puts `#{cmd}`
|
119
119
|
|
120
120
|
puts "\n\nUpdating some core refinery files..\n"
|
121
|
-
puts (cmd="rake -f #{File.join(rails_root, 'Rakefile')} refinery:update")
|
121
|
+
puts (cmd="rake -f #{File.join(rails_root, 'Rakefile')} refinery:update from_installer=true")
|
122
122
|
puts `#{cmd}`
|
123
123
|
end
|
124
124
|
|
@@ -139,4 +139,4 @@ else
|
|
139
139
|
puts "--force Forces the directory to be overriden if the directory already exists"
|
140
140
|
puts "--database=name Preconfigure for selected database (options: mysql/postgresql/sqlite3 - default: sqlite3)."
|
141
141
|
puts "\n"
|
142
|
-
end
|
142
|
+
end
|
data/changelog.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1
|
+
## 0.9.7.2 [06 July 2010]
|
2
|
+
|
3
|
+
- Bugfixes with users and roles [Philip Arndt and Amanda Wagener]
|
4
|
+
- Fixed the rake translate:lost_in_translation LOCALE=en and rake translate:lost_in_translation_all tasks so that they accurately reflect the missing i18n translation keys. [Philip Arndt]
|
5
|
+
- Refactored routing of i18n to allow different default frontend and backend locales. [Philip Arndt]
|
6
|
+
- Added better grammar support for some i18n [Halan Pinheiro]
|
7
|
+
- Improved output of rake refinery:update task and removed bin/refinery-update-core task. [Steven Heidel]
|
8
|
+
- Set config.ru to run in production RAILS_ENV by default [Philip Arndt]
|
9
|
+
- [See full list](http://github.com/resolve/refinerycms/compare/0.9.7.1...0.9.7.2)
|
10
|
+
|
1
11
|
## 0.9.7.1 [03 July 2010]
|
2
12
|
|
3
13
|
- Bugfixes in the gem installation method process. [Philip Arndt]
|
@@ -5,6 +15,7 @@
|
|
5
15
|
- Provided example files for sqlite3, mysql and postgresql. [Philip Arndt]
|
6
16
|
- Created option for specifying a database adapter (sqlite3, mysql or postgresql) when creating from Gem. [Philip Arndt]
|
7
17
|
- Other bugfixes including UI consistency around signup. [Philip Arndt]
|
18
|
+
- [See full list](http://github.com/resolve/refinerycms/compare/0.9.7...0.9.7.1)
|
8
19
|
|
9
20
|
## 0.9.7 [02 July 2010]
|
10
21
|
|
@@ -16,6 +27,8 @@
|
|
16
27
|
- Added spam filtering to contact form. [djones]
|
17
28
|
- Full Refinery UI redesign. [Resolve Digital]
|
18
29
|
- User Role support. [Amanda Wagener and Philip Arndt]
|
30
|
+
- [See full list](http://github.com/resolve/refinerycms/compare/0.9.6.34...0.9.7)
|
31
|
+
- [See blog post](http://refinerycms.com/blog/refinery-cms-0-9-7-released)
|
19
32
|
|
20
33
|
## 0.9.6.34 [09 May 2010]
|
21
34
|
|
data/config.ru
CHANGED
@@ -3,13 +3,13 @@ class RenamePermissionsForResourcesPluginToFiles < ActiveRecord::Migration
|
|
3
3
|
def self.up
|
4
4
|
UserPlugin.find_all_by_title("Resources").each do |up|
|
5
5
|
up.update_attribute(:title, "Files")
|
6
|
-
end
|
6
|
+
end if UserPlugin.column_names.include?('title')
|
7
7
|
end
|
8
8
|
|
9
9
|
def self.down
|
10
10
|
UserPlugin.find_by_title("Files").each do |up|
|
11
11
|
up.update_attribute(:title, "Resources")
|
12
|
-
end
|
12
|
+
end if UserPlugin.column_names.include?('title')
|
13
13
|
end
|
14
14
|
|
15
15
|
end
|
data/lib/gemspec.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
require File.expand_path('../../vendor/plugins/refinery/lib/refinery.rb', __FILE__)
|
3
|
-
files = %w( .gitignore .yardopts Gemfile Rakefile
|
3
|
+
files = %w( .gitignore .yardopts Gemfile Rakefile *.md public/.htaccess config.ru ).map { |file| Dir[file] }.flatten
|
4
4
|
%w(app bin config db features lib public script test themes vendor).sort.each do |dir|
|
5
5
|
files += Dir.glob("#{dir}/**/*")
|
6
6
|
end
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
|
|
18
18
|
s.homepage = %q{http://refinerycms.com}
|
19
19
|
s.authors = %w(Resolve\\ Digital David\\ Jones Philip\\ Arndt)
|
20
20
|
s.require_paths = %w(lib)
|
21
|
-
s.executables = %w(refinery
|
21
|
+
s.executables = %w(refinery)
|
22
22
|
|
23
23
|
s.files = [
|
24
24
|
'#{files.join("',\n '")}'
|
@@ -29,7 +29,4 @@ Gem::Specification.new do |s|
|
|
29
29
|
end
|
30
30
|
EOF
|
31
31
|
|
32
|
-
|
33
|
-
File.delete(file)
|
34
|
-
end
|
35
|
-
File.open(file, 'w') { |f| f.puts gemspec }
|
32
|
+
File.open(File.expand_path("../../refinerycms.gemspec", __FILE__), 'w').puts(gemspec)
|
@@ -58,6 +58,14 @@ init_interface = function() {
|
|
58
58
|
if (last_item_offset && ((last_item_offset.left + last_item.outerWidth() - $('#menu').offset().left + 5) < $('#page_container').outerWidth())) {
|
59
59
|
$("#page_container:not('.login #page_container')").corner('5px tr');
|
60
60
|
}
|
61
|
+
|
62
|
+
$('#current_locale li a').click(function(e) {
|
63
|
+
$('#current_locale li a span').each(function(span){
|
64
|
+
$(this).css('display', $(this).css('display') == 'none' ? '' : 'none');
|
65
|
+
});
|
66
|
+
$('#other_locales').animate({opacity: 'toggle', height: 'toggle'}, 250);
|
67
|
+
e.preventDefault();
|
68
|
+
});
|
61
69
|
}
|
62
70
|
|
63
71
|
init_delete_confirmations = function() {
|
@@ -252,7 +252,7 @@ body.login #page_container div.remember_me {
|
|
252
252
|
}
|
253
253
|
body.login #page_container div.forgot_password {
|
254
254
|
float: right;
|
255
|
-
width:
|
255
|
+
width: 250px;
|
256
256
|
}
|
257
257
|
body.login label, body.login a {
|
258
258
|
font-size: 14px;
|
@@ -972,7 +972,13 @@ ul#menu.reordering_menu li a {
|
|
972
972
|
line-height: 18px;
|
973
973
|
padding: 2px;
|
974
974
|
font-size: 16px;
|
975
|
-
width:
|
975
|
+
width: 180px;
|
976
|
+
}
|
977
|
+
.pt-BR #search {
|
978
|
+
width: 187px;
|
979
|
+
}
|
980
|
+
.en #search {
|
981
|
+
width: 210px;
|
976
982
|
}
|
977
983
|
.search_form {
|
978
984
|
position: relative;
|
@@ -1369,6 +1375,22 @@ input.button.close_dialog:active, a.button.close_dialog:active, #content a.butto
|
|
1369
1375
|
line-height: 20px;
|
1370
1376
|
}
|
1371
1377
|
|
1378
|
+
#actions ul#current_locale {
|
1379
|
+
margin-top: 30px;
|
1380
|
+
}
|
1381
|
+
#current_locale li a {
|
1382
|
+
position: relative;
|
1383
|
+
}
|
1384
|
+
#current_locale li a span {
|
1385
|
+
position: absolute;
|
1386
|
+
right: 9px;
|
1387
|
+
border-bottom: 1px dotted #727272;
|
1388
|
+
}
|
1389
|
+
|
1390
|
+
#other_locales li:first-child {
|
1391
|
+
margin-top: 0px;
|
1392
|
+
}
|
1393
|
+
|
1372
1394
|
/* cornering */
|
1373
1395
|
.button, #editor_switch a, #editor_switch span {
|
1374
1396
|
border-radius: 6px;
|
@@ -59,13 +59,13 @@ class User < ActiveRecord::Base
|
|
59
59
|
end
|
60
60
|
|
61
61
|
def add_role(title)
|
62
|
-
|
63
|
-
|
64
|
-
end
|
62
|
+
raise ArgumentException, "Role should be the title of the role not a role object." if title.is_a?(Role)
|
63
|
+
self.roles << Role[title] unless self.has_role?(title)
|
65
64
|
end
|
66
65
|
|
67
|
-
def has_role?(
|
68
|
-
|
66
|
+
def has_role?(title)
|
67
|
+
raise ArgumentException, "Role should be the title of the role not a role object." if title.is_a?(Role)
|
68
|
+
(role = Role.find_by_title(title.to_s.camelize)).present? and self.roles.collect{|r| r.id}.include?(role.id)
|
69
69
|
end
|
70
70
|
|
71
71
|
end
|
@@ -1,18 +1,18 @@
|
|
1
|
-
<% content_for :header,
|
1
|
+
<% content_for :header, t('.enter_email_address') %>
|
2
2
|
|
3
3
|
<% form_for :user do |f| -%>
|
4
4
|
<%= f.error_messages %>
|
5
5
|
|
6
6
|
<div class='field'>
|
7
7
|
<%= f.text_field :email, :class => "larger widest",
|
8
|
-
:placeholder =>
|
8
|
+
:placeholder => t('.email_address', :default => t('authlogic.attributes.user_session.email')) %>
|
9
9
|
</div>
|
10
10
|
|
11
11
|
<%= render :partial => "/shared/admin/form_actions",
|
12
12
|
:locals => {
|
13
13
|
:f => f,
|
14
14
|
:continue_editing => false,
|
15
|
-
:submit_button_text =>
|
15
|
+
:submit_button_text => t('.reset_password'),
|
16
16
|
:cancel_url => login_url
|
17
17
|
} -%>
|
18
18
|
<% end -%>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<% content_for :header,
|
1
|
+
<% content_for :header, t('.pick_new_password_for', :email => @user.email) %>
|
2
2
|
|
3
3
|
<% form_for :user do |f| -%>
|
4
4
|
<%= f.error_messages %>
|
@@ -17,7 +17,7 @@
|
|
17
17
|
:locals => {
|
18
18
|
:f => f,
|
19
19
|
:continue_editing => false,
|
20
|
-
:submit_button_text =>
|
20
|
+
:submit_button_text => t('.reset_password'),
|
21
21
|
:cancel_url => login_url
|
22
22
|
} -%>
|
23
23
|
<% end -%>
|
@@ -29,6 +29,8 @@ da:
|
|
29
29
|
remember_me: Husk mig
|
30
30
|
or: eller
|
31
31
|
forgot_password: Jeg har glemt mit password
|
32
|
+
hello_please_sign_in: Hej! Du skal logge ind
|
33
|
+
sign_in: log ind
|
32
34
|
users:
|
33
35
|
setup_website_name: "Lad os først give websitet et navn. <a href='{{link}}'>Her</a> kan du rette navnet"
|
34
36
|
signup_disabled: Brugeroprettelse er deaktiveret
|
@@ -38,6 +40,16 @@ da:
|
|
38
40
|
create:
|
39
41
|
welcome: Velkommen til Refinery, {{who}}
|
40
42
|
signup_complete: Du er nu oprettet.
|
43
|
+
forgot:
|
44
|
+
email_address: E-mail-adresse
|
45
|
+
enter_email_address: Indtast venligst den email-adresse til din konto.
|
46
|
+
reset_password: Reset adgangskode
|
47
|
+
blank_email: Du har ikke angivet en e-mail-adresse.
|
48
|
+
email_not_associated_with_account: "Undskyld, '{{email}}' er ikke forbundet med nogen regnskaber. <br/> Er du sikker på du har skrevet den rigtige email-adresse?"
|
49
|
+
email_reset_sent: En e-mail er blevet sendt til dig med et link til nulstille din adgangskode.
|
50
|
+
reset:
|
51
|
+
code_invalid: "Vi beklager, men denne nulstilling kode er udløbet eller ugyldig. Hvis du har spørgsmål kan du prøve at kopiere og indsætte webadressen fra din e-mail til din browser eller genstarte reset password proces."
|
52
|
+
successful: "Adgangskode reset succes for {{email}}"
|
41
53
|
user_mailer:
|
42
54
|
please_activate: Du skal aktivere din nye brugerkonto
|
43
55
|
activated: Din konto er nu aktiveret.
|
@@ -36,12 +36,17 @@ en:
|
|
36
36
|
welcome: Welcome to Refinery, {{who}}
|
37
37
|
signup_complete: Signup complete!
|
38
38
|
forgot:
|
39
|
+
email_address: Email Address
|
40
|
+
enter_email_address: Please enter the email address for your account.
|
41
|
+
reset_password: Reset password
|
39
42
|
blank_email: You did not enter an email address.
|
40
43
|
email_not_associated_with_account: "Sorry, '{{email}}' isn't associated with any accounts.<br/>Are you sure you typed the correct email address?"
|
41
44
|
email_reset_sent: An email has been sent to you with a link to reset your password.
|
42
45
|
reset:
|
43
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."
|
44
47
|
successful: "Password reset successfully for {{email}}"
|
48
|
+
pick_new_password_for: "Pick a new password for {{email}}"
|
49
|
+
reset_password: Reset password
|
45
50
|
user_mailer:
|
46
51
|
please_activate: Please activate your new account
|
47
52
|
activated: Your account has been activated!
|
@@ -16,9 +16,9 @@ es:
|
|
16
16
|
user_session: Sesión de usuario
|
17
17
|
attributes:
|
18
18
|
user_session:
|
19
|
-
login:
|
20
|
-
email:
|
21
|
-
password:
|
19
|
+
login: Login
|
20
|
+
email: Email
|
21
|
+
password: Contraseña
|
22
22
|
remember_me: Recordarme
|
23
23
|
incorrect: "Lo sentimos, su {{login_field}} o la contraseña son correctos."
|
24
24
|
plugins:
|
@@ -56,6 +56,8 @@ es:
|
|
56
56
|
cancel_log_in: Cancelar
|
57
57
|
or: o
|
58
58
|
forgot_password: He olvidado mi contraseña
|
59
|
+
hello_please_sign_in: Hola! Por favor, iniciar sesión
|
60
|
+
sign_in: Iniciar sesión
|
59
61
|
users:
|
60
62
|
setup_website_name: "Lo primero es proporcionar un nombre para el sitio web.<br/><a href='{{link}}'>Pulse aquí</a> editar el nombre del sitio web"
|
61
63
|
signup_disabled: El registro de usuario ha sido deshabilitado.
|
@@ -69,6 +71,16 @@ es:
|
|
69
71
|
create:
|
70
72
|
welcome: Bienvenido a Refinery, {{who}}
|
71
73
|
signup_complete: "¡Registro correcto!"
|
74
|
+
forgot:
|
75
|
+
email_address: Correo electrónico
|
76
|
+
enter_email_address: Por favor, introduzca la dirección de correo electrónico para su cuenta.
|
77
|
+
reset_password: Perdí mi contraseña
|
78
|
+
blank_email: Usted no ha ingresado una dirección de correo electrónico.
|
79
|
+
email_not_associated_with_account: "Lo sentimos, '{{email}}' no está asociado a ninguna cuenta. <br/>¿Está seguro que escribió la dirección de correo electrónico correcta?"
|
80
|
+
email_reset_sent: Un correo electrónico ha sido enviado con un enlace para restablecer su contraseña.
|
81
|
+
reset:
|
82
|
+
code_invalid: "Lo sentimos, pero el código restablecer vencida o no es válida. Si tiene problemas intente copiar y pegar la dirección de su correo electrónico en el navegador o reiniciando el proceso de restablecimiento de contraseña."
|
83
|
+
successful: "De restablecimiento de contraseña con éxito por {{email}}"
|
72
84
|
user_mailer:
|
73
85
|
please_activate: Por favor, active la nueva cuenta.
|
74
86
|
activated: "!Su cuenta ha sido activada!"
|
@@ -30,6 +30,8 @@ fr:
|
|
30
30
|
remember_me: Rester connecté
|
31
31
|
or: ou
|
32
32
|
forgot_password: "J'ai oublié mon mot de passe"
|
33
|
+
hello_please_sign_in: Bonjour! S'il vous plaît signer po
|
34
|
+
sign_in: Identifiez-vous
|
33
35
|
users:
|
34
36
|
setup_website_name: "Pour commencer, donnez un nom au site. <a href='{{link}}'>Allez ici</a> pour modifier le nom de votre site."
|
35
37
|
signup_disabled: "L'inscription d'utilisateur est désactivé"
|
@@ -26,6 +26,8 @@ it:
|
|
26
26
|
remember_me: Ricordati di me
|
27
27
|
or: o
|
28
28
|
forgot_password: Ho dimenticato la password
|
29
|
+
sign_in: Entra
|
30
|
+
hello_please_sign_in: "Ciao! Accedi per favore."
|
29
31
|
users:
|
30
32
|
setup_website_name: "Prima di tutto dare al sito un nome. <a href='{{link}}'>Vai qui</a> per modificare il nome del tuo sito web"
|
31
33
|
signup_disabled: Iscriviti utente è disattivato
|
@@ -35,6 +37,16 @@ it:
|
|
35
37
|
create:
|
36
38
|
welcome: Benvenuti a Refinery, {{who}}
|
37
39
|
signup_complete: Registrati completo!
|
40
|
+
forgot:
|
41
|
+
email_address: Indirizzo e-mail
|
42
|
+
enter_email_address: Inserisci l'indirizzo di posta elettronica per l'account.
|
43
|
+
reset_password: Reimpostazione della password
|
44
|
+
blank_email: Non hai inserito un indirizzo email.
|
45
|
+
email_not_associated_with_account: "Mi dispiace, '{{email}}' non è associato ad alcun account. <br/>Sei sicuro di avere digitato l'indirizzo email corretto?"
|
46
|
+
email_reset_sent: Una e-mail è stata inviata a voi con un link per reimpostare la password.
|
47
|
+
reset:
|
48
|
+
code_invalid: "Siamo spiacenti, ma questo codice reset è scaduto o non è valido. Se si hanno problemi provare a copiare e incollare l'URL dal vostro e-mail nel vostro browser o riavviando la procedura di reimpostazione password."
|
49
|
+
successful: "Il ripristino della password con successo per {{email}}"
|
38
50
|
user_mailer:
|
39
51
|
please_activate: Si prega di attivare il nuovo account
|
40
52
|
activated: Il tuo account è stato attivato!
|
@@ -26,6 +26,8 @@ nb:
|
|
26
26
|
remember_me: Husk meg
|
27
27
|
or: eller
|
28
28
|
forgot_password: Jeg har glømt passordet mitt
|
29
|
+
hello_please_sign_in: Hei! Vennligst logg inn
|
30
|
+
sign_in: Logg på
|
29
31
|
users:
|
30
32
|
setup_website_name: "Først la oss gi siden et navn. <a href='{{link}}'>Gå her</a> for å redigere siden din sitt navn"
|
31
33
|
signup_disabled: Brukerpåmelding er deaktivert
|
@@ -35,6 +37,16 @@ nb:
|
|
35
37
|
create:
|
36
38
|
welcome: Velkommen til Refinery, {{who}}
|
37
39
|
signup_complete: Registrering utført!
|
40
|
+
forgot:
|
41
|
+
email_address: E-postadresse
|
42
|
+
enter_email_address: Vennligst skriv inn e-postadressen for kontoen din.
|
43
|
+
reset_password: Tilbakestill passord
|
44
|
+
blank_email: Du har ikke angitt en e-postadresse.
|
45
|
+
email_not_associated_with_account: "Beklager, '{{email}}' er ikke knyttet til noen kontoer. <br/> Er du sikker på at du har skrevet inn riktig e-postadresse?"
|
46
|
+
email_reset_sent: En e-post har blitt sendt til deg med en kobling for å tilbakestille passordet.
|
47
|
+
reset:
|
48
|
+
code_invalid: "Vi beklager, men denne tilbakestille koden er utløpt eller er ugyldig. Hvis du har problemer prøve å kopiere og lime inn URL fra e-posten din i nettleseren, eller starte tilbakestille passordet prosessen."
|
49
|
+
successful: "Passord Vellykket nullstilling for {{email}}"
|
38
50
|
user_mailer:
|
39
51
|
please_activate: Vennligst aktiver din nye konto
|
40
52
|
activated: Din konto er nå aktivert!
|
@@ -42,6 +42,8 @@ nl:
|
|
42
42
|
cancel: Annuleren
|
43
43
|
remember_me: Onthoud mijn gegevens
|
44
44
|
forgot_password: Ik ben mijn wachtwoord vergeten
|
45
|
+
hello_please_sign_in: Hallo! Gelieve in te loggen
|
46
|
+
sign_in: Log in
|
45
47
|
users:
|
46
48
|
setup_website_name: "Laten we eerst de website een naam geven. <a href='{{link}}'>Klik hier</a> om de naam van de website te bewerken"
|
47
49
|
signup_disabled: Het registreren van gebruikers is uitgeschakeld
|
@@ -51,6 +53,16 @@ nl:
|
|
51
53
|
create:
|
52
54
|
welcome: Welkom bij Refinery, {{who}}
|
53
55
|
signup_complete: Registratie compleet!
|
56
|
+
forgot:
|
57
|
+
email_address: E-mailadres
|
58
|
+
enter_email_address: Vul het e-mailadres voor uw account.
|
59
|
+
reset_password: Verander wachtwoord
|
60
|
+
blank_email: Je hebt geen e-mail adres.
|
61
|
+
email_not_associated_with_account: "Sorry, '{{email}}' is niet geassocieerd met alle rekeningen. <br/>Weet u zeker dat u typte het juiste e-mailadres?"
|
62
|
+
email_reset_sent: Een e-mail is naar u verzonden met een link om je wachtwoord te resetten.
|
63
|
+
reset:
|
64
|
+
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
|
+
successful: "Wachtwoord resetten succes voor {{email}}"
|
54
66
|
user_mailer:
|
55
67
|
please_activate: A.u.b. uw gebruikersaccount activeren.
|
56
68
|
activated: Uw gebruikersaccount is geactiveerd!
|
@@ -8,6 +8,7 @@ pt-BR:
|
|
8
8
|
cannot_remove_user_plugin_from_current_user: "Você não pode remover o plugin 'Usuários' a partir da conta atualmente logada."
|
9
9
|
form:
|
10
10
|
blank_password_keeps_current: Deixar a senha em branco mantém a senha atual
|
11
|
+
enable_all: 'habilitar todos'
|
11
12
|
index:
|
12
13
|
create_new_user: Criar Novo Usuário
|
13
14
|
no_users_yet: Ainda não existem usuários. Clique em "Criar Novo Usuário" para adicionar seu primeiro usuário.
|
@@ -22,9 +23,9 @@ pt-BR:
|
|
22
23
|
login_failed: Desculpe, sua senha ou nome de usuário estavam incorretos.
|
23
24
|
logged_out: Você foi deslogado.
|
24
25
|
new:
|
25
|
-
|
26
|
-
|
27
|
-
|
26
|
+
hello_please_sign_in: "Olá! Faça o login"
|
27
|
+
sign_in: Cadastre-se em
|
28
|
+
forgot_password: Esqueci minha senha
|
28
29
|
users:
|
29
30
|
setup_website_name: "Primeiro vamos dar um nome ao site. <a href='{{link}}'>Clique aqui</a> para editar o nome do seu site"
|
30
31
|
signup_disabled: Cadastro de usuários está desabilitado
|
@@ -34,6 +35,15 @@ pt-BR:
|
|
34
35
|
create:
|
35
36
|
welcome: Bem-vindo ao Refinery, {{who}}
|
36
37
|
signup_complete: Cadastro completo!
|
38
|
+
forgot:
|
39
|
+
enter_email_address: "Por favor, indique o endereço de email para sua conta."
|
40
|
+
reset_password: Esqueci minha senha
|
41
|
+
blank_email: Você não introduzir um endereço de e-mail.
|
42
|
+
email_not_associated_with_account: "Desculpe, '{{email}}' não está associado com todas as contas. <br/>Tem certeza que você digitou o endereço de email está correto?"
|
43
|
+
email_reset_sent: Um email foi enviado para você com um link para redefinir sua senha.
|
44
|
+
reset:
|
45
|
+
code_invalid: "Lamentamos, mas este código reset expirou ou é inválido. Se você está tendo problemas tente copiar e colar a URL do seu e-mail em seu navegador ou reiniciando o processo de redefinição de senha."
|
46
|
+
successful: "Redefinição de senha com sucesso para {{email}}"
|
37
47
|
user_mailer:
|
38
48
|
please_activate: Por favor, ative sua nova conta
|
39
49
|
activated: Sua conta foi ativada!
|
@@ -60,5 +70,26 @@ pt-BR:
|
|
60
70
|
user:
|
61
71
|
password: Senha
|
62
72
|
password_confirmation: Confirmação da senha
|
63
|
-
|
64
|
-
|
73
|
+
plugin_access: Acesso aos plugins
|
74
|
+
authlogic:
|
75
|
+
error_messages:
|
76
|
+
login_blank: não pode estar em branco
|
77
|
+
login_not_found: não é válido
|
78
|
+
login_invalid: deve usar somente letras, números, espaços e .- _ @ por favor
|
79
|
+
consecutive_failed_logins_limit_exceeded: "Consecutiva logins falhos limite excedido, a conta está desabilitada."
|
80
|
+
email_invalid: Deverá ser parecido com um endereço de e-mail
|
81
|
+
password_blank: não pode estar em branco
|
82
|
+
password_invalid: não é válido
|
83
|
+
not_active: Sua conta não está activa
|
84
|
+
not_confirmed: Sua conta não está confirmado
|
85
|
+
not_approved: Sua conta não está aprovada
|
86
|
+
no_authentication_details: Você não forneceu todos os detalhes para autenticação.
|
87
|
+
models:
|
88
|
+
user_session: UserSession
|
89
|
+
attributes:
|
90
|
+
user_session:
|
91
|
+
login: Login
|
92
|
+
email: Email
|
93
|
+
password: Senha
|
94
|
+
remember_me: Lembre-me
|
95
|
+
incorrect: "Desculpe, seu {{login_field}} ou senha estava errada."
|