nextcloud/apps/files_sharing/l10n/he.php

12 lines
451 B
PHP

<?php
$TRANSLATIONS = array(
"Password" => "סיסמא",
"%s shared the folder %s with you" => "%s שיתף עמך את התיקייה %s",
"%s shared the file %s with you" => "%s שיתף עמך את הקובץ %s",
"Download" => "הורדה",
"Upload" => "העלאה",
"Cancel upload" => "ביטול ההעלאה",
"No preview available for" => "אין תצוגה מקדימה זמינה עבור"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";