Blame view

sources/apps/files_texteditor/l10n/he.php 427 Bytes
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
  <?php $TRANSLATIONS = array(
  "Save" => "שמירה",
  "Search" => "חיפוש",
  "Close" => "סגירה",
  "Next" => "הבא",
  "Clear" => "ניקוי",
  "Saving..." => "שמירה…",
  "Failed to save file" => "נכשל בשמירת הקובץ",
  "An error occurred!" => "אירעה תקלה!",
  "There were unsaved changes, click here to go back" => "ישנם שינויים שלא נשמרו. נא ללחוץ כאן לחזרה"
  );