From 3213f84e59e39b1c246c2c9bebed5637a98f5bc6 Mon Sep 17 00:00:00 2001 From: Georg Bauer Date: Mon, 19 Jun 2006 13:45:04 +0000 Subject: fixed #2165: updated hebrew translations git-svn-id: http://code.djangoproject.com/svn/django/trunk@3149 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/locale/he/LC_MESSAGES/django.mo | Bin 35143 -> 36826 bytes django/conf/locale/he/LC_MESSAGES/django.po | 3023 +++++++++++++------------ django/conf/locale/he/LC_MESSAGES/djangojs.mo | Bin 1625 -> 1626 bytes django/conf/locale/he/LC_MESSAGES/djangojs.po | 3 +- 4 files changed, 1555 insertions(+), 1471 deletions(-) diff --git a/django/conf/locale/he/LC_MESSAGES/django.mo b/django/conf/locale/he/LC_MESSAGES/django.mo index e2101a527b..0f8b07e5bb 100644 Binary files a/django/conf/locale/he/LC_MESSAGES/django.mo and b/django/conf/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/conf/locale/he/LC_MESSAGES/django.po b/django/conf/locale/he/LC_MESSAGES/django.po index 04a4df18ad..6e4df17521 100644 --- a/django/conf/locale/he/LC_MESSAGES/django.po +++ b/django/conf/locale/he/LC_MESSAGES/django.po @@ -7,1908 +7,1993 @@ msgid "" msgstr "" "Project-Id-Version: Django 0.95\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-05-16 10:14+0200\n" -"PO-Revision-Date: 2006-05-16 15:48+0300\n" +"POT-Creation-Date: 2006-06-15 12:42+0300\n" +"PO-Revision-Date: 2006-06-15 12:40+0300\n" "Last-Translator: Meir Kriheli \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit" +"Content-Transfer-Encoding: 8bit\n" -#: contrib/comments/models.py:67 contrib/comments/models.py:166 -msgid "object ID" -msgstr "מזהה אובייקט" +#: template/defaultfilters.py:389 +msgid "yes,no,maybe" +msgstr "כן,לא,אולי" -#: contrib/comments/models.py:68 -msgid "headline" -msgstr "כותרת" +#: forms/__init__.py:346 db/models/fields/__init__.py:114 +#: db/models/fields/__init__.py:265 db/models/fields/__init__.py:545 +#: db/models/fields/__init__.py:556 +msgid "This field is required." +msgstr "יש להזין תוכן בשדה זה." -#: contrib/comments/models.py:69 contrib/comments/models.py:90 -#: contrib/comments/models.py:167 -msgid "comment" -msgstr "תגובה" +#: forms/__init__.py:381 +#, python-format +msgid "Ensure your text is less than %s character." +msgid_plural "Ensure your text is less than %s characters." +msgstr[0] "נא לוודא שהטקסט שלך מכיל פחות מ %s תו." +msgstr[1] "נא לוודא שהטקסט שלך מכיל פחות מ %s תווים." -#: contrib/comments/models.py:70 -msgid "rating #1" -msgstr "דירוג #1" +#: forms/__init__.py:386 +msgid "Line breaks are not allowed here." +msgstr "מעברי שורה אסורים כאן." -#: contrib/comments/models.py:71 -msgid "rating #2" -msgstr "דירוג #2" +#: forms/__init__.py:485 forms/__init__.py:558 forms/__init__.py:597 +#, python-format +msgid "Select a valid choice; '%(data)s' is not in %(choices)s." +msgstr "יש לבחור אפשרות חוקית; '%(data)s' אינו בין %(choices)s." -#: contrib/comments/models.py:72 -msgid "rating #3" -msgstr "דירוג #3" +#: forms/__init__.py:659 core/validators.py:151 core/validators.py:376 +msgid "No file was submitted. Check the encoding type on the form." +msgstr "לא נשלח שום קובץ. נא לבדוק את סוג הקידוד של הטופס." -#: contrib/comments/models.py:73 -msgid "rating #4" -msgstr "דירוג #4" +#: forms/__init__.py:661 +msgid "The submitted file is empty." +msgstr "הקובץ שנשלח ריק." -#: contrib/comments/models.py:74 -msgid "rating #5" -msgstr "דירוג #5" +#: forms/__init__.py:717 +msgid "Enter a whole number between -32,768 and 32,767." +msgstr "חש להזין מספר שלם בין ‎-32,768 ל- 32,767." -#: contrib/comments/models.py:75 -msgid "rating #6" -msgstr "דירוג #6" +#: forms/__init__.py:727 +msgid "Enter a positive number." +msgstr "יש להזין מספר חיובי." -#: contrib/comments/models.py:76 -msgid "rating #7" -msgstr "דירוג #7" +#: forms/__init__.py:737 +msgid "Enter a whole number between 0 and 32,767." +msgstr "יש להזין מספר שלם בין 0 ל- 32,767." -#: contrib/comments/models.py:77 -msgid "rating #8" -msgstr "דירוג #8" +#: utils/translation.py:363 +msgid "DATE_FORMAT" +msgstr "d.m.Y" -#: contrib/comments/models.py:82 -msgid "is valid rating" -msgstr "האם דירוג חוקי" +#: utils/translation.py:364 +msgid "DATETIME_FORMAT" +msgstr "d.m.y H:i:s" -#: contrib/comments/models.py:83 contrib/comments/models.py:169 -msgid "date/time submitted" -msgstr "תאריך/שעת הגשה" +#: utils/translation.py:365 +msgid "TIME_FORMAT" +msgstr "H:i:s" -#: contrib/comments/models.py:84 contrib/comments/models.py:170 -msgid "is public" -msgstr "ציבורי" +#: utils/translation.py:381 +msgid "YEAR_MONTH_FORMAT" +msgstr "d.m.Y" -#: contrib/comments/models.py:85 contrib/admin/views/doc.py:289 -msgid "IP address" -msgstr "כתובת IP" +#: utils/translation.py:382 +msgid "MONTH_DAY_FORMAT" +msgstr "d.m.Y" -#: contrib/comments/models.py:86 -msgid "is removed" -msgstr "האם הוסר" +#: utils/timesince.py:12 +msgid "year" +msgid_plural "years" +msgstr[0] "שנה" +msgstr[1] "שנים" -#: contrib/comments/models.py:86 -msgid "" -"Check this box if the comment is inappropriate. A \"This comment has been " -"removed\" message will be displayed instead." -msgstr "" -"יש לסמן תיבה זו עבור תגובה לא נאותה. הודעת \"תגובה זו נמחקה\" תוצג במקום." +#: utils/timesince.py:13 +msgid "month" +msgid_plural "months" +msgstr[0] "חודש" +msgstr[1] "חודשים" -#: contrib/comments/models.py:91 -msgid "comments" -msgstr "תגובות" +#: utils/timesince.py:14 +msgid "week" +msgid_plural "weeks" +msgstr[0] "שבוע" +msgstr[1] "שבועות" -#: contrib/comments/models.py:131 contrib/comments/models.py:207 -msgid "Content object" -msgstr "אובייקט תוכן" +#: utils/timesince.py:15 +msgid "day" +msgid_plural "days" +msgstr[0] "יום" +msgstr[1] "ימים" -#: contrib/comments/models.py:159 -#, python-format -msgid "" -"Posted by %(user)s at %(date)s\n" -"\n" -"%(comment)s\n" -"\n" -"http://%(domain)s%(url)s" -msgstr "" -"הוגש ע\"י %(user)s ב %(date)s\n" -"\n" -"%(comment)s\n" -"\n" -"http://%(domain)s%(url)s" +#: utils/timesince.py:16 +msgid "hour" +msgid_plural "hours" +msgstr[0] "שעה" +msgstr[1] "שעות" -#: contrib/comments/models.py:168 -msgid "person's name" -msgstr "שם" +#: utils/timesince.py:17 +msgid "minute" +msgid_plural "minutes" +msgstr[0] "דקה" +msgstr[1] "דקות" -#: contrib/comments/models.py:171 -msgid "ip address" -msgstr "כתובת IP" +#: utils/dates.py:6 +msgid "Monday" +msgstr "שני" -#: contrib/comments/models.py:173 -msgid "approved by staff" -msgstr "אושר ע\"י הצוות" +#: utils/dates.py:6 +msgid "Tuesday" +msgstr "שלישי" -#: contrib/comments/models.py:176 -msgid "free comment" -msgstr "הערה אנונימית" +#: utils/dates.py:6 +msgid "Wednesday" +msgstr "רביעי" -#: contrib/comments/models.py:177 -msgid "free comments" -msgstr "הערות אנונימיות" +#: utils/dates.py:6 +msgid "Thursday" +msgstr "חמישי" -#: contrib/comments/models.py:233 -msgid "score" -msgstr "ציון" +#: utils/dates.py:6 +msgid "Friday" +msgstr "שישי" -#: contrib/comments/models.py:234 -msgid "score date" -msgstr "תאריך ציון" +#: utils/dates.py:7 +msgid "Saturday" +msgstr "שבת" -#: contrib/comments/models.py:237 -msgid "karma score" -msgstr "ניקוד קארמה" +#: utils/dates.py:7 +msgid "Sunday" +msgstr "ראשון" -#: contrib/comments/models.py:238 -msgid "karma scores" -msgstr "ניקודי קארמה" +#: utils/dates.py:14 +msgid "January" +msgstr "ינואר" -#: contrib/comments/models.py:242 -#, python-format -msgid "%(score)d rating by %(user)s" -msgstr "%(score)d·דירוג ע\"י·%(user)s" +#: utils/dates.py:14 +msgid "February" +msgstr "פברואר" -#: contrib/comments/models.py:258 -#, python-format -msgid "" -"This comment was flagged by %(user)s:\n" -"\n" -"%(text)s" -msgstr "" -"התגובה סומנה ע\"י %(user)s:\n" -"\n" -"%(text)s" +#: utils/dates.py:14 utils/dates.py:27 +msgid "March" +msgstr "מרץ" -#: contrib/comments/models.py:265 -msgid "flag date" -msgstr "תאריך סימון" +#: utils/dates.py:14 utils/dates.py:27 +msgid "April" +msgstr "אפריל" -#: contrib/comments/models.py:268 -msgid "user flag" -msgstr "סימון ע\"י משתמש" +#: utils/dates.py:14 utils/dates.py:27 +msgid "May" +msgstr "מאי" -#: contrib/comments/models.py:269 -msgid "user flags" -msgstr "סימונים ע\"י משתמש" +#: utils/dates.py:14 utils/dates.py:27 +msgid "June" +msgstr "יוני" -#: contrib/comments/models.py:273 -#, python-format -msgid "Flag by %r" -msgstr "סימון ע\"י %r" +#: utils/dates.py:15 utils/dates.py:27 +msgid "July" +msgstr "יולי" -#: contrib/comments/models.py:278 -msgid "deletion date" -msgstr "תאריך מחיקה" +#: utils/dates.py:15 +msgid "August" +msgstr "אוגוסט" -#: contrib/comments/models.py:280 -msgid "moderator deletion" -msgstr "מחיקת מודרטור" +#: utils/dates.py:15 +msgid "September" +msgstr "ספטמבר" -#: contrib/comments/models.py:281 -msgid "moderator deletions" -msgstr "מחיקות מודרטור" +#: utils/dates.py:15 +msgid "October" +msgstr "אוקטובר" -#: contrib/comments/models.py:285 -#, python-format -msgid "Moderator deletion by %r" -msgstr "מחיקת מודרציה ע\"י %r" +#: utils/dates.py:15 +msgid "November" +msgstr "נובמבר" -#: contrib/comments/views/karma.py:19 -msgid "Anonymous users cannot vote" -msgstr "משתמשים אנונימיים אינם יכולים להצביע" +#: utils/dates.py:16 +msgid "December" +msgstr "תצבר" -#: contrib/comments/views/karma.py:23 -msgid "Invalid comment ID" -msgstr "מזהה תגובה שגוי" +#: utils/dates.py:19 +msgid "jan" +msgstr "יאנ" -#: contrib/comments/views/karma.py:25 -msgid "No voting for yourself" -msgstr "לא ניתן להצביע לעצמך" +#: utils/dates.py:19 +msgid "feb" +msgstr "פבר" -#: contrib/comments/views/comments.py:28 -msgid "" -"This rating is required because you've entered at least one other rating." -msgstr "הדירוג נדרש מאחר והזנת לפחות דרוג אחד אחר." - -#: contrib/comments/views/comments.py:112 -#, python-format -msgid "" -"This comment was posted by a user who has posted fewer than %(count)s " -"comment:\n" -"\n" -"%(text)s" -"This comment was posted by a user who has posted fewer than %(count)s " -"comments:\n" -"\n" -"%(text)s" -msgstr "" -"תגובה זו נשלחה ע\"י משתמש אשר שלח פחות מ %(count)s " -"תגובה:\n" -"\n" -"%(text)s" -"תגובה זו נשלחה ע\"י משתמש אשר שלח פחות מ %(count)s " -"תגובות:\n" -"\n" -"%(text)s" - -#: contrib/comments/views/comments.py:117 -#, python-format -msgid "" -"This comment was posted by a sketchy user:\n" -"\n" -"%(text)s" -msgstr "" -"ההודעה נשלחה ע\"י משתמש מפוקפק:\n" -"\n" -"%(text)s" +#: utils/dates.py:19 +msgid "mar" +msgstr "מרץ" -#: contrib/comments/views/comments.py:189 -#: contrib/comments/views/comments.py:280 -msgid "Only POSTs are allowed" -msgstr "רק פעולות POST מותרות" +#: utils/dates.py:19 +msgid "apr" +msgstr "אפר" -#: contrib/comments/views/comments.py:193 -#: contrib/comments/views/comments.py:284 -msgid "One or more of the required fields wasn't submitted" -msgstr "אחד או יותר מהשדות הנדרשים אינו נשלח." +#: utils/dates.py:19 +msgid "may" +msgstr "מאי" -#: contrib/comments/views/comments.py:197 -#: contrib/comments/views/comments.py:286 -msgid "Somebody tampered with the comment form (security violation)" -msgstr "מישהו התעסק עם טופס התגובה (הפרת אבטחה)" +#: utils/dates.py:19 +msgid "jun" +msgstr "יונ" -#: contrib/comments/views/comments.py:207 -#: contrib/comments/views/comments.py:292 -msgid "" -"The comment form had an invalid 'target' parameter -- the object ID was " -"invalid" -msgstr "טופס התגובה הכיל פרמטר target לא חוקי -- מזהה האובייקט אינו חוקי" +#: utils/dates.py:20 +msgid "jul" +msgstr "יול" -#: contrib/comments/views/comments.py:257 -#: contrib/comments/views/comments.py:321 -msgid "The comment form didn't provide either 'preview' or 'post'" -msgstr "טופס התגובה לא הכיל 'preview' או 'post'" +#: utils/dates.py:20 +msgid "aug" +msgstr "אוג" -#: contrib/comments/templates/comments/form.html:6 -#: contrib/comments/templates/comments/form.html:8 -#: contrib/admin/templates/admin/login.html:17 -msgid "Username:" -msgstr "שם משתמש:" +#: utils/dates.py:20 +msgid "sep" +msgstr "ספט" -#: contrib/comments/templates/comments/form.html:6 -#: contrib/admin/templates/admin/login.html:20 -msgid "Password:" -msgstr "סיסמה:" +#: utils/dates.py:20 +msgid "oct" +msgstr "אוק" -#: contrib/comments/templates/comments/form.html:6 -msgid "Forgotten your password?" -msgstr "שכחת את סיסמתך ?" +#: utils/dates.py:20 +msgid "nov" +msgstr "נוב" -#: contrib/comments/templates/comments/form.html:8 -#: contrib/admin/templates/admin/object_history.html:3 -#: contrib/admin/templates/admin/change_list.html:5 -#: contrib/admin/templates/admin/base.html:23 -#: contrib/admin/templates/admin/delete_confirmation.html:3 -#: contrib/admin/templates/admin/change_form.html:10 -#: contrib/admin/templates/registration/password_change_done.html:3 -#: contrib/admin/templates/registration/password_change_form.html:3 -#: contrib/admin/templates/admin_doc/bookmarklets.html:4 -#: contrib/admin/templates/admin_doc/view_detail.html:4 -#: contrib/admin/templates/admin_doc/template_tag_index.html:5 -#: contrib/admin/templates/admin_doc/template_detail.html:4 -#: contrib/admin/templates/admin_doc/template_filter_index.html:5 -#: contrib/admin/templates/admin_doc/missing_docutils.html:4 -#: contrib/admin/templates/admin_doc/view_index.html:5 -#: contrib/admin/templates/admin_doc/model_detail.html:3 -#: contrib/admin/templates/admin_doc/index.html:4 -#: contrib/admin/templates/admin_doc/model_index.html:5 -msgid "Log out" -msgstr "יציאה" +#: utils/dates.py:20 +msgid "dec" +msgstr "דצמ" -#: contrib/comments/templates/comments/form.html:12 -msgid "Ratings" -msgstr "דירוג" +#: utils/dates.py:27 +msgid "Jan." +msgstr "יאנ'" -#: contrib/comments/templates/comments/form.html:12 -#: contrib/comments/templates/comments/form.html:23 -msgid "Required" -msgstr "נדרש" +#: utils/dates.py:27 +msgid "Feb." +msgstr "פבר'" -#: contrib/comments/templates/comments/form.html:12 -#: contrib/comments/templates/comments/form.html:23 -msgid "Optional" -msgstr "אופציונלי" +#: utils/dates.py:28 +msgid "Aug." +msgstr "אוג'" -#: contrib/comments/templates/comments/form.html:23 -msgid "Post a photo" -msgstr "שליחת תמונה" +#: utils/dates.py:28 +msgid "Sept." +msgstr "ספט'" -#: contrib/comments/templates/comments/form.html:27 -#: contrib/comments/templates/comments/freeform.html:5 -msgid "Comment:" -msgstr "תגובה:" +#: utils/dates.py:28 +msgid "Oct." +msgstr "אוק'" -#: contrib/comments/templates/comments/form.html:32 -#: contrib/comments/templates/comments/freeform.html:9 -msgid "Preview comment" -msgstr "תצוגה מקדימה של התגובה" +#: utils/dates.py:28 +msgid "Nov." +msgstr "נוב'" -#: contrib/comments/templates/comments/freeform.html:4 -msgid "Your name:" -msgstr "שמך:" +#: utils/dates.py:28 +msgid "Dec." +msgstr "דצמ'" -#: contrib/admin/filterspecs.py:40 +#: db/models/manipulators.py:302 #, python-format -msgid "" -"

By %s:

\n" -"