1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-03 07:24:10 +01:00
OwncloudBookmarksOfficial/l10n/de.php

13 lines
568 B
PHP
Raw Normal View History

2012-07-29 02:06:29 +02:00
<?php $TRANSLATIONS = array(
"Bookmarks" => "Lesezeichen",
"unnamed" => "unbenannt",
2012-08-24 02:07:18 +02:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Ziehen Sie dies zu Ihren Browser-Lesezeichen und klicken Sie darauf, wenn Sie eine Website schnell den Lesezeichen hinzufügen wollen.",
2012-07-29 02:06:29 +02:00
"Read later" => "Später lesen",
"Address" => "Adresse",
2012-08-24 02:07:18 +02:00
"Title" => "Titel",
2012-07-29 02:06:29 +02:00
"Tags" => "Tags",
"Save bookmark" => "Lesezeichen speichern",
2012-08-24 02:07:18 +02:00
"You have no bookmarks" => "Sie haben keine Lesezeichen",
2012-07-29 02:06:29 +02:00
"Bookmarklet <br />" => "Bookmarklet <br />"
);