blob: b92d3f326b18515e4cd0d514c57400a66ff10831 [file] [log] [blame]
Christos Longrosc62dacb2024-03-06 20:53:02 +01001# vi:set ts=8 sts=4 sw=4 et fdm=marker:
2#
3# greek.nsi: Greek language strings for gvim NSIS installer.
4#
5# Locale ID : 1032
Restorer74a23312024-03-28 09:19:44 +00006# Locale Name : el
Christos Longrosc62dacb2024-03-06 20:53:02 +01007# fileencoding : UTF-8
8# Author : Christos Longros
9
10!insertmacro MUI_LANGUAGE "Greek"
11
12
13# Overwrite the default translation.
14# These strings should be always English. Otherwise dosinst.c fails.
15LangString ^SetupCaption ${LANG_GREEK} \
16 "$(^Name) Setup"
17LangString ^UninstallCaption ${LANG_GREEK} \
18 "$(^Name) Uninstall"
19
20##############################################################################
Restorer74a23312024-03-28 09:19:44 +000021# Translated license file for the license page {{{1
22##############################################################################
23
24LicenseLangString page_lic_file 0 "${VIMRT}\doc\uganda.nsis.txt"
25#LicenseLangString page_lic_file ${LANG_GREEK} "${VIMRT}\doc\uganda.nsis.elx"
26
27##############################################################################
28# Translated README.txt file, which is opened after installation {{{1
29##############################################################################
30
31LangString vim_readme_file 0 "README.txt"
32#LangString vim_readme_file ${LANG_GREEK} "README.elx.txt"
33
34##############################################################################
Christos Longrosc62dacb2024-03-06 20:53:02 +010035# MUI Configuration Strings {{{1
36##############################################################################
37
38#LangString str_dest_folder ${LANG_GREEK} \
39# "Φάκελος προορισμός (Πρέπει να τελειώνει σε $\"vim$\")"
40
41LangString str_show_readme ${LANG_GREEK} \
42 "Εμφάνιση README μετά την ολοκλήρωση της εγκατάστασης"
43
44# Install types:
45LangString str_type_typical ${LANG_GREEK} \
46 "Typical"
47
48LangString str_type_minimal ${LANG_GREEK} \
49 "Minimal"
50
51LangString str_type_full ${LANG_GREEK} \
52 "Full"
53
54
55##############################################################################
56# Section Titles & Description {{{1
57##############################################################################
58
59LangString str_section_old_ver ${LANG_GREEK} \
60 "Απεγκατάσταση υπάρχουσων εκδόσεων"
61LangString str_desc_old_ver ${LANG_GREEK} \
62 "Απεγκατάσταση υπάρχουσων εκδόσεων Vim από το σύστημά σας."
63
64LangString str_section_exe ${LANG_GREEK} \
65 "Vim GUI and runtime files"
66LangString str_desc_exe ${LANG_GREEK} \
67 "Vim GUI executables and runtime files. This component is required."
68
69LangString str_section_console ${LANG_GREEK} \
70 "Vim console program"
71LangString str_desc_console ${LANG_GREEK} \
72 "Console version of Vim (vim.exe)."
73
74LangString str_section_batch ${LANG_GREEK} \
75 "Δημιουργία αρχείων .bat"
76LangString str_desc_batch ${LANG_GREEK} \
77 "Δημιουργία αρχείων .bat από παράγωγα Vim στον κατάλογο των Windows για \
78 χρήση γραμμής εντολών."
79
80LangString str_group_icons ${LANG_GREEK} \
81 "Δημιουργία εικονιδίων Vim"
82LangString str_desc_icons ${LANG_GREEK} \
83 "Δημιουργία εικονιδίων για τον Vim σε διάφορες τοποθεσίες για την διευκόλυνση της προσβασιμότητας."
84
85LangString str_section_desktop ${LANG_GREEK} \
86 "Στην επιφάνεια εργασίας"
87LangString str_desc_desktop ${LANG_GREEK} \
88 "Δημιουργία εικονιδίων για gVim εκτελέσιμα στην επιφάνεια εργασίας."
89
90LangString str_section_start_menu ${LANG_GREEK} \
91 "In the Start Menu Programs Folder"
92LangString str_desc_start_menu ${LANG_GREEK} \
93 "Προσθήκη του Vim στον φάκελο προγραμμάτων του μενού εκκίνησης."
94
95#LangString str_section_quick_launch ${LANG_GREEK} \
96# "In the Quick Launch Bar"
97#LangString str_desc_quick_launch ${LANG_GREEK} \
98# "Add Vim shortcut in the quick launch bar."
99
100LangString str_section_edit_with ${LANG_GREEK} \
101 "Add Vim Context Menu"
102LangString str_desc_edit_with ${LANG_GREEK} \
103 "Add Vim to the $\"Open With...$\" context menu list."
104
105#LangString str_section_edit_with32 ${LANG_GREEK} \
106# "32-bit Version"
107#LangString str_desc_edit_with32 ${LANG_GREEK} \
108# "Add Vim to the $\"Open With...$\" context menu list \
109# for 32-bit applications."
110
111#LangString str_section_edit_with64 ${LANG_GREEK} \
112# "64-bit Version"
113#LangString str_desc_edit_with64 ${LANG_GREEK} \
114# "Add Vim to the $\"Open With...$\" context menu list \
115# for 64-bit applications."
116
117LangString str_section_vim_rc ${LANG_GREEK} \
118 "Δημιουργία προεπιλεγμένων ρυθμίσεων"
119LangString str_desc_vim_rc ${LANG_GREEK} \
120 "Δημιουργία προεπιλεγμένου αρχείου ρυθμίσεων (_vimrc) αν δεν υπάρχει ήδη."
121
122LangString str_group_plugin ${LANG_GREEK} \
123 "Δημιουργία καταλόγων Plugin"
124LangString str_desc_plugin ${LANG_GREEK} \
125 "Δημιουργία καταλόγων plugin. Οι κατάλογοι Plugin επιτρέπουν την επέκταση του Vim \
126 με την μεταφορά ενός αρχείου σε έναν κατάλογο."
127
128LangString str_section_plugin_home ${LANG_GREEK} \
129 "Private"
130LangString str_desc_plugin_home ${LANG_GREEK} \
131 "Δημιουργία καταλόγων plugin στον κατάλογο HOME."
132
133LangString str_section_plugin_vim ${LANG_GREEK} \
134 "Shared"
135LangString str_desc_plugin_vim ${LANG_GREEK} \
136 "Δημιουργία καταλόγων plugin στον κατάλογο εγκατάστασης του Vim, χρησιμοποιείται από \
137 όλους στο σύστημα."
138
139LangString str_section_nls ${LANG_GREEK} \
140 "Native Language Support"
141LangString str_desc_nls ${LANG_GREEK} \
142 "Install files for native language support."
143
144LangString str_unsection_register ${LANG_GREEK} \
145 "Unregister Vim"
146LangString str_desc_unregister ${LANG_GREEK} \
147 "Unregister Vim from the system."
148
149LangString str_unsection_exe ${LANG_GREEK} \
150 "Remove Vim Executables/Runtime Files"
151LangString str_desc_rm_exe ${LANG_GREEK} \
152 "Remove all Vim executables and runtime files."
153
154LangString str_ungroup_plugin ${LANG_GREEK} \
155 "Remove plugin directories"
156LangString str_desc_rm_plugin ${LANG_GREEK} \
157 "Remove the plugin directories if they are empty."
158
159LangString str_unsection_plugin_home ${LANG_GREEK} \
160 "Private"
161LangString str_desc_rm_plugin_home ${LANG_GREEK} \
162 "Remove the plugin directories from HOME directory."
163
164LangString str_unsection_plugin_vim ${LANG_GREEK} \
165 "Shared"
166LangString str_desc_rm_plugin_vim ${LANG_GREEK} \
167 "Remove the plugin directories from Vim install directory."
168
169LangString str_unsection_rootdir ${LANG_GREEK} \
170 "Remove the Vim root directory"
171LangString str_desc_rm_rootdir ${LANG_GREEK} \
172 "Remove the Vim root directory. It contains your Vim configuration files!"
173
174
175##############################################################################
176# Messages {{{1
177##############################################################################
178
179#LangString str_msg_too_many_ver ${LANG_GREEK} \
180# "Found $vim_old_ver_count Vim versions on your system.$\r$\n\
181# This installer can only handle ${VIM_MAX_OLD_VER} versions \
182# at most.$\r$\n\
183# Please remove some versions and start again."
184
185#LangString str_msg_invalid_root ${LANG_GREEK} \
186# "Invalid install path: $vim_install_root!$\r$\n\
187# It should end with $\"vim$\"."
188
189#LangString str_msg_bin_mismatch ${LANG_GREEK} \
190# "Binary path mismatch!$\r$\n$\r$\n\
191# Expect the binary path to be $\"$vim_bin_path$\",$\r$\n\
192# but system indicates the binary path is $\"$INSTDIR$\"."
193
194#LangString str_msg_vim_running ${LANG_GREEK} \
195# "Vim is still running on your system.$\r$\n\
196# Please close all instances of Vim before you continue."
197
198#LangString str_msg_register_ole ${LANG_GREEK} \
199# "Attempting to register Vim with OLE. \
200# There is no message indicates whether this works or not."
201
202#LangString str_msg_unreg_ole ${LANG_GREEK} \
203# "Attempting to unregister Vim with OLE. \
204# There is no message indicates whether this works or not."
205
206#LangString str_msg_rm_start ${LANG_GREEK} \
207# "Uninstalling the following version:"
208
209#LangString str_msg_rm_fail ${LANG_GREEK} \
210# "Fail to uninstall the following version:"
211
212#LangString str_msg_no_rm_key ${LANG_GREEK} \
213# "Cannot find uninstaller registry key."
214
215#LangString str_msg_no_rm_reg ${LANG_GREEK} \
216# "Cannot find uninstaller from registry."
217
218#LangString str_msg_no_rm_exe ${LANG_GREEK} \
219# "Cannot access uninstaller."
220
221#LangString str_msg_rm_copy_fail ${LANG_GREEK} \
222# "Fail to copy uninstaller to temporary directory."
223
224#LangString str_msg_rm_run_fail ${LANG_GREEK} \
225# "Αποτυχία εκτέλεσης της λειτουργίας απεγκατάστασης."
226
227#LangString str_msg_abort_install ${LANG_GREEK} \
228# "Installer will abort."
229
230LangString str_msg_install_fail ${LANG_GREEK} \
231 "Η εγκατάσταση απέτυχε. Better luck next time."
232
233LangString str_msg_rm_exe_fail ${LANG_GREEK} \
234 "Μερικά αρχεία στο $0 δεν έχουν διαγραφεί!$\r$\n\
235 Πρέπει να το κάνετε χειροκίνητα."
236
237#LangString str_msg_rm_root_fail ${LANG_GREEK} \
238# "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: Αδύνατη η αφαίρεση $\"$vim_install_root$\", δεν είναι κενό!"
239
240LangString str_msg_uninstalling ${LANG_GREEK} \
241 "Απεγκατάσταση παλιάς έκδοσης the old version..."
242
243LangString str_msg_registering ${LANG_GREEK} \
244 "Καταχώρηση..."
245
246LangString str_msg_unregistering ${LANG_GREEK} \
247 "Unregistering..."
248
249
250##############################################################################
251# Dialog Box {{{1
252##############################################################################
253
254LangString str_vimrc_page_title ${LANG_GREEK} \
255 "Επιλογή ρυθμίσεων _vimrc"
256LangString str_vimrc_page_subtitle ${LANG_GREEK} \
257 "Choose the settings for enhancement, keyboard and mouse."
258
259LangString str_msg_compat_title ${LANG_GREEK} \
260 " Συμπεριφορά Vi / Vim "
261LangString str_msg_compat_desc ${LANG_GREEK} \
262 "&Compatibility and enhancements"
263LangString str_msg_compat_vi ${LANG_GREEK} \
264 "Vi compatible"
265LangString str_msg_compat_vim ${LANG_GREEK} \
266 "Vim original"
267LangString str_msg_compat_defaults ${LANG_GREEK} \
268 "Vim with some enhancements (load defaults.vim)"
269LangString str_msg_compat_all ${LANG_GREEK} \
270 "Vim with all enhancements (load vimrc_example.vim) (Default)"
271
272LangString str_msg_keymap_title ${LANG_GREEK} \
273 " Mappings "
274LangString str_msg_keymap_desc ${LANG_GREEK} \
275 "&Remap a few keys for Windows (Ctrl-V, Ctrl-C, Ctrl-A, Ctrl-S, Ctrl-F, etc)"
276LangString str_msg_keymap_default ${LANG_GREEK} \
277 "Do not remap keys (Default)"
278LangString str_msg_keymap_windows ${LANG_GREEK} \
279 "Remap a few keys"
280
281LangString str_msg_mouse_title ${LANG_GREEK} \
282 " Ποντίκι "
283LangString str_msg_mouse_desc ${LANG_GREEK} \
284 "&Behavior of right and left buttons"
285LangString str_msg_mouse_default ${LANG_GREEK} \
286 "Right: popup menu, Left: visual mode (Default)"
287LangString str_msg_mouse_windows ${LANG_GREEK} \
288 "Right: popup menu, Left: select mode (Windows)"
289LangString str_msg_mouse_unix ${LANG_GREEK} \
290 "Right: extends selection, Left: visual mode (Unix)"
291