Browse code

Updates

Benjamin Roth authored on16/03/2023 13:33:40
Showing1 changed files
... ...
@@ -22,6 +22,15 @@
22 22
                 <source>Notifications</source>
23 23
                 <target>Benachrichtigungen</target>
24 24
             </trans-unit>
25
+
26
+            <trans-unit id="tl_news.MSC.nc_news_testletter">
27
+                <source>A test notification has been sent to %s.</source>
28
+                <target>Eine Testbenachrichtigung wurde versendet an %s.</target>
29
+            </trans-unit>
30
+            <trans-unit id="tl_news.MSC.nc_news_testletter_error">
31
+                <source>A test notification could not be sent.</source>
32
+                <target>Eine Testmeldung konnte nicht gesendet werden.</target>
33
+            </trans-unit>
25 34
         </body>
26 35
     </file>
27 36
 </xliff>
Browse code

Initial commit

Benjamin Roth authored on14/03/2023 16:28:03
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,27 @@
1
+<?xml version="1.0" ?><xliff version="1.1">
2
+    <file datatype="php" original="tl_news" source-language="en" target-language="de">
3
+        <body>
4
+            <trans-unit id="tl_news.nc_sent.0">
5
+                <source>Do not send notification</source>
6
+                <target>Benachrichtigung nicht senden</target>
7
+            </trans-unit>
8
+            <trans-unit id="tl_news.nc_sent.1">
9
+                <source>No notification will be sent to selected member groups. To send, uncheck the box.</source>
10
+                <target>Es wird keine Benachrichtigung an ausgewählte Mitgliedergruppen versendet. Zum Senden, Haken entfernen.</target>
11
+            </trans-unit>
12
+            <trans-unit id="tl_news.nc_testmail.0">
13
+                <source>Send test notification</source>
14
+                <target>Testbenachrichtigung senden</target>
15
+            </trans-unit>
16
+            <trans-unit id="tl_news.nc_testmail.1">
17
+                <source>A test notification is sent to the currently logged in backend user.</source>
18
+                <target>Es wird eine Testbenachrichtigung an den momentan eingeloggten Backend-User gesendet.</target>
19
+            </trans-unit>
20
+
21
+            <trans-unit id="tl_news.nc_legend">
22
+                <source>Notifications</source>
23
+                <target>Benachrichtigungen</target>
24
+            </trans-unit>
25
+        </body>
26
+    </file>
27
+</xliff>