uploader 0.2.1 → 0.2.2
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/Rakefile +1 -0
- data/VERSION +1 -1
- data/locales/gl.yml +1 -1
- data/locales/mt.yml +1 -1
- data/locales/vi.yml +1 -1
- data/uploader.gemspec +2 -2
- metadata +2 -2
data/Rakefile
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.2
|
data/locales/gl.yml
CHANGED
|
@@ -10,7 +10,7 @@ gl:
|
|
|
10
10
|
manage_photos_files: "Administrar Fotos / Arquivos"
|
|
11
11
|
missing_parent_id_error: "Por favor, especifica un obxecto pai"
|
|
12
12
|
permission_denied: "Non ten permiso para completar esta acción."
|
|
13
|
-
standard_file_upload_error: "
|
|
13
|
+
standard_file_upload_error: "Houbo un erro ao facer a carga do arquivo: {{error}}. Asegúrese de que o arquivo non é válida. Asegúrese de que o arquivo non está baleiro. En seguida, ténteo de novo."
|
|
14
14
|
successful_upload: "Arquivo subido con éxito."
|
|
15
15
|
swf_loading: "SWFUpload está cargando. Por favor, agarde un intre ..."
|
|
16
16
|
swf_not_loading: "We're sorry. SWFUpload non puido cargar. Pode instalar ou actualizar o Flash Player. Visita o {{url}} para obter o Flash Player."
|
data/locales/mt.yml
CHANGED
|
@@ -10,7 +10,7 @@ mt:
|
|
|
10
10
|
manage_photos_files: "Manage Photos / Files"
|
|
11
11
|
missing_parent_id_error: "Jekk jogħġbok speċifika l-oġġett prinċipali"
|
|
12
12
|
permission_denied: "Inti ma għandekx permess għal din l-azzjoni sħiħa."
|
|
13
|
-
standard_file_upload_error: "Ġara żball waqt uploading-fajl: {{error}}.
|
|
13
|
+
standard_file_upload_error: "Ġara żball waqt uploading-fajl: {{error}}. Jekk jogħġbok jiżguraw li l-fajl huwa validu. Jivverifika sabiex ikun żgur li l-file ma tkunx vojta. Imbagħad erġa 'pprova."
|
|
14
14
|
successful_upload: "B'suċċess uploaded fajl."
|
|
15
15
|
swf_loading: "SWFUpload huwa tagħbija. Jekk jogħġbok stenna mument ..."
|
|
16
16
|
swf_not_loading: "Jiddispjacina. SWFUpload ma setgħetx tagħbija. Jista 'jkollok bżonn li jinstallaw jew upgrade Flash Player. Żur il-{{url}} biex tikseb l-Flash Player."
|
data/locales/vi.yml
CHANGED
|
@@ -10,7 +10,7 @@ vi:
|
|
|
10
10
|
manage_photos_files: "Quản lý hình ảnh / Tệp tin"
|
|
11
11
|
missing_parent_id_error: "Hãy chỉ định một đối tượng phụ huynh"
|
|
12
12
|
permission_denied: "Bạn không được phép để hoàn thành hành động này."
|
|
13
|
-
standard_file_upload_error: "
|
|
13
|
+
standard_file_upload_error: "Đã xảy ra lỗi trong khi tải lên tập tin: {{error}}. Xin vui lòng đảm bảo rằng các tập tin là hợp lệ. Kiểm tra để chắc chắn tập tin là không có sản phẩm nào. Sau đó thử lại."
|
|
14
14
|
successful_upload: "Thành công upload."
|
|
15
15
|
swf_loading: "SWFUpload đang tải. Xin vui lòng chờ trong giây lát ..."
|
|
16
16
|
swf_not_loading: "Chúng tôi xin lỗi. SWFUpload không thể tải. Bạn có thể cần phải cài đặt hoặc nâng cấp Flash Player. Khám phá {{url}} để có được Flash Player."
|
data/uploader.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{uploader}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Justin Ball", "David South"]
|
|
12
|
-
s.date = %q{2009-10-
|
|
12
|
+
s.date = %q{2009-10-27}
|
|
13
13
|
s.description = %q{Uploader gem that makes it simple add multiple file uploads to your Rails project using SWFUpload and Paperclip}
|
|
14
14
|
s.email = %q{justinball@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: uploader
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Ball
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2009-10-
|
|
13
|
+
date: 2009-10-27 00:00:00 -06:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|