From 463a136c15fe41218b9ebe3f7d18d12054de0798 Mon Sep 17 00:00:00 2001 From: Erkan Yilmaz Date: Fri, 2 Sep 2011 10:17:17 +0200 Subject: [PATCH 1/2] typo in German admin log page --- view/de/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/de/strings.php b/view/de/strings.php index 56d54a6d39..affae0bfe7 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -603,7 +603,7 @@ $a->strings["Log settings updated."] = "Protokolleinstellungen aktualisiert."; $a->strings["Clear"] = "löschen"; $a->strings["Debugging"] = "Protokoll führen"; $a->strings["Log file"] = "Protokolldatei"; -$a->strings["Must be writable by web server. Relative to your Friendika index.php."] = "Muss schreibbar durch den Webserver sein. Angabe relativ zu Friendikas indes.php."; +$a->strings["Must be writable by web server. Relative to your Friendika index.php."] = "Muss schreibbar durch den Webserver sein. Angabe relativ zu Friendikas index.php."; $a->strings["Log level"] = "Protokollevel"; $a->strings["Close"] = "Schließen"; $a->strings["FTP Host"] = "FTP Host"; From 508a13da00e639ca871fa099affe5e73d0b0d6b6 Mon Sep 17 00:00:00 2001 From: Erkan Yilmaz Date: Sat, 3 Sep 2011 04:01:24 +0200 Subject: [PATCH 2/2] inital info for Facebook + CC by licence further info here: http://groups.google.com/group/friendika/browse_thread/thread/7562e0b22f815a79 --- addon/facebook/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addon/facebook/README b/addon/facebook/README index 19c5948866..325f18dd12 100644 --- a/addon/facebook/README +++ b/addon/facebook/README @@ -33,3 +33,7 @@ long posts truncated - with a link to view the full post. Facebook contacts will not be able to view private photos, as they are not able to authenticate to your site to establish identity. We will address this in a future release. + +Info: please make sure that you understand all aspects due to Friendika's +default licence which is: Creative Commons Attribution 3.0 (further info: +http://creativecommons.org/licenses/by/3.0/ )