nextcloud/apps/files_trashbin/l10n/he.php

17 lines
719 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
2013-02-25 03:06:17 +04:00
"Couldn't delete %s permanently" => "בלתי אפשרי למחוק את %s לצמיתות",
"Couldn't restore %s" => "בלתי אפשרי לשחזר את %s",
"perform restore operation" => "בצע פעולת שחזור",
"delete file permanently" => "מחק קובץ לצמיתות",
"Delete permanently" => "מחק לצמיתות",
2013-02-01 03:19:28 +04:00
"Name" => "שם",
2013-02-25 03:06:17 +04:00
"Deleted" => "נמחק",
2013-02-01 03:19:28 +04:00
"1 folder" => "תיקייה אחת",
"{count} folders" => "{count} תיקיות",
"1 file" => "קובץ אחד",
2013-02-22 03:08:47 +04:00
"{count} files" => "{count} קבצים",
2013-02-25 03:06:17 +04:00
"Nothing in here. Your trash bin is empty!" => "שום דבר כאן. סל המחזור שלך ריק!",
"Restore" => "שחזר",
2013-02-22 03:08:47 +04:00
"Delete" => "מחיקה"
2013-02-01 03:19:28 +04:00
);