tkh_illustrations 0.2 → 0.2.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/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.2.3
6
+
7
+ * A few changes in the es locale
8
+
9
+
10
+ ## 0.2.2
11
+
12
+ * Debugging header show view
13
+ * Fixed big boo-boo in de locale file
14
+
15
+
16
+ ## 0.2.1
17
+
18
+ * More translations
19
+
20
+
5
21
  ## 0.2
6
22
 
7
23
  * Added admin tab navigation to header and illustration sections
@@ -5,7 +5,7 @@
5
5
 
6
6
  <%= render 'tab_admin_menu' %>
7
7
 
8
- <h3><%= t('name')t('colon') %> <%= @header.name %></h3>
8
+ <h3><%= t('name') + t('colon') %> <%= @header.name %></h3>
9
9
  <p>
10
10
  <%= image_tag @header.photo.thumbnail %><br /><%= @header.photo.thumbnail %><br /><br />
11
11
  <%= image_tag @header.photo.large %><br /><%= @header.photo.large %>
@@ -1,53 +1,53 @@
1
- en:
1
+ de:
2
2
 
3
3
  activerecord:
4
4
  models:
5
- header: 'header graphic'
6
- headers: 'header graphics'
7
- illustration: 'illustration'
8
- illustrations: 'illustrations'
9
-
5
+ header: 'Header-Grafik'
6
+ headers: 'Header-Grafiken'
7
+ illustration: 'Illustration'
8
+ illustrations: 'Illustrationen'
9
+
10
10
  attributes:
11
11
  header:
12
- photo: 'photo'
13
- name: "name"
12
+ photo: 'Foto'
13
+ name: "Name"
14
14
  illustration:
15
- image: 'image'
16
- name: "name"
15
+ image: 'Bild'
16
+ name: "Name"
17
+
17
18
 
18
-
19
19
  headers:
20
- all: 'all header graphics'
21
- cancel: 'cancel and view all header graphics'
22
- upload_new: 'upload new header graphic'
20
+ all: 'Alle Header-Grafiken'
21
+ cancel: 'Abrechen und alle Header-Grafiken anzeigen'
22
+ upload_new: 'Neue Header-Grafiken hochladen'
23
23
 
24
24
  hint:
25
- photo: "Ideally all header photos should have the following characteristics: 72 dpi; a width of at least 1,170 pixels; a ratio of 1170X273"
26
-
25
+ photo: "Header-Fotos sollten folgende Eigenschaften haben: 72 dpi; Mindestbreite 1170 Pixel; ein Verhältnis von 1170x273"
26
+
27
27
  create:
28
- new: 'create new header graphic'
29
- notice: 'Header graphic was successfully created.'
28
+ new: 'Neue Header-Grafiken erstellen'
29
+ notice: 'Header-Grafik wurde erstellt.'
30
30
  update:
31
- notice: 'Header graphic was successfully updated.'
32
-
31
+ notice: 'Header-Grafik wurde aktualisiert.'
32
+
33
33
  illustrations:
34
- all: 'all illustrations'
35
- cancel: 'cancel and view all illustrations'
36
- upload_new: 'upload new illustration'
37
-
34
+ all: 'Alle Illustrationen'
35
+ cancel: 'Abbrechen und alle Illustrationen anzeigen'
36
+ upload_new: 'Neue Illustrationen hochladen'
37
+
38
38
  create:
39
- new: 'create new illustration'
40
- notice: 'Illustration was successfully created.'
39
+ new: 'Neue Illustrationen erstellen'
40
+ notice: 'Illustrationen wurden erstellt.'
41
41
  update:
42
- notice: 'Illustration was successfully updated.'
43
-
44
-
45
-
46
- name_and_paths: 'name and paths'
47
- see_all_resolutions: 'See all resolutions'
48
-
42
+ notice: 'Illustrationen wurden aktualisiert.'
43
+
44
+
45
+
46
+ name_and_paths: 'Name und Pfade'
47
+ see_all_resolutions: 'Zeige alle Auflösungen'
48
+
49
49
  errors:
50
50
  messages:
51
- carrierwave_processing_error: "Cannot resize image."
52
- carrierwave_integrity_error: "Not an image."
53
- carrierwave_download_error: "Couldn't download image."
51
+ carrierwave_processing_error: "Größe des Bildes konnte nicht verändert werden."
52
+ carrierwave_integrity_error: "Dies ist kein Bild."
53
+ carrierwave_download_error: "Das Bild konnte nicht runtergeladen werden."
@@ -9,46 +9,45 @@ es:
9
9
 
10
10
  attributes:
11
11
  header:
12
- photo: 'photo_es'
12
+ photo: 'photo'
13
13
  name: "nombre"
14
14
  illustration:
15
- image: 'imagen'
15
+ image: 'image'
16
16
  name: "nombre"
17
17
 
18
-
18
+
19
19
  headers:
20
20
  all: 'all header graphics'
21
21
  cancel: 'cancel and view all header graphics'
22
- name_and_paths: 'name and paths'
23
22
  upload_new: 'upload new header graphic'
24
23
 
25
24
  hint:
26
25
  photo: "Ideally all header photos should have the following characteristics: 72 dpi; a width of at least 1,170 pixels; a ratio of 1170X273"
27
-
26
+
28
27
  create:
29
28
  new: 'create new header graphic'
30
29
  notice: 'Header graphic was successfully created.'
31
30
  update:
32
31
  notice: 'Header graphic was successfully updated.'
33
-
32
+
34
33
  illustrations:
35
- all: 'all illustrations'
36
- cancel: 'cancel and view all illustrations'
37
- name_and_paths: 'name and paths'
38
- upload_new: 'upload new illustration'
39
-
40
- create:
41
- new: 'create new illustration'
42
- notice: 'Illustration was successfully created.'
43
- update:
44
- notice: 'Illustration was successfully updated.'
45
-
46
-
47
- name_and_paths: 'name and paths'
48
- see_all_resolutions: 'See all resolutions'
49
-
50
- errors:
51
- messages:
52
- carrierwave_processing_error: "Cannot resize image."
53
- carrierwave_integrity_error: "Not an image."
54
- carrierwave_download_error: "Couldn't download image."
34
+ all: 'all illustrations'
35
+ cancel: 'cancel and view all illustrations'
36
+ upload_new: 'upload new illustration'
37
+
38
+ create:
39
+ new: 'create new illustration'
40
+ notice: 'Illustration was successfully created.'
41
+ update:
42
+ notice: 'Illustration was successfully updated.'
43
+
44
+
45
+
46
+ name_and_paths: 'name and paths'
47
+ see_all_resolutions: 'See all resolutions'
48
+
49
+ errors:
50
+ messages:
51
+ carrierwave_processing_error: "Cannot resize image."
52
+ carrierwave_integrity_error: "Not an image."
53
+ carrierwave_download_error: "Couldn't download image."
@@ -47,6 +47,6 @@ fr:
47
47
 
48
48
  errors:
49
49
  messages:
50
- carrierwave_processing_error: "l'image n'a pas pu être redimensionnée."
50
+ carrierwave_processing_error: "L'image n'a pas pu être redimensionnée."
51
51
  carrierwave_integrity_error: "Ce n'est pas une image."
52
52
  carrierwave_download_error: "L'image n'a pu être téléchargée."
@@ -1,3 +1,3 @@
1
1
  module TkhIllustrations
2
- VERSION = "0.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_illustrations
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.3
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: 2013-01-30 00:00:00.000000000 Z
12
+ date: 2013-02-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -226,7 +226,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
226
226
  version: '0'
227
227
  segments:
228
228
  - 0
229
- hash: -2837421847544288073
229
+ hash: 3687019211160411965
230
230
  required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  none: false
232
232
  requirements:
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
235
235
  version: '0'
236
236
  segments:
237
237
  - 0
238
- hash: -2837421847544288073
238
+ hash: 3687019211160411965
239
239
  requirements: []
240
240
  rubyforge_project:
241
241
  rubygems_version: 1.8.23