From 2ebab6a13c089624add47dca69afca250a1c4a71 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 30 Sep 2016 16:43:38 +0300 Subject: [PATCH] Beta 10008005: langs updated, new playing game status added. --- Telegram/Resources/langs/lang_de.strings | 4 ++++ Telegram/Resources/langs/lang_es.strings | 8 ++++++-- Telegram/Resources/langs/lang_it.strings | 8 ++++++-- Telegram/Resources/langs/lang_ko.strings | 8 ++++++-- Telegram/Resources/langs/lang_nl.strings | 6 +++++- Telegram/Resources/langs/lang_pt_BR.strings | 10 +++++++--- Telegram/Resources/winrc/Telegram.rc | 8 ++++---- Telegram/Resources/winrc/Updater.rc | 8 ++++---- Telegram/SourceFiles/core/version.h | 2 +- Telegram/build/version | 2 +- 10 files changed, 44 insertions(+), 20 deletions(-) diff --git a/Telegram/Resources/langs/lang_de.strings b/Telegram/Resources/langs/lang_de.strings index 73f9219f9..e8560b6cb 100644 --- a/Telegram/Resources/langs/lang_de.strings +++ b/Telegram/Resources/langs/lang_de.strings @@ -787,6 +787,10 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_user_typing" = "{user} tippt"; "lng_users_typing" = "{user} und {second_user} tippen"; "lng_many_typing" = "{count:_not_used_|# tippt|# tippen}"; +"lng_playing_game" = "spielt ein Spiel"; +"lng_user_playing_game" = "{user} spielt ein Spiel"; +"lng_users_playing_game" = "{user} und {second_user} spielen ein Spiel"; +"lng_many_playing_game" = "{count:_not_used_|# spielt|# spielen} ein Spiel"; "lng_send_action_record_video" = "schickt Video"; "lng_user_action_record_video" = "{user} sendet ein Video"; "lng_send_action_upload_video" = "schickt ein Video"; diff --git a/Telegram/Resources/langs/lang_es.strings b/Telegram/Resources/langs/lang_es.strings index 6787e3894..934d919f0 100644 --- a/Telegram/Resources/langs/lang_es.strings +++ b/Telegram/Resources/langs/lang_es.strings @@ -583,7 +583,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_action_pinned_media_emoji_sticker" = "un {emoji} sticker"; "lng_action_pinned_media_game" = "el juego «{game}»"; "lng_action_game_score" = "{from} consiguió {count:# puntos|# punto|# puntos} en {game}"; -"lng_action_game_you_scored" = "Conseguiste {count:# puntos|# punto|#puntos} en {game}"; +"lng_action_game_you_scored" = "Conseguiste {count:# puntos|# punto|# puntos} en {game}"; "lng_profile_migrate_reached" = "Límite de {count:_not_used_|# miembro|# miembros} alcanzado"; "lng_profile_migrate_body" = "Para superar este límite, puedes convertir tu grupo en un supergrupo."; @@ -772,7 +772,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_allow_bot" = "Permitir"; "lng_bot_start" = "Iniciar"; -"lng_bot_choose_group" = "Elegir grupo"; +"lng_bot_choose_group" = "Elige un grupo"; "lng_bot_no_groups" = "No tienes grupos"; "lng_bot_groups_not_found" = "No se encontraron grupos"; "lng_bot_sure_invite" = "¿Añadir el bot a «{group}»?"; @@ -787,6 +787,10 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_user_typing" = "{user} está escribiendo"; "lng_users_typing" = "{user} y {second_user} están escribiendo"; "lng_many_typing" = "{count:_not_used_|# está|# están} escribiendo"; +"lng_playing_game" = "jugando"; +"lng_user_playing_game" = "{user} está jugando"; +"lng_users_playing_game" = "{user} y {second_user} están jugando"; +"lng_many_playing_game" = "{count:_not_used_|# está|# están} jugando"; "lng_send_action_record_video" = "grabando un vídeo"; "lng_user_action_record_video" = "{user} está grabando un vídeo"; "lng_send_action_upload_video" = "enviando un vídeo"; diff --git a/Telegram/Resources/langs/lang_it.strings b/Telegram/Resources/langs/lang_it.strings index 0811a4299..0aaa9c5b9 100644 --- a/Telegram/Resources/langs/lang_it.strings +++ b/Telegram/Resources/langs/lang_it.strings @@ -772,12 +772,12 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_allow_bot" = "Consenti"; "lng_bot_start" = "Avvia"; -"lng_bot_choose_group" = "Scegli gruppo"; +"lng_bot_choose_group" = "Seleziona un gruppo"; "lng_bot_no_groups" = "Non hai gruppi"; "lng_bot_groups_not_found" = "Nessun gruppo trovato"; "lng_bot_sure_invite" = "Aggiungere il bot a «{group}»?"; "lng_bot_already_in_group" = "Questo bot è già membro del gruppo."; -"lng_bot_choose_chat" = "Scegli chat"; +"lng_bot_choose_chat" = "Seleziona una chat"; "lng_bot_no_chats" = "Non hai chat"; "lng_bot_chats_not_found" = "Nessuna chat trovata"; "lng_bot_sure_share_game" = "Condividere questo gioco con {user}?"; @@ -787,6 +787,10 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_user_typing" = "{user} sta scrivendo"; "lng_users_typing" = "{user} e {second_user} stanno scrivendo"; "lng_many_typing" = "{count:_not_used_|# sta|# stanno} scrivendo"; +"lng_playing_game" = "sta giocando a un gioco"; +"lng_user_playing_game" = "{user} sta giocando a un gioco"; +"lng_users_playing_game" = "{user} e {second_user} stanno giocando a un gioco"; +"lng_many_playing_game" = "{count:_not_used_|# sta|# stanno} giocando a un gioco"; "lng_send_action_record_video" = "sta registrando un video"; "lng_user_action_record_video" = "{user} sta registrando un video"; "lng_send_action_upload_video" = "sta inviando un video"; diff --git a/Telegram/Resources/langs/lang_ko.strings b/Telegram/Resources/langs/lang_ko.strings index 0fdee3958..11bfb8444 100644 --- a/Telegram/Resources/langs/lang_ko.strings +++ b/Telegram/Resources/langs/lang_ko.strings @@ -772,12 +772,12 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_allow_bot" = "허용"; "lng_bot_start" = "시작"; -"lng_bot_choose_group" = "그룹 선택"; +"lng_bot_choose_group" = "Select a Group"; "lng_bot_no_groups" = "그룹이 존재하지 않습니다."; "lng_bot_groups_not_found" = "그룹을 찾을 수 없습니다."; "lng_bot_sure_invite" = "<<{group}>>에 봇을 추가 하시겠습니까?"; "lng_bot_already_in_group" = "봇이 이미 그룹의 멤버입니다."; -"lng_bot_choose_chat" = "채팅방 선택"; +"lng_bot_choose_chat" = "Select a Chat"; "lng_bot_no_chats" = "채팅방이 없습니다."; "lng_bot_chats_not_found" = "채팅방을 찾 을 수 없음"; "lng_bot_sure_share_game" = "{user}에게 게임을 공유하겠습니까?"; @@ -787,6 +787,10 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_user_typing" = "{user}님이 입력중입니다."; "lng_users_typing" = "{user}님과 {second_user}님이 입력중입니다."; "lng_many_typing" = "{count:_not_used_|#명이|#명이} 입력중입니다"; +"lng_playing_game" = "playing a game"; +"lng_user_playing_game" = "{user} is playing a game"; +"lng_users_playing_game" = "{user} and {second_user} are playing a game"; +"lng_many_playing_game" = "{count:_not_used_|# is|# are} playing a game"; "lng_send_action_record_video" = "비디오 녹화 중"; "lng_user_action_record_video" = "{user}님이 녹화중입니다"; "lng_send_action_upload_video" = "비디오 전송 중"; diff --git a/Telegram/Resources/langs/lang_nl.strings b/Telegram/Resources/langs/lang_nl.strings index 317066c38..b8529985b 100644 --- a/Telegram/Resources/langs/lang_nl.strings +++ b/Telegram/Resources/langs/lang_nl.strings @@ -772,7 +772,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_allow_bot" = "Toestaan"; "lng_bot_start" = "Begin"; -"lng_bot_choose_group" = "Groep kiezen"; +"lng_bot_choose_group" = "Kies group"; "lng_bot_no_groups" = "Je hebt geen groepen"; "lng_bot_groups_not_found" = "Geen groepen gevonden"; "lng_bot_sure_invite" = "De bot toevoegen aan \"{group}\"?"; @@ -787,6 +787,10 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_user_typing" = "{user} is aan het typen"; "lng_users_typing" = "{user} en {second_user} zijn aan het typen"; "lng_many_typing" = "{count:_not_used_|# is|# zijn} aan het typen"; +"lng_playing_game" = "speelt een spel"; +"lng_user_playing_game" = "{user} speelt een spel"; +"lng_users_playing_game" = "{user} en {second_user} spelen een spel"; +"lng_many_playing_game" = "{count:_not_used_|# is|# zijn} een spel aan het spelen"; "lng_send_action_record_video" = "video opnemen"; "lng_user_action_record_video" = "{user} neemt video op"; "lng_send_action_upload_video" = "video versturen"; diff --git a/Telegram/Resources/langs/lang_pt_BR.strings b/Telegram/Resources/langs/lang_pt_BR.strings index e75b35cbd..1a4138f2c 100644 --- a/Telegram/Resources/langs/lang_pt_BR.strings +++ b/Telegram/Resources/langs/lang_pt_BR.strings @@ -772,12 +772,12 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_allow_bot" = "Permitir"; "lng_bot_start" = "Iniciar"; -"lng_bot_choose_group" = "Escolher Grupo"; +"lng_bot_choose_group" = "Selecione um Grupo"; "lng_bot_no_groups" = "Você não possui grupos"; "lng_bot_groups_not_found" = "Nenhum grupo encontrado"; "lng_bot_sure_invite" = "Adicionar bot ao «{group}»?"; "lng_bot_already_in_group" = "O bot já é um membro do grupo."; -"lng_bot_choose_chat" = "Escolher Conversa"; +"lng_bot_choose_chat" = "Selecione uma Conversa"; "lng_bot_no_chats" = "Você não possui conversas"; "lng_bot_chats_not_found" = "Nenhuma conversa encontrada"; "lng_bot_sure_share_game" = "Compartilhar o jogo com {user}?"; @@ -787,6 +787,10 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_user_typing" = "{user} está escrevendo"; "lng_users_typing" = "{user} e {second_user} estão escrevendo"; "lng_many_typing" = "{count:_not_used_|# está|# estão} escrevendo"; +"lng_playing_game" = "jogando"; +"lng_user_playing_game" = "{user} está jogando"; +"lng_users_playing_game" = "{user} e {second_user} estão jogando"; +"lng_many_playing_game" = "{count:_not_used_|# está|# estão} jogando"; "lng_send_action_record_video" = "gravando um vídeo"; "lng_user_action_record_video" = "{user} está gravando um vídeo"; "lng_send_action_upload_video" = "enviando um vídeo"; @@ -816,7 +820,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_duration_played" = "{played} / {duration}"; "lng_date_and_duration" = "{date}, {duration}"; "lng_choose_images" = "Escolher imagens"; -"lng_game_tag" = "Jogo"; +"lng_game_tag" = "Jogar"; "lng_context_view_profile" = "Ver perfil"; "lng_context_view_group" = "Ver info do grupo"; diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index 15b6b5dc4..266393ad4 100644 --- a/Telegram/Resources/winrc/Telegram.rc +++ b/Telegram/Resources/winrc/Telegram.rc @@ -34,8 +34,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,10,8,4 - PRODUCTVERSION 0,10,8,4 + FILEVERSION 0,10,8,5 + PRODUCTVERSION 0,10,8,5 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -51,10 +51,10 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "CompanyName", "Telegram Messenger LLP" - VALUE "FileVersion", "0.10.8.4" + VALUE "FileVersion", "0.10.8.5" VALUE "LegalCopyright", "Copyright (C) 2014-2016" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "0.10.8.4" + VALUE "ProductVersion", "0.10.8.5" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index afd47db8c..5d7b4ab31 100644 --- a/Telegram/Resources/winrc/Updater.rc +++ b/Telegram/Resources/winrc/Updater.rc @@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,10,8,4 - PRODUCTVERSION 0,10,8,4 + FILEVERSION 0,10,8,5 + PRODUCTVERSION 0,10,8,5 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -43,10 +43,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram Messenger LLP" VALUE "FileDescription", "Telegram Updater" - VALUE "FileVersion", "0.10.8.4" + VALUE "FileVersion", "0.10.8.5" VALUE "LegalCopyright", "Copyright (C) 2014-2016" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "0.10.8.4" + VALUE "ProductVersion", "0.10.8.5" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index a3f0716d9..edc0a521e 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -22,7 +22,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org #include "core/utils.h" -#define BETA_VERSION_MACRO (10008004ULL) +#define BETA_VERSION_MACRO (10008005ULL) constexpr int AppVersion = 10008; constexpr str_const AppVersionStr = "0.10.8"; diff --git a/Telegram/build/version b/Telegram/build/version index 5d2c512de..78b24b0d9 100644 --- a/Telegram/build/version +++ b/Telegram/build/version @@ -3,4 +3,4 @@ AppVersionStrMajor 0.10 AppVersionStrSmall 0.10.8 AppVersionStr 0.10.8 AlphaChannel 0 -BetaVersion 10008004 +BetaVersion 10008005