From: <var...@us...> - 2012-12-14 17:03:05
|
Revision: 8661 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8661&view=rev Author: vargenau Date: 2012-12-14 17:02:51 +0000 (Fri, 14 Dec 2012) Log Message: ----------- Update getDescription Modified Paths: -------------- trunk/lib/plugin/AddComment.php trunk/lib/plugin/AsciiMath.php trunk/lib/plugin/AsciiSVG.php trunk/lib/plugin/AtomFeed.php trunk/lib/plugin/BlogArchives.php trunk/lib/plugin/BlogJournal.php trunk/lib/plugin/BoxRight.php trunk/lib/plugin/CategoryPage.php trunk/lib/plugin/Chart.php trunk/lib/plugin/CreateBib.php trunk/lib/plugin/CreateToc.php trunk/lib/plugin/CurrentTime.php trunk/lib/plugin/Diff.php trunk/lib/plugin/EditMetaData.php trunk/lib/plugin/ExternalSearch.php trunk/lib/plugin/FacebookLike.php trunk/lib/plugin/FoafViewer.php trunk/lib/plugin/GoogleMaps.php trunk/lib/plugin/GooglePlugin.php trunk/lib/plugin/GraphViz.php trunk/lib/plugin/HelloWorld.php trunk/lib/plugin/Imdb.php trunk/lib/plugin/IncludeSiteMap.php trunk/lib/plugin/IncludeTree.php trunk/lib/plugin/JabberPresence.php trunk/lib/plugin/LdapSearch.php trunk/lib/plugin/LinkDatabase.php trunk/lib/plugin/LinkSearch.php trunk/lib/plugin/ListRelations.php trunk/lib/plugin/ModeratedPage.php trunk/lib/plugin/NewPagesPerUser.php trunk/lib/plugin/PageGroup.php trunk/lib/plugin/PageHistory.php trunk/lib/plugin/PageTrail.php trunk/lib/plugin/PhotoAlbum.php trunk/lib/plugin/PhpHighlight.php trunk/lib/plugin/PhpWeather.php trunk/lib/plugin/Ploticus.php trunk/lib/plugin/PluginManager.php trunk/lib/plugin/PopUp.php trunk/lib/plugin/PreferenceApp.php trunk/lib/plugin/PrevNext.php trunk/lib/plugin/Processing.php trunk/lib/plugin/RateIt.php trunk/lib/plugin/RssFeed.php trunk/lib/plugin/SemanticSearch.php trunk/lib/plugin/SemanticSearchAdvanced.php trunk/lib/plugin/SiteMap.php trunk/lib/plugin/SpellCheck.php trunk/lib/plugin/SqlResult.php trunk/lib/plugin/SyncWiki.php trunk/lib/plugin/SyntaxHighlighter.php trunk/lib/plugin/TeX2png.php trunk/lib/plugin/TranslateText.php trunk/lib/plugin/UriResolver.php trunk/lib/plugin/Video.php trunk/lib/plugin/WikiAdminRename.php trunk/lib/plugin/WikiBlog.php trunk/lib/plugin/WikiForm.php trunk/lib/plugin/WikiFormRich.php trunk/lib/plugin/WikiForum.php trunk/lib/plugin/WikiPoll.php trunk/lib/plugin/YouTube.php trunk/lib/plugin/_GroupInfo.php trunk/lib/plugin/_WikiTranslation.php trunk/lib/plugin/text2png.php trunk/locale/de/LC_MESSAGES/phpwiki.mo trunk/locale/de/LC_MESSAGES/phpwiki.php trunk/locale/es/LC_MESSAGES/phpwiki.mo trunk/locale/es/LC_MESSAGES/phpwiki.php trunk/locale/fr/LC_MESSAGES/phpwiki.mo trunk/locale/fr/LC_MESSAGES/phpwiki.php trunk/locale/it/LC_MESSAGES/phpwiki.mo trunk/locale/ja/LC_MESSAGES/phpwiki.mo trunk/locale/ja/LC_MESSAGES/phpwiki.php trunk/locale/nl/LC_MESSAGES/phpwiki.mo trunk/locale/po/de.po trunk/locale/po/es.po trunk/locale/po/fr.po trunk/locale/po/it.po trunk/locale/po/ja.po trunk/locale/po/nl.po trunk/locale/po/phpwiki.pot trunk/locale/po/sv.po trunk/locale/po/zh.po trunk/locale/sv/LC_MESSAGES/phpwiki.mo trunk/locale/zh/LC_MESSAGES/phpwiki.mo trunk/locale/zh/LC_MESSAGES/phpwiki.php Modified: trunk/lib/plugin/AddComment.php =================================================================== --- trunk/lib/plugin/AddComment.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/AddComment.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -42,7 +42,7 @@ function getDescription() { - return sprintf(_("Show and add comments for %s"), '[pagename]'); + return sprintf(_("Show and add comments for %s."), '[pagename]'); } // Arguments: Modified: trunk/lib/plugin/AsciiMath.php =================================================================== --- trunk/lib/plugin/AsciiMath.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/AsciiMath.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -48,7 +48,7 @@ function getDescription() { - return _("Render ASCII Math as MathML"); + return _("Render ASCII Math as MathML."); } function getDefaultArguments() Modified: trunk/lib/plugin/AsciiSVG.php =================================================================== --- trunk/lib/plugin/AsciiSVG.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/AsciiSVG.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -35,7 +35,7 @@ function getDescription() { - return _("Render inline ASCII SVG"); + return _("Render inline ASCII SVG."); } function getDefaultArguments() Modified: trunk/lib/plugin/AtomFeed.php =================================================================== --- trunk/lib/plugin/AtomFeed.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/AtomFeed.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -35,7 +35,7 @@ function getDescription() { - return _('Atom Aggregator Plugin'); + return _('Atom Aggregator Plugin.'); } function getDefaultArguments() Modified: trunk/lib/plugin/BlogArchives.php =================================================================== --- trunk/lib/plugin/BlogArchives.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/BlogArchives.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -42,7 +42,7 @@ function getDescription() { - return _("List blog months links for the current or ADMIN user"); + return _("List blog months links for the current or ADMIN user."); } function getDefaultArguments() Modified: trunk/lib/plugin/BlogJournal.php =================================================================== --- trunk/lib/plugin/BlogJournal.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/BlogJournal.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -41,7 +41,7 @@ function getDescription() { - return _("Include latest blog entries for the current or ADMIN user"); + return _("Include latest blog entries for the current or ADMIN user."); } function getDefaultArguments() Modified: trunk/lib/plugin/BoxRight.php =================================================================== --- trunk/lib/plugin/BoxRight.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/BoxRight.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -33,7 +33,7 @@ function getDescription() { - return _("A simple plugin for <div class=boxright> with wikimarkup"); + return _("A simple plugin for <div class=boxright> with wikimarkup."); } function getDefaultArguments() Modified: trunk/lib/plugin/CategoryPage.php =================================================================== --- trunk/lib/plugin/CategoryPage.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/CategoryPage.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -47,7 +47,7 @@ function getDescription() { - return _("Create a Wiki page."); + return _("Create a Wiki Category Page."); } function getDefaultArguments() Modified: trunk/lib/plugin/Chart.php =================================================================== --- trunk/lib/plugin/Chart.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/Chart.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -53,7 +53,7 @@ function getDescription() { - return _("Render SVG charts"); + return _("Render SVG charts."); } function getDefaultArguments() Modified: trunk/lib/plugin/CreateBib.php =================================================================== --- trunk/lib/plugin/CreateBib.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/CreateBib.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -40,7 +40,7 @@ function getDescription() { - return _("Automatically create a Bibtex file from linked pages"); + return _("Automatically create a Bibtex file from linked pages."); } function getDefaultArguments() Modified: trunk/lib/plugin/CreateToc.php =================================================================== --- trunk/lib/plugin/CreateToc.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/CreateToc.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -48,7 +48,7 @@ function getDescription() { - return _("Create a Table of Contents and automatically link to headers"); + return _("Create a Table of Contents and automatically link to headers."); } function getDefaultArguments() Modified: trunk/lib/plugin/CurrentTime.php =================================================================== --- trunk/lib/plugin/CurrentTime.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/CurrentTime.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -60,7 +60,7 @@ function getDescription() { - return _("A simple plugin that displays current time and date"); + return _("Displays current time and date."); } Modified: trunk/lib/plugin/Diff.php =================================================================== --- trunk/lib/plugin/Diff.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/Diff.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -40,7 +40,7 @@ function getDescription() { - return _("Display differences between revisions"); + return _("Display differences between revisions."); } // Establish default values for each of this plugin's arguments. Modified: trunk/lib/plugin/EditMetaData.php =================================================================== --- trunk/lib/plugin/EditMetaData.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/EditMetaData.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -51,7 +51,7 @@ function getDescription() { - return sprintf(_("Edit metadata for %s"), '[pagename]'); + return sprintf(_("Edit metadata for %s."), '[pagename]'); } function getDefaultArguments() Modified: trunk/lib/plugin/ExternalSearch.php =================================================================== --- trunk/lib/plugin/ExternalSearch.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/ExternalSearch.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -43,7 +43,7 @@ function getDescription() { - return _("Redirects to an external web site based on form input"); + return _("Redirects to an external web site based on form input."); //fixme: better description } Modified: trunk/lib/plugin/FacebookLike.php =================================================================== --- trunk/lib/plugin/FacebookLike.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/FacebookLike.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -33,7 +33,7 @@ { function getDescription() { - return _("Display a Facebook Like button. See http://developers.facebook.com/docs/reference/plugins/like"); + return _("Display a Facebook Like button."); } function getDefaultArguments() Modified: trunk/lib/plugin/FoafViewer.php =================================================================== --- trunk/lib/plugin/FoafViewer.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/FoafViewer.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -73,7 +73,7 @@ function getDescription() { - return _("Parse an RDF FOAF file and extract information to render as HTML"); + return _("Parse an RDF FOAF file and extract information to render as HTML."); } function getDefaultArguments() Modified: trunk/lib/plugin/GoogleMaps.php =================================================================== --- trunk/lib/plugin/GoogleMaps.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/GoogleMaps.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -65,7 +65,7 @@ function getDescription() { - return _("Displays a marker with further infos (when clicking) on given coordinates"); + return _("Displays a marker with further infos (when clicking) on given coordinates."); } function getDefaultArguments() Modified: trunk/lib/plugin/GooglePlugin.php =================================================================== --- trunk/lib/plugin/GooglePlugin.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/GooglePlugin.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -46,7 +46,7 @@ function getDescription() { - return _("Make use of the Google API"); + return _("Make use of the Google API."); } function getDefaultArguments() Modified: trunk/lib/plugin/GraphViz.php =================================================================== --- trunk/lib/plugin/GraphViz.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/GraphViz.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -112,7 +112,7 @@ function getDescription() { - return _("GraphViz image or imagemap creation of directed graphs"); + return _("GraphViz image or imagemap creation of directed graphs."); } function managesValidators() Modified: trunk/lib/plugin/HelloWorld.php =================================================================== --- trunk/lib/plugin/HelloWorld.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/HelloWorld.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -49,7 +49,7 @@ function getDescription() { - return _("Simple Sample Plugin"); + return _("Simple Sample Plugin."); } Modified: trunk/lib/plugin/Imdb.php =================================================================== --- trunk/lib/plugin/Imdb.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/Imdb.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -58,7 +58,7 @@ function getDescription() { - return _("Query a local imdb database"); + return _("Query a local imdb database."); } function getDefaultArguments() Modified: trunk/lib/plugin/IncludeSiteMap.php =================================================================== --- trunk/lib/plugin/IncludeSiteMap.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/IncludeSiteMap.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -55,7 +55,7 @@ function getDescription() { - return sprintf(_("Include recursively all linked pages starting at %s"), + return sprintf(_("Include recursively all linked pages starting at %s."), $this->_pagename); } Modified: trunk/lib/plugin/IncludeTree.php =================================================================== --- trunk/lib/plugin/IncludeTree.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/IncludeTree.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -42,7 +42,7 @@ function getDescription() { - return _("Dynamic Category Tree"); + return _("Display Dynamic Category Tree."); } function getDefaultArguments() Modified: trunk/lib/plugin/JabberPresence.php =================================================================== --- trunk/lib/plugin/JabberPresence.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/JabberPresence.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -45,7 +45,7 @@ function getDescription() { - return _("Simple jabber presence plugin"); + return _("Display Jabber presence."); } // Establish default values for each of this plugin's arguments. Modified: trunk/lib/plugin/LdapSearch.php =================================================================== --- trunk/lib/plugin/LdapSearch.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/LdapSearch.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -56,7 +56,7 @@ function getDescription() { - return _("Search an LDAP directory"); + return _("Search an LDAP directory."); } function getDefaultArguments() Modified: trunk/lib/plugin/LinkDatabase.php =================================================================== --- trunk/lib/plugin/LinkDatabase.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/LinkDatabase.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -50,7 +50,7 @@ function getDescription() { - return _("List all pages with all links in various formats for some Java Visualization tools"); + return _("List all pages with all links in various formats for some Java Visualization tools."); } function getExpire($dbi, $argarray, $request) Modified: trunk/lib/plugin/LinkSearch.php =================================================================== --- trunk/lib/plugin/LinkSearch.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/LinkSearch.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -38,7 +38,7 @@ function getDescription() { - return _("Search page and link names"); + return _("Search page and link names."); } function getDefaultArguments() Modified: trunk/lib/plugin/ListRelations.php =================================================================== --- trunk/lib/plugin/ListRelations.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/ListRelations.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -37,7 +37,7 @@ function getDescription() { - return _("Display the list of all defined relations and optionnally attributes in this entire wiki"); + return _("Display the list of all defined relations and optionnally attributes in this entire wiki."); } function getDefaultArguments() Modified: trunk/lib/plugin/ModeratedPage.php =================================================================== --- trunk/lib/plugin/ModeratedPage.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/ModeratedPage.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -45,7 +45,7 @@ function getDescription() { - return _("Support moderated pages"); + return _("Support moderated pages."); } function getDefaultArguments() Modified: trunk/lib/plugin/NewPagesPerUser.php =================================================================== --- trunk/lib/plugin/NewPagesPerUser.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/NewPagesPerUser.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -44,7 +44,7 @@ function getDescription() { - return _("List all new pages per month per user"); + return _("List all new pages per month per user."); } function getDefaultArguments() Modified: trunk/lib/plugin/PageGroup.php =================================================================== --- trunk/lib/plugin/PageGroup.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/PageGroup.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -48,7 +48,7 @@ function getDescription() { - return sprintf(_("PageGroup for %s"), '[pagename]'); + return sprintf(_("PageGroup for %s."), '[pagename]'); } function getDefaultArguments() Modified: trunk/lib/plugin/PageHistory.php =================================================================== --- trunk/lib/plugin/PageHistory.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/PageHistory.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -280,7 +280,7 @@ function getDescription() { - return sprintf(_("List PageHistory for %s"), '[pagename]'); + return sprintf(_("List PageHistory for %s."), '[pagename]'); } function getDefaultArguments() Modified: trunk/lib/plugin/PageTrail.php =================================================================== --- trunk/lib/plugin/PageTrail.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/PageTrail.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -38,7 +38,6 @@ class WikiPlugin_PageTrail extends WikiPlugin { - // Four required functions in a WikiPlugin. var $def_numberlinks = 5; function getName() @@ -48,7 +47,7 @@ function getDescription() { - return _("PageTrail Plugin"); + return _("Display PageTrail."); } // default values Modified: trunk/lib/plugin/PhotoAlbum.php =================================================================== --- trunk/lib/plugin/PhotoAlbum.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/PhotoAlbum.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -102,7 +102,7 @@ function getDescription() { - return _("Displays a set of photos listed in a text file with optional descriptions"); + return _("Displays a set of photos listed in a text file with optional descriptions."); } // Avoid nameclash, so it's disabled. We allow any url. Modified: trunk/lib/plugin/PhpHighlight.php =================================================================== --- trunk/lib/plugin/PhpHighlight.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/PhpHighlight.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -63,7 +63,7 @@ function getDescription() { - return _("PHP syntax highlighting"); + return _("PHP syntax highlighting."); } // Establish default values for each of this plugin's arguments. Modified: trunk/lib/plugin/PhpWeather.php =================================================================== --- trunk/lib/plugin/PhpWeather.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/PhpWeather.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -66,7 +66,7 @@ function getDescription() { - return _("The PhpWeather plugin provides weather reports from the Internet."); + return _("Provide weather reports from the Internet."); } function getDefaultArguments() Modified: trunk/lib/plugin/Ploticus.php =================================================================== --- trunk/lib/plugin/Ploticus.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/Ploticus.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -97,7 +97,7 @@ function getDescription() { - return _("Ploticus image creation"); + return _("Ploticus image creation."); } function managesValidators() Modified: trunk/lib/plugin/PluginManager.php =================================================================== --- trunk/lib/plugin/PluginManager.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/PluginManager.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -35,7 +35,7 @@ function getDescription() { - return _("List of plugins on this wiki"); + return _("List of plugins on this wiki."); } function getDefaultArguments() Modified: trunk/lib/plugin/PopUp.php =================================================================== --- trunk/lib/plugin/PopUp.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/PopUp.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -53,7 +53,7 @@ function getDescription() { - return _("Used to create a clickable popup link."); + return _("Create a clickable popup link."); } function getDefaultArguments() Modified: trunk/lib/plugin/PreferenceApp.php =================================================================== --- trunk/lib/plugin/PreferenceApp.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/PreferenceApp.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -40,7 +40,6 @@ require_once 'lib/PageList.php'; require_once 'lib/InlineParser.php'; - require_once 'lib/wikilens/Utils.php'; require_once 'lib/WikiTheme.php'; require_once 'lib/wikilens/Buddy.php'; @@ -56,7 +55,7 @@ function getDescription() { - return _("Analyzes preferences based on voting budget and ratings."); + return _("Analyze preferences based on voting budget and ratings."); } function getDefaultArguments() Modified: trunk/lib/plugin/PrevNext.php =================================================================== --- trunk/lib/plugin/PrevNext.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/PrevNext.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -36,7 +36,7 @@ function getDescription() { - return sprintf(_("Easy navigation buttons for %s"), '[pagename]'); + return sprintf(_("Easy navigation buttons for %s."), '[pagename]'); } function getDefaultArguments() Modified: trunk/lib/plugin/Processing.php =================================================================== --- trunk/lib/plugin/Processing.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/Processing.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -34,7 +34,7 @@ function getDescription() { - return _("Render inline Processing"); + return _("Render inline Processing."); } function getDefaultArguments() Modified: trunk/lib/plugin/RateIt.php =================================================================== --- trunk/lib/plugin/RateIt.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/RateIt.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -94,7 +94,7 @@ function getDescription() { - return _("Rating system. Store user ratings per page"); + return _("Rating system. Store user ratings per page."); } function RatingWidgetJavascript() Modified: trunk/lib/plugin/RssFeed.php =================================================================== --- trunk/lib/plugin/RssFeed.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/RssFeed.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -34,7 +34,7 @@ function getDescription() { - return _("Simple RSS Feed aggregator Plugin"); + return _("Simple RSS Feed aggregator."); } Modified: trunk/lib/plugin/SemanticSearch.php =================================================================== --- trunk/lib/plugin/SemanticSearch.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/SemanticSearch.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -61,7 +61,7 @@ function getDescription() { - return _("Search relations and attributes"); + return _("Search relations and attributes."); } function getDefaultArguments() Modified: trunk/lib/plugin/SemanticSearchAdvanced.php =================================================================== --- trunk/lib/plugin/SemanticSearchAdvanced.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/SemanticSearchAdvanced.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -65,7 +65,7 @@ function getDescription() { - return _("Parse and execute a full query expression"); + return _("Parse and execute a full query expression."); } function getDefaultArguments() Modified: trunk/lib/plugin/SiteMap.php =================================================================== --- trunk/lib/plugin/SiteMap.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/SiteMap.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -54,7 +54,7 @@ function getDescription() { - return _("Recursively get BackLinks or links"); + return _("Recursively get BackLinks or links."); } function getDefaultArguments() Modified: trunk/lib/plugin/SpellCheck.php =================================================================== --- trunk/lib/plugin/SpellCheck.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/SpellCheck.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -71,7 +71,7 @@ function getDescription() { - return _("Check the spelling of a page and make suggestions"); + return _("Check the spelling of a page and make suggestions."); } function managesValidators() Modified: trunk/lib/plugin/SqlResult.php =================================================================== --- trunk/lib/plugin/SqlResult.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/SqlResult.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -70,7 +70,7 @@ function getDescription() { - return _("Display arbitrary SQL result tables"); + return _("Display arbitrary SQL result tables."); } function getDefaultArguments() Modified: trunk/lib/plugin/SyncWiki.php =================================================================== --- trunk/lib/plugin/SyncWiki.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/SyncWiki.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -49,7 +49,7 @@ function getDescription() { - return _("Synchronize pages with external PhpWiki"); + return _("Synchronize pages with external PhpWiki."); } function getDefaultArguments() Modified: trunk/lib/plugin/SyntaxHighlighter.php =================================================================== --- trunk/lib/plugin/SyntaxHighlighter.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/SyntaxHighlighter.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -47,7 +47,7 @@ function getDescription() { - return _("Source code syntax highlighter (via http://www.andre-simon.de)"); + return _("Source code syntax highlighter (via http://www.andre-simon.de)."); } function managesValidators() Modified: trunk/lib/plugin/TeX2png.php =================================================================== --- trunk/lib/plugin/TeX2png.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/TeX2png.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -48,8 +48,7 @@ function getDescription() { - return _("Convert Tex mathematicals expressions to cached png files." . - " This is for small text"); + return _("Convert Tex mathematicals expressions to cached PNG files. This is for small text."); } function getDefaultArguments() Modified: trunk/lib/plugin/TranslateText.php =================================================================== --- trunk/lib/plugin/TranslateText.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/TranslateText.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -47,7 +47,7 @@ function getDescription() { - return _("Define a translation for a specified text"); + return _("Define a translation for a specified text."); } function getDefaultArguments() Modified: trunk/lib/plugin/UriResolver.php =================================================================== --- trunk/lib/plugin/UriResolver.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/UriResolver.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -39,7 +39,7 @@ function getDescription() { - return _("Converts an uri-escaped identifier back to an unique XML-ID"); + return _("Converts an URI-escaped identifier back to an unique XML-ID."); } function getDefaultArguments() Modified: trunk/lib/plugin/Video.php =================================================================== --- trunk/lib/plugin/Video.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/Video.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -52,7 +52,7 @@ function getDescription() { - return _("Display video in Flash"); + return _("Display video in Flash or HTML5."); } function getDefaultArguments() Modified: trunk/lib/plugin/WikiAdminRename.php =================================================================== --- trunk/lib/plugin/WikiAdminRename.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/WikiAdminRename.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -39,7 +39,7 @@ function getDescription() { - return _("Rename selected pages"); + return _("Rename selected pages."); } function getDefaultArguments() Modified: trunk/lib/plugin/WikiBlog.php =================================================================== --- trunk/lib/plugin/WikiBlog.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/WikiBlog.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -90,7 +90,7 @@ function getDescription() { - return sprintf(_("Show and add blogs for %s"), '[pagename]'); + return sprintf(_("Show and add blogs for %s."), '[pagename]'); } // Arguments: Modified: trunk/lib/plugin/WikiForm.php =================================================================== --- trunk/lib/plugin/WikiForm.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/WikiForm.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -35,7 +35,7 @@ function getDescription() { - return _("Provide generic WikiForm input buttons"); + return _("Provide generic WikiForm input buttons."); } function getDefaultArguments() Modified: trunk/lib/plugin/WikiFormRich.php =================================================================== --- trunk/lib/plugin/WikiFormRich.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/WikiFormRich.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -104,7 +104,7 @@ function getDescription() { - return _("Provide generic WikiForm input buttons"); + return _("Provide generic WikiForm input buttons."); } function getDefaultArguments() Modified: trunk/lib/plugin/WikiForum.php =================================================================== --- trunk/lib/plugin/WikiForum.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/WikiForum.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -55,7 +55,7 @@ function getDescription() { - return _("Handles threaded topics with comments/news and provide a input form"); + return _("Handles threaded topics with comments/news and provide a input form."); } function getDefaultArguments() Modified: trunk/lib/plugin/WikiPoll.php =================================================================== --- trunk/lib/plugin/WikiPoll.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/WikiPoll.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -63,7 +63,7 @@ function getDescription() { - return _("Enable configurable polls"); + return _("Enable configurable polls."); } function getDefaultArguments() Modified: trunk/lib/plugin/YouTube.php =================================================================== --- trunk/lib/plugin/YouTube.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/YouTube.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -44,7 +44,7 @@ function getDescription() { - return _("Embed YouTube videos"); + return _("Embed YouTube videos."); } function getDefaultArguments() Modified: trunk/lib/plugin/_GroupInfo.php =================================================================== --- trunk/lib/plugin/_GroupInfo.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/_GroupInfo.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -33,7 +33,7 @@ function getDescription() { - return sprintf(_("Show Group Information")); + return sprintf(_("Show Group Information.")); } function getDefaultArguments() Modified: trunk/lib/plugin/_WikiTranslation.php =================================================================== --- trunk/lib/plugin/_WikiTranslation.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/_WikiTranslation.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -118,7 +118,7 @@ function getDescription() { - return _("Show translations of various words or pages"); + return _("Show translations of various words or pages."); } function getDefaultArguments() Modified: trunk/lib/plugin/text2png.php =================================================================== --- trunk/lib/plugin/text2png.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/lib/plugin/text2png.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -54,7 +54,7 @@ function getDescription() { - return _("Convert text into a png image using GD."); + return _("Convert text into a PNG image using GD."); } function getDefaultArguments() Modified: trunk/locale/de/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/de/LC_MESSAGES/phpwiki.php =================================================================== --- trunk/locale/de/LC_MESSAGES/phpwiki.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/locale/de/LC_MESSAGES/phpwiki.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -145,7 +145,7 @@ $locale["Already logged in"] = "Bereits eingeloggt"; $locale["Also pages which have been deleted at least %s days."] = "Auch Seiten, die in den letzten %s Tagen gelöscht wurden."; $locale["An unnamed PhpWiki"] = "Unbenanntes PhpWiki"; -$locale["Analyzes preferences based on voting budget and ratings."] = "Analysiere Empfehlungen auf Grund von Bewertungen."; +$locale["Analyze preferences based on voting budget and ratings."] = "Analysiere Empfehlungen auf Grund von Bewertungen."; $locale["Anonymous Users"] = "Anonyme Benutzer"; $locale["Appearance"] = "Darstellung"; $locale["Append text to any page in this wiki."] = "Füge Text zu einer Seite in diesem Wiki hinzu."; @@ -280,7 +280,7 @@ $locale["ContributedTranslations"] = "MeineÜbersetzungen"; $locale["Control characters not allowed"] = "Steuerzeichen nicht erlaubt"; $locale["Convert"] = "Konvertieren"; -$locale["Convert text into a png image using GD."] = "Text mit der GD Bibliothek in ein PNG Bild konvertieren."; +$locale["Convert text into a PNG image using GD."] = "Text mit der GD Bibliothek in ein PNG Bild konvertieren."; $locale["Converted successfully %d pages"] = "%d Seiten erfolgreich konvertiert"; $locale["Converts TeX to an image. May be used to embed formulas in PhpWiki."] = "(La)TeX-Dokument nach ein Bild erstellen. Dadurch konnte eine Formel in PhpWiki eingebettet worden."; $locale["Copyrights"] = "Urheberrechte"; @@ -293,8 +293,8 @@ $locale["Couldn't start commandline “%s”"] = "Konnte Programm »%s« nicht starten"; $locale["Count"] = "Anzahl"; $locale["Create Page"] = "Neue Seite"; +$locale["Create a Wiki Category Page."] = "Erzeuge eine neue Wiki-Seite."; $locale["Create a Wiki page by the provided name."] = "Erzeuge neue Wiki-Seite mit dem angegebenem Namen."; -$locale["Create a Wiki page."] = "Erzeuge eine neue Wiki-Seite."; $locale["Create a new (sub)page"] = "Erzeuge eine neue (Unter)Seite"; $locale["Create: %s"] = "Erzeugen: %s"; $locale["CreatePage"] = "NeueSeite"; @@ -318,7 +318,7 @@ $locale["Default language: “%s”"] = "Standardsprache für dieses Wiki: »%s«"; $locale["Default preferences will be used."] = "Die Vorgabe Benutzereinstellungen werden verwendent."; $locale["Default theme: “%s”"] = "Darstellung des Systems: »%s«"; -$locale["Define a translation for a specified text"] = "Definiere die Übersetzung für einen gegebenen Text"; +$locale["Define a translation for a specified text."] = "Definiere die Übersetzung für einen gegebenen Text."; $locale["Define the translation for %s in %s"] = "Definiere die Übersetzung für %s nach %s"; $locale["Del/+"] = "Lö/+"; $locale["Delete ACL"] = "Lösche diese ACL"; @@ -338,10 +338,10 @@ $locale["Differences between %s and %s of %s."] = "Zeilenweiser Vergleich von %3\$s, von %1\$s mit %2\$s."; $locale["Diffing pages"] = "Die Inhalts-Differenz-Seiten dieses Wikis"; $locale["Discussion"] = "Diskussion"; -$locale["Display arbitrary SQL result tables"] = "Zeige Tabelle von SQL Abfragen an"; -$locale["Display differences between revisions"] = "Zeilenweiser Vergleich der Versionen"; +$locale["Display arbitrary SQL result tables."] = "Zeige Tabelle von SQL Abfragen an."; +$locale["Display differences between revisions."] = "Zeilenweiser Vergleich der Versionen."; $locale["Displays a list of randomly chosen pages or redirects to a random page."] = "Eine liste der zufälliger ausgewählter Seiten zeigen oder nach einer zufälliger ausgewählter Seite weiterleiten."; -$locale["Displays a set of photos listed in a text file with optional descriptions"] = "Zeigt die Liste der Bilder in einer Textdatei an, mit optionalen Beschreibungen"; +$locale["Displays a set of photos listed in a text file with optional descriptions."] = "Zeigt die Liste der Bilder in einer Textdatei an, mit optionalen Beschreibungen."; $locale["Displays a url in a seperate frame inside our body. Only one frame allowed."] = "Zeigt eine URL in einem eigenen (oder gesonderten) Frame innerhalb der Seite. Nur ein Frame ist erlaubt."; $locale["Don't cache this page."] = "Cache diese Seite nicht."; $locale["Double redirect not allowed."] = "Rekursive Redirektion verboten."; @@ -362,13 +362,13 @@ $locale["E-mail Notification"] = "E-Mail Bestätigung"; $locale["E-mail address confirmation"] = "E-Mail Bestätigung"; $locale["ERROR uploading “%s”"] = "FEHLER beim Hochladen von »%s«"; -$locale["Easy navigation buttons for %s"] = "Einfache Navgiationsknöpfe für %s"; +$locale["Easy navigation buttons for %s."] = "Einfache Navgiationsknöpfe für %s."; $locale["Edit"] = "Bearbeiten"; $locale["Edit %s"] = "Bearbeite %s"; $locale["Edit Area Size"] = "Texteingabe Fenstergröße"; $locale["Edit Old Revision"] = "Alte Version Bearbeiten"; $locale["Edit aborted."] = "Bearbeiten abgebrochen."; -$locale["Edit metadata for %s"] = "Meta-Daten für %s bearbeiten"; +$locale["Edit metadata for %s."] = "Meta-Daten für %s bearbeiten."; $locale["Edit this page"] = "Diese Seite bearbeiten"; $locale["Edit this page and all subpages"] = "Bearbeiten aller Seiten und Unterseiten"; $locale["Edit: %s"] = "Bearbeite: %s"; @@ -381,7 +381,7 @@ $locale["Empty Preferences or format of UserPreferences cookie not recognised."] = "Leere BenutzerEinstellungen oder BenutzerEinstellungs Cookie nicht erkannt."; $locale["Empty link to: %s"] = "Leerer Link zu: %s"; $locale["Empty pagename!"] = "Leerer Seitenname!"; -$locale["Enable configurable polls"] = "Erlaubt konfigurierbare Umfragen"; +$locale["Enable configurable polls."] = "Erlaubt konfigurierbare Umfragen."; $locale["Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed."] = "Liste aller Seiten durch Leerzeichen oder Komma getrennt. Reguläre Ausdrücke (fileglobbing) erlaubt."; $locale["Enter your UserId to sign in"] = "Tragen Sie bitte für die Anmeldung im Wiki Ihren Benutzernamen ein"; $locale["Entry on %s by %s."] = "Kommentar zu %s von %s."; @@ -501,7 +501,7 @@ $locale["In total there are %d user sessions online. :: Unique %d Registered and %d Guests"] = "Insgesamt sind %d Benutzersessions online. :: %d verschiedene Registrierte und %d Gäste"; $locale["Include an external web page within the body of a wiki page."] = "Einbetten einer externen Webseite im Body dieser Wiki Seite."; $locale["Include multiple pages."] = "Füge mehrere Seiten ein."; -$locale["Include recursively all linked pages starting at %s"] = "Bette rekursiv alle verlinkten Seiten ein, angefangen mit %s"; +$locale["Include recursively all linked pages starting at %s."] = "Bette rekursiv alle verlinkten Seiten ein, angefangen mit %s."; $locale["Include text from another wiki page."] = "Text von einer andere Seite einfügen."; $locale["IncludePage"] = "SeiteEinfügen"; $locale["IncludePages"] = "SeitenEinfügen"; @@ -564,8 +564,8 @@ $locale["LinkSearch"] = "LinkSuche"; $locale["Links"] = "Links"; $locale["List"] = "Liste"; -$locale["List PageHistory for %s"] = "Das Änderungsprotokoll für %s auflisten"; -$locale["List all new pages per month per user"] = "Liste aller neuen Seiten pro Monat und Benutzer"; +$locale["List PageHistory for %s."] = "Das Änderungsprotokoll für %s auflisten."; +$locale["List all new pages per month per user."] = "Liste aller neuen Seiten pro Monat und Benutzer."; $locale["List all once authenticated users."] = "Liste alle eingetragenen Benutzer."; $locale["List all page revisions edited by one user with diff links, or show a PageHistory-like list of a single page for only one user."] = "Liste aller Versionen eines Autors mit Diff-Links, oder eine SeitenProtokoll-ähnliche Liste einer Seite nur für einen Autor."; $locale["List all pages in this wiki."] = "Alle Seiten in diesem Wiki auflisten."; @@ -576,7 +576,7 @@ $locale["List of pages created by [%s] (%d total):"] = "Liste der Seiten erzeugt von [%s] (%d insgesamt):"; $locale["List of pages last edited by [%s] (%d total):"] = "Liste der Seiten last edited by [%s] (%d insgesamt):"; $locale["List of pages owned by [%s] (%d total):"] = "Liste der Seiten owned by [%s] (%d insgesamt):"; -$locale["List of plugins on this wiki"] = "Alle Zusatzprogrammen in diesem Wiki auflisten."; +$locale["List of plugins on this wiki."] = "Alle Zusatzprogrammen in diesem Wiki auflisten."; $locale["List of user-created pages (%d total):"] = "Liste der Benutzer erzeugten Seiten (%d insgesamt):"; $locale["List page names which share an initial or final title word with “%s”."] = "Diese Seiten teilen sich einen Wordteil am Anfang oder Ende mit »%s«."; $locale["List pages which are not linked to by any other page."] = "Liste aller Seiten, die von keiner anderen Seite verlinkt sind."; @@ -604,7 +604,7 @@ $locale["Locking pages"] = "Seiten sperren"; $locale["MIME file %s"] = "MIME-Datei %s"; $locale["MISSING"] = "FEHLEND"; -$locale["Make use of the Google API"] = "Benutze die Google API"; +$locale["Make use of the Google API."] = "Benutze die Google API."; $locale["Markup"] = "Quelltext"; $locale["Markup cache purged!"] = "HTML-Cachedaten entfernt!"; $locale["Members:"] = "Mitglieder:"; @@ -696,7 +696,7 @@ $locale["Our users created a total of %d pages."] = "Unsere Benutzer erzeugten insgesamt %d Seiten."; $locale["Owner"] = "Besitzer"; $locale["Owner: %s"] = "Besitzer: %s"; -$locale["PHP syntax highlighting"] = "Hervorhebung der PHP-Syntax (Syntax highlighting)"; +$locale["PHP syntax highlighting."] = "Hervorhebung der PHP-Syntax (Syntax highlighting)."; $locale["PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png.php' for details."] = "PHP konnte keinen neues GD Bild erzeugen. Lesen Sie 'lib/plugin/text2png.php' für Details."; $locale["Page"] = "Seite"; $locale["Page Content: "] = "Inhalt: "; @@ -727,12 +727,11 @@ $locale["PageChange Notification of %s sent to %s"] = "SeitenÄnderung Benachrichtigung von %s an %s gesendet"; $locale["PageDump"] = "SeiteSpeichern"; $locale["PageGroup"] = "SeitenGruppe"; -$locale["PageGroup for %s"] = "SeitenGruppe für »%s«"; +$locale["PageGroup for %s."] = "SeitenGruppe für »%s«"; $locale["PageHistory"] = "SeitenProtokoll"; $locale["PageHistory for %s"] = "Verlaufsprotokoll für Seite %s"; $locale["PageInfo"] = "SeitenInfo"; $locale["PageName|optional label"] = "SeitenName|optionaler Name"; -$locale["PageTrail Plugin"] = "PageTrail Plugin"; $locale["Pagedata size: %d KiB"] = "Größe der Seitendaten: %d KiB"; $locale["Pagename(s): "] = "Seitenname(n): "; $locale["Pages which have been deleted at least %s days are already checked."] = "Seiten, die in den letzten %s Tagen gelöscht wurden, sind bereits ausgewählt"; @@ -801,6 +800,7 @@ $locale["Previous Revision"] = "Vorige Neubearbeitung"; $locale["Printer"] = "Drucker"; $locale["Propagate new permissions to all subpages?"] = "Aktiviere Vererbung dieser Zugriffsrechte auf alle Unterseiten?"; +$locale["Provide weather reports from the Internet."] = "Der PhpWetter plugin gibt Auskunft zur Wetterlage vom Internet."; $locale["Purge HTML cache"] = "HTML-Cachedatei Säubern"; $locale["Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed."] = "Gespeicherten HTML Cache dieser Seite löschen und beim nächsten Aufruf neu generieren."; $locale["Purge Markup Cache"] = "HTML-Cachedatei Säubern"; @@ -820,7 +820,7 @@ $locale["Rate It"] = "Bewerte es"; $locale["RateIt"] = "BewerteEs"; $locale["Rating"] = "BenutzerBewertungen"; -$locale["Rating system. Store user ratings per page"] = "Bewertungssystem. Speichere Benutzerbewertungen pro Seite"; +$locale["Rating system. Store user ratings per page."] = "Bewertungssystem. Speichere Benutzerbewertungen pro Seite."; $locale["Raw HTML"] = "Reine HTML-Befehle"; $locale["Raw HTML is disabled in this wiki."] = "HTML-Befehle sind in diesem Wiki außer Kraft gesetzt."; $locale["Reason: "] = "Grund: "; @@ -837,11 +837,11 @@ $locale["Recursive inclusion of page %s ignored"] = "Rekursiver Selbstaufruf der Seite %s ignoriert"; $locale["Recursive inclusion of url %s"] = "Rekursiver Selbstaufruf der URL %s"; $locale["Recursive redirect to self: “%s”"] = "Eigenbezogene Selbstrückleitung: »%s«"; -$locale["Recursively get BackLinks or links"] = "Alle BackLinks für %s (rekursiv)"; +$locale["Recursively get BackLinks or links."] = "Alle BackLinks für %s (rekursiv)."; $locale["Redirect"] = "Weiterleiten"; $locale["Redirect to an external URL is only allowed in locked pages."] = "Weiterleitung zu einer externen URL ist nur in gesperrten Seiten erlaubt."; $locale["RedirectTo"] = "WeiterLeiten"; -$locale["Redirects to an external web site based on form input"] = "Weiterleitung der Suche zu einer externen Webseite aufgrund einer Formulareingabe"; +$locale["Redirects to an external web site based on form input."] = "Weiterleitung der Suche zu einer externen Webseite aufgrund einer Formulareingabe."; $locale["References"] = "Fußnoten"; $locale["Regex?"] = "Regulärer Ausdruck?"; $locale["Registered Users"] = "Angemeldete Benutzer"; @@ -895,7 +895,7 @@ $locale["Score"] = "Gewichtung"; $locale["Search"] = "Suche"; $locale["Search & Replace"] = "Suchen & Ersetzen"; -$locale["Search an LDAP directory"] = "Durchsuche ein LDAP Verzeichnis"; +$locale["Search an LDAP directory."] = "Durchsuche ein LDAP Verzeichnis."; $locale["Search and replace text in selected wiki pages."] = "Suche und ersetze Text in den gewählten Seiten."; $locale["Search for"] = "Suche nach"; $locale["Search for page titles similar to %s."] = "Suche nach Seitentitel die ähnlich klingen wie %s."; @@ -928,22 +928,21 @@ $locale["Set Password"] = "Setze Passwort"; $locale["Set USE_DB_SESSION to false."] = "Setzen Sie USE_DB_SESSION auf false."; $locale["Set individual page permissions."] = "Setze individuelle Zugangsrechte."; -$locale["Show and add blogs for %s"] = "Blogs für %s zeigen und hinzufügen"; -$locale["Show and add comments for %s"] = "Kommentare für %s zeigen und hinzufügen"; +$locale["Show and add blogs for %s."] = "Blogs für %s zeigen und hinzufügen."; +$locale["Show and add comments for %s."] = "Kommentare für %s zeigen und hinzufügen."; $locale["Show changes for:"] = "Zeige Änderungen innerhalb von:"; $locale["Show extra page Info and statistics for %s."] = "Zusätzliche Seiten-Info und Statistiken über %s zeigen."; $locale["Show relative dates using 'Today' and 'Yesterday'"] = "Datum mit relativen Bezeichnungen, wie »Heute« und »Gestern«"; $locale["Show summary information from the access log table."] = "Zeige Überblick über die Access LOG-Tabelle."; $locale["Show summary information of the current user sessions."] = "Zeige Überblick über alle aktuellen Benutzersessions."; -$locale["Show translations of various words or pages"] = "Zeige Übersetzungen für verschiedene Wörter oder Seiten"; +$locale["Show translations of various words or pages."] = "Zeige Übersetzungen für verschiedene Wörter oder Seiten."; $locale["Sidebar"] = "Sidebar"; $locale["Sign In"] = "Anmelden"; $locale["Sign Out"] = "Abmelden"; $locale["Sign in as:"] = "Anmelden als:"; $locale["Signed Users"] = "Angemeldete Benutzer"; -$locale["Simple RSS Feed aggregator Plugin"] = "Einfaches RSS Feed Plugin"; -$locale["Simple Sample Plugin"] = "Zusatzprogramm Minimalbeispiel"; -$locale["Simple jabber presence plugin"] = "Einfaches Jabber-Anwesenheits Zusatzprogramm"; +$locale["Simple RSS Feed aggregator."] = "Einfaches RSS Feed Plugin."; +$locale["Simple Sample Plugin."] = "Zusatzprogramm Minimalbeispiel."; $locale["Since you started the deletion process, someone has saved a new version of %s. Please check to make sure you still want to permanently remove the page from the database."] = "Während Sie den Löschungsprozess begonnen haben, hat jemand anderer eine neue Version von %s gespeichert. Bitte entscheiden Sie ob Sie die Seite noch von der Datenbank permanent löschen wollen."; $locale["Since you started the purge process, someone has saved a new version of %s. Please check to make sure you still want to permanently purge the page from the database."] = "Während Sie den Löschungsprozess begonnen haben, hat jemand anderer eine neue Version von %s gespeichert. Bitte entscheiden Sie ob Sie die Seite noch von der Datenbank permanent löschen wollen."; $locale["SiteMap"] = "SeitenÜbersicht"; @@ -979,7 +978,7 @@ $locale["Summary"] = "Zusammenfassung"; $locale["Summary: %s"] = "Zusammenfassung: %s"; $locale["Supplanted on"] = "Ersetzt am"; -$locale["Support moderated pages"] = "Unterstütze moderierte Seiten"; +$locale["Support moderated pages."] = "Unterstütze moderierte Seiten."; $locale["Supported handlers are: %s"] = "Unterstützte DBA Methoden sind: %s"; $locale["Supported languages"] = "Unterstützte Sprachen"; $locale["Supported themes"] = "Unterstützte Benutzeroberfläche"; @@ -1009,7 +1008,6 @@ $locale["The %s subpage enables simple weblogging."] = "Die %s UnterSeite ermöglicht ein einfaches Weblog."; $locale["The DBA handler %s is unsupported!"] = "Die DBA Methode %s wird nicht unterstützt!"; $locale["The ICAO “%s” wasn't recognized."] = "Die angegebene ICAO »%s« war nicht bekannt."; -$locale["The PhpWeather plugin provides weather reports from the Internet."] = "Der PhpWetter plugin gibt Auskunft zur Wetterlage vom Internet."; $locale["The PhpWiki access log file"] = "Die PhpWiki Zugriffslog Datei"; $locale["The SQL_ACCESS_LOG is not enabled."] = "SQL_ACCESS_LOG ist nicht aktiviert."; $locale["The current page has no subpages defined."] = "Diese Seite hat keine zugewiesenen Unterseiten."; Modified: trunk/locale/es/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/es/LC_MESSAGES/phpwiki.php =================================================================== --- trunk/locale/es/LC_MESSAGES/phpwiki.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/locale/es/LC_MESSAGES/phpwiki.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -114,7 +114,7 @@ $locale["Could not connect to LDAP host %s"] = "No podía conectar con LDAP %s"; $locale["Couldn't connect to %s"] = "No podía conectar con %s"; $locale["Create Page"] = "Cree la Página"; -$locale["Create a Wiki page."] = "Cree una página de Wiki."; +$locale["Create a Wiki Category Page."] = "Cree una página de Wiki."; $locale["Create a new (sub)page"] = "Cree una página (secundaria) nueva"; $locale["Create: %s"] = "Cree: %s"; $locale["CreatePage"] = "CreeLaPágina"; @@ -372,7 +372,7 @@ $locale["Search"] = "Buscar"; $locale["Search & Replace"] = "Busque Y Substituya"; $locale["Search for"] = "Buscar"; -$locale["Search relations and attributes"] = "Buscar relaciones y atributos"; +$locale["Search relations and attributes."] = "Buscar relaciones y atributos."; $locale["Search:"] = "Buscar:"; $locale["SearchReplace"] = "Busque Y Substituya"; $locale["See %s tips for editing."] = "%s tips para editar."; Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.php =================================================================== --- trunk/locale/fr/LC_MESSAGES/phpwiki.php 2012-12-12 16:56:34 UTC (rev 8660) +++ trunk/locale/fr/LC_MESSAGES/phpwiki.php 2012-12-14 17:02:51 UTC (rev 8661) @@ -287,8 +287,8 @@ $locale["Contents"] = "Contenu"; $locale["ContributedTranslations"] = "TraductionsContribuées"; $locale["Convert"] = "Convertir"; -$locale["Convert Tex mathematicals expressions to cached png files. This is for small text"] = "Convertit des expressions mathématiques au format TeX en des fichiers png mis en cache."; -$locale["Convert text into a png image using GD."] = "Converti le texte en une image png utilisant GD."; +$locale["Convert Tex mathematicals expressions to cached PNG files. This is for small text."] = "Convertit des expressions mathématiques au format TeX en des fichiers PNG mis en cache."; +$locale["Convert text into a PNG image using GD."] = "Convertir le texte en une image PNG en utilisant GD."; $locale["Converted successfully %d pages"] = "%d pages converties avec succès"; $locale["Converts TeX to an image. May be used to embed formulas in PhpWiki."] = "Pour convertir des formules TeX en image."; $locale["Copyrights"] = "Copyrights"; @@ -299,8 +299,8 @@ $locale["Couldn't start commandline “%s”"] = "Impossible de lancer la ligne de commande « %s »"; $locale["Count"] = "Nombre"; $locale["Create Page"] = "Créer la page"; +$locale["Create a Wiki Category Page."] = "Créer une page wiki de catégorie."; $locale["Create a Wiki page by the provided name."] = "Créer une page wiki avec le nom demandé."; -$locale["Create a Wiki page."] = "Créer une page wiki"; $locale["Create a new (sub)page"] = "Créer une nouvelle (sous-)page"; $locale["Create redirect from old to new name?"] = "Créer une redirection de l'ancien nom vers le nouveau ?"; $locale["Create: %s"] = "Créer : %s"; @@ -324,7 +324,7 @@ $locale["Default language: “%s”"] = "Langage par défaut : %s"; $locale["Default preferences will be used."] = "Les préférences par défaut seront utilisées."; $locale["Default theme: “%s”"] = "Thème par défaut : “%s”"; -$locale["Define a translation for a specified text"] = "Traduire du texte"; +$locale["Define a translation for a specified text."] = "Définir la traduction d'un texte spécifique."; $locale["Define the translation for %s in %s"] = "Définir la traduction pour %s en %s"; $locale["Del/+"] = "Suppr/+"; $locale["Delete ACL"] = "Supprimer l'ACL"; @@ -343,13 +343,13 @@ $locale["Differences between %s and %s of %s."] = "Différences entre %s et %s de %s."; $locale["Diffing pages"] = "Comparaison des pages"; $locale["Discussion"] = "Discussion"; -$locale["Display arbitrary SQL result tables"] = "Affiche le résultat de requêtes SQL simples"; +$locale["Display arbitrary SQL result tables."] = "Affiche le résultat de requêtes SQL simples."; $locale["Display as Pdf"] = "Afficher en PDF"; -$locale["Display differences between revisions"] = "Affiche les différences entre versions"; +$locale["Display differences between revisions."] = "Affiche les différences entre versions."; $locale["Display general and user specific auth information."] = "Afficher les informations générales de l'utilisateur."; -$locale["Display video in Flash"] = "Afficher une vidéo en Flash"; +$locale["Display video in Flash or HTML5."] = "Afficher une vidéo en Flash ou HTML5."; $locale["Displays a list of randomly chosen pages or redirects to a random page."] = "Affiche une liste de pages prises au hasard sur ce wiki."; -$locale["Displays a set of photos listed in a text file with optional descriptions"] = "Affiche un groupe de photos listées dans un fichier texte avec des descriptions facultatives."; +$locale["Displays a set of photos listed in a text file with optional descriptions."] = "Affiche un groupe de photos listées dans un fichier texte avec des descriptions facultatives."; $locale["Displays a url in a seperate frame inside our body. Only one frame allowed."] = "Affiche une url dans une cadre interne à la page. Un seul cadre autorisé."; $locale["Do not send minor modifications"] = "Ne pas envoyer les modifications mineures"; $locale["Do not send my own modifications"] = "Ne pas envoyer mes propres modifications"; @@ -379,13 +379,13 @@ $locale["E-mail address “%s” is properly formatted"] = "L'adresse électronique « %s » semble être bien formée."; $locale["ERROR uploading “%s”"] = "ERREUR en déposant « %s » : "; $locale["ERROR: No e-mail defined! You need to do this in your "] = "ERREUR : pas d'adresse électronique définie! Vous devez le faire dans vos "; -$locale["Easy navigation buttons for %s"] = "Boutons de navigation rapide pour %s"; +$locale["Easy navigation buttons for %s."] = "Boutons de navigation rapide pour %s."; $locale["Edit"] = "Modifier"; $locale["Edit %s"] = "Éditer %s"; $locale["Edit Area Size"] = "Modifier la taille de la zone"; $locale["Edit Old Revision"] = "Modifier l'ancienne version"; $locale["Edit aborted."] = "Modification annulée."; -$locale["Edit metadata for %s"] = "Éditer les métadonnées pour %s"; +$locale["Edit metadata for %s."] = "Éditer les métadonnées pour %s."; $locale["Edit this page"] = "Modifier cette page"; $locale["Edit this page and all subpages"] = "Modifier cette page et toutes ses sous-pages"; $locale["Edit: %s"] = "Modifier : %s"; @@ -400,7 +400,7 @@ $locale["Empty link to:... [truncated message content] |