he.js 894 B

123456789101112131415161718
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "restored" : "שוחזר",
  5. "Deleted files" : "קבצים שנמחקו",
  6. "Restore" : "שחזור",
  7. "Unknown" : "לא ידוע",
  8. "All files" : "כל הקבצים",
  9. "Deleted" : "נמחק",
  10. "No deleted files" : "אין קבצים שנמחקו",
  11. "This application enables users to restore files that were deleted from the system." : "יישומון זה מאפשר למשתמשים לשחזר קבצים שנמחקו מהמערכת.",
  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. },
  18. "nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");