Blame view
sources/apps/ownpad_lite/l10n/he.php
484 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<?php $TRANSLATIONS = array( "Document was shared" => "המסמך שותף", "User %s shared quick document %s with you." => "המשתמש %s שיתף אתך מסמך זריז %s.", "My pad" => "הלוח שלי", "Settings" => "הגדרות", "Pad Title" => "כותרת הלוח", "Open" => "פתיחה", "Share with" => "שיתוף עם", "Share" => "שתף", "Etherpad service URL" => "כתובת שירות ה־Etherpad", "Username" => "שם משתמש", "Save" => "שמירה" ); |