~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to setup/translations/slovenian.nsh

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-11-04 12:45:38 UTC
  • mto: (1.1.10 upstream) (3.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20091104124538-i5ntu42ni0e1njnv
ImportĀ upstreamĀ versionĀ 0.6.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;;
 
2
;;  slovenian.nsh
 
3
;;
 
4
;;  Slovenian language strings for the Windows SMPlayer NSIS installer.
 
5
;;  Save file with ANSI encoding
 
6
;;
 
7
;;  Author: 
 
8
;;
 
9
 
 
10
; Startup
 
11
LangString SMPLAYER_INSTALLER_IS_RUNNING ${LANG_SLOVENIAN} "The installer is already running."
 
12
LangString SMPLAYER_INSTALLER_UNSUPPORTED_OS ${LANG_SLOVENIAN} "Unsupported operating system.$\n$(^Name) requires at least Windows 2000 and may not work correctly on your system.$\nDo you really want to continue with the installation?"
 
13
LangString SMPLAYER_INSTALLER_NO_ADMIN ${LANG_SLOVENIAN} "You must be logged in as an administrator when installing this program."
 
14
LangString SMPLAYER_INSTALLER_PREV_VERSION ${LANG_SLOVENIAN} "SMPlayer has already been installed.$\nDo you want to remove the previous version before installing $(^Name)?"
 
15
 
 
16
; Components Page
 
17
LangString MPLAYER_CODEC_INFORMATION ${LANG_SLOVENIAN} "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc."
 
18
 
 
19
; MPlayer Section
 
20
LangString MPLAYER_IS_INSTALLED ${LANG_SLOVENIAN} "MPlayer is already installed. Re-Download?"
 
21
LangString MPLAYER_IS_DOWNLOADING ${LANG_SLOVENIAN} "Downloading MPlayer..."
 
22
LangString MPLAYER_DL_FAILED ${LANG_SLOVENIAN} "Failed to download MPlayer:"
 
23
LangString MPLAYER_INST_FAILED ${LANG_SLOVENIAN} "Failed to install MPlayer. MPlayer is required for playback."
 
24
 
 
25
; Codecs Section
 
26
LangString CODECS_IS_INSTALLED ${LANG_SLOVENIAN} "MPlayer codecs are already installed. Re-Download?"
 
27
LangString CODECS_IS_DOWNLOADING ${LANG_SLOVENIAN} "Downloading MPlayer codecs..."
 
28
LangString CODECS_DL_FAILED ${LANG_SLOVENIAN} "Failed to download MPlayer codecs:"
 
29
LangString CODECS_INST_FAILED ${LANG_SLOVENIAN} "Failed to install MPlayer codecs."
 
30
 
 
31
; Version information
 
32
LangString VERINFO_IS_DOWNLOADING ${LANG_SLOVENIAN} "Downloading version information..."
 
33
LangString VERINFO_DL_FAILED ${LANG_SLOVENIAN} "Failed to download version info:"
 
34
LangString VERINFO_IS_MISSING ${LANG_SLOVENIAN} "Version file missing version information. Setup will use a default version."
 
35
 
 
36
; Uninstaller
 
37
LangString UNINSTALL_NO_ADMIN ${LANG_SLOVENIAN} "This installation can only be uninstalled by a user with administrator privileges."
 
38
LangString SMPLAYER_NOT_INSTALLED ${LANG_SLOVENIAN} "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"
 
 
b'\\ No newline at end of file'