1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/de.php

14 lines
578 B
PHP
Raw Normal View History

2012-07-29 02:06:29 +02:00
<?php $TRANSLATIONS = array(
"Bookmarks" => "Lesezeichen",
"unnamed" => "unbenannt",
2012-09-12 02:04:03 +02:00
"Bookm." => "Lesez.",
2012-09-28 02:08:20 +02:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Ziehe dies zu Deinen Browser-Lesezeichen und klicke darauf, wenn Du eine Website schnell den Lesezeichen hinzufügen willst.",
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-09-28 02:08:20 +02:00
"You have no bookmarks" => "Du hast keine Lesezeichen",
2012-07-29 02:06:29 +02:00
"Bookmarklet <br />" => "Bookmarklet <br />"
);