]> git.mxchange.org Git - friendica-addons.git/blob - testdrive/lang/de/strings.php
regenerated all the strings
[friendica-addons.git] / testdrive / 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 $a->strings['Administrator'] = 'Administrator';
9 $a->strings['Your account on %s will expire in a few days.'] = 'Dein Konto auf %s wird in ein paar Tagen verfallen.';
10 $a->strings['Your Friendica test account is about to expire.'] = 'Dein Friendica-Testkonto wird bald verfallen.';
11 $a->strings['Hi %1$s,
12
13 Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca.'] = 'Hallo %1$s,
14
15 dein Testkonto auf %2$s wird in weniger als fünf Tagen verfallen. Wir hoffen, dass dir dieser Testlauf gefallen hat, so dass du die Gelegenheit nutzt und dir einen normalen Friendica-Server für deine integrierte Social-Network-Kommunikation suchst. Eine Liste öffentlicher Server findest du auf %s/siteinfo . Um mehr Information darüber zu bekommen, wie man einen eigenen Friendica-Server aufsetzt, kannst du auch einen Blick auf die Friendica-Projektseite werfen: https://friendi.ca';