]> git.mxchange.org Git - friendica-addons.git/blob - cookienotice/lang/de/strings.php
Merge pull request #1135 from annando/profile-update
[friendica-addons.git] / cookienotice / 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["OK"] = "OK";
10 $a->strings["\"cookienotice\" Settings"] = "\"cookienotice\"-Einstellungen";
11 $a->strings["Cookie Usage Notice"] = "Cookie-Nutzungshinweis";
12 $a->strings["The cookie usage notice"] = "Der Hinweis zur Nutzung von Cookies";
13 $a->strings["OK Button Text"] = "OK-Button-Text";
14 $a->strings["The OK Button text"] = "Der für den OK-Button verwendete Text";
15 $a->strings["Save Settings"] = "Einstellungen speichern";
16 $a->strings["cookienotice Settings saved."] = "cookienotice-Einstellungen wurden gespeichert";