Blame view

sources/apps/files_trashbin/l10n/he.php 719 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <?php $TRANSLATIONS = array(
  "Couldn't delete %s permanently" => "בלתי אפשרי למחוק את %s לצמיתות",
  "Couldn't restore %s" => "בלתי אפשרי לשחזר את %s",
  "perform restore operation" => "בצע פעולת שחזור",
  "delete file permanently" => "מחק קובץ לצמיתות",
  "Delete permanently" => "מחק לצמיתות",
  "Name" => "שם",
  "Deleted" => "נמחק",
  "1 folder" => "תיקייה אחת",
  "{count} folders" => "{count} תיקיות",
  "1 file" => "קובץ אחד",
  "{count} files" => "{count} קבצים",
  "Nothing in here. Your trash bin is empty!" => "שום דבר כאן. סל המחזור שלך ריק!",
  "Restore" => "שחזר",
  "Delete" => "מחיקה"
  );