Files
UnrealEngineUWP/Engine/Plugins/Online/Android/AndroidFetchBackgroundDownload/Config/BaseAndroidFetchBackgroundDownload.ini
aurel cordonnier e3f7878676 Merge from Release-Engine-Test @ 17462327 to UE5/Main
This represents UE4/Main @17430120 and Dev-PerfTest @17437669

[CL 17463546 by aurel cordonnier in ue5-main branch]
2021-09-08 16:42:26 -04:00

71 lines
4.2 KiB
INI
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[AndroidBackgroundHTTP.DefaultTextLoc]
;Represents PolyglotTextData structure for our Localized Notification Text Defaults. Has to be manually constructed from separate strings as we can't rely on the UObject parsing we normally would for an FPolyglotTextData object as this is loaded very early before UObjects are loaded.
;Should always put native string first and follow with all other translations
;Title Text
+DefaultNotificationText_Title=("native","Downloading")
+DefaultNotificationText_Title=("ar","جارٍ التنزيل")
+DefaultNotificationText_Title=("de","Lädt herunter")
+DefaultNotificationText_Title=("es","Descargando")
+DefaultNotificationText_Title=("es-419","Descargando")
+DefaultNotificationText_Title=("fr","Téléchargement")
+DefaultNotificationText_Title=("it","Download in corso")
+DefaultNotificationText_Title=("ja","ダウンロード中")
+DefaultNotificationText_Title=("ko","다운로드 중")
+DefaultNotificationText_Title=("pl","Pobieranie")
+DefaultNotificationText_Title=("pt-BR","Baixando")
+DefaultNotificationText_Title=("ru","Загрузка")
+DefaultNotificationText_Title=("tr","İndiriliyor")
+DefaultNotificationText_Title=("zh-CN","下载中")
+DefaultNotificationText_Title=("zh-Hant","下載中")
;Content Text
+DefaultNotificationText_Content=("native","Download in Progress {DownloadPercent}")
+DefaultNotificationText_Content=("ar","التنزيل قيد التقدم {DownloadPercent}")
+DefaultNotificationText_Content=("de","Download läuft {DownloadPercent}")
+DefaultNotificationText_Content=("es","Descarga en curso {DownloadPercent}")
+DefaultNotificationText_Content=("es-419","Descarga en curso {DownloadPercent}")
+DefaultNotificationText_Content=("fr","Téléchargé à {DownloadPercent}")
+DefaultNotificationText_Content=("it","Download in corso {DownloadPercent}")
+DefaultNotificationText_Content=("ja","ダウンロード進行中 {DownloadPercent}")
+DefaultNotificationText_Content=("ko","다운로드 진행 중 {DownloadPercent}")
+DefaultNotificationText_Content=("pl","Pobieranie w toku ({DownloadPercent})")
+DefaultNotificationText_Content=("pt-BR","Download em Andamento {DownloadPercent}")
+DefaultNotificationText_Content=("ru","Выполняется загрузка: {DownloadPercent}")
+DefaultNotificationText_Content=("tr","İndirme devam ediyor: {DownloadPercent}")
+DefaultNotificationText_Content=("zh-CN","正在下载{DownloadPercent}")
+DefaultNotificationText_Content=("zh-Hant","下載進度{DownloadPercent}")
;Completed Text
+DefaultNotificationText_Complete=("native","Download Complete")
+DefaultNotificationText_Complete=("ar","اكتمل التنزيل")
+DefaultNotificationText_Complete=("de","Download abgeschlossen")
+DefaultNotificationText_Complete=("es","Descarga completada")
+DefaultNotificationText_Complete=("es-419","Descarga completa")
+DefaultNotificationText_Complete=("fr","Téléchargement terminé")
+DefaultNotificationText_Complete=("it","Download completato")
+DefaultNotificationText_Complete=("ja","ダウンロード完了")
+DefaultNotificationText_Complete=("ko","다운로드 완료")
+DefaultNotificationText_Complete=("pl","Pobieranie zakończone")
+DefaultNotificationText_Complete=("pt-BR","Download Concluído")
+DefaultNotificationText_Complete=("ru","Загрузка завершена")
+DefaultNotificationText_Complete=("tr","İndirme Tamamlandı")
+DefaultNotificationText_Complete=("zh-CN","下载完成")
+DefaultNotificationText_Complete=("zh-Hant","下載完成")
;Cancel Button Text
+DefaultNotificationText_Cancel=("native","Cancel")
+DefaultNotificationText_Cancel=("ar","إلغاء")
+DefaultNotificationText_Cancel=("de","Abbrechen")
+DefaultNotificationText_Cancel=("es","Cancelar")
+DefaultNotificationText_Cancel=("es-419","Cancelar")
+DefaultNotificationText_Cancel=("fr","Annuler")
+DefaultNotificationText_Cancel=("it","Annulla")
+DefaultNotificationText_Cancel=("ja","キャンセル")
+DefaultNotificationText_Cancel=("ko","취소")
+DefaultNotificationText_Cancel=("pl","Anuluj")
+DefaultNotificationText_Cancel=("pt-BR","Cancelar")
+DefaultNotificationText_Cancel=("ru","Отменить")
+DefaultNotificationText_Cancel=("tr","İptal")
+DefaultNotificationText_Cancel=("zh-CN","取消")
+DefaultNotificationText_Cancel=("zh-Hant","取消")