nextcloud/apps/user_ldap/l10n/he.php

26 lines
1.3 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-02 03:08:15 +04:00
"Deletion failed" => "מחיקה נכשלה",
2013-05-03 04:05:10 +04:00
"Keep settings?" => "האם לשמור את ההגדרות?",
"Cannot add server configuration" => "לא ניתן להוסיף את הגדרות השרת",
2013-05-18 04:03:28 +04:00
"Error" => "שגיאה",
2013-05-03 04:05:10 +04:00
"Connection test succeeded" => "בדיקת החיבור עברה בהצלחה",
"Connection test failed" => "בדיקת החיבור נכשלה",
"Do you really want to delete the current Server Configuration?" => "האם אכן למחוק את הגדרות השרת הנוכחיות?",
"Confirm Deletion" => "אישור המחיקה",
"Server configuration" => "הגדרות השרת",
"Add Server Configuration" => "הוספת הגדרות השרת",
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" => "סנן קבוצה",
2013-02-25 03:06:17 +04:00
"Port" => "פורט",
2013-01-12 03:10:58 +04:00
"in seconds. A change empties the cache." => "בשניות. שינוי מרוקן את המטמון.",
2013-02-03 03:06:15 +04:00
"in bytes" => "בבתים",
2013-01-12 03:10:58 +04:00
"Help" => "עזרה"
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";