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