refinerycms-dashboard 0.9.9.20 → 0.9.9.21
Sign up to get free protection for your applications and to get access to all the features.
- data/config/locales/fi.yml +26 -0
- data/lib/refinerycms-dashboard.rb +4 -4
- data/refinerycms-dashboard.gemspec +4 -3
- metadata +4 -3
@@ -0,0 +1,26 @@
|
|
1
|
+
fi:
|
2
|
+
plugins:
|
3
|
+
refinery_dashboard:
|
4
|
+
title: Etusivu
|
5
|
+
description: Yhteenveto tapahtumista
|
6
|
+
admin:
|
7
|
+
dashboard:
|
8
|
+
index:
|
9
|
+
quick_tasks: Pikavalinnat
|
10
|
+
actions:
|
11
|
+
add_a_new_page: Lisää uusi sivu
|
12
|
+
update_a_page: Muokkaa sivua
|
13
|
+
upload_a_image: Lisää kuva
|
14
|
+
upload_a_file: Lisää tiedosto
|
15
|
+
change_language: Vaihda kieltä
|
16
|
+
see_home_page: Katso kotisivua
|
17
|
+
recent_activity:
|
18
|
+
empty: Tapahtumia ei ole ollut viimeaikoina.
|
19
|
+
latest_activity: Uusimmat tapahtumat
|
20
|
+
latest_activity_message: '%{kind} %{what} %{action}'
|
21
|
+
recent_inquiries:
|
22
|
+
latest_inquiries: Uusimmat kyselyt
|
23
|
+
updated:
|
24
|
+
'with_article "the"': updated
|
25
|
+
created:
|
26
|
+
'with_article "the"': added
|
@@ -9,17 +9,17 @@ module Refinery
|
|
9
9
|
|
10
10
|
class Engine < ::Rails::Engine
|
11
11
|
|
12
|
-
initializer
|
12
|
+
initializer 'serve static assets' do |app|
|
13
13
|
app.middleware.insert_after ::ActionDispatch::Static, ::ActionDispatch::Static, "#{root}/public"
|
14
14
|
end
|
15
15
|
|
16
16
|
config.after_initialize do
|
17
17
|
::Refinery::Plugin.register do |plugin|
|
18
|
-
plugin.name =
|
18
|
+
plugin.name = 'refinery_dashboard'
|
19
19
|
plugin.url = {:controller => '/admin/dashboard', :action => 'index'}
|
20
20
|
plugin.menu_match = /(admin|refinery)\/(refinery_)?dashboard$/
|
21
|
-
plugin.directory =
|
22
|
-
plugin.version = %q{0.9.9.
|
21
|
+
plugin.directory = 'dashboard'
|
22
|
+
plugin.version = %q{0.9.9.21}
|
23
23
|
plugin.always_allow_access = true
|
24
24
|
plugin.dashboard = true
|
25
25
|
end
|
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{refinerycms-dashboard}
|
5
|
-
s.version = %q{0.9.9.
|
5
|
+
s.version = %q{0.9.9.21}
|
6
6
|
s.summary = %q{Dashboard engine for Refinery CMS}
|
7
7
|
s.description = %q{The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.}
|
8
|
-
s.date = %q{2011-
|
8
|
+
s.date = %q{2011-05-03}
|
9
9
|
s.email = %q{info@refinerycms.com}
|
10
10
|
s.homepage = %q{http://refinerycms.com}
|
11
11
|
s.rubyforge_project = %q{refinerycms}
|
@@ -40,6 +40,7 @@ Gem::Specification.new do |s|
|
|
40
40
|
'config/locales/el.yml',
|
41
41
|
'config/locales/en.yml',
|
42
42
|
'config/locales/es.yml',
|
43
|
+
'config/locales/fi.yml',
|
43
44
|
'config/locales/fr.yml',
|
44
45
|
'config/locales/it.yml',
|
45
46
|
'config/locales/jp.yml',
|
@@ -71,5 +72,5 @@ Gem::Specification.new do |s|
|
|
71
72
|
'refinerycms-dashboard.gemspec'
|
72
73
|
]
|
73
74
|
|
74
|
-
s.add_dependency 'refinerycms-core', '= 0.9.9.
|
75
|
+
s.add_dependency 'refinerycms-core', '= 0.9.9.21'
|
75
76
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: refinerycms-dashboard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.9.9.
|
5
|
+
version: 0.9.9.21
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Resolve Digital
|
@@ -13,7 +13,7 @@ autorequire:
|
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
15
|
|
16
|
-
date: 2011-
|
16
|
+
date: 2011-05-03 00:00:00 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: refinerycms-core
|
@@ -23,7 +23,7 @@ dependencies:
|
|
23
23
|
requirements:
|
24
24
|
- - "="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.9.9.
|
26
|
+
version: 0.9.9.21
|
27
27
|
type: :runtime
|
28
28
|
version_requirements: *id001
|
29
29
|
description: The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.
|
@@ -50,6 +50,7 @@ files:
|
|
50
50
|
- config/locales/el.yml
|
51
51
|
- config/locales/en.yml
|
52
52
|
- config/locales/es.yml
|
53
|
+
- config/locales/fi.yml
|
53
54
|
- config/locales/fr.yml
|
54
55
|
- config/locales/it.yml
|
55
56
|
- config/locales/jp.yml
|