blob: f8b304898ce75dda95ca1b0c24f28e0387d17a9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
$TRANSLATIONS = array(
"Password" => "סיסמא",
"Submit" => "שליחה",
"%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);";
|