From 36f34472ba82cc450c0f49769506e08d4cc62571 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 25 Mar 2016 19:43:14 +0300 Subject: [PATCH] langs updated, supported systems updated --- README.md | 4 ++-- Telegram/Deploy.sh | 6 +++++- Telegram/SourceFiles/langs/lang_de.strings | 18 +++++++++--------- Telegram/SourceFiles/langs/lang_es.strings | 18 +++++++++--------- Telegram/SourceFiles/langs/lang_it.strings | 18 +++++++++--------- Telegram/SourceFiles/langs/lang_pt_BR.strings | 18 +++++++++--------- 6 files changed, 43 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 6229b0d78..8d7c28ddf 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ The source code is published under GPLv3 with OpenSSL exception, the license is ## Supported systems * Windows XP - Windows 10 (**not** RT) -* Mac OS X 10.8 - Mac OS X 10.10 +* Mac OS X 10.8 - Mac OS X 10.11 * Mac OS X 10.6 - Mac OS X 10.7 (separate build) -* Ubuntu 12.04 - Ubuntu 14.04 +* Ubuntu 12.04 - Ubuntu 15.04 * Fedora 22 ## Third-party libraries diff --git a/Telegram/Deploy.sh b/Telegram/Deploy.sh index f87d403cf..3f40b0fc7 100755 --- a/Telegram/Deploy.sh +++ b/Telegram/Deploy.sh @@ -57,7 +57,11 @@ elif [ "$BuildTarget" == "mac" ]; then echo "Deploying version $AppVersionStrFull for Windows.." else DeployMac="1" - DeployMac32="1" + if [ "$BetaVersion" != "0" ]; then + DeployMac32="0" + else + DeployMac32="1" + fi DeployWin="1" echo "Deploying three versions of $AppVersionStrFull: for Windows, OS X 10.6 and 10.7 and OS X 10.8+.." fi diff --git a/Telegram/SourceFiles/langs/lang_de.strings b/Telegram/SourceFiles/langs/lang_de.strings index de9dec99a..a89dc41e8 100644 --- a/Telegram/SourceFiles/langs/lang_de.strings +++ b/Telegram/SourceFiles/langs/lang_de.strings @@ -663,10 +663,10 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_stickers_count" = "{count:Lade...|# Sticker|# Sticker}"; "lng_in_dlg_photo" = "Bild"; -"lng_in_dlg_video" = "Video file"; -"lng_in_dlg_audio_file" = "Audio file"; +"lng_in_dlg_video" = "Videodatei"; +"lng_in_dlg_audio_file" = "Audiodatei"; "lng_in_dlg_contact" = "Kontakt"; -"lng_in_dlg_audio" = "Voice message"; +"lng_in_dlg_audio" = "Sprachnachricht"; "lng_in_dlg_file" = "Datei"; "lng_in_dlg_sticker" = "Sticker"; "lng_in_dlg_sticker_emoji" = "{emoji} (Sticker)"; @@ -741,9 +741,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_maps_point" = "Standort"; "lng_save_photo" = "Bild speichern"; -"lng_save_video" = "Save video file"; -"lng_save_audio_file" = "Save audio file"; -"lng_save_audio" = "Save voice message"; +"lng_save_video" = "Videodatei speichern"; +"lng_save_audio_file" = "Audiodatei speichern"; +"lng_save_audio" = "Sprachnachricht speichern"; "lng_save_file" = "Datei speichern"; "lng_save_downloaded" = "{ready} / {total} {mb}"; "lng_duration_and_size" = "{duration}, {size}"; @@ -768,9 +768,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_context_cancel_download" = "Download abbrechen"; "lng_context_show_in_folder" = "Im Ordner anzeigen"; "lng_context_show_in_finder" = "Im Finder zeigen"; -"lng_context_save_video" = "Save Video File As..."; -"lng_context_save_audio_file" = "Save Audio File As..."; -"lng_context_save_audio" = "Save Voice Message As..."; +"lng_context_save_video" = "Videodatei speichern unter..."; +"lng_context_save_audio_file" = "Audiodatei speichern unter..."; +"lng_context_save_audio" = "Sprachnachricht speichern unter..."; "lng_context_pack_info" = "Sticker-Paket"; "lng_context_pack_add" = "Sticker hinzufügen"; "lng_context_save_file" = "Datei speichern unter..."; diff --git a/Telegram/SourceFiles/langs/lang_es.strings b/Telegram/SourceFiles/langs/lang_es.strings index 27e704187..79a8f1247 100644 --- a/Telegram/SourceFiles/langs/lang_es.strings +++ b/Telegram/SourceFiles/langs/lang_es.strings @@ -663,10 +663,10 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_stickers_count" = "{count:Cargando...|# sticker|# stickers}"; "lng_in_dlg_photo" = "Foto"; -"lng_in_dlg_video" = "Video file"; -"lng_in_dlg_audio_file" = "Audio file"; +"lng_in_dlg_video" = "Vídeo"; +"lng_in_dlg_audio_file" = "Audio"; "lng_in_dlg_contact" = "Contacto"; -"lng_in_dlg_audio" = "Voice message"; +"lng_in_dlg_audio" = "Mensaje de voz"; "lng_in_dlg_file" = "Archivo"; "lng_in_dlg_sticker" = "Sticker"; "lng_in_dlg_sticker_emoji" = "{emoji} (sticker)"; @@ -741,9 +741,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_maps_point" = "Ubicación"; "lng_save_photo" = "Guardar imagen"; -"lng_save_video" = "Save video file"; -"lng_save_audio_file" = "Save audio file"; -"lng_save_audio" = "Save voice message"; +"lng_save_video" = "Guardar vídeo"; +"lng_save_audio_file" = "Guardar audio"; +"lng_save_audio" = "Guardar mensaje de voz"; "lng_save_file" = "Guardar archivo"; "lng_save_downloaded" = "{ready} / {total} {mb}"; "lng_duration_and_size" = "{duration}, {size}"; @@ -768,9 +768,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_context_cancel_download" = "Cancelar descarga"; "lng_context_show_in_folder" = "Mostrar en la carpeta"; "lng_context_show_in_finder" = "Mostrar en el Finder"; -"lng_context_save_video" = "Save Video File As..."; -"lng_context_save_audio_file" = "Save Audio File As..."; -"lng_context_save_audio" = "Save Voice Message As..."; +"lng_context_save_video" = "Guardar como..."; +"lng_context_save_audio_file" = "Guardar como..."; +"lng_context_save_audio" = "Guardar como..."; "lng_context_pack_info" = "Información del pack"; "lng_context_pack_add" = "Añadir stickers"; "lng_context_save_file" = "Guardar como..."; diff --git a/Telegram/SourceFiles/langs/lang_it.strings b/Telegram/SourceFiles/langs/lang_it.strings index 636096cb5..2dd317d7e 100644 --- a/Telegram/SourceFiles/langs/lang_it.strings +++ b/Telegram/SourceFiles/langs/lang_it.strings @@ -663,10 +663,10 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_stickers_count" = "{count:Caricamento...|# sticker|# sticker}"; "lng_in_dlg_photo" = "Foto"; -"lng_in_dlg_video" = "Video file"; -"lng_in_dlg_audio_file" = "Audio file"; +"lng_in_dlg_video" = "File video"; +"lng_in_dlg_audio_file" = "File audio"; "lng_in_dlg_contact" = "Contatto"; -"lng_in_dlg_audio" = "Voice message"; +"lng_in_dlg_audio" = "Messaggio vocale"; "lng_in_dlg_file" = "File"; "lng_in_dlg_sticker" = "Sticker"; "lng_in_dlg_sticker_emoji" = "{emoji} (sticker)"; @@ -741,9 +741,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_maps_point" = "Posizione"; "lng_save_photo" = "Salva immagine"; -"lng_save_video" = "Save video file"; -"lng_save_audio_file" = "Save audio file"; -"lng_save_audio" = "Save voice message"; +"lng_save_video" = "Salva file video"; +"lng_save_audio_file" = "Salva file audio"; +"lng_save_audio" = "Salva messaggio vocale"; "lng_save_file" = "Salva file"; "lng_save_downloaded" = "{ready} / {total} {mb}"; "lng_duration_and_size" = "{duration}, {size}"; @@ -768,9 +768,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_context_cancel_download" = "Annulla download"; "lng_context_show_in_folder" = "Mostra nella cartella"; "lng_context_show_in_finder" = "Mostra nel Finder"; -"lng_context_save_video" = "Save Video File As..."; -"lng_context_save_audio_file" = "Save Audio File As..."; -"lng_context_save_audio" = "Save Voice Message As..."; +"lng_context_save_video" = "Salva file video come..."; +"lng_context_save_audio_file" = "Salva file audio come..."; +"lng_context_save_audio" = "Salva messaggio vocale come..."; "lng_context_pack_info" = "Mostra sticker"; "lng_context_pack_add" = "Aggiungi sticker"; "lng_context_save_file" = "Salva file come..."; diff --git a/Telegram/SourceFiles/langs/lang_pt_BR.strings b/Telegram/SourceFiles/langs/lang_pt_BR.strings index cf8b4082e..2113785ed 100644 --- a/Telegram/SourceFiles/langs/lang_pt_BR.strings +++ b/Telegram/SourceFiles/langs/lang_pt_BR.strings @@ -663,10 +663,10 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_stickers_count" = "{count:Carregando...|# sticker|# stickers}"; "lng_in_dlg_photo" = "Foto"; -"lng_in_dlg_video" = "Video file"; -"lng_in_dlg_audio_file" = "Audio file"; +"lng_in_dlg_video" = "Vídeo"; +"lng_in_dlg_audio_file" = "Áudio"; "lng_in_dlg_contact" = "Contato"; -"lng_in_dlg_audio" = "Voice message"; +"lng_in_dlg_audio" = "Mensagem de voz"; "lng_in_dlg_file" = "Arquivo"; "lng_in_dlg_sticker" = "Sticker"; "lng_in_dlg_sticker_emoji" = "{emoji} (sticker)"; @@ -741,9 +741,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_maps_point" = "Localização"; "lng_save_photo" = "Salvar imagem"; -"lng_save_video" = "Save video file"; -"lng_save_audio_file" = "Save audio file"; -"lng_save_audio" = "Save voice message"; +"lng_save_video" = "Salvar vídeo"; +"lng_save_audio_file" = "Salvar áudio"; +"lng_save_audio" = "Salvar mensagens de voz"; "lng_save_file" = "Salvar arquivo"; "lng_save_downloaded" = "{ready} / {total} {mb}"; "lng_duration_and_size" = "{duration}, {size}"; @@ -768,9 +768,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org "lng_context_cancel_download" = "Cancelar Download"; "lng_context_show_in_folder" = "Mostrar na Pasta"; "lng_context_show_in_finder" = "Mostrar no Finder"; -"lng_context_save_video" = "Save Video File As..."; -"lng_context_save_audio_file" = "Save Audio File As..."; -"lng_context_save_audio" = "Save Voice Message As..."; +"lng_context_save_video" = "Salvar Vídeo Como..."; +"lng_context_save_audio_file" = "Salvar Áudio Como..."; +"lng_context_save_audio" = "Salvar Mensagem de Voz Como..."; "lng_context_pack_info" = "Informação do pacote"; "lng_context_pack_add" = "Adicionar aos Stickers"; "lng_context_save_file" = "Salvar Arquivo Como...";