nextcloud/apps/files_external/l10n/he.php

27 lines
1.0 KiB
PHP

<?php
$TRANSLATIONS = array(
"Please provide a valid Dropbox app key and secret." => "נא לספק קוד יישום וסוד תקניים של Dropbox.",
"Local" => "מקומי",
"Location" => "מיקום",
"Port" => "פורט",
"Region" => "אזור",
"Host" => "מארח",
"Username" => "שם משתמש",
"Password" => "סיסמא",
"Share" => "שיתוף",
"URL" => "כתובת",
"Access granted" => "הוענקה גישה",
"Error configuring Dropbox storage" => "אירעה שגיאה בעת הגדרת אחסון ב־Dropbox",
"Grant access" => "הענקת גישה",
"Error configuring Google Drive storage" => "אירעה שגיאה בעת הגדרת אחסון ב־Google Drive",
"Personal" => "אישי",
"Saved" => "נשמר",
"Name" => "שם",
"External Storage" => "אחסון חיצוני",
"Folder name" => "שם התיקייה",
"Configuration" => "הגדרות",
"Delete" => "מחיקה",
"Enable User External Storage" => "הפעלת אחסון חיצוני למשתמשים"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";