summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/he.php
blob: 19a5d1b731fd14b8f6b103cf5ed3566496ba0fbc (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Cancel" => "ביטול",
"Shared by {owner}" => "שותף בידי {owner}",
"Shared by" => "שותף על־ידי",
"Password" => "סיסמא",
"Name" => "שם",
"Download" => "הורדה"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";