mirror of https://github.com/procxx/kepka.git
langs updated, supported systems updated
This commit is contained in:
parent
3132e4dc17
commit
36f34472ba
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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...";
|
||||
|
|
|
@ -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...";
|
||||
|
|
|
@ -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...";
|
||||
|
|
|
@ -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...";
|
||||
|
|
Loading…
Reference in New Issue