Skip to content

Commit

Permalink
L18Ls de langpack partially imported
Browse files Browse the repository at this point in the history
  • Loading branch information
bkauler committed Feb 17, 2023
1 parent 47bdab8 commit a6c66b0
Show file tree
Hide file tree
Showing 371 changed files with 385 additions and 6 deletions.
2 changes: 1 addition & 1 deletion easyos/easy-code/3buildeasydistro
Original file line number Diff line number Diff line change
Expand Up @@ -5974,7 +5974,7 @@ if [ "$DEFAULTLANG1" == "en" ];then #190107
# sync
echo
echo "easy-${DISTRO_VERSION}-${DISTRO_TARGETARCH}.img has been created. this may be written to"
echo "any flash-stick or sd-card, 2GB or greater. 4GB minimum recommended."
echo "any flash-stick or sd-card, 8GB or greater. 16GB minimum recommended."
else
mv -f ${SKELETON_NAME}.img easy-${DISTRO_VERSION}-${DEFAULTLANG1}-${DISTRO_TARGETARCH}.img
md5sum easy-${DISTRO_VERSION}-${DEFAULTLANG1}-${DISTRO_TARGETARCH}.img > md5sum-${DEFAULTLANG1}.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ Click 'Abort' to give up..." 0 0
if [ $? -eq 0 ];then
LANG=${ORIGLANG} jwm -reload
fi
cp -f ${DESKPATH}/${DESKFILE} /root/
#cp -f ${DESKPATH}/${DESKFILE} /root/ #20230217 what is this line for?
#20230212...
mkdir -p /tmp/momanager/newtranslations/${APKGNAME}${DESKPATH}/
cp -f ${DESKPATH}/${DESKFILE} /tmp/momanager/newtranslations/${APKGNAME}${DESKPATH}/
Expand Down Expand Up @@ -1258,7 +1258,7 @@ Click 'Abort' to give up..." 0 0
if [ $? -eq 0 ];then
LANG=${ORIGLANG} jwm -reload
fi
cp -f /usr/share/desktop-directories/$TOPFILE /root/
#cp -f /usr/share/desktop-directories/$TOPFILE /root/ #20230217 what is this line for?
#20230212...
mkdir -p /tmp/momanager/newtranslations/${APKGNAME}/usr/share/desktop-directories
cp -f /usr/share/desktop-directories/${TOPFILE} /tmp/momanager/newtranslations/${APKGNAME}/usr/share/desktop-directories/
Expand Down Expand Up @@ -1879,7 +1879,7 @@ WARNING: If there is an existing mo file, MoManager uncompiles it and merges wit
dir2tgz /root/newtranslations-${GENLANG}-${ADATE}
sync

pupdialog --background '#8080FF' --backtitle "Translations tarballs created" --msgbox "/root/translations-${GENLANG}-${ADATE}.tar.gz has all translations.\n/root/newtranslations-${GENLANG}-${ADATE}.tar.gz has new and edited translations since power-on." 0 0
pupdialog --colors --background '#8080FF' --backtitle "Translations tarballs created" --msgbox "/root/translations-${GENLANG}-${ADATE}.tar.gz has all translations.\n/root/newtranslations-${GENLANG}-${ADATE}.tar.gz has new and edited translations \Z1\Zbsince power-on\ZB\Zn.\n\n\Z1WARNING: If reboot the computer on the same date ${DATE} and click the OK button to generate another newtranslations tarball, the previous one will be deleted. In that situation, be sure to rename the previous tarball so that it will not be deleted.\Zn" 0 0
;;
esac

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Lancer vos applications préférées : EasyApps
Name[de]=EasyApps starten Lieblings-Apps
Name=EasyApps launch favorite apps
Icon=/usr/local/PupApps/icons/applications48.png
Comment[fr]=Lancer les applications préférées
Comment[de]=Starten Sie bevorzugte Anwendungen
Comment=Launch favorite applications
Exec=PupApps
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Choix des thèmes GTK : Chtheme
Name[de]=Chtheme GTK/Qt Theme Chooser
Name=Chtheme GTK/Qt theme chooser
Icon=mini.window3d.xpm
Comment[de]=GTK/Qt-Themenauswahl
Comment=GTK/Qt theme chooser
Exec=gtk_chtheme_wrapper
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Gestion du presse-papier : Glipper
Name[de]=Glipper Zwischenablage-Manager
Name=Glipper clipboard manager
Icon=mini-clipboard.xpm
Comment[de]=Glipper Zwischenablage-Manager
Comment=Glipper clipboard manager
Exec=glipper_shell
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Recherche des icônes du système
Name[de]=Icon Finder
Name=Icon Finder
Icon=/usr/share/icons/hicolor/48x48/apps/iconfinder.png
Comment[de]=Suchen von Symbolen in Ihrem System
Comment=Find icons in your system
Exec=iconfinder
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Editeur de textes : Leafpad
Name[de]=Leafpad-Texteditor
Name=Leafpad text editor
Icon=leafpad.png
Comment[de]=Leafpad-Texteditor
Comment=Leafpad text editor
Exec=leafpad
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Editeur console : MP
Name[de]=MP-Konsoleneditor
Name=MP console editor
Icon=mp16.xpm
Comment[de]=MP-Konsoleneditor
Comment=MP console editor
Exec=rxvt -geometry 80x25 -e mp
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Renommer un fichier (simple) : PRename
Name[de]=PRename Batch-Dateiumbenenner, einfach
Name=PRename batch file renamer, simple
Icon=prename.png
Comment[de]=PRename Batch-Dateiumbenenner, einfach
Comment=PRename batch file renamer, simple
Exec=prename
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Créateur de torrent : Pcreatetorrent
Name[de]=Pcreatetorrent Torrent Ersteller
Name=Pcreatetorrent torrent creator
Icon=mini-ftp.xpm
Comment[de]=Pcreatetorrent Torrent Ersteller
Comment=Pcreatetorrent torrent creator
Exec=/usr/sbin/pcreatetorrent
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Télécharger un torrent : Pctorrent
Name[de]=Pctorrent torrent herunterladen
Name=Pctorrent torrent download
Icon=mini-ftp.xpm
Comment[de]=Pctorrent torrent herunterladen
Comment=Pctorrent torrent download
Exec=/usr/sbin/pctorrent
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Convertir/créer/extraire des PDF : PeasyPDF
Name[de]=PeasyPDF konvertieren/verbinden/extrahieren
Name=PeasyPDF convert/join/extract
Icon=mini-BuildingBlock.xpm
Icon=mini-BuildingBlock.xpm
Comment[de]=PDF-Dokumente bearbeiten
Comment=Manipulate PDF documents
Exec=peasypdf
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Informations système : Pup-SysInfo
Name[de]=Pup-SysInfo
Name=Pup-SysInfo system information
Icon=/usr/local/Pup-SysInfo/icons/Pup-SysInfo48.png
Comment[fr]=Utilitaires pour les informations du système Pup-SysInfo
Comment[de]=Dienstprogramm für Systeminformationen
Comment=System information utility
Exec=Pup-SysInfo
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name[de]=PupControl
Name=PupControl
Name[es]=PupControl | centro de control
Name[fr]=PupControl : centre de contrôle
Icon=/usr/local/PupControl/icons/control-panel_48.png
Comment[de]=Schalttafel
Comment=Control panel
Exec=PupControl
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Récupérateur de Webcasts : PPG
Name[de]=Welpen-Podcast-Grabber
Name=Puppy-Podcast-Grabber
Icon=/usr/share/icons/ppg.xpm
Comment[de]=PPG
Comment=ppg
Exec=/usr/local/bin/ppg-gui.sh
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Télécharger des fichiers en sécurité : Pwsget
Name[de]=Pwsget sicherer Datei-Downloader
Name=Pwsget secure file downloader
Icon=pwget.png
Comment[de]=Pwsget sicherer Datei-Downloader
Comment=Pwsget secure file downloader
Exec=pwsget
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Gestion des fichiers : ROX-Filer
Name[de]=ROX-Filer Dateimanager
Name=ROX-Filer file manager
Icon=mini-filemgr.xpm
Comment[fr=Gestionnaire fichiers ROX-Filer
Comment[de]=ROX-Filer Dateimanager
Comment=ROX-Filer file manager
Exec=rox
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Émulateur de terminal : Urxvt
Name[de]=Urxvt Terminal Emulator
Name=Urxvt terminal emulator
Icon=mini-sh.xpm
Comment[de]=Urxvt Terminal Emulator
Comment=Urxvt terminal emulator
Comment[fr]=Urxvt Émulateur de terminal
Exec=urxvt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Configurer la console Urxvt
Name[de]=Konfiguration des UrxvtControl-Terminals
Name=UrxvtControl terminal configuration
Icon=/usr/local/UrxvtControl/icons/urxvtcontrol.svg
Comment[fr]=Configuration de la Console Urxvt
Comment[de]=Urxvt-Konfiguration
Comment=Urxvt configuration
Exec=urxvtcontrol
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Calculette scientifique : Xcalc
Name[de]=Xcalc wissenschaftlicher Taschenrechner
Name=Xcalc scientific calculator
Icon=mini-calc.xpm
Comment[de]=Xcalc wissenschaftlicher Taschenrechner
Comment=Xcalc scientific calculator
Exec=xcalc
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Presse-papiers : Xclipboard
Name[de]=Zwischenablage
Name=Xclipboard
Icon=mini-clipboard.xpm
Comment[de]=Zwischenablage
Comment=Xclipboard
Exec=xclipboard
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Visualiseur de polices : Xfontsel
Name[de]=Xfontsel Font Viewer
Name=Xfontsel font viewer
Icon=mini-font.xpm
Comment[de]=Xfontsel Font Viewer
Comment=Xfontsel font viewer
Exec=xfontsel -bg "#e0ffe0"
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Verrou d'écran : Xlock
Name[de]=Xlock-Sperrbildschirm
Name=Xlock lock screen
Icon=mini-lock.xpm
Comment[de]=Xlock-Sperrbildschirm
Comment=Xlock lock screen
Exec=/usr/local/apps/Xlock/AppRun -locknow
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Configurer le verrou d'écran : Xlock
Name[de]=Konfigurieren der Xlock-Bildschirmsperre
Name=Configure Xlock screen locking
Icon=mini-lock.xpm
Comment[de]=Xlock-Einrichtung
Comment=Xlock setup
Exec=/usr/local/apps/Xlock/AppRun -configure
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Assistant vidéo : Xorg
Name[de]=Xorg-Video-Assistent
Name=Xorg Video Wizard
Icon=wizard16.xpm
Comment[de]=Xorg-Video-Assistent
Comment=Xorg Video Wizard
Exec=xorgwizard
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Scanner d'images : Xsane
Name[de]=Xsane Bildscanner
Name=Xsane image scanner
Icon=scanner16.xpm
Comment[de]=Xsane Bildscanner
Comment=Xsane image scanner
Exec=xsaneshell
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Jeu de guerre spatiale : Xsoldier
Name[de]=Xsoldier Weltraumkrieg
Name=Xsoldier - space arcade
Icon=xsoldier.xpm
Comment[de]=Xsoldier Weltraumkrieg
Comment=Xsoldier space war
Exec=xsoldier
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
Version=1.0
Type=Application
Name[fr]=Lecteur audio : Audacious
Name[de]=Audacious Musikplayer
Name=Audacious music player
GenericName=Audacious
Comment[fr]=Lecteur audio Audacious
Comment[de]=Musik hören
Comment=Listen to music
Icon=audacious.png
Categories=Audio
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[Desktop Entry]
Name[de]=AWF gtk2 Widget Factory
Name=AWF gtk2 widget factory
Name[fr]=Usine de widget AWF gtk2
Comment[de]=Eine Widget-Factory - eine Theme-Vorschauanwendung für gtk2
Comment=A widget factory - a theme preview application for gtk2
Comment[fr]=Usine de widget - une application d'aperçu de thème pour gtk2
Exec=awf-gtk2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[Desktop Entry]
Name[de]=AWF gtk3 Widget Factory
Name=AWF gtk3 widget factory
Name[fr]=Usine de widget AWF gtk3
Comment[de]=Eine Widget-Factory - eine Theme-Vorschauanwendung für gtk3
Comment=A widget factory - a theme preview application for gtk3
Comment[fr]=Usine de widget - une application d'aperçu de thème pour gtk3
Exec=awf-gtk3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Nombres complexes : Cgtkcalc
Name[de]=Cgtkcalc komplexe Zahlen
Name=Cgtkcalc complex numbers
Icon=mini-calc.xpm
Comment[de]=Cgtkcalc komplexe Zahlen
Comment=Cgtkcalc complex numbers
Exec=cgtkcalc
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[de]=Display-Steuerung
Name=Display Control
Name[fr]=Contrôle de l'affichage
Icon=/usr/local/dcontrol/icons/monitor.svg
Comment[de]=Einstellen von Bildschirmtönung und Helligkeit
Comment=Set screen tint and brightness
Comment[fr]=Définir la teinte d'écran et la luminosité
Exec=/usr/local/dcontrol/dcontrol
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name[fr]=Applications par défaut
Name[de]=Standardanwendungsauswahl
Name=Default Applications Chooser
Icon=Executable.xpm
Comment[de]=Standardanwendungsauswahl
Comment=Default Applications Chooser
Exec=defaults-chooser
Terminal=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[Desktop Entry]
Name[de]=DroidCam Telefon Webcam
Name=DroidCam phone webcam
Name[fr]=Webcam de téléphone : DroidCam
GenericName=DroidCam
Comment[de]=DroidCam Android Handy und iPhone als Webcam
Comment=DroidCam Android phone and iPhone as webcam
Comment[fr]=DroidCam téléphone Android et iPhone comme webcam
Exec=droidcam
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ GenericName=DropboxGUI
Icon=dropbox.png
MimeType=
Name[fr]=Gestionnaire de fichiers : DropboxGUI
Name[de]=DropboxGUI-Dateimanager
Name=DropboxGUI file manager
Path=
StartupNotify=true
Expand Down
Loading

0 comments on commit a6c66b0

Please sign in to comment.