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