muck-activities 0.1.20 → 0.1.21
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/lib/muck_activities/muck_activity_sources.rb +1 -1
- data/locales/et.yml +1 -1
- data/locales/gl.yml +1 -1
- data/locales/hu.yml +2 -2
- data/locales/mt.yml +5 -5
- data/locales/sk.yml +1 -1
- data/locales/sl.yml +1 -1
- data/locales/zh.yml +1 -1
- data/muck-activities.gemspec +2 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.21
|
|
@@ -65,7 +65,7 @@ module MuckActivitySources # :nodoc:
|
|
|
65
65
|
def add_activity(feed_to, source, item, template, title = '', content = '', check_method = nil, attach_to = nil)
|
|
66
66
|
if feed_to.is_a?(Array)
|
|
67
67
|
feed_to.flatten!
|
|
68
|
-
feed_to
|
|
68
|
+
feed_to.uniq! # eliminate duplicates from feed_to array
|
|
69
69
|
else
|
|
70
70
|
feed_to = [feed_to]
|
|
71
71
|
end
|
data/locales/et.yml
CHANGED
|
@@ -25,7 +25,7 @@ et:
|
|
|
25
25
|
status_update_prompt: "Mida sa teed praegu?"
|
|
26
26
|
template_or_item_required: "Tegevus eeldab malli või toode kuvata õigesti"
|
|
27
27
|
update_error: "Oih ... Tekkis probleem. {{errors}}"
|
|
28
|
-
update_status_message: "
|
|
28
|
+
update_status_message: "uuenda oma staatust!"
|
|
29
29
|
updating_status_message: "Uuendan oma olekut. Palun oota."
|
|
30
30
|
upload_files: "Faile üles laadida"
|
|
31
31
|
write: Kirjutama
|
data/locales/gl.yml
CHANGED
data/locales/hu.yml
CHANGED
|
@@ -10,12 +10,12 @@ hu:
|
|
|
10
10
|
clear: Világos
|
|
11
11
|
create_error: "Probléma merült fel a hozzá adott tevékenységet: {{error}}"
|
|
12
12
|
delete: Töröl
|
|
13
|
-
invite_friends: "
|
|
13
|
+
invite_friends: "Friends meghívó"
|
|
14
14
|
item_could_not_be_removed: "Elem nem távolítható el a közelmúltban tevékenységek listáját."
|
|
15
15
|
item_created: "Added tevékenység"
|
|
16
16
|
item_removed: "Cikk sikeresen eltávolították a jelenlegi tevékenységét listán."
|
|
17
17
|
joined_status: "{{name}} Csatlakozott {{application_name}}"
|
|
18
|
-
make_comment:
|
|
18
|
+
make_comment: Kommentáld
|
|
19
19
|
paging_newer: «Újabb
|
|
20
20
|
paging_older: "Older »"
|
|
21
21
|
permission_denied: "Sajnáljuk, de nem tehetem meg."
|
data/locales/mt.yml
CHANGED
|
@@ -8,7 +8,7 @@ mt:
|
|
|
8
8
|
adding_comment_message: "Żieda comment ..."
|
|
9
9
|
all_activities: "Attivitajiet Kollha"
|
|
10
10
|
clear: Ċar
|
|
11
|
-
create_error: "
|
|
11
|
+
create_error: "Għal kien hemm problema żżid l-attività mitluba: {{error}}"
|
|
12
12
|
delete: Ħassar
|
|
13
13
|
invite_friends: "Invite Friends"
|
|
14
14
|
item_could_not_be_removed: "Oġġett ma jista 'jitneħħa mill-lista ta' attivitajiet reċenti."
|
|
@@ -23,11 +23,11 @@ mt:
|
|
|
23
23
|
problem_with_status: "Kien hemm problema tibdel l-istat tiegħek"
|
|
24
24
|
status_indicator: huwa
|
|
25
25
|
status_update_prompt: "X'Ser tagħmel id-dritt issa?"
|
|
26
|
-
template_or_item_required: "L-
|
|
26
|
+
template_or_item_required: "L-attivita teħtieġ mudell jew oġġett li jintwerew b'mod korrett"
|
|
27
27
|
update_error: "Oops ... Kien hemm problema. {{errors}}"
|
|
28
|
-
update_status_message: "taġġorna
|
|
29
|
-
updating_status_message: "Aġġornament istatus
|
|
30
|
-
upload_files: "
|
|
28
|
+
update_status_message: "taġġorna l-istat tiegħek!"
|
|
29
|
+
updating_status_message: "Aġġornament istatus tiegħek. Jekk jogħġbok stenna."
|
|
30
|
+
upload_files: "Upload Files"
|
|
31
31
|
write: Ikteb
|
|
32
32
|
write_prompt: "Write a comment ..."
|
|
33
33
|
activity_templates:
|
data/locales/sk.yml
CHANGED
data/locales/sl.yml
CHANGED
|
@@ -14,7 +14,7 @@ sl:
|
|
|
14
14
|
item_could_not_be_removed: "Točka ni mogoče odstraniti s seznama zadnjih dejavnosti."
|
|
15
15
|
item_created: "Dodano dejavnost"
|
|
16
16
|
item_removed: "Postavka uspešno odstranjen iz seznama zadnjih dejavnosti."
|
|
17
|
-
joined_status: "{{name}}
|
|
17
|
+
joined_status: "{{name}} Pridružil {{application_name}}"
|
|
18
18
|
make_comment: Komentar
|
|
19
19
|
paging_newer: «Novejše
|
|
20
20
|
paging_older: "Starejše »"
|
data/locales/zh.yml
CHANGED
data/muck-activities.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{muck-activities}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.21"
|
|
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{Activity 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-activities
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.21
|
|
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
|