muck-friends 0.1.1 → 0.1.2

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.
Files changed (72) hide show
  1. data/README.rdoc +8 -6
  2. data/Rakefile +0 -10
  3. data/VERSION +1 -1
  4. data/app/helpers/muck_friends_helper.rb +27 -22
  5. data/app/views/friends/_all_friends.html.erb +8 -0
  6. data/app/views/friends/_friend_requests.html.erb +5 -0
  7. data/app/views/friends/_friend_simple.html.erb +2 -2
  8. data/app/views/friends/_mutual_friends.html.erb +3 -0
  9. data/lib/active_record/acts/muck_friend.rb +2 -2
  10. data/locales/ar.yml +5 -0
  11. data/locales/bg.yml +6 -1
  12. data/locales/ca.yml +5 -0
  13. data/locales/cs.yml +5 -0
  14. data/locales/da.yml +5 -0
  15. data/locales/de.yml +7 -2
  16. data/locales/el.yml +5 -0
  17. data/locales/en.yml +5 -0
  18. data/locales/es.yml +5 -0
  19. data/locales/et.yml +5 -0
  20. data/locales/fa.yml +5 -0
  21. data/locales/fi.yml +5 -0
  22. data/locales/fr.yml +5 -0
  23. data/locales/gl.yml +5 -0
  24. data/locales/hi.yml +5 -0
  25. data/locales/hr.yml +5 -0
  26. data/locales/hu.yml +5 -0
  27. data/locales/id.yml +5 -0
  28. data/locales/it.yml +5 -0
  29. data/locales/iw.yml +5 -0
  30. data/locales/ja.yml +5 -0
  31. data/locales/ko.yml +5 -0
  32. data/locales/lt.yml +5 -0
  33. data/locales/lv.yml +5 -0
  34. data/locales/mt.yml +5 -0
  35. data/locales/nl.yml +5 -0
  36. data/locales/no.yml +5 -0
  37. data/locales/pl.yml +5 -0
  38. data/locales/pt-PT.yml +5 -0
  39. data/locales/ro.yml +5 -0
  40. data/locales/ru.yml +5 -0
  41. data/locales/sk.yml +5 -0
  42. data/locales/sl.yml +5 -0
  43. data/locales/sq.yml +5 -0
  44. data/locales/sr.yml +5 -0
  45. data/locales/sv.yml +5 -0
  46. data/locales/th.yml +5 -0
  47. data/locales/tl.yml +5 -0
  48. data/locales/tr.yml +5 -0
  49. data/locales/uk.yml +5 -0
  50. data/locales/vi.yml +5 -0
  51. data/locales/zh-CN.yml +5 -0
  52. data/locales/zh-TW.yml +5 -0
  53. data/locales/zh.yml +5 -0
  54. data/muck-friends.gemspec +17 -6
  55. data/test/rails_root/Rakefile +1 -0
  56. data/test/rails_root/app/controllers/default_controller.rb +4 -2
  57. data/test/rails_root/app/models/profile.rb +3 -0
  58. data/test/rails_root/app/models/user.rb +1 -0
  59. data/test/rails_root/app/views/default/{index.html.erb → all_friends.html.erb} +0 -0
  60. data/test/rails_root/app/views/default/followers.html.erb +1 -0
  61. data/test/rails_root/app/views/default/followings.html.erb +1 -0
  62. data/test/rails_root/app/views/default/friend_requests.html.erb +1 -0
  63. data/test/rails_root/app/views/default/friends.html.erb +1 -0
  64. data/test/rails_root/app/views/default/mutual_friends.html.erb +1 -0
  65. data/test/rails_root/config/environment.rb +1 -0
  66. data/test/rails_root/config/routes.rb +3 -1
  67. data/test/rails_root/db/migrate/20090512013727_create_profiles.rb +21 -0
  68. data/test/rails_root/test/functional/default_controller_test.rb +101 -0
  69. metadata +17 -6
  70. data/app/views/friends/_friends.html.erb +0 -8
  71. data/app/views/friends/_notifications.html.erb +0 -32
  72. data/app/views/friends/friend_or_follow_request.html.erb +0 -8
@@ -9,13 +9,18 @@ fr:
9
9
  accept: (accepter)
10
10
  delete: (supprimer)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Followers
13
+ following: Suivant
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Friend Request"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Ami demande en attendant {{link}}"
15
18
  friend_request_sent: "Friend Request Sent"
19
+ friends: Amis
16
20
  friends_title: "My Friends"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (ignorer)
23
+ mutual_friends: "Mutual Friends"
19
24
  no_followers: "Vous n'avez pas actuellement de fans"
20
25
  no_friends: "Vous n'avez pas actuellement d'amis"
21
26
  not_following_anyone: "Vous n'êtes pas n'importe qui suivant"
@@ -9,13 +9,18 @@ gl:
9
9
  accept: (aceptar)
10
10
  delete: (borrar)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Seguidores
13
+ following: Seguinte
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Friend request"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Amigo petición pendente {{link}}"
15
18
  friend_request_sent: "Amigo Solicitude enviado"
19
+ friends: Amigos
16
20
  friends_title: "Meus amigos"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (ignorar)
23
+ mutual_friends: "Amigos en común"
19
24
  no_followers: "Non ten actualmente calquera seguidores"
20
25
  no_friends: "Non ten actualmente calquera amigos"
21
26
  not_following_anyone: "Non está ninguén na secuencia"
@@ -9,13 +9,18 @@ hi:
9
9
  accept: "() को स्वीकार"
10
10
  delete: "() को नष्ट"
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: अनुयायियों
13
+ following: निम्नलिखित
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "मित्र अनुरोध"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "मित्र अनुरोध लंबित {{link}}"
15
18
  friend_request_sent: "मित्र अनुरोध भेजा गया"
19
+ friends: मित्रों
16
20
  friends_title: "मेरे मित्र"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: "() की उपेक्षा"
23
+ mutual_friends: "परस्पर मित्र"
19
24
  no_followers: "आप वर्तमान में किसी भी अनुयायियों नहीं है"
20
25
  no_friends: "आप वर्तमान में कोई दोस्त नहीं है"
21
26
  not_following_anyone: "आप वर्तमान में किसी को भी पीछा नहीं कर रहे हैं"
@@ -9,13 +9,18 @@ hr:
9
9
  accept: (prihvatiti)
10
10
  delete: (brisanje)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Sljedbenici
13
+ following: Sljedeći
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Friend Request"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Zahtjev za prijateljstvo na čekanju {{link}}"
15
18
  friend_request_sent: "Friend Request Sent"
19
+ friends: Prijatelji
16
20
  friends_title: "Moji prijatelji"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (zanemarite)
23
+ mutual_friends: "Zajednički prijatelji"
19
24
  no_followers: "Ne Trenutno imate bilo kakvih sljedbenika"
20
25
  no_friends: "Ne trenutno imate prijatelje"
21
26
  not_following_anyone: "Trenutno ne sljedeće nikome"
@@ -9,13 +9,18 @@ hu:
9
9
  accept: (accept)
10
10
  delete: (törlés)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Followers
13
+ following: Következő
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Friend Request"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Friend request pending {{link}}"
15
18
  friend_request_sent: "Friend Request Elküldött"
19
+ friends: Barátok
16
20
  friends_title: "My Friends"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (ignore)
23
+ mutual_friends: "Kölcsönös Barátok"
19
24
  no_followers: "Ön jelenleg nem rendelkeznek olyan követői"
20
25
  no_friends: "Ön jelenleg nem rendelkeznek olyan barátok"
21
26
  not_following_anyone: "Pillanatnyilag nem követően bárki"
@@ -9,13 +9,18 @@ id:
9
9
  accept: (menerima)
10
10
  delete: (menghapus)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Pengikutnya
13
+ following: Setelah
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Permintaan teman"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Permintaan tertunda {{link}}"
15
18
  friend_request_sent: "Teman Permintaan Terkirim"
19
+ friends: Teman-teman
16
20
  friends_title: "Teman saya"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (abaikan)
23
+ mutual_friends: "Saling Teman"
19
24
  no_followers: "Anda saat ini tidak mempunyai pengikutnya"
20
25
  no_friends: "Anda saat ini tidak mempunyai teman-teman"
21
26
  not_following_anyone: "Saat ini Anda tidak berikut siapapun"
@@ -9,13 +9,18 @@ it:
9
9
  accept: (accettare)
10
10
  delete: (cancellato)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Seguaci
13
+ following: Successivo
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Richiesta di amicizia"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "In attesa della richiesta di amicizia {{link}}"
15
18
  friend_request_sent: "Richiesta inviata amico"
19
+ friends: Amici
16
20
  friends_title: "My Friends"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (ignorare)
23
+ mutual_friends: Amici
19
24
  no_followers: "È attualmente non hanno alcuna seguaci"
20
25
  no_friends: "È attualmente non hanno alcuna amici"
21
26
  not_following_anyone: "Se non sono attualmente seguenti chiunque"
@@ -9,13 +9,18 @@ iw:
9
9
  accept: (מקבל)
10
10
  delete: (מחק)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Followers
13
+ following: הבא
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "בקשת חברות"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "בקשת חברות ממתינים {{link}}"
15
18
  friend_request_sent: "בקשת חברות נשלחה"
19
+ friends: חברים
16
20
  friends_title: "החברים שלי"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (להתעלם)
23
+ mutual_friends: "חברים משותפים"
19
24
  no_followers: "אין כרגע יש לך followers"
20
25
  no_friends: "אין כרגע יש לך חברים"
21
26
  not_following_anyone: "בשלב זה, אינך הבאה אף אחד"
@@ -9,13 +9,18 @@ ja:
9
9
  accept: "( )を受け入れる"
10
10
  delete: "( )を削除"
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: 信者
13
+ following: 支持者
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: 友達リクエスト
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "保留中の友達のリクエスト{{link}}"
15
18
  friend_request_sent: 友達リクエストが届い
19
+ friends: 友人
16
20
  friends_title: マイフレンド
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: "( )を無視する"
23
+ mutual_friends: 共通の友達
19
24
  no_followers: 現在、追随していない
20
25
  no_friends: 現在、お友達としていない
21
26
  not_following_anyone: 現在、誰でも以下ではない
@@ -9,13 +9,18 @@ ko:
9
9
  accept: "()에 동의"
10
10
  delete: "() 삭제"
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: 추종자
13
+ following: 다음
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "친구 요청"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "친구 요청을 보류 {{link}}"
15
18
  friend_request_sent: "친구 요청을 보냈습"
19
+ friends: 친구들
16
20
  friends_title: "내 친구"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: "()을 무시"
23
+ mutual_friends: "공통 친구"
19
24
  no_followers: "현재의 추종자가 없어"
20
25
  no_friends: "현재 어떤 친구도 없어"
21
26
  not_following_anyone: "당신은 현재 누구와도 같이하지 않습니다"
@@ -9,13 +9,18 @@ lt:
9
9
  accept: (priimti)
10
10
  delete: (išbraukta)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Pasekėjų
13
+ following: Šie
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Draugo prašymą"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Draugo prašymą kol {{link}}"
15
18
  friend_request_sent: "Draugui Prašymas išsiųstas"
19
+ friends: Draugai
16
20
  friends_title: "Mano draugai"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (nepaisyti)
23
+ mutual_friends: "Mutual Friends"
19
24
  no_followers: "Dabar Jūs neturite bet pasekėjų"
20
25
  no_friends: "Dabar Jūs neturite jokių draugų"
21
26
  not_following_anyone: "Šiuo metu Jūs taip visiems"
@@ -9,13 +9,18 @@ lv:
9
9
  accept: (pieņem)
10
10
  delete: (svītrot)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Sekotāji
13
+ following: Nākamais
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Friend Request"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Drauga lūgumu līdz {{link}}"
15
18
  friend_request_sent: "Drauga Pieprasījums nosūtīts"
19
+ friends: Draugi
16
20
  friends_title: "Mani draugi"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (ignore)
23
+ mutual_friends: "Mutual Friends"
19
24
  no_followers: "Jums nav šobrīd ir sekotāji"
20
25
  no_friends: "Jums nav šobrīd ir draugi"
21
26
  not_following_anyone: "Jūs patlaban nav šādu ikviens"
@@ -9,13 +9,18 @@ mt:
9
9
  accept: (taċċetta)
10
10
  delete: (ħassar)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Segwaċi
13
+ following: Wara
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Talba Friend"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Friend talba pendenti {{link}}"
15
18
  friend_request_sent: "Friend Talba Jintbagħtu"
19
+ friends: Ħbieb
16
20
  friends_title: "My Friends"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (jinjora)
23
+ mutual_friends: "Mutual Friends"
19
24
  no_followers: "Inti bħalissa ma għandhom l-ebda followers"
20
25
  no_friends: "Inti bħalissa ma għandek xi ħbieb"
21
26
  not_following_anyone: "Inti bħalissa mhumiex wara xi ħadd"
@@ -9,13 +9,18 @@ nl:
9
9
  accept: (accepteren)
10
10
  delete: (verwijderen)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Aanhangers
13
+ following: Volgende
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Friend Request"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Vriendschapsverklaring afwachting {{link}}"
15
18
  friend_request_sent: "Friend Request Verzonden"
19
+ friends: Vrienden
16
20
  friends_title: "My Friends"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (negeren)
23
+ mutual_friends: "Wederzijdse Vrienden"
19
24
  no_followers: "U hebben momenteel geen volgelingen"
20
25
  no_friends: "U hebben momenteel geen vrienden"
21
26
  not_following_anyone: "U bent momenteel niet na iedereen"
@@ -10,13 +10,18 @@
10
10
  accept: (godta)
11
11
  delete: (Slett)
12
12
  follow_activity: "{{inviter}} is now following {{invited}}"
13
+ followers: Etterfølgere
14
+ following: Påfølgende
13
15
  following_you: "{{name}} is now following you on {{application_name}}"
14
16
  friend_request: Venn
17
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
15
18
  friend_request_pending: "Venn vente {{link}}"
16
19
  friend_request_sent: "Venn Sendt"
20
+ friends: Venner
17
21
  friends_title: "Mine venner"
18
22
  friends_with: "{{inviter}} is now friends with {{invited}}"
19
23
  ignore: (ignore)
24
+ mutual_friends: "Felles venner"
20
25
  no_followers: "Du ikke har noen etterfølgere"
21
26
  no_friends: "Du ikke har noen venner"
22
27
  not_following_anyone: "Du er for øyeblikket ikke følge alle"
@@ -9,13 +9,18 @@ pl:
9
9
  accept: (zaakceptować)
10
10
  delete: (usuń)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Naśladowców
13
+ following: Następujący
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Friend Request"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Friend Request oczekiwaniu {{link}}"
15
18
  friend_request_sent: "Friend Request Wysłane"
19
+ friends: Znajomi
16
20
  friends_title: "Moi Przyjaciele"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (ignore)
23
+ mutual_friends: "Wzajemne Znajomi"
19
24
  no_followers: "Obecnie nie masz żadnych naśladowców"
20
25
  no_friends: "Obecnie nie masz żadnych znajomych"
21
26
  not_following_anyone: "Nie jesteś obecnie następujące ktoś"
@@ -9,13 +9,18 @@ pt-PT:
9
9
  accept: (aceitar)
10
10
  delete: (apagar)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Seguidores
13
+ following: Seguinte
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Friend Request"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Amigo pedido pendente {{link}}"
15
18
  friend_request_sent: "Amigo Pedido enviado"
19
+ friends: Amigos
16
20
  friends_title: "Meus amigos"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (ignorar)
23
+ mutual_friends: "Amigos em comum"
19
24
  no_followers: "Você não tem actualmente qualquer seguidores"
20
25
  no_friends: "Você não tem actualmente qualquer amigos"
21
26
  not_following_anyone: "Você não está ninguém na sequência"
@@ -9,13 +9,18 @@ ro:
9
9
  accept: (accepta)
10
10
  delete: (şterge)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Adepţi
13
+ following: Următorul
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Cerere de prietenie"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Cerere de prietenie în aşteptare {{link}}"
15
18
  friend_request_sent: "Cerere de prietenie Trimis"
19
+ friends: Prieteni
16
20
  friends_title: "Prietenii mei"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (ignora)
23
+ mutual_friends: "Prieteni comuni"
19
24
  no_followers: "Nu are nici un moment, urmaşii"
20
25
  no_friends: "Nu este prezent nici un prieten"
21
26
  not_following_anyone: "Tu nu sunt în prezent în urma pe cineva"
@@ -9,13 +9,18 @@ ru:
9
9
  accept: (принять)
10
10
  delete: (удаление)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Последователи
13
+ following: Следующий
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Другой Запрос"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Другой запрос до {{link}}"
15
18
  friend_request_sent: "Другой Запрос отправлен"
19
+ friends: Друзья
16
20
  friends_title: "Мои друзья"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (игнорировать)
23
+ mutual_friends: "Общие друзья"
19
24
  no_followers: "Вы в настоящее время не имеют каких-либо последователи"
20
25
  no_friends: "Вы в настоящее время не имеют каких-либо друзья"
21
26
  not_following_anyone: "В настоящее время Вы не кто следующий"
@@ -9,13 +9,18 @@ sk:
9
9
  accept: (prijať)
10
10
  delete: (zmazať)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Nasledovníci
13
+ following: Nasledujúca
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Poslať priateľovi"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Priateľstvo čaká {{link}}"
15
18
  friend_request_sent: "Poslať priateľovi Poslanie"
19
+ friends: Kamaráti
16
20
  friends_title: "Moji kamaráti"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (ignorovať)
23
+ mutual_friends: "Vzájomné Priatelia"
19
24
  no_followers: "Nemusíte mať v súčasnej dobe žiadne nasledovníkmi"
20
25
  no_friends: "Nemusíte mať v súčasnej dobe žiadne priateľov"
21
26
  not_following_anyone: "Tie v súčasnosti nie sú tieto kdokoliv"
@@ -9,13 +9,18 @@ sl:
9
9
  accept: (sprejeti)
10
10
  delete: (črtano)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Nasljedovatelji
13
+ following: Naslednje
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: Prijateljstvu
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Prijateljstvu dokler {{link}}"
15
18
  friend_request_sent: "Prijateljstvu Poslano"
19
+ friends: Prijatelji
16
20
  friends_title: "Moji prijatelji"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (ignore)
23
+ mutual_friends: "Medsebojna Prijatelji"
19
24
  no_followers: "Vi trenutno nimajo koli nasljedovatelji"
20
25
  no_friends: "Vi trenutno nimajo kakšne prijatelje"
21
26
  not_following_anyone: "Trenutno niste naslednje vsakogar"
@@ -9,13 +9,18 @@ sq:
9
9
  accept: (pranoni)
10
10
  delete: (fshini)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Pasues
13
+ following: Vijues
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Friend Request"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Friend kërkesën në pritje të {{link}}"
15
18
  friend_request_sent: "Friend Request Sent"
19
+ friends: Shokët
16
20
  friends_title: "My Friends"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (injoro)
23
+ mutual_friends: "Reciproke Friends"
19
24
  no_followers: "Ju aktualisht nuk kanë ndonjë ndjekësit"
20
25
  no_friends: "Ju aktualisht nuk kanë ndonjë shok"
21
26
  not_following_anyone: "Ju nuk jeni aktualisht pas askujt"
@@ -9,13 +9,18 @@ sr:
9
9
  accept: (прихватити)
10
10
  delete: (брисање)
11
11
  follow_activity: "{{inviter}} is now following {{invited}}"
12
+ followers: Следбеници
13
+ following: Следећи
12
14
  following_you: "{{name}} is now following you on {{application_name}}"
13
15
  friend_request: "Фриенд Рекуест"
16
+ friend_request_links: "{{profile}} sent you a friend request {{accept}} {{ignore}}"
14
17
  friend_request_pending: "Захтјев за пријатељство на чекању {{link}}"
15
18
  friend_request_sent: "Фриенд Рекуест Сент"
19
+ friends: Пријатељи
16
20
  friends_title: "Моји пријатељи"
17
21
  friends_with: "{{inviter}} is now friends with {{invited}}"
18
22
  ignore: (игноришете)
23
+ mutual_friends: "Заједнички пријатељи"
19
24
  no_followers: "Не Тренутно имате било каквих сљедбеника"
20
25
  no_friends: "Не тренутно имате пријатеље"
21
26
  not_following_anyone: "Тренутно не следеће никоме"