he.js 1.1 KB

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Couldn't delete %s permanently" : "לא ניתן למחוק את %s לצמיתות",
  5. "Couldn't restore %s" : "לא ניתן לשחזר את %s",
  6. "Deleted files" : "קבצים שנמחקו",
  7. "Restore" : "שחזור",
  8. "Delete" : "מחיקה",
  9. "Delete permanently" : "מחיקה לצמיתות",
  10. "Error" : "שגיאה",
  11. "This operation is forbidden" : "פעולה זו אסורה",
  12. "This directory is unavailable, please check the logs or contact the administrator" : "תיקייה זו לא קיימת, יש לבדוק את הלוגים או ליצור קשר עם המנהל",
  13. "restored" : "שוחזר",
  14. "No deleted files" : "אין קבצים שנמחקו",
  15. "You will be able to recover deleted files from here" : "ניתן לבטל מחיקת קבצים מכאן",
  16. "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
  17. "Select all" : "לבחור הכול",
  18. "Name" : "שם",
  19. "Deleted" : "נמחק"
  20. },
  21. "nplurals=2; plural=(n != 1);");