nextcloud/apps/user_ldap/l10n/he.php

14 lines
596 B
PHP
Raw Normal View History

2013-01-12 03:10:58 +04:00
<?php $TRANSLATIONS = array(
2013-02-02 03:08:15 +04:00
"Deletion failed" => "מחיקה נכשלה",
2013-01-12 03:10:58 +04:00
"Host" => "מארח",
"User DN" => "DN משתמש",
"Password" => "סיסמא",
"For anonymous access, leave DN and Password empty." => "לגישה אנונימית, השאר את הDM והסיסמא ריקים.",
"User Login Filter" => "סנן כניסת משתמש",
"User List Filter" => "סנן רשימת משתמשים",
"Group Filter" => "סנן קבוצה",
"in bytes" => "בבתים",
"in seconds. A change empties the cache." => "בשניות. שינוי מרוקן את המטמון.",
"Help" => "עזרה"
);