annotate gtk/win32/nsis/translations/romanian.nsh @ 14867:1072720fc35f

[gaim-migrate @ 17636] Fix default language selection to be your current Windows language. Commit language changes I forgot to commit. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 31 Oct 2006 04:40:05 +0000
parents b2d0b4ca2cf3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14191
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
1 ;;
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
2 ;; romanian.nsh
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
3 ;;
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
4 ;; Romanian language strings for the Windows Gaim NSIS installer.
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
5 ;; Windows Code page: 1250
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
6 ;;
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
7 ;; Author: Mișu Moldovan <dumol@gnome.ro>, (c) 2004 - 2005.
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
8 ;;
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
9
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
10 ; Startup Checks
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
11 !define INSTALLER_IS_RUNNING "Instalarea este deja pornită."
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
12 !define GAIM_IS_RUNNING "O instanță a programului Gaim este deja pornită. Închideți-o și încercați din nou."
14867
1072720fc35f [gaim-migrate @ 17636]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 14376
diff changeset
13 !define GTK_INSTALLER_NEEDED "Mediul GTK+ nu e prezent sau aveți o versiune prea veche.$\rInstalați cel puțin versiunea v${GTK_MIN_VERSION} a mediului GTK+"
14191
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
14
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
15 ; License Page
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
16 !define GAIM_LICENSE_BUTTON "Înainte >"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
17 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) are licență GPL (GNU Public License). Licența este inclusă aici doar pentru scopuri informative. $_CLICK"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
18
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
19 ; Components Page
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
20 !define GAIM_SECTION_TITLE "Client de mesagerie instant (obligatoriu)"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
21 !define GTK_SECTION_TITLE "Mediu GTK+ (obligatoriu)"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
22 !define GTK_THEMES_SECTION_TITLE "Teme GTK+"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
23 !define GTK_NOTHEME_SECTION_TITLE "Fără teme"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
24 !define GTK_WIMP_SECTION_TITLE "Temă Wimp"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
25 !define GTK_BLUECURVE_SECTION_TITLE "Temă Bluecurve"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
26 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Temă Light House Blue"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
27 !define GAIM_SHORTCUTS_SECTION_TITLE "Scurtături"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
28 !define GAIM_DESKTOP_SHORTCUT_SECTION_TITLE "Desktop"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
29 !define GAIM_STARTMENU_SHORTCUT_SECTION_TITLE "Meniu Start"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
30 !define GAIM_SECTION_DESCRIPTION "Fișiere Gaim și dll-uri"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
31 !define GTK_SECTION_DESCRIPTION "Un mediu de dezvoltare multiplatformă utilizat de Gaim"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
32 !define GTK_THEMES_SECTION_DESCRIPTION "Temele GTK+ schimbă aparența aplicațiilor GTK+."
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
33 !define GTK_NO_THEME_DESC "Fără teme GTK+"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
34 !define GTK_WIMP_THEME_DESC "GTK-Wimp este o temă GTK+ ce imită mediul grafic Windows."
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
35 !define GTK_BLUECURVE_THEME_DESC "Tema Bluecurve."
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
36 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "Tema Lighthouseblue."
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
37 !define GAIM_SHORTCUTS_SECTION_DESCRIPTION "Scurtături pentru pornirea Gaim"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
38 !define GAIM_DESKTOP_SHORTCUT_DESC "Creează iconițe Gaim pe Desktop"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
39 !define GAIM_STARTMENU_SHORTCUT_DESC "Creează o intrare Gaim în meniul Start"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
40
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
41 ; GTK+ Directory Page
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
42 !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."
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
43
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
44 ; Installer Finish Page
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
45 !define GAIM_FINISH_VISIT_WEB_SITE "Vizitați pagina de web Windows Gaim"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
46
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
47 ; Gaim Section Prompts and Texts
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
48 !define GAIM_UNINSTALL_DESC "Gaim (doar dezinstalare)"
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
49
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
50 ; GTK+ Section Prompts
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
51 !define GTK_INSTALL_ERROR "Eroare la instalarea mediului GTK+."
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
52 !define GTK_BAD_INSTALL_PATH "Directorul specificat nu poate fi accesat sau creat."
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
53
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
54 ; GTK+ Themes section
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
55 !define GTK_NO_THEME_INSTALL_RIGHTS "Nu aveți drepturile de acces necesare instalării unei teme GTK+."
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
56
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
57 ; Uninstall Section Prompts
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
58 !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."
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
59 !define un.GAIM_UNINSTALL_ERROR_2 "Nu aveți drepturile de acces necesare dezinstalării acestei aplicații."