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