Browse Source

merged with master

gh-pages
Igor Zhukov 11 years ago
parent
commit
1f1c7b0c2a
  1. 2
      app.manifest
  2. 2
      css/app.css
  3. 15
      css/desktop.css
  4. 6
      css/mobile.css
  5. BIN
      img/icons/IconsetW.png
  6. BIN
      img/icons/IconsetW_1x.png
  7. 36
      js/app.js
  8. 2
      js/background.js
  9. 2
      js/lib/bin_utils.js
  10. 2
      js/lib/crypto_worker.js
  11. 14
      js/locales/de-de.json
  12. 16
      js/locales/en-us.json
  13. 68
      js/locales/es-es.json
  14. 12
      js/locales/it-it.json
  15. 2
      manifest.json
  16. 2
      manifest.webapp
  17. 2
      webogram.appcache

2
app.manifest

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Time: Thu Oct 02 2014 17:17:07 GMT+0400 (MSK) # Time: Wed Oct 15 2014 22:22:13 GMT+0400 (MSK)
CACHE: CACHE:

2
css/app.css

File diff suppressed because one or more lines are too long

15
css/desktop.css

@ -414,13 +414,10 @@ a.footer_lang_link.active:active {
} }
} }
.im_history_selectable .icon-select-tick,
.im_content_message_select_area:hover .icon-select-tick {
display: inline-block;
}
.im_message_selected .icon-select-tick, .im_message_selected .icon-select-tick,
.im_history_selectable .im_message_outer_wrap:hover .icon-select-tick, .im_history_selectable .im_message_outer_wrap:hover .icon-select-tick,
.im_content_message_select_area:hover .icon-select-tick { .im_content_message_select_area:hover .icon-select-tick {
display: inline-block;
background-position: -9px -481px; background-position: -9px -481px;
opacity: 0.5; opacity: 0.5;
} }
@ -545,7 +542,15 @@ div.im_panel_own_photo {
} }
.user_modal_status { .user_modal_status {
color: #999; color: #999;
margin-bottom: 16px; margin-bottom: 15px;
}
.modal_section_body dt {
font-weight: normal;
display: inline-block;
width: 80px;
}
.modal_section_body dd {
display: inline-block;
} }
.user_modal_main_btn { .user_modal_main_btn {

6
css/mobile.css

@ -181,6 +181,7 @@ html {
} }
.navbar-quick-media-back h4 { .navbar-quick-media-back h4 {
margin: 9px 0 12px 0; margin: 9px 0 12px 0;
line-height: 120%;
} }
.navbar-quick-profile-back h4, .navbar-quick-profile-back h4,
.navbar-quick-group-back h4 { .navbar-quick-group-back h4 {
@ -285,7 +286,9 @@ html {
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.welcome_text {
line-height: 150%;
}
.login_form_wrap { .login_form_wrap {
border-radius: 0; border-radius: 0;
max-width: auto; max-width: auto;
@ -882,6 +885,7 @@ a.mobile_modal_action .tg_checkbox_label {
} }
.mobile_modal_section { .mobile_modal_section {
display: block;
border-bottom: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0;
padding: 15px 0; padding: 15px 0;
} }

BIN
img/icons/IconsetW.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

BIN
img/icons/IconsetW_1x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

36
js/app.js

File diff suppressed because one or more lines are too long

2
js/background.js

@ -1,5 +1,5 @@
/*! /*!
* Webogram v0.3.1 - messaging web application for MTProto * Webogram v0.3.2 - messaging web application for MTProto
* https://github.com/zhukov/webogram * https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> * Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE * https://github.com/zhukov/webogram/blob/master/LICENSE

2
js/lib/bin_utils.js

@ -1,5 +1,5 @@
/*! /*!
* Webogram v0.3.1 - messaging web application for MTProto * Webogram v0.3.2 - messaging web application for MTProto
* https://github.com/zhukov/webogram * https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> * Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE * https://github.com/zhukov/webogram/blob/master/LICENSE

2
js/lib/crypto_worker.js

@ -1,5 +1,5 @@
/*! /*!
* Webogram v0.3.1 - messaging web application for MTProto * Webogram v0.3.2 - messaging web application for MTProto
* https://github.com/zhukov/webogram * https://github.com/zhukov/webogram
* Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> * Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com>
* https://github.com/zhukov/webogram/blob/master/LICENSE * https://github.com/zhukov/webogram/blob/master/LICENSE

14
js/locales/de-de.json

@ -8,7 +8,7 @@
"group_modal_pluralize_participants": "{'0': 'Keine Mitglieder', 'one': '1 Mitglied', 'other': '{} Mitglieder'}", "group_modal_pluralize_participants": "{'0': 'Keine Mitglieder', 'one': '1 Mitglied', 'other': '{} Mitglieder'}",
"group_modal_add_member": "Person hinzufügen", "group_modal_add_member": "Person hinzufügen",
"group_modal_return": "Zurück zur Gruppe", "group_modal_return": "Zurück zur Gruppe",
"group_modal_update_photo": "Bild aktualisieren", "group_modal_update_photo": "Neues Bild",
"group_modal_update_active": "Aktualisiere", "group_modal_update_active": "Aktualisiere",
"group_modal_menu_more": "Weiteres", "group_modal_menu_more": "Weiteres",
"group_modal_menu_delete_photo": "Bild löschen", "group_modal_menu_delete_photo": "Bild löschen",
@ -27,6 +27,8 @@
"settings_modal_set_photo": "Profilbild setzen", "settings_modal_set_photo": "Profilbild setzen",
"settings_modal_photo_updating": "Aktualisiere", "settings_modal_photo_updating": "Aktualisiere",
"settings_modal_edit_profile": "Profil bearbeiten", "settings_modal_edit_profile": "Profil bearbeiten",
"settings_modal_edit_username": "Change username",
"settings_modal_empty_username_set": "Set username",
"settings_modal_terminate_sessions": "Alle Sitzungen beenden", "settings_modal_terminate_sessions": "Alle Sitzungen beenden",
"settings_modal_settings": "Einstellungen", "settings_modal_settings": "Einstellungen",
"settings_modal_notification_alert": "Benachrichtigungen", "settings_modal_notification_alert": "Benachrichtigungen",
@ -38,16 +40,21 @@
"settings_modal_enter_send_description_md": "**Enter** - Nachricht senden, **Shift + Enter** - Zeilenumbruch", "settings_modal_enter_send_description_md": "**Enter** - Nachricht senden, **Shift + Enter** - Zeilenumbruch",
"settings_modal_ctrl_enter_send_description_md": "**Strg + Enter** - Nachricht senden, **Enter** - Zeilenumbruch", "settings_modal_ctrl_enter_send_description_md": "**Strg + Enter** - Nachricht senden, **Enter** - Zeilenumbruch",
"settings_modal_send_on_enter": "Senden mit Enter", "settings_modal_send_on_enter": "Senden mit Enter",
"settings_modal_phone": "Telefon",
"settings_modal_about": "Info", "settings_modal_about": "Info",
"settings_modal_source_code_github": "Quelltext bei GitHub", "settings_modal_source_code_github": "Quelltext bei GitHub",
"settings_modal_follow_us_twitter": "Folge uns auf Twitter!", "settings_modal_follow_us_twitter": "Folge uns auf Twitter!",
"settings_modal_recent_updates": "Aktuelle Version: {version}", "settings_modal_recent_updates": "Aktuelle Version: {version}",
"page_title_pluralize_notifications": "{'0': 'No notifications', 'one': '1 notification', 'other': '{} notifications'}",
"profile_edit_modal_title": "Profil bearbeiten", "profile_edit_modal_title": "Profil bearbeiten",
"profile_edit_first_name": "Vorname", "profile_edit_first_name": "Vorname",
"profile_edit_last_name": "Nachname", "profile_edit_last_name": "Nachname",
"profile_edit_submit": "Speichern", "profile_edit_submit": "Speichern",
"profile_edit_submit_active": "Speichere...", "profile_edit_submit_active": "Speichere...",
"username_edit_modal_title": "Change username",
"username_edit_placeholder": "Username",
"username_edit_description_md": "Choose a username so that other people can find you on **Telegram** and message you without knowing your phone number.\n\nYou can use a-z, 0-9 and underscores.",
"username_edit_submit": "Save",
"username_edit_submit_active": "Saving...",
"user_modal_menu_more": "Weiteres", "user_modal_menu_more": "Weiteres",
"user_modal_send_message": "Nachricht senden", "user_modal_send_message": "Nachricht senden",
"user_modal_edit_contact": "Kontakt bearbeiten", "user_modal_edit_contact": "Kontakt bearbeiten",
@ -55,7 +62,9 @@
"user_modal_add_contact": "Zu Kontakten hinzufügen", "user_modal_add_contact": "Zu Kontakten hinzufügen",
"user_modal_share_contact": "Kontakt teilen", "user_modal_share_contact": "Kontakt teilen",
"user_modal_delete_chat": "Chat löschen", "user_modal_delete_chat": "Chat löschen",
"user_modal_info": "Info",
"user_modal_phone": "Telefon", "user_modal_phone": "Telefon",
"user_modal_username": "Username",
"user_modal_settings": "Einstellungen", "user_modal_settings": "Einstellungen",
"user_modal_notifications": "Benachrichtigungen", "user_modal_notifications": "Benachrichtigungen",
"user_modal_contact_info": "Kontaktdetails", "user_modal_contact_info": "Kontaktdetails",
@ -192,6 +201,7 @@
"head_new_contact": "Neuer Kontakt", "head_new_contact": "Neuer Kontakt",
"head_contacts": "Kontakte", "head_contacts": "Kontakte",
"head_contacts_title": "Kontakte", "head_contacts_title": "Kontakte",
"im_found_title": "Global search",
"head_settings": "Einstellungen", "head_settings": "Einstellungen",
"head_log_out": "Abmelden", "head_log_out": "Abmelden",
"head_edit_messages": "Nachrichten bearbeiten", "head_edit_messages": "Nachrichten bearbeiten",

16
js/locales/en-us.json

@ -30,6 +30,8 @@
"settings_modal_set_photo": "Set profile photo", "settings_modal_set_photo": "Set profile photo",
"settings_modal_photo_updating": "Updating", "settings_modal_photo_updating": "Updating",
"settings_modal_edit_profile": "Edit profile", "settings_modal_edit_profile": "Edit profile",
"settings_modal_edit_username": "Change username",
"settings_modal_empty_username_set": "Set username",
"settings_modal_terminate_sessions": "Terminate all sessions", "settings_modal_terminate_sessions": "Terminate all sessions",
"settings_modal_settings": "Settings", "settings_modal_settings": "Settings",
"settings_modal_notification_alert": "Notification alerts", "settings_modal_notification_alert": "Notification alerts",
@ -41,7 +43,6 @@
"settings_modal_enter_send_description_md": "**Enter** - send message, **Shift + Enter** - new line", "settings_modal_enter_send_description_md": "**Enter** - send message, **Shift + Enter** - new line",
"settings_modal_ctrl_enter_send_description_md": "**Ctrl + Enter** - send message, **Enter** - new line", "settings_modal_ctrl_enter_send_description_md": "**Ctrl + Enter** - send message, **Enter** - new line",
"settings_modal_send_on_enter": "Send on Enter", "settings_modal_send_on_enter": "Send on Enter",
"settings_modal_phone": "Phone",
"settings_modal_about": "About", "settings_modal_about": "About",
"settings_modal_source_code_github": "Source code on GitHub", "settings_modal_source_code_github": "Source code on GitHub",
"settings_modal_follow_us_twitter": "Follow us on Twitter!", "settings_modal_follow_us_twitter": "Follow us on Twitter!",
@ -55,6 +56,13 @@
"profile_edit_submit": "Save", "profile_edit_submit": "Save",
"profile_edit_submit_active": "Saving...", "profile_edit_submit_active": "Saving...",
"username_edit_modal_title": "Change username",
"username_edit_placeholder": "Username",
"username_edit_description_md": "You can choose a username on **Telegram**. If you do, other people will be able to find you by this username and contact you without knowing your phone number.\n\nYou can use a-z, 0-9 and underscores. Minimum length is 5 characters.",
"username_edit_submit": "Save",
"username_edit_submit_active": "Saving...",
"user_modal_menu_more": "More", "user_modal_menu_more": "More",
"user_modal_send_message": "Send message", "user_modal_send_message": "Send message",
"user_modal_edit_contact": "Edit contact", "user_modal_edit_contact": "Edit contact",
@ -62,7 +70,9 @@
"user_modal_add_contact": "Add to contacts", "user_modal_add_contact": "Add to contacts",
"user_modal_share_contact": "Share contact", "user_modal_share_contact": "Share contact",
"user_modal_delete_chat": "Delete chat", "user_modal_delete_chat": "Delete chat",
"user_modal_info": "Info",
"user_modal_phone": "Phone", "user_modal_phone": "Phone",
"user_modal_username": "Username",
"user_modal_settings": "Settings", "user_modal_settings": "Settings",
"user_modal_notifications": "Notifications", "user_modal_notifications": "Notifications",
"user_modal_contact_info": "Contact info", "user_modal_contact_info": "Contact info",
@ -204,7 +214,8 @@
"error_modal_photo_too_small_description": "The photo you provided is too small.", "error_modal_photo_too_small_description": "The photo you provided is too small.",
"error_modal_no_phone_user_description_md": "Sorry, there is no **Telegram** account with the phone number you provided.", "error_modal_no_phone_user_description_md": "Sorry, there is no **Telegram** account with the phone number you provided.",
"error_modal_no_phone_users_description_md": "Sorry, there are no **Telegram** accounts with the phone numbers you provided.", "error_modal_no_phone_users_description_md": "Sorry, there are no **Telegram** accounts with the phone numbers you provided.",
"error_modal_phonebook_required_description": "Telegram needs access to phonebook to import contacts.", "error_modal_username_invalid_description": "Sorry, this username is not allowed.",
"error_modal_username_occupied_description": "Sorry, this username is already taken.",
"error_modal_bad_request_description": "One of the params is missing or invalid.", "error_modal_bad_request_description": "One of the params is missing or invalid.",
"error_modal_unauthorized_description": "This action requires authorization access. Please {login-link: log in}.", "error_modal_unauthorized_description": "This action requires authorization access. Please {login-link: log in}.",
@ -218,6 +229,7 @@
"head_new_contact": "New Contact", "head_new_contact": "New Contact",
"head_contacts": "Contacts", "head_contacts": "Contacts",
"head_contacts_title": "Contacts", "head_contacts_title": "Contacts",
"im_found_title": "Global search",
"head_settings": "Settings", "head_settings": "Settings",
"head_log_out": "Log Out", "head_log_out": "Log Out",
"head_edit_messages": "Edit messages", "head_edit_messages": "Edit messages",

68
js/locales/es-es.json

@ -27,6 +27,8 @@
"settings_modal_set_photo": "Establecer foto de perfil", "settings_modal_set_photo": "Establecer foto de perfil",
"settings_modal_photo_updating": "Actualizando", "settings_modal_photo_updating": "Actualizando",
"settings_modal_edit_profile": "Editar perfil", "settings_modal_edit_profile": "Editar perfil",
"settings_modal_edit_username": "Change username",
"settings_modal_empty_username_set": "Set username",
"settings_modal_terminate_sessions": "Cerrar todas las otras sesiones", "settings_modal_terminate_sessions": "Cerrar todas las otras sesiones",
"settings_modal_settings": "Ajustes", "settings_modal_settings": "Ajustes",
"settings_modal_notification_alert": "Alertas de notificaciones", "settings_modal_notification_alert": "Alertas de notificaciones",
@ -38,24 +40,31 @@
"settings_modal_enter_send_description_md": "**Intro** - enviar mensaje, **Shift + Intro** - nueva línea", "settings_modal_enter_send_description_md": "**Intro** - enviar mensaje, **Shift + Intro** - nueva línea",
"settings_modal_ctrl_enter_send_description_md": "**Ctrl + Intro** - enviar mensaje, **Intro** - nueva línea", "settings_modal_ctrl_enter_send_description_md": "**Ctrl + Intro** - enviar mensaje, **Intro** - nueva línea",
"settings_modal_send_on_enter": "Enviar con Intro", "settings_modal_send_on_enter": "Enviar con Intro",
"settings_modal_phone": "Teléfono",
"settings_modal_about": "Acerca de", "settings_modal_about": "Acerca de",
"settings_modal_source_code_github": "Código fuente en GitHub", "settings_modal_source_code_github": "Código fuente en GitHub",
"settings_modal_follow_us_twitter": "¡Síguenos en Twitter!", "settings_modal_follow_us_twitter": "¡Síguenos en Twitter!",
"settings_modal_recent_updates": "Últimas actualizaciones (ver. {version})", "settings_modal_recent_updates": "Últimas actualizaciones (ver. {version})",
"page_title_pluralize_notifications": "{'0': 'No notifications', 'one': '1 notification', 'other': '{} notifications'}",
"profile_edit_modal_title": "Editar perfil", "profile_edit_modal_title": "Editar perfil",
"profile_edit_first_name": "Nombre", "profile_edit_first_name": "Nombre",
"profile_edit_last_name": "Apellido", "profile_edit_last_name": "Apellido",
"profile_edit_submit": "Guardar", "profile_edit_submit": "Guardar",
"profile_edit_submit_active": "Guardando...", "profile_edit_submit_active": "Guardando...",
"username_edit_modal_title": "Change username",
"username_edit_placeholder": "Username",
"username_edit_description_md": "Choose a username so that other people can find you on **Telegram** and message you without knowing your phone number.\n\nYou can use a-z, 0-9 and underscores.",
"username_edit_submit": "Save",
"username_edit_submit_active": "Saving...",
"user_modal_menu_more": "Más", "user_modal_menu_more": "Más",
"user_modal_send_message": "Enviar mensaje", "user_modal_send_message": "Enviar mensaje",
"user_modal_edit_contact": "Editar contacto", "user_modal_edit_contact": "Editar contacto",
"user_modal_delete_contact": "Eliminar contacto", "user_modal_delete_contact": "Eliminar contacto",
"user_modal_add_contact": "Añadir a contactos", "user_modal_add_contact": "Añadir a Contactos",
"user_modal_share_contact": "Compartir contacto", "user_modal_share_contact": "Compartir contacto",
"user_modal_delete_chat": "Eliminar chat", "user_modal_delete_chat": "Eliminar chat",
"user_modal_info": "Info",
"user_modal_phone": "Teléfono", "user_modal_phone": "Teléfono",
"user_modal_username": "Username",
"user_modal_settings": "Ajustes", "user_modal_settings": "Ajustes",
"user_modal_notifications": "Notificaciones", "user_modal_notifications": "Notificaciones",
"user_modal_contact_info": "Información", "user_modal_contact_info": "Información",
@ -71,7 +80,7 @@
"user_first_name_deleted": "ELIMINADO", "user_first_name_deleted": "ELIMINADO",
"user_status_offline": "fuera de línea", "user_status_offline": "fuera de línea",
"user_status_online": "en línea", "user_status_online": "en línea",
"user_status_last_seen": "última vez: {0}", "user_status_last_seen": "última vez {0}",
"chat_title_deleted": "ELIMINADO", "chat_title_deleted": "ELIMINADO",
"format_size_progress_mulitple": "{done} de {total} {parts}", "format_size_progress_mulitple": "{done} de {total} {parts}",
"format_size_progress": "{done} de {total}", "format_size_progress": "{done} de {total}",
@ -192,6 +201,7 @@
"head_new_contact": "Nuevo contacto", "head_new_contact": "Nuevo contacto",
"head_contacts": "Contactos", "head_contacts": "Contactos",
"head_contacts_title": "Contactos", "head_contacts_title": "Contactos",
"im_found_title": "Global search",
"head_settings": "Ajustes", "head_settings": "Ajustes",
"head_log_out": "Cerrar sesión", "head_log_out": "Cerrar sesión",
"head_edit_messages": "Editar mensajes", "head_edit_messages": "Editar mensajes",
@ -202,9 +212,9 @@
"head_about": "Acerca de", "head_about": "Acerca de",
"head_clear_all": "Borrar todo", "head_clear_all": "Borrar todo",
"head_edit": "Editar", "head_edit": "Editar",
"head_typing": "escribe", "head_typing": "escribiendo",
"head_pluralize_participants": "{'0': 'Sin miembro', 'one': '1 miembro', 'other': '{} miembros'}", "head_pluralize_participants": "{'0': 'Sin miembro', 'one': '1 miembro', 'other': '{} miembros'}",
"head_one_typing": "{name1} escribe{dots}", "head_one_typing": "{name1} está escribiendo{dots}",
"head_two_typing": "{name1}, {name2}{dots}", "head_two_typing": "{name1}, {name2}{dots}",
"head_many_typing": "{name1}+{names}{dots}", "head_many_typing": "{name1}+{names}{dots}",
"head_waiting_for_network": "Esperando red", "head_waiting_for_network": "Esperando red",
@ -237,9 +247,9 @@
"im_show_recent_messages": "Mostrar mensajes recientes", "im_show_recent_messages": "Mostrar mensajes recientes",
"im_show_all_messages": "Mostrar todos los mensajes", "im_show_all_messages": "Mostrar todos los mensajes",
"im_no_messages": "Aún no hay mensajes...", "im_no_messages": "Aún no hay mensajes...",
"im_one_typing": "{name1} escribe{dots}", "im_one_typing": "{name1} está escribiendo{dots}",
"im_two_typing": "{name1} y {name2} escriben{dots}", "im_two_typing": "{name1} y {name2} están escribiendo{dots}",
"im_many_typing": "{name1}, {name2} y {count} más escriben{dots}", "im_many_typing": "{name1}, {name2} y {count} más están escribiendo{dots}",
"im_delete_chat": "Eliminar chat", "im_delete_chat": "Eliminar chat",
"im_clear_history": "Borrar historial", "im_clear_history": "Borrar historial",
"im_delete": "Eliminar {count}", "im_delete": "Eliminar {count}",
@ -253,21 +263,21 @@
"login_sign_in": "Registrarse", "login_sign_in": "Registrarse",
"login_enter_number_description": "Por favor, escoge tu país y pon tu número de teléfono completo.", "login_enter_number_description": "Por favor, escoge tu país y pon tu número de teléfono completo.",
"login_incorrect_number": "Número de teléfono incorrecto", "login_incorrect_number": "Número de teléfono incorrecto",
"login_tel_input_placeholder": "Ingresa tu número de teléfono", "login_tel_input_placeholder": "Inserta tu número de teléfono",
"login_generating_key": "Generando claves", "login_generating_key": "Generando claves",
"login_generating_keys_info": "Las claves sólo se generan una vez. Puede tardar unos minutos en dispositivos lentos. Por favor, ten paciencia.", "login_generating_keys_info": "Las claves sólo se generan una vez. Puede tardar unos minutos en dispositivos lentos. Por favor, ten paciencia.",
"login_edit_number": "Editar el número de teléfono", "login_edit_number": "Editar el número de teléfono",
"login_enter_code_label_md": "Por favor, ingresa el código que acabas de recibir en tu otra aplicación de **Telegram**", "login_enter_code_label_md": "Por favor, inserta el código que acabas de recibir en tu otra aplicación de **Telegram**",
"login_code_not_received": "¿No has recibido el código?", "login_code_not_received": "¿No has recibido el código?",
"login_enter_sms_code_label_md": "Te hemos enviado un código vía SMS.\nPor favor, ingrésalo a continuación.", "login_enter_sms_code_label_md": "Te hemos enviado un código vía SMS.\nPor favor, insértalo a continuación.",
"login_call_remaining": "Telegram te llamará en {remaining}", "login_call_remaining": "Telegram te llamará en {remaining}",
"login_calling": "Telegram te está llamando", "login_calling": "Telegram te está llamando",
"login_number_dialed": "Telegram marcó tu número", "login_number_dialed": "Telegram marcó tu número",
"login_incorrect_sms_code": "Código SMS incorrecto", "login_incorrect_sms_code": "Código SMS incorrecto",
"login_number_input_placeholder": "Ingresa tu código", "login_number_input_placeholder": "Inserta tu código",
"login_checking_code": "Comprobando el código", "login_checking_code": "Comprobando el código",
"login_your_info": "Tu información", "login_your_info": "Tu información",
"login_fulll_name_label": "Por favor, ingresa tu nombre completo para crear tu cuenta de Telegram.", "login_fulll_name_label": "Por favor, inserta tu nombre completo para crear tu cuenta de Telegram.",
"login_incorrect_first_name": "Nombre incorrecto", "login_incorrect_first_name": "Nombre incorrecto",
"login_first_name": "Nombre", "login_first_name": "Nombre",
"login_incorrect_last_name": "Apellido incorrecto", "login_incorrect_last_name": "Apellido incorrecto",
@ -289,12 +299,12 @@
"phonebook_modal_title": "Agenda de contactos", "phonebook_modal_title": "Agenda de contactos",
"phonebook_modal_deselect_all": "Descartar todos", "phonebook_modal_deselect_all": "Descartar todos",
"phonebook_modal_select_all": "Elegir todos", "phonebook_modal_select_all": "Elegir todos",
"phonebook_modal_empty": "La agenda de contactos está vacía.", "phonebook_modal_empty": "Tu agenda de contactos está vacía.",
"phonebook_modal_submit_active": "Importando", "phonebook_modal_submit_active": "Importando",
"phonebook_modal_submit": "Importar contactos", "phonebook_modal_submit": "Importar contactos",
"welcome_header_md": "**Telegram** Web", "welcome_header_md": "**Telegram** Web",
"welcome_text_1_md": "Este es un cliente web no oficial para **Telegram Messenger**.", "welcome_text_1_md": "Este es un cliente web no oficial para **Telegram Messenger**.",
"welcome_text_2_md": "Esta es una **versión alfa** y puede no ser un 200% confiable", "welcome_text_2_md": "Es una **versión alfa** y puede no ser fiable al 200%",
"welcome_start_messaging": "Comenzar a conversar", "welcome_start_messaging": "Comenzar a conversar",
"welcome_fast_messaging_header": "Mensajería rápida", "welcome_fast_messaging_header": "Mensajería rápida",
"welcome_fast_messaging_text": "Envía mensajes con emoticonos directamente desde tu computador o portátil.", "welcome_fast_messaging_text": "Envía mensajes con emoticonos directamente desde tu computador o portátil.",
@ -333,7 +343,7 @@
"country_select_modal_country_bt": "Bután", "country_select_modal_country_bt": "Bután",
"country_select_modal_country_bo": "Bolivia", "country_select_modal_country_bo": "Bolivia",
"country_select_modal_country_bq": "Caribe Neerlandés", "country_select_modal_country_bq": "Caribe Neerlandés",
"country_select_modal_country_ba": "Bosnia-Herzegovina", "country_select_modal_country_ba": "Bosnia y Herzegovina",
"country_select_modal_country_bw": "Botsuana", "country_select_modal_country_bw": "Botsuana",
"country_select_modal_country_br": "Brasil", "country_select_modal_country_br": "Brasil",
"country_select_modal_country_io": "Territorio Británico del Océano Índico", "country_select_modal_country_io": "Territorio Británico del Océano Índico",
@ -341,7 +351,7 @@
"country_select_modal_country_bn": "Brunéi", "country_select_modal_country_bn": "Brunéi",
"country_select_modal_country_bg": "Bulgaria", "country_select_modal_country_bg": "Bulgaria",
"country_select_modal_country_bf": "Burkina Faso", "country_select_modal_country_bf": "Burkina Faso",
"country_select_modal_country_mm": "Myanmar (Birmania)", "country_select_modal_country_mm": "Myanmar/Birmania",
"country_select_modal_country_bi": "Burundi", "country_select_modal_country_bi": "Burundi",
"country_select_modal_country_kh": "Camboya", "country_select_modal_country_kh": "Camboya",
"country_select_modal_country_cm": "Camerún", "country_select_modal_country_cm": "Camerún",
@ -352,7 +362,7 @@
"country_select_modal_country_td": "Chad", "country_select_modal_country_td": "Chad",
"country_select_modal_country_cl": "Chile", "country_select_modal_country_cl": "Chile",
"country_select_modal_country_cn": "China", "country_select_modal_country_cn": "China",
"country_select_modal_country_cx": "Isla de Navidad", "country_select_modal_country_cx": "Isla Christmas",
"country_select_modal_country_cc": "Islas Cocos", "country_select_modal_country_cc": "Islas Cocos",
"country_select_modal_country_co": "Colombia", "country_select_modal_country_co": "Colombia",
"country_select_modal_country_km": "Comoras", "country_select_modal_country_km": "Comoras",
@ -398,13 +408,13 @@
"country_select_modal_country_gp": "Guadalupe", "country_select_modal_country_gp": "Guadalupe",
"country_select_modal_country_gu": "Guam", "country_select_modal_country_gu": "Guam",
"country_select_modal_country_gt": "Guatemala", "country_select_modal_country_gt": "Guatemala",
"country_select_modal_country_gg": "Guernsey", "country_select_modal_country_gg": "Guernesey",
"country_select_modal_country_gn": "Guinea", "country_select_modal_country_gn": "Guinea",
"country_select_modal_country_gw": "Guinea-Bisáu", "country_select_modal_country_gw": "Guinea-Bisáu",
"country_select_modal_country_gy": "Guyana", "country_select_modal_country_gy": "Guyana",
"country_select_modal_country_ht": "Haití", "country_select_modal_country_ht": "Haití",
"country_select_modal_country_hn": "Honduras", "country_select_modal_country_hn": "Honduras",
"country_select_modal_country_hk": "RAE de Hong Kong (China)", "country_select_modal_country_hk": "Hong Kong, China",
"country_select_modal_country_hu": "Hungría", "country_select_modal_country_hu": "Hungría",
"country_select_modal_country_is": "Islandia", "country_select_modal_country_is": "Islandia",
"country_select_modal_country_in": "India", "country_select_modal_country_in": "India",
@ -435,7 +445,7 @@
"country_select_modal_country_li": "Liechtenstein", "country_select_modal_country_li": "Liechtenstein",
"country_select_modal_country_lt": "Lituania", "country_select_modal_country_lt": "Lituania",
"country_select_modal_country_lu": "Luxemburgo", "country_select_modal_country_lu": "Luxemburgo",
"country_select_modal_country_mo": "RAE de Macao (China)", "country_select_modal_country_mo": "Macao, China",
"country_select_modal_country_mk": "Macedonia", "country_select_modal_country_mk": "Macedonia",
"country_select_modal_country_mg": "Madagascar", "country_select_modal_country_mg": "Madagascar",
"country_select_modal_country_mw": "Malaui", "country_select_modal_country_mw": "Malaui",
@ -466,7 +476,7 @@
"country_select_modal_country_ni": "Nicaragua", "country_select_modal_country_ni": "Nicaragua",
"country_select_modal_country_ne": "Níger", "country_select_modal_country_ne": "Níger",
"country_select_modal_country_ng": "Nigeria", "country_select_modal_country_ng": "Nigeria",
"country_select_modal_country_nu": "Isla Niue", "country_select_modal_country_nu": "Niue",
"country_select_modal_country_nf": "Isla Norfolk", "country_select_modal_country_nf": "Isla Norfolk",
"country_select_modal_country_mp": "Islas Marianas del Norte", "country_select_modal_country_mp": "Islas Marianas del Norte",
"country_select_modal_country_no": "Noruega", "country_select_modal_country_no": "Noruega",
@ -483,35 +493,35 @@
"country_select_modal_country_pl": "Polonia", "country_select_modal_country_pl": "Polonia",
"country_select_modal_country_pt": "Portugal", "country_select_modal_country_pt": "Portugal",
"country_select_modal_country_pr": "Puerto Rico", "country_select_modal_country_pr": "Puerto Rico",
"country_select_modal_country_qa": "Catar", "country_select_modal_country_qa": "Qatar",
"country_select_modal_country_re": "Reunión", "country_select_modal_country_re": "Reunión",
"country_select_modal_country_ro": "Rumania", "country_select_modal_country_ro": "Rumanía",
"country_select_modal_country_ru": "Rusia", "country_select_modal_country_ru": "Rusia",
"country_select_modal_country_rw": "Ruanda", "country_select_modal_country_rw": "Ruanda",
"country_select_modal_country_bl": "San Bartolomé", "country_select_modal_country_bl": "San Bartolomé",
"country_select_modal_country_sh": "Santa Elena", "country_select_modal_country_sh": "Santa Elena",
"country_select_modal_country_kn": "San Cristóbal y Nieves", "country_select_modal_country_kn": "San Cristóbal y Nieves",
"country_select_modal_country_lc": "Santa Lucía", "country_select_modal_country_lc": "Santa Lucía",
"country_select_modal_country_mf": "San Martín", "country_select_modal_country_mf": "San Martín, Francia",
"country_select_modal_country_pm": "San Pedro y Miquelón", "country_select_modal_country_pm": "San Pedro y Miquelón",
"country_select_modal_country_vc": "San Vicente y las Granadinas", "country_select_modal_country_vc": "San Vicente y las Granadinas",
"country_select_modal_country_ws": "Samoa", "country_select_modal_country_ws": "Samoa",
"country_select_modal_country_sm": "San Marino", "country_select_modal_country_sm": "San Marino",
"country_select_modal_country_st": "Santo Tomé y Príncipe", "country_select_modal_country_st": "Santo Tomé y Príncipe",
"country_select_modal_country_sa": "Arabia Saudita", "country_select_modal_country_sa": "Arabia Saudí",
"country_select_modal_country_sn": "Senegal", "country_select_modal_country_sn": "Senegal",
"country_select_modal_country_rs": "Serbia", "country_select_modal_country_rs": "Serbia",
"country_select_modal_country_sc": "Seychelles", "country_select_modal_country_sc": "Seychelles",
"country_select_modal_country_sl": "Sierra Leona", "country_select_modal_country_sl": "Sierra Leona",
"country_select_modal_country_sg": "Singapur", "country_select_modal_country_sg": "Singapur",
"country_select_modal_country_nl_bq3": "San Eustaquio", "country_select_modal_country_nl_bq3": "San Eustaquio",
"country_select_modal_country_sx": "Sint Maarten", "country_select_modal_country_sx": "San Martín, Países Bajos",
"country_select_modal_country_sk": "Eslovaquia", "country_select_modal_country_sk": "Eslovaquia",
"country_select_modal_country_si": "Eslovenia", "country_select_modal_country_si": "Eslovenia",
"country_select_modal_country_sb": "Islas Salomón", "country_select_modal_country_sb": "Islas Salomón",
"country_select_modal_country_so": "Somalia", "country_select_modal_country_so": "Somalia",
"country_select_modal_country_za": "Sudáfrica", "country_select_modal_country_za": "Sudáfrica",
"country_select_modal_country_gs": "Islas Georgia del Sur y Sandwich del Sur", "country_select_modal_country_gs": "Georgia del Sur e Islas Sandwich del Sur",
"country_select_modal_country_ge_so": "Osetia del Sur", "country_select_modal_country_ge_so": "Osetia del Sur",
"country_select_modal_country_ss": "Sudán del Sur", "country_select_modal_country_ss": "Sudán del Sur",
"country_select_modal_country_es": "España", "country_select_modal_country_es": "España",
@ -542,7 +552,7 @@
"country_select_modal_country_uk": "Reino Unido", "country_select_modal_country_uk": "Reino Unido",
"country_select_modal_country_us": "Estados Unidos", "country_select_modal_country_us": "Estados Unidos",
"country_select_modal_country_uy": "Uruguay", "country_select_modal_country_uy": "Uruguay",
"country_select_modal_country_vi": "Islas Vírgenes de EE.UU.", "country_select_modal_country_vi": "Islas Vírgenes de EE. UU.",
"country_select_modal_country_uz": "Uzbekistán", "country_select_modal_country_uz": "Uzbekistán",
"country_select_modal_country_vu": "Vanuatu", "country_select_modal_country_vu": "Vanuatu",
"country_select_modal_country_ve": "Venezuela", "country_select_modal_country_ve": "Venezuela",

12
js/locales/it-it.json

@ -27,6 +27,8 @@
"settings_modal_set_photo": "Imposta foto profilo", "settings_modal_set_photo": "Imposta foto profilo",
"settings_modal_photo_updating": "Caricamento", "settings_modal_photo_updating": "Caricamento",
"settings_modal_edit_profile": "Modifica profilo", "settings_modal_edit_profile": "Modifica profilo",
"settings_modal_edit_username": "Cambia username",
"settings_modal_empty_username_set": "Imposta username",
"settings_modal_terminate_sessions": "Termina tutte le sessioni", "settings_modal_terminate_sessions": "Termina tutte le sessioni",
"settings_modal_settings": "Impostazioni", "settings_modal_settings": "Impostazioni",
"settings_modal_notification_alert": "Avvisi di notifica", "settings_modal_notification_alert": "Avvisi di notifica",
@ -38,16 +40,21 @@
"settings_modal_enter_send_description_md": "**Invio** - invia messaggio, **Shift + Invio** - nuova riga", "settings_modal_enter_send_description_md": "**Invio** - invia messaggio, **Shift + Invio** - nuova riga",
"settings_modal_ctrl_enter_send_description_md": "**Ctrl + Invio** - invia messaggio, **Invio** - nuova riga", "settings_modal_ctrl_enter_send_description_md": "**Ctrl + Invio** - invia messaggio, **Invio** - nuova riga",
"settings_modal_send_on_enter": "Spedisci con Invio", "settings_modal_send_on_enter": "Spedisci con Invio",
"settings_modal_phone": "Telefono",
"settings_modal_about": "Info", "settings_modal_about": "Info",
"settings_modal_source_code_github": "Codice sorgente su GitHub", "settings_modal_source_code_github": "Codice sorgente su GitHub",
"settings_modal_follow_us_twitter": "Seguici su Twitter!", "settings_modal_follow_us_twitter": "Seguici su Twitter!",
"settings_modal_recent_updates": "Nuovi aggiornamenti (ver. {version})", "settings_modal_recent_updates": "Nuovi aggiornamenti (ver. {version})",
"page_title_pluralize_notifications": "{'0': 'Nessuna notifica', 'one': '1 notifica' , 'other' : '{} notifiche' }",
"profile_edit_modal_title": "Modifica profilo", "profile_edit_modal_title": "Modifica profilo",
"profile_edit_first_name": "Nome", "profile_edit_first_name": "Nome",
"profile_edit_last_name": "Cognome", "profile_edit_last_name": "Cognome",
"profile_edit_submit": "Salva", "profile_edit_submit": "Salva",
"profile_edit_submit_active": "Salvataggio...", "profile_edit_submit_active": "Salvataggio...",
"username_edit_modal_title": "Cambia username",
"username_edit_placeholder": "Username",
"username_edit_description_md": "Scegli un username così le persone potranno cercarti su **Telegram** e scriverti senza sapere il tuo numero di telefono.\n\nPuoi usare i caratteri a-z, 0-9 e l'underscore .",
"username_edit_submit": "Salva",
"username_edit_submit_active": "Salvataggio...",
"user_modal_menu_more": "Più", "user_modal_menu_more": "Più",
"user_modal_send_message": "Invia messaggio", "user_modal_send_message": "Invia messaggio",
"user_modal_edit_contact": "Modifica contatto", "user_modal_edit_contact": "Modifica contatto",
@ -55,7 +62,9 @@
"user_modal_add_contact": "Aggiungi ai contatti", "user_modal_add_contact": "Aggiungi ai contatti",
"user_modal_share_contact": "Condividi contatto", "user_modal_share_contact": "Condividi contatto",
"user_modal_delete_chat": "Elimina Chat", "user_modal_delete_chat": "Elimina Chat",
"user_modal_info": "Info",
"user_modal_phone": "Telefono", "user_modal_phone": "Telefono",
"user_modal_username": "Username",
"user_modal_settings": "Impostazioni", "user_modal_settings": "Impostazioni",
"user_modal_notifications": "Notifiche", "user_modal_notifications": "Notifiche",
"user_modal_contact_info": "Informazioni contatto", "user_modal_contact_info": "Informazioni contatto",
@ -192,6 +201,7 @@
"head_new_contact": "Nuovo Contatto", "head_new_contact": "Nuovo Contatto",
"head_contacts": "Contatti", "head_contacts": "Contatti",
"head_contacts_title": "Contatti", "head_contacts_title": "Contatti",
"im_found_title": "Ricerca globale",
"head_settings": "Impostazioni", "head_settings": "Impostazioni",
"head_log_out": "Disconnetti", "head_log_out": "Disconnetti",
"head_edit_messages": "Modifica messaggi", "head_edit_messages": "Modifica messaggi",

2
manifest.json

@ -1,7 +1,7 @@
{ {
"name": "Telegram", "name": "Telegram",
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", "description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
"version": "0.3.1", "version": "0.3.2",
"short_name": "Webogram", "short_name": "Webogram",
"manifest_version": 2, "manifest_version": 2,
"app": { "app": {

2
manifest.webapp

@ -1,7 +1,7 @@
{ {
"name": "Telegram", "name": "Telegram",
"description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", "description": "Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
"version": "0.3.1", "version": "0.3.2",
"type": "privileged", "type": "privileged",
"launch_path": "/index.html", "launch_path": "/index.html",
"developer": { "developer": {

2
webogram.appcache

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Time: Thu Oct 02 2014 17:17:07 GMT+0400 (MSK) # Time: Wed Oct 15 2014 22:22:13 GMT+0400 (MSK)
CACHE: CACHE:

Loading…
Cancel
Save