2012-09-05 04:05:39 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Password" => "ססמה",
|
|
|
|
"Submit" => "שליחה",
|
2012-10-10 04:09:28 +04:00
|
|
|
"%s shared the folder %s with you" => "%s שיתף עמך את התיקייה %s",
|
|
|
|
"%s shared the file %s with you" => "%s שיתף עמך את הקובץ %s",
|
2012-09-05 04:05:39 +04:00
|
|
|
"Download" => "הורדה",
|
|
|
|
"No preview available for" => "אין תצוגה מקדימה זמינה עבור",
|
|
|
|
"web services under your control" => "שירותי רשת תחת השליטה שלך"
|
|
|
|
);
|