server/apps/files_sharing/l10n/he.php

11 lines
429 B
PHP
Raw Normal View History

2012-09-05 00:05:39 +00:00
<?php $TRANSLATIONS = array(
2013-04-27 00:24:29 +00:00
"Password" => "סיסמא",
2012-09-05 00:05:39 +00:00
"Submit" => "שליחה",
2012-10-10 00:09:28 +00:00
"%s shared the folder %s with you" => "%s שיתף עמך את התיקייה %s",
"%s shared the file %s with you" => "%s שיתף עמך את הקובץ %s",
2012-09-05 00:05:39 +00:00
"Download" => "הורדה",
2013-06-30 00:13:07 +00:00
"Upload" => "העלאה",
"Cancel upload" => "ביטול ההעלאה",
2013-06-14 00:52:34 +00:00
"No preview available for" => "אין תצוגה מקדימה זמינה עבור"
2012-09-05 00:05:39 +00:00
);