nextcloud/apps/user_webdavauth/l10n/he.php

5 lines
584 B
PHP
Raw Normal View History

2013-06-07 04:17:50 +04:00
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "הזדהות מול WebDAV",
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "מערכת ownCloud תשלח את פרטי המשתמש לכתובת זו. התוסף יבדוק את התגובה ויתרגם את הקודים 401 ו־403 כתגובה לציון פרטי גישה שגויים ואת כל שאר התגובות כפרטי גישה נכונים."
);