jquery-colorbox-rails 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/jquery-colorbox-rails/version.rb +1 -1
- data/vendor/assets/javascripts/jquery.colorbox-gr.js +16 -0
- data/vendor/assets/javascripts/jquery.colorbox-sr.js +15 -0
- data/vendor/assets/javascripts/jquery.colorbox-zh-TW.js +15 -0
- data/vendor/assets/javascripts/jquery.colorbox.js +2 -2
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 430bc8fa7e2dda50d54805748e65138cbf6ec799
|
4
|
+
data.tar.gz: a30f26fc96a2b9d911ce1120995a0cfcb66c94f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3bd610bcf1522c628ad7a52280b19dd7d989535c5fc4ebf1be76d181713ee8cbb0126cf9d361e7c033bfb8537507ecad3a65b72cac0b35724040848a4772a26
|
7
|
+
data.tar.gz: 8d30c543f2609ea5033cbd932c085107e617f2966dedc536bc22c5075547851ce4da48af7ce6a7700e605797497bc158ff1e895c55fcd11bcee06885bedfae4c
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
jquery-colorbox-rails integrates [jquery.colorbox](https://github.com/jackmoore/colorbox) with rails 3.1+ asset pipeline.
|
4
4
|
|
5
|
-
|
5
|
+
Colorbox version: <b id="colorbox-version">1.4.36</b>
|
6
6
|
|
7
7
|
### Installation
|
8
8
|
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/*
|
2
|
+
jQuery Colorbox language configuration
|
3
|
+
language: Greek (gr)
|
4
|
+
translated by: S.Demirtzoglou
|
5
|
+
site: webiq.gr
|
6
|
+
*/
|
7
|
+
jQuery.extend(jQuery.colorbox.settings, {
|
8
|
+
current: "Εικόνα {current} από {total}",
|
9
|
+
previous: "Προηγούμενη",
|
10
|
+
next: "Επόμενη",
|
11
|
+
close: "Απόκρυψη",
|
12
|
+
xhrError: "Το περιεχόμενο δεν μπόρεσε να φορτωθεί.",
|
13
|
+
imgError: "Απέτυχε η φόρτωση της εικόνας.",
|
14
|
+
slideshowStart: "Έναρξη παρουσίασης",
|
15
|
+
slideshowStop: "Παύση παρουσίασης"
|
16
|
+
});
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/*
|
2
|
+
jQuery Colorbox language configuration
|
3
|
+
language: Serbian (sr)
|
4
|
+
translated by: Sasa Stefanovic (baguje.com)
|
5
|
+
*/
|
6
|
+
jQuery.extend(jQuery.colorbox.settings, {
|
7
|
+
current: "Slika {current} od {total}",
|
8
|
+
previous: "Prethodna",
|
9
|
+
next: "Sledeća",
|
10
|
+
close: "Zatvori",
|
11
|
+
xhrError: "Neuspešno učitavanje sadržaja.",
|
12
|
+
imgError: "Neuspešno učitavanje slike.",
|
13
|
+
slideshowStart: "Pokreni slideshow",
|
14
|
+
slideshowStop: "Zaustavi slideshow"
|
15
|
+
});
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/*
|
2
|
+
jQuery Colorbox language configuration
|
3
|
+
language: Chinese Traditional (zh-TW)
|
4
|
+
translated by: Atans Chiu
|
5
|
+
*/
|
6
|
+
jQuery.extend(jQuery.colorbox.settings, {
|
7
|
+
current: "圖片 {current} 總共 {total}",
|
8
|
+
previous: "上一頁",
|
9
|
+
next: "下一頁",
|
10
|
+
close: "關閉",
|
11
|
+
xhrError: "此內容加載失敗.",
|
12
|
+
imgError: "此圖片加載失敗.",
|
13
|
+
slideshowStart: "開始幻燈片",
|
14
|
+
slideshowStop: "結束幻燈片"
|
15
|
+
});
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/*!
|
2
|
-
Colorbox v1.4.
|
2
|
+
Colorbox v1.4.36 - 2014-02-01
|
3
3
|
jQuery lightbox and modal window plugin
|
4
|
-
(c)
|
4
|
+
(c) 2014 Jack Moore - http://www.jacklmoore.com/colorbox
|
5
5
|
license: http://www.opensource.org/licenses/mit-license.php
|
6
6
|
*/
|
7
7
|
(function ($, document, window) {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-colorbox-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -60,6 +60,7 @@ files:
|
|
60
60
|
- vendor/assets/javascripts/jquery.colorbox-fi.js
|
61
61
|
- vendor/assets/javascripts/jquery.colorbox-fr.js
|
62
62
|
- vendor/assets/javascripts/jquery.colorbox-gl.js
|
63
|
+
- vendor/assets/javascripts/jquery.colorbox-gr.js
|
63
64
|
- vendor/assets/javascripts/jquery.colorbox-he.js
|
64
65
|
- vendor/assets/javascripts/jquery.colorbox-hr.js
|
65
66
|
- vendor/assets/javascripts/jquery.colorbox-hu.js
|
@@ -76,10 +77,12 @@ files:
|
|
76
77
|
- vendor/assets/javascripts/jquery.colorbox-ru.js
|
77
78
|
- vendor/assets/javascripts/jquery.colorbox-si.js
|
78
79
|
- vendor/assets/javascripts/jquery.colorbox-sk.js
|
80
|
+
- vendor/assets/javascripts/jquery.colorbox-sr.js
|
79
81
|
- vendor/assets/javascripts/jquery.colorbox-sv.js
|
80
82
|
- vendor/assets/javascripts/jquery.colorbox-tr.js
|
81
83
|
- vendor/assets/javascripts/jquery.colorbox-uk.js
|
82
84
|
- vendor/assets/javascripts/jquery.colorbox-zh-CN.js
|
85
|
+
- vendor/assets/javascripts/jquery.colorbox-zh-TW.js
|
83
86
|
- vendor/assets/javascripts/jquery.colorbox.js
|
84
87
|
- vendor/assets/stylesheets/jquery.colorbox-example1.css.scss
|
85
88
|
- vendor/assets/stylesheets/jquery.colorbox-example2.css.scss
|
@@ -113,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
116
|
version: '0'
|
114
117
|
requirements: []
|
115
118
|
rubyforge_project: jquery-colorbox-rails
|
116
|
-
rubygems_version: 2.
|
119
|
+
rubygems_version: 2.1.11
|
117
120
|
signing_key:
|
118
121
|
specification_version: 4
|
119
122
|
summary: jQuery Colorbox integration for Rails 3.1+ asset pipeline
|