blob: 217298feddf87a5c27e1340b3129815f068c3eb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?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);";
|