From: opensides Date: Mon, 16 Jul 2007 14:18:16 +0000 (+0000) Subject: adding the gosa-desktop to kde menu X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=09bbdfe974b3f6501b4dfcaf06824b67e9c3804f;p=gosa.git adding the gosa-desktop to kde menu git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6877 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/debian/gosa-desktop.desktop b/debian/gosa-desktop.desktop new file mode 100644 index 000000000..aad890c54 --- /dev/null +++ b/debian/gosa-desktop.desktop @@ -0,0 +1,20 @@ +[Desktop Entry] +Encoding=UTF-8 +MimeType=text/plain +GenericName=Gosa Navigator +GenericName[de]=GOsa Nautiker +GenericName[es]=GOsa Navegador +GenericName[fr]=GOsa Navigateur +GenericName[it]=GOsa Navigatore +GenericName[nl]=GOsa Navigator +GenericName[pl]=GOsa Navigator +GenericName[ru]=GOsa Навигатор +GenericName[zh_CN]=GOsa 航海家 +Exec=/usr/bin/gosa +Icon=gosa +Path= +Type=Application +Terminal=false +Name=GOsa +X-KDE-StartupNotify=true +Categories=Qt;KDE;Network; diff --git a/debian/po/fr.po b/debian/po/fr.po new file mode 100644 index 000000000..25fcd0f13 --- /dev/null +++ b/debian/po/fr.po @@ -0,0 +1,41 @@ +# translation of templates.po to Français +# GOsa desktop file installer. +# Copyright (C) 2007 Cajus Pollmeier +# This file is distributed under the same license as the gosa-desktop package. +# +# Cajus Pollmeier , 2007. +# Benoit Mortier , 2007. +msgid "" +msgstr "" +"Project-Id-Version: templates\n" +"Report-Msgid-Bugs-To: cajus@debian.org\n" +"POT-Creation-Date: 2007-06-27 10:59+0200\n" +"PO-Revision-Date: 2007-07-16 15:37+0200\n" +"Last-Translator: Benoit Mortier \n" +"Language-Team: Français \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. Type: string +#. Description +#: ../gosa-desktop.templates:1001 +msgid "URL to your GOsa installation:" +msgstr "URL vers votre installation de GOsa" + +#. Type: string +#. Description +#: ../gosa-desktop.templates:1001 +msgid "" +"The gosa start script can automatically point your browser to a system wide " +"default location of your GOsa instance." +msgstr "Le script de démarrage permet de configurer votre navigateur pour aller directement à votre GOsa." + +#. Type: string +#. Description +#: ../gosa-desktop.templates:1001 +msgid "Enter the URL in order to set this default." +msgstr "Veuillez entrer l'url pour activer cette fonctionnalité." + diff --git a/debian/rules b/debian/rules index c68ba1a69..3313073a3 100755 --- a/debian/rules +++ b/debian/rules @@ -84,6 +84,7 @@ install-stamp: -cp -R contrib/scripts/desktoprc debian/gosa-desktop/etc/gosa/desktoprc -cp -R contrib/scripts/start-gosa.sh debian/gosa-desktop/usr/bin/gosa -cp -R debian/gosa*.xpm debian/gosa-desktop/usr/share/pixmaps + -cp -R debian/gosa-desktop.desktop debian/gosa-desktop/usr/share/applications/gosa.desktop -rm -rf debian/gosa/usr/share/gosa/contrib -rm -rf debian/gosa/usr/share/gosa/locale/en -rm -rf debian/gosa/usr/share/gosa/gen_locale.sh