cms-fortress 1.3.0.rc3 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -0
- data/Gemfile.lock +31 -31
- data/app/assets/javascripts/cms/fortress/themes/wide.js.erb +8 -0
- data/app/helpers/cms/fortress/application_helper.rb +2 -2
- data/app/helpers/cms/fortress/sprocket_helper.rb +10 -1
- data/app/views/cms/fortress/themes/wide/_body.html.haml +5 -5
- data/app/views/cms/fortress/themes/wide/_menu.html.haml +1 -1
- data/cms-fortress.gemspec +2 -2
- data/config/locales/da.yml +129 -0
- data/config/locales/de.yml +4 -1
- data/config/locales/en.yml +4 -0
- data/config/locales/es.yml +129 -0
- data/config/locales/fr.yml +129 -0
- data/config/locales/it.yml +129 -0
- data/config/locales/ja.yml +129 -0
- data/config/locales/nl.yml +129 -0
- data/config/locales/pl.yml +129 -0
- data/config/locales/pt-BR.yml +128 -0
- data/config/locales/ru.yml +129 -0
- data/config/locales/sv.yml +129 -0
- data/config/locales/zh-CN.yml +129 -0
- metadata +17 -6
- data/app/assets/javascripts/cms/fortress/themes/wide.js.coffee.erb +0 -6
@@ -0,0 +1,129 @@
|
|
1
|
+
fr:
|
2
|
+
cms:
|
3
|
+
fortress:
|
4
|
+
page_title: CMS Fortress Admin
|
5
|
+
title: CMS Fortress
|
6
|
+
contents: Contents
|
7
|
+
design: Design
|
8
|
+
admin: Admin
|
9
|
+
login: Logout
|
10
|
+
logout: Logout
|
11
|
+
create: Create
|
12
|
+
update: Update
|
13
|
+
delete: Delete
|
14
|
+
edit: Edit
|
15
|
+
are_you_sure: Are you sure?
|
16
|
+
cancel: Cancel
|
17
|
+
published: Published
|
18
|
+
published_date: Published At
|
19
|
+
schedule_date: Scheduled Publication
|
20
|
+
cache_timeout: Cached Timeout
|
21
|
+
toggle_navigation: Toggle Navigation
|
22
|
+
image_selector: Image Selector
|
23
|
+
insert_item: Click the thumbnail to insert item to the selected editor.
|
24
|
+
settings: Settings
|
25
|
+
current_site: Current Site
|
26
|
+
|
27
|
+
admin:
|
28
|
+
|
29
|
+
dashboard:
|
30
|
+
title: Dashboard
|
31
|
+
draft_widget: Draft Pages
|
32
|
+
reviewed_widget: Reviewed Pages
|
33
|
+
updated_pages: Recently Updated Pages
|
34
|
+
|
35
|
+
sites:
|
36
|
+
menu_header: "Site/ %{site_name}"
|
37
|
+
super_user:
|
38
|
+
title: Super Users
|
39
|
+
menu_header: Super Users Only
|
40
|
+
|
41
|
+
users: Users
|
42
|
+
not_authorized: You are not authorized to access this functionality
|
43
|
+
settings_dashboard: Settings Dashboard
|
44
|
+
roles: Roles
|
45
|
+
design_dashboard: Design Dashboard
|
46
|
+
design_related_information: This page will show design related information.
|
47
|
+
content_dashboard: Content Dashboard
|
48
|
+
content_related_information: "This page will show contents related information (history, graphs, analytics and etc.)"
|
49
|
+
errors:
|
50
|
+
missing_roles_yaml_file: "The configuration file config/roles.yml is missing."
|
51
|
+
|
52
|
+
roles:
|
53
|
+
title: Roles
|
54
|
+
new_link: New Role
|
55
|
+
edit_title: Edit Role
|
56
|
+
new_title: Create New Role
|
57
|
+
back: Back
|
58
|
+
load: Load New Roles
|
59
|
+
role: Role
|
60
|
+
show: Show
|
61
|
+
manage: Manage
|
62
|
+
save: Save
|
63
|
+
description: Description
|
64
|
+
show_access_rights: Show Access Rights
|
65
|
+
name: Name
|
66
|
+
contents: Contents
|
67
|
+
designs: Designs
|
68
|
+
settings: Settings
|
69
|
+
files: Files
|
70
|
+
page: Page
|
71
|
+
publish: publish
|
72
|
+
review: review
|
73
|
+
pages: Pages
|
74
|
+
layouts: Layouts
|
75
|
+
snippets: Snippets
|
76
|
+
roles: Roles
|
77
|
+
sites: Sites
|
78
|
+
users: Users
|
79
|
+
|
80
|
+
users:
|
81
|
+
title: Users
|
82
|
+
new_link: New User
|
83
|
+
new_super_link: New Super User
|
84
|
+
edit_title: Edit User
|
85
|
+
new_title: Create New User
|
86
|
+
last_name: Lastname
|
87
|
+
first_name: Firstname
|
88
|
+
email: Email
|
89
|
+
role: Role
|
90
|
+
sessions:
|
91
|
+
new:
|
92
|
+
sign_in: Sign In
|
93
|
+
email_address: Email Address
|
94
|
+
password: Password
|
95
|
+
remember_me: Remember me
|
96
|
+
|
97
|
+
comfy:
|
98
|
+
admin:
|
99
|
+
cms:
|
100
|
+
pages:
|
101
|
+
form:
|
102
|
+
review: Approve
|
103
|
+
reviewed: Reviewed
|
104
|
+
schedule: Publish Date
|
105
|
+
publish: Publish Now
|
106
|
+
published: Published
|
107
|
+
draft: save as draft
|
108
|
+
drafted: Draft
|
109
|
+
reset: Reset to Draft
|
110
|
+
|
111
|
+
activerecord:
|
112
|
+
attributes:
|
113
|
+
cms/fortress/user:
|
114
|
+
last_name: Lastname
|
115
|
+
first_name: Firstname
|
116
|
+
email: Email
|
117
|
+
role_id: Role
|
118
|
+
password: Password
|
119
|
+
password_confirmation: Password Confirmation
|
120
|
+
cms/fortress/role:
|
121
|
+
name: Name
|
122
|
+
description: Description
|
123
|
+
cms/fortress/role_detail:
|
124
|
+
contents: Contents
|
125
|
+
comfy/cms/page:
|
126
|
+
full_path: Path
|
127
|
+
parent_id: Parent page
|
128
|
+
slug: Slug
|
129
|
+
|
@@ -0,0 +1,129 @@
|
|
1
|
+
it:
|
2
|
+
cms:
|
3
|
+
fortress:
|
4
|
+
page_title: CMS Fortress Admin
|
5
|
+
title: CMS Fortress
|
6
|
+
contents: Contents
|
7
|
+
design: Design
|
8
|
+
admin: Admin
|
9
|
+
login: Logout
|
10
|
+
logout: Logout
|
11
|
+
create: Create
|
12
|
+
update: Update
|
13
|
+
delete: Delete
|
14
|
+
edit: Edit
|
15
|
+
are_you_sure: Are you sure?
|
16
|
+
cancel: Cancel
|
17
|
+
published: Published
|
18
|
+
published_date: Published At
|
19
|
+
schedule_date: Scheduled Publication
|
20
|
+
cache_timeout: Cached Timeout
|
21
|
+
toggle_navigation: Toggle Navigation
|
22
|
+
image_selector: Image Selector
|
23
|
+
insert_item: Click the thumbnail to insert item to the selected editor.
|
24
|
+
settings: Settings
|
25
|
+
current_site: Current Site
|
26
|
+
|
27
|
+
admin:
|
28
|
+
|
29
|
+
dashboard:
|
30
|
+
title: Dashboard
|
31
|
+
draft_widget: Draft Pages
|
32
|
+
reviewed_widget: Reviewed Pages
|
33
|
+
updated_pages: Recently Updated Pages
|
34
|
+
|
35
|
+
sites:
|
36
|
+
menu_header: "Site/ %{site_name}"
|
37
|
+
super_user:
|
38
|
+
title: Super Users
|
39
|
+
menu_header: Super Users Only
|
40
|
+
|
41
|
+
users: Users
|
42
|
+
not_authorized: You are not authorized to access this functionality
|
43
|
+
settings_dashboard: Settings Dashboard
|
44
|
+
roles: Roles
|
45
|
+
design_dashboard: Design Dashboard
|
46
|
+
design_related_information: This page will show design related information.
|
47
|
+
content_dashboard: Content Dashboard
|
48
|
+
content_related_information: "This page will show contents related information (history, graphs, analytics and etc.)"
|
49
|
+
errors:
|
50
|
+
missing_roles_yaml_file: "The configuration file config/roles.yml is missing."
|
51
|
+
|
52
|
+
roles:
|
53
|
+
title: Roles
|
54
|
+
new_link: New Role
|
55
|
+
edit_title: Edit Role
|
56
|
+
new_title: Create New Role
|
57
|
+
back: Back
|
58
|
+
load: Load New Roles
|
59
|
+
role: Role
|
60
|
+
show: Show
|
61
|
+
manage: Manage
|
62
|
+
save: Save
|
63
|
+
description: Description
|
64
|
+
show_access_rights: Show Access Rights
|
65
|
+
name: Name
|
66
|
+
contents: Contents
|
67
|
+
designs: Designs
|
68
|
+
settings: Settings
|
69
|
+
files: Files
|
70
|
+
page: Page
|
71
|
+
publish: publish
|
72
|
+
review: review
|
73
|
+
pages: Pages
|
74
|
+
layouts: Layouts
|
75
|
+
snippets: Snippets
|
76
|
+
roles: Roles
|
77
|
+
sites: Sites
|
78
|
+
users: Users
|
79
|
+
|
80
|
+
users:
|
81
|
+
title: Users
|
82
|
+
new_link: New User
|
83
|
+
new_super_link: New Super User
|
84
|
+
edit_title: Edit User
|
85
|
+
new_title: Create New User
|
86
|
+
last_name: Lastname
|
87
|
+
first_name: Firstname
|
88
|
+
email: Email
|
89
|
+
role: Role
|
90
|
+
sessions:
|
91
|
+
new:
|
92
|
+
sign_in: Sign In
|
93
|
+
email_address: Email Address
|
94
|
+
password: Password
|
95
|
+
remember_me: Remember me
|
96
|
+
|
97
|
+
comfy:
|
98
|
+
admin:
|
99
|
+
cms:
|
100
|
+
pages:
|
101
|
+
form:
|
102
|
+
review: Approve
|
103
|
+
reviewed: Reviewed
|
104
|
+
schedule: Publish Date
|
105
|
+
publish: Publish Now
|
106
|
+
published: Published
|
107
|
+
draft: save as draft
|
108
|
+
drafted: Draft
|
109
|
+
reset: Reset to Draft
|
110
|
+
|
111
|
+
activerecord:
|
112
|
+
attributes:
|
113
|
+
cms/fortress/user:
|
114
|
+
last_name: Lastname
|
115
|
+
first_name: Firstname
|
116
|
+
email: Email
|
117
|
+
role_id: Role
|
118
|
+
password: Password
|
119
|
+
password_confirmation: Password Confirmation
|
120
|
+
cms/fortress/role:
|
121
|
+
name: Name
|
122
|
+
description: Description
|
123
|
+
cms/fortress/role_detail:
|
124
|
+
contents: Contents
|
125
|
+
comfy/cms/page:
|
126
|
+
full_path: Path
|
127
|
+
parent_id: Parent page
|
128
|
+
slug: Slug
|
129
|
+
|
@@ -0,0 +1,129 @@
|
|
1
|
+
ja:
|
2
|
+
cms:
|
3
|
+
fortress:
|
4
|
+
page_title: CMS Fortress Admin
|
5
|
+
title: CMS Fortress
|
6
|
+
contents: Contents
|
7
|
+
design: Design
|
8
|
+
admin: Admin
|
9
|
+
login: Logout
|
10
|
+
logout: Logout
|
11
|
+
create: Create
|
12
|
+
update: Update
|
13
|
+
delete: Delete
|
14
|
+
edit: Edit
|
15
|
+
are_you_sure: Are you sure?
|
16
|
+
cancel: Cancel
|
17
|
+
published: Published
|
18
|
+
published_date: Published At
|
19
|
+
schedule_date: Scheduled Publication
|
20
|
+
cache_timeout: Cached Timeout
|
21
|
+
toggle_navigation: Toggle Navigation
|
22
|
+
image_selector: Image Selector
|
23
|
+
insert_item: Click the thumbnail to insert item to the selected editor.
|
24
|
+
settings: Settings
|
25
|
+
current_site: Current Site
|
26
|
+
|
27
|
+
admin:
|
28
|
+
|
29
|
+
dashboard:
|
30
|
+
title: Dashboard
|
31
|
+
draft_widget: Draft Pages
|
32
|
+
reviewed_widget: Reviewed Pages
|
33
|
+
updated_pages: Recently Updated Pages
|
34
|
+
|
35
|
+
sites:
|
36
|
+
menu_header: "Site/ %{site_name}"
|
37
|
+
super_user:
|
38
|
+
title: Super Users
|
39
|
+
menu_header: Super Users Only
|
40
|
+
|
41
|
+
users: Users
|
42
|
+
not_authorized: You are not authorized to access this functionality
|
43
|
+
settings_dashboard: Settings Dashboard
|
44
|
+
roles: Roles
|
45
|
+
design_dashboard: Design Dashboard
|
46
|
+
design_related_information: This page will show design related information.
|
47
|
+
content_dashboard: Content Dashboard
|
48
|
+
content_related_information: "This page will show contents related information (history, graphs, analytics and etc.)"
|
49
|
+
errors:
|
50
|
+
missing_roles_yaml_file: "The configuration file config/roles.yml is missing."
|
51
|
+
|
52
|
+
roles:
|
53
|
+
title: Roles
|
54
|
+
new_link: New Role
|
55
|
+
edit_title: Edit Role
|
56
|
+
new_title: Create New Role
|
57
|
+
back: Back
|
58
|
+
load: Load New Roles
|
59
|
+
role: Role
|
60
|
+
show: Show
|
61
|
+
manage: Manage
|
62
|
+
save: Save
|
63
|
+
description: Description
|
64
|
+
show_access_rights: Show Access Rights
|
65
|
+
name: Name
|
66
|
+
contents: Contents
|
67
|
+
designs: Designs
|
68
|
+
settings: Settings
|
69
|
+
files: Files
|
70
|
+
page: Page
|
71
|
+
publish: publish
|
72
|
+
review: review
|
73
|
+
pages: Pages
|
74
|
+
layouts: Layouts
|
75
|
+
snippets: Snippets
|
76
|
+
roles: Roles
|
77
|
+
sites: Sites
|
78
|
+
users: Users
|
79
|
+
|
80
|
+
users:
|
81
|
+
title: Users
|
82
|
+
new_link: New User
|
83
|
+
new_super_link: New Super User
|
84
|
+
edit_title: Edit User
|
85
|
+
new_title: Create New User
|
86
|
+
last_name: Lastname
|
87
|
+
first_name: Firstname
|
88
|
+
email: Email
|
89
|
+
role: Role
|
90
|
+
sessions:
|
91
|
+
new:
|
92
|
+
sign_in: Sign In
|
93
|
+
email_address: Email Address
|
94
|
+
password: Password
|
95
|
+
remember_me: Remember me
|
96
|
+
|
97
|
+
comfy:
|
98
|
+
admin:
|
99
|
+
cms:
|
100
|
+
pages:
|
101
|
+
form:
|
102
|
+
review: Approve
|
103
|
+
reviewed: Reviewed
|
104
|
+
schedule: Publish Date
|
105
|
+
publish: Publish Now
|
106
|
+
published: Published
|
107
|
+
draft: save as draft
|
108
|
+
drafted: Draft
|
109
|
+
reset: Reset to Draft
|
110
|
+
|
111
|
+
activerecord:
|
112
|
+
attributes:
|
113
|
+
cms/fortress/user:
|
114
|
+
last_name: Lastname
|
115
|
+
first_name: Firstname
|
116
|
+
email: Email
|
117
|
+
role_id: Role
|
118
|
+
password: Password
|
119
|
+
password_confirmation: Password Confirmation
|
120
|
+
cms/fortress/role:
|
121
|
+
name: Name
|
122
|
+
description: Description
|
123
|
+
cms/fortress/role_detail:
|
124
|
+
contents: Contents
|
125
|
+
comfy/cms/page:
|
126
|
+
full_path: Path
|
127
|
+
parent_id: Parent page
|
128
|
+
slug: Slug
|
129
|
+
|
@@ -0,0 +1,129 @@
|
|
1
|
+
nl:
|
2
|
+
cms:
|
3
|
+
fortress:
|
4
|
+
page_title: CMS Fortress Admin
|
5
|
+
title: CMS Fortress
|
6
|
+
contents: Contents
|
7
|
+
design: Design
|
8
|
+
admin: Admin
|
9
|
+
login: Logout
|
10
|
+
logout: Logout
|
11
|
+
create: Create
|
12
|
+
update: Update
|
13
|
+
delete: Delete
|
14
|
+
edit: Edit
|
15
|
+
are_you_sure: Are you sure?
|
16
|
+
cancel: Cancel
|
17
|
+
published: Published
|
18
|
+
published_date: Published At
|
19
|
+
schedule_date: Scheduled Publication
|
20
|
+
cache_timeout: Cached Timeout
|
21
|
+
toggle_navigation: Toggle Navigation
|
22
|
+
image_selector: Image Selector
|
23
|
+
insert_item: Click the thumbnail to insert item to the selected editor.
|
24
|
+
settings: Settings
|
25
|
+
current_site: Current Site
|
26
|
+
|
27
|
+
admin:
|
28
|
+
|
29
|
+
dashboard:
|
30
|
+
title: Dashboard
|
31
|
+
draft_widget: Draft Pages
|
32
|
+
reviewed_widget: Reviewed Pages
|
33
|
+
updated_pages: Recently Updated Pages
|
34
|
+
|
35
|
+
sites:
|
36
|
+
menu_header: "Site/ %{site_name}"
|
37
|
+
super_user:
|
38
|
+
title: Super Users
|
39
|
+
menu_header: Super Users Only
|
40
|
+
|
41
|
+
users: Users
|
42
|
+
not_authorized: You are not authorized to access this functionality
|
43
|
+
settings_dashboard: Settings Dashboard
|
44
|
+
roles: Roles
|
45
|
+
design_dashboard: Design Dashboard
|
46
|
+
design_related_information: This page will show design related information.
|
47
|
+
content_dashboard: Content Dashboard
|
48
|
+
content_related_information: "This page will show contents related information (history, graphs, analytics and etc.)"
|
49
|
+
errors:
|
50
|
+
missing_roles_yaml_file: "The configuration file config/roles.yml is missing."
|
51
|
+
|
52
|
+
roles:
|
53
|
+
title: Roles
|
54
|
+
new_link: New Role
|
55
|
+
edit_title: Edit Role
|
56
|
+
new_title: Create New Role
|
57
|
+
back: Back
|
58
|
+
load: Load New Roles
|
59
|
+
role: Role
|
60
|
+
show: Show
|
61
|
+
manage: Manage
|
62
|
+
save: Save
|
63
|
+
description: Description
|
64
|
+
show_access_rights: Show Access Rights
|
65
|
+
name: Name
|
66
|
+
contents: Contents
|
67
|
+
designs: Designs
|
68
|
+
settings: Settings
|
69
|
+
files: Files
|
70
|
+
page: Page
|
71
|
+
publish: publish
|
72
|
+
review: review
|
73
|
+
pages: Pages
|
74
|
+
layouts: Layouts
|
75
|
+
snippets: Snippets
|
76
|
+
roles: Roles
|
77
|
+
sites: Sites
|
78
|
+
users: Users
|
79
|
+
|
80
|
+
users:
|
81
|
+
title: Users
|
82
|
+
new_link: New User
|
83
|
+
new_super_link: New Super User
|
84
|
+
edit_title: Edit User
|
85
|
+
new_title: Create New User
|
86
|
+
last_name: Lastname
|
87
|
+
first_name: Firstname
|
88
|
+
email: Email
|
89
|
+
role: Role
|
90
|
+
sessions:
|
91
|
+
new:
|
92
|
+
sign_in: Sign In
|
93
|
+
email_address: Email Address
|
94
|
+
password: Password
|
95
|
+
remember_me: Remember me
|
96
|
+
|
97
|
+
comfy:
|
98
|
+
admin:
|
99
|
+
cms:
|
100
|
+
pages:
|
101
|
+
form:
|
102
|
+
review: Approve
|
103
|
+
reviewed: Reviewed
|
104
|
+
schedule: Publish Date
|
105
|
+
publish: Publish Now
|
106
|
+
published: Published
|
107
|
+
draft: save as draft
|
108
|
+
drafted: Draft
|
109
|
+
reset: Reset to Draft
|
110
|
+
|
111
|
+
activerecord:
|
112
|
+
attributes:
|
113
|
+
cms/fortress/user:
|
114
|
+
last_name: Lastname
|
115
|
+
first_name: Firstname
|
116
|
+
email: Email
|
117
|
+
role_id: Role
|
118
|
+
password: Password
|
119
|
+
password_confirmation: Password Confirmation
|
120
|
+
cms/fortress/role:
|
121
|
+
name: Name
|
122
|
+
description: Description
|
123
|
+
cms/fortress/role_detail:
|
124
|
+
contents: Contents
|
125
|
+
comfy/cms/page:
|
126
|
+
full_path: Path
|
127
|
+
parent_id: Parent page
|
128
|
+
slug: Slug
|
129
|
+
|