Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1175,15 +1175,16 @@ |
1176 | 1176 | 'upload_source_file', |
1177 | 1177 | ), |
1178 | 1178 | 'filelist' => array( |
1179 | | - 'imagelist-summary', |
1180 | | - 'imagelist_search_for', |
| 1179 | + 'listfiles-summary', |
| 1180 | + 'listfiles_search_for', |
1181 | 1181 | 'imgfile', |
1182 | | - 'imagelist', |
1183 | | - 'imagelist_date', |
1184 | | - 'imagelist_name', |
1185 | | - 'imagelist_user', |
1186 | | - 'imagelist_size', |
1187 | | - 'imagelist_description', |
| 1182 | + 'listfiles', |
| 1183 | + 'listfiles_date', |
| 1184 | + 'listfiles_name', |
| 1185 | + 'listfiles_user', |
| 1186 | + 'listfiles_size', |
| 1187 | + 'listfiles_description', |
| 1188 | + 'listfiles_count', |
1188 | 1189 | ), |
1189 | 1190 | 'filedescription' => array( |
1190 | 1191 | 'filehist', |
— | — | @@ -1511,6 +1512,8 @@ |
1512 | 1513 | 'defemailsubject', |
1513 | 1514 | 'noemailtitle', |
1514 | 1515 | 'noemailtext', |
| 1516 | + 'nowikiemailtitle', |
| 1517 | + 'nowikiemailtext', |
1515 | 1518 | 'email-legend', |
1516 | 1519 | 'emailfrom', |
1517 | 1520 | 'emailto', |
— | — | @@ -2929,7 +2932,7 @@ |
2930 | 2933 | 'upload-errors' => '', |
2931 | 2934 | 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>', |
2932 | 2935 | 'licenses' => '', |
2933 | | - 'filelist' => 'Special:FileList', |
| 2936 | + 'filelist' => 'Special:ListFiles', |
2934 | 2937 | 'filedescription' => 'File description page', |
2935 | 2938 | 'filerevert' => 'File reversion', |
2936 | 2939 | 'filedelete' => 'File deletion', |
Index: trunk/phase3/languages/messages/MessagesHe.php |
— | — | @@ -204,7 +204,7 @@ |
205 | 205 | 'Watchlist' => array( 'רשימת_המעקב', 'רשימת_מעקב', 'רשימת_המעקב_שלי' ), |
206 | 206 | 'Recentchanges' => array( 'שינויים_אחרונים' ), |
207 | 207 | 'Upload' => array( 'העלאה', 'העלאת_קובץ_לשרת' ), |
208 | | - 'Imagelist' => array( 'רשימת_קבצים', 'רשימת_תמונות', 'קבצים', 'תמונות' ), |
| 208 | + 'Listfiles' => array( 'רשימת_קבצים', 'רשימת_תמונות', 'קבצים', 'תמונות' ), |
209 | 209 | 'Newimages' => array( 'קבצים_חדשים', 'תמונות_חדשות', 'גלריית_קבצים_חדשים', 'גלריית_תמונות_חדשות' ), |
210 | 210 | 'Listusers' => array( 'רשימת_משתמשים', 'משתמשים' ), |
211 | 211 | 'Listgrouprights' => array( 'רשימת_הרשאות_לקבוצה' ), |
— | — | @@ -681,7 +681,8 @@ |
682 | 682 | 'namespaceprotected' => "אינכם מורשים לערוך דפים במרחב השם '''$1'''.", |
683 | 683 | 'customcssjsprotected' => 'אינכם מורשים לערוך דף זה, כיוון שהוא כולל את ההגדרות האישיות של משתמש אחר.', |
684 | 684 | 'ns-specialprotected' => 'לא ניתן לערוך דפים מיוחדים.', |
685 | | -'titleprotected' => 'לא ניתן ליצור דף זה, כיוון שהמשתמש [[User:$1|$1]] הגן עליו מפני יצירה בנימוק "$2".', |
| 685 | +'titleprotected' => 'לא ניתן ליצור דף זה, כיוון שהמשתמש [[User:$1|$1]] הגן עליו מפני יצירה. |
| 686 | +הסיבה שניתנה לחסימה היא "$2".', |
686 | 687 | |
687 | 688 | # Virus scanner |
688 | 689 | 'virus-badscanner' => 'הגדרות שגויות: סורק הווירוסים אינו ידוע: <i>$1</i>', |
— | — | @@ -1101,7 +1102,7 @@ |
1102 | 1103 | 'visualcomparison' => 'השוואה חזותית', |
1103 | 1104 | 'wikicodecomparison' => 'השוואת קוד ויקי', |
1104 | 1105 | 'editundo' => 'ביטול', |
1105 | | -'diff-multi' => '({{PLURAL:$1|גרסת ביניים אחת אינה מוצגת|$1 גרסאות ביניים אינן מוצגות}}.)', |
| 1106 | +'diff-multi' => '({{PLURAL:$1|גרסת ביניים אחת אינה מוצגת|$1 גרסאות ביניים אינן מוצגות}})', |
1106 | 1107 | 'diff-movedto' => 'הועבר ל$1', |
1107 | 1108 | 'diff-styleadded' => 'נוסף סגנון $1', |
1108 | 1109 | 'diff-added' => 'נוסף $1', |
— | — | @@ -1592,16 +1593,17 @@ |
1593 | 1594 | 'upload_source_url' => ' (כתובת URL תקפה ונגישה)', |
1594 | 1595 | 'upload_source_file' => ' (קובץ במחשב שלך)', |
1595 | 1596 | |
1596 | | -# Special:FileList |
1597 | | -'imagelist-summary' => 'דף זה מציג את כל הקבצים שהועלו. כברירת מחדל מוצגים הקבצים האחרונים שהועלו בראש הרשימה. לחיצה על כותרת של עמודה משנה את המיון.', |
1598 | | -'imagelist_search_for' => 'חיפוש קובץ מדיה בשם:', |
| 1597 | +# Special:ListFiles |
| 1598 | +'listfiles-summary' => 'דף זה מציג את כל הקבצים שהועלו. כברירת מחדל מוצגים הקבצים האחרונים שהועלו בראש הרשימה. לחיצה על כותרת של עמודה משנה את המיון.', |
| 1599 | +'listfiles_search_for' => 'חיפוש קובץ מדיה בשם:', |
1599 | 1600 | 'imgfile' => 'קובץ', |
1600 | | -'imagelist' => 'רשימת קבצים', |
1601 | | -'imagelist_date' => 'תאריך', |
1602 | | -'imagelist_name' => 'שם', |
1603 | | -'imagelist_user' => 'משתמש', |
1604 | | -'imagelist_size' => 'גודל', |
1605 | | -'imagelist_description' => 'תיאור', |
| 1601 | +'listfiles' => 'רשימת קבצים', |
| 1602 | +'listfiles_date' => 'תאריך', |
| 1603 | +'listfiles_name' => 'שם', |
| 1604 | +'listfiles_user' => 'משתמש', |
| 1605 | +'listfiles_size' => 'גודל', |
| 1606 | +'listfiles_description' => 'תיאור', |
| 1607 | +'listfiles_count' => 'גרסאות', |
1606 | 1608 | |
1607 | 1609 | # File description page |
1608 | 1610 | 'filehist' => 'היסטוריית הקובץ', |
— | — | @@ -1880,27 +1882,29 @@ |
1881 | 1883 | 'listgrouprights-removegroup-all' => 'הרשאה להסרת כל הקבוצות', |
1882 | 1884 | |
1883 | 1885 | # E-mail user |
1884 | | -'mailnologin' => 'אין כתובת לשליחה', |
1885 | | -'mailnologintext' => 'עליכם [[Special:UserLogin|להיכנס לחשבון]] ולהגדיר לעצמכם כתובת דואר אלקטרוני תקינה ב[[Special:Preferences|העדפות המשתמש]] שלכם כדי לשלוח דואר למשתמש אחר.', |
1886 | | -'emailuser' => 'שליחת דואר אלקטרוני למשתמש זה', |
1887 | | -'emailpage' => 'שליחת דואר למשתמש', |
1888 | | -'emailpagetext' => 'ניתן להשתמש בטופס כדי לשלוח הודעת דואר אלקטרוני למשתמש זה. |
1889 | | -// כתובת הדואר האלקטרוני שהזנתם ב[[Special:Preferences|העדפות המשתמש שלכם]] תופיע ככתובת ממנה נשלחה ההודעה, כדי לאפשר תגובה ישירה למכתב.', |
1890 | | -'usermailererror' => 'אוביקט הדואר החזיר שגיאה:', |
1891 | | -'defemailsubject' => 'דוא"ל {{SITENAME}}', |
1892 | | -'noemailtitle' => 'אין כתובת דואר אלקטרוני', |
1893 | | -'noemailtext' => 'משתמש זה לא הזין כתובת דואר אלקטרוני חוקית או בחר שלא לקבל דואר אלקטרוני ממשתמשים אחרים.', |
1894 | | -'email-legend' => 'שליחת דואר אלקטרוני למשתמש אחר של {{SITENAME}}', |
1895 | | -'emailfrom' => 'מאת:', |
1896 | | -'emailto' => 'אל:', |
1897 | | -'emailsubject' => 'נושא:', |
1898 | | -'emailmessage' => 'הודעה:', |
1899 | | -'emailsend' => 'שליחה', |
1900 | | -'emailccme' => 'קבלת העתק של הודעה זו בדואר האלקטרוני.', |
1901 | | -'emailccsubject' => 'העתק של הודעתך למשתמש $1: $2', |
1902 | | -'emailsent' => 'הדואר נשלח', |
1903 | | -'emailsenttext' => 'הודעת הדואר האלקטרוני שלך נשלחה.', |
1904 | | -'emailuserfooter' => 'דואר זה נשלח על ידי $1 למשתמש $2 באמצעות תכונת "שליחת דואר אלקטרוני למשתמש זה" ב{{grammar:תחילית|{{SITENAME}}}}.', |
| 1886 | +'mailnologin' => 'אין כתובת לשליחה', |
| 1887 | +'mailnologintext' => 'עליכם [[Special:UserLogin|להיכנס לחשבון]] ולהגדיר לעצמכם כתובת דואר אלקטרוני תקינה ב[[Special:Preferences|העדפות המשתמש]] שלכם כדי לשלוח דואר למשתמש אחר.', |
| 1888 | +'emailuser' => 'שליחת דואר אלקטרוני למשתמש זה', |
| 1889 | +'emailpage' => 'שליחת דואר למשתמש', |
| 1890 | +'emailpagetext' => 'ניתן להשתמש בטופס כדי לשלוח הודעת דואר אלקטרוני למשתמש זה. |
| 1891 | +כתובת הדואר האלקטרוני שכתבתם ב[[Special:Preferences|העדפות המשתמש שלכם]] תופיע ככתובת ממנה נשלחה ההודעה, כדי לאפשר תגובה ישירה למכתב.', |
| 1892 | +'usermailererror' => 'אוביקט הדואר החזיר שגיאה:', |
| 1893 | +'defemailsubject' => 'דוא"ל {{SITENAME}}', |
| 1894 | +'noemailtitle' => 'אין כתובת דואר אלקטרוני', |
| 1895 | +'noemailtext' => 'משתמש זה לא הזין כתובת דואר אלקטרוני חוקית.', |
| 1896 | +'nowikiemailtitle' => 'שליחת דוא"ל אינה אפשרית', |
| 1897 | +'nowikiemailtext' => 'משתמש זה בחר שלא לקבל דואר אלקטרוני ממשתמשים אחרים.', |
| 1898 | +'email-legend' => 'שליחת דואר אלקטרוני למשתמש אחר של {{SITENAME}}', |
| 1899 | +'emailfrom' => 'מאת:', |
| 1900 | +'emailto' => 'אל:', |
| 1901 | +'emailsubject' => 'נושא:', |
| 1902 | +'emailmessage' => 'הודעה:', |
| 1903 | +'emailsend' => 'שליחה', |
| 1904 | +'emailccme' => 'קבלת העתק של הודעה זו בדואר האלקטרוני.', |
| 1905 | +'emailccsubject' => 'העתק של הודעתך למשתמש $1: $2', |
| 1906 | +'emailsent' => 'הדואר נשלח', |
| 1907 | +'emailsenttext' => 'הודעת הדואר האלקטרוני שלך נשלחה.', |
| 1908 | +'emailuserfooter' => 'דואר זה נשלח על ידי $1 למשתמש $2 באמצעות תכונת "שליחת דואר אלקטרוני למשתמש זה" ב{{grammar:תחילית|{{SITENAME}}}}.', |
1905 | 1909 | |
1906 | 1910 | # Watchlist |
1907 | 1911 | 'watchlist' => 'רשימת המעקב שלי', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -851,8 +851,8 @@ |
852 | 852 | 'namespaceprotected' => "You do not have permission to edit pages in the '''$1''' namespace.", |
853 | 853 | 'customcssjsprotected' => "You do not have permission to edit this page, because it contains another user's personal settings.", |
854 | 854 | 'ns-specialprotected' => 'Special pages cannot be edited.', |
855 | | -'titleprotected' => "This title has been protected from creation by [[User:$1|$1]]. |
856 | | -The reason given is \"<i>$2</i>\".", |
| 855 | +'titleprotected' => 'This title has been protected from creation by [[User:$1|$1]]. |
| 856 | +The reason given is "<i>$2</i>".', |
857 | 857 | |
858 | 858 | # Virus scanner |
859 | 859 | 'virus-badscanner' => 'Bad configuration: unknown virus scanner: <i>$1</i>', |
— | — | @@ -1241,9 +1241,9 @@ |
1242 | 1242 | 'last' => 'prev', |
1243 | 1243 | 'page_first' => 'first', |
1244 | 1244 | 'page_last' => 'last', |
1245 | | -'histlegend' => 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br /> |
1246 | | -Legend: \'\'\'(cur)\'\'\' = difference with current version, |
1247 | | -\'\'\'(prev)\'\'\' = difference with preceding version, \'\'\'m\'\'\' = minor edit.', |
| 1245 | +'histlegend' => "Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br /> |
| 1246 | +Legend: '''(cur)''' = difference with current version, |
| 1247 | +'''(prev)''' = difference with preceding version, '''m''' = minor edit.", |
1248 | 1248 | 'history-fieldset-title' => 'Browse history', |
1249 | 1249 | 'history_copyright' => '-', # do not translate or duplicate this message to other languages |
1250 | 1250 | 'deletedrev' => '[deleted]', |
— | — | @@ -2227,29 +2227,29 @@ |
2228 | 2228 | 'listgrouprights-removegroup-all' => 'Can remove all groups', |
2229 | 2229 | |
2230 | 2230 | # E-mail user |
2231 | | -'mailnologin' => 'No send address', |
2232 | | -'mailnologintext' => 'You must be [[Special:UserLogin|logged in]] and have a valid e-mail address in your [[Special:Preferences|preferences]] to send e-mail to other users.', |
2233 | | -'emailuser' => 'E-mail this user', |
2234 | | -'emailpage' => 'E-mail user', |
2235 | | -'emailpagetext' => 'You can use the form below to send an e-mail message to this user. |
| 2231 | +'mailnologin' => 'No send address', |
| 2232 | +'mailnologintext' => 'You must be [[Special:UserLogin|logged in]] and have a valid e-mail address in your [[Special:Preferences|preferences]] to send e-mail to other users.', |
| 2233 | +'emailuser' => 'E-mail this user', |
| 2234 | +'emailpage' => 'E-mail user', |
| 2235 | +'emailpagetext' => 'You can use the form below to send an e-mail message to this user. |
2236 | 2236 | The e-mail address you entered in [[Special:Preferences|your user preferences]] will appear as the "From" address of the e-mail, so the recipient will be able to reply directly to you.', |
2237 | | -'usermailererror' => 'Mail object returned error:', |
2238 | | -'defemailsubject' => '{{SITENAME}} e-mail', |
2239 | | -'noemailtitle' => 'No e-mail address', |
2240 | | -'noemailtext' => 'This user has not specified a valid e-mail address.', |
| 2237 | +'usermailererror' => 'Mail object returned error:', |
| 2238 | +'defemailsubject' => '{{SITENAME}} e-mail', |
| 2239 | +'noemailtitle' => 'No e-mail address', |
| 2240 | +'noemailtext' => 'This user has not specified a valid e-mail address.', |
2241 | 2241 | 'nowikiemailtitle' => 'No e-mail allowed', |
2242 | | -'nowikiemailtext' => 'This user has chosen not to receive e-mail from other users.', |
2243 | | -'email-legend' => 'Send an e-mail to another {{SITENAME}} user', |
2244 | | -'emailfrom' => 'From:', |
2245 | | -'emailto' => 'To:', |
2246 | | -'emailsubject' => 'Subject:', |
2247 | | -'emailmessage' => 'Message:', |
2248 | | -'emailsend' => 'Send', |
2249 | | -'emailccme' => 'E-mail me a copy of my message.', |
2250 | | -'emailccsubject' => 'Copy of your message to $1: $2', |
2251 | | -'emailsent' => 'E-mail sent', |
2252 | | -'emailsenttext' => 'Your e-mail message has been sent.', |
2253 | | -'emailuserfooter' => 'This e-mail was sent by $1 to $2 by the "Email user" function at {{SITENAME}}.', |
| 2242 | +'nowikiemailtext' => 'This user has chosen not to receive e-mail from other users.', |
| 2243 | +'email-legend' => 'Send an e-mail to another {{SITENAME}} user', |
| 2244 | +'emailfrom' => 'From:', |
| 2245 | +'emailto' => 'To:', |
| 2246 | +'emailsubject' => 'Subject:', |
| 2247 | +'emailmessage' => 'Message:', |
| 2248 | +'emailsend' => 'Send', |
| 2249 | +'emailccme' => 'E-mail me a copy of my message.', |
| 2250 | +'emailccsubject' => 'Copy of your message to $1: $2', |
| 2251 | +'emailsent' => 'E-mail sent', |
| 2252 | +'emailsenttext' => 'Your e-mail message has been sent.', |
| 2253 | +'emailuserfooter' => 'This e-mail was sent by $1 to $2 by the "Email user" function at {{SITENAME}}.', |
2254 | 2254 | |
2255 | 2255 | # Watchlist |
2256 | 2256 | 'watchlist' => 'My watchlist', |