annotate src/win32/nsis/translations/hebrew.nsh @ 8388:c08d9b0dbd29

[gaim-migrate @ 9116] Hebrew installer trans committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 02 Mar 2004 16:21:04 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8388
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
1 ;;
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
2 ;; hebrew.nsh
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
3 ;;
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
4 ;; Hebrew language strings for the Windows Gaim NSIS installer.
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
5 ;; Windows Code page: 1255
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
6 ;;
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
7 ;; Author: Eugene Shcherbina <eugene@websterworlds.com>
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
8 ;; Version 2
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
9 ;;
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
11 ; Startup GTK+ check
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
12 !define GTK_INSTALLER_NEEDED ".לא נמצאת או צריכה שידרוג GTK+ סביבת$\rבבקשה התקן v${GTK_VERSION} .GTK+ או גבוהה יותר של סביבת"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
13
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
14 ; License Page
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
15 !define GAIM_LICENSE_BUTTON "הבא >"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
16 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) .הרישיון נמצא כאן בשביל מידע בלבד .GPL משוחרר תחת רישיון $_CLICK"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
17
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
18 ; Components Page
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
19 !define GAIM_SECTION_TITLE "(חובה) .GAIM תוכנת"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
20 !define GTK_SECTION_TITLE "(חובה) .GTK+ סביבת"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
21 !define GTK_THEMES_SECTION_TITLE "GTK+ מראות של"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
22 !define GTK_NOTHEME_SECTION_TITLE "ללא מראה"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
23 !define GTK_WIMP_SECTION_TITLE "Wimp מראה"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
24 !define GTK_BLUECURVE_SECTION_TITLE "Bluecurve מראה"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
25 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Light House Blue מראה"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
26 !define GAIM_SECTION_DESCRIPTION ".בסיססים DLL-ו GAIM קבצי"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
27 !define GTK_SECTION_DESCRIPTION ".מולטי-פלטפורמיים GUI כלי"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
28 !define GTK_THEMES_SECTION_DESCRIPTION " .GTK+ יכולים לשנות את המראה של תוכנות GTK+ מראות"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
29 !define GTK_NO_THEME_DESC ".GTK+ לא להתקין מראה של"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
30 !define GTK_WIMP_THEME_DESC ".זה מראה שמשתלב למראה של חלונות GTK-Wimp (Windows impersonator)"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
31 !define GTK_BLUECURVE_THEME_DESC ".Bluecurve המראה של"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
32 !define GTK_LIGHTHOUSEBLUE_THEME_DESC ".Lighthouseblueהמראה של"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
33
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
34 ; GTK+ Directory Page
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
35 !define GTK_UPGRADE_PROMPT "A?נמצאה. לשדרג GTK+ סביבה ישנה של$\rNote: .יכול לא לעבוד אם לא GAIM"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
36
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
37 ; Installer Finish Page
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
38 !define GAIM_FINISH_VISIT_WEB_SITE ".GAIMבקרו באתר של"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
39
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
40 ; Gaim Section Prompts and Texts
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
41 !define GAIM_UNINSTALL_DESC "GAIM (מחיקה בלבד)"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
42 !define GAIM_PROMPT_WIPEOUT "?הישנה הולכת להימחק. להמשיך GAIM תיקיית$\r$\rNote: הערה: תוספות לא רגילות ימחקו.$\r.הגדרות המשתמש לא ישתנו"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
43 !define GAIM_PROMPT_DIR_EXISTS "תיקיית ההתקנה כבר קיימת. כל משבתוכה $\r?ימחק. להמשיך"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
44
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
45 ; GTK+ Section Prompts
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
46 !define GTK_INSTALL_ERROR ".GTK+ שגיאה בהתקנת סביבת"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
47 !define GTK_BAD_INSTALL_PATH ".המסלול שציינת לא יכול להיווצר"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
48
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
49 ; GTK+ Themes section
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
50 !define GTK_NO_THEME_INSTALL_RIGHTS ".GTK+ אין לך זכות להתקין מראה של"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
51
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
52 ; Uninstall Section Prompts
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
53 !define un.GAIM_UNINSTALL_ERROR_1 ".GTK+ ההתקנה לא מצאה את הרישומים של$\r.יכול להיות שמשמתמש אחר התקין את התוכנה הזאת"
c08d9b0dbd29 [gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
54 !define un.GAIM_UNINSTALL_ERROR_2 ".אין לך זכות למחוק תוכנה זאת"