Changeset 181 for smplayer/trunk/setup/translations/romanian.nsh
- Timestamp:
- Aug 31, 2016, 5:31:04 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 179
- Property svn:mergeinfo changed
-
smplayer/trunk/setup/translations/romanian.nsh
r176 r181 5 5 ; 6 6 7 !if ! ${NSIS_PACKEDVERSION} > 0x2999999 7 8 !insertmacro LANGFILE "Romanian" "Română" 9 !else 10 !insertmacro LANGFILE "Romanian" = "Română" "Romana" 11 !endif 8 12 9 13 ; Startup … … 13 17 14 18 ${LangFileString} OS_Not_Supported "Sistem de operare nesuportat.$\nSMPlayer ${SMPLAYER_VERSION} este necesar cel puțin ultimul Windows XP și poate să nu funcționeze corect pe sistemul dumneavoastră.$\n Sigur doriți să continuați cu instalarea?" 19 ${LangFileString} OS_Not_Supported_VistaRequired "Unsupported operating system.$\nSMPlayer ${SMPLAYER_VERSION} requires at least Windows Vista and may not work correctly on your system.$\nDo you really want to continue with the installation?" 15 20 ${LangFileString} Win64_Required "Un sistem de operare Windows la 64-bit este necesar pentru instalarea acestei aplicații." 16 21 ${LangFileString} Existing_32bitInst "Există o instalare SMPlayer de 32-bit. Trebuie să dezinstalați întâi SMPlayer la 32-bit." … … 112 117 113 118 ; MPV 114 ${LangFileString} MPV_DL_Msg " Downloadingmpv..."119 ${LangFileString} MPV_DL_Msg "Se descarcă mpv..." 115 120 ${LangFileString} MPV_DL_Retry "mpv was not successfully installed. Retry?" 116 121 ${LangFileString} MPV_DL_Failed "Failed to download mpv: '$R0'." 117 ${LangFileString} MPV_Inst_Failed " Failed to installmpv."122 ${LangFileString} MPV_Inst_Failed "A eșuat instalarea mpv." 118 123 119 124 ; YouTube-DL … … 121 126 ${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'." 122 127 ${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..." 128 ${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code" 129 ${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl." 130 131 ; SMTube 132 ${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer." 133 ${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube." 123 134 124 135 ; Post install
Note:
See TracChangeset
for help on using the changeset viewer.