summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/he.php
blob: 6cdc5c05c9d0985fd52a13c0dcef7914c4cdaf90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "לא ניתן למחוק את %s לצמיתות",
"Couldn't restore %s" => "לא ניתן לשחזר את %s",
"Deleted files" => "קבצים שנמחקו",
"Error" => "שגיאה",
"Deleted Files" => "קבצים שנמחקו",
"restored" => "שוחזר",
"Nothing in here. Your trash bin is empty!" => "אין כאן שום דבר. סל המיחזור שלך ריק!",
"Name" => "שם",
"Restore" => "שחזור",
"Deleted" => "נמחק",
"Delete" => "מחיקה"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";