social_stream-presence 2.0.0.beta2 → 2.0.0.beta3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0785ecb70d319a8c82116280a6737ab8c59a914
4
- data.tar.gz: d73a6403e4a5aaf487b7235dfef5844f5be720ce
3
+ metadata.gz: 0fd4b830ecf87e43b17119f46f8e39e803bc7905
4
+ data.tar.gz: 0435b9cb2d82b02c8ff0fc4cf79076e9156d515b
5
5
  SHA512:
6
- metadata.gz: 84bbac44b1ddfd275e043a51e76a8be41027f80de3e64c05e719fb15efb33ba8b9dbfe00561efa0db98517d60b128be3d8865e7f3fec19f7180e14ebb8e3286a
7
- data.tar.gz: 8293e0d1d24ee95b0877e0c0f084e15b30349382afd9c54af1d5c73da8ea75ef63253f1ec8475cb220844e9b0bc69f24d5f1a27a8b8619be78c14c1d98fffe17
6
+ metadata.gz: 6c9626a7ce3963f5722558d3c5d207453edd7863e5ffa75d34bfe5992db023f354e7c8704ea6daf7c24a6dc895de8527b3990f368f8322f2d4cf32983be52468
7
+ data.tar.gz: d745a994f5df5a2961a8911477bbc28ebed9853a77d3abcad0dc829db858fbdbcaaa3b9dca7a7e49d81dc016413bf1816335981e7a550554121c37aee3bfd9d6
@@ -3,8 +3,8 @@
3
3
  .chat_off
4
4
  input
5
5
  &[type="submit"]
6
- @extend .pull-rigth
7
- @extend .btn-blue
6
+ float: right
7
+ @include btn-primary
8
8
  .users_connected
9
9
  display: block
10
10
  padding-left: 17px
@@ -1,27 +1,28 @@
1
+ ---
1
2
  en:
2
3
  chat:
3
- connecting: "Connecting"
4
- reconnecting: "Reconnecting"
5
- disconnected: "Disconnected"
6
- unableconnect: "Out of Service"
7
- title: "Chat"
8
- password: "Password"
9
- zerousers: "No users connected"
10
- search: "Search contacts"
11
- zerocontacts: "No contacts found"
12
- status:
13
- choose: "Choose status"
14
- available: "Available"
15
- away: "Away"
16
- dnd: "Busy"
17
- offline: "Offline"
4
+ connecting: Connecting
5
+ reconnecting: Reconnecting
6
+ disconnected: Disconnected
7
+ unableconnect: Out of Service
8
+ title: Chat
9
+ password: Password
10
+ zerousers: No users connected
11
+ search: Search contacts
12
+ zerocontacts: No contacts found
13
+ status:
14
+ choose: Choose status
15
+ available: Available
16
+ away: Away
17
+ dnd: Busy
18
+ offline: Offline
18
19
  settings:
19
- title: "Enable and configure Social Stream Chat"
20
- checkbox: "Enable or disable Social Stream Chat"
21
- update: "Update Settings"
20
+ title: Enable and configure Social Stream Chat
21
+ checkbox: Enable or disable Social Stream Chat
22
+ update: Update Settings
22
23
  notify:
23
- offline: "You are offline"
24
- guestOffline: "{{name}} is offline"
24
+ offline: You are offline
25
+ guestOffline: '{{name}} is offline'
25
26
  videochat:
26
27
  disconnected: Videochat disconnected
27
28
  disconnecting: Videochat disconnecting...
@@ -32,36 +33,37 @@ en:
32
33
  establishing: Establishing...
33
34
  connnected: Videochat connected.
34
35
  unable: Unable to init videochat.
35
- serverIssue: "Server Error: Invalid response"
36
- call: "{{name}} wants to start a video call"
37
- rejected: "{{name}} has rejected your call"
38
- rejectedBusy: "{{name}} is busy"
36
+ serverIssue: 'Server Error: Invalid response'
37
+ call: '{{name}} wants to start a video call'
38
+ rejected: '{{name}} has rejected your call'
39
+ rejectedBusy: '{{name}} is busy'
39
40
  accept: Accept
40
41
  deny: Deny
41
- clientIssue: "{{name}}'s client not support videochat"
42
- guestOffline: "Unable to connect. {{name}} is offline"
43
- offline: "Unable to connect. You are offline"
44
- cancel: "{{name}} cancel the videocall"
45
- requirements: You don't have the minimum requirements to run videocall application. Please upgrade to the latest version of Flash.
42
+ clientIssue: '{{name}}''s client not support videochat'
43
+ guestOffline: Unable to connect. {{name}} is offline
44
+ offline: Unable to connect. You are offline
45
+ cancel: '{{name}} cancel the videocall'
46
+ requirements: You don't have the minimum requirements to run videocall application.
47
+ Please upgrade to the latest version of Flash.
46
48
  muc:
47
- group: "{{group}} group"
48
- join: "{{nick}} joined in the room."
49
- leave: "{{nick}} has left the room."
50
- occupants: "Occupants"
51
- joining: "Joining..."
49
+ group: '{{group}} group'
50
+ join: '{{nick}} joined in the room.'
51
+ leave: '{{nick}} has left the room.'
52
+ occupants: Occupants
53
+ joining: Joining...
52
54
  joinError: "You can't join in the room \n {{errorMsg}}"
53
- offline: "You are offline"
55
+ offline: You are offline
54
56
  game:
55
- call: "{{name}} wants to play a {{game}} game"
57
+ call: '{{name}} wants to play a {{game}} game'
56
58
  accept: Accept
57
59
  deny: Deny
58
- offline: "Unable to connect. You are offline"
59
- guestOffline: "Unable to connect. {{name}} is offline"
60
+ offline: Unable to connect. You are offline
61
+ guestOffline: Unable to connect. {{name}} is offline
60
62
  unable: Unable to init game.
61
- rejected: "{{name}} has rejected your invitation"
62
- rejectedBusy: "{{name}} is busy"
63
- cancel: "{{name}} cancel the invitation"
64
- finish: "{{name}} close the game"
63
+ rejected: '{{name}} has rejected your invitation'
64
+ rejectedBusy: '{{name}} is busy'
65
+ cancel: '{{name}} cancel the invitation'
66
+ finish: '{{name}} close the game'
65
67
  waiting: Waiting for response...
66
68
  unknown: Unknown response
67
- clientIssue: "{{name}}'s client not support games"
69
+ clientIssue: '{{name}}''s client not support games'
@@ -1,27 +1,28 @@
1
+ ---
1
2
  es:
2
3
  chat:
3
- connecting: "Conectando"
4
- reconnecting: "Reconectando"
5
- disconnected: "Desconectado"
6
- unableconnect: "Fuera de servicio"
7
- title: "Chat"
8
- password: "Contraseña"
9
- zerousers: "No hay contactos conectados"
10
- search: "Buscar contactos"
11
- zerocontacts: "No se encontró ningún contacto"
4
+ connecting: Conectando
5
+ reconnecting: Reconectando
6
+ disconnected: Desconectado
7
+ unableconnect: Fuera de servicio
8
+ title: Chat
9
+ password: Contraseña
10
+ zerousers: No hay contactos conectados
11
+ search: Buscar contactos
12
+ zerocontacts: No se encontró ningún contacto
12
13
  status:
13
- choose: "Establecer estado"
14
- available: "Disponible"
15
- away: "Ausente"
16
- dnd: "No molestar"
17
- offline: "Desconectado"
14
+ choose: Establecer estado
15
+ available: Disponible
16
+ away: Ausente
17
+ dnd: No molestar
18
+ offline: Desconectado
18
19
  settings:
19
- title: "Activación y configuración del chat de Social Stream"
20
- checkbox: "Activar o desactivar chat"
21
- update: "Guardar configuración"
20
+ title: Activación y configuración del chat de Social Stream
21
+ checkbox: Activar o desactivar chat
22
+ update: Guardar configuración
22
23
  notify:
23
- offline: "Estás desconectado"
24
- guestOffline: "{{name}} está desconectado"
24
+ offline: Estás desconectado
25
+ guestOffline: '{{name}} está desconectado'
25
26
  videochat:
26
27
  disconnected: Videochat desconectado
27
28
  disconnecting: Videochat desconectando...
@@ -32,36 +33,37 @@ es:
32
33
  establishing: Estableciendo conexión...
33
34
  connnected: Videochat conectado
34
35
  unable: Imposible iniciar videochat
35
- serverIssue: "Error del servidor: Respuesta inválida"
36
- call: "{{name}} quiere iniciar una videollamada"
37
- rejected: "{{name}} ha rechazado tu llamada"
38
- rejectedBusy: "{{name}} está ocupado"
36
+ serverIssue: 'Error del servidor: Respuesta inválida'
37
+ call: '{{name}} quiere iniciar una videollamada'
38
+ rejected: '{{name}} ha rechazado tu llamada'
39
+ rejectedBusy: '{{name}} está ocupado'
39
40
  accept: Aceptar
40
41
  deny: Rechazar
41
- clientIssue: "El cliente de {{name}} no soporta videochat"
42
- guestOffline: "Imposible conectar. {{name}} está desconectado"
43
- offline: "Imposible conectar. Estás desconectado"
44
- cancel: "{{name}} canceló la videollamada"
45
- requirements: No tienes los requisitos minimos para iniciar la aplicación de videoconferencia. Por favor, actualiza a la última versión de Flash.
42
+ clientIssue: El cliente de {{name}} no soporta videochat
43
+ guestOffline: Imposible conectar. {{name}} está desconectado
44
+ offline: Imposible conectar. Estás desconectado
45
+ cancel: '{{name}} canceló la videollamada'
46
+ requirements: No tienes los requisitos minimos para iniciar la aplicación de
47
+ videoconferencia. Por favor, actualiza a la última versión de Flash.
46
48
  muc:
47
- group: "Grupo {{group}}"
48
- join: "{{nick}} ha entrado en la sala."
49
- leave: "{{nick}} se ha ido de la sala."
50
- occupants: "Miembros"
51
- joining: "Accediendo..."
52
- joinError: "No se pudo acceder a la sala. \n {{errorMsg}}"
53
- offline: "Estás desconectado"
49
+ group: Grupo {{group}}
50
+ join: '{{nick}} ha entrado en la sala.'
51
+ leave: '{{nick}} se ha ido de la sala.'
52
+ occupants: Miembros
53
+ joining: Accediendo...
54
+ joinError: "No se pudo acceder a la sala. \n {{errorMsg}}"
55
+ offline: Estás desconectado
54
56
  game:
55
- call: "{{name}} quiere iniciar una partida de {{game}}"
57
+ call: '{{name}} quiere iniciar una partida de {{game}}'
56
58
  accept: Aceptar
57
59
  deny: Rechazar
58
- offline: "Imposible conectar. Estás desconectado"
59
- guestOffline: "Imposible conectar. {{name}} está desconectado"
60
+ offline: Imposible conectar. Estás desconectado
61
+ guestOffline: Imposible conectar. {{name}} está desconectado
60
62
  unable: Imposible iniciar partida.
61
- rejected: "{{name}} ha rechazado tu invitación"
62
- rejectedBusy: "{{name}} está ocupado"
63
- cancel: "{{name}} canceló la partida"
64
- finish: "{{name}} ha cerrado el juego"
63
+ rejected: '{{name}} ha rechazado tu invitación'
64
+ rejectedBusy: '{{name}} está ocupado'
65
+ cancel: '{{name}} canceló la partida'
66
+ finish: '{{name}} ha cerrado el juego'
65
67
  waiting: Esperando respuesta...
66
68
  unknown: Respuesta desconocida
67
- clientIssue: "El cliente de {{name}} no tiene juegos"
69
+ clientIssue: El cliente de {{name}} no tiene juegos
@@ -0,0 +1,69 @@
1
+ ---
2
+ zh:
3
+ chat:
4
+ connecting: Connecting
5
+ reconnecting: Reconnecting
6
+ disconnected: Disconnected
7
+ unableconnect: Out of Service
8
+ title: Chat
9
+ password: Password
10
+ zerousers: No users connected
11
+ search: Search contacts
12
+ zerocontacts: No contacts found
13
+ status:
14
+ choose: Choose status
15
+ available: Available
16
+ away: Away
17
+ dnd: Busy
18
+ offline: Offline
19
+ settings:
20
+ title: Enable and configure Social Stream Chat
21
+ checkbox: Enable or disable Social Stream Chat
22
+ update: Update Settings
23
+ notify:
24
+ offline: You are offline
25
+ guestOffline: '{{name}} is offline'
26
+ videochat:
27
+ disconnected: Videochat disconnected
28
+ disconnecting: Videochat disconnecting...
29
+ negotiating: Negotiating...
30
+ connectingWait: Connecting...
31
+ connecting: Connecting to the server...
32
+ waiting: Waiting for response...
33
+ establishing: Establishing...
34
+ connnected: Videochat connected.
35
+ unable: Unable to init videochat.
36
+ serverIssue: 'Server Error: Invalid response'
37
+ call: '{{name}} wants to start a video call'
38
+ rejected: '{{name}} has rejected your call'
39
+ rejectedBusy: '{{name}} is busy'
40
+ accept: Accept
41
+ deny: Deny
42
+ clientIssue: '{{name}}''s client not support videochat'
43
+ guestOffline: Unable to connect. {{name}} is offline
44
+ offline: Unable to connect. You are offline
45
+ cancel: '{{name}} cancel the videocall'
46
+ requirements: You don't have the minimum requirements to run videocall application.
47
+ Please upgrade to the latest version of Flash.
48
+ muc:
49
+ group: '{{group}} group'
50
+ join: '{{nick}} joined in the room.'
51
+ leave: '{{nick}} has left the room.'
52
+ occupants: Occupants
53
+ joining: Joining...
54
+ joinError: "You can't join in the room \n {{errorMsg}}"
55
+ offline: You are offline
56
+ game:
57
+ call: '{{name}} wants to play a {{game}} game'
58
+ accept: Accept
59
+ deny: Deny
60
+ offline: Unable to connect. You are offline
61
+ guestOffline: Unable to connect. {{name}} is offline
62
+ unable: Unable to init game.
63
+ rejected: '{{name}} has rejected your invitation'
64
+ rejectedBusy: '{{name}} is busy'
65
+ cancel: '{{name}} cancel the invitation'
66
+ finish: '{{name}} close the game'
67
+ waiting: Waiting for response...
68
+ unknown: Unknown response
69
+ clientIssue: '{{name}}''s client not support games'
@@ -1,5 +1,5 @@
1
1
  module SocialStream
2
2
  module Presence
3
- VERSION = "2.0.0.beta2"
3
+ VERSION = "2.0.0.beta3"
4
4
  end
5
5
  end
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.require_paths = ["lib"]
20
20
 
21
21
  # Gem dependencies
22
- s.add_runtime_dependency('social_stream-base', '~> 2.0.0.beta2')
22
+ s.add_runtime_dependency('social_stream-base', '~> 2.0.0.beta3')
23
23
 
24
24
  s.add_runtime_dependency "xmpp4r"
25
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_stream-presence
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta2
4
+ version: 2.0.0.beta3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aldo Gordillo
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-18 00:00:00.000000000 Z
12
+ date: 2013-04-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: social_stream-base
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - ~>
19
19
  - !ruby/object:Gem::Version
20
- version: 2.0.0.beta2
20
+ version: 2.0.0.beta3
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - ~>
26
26
  - !ruby/object:Gem::Version
27
- version: 2.0.0.beta2
27
+ version: 2.0.0.beta3
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: xmpp4r
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -188,6 +188,7 @@ files:
188
188
  - app/views/xmpp/getOpenTokSessionIDAndToken.xml.builder
189
189
  - config/locales/en.yml
190
190
  - config/locales/es.yml
191
+ - config/locales/zh.yml
191
192
  - config/routes.rb
192
193
  - db/migrate/20120330132148_create_social_stream_presence.rb
193
194
  - ejabberd/conf/ejabberd_example.cfg