Blame view
sources/apps/files_sharing/l10n/he.php
451 Bytes
|
31b7f2792
|
1 2 3 |
<?php $TRANSLATIONS = array( "Password" => "סיסמא", |
|
03e52840d
|
4 5 6 |
"%s shared the folder %s with you" => "%s שיתף עמך את התיקייה %s", "%s shared the file %s with you" => "%s שיתף עמך את הקובץ %s", "Download" => "הורדה", |
|
31b7f2792
|
7 8 9 |
"Upload" => "העלאה", "Cancel upload" => "ביטול ההעלאה", "No preview available for" => "אין תצוגה מקדימה זמינה עבור" |
|
03e52840d
|
10 |
); |
|
31b7f2792
|
11 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |