Welcome to mirror list, hosted at ThFree Co, Russian Federation.

he.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90b3fd11ab52a65f39a6980fb226f2b92831e59c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "לא ניתן למחוק את %s לצמיתות",
"Couldn't restore %s" => "לא ניתן לשחזר את %s",
"Deleted files" => "קבצים שנמחקו",
"Restore" => "שחזור",
"Error" => "שגיאה",
"restored" => "שוחזר",
"Nothing in here. Your trash bin is empty!" => "אין כאן שום דבר. סל המיחזור שלך ריק!",
"Name" => "שם",
"Deleted" => "נמחק",
"Delete" => "מחיקה"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";