muck-friends 0.1.11 → 0.1.12
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/el.yml +1 -1
- data/locales/id.yml +1 -1
- data/locales/mt.yml +1 -1
- data/locales/nl.yml +1 -1
- data/locales/sr.yml +1 -1
- data/muck-friends.gemspec +2 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.12
|
data/locales/el.yml
CHANGED
|
@@ -15,7 +15,7 @@ el:
|
|
|
15
15
|
followers: Followers
|
|
16
16
|
following: Ακολουθία
|
|
17
17
|
following_you: "{{name}} Ακολουθεί εσείς τώρα για {{application_name}}"
|
|
18
|
-
friend_request: "{{name}} Σας έστειλε ένα αίτημα για
|
|
18
|
+
friend_request: "{{name}} Σας έστειλε ένα αίτημα για {{application_name}} φίλο"
|
|
19
19
|
friend_request_links: "{{profile}} Σας έστειλε ένα αίτημα φίλο {{accept}} {{ignore}}"
|
|
20
20
|
friend_request_pending: "Φίλος αίτημα εκκρεμεί {{link}}"
|
|
21
21
|
friend_request_prompt: "Αποστολή {{user}} ένα φίλο Αίτηση"
|
data/locales/id.yml
CHANGED
|
@@ -29,7 +29,7 @@ id:
|
|
|
29
29
|
login_or_sign_up_to_friend: "{{login}} Atau {{signup}} untuk mengirim permintaan teman"
|
|
30
30
|
mutual_friends: "Mutual Teman"
|
|
31
31
|
no_followers: "Tidak Followers"
|
|
32
|
-
no_friends: "
|
|
32
|
+
no_friends: "Tidak ada teman"
|
|
33
33
|
no_mutual_friends: "Tidak ada teman-teman yang ditemukan"
|
|
34
34
|
not_following_anyone: "Tidak Mengikuti Siapa"
|
|
35
35
|
problem_adding_follow: "Ada masalah {{user}} menambahkan ke daftar mengikuti Anda. Silakan coba lagi."
|
data/locales/mt.yml
CHANGED
|
@@ -28,7 +28,7 @@ mt:
|
|
|
28
28
|
login_or_sign_up_to_follow: "{{login}} Jew {{signup}} biex isegwu dan l-utent"
|
|
29
29
|
login_or_sign_up_to_friend: "{{login}} Jew {{signup}} li tibgħat talbiet ħabib"
|
|
30
30
|
mutual_friends: "Friends Reċiproka"
|
|
31
|
-
no_followers: "
|
|
31
|
+
no_followers: "Nru Followers"
|
|
32
32
|
no_friends: "Nru ħbieb"
|
|
33
33
|
no_mutual_friends: "Nru ħbieb reċiproku nstab"
|
|
34
34
|
not_following_anyone: "Mhux Wara Kull min"
|
data/locales/nl.yml
CHANGED
|
@@ -17,7 +17,7 @@ nl:
|
|
|
17
17
|
following_you: "{{name}} Is nu volgt u op {{application_name}}"
|
|
18
18
|
friend_request: "{{name}} Heeft u een vriend op verzoek {{application_name}}"
|
|
19
19
|
friend_request_links: "{{profile}} Stuurde u een vriend aanvraag {{accept}} {{ignore}}"
|
|
20
|
-
friend_request_pending: "
|
|
20
|
+
friend_request_pending: "Vriend verzoek in afwachting van {{link}}"
|
|
21
21
|
friend_request_prompt: "{{user}} Send a Friend Request"
|
|
22
22
|
friend_request_sent: "Friend Request Sent"
|
|
23
23
|
friends: Vrienden
|
data/locales/sr.yml
CHANGED
|
@@ -17,7 +17,7 @@ sr:
|
|
|
17
17
|
following_you: "{{name}} Је сада следеће {{application_name}}"
|
|
18
18
|
friend_request: "{{name}} Вам је послао захтев за пријатељство на {{application_name}}"
|
|
19
19
|
friend_request_links: "{{profile}} Сте послали захтев за пријатеља {{accept}} {{ignore}}"
|
|
20
|
-
friend_request_pending: "
|
|
20
|
+
friend_request_pending: "Захтев пријатеља на чекању {{link}}"
|
|
21
21
|
friend_request_prompt: "Пошаљи пријатељу {{user}} Захтев"
|
|
22
22
|
friend_request_sent: "Пријатељ Захтев послат"
|
|
23
23
|
friends: Пријатељи
|
data/muck-friends.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{muck-friends}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.12"
|
|
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-10-
|
|
12
|
+
s.date = %q{2009-10-16}
|
|
13
13
|
s.description = %q{Friend 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-friends
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.12
|
|
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-10-
|
|
12
|
+
date: 2009-10-16 00:00:00 -06:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|