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