From 2e956d48f90ff2919c5ff87fadb0694ac890ddf4 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 24 Feb 2011 13:01:16 +0000 Subject: [PATCH] About to release Panel 0.2.1 --- Makefile | 2 +- config.h | 2 +- config.sh | 2 +- po/fr.po | 34 +++++++++++++++++----------------- project.conf | 2 +- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Makefile b/Makefile index a169f49..fd4431a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Panel -VERSION = 0.2.0 +VERSION = 0.2.1 SUBDIRS = data include po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 1de049d..50aa4d2 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Panel" -#define VERSION "0.2.0" +#define VERSION "0.2.1" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 826031f..eaf1689 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Panel" -VERSION="0.2.0" +VERSION="0.2.1" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/po/fr.po b/po/fr.po index 8938fa0..dc91a55 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Panel 0.0.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-02-24 13:11+0100\n" +"POT-Creation-Date: 2011-02-24 14:00+0100\n" "PO-Revision-Date: 2010-04-22 12:45+0200\n" "Last-Translator: Pierre Pronchery \n" "Language-Team: French\n" @@ -20,7 +20,7 @@ msgstr "" msgid "Unknown" msgstr "Inconnu" -#: ../src/applets/battery.c:186 ../src/panel.c:391 ../src/panel.c:396 +#: ../src/applets/battery.c:186 ../src/panel.c:393 ../src/panel.c:398 #: ../src/run.c:200 ../src/run.c:206 msgid "Error" msgstr "Erreur" @@ -83,8 +83,8 @@ msgstr "Verrouiller l'écran" msgid "Logging out is disabled" msgstr "Se déconnecter est désactivé" -#: ../src/applets/logout.c:70 ../src/panel.c:730 ../src/panel.c:737 -#: ../src/panel.c:746 +#: ../src/applets/logout.c:70 ../src/panel.c:734 ../src/panel.c:741 +#: ../src/panel.c:750 msgid "Logout" msgstr "Déconnexion" @@ -172,39 +172,39 @@ msgid "" " -x\tUse icons the size of menus\n" msgstr "" -#: ../src/panel.c:97 +#: ../src/panel.c:99 msgid "large" msgstr "grande" -#: ../src/panel.c:98 +#: ../src/panel.c:100 msgid "small" msgstr "petite" -#: ../src/panel.c:99 +#: ../src/panel.c:101 msgid "smaller" msgstr "très petite" -#: ../src/panel.c:489 +#: ../src/panel.c:491 msgid "Panel preferences" msgstr "Préférences du Panel" -#: ../src/panel.c:504 +#: ../src/panel.c:506 msgid "Top size:" msgstr "Taille du haut :" -#: ../src/panel.c:515 +#: ../src/panel.c:517 msgid "Bottom size:" msgstr "Taille du bas :" -#: ../src/panel.c:526 +#: ../src/panel.c:528 msgid "General" msgstr "Général" -#: ../src/panel.c:691 +#: ../src/panel.c:693 msgid "translator-credits" msgstr "Pierre Pronchery " -#: ../src/panel.c:716 +#: ../src/panel.c:720 msgid "" "This will log you out of the current session, therefore closing any " "application currently opened and losing any unsaved data.\n" @@ -215,7 +215,7 @@ msgstr "" "sauvegardées.\n" "Voulez-vous continuer?" -#: ../src/panel.c:833 +#: ../src/panel.c:837 msgid "" "This will shutdown your device, therefore closing any application currently " "opened and losing any unsaved data.\n" @@ -226,7 +226,7 @@ msgstr "" "sauvegardées.\n" "Voulez-vous continuer?" -#: ../src/panel.c:838 +#: ../src/panel.c:842 msgid "" "This will shutdown your computer, therefore closing any application " "currently opened and losing any unsaved data.\n" @@ -237,11 +237,11 @@ msgstr "" "sauvegardées.\n" "Voulez-vous continuer?" -#: ../src/panel.c:852 ../src/panel.c:859 ../src/panel.c:868 +#: ../src/panel.c:856 ../src/panel.c:863 ../src/panel.c:872 msgid "Shutdown" msgstr "Arrêter" -#: ../src/panel.c:858 +#: ../src/panel.c:862 msgid "Restart" msgstr "Redémarrer" diff --git a/project.conf b/project.conf index e8a8700..6432a6d 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Panel -version=0.2.0 +version=0.2.1 config=h,sh subdirs=data,include,po,src