nextcloud/apps/files_sharing/l10n/he.php

10 lines
219 B
PHP

<?php
$TRANSLATIONS = array(
"Cancel" => "ביטול",
"Shared by" => "שותף על־ידי",
"Password" => "סיסמא",
"Name" => "שם",
"Download" => "הורדה"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";