Browse Source

Update 2016-11-17T18:09:43.740Z

gh-pages
Igor Zhukov 9 years ago
parent
commit
866bf56a61
  1. 1
      css/app.css
  2. 1
      css/badbrowser.css
  3. 17
      css/mobile.css
  4. BIN
      img/Manytabs.png
  5. BIN
      img/Manytabs_2x.png
  6. BIN
      img/Telegram.png
  7. BIN
      img/Telegram72.png
  8. BIN
      img/Telegram72_2x.png
  9. BIN
      img/Telegram_2x.png
  10. BIN
      img/changelog/card_wecandoit.png
  11. BIN
      img/emojisprite_0.png
  12. BIN
      img/emojisprite_1.png
  13. BIN
      img/emojisprite_2.png
  14. BIN
      img/emojisprite_3.png
  15. BIN
      img/emojisprite_4.png
  16. BIN
      img/icons/AboutLogos_2x.png
  17. BIN
      img/icons/General.png
  18. BIN
      img/icons/General_2x.png
  19. BIN
      img/icons/IconsetSmiles.png
  20. BIN
      img/icons/IconsetSmiles_2x.png
  21. BIN
      img/icons/IconsetW.png
  22. BIN
      img/icons/IconsetW_2x.png
  23. BIN
      img/icons/Major.png
  24. BIN
      img/icons/Major_2x.png
  25. BIN
      img/icons/MobileIcons.png
  26. BIN
      img/icons/MobileIcons_2x.png
  27. BIN
      img/icons/PhotoIcons.png
  28. BIN
      img/icons/PhotoIcons_2x.png
  29. BIN
      img/icons/ProfileIcons.png
  30. BIN
      img/icons/ProfileIcons_2x.png
  31. BIN
      img/icons/icon120.png
  32. BIN
      img/icons/icon128.png
  33. BIN
      img/icons/icon16.png
  34. BIN
      img/icons/icon32.png
  35. BIN
      img/icons/icon60.png
  36. BIN
      img/icons/icon64.png
  37. BIN
      img/icons/icon90.png
  38. BIN
      img/iphone_home120.png
  39. BIN
      img/iphone_startup.png
  40. BIN
      img/logo_share.png
  41. BIN
      img/placeholders/DialogListAvatarSystem@2x.png
  42. BIN
      img/placeholders/GroupAvatar1@2x.png
  43. BIN
      img/placeholders/GroupAvatar2@2x.png
  44. BIN
      img/placeholders/GroupAvatar3@2x.png
  45. BIN
      img/placeholders/GroupAvatar4@2x.png
  46. BIN
      img/placeholders/UserAvatar1@2x.png
  47. BIN
      img/placeholders/UserAvatar2@2x.png
  48. BIN
      img/placeholders/UserAvatar3@2x.png
  49. BIN
      img/placeholders/UserAvatar4@2x.png
  50. BIN
      img/placeholders/UserAvatar5@2x.png
  51. BIN
      img/placeholders/UserAvatar6@2x.png
  52. BIN
      img/placeholders/UserAvatar7@2x.png
  53. BIN
      img/placeholders/UserAvatar8@2x.png
  54. 82
      js/app.js
  55. 4
      js/locales/de-de.json
  56. 6
      js/locales/en-us.json
  57. 12
      js/locales/es-es.json
  58. 52
      js/locales/it-it.json
  59. 16
      js/locales/nl-nl.json
  60. 68
      js/locales/ru-ru.json
  61. 2
      service_worker.js
  62. 4
      webogram.appcache

1
css/app.css

@ -1761,6 +1761,7 @@ li.inline_result_gif.composer_autocomplete_option_active a,li.inline_result_phot
li.inline_result_gif.composer_autocomplete_option_active a .inline_result_ind,li.inline_result_photo.composer_autocomplete_option_active a .inline_result_ind,li.inline_result_sticker.composer_autocomplete_option_active a .inline_result_ind{display:block;background:rgba(255,255,255,.3);width:100%;height:100%;position:absolute}
.inline_result_gif .img_gif_video,.inline_result_photo .inline_result_photo_image{object-fit:cover}
.inline_result_sticker img{object-fit:contain}
.inline_result_game img{object-fit:cover;width:50px;height:50px}
.inline_result_gif_http,.inline_result_gif_mtproto,.inline_result_photo_http,.inline_result_photo_mtproto{pointer-events:none}
.error_modal_description{color:#999;padding:5px 0;font-size:13px;line-height:160%}
.md_simple_modal_alert_body .error_modal_description,.md_simple_modal_alert_body .md_simple_header{text-align:center}

1
css/badbrowser.css

@ -1714,6 +1714,7 @@ li.inline_result_gif.composer_autocomplete_option_active a,li.inline_result_phot
li.inline_result_gif.composer_autocomplete_option_active a .inline_result_ind,li.inline_result_photo.composer_autocomplete_option_active a .inline_result_ind,li.inline_result_sticker.composer_autocomplete_option_active a .inline_result_ind{display:block;background:rgba(255,255,255,.3);width:100%;height:100%;position:absolute}
.inline_result_gif .img_gif_video,.inline_result_photo .inline_result_photo_image{object-fit:cover}
.inline_result_sticker img{object-fit:contain}
.inline_result_game img{object-fit:cover;width:50px;height:50px}
.inline_result_gif_http,.inline_result_gif_mtproto,.inline_result_photo_http,.inline_result_photo_mtproto{pointer-events:none}
.error_modal_description{color:#999;padding:5px 0;font-size:13px;line-height:160%}
.md_simple_modal_alert_body .error_modal_description,.md_simple_modal_alert_body .md_simple_header{text-align:center}

17
css/mobile.css

@ -441,6 +441,15 @@ html {
background: #f1f1f1;
margin-top: 0;
}
.im_message_body_media .im_message_game {
padding: 5px;
border-radius: 3px;
background: #f1f1f1;
margin-top: 0;
}
.im_message_body_media .im_message_game .im_message_webpage_wrap {
margin-left: 3px;
}
.im_message_body_media .im_message_geopoint {
width: 200px;
height: 100px;
@ -713,6 +722,11 @@ a.im_message_author_via .im_message_fwd_author {
.im_history_messages_group .im_message_sign_link {
font-size: 12px;
}
.im_service_message a.im_message_author {
display: inline;
font-size: 13px;
font-weight: normal;
}
.im_grouped_short a.im_message_from_photo,
.im_grouped_short a.im_message_author,
.im_grouped_short a.im_message_author_via,
@ -1050,6 +1064,9 @@ a.mobile_modal_action .tg_checkbox_label {
left: auto;
right: -9px;
}
.game_modal_wrap .modal-body {
padding: 0;
}
.photo_modal_window .modal-content,
.video_modal_window .modal-content {
border-radius: 0;

BIN
img/Manytabs.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 41 KiB

BIN
img/Manytabs_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 98 KiB

BIN
img/Telegram.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 420 B

BIN
img/Telegram72.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
img/Telegram72_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
img/Telegram_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 719 B

BIN
img/changelog/card_wecandoit.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 63 KiB

BIN
img/emojisprite_0.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 722 KiB

After

Width:  |  Height:  |  Size: 676 KiB

BIN
img/emojisprite_1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 531 KiB

After

Width:  |  Height:  |  Size: 496 KiB

BIN
img/emojisprite_2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 956 KiB

After

Width:  |  Height:  |  Size: 898 KiB

BIN
img/emojisprite_3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 KiB

After

Width:  |  Height:  |  Size: 378 KiB

BIN
img/emojisprite_4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 532 KiB

After

Width:  |  Height:  |  Size: 476 KiB

BIN
img/icons/AboutLogos_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
img/icons/General.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
img/icons/General_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 11 KiB

BIN
img/icons/IconsetSmiles.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
img/icons/IconsetSmiles_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
img/icons/IconsetW.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
img/icons/IconsetW_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 18 KiB

BIN
img/icons/Major.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 802 B

BIN
img/icons/Major_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
img/icons/MobileIcons.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 939 B

After

Width:  |  Height:  |  Size: 778 B

BIN
img/icons/MobileIcons_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
img/icons/PhotoIcons.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
img/icons/PhotoIcons_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
img/icons/ProfileIcons.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
img/icons/ProfileIcons_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
img/icons/icon120.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
img/icons/icon128.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
img/icons/icon16.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
img/icons/icon32.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 959 B

After

Width:  |  Height:  |  Size: 587 B

BIN
img/icons/icon60.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
img/icons/icon64.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
img/icons/icon90.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
img/iphone_home120.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
img/iphone_startup.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 242 B

BIN
img/logo_share.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
img/placeholders/DialogListAvatarSystem@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
img/placeholders/GroupAvatar1@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 969 B

BIN
img/placeholders/GroupAvatar2@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 960 B

BIN
img/placeholders/GroupAvatar3@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 927 B

BIN
img/placeholders/GroupAvatar4@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 868 B

BIN
img/placeholders/UserAvatar1@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 832 B

BIN
img/placeholders/UserAvatar2@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 841 B

BIN
img/placeholders/UserAvatar3@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 752 B

BIN
img/placeholders/UserAvatar4@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 814 B

BIN
img/placeholders/UserAvatar5@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 755 B

BIN
img/placeholders/UserAvatar6@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 806 B

BIN
img/placeholders/UserAvatar7@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 801 B

BIN
img/placeholders/UserAvatar8@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 763 B

82
js/app.js

File diff suppressed because one or more lines are too long

4
js/locales/de-de.json

@ -1,6 +1,6 @@
{
"modal_search": "Suchen",
"modal_close": "Schliessen",
"modal_close": "Schließen",
"modal_edit": "Bearbeiten",
"modal_cancel": "Abbrechen",
"modal_more": "Weiteres...",
@ -73,7 +73,7 @@
"settings_modal_change_password": "Kennwort ändern",
"settings_modal_disable_password": "Deaktivieren",
"settings_modal_disable_password_mobile": "Kennwort deaktivieren",
"settings_modal_password_email_pending": "Link in {email} anklicken, um die zweistufige Bestätigung abzuschliessen.",
"settings_modal_password_email_pending": "Link in {email} anklicken, um die zweistufige Bestätigung abzuschließen.",
"settings_modal_password_email_pending_cancel": "Abbrechen",
"settings_modal_password_email_pending_cancel_mobile": "Kennwort abbrechen",
"password_delete_title": "Kennwort deaktivieren",

6
js/locales/en-us.json

@ -152,6 +152,8 @@
"media_modal_forward": "Forward",
"media_modal_download": "Download",
"media_modal_delete": "Delete",
"game_modal_share_game": "Share Game",
"game_modal_share_score": "Share Score",
"error_browser_no_local_file_system_image_md": "Your browser doesn't support {moz-link: https://developer.mozilla.org/en-US/docs/Web/API/LocalFileSystem | LocalFileSystem} feature which is needed to display this image.\nPlease, install {chrome-link: http://google.com/chrome | Google Chrome} or use {telegram-link: https://telegram.org/ | mobile app} instead.",
"error_image_download_failed": "Download failed",
@ -232,6 +234,7 @@
"confirm_modal_send_to_peer": "Send to {peer}?",
"confirm_modal_share_file_peer": "Share with {peer}?",
"confirm_modal_invite_peer": "Invite to {peer}?",
"confirm_modal_share_game": "Share the game to {peer}?",
"confirm_modal_apply_lang_with_reload_md": "Reload the App to apply language?",
"confirm_modal_migrate_to_https_md": "Telegram Web now supports additional SSL encryption. Would you like to switch to HTTPS?\nThe HTTP version will be disabled soon.",
"confirm_modal_resize_desktop_md": "Would you like to switch to desktop version?",
@ -327,6 +330,7 @@
"conversation_changed_channel_photo": "Channel photo updated",
"conversation_removed_channel_photo": "Channel photo removed",
"conversation_pinned_message": "pinned message",
"conversation_scored_X": "{'one': 'scored {}', 'other': 'scored {}'}",
"conversation_message_sent": "sent you a message",
"conversation_forwarded_X_messages": "{'one': 'forwarded {} message', 'other': 'forwarded {} messages'}",
@ -346,6 +350,7 @@
"message_service_joined_by_link": "joined group via invite link",
"message_service_joined": "joined the group",
"message_service_pinned_message": "pinned «{message}»",
"message_service_scored_game": "{scored} in {message}",
"message_service_unsupported_action": "unsupported action {action}",
"message_service_bot_intro_header": "What can this bot do?",
"message_service_converted_to_supergroup": "upgraded the group to a supergroup",
@ -353,6 +358,7 @@
"message_service_changed_channel_name": "Channel renamed to {channel-name}",
"message_service_changed_channel_photo": "Channel photo updated",
"message_service_removed_channel_photo": "Channel photo removed",
"message_service_scored_X": "{'one': 'scored {}', 'other': 'scored {}'}",
"message_action_reply": "Reply",
"message_action_delete": "Delete",

12
js/locales/es-es.json

@ -18,7 +18,7 @@
"group_modal_menu_more": "Más",
"group_modal_menu_delete_photo": "Eliminar foto",
"group_modal_menu_edit_group": "Editar grupo",
"group_modal_menu_leave": "Abandonar",
"group_modal_menu_leave": "Salir",
"group_modal_menu_delete_group": "Eliminar y salir",
"group_modal_menu_clear_history": "Borrar historial",
"group_modal_delete_group": "Eliminar grupo",
@ -40,7 +40,7 @@
"channel_modal_share_loading": "Cargando{dots}",
"channel_modal_join": "Unirme al canal",
"channel_modal_add_member": "Invitar miembros",
"channel_modal_leave_channel": "Dejar el canal",
"channel_modal_leave_channel": "Salir del canal",
"channel_modal_delete_channel": "Eliminar canal",
"country_select_modal_title": "País",
"settings_modal_title": "Ajustes",
@ -191,9 +191,9 @@
"confirm_modal_logout": "¿Quieres cerrar sesión?",
"confirm_modal_update_reload": "Se ha descargado una nueva versión de Telegram Web. ¿Quieres iniciarla?",
"confirm_modal_history_flush": "¿Quieres limpiar el historial? ¡Esto no puede deshacerse!",
"confirm_modal_history_leave_flush_md": "¿Quieres eliminar todo el historial de mensajes y dejar el grupo?\n\nEsta acción no se puede deshacer.",
"confirm_modal_leave_channel_md": "¿Quieres dejar este canal?\n\nEsta acción no se puede deshacer.",
"confirm_modal_leave_group_md": "¿Quieres dejar este grupo?\n\nEsta acción no se puede deshacer.",
"confirm_modal_history_leave_flush_md": "¿Quieres eliminar todo el historial de mensajes y salir del grupo?\n\nEsta acción no se puede deshacer.",
"confirm_modal_leave_channel_md": "¿Quieres salir de este canal?\n\nEsta acción no se puede deshacer.",
"confirm_modal_leave_group_md": "¿Quieres salir de este grupo?\n\nEsta acción no se puede deshacer.",
"confirm_modal_terminate_sessions": "¿Quieres cerrar la sesión de todos los dispositivos, excepto este?",
"confirm_modal_terminate_session": "¿Quieres cerrar la sesión de este dispositivo?",
"confirm_modal_clipboard_file_send": "¿Quieres enviar archivo(s) desde el portapapeles?",
@ -229,7 +229,7 @@
"confirm_modal_are_u_sure": "¿Confirmar?",
"confirm_modal_logout_submit": "Cerrar sesión",
"confirm_modal_clear_history_submit": "Borrar historial",
"confirm_modal_leave_chat_submit": "Abandonar",
"confirm_modal_leave_chat_submit": "Salir",
"confirm_modal_delete_chat_submit": "Eliminar chat",
"confirm_modal_clipboard_files_send_submit": "Enviar",
"confirm_modal_clipboard_file_send_submit": "Enviar",

52
js/locales/it-it.json

@ -24,7 +24,7 @@
"group_modal_delete_group": "Elimina gruppo",
"group_modal_settings": "Impostazioni",
"group_modal_notifications": "Notifiche",
"group_modal_menu_share_link": "Invita nel gruppo via link",
"group_modal_menu_share_link": "Invita nel gruppo tramite link",
"group_modal_migrate_to_supergroup": "Aggiorna a supergruppo",
"group_modal_members": "Membri",
"group_modal_members_kick": "Rimuovi",
@ -33,7 +33,7 @@
"group_modal_migrate_item1": "I supergruppi hanno massimo 1000 membri",
"group_modal_migrate_item2": "I nuovi membri vedono tutta la cronologia",
"group_modal_migrate_item3": "Gli admin eliminano i messaggi per tutti",
"group_modal_migrate_item4": "Le notifiche sono silenziate di default",
"group_modal_migrate_item4": "Le notifiche sono disattivate di default",
"channel_modal_info": "Info canale",
"channel_modal_description": "Descrizione",
"channel_modal_share_link": "Condividi link",
@ -85,7 +85,7 @@
"password_hint_placeholder": "Inserisci il suggerimento per la password",
"password_email_placeholder": "Imposta e-mail di recupero",
"password_create_description": "La password sarà richiesta quando ti connetti da un nuovo dispositivo insieme al codice.",
"password_create_active": "Salvataggio...",
"password_create_active": "Salvo...",
"password_create_submit": "Salva",
"password_delete_active": "Eliminazione...",
"password_delete_submit": "Elimina password",
@ -106,12 +106,12 @@
"profile_edit_first_name": "Nome",
"profile_edit_last_name": "Cognome",
"profile_edit_submit": "Salva",
"profile_edit_submit_active": "Salvataggio...",
"profile_edit_submit_active": "Salvo...",
"username_edit_modal_title": "Cambia username",
"username_edit_placeholder": "Username",
"username_edit_description_md": "Puoi scegliere un username su **Telegram**. Se lo fai, le altre persone potranno trovarti tramite questo username e contattarti senza conoscere il tuo numero di telefono.\n\nPuoi usare i caratteri a-z, 0-9 e l'underscore. La lunghezza minima è 5 caratteri.",
"username_edit_submit": "Salva",
"username_edit_submit_active": "Salvataggio...",
"username_edit_submit_active": "Salvo...",
"user_modal_menu_more": "Altro",
"user_modal_send_message": "Invia messaggio",
"user_modal_edit_contact": "Modifica contatto",
@ -138,9 +138,9 @@
"media_modal_forward": "Inoltra",
"media_modal_download": "Scarica",
"media_modal_delete": "Elimina",
"error_browser_no_local_file_system_image_md": "Il tuo browser non supporta la funzionalità {moz-link: https://developer.mozilla.org/en-US/docs/Web/API/LocalFileSystem | LocalFileSystem} che è necessaria per visualizzare questa immagine.\nPer favore, installa {chrome-link: http://google.com/chrome | Google Chrome} o usa piuttosto {telegram-link: https://telegram.org/ | l'app mobile}.",
"error_browser_no_local_file_system_image_md": "Il tuo browser non supporta la funzione {moz-link: https://developer.mozilla.org/en-US/docs/Web/API/LocalFileSystem | LocalFileSystem} necessaria per visualizzare questa immagine.\nPer favore, installa {chrome-link: http://google.com/chrome | Google Chrome} o invece usa {telegram-link: https://telegram.org/ | l'app mobile}.",
"error_image_download_failed": "Download fallito",
"error_browser_no_local_file_system_video_md": "Il tuo browser non supporta la funzionalità {moz-link: https://developer.mozilla.org/en-US/docs/Web/API/LocalFileSystem | LocalFileSystem} che è necessaria per riprodurre il filmato.\nPer favore, installa {chrome-link: http://google.com/chrome | Google Chrome} o piuttosto usa {telegram-link: https://telegram.org/ | l'app mobile}.",
"error_browser_no_local_file_system_video_md": "Il tuo browser non supporta la funzione {moz-link: https://developer.mozilla.org/en-US/docs/Web/API/LocalFileSystem | LocalFileSystem} necessaria per riprodurre il filmato.\nPer favore, installa {chrome-link: http://google.com/chrome | Google Chrome} o invece usa {telegram-link: https://telegram.org/ | l'app mobile}.",
"error_video_download_failed": "Download video fallito",
"unread_messages_split": "Messaggi non letti",
"user_name_deleted": "ELIMINATO",
@ -169,18 +169,18 @@
"group_create_modal_title": "Crea gruppo",
"group_create_name": "Nome gruppo",
"group_create_submit": "Crea gruppo",
"group_create_submit_active": "Creazione...",
"group_create_submit_active": "Creo...",
"group_edit_modal_title": "Modifica gruppo",
"group_edit_name": "Nome gruppo",
"group_edit_about": "Descrizione gruppo",
"group_edit_submit": "Salva",
"group_edit_submit_active": "Salvataggio...",
"group_edit_submit_active": "Salvo...",
"channel_edit_modal_title": "Modifica canale",
"channel_edit_name": "Nome canale",
"channel_edit_about": "Descrizione canale",
"channel_edit_submit": "Salva",
"channel_edit_submit_active": "Salvataggio...",
"group_invite_link_modal_title": "Link di invito",
"channel_edit_submit_active": "Salvo...",
"group_invite_link_modal_title": "Link d'invito",
"group_invite_link_link_label": "Copia link",
"group_invite_link_loading": "Carico...",
"group_invite_revoke_active": "Revoco...",
@ -205,8 +205,8 @@
"confirm_modal_login_phone_correct": "Il tuo numero di telefono è giusto?",
"confirm_modal_forward_to_peer": "Inoltra a {peer}?",
"confirm_modal_forward_to_peer_success": "Il messaggio è stato inoltrato con successo.",
"confirm_modal_send_to_peer": "Invia a {peer}?",
"confirm_modal_share_file_peer": "Condividi con {peer}?",
"confirm_modal_send_to_peer": "Inviare a {peer}?",
"confirm_modal_share_file_peer": "Condividere con {peer}?",
"confirm_modal_invite_peer": "Invitare in {peer}?",
"confirm_modal_apply_lang_with_reload_md": "Riavviare l'app per impostare la lingua?",
"confirm_modal_migrate_to_https_md": "Telegram Web supporta un ulteriore tipo di crittografia SSL. Vuoi passare alla versione HTTPS?\nLa versione HTTP sarà disabilitata presto.",
@ -259,12 +259,12 @@
"contact_edit_modal_last_name": "Cognome",
"contact_edit_modal_title": "Modifica contatto",
"contact_edit_modal_submit": "Salva",
"contact_edit_modal_submit_active": "Salvataggio...",
"contact_edit_modal_submit_active": "Salvo...",
"contact_import_modal_title": "Aggiungi nuovo contatto",
"contact_import_modal_phone": "Numero di telefono",
"contact_import_modal_phonebook": "Rubrica",
"contact_import_modal_submit": "Salva",
"contact_import_modal_submit_active": "Importazione...",
"contact_import_modal_submit_active": "Importo...",
"conversation_you": "Tu",
"conversation_draft": "Bozza:",
"conversation_media_photo": "Foto",
@ -308,7 +308,7 @@
"message_service_returned_to_group": "è tornato nel gruppo",
"message_service_kicked_user": "ha rimosso {user}",
"message_service_left_group": "ha lasciato il gruppo",
"message_service_joined_by_link": "si è unito al gruppo via link di invito",
"message_service_joined_by_link": "si è unito al gruppo tramite link d'invito",
"message_service_joined": "si è unito al gruppo",
"message_service_pinned_message": "ha fissato «{message}»",
"message_service_unsupported_action": "azione non supportata {action}",
@ -365,9 +365,9 @@
"error_modal_password_success_descripion": "La password per la verifica in due passaggi è ora attiva.",
"error_modal_password_disabled_descripion": "Hai disabilitato la verifica in due passaggi.",
"error_modal_user_not_mutual_contact": "L'utente può essere invitato solo da un suo contatto",
"error_modal_invite_link_invalid": "Il link di invito non è valido",
"error_modal_invite_link_invalid": "Il link d'invito non è valido",
"error_modal_channel_not_accessible": "Spiacenti, questo canale non è accessibile.",
"error_modal_not_contact_flood": "Spiacenti, ma al momento puoi scrivere solo ai contatti reciproci. {more-info-link: Maggiori informazioni »}",
"error_modal_not_contact_flood": "Spiacenti, al momento puoi scrivere solo ai contatti reciproci. {more-info-link: Maggiori informazioni »}",
"error_modal_gelocation_na": "L'app non è riuscita a determinare la tua posizione corrente",
"head_telegram": "Telegram",
"head_new_group": "Nuovo gruppo",
@ -386,7 +386,7 @@
"head_about": "Info",
"head_clear_all": "Cancella cronologia",
"head_edit": "Modifica",
"head_typing": "scrivendo",
"head_typing": "sta scrivendo",
"head_pluralize_participants": "{'0': 'Nessun membro', 'one': '1 membro', 'other': '{} membri'}",
"head_one_typing": "{name1} sta scrivendo{dots}",
"head_two_typing": "{name1}, {name2}{dots}",
@ -404,7 +404,7 @@
"im_found_title": "Ricerca globale",
"im_messages": "Messaggi",
"im_no_contacts": "Ancora nessun contatto",
"im_get_started_long": "Inizia aggiungendo contatti alla chat",
"im_get_started_long": "Inizia aggiungendo un contatto con cui chattare",
"im_add_contact": "Aggiungi contatto",
"im_import_phonebook": "Importa rubrica",
"im_get_started": "Inizia",
@ -458,9 +458,9 @@
"login_generating_key": "Generazione chiavi",
"login_generating_keys_info": "Le chiavi vengono generate una volta soltanto. Questa operazione potrebbe impiegare alcuni minuti su dispositivi lenti, si prega di attendere.",
"login_edit_number": "Modifica numero di telefono",
"login_enter_code_label_md": "Ti abbiamo inviato un codice via **Telegram** (non SMS).\nPer favore controlla i messaggi di Telegram e inserisci il codice qui sotto.",
"login_code_not_received": "Invia codice via SMS",
"login_enter_sms_code_label_md": "Ti abbiamo inviato un codice via SMS.\nInseriscilo qui sotto.",
"login_enter_code_label_md": "Ti abbiamo inviato un codice tramite **Telegram** (non SMS).\nPer favore controlla i messaggi di Telegram e inserisci il codice qui sotto.",
"login_code_not_received": "Invia codice tramite SMS",
"login_enter_sms_code_label_md": "Ti abbiamo inviato un codice tramite SMS.\nInseriscilo qui sotto.",
"login_call_remaining": "Telegram ti chiamerà tra {remaining}",
"login_calling": "Telegram ti sta chiamando",
"login_number_dialed": "Telegram ha chiamato il tuo numero",
@ -496,9 +496,9 @@
"password_recover_submit": "Invia",
"login_controller_unknown_country": "Sconosciuto",
"message_forwarded_message": "Messaggio inoltrato",
"message_via_bot": "via {bot}",
"message_via_bot": "tramite {bot}",
"message_forwarded_message_mobile": "Inoltrato da {from}",
"message_forwarded_via_message_mobile": "Inoltrato da {from} via {bot}",
"message_forwarded_via_message_mobile": "Inoltrato da {from} tramite {bot}",
"message_attach_audio_message": "Messaggio vocale",
"message_attach_audio_play": "Riproduci",
"message_attach_document_open": "Apri",
@ -509,7 +509,7 @@
"message_attach_video_save": "Salva file",
"message_attach_video_play": "Riproduci video",
"message_attach_unsupported": "Questo messaggio non è supportato sulla tua versione di Telegram Web. Aggiorna l'applicazione per visualizzarlo: {link}",
"conversation_select_modal_title": "Seleziona conversazioni",
"conversation_select_modal_title": "Seleziona conversazione",
"conversation_select_modal_contacts": "Contatti",
"conversation_one_selected": "{name1}",
"conversation_two_selected": "{name1} e {name2}",

16
js/locales/nl-nl.json

@ -17,7 +17,7 @@
"group_modal_update_active": "Bijwerken",
"group_modal_menu_more": "Meer",
"group_modal_menu_delete_photo": "Foto verwijderen",
"group_modal_menu_edit_group": "Groep bewerken",
"group_modal_menu_edit_group": "Groep wijzigen",
"group_modal_menu_leave": "Verlaten",
"group_modal_menu_delete_group": "Verwijderen en verlaten",
"group_modal_menu_clear_history": "Geschiedenis wissen",
@ -48,7 +48,7 @@
"settings_modal_delete_photo": "Profielfoto verwijderen",
"settings_modal_set_photo": "Profielfoto instellen",
"settings_modal_photo_updating": "Bijwerken",
"settings_modal_edit_profile": "Profiel bewerken",
"settings_modal_edit_profile": "Profiel wijzigen",
"settings_modal_edit_username": "Gebruikersnaam wijzigen",
"settings_modal_empty_username_set": "Gebruikersnaam instellen",
"settings_modal_terminate_sessions": "Beëindig alle sessies",
@ -102,7 +102,7 @@
"stickerset_modal_share": "Delen",
"stickerset_modal_loading": "Laden{dots}",
"page_title_pluralize_notifications": "{'0': 'Geen meldingen', 'one': '1 melding', 'other': '{} meldingen'}",
"profile_edit_modal_title": "Profiel bewerken",
"profile_edit_modal_title": "Profiel wijzigen",
"profile_edit_first_name": "Voornaam",
"profile_edit_last_name": "Achternaam",
"profile_edit_submit": "Opslaan",
@ -114,7 +114,7 @@
"username_edit_submit_active": "Opslaan",
"user_modal_menu_more": "Meer",
"user_modal_send_message": "Bericht versturen\n",
"user_modal_edit_contact": "Contact bewerken",
"user_modal_edit_contact": "Contact wijzigen",
"user_modal_delete_contact": "Contact verwijderen",
"user_modal_add_contact": "Toevoegen aan contacten",
"user_modal_share_contact": "Contact delen",
@ -170,7 +170,7 @@
"group_create_name": "Groepsnaam",
"group_create_submit": "Groep maken",
"group_create_submit_active": "Maken",
"group_edit_modal_title": "Groep bewerken",
"group_edit_modal_title": "Groep wijzigen",
"group_edit_name": "Groepsnaam",
"group_edit_about": "Groepsbeschrijving",
"group_edit_submit": "Opslaan",
@ -257,7 +257,7 @@
"conversations_modal_share_url_copy": "Berichtlink kopiëren",
"contact_edit_modal_first_name": "Voornaam",
"contact_edit_modal_last_name": "Achternaam",
"contact_edit_modal_title": "Contact bewerken",
"contact_edit_modal_title": "Contact wijzigen",
"contact_edit_modal_submit": "Opslaan",
"contact_edit_modal_submit_active": "Opslaan",
"contact_import_modal_title": "Contact toevoegen",
@ -378,7 +378,7 @@
"head_settings": "Instellingen",
"head_log_out": "Uitloggen",
"head_peer_more": "Meer",
"head_edit_messages": "Berichten bewerken",
"head_edit_messages": "Berichten wijzigen",
"head_media_photos": "Foto's",
"head_media_video": "Video's",
"head_media_documents": "Bestanden",
@ -457,7 +457,7 @@
"login_country_select_placeholder": "Land",
"login_generating_key": "Sleutels genereren",
"login_generating_keys_info": "Sleutels worden eenmalig gegenereerd. Dit kan een paar minuten duren op langzamere apparaten, even geduld.",
"login_edit_number": "Telefoonnummer bewerken",
"login_edit_number": "Telefoonnummer wijzigen",
"login_enter_code_label_md": "Voer de code in die je zojuist hebt ontvangen\nin je vorige **Telegram** app (geen SMS).",
"login_code_not_received": "Code sturen via SMS",
"login_enter_sms_code_label_md": "We hebben je een sms-bericht gestuurd met de activatiecode.\nVoer deze hieronder in.",

68
js/locales/ru-ru.json

@ -1,7 +1,7 @@
{
"modal_search": "Поиск",
"modal_close": "Закрыть",
"modal_edit": "Редактировать",
"modal_edit": "Изменить",
"modal_cancel": "Отмена",
"modal_more": "Ещё...",
"modal_next": "Далее",
@ -17,40 +17,40 @@
"group_modal_update_active": "Обновление",
"group_modal_menu_more": "Ещё",
"group_modal_menu_delete_photo": "Удалить фото",
"group_modal_menu_edit_group": "Редактировать группу",
"group_modal_menu_edit_group": "Изменить группу",
"group_modal_menu_leave": "Покинуть",
"group_modal_menu_delete_group": "Delete and exit",
"group_modal_menu_clear_history": "Clear history",
"group_modal_delete_group": "Delete group",
"group_modal_menu_delete_group": "Удалить и выйти",
"group_modal_menu_clear_history": "Очистить историю",
"group_modal_delete_group": "Удалить группу",
"group_modal_settings": "Настройки",
"group_modal_notifications": "Уведомления",
"group_modal_menu_share_link": "Пригласить в группу по ссылке",
"group_modal_migrate_to_supergroup": "Преобразовать в супергруппу",
"group_modal_members": "Участники",
"group_modal_members_kick": "Исключить",
"group_modal_migrate_header": "Members limit reached",
"group_modal_migrate_desc": "Чтобы обойти предел и получить дополнительные функции, улучшите до супергруппы:",
"group_modal_migrate_item1": "Supergroups can get up to 1000 members",
"group_modal_migrate_item2": "New members see the entire chat history",
"group_modal_migrate_item3": "Admins delete messages for everyone",
"group_modal_migrate_item4": "Notifications are muted by default",
"channel_modal_info": "Channel info",
"group_modal_migrate_header": "Достигнуто максимальное количество участников",
"group_modal_migrate_desc": "Преобразуйте группу в супергруппу, чтобы превысить ограничение и получить дополнительные возможности:",
"group_modal_migrate_item1": "Супергруппы могут достигать 1000 участников",
"group_modal_migrate_item2": "Новые участники могут видеть полную историю сообщений",
"group_modal_migrate_item3": "Удалённые администраторами сообщения исчезают у всех пользователей",
"group_modal_migrate_item4": "Уведомления отключены по умолчанию",
"channel_modal_info": "Информация о канале",
"channel_modal_description": "Описание",
"channel_modal_share_link": "Share link",
"channel_modal_share_loading": "Loading{dots}",
"channel_modal_join": "Join channel",
"channel_modal_add_member": "Invite members",
"channel_modal_leave_channel": "Leave channel",
"channel_modal_delete_channel": "Delete channel",
"channel_modal_share_link": "Поделиться ссылкой",
"channel_modal_share_loading": "Загрузка{dots}",
"channel_modal_join": "Подписаться на канал",
"channel_modal_add_member": "Пригласить участников",
"channel_modal_leave_channel": "Покинуть канал",
"channel_modal_delete_channel": "Удалит канал",
"country_select_modal_title": "Страна",
"settings_modal_title": "Настройки",
"settings_modal_menu_more": "Ещё",
"settings_modal_delete_photo": "Удалить фотографию",
"settings_modal_set_photo": "Изменить фотографию",
"settings_modal_delete_photo": "Удалить фото профиля",
"settings_modal_set_photo": "Установить фото профиля",
"settings_modal_photo_updating": "Обновление",
"settings_modal_edit_profile": "Редактировать профиль",
"settings_modal_edit_profile": "Изменить профиль",
"settings_modal_edit_username": "Изменить имя пользователя",
"settings_modal_empty_username_set": "Задать имя пользователя",
"settings_modal_empty_username_set": "Указать имя пользователя",
"settings_modal_terminate_sessions": "Завершить все другие сеансы",
"settings_modal_active_sessions": "Активные сеансы",
"settings_modal_settings": "Настройки",
@ -58,11 +58,11 @@
"settings_modal_vibrate": "Вибросигнал",
"settings_modal_sounds": "Звук",
"settings_modal_language": "Язык",
"settings_modal_notifications": "Всплывающие уведомления",
"settings_modal_message_preview": "Предпросмотр сообщения",
"settings_modal_sound": "Звуковые оповещения",
"settings_modal_enter_send_description_md": "**Enter** — отправка, **Shift + Enter** — новая строка",
"settings_modal_ctrl_enter_send_description_md": "**Ctrl + Enter** — отправка, **Enter** — новая строка",
"settings_modal_notifications": "Уведомления на рабочем столе",
"settings_modal_message_preview": "Предпросмотр сообщений",
"settings_modal_sound": "Звук",
"settings_modal_enter_send_description_md": "**Enter** — отправить сообщение, **Shift + Enter** — новая строка",
"settings_modal_ctrl_enter_send_description_md": "**Ctrl + Enter** — отправить сообщение, **Enter** — новая строка",
"settings_modal_send_on_enter": "Отправлять по нажатию Enter",
"settings_switch_back_to_desktop": "Переключиться в режим рабочего стола",
"settings_modal_about": "О программе",
@ -73,17 +73,17 @@
"settings_modal_change_password": "Сменить пароль",
"settings_modal_disable_password": "Отключить",
"settings_modal_disable_password_mobile": "Отключить пароль",
"settings_modal_password_email_pending": "Перейдите по ссылке из {email} для завершения настройки двухэтапной аутентификации..",
"settings_modal_password_email_pending": "Перейдите по ссылке из {email} для завершения настройки двухэтапной аутентификации.",
"settings_modal_password_email_pending_cancel": "Отмена",
"settings_modal_password_email_pending_cancel_mobile": "Отклонить пароль",
"settings_modal_password_email_pending_cancel_mobile": "Отменить пароль",
"password_delete_title": "Отключить пароль",
"password_change_title": "Двухэтапная аутентификация",
"password_current_placeholder": "Введите текущий пароль",
"password_create_placeholder": "Введите пароль",
"password_new_placeholder": "Введите новый пароль",
"password_confirm_placeholder": "Повторите новый пароль",
"password_hint_placeholder": "Введите подсказку для вашего пароля",
"password_email_placeholder": "Введите ваш адрес электронной почты",
"password_hint_placeholder": "Введите подсказку для пароля",
"password_email_placeholder": "Введите адрес электронной почты",
"password_create_description": "Этот пароль будет требоваться при входе на новом устройстве в дополнение к ПИН-коду.",
"password_create_active": "Сохранение...",
"password_create_submit": "Сохранить",
@ -99,10 +99,10 @@
"stickerset_modal_title_loading": "Набор стикеров",
"stickerset_modal_install": "Добавить стикеры",
"stickerset_modal_uninstall": "Удалить стикеры",
"stickerset_modal_share": "Share",
"stickerset_modal_share": "Поделиться",
"stickerset_modal_loading": "Загрузка{dots}",
"page_title_pluralize_notifications": "{'0': 'Нет уведомлений', 'one': 'Одно уведомление', 'other': 'Уведомлений: {}'}",
"profile_edit_modal_title": "Редактировать профиль",
"page_title_pluralize_notifications": "{'0': 'Нет уведомлений', 'one': '1 уведомление', 'other': 'Уведомлений: {}'}",
"profile_edit_modal_title": "Изменить профиль",
"profile_edit_first_name": "Имя",
"profile_edit_last_name": "Фамилия",
"profile_edit_submit": "Сохранить",

2
service_worker.js

File diff suppressed because one or more lines are too long

4
webogram.appcache

@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Mon Jul 11 2016 21:22:36 GMT+0300 (MSK)
# Time: Thu Nov 17 2016 21:07:13 GMT+0300 (MSK)
CACHE:
@ -76,8 +76,8 @@ js/locales/pt-br.json
js/locales/ru-ru.json
vendor/closure/long.js
vendor/cryptoJS/crypto.js
vendor/jsbn/jsbn_combined.js
vendor/leemon_bigint/bigint.js
vendor/jsbn/jsbn_combined.js
vendor/rusha/rusha.js
vendor/angular/i18n/angular-locale_de-de.js
vendor/angular/i18n/angular-locale_en-us.js

Loading…
Cancel
Save