fix language loading

This commit is contained in:
Jonathan Jenne
2022-11-07 16:42:14 +01:00
parent 8169bb5a7a
commit 360572dd29
10 changed files with 111 additions and 20 deletions

View File

@@ -120,6 +120,9 @@
<data name="Aktualisiert: {0}" xml:space="preserve">
<value>Refreshed: {0}</value>
</data>
<data name="Aktualisierung erfolgreich." xml:space="preserve">
<value>Refresh successful.</value>
</data>
<data name="Clipboard-Watcher starten" xml:space="preserve">
<value>Start Clipboard-Watcher</value>
</data>
@@ -141,9 +144,15 @@
<data name="Es wurden keine passenden Profile gefunden für die Suche nach '{0}'!" xml:space="preserve">
<value>No matching profiles could be found for the search term '{0}'!</value>
</data>
<data name="Es wurden noch keine Profile für den aktuellen Benutzer konfiguriert." xml:space="preserve">
<value>No profiles are configured for this user yet.</value>
</data>
<data name="Es wurden weder Dokumente noch Daten gefunden für die Suche nach '{0}'!" xml:space="preserve">
<value>No matching documents or records could be found for the search term '{0}'!</value>
</data>
<data name="Fehler bei der Aktualisierung." xml:space="preserve">
<value>Error while refreshing!</value>
</data>
<data name="Fehler beim Auswerten der Profile. Mehr Informationen im Log." xml:space="preserve">
<value>Error while evaluating the profiles. Check the log for more information.</value>
</data>