refinerycms-news 0.9.9.2 → 0.9.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/config/locales/sl.yml +36 -0
- data/lib/news.rb +1 -1
- metadata +5 -4
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
sl:
|
|
2
|
+
plugins:
|
|
3
|
+
refinerycms_news:
|
|
4
|
+
title: Novice
|
|
5
|
+
description: Upravljanje z novicami v obliki blog-a
|
|
6
|
+
admin:
|
|
7
|
+
news_items:
|
|
8
|
+
news_item:
|
|
9
|
+
view_live: "Poglej si to novico v živo <br/><em>(odpre se v novem oknu)</em>"
|
|
10
|
+
edit: "Uredi novico"
|
|
11
|
+
delete: "Odstrani novico"
|
|
12
|
+
index:
|
|
13
|
+
actions: Akcije
|
|
14
|
+
create: "Ustvari novico"
|
|
15
|
+
news_item: Novica
|
|
16
|
+
no_items: "Oprostite, rezultat iskanja ni vrnil zadetkov."
|
|
17
|
+
no_items_yet: 'Trenutno še ni vpisane nobene novice. Ustvarite prvo novico s klikom na "Ustvari novico".'
|
|
18
|
+
news_items:
|
|
19
|
+
show:
|
|
20
|
+
back_to_index: "Nazaj na seznam novic"
|
|
21
|
+
published: Objavljeno
|
|
22
|
+
no_items: "Oprostite, nismo še objavili nobene novice."
|
|
23
|
+
recent_posts:
|
|
24
|
+
recent_posts: Zadnji vnosi
|
|
25
|
+
index:
|
|
26
|
+
published: Objavljeno
|
|
27
|
+
read_more: Preberi več
|
|
28
|
+
no_items_yet: Trenutno še ni vpisane nobene novice.
|
|
29
|
+
activerecord:
|
|
30
|
+
attributes:
|
|
31
|
+
news_item:
|
|
32
|
+
title: Naslov
|
|
33
|
+
body: Opis
|
|
34
|
+
publish_date: Datum objave
|
|
35
|
+
models:
|
|
36
|
+
news_item: Novice
|
data/lib/news.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: refinerycms-news
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 37
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
9
|
- 9
|
|
10
|
-
-
|
|
11
|
-
version: 0.9.9.
|
|
10
|
+
- 3
|
|
11
|
+
version: 0.9.9.3
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Resolve Digital
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2010-09-
|
|
19
|
+
date: 2010-09-21 00:00:00 +12:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -60,6 +60,7 @@ files:
|
|
|
60
60
|
- config/locales/nl.yml
|
|
61
61
|
- config/locales/pt-BR.yml
|
|
62
62
|
- config/locales/ru.yml
|
|
63
|
+
- config/locales/sl.yml
|
|
63
64
|
- config/routes.rb
|
|
64
65
|
- lib/gemspec.rb
|
|
65
66
|
- lib/generators/refinerycms_news/templates/db/migrate/migration_number_create_singular_name.rb
|