serbian.nsi 12 KB

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