muck-comments 0.1.10 → 0.1.11
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/VERSION +1 -1
- data/locales/ca.yml +1 -1
- data/locales/gl.yml +3 -3
- data/locales/hu.yml +1 -1
- data/locales/mt.yml +1 -1
- data/locales/nl.yml +2 -2
- data/muck-comments.gemspec +2 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.11
|
data/locales/ca.yml
CHANGED
|
@@ -7,7 +7,7 @@ ca:
|
|
|
7
7
|
add_comment: Comentari
|
|
8
8
|
add_comment_button: "Afegir comentari"
|
|
9
9
|
anonymous: Anònim
|
|
10
|
-
cant_delete_comment: "
|
|
10
|
+
cant_delete_comment: "No esteu autoritzat a eliminar aquest comentari"
|
|
11
11
|
comment_removed: "Comentari eliminat amb èxit."
|
|
12
12
|
create_error: "No s'ha pogut crear l'{{errors}} comentari"
|
|
13
13
|
create_success: "Ha afegit un comentari"
|
data/locales/gl.yml
CHANGED
|
@@ -10,9 +10,9 @@ gl:
|
|
|
10
10
|
cant_delete_comment: "Non ten permiso para borrar este comentario"
|
|
11
11
|
comment_removed: "Comentario eliminado correctamente."
|
|
12
12
|
create_error: "Non se puido crear o {{errors}} comentario"
|
|
13
|
-
create_success: "
|
|
14
|
-
missing_comment_template_error: "
|
|
13
|
+
create_success: "Engadiu comentarios"
|
|
14
|
+
missing_comment_template_error: "Não se puido atopar un {{partial}}. parcial nomeado Por favor, cree un comentario parcial e ténteo de novo."
|
|
15
15
|
new_comment_email_subject: "Novo comentario de {{name}} en {{application_name}}"
|
|
16
16
|
new_comment_no_title: "Engadir un novo comentario"
|
|
17
17
|
new_comment_with_title: "Engadir un novo comentario para {{title}}"
|
|
18
|
-
problem_adding_comment: "
|
|
18
|
+
problem_adding_comment: "Produciuse un erro ó engadir o seu comentario"
|
data/locales/hu.yml
CHANGED
data/locales/mt.yml
CHANGED
|
@@ -7,7 +7,7 @@ mt:
|
|
|
7
7
|
add_comment: Kumment
|
|
8
8
|
add_comment_button: "Add Comment"
|
|
9
9
|
anonymous: anonima
|
|
10
|
-
cant_delete_comment: "
|
|
10
|
+
cant_delete_comment: "Int ma jkollhomx permess li tħassar dan il-kumment"
|
|
11
11
|
comment_removed: "Kumment jitneħħew b'suċċess."
|
|
12
12
|
create_error: "Tista 'ma toħloq l-{{errors}} kumment"
|
|
13
13
|
create_success: "Għaddew miżjud kumment"
|
data/locales/nl.yml
CHANGED
|
@@ -12,7 +12,7 @@ nl:
|
|
|
12
12
|
create_error: "Kan niet maken de opmerking {{errors}}"
|
|
13
13
|
create_success: "Toegevoegd commentaar"
|
|
14
14
|
missing_comment_template_error: "Kan niet vinden een gedeeltelijke genaamd {{partial}}. Maak een opmerking gedeeltelijke en probeer het opnieuw."
|
|
15
|
-
new_comment_email_subject: "Nieuwe
|
|
15
|
+
new_comment_email_subject: "Nieuwe commentaar van {{name}} op {{application_name}}"
|
|
16
16
|
new_comment_no_title: "Voeg een nieuwe reactie"
|
|
17
|
-
new_comment_with_title: "Voeg een
|
|
17
|
+
new_comment_with_title: "Voeg een nieuw commentaar te {{title}}"
|
|
18
18
|
problem_adding_comment: "Er was een probleem het toevoegen van uw reactie"
|
data/muck-comments.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{muck-comments}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.11"
|
|
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"]
|
|
12
|
-
s.date = %q{2009-
|
|
12
|
+
s.date = %q{2009-10-01}
|
|
13
13
|
s.description = %q{The comment engine for the muck system.}
|
|
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: muck-comments
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Ball
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-10-01 00:00:00 -06:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|