mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-02 06:24:11 +01:00
9 lines
521 B
PHP
9 lines
521 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "סימניות",
|
|
"Tags" => "תגיות",
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ניתן לגרור את הקישור הזה אל סרגל הסימניות בדפדפן שלך וללחוץ עליו כאשר מעוניינים ליצור סימניה לאתר במהירות.",
|
|
"Read later" => "קריאה מאוחרת",
|
|
"Address" => "כתובת",
|
|
"You have no bookmarks" => "אין ברשותך סימניות"
|
|
);
|