[Goodies-commits] r7594 - in xfce4-notes-plugin/trunk: . po

Mike Massonnet mmassonnet at xfce.org
Tue Jun 16 15:50:12 CEST 2009


Author: mmassonnet
Date: 2009-06-16 13:50:12 +0000 (Tue, 16 Jun 2009)
New Revision: 7594

Modified:
   xfce4-notes-plugin/trunk/ChangeLog
   xfce4-notes-plugin/trunk/NEWS
   xfce4-notes-plugin/trunk/configure.in.in
   xfce4-notes-plugin/trunk/po/ChangeLog
   xfce4-notes-plugin/trunk/po/pt.po
Log:
=== Release 1.7.0 ===

Modified: xfce4-notes-plugin/trunk/ChangeLog
===================================================================
--- xfce4-notes-plugin/trunk/ChangeLog	2009-06-16 12:41:49 UTC (rev 7593)
+++ xfce4-notes-plugin/trunk/ChangeLog	2009-06-16 13:50:12 UTC (rev 7594)
@@ -1,5 +1,9 @@
 2009-06-16  Mike Massonnet <mmassonnet at xfce.org>
 
+=== Release 1.7.0 ===
+
+2009-06-16  Mike Massonnet <mmassonnet at xfce.org>
+
 Fix make distcheck (once again)
 
 2009-06-15  Mike Massonnet <mmassonnet at xfce.org>

Modified: xfce4-notes-plugin/trunk/NEWS
===================================================================
--- xfce4-notes-plugin/trunk/NEWS	2009-06-16 12:41:49 UTC (rev 7593)
+++ xfce4-notes-plugin/trunk/NEWS	2009-06-16 13:50:12 UTC (rev 7594)
@@ -1,17 +1,23 @@
 VERSION 1.7.0
 
 - Renamed "Window" to "Group"
+- Support for hyperlinks in the notes to click'n'open
 - New window menu layout with a submenu "Go" to navigate through the notes
-- Support for hyperlinks in the notes to click'n'open
-- Dropped the tabs from the window in favor of a navigation bar
-- Made the font option global instead of per window
-- Changed the default Xfconf channel from xfce4-notes-plugin to xfce4-panel
+- Reworked settings dialog
+  - Standalone application xfce4-notes-settings
+  - Dropped the tabs from the window in favor of a navigation bar
+  - Made the font option global instead of per window
+- Switched the default Xfconf channel from xfce4-notes-plugin to xfce4-panel
   with the base property /plugins/notes
-- New Vala objects, mostly based on the existing code from notes.c
-  - HypertextView, Note and Window
+- Rewritten with Vala objects, mostly based on the existing code from notes.c
+  - HypertextView, Note, Window and Application
   - Note is a dummy Gtk.Bin that wraps a ScrolledWindow with a HypertextView
     and sends save-data signals as needed
-  - Application to build notes, use Xfconf settings and save on-disk
+  - Application builds notes, uses Xfconf settings and saves data on-disk
+- Updated translations: Romanian, Greek, Ukrainian, Polish, Spanish, Brazilian
+  Portuguese, Catalan, Italian, Galician, Swedish, Portuguese, Indonesian,
+  German, Simplified Chinese, Urdu, Urdu Pakistan, Czech, Turkish, Japanese,
+  Danish, Vietnamese, Dutch
 
 VERSION 1.6.4
 

Modified: xfce4-notes-plugin/trunk/configure.in.in
===================================================================
--- xfce4-notes-plugin/trunk/configure.in.in	2009-06-16 12:41:49 UTC (rev 7593)
+++ xfce4-notes-plugin/trunk/configure.in.in	2009-06-16 13:50:12 UTC (rev 7594)
@@ -11,13 +11,13 @@
 m4_define([xfce4_notes_plugin_version_micro], [0])
 m4_define([xfce4_notes_plugin_version_nano], [])
 m4_define([xfce4_notes_plugin_version_build], [r at REVISION@])
-m4_define([xfce4_notes_plugin_version_tag], [svn]) # Leave empty for releases
+m4_define([xfce4_notes_plugin_version_tag], []) # Leave empty for releases
 m4_define([xfce4_notes_plugin_version], [xfce4_notes_plugin_version_major().xfce4_notes_plugin_version_minor().xfce4_notes_plugin_version_micro()ifelse(xfce4_notes_plugin_version_nano(), [], [], [.xfce4_notes_plugin_version_nano()])ifelse(xfce4_notes_plugin_version_tag(), [svn], [xfce4_notes_plugin_version_tag()-xfce4_notes_plugin_version_build()], [xfce4_notes_plugin_version_tag()])])
 
 AC_INIT([xfce4-notes-plugin], [xfce4_notes_plugin_version], 
         [mmassonnet at xfce.org])
 
-AM_INIT_AUTOMAKE([xfce4-notes-plugin], [xfce4_notes_plugin_version()])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2])
 AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE
 

Modified: xfce4-notes-plugin/trunk/po/ChangeLog
===================================================================
--- xfce4-notes-plugin/trunk/po/ChangeLog	2009-06-16 12:41:49 UTC (rev 7593)
+++ xfce4-notes-plugin/trunk/po/ChangeLog	2009-06-16 13:50:12 UTC (rev 7594)
@@ -1,3 +1,7 @@
+2009-06-16  Mike Massonnet <mmassonnet at xfce.org>
+
+	* pt.po: Portuguese translation update (Nuno Miguel)
+
 2009-06-15  Mike Massonnet <mmassonnet at xfce.org>
 
 	* *.po, *.pot: make update-po

Modified: xfce4-notes-plugin/trunk/po/pt.po
===================================================================
--- xfce4-notes-plugin/trunk/po/pt.po	2009-06-16 12:41:49 UTC (rev 7593)
+++ xfce4-notes-plugin/trunk/po/pt.po	2009-06-16 13:50:12 UTC (rev 7594)
@@ -8,7 +8,7 @@
 "Project-Id-Version: xfce4-notes-plugin\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2009-06-15 15:28+0200\n"
-"PO-Revision-Date: 2009-03-28 15:46+0100\n"
+"PO-Revision-Date: 2009-06-16 15:49+0200\n"
 "Last-Translator: Nuno Miguel <nunis at netcabo.pt>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
@@ -23,48 +23,44 @@
 msgstr "Notas"
 
 #: ../panel-plugin/application.vala:105 ../panel-plugin/window.vala:905
-#, fuzzy, c-format
+#, c-format
 msgid "Notes %d"
-msgstr "Notas"
+msgstr "Notas %d"
 
 #: ../panel-plugin/application.vala:316
-#, fuzzy
 msgid "Rename group"
-msgstr "Renomear nota"
+msgstr "Renomear grupo"
 
 #: ../panel-plugin/application.vala:337 ../panel-plugin/window.vala:989
 #, c-format
 msgid "The name %s is already in use"
-msgstr ""
+msgstr "O nome %s está em uso"
 
 #: ../panel-plugin/application.vala:362
-#, fuzzy
 msgid "Are you sure you want to delete this group?"
-msgstr "Tem a certeza que quer apagar esta nota?"
+msgstr "Tem a certeza que quer apagar este grupo?"
 
 #: ../panel-plugin/application.vala:417
 #, c-format
 msgid "The name \"%s\" is invalid."
-msgstr ""
+msgstr "O nome \"%s\" é inválido."
 
 #: ../panel-plugin/application.vala:418
 #, c-format
 msgid "The invalid characters are: %s"
-msgstr ""
+msgstr "Os caracteres inválidos são: %s"
 
 #: ../panel-plugin/application.vala:475
-#, fuzzy
 msgid "Unable to open the settings dialog"
-msgstr "Incapaz de abrir o seguinte url: %s"
+msgstr "Incapaz de abrir o diálogo de definições"
 
 #: ../panel-plugin/window.vala:645
 msgid "_Go"
-msgstr ""
+msgstr "_Ir"
 
 #: ../panel-plugin/window.vala:668
-#, fuzzy
 msgid "_Rename"
-msgstr "_Renomear..."
+msgstr "_Renomear"
 
 #. Always on top
 #: ../panel-plugin/window.vala:688 ../panel-plugin/xfce4-notes-settings.c:146
@@ -76,17 +72,16 @@
 msgstr "Janela presa"
 
 #: ../panel-plugin/window.vala:755
-#, fuzzy
 msgid "_Rename group"
-msgstr "Renomear nota"
+msgstr "_Renomear grupo"
 
 #: ../panel-plugin/window.vala:762
 msgid "_Delete group"
-msgstr ""
+msgstr "A_pagar grupo"
 
 #: ../panel-plugin/window.vala:769
 msgid "_Add a new group"
-msgstr ""
+msgstr "_Adicionar um novo grupo"
 
 #: ../panel-plugin/window.vala:943
 msgid "Are you sure you want to delete this note?"
@@ -101,15 +96,13 @@
 msgstr "Configurar o plugin"
 
 #: ../panel-plugin/xfce4-notes-settings.c:103
-#, fuzzy
 msgid "Global settings"
-msgstr "Definições por omissão"
+msgstr "Definições globais"
 
 #. Hide from taskbar
 #: ../panel-plugin/xfce4-notes-settings.c:108
-#, fuzzy
 msgid "Hide notes from taskbar"
-msgstr "Ocultar janelas da barra de tarefas"
+msgstr "Ocultar notas da barra de tarefas"
 
 #: ../panel-plugin/xfce4-notes-settings.c:118
 msgid "Background:"
@@ -120,15 +113,13 @@
 msgstr "Fonte:"
 
 #: ../panel-plugin/xfce4-notes-settings.c:141
-#, fuzzy
 msgid "New group settings"
-msgstr "Nova janela de definições"
+msgstr "Novo grupo de definições"
 
 #. Sticky window
 #: ../panel-plugin/xfce4-notes-settings.c:153
-#, fuzzy
 msgid "Sticky"
-msgstr "Janela presa"
+msgstr "Prender"
 
 #: ../panel-plugin/xfce4-notes-settings.c:163
 msgid "Size:"
@@ -188,7 +179,7 @@
 
 #: ../panel-plugin/xfce4-notes-plugin.desktop.in.in.h:1
 msgid "Ideal for your quick notes"
-msgstr ""
+msgstr "Ideal para as suas notas rápidas"
 
 #~ msgid "Red"
 #~ msgstr "Vermelho"




More information about the Goodies-commits mailing list