mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
11 lines
479 B
PHP
11 lines
479 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "Järjehoidjad",
|
|
"Tags" => "Sildid",
|
|
"Bookm." => "Järjeh.",
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Lohista see oma veebilehitseja järjehoidjatesse ja kliki sellele, kui sa soovid veebilehte kiirelt lisada:",
|
|
"Read later" => "Loe hiljem",
|
|
"Address" => "Aadress",
|
|
"You have no bookmarks" => "Sul pole järjehoidjaid",
|
|
"Bookmarklet <br />" => "Järjehoidja vidin <br />"
|
|
);
|