From bc7525c971fdea9e978603e6734b58d67dc0633d Mon Sep 17 00:00:00 2001 From: tobias <tobias@thecodedev.de> Date: Tue, 17 Sep 2019 18:07:20 +0200 Subject: [PATCH] Improve localization files --- PlayWall/src/main/resources/lang/_de.properties | 2 +- .../src/main/resources/lang/playoutlog_de.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PlayWall/src/main/resources/lang/_de.properties b/PlayWall/src/main/resources/lang/_de.properties index a334023f..d3e6f30a 100755 --- a/PlayWall/src/main/resources/lang/_de.properties +++ b/PlayWall/src/main/resources/lang/_de.properties @@ -223,7 +223,7 @@ MainLayout.Touch=Touchmodus Search.Button=Suchen Search.Placeholder=Suche Search.Alert.NoMatches.Header=Kachelsuche -Search.Alert.NoMatches.Content=Keine weiteren Treffer zu '{}'. gefunden. +Search.Alert.NoMatches.Content=Keine weiteren Treffer zu '{}' gefunden. # UI - Dialog - Page - Delete UI.Dialog.Page.Delete.Header=Seite l\u00F6schen diff --git a/PlayWallPlugins/PlayWallPluginPlayoutLog/src/main/resources/lang/playoutlog_de.properties b/PlayWallPlugins/PlayWallPluginPlayoutLog/src/main/resources/lang/playoutlog_de.properties index 6808e923..2d840cd9 100644 --- a/PlayWallPlugins/PlayWallPluginPlayoutLog/src/main/resources/lang/playoutlog_de.properties +++ b/PlayWallPlugins/PlayWallPluginPlayoutLog/src/main/resources/lang/playoutlog_de.properties @@ -7,6 +7,6 @@ PlayoutLogDialog.Button.Start=Starten PlayoutLogDialog.Button.Stop=Stoppen PlayoutLogDialog.Button.Export=PDF Exportieren... PlayoutLogDialog.Button.ExportAll=CSV Exportieren... -PlayoutLogDialog.Button.Delete=L\u00F6schen... +PlayoutLogDialog.Button.Delete=L\u00F6schen PlayoutLogDialog.Error.NameExists=Dieser Name ist bereits verwendet. W\u00E4hlen Sie bitte einen anderen Namen. \ No newline at end of file -- GitLab