Browse Source

merged with master

gh-pages
Igor Zhukov 10 years ago
parent
commit
9305a1b090
  1. 6
      app.manifest
  2. 2
      index.html
  3. 73
      js/app.js
  4. 8
      js/locales/nl-nl.json
  5. 6
      webogram.appcache

6
app.manifest

@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Fri Oct 23 2015 18:38:58 GMT+0200 (CEST)
# Time: Mon Nov 02 2015 15:40:42 GMT+0300 (MSK)
CACHE:
@ -71,11 +71,11 @@ img/placeholders/UserAvatar7@2x.png
img/placeholders/UserAvatar8@2x.png
img/placeholders/VideoThumbConversation.gif
img/placeholders/VideoThumbModal.gif
vendor/closure/long.js
vendor/cryptoJS/crypto.js
vendor/leemon_bigint/bigint.js
vendor/jsbn/jsbn_combined.js
vendor/leemon_bigint/bigint.js
vendor/rusha/rusha.js
vendor/closure/long.js
vendor/angular/i18n/angular-locale_de-de.js
vendor/angular/i18n/angular-locale_en-us.js
vendor/angular/i18n/angular-locale_es-es.js

2
index.html

@ -1 +1 @@
<!doctype html><html lang=en manifest=webogram.appcache ng-csp xmlns:ng=http://angularjs.org id=ng-app><head><meta charset=utf-8><meta name=viewport content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"><title>Telegram Web</title><link rel=stylesheet href=css/app.css><link rel=icon href=favicon.ico type=image/x-icon><link rel=apple-touch-icon href=img/iphone_home120.png><link rel=apple-touch-icon sizes=120x120 href=img/iphone_home120.png><link rel=apple-touch-startup-image media="(device-width: 320px)" href=img/iphone_startup.png><meta name=apple-mobile-web-app-title content="Telegram Web"><meta name=mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black-translucent><meta name=theme-color content=#497495><meta name=google content=notranslate><meta property=og:title content="Telegram Web"><meta property=og:url content="https://web.telegram.org/"><meta property=og:image content=https://web.telegram.org/img/logo_share.png><meta property=og:site_name content="Telegram Web"><meta property=og:description content="Welcome to the Web application of Telegram messenger. See https://github.com/zhukov/webogram for more info."></head><body><div class=page_wrap ng-view></div><div id=notify_sound></div><script src=js/app.js></script></body></html>
<!doctype html><html lang=en manifest=webogram.appcache ng-csp="" xmlns:ng=http://angularjs.org id=ng-app><head><meta charset=utf-8><meta name=viewport content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"><title>Telegram Web</title><link rel=stylesheet href=css/app.css><link rel=icon href=favicon.ico type=image/x-icon><link rel=apple-touch-icon href=img/iphone_home120.png><link rel=apple-touch-icon sizes=120x120 href=img/iphone_home120.png><link rel=apple-touch-startup-image media="(device-width: 320px)" href=img/iphone_startup.png><meta name=apple-mobile-web-app-title content="Telegram Web"><meta name=mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black-translucent><meta name=theme-color content=#497495><meta name=google content=notranslate><meta property=og:title content="Telegram Web"><meta property=og:url content="https://web.telegram.org/"><meta property=og:image content=https://web.telegram.org/img/logo_share.png><meta property=og:site_name content="Telegram Web"><meta property=og:description content="Welcome to the Web application of Telegram messenger. See https://github.com/zhukov/webogram for more info."></head><body><div class=page_wrap ng-view=""></div><div id=notify_sound></div><script src=js/app.js></script></body></html>

73
js/app.js

File diff suppressed because one or more lines are too long

8
js/locales/nl-nl.json

@ -239,7 +239,7 @@
"conversation_you": "Jij",
"conversation_media_photo": "Foto",
"conversation_media_video": "Video",
"conversation_media_document": "File",
"conversation_media_document": "Bestand",
"conversation_media_sticker": "sticker",
"conversation_media_audio": "Geluidsbestand",
"conversation_media_location": "Locatie",
@ -340,7 +340,7 @@
"head_edit_messages": "Berichten bewerken",
"head_media_photos": "Foto's",
"head_media_video": "Video's",
"head_media_documents": "Files",
"head_media_documents": "Bestanden",
"head_media_audio": "Spraakberichten",
"head_about": "Over",
"head_clear_all": "Alles wissen",
@ -376,7 +376,7 @@
"im_media": "Media",
"im_media_photos": "Foto's",
"im_media_video": "Video's",
"im_media_documents": "Files",
"im_media_documents": "Bestanden",
"im_media_audio": "Spraakberichten",
"im_pluralize_participants": "{'0': 'Geen deelnemers', 'one': '1 deelnemer', 'other': '{} deelnemers'}",
"im_show_recent_messages": "Recente berichten laten zien",
@ -397,7 +397,7 @@
"im_channel_mute": "Geluid uit",
"im_channel_unmute": "Stil uitschakelen",
"im_reply_loading": "Laden{dots}",
"im_X_forwarded_messages": "{'one': '{} forwarded message', 'other': '{} forwarded messages'}",
"im_X_forwarded_messages": "{'one': 'heeft {} bericht doorgestuurd', 'other': 'heeft {} berichten doorgestuurd'}",
"im_photos_drop_text": "Sleep foto's hierheen om te versturen.",
"im_message_field_placeholder": "Bericht schrijven",
"im_broadcast_field_placeholder": "Massabericht... ",

6
webogram.appcache

@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Fri Oct 23 2015 18:38:58 GMT+0200 (CEST)
# Time: Mon Nov 02 2015 15:40:42 GMT+0300 (MSK)
CACHE:
@ -71,11 +71,11 @@ img/placeholders/UserAvatar7@2x.png
img/placeholders/UserAvatar8@2x.png
img/placeholders/VideoThumbConversation.gif
img/placeholders/VideoThumbModal.gif
vendor/closure/long.js
vendor/cryptoJS/crypto.js
vendor/leemon_bigint/bigint.js
vendor/jsbn/jsbn_combined.js
vendor/leemon_bigint/bigint.js
vendor/rusha/rusha.js
vendor/closure/long.js
vendor/angular/i18n/angular-locale_de-de.js
vendor/angular/i18n/angular-locale_en-us.js
vendor/angular/i18n/angular-locale_es-es.js

Loading…
Cancel
Save