From: <var...@us...> - 2012-12-17 12:53:04
|
Revision: 8665 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8665&view=rev Author: vargenau Date: 2012-12-17 12:52:50 +0000 (Mon, 17 Dec 2012) Log Message: ----------- Update getDescription Modified Paths: -------------- trunk/lib/plugin/AuthorHistory.php trunk/lib/plugin/CurrentTime.php trunk/lib/plugin/ExternalSearch.php trunk/lib/plugin/FrameInclude.php trunk/lib/plugin/GoogleMaps.php trunk/lib/plugin/PhotoAlbum.php trunk/lib/plugin/RandomPage.php trunk/lib/plugin/RecentChangesCached.php trunk/lib/plugin/RedirectTo.php trunk/lib/plugin/SystemInfo.php trunk/lib/plugin/UnfoldSubpages.php trunk/lib/plugin/WantedPages.php trunk/lib/plugin/WantedPagesOld.php trunk/locale/de/LC_MESSAGES/phpwiki.mo trunk/locale/de/LC_MESSAGES/phpwiki.php trunk/locale/es/LC_MESSAGES/phpwiki.mo 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/AuthorHistory.php =================================================================== --- trunk/lib/plugin/AuthorHistory.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/lib/plugin/AuthorHistory.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -36,7 +36,7 @@ <?plugin AuthorHistory page=all includeminor=true ?> -* Displays a list of revision edits by one particular user, for the +* Display a list of revision edits by one particular user, for the * current page, a specified page, or all pages. * This is a big hack to create a PageList like table. (PageList Modified: trunk/lib/plugin/CurrentTime.php =================================================================== --- trunk/lib/plugin/CurrentTime.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/lib/plugin/CurrentTime.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -60,7 +60,7 @@ function getDescription() { - return _("Displays current time and date."); + return _("Display current time and date."); } Modified: trunk/lib/plugin/ExternalSearch.php =================================================================== --- trunk/lib/plugin/ExternalSearch.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/lib/plugin/ExternalSearch.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -21,7 +21,7 @@ */ /** - * Redirects to an external web site based on form input. + * Redirect to an external web site based on form input. * See http://phpwiki.sourceforge.net/phpwiki/ExternalSearchPlugin * * useimage sample: @@ -43,7 +43,7 @@ function getDescription() { - return _("Redirects to an external web site based on form input."); + return _("Redirect to an external web site based on form input."); //fixme: better description } Modified: trunk/lib/plugin/FrameInclude.php =================================================================== --- trunk/lib/plugin/FrameInclude.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/lib/plugin/FrameInclude.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -21,7 +21,7 @@ */ /** - * FrameInclude: Displays a url or page in a seperate frame inside our body. + * FrameInclude: Display a url or page in a seperate frame inside our body. * * Usage: * <<FrameInclude src=http://www.internet-technology.de/fourwins_de.htm >> @@ -55,7 +55,7 @@ function getDescription() { - return _("Displays a url in a seperate frame inside our body. Only one frame allowed."); + return _("Display a url in a seperate frame inside our body. Only one frame allowed."); } function getDefaultArguments() Modified: trunk/lib/plugin/GoogleMaps.php =================================================================== --- trunk/lib/plugin/GoogleMaps.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/lib/plugin/GoogleMaps.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -65,7 +65,7 @@ function getDescription() { - return _("Displays a marker with further infos (when clicking) on given coordinates."); + return _("Display a marker with further infos (when clicking) on given coordinates."); } function getDefaultArguments() Modified: trunk/lib/plugin/PhotoAlbum.php =================================================================== --- trunk/lib/plugin/PhotoAlbum.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/lib/plugin/PhotoAlbum.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -102,7 +102,7 @@ function getDescription() { - return _("Displays a set of photos listed in a text file with optional descriptions."); + return _("Display 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/RandomPage.php =================================================================== --- trunk/lib/plugin/RandomPage.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/lib/plugin/RandomPage.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -36,7 +36,7 @@ function getDescription() { - return _("Displays a list of randomly chosen pages or redirects to a random page."); + return _("Display a list of randomly chosen pages or redirects to a random page."); } function getDefaultArguments() Modified: trunk/lib/plugin/RecentChangesCached.php =================================================================== --- trunk/lib/plugin/RecentChangesCached.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/lib/plugin/RecentChangesCached.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -46,7 +46,7 @@ function getDescription() { - return 'Caches output of RecentChanges called with default arguments.'; + return 'Cache output of RecentChanges called with default arguments.'; } function getDefaultArguments() Modified: trunk/lib/plugin/RedirectTo.php =================================================================== --- trunk/lib/plugin/RedirectTo.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/lib/plugin/RedirectTo.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -46,7 +46,7 @@ function getDescription() { - return _("Redirects to another URL or page."); + return _("Redirect to another URL or page."); } function getDefaultArguments() Modified: trunk/lib/plugin/SystemInfo.php =================================================================== --- trunk/lib/plugin/SystemInfo.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/lib/plugin/SystemInfo.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -57,7 +57,7 @@ function getDescription() { - return _("Provides access to PhpWiki's lower level system information."); + return _("Provide access to PhpWiki's lower level system information."); } /* From lib/WikiPlugin.php: Modified: trunk/lib/plugin/UnfoldSubpages.php =================================================================== --- trunk/lib/plugin/UnfoldSubpages.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/lib/plugin/UnfoldSubpages.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -43,7 +43,7 @@ function getDescription() { - return _("Includes the content of all SubPages of the current page."); + return _("Include the content of all SubPages of the current page."); } function getDefaultArguments() Modified: trunk/lib/plugin/WantedPages.php =================================================================== --- trunk/lib/plugin/WantedPages.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/lib/plugin/WantedPages.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -42,7 +42,7 @@ function getDescription() { - return _("Lists referenced page names which do not exist yet."); + return _("List referenced page names which do not exist yet."); } function getDefaultArguments() Modified: trunk/lib/plugin/WantedPagesOld.php =================================================================== --- trunk/lib/plugin/WantedPagesOld.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/lib/plugin/WantedPagesOld.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -33,7 +33,7 @@ function getDescription() { - return _("Lists referenced page names which do not exist yet."); + return _("List referenced page names which do not exist yet."); } 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-17 09:58:45 UTC (rev 8664) +++ trunk/locale/de/LC_MESSAGES/phpwiki.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -337,11 +337,11 @@ $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 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["Display 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["Display 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["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 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."; $locale["Download all revisions for backup"] = "Alle Versionen für Backup herunterladen"; @@ -502,12 +502,12 @@ $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 text from another wiki page."] = "Text von einer andere Seite einfügen."; +$locale["Include the content of all SubPages of the current page."] = "Enthält den Inhalt alle UnterSeiten der aktuellen Seite."; $locale["IncludePage"] = "SeiteEinfügen"; $locale["IncludePages"] = "SeitenEinfügen"; $locale["IncludeSiteMap"] = "SeitenBaumEingefügt"; $locale["Included from %s"] = "Eingefügter Text von %s"; $locale["Included from %s (revision %d)"] = "Eingefügter Text von %s (Version %d)"; -$locale["Includes the content of all SubPages of the current page."] = "Enthält den Inhalt alle UnterSeiten der aktuellen Seite."; $locale["Info"] = "Info"; $locale["Inline images"] = "Eingebundene Bilder"; $locale["Insert"] = "Einfügen"; @@ -579,6 +579,7 @@ $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."; +$locale["List referenced page names which do not exist yet."] = "Zeige verlinkte Seiten, die noch nicht bearbeitet bzw. erzeugt wurden."; $locale["List the most popular pages nearby."] = "Liste die meistbesuchten Seiten in der Nähe."; $locale["List the most popular pages."] = "Die meistbesucht Seiten werden aufgelistet."; $locale["List the most popular tags."] = "Die meistbesucht Tags werden aufgelistet."; @@ -587,7 +588,6 @@ $locale["ListPages"] = "ListeSeiten"; $locale["ListRelations"] = "ListeRelationen"; $locale["ListSubpages"] = "ListeUnterseiten"; -$locale["Lists referenced page names which do not exist yet."] = "Zeige verlinkte Seiten, die noch nicht bearbeitet bzw. erzeugt wurden."; $locale["Lists the names of all SubPages of the current page."] = "Listet die Namen aller Unterseiten der aktuellen Seite."; $locale["LiveSearch"] = "LiveSuche"; $locale["Load File"] = "Datei Laden"; @@ -779,7 +779,6 @@ $locale["Plugin %s: undefined"] = "Zusatzprogramm %s: undefiniert"; $locale["Plugin “%s” does not exist."] = "Zusatzprogramm »%s« existiert nicht"; $locale["PluginManager"] = "ZusatzprogrammManager"; -$locale["Plugins"] = "Zusatzprogramme"; $locale["PopularNearby"] = "MeistBesuchtNahe"; $locale["Post new"] = "Neuer Eintrag"; $locale["Posted: %s"] = "Gepostet: %s"; @@ -840,8 +839,8 @@ $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["Redirect to an external web site based on form input."] = "Weiterleitung der Suche zu einer externen Webseite aufgrund einer Formulareingabe."; $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["References"] = "Fußnoten"; $locale["Regex?"] = "Regulärer Ausdruck?"; $locale["Registered Users"] = "Angemeldete Benutzer"; Modified: trunk/locale/es/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) 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-17 09:58:45 UTC (rev 8664) +++ trunk/locale/fr/LC_MESSAGES/phpwiki.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -342,14 +342,14 @@ $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 a list of randomly chosen pages or redirects to a random page."] = "Affiche une liste de pages prises au hasard sur ce wiki."; +$locale["Display 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["Display 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["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 general and user specific auth information."] = "Afficher les informations générales de l'utilisateur."; $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 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"; $locale["Do you %s want to add this page \"%s\" to your WatchList?"] = "Voulez-vous %s ajouter la page « %s » à votre liste de suivi ?"; @@ -530,12 +530,12 @@ $locale["Include an external web page within the body of a wiki page."] = "Inclure une page externe dans le corps de la WikiPage."; $locale["Include recursively all linked pages starting at %s."] = "Créer une carte du site commençant à %s."; $locale["Include text from another wiki page."] = "Inclure le texte d'une autre page wiki."; +$locale["Include the content of all SubPages of the current page."] = "Pour inclure le contenu de toutes les sous pages de la page actuelle."; $locale["IncludePage"] = "InclureUnePage"; $locale["IncludePages"] = "InclurePages"; $locale["IncludeSiteMap"] = "CarteDuSite"; $locale["Included from %s"] = "Inséré de %s"; $locale["Included from %s (revision %d)"] = "Inséré de %s (version %d)"; -$locale["Includes the content of all SubPages of the current page."] = "Pour inclure le contenu de toutes les sous pages de la page actuelle."; $locale["Index"] = "Index"; $locale["Inline images"] = "Images intégrées"; $locale["Insert"] = "Insérer"; @@ -605,11 +605,11 @@ $locale["List page names which share an initial or final title word with “%s”."] = "Affiche la liste des pages qui partagent un mot initial ou final dans leur titre avec %s."; $locale["List pages that are explicitly given as the pages argument."] = "Liste des pages qui sont explicitement données en argument."; $locale["List pages which are not linked to by any other page."] = "Liste des pages qui ne sont liées à aucune autre."; +$locale["List referenced page names which do not exist yet."] = "Afficher toutes les pages référencées qui n'existent pas."; $locale["List the most popular pages."] = "Voir les pages les plus populaires."; $locale["List this page and all subpages"] = "Lister cette page et ses sous-pages"; $locale["ListPages"] = "ListeDePages"; $locale["ListSubpages"] = "ListeDesSousPages"; -$locale["Lists referenced page names which do not exist yet."] = "Afficher toutes les pages référencées qui n'existent pas."; $locale["Lists the names of all SubPages of the current page."] = "Affiche la liste des noms de toutes les sous-pages de la page courante."; $locale["LiveSearch"] = "RechercheLive"; $locale["Load File"] = "Importer un fichier"; @@ -815,7 +815,6 @@ $locale["Plugin not run: not in browse mode"] = "Greffon non exécuté (hors navigation)"; $locale["Plugin “%s” does not exist."] = "Le greffon %s n'existe pas."; $locale["PluginManager"] = "GestionsDesPlugins"; -$locale["Plugins"] = "Greffons"; $locale["PopularNearby"] = "PopulairesAlentour"; $locale["Post new"] = "Poster une annonce"; $locale["Posted: %s"] = "Posté le %s"; @@ -839,9 +838,9 @@ $locale["Printable version"] = "Version imprimable"; $locale["Printer"] = "Imprimante"; $locale["Propagate new permissions to all subpages?"] = "Propager les nouvelles permissions aux sous-pages ?"; +$locale["Provide access to PhpWiki's lower level system information."] = "Affiche les informations de bas niveau pour PhpWiki."; $locale["Provide for raw HTML within wiki pages."] = "Un Plugin pour intégrer du code HTML dans les WikiPages."; $locale["Provide weather reports from the Internet."] = "Météo importée d'internet."; -$locale["Provides access to PhpWiki's lower level system information."] = "Affiche les informations de bas niveau pour PhpWiki."; $locale["Public"] = "Public"; $locale["Purge"] = "Purger"; $locale["Purge HTML cache"] = "Vider le cache HTML"; @@ -882,9 +881,9 @@ $locale["Recursive redirect to self: “%s”"] = "Redirection récursive vers soi-même: %s"; $locale["Recursively get BackLinks or links."] = "Obtenir récursivement des rétroLiens ou liens."; $locale["Redirect"] = "Redirection"; +$locale["Redirect to an external web site based on form input."] = "Redirige vers un site externe basé sur un formulaire."; +$locale["Redirect to another URL or page."] = "Redirige vers une autre url ou page."; $locale["RedirectTo"] = "RedirigerVers"; -$locale["Redirects to an external web site based on form input."] = "Redirige vers un site externe basé sur un formulaire."; -$locale["Redirects to another URL or page."] = "Redirige vers une autre url ou page."; $locale["References"] = "Références"; $locale["Regex?"] = "expression régulière ?"; $locale["Registered Users"] = "Utilisateurs inscrits"; Modified: trunk/locale/it/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/ja/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/ja/LC_MESSAGES/phpwiki.php =================================================================== --- trunk/locale/ja/LC_MESSAGES/phpwiki.php 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/locale/ja/LC_MESSAGES/phpwiki.php 2012-12-17 12:52:50 UTC (rev 8665) @@ -134,7 +134,6 @@ $locale["Plugin %s disabled."] = "プラグイン %s は無効になっています。"; $locale["Plugin %s failed."] = "プラグイン %s が失敗しました。"; $locale["PluginManager"] = "プラグイン管理"; -$locale["Plugins"] = "プラグイン一覧"; $locale["PrevNext"] = "前後"; $locale["Preview"] = "プレビューする"; $locale["Preview only! Changes not saved."] = "プレビューしているだけです! まだ保存はされていません。"; Modified: trunk/locale/nl/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/po/de.po =================================================================== --- trunk/locale/po/de.po 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/locale/po/de.po 2012-12-17 12:52:50 UTC (rev 8665) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-17 10:49+0100\n" +"POT-Creation-Date: 2012-12-17 13:51+0100\n" "PO-Revision-Date: 2000-10-31 02:23+0200\n" "Last-Translator: Reini Urban <ru...@x-...>, Carsten Klapp " "<car...@us...>, Helmer Pardun <pardunpress@t-online." @@ -1211,7 +1211,7 @@ msgid "Access for you is forbidden to %s." msgstr "" -#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:61 +#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:59 #, php-format msgid "You must be an administrator to %s." msgstr "Sie müssen Administratorrechte haben %s." @@ -1697,7 +1697,7 @@ msgid "Del/+" msgstr "Lö/+" -#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:76 +#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:74 #: ../lib/plugin/WikiAdminSetAcl.php:256 msgid "Description" msgstr "Beschreibung" @@ -2375,7 +2375,7 @@ msgstr "AktuelleZeit" #: ../lib/plugin/CurrentTime.php:63 -msgid "Displays current time and date." +msgid "Display current time and date." msgstr "" #: ../lib/plugin/DeadEndPages.php:32 @@ -2466,7 +2466,7 @@ msgstr "FremdSuche" #: ../lib/plugin/ExternalSearch.php:46 -msgid "Redirects to an external web site based on form input." +msgid "Redirect to an external web site based on form input." msgstr "" "Weiterleitung der Suche zu einer externen Webseite aufgrund einer " "Formulareingabe." @@ -2546,7 +2546,7 @@ #: ../lib/plugin/FrameInclude.php:58 msgid "" -"Displays a url in a seperate frame inside our body. Only one frame allowed." +"Display a url in a seperate frame inside our body. Only one frame allowed." msgstr "" "Zeigt eine URL in einem eigenen (oder gesonderten) Frame innerhalb der " "Seite. Nur ein Frame ist erlaubt." @@ -2652,7 +2652,7 @@ #: ../lib/plugin/GoogleMaps.php:68 msgid "" -"Displays a marker with further infos (when clicking) on given coordinates." +"Display a marker with further infos (when clicking) on given coordinates." msgstr "" #: ../lib/plugin/GoogleMaps.php:112 ../lib/plugin/YouTube.php:108 @@ -3474,7 +3474,7 @@ #: ../lib/plugin/PhotoAlbum.php:105 msgid "" -"Displays a set of photos listed in a text file with optional descriptions." +"Display a set of photos listed in a text file with optional descriptions." msgstr "" "Zeigt die Liste der Bilder in einer Textdatei an, mit optionalen " "Beschreibungen." @@ -3572,28 +3572,24 @@ msgid "List of plugins on this wiki." msgstr "Alle Zusatzprogrammen in diesem Wiki auflisten." -#: ../lib/plugin/PluginManager.php:54 -msgid "Plugins" -msgstr "Zusatzprogramme" - -#: ../lib/plugin/PluginManager.php:62 +#: ../lib/plugin/PluginManager.php:60 msgid "use this plugin" msgstr "um diese Zusatzprogramme zu verwenden" -#: ../lib/plugin/PluginManager.php:76 +#: ../lib/plugin/PluginManager.php:74 msgid "Plugin" msgstr "Zusatzprogramm" -#: ../lib/plugin/PluginManager.php:78 +#: ../lib/plugin/PluginManager.php:76 msgid "Arguments" msgstr "Parameter" -#: ../lib/plugin/PluginManager.php:117 +#: ../lib/plugin/PluginManager.php:115 #, php-format msgid "%s does not appear to be a WikiPlugin." msgstr "%s scheint kein Zusatzprogramm zu sein." -#: ../lib/plugin/PluginManager.php:128 ../lib/plugin/PluginManager.php:130 +#: ../lib/plugin/PluginManager.php:126 ../lib/plugin/PluginManager.php:128 #: ../lib/upgrade.php:206 ../themes/MonoBook/templates/navbar.tmpl:18 msgid "Help" msgstr "Hilfe" @@ -3716,7 +3712,7 @@ msgstr "ZufallsSeite" #: ../lib/plugin/RandomPage.php:39 -msgid "Displays a list of randomly chosen pages or redirects to a random page." +msgid "Display a list of randomly chosen pages or redirects to a random page." msgstr "" "Eine liste der zufälliger ausgewählter Seiten zeigen oder nach einer " "zufälliger ausgewählter Seite weiterleiten." @@ -4061,7 +4057,7 @@ msgstr "WeiterLeiten" #: ../lib/plugin/RedirectTo.php:49 -msgid "Redirects to another URL or page." +msgid "Redirect to another URL or page." msgstr "" #: ../lib/plugin/RedirectTo.php:72 @@ -4456,7 +4452,7 @@ msgstr "" #: ../lib/plugin/SystemInfo.php:60 -msgid "Provides access to PhpWiki's lower level system information." +msgid "Provide access to PhpWiki's lower level system information." msgstr "" #: ../lib/plugin/SystemInfo.php:131 @@ -4837,7 +4833,7 @@ msgstr "UnterseitenEntfalten" #: ../lib/plugin/UnfoldSubpages.php:46 -msgid "Includes the content of all SubPages of the current page." +msgid "Include the content of all SubPages of the current page." msgstr "Enthält den Inhalt alle UnterSeiten der aktuellen Seite." #: ../lib/plugin/UnfoldSubpages.php:177 @@ -5061,7 +5057,7 @@ msgstr "WunschZettelSeiten" #: ../lib/plugin/WantedPagesOld.php:36 ../lib/plugin/WantedPages.php:45 -msgid "Lists referenced page names which do not exist yet." +msgid "List referenced page names which do not exist yet." msgstr "Zeige verlinkte Seiten, die noch nicht bearbeitet bzw. erzeugt wurden." #: ../lib/plugin/WantedPagesOld.php:42 @@ -8828,6 +8824,9 @@ msgid "Edit this page" msgstr "Diese Seite bearbeiten" +#~ msgid "Plugins" +#~ msgstr "Zusatzprogramme" + #~ msgid "Simple jabber presence plugin" #~ msgstr "Einfaches Jabber-Anwesenheits Zusatzprogramm" Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/locale/po/es.po 2012-12-17 12:52:50 UTC (rev 8665) @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-17 10:49+0100\n" +"POT-Creation-Date: 2012-12-17 13:51+0100\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca <pr...@cl...>\n" "Language-Team: \n" @@ -1194,7 +1194,7 @@ msgid "Access for you is forbidden to %s." msgstr "Tenga acceso para usted se prohíbe %s." -#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:61 +#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:59 #, php-format msgid "You must be an administrator to %s." msgstr "Usted debe ser administrador %s." @@ -1678,7 +1678,7 @@ msgid "Del/+" msgstr "-/+" -#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:76 +#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:74 #: ../lib/plugin/WikiAdminSetAcl.php:256 msgid "Description" msgstr "Descripción" @@ -2347,7 +2347,7 @@ msgstr "" #: ../lib/plugin/CurrentTime.php:63 -msgid "Displays current time and date." +msgid "Display current time and date." msgstr "" #: ../lib/plugin/DeadEndPages.php:32 @@ -2438,7 +2438,7 @@ msgstr "" #: ../lib/plugin/ExternalSearch.php:46 -msgid "Redirects to an external web site based on form input." +msgid "Redirect to an external web site based on form input." msgstr "" #: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:482 @@ -2514,7 +2514,7 @@ #: ../lib/plugin/FrameInclude.php:58 msgid "" -"Displays a url in a seperate frame inside our body. Only one frame allowed." +"Display a url in a seperate frame inside our body. Only one frame allowed." msgstr "" #: ../lib/plugin/FrameInclude.php:85 ../lib/plugin/RandomPage.php:63 @@ -2617,7 +2617,7 @@ #: ../lib/plugin/GoogleMaps.php:68 msgid "" -"Displays a marker with further infos (when clicking) on given coordinates." +"Display a marker with further infos (when clicking) on given coordinates." msgstr "" #: ../lib/plugin/GoogleMaps.php:112 ../lib/plugin/YouTube.php:108 @@ -3403,7 +3403,7 @@ #: ../lib/plugin/PhotoAlbum.php:105 msgid "" -"Displays a set of photos listed in a text file with optional descriptions." +"Display a set of photos listed in a text file with optional descriptions." msgstr "" #: ../lib/plugin/PhotoAlbum.php:546 ../lib/plugin/PhotoAlbum.php:573 @@ -3498,28 +3498,24 @@ msgid "List of plugins on this wiki." msgstr "%s se rechaza en este wiki." -#: ../lib/plugin/PluginManager.php:54 -msgid "Plugins" -msgstr "" - -#: ../lib/plugin/PluginManager.php:62 +#: ../lib/plugin/PluginManager.php:60 msgid "use this plugin" msgstr "" -#: ../lib/plugin/PluginManager.php:76 +#: ../lib/plugin/PluginManager.php:74 msgid "Plugin" msgstr "" -#: ../lib/plugin/PluginManager.php:78 +#: ../lib/plugin/PluginManager.php:76 msgid "Arguments" msgstr "" -#: ../lib/plugin/PluginManager.php:117 +#: ../lib/plugin/PluginManager.php:115 #, php-format msgid "%s does not appear to be a WikiPlugin." msgstr "" -#: ../lib/plugin/PluginManager.php:128 ../lib/plugin/PluginManager.php:130 +#: ../lib/plugin/PluginManager.php:126 ../lib/plugin/PluginManager.php:128 #: ../lib/upgrade.php:206 ../themes/MonoBook/templates/navbar.tmpl:18 msgid "Help" msgstr "Ayuda" @@ -3642,7 +3638,7 @@ msgstr "PáginaAlAzar" #: ../lib/plugin/RandomPage.php:39 -msgid "Displays a list of randomly chosen pages or redirects to a random page." +msgid "Display a list of randomly chosen pages or redirects to a random page." msgstr "" #: ../lib/plugin/RateIt.php:92 ../lib/plugin/RateIt.php:305 @@ -3977,7 +3973,7 @@ msgstr "" #: ../lib/plugin/RedirectTo.php:49 -msgid "Redirects to another URL or page." +msgid "Redirect to another URL or page." msgstr "" #: ../lib/plugin/RedirectTo.php:72 @@ -4364,7 +4360,7 @@ msgstr "" #: ../lib/plugin/SystemInfo.php:60 -msgid "Provides access to PhpWiki's lower level system information." +msgid "Provide access to PhpWiki's lower level system information." msgstr "" #: ../lib/plugin/SystemInfo.php:131 @@ -4731,7 +4727,7 @@ msgstr "IncluyaPáginasSecundaria" #: ../lib/plugin/UnfoldSubpages.php:46 -msgid "Includes the content of all SubPages of the current page." +msgid "Include the content of all SubPages of the current page." msgstr "" #: ../lib/plugin/UnfoldSubpages.php:177 @@ -4949,7 +4945,7 @@ msgstr "" #: ../lib/plugin/WantedPagesOld.php:36 ../lib/plugin/WantedPages.php:45 -msgid "Lists referenced page names which do not exist yet." +msgid "List referenced page names which do not exist yet." msgstr "" #: ../lib/plugin/WantedPagesOld.php:42 Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/locale/po/fr.po 2012-12-17 12:52:50 UTC (rev 8665) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-17 10:49+0100\n" +"POT-Creation-Date: 2012-12-17 13:51+0100\n" "PO-Revision-Date: 2004-06-22 21:10+0200\n" "Last-Translator: Pierrick Meignen <mei...@wa...>, Roland " "Trique <rol...@fr...>, Stéphane Gourichon <stephane.gourichon@lip6." @@ -1189,7 +1189,7 @@ msgid "Access for you is forbidden to %s." msgstr "L'accès à %s vous est interdit." -#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:61 +#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:59 #, php-format msgid "You must be an administrator to %s." msgstr "Vous devez être un administrateur pour %s." @@ -1674,7 +1674,7 @@ msgid "Del/+" msgstr "Suppr/+" -#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:76 +#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:74 #: ../lib/plugin/WikiAdminSetAcl.php:256 msgid "Description" msgstr "Description" @@ -2348,7 +2348,7 @@ msgstr "Heure actuelle" #: ../lib/plugin/CurrentTime.php:63 -msgid "Displays current time and date." +msgid "Display current time and date." msgstr "" #: ../lib/plugin/DeadEndPages.php:32 @@ -2443,7 +2443,7 @@ msgstr "RechercheExterne" #: ../lib/plugin/ExternalSearch.php:46 -msgid "Redirects to an external web site based on form input." +msgid "Redirect to an external web site based on form input." msgstr "Redirige vers un site externe basé sur un formulaire." #: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:482 @@ -2519,7 +2519,7 @@ #: ../lib/plugin/FrameInclude.php:58 msgid "" -"Displays a url in a seperate frame inside our body. Only one frame allowed." +"Display a url in a seperate frame inside our body. Only one frame allowed." msgstr "" "Affiche une url dans une cadre interne à la page. Un seul cadre autorisé." @@ -2623,7 +2623,7 @@ #: ../lib/plugin/GoogleMaps.php:68 msgid "" -"Displays a marker with further infos (when clicking) on given coordinates." +"Display a marker with further infos (when clicking) on given coordinates." msgstr "" #: ../lib/plugin/GoogleMaps.php:112 ../lib/plugin/YouTube.php:108 @@ -3422,7 +3422,7 @@ #: ../lib/plugin/PhotoAlbum.php:105 msgid "" -"Displays a set of photos listed in a text file with optional descriptions." +"Display a set of photos listed in a text file with optional descriptions." msgstr "" "Affiche un groupe de photos listées dans un fichier texte avec des " "descriptions facultatives." @@ -3520,28 +3520,24 @@ msgid "List of plugins on this wiki." msgstr "Liste des greffons de ce wiki." -#: ../lib/plugin/PluginManager.php:54 -msgid "Plugins" -msgstr "Greffons" - -#: ../lib/plugin/PluginManager.php:62 +#: ../lib/plugin/PluginManager.php:60 msgid "use this plugin" msgstr "utiliser ce greffon" -#: ../lib/plugin/PluginManager.php:76 +#: ../lib/plugin/PluginManager.php:74 msgid "Plugin" msgstr "Greffon" -#: ../lib/plugin/PluginManager.php:78 +#: ../lib/plugin/PluginManager.php:76 msgid "Arguments" msgstr "Arguments" -#: ../lib/plugin/PluginManager.php:117 +#: ../lib/plugin/PluginManager.php:115 #, php-format msgid "%s does not appear to be a WikiPlugin." msgstr "%s ne semble pas être un greffon." -#: ../lib/plugin/PluginManager.php:128 ../lib/plugin/PluginManager.php:130 +#: ../lib/plugin/PluginManager.php:126 ../lib/plugin/PluginManager.php:128 #: ../lib/upgrade.php:206 ../themes/MonoBook/templates/navbar.tmpl:18 msgid "Help" msgstr "Aide" @@ -3668,7 +3664,7 @@ msgstr "PageAléatoire" #: ../lib/plugin/RandomPage.php:39 -msgid "Displays a list of randomly chosen pages or redirects to a random page." +msgid "Display a list of randomly chosen pages or redirects to a random page." msgstr "Affiche une liste de pages prises au hasard sur ce wiki." #: ../lib/plugin/RateIt.php:92 ../lib/plugin/RateIt.php:305 @@ -4009,7 +4005,7 @@ msgstr "RedirigerVers" #: ../lib/plugin/RedirectTo.php:49 -msgid "Redirects to another URL or page." +msgid "Redirect to another URL or page." msgstr "Redirige vers une autre url ou page." #: ../lib/plugin/RedirectTo.php:72 @@ -4397,7 +4393,7 @@ msgstr "InfosSystème" #: ../lib/plugin/SystemInfo.php:60 -msgid "Provides access to PhpWiki's lower level system information." +msgid "Provide access to PhpWiki's lower level system information." msgstr "Affiche les informations de bas niveau pour PhpWiki." #: ../lib/plugin/SystemInfo.php:131 @@ -4781,7 +4777,7 @@ msgstr "ListeDesSousPages" #: ../lib/plugin/UnfoldSubpages.php:46 -msgid "Includes the content of all SubPages of the current page." +msgid "Include the content of all SubPages of the current page." msgstr "Pour inclure le contenu de toutes les sous pages de la page actuelle." #: ../lib/plugin/UnfoldSubpages.php:177 @@ -5003,7 +4999,7 @@ msgstr "PagesRecherchées" #: ../lib/plugin/WantedPagesOld.php:36 ../lib/plugin/WantedPages.php:45 -msgid "Lists referenced page names which do not exist yet." +msgid "List referenced page names which do not exist yet." msgstr "Afficher toutes les pages référencées qui n'existent pas." #: ../lib/plugin/WantedPagesOld.php:42 @@ -8717,6 +8713,9 @@ msgid "Edit this page" msgstr "Modifier cette page" +#~ msgid "Plugins" +#~ msgstr "Greffons" + #~ msgid "PageTrail Plugin" #~ msgstr "Pour suivre les pages à la trace" Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/locale/po/it.po 2012-12-17 12:52:50 UTC (rev 8665) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-17 10:49+0100\n" +"POT-Creation-Date: 2012-12-17 13:51+0100\n" "PO-Revision-Date: 2005-02-12 16:23+0100\n" "Last-Translator: Antonio Bonifati ant[(at)]monitor.deis.unical.it\n" "Language-Team: \n" @@ -1179,7 +1179,7 @@ msgid "Access for you is forbidden to %s." msgstr "" -#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:61 +#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:59 #, php-format msgid "You must be an administrator to %s." msgstr "" @@ -1660,7 +1660,7 @@ msgid "Del/+" msgstr "" -#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:76 +#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:74 #: ../lib/plugin/WikiAdminSetAcl.php:256 msgid "Description" msgstr "" @@ -2327,7 +2327,7 @@ msgstr "" #: ../lib/plugin/CurrentTime.php:63 -msgid "Displays current time and date." +msgid "Display current time and date." msgstr "" #: ../lib/plugin/DeadEndPages.php:32 @@ -2418,7 +2418,7 @@ msgstr "" #: ../lib/plugin/ExternalSearch.php:46 -msgid "Redirects to an external web site based on form input." +msgid "Redirect to an external web site based on form input." msgstr "" #: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:482 @@ -2494,7 +2494,7 @@ #: ../lib/plugin/FrameInclude.php:58 msgid "" -"Displays a url in a seperate frame inside our body. Only one frame allowed." +"Display a url in a seperate frame inside our body. Only one frame allowed." msgstr "" #: ../lib/plugin/FrameInclude.php:85 ../lib/plugin/RandomPage.php:63 @@ -2597,7 +2597,7 @@ #: ../lib/plugin/GoogleMaps.php:68 msgid "" -"Displays a marker with further infos (when clicking) on given coordinates." +"Display a marker with further infos (when clicking) on given coordinates." msgstr "" #: ../lib/plugin/GoogleMaps.php:112 ../lib/plugin/YouTube.php:108 @@ -3381,7 +3381,7 @@ #: ../lib/plugin/PhotoAlbum.php:105 msgid "" -"Displays a set of photos listed in a text file with optional descriptions." +"Display a set of photos listed in a text file with optional descriptions." msgstr "" #: ../lib/plugin/PhotoAlbum.php:546 ../lib/plugin/PhotoAlbum.php:573 @@ -3475,28 +3475,24 @@ msgid "List of plugins on this wiki." msgstr "" -#: ../lib/plugin/PluginManager.php:54 -msgid "Plugins" -msgstr "" - -#: ../lib/plugin/PluginManager.php:62 +#: ../lib/plugin/PluginManager.php:60 msgid "use this plugin" msgstr "" -#: ../lib/plugin/PluginManager.php:76 +#: ../lib/plugin/PluginManager.php:74 msgid "Plugin" msgstr "" -#: ../lib/plugin/PluginManager.php:78 +#: ../lib/plugin/PluginManager.php:76 msgid "Arguments" msgstr "" -#: ../lib/plugin/PluginManager.php:117 +#: ../lib/plugin/PluginManager.php:115 #, php-format msgid "%s does not appear to be a WikiPlugin." msgstr "" -#: ../lib/plugin/PluginManager.php:128 ../lib/plugin/PluginManager.php:130 +#: ../lib/plugin/PluginManager.php:126 ../lib/plugin/PluginManager.php:128 #: ../lib/upgrade.php:206 ../themes/MonoBook/templates/navbar.tmpl:18 msgid "Help" msgstr "Aiuto" @@ -3619,7 +3615,7 @@ msgstr "" #: ../lib/plugin/RandomPage.php:39 -msgid "Displays a list of randomly chosen pages or redirects to a random page." +msgid "Display a list of randomly chosen pages or redirects to a random page." msgstr "" #: ../lib/plugin/RateIt.php:92 ../lib/plugin/RateIt.php:305 @@ -3950,7 +3946,7 @@ msgstr "" #: ../lib/plugin/RedirectTo.php:49 -msgid "Redirects to another URL or page." +msgid "Redirect to another URL or page." msgstr "" #: ../lib/plugin/RedirectTo.php:72 @@ -4338,7 +4334,7 @@ msgstr "" #: ../lib/plugin/SystemInfo.php:60 -msgid "Provides access to PhpWiki's lower level system information." +msgid "Provide access to PhpWiki's lower level system information." msgstr "" #: ../lib/plugin/SystemInfo.php:131 @@ -4705,7 +4701,7 @@ msgstr "" #: ../lib/plugin/UnfoldSubpages.php:46 -msgid "Includes the content of all SubPages of the current page." +msgid "Include the content of all SubPages of the current page." msgstr "" #: ../lib/plugin/UnfoldSubpages.php:177 @@ -4923,7 +4919,7 @@ msgstr "" #: ../lib/plugin/WantedPagesOld.php:36 ../lib/plugin/WantedPages.php:45 -msgid "Lists referenced page names which do not exist yet." +msgid "List referenced page names which do not exist yet." msgstr "" #: ../lib/plugin/WantedPagesOld.php:42 Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/locale/po/ja.po 2012-12-17 12:52:50 UTC (rev 8665) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-17 10:49+0100\n" +"POT-Creation-Date: 2012-12-17 13:51+0100\n" "PO-Revision-Date: 2003-06-07 09:01+0900\n" "Last-Translator: Tadashi Jokagi <web...@el...>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -1170,7 +1170,7 @@ msgid "Access for you is forbidden to %s." msgstr "" -#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:61 +#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:59 #, php-format msgid "You must be an administrator to %s." msgstr "" @@ -1665,7 +1665,7 @@ msgid "Del/+" msgstr "" -#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:76 +#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:74 #: ../lib/plugin/WikiAdminSetAcl.php:256 msgid "Description" msgstr "説明" @@ -2349,7 +2349,7 @@ msgstr "" #: ../lib/plugin/CurrentTime.php:63 -msgid "Displays current time and date." +msgid "Display current time and date." msgstr "" #: ../lib/plugin/DeadEndPages.php:32 @@ -2442,7 +2442,7 @@ msgstr "" #: ../lib/plugin/ExternalSearch.php:46 -msgid "Redirects to an external web site based on form input." +msgid "Redirect to an external web site based on form input." msgstr "" #: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:482 @@ -2520,7 +2520,7 @@ #: ../lib/plugin/FrameInclude.php:58 msgid "" -"Displays a url in a seperate frame inside our body. Only one frame allowed." +"Display a url in a seperate frame inside our body. Only one frame allowed." msgstr "" #: ../lib/plugin/FrameInclude.php:85 ../lib/plugin/RandomPage.php:63 @@ -2623,7 +2623,7 @@ #: ../lib/plugin/GoogleMaps.php:68 msgid "" -"Displays a marker with further infos (when clicking) on given coordinates." +"Display a marker with further infos (when clicking) on given coordinates." msgstr "" #: ../lib/plugin/GoogleMaps.php:112 ../lib/plugin/YouTube.php:108 @@ -3425,7 +3425,7 @@ #: ../lib/plugin/PhotoAlbum.php:105 msgid "" -"Displays a set of photos listed in a text file with optional descriptions." +"Display a set of photos listed in a text file with optional descriptions." msgstr "" #: ../lib/plugin/PhotoAlbum.php:546 ../lib/plugin/PhotoAlbum.php:573 @@ -3520,28 +3520,24 @@ msgid "List of plugins on this wiki." msgstr "" -#: ../lib/plugin/PluginManager.php:54 -msgid "Plugins" -msgstr "プラグイン一覧" - -#: ../lib/plugin/PluginManager.php:62 +#: ../lib/plugin/PluginManager.php:60 msgid "use this plugin" msgstr "このプラグインを使う" -#: ../lib/plugin/PluginManager.php:76 +#: ../lib/plugin/PluginManager.php:74 msgid "Plugin" msgstr "プラグイン" -#: ../lib/plugin/PluginManager.php:78 +#: ../lib/plugin/PluginManager.php:76 msgid "Arguments" msgstr "引数一覧" -#: ../lib/plugin/PluginManager.php:117 +#: ../lib/plugin/PluginManager.php:115 #, php-format msgid "%s does not appear to be a WikiPlugin." msgstr "" -#: ../lib/plugin/PluginManager.php:128 ../lib/plugin/PluginManager.php:130 +#: ../lib/plugin/PluginManager.php:126 ../lib/plugin/PluginManager.php:128 #: ../lib/upgrade.php:206 ../themes/MonoBook/templates/navbar.tmpl:18 msgid "Help" msgstr "" @@ -3666,7 +3662,7 @@ msgstr "ランダムページ" #: ../lib/plugin/RandomPage.php:39 -msgid "Displays a list of randomly chosen pages or redirects to a random page." +msgid "Display a list of randomly chosen pages or redirects to a random page." msgstr "" #: ../lib/plugin/RateIt.php:92 ../lib/plugin/RateIt.php:305 @@ -4013,7 +4009,7 @@ msgstr "" #: ../lib/plugin/RedirectTo.php:49 -msgid "Redirects to another URL or page." +msgid "Redirect to another URL or page." msgstr "" #: ../lib/plugin/RedirectTo.php:72 @@ -4406,7 +4402,7 @@ msgstr "システム情報" #: ../lib/plugin/SystemInfo.php:60 -msgid "Provides access to PhpWiki's lower level system information." +msgid "Provide access to PhpWiki's lower level system information." msgstr "" #: ../lib/plugin/SystemInfo.php:131 @@ -4773,7 +4769,7 @@ msgstr "" #: ../lib/plugin/UnfoldSubpages.php:46 -msgid "Includes the content of all SubPages of the current page." +msgid "Include the content of all SubPages of the current page." msgstr "" #: ../lib/plugin/UnfoldSubpages.php:177 @@ -4998,7 +4994,7 @@ msgstr "" #: ../lib/plugin/WantedPagesOld.php:36 ../lib/plugin/WantedPages.php:45 -msgid "Lists referenced page names which do not exist yet." +msgid "List referenced page names which do not exist yet." msgstr "" #: ../lib/plugin/WantedPagesOld.php:42 @@ -8762,6 +8758,9 @@ msgid "Edit this page" msgstr "ページを編集しています。" +#~ msgid "Plugins" +#~ msgstr "プラグイン一覧" + #~ msgid "from %s" #~ msgstr "%s から" Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/locale/po/nl.po 2012-12-17 12:52:50 UTC (rev 8665) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-17 10:49+0100\n" +"POT-Creation-Date: 2012-12-17 13:51+0100\n" "PO-Revision-Date: 2000-09-30 02:23+0200\n" "Last-Translator: Jan Nieuwenhuizen <ja...@gn...>\n" "Language-Team: Dutch <nl...@li...>\n" @@ -1171,7 +1171,7 @@ msgid "Access for you is forbidden to %s." msgstr "" -#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:61 +#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:59 #, php-format msgid "You must be an administrator to %s." msgstr "" @@ -1652,7 +1652,7 @@ msgid "Del/+" msgstr "" -#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:76 +#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:74 #: ../lib/plugin/WikiAdminSetAcl.php:256 msgid "Description" msgstr "" @@ -2319,7 +2319,7 @@ msgstr "" #: ../lib/plugin/CurrentTime.php:63 -msgid "Displays current time and date." +msgid "Display current time and date." msgstr "" #: ../lib/plugin/DeadEndPages.php:32 @@ -2410,7 +2410,7 @@ msgstr "" #: ../lib/plugin/ExternalSearch.php:46 -msgid "Redirects to an external web site based on form input." +msgid "Redirect to an external web site based on form input." msgstr "" #: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:482 @@ -2486,7 +2486,7 @@ #: ../lib/plugin/FrameInclude.php:58 msgid "" -"Displays a url in a seperate frame inside our body. Only one frame allowed." +"Display a url in a seperate frame inside our body. Only one frame allowed." msgstr "" #: ../lib/plugin/FrameInclude.php:85 ../lib/plugin/RandomPage.php:63 @@ -2589,7 +2589,7 @@ #: ../lib/plugin/GoogleMaps.php:68 msgid "" -"Displays a marker with further infos (when clicking) on given coordinates." +"Display a marker with further infos (when clicking) on given coordinates." msgstr "" #: ../lib/plugin/GoogleMaps.php:112 ../lib/plugin/YouTube.php:108 @@ -3372,7 +3372,7 @@ #: ../lib/plugin/PhotoAlbum.php:105 msgid "" -"Displays a set of photos listed in a text file with optional descriptions." +"Display a set of photos listed in a text file with optional descriptions." msgstr "" #: ../lib/plugin/PhotoAlbum.php:546 ../lib/plugin/PhotoAlbum.php:573 @@ -3466,28 +3466,24 @@ msgid "List of plugins on this wiki." msgstr "" -#: ../lib/plugin/PluginManager.php:54 -msgid "Plugins" -msgstr "" - -#: ../lib/plugin/PluginManager.php:62 +#: ../lib/plugin/PluginManager.php:60 msgid "use this plugin" msgstr "" -#: ../lib/plugin/PluginManager.php:76 +#: ../lib/plugin/PluginManager.php:74 msgid "Plugin" msgstr "" -#: ../lib/plugin/PluginManager.php:78 +#: ../lib/plugin/PluginManager.php:76 msgid "Arguments" msgstr "" -#: ../lib/plugin/PluginManager.php:117 +#: ../lib/plugin/PluginManager.php:115 #, php-format msgid "%s does not appear to be a WikiPlugin." msgstr "" -#: ../lib/plugin/PluginManager.php:128 ../lib/plugin/PluginManager.php:130 +#: ../lib/plugin/PluginManager.php:126 ../lib/plugin/PluginManager.php:128 #: ../lib/upgrade.php:206 ../themes/MonoBook/templates/navbar.tmpl:18 msgid "Help" msgstr "Help" @@ -3610,7 +3606,7 @@ msgstr "" #: ../lib/plugin/RandomPage.php:39 -msgid "Displays a list of randomly chosen pages or redirects to a random page." +msgid "Display a list of randomly chosen pages or redirects to a random page." msgstr "" #: ../lib/plugin/RateIt.php:92 ../lib/plugin/RateIt.php:305 @@ -3941,7 +3937,7 @@ msgstr "" #: ../lib/plugin/RedirectTo.php:49 -msgid "Redirects to another URL or page." +msgid "Redirect to another URL or page." msgstr "" #: ../lib/plugin/RedirectTo.php:72 @@ -4328,7 +4324,7 @@ msgstr "" #: ../lib/plugin/SystemInfo.php:60 -msgid "Provides access to PhpWiki's lower level system information." +msgid "Provide access to PhpWiki's lower level system information." msgstr "" #: ../lib/plugin/SystemInfo.php:131 @@ -4695,7 +4691,7 @@ msgstr "" #: ../lib/plugin/UnfoldSubpages.php:46 -msgid "Includes the content of all SubPages of the current page." +msgid "Include the content of all SubPages of the current page." msgstr "" #: ../lib/plugin/UnfoldSubpages.php:177 @@ -4913,7 +4909,7 @@ msgstr "" #: ../lib/plugin/WantedPagesOld.php:36 ../lib/plugin/WantedPages.php:45 -msgid "Lists referenced page names which do not exist yet." +msgid "List referenced page names which do not exist yet." msgstr "" #: ../lib/plugin/WantedPagesOld.php:42 Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/locale/po/phpwiki.pot 2012-12-17 12:52:50 UTC (rev 8665) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki-1.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-17 10:49+0100\n" +"POT-Creation-Date: 2012-12-17 13:51+0100\n" "PO-Revision-Date: 2002-12-14 17:51-0500\n" "Last-Translator: Reini Urban <ru...@us...>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -1164,7 +1164,7 @@ msgid "Access for you is forbidden to %s." msgstr "" -#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:61 +#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:59 #, php-format msgid "You must be an administrator to %s." msgstr "" @@ -1645,7 +1645,7 @@ msgid "Del/+" msgstr "" -#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:76 +#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:74 #: ../lib/plugin/WikiAdminSetAcl.php:256 msgid "Description" msgstr "" @@ -2312,7 +2312,7 @@ msgstr "" #: ../lib/plugin/CurrentTime.php:63 -msgid "Displays current time and date." +msgid "Display current time and date." msgstr "" #: ../lib/plugin/DeadEndPages.php:32 @@ -2403,7 +2403,7 @@ msgstr "" #: ../lib/plugin/ExternalSearch.php:46 -msgid "Redirects to an external web site based on form input." +msgid "Redirect to an external web site based on form input." msgstr "" #: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:482 @@ -2479,7 +2479,7 @@ #: ../lib/plugin/FrameInclude.php:58 msgid "" -"Displays a url in a seperate frame inside our body. Only one frame allowed." +"Display a url in a seperate frame inside our body. Only one frame allowed." msgstr "" #: ../lib/plugin/FrameInclude.php:85 ../lib/plugin/RandomPage.php:63 @@ -2582,7 +2582,7 @@ #: ../lib/plugin/GoogleMaps.php:68 msgid "" -"Displays a marker with further infos (when clicking) on given coordinates." +"Display a marker with further infos (when clicking) on given coordinates." msgstr "" #: ../lib/plugin/GoogleMaps.php:112 ../lib/plugin/YouTube.php:108 @@ -3365,7 +3365,7 @@ #: ../lib/plugin/PhotoAlbum.php:105 msgid "" -"Displays a set of photos listed in a text file with optional descriptions." +"Display a set of photos listed in a text file with optional descriptions." msgstr "" #: ../lib/plugin/PhotoAlbum.php:546 ../lib/plugin/PhotoAlbum.php:573 @@ -3458,28 +3458,24 @@ msgid "List of plugins on this wiki." msgstr "" -#: ../lib/plugin/PluginManager.php:54 -msgid "Plugins" -msgstr "" - -#: ../lib/plugin/PluginManager.php:62 +#: ../lib/plugin/PluginManager.php:60 msgid "use this plugin" msgstr "" -#: ../lib/plugin/PluginManager.php:76 +#: ../lib/plugin/PluginManager.php:74 msgid "Plugin" msgstr "" -#: ../lib/plugin/PluginManager.php:78 +#: ../lib/plugin/PluginManager.php:76 msgid "Arguments" msgstr "" -#: ../lib/plugin/PluginManager.php:117 +#: ../lib/plugin/PluginManager.php:115 #, php-format msgid "%s does not appear to be a WikiPlugin." msgstr "" -#: ../lib/plugin/PluginManager.php:128 ../lib/plugin/PluginManager.php:130 +#: ../lib/plugin/PluginManager.php:126 ../lib/plugin/PluginManager.php:128 #: ../lib/upgrade.php:206 ../themes/MonoBook/templates/navbar.tmpl:18 msgid "Help" msgstr "" @@ -3602,7 +3598,7 @@ msgstr "" #: ../lib/plugin/RandomPage.php:39 -msgid "Displays a list of randomly chosen pages or redirects to a random page." +msgid "Display a list of randomly chosen pages or redirects to a random page." msgstr "" #: ../lib/plugin/RateIt.php:92 ../lib/plugin/RateIt.php:305 @@ -3933,7 +3929,7 @@ msgstr "" #: ../lib/plugin/RedirectTo.php:49 -msgid "Redirects to another URL or page." +msgid "Redirect to another URL or page." msgstr "" #: ../lib/plugin/RedirectTo.php:72 @@ -4320,7 +4316,7 @@ msgstr "" #: ../lib/plugin/SystemInfo.php:60 -msgid "Provides access to PhpWiki's lower level system information." +msgid "Provide access to PhpWiki's lower level system information." msgstr "" #: ../lib/plugin/SystemInfo.php:131 @@ -4687,7 +4683,7 @@ msgstr "" #: ../lib/plugin/UnfoldSubpages.php:46 -msgid "Includes the content of all SubPages of the current page." +msgid "Include the content of all SubPages of the current page." msgstr "" #: ../lib/plugin/UnfoldSubpages.php:177 @@ -4905,7 +4901,7 @@ msgstr "" #: ../lib/plugin/WantedPagesOld.php:36 ../lib/plugin/WantedPages.php:45 -msgid "Lists referenced page names which do not exist yet." +msgid "List referenced page names which do not exist yet." msgstr "" #: ../lib/plugin/WantedPagesOld.php:42 Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2012-12-17 09:58:45 UTC (rev 8664) +++ trunk/locale/po/sv.po 2012-12-17 12:52:50 UTC (rev 8665) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-17 10:49+0100\n" +"POT-Creation-Date: 2012-12-17 13:51+0100\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund <jo...@he...>\n" "Language-Team: \n" @@ -1165,7 +1165,7 @@ msgid "Access for you is forbidden to %s." msgstr "" -#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:61 +#: ../lib/main.php:564 ../lib/plugin/PluginManager.php:59 #, php-format msgid "You must be an administrator to %s." msgstr "" @@ -1646,7 +1646,7 @@ msgid "Del/+" msgstr "" -#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:76 +#: ../lib/PagePerm.php:607 ../lib/plugin/PluginManager.php:74 #: ../lib/plugin/WikiAdminSetAcl.php:256 msgid "Description" msgstr "" @@ -2313,7 +2313,7 @@ msgstr "" #: ../lib/plugin/CurrentTime.php:63 -msgid "Displays current time and date." +msgid "Display current time and date." msgstr "" #: ../lib/plugin/DeadEndPages.php:32 @@ -2404,7 +2404,7 @@ msgstr "" #: ../lib/plugin/ExternalSearch.php:46 -msgid "Redirects to an external web site based on form input." +msgid "Redirect to an external web site based on form input." msgstr "" #: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:482 @@ -2480,7 +2480,7 @@ #: ../lib/plugin/FrameInclude.php:58 msgid "" -"Displays a url in a seperate frame inside our body. Only one frame allowed." +"Display a url in a seperate frame inside our body. Only one frame allowed." msgstr "" #: ../lib/plugin/FrameInclude.php:85 ../lib/plugin/RandomPage.php:63 @@ -2584,7 +2584,7 @@ #: ../lib/plugin/GoogleMaps.php:68 msgid "" -"Displays a marker with further infos (when clicking) on given coordinates." +"Display a marker with further infos (when clicking) on given coordinates." msgstr "" #: ../lib/plugin/GoogleMaps.php:112 ../lib/plugin/YouTube.php:108 @@ -3367,7 +3367,7 @@ #: ../lib/plugin/PhotoAlbum.php:105 msgid "" -"Displays a set of photos listed in a text file with optional descriptions." +"Display a set of photos listed in a text file with optional descriptions." msgstr "" #: ../lib/plugin/PhotoAlbum.php:546 ../lib/plugin/PhotoAlbum.php:573 @@ -3460,28 +3460,24 @@ msgid "List of plugins on this wiki." msgstr "" -#: ../lib/plugin/PluginManager.php:54 -msgid "Plugins" -msgstr "" - -#: ../lib/plugin/PluginManager.php:62 +#: ../lib/plugin/PluginManager.php:60 msgid "use this plugin" msgstr "" -#: ../lib/plugin/PluginManager.php:76 +#: ../lib/plugin/PluginManager.php:74 msgid "Plugin" msgstr "" -#: ../lib/plugin/PluginManager.php:78 +#: ../lib/plugin/PluginManager.php:76 msgid "Arguments" msgstr "" -#: ../lib/plugin/PluginManager.php:117 +#: ../lib/plugin/PluginManager.php:115 #, php-format msgid "%s does not appear to be a WikiPlugin." msgstr "" -#: ../lib/plugin/PluginManager.php:128 ../lib/plugin/PluginManager.php:130 +#: ../lib/plugin/PluginManager.php:126 ../lib/plugin/PluginManager.php:128 #: ../lib/upgrade.php:206 ../themes/MonoBook/templates/navbar.tmpl:18 msgid "Help" msgstr "Hjälp" @@ -3604,7 +3600,7 @@ msgstr "" #: ../lib/plugin/RandomPage.php:... [truncated message content] |