Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update memberlist.php #56

Open
wants to merge 1 commit into
base: 3.2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions language/he/memberlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,47 +101,47 @@
'LOGIN_EXPLAIN_SEARCHUSER' => 'The board requires you to be registered and logged in to search users.',
'LOGIN_EXPLAIN_VIEWPROFILE' => 'The board requires you to be registered and logged in to view profiles.',

'MANAGE_GROUP' => 'Manage Group',
'MORE_THAN' => 'More than',
'MANAGE_GROUP' => 'ניהול קבוצה',
'MORE_THAN' => 'יותר מ',

'NO_CONTACT_FORM' => 'The board administrator contact form has been disabled.',
'NO_CONTACT_PAGE' => 'The board administrator contact page has been disabled.',
'NO_EMAIL' => 'You are not permitted to send email to this user.',
'NO_VIEW_USERS' => 'You are not authorised to view the member list or profiles.',

'ORDER' => 'Order',
'OTHER' => 'Other',
'ORDER' => 'הזמנה',
'OTHER' => 'אחר',

'POST_IP' => 'Posted from IP/domain',

'REAL_NAME' => 'Recipient name',
'RECIPIENT' => 'Recipient',
'REMOVE_FOE' => 'Remove foe',
'REMOVE_FRIEND' => 'Remove friend',
'REMOVE_FOE' => 'הסר נודניק',
'REMOVE_FRIEND' => 'הסר חבר',

'SELECT_MARKED' => 'Select marked',
'SELECT_SORT_METHOD' => 'Select sort method',
'SENDER_EMAIL_ADDRESS' => 'Your email address',
'SENDER_NAME' => 'Your name',
'SEND_ICQ_MESSAGE' => 'Send ICQ message',
'SEND_IM' => 'Instant messaging',
'SENDER_EMAIL_ADDRESS' => 'כתובת אימייל שלך',
'SENDER_NAME' => 'השם שלך',
'SEND_ICQ_MESSAGE' => 'שלח הודעת ICQ',
'SEND_IM' => 'הודעות מיידיות',
'SEND_JABBER_MESSAGE' => 'Send Jabber message',
'SEND_MESSAGE' => 'Message',
'SEND_YIM_MESSAGE' => 'Send YIM message',
'SORT_EMAIL' => 'Email',
'SORT_LAST_ACTIVE' => 'Last active',
'SEND_MESSAGE' => 'הודעה',
'SEND_YIM_MESSAGE' => 'שלח הודעת YIM',
'SORT_EMAIL' => 'אימייל',
'SORT_LAST_ACTIVE' => 'פעילות אחרונה',
'SORT_POST_COUNT' => 'Post count',

'USERNAME_BEGINS_WITH' => 'Username begins with',
'USER_ADMIN' => 'Administer user',
'USER_BAN' => 'Banning',
'USER_FORUM' => 'User statistics',
'USERNAME_BEGINS_WITH' => 'שם המשתמש מתחיל ב',
'USER_ADMIN' => 'ניהול משתמש',
'USER_BAN' => 'חסימה',
'USER_FORUM' => 'סטטיסטיקות משתמש',
'USER_LAST_REMINDED' => array(
0 => 'No reminder sent at this time',
1 => '%1$d reminder sent<br />» %2$s',
2 => '%1$d reminder sent<br />» %2$s',
),
'USER_ONLINE' => 'Online',
'USER_ONLINE' => 'מחובר',
'USER_PRESENCE' => 'Board presence',
'USERS_PER_PAGE' => 'Users per page',

Expand Down