Compare commits
21 Commits
v4.96.1
...
v2022.02.0
Author | SHA1 | Date | |
---|---|---|---|
eff92c94c2 | |||
c3da20b47e | |||
35d4096d94 | |||
fd0abeab71 | |||
06a1688c37 | |||
6d16b755d9 | |||
f1dbd1f665 | |||
8e8e6ea159 | |||
bd5b0af2ce | |||
1fccf3aaa3 | |||
699e8b24ef | |||
a53f4bbb6d | |||
3e59ccc903 | |||
2317c78095 | |||
a55ddfb1d8 | |||
55826c30b9 | |||
bccadba3e5 | |||
f42e12b257 | |||
32b9247382 | |||
083629d575 | |||
412fe86c92 |
15
Makefile
15
Makefile
@@ -1,5 +1,5 @@
|
||||
# Makefile for desktop-base-openmamba package
|
||||
# Copyright (C) 2004-2019 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (C) 2004-2021 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (C) 2005-2007 by Davide Madrisan <davide.madrisan@gmail.com>
|
||||
|
||||
include VERSION
|
||||
@@ -12,12 +12,11 @@ pck_srpms = b43-firmware
|
||||
else
|
||||
ifeq ($(ARCH), x86_64)
|
||||
SRPMSVERSIONSFILE = SRPMSVERSIONS
|
||||
pck_srpms = flashplugin msttcorefonts win32codecs skype b43-firmware virtualbox-extension-pack \
|
||||
sun-java spotify chromium-pepper-flash chromium-widevine
|
||||
pck_srpms = msttcorefonts skype b43-firmware virtualbox-extension-pack \
|
||||
chromium-widevine
|
||||
else
|
||||
SRPMSVERSIONSFILE = SRPMSVERSIONS
|
||||
pck_srpms = flashplugin msttcorefonts win32codecs skype b43-firmware virtualbox-extension-pack \
|
||||
sun-java spotify chromium-pepper-flash
|
||||
pck_srpms = msttcorefonts skype b43-firmware virtualbox-extension-pack
|
||||
endif
|
||||
endif
|
||||
PACKAGE = desktop-base-openmamba
|
||||
@@ -141,6 +140,7 @@ install-locales: locales
|
||||
$(INSTALL_DIR) $$dir;\
|
||||
$(INSTALL_DATA) $${f/.po/.mo} $$dir/openmamba-update.mo;\
|
||||
done
|
||||
@lrelease-qt5 mambabase/mambabase_it.ts -qm $(DESTDIR)$(datadir)/locale/it/LC_MESSAGES/mambabase.qm
|
||||
|
||||
install-kde-distro-addons: dist-update
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)
|
||||
@@ -156,8 +156,6 @@ install-kde-distro-addons: dist-update
|
||||
cp -r etc/sudoers.d $(DESTDIR)$(sysconfdir)/
|
||||
cp -r etc/sysconfig $(DESTDIR)$(sysconfdir)/
|
||||
cp etc/system-sleep/* $(DESTDIR)$(systemdsleepdir)/
|
||||
chmod 755 $(DESTDIR)$(sysconfdir)/profile.d/*.sh
|
||||
$(INSTALL_SCRIPT) kde/scripts/showlog $(DESTDIR)$(distrobindir)
|
||||
cp -r menu/icons/ $(DESTDIR)$(datadir)/icons/
|
||||
|
||||
install-distromenu: dist-update
|
||||
@@ -166,8 +164,6 @@ install-distromenu: dist-update
|
||||
$(DESTDIR)$(xdg_directorydir)/$(DISTROID).directory
|
||||
$(INSTALL_DATA) menu/applications/distroutils-netinstall.directory \
|
||||
$(DESTDIR)$(xdg_directorydir)/$(DISTROID)-NetInstall.directory
|
||||
$(INSTALL_DATA) menu/applications/distroutils-logs.directory \
|
||||
$(DESTDIR)$(xdg_directorydir)/$(DISTROID)-Logs.directory
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(xdg_mergedmenudir)
|
||||
$(INSTALL_DATA) menu/applications/distroutils.menu \
|
||||
$(DESTDIR)$(xdg_mergedmenudir)/$(DISTROid).menu
|
||||
@@ -176,7 +172,6 @@ install-distromenu: dist-update
|
||||
$(INSTALL_DATA) menu/applications/netinstall/$$pck.desktop \
|
||||
$(DESTDIR)$(xdg_appsdir)/$(DISTROid)-$$pck.desktop;\
|
||||
done
|
||||
cp menu/applications/logs/*.desktop $(DESTDIR)$(xdg_appsdir)
|
||||
|
||||
install-srpms:
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(distrosrpmsdir)
|
||||
|
@@ -3,5 +3,8 @@
|
||||
# package name (do not modify unless you know what you're doing)
|
||||
VIRTUALBOX_EXTENSION_PACK_PCK=Oracle_VM_VirtualBox_Extension_Pack-${SRPMVERSION["virtualbox-extension-pack"]}.vbox-extpack
|
||||
|
||||
# guest additions file name
|
||||
VIRTUALBOX_GUEST_ADDITIONS_PCK=VBoxGuestAdditions_${SRPMVERSION["virtualbox-extension-pack"]}.iso
|
||||
|
||||
# package URL (do not modify unless you know what you're doing)
|
||||
VIRTUALBOX_EXTENSION_PACK_URL=http://download.virtualbox.org/virtualbox/${SRPMVERSION["virtualbox-extension-pack"]}/
|
||||
|
@@ -31,6 +31,9 @@ declare -A SRPMVERSION SRPMRELEASE
|
||||
wget -nv --timeout=10 --tries=2 \
|
||||
${VIRTUALBOX_EXTENSION_PACK_URL}${VIRTUALBOX_EXTENSION_PACK_PCK} -O ${VIRTUALBOX_EXTENSION_PACK_PCK}
|
||||
|
||||
#wget -nv --timeout=10 --tries=2 \
|
||||
# ${VIRTUALBOX_EXTENSION_PACK_URL}${VIRTUALBOX_GUEST_ADDITIONS_PCK} -O ${VIRTUALBOX_GUEST_ADDITIONS_PCK}
|
||||
|
||||
[ -f ${VIRTUALBOX_EXTENSION_PACK_PCK} ] || exit 1
|
||||
|
||||
%build
|
||||
@@ -43,6 +46,9 @@ declare -A SRPMVERSION SRPMRELEASE
|
||||
install -D -m0644 ${VIRTUALBOX_EXTENSION_PACK_PCK} %{buildroot}%{_libdir}/VirtualBox/extension/${VIRTUALBOX_EXTENSION_PACK_PCK}
|
||||
cp %{S:0} LICENSE
|
||||
|
||||
#install -D -m0644 ${VIRTUALBOX_GUEST_ADDITIONS_PCK} %{buildroot}%{_libdir}/VirtualBox/additions/VBoxGuestAdditions.iso
|
||||
#cp %{S:0} LICENSE
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
rm -rf %{_builddir}/%{name}-*
|
||||
@@ -57,6 +63,7 @@ echo y | VBoxManage extpack install %{_libdir}/VirtualBox/extension/Oracle_VM_Vi
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/VirtualBox/extension/Oracle_VM_VirtualBox_Extension_Pack-%{pck_majver}%{?pck_minver:%pck_minver}.vbox-extpack
|
||||
#%{_libdir}/VirtualBox/additions/VBoxGuestAdditions.iso
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
|
@@ -23,13 +23,13 @@ fi
|
||||
SRPMRELEASE["spotify"]=1mamba
|
||||
# sun-java
|
||||
if [ ! "$SRPMCHECK" -o "$SRPMCHECK" = "sun-java8" -o "$SRPMCHECK" = "sun-java" ]; then
|
||||
SRPMVERSION["sun-java"]="`curl --max-time 20 -sL https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html|grep "linux-x64_bin.tar.gz"|tail -n1|sed "s|.*/java/jdk/\([.a-zA-Z0-9-]*\).*/jdk-.*|\1|;s|-|_|" 2>/dev/null`"
|
||||
SRPMVERSION["sun-java"]="`curl --max-time 20 -sL https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html|grep "linux-x64_bin.tar.gz"|tail -n1|sed "s|.*jdk-\([.0-9-]*\).*|\1|;s|-|_|" 2>/dev/null`"
|
||||
SRPMRELEASE["sun-java"]=1mamba
|
||||
fi
|
||||
# virtualbox-extension-pack
|
||||
if [ ! "$SRPMCHECK" -o "$SRPMCHECK" = "virtualbox-extension-pack" ]; then
|
||||
SRPMVERSION["virtualbox-extension-pack"]="`rpm -q VirtualBox 2>/dev/null| cut -d- -f2`"
|
||||
SRPMRELEASE["virtualbox-extension-pack"]=1mamba
|
||||
SRPMRELEASE["virtualbox-extension-pack"]=2mamba
|
||||
fi
|
||||
# win32codecs
|
||||
SRPMVERSION["win32codecs"]=20110131
|
||||
|
@@ -1,21 +0,0 @@
|
||||
#!/bin/bash
|
||||
# Copyright (c) 2004-2005 by Silvan Calarco <silvan.calarco@qilinux.it>
|
||||
# Copyright (c) 2007 by Davide Madrisan <davide.madrisan@gmail.com>
|
||||
|
||||
displayfile="$1"
|
||||
wintitle="$2"
|
||||
winicon="$3"
|
||||
|
||||
tmpfile=`mktemp -q -t ${0##*/}.XXXXXXXX` ||
|
||||
{ echo "${0##*/}: error: cannot create temporary files." >&2 >> $logfile
|
||||
{ (exit 1); exit 1; }; }
|
||||
|
||||
trap "rm -f $tmpfile" 0 1 2 5 15
|
||||
|
||||
sed "s|\x1b\[\S\{1,5\}[mG]||g" $displayfile > $tmpfile
|
||||
|
||||
kdialog \
|
||||
--textbox $tmpfile 800 600 \
|
||||
--caption "$wintitle"
|
||||
|
||||
exit 0
|
@@ -1,7 +0,0 @@
|
||||
%lang(es) /opt/kde3/share/locale/es/LC_MESSAGES/mambabase.mo
|
||||
%lang(it) /opt/kde3/share/locale/it/LC_MESSAGES/mambabase.mo
|
||||
%lang(es) /opt/kde3/share/locale/es/LC_MESSAGES/mambawelcome.mo
|
||||
%lang(it) /opt/kde3/share/locale/it/LC_MESSAGES/mambawelcome.mo
|
||||
%lang(es) /opt/kde3/share/locale/es/LC_MESSAGES/bootrecover.mo
|
||||
%lang(it) /opt/kde3/share/locale/it/LC_MESSAGES/bootrecover.mo
|
||||
%lang(it) /usr/share/locale/it/LC_MESSAGES/usbinstall.mo
|
@@ -82,7 +82,7 @@ background-color: rgb(255, 255, 255);</string>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>150</y>
|
||||
<y>140</y>
|
||||
<width>491</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
@@ -98,7 +98,7 @@ background-color: rgb(255, 255, 255);</string>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>180</y>
|
||||
<y>190</y>
|
||||
<width>491</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
@@ -111,33 +111,20 @@ background-color: rgb(255, 255, 255);</string>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>210</y>
|
||||
<y>240</y>
|
||||
<width>491</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Broadcom B43 proprietary firmarwe from openwrt.org</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QCheckBox" name="inst_flash">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>90</y>
|
||||
<width>491</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Flash plugin from adobe.com</string>
|
||||
<string>Broadcom B43 proprietary firmware from openwrt.org</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QCheckBox" name="inst_msttcf">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>240</y>
|
||||
<y>290</y>
|
||||
<width>491</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
@@ -146,50 +133,11 @@ background-color: rgb(255, 255, 255);</string>
|
||||
<string>MS TrueType core fonts from sourceforge</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QCheckBox" name="inst_codecs">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>270</y>
|
||||
<width>491</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Win32 codecs from mplayerhq.hu</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QCheckBox" name="inst_java">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>300</y>
|
||||
<width>491</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Oracle Java from oracle.com</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QCheckBox" name="inst_pepperflash">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>60</y>
|
||||
<width>491</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Pepper-Flash plugin for chromium from google.com</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QCheckBox" name="inst_virtualbox">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>120</y>
|
||||
<y>90</y>
|
||||
<width>491</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
@@ -202,7 +150,7 @@ background-color: rgb(255, 255, 255);</string>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>30</y>
|
||||
<y>40</y>
|
||||
<width>491</width>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
|
@@ -90,7 +90,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p><span style=" font-style:italic;">mambabase - Copyright (c) 2007-2020 by Silvan Calarco<br/>Released under the terms of the GNU GPL v3 license</span></p></body></html></string>
|
||||
<string><html><head/><body><p><span style=" font-style:italic;">mambabase - Copyright (c) 2007-2021 by Silvan Calarco<br/>Released under the terms of the GNU GPL v3 license</span></p></body></html></string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1,215 +0,0 @@
|
||||
#: _from_rc.cc:1
|
||||
msgid "openmamba base network installations"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:2
|
||||
msgid "Welcome!"
|
||||
msgstr ""
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#: _from_rc.cc:3 _from_rc.cc:4 _from_rc.cc:5 _from_rc.cc:10 _from_rc.cc:13
|
||||
#: _from_rc.cc:46
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-09-16 23:16+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: _from_rc.cc:6
|
||||
msgid "Version 0.1"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:7
|
||||
msgid "GNU/Linux"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:8
|
||||
msgid "www.openmamba.org"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid ""
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco\n"
|
||||
"Released under the terms of the GNU GPL v3 license"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid ""
|
||||
"This program will complete the installation by adding the minimum "
|
||||
"recommended set of packages to the system. Additionally it will let you "
|
||||
"install, upon selection, macro-group of packages and proprietary software "
|
||||
"components.\n"
|
||||
"<br><b>TIP:</b> you may run this program later from the <i>openmamba control "
|
||||
"center</i> on the tray icon bar."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid "<b>Please, press the Next button to continue.</b>"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:14
|
||||
msgid "C&heck again"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:15
|
||||
msgid "Select installations from network"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:16 _from_rc.cc:29
|
||||
msgid ""
|
||||
"Please, select from the boxes below the components that you want to install "
|
||||
"or update from network."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid "openmamba installation/updates"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:18
|
||||
msgid "&Games (turacer, pingus, ksudoku, ...)"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:19
|
||||
msgid "Emulation and virtuali&zation (VirtualBox, kvm, QtEmu, wine, ...)"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "Grap&hics software (gimp, digikam, blender, sodipodi, ...)"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:21
|
||||
msgid "Base &development packages (gcc, glibc-devel, kernel sources, ...)"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:22
|
||||
msgid "Base server packages (apache, postfix, vsftpd, php, m&ysql, ...)"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:23
|
||||
msgid "System &base packages (recommended)"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:24
|
||||
msgid "Off&ice packages (OpenOffice, Groupware, PDA Syncronization, ...)"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:25
|
||||
msgid "Audio and Video players (amarok, &xmms, vlc, kaffeine, miro, ...)"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:26
|
||||
msgid ""
|
||||
"Mu<imedia editing and production (kino, audacity, rosegarden, mixxx, ...)"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:27
|
||||
msgid "Internet communication and p2p (&kopete, pidgin, ekiga, aMule, ...)"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:28
|
||||
msgid "Select non Open Source components"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:30
|
||||
msgid ""
|
||||
"The following components are recommended for optimal desktop use but do not "
|
||||
"have an Open Source license. \n"
|
||||
"\n"
|
||||
"Warning: you'll have to accept a license agreement for most selected "
|
||||
"packages."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:31
|
||||
msgid "Proprietary software installations/updates"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:32
|
||||
msgid "NVIDIA propri&etary video driver (legacy) from openmamba.org"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:33
|
||||
msgid "AMD/ATI proprietary video driver (le&gacy) from openmamba.org"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:34
|
||||
msgid "&Win32 codecs from mplayerhq.hu"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:35
|
||||
msgid "MS TrueT&ype core fonts from sourceforge"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:36
|
||||
msgid "F&lash plugin from adobe.com"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:37
|
||||
msgid "S&kype from skype.com"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "Oracle &Java 7 from oracle.com"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:39
|
||||
msgid "Spot&ify from spotify.com"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:40
|
||||
msgid "Virtualbo&x extension pack from virtualbox.org"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:41
|
||||
msgid "&Broadcom B43 proprietary firmware from openwrt.org"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:42
|
||||
msgid "AMD/ATI proprietary video driver from openmamba.org"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:43
|
||||
msgid "NVIDIA proprietary video &driver from openmamba.org"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:44
|
||||
msgid "Installation"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:45
|
||||
msgid "Details"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:47
|
||||
msgid "Installation in progress..."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:48
|
||||
msgid "Starting installation of selected components..."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:49
|
||||
msgid "End of installation"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:50
|
||||
msgid "Installation completed."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:51
|
||||
msgid ""
|
||||
"If you ran into ploblems, please check the installation log below for "
|
||||
"warning or errors and send the report to the openmamba community at <a href="
|
||||
"\"http://www.openmamba.org\">www.openmamba.org</a>."
|
||||
msgstr ""
|
@@ -1,12 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copyright (c) 2019-2020 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (c) 2019-2021 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Release under the terms of the GPL version 3 license
|
||||
|
||||
from PyQt5 import QtCore
|
||||
from PyQt5 import QtGui
|
||||
from PyQt5 import QtGui, QtCore, QtWidgets, uic
|
||||
from PyQt5.QtCore import pyqtProperty
|
||||
from PyQt5 import QtCore, QtWidgets
|
||||
from PyQt5 import QtWidgets, uic
|
||||
from PyQt5.QtCore import QLocale, QTranslator
|
||||
from pathlib import Path
|
||||
import gettext
|
||||
import subprocess
|
||||
@@ -311,18 +309,10 @@ class SelectExtraPage(QtWidgets.QWizardPage):
|
||||
'nvidia': self.inst_nvidia,
|
||||
'broadcom_sta': self.inst_broadcom_sta,
|
||||
'b43-firmware': self.inst_b43,
|
||||
'flashplugin': self.inst_flash,
|
||||
'chromium-pepper-flash': self.inst_pepperflash,
|
||||
'msttcorefonts': self.inst_msttcf,
|
||||
'win32codecs': self.inst_codecs,
|
||||
'sun-java': self.inst_java,
|
||||
'virtualbox-extension-pack': self.inst_virtualbox,
|
||||
'chromium-widevine': self.inst_widevine
|
||||
}
|
||||
# 'fglrx': self.inst_fglrx,
|
||||
# 'fglrx_legacy': self.inst_fglrx_legacy,
|
||||
# 'skype': self.inst_skype,
|
||||
# 'spotify': self.inst_spotify,
|
||||
for extra in self.extra_checkboxes:
|
||||
result = subprocess.run(['/usr/bin/openmamba-netsrpms', '-c', extra],
|
||||
stdout=subprocess.PIPE)
|
||||
@@ -362,6 +352,15 @@ if __name__ == '__main__':
|
||||
import sys
|
||||
app = QtWidgets.QApplication(sys.argv)
|
||||
app.setWindowIcon(QtGui.QIcon(DATADIR + "mambabase.png"))
|
||||
# UI translations
|
||||
locale = QLocale.system().name()
|
||||
language = locale[0:2]
|
||||
qtTranslator = QTranslator()
|
||||
if qtTranslator.load("mambabase", "/usr/share/locale/" + locale + "/LC_MESSAGES/"):
|
||||
app.installTranslator(qtTranslator)
|
||||
elif qtTranslator.load("mambabase", "/usr/share/locale/" + language + "/LC_MESSAGES/"):
|
||||
app.installTranslator(qtTranslator)
|
||||
# PY translations
|
||||
gettext.install('mambabase', '/usr/share/locale')
|
||||
wizard = MambabaseWizard()
|
||||
wizard.show()
|
||||
|
@@ -1,276 +0,0 @@
|
||||
# openmamba post installation script
|
||||
# Copyright (c) 2007-2019 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
# Released under the terms of the GNU GPLv3 License
|
||||
|
||||
VERSION=1.0
|
||||
TEXTDOMAIN=mambabase
|
||||
TEXTDOMAINDIR=/opt/kde3/share/locale/
|
||||
INSTALL_DATE=`date +%Y%m%d-%H%M`
|
||||
INPUT_FILE=~/.mambabase.conf
|
||||
LOG_FILE=/var/log/install-mamba-$INSTALL_DATE.log
|
||||
KERNEL_RELEASE=`uname -r`
|
||||
PROGRESS_POS=0
|
||||
PKGGROUPS_DB=/usr/share/openmamba/pkggroups.db
|
||||
tempfile=`tempfile 2>/dev/null` || tempfile=/tmp/mamba-tempfile
|
||||
|
||||
. $PKGGROUPS_DB
|
||||
|
||||
function dcop_write() {
|
||||
[ "$DCOPID" ] && {
|
||||
[ $2 = -1 ] &&
|
||||
PROGRESS_POS=$TOTAL_PROGRESS ||
|
||||
PROGRESS_POS=`expr $PROGRESS_POS + $2`
|
||||
dcop $DCOPID KommanderIf setText progressText "$1"
|
||||
dcop $DCOPID KommanderIf setText progressBar $PROGRESS_POS
|
||||
}
|
||||
}
|
||||
|
||||
function apt_parser() {
|
||||
while read line; do
|
||||
[ "$DCOPID" ] && {
|
||||
echo $line
|
||||
dcop $DCOPID KommanderIf setText progressText2 "$line"
|
||||
}
|
||||
done
|
||||
}
|
||||
|
||||
[ "$1" = "-y" ] || {
|
||||
echo $"Warning: this script will perform an automatic installation erasing all the"
|
||||
echo $" contents of device $INSTALL_DEVICE; use $0 -y to actually start the"
|
||||
echo $" operation."
|
||||
exit 0
|
||||
}
|
||||
|
||||
function pkg_tool() {
|
||||
pkcon $@ | apt_parser
|
||||
}
|
||||
|
||||
DCOPID=$2
|
||||
|
||||
echo $"\
|
||||
openmamba installation script - version $VERSION
|
||||
Copyright (c) 2007-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
"
|
||||
|
||||
[ "$DCOPID" ] && dcop $DCOPID KommanderIf setChecked NextBox false
|
||||
dcop_write $"Starting installation..." 0
|
||||
|
||||
[ -r $INPUT_FILE ] || {
|
||||
echo $"Error: cannot read input file $INPUT_FILE; aborting." >&2
|
||||
abort
|
||||
}
|
||||
|
||||
. $INPUT_FILE
|
||||
|
||||
TOTAL_PROGRESS=10
|
||||
|
||||
[ "$INSTALL_BASE" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 35`
|
||||
[ "$INSTALL_UPDATE" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 15`
|
||||
[ "$INSTALL_OFFICE" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 15`
|
||||
[ "$INSTALL_PLAYERS" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 15`
|
||||
[ "$INSTALL_MULTIMEDIA_EDITING" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 15`
|
||||
[ "$INSTALL_INTERNET" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 15`
|
||||
[ "$INSTALL_GRAPHICS" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 15`
|
||||
[ "$INSTALL_GAMES" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 15`
|
||||
[ "$INSTALL_VIRTUALIZATION" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 15`
|
||||
[ "$INSTALL_SERVER" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 15`
|
||||
[ "$INSTALL_DEVEL" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 15`
|
||||
[ "$INSTALL_FLASH" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_PEPPERFLASH" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_SKYPE" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_CODECS" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_MSTTCF" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_JAVA" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_NVIDIA" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_FGLRX" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_FGLRX_LEGACY" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_BROADCOM_STA" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_B43" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_SPOTIFY" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_VIRTUALBOX" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
|
||||
[ "$DCOPID" ] && dcop $DCOPID KommanderIf setMaximum progressBar $TOTAL_PROGRESS
|
||||
|
||||
if [ "$INSTALL_BASE" = "1" ]; then
|
||||
echo $"Installing openmamba base packages"
|
||||
dcop_write $"Updating packages list..." 10
|
||||
pkg_tool update
|
||||
|
||||
dcop_write $"Removing packages that are no longer needed..." 10
|
||||
rpm -q msysklogd >/dev/null && pkg_tool remove -y msysklogd
|
||||
|
||||
dcop_write $"Installing/updating openmamba base packages..." 15
|
||||
rpm -q --whatprovides $BASE_PKGS >/dev/null || pkg_tool install -y $BASE_PKGS
|
||||
|
||||
# first time: remove mambabase from autostart
|
||||
[ -e /home/$USER/.kde4/Autostart/mambabase.desktop ] && \
|
||||
rm -f /home/$USER/.kde4/Autostart/mambabase.desktop
|
||||
[ -e /home/$USER/.config/autostart/mambabase.desktop ] && \
|
||||
rm -f /home/$USER/.config/autostart/mambabase.desktop
|
||||
# ugly workaround: don't have permissions to rm file in /etc/xdg/autostart
|
||||
[ -e /etc/xdg/autostart/mambabase.desktop ] && \
|
||||
> /etc/xdg/autostart/mambabase.desktop
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_UPDATE" = "1" ]; then
|
||||
echo $"Updating installed packages"
|
||||
dcop_write $"Updating installed packages..." 15
|
||||
pkg_tool update -y
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_OFFICE" = "1" ]; then
|
||||
echo $"Installing Office packages"
|
||||
dcop_write $"Installing/updating Office packages..." 15
|
||||
rpm -q --whatprovides $OFFICE_PKGS >/dev/null || pkg_tool install -y $OFFICE_PKGS
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_PLAYERS" = "1" ]; then
|
||||
echo $"Installing Audio and Video players"
|
||||
dcop_write $"Installing/updating Audio and Video players..." 15
|
||||
rpm -q --whatprovides $MULTIMEDIA_PLAYERS_PKGS >/dev/null || pkg_tool install -y $MULTIMEDIA_PLAYERS_PKGS
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_MULTIMEDIA_EDITING" = "1" ]; then
|
||||
echo $"Installing multimedia editing and production packages"
|
||||
dcop_write $"Installing/updating multimedia editing and production packages..." 15
|
||||
rpm -q --whatprovides $MULTIMEDIA_EDITING_PKGS >/dev/null || pkg_tool install -y $MULTIMEDIA_EDITING_PKGS
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_INTERNET" = "1" ]; then
|
||||
echo $"Installing Internet packages"
|
||||
dcop_write $"Installing/updating Internet packages..." 15
|
||||
rpm -q --whatprovides $INTERNET_PKGS >/dev/null || pkg_tool install -y $INTERNET_PKGS
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_GRAPHICS" = "1" ]; then
|
||||
echo $"Installing Graphics packages"
|
||||
dcop_write $"Installing/updating Graphics packages..." 15
|
||||
rpm -q --whatprovides $GRAPHICS_PKGS >/dev/null || pkg_tool install -y $GRAPHICS_PKGS
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_GAMES" = "1" ]; then
|
||||
echo $"Installing Games packages"
|
||||
dcop_write $"Installing/updating Games packages..." 15
|
||||
rpm -q --whatprovides $GAMES_PKGS >/dev/null || pkg_tool install -y $GAMES_PKGS
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_VIRTUALIZATION" = "1" ]; then
|
||||
echo $"Installing Virtualization packages"
|
||||
dcop_write $"Installing/updating Virtualization packages..." 15
|
||||
rpm -q --whatprovides $VIRTUALIZATION_PKGS >/dev/null || pkg_tool install -y $VIRTUALIZATION_PKGS
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_SERVER" = "1" ]; then
|
||||
echo $"Installing Server packages"
|
||||
dcop_write $"Installing/updating Server packages..." 15
|
||||
rpm -q --whatprovides $SERVER_PKGS >/dev/null || pkg_tool install -y $SERVER_PKGS
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_DEVEL" = "1" ]; then
|
||||
echo $"Installing openmamba packages"
|
||||
dcop_write $"Installing/updating Development packages..." 15
|
||||
rpm -q --whatprovides $DEVEL_PKGS >/dev/null || pkg_tool install -y $DEVEL_PKGS
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_NVIDIA" = "1" ]; then
|
||||
echo $"Installing NVIDIA proprietary video driver (autodetected) packages"
|
||||
dcop_write $"Installing/updating NVIDIA proprietary video driver (autodetected) packages..." 10
|
||||
NVIDIA_DETECTED=$(/sbin/nvidia-autoselect-driver | sed "s|.* ||")
|
||||
rpm -q --whatprovides $NVIDIA_DETECTED >/dev/null || pkg_tool install -y $NVIDIA_DETECTED
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_FGLRX" = "1" ]; then
|
||||
echo $"Installing AMD/ATI proprietary video driver packages"
|
||||
dcop_write $"Installing/updating AMD/ATI proprietary video driver packages..." 10
|
||||
rpm -q --whatprovides xorg-drv-video-fglrx >/dev/null || pkg_tool install -y xorg-drv-video-fglrx
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_FGLRX_LEGACY" = "1" ]; then
|
||||
echo $"Installing AMD/ATI proprietary (legacy) video driver packages"
|
||||
dcop_write $"Installing/updating AMD/ATI proprietary (legacy) video driver packages..." 10
|
||||
rpm -q --whatprovides xorg-drv-video-fglrx-legacy >/dev/null || pkg_tool install -y xorg-drv-video-fglrx-legacy
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_BROADCOM_STA" = "1" ]; then
|
||||
echo $"Installing Broadcom proprietary wireless driver"
|
||||
dcop_write $"Installing Broadcom proprietary wireless driver..." 10
|
||||
rpm -q --whatprovides broadcom-sta >/dev/null || pkg_tool install -y broadcom-sta
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_B43" = "1" ]; then
|
||||
echo $"Installing Broadcom B43 proprietary firmware"
|
||||
dcop_write $"Installing Broadcom B43 proprietary firmware..." 10
|
||||
/usr/bin/openmamba-netsrpms b43-firmware
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_SPOTIFY" = "1" ]; then
|
||||
echo $"Installing Spotify"
|
||||
dcop_write $"Installing Spotify..." 10
|
||||
/usr/bin/openmamba-netsrpms spotify
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_VIRTUALBOX" = "1" ]; then
|
||||
echo $"Installing Virtualbox extension pack"
|
||||
dcop_write $"Installing Virtualbox extension pack..." 10
|
||||
/usr/bin/openmamba-netsrpms virtualbox-extension-pack
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_FLASH" = "1" ]; then
|
||||
echo $"Installing flash plugin"
|
||||
dcop_write $"Installing Flash plugin..." 10
|
||||
/usr/bin/openmamba-netsrpms flashplugin
|
||||
echo $"Executing nspluginscan"
|
||||
nspluginscan
|
||||
rpm -q gnash && {
|
||||
echo $"Removing gnash"
|
||||
sudo rpm -e gnash
|
||||
}
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_PEPPERFLASH" = "1" ]; then
|
||||
echo $"Installing pepper-flash plugin"
|
||||
dcop_write $"Installing Pepper-Flash plugin..." 10
|
||||
/usr/bin/openmamba-netsrpms chromium-pepper-flash
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_CODECS" = "1" ]; then
|
||||
echo $"Installing win32 codecs"
|
||||
dcop_write $"Installing Win32 codecs..." 10
|
||||
/usr/bin/openmamba-netsrpms win32codecs
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_MSTTCF" = "1" ]; then
|
||||
dcop_write $"Installing MS TrueType core fonts..." 10
|
||||
/usr/bin/openmamba-netsrpms msttcorefonts
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_SKYPE" = "1" ]; then
|
||||
rpm -q libqt4 >/dev/null || pkg_tool install -y libqt4
|
||||
dcop_write $"Installing Skype software..." 10
|
||||
/usr/bin/openmamba-netsrpms skype
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_JAVA" = "1" ]; then
|
||||
dcop_write $"Installing Oracle Java..." 10
|
||||
/usr/bin/openmamba-netsrpms sun-java
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_JRE" = "1" ]; then
|
||||
dcop_write $"Installing Sun Java Runtime Environment..." 10
|
||||
pkg_tool install -y $SUN_JAVA_RUNTIME_PKGS
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_JDK" = "1" ]; then
|
||||
dcop_write $"Installing Sun Java Developers Kit..." 10
|
||||
pkg_tool install -y $SUN_JAVA_PKGS
|
||||
fi
|
||||
|
||||
dcop_write $"Installation completed." -1
|
||||
[ "$DCOPID" ] && {
|
||||
dcop $DCOPID KommanderIf setText progressText2 $"Press next to see the installation log and exit."
|
||||
dcop $DCOPID KommanderIf setChecked NextBox true
|
||||
}
|
||||
echo $"Installation completed."
|
||||
|
||||
exit 0
|
@@ -1,263 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-30 17:38+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: mambabase.sh:40
|
||||
msgid ""
|
||||
" contents of device $INSTALL_DEVICE; use $0 -y to actually start the"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:41
|
||||
msgid " operation."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:60
|
||||
#, sh-format
|
||||
msgid "Error: cannot read input file $INPUT_FILE; aborting."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:223
|
||||
msgid "Executing nspluginscan"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:269 mambabase.sh:274
|
||||
msgid "Installation completed."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:190
|
||||
msgid "Installing AMD/ATI proprietary (legacy) video driver packages"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:184
|
||||
msgid "Installing AMD/ATI proprietary video driver packages"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:129
|
||||
msgid "Installing Audio and Video players"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:202
|
||||
msgid "Installing Broadcom B43 proprietary firmware"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:203
|
||||
msgid "Installing Broadcom B43 proprietary firmware..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:196
|
||||
msgid "Installing Broadcom proprietary wireless driver"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:197
|
||||
msgid "Installing Broadcom proprietary wireless driver..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:221
|
||||
msgid "Installing Flash plugin..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:153
|
||||
msgid "Installing Games packages"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:147
|
||||
msgid "Installing Graphics packages"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:141
|
||||
msgid "Installing Internet packages"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:244
|
||||
msgid "Installing MS TrueType core fonts..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:177
|
||||
msgid "Installing NVIDIA proprietary video driver (autodetected) packages"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:123
|
||||
msgid "Installing Office packages"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:255
|
||||
msgid "Installing Oracle Java..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:233
|
||||
msgid "Installing Pepper-Flash plugin..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:165
|
||||
msgid "Installing Server packages"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:250
|
||||
msgid "Installing Skype software..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:208
|
||||
msgid "Installing Spotify"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:209
|
||||
msgid "Installing Spotify..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:265
|
||||
msgid "Installing Sun Java Developers Kit..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:260
|
||||
msgid "Installing Sun Java Runtime Environment..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:214
|
||||
msgid "Installing Virtualbox extension pack"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:215
|
||||
msgid "Installing Virtualbox extension pack..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:159
|
||||
msgid "Installing Virtualization packages"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:239
|
||||
msgid "Installing Win32 codecs..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:220
|
||||
msgid "Installing flash plugin"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:135
|
||||
msgid "Installing multimedia editing and production packages"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:96
|
||||
msgid "Installing openmamba base packages"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:171
|
||||
msgid "Installing openmamba packages"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:232
|
||||
msgid "Installing pepper-flash plugin"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:238
|
||||
msgid "Installing win32 codecs"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:191
|
||||
msgid ""
|
||||
"Installing/updating AMD/ATI proprietary (legacy) video driver packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:185
|
||||
msgid "Installing/updating AMD/ATI proprietary video driver packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:130
|
||||
msgid "Installing/updating Audio and Video players..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:172
|
||||
msgid "Installing/updating Development packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:154
|
||||
msgid "Installing/updating Games packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:148
|
||||
msgid "Installing/updating Graphics packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:142
|
||||
msgid "Installing/updating Internet packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:178
|
||||
msgid ""
|
||||
"Installing/updating NVIDIA proprietary video driver (autodetected) "
|
||||
"packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:124
|
||||
msgid "Installing/updating Office packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:166
|
||||
msgid "Installing/updating Server packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:160
|
||||
msgid "Installing/updating Virtualization packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:136
|
||||
msgid "Installing/updating multimedia editing and production packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:103
|
||||
msgid "Installing/updating openmamba base packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:271
|
||||
msgid "Press next to see the installation log and exit."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:226
|
||||
msgid "Removing gnash"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:100
|
||||
msgid "Removing packages that are no longer needed..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:57
|
||||
msgid "Starting installation..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:117
|
||||
msgid "Updating installed packages"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:118
|
||||
msgid "Updating installed packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:97
|
||||
msgid "Updating packages list..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:39
|
||||
msgid ""
|
||||
"Warning: this script will perform an automatic installation erasing all the"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.sh:51
|
||||
#, sh-format
|
||||
msgid ""
|
||||
"openmamba installation script - version $VERSION\n"
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
msgstr ""
|
147
mambabase/mambabase_it.ts
Normal file
147
mambabase/mambabase_it.ts
Normal file
@@ -0,0 +1,147 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="it_IT">
|
||||
<context>
|
||||
<name>Form</name>
|
||||
<message>
|
||||
<location filename="FinishPage.ui" line="20"/>
|
||||
<location filename="InstallationPage.ui" line="20"/>
|
||||
<location filename="SelectExtraPage.ui" line="20"/>
|
||||
<location filename="SelectGroupsPage.ui" line="20"/>
|
||||
<location filename="WelcomePage.ui" line="20"/>
|
||||
<source>Form</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="FinishPage.ui" line="60"/>
|
||||
<source><html><head/><body><p align="center"><span style=" font-size:14pt; font-weight:600;">Installation completed.</span></p></body></html></source>
|
||||
<translation><html><head/><body><p align="center"><span style=" font-size:14pt; font-weight:600;">Installazione completata.</span></p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="FinishPage.ui" line="105"/>
|
||||
<source><html><head/><body><p>If you ran into problems, please check the installation log below for warnings or errors and send the report to the openmamba community at <a href="https://openmamba.org"><span style=" text-decoration: underline; color:#2980b9;">openmamba.org</span></a>.</p></body></html></source>
|
||||
<translation><html><head/><body><p>Se incontri dei problemmi per favore verifica i messaggi di avviso o errore riportati nel registro di installazione sottostante ed invia un report usando l'apposito form sul sito <a href="https://openmamba.org"><span style=" text-decoration: underline; color:#2980b9;">openmamba.org</span></a>.</p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="InstallationPage.ui" line="60"/>
|
||||
<source><html><head/><body><p align="center"><span style=" font-size:14pt; font-weight:600;">Installation in progress...</span></p></body></html></source>
|
||||
<translation><html><head/><body><p align="center"><span style=" font-size:14pt; font-weight:600;">Installazione in corso...</span></p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="InstallationPage.ui" line="133"/>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Installation details:</span></p></body></html></source>
|
||||
<translation><html><head/><body><p><span style=" font-weight:600;">Dettagli dell'installazione:</span></p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectExtraPage.ui" line="60"/>
|
||||
<location filename="SelectGroupsPage.ui" line="60"/>
|
||||
<source><html><head/><body><p><span style=" font-weight:600;">Please, select from the boxes below the components that you want to install or update from network.</span></p></body></html></source>
|
||||
<translation><html><head/><body><p><span style=" font-weight:600;">Per favore, seleziona usando i checkbox sottostanti i componenti che desideri installare o aggiornare dalla rete.</span></p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectExtraPage.ui" line="79"/>
|
||||
<source>Proprietary software installations/updates</source>
|
||||
<translation>Installazione/aggiornamento di componenti software proprietari</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectExtraPage.ui" line="91"/>
|
||||
<source>NVIDIA proprietary video driver (autodetected) from openmamba.org</source>
|
||||
<translation>Driver video proprietario NVIDIA (rilevato automaticamente) da openmamba.org</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectExtraPage.ui" line="107"/>
|
||||
<source>Broadcom-sta proprietary wireless driver from openmamba.org</source>
|
||||
<translation>Driver wireless proprietario Broadcom-sta da openmamba.org</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectExtraPage.ui" line="120"/>
|
||||
<source>Broadcom B43 proprietary firmware from openwrt.org</source>
|
||||
<translation>Firmware proprietario per Broadcom B43 da openwrt.org</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectExtraPage.ui" line="133"/>
|
||||
<source>MS TrueType core fonts from sourceforge</source>
|
||||
<translation>MS TrueType core fonts da sourceforge</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectExtraPage.ui" line="146"/>
|
||||
<source>VirtualBox extension pack from virtualbox.org</source>
|
||||
<translation>VirtualBox extension pack da virtualbox.org</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectExtraPage.ui" line="159"/>
|
||||
<source>Widevine extension from google.com</source>
|
||||
<translation>Estensione Widevine da google.com</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectGroupsPage.ui" line="79"/>
|
||||
<source>openmamba installations/updates</source>
|
||||
<translation>Installazioni/aggiornamenti di openmamba</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectGroupsPage.ui" line="91"/>
|
||||
<source>System base packages (recommended)</source>
|
||||
<translation>Pacchetti base di sistema (raccomandato)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectGroupsPage.ui" line="107"/>
|
||||
<source>Office packages (OpenOffice, ...)</source>
|
||||
<translation>Pacchetti per l'ufficio (OpenOffice, ...)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectGroupsPage.ui" line="120"/>
|
||||
<source>Audio and Video players (VLC, kaffeine, ...)</source>
|
||||
<translation>Player audio e video (VLC, kaffeine, ...)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectGroupsPage.ui" line="133"/>
|
||||
<source>Multimedia editing and production (kino, audacity, rosegarden, mixxx, ...)</source>
|
||||
<translation>Editing e produzione multimediale (kino, audacity, rosegarden, mixxx, ...)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectGroupsPage.ui" line="146"/>
|
||||
<source>Internet communication and p2p</source>
|
||||
<translation>Internet, comunicazioni e p2p</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectGroupsPage.ui" line="159"/>
|
||||
<source>Graphics software (gimp, digikam, blender, krita)</source>
|
||||
<translation>Software per la grafica (gimp, digikam, blender, krita)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectGroupsPage.ui" line="172"/>
|
||||
<source>Emulation and virtualization (VirtualBox, wine)</source>
|
||||
<translation>Emulazione e virtualizzazione (VirtualBox, wine)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectGroupsPage.ui" line="185"/>
|
||||
<source>Base server packages (Apache, PHP, MariaDB, ...)</source>
|
||||
<translation>Base di pacchetti per server web (Apache, PHP, MariaDB, ...)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="SelectGroupsPage.ui" line="198"/>
|
||||
<source>Games (tuxracer, pingus, ksudoku, ...)</source>
|
||||
<translation>Giochi (tuxracer, pingus, ksudoku, ...)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="WelcomePage.ui" line="93"/>
|
||||
<source><html><head/><body><p><span style=" font-style:italic;">mambabase - Copyright (c) 2007-2021 by Silvan Calarco<br/>Released under the terms of the GNU GPL v3 license</span></p></body></html></source>
|
||||
<translation><html><head/><body><p><span style=" font-style:italic;">mambabase - Copyright (c) 2007-2021 by Silvan Calarco<br/>Rilasciato secondo i termini della licenza GNU GPL v3</span></p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="WelcomePage.ui" line="103"/>
|
||||
<source><html><head/><body><p><a href="https://openmamba.org"><span style=" text-decoration: underline; color:#2980b9;">openmamba.org</span></a></p></body></html></source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="WelcomePage.ui" line="141"/>
|
||||
<source><html><head/><body><p>This program will complete the installation by adding the minimum recommended set of packages to the system. Additionally it will let you install, upon selection, macro-group of packages and proprietary software components.</p><p><span style=" font-weight:600;">TIP</span>: you may run this program at any time from the <span style=" font-style:italic;">openmamba control center</span> on the tray icon bar.</p></body></html></source>
|
||||
<translation><html><head/><body><p>Questa applicazione completerà l'installazione aggiungendo al sistema un set minimo di pacchetti raccomandati. In aggiunta permette di installare, se selezionati, gruppi di pacchetti e componenti proprietari aggiuntivi.</p><p><span style=" font-weight:600;">TIP</span>: puoi eseguire questa applicazione in qualunque momento dal <span style=" font-style:italic;">centro di controllo di openmamba</span> sulla barra delle icone.</p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="WelcomePage.ui" line="160"/>
|
||||
<source><html><head/><body><p><br/></p></body></html></source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@@ -1,352 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#: _from_rc.cc:3 _from_rc.cc:4 _from_rc.cc:5 _from_rc.cc:12 _from_rc.cc:42
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2007-12-27 22:05+0100\n"
|
||||
"Last-Translator: Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: _from_rc.cc:1
|
||||
msgid "openmamba base network installations"
|
||||
msgstr "Instalación de openmamba desde la red"
|
||||
|
||||
#: _from_rc.cc:2
|
||||
msgid "Welcome!"
|
||||
msgstr "Bienvenido!"
|
||||
|
||||
#: _from_rc.cc:6
|
||||
msgid "Version 0.1"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:7
|
||||
msgid "www.openmamba.org"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:8 mamba.kmdr:294
|
||||
msgid "version"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid ""
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco\n"
|
||||
"Released under the terms of the GNU GPL v3 license"
|
||||
msgstr ""
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco\n"
|
||||
"Expedido según los terminos de la licencia GNU GPL versione 3"
|
||||
|
||||
#: _from_rc.cc:10
|
||||
msgid "GNU/Linux distribution"
|
||||
msgstr "Distribución GNU/Linux"
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid ""
|
||||
"This program will complete the installation by adding the minimum "
|
||||
"recommended set of packages to the system. Additionally it will let you "
|
||||
"install, upon selection, macro-group of packages and proprietary software "
|
||||
"components.\n"
|
||||
"<br><b>TIP:</b> you may run this program later from the <i>openmamba control "
|
||||
"center</i> on the tray icon bar."
|
||||
msgstr ""
|
||||
"Este programa completará la instalación añadiendo un set minimo de "
|
||||
"paquetes recomendados por el sistema. Además permite seleccionar e instalar "
|
||||
"macro-grupos de paquetes y componentes de software propietario.\n"
|
||||
"<br><b>SUGERENCIA:</b> puedes ejecutar este programa en cualquier momento desde el <i>"
|
||||
"Centro de control openmamba</i> en la barra de herramientas."
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "Conf&igure"
|
||||
msgstr "Conf&igura"
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid "<b>Please, press the Next button to continue.</b>"
|
||||
msgstr "<b>Pulsa Siguiente para continuar.</b>"
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "Error: could not contact repository host (www.openmamba.org)."
|
||||
msgstr "Error: imposible contactar el directorio (www.openmamba.org)."
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "Please check your network configuration and press the button below to try again."
|
||||
msgstr "Verifica la configuración de la red y pulsa abajo para volver a probar."
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "<b>Press the Next button to continue.</b>"
|
||||
msgstr "<p>Pulsa Siguiente para continuar.</b>"
|
||||
|
||||
|
||||
#: _from_rc.cc:14
|
||||
msgid "C&heck again"
|
||||
msgstr "Controla de nuevo"
|
||||
|
||||
#: _from_rc.cc:15
|
||||
msgid "Select installations from network"
|
||||
msgstr "Selección de la instalación de la red"
|
||||
|
||||
#: _from_rc.cc:16 _from_rc.cc:30
|
||||
msgid ""
|
||||
"Please, select from the boxes below the components that you want to install "
|
||||
"or update from network."
|
||||
msgstr ""
|
||||
"Selecciona en las casillas situadas abajo los componentes que deseas instalar "
|
||||
"o actualizar de la red."
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid "openmamba installation/updates"
|
||||
msgstr "Instalación/actualización de openmamba"
|
||||
|
||||
#: _from_rc.cc:18
|
||||
msgid "Off&ice packages (OpenOffice, Groupware, PDA Syncronization, ...)"
|
||||
msgstr "Programas para la &oficina (OpenOffice, Sincronización, ...)"
|
||||
|
||||
#: _from_rc.cc:19
|
||||
msgid "Audio and Video players (amarok, &xmms, vlc, kaffeine, miro, ...)"
|
||||
msgstr "Player audio e video (amarok, xmms, vlc, kaffeine, miro, ...)"
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "Mu<imedia editing and production (kino, audacity, rosegarden, mixxx, ...)"
|
||||
msgstr "Produción multimedia (kino, audacity, rosegarden, mixxx, ...)"
|
||||
|
||||
#: _from_rc.cc:21
|
||||
msgid "Internet communication and p2p (&kopete, pidgin, ekiga, aMule, ...)"
|
||||
msgstr "Programas para internet (&kopete, pidgin, ekiga, aMule, ...)"
|
||||
|
||||
#: _from_rc.cc:23
|
||||
msgid "Grap&hics software (gimp, digikam, blender, sodipodi, ...)"
|
||||
msgstr "Programas para la gra&fica (gimp, digikam, blender, sodipodi, ...)"
|
||||
|
||||
#: _from_rc.cc:24
|
||||
msgid "&Games (turacer, pingus, ksudoku, ...)"
|
||||
msgstr "&Juegos (tuxracer, pingus, ksudoku, ...)"
|
||||
|
||||
#: _from_rc.cc:25
|
||||
msgid "Emulation and virtuali&zation (VirtualBox, kvm, QtEmu, wine, ...)"
|
||||
msgstr "Emulatores y virtuali&zadores (VirtualBox, kvm, QtEmu, wine, ...)"
|
||||
|
||||
#: _from_rc.cc:22
|
||||
msgid "Base server packages (apache, postfix, vsftpd, php, m&ysql, ...)"
|
||||
msgstr "Servicios de red base (apache, postfix, vsftpd, php, mysql, ...)"
|
||||
|
||||
#: _from_rc.cc:26
|
||||
msgid "Base development packages (gcc, glibc-devel, kernel sources, ...)"
|
||||
msgstr "Ambiente de desarrollo base (gcc, glibc-devel, sorgenti del kernel, ...)"
|
||||
|
||||
#: _from_rc.cc:27
|
||||
msgid "S&ystem update"
|
||||
msgstr "Actualización del &sistema"
|
||||
|
||||
#: _from_rc.cc:28
|
||||
msgid "System &base packages (recommended)"
|
||||
msgstr "Paquetes &base del sistema (raccomandato)"
|
||||
|
||||
#: _from_rc.cc:29
|
||||
msgid "Select non Open Source components"
|
||||
msgstr "Seleccionar los componentes no Open Source"
|
||||
|
||||
#: _from_rc.cc:31
|
||||
msgid ""
|
||||
"The following components are recommended for optimal desktop use but do not "
|
||||
"have an Open Source license. \n"
|
||||
"WARNING: you'll have to accept a license agreement for each selected "
|
||||
"packages."
|
||||
msgstr ""
|
||||
"Los siguientes componentes son recomendados para un uso óptimo del desktop pero "
|
||||
"no tienen una licencia Open Source. \n"
|
||||
"ATENCION: debes aceptar una licencia específica para cada uno de los "
|
||||
"componentes seleccionados."
|
||||
|
||||
#: _from_rc.cc:32
|
||||
msgid "Non Open Source installations/updates"
|
||||
msgstr "Instalación/actualización de software non Open Source"
|
||||
|
||||
#: _from_rc.cc:33
|
||||
msgid "F&lash plugin from adobe.com"
|
||||
msgstr "Plugin flash desde adobe.com"
|
||||
|
||||
#: _from_rc.cc:34
|
||||
msgid "&Win32 codecs from mplayerhq.hu"
|
||||
msgstr "Codec &Win32 desde mplayerhq.hu"
|
||||
|
||||
#: _from_rc.cc:35
|
||||
msgid "MS TrueT&ype core fonts from sourceforge"
|
||||
msgstr "Font MS TrueType desde sourceforge"
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "Skype from skype.com"
|
||||
msgstr "Skype desde skype.com"
|
||||
|
||||
#: _from_rc.cc:36
|
||||
msgid "Sun Java Developers &Kit (DLJ license)"
|
||||
msgstr "Sun Java Developers &Kit (licenza DLJ)"
|
||||
|
||||
#: _from_rc.cc:37
|
||||
msgid "Sun &Java Runtime Environment (DLJ license)"
|
||||
msgstr "Sun &Java Runtime Environment (licenza DLJ)"
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "Installation"
|
||||
msgstr "Instalación"
|
||||
|
||||
#: _from_rc.cc:39
|
||||
msgid "Installation in progress..."
|
||||
msgstr "Instalación en curso..."
|
||||
|
||||
#: _from_rc.cc:40
|
||||
msgid "Starting installation of selected components..."
|
||||
msgstr "Inicio de la instalación de los componentes seleccionados..."
|
||||
|
||||
|
||||
#: _from_rc.cc:41
|
||||
msgid "Details"
|
||||
msgstr "Detalles"
|
||||
|
||||
#: _from_rc.cc:43
|
||||
msgid "End of installation"
|
||||
msgstr "Fin de la instalación"
|
||||
|
||||
#: _from_rc.cc:44
|
||||
msgid "Installation completed."
|
||||
msgstr "Instalación completa."
|
||||
|
||||
#: _from_rc.cc:45
|
||||
msgid ""
|
||||
"If you ran into ploblems, please check the installation log below for "
|
||||
"warning or errors and send the report to the openmamba community at <a href="
|
||||
"\"http://www.openmamba.org\">www.openmamba.org</a>."
|
||||
msgstr ""
|
||||
"Si has encontrado problemas, por favor controla si el log de instalación "
|
||||
"reporta mensajes de error y envia una relación a la comunidad de openmamba "
|
||||
"<a href=\"http://www.openmamba.org\">www.openmamba.org</a>."
|
||||
#: mambabase.sh:37
|
||||
msgid "Warning: this script will perform an automatic installation erasing all the"
|
||||
msgstr "Atención: este script efectuará una instalación automática cancelando todos"
|
||||
#: mambabase.sh:38
|
||||
msgid " contents of device $INSTALL_DEVICE; use $0 -y to actually start the"
|
||||
msgstr " los contenidos del dispositivo $INSTALL_DEVICE; usa $0 -y para iniciar"
|
||||
#: mambabase.sh:39
|
||||
msgid " operation."
|
||||
msgstr " operación."
|
||||
#: mambabase.sh:49
|
||||
msgid ""
|
||||
"openmamba installation script - version $VERSION\n"
|
||||
"Copyright (c) 2007-2011 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
msgstr ""
|
||||
"Script de instalación de openmamba - versión $VERSION\n"
|
||||
"Copyright (c) 2007-2011 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
#: mambabase.sh:55
|
||||
msgid "Starting installation..."
|
||||
msgstr "Inicio de la instalación..."
|
||||
#: mambabase.sh:58
|
||||
msgid "Error: cannot read input file $INPUT_FILE; aborting."
|
||||
msgstr "Error: imposible leer el fichero $INPUT_FILE; salir."
|
||||
#: mambabase.sh:85
|
||||
msgid "Installing openmamba base packages"
|
||||
msgstr "Instalación de los paquetes de openmamba"
|
||||
#: mambabase.sh:86
|
||||
msgid "Updating packages list..."
|
||||
msgstr "Actualización de la lista de los paquetes..."
|
||||
#: mambabase.sh:89
|
||||
msgid "Removing packages that are no longer needed..."
|
||||
msgstr "Eliminando los paquetes no necesarios..."
|
||||
#: mambabase.sh:99
|
||||
msgid "Installing/updating openmamba base packages..."
|
||||
msgstr "Instalación/actualización de los paquetes base de openmamba..."
|
||||
#: mambabase.sh:104
|
||||
msgid "Updating installed packages"
|
||||
msgstr "Actualización de los paquetes instalados"
|
||||
#: mambabase.sh:105
|
||||
msgid "Updating installed packages..."
|
||||
msgstr "Actualización de los paquetes instalados..."
|
||||
#: mambabase.sh:110
|
||||
msgid "Installing Office packages"
|
||||
msgstr "Instalación de los programas para la oficina"
|
||||
#: mambabase.sh:111
|
||||
msgid "Installing/updating Office packages..."
|
||||
msgstr "Instalación/actualización de los programas para la oficina..."
|
||||
#: mambabase.sh:122
|
||||
msgid "Installing Audio and Video players"
|
||||
msgstr "Instalación de los reproductores audio y video"
|
||||
#: mambabase.sh:123
|
||||
msgid "Installing/updating Audio and Video players..."
|
||||
msgstr "Instalación/actualización de los reproductores audio y video..."
|
||||
#: mambabase.sh:116
|
||||
msgid "Installing multimedia editing and production packages"
|
||||
msgstr "Instalación de los programas para la edición y montaje audio y video"
|
||||
#: mambabase.sh:117
|
||||
msgid "Installing/updating multimedia editing and production packages..."
|
||||
msgstr "Instalación/actualización de los programas para la edición y el montaje audio y video..."
|
||||
#: mambabase.sh:134
|
||||
msgid "Installing Internet packages"
|
||||
msgstr "Instalación de los paquetes para internet"
|
||||
#: mambabase.sh:135
|
||||
msgid "Installing/updating Internet packages..."
|
||||
msgstr "Instalación/actualización de los programas para internet..."
|
||||
#: mambabase.sh:140
|
||||
msgid "Installing Graphics packages"
|
||||
msgstr "Instalación de los programas de grafico"
|
||||
#: mambabase.sh:141
|
||||
msgid "Installing/updating Graphics packages..."
|
||||
msgstr "Instalación/actualización de los programas de grafico..."
|
||||
#: mambabase.sh:146
|
||||
msgid "Installing Games packages"
|
||||
msgstr "Instalación de los juegos"
|
||||
#: mambabase.sh:147
|
||||
msgid "Installing/updating Games packages..."
|
||||
msgstr "Instalación/actualización de los juegos..."
|
||||
#: mambabase.sh:152
|
||||
msgid "Installing Virtualization packages"
|
||||
msgstr "Instalación de los programas para la virtualización"
|
||||
#: mambabase.sh:153
|
||||
msgid "Installing/updating Virtualization packages..."
|
||||
msgstr "Instalación/actualización de los programas para la virtualización..."
|
||||
#: mambabase.sh:128
|
||||
msgid "Installing Server packages"
|
||||
msgstr "Instalación de los paquetes para el servidor de red"
|
||||
#: mambabase.sh:129
|
||||
msgid "Installing/updating Server packages..."
|
||||
msgstr "Instalación/actualización de los paquetes para el servidor de red..."
|
||||
#: mambabase.sh:158
|
||||
msgid "Installing Development packages"
|
||||
msgstr "Instalación de los paquetes para el desarrollo"
|
||||
#: mambabase.sh:159
|
||||
msgid "Installing/updating Development packages..."
|
||||
msgstr "Instalación/actualización de los paquetes para el desarrollo..."
|
||||
#: mambabase.sh:164
|
||||
msgid "Installing flash plugin"
|
||||
msgstr "Instalación del plugin flash"
|
||||
#: mambabase.sh:165
|
||||
msgid "Installing Flash plugin..."
|
||||
msgstr "Instalación del plugin flash..."
|
||||
#: mambabase.sh:167
|
||||
msgid "Executing nspluginscan"
|
||||
msgstr "Ejecución nspluginscan"
|
||||
#: mambabase.sh:170
|
||||
msgid "Removing gnash"
|
||||
msgstr "Eliminando gnash"
|
||||
#: mambabase.sh:176
|
||||
msgid "Installing win32 codecs"
|
||||
msgstr "Instalación de los codec win32"
|
||||
#: mambabase.sh:177
|
||||
msgid "Installing Win32 codecs..."
|
||||
msgstr "Instalación de los codec win32..."
|
||||
#: mambabase.sh:182
|
||||
msgid "Installing MS TrueType core fonts..."
|
||||
msgstr "Instalación de los font MS TrueType..."
|
||||
#: mambabase.sh:187
|
||||
msgid "Installing Sun Java Developers Kit..."
|
||||
msgstr "Instalación del Sun Java Developers Kit"
|
||||
#: mambabase.sh:191
|
||||
msgid "Installing Sun Java Runtime Environment..."
|
||||
msgstr "Instalación del Sun Java Runtime Environment..."
|
||||
#: mambabase.sh:197
|
||||
msgid "Press next to see the installation log and exit."
|
||||
msgstr "Pulsa Siguiente para ver el log de la instalación y salir."
|
@@ -1,7 +1,7 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# mambabase translations
|
||||
# Copyright (C) 2021 Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# This file is distributed under the same license as the mambabase package.
|
||||
# Silvan Calarco <silvan.calarco@mambasoft.it>, 2021.
|
||||
#
|
||||
#: _from_rc.cc:3 _from_rc.cc:4 _from_rc.cc:5 _from_rc.cc:12 _from_rc.cc:42
|
||||
#, fuzzy
|
||||
@@ -9,344 +9,79 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2007-12-27 22:05+0100\n"
|
||||
"POT-Creation-Date: 2021-09-19 11:05+0100\n"
|
||||
"Last-Translator: Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: _from_rc.cc:1
|
||||
msgid "openmamba base network installations"
|
||||
msgstr "Installazioni base di openmamba dalla rete"
|
||||
|
||||
#: _from_rc.cc:2
|
||||
msgid "Welcome!"
|
||||
msgstr "Benvenuto!"
|
||||
|
||||
#: _from_rc.cc:6
|
||||
msgid "Version 0.1"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:7
|
||||
msgid "www.openmamba.org"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:8 mamba.kmdr:294
|
||||
msgid "version"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:9
|
||||
#: mambabase.py:338
|
||||
msgid ""
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco\n"
|
||||
"Released under the terms of the GNU GPL v3 license"
|
||||
"<html><head/><body><p align=\"center\"><span style=\"font-size:14pt; font-"
|
||||
"weight:600;\">All done!</span></p></body></html>"
|
||||
msgstr ""
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco\n"
|
||||
"Rilasciato secondo i termini della licenza GNU GPL versione 3"
|
||||
"<html><head/><body><p align=\"center\"><span style=\"font-size:14pt; font-"
|
||||
"weight:600;\">Tutto fatto!</span></p></body></html>"
|
||||
|
||||
#: _from_rc.cc:10
|
||||
msgid "GNU/Linux distribution"
|
||||
msgstr "Distribuzione GNU/Linux"
|
||||
#: mambabase.py:65
|
||||
msgid "Checking installed extra components..."
|
||||
msgstr "Controllo dei componenti aggiuntivi installati..."
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid ""
|
||||
"This program will complete the installation by adding the minimum "
|
||||
"recommended set of packages to the system. Additionally it will let you "
|
||||
"install, upon selection, macro-group of packages and proprietary software "
|
||||
"components.\n"
|
||||
"<br><b>TIP:</b> you may run this program later from the <i>openmamba control "
|
||||
"center</i> on the tray icon bar."
|
||||
msgstr ""
|
||||
"Questo programma completerà l'installazione aggiungendo un set minimo di "
|
||||
"pacchetti raccomandati per il sistema. Inoltre permette di selezionare ed installare "
|
||||
"macro-gruppi di pacchetti e componenti di software proprietario.\n"
|
||||
"<br><b>SUGGERIMENTO:</b> puoi eseguire questo programma in qualunque momento dal <i>"
|
||||
"Centro di controllo openmamba</i> sulla tray icon bar."
|
||||
#: mambabase.py:62
|
||||
msgid "Checking installed packages..."
|
||||
msgstr "Controllo dei pacchetti installati..."
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "Conf&igure"
|
||||
msgstr "Conf&igura"
|
||||
#: mambabase.py:68
|
||||
msgid "Done. Please, press the Next button to continue."
|
||||
msgstr "Fatto. Premi il pulsante Successivo per continuare."
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid "<b>Please, press the Next button to continue.</b>"
|
||||
msgstr "<b>Premi il pulsante Successivo per continuare.</b>"
|
||||
#: mambabase.py:201 mambabase.py:202
|
||||
msgid "Installation finished!"
|
||||
msgstr "Installazione terminata!"
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "Error: could not contact repository host (www.openmamba.org)."
|
||||
msgstr "Errore: impossibile contattare il repository (www.openmamba.org)."
|
||||
#: mambabase.py:179 mambabase.py:180
|
||||
#, python-format
|
||||
msgid "Installing %s extra component..."
|
||||
msgstr "Installazione del componente aggiuntivo %s..."
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "Please check your network configuration and press the button below to try again."
|
||||
msgstr "Verifica la configurazione della rete e premi il bottone sottostante per riprovare."
|
||||
#: mambabase.py:150 mambabase.py:151
|
||||
#, python-format
|
||||
msgid "Installing %s group packages..."
|
||||
msgstr "Installazione del gruppo di pacchetti %s..."
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "<b>Press the Next button to continue.</b>"
|
||||
msgstr "<p>Premi il pulsante Successivo per continuare.</b>"
|
||||
#: mambabase.py:218
|
||||
#, python-format
|
||||
msgid "Installing %s package (%s)..."
|
||||
msgstr "Installazione del pacchetto %s (%s)..."
|
||||
|
||||
#: mambabase.py:166
|
||||
#, python-format
|
||||
msgid "Installing package %s"
|
||||
msgstr "Installazione del pacchetto %s"
|
||||
|
||||
#: _from_rc.cc:14
|
||||
msgid "C&heck again"
|
||||
msgstr "Controlla di nuovo"
|
||||
#: mambabase.py:159
|
||||
#, python-format
|
||||
msgid "Package %s is already installed"
|
||||
msgstr "Il pacchetto %s è già installato"
|
||||
|
||||
#: _from_rc.cc:15
|
||||
msgid "Select installations from network"
|
||||
msgstr "Scelta delle installazioni dalla rete"
|
||||
|
||||
#: _from_rc.cc:16 _from_rc.cc:30
|
||||
msgid ""
|
||||
"Please, select from the boxes below the components that you want to install "
|
||||
"or update from network."
|
||||
msgstr ""
|
||||
"Seleziona nelle caselle sottostanti i componenti che desideri installare "
|
||||
"o aggiornare dalla rete."
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid "openmamba installation/updates"
|
||||
msgstr "Installazioni/aggiornamenti di openmamba"
|
||||
|
||||
#: _from_rc.cc:18
|
||||
msgid "Off&ice packages (OpenOffice, Groupware, PDA Syncronization, ...)"
|
||||
msgstr "Programmi per l'&ufficio (OpenOffice, Sincronizzazione, ...)"
|
||||
|
||||
#: _from_rc.cc:19
|
||||
msgid "Audio and Video players (amarok, &xmms, vlc, kaffeine, miro, ...)"
|
||||
msgstr "Player audio e video (amarok, xmms, vlc, kaffeine, miro, ...)"
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "Mu<imedia editing and production (kino, audacity, rosegarden, mixxx, ...)"
|
||||
msgstr "Produzione multimediale (kino, audacity, rosegarden, mixxx, ...)"
|
||||
|
||||
#: _from_rc.cc:21
|
||||
msgid "Internet communication and p2p (&kopete, pidgin, ekiga, aMule, ...)"
|
||||
msgstr "Programmi per internet (&kopete, pidgin, ekiga, aMule, ...)"
|
||||
|
||||
#: _from_rc.cc:23
|
||||
msgid "Grap&hics software (gimp, digikam, blender, sodipodi, ...)"
|
||||
msgstr "Programmi per la gra&fica (gimp, digikam, blender, sodipodi, ...)"
|
||||
|
||||
#: _from_rc.cc:24
|
||||
msgid "&Games (turacer, pingus, ksudoku, ...)"
|
||||
msgstr "&Giochi (tuxracer, pingus, ksudoku, ...)"
|
||||
|
||||
#: _from_rc.cc:25
|
||||
msgid "Emulation and virtuali&zation (VirtualBox, kvm, QtEmu, wine, ...)"
|
||||
msgstr "Emulatori e virtuali&zzatori (VirtualBox, kvm, QtEmu, wine, ...)"
|
||||
|
||||
#: _from_rc.cc:22
|
||||
msgid "Base server packages (apache, postfix, vsftpd, php, m&ysql, ...)"
|
||||
msgstr "Servizi di rete base (apache, postfix, vsftpd, php, mysql, ...)"
|
||||
|
||||
#: _from_rc.cc:26
|
||||
msgid "Base development packages (gcc, glibc-devel, kernel sources, ...)"
|
||||
msgstr "Ambiente di svilupppo base (gcc, glibc-devel, sorgenti del kernel, ...)"
|
||||
|
||||
#: _from_rc.cc:27
|
||||
msgid "S&ystem update"
|
||||
msgstr "Aggiornamento del &sistema"
|
||||
|
||||
#: _from_rc.cc:28
|
||||
msgid "System &base packages (recommended)"
|
||||
msgstr "Pacchetti &base del sistema (raccomandato)"
|
||||
|
||||
#: _from_rc.cc:29
|
||||
msgid "Select non Open Source components"
|
||||
msgstr "Scegliere i componenti non Open Source"
|
||||
|
||||
#: _from_rc.cc:31
|
||||
msgid ""
|
||||
"The following components are recommended for optimal desktop use but do not "
|
||||
"have an Open Source license. \n"
|
||||
"WARNING: you'll have to accept a license agreement for each selected "
|
||||
"packages."
|
||||
msgstr ""
|
||||
"I seguenti componenti sono raccomandati per un uso ottimale del desktop ma "
|
||||
"non hanno una licenza Open Source. \n"
|
||||
"ATTENZIONE: occorre accettare una licenza specifica per ognuno dei "
|
||||
"componenti selezionati."
|
||||
|
||||
#: _from_rc.cc:32
|
||||
msgid "Non Open Source installations/updates"
|
||||
msgstr "Installazioni/aggiornamenti di software non Open Source"
|
||||
|
||||
#: _from_rc.cc:33
|
||||
msgid "F&lash plugin from adobe.com"
|
||||
msgstr "Plugin flash da adobe.com"
|
||||
|
||||
#: _from_rc.cc:34
|
||||
msgid "&Win32 codecs from mplayerhq.hu"
|
||||
msgstr "Codec &Win32 da mplayerhq.hu"
|
||||
|
||||
#: _from_rc.cc:35
|
||||
msgid "MS TrueT&ype core fonts from sourceforge"
|
||||
msgstr "Font MS TrueType da sourceforge"
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "Skype from skype.com"
|
||||
msgstr "Skype da skype.com"
|
||||
|
||||
#: _from_rc.cc:36
|
||||
msgid "Sun Java Developers &Kit (DLJ license)"
|
||||
msgstr "Sun Java Developers &Kit (licenza DLJ)"
|
||||
|
||||
#: _from_rc.cc:37
|
||||
msgid "Sun &Java Runtime Environment (DLJ license)"
|
||||
msgstr "Sun &Java Runtime Environment (licenza DLJ)"
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "Installation"
|
||||
msgstr "Installazione"
|
||||
|
||||
#: _from_rc.cc:39
|
||||
msgid "Installation in progress..."
|
||||
msgstr "Installazione in corso..."
|
||||
|
||||
#: _from_rc.cc:40
|
||||
msgid "Starting installation of selected components..."
|
||||
msgstr "Avvio dell'installazione dei componenti selezionati..."
|
||||
|
||||
|
||||
#: _from_rc.cc:41
|
||||
msgid "Details"
|
||||
msgstr "Dettagli"
|
||||
|
||||
#: _from_rc.cc:43
|
||||
msgid "End of installation"
|
||||
msgstr "Fine dell'installazione"
|
||||
|
||||
#: _from_rc.cc:44
|
||||
msgid "Installation completed."
|
||||
msgstr "Installazione completata."
|
||||
|
||||
#: _from_rc.cc:45
|
||||
msgid ""
|
||||
"If you ran into ploblems, please check the installation log below for "
|
||||
"warning or errors and send the report to the openmamba community at <a href="
|
||||
"\"http://www.openmamba.org\">www.openmamba.org</a>."
|
||||
msgstr ""
|
||||
"Se hai incontrato dei problemi, per favore controlla se il log di installazione "
|
||||
"riporta dei messaggi di errore ed invia un rapporto alla comunità di openmamba su "
|
||||
"<a href=\"http://www.openmamba.org\">www.openmamba.org</a>."
|
||||
#: mambabase.sh:37
|
||||
msgid "Warning: this script will perform an automatic installation erasing all the"
|
||||
msgstr "Attenzione: questo script effettuerà un'installazione automatica cancellando tutti"
|
||||
#: mambabase.sh:38
|
||||
msgid " contents of device $INSTALL_DEVICE; use $0 -y to actually start the"
|
||||
msgstr " i contenuti del dispositivo $INSTALL_DEVICE; usa $0 -y per avviare"
|
||||
#: mambabase.sh:39
|
||||
msgid " operation."
|
||||
msgstr " l'operazione."
|
||||
#: mambabase.sh:49
|
||||
msgid ""
|
||||
"openmamba installation script - version $VERSION\n"
|
||||
"Copyright (c) 2007-2008 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
msgstr ""
|
||||
"Script di installazione di openmamba - versione $VERSION\n"
|
||||
"Copyright (c) 2007-2008 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
#: mambabase.sh:55
|
||||
#: mambabase.py:97 mambabase.py:98
|
||||
msgid "Starting installation..."
|
||||
msgstr "Avvio dell'installazione..."
|
||||
#: mambabase.sh:58
|
||||
msgid "Error: cannot read input file $INPUT_FILE; aborting."
|
||||
msgstr "Errore: impossibile leggere il file $INPUT_FILE; uscita."
|
||||
#: mambabase.sh:85
|
||||
msgid "Installing openmamba base packages"
|
||||
msgstr "Installazione dei pacchetti base di openmamba"
|
||||
#: mambabase.sh:86
|
||||
|
||||
#: mambabase.py:118 mambabase.py:119
|
||||
msgid "Updating installed packages..."
|
||||
msgstr "Aggiornamento dei pacchetti installati in corso..."
|
||||
|
||||
#: mambabase.py:102 mambabase.py:103
|
||||
msgid "Updating packages list..."
|
||||
msgstr "Aggiornamento della lista dei pacchetti..."
|
||||
#: mambabase.sh:89
|
||||
msgid "Removing packages that are no longer needed..."
|
||||
msgstr "Rimozione dei pacchetti non più necessari..."
|
||||
#: mambabase.sh:99
|
||||
msgid "Installing/updating openmamba base packages..."
|
||||
msgstr "Installazione/aggiornamento dei pacchetti base di openmamba..."
|
||||
#: mambabase.sh:104
|
||||
msgid "Updating installed packages"
|
||||
msgstr "Aggiornamento dei pacchetti installati"
|
||||
#: mambabase.sh:105
|
||||
msgid "Updating installed packages..."
|
||||
msgstr "Aggiornamento dei pacchetti installati..."
|
||||
#: mambabase.sh:110
|
||||
msgid "Installing Office packages"
|
||||
msgstr "Installazione dei programmi per l'ufficio"
|
||||
#: mambabase.sh:111
|
||||
msgid "Installing/updating Office packages..."
|
||||
msgstr "Installazione/aggiornamento dei programmi per l'ufficio..."
|
||||
#: mambabase.sh:122
|
||||
msgid "Installing Audio and Video players"
|
||||
msgstr "Installazione dei riproduttori audio e video"
|
||||
#: mambabase.sh:123
|
||||
msgid "Installing/updating Audio and Video players..."
|
||||
msgstr "Installazione/aggiornamento dei riproduttori audio e video..."
|
||||
#: mambabase.sh:116
|
||||
msgid "Installing multimedia editing and production packages"
|
||||
msgstr "Installazione dei programmi per l'editing e il montaggio audio e video"
|
||||
#: mambabase.sh:117
|
||||
msgid "Installing/updating multimedia editing and production packages..."
|
||||
msgstr "Installazione/aggiornamento dei programmi per l'editing e il montaggio audio e video..."
|
||||
#: mambabase.sh:134
|
||||
msgid "Installing Internet packages"
|
||||
msgstr "Installazione dei pacchetti per internet"
|
||||
#: mambabase.sh:135
|
||||
msgid "Installing/updating Internet packages..."
|
||||
msgstr "Installazione/aggiornamento dei programmi per internet..."
|
||||
#: mambabase.sh:140
|
||||
msgid "Installing Graphics packages"
|
||||
msgstr "Installazione dei programmi di grafica"
|
||||
#: mambabase.sh:141
|
||||
msgid "Installing/updating Graphics packages..."
|
||||
msgstr "Installazione/aggiornamento dei programmi di grafica..."
|
||||
#: mambabase.sh:146
|
||||
msgid "Installing Games packages"
|
||||
msgstr "Installazione dei giochi"
|
||||
#: mambabase.sh:147
|
||||
msgid "Installing/updating Games packages..."
|
||||
msgstr "Installazione/aggiornamento dei giochi..."
|
||||
#: mambabase.sh:152
|
||||
msgid "Installing Virtualization packages"
|
||||
msgstr "Installazione dei programmi per la virtualizzazione"
|
||||
#: mambabase.sh:153
|
||||
msgid "Installing/updating Virtualization packages..."
|
||||
msgstr "Installazione/aggiornamento dei programmi per la virtualizzazione..."
|
||||
#: mambabase.sh:128
|
||||
msgid "Installing Server packages"
|
||||
msgstr "Installazione dei pacchetti per server di rete"
|
||||
#: mambabase.sh:129
|
||||
msgid "Installing/updating Server packages..."
|
||||
msgstr "Installazione/aggiornamento dei pacchetti per server di rete..."
|
||||
#: mambabase.sh:158
|
||||
msgid "Installing Development packages"
|
||||
msgstr "Installazione dei pacchetti per lo sviluppo"
|
||||
#: mambabase.sh:159
|
||||
msgid "Installing/updating Development packages..."
|
||||
msgstr "Installazione/aggiornamento dei pacchetti per lo sviluppo..."
|
||||
#: mambabase.sh:164
|
||||
msgid "Installing flash plugin"
|
||||
msgstr "Installazione del plugin flash"
|
||||
#: mambabase.sh:165
|
||||
msgid "Installing Flash plugin..."
|
||||
msgstr "Installazione del plugin flash..."
|
||||
#: mambabase.sh:167
|
||||
msgid "Executing nspluginscan"
|
||||
msgstr "Eseguo nspluginscan"
|
||||
#: mambabase.sh:170
|
||||
msgid "Removing gnash"
|
||||
msgstr "Rimozione di gnash"
|
||||
#: mambabase.sh:176
|
||||
msgid "Installing win32 codecs"
|
||||
msgstr "Installazione dei codec win32"
|
||||
#: mambabase.sh:177
|
||||
msgid "Installing Win32 codecs..."
|
||||
msgstr "Installazione dei codec win32..."
|
||||
#: mambabase.sh:182
|
||||
msgid "Installing MS TrueType core fonts..."
|
||||
msgstr "Installazione dei font MS TrueType..."
|
||||
#: mambabase.sh:187
|
||||
msgid "Installing Sun Java Developers Kit..."
|
||||
msgstr "Installazione del Sun Java Developers Kit"
|
||||
#: mambabase.sh:191
|
||||
msgid "Installing Sun Java Runtime Environment..."
|
||||
msgstr "Installazione del Sun Java Runtime Environment..."
|
||||
#: mambabase.sh:197
|
||||
msgid "Press next to see the installation log and exit."
|
||||
msgstr "Premi Successivo per vedere il log dell'installazione ed uscire."
|
||||
|
||||
#: mambabase.py:290
|
||||
#, python-format
|
||||
msgid "WARNING: package %s from group %s not found in repositories"
|
||||
msgstr "AVVISO: il pacchetto %s del gruppo %s non è stato trovato nei repository"
|
||||
|
||||
#: mambabase.py:33
|
||||
msgid "openmamba base network installations"
|
||||
msgstr "Installazione di componenti dalla rete"
|
||||
|
85
mambabase/po/messages.pot
Normal file
85
mambabase/po/messages.pot
Normal file
@@ -0,0 +1,85 @@
|
||||
# mambabase translations
|
||||
# Copyright (C) 2021 Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# This file is distributed under the same license as the mambabase package.
|
||||
# Silvan Calarco <silvan.calarco@mambasoft.it>, 2021.
|
||||
#
|
||||
#: _from_rc.cc:3 _from_rc.cc:4 _from_rc.cc:5 _from_rc.cc:12 _from_rc.cc:42
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-09-19 11:05+0100\n"
|
||||
"Last-Translator: Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: mambabase.py:338
|
||||
msgid ""
|
||||
"<html><head/><body><p align=\"center\"><span style=\"font-size:14pt; font-"
|
||||
"weight:600;\">All done!</span></p></body></html>"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:65
|
||||
msgid "Checking installed extra components..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:62
|
||||
msgid "Checking installed packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:68
|
||||
msgid "Done. Please, press the Next button to continue."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:201 mambabase.py:202
|
||||
msgid "Installation finished!"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:179 mambabase.py:180
|
||||
#, python-format
|
||||
msgid "Installing %s extra component..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:150 mambabase.py:151
|
||||
#, python-format
|
||||
msgid "Installing %s group packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:218
|
||||
#, python-format
|
||||
msgid "Installing %s package (%s)..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:166
|
||||
#, python-format
|
||||
msgid "Installing package %s"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:159
|
||||
#, python-format
|
||||
msgid "Package %s is already installed"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:97 mambabase.py:98
|
||||
msgid "Starting installation..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:118 mambabase.py:119
|
||||
msgid "Updating installed packages..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:102 mambabase.py:103
|
||||
msgid "Updating packages list..."
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:290
|
||||
#, python-format
|
||||
msgid "WARNING: package %s from group %s not found in repositories"
|
||||
msgstr ""
|
||||
|
||||
#: mambabase.py:33
|
||||
msgid "openmamba base network installations"
|
||||
msgstr ""
|
@@ -1,5 +1,4 @@
|
||||
#!/bin/bash
|
||||
# not working yet
|
||||
kmdr2po mambabase.kmdr > mambabase.po
|
||||
xgettext -s -o - mambabase.sh > mambabase.sh.po
|
||||
msgmerge mambabase.sh.po po/it.po > po/it.pot
|
||||
xgettext -s -o - mambabase.py --output=po/messages.pot
|
||||
msgmerge --update --no-fuzzy-matching --backup=off po/it.po po/messages.pot
|
||||
lupdate *.ui -ts mambabase_it.ts
|
@@ -1,2 +0,0 @@
|
||||
%lang(es) /opt/kde3/share/locale/es/LC_MESSAGES/mambawelcome.mo
|
||||
%lang(it) /opt/kde3/share/locale/it/LC_MESSAGES/mambawelcome.mo
|
@@ -1,5 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=@distroID@
|
||||
Icon=@distroicon@
|
||||
SortOrder=
|
||||
|
@@ -1,14 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Name=Kernel init messages
|
||||
Name[es]=Mensajes de inicio del kernel
|
||||
Name[it]=Messaggi di avvio del kernel
|
||||
Name[fr]=Messages du démarrage du noyau
|
||||
Comment=Messages from the Linux Kernel during system boot
|
||||
Comment[es]=Mensajes del kernel durante el inicio del sistema
|
||||
Comment[it]=Messaggi del kernel durante l'avvio del sistema
|
||||
Comment[fr]=Messages du noyau lors du démarrage du système
|
||||
Exec=@distrobindir@/showlog /var/log/dmesg.log "Kernel init messages" agent
|
||||
Icon=utilities-log-viewer
|
||||
Categories=X-@distroID@-Logs;
|
@@ -1,14 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Name=Services startup
|
||||
Name[es]=Inicio de los servicios
|
||||
Name[it]=Avvio dei servizi
|
||||
Name[fr]=Démarrage des services
|
||||
Comment=Information about runlevel 5 services startup on boot
|
||||
Comment[es]=Mensajes de inicio de los servicios en nivel 5
|
||||
Comment[it]=Informazioni sull'avvio dei servizi di runlevel 5
|
||||
Comment[fr]=Messages au démarrage des services du runlevel 5
|
||||
Exec=@distrobindir@/showlog /var/log/initd.5.start "Runlevel 5 init log" agent
|
||||
Icon=utilities-log-viewer
|
||||
Categories=X-@distroID@-Logs;
|
@@ -1,14 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Name=Last shutdown
|
||||
Name[es]=Último apagamiento
|
||||
Name[it]=Ultimo spegnimento
|
||||
Name[fr]=Dernier arrêt du système
|
||||
Comment=Information about last system shutdown
|
||||
Comment[es]=Mensajes sobre el último apagamiento
|
||||
Comment[it]=Informazioni riguardo all'ultimo spegnimento del sistema
|
||||
Comment[fr]=Messages du système lors du dernier arrêt
|
||||
Exec=@distrobindir@/showlog /var/log/initd.0.stop "Last shutdown log" agent
|
||||
Icon=utilities-log-viewer
|
||||
Categories=X-@distroID@-Logs;
|
@@ -1,14 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Name=Last reboot
|
||||
Name[es]=Último reinicio
|
||||
Name[it]=Ultimo riavvio
|
||||
Name[fr]=Dernier redémarrage du système
|
||||
Comment=Information about last system reboot
|
||||
Comment[es]=Mensajes sobre el último reinicio
|
||||
Comment[it]=Informazioni riguardo all'ultimo riavvio del sistema
|
||||
Comment[fr]=Messages du système lors du dernier redémarrage
|
||||
Exec=@distrobindir@/showlog /var/log/initd.6.stop "Last reboot log" agent
|
||||
Icon=utilities-log-viewer
|
||||
Categories=X-@distroID@-Logs;
|
@@ -1,14 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Name=openmamba system init logs
|
||||
Name[es]=Inicio del sistema
|
||||
Name[it]=Avvio di sistema
|
||||
Name[fr]=Démarrage du système
|
||||
Comment=Messages during openmamba system boot
|
||||
Comment[es]=Mensajes de inicio del sistema openmamba
|
||||
Comment[it]=Messaggi di avvio del sistema openmamba
|
||||
Comment[fr]=Messages au démerrage du système openmamba
|
||||
Exec=@distrobindir@/showlog /var/log/initd.sysinit.start "System init log" agent
|
||||
Icon=utilities-log-viewer
|
||||
Categories=X-@distroID@-Logs;
|
BIN
menu/icons/hicolor/128x128/apps/openmamba.png
Normal file
BIN
menu/icons/hicolor/128x128/apps/openmamba.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
menu/icons/hicolor/256x256/apps/openmamba.png
Normal file
BIN
menu/icons/hicolor/256x256/apps/openmamba.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
32
menu/icons/hicolor/scalable/apps/openmamba.svg
Normal file
32
menu/icons/hicolor/scalable/apps/openmamba.svg
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<!-- Created using Karbon, part of Calligra: http://www.calligra.org/karbon -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="226.768pt" height="226.768pt">
|
||||
<defs/>
|
||||
<g id="layer0">
|
||||
<g id="Livello_1" transform="translate(13.4663, 13.4732)" fill="none">
|
||||
<g id="group0" transform="" fill="none">
|
||||
<g id="group1" transform="" fill="none">
|
||||
<path id="shape0" transform="translate(0.622065, 0.615268)" fill="#52ae32" d="M205.755 145.521C203.603 153.521 204.134 150.9 203.241 154.25C202.842 155.698 202.864 155.597 203.302 153.954C201.597 157.474 202.476 157.102 198.707 165.229C193.227 175.956 191.51 176.904 184.593 183.427C165.592 201.35 144.335 207.953 118.44 205.652C98.2461 203.856 81.8003 192.977 69.1072 178.849C64.653 173.895 59.1136 164.267 55.4347 156.242C56.0794 157.646 53.1781 149.409 52.5727 147.383C51.8492 144.958 51.2931 142.484 50.7418 140.017C50.6803 139.737 49.4007 131.734 50.0429 136.839C47.9438 120.161 50.8132 107.084 56.9973 94.2589C65.7063 76.2037 78.36 64.2315 96.7475 55.2504C136.818 35.6788 192.884 65.2336 205.521 106.146C214.823 136.244 260.072 117.821 250.716 87.5391C231.233 24.4709 162.873 -10.7183 99.7423 2.91495C44.9317 14.75 7.92051 62.2961 0.855396 115.896C-5.54035 164.417 24.6888 215.309 66.1295 239.046C122.225 271.173 194.023 253.767 232.232 203.212C243.503 188.303 250.393 170.154 254.257 152.102C257.758 124.983 251.461 180.434 256.38 131.693C256.586 27.6502 186.43 53.6659 204.349 103.099C206.998 116.863 207.511 125.01 206.662 136.724"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g><g id="eye">
|
||||
<g id="group01" transform="translate(249.176, 72.4504)" fill="none">
|
||||
<path id="shape4" transform="translate(3.62835, 4.19085)" fill="none" stroke="#000000" stroke-width="3.62835274240" stroke-linecap="round" stroke-linejoin="round" d="M0 21.3794C0 12.1459 5.92344 4.73771 17.1542 0"/>
|
||||
<path id="shape3" transform="translate(1.44909, 14.6596)" fill="#000000" d="M20.3142 9.67061C20.3142 4.32968 15.7667 3.27038e-16 10.1571 0C4.54749 -3.27038e-16 6.8698e-16 4.32968 0 9.67061C-6.8698e-16 15.0115 4.54749 19.3412 10.1571 19.3412C15.7667 19.3412 20.3142 15.0115 20.3142 9.67061"/>
|
||||
</g>
|
||||
<g id="group11" transform="translate(249.176, 72.4414)" fill="none">
|
||||
<path id="shape41" transform="translate(3.62835, 4.19983)" fill="none" stroke="#000000" stroke-width="3.62835274240" stroke-linecap="round" stroke-linejoin="round" d="M0 21.5095C0 12.2199 5.8064 4.76655 16.8153 0"/>
|
||||
<path id="shape31" transform="translate(1.44909, 14.6686)" fill="#000000" d="M20.3142 9.67061C20.3142 4.32968 15.7667 3.27038e-16 10.1571 0C4.54749 -3.27038e-16 6.8698e-16 4.32968 0 9.67061C-6.8698e-16 15.0115 4.54749 19.3412 10.1571 19.3412C15.7667 19.3412 20.3142 15.0115 20.3142 9.67061"/>
|
||||
</g>
|
||||
<g id="group2" transform="translate(249.176, 72.4491)" fill="none">
|
||||
<path id="shape42" transform="translate(3.62835, 4.19221)" fill="none" stroke="#000000" stroke-width="3.62835274240" stroke-linecap="round" stroke-linejoin="round" d="M0 21.7722C0 12.3692 6.0084 4.82477 17.4004 0"/>
|
||||
<path id="shape32" transform="translate(1.44909, 14.661)" fill="#000000" d="M20.3142 9.67061C20.3142 4.32968 15.7667 3.27038e-16 10.1571 0C4.54749 -3.27038e-16 6.8698e-16 4.32968 0 9.67061C-6.8698e-16 15.0115 4.54749 19.3412 10.1571 19.3412C15.7667 19.3412 20.3142 15.0115 20.3142 9.67061"/>
|
||||
</g>
|
||||
<g id="group3" transform="translate(202.926, 72.4491)" fill="none">
|
||||
<path id="shape43" transform="translate(3.62835, 4.19221)" fill="none" stroke="#000000" stroke-width="3.62835274240" stroke-linecap="round" stroke-linejoin="round" d="M0 21.7722C0 12.3692 6.0084 4.82477 17.4004 0"/>
|
||||
<path id="shape33" transform="translate(1.44909, 14.661)" fill="#000000" d="M20.3142 9.67061C20.3142 4.32968 15.7667 3.27038e-16 10.1571 0C4.54749 -3.27038e-16 6.8698e-16 4.32968 0 9.67061C-6.8698e-16 15.0115 4.54749 19.3412 10.1571 19.3412C15.7667 19.3412 20.3142 15.0115 20.3142 9.67061"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.0 KiB |
Reference in New Issue
Block a user