You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

he.js 1.7KB

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Deleted files" : "קבצים שנמחקו",
  5. "restored" : "שוחזר",
  6. "This application enables users to restore files that were deleted from the system." : "יישומון זה מאפשר למשתמשים לשחזר קבצים שנמחקו מהמערכת.",
  7. "Restore" : "שחזור",
  8. "Delete permanently" : "מחיקה לצמיתות",
  9. "Error while restoring file from trashbin" : "שגיאה בעת שחזור קובץ מסל האשפה",
  10. "Error while removing file from trashbin" : "שגיאה בעת הסרת קובץ מסל האשפה",
  11. "Error while restoring files from trashbin" : "שגיאה בעת שחזור קבצים מסל האשפה",
  12. "Error while emptying trashbin" : "שגיאה בעת פינוי סל האשפה",
  13. "Error while removing files from trashbin" : "שגיאה בעת הסרתים קבצים מסל האשפה",
  14. "This operation is forbidden" : "פעולה זו אסורה",
  15. "This directory is unavailable, please check the logs or contact the administrator" : "תיקייה זו לא קיימת, יש לבדוק את הלוגים או ליצור קשר עם המנהל",
  16. "No deleted files" : "אין קבצים שנמחקו",
  17. "You will be able to recover deleted files from here" : "ניתן לבטל מחיקת קבצים מכאן",
  18. "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
  19. "Select all" : "לבחור הכול",
  20. "Name" : "שם",
  21. "Actions" : "פעולולת",
  22. "Deleted" : "נמחק",
  23. "Delete" : "מחיקה"
  24. },
  25. "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");