Index: trunk/phase3/languages/messages/MessagesHe.php |
— | — | @@ -3476,4 +3476,19 @@ |
3477 | 3477 | 'htmlform-reset' => 'ביטול השינויים', |
3478 | 3478 | 'htmlform-selectorother-other' => 'אחר', |
3479 | 3479 | |
| 3480 | +# Add categories per AJAX |
| 3481 | +'ajax-add-category' => 'הוספת קטגוריה', |
| 3482 | +'ajax-add-category-submit' => 'הוספה', |
| 3483 | +'ajax-confirm-title' => 'אישור הפעולה', |
| 3484 | +'ajax-confirm-prompt' => 'באפשרותכם לכתוב תקציר עריכה למטה. |
| 3485 | +לחצו על "{{int:ajax-confirm-save}}" כדי לשמור את העריכה.', |
| 3486 | +'ajax-confirm-save' => 'שמירה', |
| 3487 | +'ajax-add-category-summary' => 'הוספת הקטגוריה "$1"', |
| 3488 | +'ajax-remove-category-summary' => 'הסרת הקטגוריה "$1"', |
| 3489 | +'ajax-confirm-actionsummary' => 'הפעולה לביצוע:', |
| 3490 | +'ajax-error-title' => 'שגיאה', |
| 3491 | +'ajax-error-dismiss' => 'אישור', |
| 3492 | +'ajax-remove-category-error' => 'לא ניתן היה להסיר קטגוריה זו. |
| 3493 | +הסיבה לכך היא בדרך כלל שהקטגוריה נוספה לדף בתוך תבנית.', |
| 3494 | + |
3480 | 3495 | ); |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -4208,4 +4208,5 @@ |
4209 | 4209 | 'ajax-error-dismiss' => 'OK', |
4210 | 4210 | 'ajax-remove-category-error' => 'It was not possible to remove this category. |
4211 | 4211 | This usually occurs when the category has been added to the page in a template.', |
| 4212 | + |
4212 | 4213 | ); |