summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authortv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2008-02-27 17:23:39 +0000
committertv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2008-02-27 17:23:39 +0000
commitceab5027db52b5e1a3bdcd4e8df44a5417013040 (patch)
tree84b5973036987b078ccbd2af22151d818372dfab /po
parent70d73f9bf9b79ed9e47ff76de72e4189dc5e90bc (diff)
downloaddraksnapshot-ceab5027db52b5e1a3bdcd4e8df44a5417013040.tar
draksnapshot-ceab5027db52b5e1a3bdcd4e8df44a5417013040.tar.gz
draksnapshot-ceab5027db52b5e1a3bdcd4e8df44a5417013040.tar.bz2
draksnapshot-ceab5027db52b5e1a3bdcd4e8df44a5417013040.tar.xz
draksnapshot-ceab5027db52b5e1a3bdcd4e8df44a5417013040.zip
initial import
git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@237660 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
Diffstat (limited to 'po')
-rw-r--r--po/Makefile41
-rw-r--r--po/POTFILES.in2
-rw-r--r--po/draksnapshot.pot206
-rw-r--r--po/fr.po204
4 files changed, 453 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
new file mode 100644
index 0000000..eb2e9c1
--- /dev/null
+++ b/po/Makefile
@@ -0,0 +1,41 @@
+# Installation directories
+localedir = $(PREFIX)/usr/share/locale
+
+PGOAL = draksnapshot
+
+top_srcdir=..
+
+PL_FILES = ../draksnapshot-applet ../draksnapshot-config ../draksnapshot-restore
+
+POFILES = $(shell ls *.po)
+
+POFILES = $(shell ls *.po)
+MOFILES = $(POFILES:%.po=%.mo)
+LANGS = $(POFILES:%.po=%)
+
+GOALS = $(PGOAL).pot $(MOFILES)
+
+all: $(GOALS)
+
+install: all
+ for l in $(LANGS); do \
+ install -d $(localedir)/$$l/LC_MESSAGES; \
+ install -m 644 $$l.mo $(localedir)/$$l/LC_MESSAGES/$(PGOAL).mo; \
+ done
+
+clean:
+ rm -f *~ *.[oas] *.mo TAGS
+
+%.mo: %.po
+ msgfmt -o $@ $<
+
+$(PGOAL).pot: $(PL_FILES)
+ perl_checker -q --generate-pot $(PGOAL).pot $(PL_FILES)
+
+merge: $(PGOAL).pot
+ @for n in $(POFILES); do \
+ echo "Merging $$n"; \
+ msgmerge "$$n" $< > "$$n"t; \
+ mv -f "$$n"t "$$n"; \
+ done
+
diff --git a/po/POTFILES.in b/po/POTFILES.in
new file mode 100644
index 0000000..2b36578
--- /dev/null
+++ b/po/POTFILES.in
@@ -0,0 +1,2 @@
+data/autostart-draksnapshot.desktop.in
+data/gnome-autostart-draksnapshot.desktop.in
diff --git a/po/draksnapshot.pot b/po/draksnapshot.pot
new file mode 100644
index 0000000..965c535
--- /dev/null
+++ b/po/draksnapshot.pot
@@ -0,0 +1,206 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2008-02-27 18:14+0100\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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8-bit\n"
+
+#: ../draksnapshot-applet:59
+#, c-format
+msgid "USB discs are availlable for backups"
+msgstr ""
+
+#: ../draksnapshot-applet:64
+#, c-format
+msgid "Configurator is currently running"
+msgstr ""
+
+#: ../draksnapshot-applet:70
+#, c-format
+msgid "Configure"
+msgstr ""
+
+#: ../draksnapshot-applet:204 ../draksnapshot-config:224
+#, c-format
+msgid "Warning"
+msgstr ""
+
+#: ../draksnapshot-applet:217
+#, c-format
+msgid "About..."
+msgstr ""
+
+#: ../draksnapshot-applet:220
+#, c-format
+msgid "DrakSnapshot %s"
+msgstr ""
+
+#: ../draksnapshot-applet:221
+#, c-format
+msgid "Copyright (C) %s by Mandriva"
+msgstr ""
+
+#: ../draksnapshot-applet:224
+#, c-format
+msgid "DrakSnapshot enables to backup your machine through periodic snapshots."
+msgstr ""
+
+#: ../draksnapshot-applet:226
+#, c-format
+msgid "Mandriva WebSite"
+msgstr ""
+
+#. -PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>")
+#: ../draksnapshot-applet:230
+#, c-format
+msgid ""
+"_: Translator(s) name(s) & email(s)\n"
+""
+msgstr ""
+
+#: ../draksnapshot-applet:239
+#, c-format
+msgid "Always launch on startup"
+msgstr ""
+
+#: ../draksnapshot-applet:241
+#, c-format
+msgid "Quit"
+msgstr ""
+
+#: ../draksnapshot-config:68 ../draksnapshot-config:102
+#, c-format
+msgid "Backup snapshots configuration"
+msgstr ""
+
+#: ../draksnapshot-config:81
+#, c-format
+msgid "/_File"
+msgstr ""
+
+#: ../draksnapshot-config:82
+#, c-format
+msgid "/File/_Quit"
+msgstr ""
+
+#: ../draksnapshot-config:82
+#, c-format
+msgid "<control>Q"
+msgstr ""
+
+#: ../draksnapshot-config:83
+#, c-format
+msgid "/_Help"
+msgstr ""
+
+#: ../draksnapshot-config:84
+#, c-format
+msgid "/Help/_About..."
+msgstr ""
+
+#: ../draksnapshot-config:91
+#, c-format
+msgid "Hourly interval"
+msgstr ""
+
+#: ../draksnapshot-config:92
+#, c-format
+msgid "Daily interval"
+msgstr ""
+
+#: ../draksnapshot-config:93
+#, c-format
+msgid "Weekly interval"
+msgstr ""
+
+#: ../draksnapshot-config:94
+#, c-format
+msgid "Monthly interval"
+msgstr ""
+
+#: ../draksnapshot-config:103
+#, c-format
+msgid "Settings"
+msgstr ""
+
+#: ../draksnapshot-config:105
+#, c-format
+msgid "Where to backup"
+msgstr ""
+
+#: ../draksnapshot-config:108
+#, c-format
+msgid "Browse"
+msgstr ""
+
+#: ../draksnapshot-config:112 ../draksnapshot-config:195
+#, c-format
+msgid "Path selection"
+msgstr ""
+
+#: ../draksnapshot-config:131
+#, c-format
+msgid "Intervals"
+msgstr ""
+
+#: ../draksnapshot-config:140
+#, c-format
+msgid "Backup list"
+msgstr ""
+
+#: ../draksnapshot-config:142
+#, c-format
+msgid "Exclude list"
+msgstr ""
+
+#: ../draksnapshot-config:145
+#, c-format
+msgid "Apply"
+msgstr ""
+
+#: ../draksnapshot-config:146
+#, c-format
+msgid "Cancel"
+msgstr ""
+
+#: ../draksnapshot-config:146
+#, c-format
+msgid "Close"
+msgstr ""
+
+#: ../draksnapshot-config:166 ../draksnapshot-config:188
+#, c-format
+msgid "Add"
+msgstr ""
+
+#: ../draksnapshot-config:169
+#, c-format
+msgid "Remove"
+msgstr ""
+
+#: ../draksnapshot-config:189
+#, c-format
+msgid "browse"
+msgstr ""
+
+#: ../draksnapshot-config:208
+#, c-format
+msgid "Path"
+msgstr ""
+
+#: ../draksnapshot-config:225
+#, c-format
+msgid ""
+"The first character of the path must be a slash (\"/\"):\n"
+"\"%s\""
+msgstr ""
+
diff --git a/po/fr.po b/po/fr.po
new file mode 100644
index 0000000..a695399
--- /dev/null
+++ b/po/fr.po
@@ -0,0 +1,204 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: draksnapshot\n"
+"POT-Creation-Date: 2008-02-27 18:14+0100\n"
+"PO-Revision-Date: 2008-02-27 18:15+0100\n"
+"Last-Translator: Thierry Vignaud <tvignaud@mandriva.com>\n"
+"Language-Team: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8-bit\n"
+
+#: ../draksnapshot-applet:59
+#, c-format
+msgid "USB discs are availlable for backups"
+msgstr ""
+
+#: ../draksnapshot-applet:64
+#, c-format
+msgid "Configurator is currently running"
+msgstr ""
+
+#: ../draksnapshot-applet:70
+#, c-format
+msgid "Configure"
+msgstr "Configurer"
+
+#: ../draksnapshot-applet:204 ../draksnapshot-config:224
+#, c-format
+msgid "Warning"
+msgstr "Attention"
+
+#: ../draksnapshot-applet:217
+#, c-format
+msgid "About..."
+msgstr "À propos ..."
+
+#: ../draksnapshot-applet:220
+#, c-format
+msgid "DrakSnapshot %s"
+msgstr ""
+
+#: ../draksnapshot-applet:221
+#, c-format
+msgid "Copyright (C) %s by Mandriva"
+msgstr "Copyright (C) %s par Mandriva"
+
+#: ../draksnapshot-applet:224
+#, c-format
+msgid "DrakSnapshot enables to backup your machine through periodic snapshots."
+msgstr ""
+
+#: ../draksnapshot-applet:226
+#, c-format
+msgid "Mandriva WebSite"
+msgstr ""
+
+#. -PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>")
+#: ../draksnapshot-applet:230
+#, c-format
+msgid "_: Translator(s) name(s) & email(s)\n"
+msgstr "Thierry Vignaud <tvignaud@mandriva.com>\n"
+
+#: ../draksnapshot-applet:239
+#, c-format
+msgid "Always launch on startup"
+msgstr "Toujours lancer au démarrage"
+
+#: ../draksnapshot-applet:241
+#, c-format
+msgid "Quit"
+msgstr "Quitter"
+
+#: ../draksnapshot-config:68 ../draksnapshot-config:102
+#, c-format
+msgid "Backup snapshots configuration"
+msgstr ""
+
+#: ../draksnapshot-config:81
+#, c-format
+msgid "/_File"
+msgstr "/_Fichier"
+
+#: ../draksnapshot-config:82
+#, c-format
+msgid "/File/_Quit"
+msgstr "/Fichier/_Quitter"
+
+#: ../draksnapshot-config:82
+#, c-format
+msgid "<control>Q"
+msgstr "<control>Q"
+
+#: ../draksnapshot-config:83
+#, c-format
+msgid "/_Help"
+msgstr "/_Aide"
+
+#: ../draksnapshot-config:84
+#, c-format
+msgid "/Help/_About..."
+msgstr "/Aide/_A propos..."
+
+#: ../draksnapshot-config:91
+#, c-format
+msgid "Hourly interval"
+msgstr ""
+
+#: ../draksnapshot-config:92
+#, c-format
+msgid "Daily interval"
+msgstr ""
+
+#: ../draksnapshot-config:93
+#, c-format
+msgid "Weekly interval"
+msgstr ""
+
+#: ../draksnapshot-config:94
+#, c-format
+msgid "Monthly interval"
+msgstr ""
+
+#: ../draksnapshot-config:103
+#, c-format
+msgid "Settings"
+msgstr "Paramètres"
+
+#: ../draksnapshot-config:105
+#, c-format
+msgid "Where to backup"
+msgstr ""
+
+#: ../draksnapshot-config:108
+#, c-format
+msgid "Browse"
+msgstr "Naviguer"
+
+#: ../draksnapshot-config:112 ../draksnapshot-config:195
+#, c-format
+msgid "Path selection"
+msgstr "Sélection du chemin"
+
+#: ../draksnapshot-config:131
+#, c-format
+msgid "Intervals"
+msgstr ""
+
+#: ../draksnapshot-config:140
+#, c-format
+msgid "Backup list"
+msgstr ""
+
+#: ../draksnapshot-config:142
+#, c-format
+msgid "Exclude list"
+msgstr ""
+
+#: ../draksnapshot-config:145
+#, c-format
+msgid "Apply"
+msgstr "Appliquer"
+
+#: ../draksnapshot-config:146
+#, c-format
+msgid "Cancel"
+msgstr "Annuler"
+
+#: ../draksnapshot-config:146
+#, c-format
+msgid "Close"
+msgstr "Fermer"
+
+#: ../draksnapshot-config:166 ../draksnapshot-config:188
+#, c-format
+msgid "Add"
+msgstr "Ajouter"
+
+#: ../draksnapshot-config:169
+#, c-format
+msgid "Remove"
+msgstr "Supprimer"
+
+#: ../draksnapshot-config:189
+#, c-format
+msgid "browse"
+msgstr "naviguer"
+
+#: ../draksnapshot-config:208
+#, c-format
+msgid "Path"
+msgstr "Chemin"
+
+#: ../draksnapshot-config:225
+#, c-format
+msgid ""
+"The first character of the path must be a slash (\"/\"):\n"
+"\"%s\""
+msgstr ""
+"Le premier caractère du chemin doit être un slash (\\\"/\\\"):\n"
+"« %s »"