[Jifty-commit] r5530 - in plugins/Jifty-Plugin-EditInPlace/share: po

Jifty commits jifty-commit at lists.jifty.org
Thu Jun 26 08:18:16 EDT 2008


Author: yves
Date: Thu Jun 26 08:18:16 2008
New Revision: 5530

Modified:
   plugins/Jifty-Plugin-EditInPlace/share/po/fr.po
   plugins/Jifty-Plugin-EditInPlace/share/web/templates/__jifty/create_file_inline

Log:
fix I18N label and fr.po


Modified: plugins/Jifty-Plugin-EditInPlace/share/po/fr.po
==============================================================================
--- plugins/Jifty-Plugin-EditInPlace/share/po/fr.po	(original)
+++ plugins/Jifty-Plugin-EditInPlace/share/po/fr.po	Thu Jun 26 08:18:16 2008
@@ -16,8 +16,9 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #: share/web/templates/__jifty/create_file_inline:8
-msgid "Create $path"
-msgstr ""
+#. ($path)
+msgid "Create %1"
+msgstr "Création de %1"
 
 #: share/web/templates/__jifty/edit_file:7
 #. ($editor->argument_value('source_path')

Modified: plugins/Jifty-Plugin-EditInPlace/share/web/templates/__jifty/create_file_inline
==============================================================================
--- plugins/Jifty-Plugin-EditInPlace/share/web/templates/__jifty/create_file_inline	(original)
+++ plugins/Jifty-Plugin-EditInPlace/share/web/templates/__jifty/create_file_inline	Thu Jun 26 08:18:16 2008
@@ -5,7 +5,7 @@
 $path => undef
 $line => undef
 </%args>
-<% Jifty->web->link(label => _("Create $path"), 
+<% Jifty->web->link(label => _("Create %1",$path), 
                     onclick => { 
                      replace_with => '/__jifty/edit_inline/mason_component/'.$path,
                      },


More information about the Jifty-commit mailing list