18053
|
1 # vi:set ts=8 sts=4 sw=4 et fdm=marker:
|
|
2 #
|
|
3 # serbian.nsi: Serbian language strings for gvim NSIS installer.
|
|
4 #
|
|
5 # Locale ID : 3098
|
|
6 # fileencoding : UTF-8
|
|
7 # Author : Ivan Pešić
|
|
8
|
|
9 !insertmacro MUI_LANGUAGE "Српски"
|
|
10
|
|
11
|
|
12 # Overwrite the default translation.
|
|
13 # These strings should be always English. Otherwise dosinst.c fails.
|
|
14 LangString ^SetupCaption ${LANG_SERBIAN} \
|
|
15 "$(^Name) Setup"
|
|
16 LangString ^UninstallCaption ${LANG_SERBIAN} \
|
|
17 "$(^Name) Uninstall"
|
|
18
|
|
19 ##############################################################################
|
|
20 # MUI Configuration Strings {{{1
|
|
21 ##############################################################################
|
|
22
|
|
23 #LangString str_dest_folder ${LANG_SERBIAN} \
|
|
24 # "Destination Folder (Must end with $\"vim$\")"
|
|
25
|
|
26 LangString str_show_readme ${LANG_SERBIAN} \
|
|
27 "Прикажи ПРОЧИТАЈМЕ када се заврши инсталација"
|
|
28
|
|
29 # Install types:
|
|
30 LangString str_type_typical ${LANG_SERBIAN} \
|
|
31 "Типична"
|
|
32
|
|
33 LangString str_type_minimal ${LANG_SERBIAN} \
|
|
34 "Минимална"
|
|
35
|
|
36 LangString str_type_full ${LANG_SERBIAN} \
|
|
37 "Пуна"
|
|
38
|
|
39
|
|
40 ##############################################################################
|
|
41 # Section Titles & Description {{{1
|
|
42 ##############################################################################
|
|
43
|
|
44 LangString str_section_old_ver ${LANG_SERBIAN} \
|
|
45 "Уклањање постојећ(е/их) верзиј(е/а)"
|
|
46 LangString str_desc_old_ver ${LANG_SERBIAN} \
|
|
47 "Уклања постојећ(у/е) Vim верзииј(у/е) из вашег система."
|
|
48
|
|
49 LangString str_section_exe ${LANG_SERBIAN} \
|
|
50 "Vim ГКИ и фајлови потребни за извршавање"
|
|
51 LangString str_desc_exe ${LANG_SERBIAN} \
|
|
52 "Vim ГКИ извршни фајлови и фајлови потребни током извршавања. Ова компонента је неопходна."
|
|
53
|
|
54 LangString str_section_console ${LANG_SERBIAN} \
|
|
55 "Vim конзолни програм"
|
|
56 LangString str_desc_console ${LANG_SERBIAN} \
|
|
57 "Конзолна верзија програма Vim (vim.exe)."
|
|
58
|
|
59 LangString str_section_batch ${LANG_SERBIAN} \
|
|
60 "Креирај .bat фајлове"
|
|
61 LangString str_desc_batch ${LANG_SERBIAN} \
|
|
62 "Креира у Windows директоријуму .bat фајлове за Vim варијанте \
|
|
63 у циљу коришћења из командне линије."
|
|
64
|
|
65 LangString str_group_icons ${LANG_SERBIAN} \
|
|
66 "Креирај иконе за Vim"
|
|
67 LangString str_desc_icons ${LANG_SERBIAN} \
|
|
68 "Креира иконе за Vim на различитим местима, како би се олакшао приступ."
|
|
69
|
|
70 LangString str_section_desktop ${LANG_SERBIAN} \
|
|
71 "На радној површини"
|
|
72 LangString str_desc_desktop ${LANG_SERBIAN} \
|
|
73 "Креира иконе за gVim извршне фајлове на радној површини."
|
|
74
|
|
75 LangString str_section_start_menu ${LANG_SERBIAN} \
|
|
76 "У фасцикли Програми унутар Старт менија"
|
|
77 LangString str_desc_start_menu ${LANG_SERBIAN} \
|
|
78 "Додаје Vim у фолдер Програми Старт менија."
|
|
79
|
|
80 #LangString str_section_quick_launch ${LANG_SERBIAN} \
|
|
81 # "In the Quick Launch Bar"
|
|
82 #LangString str_desc_quick_launch ${LANG_SERBIAN} \
|
|
83 # "Add Vim shortcut in the quick launch bar."
|
|
84
|
|
85 LangString str_section_edit_with ${LANG_SERBIAN} \
|
|
86 "Додај Vim контекстни мени"
|
|
87 LangString str_desc_edit_with ${LANG_SERBIAN} \
|
|
88 "Додаје Vim у $\"Отвори помоћу...$\" листу контекстног менија."
|
|
89
|
|
90 #LangString str_section_edit_with32 ${LANG_SERBIAN} \
|
|
91 # "32-bit Version"
|
|
92 #LangString str_desc_edit_with32 ${LANG_SERBIAN} \
|
|
93 # "Add Vim to the $\"Open With...$\" context menu list \
|
|
94 # for 32-bit applications."
|
|
95
|
|
96 #LangString str_section_edit_with64 ${LANG_SERBIAN} \
|
|
97 # "64-bit Version"
|
|
98 #LangString str_desc_edit_with64 ${LANG_SERBIAN} \
|
|
99 # "Add Vim to the $\"Open With...$\" context menu list \
|
|
100 # for 64-bit applications."
|
|
101
|
|
102 LangString str_section_vim_rc ${LANG_SERBIAN} \
|
|
103 "Креирај Подразумевану конфигурацију"
|
|
104 LangString str_desc_vim_rc ${LANG_SERBIAN} \
|
|
105 "Креира подразумевани конфиг фајл (_vimrc) ако неки већ не постоји."
|
|
106
|
|
107 LangString str_group_plugin ${LANG_SERBIAN} \
|
|
108 "Креира директоријуме додатака"
|
|
109 LangString str_desc_plugin ${LANG_SERBIAN} \
|
|
110 "Креира директоријуме додатака. Ови директоријуми омогућавају проширење програма Vim \
|
|
111 убацивањем фајла у директоријум."
|
|
112
|
|
113 LangString str_section_plugin_home ${LANG_SERBIAN} \
|
|
114 "Приватне"
|
|
115 LangString str_desc_plugin_home ${LANG_SERBIAN} \
|
|
116 "Креира директоријуме додатака у HOME директоријуму."
|
|
117
|
|
118 LangString str_section_plugin_vim ${LANG_SERBIAN} \
|
|
119 "Дељене"
|
|
120 LangString str_desc_plugin_vim ${LANG_SERBIAN} \
|
|
121 "Креира директоријуме додатака у Vim инсталационом директоријуму, користе их сви \
|
|
122 на систему."
|
|
123
|
|
124 LangString str_section_nls ${LANG_SERBIAN} \
|
|
125 "Подршка за домаћи језик"
|
|
126 LangString str_desc_nls ${LANG_SERBIAN} \
|
|
127 "Инсталира фајлове за домаћу језичку подршку."
|
|
128
|
|
129 LangString str_unsection_register ${LANG_SERBIAN} \
|
|
130 "Поништи регистрацију Vim"
|
|
131 LangString str_desc_unregister ${LANG_SERBIAN} \
|
|
132 "Поништава регистрацију програма Vim на систему."
|
|
133
|
|
134 LangString str_unsection_exe ${LANG_SERBIAN} \
|
|
135 "Уклони Vim извршне фајлове/фајлове потребне у време извршавања"
|
|
136 LangString str_desc_rm_exe ${LANG_SERBIAN} \
|
|
137 "Уклања све Vim извршне фајлове и оне потребне у време извршавања."
|
|
138
|
|
139 LangString str_ungroup_plugin ${LANG_SERBIAN} \
|
|
140 "Укони директоријуме додатака"
|
|
141 LangString str_desc_rm_plugin ${LANG_SERBIAN} \
|
|
142 "Уклања директоријуме додатака ако су празни."
|
|
143
|
|
144 LangString str_unsection_plugin_home ${LANG_SERBIAN} \
|
|
145 "Приватне"
|
|
146 LangString str_desc_rm_plugin_home ${LANG_SERBIAN} \
|
|
147 "Уклања директоријуме додатака из HOME директоријума."
|
|
148
|
|
149 LangString str_unsection_plugin_vim ${LANG_SERBIAN} \
|
|
150 "Дељене"
|
|
151 LangString str_desc_rm_plugin_vim ${LANG_SERBIAN} \
|
|
152 "Уклања директоријуме додатака из Vim инсталациониг директоријума."
|
|
153
|
|
154 LangString str_unsection_rootdir ${LANG_SERBIAN} \
|
|
155 "Уклони Vim корени директоријум"
|
|
156 LangString str_desc_rm_rootdir ${LANG_SERBIAN} \
|
|
157 "Уклања Vim корени директоријум. Он садржи ваше Vim конфигурационе фајлове!"
|
|
158
|
|
159
|
|
160 ##############################################################################
|
|
161 # Messages {{{1
|
|
162 ##############################################################################
|
|
163
|
|
164 #LangString str_msg_too_many_ver ${LANG_SERBIAN} \
|
|
165 # "Found $vim_old_ver_count Vim versions on your system.$\r$\n\
|
|
166 # This installer can only handle ${VIM_MAX_OLD_VER} versions \
|
|
167 # at most.$\r$\n\
|
|
168 # Please remove some versions and start again."
|
|
169
|
|
170 #LangString str_msg_invalid_root ${LANG_SERBIAN} \
|
|
171 # "Invalid install path: $vim_install_root!$\r$\n\
|
|
172 # It should end with $\"vim$\"."
|
|
173
|
|
174 #LangString str_msg_bin_mismatch ${LANG_SERBIAN} \
|
|
175 # "Binary path mismatch!$\r$\n$\r$\n\
|
|
176 # Expect the binary path to be $\"$vim_bin_path$\",$\r$\n\
|
|
177 # but system indicates the binary path is $\"$INSTDIR$\"."
|
|
178
|
|
179 #LangString str_msg_vim_running ${LANG_SERBIAN} \
|
|
180 # "Vim is still running on your system.$\r$\n\
|
|
181 # Please close all instances of Vim before you continue."
|
|
182
|
|
183 #LangString str_msg_register_ole ${LANG_SERBIAN} \
|
|
184 # "Attempting to register Vim with OLE. \
|
|
185 # There is no message indicates whether this works or not."
|
|
186
|
|
187 #LangString str_msg_unreg_ole ${LANG_SERBIAN} \
|
|
188 # "Attempting to unregister Vim with OLE. \
|
|
189 # There is no message indicates whether this works or not."
|
|
190
|
|
191 #LangString str_msg_rm_start ${LANG_SERBIAN} \
|
|
192 # "Uninstalling the following version:"
|
|
193
|
|
194 #LangString str_msg_rm_fail ${LANG_SERBIAN} \
|
|
195 # "Fail to uninstall the following version:"
|
|
196
|
|
197 #LangString str_msg_no_rm_key ${LANG_SERBIAN} \
|
|
198 # "Cannot find uninstaller registry key."
|
|
199
|
|
200 #LangString str_msg_no_rm_reg ${LANG_SERBIAN} \
|
|
201 # "Cannot find uninstaller from registry."
|
|
202
|
|
203 #LangString str_msg_no_rm_exe ${LANG_SERBIAN} \
|
|
204 # "Cannot access uninstaller."
|
|
205
|
|
206 #LangString str_msg_rm_copy_fail ${LANG_SERBIAN} \
|
|
207 # "Fail to copy uninstaller to temporary directory."
|
|
208
|
|
209 #LangString str_msg_rm_run_fail ${LANG_SERBIAN} \
|
|
210 # "Fail to run uninstaller."
|
|
211
|
|
212 #LangString str_msg_abort_install ${LANG_SERBIAN} \
|
|
213 # "Installer will abort."
|
|
214
|
|
215 LangString str_msg_install_fail ${LANG_SERBIAN} \
|
|
216 "Инсталација није успела. Више среће идући пут."
|
|
217
|
|
218 LangString str_msg_rm_exe_fail ${LANG_SERBIAN} \
|
|
219 "Неки фајлови у $0 нису обрисани!$\r$\n\
|
|
220 Морате то ручно да обавите."
|
|
221
|
|
222 #LangString str_msg_rm_root_fail ${LANG_SERBIAN} \
|
|
223 # "WARNING: Cannot remove $\"$vim_install_root$\", it is not empty!"
|
|
224
|
|
225 LangString str_msg_uninstalling ${LANG_SERBIAN} \
|
|
226 "Уклањање старе верзије..."
|
|
227
|
|
228 LangString str_msg_registering ${LANG_SERBIAN} \
|
|
229 "Регистровање..."
|
|
230
|
|
231 LangString str_msg_unregistering ${LANG_SERBIAN} \
|
|
232 "Поништавање регистрације..."
|
|
233
|
|
234
|
|
235 ##############################################################################
|
|
236 # Dialog Box {{{1
|
|
237 ##############################################################################
|
|
238
|
|
239 LangString str_vimrc_page_title ${LANG_SERBIAN} \
|
|
240 "Изаберите _vimrc подешавања"
|
|
241 LangString str_vimrc_page_subtitle ${LANG_SERBIAN} \
|
|
242 "Изаберите подешавања за побољшања, тастатуру и миша."
|
|
243
|
|
244 LangString str_msg_compat_title ${LANG_SERBIAN} \
|
|
245 " Vi / Vim понашање "
|
|
246 LangString str_msg_compat_desc ${LANG_SERBIAN} \
|
|
247 "&Компатибилност и побољшања"
|
|
248 LangString str_msg_compat_vi ${LANG_SERBIAN} \
|
|
249 "Vi компатибилно"
|
|
250 LangString str_msg_compat_vim ${LANG_SERBIAN} \
|
|
251 "Vim оригинално"
|
|
252 LangString str_msg_compat_defaults ${LANG_SERBIAN} \
|
|
253 "Vim са неким побољшањима (учитава defaults.vim)"
|
|
254 LangString str_msg_compat_all ${LANG_SERBIAN} \
|
|
255 "Vim са свим побољшањима (учитава vimrc_example.vim) (Подразумевано)"
|
|
256
|
|
257 LangString str_msg_keymap_title ${LANG_SERBIAN} \
|
|
258 " Мапирања "
|
|
259 LangString str_msg_keymap_desc ${LANG_SERBIAN} \
|
|
260 "&Ремапира неколико тастера за Windows (Ctrl-V, Ctrl-C, Ctrl-A, Ctrl-S, Ctrl-F, итд.)"
|
|
261 LangString str_msg_keymap_default ${LANG_SERBIAN} \
|
|
262 "Немој да ремапираш тастере (Подразумевано)"
|
|
263 LangString str_msg_keymap_windows ${LANG_SERBIAN} \
|
|
264 "Ремапира неколико тастера"
|
|
265
|
|
266 LangString str_msg_mouse_title ${LANG_SERBIAN} \
|
|
267 " Миш "
|
|
268 LangString str_msg_mouse_desc ${LANG_SERBIAN} \
|
|
269 "&Понашање левог и десног тастера"
|
|
270 LangString str_msg_mouse_default ${LANG_SERBIAN} \
|
|
271 "Десни: искачући мени, Леви: визуелни режим (Подразумевано)"
|
|
272 LangString str_msg_mouse_windows ${LANG_SERBIAN} \
|
|
273 "Десни: искачући мени, Леви: режим избора (Windows)"
|
|
274 LangString str_msg_mouse_unix ${LANG_SERBIAN} \
|
|
275 "Десни: проширује избор, Леви: визуелни режим (Unix)"
|