radiant-reorder_children-extension 1.0.9 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
data/config/locales/fr.yml
CHANGED
@@ -1,5 +1,6 @@
|
|
1
|
+
# encoding: utf-8
|
1
2
|
---
|
2
3
|
fr:
|
3
|
-
drag_and_drop_to_reorder: Glissez et
|
4
|
-
reorder:
|
5
|
-
reorder_pages:
|
4
|
+
drag_and_drop_to_reorder: "Glissez et déposez pages pour réordonner. Cliquez sur <strong>Enregistrer les modifications</strong> lorsque vous avez terminé."
|
5
|
+
reorder: "Réordonner"
|
6
|
+
reorder_pages: "Réordonner Pages"
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-reorder_children-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.10
|
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: 2015-01-
|
12
|
+
date: 2015-01-29 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Makes Radiant better by adding reorder_children!
|
15
15
|
email:
|
@@ -41,6 +41,7 @@ files:
|
|
41
41
|
- public/stylesheets/admin/reorder.css
|
42
42
|
- radiant-reorder_children-extension-1.0.6.gem
|
43
43
|
- radiant-reorder_children-extension-1.0.8.gem
|
44
|
+
- radiant-reorder_children-extension-1.0.9.gem
|
44
45
|
- radiant-reorder_children-extension.gemspec
|
45
46
|
- Rakefile
|
46
47
|
- README.md
|