Blame view

sources/apps/bookmarks/l10n/he.php 1.72 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  <?php $TRANSLATIONS = array(
  "No file provided for import" => "לא סופק קובץ לייבוא",
  "Unsupported file type for import" => "סוג הקובץ אינו ניתן לייבוא",
  "Bookmarks" => "סימניות",
  "Tags" => "תגיות",
  "Filter by tag" => "סנן לפי תגית",
  "Edit bookmark" => "ערוך סימניה",
  "Are you sure you want to remove this tag from every entry?" => "האם אתה בטוח שברצונך להסיר את התגית מכל הרשומות?",
  "Warning" => "אזהרה",
  "Import error" => "שגיאת יבוא",
  "Import completed successfully." => "ייבוא הושלם בהצלחה.",
  "Uploading..." => "העלאה...",
  "Bookm." => "סימניה.",
  "Add a bookmark" => "הוסף סימניה",
  "Close" => "סגירה",
  "The title of the page" => "כותרת הדף",
  "The address of the page" => "כתובת הדף",
  "Description of the page" => "תיאור הדף",
  "Save" => "שמירה",
  "Delete" => "מחיקה",
  "Edit" => "עריכה",
  "Cancel" => "ביטול",
  "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ניתן לגרור את הקישור הזה אל סרגל הסימניות בדפדפן שלך וללחוץ עליו כאשר מעוניינים ליצור סימניה לאתר במהירות.",
  "Address" => "כתובת",
  "Add" => "הוספה",
  "Related Tags" => "תגיות קשורות",
  "Settings" => "הגדרות",
  "You have no bookmarks" => "אין ברשותך סימניות",
  "You can also try to import a bookmark file" => "יש ביכולתך לייבא גם קובץ סימניות",
  "Bookmarklet" => "יישומון סימנייה",
  "Export & Import" => "ייבוא וייצוא",
  "Export" => "יצוא",
  "Import" => "יבא"
  );