You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: po/de.po
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ msgstr ""
41
41
"Project-Id-Version: MusicBrainz\n"
42
42
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
43
43
"POT-Creation-Date: 2020-12-14 14:44+0100\n"
44
-
"PO-Revision-Date: 2020-12-15 09:47+0000\n"
44
+
"PO-Revision-Date: 2020-12-15 09:57+0000\n"
45
45
"Last-Translator: Philipp Wolfer <ph.wolfer@gmail.com>\n"
46
46
"Language-Team: German (http://www.transifex.com/musicbrainz/musicbrainz/language/de/)\n"
47
47
"MIME-Version: 1.0\n"
@@ -2652,7 +2652,7 @@ msgid ""
2652
2652
"Example:\n"
2653
2653
"\n"
2654
2654
" $lenmulti(One; Two; Three) = 3\n"
2655
-
msgstr""
2655
+
msgstr"`$lenmulti(Name,Separator=\"; \")`\n\nLiefert die Anzahl der Elemente im mehrwertigen Tag `Name` zurück. Statt eines Variablennamens kann für `Name` auch direkt ein Wert mit mehreren Elementen angegeben werden, die durch `Separator` (oder \"; \" falls nicht angegeben) getrennt werden.\n\nBeispiel:\n\n $lenmulti(Eins; Zwei; Drei) = 3\n"
2656
2656
2657
2657
#:picard/script/functions.py:732
2658
2658
msgid""
@@ -2768,7 +2768,7 @@ msgid ""
2768
2768
"Returns true if `x` equals `a1` or `a2` or ...\n"
2769
2769
"Functionally equivalent to `$or($eq(x,a1),$eq(x,a2) ...)`.\n"
2770
2770
"Functionally equivalent to the eq2 plugin."
2771
-
msgstr""
2771
+
msgstr"`$eq_any(x,a1,a2...)`\n\nLiefert wahr zurück, wenn `x` gleich `a1` oder `a2` oder ...\nFunktional gleichwertig zu `$or($eq(x,a1),$eq(x,a2) ...)`.\nFunktional gleichwertig zum eq2-Plugin."
2772
2772
2773
2773
#:picard/script/functions.py:938
2774
2774
msgid""
@@ -2777,7 +2777,7 @@ msgid ""
2777
2777
"Returns true if `x` does not equal `a1` and `a2` and ...\n"
2778
2778
"Functionally equivalent to `$and($ne(x,a1),$ne(x,a2) ...)`.\n"
2779
2779
"Functionally equivalent to the ne2 plugin."
2780
-
msgstr""
2780
+
msgstr"`$ne_all(x,a1,a2...)`\n\nGibt wahr zurück, wenn `x` ungleich `a1` und `a2` und ...\nFunktional gleichwertig zu `$and($ne(x,a1),$ne(x,a2) ...)`.\nFunktional gleichwertig zum ne2-Plugin."
msgstr"`$ne_any(x,a1,a2...)`\n\nLiefert wahr zurück, wenn `x` ungleich `a1` oder `a2` oder ...\nFunktional gleichwertig zu `$or($ne(x,a1),$ne(x,a2) ...)`.Beispiel:\n\n $if($ne_any(%albumartist%,%trackartist%,%composer%),$set(lyricist,%composer%))\n"
0 commit comments