he.js 1.2 KB

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