fullstack-admin 0.1.20 → 0.1.23

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.
@@ -13,12 +13,15 @@ it:
13
13
  filter: "Filtra"
14
14
  create: "Crea"
15
15
  actions: "Azioni"
16
+ add: "Aggiungi"
16
17
 
17
18
  are_you_sure: "Sei sicuro?"
18
19
  last_updated: "Ultimo aggiornamento"
19
20
  ago: "fa"
20
21
  ok: "Ok"
22
+ this_record_contains_some_errors: "Questa linea contiene alcuni errori"
21
23
  new_record: "nuovo"
24
+ drag_to_sort_items: "Trascina per ordinare gli elementi"
22
25
 
23
26
  form:
24
27
  correct_these_errors_and_retry: "Correggi questi errori e riprova"
@@ -0,0 +1,47 @@
1
+ it:
2
+ helpers:
3
+ label:
4
+ title: "Titolo"
5
+ name: "Nome"
6
+ half_title: "Occhiello"
7
+ excerpt: "Sommario"
8
+ description: "Descrizione"
9
+ text: "Testo"
10
+ date: "Data"
11
+ tag_list: "Tag"
12
+ section: "Sezione"
13
+ created_at: "Data di creazione"
14
+ published: "Pubblicato"
15
+ relevance: "Importanza"
16
+ claim: "Claim"
17
+ country: "Nazione"
18
+ center: "Centro"
19
+ key: "Chiave"
20
+ zip_code: "CAP"
21
+ zone: "Zona"
22
+ phone: "Telefono"
23
+ website: "Sito Web"
24
+ dealer: "Commerciante"
25
+ street: "Via"
26
+ city: "Città"
27
+ label: "Etichetta"
28
+ image: "Immagine"
29
+ icon: "Icona"
30
+ external: "Esterno"
31
+ nofollow: "Nofollow"
32
+ alignment_right: "Allinea a destra"
33
+ browser_title: "Titolo del browser"
34
+ seo_title: "Titolo SEO"
35
+ seo_name: "Nome SEO"
36
+ firstname: "Nome"
37
+ secondname: "Cognome"
38
+ address: "Indirizzo"
39
+ title_contains: "Titolo"
40
+ name_contains: "Nome"
41
+ label_contains: "Etichetta"
42
+ browser_title_contains: "Titolo del browser"
43
+ seo_title_contains: "Titolo SEO"
44
+ seo_name_contains: "Nome SEO"
45
+ key_contains: "Chiave"
46
+ claim_contains: "Claim"
47
+ email_contains: "Email"
@@ -0,0 +1,61 @@
1
+ it:
2
+ fullstack:
3
+ admin:
4
+ resources:
5
+ article: "Articolo"
6
+ articles: "Articoli"
7
+ rumor: "Flash News"
8
+ rumors: "Flash News"
9
+ video: "Video"
10
+ videos: "Video"
11
+ photogallery: "Fotogallery"
12
+ photogalleries: "Fotogallery"
13
+ videogallery: "Videogallery"
14
+ videogalleries: "Videogallery"
15
+ photo: "Foto"
16
+ photos: "Foto"
17
+ place: "Locali"
18
+ places: "Locali"
19
+ deal: "Offerta"
20
+ deals: "Offerte"
21
+ poll: "Sondaggio"
22
+ polls: "Sondaggi"
23
+ announcement: "Annuncio"
24
+ announcements: "Annunci"
25
+ setting: "Impostazione"
26
+ settings: "Impostazioni"
27
+ league: "Lega"
28
+ leagues: "Leghe"
29
+ team: "Squadra"
30
+ teams: "Squadre"
31
+ championship: "Campionato"
32
+ championships: "Campionati"
33
+ player: "Giocatore"
34
+ players: "Giocatori"
35
+ game: "Partita"
36
+ games: "Partite"
37
+ user: "Utente"
38
+ users: "Utenti"
39
+ menu: "Menu"
40
+ menus: "Menu"
41
+ supersection: "Macrosezione"
42
+ supersections: "Macrosezioni"
43
+ section: "Sezione"
44
+ sections: "Sezioni"
45
+ forum: "Forum"
46
+ forums: "Forum"
47
+ reply: "Risposta"
48
+ replies: "Risposte"
49
+ topic: "Discussione"
50
+ topics: "Discussioni"
51
+ page: "Pagina"
52
+ pages: "Pagine"
53
+ zone: "Zona"
54
+ zones: "Zone"
55
+ dealer: "Commerciante"
56
+ dealers: "Commercianti"
57
+ link: "Link"
58
+ links: "Link"
59
+
60
+
61
+
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "fullstack-admin"
8
- s.version = "0.1.20"
8
+ s.version = "0.1.23"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["mcasimir"]
12
- s.date = "2012-08-17"
12
+ s.date = "2012-08-19"
13
13
  s.description = "Administration interface framework for fullstack"
14
14
  s.email = "maurizio.cas@gmail.com"
15
15
  s.extra_rdoc_files = [
@@ -20,7 +20,9 @@ Gem::Specification.new do |s|
20
20
  "Gemfile.lock",
21
21
  "README.md",
22
22
  "Rakefile",
23
+ "TODO.md",
23
24
  "VERSION",
25
+ "app/assets/images/drag-handle.png",
24
26
  "app/assets/images/iconic/gray/ampersand_10x16.png",
25
27
  "app/assets/images/iconic/gray/ampersand_14x24.png",
26
28
  "app/assets/images/iconic/gray/ampersand_19x32.png",
@@ -953,9 +955,11 @@ Gem::Specification.new do |s|
953
955
  "app/helpers/admin_form_helper.rb",
954
956
  "app/helpers/scaffold_helper.rb",
955
957
  "app/inputs/boolean_input.rb",
958
+ "app/inputs/country_input.rb",
956
959
  "app/inputs/daterange_input.rb",
957
960
  "app/inputs/datetime_input.rb",
958
961
  "app/inputs/image_input.rb",
962
+ "app/inputs/iso3166.rb",
959
963
  "app/inputs/markup_input.rb",
960
964
  "app/inputs/simple_markup_input.rb",
961
965
  "app/inputs/string_input.rb",
@@ -987,7 +991,16 @@ Gem::Specification.new do |s|
987
991
  "app/views/layouts/admin.html.erb",
988
992
  "config/initializers/formtastic_bootstrap_timeish_hack.rb",
989
993
  "config/locales/en.yml",
994
+ "config/locales/groups.it.yml",
995
+ "config/locales/iso3166.da.yml",
996
+ "config/locales/iso3166.en.yml",
997
+ "config/locales/iso3166.es.yml",
998
+ "config/locales/iso3166.fr.yml",
999
+ "config/locales/iso3166.it.yml",
1000
+ "config/locales/iso3166.ru.yml",
990
1001
  "config/locales/it.yml",
1002
+ "config/locales/labels.it.yml",
1003
+ "config/locales/resources.it.yml",
991
1004
  "config/routes.rb",
992
1005
  "fullstack-admin.gemspec",
993
1006
  "lib/fullstack-admin.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fullstack-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20
4
+ version: 0.1.23
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-17 00:00:00.000000000 Z
12
+ date: 2012-08-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -278,7 +278,9 @@ files:
278
278
  - Gemfile.lock
279
279
  - README.md
280
280
  - Rakefile
281
+ - TODO.md
281
282
  - VERSION
283
+ - app/assets/images/drag-handle.png
282
284
  - app/assets/images/iconic/gray/ampersand_10x16.png
283
285
  - app/assets/images/iconic/gray/ampersand_14x24.png
284
286
  - app/assets/images/iconic/gray/ampersand_19x32.png
@@ -1211,9 +1213,11 @@ files:
1211
1213
  - app/helpers/admin_form_helper.rb
1212
1214
  - app/helpers/scaffold_helper.rb
1213
1215
  - app/inputs/boolean_input.rb
1216
+ - app/inputs/country_input.rb
1214
1217
  - app/inputs/daterange_input.rb
1215
1218
  - app/inputs/datetime_input.rb
1216
1219
  - app/inputs/image_input.rb
1220
+ - app/inputs/iso3166.rb
1217
1221
  - app/inputs/markup_input.rb
1218
1222
  - app/inputs/simple_markup_input.rb
1219
1223
  - app/inputs/string_input.rb
@@ -1245,7 +1249,16 @@ files:
1245
1249
  - app/views/layouts/admin.html.erb
1246
1250
  - config/initializers/formtastic_bootstrap_timeish_hack.rb
1247
1251
  - config/locales/en.yml
1252
+ - config/locales/groups.it.yml
1253
+ - config/locales/iso3166.da.yml
1254
+ - config/locales/iso3166.en.yml
1255
+ - config/locales/iso3166.es.yml
1256
+ - config/locales/iso3166.fr.yml
1257
+ - config/locales/iso3166.it.yml
1258
+ - config/locales/iso3166.ru.yml
1248
1259
  - config/locales/it.yml
1260
+ - config/locales/labels.it.yml
1261
+ - config/locales/resources.it.yml
1249
1262
  - config/routes.rb
1250
1263
  - fullstack-admin.gemspec
1251
1264
  - lib/fullstack-admin.rb
@@ -1302,7 +1315,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
1302
1315
  version: '0'
1303
1316
  segments:
1304
1317
  - 0
1305
- hash: 1912159518853261136
1318
+ hash: -4236932170185209226
1306
1319
  required_rubygems_version: !ruby/object:Gem::Requirement
1307
1320
  none: false
1308
1321
  requirements: