he.js 1.0 KB

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