Blame view

sources/apps/files_external/l10n/he.php 1.16 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  <?php $TRANSLATIONS = array(
  "Access granted" => "הוענקה גישה",
  "Error configuring Dropbox storage" => "אירעה שגיאה בעת הגדרת אחסון ב־Dropbox",
  "Grant access" => "הענקת גישה",
  "Please provide a valid Dropbox app key and secret." => "נא לספק קוד יישום וסוד תקניים של Dropbox.",
  "Error configuring Google Drive storage" => "אירעה שגיאה בעת הגדרת אחסון ב־Google Drive",
  "External Storage" => "אחסון חיצוני",
  "Folder name" => "שם התיקייה",
  "Configuration" => "הגדרות",
  "Options" => "אפשרויות",
  "Applicable" => "ניתן ליישום",
  "None set" => "לא הוגדרה",
  "All Users" => "כל המשתמשים",
  "Groups" => "קבוצות",
  "Users" => "משתמשים",
  "Delete" => "מחיקה",
  "Enable User External Storage" => "הפעלת אחסון חיצוני למשתמשים",
  "Allow users to mount their own external storage" => "יאפשר למשתמשים לעגן את האחסון החיצוני שלהם",
  "SSL root certificates" => "שורש אישורי אבטחת SSL ",
  "Import Root Certificate" => "ייבוא אישור אבטחת שורש"
  );