]> git.mxchange.org Git - friendica-addons.git/blobdiff - uhremotestorage/lang/de/strings.php
updating the addon translations, missed some files due missing git fu
[friendica-addons.git] / uhremotestorage / lang / de / strings.php
index 3af896f489120834771925deb8a1fb787165f31f..a6b9bf0a4e0554374de9ea564ab93bc506c3bdb2 100644 (file)
@@ -1,7 +1,12 @@
-<?php\r
-\r
-$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = "Ermöglicht dir, deine Friendica ID (%s) mit externen unhosted-fähigen Speichern (z.B. ownCloud) zu verbinden. Siehe <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>";\r
-$a->strings["Template URL (with {category})"] = "Vorlagen URL (mit {Kategorie})";\r
-$a->strings["OAuth end-point"] = "OAuth Endpunkt";\r
-$a->strings["Api"] = "Api";\r
-$a->strings["Submit"] = "Senden";\r
+<?php
+
+if(! function_exists("string_plural_select_de")) {
+function string_plural_select_de($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = "Ermöglicht es deine friendica id (%s) mit externen unhosted-fähigen Speichern (z.B. ownCloud) zu verbinden. Siehe <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>";
+$a->strings["Template URL (with {category})"] = "Vorlagen URL (mit {Kategorie})";
+$a->strings["OAuth end-point"] = "OAuth end-point";
+$a->strings["Api"] = "Api";
+$a->strings["Save Settings"] = "Einstellungen speichern";