summaryrefslogtreecommitdiffstats
path: root/l10n/de_DE.php
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/de_DE.php')
-rw-r--r--l10n/de_DE.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/l10n/de_DE.php b/l10n/de_DE.php
index 67027643a..22aeda268 100644
--- a/l10n/de_DE.php
+++ b/l10n/de_DE.php
@@ -6,6 +6,7 @@
"Add a feed" => "Neuen Feed hinzufügen",
"There are no feeds yet. Go ahead and add some" => "Keine Feeds vorhanden. Bitte nach oben gehen und einige hinzufügen",
"Import feeds and articles" => "Feeds und Artikel importieren",
+"Refresh" => "Aktualisieren",
"Open website" => "Internetseite öffnen",
"Star article" => "Artikel markieren",
"Unstar article" => "Markierung aufheben",
ssl.org/~appro/OpenSSL.mcp.xml and import it overwriting the original OpenSSL.mcp. (****) Other targets are works in progress. If you feel like giving 'em a shot, then you should know that OpenSSL* and Lib* targets are supposed to be built with the GUSI, MacOS library which mimics BSD sockets and some other POSIX APIs. The GUSI distribution is expected to be found in the same directory as the openssl source tree, i.e., in the parent directory to the one where this very file, namely INSTALL.MacOS, resides. For more information about GUSI, see http://www.iis.ee.ethz.ch/~neeri/macintosh/gusi-qa.html Finally some essential comments from our generous contributor:-) "I've gotten OpenSSL working on the Macintosh. It's probably a bit of a hack, but it works for what I'm doing. If you don't like the way I've done it, then feel free to change what I've done. I freely admit that I've done some less-than-ideal things in my port, and if you don't like the way I've done something, then feel free to change it-- I won't be offended! ... I've tweaked "bss_sock.c" a little to call routines in a "MacSocket" library I wrote. My MacSocket library is a wrapper around OpenTransport, handling stuff like endpoint creation, reading, writing, etc. It is not designed as a high-performance package such as you'd use in a webserver, but is fine for lots of other applications. MacSocket also uses some other code libraries I've written to deal with string manipulations and error handling. Feel free to use these things in your own code, but give me credit and/or send me free stuff in appreciation! :-) ... If you have any questions, feel free to email me as the following: roy@centricsystems.ca -Roy Wood"