mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
cookienotice addon - did the gettext jobs and added german language
This commit is contained in:
parent
f3a5f16fc1
commit
efda326527
3 changed files with 120 additions and 0 deletions
11
cookienotice/lang/de/strings.php
Normal file
11
cookienotice/lang/de/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
;
|
||||
$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\" Einstellungen";
|
||||
$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "<b>Konfiguriere deinen Cookie Nutzungshinweis.</b> Es sollte ein Hinweis sein, der sagt dass die Webseite Cookies benutzt. Er wird solange angezeigt, bis der User den Hinweis mit klicken des OK Buttons bestätigt.";
|
||||
$a->strings["Cookie Usage Notice"] = "Cookie Nutzungshinweis";
|
||||
$a->strings["The cookie usage notice"] = "Der Cookie Nutzungshinweis";
|
||||
$a->strings["OK Button Text"] = "OK Button Text";
|
||||
$a->strings["The OK Button text"] = "Der OK Button Text";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["cookienotice Settings saved."] = "cookienotice Einstellungen wurden gespeichert";
|
Loading…
Add table
Add a link
Reference in a new issue