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

34 lines
1.6 KiB
PHP
Raw Normal View History

2014-10-27 21:18:24 +01:00
<?php
$TRANSLATIONS = array(
2014-11-27 08:10:23 +01:00
"Bookmarks" => "סימניות",
"Bookm." => "סימניה.",
2013-06-07 02:18:32 +02:00
"No file provided for import" => "לא סופק קובץ לייבוא",
2012-12-27 00:04:36 +01:00
"Unsupported file type for import" => "סוג הקובץ אינו ניתן לייבוא",
2014-11-28 08:10:17 +01:00
"Error" => "שגיאה",
2012-12-27 00:04:36 +01:00
"Filter by tag" => "סנן לפי תגית",
"Warning" => "אזהרה",
2014-11-27 08:10:23 +01:00
"Tags" => "תגיות",
"Are you sure you want to remove this tag from every entry?" => "האם אתה בטוח שברצונך להסיר את התגית מכל הרשומות?",
2013-06-07 02:18:32 +02:00
"Import error" => "שגיאת יבוא",
2012-12-27 00:04:36 +01:00
"Import completed successfully." => "ייבוא הושלם בהצלחה.",
"Uploading..." => "העלאה...",
"Add a bookmark" => "הוסף סימניה",
"The title of the page" => "כותרת הדף",
"The address of the page" => "כתובת הדף",
"Description of the page" => "תיאור הדף",
2012-11-02 00:03:14 +01:00
"Save" => "שמירה",
"Delete" => "מחיקה",
2012-11-08 00:03:47 +01:00
"Edit" => "עריכה",
2012-11-02 00:03:14 +01:00
"Cancel" => "ביטול",
2012-11-08 00:03:47 +01:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ניתן לגרור את הקישור הזה אל סרגל הסימניות בדפדפן שלך וללחוץ עליו כאשר מעוניינים ליצור סימניה לאתר במהירות.",
2014-02-11 08:11:26 +01:00
"Add to ownCloud" => "הוסף לownCloud",
2012-09-05 02:06:20 +02:00
"Address" => "כתובת",
2012-11-09 00:03:56 +01:00
"Add" => "הוספה",
2012-11-02 00:03:14 +01:00
"You have no bookmarks" => "אין ברשותך סימניות",
2013-06-07 02:18:32 +02:00
"Bookmarklet" => "יישומון סימנייה",
2012-12-27 00:04:36 +01:00
"Export & Import" => "ייבוא וייצוא",
2012-11-04 00:03:02 +01:00
"Export" => "יצוא",
"Import" => "יבא"
2012-09-05 02:06:20 +02:00
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";