annotate src/win32/nsis/translations/romanian.nsh @ 7572:6300424eafbf

[gaim-migrate @ 8188] Update installer for gaim language macros committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 19 Nov 2003 22:43:22 +0000
parents bf9416a1f1d7
children 364a2ef907ae
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6950
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
1 ;;
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
2 ;; romanian.nsh
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
3 ;;
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
4 ;; Romanian language strings for the Windows Gaim NSIS installer.
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
5 ;; Windows Code page: 1250
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
6 ;;
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
7 ;; Author: Mișu Moldovan <dumol@go.ro>
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
8 ;;
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
9
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10 ; Startup GTK+ check
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
11 !define GTK_INSTALLER_NEEDED "Mediul GTK+ nu e prezent sau aveți o versiune prea veche.$\rInstalați cel puțin versiunea v${GTK_VERSION} a mediului GTK+"
6950
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
12
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
13 ; Components Page
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
14 !define GAIM_SECTION_TITLE "Client de mesagerie instantanee (obligatoriu)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
15 !define GTK_SECTION_TITLE "Mediu GTK+ (obligatoriu)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
16 !define GTK_THEMES_SECTION_TITLE "Teme GTK+"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
17 !define GTK_NOTHEME_SECTION_TITLE "Fără teme"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
18 !define GTK_WIMP_SECTION_TITLE "Temă Wimp"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
19 !define GTK_BLUECURVE_SECTION_TITLE "Temă Bluecurve"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
20 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Temă Light House Blue"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
21 !define GAIM_SECTION_DESCRIPTION "Fișiere Gaim și dll-uri"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
22 !define GTK_SECTION_DESCRIPTION "Un mediu de dezvoltare multiplatformă utilizat de Gaim"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
23 !define GTK_THEMES_SECTION_DESCRIPTION "Temele GTK+ schimbă aparența aplicațiilor GTK+."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
24 !define GTK_NO_THEME_DESC "Nu instala o temă GTK+"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
25 !define GTK_WIMP_THEME_DESC "GTK-Wimp este o temă GTK în acord cu mediul Windows."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
26 !define GTK_BLUECURVE_THEME_DESC "Tema Bluecurve."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
27 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "Tema Lighthouseblue."
6950
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
28
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
29 ; GTK+ Directory Page
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
30 !define GTK_UPGRADE_PROMPT "Aveți o versiune veche a mediului GTK+. Doriți să o actualizați?$\rNotă: E posibil ca Gaim să nu funcționeze cu versiunea veche."
6950
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
31
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
32 ; Gaim Section Prompts and Texts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
33 !define GAIM_UNINSTALL_DESC "Gaim (doar dezinstalare)"
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
34 !define GAIM_PROMPT_WIPEOUT "Vechiul director Gaim va fi șters. Doriți să continuați?$\r$\rNotă: Orice module externe vor fi șterse.$\rSetările utilizatorilor Gaim nu vor fi afectate."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
35 !define GAIM_PROMPT_DIR_EXISTS "Directorul ales pentru instalare există deja.$\rConținutul său va fi șters. Doriți să continuați?"
6950
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
36
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
37 ; GTK+ Section Prompts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
38 !define GTK_INSTALL_ERROR "Eroare la instalarea mediului GTK+."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
39 !define GTK_BAD_INSTALL_PATH "Directorul specificat nu poate fi accesat sau creat."
6950
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
40
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
41 ; GTK+ Themes section
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
42 !define GTK_NO_THEME_INSTALL_RIGHTS "Nu aveți drepturile de acces necesare instalării unei teme GTK+."
6950
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
43
bf9416a1f1d7 [gaim-migrate @ 7497]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
44 ; Uninstall Section Prompts
7572
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
45 !define un.GAIM_UNINSTALL_ERROR_1 "Programul de dezinstalare nu a găsit intrări Gaim în regiștri.$\rProbabil un alt utilizator a instalat această aplicație."
6300424eafbf [gaim-migrate @ 8188]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6950
diff changeset
46 !define un.GAIM_UNINSTALL_ERROR_2 "Nu aveți drepturile de acces necesare dezinstalării acestei aplicații."