2014-07-15 00:43:40 -04:00

21 lines
717 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php $TRANSLATIONS = array(
"Saving..." => "שמירה…",
"Share" => "שיתוף",
"Save" => "שמירה",
"File name cannot be empty." => "שם קובץ אינו יכול להיות ריק",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "השם שגוי, אסור להשתמש בתווים '\\', '/', '<', '>', ':', '\"', '|', '?' ו־'*'.",
"Cancel" => "ביטול",
"Close" => "סגירה",
"Create" => "יצירה",
"Delete" => "מחיקה",
"Family" => "משפחה",
"OK" => "אישור",
"Open" => "פתיחה",
"Options" => "אפשרויות",
"Size" => "גודל",
"Text" => "טקסט",
"Edit" => "עריכה",
"Upload" => "העלאה",
"Password" => "סיסמא"
);