]> git.mxchange.org Git - friendica-addons.git/blob - notimeline/lang/de/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[friendica-addons.git] / notimeline / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["No Timeline settings updated."] = "Keine Timeline-Einstellungen aktualisiert.";
10 $a->strings["No Timeline Settings"] = "Keine Timeline-Einstellungen";
11 $a->strings["Disable Archive selector on profile wall"] = "Deaktiviere Archiv-Auswahl auf deiner Pinnwand";
12 $a->strings["Submit"] = "Senden";