1
0

he.js 1.1 KB

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