r252763 - in zettwerk.ui/trunk: . docs zettwerk/ui/browser zettwerk/ui/locales zettwerk/ui/locales/de/LC_MESSAGES zettwerk/ui/locales/en/LC_MESSAGES zettwerk/ui/locales/es/LC_MESSAGES zettwerk/ui/locales/fr/LC_MESSAGES
"J??rg Kubaile" <svn-changes-z4DKO/[email protected]> Tue, 15 Apr 2014 07:14:54 +0000 (UTC)
| Newsgroups | gmane.comp.web.zope.plone.collective.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jkubaile
Date: Tue Apr 15 07:14:53 2014
New Revision: 252763
Modified:
zettwerk.ui/trunk/README.txt
zettwerk.ui/trunk/docs/HISTORY.txt
zettwerk.ui/trunk/zettwerk/ui/browser/cp_view.py
zettwerk.ui/trunk/zettwerk/ui/locales/de/LC_MESSAGES/zettwerk.ui.mo
zettwerk.ui/trunk/zettwerk/ui/locales/de/LC_MESSAGES/zettwerk.ui.po
zettwerk.ui/trunk/zettwerk/ui/locales/en/LC_MESSAGES/zettwerk.ui.mo
zettwerk.ui/trunk/zettwerk/ui/locales/en/LC_MESSAGES/zettwerk.ui.po
zettwerk.ui/trunk/zettwerk/ui/locales/es/LC_MESSAGES/zettwerk.ui.mo
zettwerk.ui/trunk/zettwerk/ui/locales/es/LC_MESSAGES/zettwerk.ui.po
zettwerk.ui/trunk/zettwerk/ui/locales/fr/LC_MESSAGES/zettwerk.ui.mo
zettwerk.ui/trunk/zettwerk/ui/locales/fr/LC_MESSAGES/zettwerk.ui.po
zettwerk.ui/trunk/zettwerk/ui/locales/zettwerk.ui.pot
Log:
updated translations, readme
Modified: zettwerk.ui/trunk/README.txt
==============================================================================
--- zettwerk.ui/trunk/README.txt (original)
+++ zettwerk.ui/trunk/README.txt Tue Apr 15 07:14:53 2014
@@ -1,14 +1,16 @@
Introduction
============
-zettwerk.ui integrates jquery.ui's themeroller into Plone 4.1. Themeroller is a tool to dynamically customize the jquery.ui css classes. For details about jquery.ui theming and themeroller see http://jqueryui.com/themeroller/.
+zettwerk.ui integrates jquery.ui's themeroller based themes into Plone 4.x. Themeroller is a tool to dynamically customize the jquery.ui css classes. For details about jquery.ui theming and themeroller see http://jqueryui.com/themeroller/.
-See it in action: http://www.youtube.com/watch?v=p4_jU-5HUYA
+See it in action: xxx
+
+Note: with version 2.0 the dynamic integration of the themeroller widget stops working. But you can include manually downloaded themes. Follow the instructions on the "add theme" page linked on the Zettwerk UI Themer conrol panel. For future versions, it is planned to add a custom widget with live preview again. To see how it worked with versions below 2.0 see http://www.youtube.com/watch?v=p4_jU-5HUYA
Usage
=====
-With this add-on it is very easy to adapt the look and color scheme of your plone site. After installation, there is a new extension product listed in the plone controlpanel which is called "Zettwerk UI Themer". Use the themes tab to create new themes via themeroller or apply one of the example themes from the themeroller gallery. Note that themeroller is only working in firefox, but the existing themes can be used with all browsers.
+With this add-on it is very easy to adapt the look and color scheme of your plone site. After installation, there is a new extension product listed in the plone controlpanel which is called "Zettwerk UI Themer". See the instructions given on that page to choose and add themes.
Feel free to contact us for feedback.
Modified: zettwerk.ui/trunk/docs/HISTORY.txt
==============================================================================
--- zettwerk.ui/trunk/docs/HISTORY.txt (original)
+++ zettwerk.ui/trunk/docs/HISTORY.txt Tue Apr 15 07:14:53 2014
@@ -6,8 +6,9 @@
- Plone 4.3 compatibility (for < 4.3 use < 2.0)
- removed themeroller integration
-- added readme for manual theme integration
-
+- added instructions for manual theme integration
+- added z-index for dialog boxes to avoid overlapping with the edit bar
+- updated german translations
1.1.0 (2012-09-21)
------------------
Modified: zettwerk.ui/trunk/zettwerk/ui/browser/cp_view.py
==============================================================================
--- zettwerk.ui/trunk/zettwerk/ui/browser/cp_view.py (original)
+++ zettwerk.ui/trunk/zettwerk/ui/browser/cp_view.py Tue Apr 15 07:14:53 2014
@@ -33,7 +33,7 @@
theme = FormFieldsets(IUIToolTheme)
theme.id = 'theme'
theme.label = _(u"Existing themes")
-theme.description = _(u'Select a theme from the existing themes.')
+theme.description = _(u'Please select a theme from the existing ones.')
themeroller = FormFieldsets(IUIToolThemeroller)
themeroller.id = 'themeroller'
@@ -62,7 +62,7 @@
<p>To include all the default themes follow these steps:
<ol>
<li>Download the zip file from <a href="http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip">http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip</a></li>
- <li>Extract the contents/subfolders of the themes folder to your download directory.</li>
+ <li>Extract the contents/subfolders of the themes folder to your zettwerk.ui download directory.</li>
<li>Reload this page and choose a theme.</li>
</ol>
</p>
@@ -73,7 +73,7 @@
<li>On the next page, choose the legacy Version (1.9.2 at the moment)</li>
<li>Scroll to the bottom of the page set a folder name which gets the theme name.</li>
<li>Click download</li>
- <li>Extract the folder css/$your_theme_name to your download directory.</li>
+ <li>Extract the folder css/$your_theme_name to your zettwerk.ui download directory.</li>
<li>Reload this page and choose a theme.</li>
</ol>
</p>
@@ -90,11 +90,7 @@
form_fields['themeroller'].for_display = True
label = _(u"Zettwerk UI Themer")
- description = _('cp_description',
- u'With the Existing themes link, you can choose ' \
- u'a theme from your existing ones. The ' \
- u'add theme link describes how to add new themes.'
- )
+ description = ''
# def __call__(self):
#
Modified: zettwerk.ui/trunk/zettwerk/ui/locales/de/LC_MESSAGES/zettwerk.ui.mo
==============================================================================
Binary files. No diff available.
Modified: zettwerk.ui/trunk/zettwerk/ui/locales/de/LC_MESSAGES/zettwerk.ui.po
==============================================================================
--- zettwerk.ui/trunk/zettwerk/ui/locales/de/LC_MESSAGES/zettwerk.ui.po (original)
+++ zettwerk.ui/trunk/zettwerk/ui/locales/de/LC_MESSAGES/zettwerk.ui.po Tue Apr 15 07:14:53 2014
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: zettwerk.ui\n"
-"POT-Creation-Date: 2014-04-11 06:43+0000\n"
+"POT-Creation-Date: 2014-04-15 06:43+0000\n"
"PO-Revision-Date: 2010-05-01 07:32+0000\n"
"Last-Translator: Joerg Kubaile <[email protected]>\n"
"Language-Team: zettwerk <[email protected]>\n"
@@ -16,79 +16,61 @@
#: ./../browser/cp_view.py:40
msgid "Add theme"
-msgstr ""
+msgstr "Theme hinzufügen"
-#: ./../browser/cp_view.py:66
+#: ./../browser/cp_view.py:50
msgid "Create download directory at: "
msgstr "Erstelle den Download Ordner an Stelle:"
-#: ./../tool/tool.py:195
+#: ./../tool/tool.py:189
msgid "Directory created"
msgstr "Ordner erstellt"
-#: ./../tool/tool.py:74
-msgid "Download"
-msgstr "Herunterladen"
-
-#: ./../tool/tool.py:108
+#: ./../tool/tool.py:102
msgid "Download name given but nothing themed - please use themeroller"
msgstr "Ein Name wurde angegeben, aber nichts angepasst - verwenden Sie hierzu den Themeroller Link."
#: ./../browser/cp_view.py:35
msgid "Existing themes"
-msgstr ""
+msgstr "Vorhandene Themes"
-#: ./../tool/tool.py:76
-msgid "Name of the theme to download."
-msgstr "Name des Themas zum Herunterladen."
-
-#: ./../browser/cp_view.py:59
-msgid "Open jquery.ui themeroller (only firefox)"
-msgstr "Öffne jquery.ui themeroller (nur im Firefox)"
+#: ./../browser/cp_view.py:36
+msgid "Please select a theme from the existing ones."
+msgstr "Bitte wählen Sie ein Theme aus den vorhandenen."
-#: ./../tool/tool.py:120
+#: ./../tool/tool.py:114
msgid "Please use no special characters."
msgstr "Bitte keine Sonderzeichen verwenden."
-#: ./../browser/cp_view.py:36
-msgid "Select a theme from the existing themes."
-msgstr ""
-
-#: ./../tool/tool.py:104
+#: ./../tool/tool.py:98
msgid "Sorry, due to security restrictions, this tool only works in Firefox"
msgstr "Entschulding, wegen Sicherheits-Beschränkungen funktioniert dies nur im Firefox"
-#: ./../tool/tool.py:117
+#: ./../tool/tool.py:111
msgid "Sorry, sunburst is an invalid name"
msgstr "sunburst ist ein reservierter Name der nicht verwendet werden darf."
-#: ./../tool/tool.py:219
+#: ./../tool/tool.py:213
msgid "The downloaded zipfile is corrupt. This could mean that the themeroller webservice has problems. The common fix for this is, to wait a day or two and try it again."
msgstr "Das heruntergeladene Archiv ist fehlerhaft. Dies ist meistens durch Probleme beim Themeroller Dienst verursacht. Um das Problem zu beheben genügt es in der Regel ein oder zwei Tage zu warten und es dann nochmal zu probieren."
#: ./../tool/tool.py:61
msgid "Theme"
-msgstr "Thema"
+msgstr "Theme"
#: ./../tool/tool.py:70
msgid "Themeroller"
msgstr "Themeroller"
-#: ./../tool/tool.py:112
+#: ./../tool/tool.py:106
msgid "You opened themeroller, but no download name is given. Click ok to continue and ignore your changes or click cancel to enter a name."
msgstr "Themereoller wurde geöffnet, aber kein Name zum Herunterladen angegeben. Klicken Sie ok um die Änderungen zu verwerfen, oder abbrechen um einen Namen anzugeben."
-#: ./../browser/cp_view.py:87
+#: ./../browser/cp_view.py:92
msgid "Zettwerk UI Themer"
msgstr "Zettwerk UI Themer"
-#. Default: "bla"
-#: ./../browser/cp_view.py:41
+#. Default: "<p>Sadly,\n the on the fly themeroller integration does not work anymore. But\n it is possible, to download and add new themes by hand. There are\n two kind of themes: Jquery UI Default themes and custom ones.</p>\n <p>To include all the default themes follow these steps:\n <ol>\n <li>Download the zip file from <a href=\"http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip\">http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip</a></li>\n <li>Extract the contents/subfolders of the themes folder to your zettwerk.ui download directory.</li>\n <li>Reload this page and choose a theme.</li>\n </ol>\n </p>\n <p style=\"margin-top: 2em\">To include a custom theme follow these steps:\n <ol>\n <li>Go to the themeroller page at <a target=\"_blank\" href=\"http://jqueryui.com/themeroller/\">http://jqueryui.c
om/themeroller/</a> and create your theme with the themeroller tool.</li>\n <li>Click Download theme (in the themeroller widget)</li>\n <li>On the next page, choose the legacy Version (1.9.2 at the moment)</li>\n <li>Scroll to the bottom of the page set a folder name which gets the theme name.</li>\n <li>Click download</li>\n <li>Extract the folder css/$your_theme_name to your zettwerk.ui download directory.</li>\n <li>Reload this page and choose a theme.</li>\n </ol>\n </p>\n "
+#: ./../browser/cp_view.py:58
msgid "add_theme_description_text"
-msgstr ""
-
-#. Default: "With the theme link, you can choose a theme from your existing themes. The themeroller link is to create and change themes."
-#: ./../browser/cp_view.py:88
-msgid "cp_description"
-msgstr "Über den Thema Reiter kann aus den vorhanden Themas gewählt werden. Der Themeroller Reiter ist zum Erstellen und Ändern von Themas."
-
+msgstr "<p>Leider wurde die Möglichkeit den Themeroller direkt in die Seite zu integrieren deaktiviert. Aber es ist möglich Themes manuell herunterzuladen und hinzuzufügen. Es gibt zwei Arten von Themes: die Jquery UI Standard Themes und über den Themeroller angepasste Themes.</p><p>Um die Standard Themes hinzuzufügen sind folgende Schritte nötig:<ol><li>Die Zip Datei <a href=\"http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip\">http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip</a> herunterladen.</li><li>Den Inhalt des Unterordners themes in das zettwerk.ui download Verzeichnis kopieren.</li><li>Diese Seite neu laden und ein Theme auswählen</li></ol></p><p style=\"margin-top: 2em\">Um ein angepasstes Theme hinzuzufügen sind folgende Schritte nötig:<ol><li>Die Themeroller Homepage unter <a target=\"_blank\" href=\"http://jqueryui.com/themeroller/\">http://jqueryui.com/themeroller/</a> öffnen und mit dem Themeroller das angepasste Them
e erstellen</li><li>Im Themeroller widget auf Download theme klicken</li><li>Auf der nächsten Seite die legacy Version aktivieren (derzeit 1.9.2)</li><li>Ganz nach unten scrollen und den folder name auf einen gewünschten Namen setzen</li><li>Download klicken</li><li>Die Datei entpacken und den Inhalt von css/$folder-name in das zettwerk.ui download Verzeichnis kopieren.</li><li>Diese Seite neu laden und ein Theme auswählen</li></ol></p>"
Modified: zettwerk.ui/trunk/zettwerk/ui/locales/en/LC_MESSAGES/zettwerk.ui.mo
==============================================================================
Binary files. No diff available.
Modified: zettwerk.ui/trunk/zettwerk/ui/locales/en/LC_MESSAGES/zettwerk.ui.po
==============================================================================
--- zettwerk.ui/trunk/zettwerk/ui/locales/en/LC_MESSAGES/zettwerk.ui.po (original)
+++ zettwerk.ui/trunk/zettwerk/ui/locales/en/LC_MESSAGES/zettwerk.ui.po Tue Apr 15 07:14:53 2014
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2014-04-11 06:43+0000\n"
+"POT-Creation-Date: 2014-04-15 06:43+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -18,19 +18,15 @@
msgid "Add theme"
msgstr ""
-#: ./../browser/cp_view.py:66
+#: ./../browser/cp_view.py:50
msgid "Create download directory at: "
msgstr "Create download directory at: "
-#: ./../tool/tool.py:195
+#: ./../tool/tool.py:189
msgid "Directory created"
msgstr "Directory created"
-#: ./../tool/tool.py:74
-msgid "Download"
-msgstr "Download"
-
-#: ./../tool/tool.py:108
+#: ./../tool/tool.py:102
msgid "Download name given but nothing themed - please use themeroller"
msgstr "Download name given but nothing themed - please use themeroller"
@@ -38,31 +34,23 @@
msgid "Existing themes"
msgstr ""
-#: ./../tool/tool.py:76
-msgid "Name of the theme to download."
-msgstr "Name of the theme to download."
-
-#: ./../browser/cp_view.py:59
-msgid "Open jquery.ui themeroller (only firefox)"
-msgstr "Open jquery.ui themeroller (only firefox)"
-
-#: ./../tool/tool.py:120
-msgid "Please use no special characters."
+#: ./../browser/cp_view.py:36
+msgid "Please select a theme from the existing ones."
msgstr ""
-#: ./../browser/cp_view.py:36
-msgid "Select a theme from the existing themes."
+#: ./../tool/tool.py:114
+msgid "Please use no special characters."
msgstr ""
-#: ./../tool/tool.py:104
+#: ./../tool/tool.py:98
msgid "Sorry, due to security restrictions, this tool only works in Firefox"
msgstr "Sorry, due to security restrictions, this tool only works in Firefox"
-#: ./../tool/tool.py:117
+#: ./../tool/tool.py:111
msgid "Sorry, sunburst is an invalid name"
msgstr ""
-#: ./../tool/tool.py:219
+#: ./../tool/tool.py:213
msgid "The downloaded zipfile is corrupt. This could mean that the themeroller webservice has problems. The common fix for this is, to wait a day or two and try it again."
msgstr ""
@@ -74,22 +62,16 @@
msgid "Themeroller"
msgstr "Themeroller"
-#: ./../tool/tool.py:112
+#: ./../tool/tool.py:106
msgid "You opened themeroller, but no download name is given. Click ok to continue and ignore your changes or click cancel to enter a name."
msgstr "You opened themeroller, but no download name is given. Click ok to continue and ignore your changes or click cancel to enter a name."
-#: ./../browser/cp_view.py:87
+#: ./../browser/cp_view.py:92
msgid "Zettwerk UI Themer"
msgstr "Zettwerk UI Themer"
-#. Default: "bla"
-#: ./../browser/cp_view.py:41
+#. Default: "<p>Sadly,\n the on the fly themeroller integration does not work anymore. But\n it is possible, to download and add new themes by hand. There are\n two kind of themes: Jquery UI Default themes and custom ones.</p>\n <p>To include all the default themes follow these steps:\n <ol>\n <li>Download the zip file from <a href=\"http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip\">http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip</a></li>\n <li>Extract the contents/subfolders of the themes folder to your zettwerk.ui download directory.</li>\n <li>Reload this page and choose a theme.</li>\n </ol>\n </p>\n <p style=\"margin-top: 2em\">To include a custom theme follow these steps:\n <ol>\n <li>Go to the themeroller page at <a target=\"_blank\" href=\"http://jqueryui.com/themeroller/\">http://jqueryui.c
om/themeroller/</a> and create your theme with the themeroller tool.</li>\n <li>Click Download theme (in the themeroller widget)</li>\n <li>On the next page, choose the legacy Version (1.9.2 at the moment)</li>\n <li>Scroll to the bottom of the page set a folder name which gets the theme name.</li>\n <li>Click download</li>\n <li>Extract the folder css/$your_theme_name to your zettwerk.ui download directory.</li>\n <li>Reload this page and choose a theme.</li>\n </ol>\n </p>\n "
+#: ./../browser/cp_view.py:58
msgid "add_theme_description_text"
msgstr ""
-#. Default: "With the theme link, you can choose a theme from your existing themes. The themeroller link is to create and change themes."
-#: ./../browser/cp_view.py:88
-#, fuzzy
-msgid "cp_description"
-msgstr "The settings are to enable or disable theming of elements. With the theme link, you can choose a theme from your existing themes. The themeroller link is to create and change themes."
-
Modified: zettwerk.ui/trunk/zettwerk/ui/locales/es/LC_MESSAGES/zettwerk.ui.mo
==============================================================================
Binary files. No diff available.
Modified: zettwerk.ui/trunk/zettwerk/ui/locales/es/LC_MESSAGES/zettwerk.ui.po
==============================================================================
--- zettwerk.ui/trunk/zettwerk/ui/locales/es/LC_MESSAGES/zettwerk.ui.po (original)
+++ zettwerk.ui/trunk/zettwerk/ui/locales/es/LC_MESSAGES/zettwerk.ui.po Tue Apr 15 07:14:53 2014
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: zettwerk.ui\n"
-"POT-Creation-Date: 2014-04-11 06:43+0000\n"
+"POT-Creation-Date: 2014-04-15 06:43+0000\n"
"PO-Revision-Date: 2011-06-22 11:26-0400\n"
"Last-Translator: Leonardo J. Caballero G. <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
@@ -19,19 +19,15 @@
msgid "Add theme"
msgstr ""
-#: ./../browser/cp_view.py:66
+#: ./../browser/cp_view.py:50
msgid "Create download directory at: "
msgstr "Crear descarga en el directorio:"
-#: ./../tool/tool.py:195
+#: ./../tool/tool.py:189
msgid "Directory created"
msgstr "Directorio creado"
-#: ./../tool/tool.py:74
-msgid "Download"
-msgstr "Descargar"
-
-#: ./../tool/tool.py:108
+#: ./../tool/tool.py:102
msgid "Download name given but nothing themed - please use themeroller"
msgstr "Nombre para descarga dado, pero a ningún temas aplicado - por favor, use themeroller"
@@ -39,31 +35,23 @@
msgid "Existing themes"
msgstr ""
-#: ./../tool/tool.py:76
-msgid "Name of the theme to download."
-msgstr "Nombre del tema a descargar."
-
-#: ./../browser/cp_view.py:59
-msgid "Open jquery.ui themeroller (only firefox)"
-msgstr "Abrir el jquery.ui themeroller (solamente en Mozilla Firefox)"
+#: ./../browser/cp_view.py:36
+msgid "Please select a theme from the existing ones."
+msgstr ""
-#: ./../tool/tool.py:120
+#: ./../tool/tool.py:114
msgid "Please use no special characters."
msgstr "Por favor, no use caracteres especiales."
-#: ./../browser/cp_view.py:36
-msgid "Select a theme from the existing themes."
-msgstr ""
-
-#: ./../tool/tool.py:104
+#: ./../tool/tool.py:98
msgid "Sorry, due to security restrictions, this tool only works in Firefox"
msgstr "Lo sentimos, debido a las restricciones de seguridad, esta herramienta sólo funciona en Mozilla Firefox"
-#: ./../tool/tool.py:117
+#: ./../tool/tool.py:111
msgid "Sorry, sunburst is an invalid name"
msgstr "Lo siento, sunburst es un nombre invalido"
-#: ./../tool/tool.py:219
+#: ./../tool/tool.py:213
msgid "The downloaded zipfile is corrupt. This could mean that the themeroller webservice has problems. The common fix for this is, to wait a day or two and try it again."
msgstr "El archivo comprimido .zip descargado esta corrupto. Este podría significar que el servicio web de themeroller tiene problemas. La solución común a esto es, esperar un día o dos y intente de nuevo."
@@ -75,21 +63,16 @@
msgid "Themeroller"
msgstr "Themeroller"
-#: ./../tool/tool.py:112
+#: ./../tool/tool.py:106
msgid "You opened themeroller, but no download name is given. Click ok to continue and ignore your changes or click cancel to enter a name."
msgstr "Su themeroller esta abierto, pero no tiene nombre para descarga dado. Haga clic en el botón Aceptar para continuar y ignorar los cambios o haga clic en el botón Cancelar pata introducir un nombre."
-#: ./../browser/cp_view.py:87
+#: ./../browser/cp_view.py:92
msgid "Zettwerk UI Themer"
msgstr "Zettwerk UI Themer"
-#. Default: "bla"
-#: ./../browser/cp_view.py:41
+#. Default: "<p>Sadly,\n the on the fly themeroller integration does not work anymore. But\n it is possible, to download and add new themes by hand. There are\n two kind of themes: Jquery UI Default themes and custom ones.</p>\n <p>To include all the default themes follow these steps:\n <ol>\n <li>Download the zip file from <a href=\"http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip\">http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip</a></li>\n <li>Extract the contents/subfolders of the themes folder to your zettwerk.ui download directory.</li>\n <li>Reload this page and choose a theme.</li>\n </ol>\n </p>\n <p style=\"margin-top: 2em\">To include a custom theme follow these steps:\n <ol>\n <li>Go to the themeroller page at <a target=\"_blank\" href=\"http://jqueryui.com/themeroller/\">http://jqueryui.c
om/themeroller/</a> and create your theme with the themeroller tool.</li>\n <li>Click Download theme (in the themeroller widget)</li>\n <li>On the next page, choose the legacy Version (1.9.2 at the moment)</li>\n <li>Scroll to the bottom of the page set a folder name which gets the theme name.</li>\n <li>Click download</li>\n <li>Extract the folder css/$your_theme_name to your zettwerk.ui download directory.</li>\n <li>Reload this page and choose a theme.</li>\n </ol>\n </p>\n "
+#: ./../browser/cp_view.py:58
msgid "add_theme_description_text"
msgstr ""
-#. Default: "With the theme link, you can choose a theme from your existing themes. The themeroller link is to create and change themes."
-#: ./../browser/cp_view.py:88
-msgid "cp_description"
-msgstr "Con el enlace de tema, usted puede elegir un tema de sus temas ya existentes. El enlace themeroller es para crear y cambiar los temas."
-
Modified: zettwerk.ui/trunk/zettwerk/ui/locales/fr/LC_MESSAGES/zettwerk.ui.mo
==============================================================================
Binary files. No diff available.
Modified: zettwerk.ui/trunk/zettwerk/ui/locales/fr/LC_MESSAGES/zettwerk.ui.po
==============================================================================
--- zettwerk.ui/trunk/zettwerk/ui/locales/fr/LC_MESSAGES/zettwerk.ui.po (original)
+++ zettwerk.ui/trunk/zettwerk/ui/locales/fr/LC_MESSAGES/zettwerk.ui.po Tue Apr 15 07:14:53 2014
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2014-04-11 06:43+0000\n"
+"POT-Creation-Date: 2014-04-15 06:43+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -21,19 +21,15 @@
msgid "Add theme"
msgstr ""
-#: ./../browser/cp_view.py:66
+#: ./../browser/cp_view.py:50
msgid "Create download directory at: "
msgstr "Créer un dossier de téléchargement sur le serveur: "
-#: ./../tool/tool.py:195
+#: ./../tool/tool.py:189
msgid "Directory created"
msgstr "Dossier créé"
-#: ./../tool/tool.py:74
-msgid "Download"
-msgstr "Téléchargement"
-
-#: ./../tool/tool.py:108
+#: ./../tool/tool.py:102
msgid "Download name given but nothing themed - please use themeroller"
msgstr "Nom de téléchargement donné mais aucun thème - merci d'utiliser le themeroller"
@@ -41,31 +37,23 @@
msgid "Existing themes"
msgstr ""
-#: ./../tool/tool.py:76
-msgid "Name of the theme to download."
-msgstr "Nom du thème à télécharger."
-
-#: ./../browser/cp_view.py:59
-msgid "Open jquery.ui themeroller (only firefox)"
-msgstr "Ouvrir jquery.ui themeroller (seulement pour Firefox)"
+#: ./../browser/cp_view.py:36
+msgid "Please select a theme from the existing ones."
+msgstr ""
-#: ./../tool/tool.py:120
+#: ./../tool/tool.py:114
msgid "Please use no special characters."
msgstr "Merci de ne pas utiliser de caractères spéciaux."
-#: ./../browser/cp_view.py:36
-msgid "Select a theme from the existing themes."
-msgstr ""
-
-#: ./../tool/tool.py:104
+#: ./../tool/tool.py:98
msgid "Sorry, due to security restrictions, this tool only works in Firefox"
msgstr "Désolé, pour des raisons de sécurités, cet outil est utilisable uniquement dans Firefox"
-#: ./../tool/tool.py:117
+#: ./../tool/tool.py:111
msgid "Sorry, sunburst is an invalid name"
msgstr "Désolé, sunburst est un nom invalide"
-#: ./../tool/tool.py:219
+#: ./../tool/tool.py:213
msgid "The downloaded zipfile is corrupt. This could mean that the themeroller webservice has problems. The common fix for this is, to wait a day or two and try it again."
msgstr "Le fichier zip téléchargé est corrompus. Ceci peut signifier que le webservice themeroller rencontre des problèmes. Vous pouvez attendre un jour ou deux et re-essayer."
@@ -77,21 +65,16 @@
msgid "Themeroller"
msgstr "Themeroller"
-#: ./../tool/tool.py:112
+#: ./../tool/tool.py:106
msgid "You opened themeroller, but no download name is given. Click ok to continue and ignore your changes or click cancel to enter a name."
msgstr "Vous avez ouvert themeroller mais vous n'avez pas donné de nom. Cliquer sur OK pour continuer et ignorer vos modifications ou cliquer sur Cancel pour entrer un nom."
-#: ./../browser/cp_view.py:87
+#: ./../browser/cp_view.py:92
msgid "Zettwerk UI Themer"
msgstr "Thèmes Zettwerk UI"
-#. Default: "bla"
-#: ./../browser/cp_view.py:41
+#. Default: "<p>Sadly,\n the on the fly themeroller integration does not work anymore. But\n it is possible, to download and add new themes by hand. There are\n two kind of themes: Jquery UI Default themes and custom ones.</p>\n <p>To include all the default themes follow these steps:\n <ol>\n <li>Download the zip file from <a href=\"http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip\">http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip</a></li>\n <li>Extract the contents/subfolders of the themes folder to your zettwerk.ui download directory.</li>\n <li>Reload this page and choose a theme.</li>\n </ol>\n </p>\n <p style=\"margin-top: 2em\">To include a custom theme follow these steps:\n <ol>\n <li>Go to the themeroller page at <a target=\"_blank\" href=\"http://jqueryui.com/themeroller/\">http://jqueryui.c
om/themeroller/</a> and create your theme with the themeroller tool.</li>\n <li>Click Download theme (in the themeroller widget)</li>\n <li>On the next page, choose the legacy Version (1.9.2 at the moment)</li>\n <li>Scroll to the bottom of the page set a folder name which gets the theme name.</li>\n <li>Click download</li>\n <li>Extract the folder css/$your_theme_name to your zettwerk.ui download directory.</li>\n <li>Reload this page and choose a theme.</li>\n </ol>\n </p>\n "
+#: ./../browser/cp_view.py:58
msgid "add_theme_description_text"
msgstr ""
-#. Default: "With the theme link, you can choose a theme from your existing themes. The themeroller link is to create and change themes."
-#: ./../browser/cp_view.py:88
-msgid "cp_description"
-msgstr "Avec le lien de thème, vous pouvez choisir un thème à partir des thèmes existants. Le lien themeroller permet de créer ou modifier les thèmes."
-
Modified: zettwerk.ui/trunk/zettwerk/ui/locales/zettwerk.ui.pot
==============================================================================
--- zettwerk.ui/trunk/zettwerk/ui/locales/zettwerk.ui.pot (original)
+++ zettwerk.ui/trunk/zettwerk/ui/locales/zettwerk.ui.pot Tue Apr 15 07:14:53 2014
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2014-04-11 06:43+0000\n"
+"POT-Creation-Date: 2014-04-15 06:43+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -21,19 +21,15 @@
msgid "Add theme"
msgstr ""
-#: ./../browser/cp_view.py:66
+#: ./../browser/cp_view.py:50
msgid "Create download directory at: "
msgstr ""
-#: ./../tool/tool.py:195
+#: ./../tool/tool.py:189
msgid "Directory created"
msgstr ""
-#: ./../tool/tool.py:74
-msgid "Download"
-msgstr ""
-
-#: ./../tool/tool.py:108
+#: ./../tool/tool.py:102
msgid "Download name given but nothing themed - please use themeroller"
msgstr ""
@@ -41,31 +37,23 @@
msgid "Existing themes"
msgstr ""
-#: ./../tool/tool.py:76
-msgid "Name of the theme to download."
-msgstr ""
-
-#: ./../browser/cp_view.py:59
-msgid "Open jquery.ui themeroller (only firefox)"
+#: ./../browser/cp_view.py:36
+msgid "Please select a theme from the existing ones."
msgstr ""
-#: ./../tool/tool.py:120
+#: ./../tool/tool.py:114
msgid "Please use no special characters."
msgstr ""
-#: ./../browser/cp_view.py:36
-msgid "Select a theme from the existing themes."
-msgstr ""
-
-#: ./../tool/tool.py:104
+#: ./../tool/tool.py:98
msgid "Sorry, due to security restrictions, this tool only works in Firefox"
msgstr ""
-#: ./../tool/tool.py:117
+#: ./../tool/tool.py:111
msgid "Sorry, sunburst is an invalid name"
msgstr ""
-#: ./../tool/tool.py:219
+#: ./../tool/tool.py:213
msgid "The downloaded zipfile is corrupt. This could mean that the themeroller webservice has problems. The common fix for this is, to wait a day or two and try it again."
msgstr ""
@@ -77,21 +65,16 @@
msgid "Themeroller"
msgstr ""
-#: ./../tool/tool.py:112
+#: ./../tool/tool.py:106
msgid "You opened themeroller, but no download name is given. Click ok to continue and ignore your changes or click cancel to enter a name."
msgstr ""
-#: ./../browser/cp_view.py:87
+#: ./../browser/cp_view.py:92
msgid "Zettwerk UI Themer"
msgstr ""
-#. Default: "bla"
-#: ./../browser/cp_view.py:41
+#. Default: "<p>Sadly,\n the on the fly themeroller integration does not work anymore. But\n it is possible, to download and add new themes by hand. There are\n two kind of themes: Jquery UI Default themes and custom ones.</p>\n <p>To include all the default themes follow these steps:\n <ol>\n <li>Download the zip file from <a href=\"http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip\">http://jqueryui.com/resources/download/jquery-ui-themes-1.9.2.zip</a></li>\n <li>Extract the contents/subfolders of the themes folder to your zettwerk.ui download directory.</li>\n <li>Reload this page and choose a theme.</li>\n </ol>\n </p>\n <p style=\"margin-top: 2em\">To include a custom theme follow these steps:\n <ol>\n <li>Go to the themeroller page at <a target=\"_blank\" href=\"http://jqueryui.com/themeroller/\">http://jqueryui.c
om/themeroller/</a> and create your theme with the themeroller tool.</li>\n <li>Click Download theme (in the themeroller widget)</li>\n <li>On the next page, choose the legacy Version (1.9.2 at the moment)</li>\n <li>Scroll to the bottom of the page set a folder name which gets the theme name.</li>\n <li>Click download</li>\n <li>Extract the folder css/$your_theme_name to your zettwerk.ui download directory.</li>\n <li>Reload this page and choose a theme.</li>\n </ol>\n </p>\n "
+#: ./../browser/cp_view.py:58
msgid "add_theme_description_text"
msgstr ""
-#. Default: "With the theme link, you can choose a theme from your existing themes. The themeroller link is to create and change themes."
-#: ./../browser/cp_view.py:88
-msgid "cp_description"
-msgstr ""
-
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Collective-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/collective-checkins