[ease/plugins: 25/37] Correct source file names in POTFILES



commit 9408d7c393696759b4aa660b3a5af3464a2c166a
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date:   Mon Jun 21 13:29:08 2010 +0200

    Correct source file names in POTFILES

 Makefile.am    |    5 +-
 po/POTFILES.in |   88 +++++++++-----
 po/fr.po       |  372 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 403 insertions(+), 62 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 17a4663..da25cb1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -101,8 +101,9 @@ DISTCLEANFILES = \
 ACLOCAL_AMFLAGS = -I m4
 
 desktopdir = $(datadir)/applications
-desktop_in_files = data/ease.desktop.in
-desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+desktop_IN = data/ease.desktop.in
+desktop_DATA = \
+	$(desktop_IN:.in=)
 @INTLTOOL_DESKTOP_RULE@
 
 Applicationsdir = /usr/share/applications
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a9ac57f..e82c8f8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,34 +1,58 @@
 # List of source files which contain translatable strings.
 [encoding: UTF-8]
-data/ease.desktop.in
-src/Actor.vala
-src/Document.vala
-src/EditorEmbed.vala
-src/EditorWindow.vala
-src/ElementMap.vala
-src/ElementMapValue.vala
-src/Element.vala
-src/Enums.vala
-src/Handle.vala
-src/HTMLExporter.vala
-src/ImageActor.vala
-src/MainToolbar.vala
-src/Main.vala
-src/OpenDialog.vala
-src/Player.vala
-src/ScrollableEmbed.vala
-src/SlideActor.vala
-src/SlideButtonPanel.vala
-src/SlideButton.vala
-src/SlidePane.vala
-src/Slide.vala
-src/TextActor.vala
-src/Theme.vala
-src/TransitionPane.vala
-src/Transitions.vala
-src/UndoActions.vala
-src/UndoController.vala
-src/VideoActor.vala
-src/WelcomeActor.vala
-src/WelcomeWindow.vala
-src/ZoomSlider.vala
+# data/ease.desktop.in
+src/ease-about-dialog.vala
+src/ease-actor.vala
+src/ease-close-confirm-dialog.vala
+src/ease-document.vala
+src/ease-editor-embed.vala
+src/ease-editor-window.vala
+src/ease-element-map.vala
+src/ease-element-map-value.vala
+src/ease-element.vala
+src/ease-enums.vala
+src/ease-handle.vala
+src/ease-html-exporter.vala
+src/ease-image-actor.vala
+src/ease-image-element.vala
+src/ease-inspector-pane.vala
+src/ease-inspector.vala
+src/ease-inspector-window.vala
+src/ease-json-parser.vala
+src/ease-main-toolbar.vala
+src/ease-media-element.vala
+src/ease-open-dialog.vala
+src/ease-pdf-exporter.vala
+src/ease-player.vala
+src/ease-plugin-import-dialog.vala
+src/ease-plugin-import-image.vala
+src/ease-scrollable-embed.vala
+src/ease-slide-actor.vala
+src/ease-slide-button-panel.vala
+src/ease-slide-button.vala
+src/ease-slide-pane.vala
+src/ease-slide-set.vala
+src/ease-slide.vala
+src/ease-temp.vala
+src/ease-text-actor.vala
+src/ease-text-element.vala
+src/ease-theme.vala
+src/ease-transition-pane.vala
+src/ease-transitions.vala
+src/ease-undo-actions.vala
+src/ease-undo-controller.vala
+src/ease-utilities.vala
+src/ease-video-actor.vala
+src/ease-video-element.vala
+src/ease-welcome-actor.vala
+src/ease-welcome-window.vala
+src/ease-zoom-slider.vala
+src/main.vala
+src/source-base-group.vala
+src/source-base-view.vala
+src/source-expandable-group.vala
+src/source-group.vala
+src/source-item.vala
+src/source-list.vala
+src/source-pane-view.vala
+src/source-view.vala
diff --git a/po/fr.po b/po/fr.po
index 7d7a036..d93634e 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Ease 0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-28 00:31+0200\n"
+"POT-Creation-Date: 2010-06-21 12:53+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Stéphane Maniaci <stephane maniaci gmail com>\n"
 "Language-Team: French <LL li org>\n"
@@ -16,77 +16,393 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../data/ease.desktop.in.h:1
-msgid "Create nice and elegant presentations"
-msgstr "Créez des présentations élégantes"
+#: ../src/ease-about-dialog.vala:37
+msgid "A presentation application for the GNOME Desktop"
+msgstr ""
+
+#: ../src/ease-about-dialog.vala:47
+msgid "Mario Blättermann"
+msgstr ""
+
+#: ../src/ease-close-confirm-dialog.vala:24
+msgid "Save before closing?"
+msgstr ""
+
+#. buttons
+#: ../src/ease-close-confirm-dialog.vala:63
+msgid "Close _without Saving"
+msgstr ""
+
+#: ../src/ease-close-confirm-dialog.vala:76
+#, c-format
+msgid ""
+"If you don't save, changes from the last second will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %i seconds will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../src/ease-close-confirm-dialog.vala:80
+msgid ""
+"If you don't save, changes from the last minute will be permanently lost."
+msgstr ""
+
+#: ../src/ease-close-confirm-dialog.vala:84
+#, c-format
+msgid ""
+"If you don't save, changes from the last minute and %i second will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last minute and %i seconds will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../src/ease-close-confirm-dialog.vala:88
+#, c-format
+msgid ""
+"If you don't save, changes from the last %i minute will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %i minutes will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../src/ease-close-confirm-dialog.vala:95
+msgid "If you don't save, changes from the last hour will be permanently lost."
+msgstr ""
+
+#: ../src/ease-close-confirm-dialog.vala:97
+#, c-format
+msgid ""
+"If you don't save, changes from the last hour and %i minute will be "
+"permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last hour and %i minutes will be "
+"permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../src/ease-close-confirm-dialog.vala:101
+#, c-format
+msgid ""
+"If you don't save, changes from the last %i hour will be permanently lost."
+msgid_plural ""
+"If you don't save, changes from the last %i hours will be permanently lost."
+msgstr[0] ""
+msgstr[1] ""
+
+#: ../src/ease-close-confirm-dialog.vala:106
+#, c-format
+msgid "Save changes to \"%s\" before closing?"
+msgstr ""
+
+#: ../src/ease-document.vala:173
+msgid "Error exporting as HTML"
+msgstr ""
+
+#: ../src/ease-editor-window.vala:151
+msgid "Untitled Document"
+msgstr ""
+
+#: ../src/ease-editor-window.vala:307
+msgid "Save Document"
+msgstr ""
+
+#: ../src/ease-editor-window.vala:338
+msgid "Error Saving Document"
+msgstr ""
+
+#. TODO : use mnemonics
+#: ../src/ease-editor-window.vala:358
+msgid "File"
+msgstr ""
 
-#: ../data/ease.desktop.in.h:2
+#: ../src/ease-editor-window.vala:361
+msgid "New"
+msgstr ""
+
+#: ../src/ease-editor-window.vala:363
 #, fuzzy
-msgid "Ease presentation editor"
-msgstr "�diteur de présentation Ease"
+msgid "Presentation"
+msgstr "Nouvelle présentation"
+
+#: ../src/ease-editor-window.vala:365
+msgid "Theme"
+msgstr ""
+
+#: ../src/ease-editor-window.vala:366
+msgid "Quit"
+msgstr ""
+
+#: ../src/ease-editor-window.vala:374
+msgid "Open"
+msgstr ""
+
+#: ../src/ease-editor-window.vala:389
+msgid "Help"
+msgstr ""
+
+#: ../src/ease-editor-window.vala:392
+msgid "About Ease"
+msgstr ""
+
+#: ../src/ease-html-exporter.vala:57
+msgid "Export to HTML"
+msgstr ""
+
+#: ../src/ease-html-exporter.vala:75
+msgid "Exporting as HTML"
+msgstr ""
+
+#: ../src/ease-html-exporter.vala:140
+msgid "Error Copying File"
+msgstr ""
+
+#: ../src/ease-image-actor.vala:47
+#, c-format
+msgid "Error loading ImageActor: %s\n"
+msgstr ""
+
+#: ../src/ease-open-dialog.vala:49
+msgid "Open File"
+msgstr ""
+
+#: ../src/ease-pdf-exporter.vala:33
+msgid "Export to PDF"
+msgstr ""
+
+#: ../src/ease-pdf-exporter.vala:73
+msgid "Error Exporting to PDF"
+msgstr ""
+
+#: ../src/ease-slide-actor.vala:265
+#, c-format
+msgid "Error loading background: %s"
+msgstr ""
+
+#: ../src/ease-slide-pane.vala:38 ../src/ease-transition-pane.vala:65
+msgid "Effect"
+msgstr ""
+
+#: ../src/ease-slide-pane.vala:49 ../src/ease-transition-pane.vala:81
+msgid "Duration"
+msgstr ""
+
+#: ../src/ease-temp.vala:202
+#, c-format
+msgid "Directory to remove doesn't exist: %s"
+msgstr ""
+
+#. *
+#. * The text shown for unedited Elements.
+#.
+#: ../src/ease-text-actor.vala:28
+msgid "Double Click to Edit"
+msgstr ""
+
+#: ../src/ease-transition-pane.vala:95
+msgid "Direction"
+msgstr ""
+
+#: ../src/ease-transition-pane.vala:108
+msgid "Start Transition"
+msgstr ""
+
+#: ../src/ease-transition-pane.vala:111
+msgid "Manually"
+msgstr ""
+
+#: ../src/ease-transition-pane.vala:112
+msgid "Automatically"
+msgstr ""
+
+#: ../src/ease-transition-pane.vala:122
+msgid "Delay"
+msgstr ""
+
+#: ../src/ease-transitions.vala:104
+msgid "None"
+msgstr ""
 
-#: ../src/Transitions.vala:39
+#: ../src/ease-transitions.vala:106
 msgid "Fade"
 msgstr "Fondu"
 
-#. FIXME : is there a way to put the redundants variants into the same string ?
-#: ../src/Transitions.vala:41
+#: ../src/ease-transitions.vala:108
 msgid "Slide"
 msgstr "Glisse"
 
-#: ../src/Transitions.vala:41
+#: ../src/ease-transitions.vala:110
+msgid "Drop"
+msgstr "Chute"
+
+#: ../src/ease-transitions.vala:112
+msgid "Pivot"
+msgstr ""
+
+#: ../src/ease-transitions.vala:114
+msgid "Flip"
+msgstr ""
+
+#: ../src/ease-transitions.vala:116
+msgid "Revolving Door"
+msgstr ""
+
+#: ../src/ease-transitions.vala:118
+msgid "Reveal"
+msgstr ""
+
+#: ../src/ease-transitions.vala:120
+msgid "Fall"
+msgstr ""
+
+#: ../src/ease-transitions.vala:122
+msgid "Slats"
+msgstr ""
+
+#: ../src/ease-transitions.vala:124
+msgid "Open Door"
+msgstr ""
+
+#: ../src/ease-transitions.vala:126
+msgid "Zoom"
+msgstr ""
+
+#: ../src/ease-transitions.vala:128
+msgid "Panel"
+msgstr ""
+
+#: ../src/ease-transitions.vala:130
+msgid "Spin Contents"
+msgstr ""
+
+#: ../src/ease-transitions.vala:132
+msgid "Spring Contents"
+msgstr ""
+
+#: ../src/ease-transitions.vala:134
+msgid "Swing Contents"
+msgstr ""
+
+#: ../src/ease-transitions.vala:136
+msgid "Slide Contents"
+msgstr ""
+
+#: ../src/ease-transitions.vala:138
+msgid "Zoom Contents"
+msgstr ""
+
+#: ../src/ease-transitions.vala:140 ../src/ease-transitions.vala:188
+msgid "Undefined"
+msgstr ""
+
+#: ../src/ease-transitions.vala:154
 msgid "Up"
 msgstr "Haut"
 
-#: ../src/Transitions.vala:41
+#: ../src/ease-transitions.vala:156
 msgid "Down"
 msgstr "Bas"
 
-#: ../src/Transitions.vala:41
+#: ../src/ease-transitions.vala:158
 msgid "Left"
 msgstr "Gauche"
 
-#: ../src/Transitions.vala:41
+#: ../src/ease-transitions.vala:160
 msgid "Right"
 msgstr "Droite"
 
-#: ../src/Transitions.vala:42
-msgid "Drop"
-msgstr "Chute"
+#: ../src/ease-transitions.vala:162
+msgid "Bottom"
+msgstr ""
 
-#: ../src/Transitions.vala:43
-msgid "Pivot"
+#: ../src/ease-transitions.vala:164
+msgid "Top"
 msgstr ""
 
-#: ../src/Transitions.vala:43
+#: ../src/ease-transitions.vala:166
+msgid "Center"
+msgstr ""
+
+#: ../src/ease-transitions.vala:168
 msgid "Top Left"
 msgstr ""
 
-#: ../src/Transitions.vala:43
+#: ../src/ease-transitions.vala:170
 msgid "Top Right"
 msgstr ""
 
-#: ../src/Transitions.vala:43
+#: ../src/ease-transitions.vala:172
 msgid "Bottom Left"
 msgstr ""
 
-#: ../src/Transitions.vala:43
+#: ../src/ease-transitions.vala:174
 msgid "Bottom Right"
 msgstr ""
 
-#: ../src/Transitions.vala:44
-msgid "Flip"
+#: ../src/ease-transitions.vala:176
+msgid "Top to Bottom"
+msgstr ""
+
+#: ../src/ease-transitions.vala:178
+msgid "Bottom to Top"
+msgstr ""
+
+#: ../src/ease-transitions.vala:180
+msgid "Left to Right"
+msgstr ""
+
+#: ../src/ease-transitions.vala:182
+msgid "Right to Left"
+msgstr ""
+
+#: ../src/ease-transitions.vala:184
+msgid "In"
+msgstr ""
+
+#: ../src/ease-transitions.vala:186
+msgid "Out"
 msgstr ""
 
-#: ../src/WelcomeWindow.vala:76 ../src/WelcomeWindow.vala:109
+#: ../src/ease-video-element.vala:70
+msgid "Your browser does not support the video tag"
+msgstr ""
+
+#: ../src/ease-welcome-window.vala:91 ../src/ease-welcome-window.vala:125
 msgid "New Presentation"
 msgstr "Nouvelle présentation"
 
-#: ../src/WelcomeWindow.vala:82
+#: ../src/ease-welcome-window.vala:97
 msgid "Custom"
 msgstr "Personnalisée"
 
-#: ../src/WelcomeWindow.vala:85
+#: ../src/ease-welcome-window.vala:100
 #, c-format
 msgid "%i by %i"
 msgstr "%i par %i"
+
+#: ../src/ease-welcome-window.vala:295
+msgid "Error creating new document"
+msgstr ""
+
+#. parse command line options
+#: ../src/main.vala:60
+#, fuzzy
+msgid " - a presentation editor"
+msgstr "�diteur de présentation Ease"
+
+#: ../src/main.vala:78
+#, c-format
+msgid "error parsing options: %s\n"
+msgstr ""
+
+#: ../src/main.vala:122
+msgid "Error Playing Document"
+msgstr ""
+
+#: ../src/main.vala:167
+msgid "Error Opening Document"
+msgstr ""
+
+#~ msgid "Create nice and elegant presentations"
+#~ msgstr "Créez des présentations élégantes"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]