mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
11 lines
488 B
PHP
11 lines
488 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "Lesezeichen",
|
|
"Tags" => "Tags",
|
|
"Bookm." => "Lesez.",
|
|
"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.",
|
|
"Read later" => "Später lesen",
|
|
"Address" => "Adresse",
|
|
"You have no bookmarks" => "Du hast keine Lesezeichen",
|
|
"Bookmarklet <br />" => "Bookmarklet <br />"
|
|
);
|