diff options
author | sr55 <[email protected]> | 2021-02-04 20:14:32 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2021-02-04 20:14:32 +0000 |
commit | 8ac490e3e147c84a01d7679c22ba817eba84880f (patch) | |
tree | 7500fa96a36b7522eba0c65eafa00a50098ed0ee /win/CS/HandBrakeWPF/Properties | |
parent | e4d9f3313c700acf9d8522aa270d96e806304693 (diff) |
WinGui: HandBrake.Interop API change/cleanup. Making the structs internal to avoid them being exposed to API consumers. This affects hb_geometry*, hb_sutitle*, NativeConstants
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
13 files changed, 0 insertions, 69 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index ca70b1b43..312331ae7 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -1340,17 +1340,6 @@ namespace HandBrakeWPF.Properties { } /// <summary> - /// Looks up a localized string similar to Warning: If you wish to have subtitles added to each item you are about to queue, please verify that you have the subtitle defaults setup correctly on the subtitles tab. - /// - ///Do you wish to continue?. - /// </summary> - public static string Main_AutoAdd_AudioAndSubWarning { - get { - return ResourceManager.GetString("Main_AutoAdd_AudioAndSubWarning", resourceCulture); - } - } - - /// <summary> /// Looks up a localized string similar to Do you wish to proceed trying to add the rest?. /// </summary> public static string Main_ContinueAddingToQueue { diff --git a/win/CS/HandBrakeWPF/Properties/Resources.co.resx b/win/CS/HandBrakeWPF/Properties/Resources.co.resx index f3b21fe7d..6ca91ac24 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.co.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.co.resx @@ -181,11 +181,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</value> <data name="Error" xml:space="preserve"> <value>Sbagliu</value> </data> - <data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve"> - <value>Avertimentu : s’è vo vulete chì sottutituli sianu aghjunti à ogni elementu chì vo site prontu à mette in fila d’attesa, verificate chì i parametri predefiniti di i sottutituli sianu currettamente cunfigurati in l’unghjetta Sottutituli. - -Vulete cuntinuà ?</value> - </data> <data name="Main_TurnOnAutoFileNaming" xml:space="preserve"> <value>Ci vole à attivà u numinà autumaticu di i schedarii È sceglie un chjassu predefinitu in e preferenze nanzu di pudè aghjunghje à a fila d’attesa.</value> </data> diff --git a/win/CS/HandBrakeWPF/Properties/Resources.de.resx b/win/CS/HandBrakeWPF/Properties/Resources.de.resx index 18c5d8d27..e19a9d746 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.de.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.de.resx @@ -188,11 +188,6 @@ Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</value> <data name="Error" xml:space="preserve"> <value>Fehler</value> </data> - <data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve"> - <value>Warnung: Wenn jedem Objekt, das in die Warteschlange aufgenommen werden soll, Untertitel hinzugefügt werden sollen, dann sollte vorher geprüft werden, dass die Standardeinstellungen für Untertitel im Untertitel-Tab richtig eingestellt sind. - -Trotzdem fortfahren?</value> - </data> <data name="Main_TurnOnAutoFileNaming" xml:space="preserve"> <value>Die automatische Dateibenennung muss aktiviert sein UND es muss ein Standardpfad in den Einstellungen vorgegeben sein, bevor es der Warteschlange hinzugefügt werden kann.</value> </data> diff --git a/win/CS/HandBrakeWPF/Properties/Resources.es.resx b/win/CS/HandBrakeWPF/Properties/Resources.es.resx index 1c49fd8e2..bf9059ddf 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.es.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.es.resx @@ -185,11 +185,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, EE. UU <data name="Error" xml:space="preserve"> <value>Error</value> </data> - <data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve"> - <value>Advertencia: Si desea agregar subtítulos a todos lo que está por ser puesto en cola, por favor verifique si los ajustes son correctos en la pestaña de subtítulos. - -¿Desea continuar?</value> - </data> <data name="Main_TurnOnAutoFileNaming" xml:space="preserve"> <value>Debe activar el nombrado automático de archivos Y TAMBIÉN establecer un directorio por defecto en los ajustes antes de poder agregar a la cola.</value> </data> diff --git a/win/CS/HandBrakeWPF/Properties/Resources.fr.resx b/win/CS/HandBrakeWPF/Properties/Resources.fr.resx index e0b081227..fb3738c55 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.fr.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.fr.resx @@ -185,11 +185,6 @@ avec ce programme; sinon écrivez à la Free Software Foundation, Inc., <data name="Error" xml:space="preserve"> <value>Erreur</value> </data> - <data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve"> - <value>Attention : Si vous souhaitez que des sous-titres soient ajoutés à chaque élément que vous êtes sur le point de mettre en file d'attente, vérifiez que les paramètres par défaut des sous-titres soient correctement configurés dans l'onglet Sous-titres. - -Souhaitez-vous continuer ?</value> - </data> <data name="Main_TurnOnAutoFileNaming" xml:space="preserve"> <value>Vous devez activer le nommage automatique des fichiers ET définir un chemin par défaut dans les préférences avant de pouvoir ajouter à la file.</value> </data> diff --git a/win/CS/HandBrakeWPF/Properties/Resources.ja.resx b/win/CS/HandBrakeWPF/Properties/Resources.ja.resx index c616a236f..fd419722e 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.ja.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.ja.resx @@ -182,11 +182,6 @@ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 021 <data name="Error" xml:space="preserve"> <value>エラー</value> </data> - <data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve"> - <value>警告:キューに入れようとしている各アイテムに字幕を追加する場合は、[字幕]タブで字幕のデフォルト設定が正しく設定されていることを確認してください。 - -続けますか?</value> - </data> <data name="Main_TurnOnAutoFileNaming" xml:space="preserve"> <value>キューに追加する前に自動ファイル名を設定し、かつ、既定の保存先を設定から設定しなければいけません。</value> </data> diff --git a/win/CS/HandBrakeWPF/Properties/Resources.ko.resx b/win/CS/HandBrakeWPF/Properties/Resources.ko.resx index 4d643bc1c..c6a0655e0 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.ko.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.ko.resx @@ -184,11 +184,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA라고 적으� <data name="Error" xml:space="preserve"> <value>에러</value> </data> - <data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve"> - <value>경고: 대기열에 있는 각각의 항목에 자막을 추가하고 싶다면 자막 탭에서 자막 기본 값이 올바르게 설정되었는지 확인하십시오. - -계속하시겠습니까?</value> - </data> <data name="Main_TurnOnAutoFileNaming" xml:space="preserve"> <value>대기열에 추가하려면 우선적으로 자동 파일 이름 설정을 켜고 기본 경로를 설정해야만 합니다.</value> </data> diff --git a/win/CS/HandBrakeWPF/Properties/Resources.pt-BR.resx b/win/CS/HandBrakeWPF/Properties/Resources.pt-BR.resx index 108415973..97905d8af 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.pt-BR.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.pt-BR.resx @@ -185,11 +185,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ <data name="Error" xml:space="preserve"> <value>Erro</value> </data> - <data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve"> - <value>Aviso: Se você quer adicionar legendas em cada item a ser enfileirado, verifique se a configuração de legenda padrão está correta na guia "Legendas". - -Você deseja continuar?</value> - </data> <data name="Main_TurnOnAutoFileNaming" xml:space="preserve"> <value>Você deve ativar a renomeação automática de arquivos E definir um caminho padrão nas preferências antes de poder adicionar à fila.</value> </data> diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 00069e88c..3b8f1877a 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -185,11 +185,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< <data name="Error" xml:space="preserve">
<value>Error</value>
</data>
- <data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve">
- <value>Warning: If you wish to have subtitles added to each item you are about to queue, please verify that you have the subtitle defaults setup correctly on the subtitles tab.
-
-Do you wish to continue?</value>
- </data>
<data name="Main_TurnOnAutoFileNaming" xml:space="preserve">
<value>You must turn on automatic file naming AND set a default path in preferences before you can add to the queue.</value>
</data>
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.ru.resx b/win/CS/HandBrakeWPF/Properties/Resources.ru.resx index 362e6e493..501220505 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.ru.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.ru.resx @@ -186,9 +186,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< <data name="Error" xml:space="preserve"> <value>Ошибка</value> </data> - <data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve"> - <value>Внимание: Если вы хотите добавить субтитры для каждого из файлов, которые вы поместите в очередь, пожалуйста, убедитесь, что стандартные настройки правильно выбраны на вкладке субтитров.</value> - </data> <data name="Main_TurnOnAutoFileNaming" xml:space="preserve"> <value>Вы должны включить автоматическое именование файлов, А ТАКЖЕ указать стандартный путь для сохранения в настройках перед добавлением заданий в очередь.</value> </data> diff --git a/win/CS/HandBrakeWPF/Properties/Resources.tr.resx b/win/CS/HandBrakeWPF/Properties/Resources.tr.resx index aca670f8e..36183d99e 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.tr.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.tr.resx @@ -185,11 +185,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ <data name="Error" xml:space="preserve"> <value>Hata</value> </data> - <data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve"> - <value>Uyarı: Sıralamak üzere olduğunuz her öğeye altyazı eklenmesini istiyorsanız, lütfen altyazı varsayılan ayarlarının altyazılar sekmesinde doğru bir şekilde ayarlandığını doğrulayın. - -Devam etmek istiyor musun?</value> - </data> <data name="Main_TurnOnAutoFileNaming" xml:space="preserve"> <value>Otomatik dosya adlandırma özelliğini açmalısınız ve sıraya ekleyebilmeniz için tercihlerde varsayılan bir yol belirlemelisiniz.</value> </data> diff --git a/win/CS/HandBrakeWPF/Properties/Resources.uk.resx b/win/CS/HandBrakeWPF/Properties/Resources.uk.resx index cd32201cc..95dabb067 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.uk.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.uk.resx @@ -185,11 +185,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< <data name="Error" xml:space="preserve"> <value>Помилка</value> </data> - <data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve"> - <value>Попередження: якщо ви хочете, щоб субтитри додались до кожного елемента що ви збираєтеся поставити в чергу, переконайтесь, що на вкладці субтитрів правильно налаштовано параметри за замовчуванням. - -Хочете продовжити?</value> - </data> <data name="Main_TurnOnAutoFileNaming" xml:space="preserve"> <value>Ви повинні увімкнути у налаштуваннях автоматичне іменування файлів ТА встановити стандартний шлях, перш ніж зможете додати в чергу.</value> </data> diff --git a/win/CS/HandBrakeWPF/Properties/Resources.zh.resx b/win/CS/HandBrakeWPF/Properties/Resources.zh.resx index f8c689401..32278cfb1 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.zh.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.zh.resx @@ -182,11 +182,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< <data name="Error" xml:space="preserve"> <value>错误</value> </data> - <data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve"> - <value>警告:如果您希望为要列队的每个项目添加字幕,请确认您在字幕选项卡上正确设置了字幕默认设置。 - -你想继续吗?</value> - </data> <data name="Main_TurnOnAutoFileNaming" xml:space="preserve"> <value>在添加到队列之前,必须启用自动文件命名并在首选项中设置默认路径。</value> </data> |