refinerycms-music 0.2 → 0.2.1
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/config/locales/fr.yml +24 -0
- metadata +4 -2
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
en:
|
|
2
|
+
plugins:
|
|
3
|
+
music:
|
|
4
|
+
title: Musique
|
|
5
|
+
admin:
|
|
6
|
+
songs:
|
|
7
|
+
index:
|
|
8
|
+
title: Chanson
|
|
9
|
+
create_new: Ajouté une nouvelle chanson
|
|
10
|
+
reorder: Réordonner les chansons
|
|
11
|
+
reorder_done: Réorganisation des chanson terminé
|
|
12
|
+
settings: Modifier les paramètres
|
|
13
|
+
sorry_no_results: Désolé! Aucun résultat n'a été trouvé
|
|
14
|
+
no_items_yet: Il n'y a pas encore de chanson. Cliquer "Ajouté une nouvelle chanson" pour ajouté votre première chanson.
|
|
15
|
+
song:
|
|
16
|
+
view_live_html: Voir cette chanson en ligne <br/><em>(ouvre dans une nouvelle fenêtre)</em>
|
|
17
|
+
edit: Modifier cette chanson
|
|
18
|
+
delete: Effacer cette chanson pour toujours
|
|
19
|
+
songs:
|
|
20
|
+
show:
|
|
21
|
+
other: Autres Chansons
|
|
22
|
+
download-advice: "(vous allez peu-être devoir cliquer avec le boutton droit et selectionner enregistrer sous...)"
|
|
23
|
+
download: Télécharger cette chanson!
|
|
24
|
+
nofile: Oops! la chanson existe, mais nous n'avons pas encore le fichier!
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: refinerycms-music
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.2.1
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors: []
|
|
12
13
|
|
|
@@ -30,6 +31,7 @@ files:
|
|
|
30
31
|
- lib/generators/refinerycms_music_generator.rb
|
|
31
32
|
- lib/refinerycms-music.rb
|
|
32
33
|
- config/locales/en.yml
|
|
34
|
+
- config/locales/fr.yml
|
|
33
35
|
- config/locales/lolcat.yml
|
|
34
36
|
- config/locales/nb.yml
|
|
35
37
|
- config/locales/nl.yml
|