1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Updated Italian translation

This commit is contained in:
nowrep 2012-02-11 19:02:44 +01:00
parent 999bbeeb17
commit cbd3e195b2
5 changed files with 231 additions and 208 deletions

Binary file not shown.

View File

@ -56,7 +56,7 @@ Name[de]=Neuen Tab öffnen
Name[el]=Άνοιγμα νέας καρτέλας Name[el]=Άνοιγμα νέας καρτέλας
Name[es]=Abrir nueva pestaña Name[es]=Abrir nueva pestaña
Name[fr]=Ouvrir un nouvel onglet Name[fr]=Ouvrir un nouvel onglet
Name[it]=Apri nuova scheda Name[it]=Apri una nuova scheda
Name[nl]=Open nieuw tabblad Name[nl]=Open nieuw tabblad
Name[pl]=Otwórz nowe okno Name[pl]=Otwórz nowe okno
Name[pt]=Abrir novo separador Name[pt]=Abrir novo separador
@ -117,4 +117,4 @@ Name[sv]=Starta privat surfning
Name[zh_TW]= Name[zh_TW]=
Name[zh_CN]= Name[zh_CN]=
Exec=qupzilla --private-browsing Exec=qupzilla --private-browsing
TargetEnvironment=Unity TargetEnvironment=Unity

File diff suppressed because it is too large Load Diff

View File

@ -36,8 +36,9 @@ SetCompressor /SOLID /FINAL lzma
!insertmacro MUI_LANGUAGE "German" !insertmacro MUI_LANGUAGE "German"
!insertmacro MUI_LANGUAGE "Greek" !insertmacro MUI_LANGUAGE "Greek"
!insertmacro MUI_LANGUAGE "Portuguese" !insertmacro MUI_LANGUAGE "Portuguese"
!insertmacro MUI_LANGUAGE "Italian"
!insertmacro MUI_LANGUAGE "French" !insertmacro MUI_LANGUAGE "French"
!insertmacro MUI_LANGUAGE "Korean" !insertmacro MUI_LANGUAGE "Korean"
!insertmacro MUI_LANGUAGE "Russian" !insertmacro MUI_LANGUAGE "Russian"
!insertmacro MUI_LANGUAGE "Spanish" !insertmacro MUI_LANGUAGE "Spanish"
@ -91,7 +92,7 @@ Section !$(TITLE_SecMain) SecMain
File "codecs\qjpcodecs4.dll" File "codecs\qjpcodecs4.dll"
File "codecs\qkrcodecs4.dll" File "codecs\qkrcodecs4.dll"
File "codecs\qtwcodecs4.dll" File "codecs\qtwcodecs4.dll"
SetOutPath "$INSTDIR\iconengines" SetOutPath "$INSTDIR\iconengines"
File "iconengines\qsvgicon4.dll" File "iconengines\qsvgicon4.dll"
@ -102,9 +103,9 @@ SectionEnd
SectionGroup $(TITLE_SecThemes) SecThemes SectionGroup $(TITLE_SecThemes) SecThemes
Section Default SecDefault Section Default SecDefault
SectionIn RO SectionIn RO
SetOutPath "$INSTDIR\themes\windows" SetOutPath "$INSTDIR\themes\windows"
File "themes\windows\*" File "themes\windows\*"
SetOutPath "$INSTDIR\themes\windows\images" SetOutPath "$INSTDIR\themes\windows\images"
File "themes\windows\images\*" File "themes\windows\images\*"
SectionEnd SectionEnd
@ -115,7 +116,7 @@ SectionGroup $(TITLE_SecThemes) SecThemes
SetOutPath "$INSTDIR\themes\chrome\images" SetOutPath "$INSTDIR\themes\chrome\images"
File "themes\chrome\images\*" File "themes\chrome\images\*"
SectionEnd SectionEnd
Section Mac SecMac Section Mac SecMac
SetOutPath "$INSTDIR\themes\mac" SetOutPath "$INSTDIR\themes\mac"
File "themes\mac\*" File "themes\mac\*"
@ -134,7 +135,7 @@ SectionGroupEnd
SectionGroup $(TITLE_SecTranslations) SecTranslations SectionGroup $(TITLE_SecTranslations) SecTranslations
Section "English" Section "English"
SectionIn RO SectionIn RO
SectionEnd SectionEnd
Section "Czech" Section "Czech"
@ -142,7 +143,7 @@ SectionGroup $(TITLE_SecTranslations) SecTranslations
File "locale\cs_CZ.qm" File "locale\cs_CZ.qm"
File "locale\qt_cs.qm" File "locale\qt_cs.qm"
SectionEnd SectionEnd
Section "Slovak" Section "Slovak"
SetOutPath "$INSTDIR\locale" SetOutPath "$INSTDIR\locale"
File "locale\sk_SK.qm" File "locale\sk_SK.qm"
@ -184,31 +185,31 @@ SectionGroup $(TITLE_SecTranslations) SecTranslations
File "locale\es_ES.qm" File "locale\es_ES.qm"
File "locale\qt_es.qm" File "locale\qt_es.qm"
SectionEnd SectionEnd
Section "Greek" Section "Greek"
SetOutPath "$INSTDIR\locale" SetOutPath "$INSTDIR\locale"
File "locale\el_GR.qm" File "locale\el_GR.qm"
File "locale\qt_el.qm" File "locale\qt_el.qm"
SectionEnd SectionEnd
Section "French" Section "French"
SetOutPath "$INSTDIR\locale" SetOutPath "$INSTDIR\locale"
File "locale\fr_FR.qm" File "locale\fr_FR.qm"
File "locale\qt_fr.qm" File "locale\qt_fr.qm"
SectionEnd SectionEnd
Section "Russian" Section "Russian"
SetOutPath "$INSTDIR\locale" SetOutPath "$INSTDIR\locale"
File "locale\ru_RU.qm" File "locale\ru_RU.qm"
File "locale\qt_ru.qm" File "locale\qt_ru.qm"
SectionEnd SectionEnd
Section "Portuguese" Section "Portuguese"
SetOutPath "$INSTDIR\locale" SetOutPath "$INSTDIR\locale"
File "locale\pt_PT.qm" File "locale\pt_PT.qm"
File "locale\qt_pt.qm" File "locale\qt_pt.qm"
SectionEnd SectionEnd
Section "Serbian" Section "Serbian"
SetOutPath "$INSTDIR\locale" SetOutPath "$INSTDIR\locale"
File "locale\sr_BA.qm" File "locale\sr_BA.qm"
@ -243,7 +244,7 @@ SectionEnd
Section $(TITLE_SecDesktop) SecDesktop Section $(TITLE_SecDesktop) SecDesktop
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
CreateShortCut "$DESKTOP\QupZilla.lnk" "$INSTDIR\qupzilla.exe" "" CreateShortCut "$DESKTOP\QupZilla.lnk" "$INSTDIR\qupzilla.exe" ""
SectionEnd SectionEnd
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
@ -290,28 +291,30 @@ SectionEnd
BrandingText "${PRODUCT_NAME} ${PRODUCT_VERSION} Installer" BrandingText "${PRODUCT_NAME} ${PRODUCT_VERSION} Installer"
Function .onInit Function .onInit
;Language selection dialog ;Language selection dialog
Push "" Push ""
Push ${LANG_ENGLISH} Push ${LANG_ENGLISH}
Push English Push English
Push ${LANG_GERMAN} Push ${LANG_GERMAN}
Push German Push German
Push ${LANG_CZECH} Push ${LANG_CZECH}
Push Czech Push Czech
Push ${LANG_SLOVAK} Push ${LANG_SLOVAK}
Push Slovak Push Slovak
Push ${LANG_DUTCH} Push ${LANG_DUTCH}
Push Dutch Push Dutch
Push ${LANG_GREEK} Push ${LANG_GREEK}
Push Greek Push Greek
Push ${LANG_PORTUGUESE} Push ${LANG_PORTUGUESE}
Push Portuguese Push Portuguese
Push A ; A means auto count languages Push ${LANG_ITALIAN}
; for the auto count to work the first empty push (Push "") must remain Push Italian
LangDLL::LangDialog "Installer Language" "Please select the language of the installer" Push A ; A means auto count languages
; for the auto count to work the first empty push (Push "") must remain
LangDLL::LangDialog "Installer Language" "Please select the language of the installer"
Pop $LANGUAGE Pop $LANGUAGE
StrCmp $LANGUAGE "cancel" 0 +2 StrCmp $LANGUAGE "cancel" 0 +2
Abort Abort
FunctionEnd FunctionEnd

View File

@ -158,6 +158,26 @@ LangString DESC_SecDesktop ${LANG_FRENCH} "Ajouter une icône sur le bureau."
LangString DESC_SecExtensions ${LANG_FRENCH} "Associer QupZilla aux fichiers .htm et .html" LangString DESC_SecExtensions ${LANG_FRENCH} "Associer QupZilla aux fichiers .htm et .html"
LangString DESC_SecThemes ${LANG_FRENCH} "Thèmes supplémentaires pour QupZilla" LangString DESC_SecThemes ${LANG_FRENCH} "Thèmes supplémentaires pour QupZilla"
;;;;Italian
LangString TITLE_SecMain ${LANG_ITALIAN} "Componenti principali"
LangString TITLE_SecTranslations ${LANG_ITALIAN} "Traduzioni"
LangString TITLE_SecPlugins ${LANG_ITALIAN} "Plugins"
LangString TITLE_SecExamplePlugin ${LANG_ITALIAN} "Plugin di esempio"
LangString TITLE_SecDesktop ${LANG_ITALIAN} "Icona Desktop"
LangString TITLE_SecExtensions ${LANG_ITALIAN} "Associazione file"
LangString TITLE_SecThemes ${LANG_ITALIAN} "Temi"
LangString FILE_Htm ${LANG_ITALIAN} "File HTM"
LangString FILE_Html ${LANG_ITALIAN} "File HTML"
;
LangString DESC_SecMain ${LANG_ITALIAN} "Componenti principali dell'applicazione."
LangString DESC_SecTranslations ${LANG_ITALIAN} "Altre traduzioni disponibili per l'installazione. Quella predefinita è l'Inglese."
LangString DESC_SecPlugins ${LANG_ITALIAN} "Altri plugins disponibili per l'installazione."
LangString DESC_SecExamplePlugin ${LANG_ITALIAN} "Inutile plugin d'esempio."
LangString DESC_SecDesktop ${LANG_ITALIAN} "Aggiunge il lanciatore al desktop."
LangString DESC_SecExtensions ${LANG_ITALIAN} "Associa QupZilla ai file .htm and .html"
LangString DESC_SecThemes ${LANG_ITALIAN} "Temi aggiuntivi per QupZilla"
;;;;;;;;; ;;;;;;;;;
;;;;;;;;; ;;;;;;;;;
; Unfinished translations ; Unfinished translations