- Timestamp:
- Oct 18, 2010, 11:02:43 PM (14 years ago)
- Location:
- branches/2.1/language/he_IL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/language/he_IL/admin.lang.php
r7233 r7272 136 136 $lang['Permalink %s is already used by category %s'] = 'Permalink "%s" "נמצא כבר בשימוש על ידי הקטגוריה "%s"'; 137 137 $lang['Permalink history'] = 'ההיסטוריה Permalinks'; 138 $lang['Permalinks'] = ' Permalinks';138 $lang['Permalinks'] = 'קישורים מפנים'; 139 139 $lang['Permission denied'] = 'ההרשאה נדחתה'; 140 140 $lang['Permission granted thanks to a group'] = 'ההרשאה ניתנה בזכות הקבוצה'; … … 761 761 $lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini: "%s "B'; 762 762 $lang['The uploaded files exceed the post_max_size directive in php.ini: %sB'] = 'The uploaded files exceed the post_max_size directive in php.ini: "%s "B'; 763 $lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = ' The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form';763 $lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = 'הקובץ שבועלה חורג מה MAX_FILE_SIZE האפשרי שצויין בקובץ html'; 764 764 $lang['The uploaded file was only partially uploaded'] = 'הקובץ הועלה חלקית'; 765 765 $lang['No file was uploaded'] = 'לא הועלה קובץ'; -
branches/2.1/language/he_IL/common.lang.php
r7233 r7272 29 29 30 30 $lang['%.2f (rated %d times)'] = "%.2f (מדורג %dפעמים)"; 31 $lang['%d Kb'] = "%d Kb";31 $lang['%d Kb'] = '%d קילובייט'; 32 32 $lang['%d category updated'] = "%d קטגוריה מעודכנת"; 33 33 $lang['%d categories updated'] = "%d קטגוריות מעודכנות"; … … 99 99 $lang['Profile'] = "פרופיל"; 100 100 $lang['Quick connect'] = "גישה מהירה"; 101 $lang['RSS feed'] = "RSS feed";101 $lang['RSS feed'] = 'הזנות (RSS)'; 102 102 $lang['Rate'] = "דרג"; 103 103 $lang['Register'] = "הירשם"; … … 227 227 $lang['Most visited'] = "הכי נצפה"; 228 228 $lang['display most visited pictures'] = "הצג את התמונות הנצפות ביותר"; 229 $lang['The number of images per row must be a not null scalar'] = "The number of images per row must be a nonzero integer";230 $lang['Number of images per row'] = "Number of images per row";231 $lang['The number of rows per page must be a not null scalar'] = "The number of rows per page must be a nonzero integer";229 $lang['The number of images per row must be a not null scalar'] = 'מספר התמונות בכל שורה חייב להיות מספר שלם שונה מאפס'; 230 $lang['Number of images per row'] = 'מספר התמונות בכל שורה'; 231 $lang['The number of rows per page must be a not null scalar'] = 'מספר שורות בכל דף חייב להיות מספר שלם שונה מאפס'; 232 232 $lang['Number of rows per page'] = "מספר שורות לעמוד"; 233 $lang['Unknown identifier'] = "Unknown identifier";233 $lang['Unknown identifier'] = 'מזהה לא ידוע'; 234 234 $lang['New password'] = "סיסמה חדשה"; 235 235 $lang['Rate this picture'] = "דרג תמונה זאת"; … … 239 239 $lang['Elements posted within the last %d days.'] = "פריטים שנוספו ב %d ימים האחרונים."; 240 240 $lang['password updated'] = "הסיסמה עודכנה"; 241 $lang['Recent period must be a positive integer value'] = "Recent period must be a positive integer value";241 $lang['Recent period must be a positive integer value'] = 'התמונות האחרונות חייב להיות מספר שלם חיובי'; 242 242 $lang['picture'] = "תמונה"; 243 243 $lang['Click on the picture to see it in high definition'] = "לחץ על הצמונה על מנת לראות אותה באיכות גבוהה";
Note: See TracChangeset
for help on using the changeset viewer.