Ignore:
Timestamp:
Aug 31, 2016, 5:31:04 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.8.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/setup/translations/greek.nsh

    r176 r181  
    55;
    66
     7!if ! ${NSIS_PACKEDVERSION} > 0x2999999
    78!insertmacro LANGFILE "Greek" "Ελληνικά"
     9!else
     10!insertmacro LANGFILE "Greek" = "Ελληνικά" "Ellinika"
     11!endif
    812
    913; Startup
     
    1317
    1418${LangFileString} OS_Not_Supported "Μη υποστηριζόμενο λειτουργικό σύστημα.$\nSMPlayer ${SMPLAYER_VERSION} απαιτεί τουλάχιστον Windows XP και ίσως να μην λειτουργεί σωστά στο σύστημά σας.$\nΘέλετε πραγματικά να συνεχίσετε την εγκατάσταση;"
     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?"
    1520${LangFileString} Win64_Required "Απαιτείται ένα λειτουργικό σύστημα Windows 64 bit ούτως ώστε να εγκαταστήσετε αυτό το λογισμικό."
    1621${LangFileString} Existing_32bitInst "Υπάρχει ήδη μια εγκατάσταση 32-bit του SMPlayer. Πρέπει πρώτα να την απεγκαταστήσετε. "
     
    112117
    113118; MPV
    114 ${LangFileString} MPV_DL_Msg "Downloading mpv..."
    115 ${LangFileString} MPV_DL_Retry "mpv was not successfully installed. Retry?"
    116 ${LangFileString} MPV_DL_Failed "Failed to download mpv: '$R0'."
    117 ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
     119${LangFileString} MPV_DL_Msg "Γίνεται λήψη του mpv..."
     120${LangFileString} MPV_DL_Retry "Η εγκατάσταση του mpv απέτυχε. Να δοκιμάσω πάλι;"
     121${LangFileString} MPV_DL_Failed "Απέτυχε η λήψη του mpv: «$R0»."
     122${LangFileString} MPV_Inst_Failed "Απέτυχε η εγκατάσταση του mpv."
    118123
    119124; YouTube-DL
    120 ${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
     125${LangFileString} YTDL_DL_Retry "Η εγκατάσταση του youtube-dl απέτυχε. Να δοκιμάσω πάλι;"
    121126${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
    122127${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."
    123134
    124135; Post install
Note: See TracChangeset for help on using the changeset viewer.