papermill 0.10.3 → 0.10.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.3
1
+ 0.10.4
@@ -1,11 +1,11 @@
1
1
  en:
2
2
  papermill:
3
3
  not-processed: "Error/resource not processed"
4
- updated: "{{ressource}} updated"
5
- not-deleted: "{{ressource}} could not be deleted"
4
+ updated: "'{{ressource}}' updated"
5
+ not-deleted: "'{{ressource}}' could not be deleted"
6
6
  not-found: "Asset #{{ressource}} not found"
7
- edit-title: "" # You can use {{ressource}}
8
- thumbnail-edit-title: ""
7
+ edit-title: "Double-click to edit '{{ressource}}'"
8
+ thumbnail-edit-title: "Double-click to edit '{{ressource}}'"
9
9
  upload-button-wording: "Upload..."
10
10
  delete: "Remove {{ressource}}"
11
11
  delete-confirmation: "Delete '{{resource}}'?"
@@ -13,7 +13,7 @@ en:
13
13
  SWFUPLOAD_LOADING: "Loading..."
14
14
  SWFUPLOAD_ERROR: "Something happened while loading" # + " <file_name> (<swfupload error message> [<error code>])"
15
15
  file_type: "{{type.capitalize}} file"
16
- read-only: "Read-only information: "
16
+ read-only: "Read-only informations: "
17
17
  modifiable_fields: "Modifiable fields: "
18
18
  name: "Name: "
19
19
  content_type: "Content-type: "
@@ -35,8 +35,8 @@ fr:
35
35
  updated: "{{ressource}} mis(e) à jour"
36
36
  not-deleted: "{{ressource}} n'a pas pu être supprimée"
37
37
  not-found: "Asset #{{ressource}} non trouvé"
38
- edit-title: ""
39
- thumbnail-edit-title: ""
38
+ edit-title: "Double-cliquer pour éditer '{{ressource}}'"
39
+ thumbnail-edit-title: "Double-cliquer pour éditer '{{ressource}}'"
40
40
  upload-button-wording: "Charger.."
41
41
  delete: "Supprimer {{ressource}}"
42
42
  delete-confirmation: "Êtes-vous sûr de vouloir supprimer '{{resource}}' ?"
@@ -17,7 +17,7 @@ module PapermillHelper
17
17
  html << %{var #{js_constant} = "#{I18n.t(js_constant, :scope => "papermill")}";}
18
18
  end
19
19
  html << %{</script>}
20
- html << javascript_include_tag("/papermill/papermill", "papermill/swfupload")
20
+ html << javascript_include_tag("/papermill/papermill", "/papermill/swfupload")
21
21
  unless @content_for_papermill_inline_js.blank?
22
22
  html << '<script type="text/javascript">jQuery(document).ready(function() {'
23
23
  html << @content_for_papermill_inline_js
data/papermill.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{papermill}
8
- s.version = "0.10.3"
8
+ s.version = "0.10.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Benoit B\303\251n\303\251zech"]
12
- s.date = %q{2009-10-02}
12
+ s.date = %q{2009-10-04}
13
13
  s.description = %q{Paperclip Swfupload UploadHelper wrapper}
14
14
  s.email = %q{benoit.benezech@gmail.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: papermill
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.3
4
+ version: 0.10.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Benoit B\xC3\xA9n\xC3\xA9zech"
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-02 00:00:00 +02:00
12
+ date: 2009-10-04 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency