refinerycms-news 0.9.9.2 → 0.9.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/config/locales/sl.yml +36 -0
  2. data/lib/news.rb +1 -1
  3. 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
@@ -2,7 +2,7 @@ module Refinery
2
2
  module News
3
3
  class << self
4
4
  def version
5
- %q{0.9.9.2}
5
+ %q{0.9.9.3}
6
6
  end
7
7
  end
8
8
  end
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: 39
4
+ hash: 37
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 9
10
- - 2
11
- version: 0.9.9.2
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-20 00:00:00 +12:00
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