diff options
| author | 2019-03-23 22:52:47 +0100 | |
|---|---|---|
| committer | 2019-03-23 22:52:47 +0100 | |
| commit | 1804c0e0bc095487b9a1ad13cbc9f55f6cef2a2a (patch) | |
| tree | 4a250b570a3d0adbfe5f520533c7719646d97c2c /app/i18n/he/sub.php | |
| parent | e7a57915f9c90c144d95918048d2523418866921 (diff) | |
Filter actions (#2275)
* Draft of filter actions
* Travis
* Implement UI + finish logic
* Travis
Diffstat (limited to 'app/i18n/he/sub.php')
| -rw-r--r-- | app/i18n/he/sub.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index 6d824e349..bb2025bc3 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -33,6 +33,10 @@ return array( 'description' => 'תיאור', 'empty' => 'הזנה זו ריקה. אנא ודאו שהיא עדיין מתוחזקת.', 'error' => 'הזנה זו נתקלה בשגיאה, אנא ודאו שהיא תקינה ואז נסו שנית.', + 'filteractions' => array( + '_' => 'Filter actions', //TODO - Translation + 'help' => 'Write one search filter per line.', //TODO - Translation + ), 'informations' => 'מידע', 'keep_history' => 'מסםר מינימלי של מאמרים לשמור', 'moved_category_deleted' => 'כאשר הקטגוריה נמחקת ההזנות שבתוכה אוטומטית מקוטלגות תחת <em>%s</em>.', |
